@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Klee+One:wght@400;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@500;700;900&display=swap");

/* ==========================================================================
   珈琲と焼菓子 ENOKI — demo site (MNT)
   すべて .demo-cafe の内側にスコープ
   ========================================================================== */

html { scroll-behavior: smooth; }

.demo-cafe {
  --cream: #f6efe1;
  --cream-2: #efe5d0;
  --paper: #fbf7ee;
  --green: #23402f;
  --green-2: #2f5240;
  --green-3: #3c6a4f;
  --terra: #c0623a;
  --terra-d: #9c4827;
  --mustard: #e0a458;
  --ink: #2b2a25;
  --ink-2: #57524a;
  --line: rgba(35, 64, 47, .28);
  --f-mincho: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --f-gothic: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --f-en: "DM Serif Display", "Zen Old Mincho", serif;
  --f-hand: "Klee One", "Zen Kaku Gothic New", sans-serif;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .32 0 0 0 0 .22 0 0 0 0 .1 .26 0 0 0 0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)'/%3E%3C/svg%3E");
  --squiggle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='10' viewBox='0 0 84 10'%3E%3Cpath d='M2 5 Q7 0 12 5 T22 5 T32 5 T42 5 T52 5 T62 5 T72 5 T82 5' fill='none' stroke='%23c0623a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  --squiggle-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='10' viewBox='0 0 84 10'%3E%3Cpath d='M2 5 Q7 0 12 5 T22 5 T32 5 T42 5 T52 5 T62 5 T72 5 T82 5' fill='none' stroke='%23e0a458' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");

  position: relative;
  overflow-x: clip;
  background-color: var(--cream);
  background-image: var(--grain);
  color: var(--ink);
  font-family: var(--f-gothic);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: .04em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.demo-cafe *,
.demo-cafe *::before,
.demo-cafe *::after { box-sizing: border-box; }

.demo-cafe h1,
.demo-cafe h2,
.demo-cafe h3,
.demo-cafe p,
.demo-cafe ul,
.demo-cafe ol,
.demo-cafe dl,
.demo-cafe dd,
.demo-cafe figure { margin: 0; padding: 0; }
.demo-cafe ul,
.demo-cafe ol { list-style: none; }
.demo-cafe a { color: inherit; text-decoration: none; }
.demo-cafe svg { display: block; max-width: 100%; }
.demo-cafe i,
.demo-cafe em { font-style: normal; }
.demo-cafe .svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.demo-cafe a:focus-visible { outline: 2px solid var(--terra); outline-offset: 3px; border-radius: 4px; }

.demo-cafe .container {
  width: min(1160px, 100% - 64px);
  margin-inline: auto;
}

.demo-cafe section { scroll-margin-top: 72px; }

/* SVG内テキストの書体 */
.demo-cafe .cup-logo,
.demo-cafe .shop-sign,
.demo-cafe .map-shop { font-family: var(--f-en); letter-spacing: .14em; }
.demo-cafe .shop-open { font-family: var(--f-en); letter-spacing: .08em; }
.demo-cafe .map-label { font-family: var(--f-gothic); font-weight: 500; letter-spacing: .06em; }
.demo-cafe .map-station { font-family: var(--f-mincho); font-weight: 700; letter-spacing: .16em; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.demo-cafe .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: rgba(246, 239, 225, .94);
  background-image: var(--grain);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.demo-cafe .header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 72px;
}
.demo-cafe .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--green);
}
.demo-cafe .brand-mark { width: 46px; height: 46px; flex: none; }
.demo-cafe .brand-text { display: flex; flex-direction: column; line-height: 1; }
.demo-cafe .brand-ja {
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .3em;
  margin-bottom: 5px;
}
.demo-cafe .brand-en {
  font-family: var(--f-en);
  font-size: 25px;
  letter-spacing: .16em;
}
.demo-cafe .gnav { margin-left: auto; }
.demo-cafe .gnav ul { display: flex; gap: 34px; }
.demo-cafe .gnav a {
  position: relative;
  display: block;
  padding: 8px 0;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .1em;
  color: var(--green);
}
.demo-cafe .gnav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: var(--squiggle) repeat-x left center / 42px 5px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .25s, transform .25s;
}
.demo-cafe .gnav a:hover::after { opacity: 1; transform: none; }
.demo-cafe .header-hours {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px 7px 8px;
  border: 1px solid var(--green);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--green);
  white-space: nowrap;
}
.demo-cafe .header-hours span {
  padding: 2px 11px 3px;
  border-radius: 999px;
  background: var(--green);
  color: var(--cream);
  font-family: var(--f-en);
  font-size: 13px;
  letter-spacing: .08em;
}
.demo-cafe .header-hours i { opacity: .5; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.demo-cafe .hero {
  position: relative;
  padding-top: 24px;
}
.demo-cafe .hero-deco { position: absolute; pointer-events: none; }
.demo-cafe .hero-deco-dots {
  top: 36px;
  right: max(24px, calc(50% - 690px));
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, var(--terra) 1.6px, transparent 2px) 0 0 / 15px 15px;
  opacity: .55;
}
.demo-cafe .hero-deco-circle {
  left: -90px;
  bottom: 120px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1.5px dashed var(--line);
}
.demo-cafe .hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  grid-template-areas: "head art" "body art";
  column-gap: 96px;
  align-items: start;
  padding-bottom: 32px;
}
.demo-cafe .hero-head { grid-area: head; align-self: end; padding-top: 14px; }
.demo-cafe .hero-body { grid-area: body; }
.demo-cafe .hero-art { grid-area: art; position: relative; margin-right: 34px; }

