:root {
  --ink: #15130f;
  --brown: #30241c;
  --paper: #f2eee4;
  --paper-light: #faf8f2;
  --vermilion: #b63c21;
  --gold: #c8a55b;
  --line: rgba(21, 19, 15, .2);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: #fff; }
.skip-link:focus { top: 1rem; }
.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; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: 78px;
  display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 3rem);
  padding: 0 clamp(1rem, 4vw, 4rem); color: #fff;
  background: linear-gradient(to bottom, rgba(0,0,0,.62), transparent);
  transition: background .25s, color .25s;
}
.site-header.scrolled { color: var(--ink); background: rgba(242,238,228,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: grid; margin-right: auto; text-decoration: none; line-height: 1; }
.brand span { margin-bottom: .25rem; font-size: .58rem; letter-spacing: .32em; }
.brand strong { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 1.45rem; letter-spacing: .2em; }
.desktop-nav { display: flex; gap: clamp(1rem, 2.4vw, 2.4rem); font-size: .72rem; font-weight: 700; }
.desktop-nav a { text-decoration: none; }
.desktop-nav a:hover { opacity: .62; }
.reserve-button { padding: .7rem 1.15rem; border: 1px solid currentColor; text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.menu-button { display: none; width: 48px; height: 48px; padding: 0; color: inherit; border: 0; background: none; }
.menu-button i { display: block; width: 25px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .2s; }
.menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 0; left: 0; right: 0; min-height: 100vh; padding: 105px 1.5rem 2rem; color: var(--paper); background: var(--ink); }
.mobile-menu nav { display: grid; margin-bottom: 2rem; }
.mobile-menu nav a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; font-family: "Yu Mincho", serif; font-size: 1.2rem; }

.hero { min-height: 800px; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.hero-image { position: absolute; inset: 0; background: url("assets/images/hero.webp") center 47% / cover no-repeat; animation: reveal 1.2s ease both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,8,5,.82) 0%, rgba(10,8,5,.42) 50%, rgba(10,8,5,.15)), linear-gradient(0deg, rgba(10,8,5,.55), transparent 50%); }
.hero-copy { position: relative; z-index: 2; width: min(820px, 84vw); margin: 0 max(6vw, calc((100vw - var(--max)) / 2)) 8vh; }
.eyebrow { margin: 0 0 1.2rem; font-size: .67rem; font-weight: 800; letter-spacing: .28em; }
.eyebrow.dark { color: var(--vermilion); }
.hero h1, h2 { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-weight: 500; }
.hero h1 { margin: 0; font-size: clamp(3.3rem, 7.6vw, 7rem); line-height: 1.15; letter-spacing: .04em; }
.hero h1 span { display: block; margin-bottom: 1rem; font-size: .22em; letter-spacing: .38em; }
.hero-copy > p:not(.eyebrow) { margin: 1.8rem 0; font-family: "Yu Mincho", serif; font-size: clamp(.95rem, 1.5vw, 1.18rem); letter-spacing: .07em; }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .75rem 1.5rem; border: 1px solid var(--vermilion); background: var(--vermilion); color: #fff; text-decoration: none; font-size: .77rem; font-weight: 800; letter-spacing: .08em; transition: transform .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(.9); }
.line-link { padding-bottom: .2rem; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .75rem; font-weight: 800; }
.line-link.light { color: var(--paper); }
.hero-note { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; margin: 0; writing-mode: vertical-rl; font-size: .61rem; font-weight: 800; letter-spacing: .2em; }
@keyframes reveal { from { opacity: 0; transform: scale(1.04); } }

