@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;600&display=swap');

:root {
  --ink: #2d2521;
  --paper: #f5f0e7;
  --accent: #a56752;
  --cream: #fbf8f2;
  --line: rgba(45, 37, 33, .22);
  --serif: "Cormorant Garamond", "Yu Mincho", serif;
  --sans: "Noto Sans JP", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { overflow-x: hidden; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.9; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; line-height: .98; }
h1 em { color: var(--accent); font-style: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { margin-bottom: 1.4rem; font-size: .7rem; font-weight: 600; letter-spacing: .24em; line-height: 1.5; }
.section-space { padding-top: clamp(5rem, 9vw, 9rem); padding-bottom: clamp(5rem, 9vw, 9rem); }

.site-header { position: sticky; z-index: 30; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 5.6rem; padding: 1rem clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid var(--line); background: rgba(245, 240, 231, .94); backdrop-filter: blur(12px); transition: min-height .25s ease, box-shadow .25s ease; }
.site-header.is-compact { min-height: 4.6rem; box-shadow: 0 8px 24px rgba(21, 42, 58, .07); }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-family: var(--serif); font-size: 1.08rem; font-weight: 600; letter-spacing: .08em; line-height: 1.2; }
.brand small { display: block; margin-top: .25rem; font-family: var(--sans); font-size: .56rem; letter-spacing: .18em; }
.brand-mark { display: grid; width: 2.65rem; height: 2.65rem; color: var(--paper); background: var(--ink); place-items: center; }
.global-nav { display: flex; align-items: center; gap: clamp(1.3rem, 3vw, 3.2rem); font-size: .72rem; font-weight: 600; letter-spacing: .16em; }
.global-nav a { position: relative; padding: .5rem 0; }
.global-nav a::after { position: absolute; bottom: .25rem; left: 0; width: 100%; height: 2px; content: ""; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.global-nav a:hover::after, .global-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 2.8rem; height: 2.8rem; padding: .65rem; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { position: relative; display: flex; min-height: calc(100vh - 5.6rem); padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 8vw, 9rem) 5rem; align-items: center; overflow: hidden; background-image: linear-gradient(90deg, rgba(245, 240, 231, .97) 0%, rgba(245, 240, 231, .88) 28%, rgba(245, 240, 231, .3) 62%, rgba(245, 240, 231, .08) 100%), url("images/hero-cafe.png"); background-position: center; background-size: cover; }
.hero::before { position: absolute; top: 5%; right: -6%; width: 28vw; height: 28vw; min-width: 18rem; min-height: 18rem; border: 1px solid var(--line); border-radius: 50%; content: ""; }
.hero-copy { position: relative; z-index: 1; max-width: 47rem; padding-left: clamp(0rem, 2vw, 2.5rem); }
.hero h1 { max-width: 11ch; margin-bottom: 2rem; font-size: clamp(3.8rem, 7vw, 7.8rem); text-transform: uppercase; }
.hero h1 span, .hero h1 em { white-space: nowrap; }
.lead { max-width: 34rem; margin-bottom: 2rem; font-size: clamp(1rem, 1.4vw, 1.15rem); }
.hero-visual { position: relative; z-index: 1; height: min(66vh, 46rem); margin: 0; }
.hero-visual img { filter: saturate(.54) sepia(.12) contrast(1.04); }
.hero-visual figcaption { position: absolute; right: 0; bottom: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: .8rem 1rem; color: var(--paper); background: rgba(45, 37, 33, .92); font-size: .66rem; letter-spacing: .12em; }
.hero-visual figcaption span { color: var(--accent); font-size: 1rem; }
.hero-note { position: absolute; z-index: 1; bottom: 2.2rem; left: clamp(1.25rem, 4vw, 4.5rem); margin: 0; font-size: .62rem; letter-spacing: .15em; line-height: 1.6; writing-mode: vertical-rl; }
.button-row { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 3.4rem; padding: .75rem 1.4rem; align-items: center; justify-content: center; gap: 2rem; border: 1px solid var(--ink); font-size: .86rem; font-weight: 600; letter-spacing: .04em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--paper); background: var(--ink); }
.button-primary:hover { color: var(--ink); background: var(--accent); }
.button-light { color: var(--ink); border-color: var(--paper); background: var(--paper); }
.button-light:hover { color: var(--paper); background: transparent; }
.text-link { display: inline-flex; width: fit-content; padding-bottom: .15rem; align-items: center; gap: 1rem; border-bottom: 1px solid currentColor; font-size: .9rem; font-weight: 500; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(.35rem); }