.demo-cafe .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--f-en);
  font-style: italic;
  font-size: 19px;
  letter-spacing: .04em;
  line-height: 1.4;
  color: var(--terra-d);
}
.demo-cafe .hero-eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--f-mincho);
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .24em;
  color: var(--green);
}
.demo-cafe .hero-eyebrow span::before {
  content: "";
  width: 44px;
  height: 8px;
  background: var(--squiggle) repeat-x left center / 42px 5px;
}
.demo-cafe .hero-name {
  margin-top: 22px;
  color: var(--green);
  line-height: 1;
}
.demo-cafe .hero-name-ja {
  display: block;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .42em;
  margin-left: 6px;
}
.demo-cafe .hero-name-en {
  display: block;
  margin-top: 10px;
  font-family: var(--f-en);
  font-weight: 400;
  font-size: clamp(96px, 9.2vw, 132px);
  letter-spacing: .04em;
  line-height: .95;
}
.demo-cafe .hero-catch {
  margin-top: 20px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: clamp(30px, 2.9vw, 41px);
  line-height: 1.5;
  letter-spacing: .1em;
  color: var(--ink);
}
.demo-cafe .hero-catch em {
  color: var(--terra-d);
  padding-bottom: 6px;
  background: var(--squiggle) repeat-x left bottom / 56px 7px;
}
.demo-cafe .hero-lead {
  margin-top: 18px;
  max-width: 30em;
  font-size: 16px;
  line-height: 2.05;
  color: var(--ink-2);
}
.demo-cafe .hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-top: 26px;
}
.demo-cafe .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 34px 0 38px;
  border-radius: 999px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .14em;
  transition: background-color .25s, transform .25s, box-shadow .25s;
}
.demo-cafe .btn span { transition: transform .25s; }
.demo-cafe .btn:hover span { transform: translateX(5px); }
.demo-cafe .btn-primary {
  background: var(--green);
  color: var(--cream);
  box-shadow: 4px 5px 0 var(--terra);
}
.demo-cafe .btn-primary:hover {
  background: var(--green-2);
  transform: translate(2px, 2px);
  box-shadow: 2px 3px 0 var(--terra);
}
.demo-cafe .btn-text {
  padding-bottom: 8px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .12em;
  color: var(--green);
  background: var(--squiggle) repeat-x left bottom / 42px 5px;
}
.demo-cafe .btn-text:hover { color: var(--terra-d); }
.demo-cafe .hero-info {
  display: flex;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
}
.demo-cafe .hero-info > div { padding-right: 30px; margin-right: 30px; border-right: 1px dashed var(--line); }
.demo-cafe .hero-info > div:last-child { padding-right: 0; margin-right: 0; border-right: 0; }
.demo-cafe .hero-info dt {
  font-family: var(--f-en);
  font-style: italic;
  font-size: 15px;
  line-height: 1.3;
  color: var(--terra-d);
}
.demo-cafe .hero-info dd {
  margin-top: 4px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: var(--green);
  white-space: nowrap;
}
.demo-cafe .hero-info small {
  display: block;
  font-family: var(--f-gothic);
  font-weight: 500;
  font-size: 12px;
  color: var(--ink-2);
}

.demo-cafe .hero-art-svg { width: 100%; height: auto; }
.demo-cafe .steam path { animation: enoki-steam 5s ease-in-out infinite; }
.demo-cafe .steam path:nth-child(2) { animation-delay: -1.6s; }
.demo-cafe .steam path:nth-child(3) { animation-delay: -3.1s; }
@keyframes enoki-steam {
  0%, 100% { transform: translateY(4px); opacity: .6; }
  50% { transform: translateY(-5px); opacity: 1; }
}
.demo-cafe .hero-stamp {
  position: absolute;
  left: -70px;
  top: 0;
  width: 168px;
  height: 168px;
  color: var(--terra);
  transform: rotate(-13deg);
  overflow: visible;
}
.demo-cafe .hero-note {
  position: absolute;
  left: -150px;
  bottom: 84px;
  font-family: var(--f-hand);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .06em;
  color: var(--terra-d);
  transform: rotate(-5deg);
}
.demo-cafe .hero-note span { display: block; }
.demo-cafe .hero-note svg { width: 58px; margin: 2px 0 0 74px; }
.demo-cafe .hero-vertical {
  position: absolute;
  bottom: 28px;
  right: -46px;
  writing-mode: vertical-rl;
  font-family: var(--f-en);
  font-style: italic;
  font-size: 14px;
  letter-spacing: .14em;
  color: var(--green);
  opacity: .75;
  white-space: nowrap;
}