.section { padding: clamp(5.5rem, 10vw, 9rem) max(5vw, calc((100vw - var(--max)) / 2)); }
h2 { margin: 0; font-size: clamp(2.3rem, 5.3vw, 5rem); line-height: 1.35; letter-spacing: .05em; }
.intro { display: grid; grid-template-columns: .16fr 1.1fr .85fr; gap: clamp(2rem, 6vw, 6rem); background: var(--paper-light); }
.vertical-label { align-self: start; writing-mode: vertical-rl; font-size: .62rem; font-weight: 800; letter-spacing: .3em; }
.intro-heading { padding-top: 2rem; }
.intro-copy { max-width: 450px; padding-top: 9rem; }
.intro-copy .lead { font-family: "Yu Mincho", serif; font-size: 1.18rem; font-weight: 700; }
.mini-facts { margin: 2.5rem 0 0; border-top: 1px solid var(--line); }
.mini-facts div { display: grid; grid-template-columns: 60px 1fr; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.mini-facts dt { font-size: .7rem; font-weight: 800; }
.mini-facts dd { margin: 0; font-size: .78rem; }

.food { color: var(--paper); background: var(--ink); display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(3rem, 7vw, 7rem); }
.food-heading { position: sticky; top: 130px; align-self: start; }
.food-heading h2 { margin-bottom: 2rem; }
.food-heading > p:not(.eyebrow) { max-width: 380px; margin-bottom: 2rem; color: rgba(255,255,255,.72); }
.food-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.food-card { position: relative; min-height: 430px; overflow: hidden; background: #29251f; }
.food-card.large { grid-column: 1 / -1; min-height: 600px; }
.food-card img { width: 100%; height: 100%; position: absolute; object-fit: cover; transition: transform .5s; }
.food-card:hover img { transform: scale(1.025); }
.food-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.food-card div { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; }
.food-card span { color: var(--gold); font-family: "Yu Mincho", serif; }
.food-card h3 { margin: .25rem 0 0; font-family: "Yu Mincho", serif; font-size: 1.55rem; font-weight: 500; letter-spacing: .08em; }
.food-card p { margin: .2rem 0 0; font-size: .73rem; }

.gallery { min-height: 760px; position: relative; display: grid; grid-template-columns: .7fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; overflow: hidden; background: var(--paper); }
.gallery-number { position: absolute; left: -2rem; bottom: -7rem; color: rgba(182,60,33,.09); font-family: "Yu Mincho", serif; font-size: clamp(18rem, 38vw, 38rem); line-height: 1; }
.gallery-copy { position: relative; z-index: 2; }
.gallery-copy > p:not(.eyebrow) { max-width: 430px; margin: 2rem 0; }
.button-dark { background: var(--ink); border-color: var(--ink); }
.gallery-photo { position: relative; z-index: 2; margin: 0; }
.gallery-photo img { width: 100%; height: clamp(440px, 58vw, 700px); object-fit: cover; }
.gallery-photo figcaption { margin-top: .6rem; font-size: .65rem; letter-spacing: .14em; text-align: right; }

.access { color: var(--paper); background: var(--vermilion); display: grid; grid-template-columns: .55fr 1fr .75fr; gap: clamp(2rem, 6vw, 6rem); }
.access-title h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.access-details dl { margin: 0; border-top: 1px solid rgba(255,255,255,.45); }
.access-details dl div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.access-details dt { font-size: .7rem; font-weight: 800; }
.access-details dd { margin: 0; font-size: .85rem; }
.access-details small { display: block; margin-top: .6rem; font-size: .68rem; line-height: 1.6; }
.access-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2rem; flex-wrap: wrap; }
.button-paper { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.map-panel { min-height: 570px; position: relative; display: block; overflow: hidden; color: var(--ink); background: var(--paper); text-decoration: none; }
.map-panel::before, .map-panel::after { content: ""; position: absolute; width: 140%; height: 1px; left: -20%; background: rgba(21,19,15,.2); transform: rotate(-31deg); }
.map-panel::before { top: 32%; }
.map-panel::after { top: 68%; transform: rotate(24deg); }
.pin { position: absolute; z-index: 2; left: 50%; top: 37%; width: 78px; height: 78px; border-radius: 50% 50% 50% 0; display: grid; place-items: center; color: #fff; background: var(--ink); transform: translate(-50%,-50%) rotate(-45deg); font-family: "Yu Mincho", serif; font-size: 1.8rem; }
.pin::first-letter { transform: rotate(45deg); }
.map-panel strong { position: absolute; left: 1.7rem; bottom: 3.8rem; font-size: 2rem; line-height: 1; }
.map-panel small { position: absolute; left: 1.7rem; bottom: 1.5rem; font-size: .6rem; font-weight: 800; letter-spacing: .12em; }

.site-footer { min-height: 330px; padding: 4rem max(5vw, calc((100vw - var(--max)) / 2)) 2rem; color: var(--paper); background: #0c0b09; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.footer-brand { display: grid; align-content: start; line-height: 1; }
.footer-brand span { font-size: .72rem; letter-spacing: .38em; }
.footer-brand strong { margin-top: .6rem; font-family: "Yu Mincho", serif; font-size: clamp(3rem, 7vw, 6rem); font-weight: 500; letter-spacing: .12em; }
.footer-links { display: flex; align-items: start; justify-content: flex-end; gap: 2rem; font-size: .72rem; }
.site-footer > p { grid-column: 1 / -1; align-self: end; margin: 0; opacity: .6; font-size: .65rem; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .desktop-nav, .reserve-button { display: none; }
  .menu-button { position: relative; z-index: 2; display: block; }
  .intro { grid-template-columns: .15fr 1fr 1fr; }
  .food { grid-template-columns: 1fr; }
  .food-heading { position: static; }
  .access { grid-template-columns: 1fr 1fr; }
  .access-title { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { padding-bottom: 62px; }
  .site-header { height: 68px; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 56% center; }
  .hero-copy { width: auto; margin: 0 1.25rem 5.5rem; }
  .hero h1 { font-size: clamp(2.75rem, 12vw, 3.6rem); }
  .hero-note { display: none; }
  .section { padding: 5.5rem 1.25rem; }
  .intro, .gallery, .access { grid-template-columns: 1fr; gap: 3rem; }
  .vertical-label { writing-mode: initial; }
  .intro-heading, .intro-copy { padding-top: 0; }
  .food-grid { grid-template-columns: 1fr; }
  .food-card.large { grid-column: 1; min-height: 470px; }
  .food-card { min-height: 400px; }
  .gallery-photo img { height: 500px; }
  .access-title { grid-column: 1; }
  .access-details dl div { grid-template-columns: 85px 1fr; }
  .map-panel { min-height: 420px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; flex-wrap: wrap; }
  .site-footer > p { grid-column: 1; }
  .mobile-cta { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: .7fr 1.3fr; color: #fff; background: var(--ink); }
  .mobile-cta a { display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.25); text-decoration: none; font-size: .75rem; font-weight: 800; }
  .mobile-cta a:last-child { background: var(--vermilion); }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 2.8rem; }
  .hero-actions { gap: 1.2rem; }
  .access-details dl div { grid-template-columns: 70px 1fr; }
}

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