.ticker { overflow: hidden; padding: .75rem 0; color: var(--paper); background: var(--ink); white-space: nowrap; }
.ticker div { width: max-content; font-size: .78rem; letter-spacing: .12em; animation: ticker 25s linear infinite; }
.ticker span { padding: 0 1.8rem; color: var(--accent); }
@keyframes ticker { to { transform: translateX(-45%); } }

.content-grid { display: grid; padding-right: clamp(1.25rem, 8vw, 9rem); padding-left: clamp(1.25rem, 8vw, 9rem); grid-template-columns: .35fr 1fr .8fr; gap: clamp(2rem, 5vw, 6rem); }
.section-index { padding-top: .5rem; font-size: .7rem; letter-spacing: .15em; }
.intro-heading h2 { font-size: clamp(2.4rem, 4.5vw, 5rem); }
.intro-body { padding-top: 3.7rem; }
.intro-body p { margin-bottom: 2rem; }

.favorites { padding-right: clamp(1.25rem, 8vw, 9rem); padding-left: clamp(1.25rem, 8vw, 9rem); border-top: 1px solid var(--line); }
.favorites .section-heading { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.favorite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.favorite-card { display: flex; min-height: 22rem; padding: clamp(1.6rem, 3vw, 3rem); flex-direction: column; justify-content: space-between; background: var(--cream); }
.favorite-number { color: var(--accent); font-size: .72rem; letter-spacing: .16em; }
.favorite-type { margin-bottom: .8rem; color: var(--accent); font-size: .68rem; font-weight: 600; letter-spacing: .2em; }
.favorite-card h3 { margin-bottom: .65rem; font-family: var(--serif); font-size: clamp(1.8rem, 2.5vw, 2.7rem); font-weight: 600; line-height: 1.05; }
.favorite-card p:not(.favorite-type) { max-width: 17rem; margin-bottom: 0; font-size: .82rem; line-height: 1.75; }
.favorite-card strong { align-self: flex-end; font-size: 1rem; font-weight: 500; }
.home-access { display: grid; padding-right: clamp(1.25rem, 8vw, 9rem); padding-left: clamp(1.25rem, 8vw, 9rem); color: var(--paper); background: var(--ink); grid-template-columns: 1fr .7fr; gap: 4rem; align-items: end; }
.home-access h2 { margin: 0; color: var(--paper); font-size: clamp(4rem, 7vw, 8rem); text-transform: uppercase; }
.home-access-info { max-width: 25rem; }
.home-access-info p { margin-bottom: 2rem; }

.feature-panel { display: grid; padding-right: clamp(1.25rem, 8vw, 9rem); padding-left: clamp(1.25rem, 8vw, 9rem); color: var(--paper); background: var(--ink); grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.feature-image { height: clamp(24rem, 55vw, 42rem); }
.feature-copy { max-width: 27rem; }
.feature-copy h2 { margin-bottom: 1.25rem; font-size: clamp(3.3rem, 6vw, 6.5rem); text-transform: uppercase; }
.feature-price { padding-bottom: 1rem; border-bottom: 1px solid rgba(244, 240, 232, .3); font-size: .75rem; letter-spacing: .12em; }
.feature-price strong { float: right; font-size: 1rem; }
.feature-copy > p:last-of-type { margin: 2rem 0; }

.page-hero { display: grid; min-height: 34rem; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 8vw, 9rem); border-bottom: 1px solid var(--line); grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; }
.page-hero h1 { margin-bottom: 0; font-size: clamp(4rem, 8vw, 9rem); text-transform: uppercase; }
.page-hero > p { max-width: 27rem; margin: 0 0 .9rem; }
.page-hero-about { background: linear-gradient(110deg, transparent 0 66%, var(--accent) 66% 100%); }

.menu-layout { display: grid; padding-right: clamp(1.25rem, 8vw, 9rem); padding-left: clamp(1.25rem, 8vw, 9rem); grid-template-columns: .32fr 1fr; gap: clamp(3rem, 8vw, 9rem); }
.menu-aside { font-size: .7rem; letter-spacing: .14em; }
.menu-aside p:last-child { margin-top: 2rem; letter-spacing: .04em; line-height: 1.8; }
.menu-group { display: grid; padding: 0 0 5rem; grid-template-columns: .4fr 1fr; gap: clamp(2rem, 6vw, 6rem); }
.menu-group + .menu-group { padding-top: 5rem; border-top: 1px solid var(--line); }
.menu-group-title span { color: var(--accent); font-size: .78rem; font-weight: 600; }
.menu-group-title h2 { margin: .65rem 0 .2rem; font-size: clamp(3rem, 5vw, 5rem); text-transform: uppercase; }
.menu-group-title p { font-size: .68rem; letter-spacing: .15em; }
.menu-item { display: flex; padding: 0 0 1.5rem; align-items: flex-start; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.menu-item + .menu-item { padding-top: 1.5rem; }
.menu-item h3 { margin-bottom: .25rem; font-family: var(--serif); font-size: 1.08rem; font-weight: 600; }
.menu-item p { margin-bottom: 0; color: rgba(45, 37, 33, .72); font-size: .82rem; line-height: 1.7; }
.menu-item strong { font-size: .95rem; white-space: nowrap; }
.menu-filters { display: flex; margin-bottom: .8rem; align-items: center; gap: .6rem; flex-wrap: wrap; }
.filter-button { padding: .65rem 1rem; border: 1px solid var(--line); color: var(--ink); background: transparent; cursor: pointer; font-size: .68rem; font-weight: 600; letter-spacing: .15em; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.filter-button:hover, .filter-button.is-active { color: var(--paper); border-color: var(--ink); background: var(--ink); transform: translateY(-2px); }
.filter-status { margin: 0 0 3rem; color: rgba(45, 37, 33, .64); font-size: .76rem; }
.menu-group.is-filtered-out { display: none; }
.notice-band { display: flex; padding: 2.5rem clamp(1.25rem, 8vw, 9rem); align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--ink); background: var(--accent); }
.notice-band p { margin: 0; font-size: .85rem; }

.story { display: grid; padding-right: clamp(1.25rem, 8vw, 9rem); padding-left: clamp(1.25rem, 8vw, 9rem); grid-template-columns: .9fr 1fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.story-image { height: min(72vw, 48rem); margin: 0; }
.story-copy { max-width: 34rem; }
.story-copy h2 { margin-bottom: 2rem; font-size: clamp(3.6rem, 6vw, 6.5rem); text-transform: uppercase; }
.story-copy p:not(.eyebrow) { margin-bottom: 1.5rem; }
.space-details { padding-right: clamp(1.25rem, 8vw, 9rem); padding-left: clamp(1.25rem, 8vw, 9rem); border-top: 1px solid var(--line); }
.section-heading-note { max-width: 20rem; margin: 0 0 .9rem; font-size: .86rem; }
.details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.detail-card { min-height: 18rem; padding: clamp(1.6rem, 3vw, 3rem); background: var(--cream); }
.detail-card .eyebrow { margin-bottom: 2.6rem; }
.detail-card strong { display: block; margin-bottom: 1.2rem; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.8rem); font-weight: 600; line-height: 1; }
.detail-card > p:last-child { margin: 0; font-size: .82rem; line-height: 1.8; }
.fiction-note { margin: 1.4rem 0 0; color: rgba(45, 37, 33, .64); font-size: .72rem; }
.values { padding-right: clamp(1.25rem, 8vw, 9rem); padding-left: clamp(1.25rem, 8vw, 9rem); border-top: 1px solid var(--line); }
.section-heading { display: flex; margin-bottom: clamp(2.5rem, 5vw, 5rem); align-items: flex-end; justify-content: space-between; }
.section-heading p { margin-bottom: .8rem; }
.section-heading h2 { margin: 0; font-size: clamp(3.6rem, 6vw, 6.5rem); text-transform: uppercase; }
.value-grid, .note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.value-card, .note-grid article { min-height: 23rem; padding: clamp(1.8rem, 3vw, 3rem); background: var(--paper); }
.value-card span, .note-grid span { display: block; margin-bottom: 5rem; color: var(--accent); font-size: .78rem; font-weight: 600; }
.value-card h3, .note-grid h3 { font-family: var(--serif); font-size: 1.45rem; }
.value-card p, .note-grid p { font-size: .9rem; }
.quote-panel { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 12vw, 13rem); color: var(--paper); background: var(--ink); text-align: center; }
.quote-panel blockquote { margin-bottom: 1.5rem; font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 5.2rem); letter-spacing: -.04em; line-height: 1.5; }
.quote-panel p { margin-bottom: 2.5rem; }