.demo-cafe .ticker {
  overflow: hidden;
  background-color: var(--terra);
  background-image: var(--grain);
  color: var(--cream);
  border-block: 1px solid rgba(0, 0, 0, .08);
}
.demo-cafe .ticker-track {
  display: flex;
  width: max-content;
  animation: enoki-ticker 60s linear infinite;
}
.demo-cafe .ticker span {
  flex: none;
  padding: 11px 0 12px;
  font-family: var(--f-en);
  font-style: italic;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.4;
  white-space: pre;
}
.demo-cafe .ticker i { margin: 0 22px; font-size: 12px; color: #f7d9a4; vertical-align: 2px; }
@keyframes enoki-ticker { to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   Section heading
   -------------------------------------------------------------------------- */
.demo-cafe .sec-en {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--f-en);
  font-style: italic;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: .04em;
  color: var(--terra-d);
}
.demo-cafe .sec-en::after {
  content: "";
  width: 84px;
  height: 10px;
  background: var(--squiggle) no-repeat left center / 84px 10px;
}
.demo-cafe .sec-title {
  margin-top: 8px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.4;
  letter-spacing: .14em;
  color: var(--green);
}
.demo-cafe .sec-head-light .sec-en { color: var(--mustard); }
.demo-cafe .sec-head-light .sec-en::after { background-image: var(--squiggle-light); }
.demo-cafe .sec-head-light .sec-title { color: var(--cream); }
.demo-cafe .sec-head-center { text-align: center; }
.demo-cafe .sec-head-center .sec-en { justify-content: center; }
.demo-cafe .sec-head-center .sec-en::before {
  content: "";
  width: 84px;
  height: 10px;
  background: var(--squiggle) no-repeat left center / 84px 10px;
}

/* --------------------------------------------------------------------------
   About
   -------------------------------------------------------------------------- */
.demo-cafe .about {
  padding: 128px 0 136px;
  background-color: var(--paper);
  background-image: var(--grain);
}
.demo-cafe .about-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 88px;
  align-items: center;
}
.demo-cafe .about-card {
  position: relative;
  padding: 18px 18px 14px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04), 10px 14px 0 var(--cream-2);
  border: 1px solid rgba(35, 64, 47, .16);
  transform: rotate(-1.6deg);
}
.demo-cafe .about-card svg { width: 100%; height: auto; }
.demo-cafe .about-card figcaption {
  margin-top: 10px;
  text-align: center;
  font-family: var(--f-hand);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .08em;
  color: var(--green);
}
.demo-cafe .tape {
  position: absolute;
  top: -15px;
  width: 96px;
  height: 30px;
  background: rgba(224, 164, 88, .62);
  background-image: repeating-linear-gradient(90deg, transparent 0 6px, rgba(255, 255, 255, .22) 6px 7px);
  z-index: 1;
}
.demo-cafe .tape-l { left: -30px; transform: rotate(-32deg); }
.demo-cafe .tape-r { right: -30px; transform: rotate(30deg); }
.demo-cafe .about-lead {
  margin: 30px 0 26px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.7;
  letter-spacing: .1em;
  color: var(--ink);
}
.demo-cafe .about-text > p + p { margin-top: 1.1em; }
.demo-cafe .about-text > p:not(.about-lead) { color: var(--ink-2); }
.demo-cafe .about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
  border-block: 1px dashed var(--line);
}
.demo-cafe .about-facts li {
  padding: 22px 8px 20px;
  text-align: center;
  border-right: 1px dashed var(--line);
}
.demo-cafe .about-facts li:last-child { border-right: 0; }
.demo-cafe .fact-num {
  display: block;
  font-family: var(--f-en);
  font-size: 52px;
  line-height: 1;
  color: var(--terra);
}
.demo-cafe .fact-num small {
  margin-left: 4px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .08em;
  color: var(--green);
}
.demo-cafe .fact-label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink-2);
}

/* --------------------------------------------------------------------------
   Menu
   -------------------------------------------------------------------------- */
