:root {
  --ink: #2d2925;
  --brown: #795548;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --sage: #7c8b72;
  --line: #ded4c5;
  --shadow: 0 18px 45px rgba(69, 50, 35, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.8;
}

a { color: inherit; text-decoration: none; }

.container { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo { font-family: Georgia, serif; font-size: 1.3rem; letter-spacing: .08em; }
.logo span { display: block; color: var(--sage); font: 700 .6rem sans-serif; letter-spacing: .24em; }
.nav-list { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; font-size: .9rem; }
.nav-list a { position: relative; padding: 26px 0 22px; }
.nav-list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 16px; height: 2px; background: var(--brown); transition: right .25s; }
.nav-list a:hover::after, .nav-list a.active::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: none; font-size: 1.5rem; cursor: pointer; }

.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(27,24,21,.76) 0%, rgba(27,24,21,.43) 49%, rgba(27,24,21,.08) 78%), url("images/cafe-hero.jpg") center/cover no-repeat;
}
.hero-inner { display: flex; align-items: center; }
.hero-content { max-width: 850px; padding: 80px 0; }
.hero-kicker { margin: 0 0 20px; font: 700 .72rem sans-serif; letter-spacing: .32em; text-transform: uppercase; }

.eyebrow { margin: 0 0 14px; color: var(--sage); font-size: .78rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 400 clamp(3.5rem, 8.5vw, 7.5rem)/.9 Georgia, serif; letter-spacing: -.025em; }
.hero-copy { max-width: 560px; margin: 34px 0 42px; font-size: 1.02rem; letter-spacing: .04em; }
.hero-scroll { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.65); font: 700 .7rem sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.button { display: inline-block; padding: 13px 28px; color: #fff; background: var(--brown); border: 1px solid var(--brown); box-shadow: 0 0 0 rgba(69,50,35,0); transition: color .25s, background .25s, transform .25s, box-shadow .25s; }
.button:hover { color: var(--brown); background: transparent; transform: translateY(-2px); }
.button.secondary { color: var(--brown); background: transparent; }
.button.secondary.light { background: rgba(255,253,248,.72); }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link:hover { text-decoration: underline; }

.section { padding: 96px 0; }
.section.alt { background: var(--cream); }
.intro-section { padding: 128px 0; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; align-items: start; }
.intro-heading h2, .section-heading h2, .access-cta h2 { margin: 0; font: 400 clamp(2.4rem, 5vw, 4.2rem)/1.25 Georgia, serif; }
.intro-copy { max-width: 590px; padding-top: 36px; }
.intro-copy p { margin-top: 0; }
.intro-photo { position: relative; margin: 74px 0 0; }
.intro-photo img { display: block; width: 100%; height: auto; max-height: 520px; object-fit: cover; }
.intro-photo figcaption { position: absolute; right: 24px; bottom: 20px; padding: 7px 14px; color: #fff; background: rgba(45,41,37,.72); font: italic .9rem Georgia, serif; }
.text-arrow { display: inline-flex; gap: 16px; align-items: center; margin-top: 16px; color: var(--brown); font-weight: 700; border-bottom: 1px solid currentColor; transition: gap .25s, opacity .25s; }
.favorites-section { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.section-heading .eyebrow { margin-bottom: 8px; }
.section-title { margin: 0 0 44px; text-align: center; font: 400 2.2rem Georgia, serif; }
.section-title small { display: block; margin-top: 8px; color: var(--sage); font: 700 .7rem sans-serif; letter-spacing: .2em; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { padding: 34px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); transition: transform .3s, box-shadow .3s, border-color .3s; }
.product-card { padding: 0; overflow: hidden; }
.product-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #e9e1d4; }
.card-body { padding: 26px 30px 30px; }
.card-number { float: right; margin: 3px 0 0 16px; color: var(--line); font: 400 1.35rem Georgia, serif; }
.card-icon { font-size: 2rem; }
.card h3 { margin: 14px 0 6px; font: 400 1.35rem Georgia, serif; }
.price { color: var(--brown); font-weight: 700; }
.mobile-link { display: none; }
.access-cta { padding: 110px 0; color: #f9f4eb; background: var(--sage); }
.access-cta .eyebrow { color: #dce4d7; }
.access-cta-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12%; align-items: end; }
.access-summary { border-top: 1px solid rgba(255,255,255,.45); }
.access-summary p { display: grid; grid-template-columns: 100px 1fr; margin: 0; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.access-summary p span { color: #dce4d7; font: 700 .68rem sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.light-button { margin-top: 26px; color: var(--ink); background: var(--paper); border-color: var(--paper); }
.light-button:hover { color: #fff; border-color: #fff; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.visual {
  min-height: 380px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--sage);
  border-radius: 48% 48% 10px 10px;
  box-shadow: var(--shadow);
  font: italic 1.5rem Georgia, serif;
}
.lead { font-size: 1.25rem; }

.page-hero { padding: 100px 0 72px; text-align: center; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0; font: 400 clamp(2.4rem, 6vw, 4.2rem) Georgia, serif; }
.dark-page-hero { position: relative; overflow: hidden; color: #fff; background: #342e29; }
.dark-page-hero::after { content: ""; position: absolute; top: -160px; right: -90px; width: 400px; height: 400px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.dark-page-hero .container { position: relative; z-index: 1; }
.dark-page-hero .eyebrow { color: #bcc8b6; }
.menu-section { margin-bottom: 64px; }
.menu-section h2 { padding-bottom: 10px; font: 400 1.8rem Georgia, serif; border-bottom: 1px solid var(--line); }
.menu-items { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 40px; }
.menu-item { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px dotted var(--line); }
.menu-item strong { display: block; }
.menu-item small { color: #6d675f; }
.menu-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 72px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.filter-button { min-width: 120px; padding: 11px 22px; color: var(--ink); background: transparent; border: 1px solid var(--line); cursor: pointer; font: inherit; transition: .2s; }
.filter-button:hover, .filter-button.active { color: #fff; background: var(--brown); border-color: var(--brown); }
.filter-button:focus-visible { outline: 3px solid rgba(124,139,114,.45); outline-offset: 3px; }
.menu-category { margin-bottom: 88px; }
.menu-category[hidden] { display: none; }
.category-heading { display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start; margin-bottom: 28px; }
.category-heading > p { margin: 4px 0 0; color: var(--line); font: 400 1.6rem Georgia, serif; }
.category-heading span { color: var(--sage); font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.category-heading h2, .subpage-title { margin: 0; font: 400 clamp(2rem, 4vw, 3rem) Georgia, serif; }
.menu-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-left: 84px; }
.menu-card { display: flex; justify-content: space-between; gap: 24px; min-height: 150px; padding: 26px 28px; background: var(--paper); border: 1px solid var(--line); transition: transform .25s, border-color .25s, box-shadow .25s; }
.menu-card h3 { margin: 0 0 6px; font: 400 1.2rem Georgia, serif; }
.menu-card p { margin: 0; color: #6d675f; font-size: .9rem; }
.menu-card > strong { color: var(--brown); white-space: nowrap; }
.story { max-width: 750px; margin: 0 auto; }
.values { margin-top: 64px; }
.concept-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; }
.concept-grid h2 { margin: 0; font: 400 clamp(2.4rem, 5vw, 4.2rem)/1.25 Georgia, serif; }
.concept-copy { max-width: 620px; padding-top: 34px; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 1px; background: var(--line); }
.fact-card { min-height: 210px; padding: 28px; background: var(--paper); transition: background .25s, transform .25s; }
.fact-card dt { color: var(--sage); font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.fact-card dd { margin: 14px 0 8px; color: var(--brown); font: 400 1rem Georgia, serif; }
.fact-card dd strong { font-size: 2.3rem; font-weight: 400; }
.fact-card p { margin: 0; color: #6d675f; font-size: .86rem; }
.access-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; }
.access-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 64px; align-items: start; }
.info-list { margin: 0; }
.info-list div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.info-list dt { color: var(--sage); font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.info-list dd { margin: 4px 0 0; }
.text-link { color: var(--brown); text-decoration: underline; text-underline-offset: 3px; }
.map-card { overflow: hidden; background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-illustration { position: relative; min-height: 270px; overflow: hidden; background: linear-gradient(25deg, transparent 47%, rgba(255,255,255,.9) 48% 54%, transparent 55%), linear-gradient(115deg, transparent 36%, rgba(255,255,255,.9) 37% 44%, transparent 45%), #dfe5d8; }
.map-illustration::after { content: ""; position: absolute; inset: 18% -5% 22% 22%; border: 2px dashed rgba(121,85,72,.55); border-left-color: transparent; border-radius: 50%; transform: rotate(-8deg); }
.station, .map-pin { position: absolute; z-index: 1; font-weight: 700; text-align: center; }
.station { left: 10%; bottom: 14%; padding: 8px 12px; color: #fff; background: var(--sage); }
.station small { font-size: .65rem; }
.map-pin { top: 22%; right: 12%; color: var(--brown); font-size: 2.4rem; line-height: 1; }
.map-pin small { display: block; margin-top: 8px; color: var(--ink); font: 700 .78rem sans-serif; white-space: nowrap; }
.map-copy { padding: 28px 30px 32px; }
.map-copy > strong { font: 400 1.45rem Georgia, serif; }
.map-copy p { margin: 8px 0 22px; }
.map-frame { overflow: hidden; border: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); }
.map-frame iframe { display: block; width: 100%; height: 520px; border: 0; }
.map-frame > p { margin: 0; padding: 0 26px 24px; }
.fiction-note { display: grid; grid-template-columns: 170px 1fr; gap: 24px; margin-top: 64px; padding: 22px 26px; color: #655e56; background: #f1ece3; border-left: 3px solid var(--sage); font-size: .82rem; }
.fiction-note strong, .fiction-note p { margin: 0; }

.site-footer { padding: 56px 0 28px; color: #eee7dc; background: #342e29; text-align: center; }
.footer-logo { margin: 0 0 12px; font: 400 1.5rem Georgia, serif; }
.copyright { margin-top: 36px; color: #aca49a; font-size: .75rem; }
.reveal { opacity: 1; transform: none; }
.motion-enabled .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.motion-enabled .reveal.visible { opacity: 1; transform: none; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 20; display: grid; place-items: center; width: 58px; height: 58px; padding: 4px; color: #fff; background: rgba(52,46,41,.94); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 10px 28px rgba(45,41,37,.25); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .25s, visibility .25s, transform .25s, background .25s; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top span { font-size: 1.15rem; line-height: 1; }
.back-to-top small { font-size: .52rem; letter-spacing: .12em; }
.back-to-top:focus-visible, .menu-toggle:focus-visible { outline: 3px solid rgba(124,139,114,.55); outline-offset: 3px; }

@media (hover: hover) {
  .button:hover { box-shadow: 0 10px 24px rgba(69,50,35,.18); }
  .text-arrow:hover { gap: 24px; opacity: .72; }
  .card:hover { transform: translateY(-8px); border-color: #c9b7a3; box-shadow: 0 24px 54px rgba(69,50,35,.18); }
  .product-card:hover img { transform: scale(1.025); }
  .product-card img { transition: transform .45s ease; }
  .menu-card:hover { transform: translateY(-4px); border-color: #c9b7a3; box-shadow: 0 12px 28px rgba(69,50,35,.09); }
  .fact-card:hover { position: relative; z-index: 1; background: #fff; transform: translateY(-3px); }
  .back-to-top:hover { background: var(--brown); transform: translateY(-3px); }
}

@media (max-width: 760px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 10px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: block; }
  .nav-list { flex-direction: column; gap: 0; }
  .nav-list a { display: block; padding: 12px 0; }
  .nav-list a::after { bottom: 8px; }
  .hero { min-height: calc(100svh - 76px); align-items: end; background: linear-gradient(0deg, rgba(27,24,21,.82) 0%, rgba(27,24,21,.47) 62%, rgba(27,24,21,.13) 100%), url("images/cafe-hero.jpg") 66% center/cover no-repeat; }
  .hero-inner { padding-bottom: 26px; }
  .hero-content { max-width: 520px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero-copy br { display: none; }
  .section { padding: 68px 0; }
  .grid, .split, .menu-items, .access-grid, .intro-grid, .access-cta-inner, .concept-grid, .facts-grid, .access-layout { grid-template-columns: 1fr; }
  .intro-section { padding: 88px 0; }
  .intro-grid, .access-cta-inner { gap: 36px; }
  .intro-copy { padding-top: 0; }
  .intro-photo { margin-top: 48px; }
  .intro-photo img { max-height: none; }
  .intro-photo figcaption { right: 12px; bottom: 10px; }
  .section-heading { align-items: start; }
  .desktop-link { display: none; }
  .mobile-link { display: inline-flex; margin-top: 30px; }
  .access-cta { padding: 80px 0; }
  .split { gap: 38px; }
  .visual { min-height: 280px; }
  .page-hero { padding: 76px 0 58px; }
  .menu-filter { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 52px; }
  .filter-button { min-width: 0; }
  .menu-category { margin-bottom: 64px; }
  .category-heading { grid-template-columns: 46px 1fr; gap: 10px; }
  .menu-card-grid { grid-template-columns: 1fr; margin-left: 0; }
  .menu-card { min-height: 0; padding: 22px; }
  .concept-grid, .access-layout { gap: 36px; }
  .concept-copy { padding-top: 0; }
  .facts-grid { gap: 1px; }
  .fact-card { min-height: 0; }
  .map-frame iframe { height: 420px; }
  .fiction-note { grid-template-columns: 1fr; gap: 6px; margin-top: 44px; }
  .back-to-top { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}

@media (max-width: 420px) {
  .map-frame iframe { height: 360px; }
  .menu-card { display: block; }
  .menu-card > strong { display: block; margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