.access-layout { display: grid; padding-right: clamp(1.25rem, 8vw, 9rem); padding-left: clamp(1.25rem, 8vw, 9rem); grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 9rem); }
.map-card { position: relative; min-height: 42rem; overflow: hidden; border: 1px solid var(--ink); background: #e6e1d8; }
.map-card iframe { display: block; width: 100%; height: 100%; min-height: 42rem; border: 0; filter: sepia(.12) saturate(.72); }
.map-link { position: absolute; right: 1rem; bottom: 1rem; padding: .6rem .8rem; color: var(--paper); background: var(--ink); font-size: .72rem; letter-spacing: .05em; }
.map-link:hover { color: var(--ink); background: var(--accent); }
.map-water { position: absolute; top: 36%; left: -5%; width: 115%; height: 15%; background: #c4beb2; transform: rotate(-4deg); }
.map-water span { position: absolute; right: 12%; bottom: .4rem; color: var(--ink); font-size: .68rem; letter-spacing: .2em; }
.map-road { position: absolute; background: var(--paper); border: solid var(--line); border-width: 1px 0; }
.road-a { top: -5%; left: 26%; width: 10%; height: 110%; transform: rotate(12deg); }
.road-b { top: 60%; left: -5%; width: 110%; height: 11%; transform: rotate(7deg); }
.road-c { top: 8%; left: -5%; width: 110%; height: 7%; transform: rotate(-8deg); }
.map-station { position: absolute; bottom: 10%; left: 8%; padding: .6rem; color: var(--paper); background: var(--ink); font-size: .72rem; line-height: 1.5; }
.map-pin { position: absolute; top: 22%; right: 18%; display: flex; align-items: center; gap: .8rem; }
.map-pin span { display: grid; width: 3.5rem; height: 3.5rem; color: var(--paper); background: var(--accent); border: 4px solid var(--ink); border-radius: 50% 50% 50% 0; font-family: var(--serif); font-size: 1.2rem; transform: rotate(-45deg); place-items: center; }
.map-pin span::first-letter { transform: rotate(45deg); }
.map-pin b { padding: .3rem .6rem; background: var(--paper); font-size: .78rem; }
.map-caption { position: absolute; right: 1.5rem; bottom: 1rem; margin: 0; font-family: var(--serif); font-size: 1.3rem; line-height: 1.3; text-align: right; }
.access-info section { padding: 0 0 3rem; }
.access-info section + section { padding-top: 3rem; border-top: 1px solid var(--line); }
.access-info h2 { font-size: clamp(1.6rem, 2.5vw, 2.5rem); line-height: 1.7; }
.hours dl, .hours dd { margin: 0; }
.hours dl div { display: flex; padding: .7rem 0; justify-content: space-between; border-bottom: 1px solid var(--line); }
.hours dt, .hours dd { font-size: .9rem; }
.small-note { margin-top: 2rem; color: rgba(21, 42, 58, .65); font-size: .75rem; }
.access-notes { padding-right: clamp(1.25rem, 8vw, 9rem); padding-left: clamp(1.25rem, 8vw, 9rem); background: var(--accent); }

.site-footer { display: grid; padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 4vw, 4.5rem) 2rem; color: var(--paper); background: #332a25; grid-template-columns: 1.1fr .8fr .45fr .55fr; gap: 3rem; }
.site-footer p { font-size: .78rem; line-height: 1.9; }
.footer-logo { margin-bottom: .5rem; font-family: var(--serif); font-size: 1.8rem !important; letter-spacing: .08em; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; font-size: .82rem; }
.footer-links a:hover { color: var(--accent); }
.footer-social { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; font-size: .82rem; }
.footer-label { margin-bottom: .15rem !important; color: rgba(245, 240, 231, .6); font-size: .62rem !important; letter-spacing: .17em; }
.footer-social a:hover { color: var(--accent); }
.copyright { padding-top: 2rem; margin: 0; border-top: 1px solid rgba(244, 240, 232, .18); grid-column: 1 / -1; letter-spacing: .12em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.back-to-top { position: fixed; z-index: 20; right: clamp(1rem, 3vw, 2.5rem); bottom: 1.5rem; display: flex; width: 3.4rem; height: 3.4rem; padding: .4rem; align-items: center; justify-content: center; flex-direction: column; border: 1px solid var(--ink); color: var(--paper); background: var(--ink); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(.8rem); transition: opacity .25s, transform .25s, background .2s, color .2s; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { color: var(--ink); background: var(--accent); }
.back-to-top span { margin-top: -.15rem; font-size: .5rem; letter-spacing: .12em; }

@media (max-width: 860px) {
  .site-header { min-height: 4.7rem; backdrop-filter: none; }
  .nav-toggle { display: block; position: relative; z-index: 32; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .global-nav { position: fixed; z-index: 31; inset: 0; display: flex; padding: 7rem 2rem 3rem; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--accent); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility 0s linear .3s; }
  .global-nav.is-open { transform: none; visibility: visible; transition-delay: 0s; }
  .global-nav a { font-family: var(--serif); font-size: clamp(1.8rem, 8vw, 3rem); }
  .hero { min-height: 88vh; padding-top: 3rem; background-position: 64% center; }
  .hero h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .hero-visual { height: 65vw; min-height: 24rem; }
  .hero-note { display: none; }
  .content-grid, .feature-panel, .page-hero, .menu-layout, .story, .access-layout, .home-access { grid-template-columns: 1fr; }
  .content-grid { gap: 1rem; }
  .intro-body { padding-top: 0; }
  .feature-panel { gap: 3rem; }
  .feature-image { height: 68vw; }
  .favorite-grid { grid-template-columns: 1fr; }
  .details-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: auto; padding-top: 5rem; gap: 2rem; }
  .page-hero-about { background: linear-gradient(170deg, transparent 0 76%, var(--accent) 76% 100%); }
  .menu-aside { display: flex; justify-content: space-between; }
  .menu-group { grid-template-columns: 1fr; gap: 1.5rem; }
  .story-image { height: 90vw; }
  .value-grid, .note-grid { grid-template-columns: 1fr; }
  .value-card, .note-grid article { min-height: auto; }
  .value-card span, .note-grid span { margin-bottom: 2.5rem; }
  .map-card, .map-card iframe { min-height: 31rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { line-height: 1.8; }
  .brand small { display: none; }
  .hero { align-items: start; }
  .hero-copy { padding-left: 0; }
  .hero-visual { min-height: 20rem; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .menu-group { padding-bottom: 3.5rem; }
  .menu-group + .menu-group { padding-top: 3.5rem; }
  .menu-item { gap: .7rem; }
  .menu-filters { gap: .4rem; }
  .notice-band, .section-heading { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}

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