.demo-cafe .menu {
  position: relative;
  padding: 120px 0 128px;
  background-color: var(--green);
  background-image: var(--grain), radial-gradient(circle, rgba(246, 239, 225, .07) 1.4px, transparent 1.8px);
  background-size: auto, 22px 22px;
  color: var(--cream);
}
.demo-cafe .menu::before,
.demo-cafe .menu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  background: radial-gradient(circle at 12px 0, var(--paper) 9px, transparent 9.6px) repeat-x 0 0 / 24px 12px;
}
.demo-cafe .menu::before { top: -1px; }
.demo-cafe .menu::after {
  bottom: -1px;
  background: radial-gradient(circle at 12px 12px, var(--cream-2) 9px, transparent 9.6px) repeat-x 0 0 / 24px 12px;
}
.demo-cafe .menu-top {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: 56px;
}
.demo-cafe .menu-intro {
  max-width: 34em;
  padding-bottom: 6px;
  font-size: 15px;
  color: rgba(246, 239, 225, .86);
}
.demo-cafe .menu-badge {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--terra);
  color: var(--cream);
  text-align: center;
  font-family: var(--f-en);
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: .1em;
  transform: rotate(12deg);
  box-shadow: 0 0 0 4px var(--green), 0 0 0 5.5px var(--terra);
}
.demo-cafe .menu-badge small {
  display: block;
  margin-top: 5px;
  font-family: var(--f-hand);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .08em;
}
.demo-cafe .menu-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 56px;
}
.demo-cafe .menu-card {
  position: relative;
  padding: 40px 32px 36px;
  background-color: var(--cream);
  background-image: var(--grain);
  color: var(--ink);
  border-radius: 4px;
}
.demo-cafe .menu-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(35, 64, 47, .45);
  border-radius: 2px;
  pointer-events: none;
}
.demo-cafe .menu-card-head {
  display: grid;
  justify-items: center;
  padding-bottom: 22px;
  margin-bottom: 8px;
  text-align: center;
  background: var(--squiggle) no-repeat center bottom / 84px 10px;
}
.demo-cafe .menu-ico { width: 60px; height: 60px; color: var(--green); }
.demo-cafe .menu-card-en {
  margin-top: 6px;
  font-family: var(--f-en);
  font-style: italic;
  font-size: 17px;
  line-height: 1.3;
  color: var(--terra-d);
}
.demo-cafe .menu-card h3 {
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: .3em;
  margin-right: -.3em;
  color: var(--green);
}
.demo-cafe .menu-list li { padding: 15px 0 14px; border-bottom: 1px dashed rgba(35, 64, 47, .25); }
.demo-cafe .menu-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.demo-cafe .menu-row { display: flex; align-items: baseline; gap: 10px; }
.demo-cafe .menu-name {
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.5;
  letter-spacing: .06em;
  color: var(--ink);
}
.demo-cafe .menu-dots {
  flex: 1;
  min-width: 14px;
  height: 0;
  border-bottom: 2px dotted rgba(35, 64, 47, .4);
  transform: translateY(-4px);
}
.demo-cafe .menu-price {
  font-family: var(--f-en);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .04em;
  color: var(--terra-d);
  white-space: nowrap;
}
.demo-cafe .menu-list p {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-2);
}
.demo-cafe .menu-note {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 44px;
  font-size: 15px;
  text-align: center;
  color: rgba(246, 239, 225, .92);
}
.demo-cafe .menu-note span {
  padding: 3px 18px 4px;
  border: 1px solid var(--mustard);
  border-radius: 999px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .14em;
  line-height: 1.6;
  color: var(--mustard);
}

/* --------------------------------------------------------------------------
   Beans
   -------------------------------------------------------------------------- */
.demo-cafe .beans {
  padding: 128px 0 128px;
  background-color: var(--cream-2);
  background-image: var(--grain);
}
.demo-cafe .beans-head {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: 64px;
  align-items: end;
}
.demo-cafe .beans-lead {
  margin-bottom: 14px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.6;
  letter-spacing: .1em;
}
.demo-cafe .beans-intro p:not(.beans-lead) { color: var(--ink-2); }
.demo-cafe .beans-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 72px;
  border-block: 1px solid var(--line);
}
.demo-cafe .beans-points li {
  position: relative;
  padding: 44px 40px 46px;
  border-right: 1px dashed var(--line);
}
.demo-cafe .beans-points li:first-child { padding-left: 8px; }
.demo-cafe .beans-points li:last-child { padding-right: 8px; border-right: 0; }
.demo-cafe .point-num {
  font-family: var(--f-en);
  font-size: 64px;
  line-height: 1;
  color: var(--terra);
}
.demo-cafe .point-ico {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 72px;
  height: 72px;
  color: var(--green);
}
.demo-cafe .beans-points li:last-child .point-ico { right: 8px; }
.demo-cafe .beans-points h3 {
  margin: 26px 0 12px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .1em;
  color: var(--green);
}
.demo-cafe .beans-points li > p:last-child { font-size: 15px; color: var(--ink-2); }

.demo-cafe .beans-lineup {
  margin-top: 72px;
  padding: 44px 48px 40px;
  background-color: var(--paper);
  background-image: var(--grain);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 8px 10px 0 rgba(35, 64, 47, .1);
}
.demo-cafe .lineup-title {
  display: flex;
  align-items: baseline;
  gap: 18px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .16em;
  line-height: 1.5;
  color: var(--green);
}
.demo-cafe .lineup-title small {
  font-family: var(--f-gothic);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--ink-2);
}
.demo-cafe .lineup-list { margin-top: 18px; }
.demo-cafe .lineup-list li {
  display: grid;
  grid-template-columns: 11em 12em minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 20px 0;
  border-top: 1px dashed var(--line);
}
.demo-cafe .lineup-name {
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: .08em;
  line-height: 1.5;
}
.demo-cafe .lineup-roast {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--green);
  white-space: nowrap;
}
.demo-cafe .roast { display: inline-flex; gap: 4px; }
.demo-cafe .roast i {
  width: 13px;
  height: 17px;
  border-radius: 50%;
  border: 1.5px solid var(--green);
  transform: rotate(24deg);
}
.demo-cafe .roast i.on { background: var(--green); }
.demo-cafe .lineup-desc { font-size: 14.5px; line-height: 1.8; color: var(--ink-2); }
.demo-cafe .lineup-price {
  font-family: var(--f-en);
  font-size: 24px;
  line-height: 1.3;
  color: var(--terra-d);
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   News
   -------------------------------------------------------------------------- */
.demo-cafe .news {
  padding: 128px 0;
  background-color: var(--paper);
  background-image: var(--grain);
}
.demo-cafe .news-grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: 64px;
  align-items: start;
}
.demo-cafe .news-side-text { margin-top: 20px; font-size: 15px; color: var(--ink-2); }
.demo-cafe .news-illust { width: 170px; margin-top: 36px; color: var(--green); }
.demo-cafe .news-list { border-top: 1px solid var(--line); }
.demo-cafe .news-list li { border-bottom: 1px solid var(--line); }
.demo-cafe .news-list article { padding: 32px 8px 34px; }
.demo-cafe .news-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.4;
}
.demo-cafe .news-meta time {
  font-family: var(--f-en);
  font-size: 17px;
  letter-spacing: .08em;
  color: var(--terra-d);
}
.demo-cafe .news-tag {
  padding: 3px 14px 4px;
  border-radius: 999px;
  background: var(--green);
  color: var(--cream);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
}
.demo-cafe .news-list h3 {
  margin: 12px 0 8px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: .06em;
  color: var(--ink);
}
.demo-cafe .news-list article > p:last-child { font-size: 15px; color: var(--ink-2); }

/* --------------------------------------------------------------------------
   Access
   -------------------------------------------------------------------------- */
.demo-cafe .access {
  padding: 128px 0 136px;
  background-color: var(--cream);
  background-image: var(--grain);
  border-top: 1px dashed var(--line);
}
.demo-cafe .access-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  margin-top: 64px;
  align-items: start;
}
.demo-cafe .access-sub {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .16em;
  line-height: 1.5;
  color: var(--green);
}
.demo-cafe .access-sub::before {
  content: "";
  width: 11px;
  height: 15px;
  border-radius: 50%;
  background: var(--terra);
  transform: rotate(24deg);
}
.demo-cafe .week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid var(--green);
  border-radius: 6px;
  overflow: hidden;
  background: var(--paper);
}
.demo-cafe .week li { border-right: 1px dashed var(--line); text-align: center; }
.demo-cafe .week li:last-child { border-right: 0; }
.demo-cafe .week-day {
  display: block;
  padding: 5px 0 6px;
  background: var(--green);
  color: var(--cream);
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
}
.demo-cafe .week-time {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 8px 2px;
  font-family: var(--f-en);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: var(--green);
}
.demo-cafe .week .is-holiday .week-day { background: var(--green-3); }
.demo-cafe .week .is-closed .week-day { background: var(--terra-d); }
.demo-cafe .week .is-closed .week-time {
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .1em;
  color: var(--terra-d);
  background: repeating-linear-gradient(135deg, transparent 0 6px, rgba(192, 98, 58, .12) 6px 7px);
}
.demo-cafe .week-note { margin: 14px 0 48px; font-size: 14px; color: var(--ink-2); }
.demo-cafe .shop-data { border-top: 1px solid var(--line); }
.demo-cafe .shop-data > div {
  display: grid;
  grid-template-columns: 7em minmax(0, 1fr);
  gap: 16px;
  padding: 16px 4px;
  border-bottom: 1px dashed var(--line);
}
.demo-cafe .shop-data dt {
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .12em;
  color: var(--green);
}
.demo-cafe .shop-data dd { font-size: 15px; line-height: 1.85; }
.demo-cafe .shop-data .tel {
  font-family: var(--f-en);
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: var(--green);
}
.demo-cafe .shop-data small { display: block; font-size: 13px; color: var(--ink-2); }

.demo-cafe .map-frame {
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(35, 64, 47, .2);
  box-shadow: 10px 12px 0 var(--cream-2);
  transform: rotate(.8deg);
}
.demo-cafe .map-frame svg { width: 100%; height: auto; }
.demo-cafe .map-caption { margin-top: 22px; font-size: 12px; text-align: right; color: var(--ink-2); }
.demo-cafe .route { margin-top: 10px; }
.demo-cafe .route li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 15px;
  line-height: 1.8;
}
.demo-cafe .route li span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--terra);
  font-family: var(--f-en);
  font-size: 16px;
  line-height: 1;
  color: var(--terra-d);
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.demo-cafe .site-footer {
  position: relative;
  padding: 88px 0 0;
  background-color: var(--green);
  background-image: var(--grain);
  color: var(--cream);
}
.demo-cafe .site-footer::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  height: 12px;
  background: radial-gradient(circle at 12px 12px, var(--green) 9px, transparent 9.6px) repeat-x 0 0 / 24px 12px;
}
.demo-cafe .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto auto;
  gap: 72px;
  align-items: start;
  padding-bottom: 64px;
}
.demo-cafe .footer-brand { display: flex; align-items: center; gap: 32px; }
.demo-cafe .footer-stamp { width: 150px; height: 150px; flex: none; color: var(--cream); transform: rotate(-10deg); overflow: visible; }
.demo-cafe .footer-name {
  font-family: var(--f-en);
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: .14em;
}
.demo-cafe .footer-name span {
  display: block;
  margin-bottom: 6px;
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .36em;
}
.demo-cafe .footer-addr { margin-top: 16px; font-size: 14px; line-height: 1.9; color: rgba(246, 239, 225, .85); }
.demo-cafe .footer-nav ul { display: grid; gap: 10px; }
.demo-cafe .footer-nav a {
  font-family: var(--f-mincho);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .12em;
}
.demo-cafe .footer-nav a::before { content: "—"; margin-right: 10px; color: var(--mustard); }
.demo-cafe .footer-nav a:hover,
.demo-cafe .footer-sns a:hover { color: var(--mustard); }
.demo-cafe .footer-sns-title {
  margin-bottom: 14px;
  font-family: var(--f-en);
  font-style: italic;
  font-size: 19px;
  line-height: 1.4;
  color: var(--mustard);
}
.demo-cafe .footer-sns ul { display: grid; gap: 12px; }
.demo-cafe .footer-sns a { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; letter-spacing: .08em; }
.demo-cafe .footer-sns svg { width: 28px; height: 28px; }
.demo-cafe .footer-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 32px;
  padding: 24px 72px 28px 0;
  border-top: 1px dashed rgba(246, 239, 225, .3);
  font-size: 12px;
  line-height: 1.8;
  color: rgba(246, 239, 225, .75);
}
.demo-cafe .footer-copy { font-family: var(--f-en); font-size: 14px; letter-spacing: .08em; }
.demo-cafe .to-top {
  position: absolute;
  right: 0;
  top: -26px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--terra);
  color: var(--cream);
  font-size: 20px;
  line-height: 1;
  transition: transform .25s;
}
.demo-cafe .to-top:hover { transform: translateY(-4px); }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1240px) {
  .demo-cafe .header-hours { display: none; }
  .demo-cafe .hero-grid { grid-template-columns: minmax(0, 1fr) 400px; column-gap: 72px; }
  .demo-cafe .hero-note { right: -40px; bottom: -14px; transform: rotate(3deg); }
  .demo-cafe .hero-note svg { display: none; }
  .demo-cafe .hero-vertical { right: -34px; }
  .demo-cafe .about-grid { gap: 56px; }
  .demo-cafe .menu-card { padding: 36px 24px 32px; }
  .demo-cafe .lineup-list li { grid-template-columns: 9em 11em minmax(0, 1fr) auto; gap: 20px; }
}

@media (max-width: 1024px) {
  .demo-cafe .gnav ul { gap: 22px; }
  .demo-cafe .hero-grid { grid-template-columns: minmax(0, 1fr) 340px; column-gap: 56px; }
  .demo-cafe .hero-art { align-self: center; }
  .demo-cafe .hero-stamp { width: 132px; height: 132px; left: -50px; }
  .demo-cafe .hero-note { display: none; }
  .demo-cafe .hero-info > div { padding-right: 18px; margin-right: 18px; }
  .demo-cafe .menu-cols { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .demo-cafe .menu-top { grid-template-columns: minmax(0, 1fr) auto; gap: 24px 32px; }
  .demo-cafe .menu-intro { grid-column: 1 / -1; grid-row: 2; }
  .demo-cafe .beans-points li { padding: 36px 24px 38px; }
  .demo-cafe .point-ico { right: 24px; top: 34px; width: 60px; height: 60px; }
  .demo-cafe .lineup-list li { grid-template-columns: minmax(0, 1fr) auto; gap: 6px 20px; }
  .demo-cafe .lineup-desc { grid-column: 1 / -1; }
  .demo-cafe .lineup-price { grid-column: 2; grid-row: 1; }
  .demo-cafe .lineup-roast { grid-column: 1 / -1; grid-row: 2; }
  .demo-cafe .access-grid { gap: 48px; }
  .demo-cafe .footer-grid { grid-template-columns: 1fr auto auto; gap: 48px; }
  .demo-cafe .footer-brand { flex-direction: column; align-items: flex-start; gap: 24px; }
}

@media (max-width: 820px) {
  .demo-cafe { font-size: 15px; line-height: 1.9; }
  .demo-cafe .container { width: min(560px, 100% - 44px); }
  .demo-cafe section { scroll-margin-top: 96px; }

  .demo-cafe .header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: 0;
    padding-top: 10px;
  }
  .demo-cafe .brand { justify-content: center; gap: 10px; }
  .demo-cafe .brand-mark { width: 36px; height: 36px; }
  .demo-cafe .brand-text { flex-direction: row; align-items: baseline; gap: 10px; }
  .demo-cafe .brand-ja { margin: 0; font-size: 11px; letter-spacing: .2em; }
  .demo-cafe .brand-en { font-size: 22px; }
  .demo-cafe .gnav { margin: 4px -8px 0; }
  .demo-cafe .gnav ul { justify-content: space-between; gap: 0; }
  .demo-cafe .gnav a { padding: 8px 6px 10px; font-size: 12.5px; letter-spacing: .04em; white-space: nowrap; }
  .demo-cafe .gnav a::after { display: none; }

  .demo-cafe .hero { padding-top: 28px; }
  .demo-cafe .hero-deco-dots { top: 250px; right: -40px; width: 150px; height: 150px; }
  .demo-cafe .hero-deco-circle { display: none; }
  .demo-cafe .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "head" "art" "body";
    padding-bottom: 56px;
  }
  .demo-cafe .hero-head { padding-top: 0; text-align: center; }
  .demo-cafe .hero-eyebrow { flex-direction: column; gap: 4px; font-size: 16px; }
  .demo-cafe .hero-eyebrow span { font-size: 12px; gap: 10px; }
  .demo-cafe .hero-eyebrow span::before,
  .demo-cafe .hero-eyebrow span::after {
    content: "";
    width: 30px;
    height: 8px;
    background: var(--squiggle) repeat-x left center / 42px 5px;
  }
  .demo-cafe .hero-name { margin-top: 18px; }
  .demo-cafe .hero-name-ja { font-size: 16px; margin-left: .42em; }
  .demo-cafe .hero-name-en { font-size: clamp(76px, 24vw, 108px); margin-top: 8px; }
  .demo-cafe .hero-catch { margin-top: 18px; font-size: clamp(24px, 6.6vw, 30px); letter-spacing: .08em; }
  .demo-cafe .hero-art { width: min(300px, 78%); margin: 32px auto 0; }
  .demo-cafe .hero-stamp { width: 104px; height: 104px; left: -44px; bottom: 10px; }
  .demo-cafe .hero-vertical { bottom: 16px; right: -32px; font-size: 12px; }
  .demo-cafe .hero-lead { margin-top: 36px; font-size: 15px; max-width: none; }
  .demo-cafe .hero-actions { justify-content: center; margin-top: 28px; }
  .demo-cafe .hero-info { margin-top: 36px; justify-content: space-between; }
  .demo-cafe .hero-info > div { padding-right: 12px; margin-right: 12px; flex: 1 1 auto; }
  .demo-cafe .hero-info dd { font-size: 15px; }
  .demo-cafe .hero-info small { font-size: 11px; letter-spacing: 0; }
  .demo-cafe .ticker span { font-size: 15px; padding: 9px 0 10px; }

  .demo-cafe .sec-en { font-size: 19px; }
  .demo-cafe .sec-title { font-size: 28px; letter-spacing: .1em; }

  .demo-cafe .about { padding: 80px 0 88px; }
  .demo-cafe .about-grid { grid-template-columns: minmax(0, 1fr); gap: 56px; }
  .demo-cafe .about-figure { order: 2; padding: 0 8px; }
  .demo-cafe .about-card { padding: 12px 12px 10px; }
  .demo-cafe .tape { width: 76px; height: 24px; top: -12px; }
  .demo-cafe .tape-l { left: -24px; }
  .demo-cafe .tape-r { right: -24px; }
  .demo-cafe .about-card figcaption { font-size: 13px; }
  .demo-cafe .about-lead { margin: 22px 0 20px; font-size: 21px; }
  .demo-cafe .about-facts { margin-top: 36px; }
  .demo-cafe .about-facts li { padding: 18px 4px 16px; }
  .demo-cafe .fact-num { font-size: 40px; }
  .demo-cafe .fact-num small { font-size: 12px; margin-left: 2px; }
  .demo-cafe .fact-label { font-size: 11px; letter-spacing: 0; }

  .demo-cafe .menu { padding: 84px 0 88px; }
  .demo-cafe .menu-badge { width: 92px; height: 92px; font-size: 15px; }
  .demo-cafe .menu-badge small { font-size: 10px; margin-top: 3px; }
  .demo-cafe .menu-intro { font-size: 14px; }
  .demo-cafe .menu-cols { margin-top: 40px; gap: 20px; }
  .demo-cafe .menu-card { padding: 34px 24px 30px; }
  .demo-cafe .menu-name { font-size: 15.5px; }
  .demo-cafe .menu-price { font-size: 17px; }
  .demo-cafe .menu-note { margin-top: 36px; font-size: 14px; }

  .demo-cafe .beans { padding: 84px 0 88px; }
  .demo-cafe .beans-head { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .demo-cafe .beans-lead { font-size: 19px; letter-spacing: .06em; }
  .demo-cafe .beans-points { grid-template-columns: minmax(0, 1fr); margin-top: 44px; }
  .demo-cafe .beans-points li,
  .demo-cafe .beans-points li:first-child,
  .demo-cafe .beans-points li:last-child {
    padding: 30px 4px 32px;
    border-right: 0;
    border-bottom: 1px dashed var(--line);
  }
  .demo-cafe .beans-points li:last-child { border-bottom: 0; }
  .demo-cafe .point-num { font-size: 52px; }
  .demo-cafe .point-ico,
  .demo-cafe .beans-points li:last-child .point-ico { top: 26px; right: 4px; width: 58px; height: 58px; }
  .demo-cafe .beans-points h3 { margin: 16px 0 8px; font-size: 20px; }
  .demo-cafe .beans-lineup { margin-top: 48px; padding: 30px 22px 22px; box-shadow: 6px 8px 0 rgba(35, 64, 47, .1); }
  .demo-cafe .lineup-title { font-size: 20px; flex-wrap: wrap; gap: 4px 14px; }
  .demo-cafe .lineup-name { font-size: 17px; }
  .demo-cafe .lineup-price { font-size: 21px; }
  .demo-cafe .lineup-desc { font-size: 14px; }

  .demo-cafe .news { padding: 84px 0 88px; }
  .demo-cafe .news-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .demo-cafe .news-side { position: relative; }
  .demo-cafe .news-side-text { margin-top: 12px; max-width: 15em; font-size: 14px; }
  .demo-cafe .news-illust { position: absolute; right: 0; top: 6px; width: 104px; margin: 0; }
  .demo-cafe .news-list article { padding: 24px 2px 26px; }
  .demo-cafe .news-list h3 { font-size: 17.5px; }
  .demo-cafe .news-list article > p:last-child { font-size: 14px; }

  .demo-cafe .access { padding: 84px 0 96px; }
  .demo-cafe .sec-head-center .sec-en::before,
  .demo-cafe .sec-head-center .sec-en::after { width: 42px; }
  .demo-cafe .access-grid { grid-template-columns: minmax(0, 1fr); gap: 56px; margin-top: 44px; }
  .demo-cafe .week-day { font-size: 13px; }
  .demo-cafe .week-time { min-height: 60px; font-size: 13px; padding: 6px 0; }
  .demo-cafe .week .is-closed .week-time { font-size: 13px; letter-spacing: 0; }
  .demo-cafe .week-note { margin-bottom: 40px; font-size: 13px; }
  .demo-cafe .shop-data > div { grid-template-columns: 5.5em minmax(0, 1fr); gap: 10px; padding: 14px 2px; }
  .demo-cafe .shop-data dt,
  .demo-cafe .shop-data dd { font-size: 14px; }
  .demo-cafe .map-frame { padding: 8px; box-shadow: 6px 8px 0 var(--cream-2); }
  .demo-cafe .route li { font-size: 14px; }

  .demo-cafe .site-footer { padding-top: 64px; }
  .demo-cafe .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; padding-bottom: 56px; }
  .demo-cafe .footer-brand { grid-column: 1 / -1; align-items: center; text-align: center; gap: 20px; }
  .demo-cafe .footer-stamp { width: 128px; height: 128px; }
  .demo-cafe .footer-name { font-size: 34px; }
  .demo-cafe .footer-addr { font-size: 13px; }
  .demo-cafe .footer-nav a { font-size: 14px; }
  .demo-cafe .footer-bottom { padding: 36px 0 28px; font-size: 11px; }
  .demo-cafe .to-top { top: -26px; right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .demo-cafe .steam path,
  .demo-cafe .ticker-track { animation: none; }
}
