:root {
  --paper: #f6f3ed;
  --shell: #fbfaf6;
  --ink: #1f231b;
  --muted: #6e7068;
  --line: #ded9cd;
  --line-strong: #c7bead;
  --green: #34442b;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.5 var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--green); color: white; }
.skip-link:focus { top: 1rem; }
.site-shell { width: min(1184px, calc(100% - 56px)); margin: 18px auto 34px; overflow: hidden; background: var(--shell); box-shadow: 0 18px 55px rgba(38, 32, 22, .18); }
.site-header { position: absolute; z-index: 20; width: min(1184px, calc(100% - 56px)); height: 82px; display: grid; grid-template-columns: 190px 1fr 165px; align-items: center; padding: 0 62px; color: white; background: rgba(15, 18, 12, .82); backdrop-filter: blur(14px) saturate(1.1); -webkit-backdrop-filter: blur(14px) saturate(1.1); box-shadow: 0 10px 30px rgba(15, 18, 12, .35); }
.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-main { font-size: 32px; letter-spacing: .24em; }
.brand-sub, .brand-jp { margin-top: 8px; font-size: 9px; letter-spacing: .35em; }
.primary-nav { display: flex; justify-content: center; gap: 3rem; font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.header-cta { justify-self: end; border: 1px solid currentColor; padding: 1rem; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.mobile-toggle { display: none; border: 0; background: transparent; }
.mobile-toggle span { display: block; width: 2rem; height: 1px; margin: 7px 0; background: currentColor; }
.hero { position: relative; min-height: clamp(38rem, 76svh, 52rem); overflow: hidden; isolation: isolate; background: #d4c5b4; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,241,232,.76) 0 31%, rgba(245,241,232,.16) 58%, rgba(20,24,18,.14)); }
.hero-content { position: relative; z-index: 2; width: 430px; padding: 172px 0 0 62px; }
.hero h1 { margin: 0 0 22px; font: 400 73px/.94 var(--serif); letter-spacing: -.05em; }
.hero-copy { margin-bottom: 26px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 0; padding: 17px 24px; background: var(--green); color: white; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section { padding: 36px 62px; }
.section-kicker-row, .detail-heading { display: flex; justify-content: space-between; }
.text-link { position: relative; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.menu-layout { display: grid; grid-template-columns: 1fr 315px; gap: 40px; }
.drink-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; border-top: 1px solid var(--line); }
.drink-tab { display: flex; min-height: 190px; flex-direction: column; align-items: center; border: 1px solid transparent; padding: 14px 7px 15px; background: transparent; cursor: pointer; }
.drink-tab.active { border-color: var(--line-strong); background: var(--paper); }
.drink-tab img { width: 78px; height: 100px; margin-bottom: 12px; object-fit: cover; }
.drink-name { font: 15px/1.1 var(--serif); text-align: center; }
.drink-price { margin-top: 5px; font-size: 12px; }
.drink-detail { min-height: 160px; border-left: 1px solid var(--line-strong); padding-left: 40px; }
.detail-heading { gap: 1rem; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.detail-heading h3 { margin: 0; font-size: inherit; }
.drink-detail p { color: var(--muted); line-height: 1.7; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tags span { padding: 8px 11px; background: #eeeae2; font-size: 9px; text-transform: uppercase; }
.center { text-align: center; }
.section-title { margin: 0 0 42px; font: 400 30px var(--serif); }
.craft-section { background: linear-gradient(rgba(255,255,255,.86), rgba(255,255,255,.86)), url("assets/ingredients.webp") center/cover; }
.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.craft-card { min-height: 150px; border-right: 1px solid var(--line); padding: 0 3rem; text-align: center; }
.craft-card:last-child { border: 0; }
.craft-card h3 { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.line-icon { display: block; margin-bottom: 1rem; font: 36px var(--serif); }
.atmosphere { display: grid; grid-template-columns: 335px 1fr; background: white; }
.atmosphere-copy { padding: 42px 62px; }
.atmosphere-copy h2, .reserve-panel h2 { font: 400 34px/1.08 var(--serif); }
.atmosphere-gallery { display: flex; flex-direction: column; gap: 10px; min-height: 0; padding: 10px; }
.gallery-stage { position: relative; height: 340px; overflow: hidden; background: #1f231b; }
.gallery-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 1s ease; z-index: 1; }
.gallery-slide.is-active { opacity: 1; z-index: 2; }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); animation: galleryKenBurns 9s ease-out forwards; }
@keyframes galleryKenBurns { from { transform: scale(1.04); } to { transform: scale(1.12); } }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.gallery-thumb { padding: 0; border: 0; background: transparent; cursor: pointer; overflow: hidden; aspect-ratio: 1; opacity: .55; transition: opacity .3s ease; outline: 2px solid transparent; outline-offset: 2px; }
.gallery-thumb:hover { opacity: .85; }
.gallery-thumb.is-active { opacity: 1; outline-color: var(--green); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.location-section { display: grid; grid-template-columns: 310px 1fr; gap: 55px; align-items: center; }
.location-copy h2 { font-size: 13px; letter-spacing: .25em; line-height: 1.7; }
.location-copy address { font-style: normal; }
.open-line { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.map-card { position: relative; height: 300px; overflow: hidden; border: 1px solid var(--line-strong); background: #e9e5dc; box-shadow: 0 12px 34px rgba(38, 32, 22, .12); }
.map-frame { width: 100%; height: 100%; border: 0; filter: grayscale(.28) contrast(1.04) saturate(.9); }
.reserve-section { display: grid; grid-template-columns: 1.13fr .87fr; border-block: 1px solid var(--line); background: white; }
.reserve-panel { border-right: 1px solid var(--line); padding: 46px 62px 35px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
label { position: relative; display: block; }
label > span:not(.drink-name):not(.drink-price):not(.field-label) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
input, select { width: 100%; height: 40px; border: 1px solid var(--line); border-radius: 0; padding: 0 13px; background: var(--shell); }
.field-label { display: block; margin-bottom: 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.button-wide { width: 100%; margin-top: 13px; }
.form-note { text-align: center; font-size: 11px; }
.form-status { min-height: 18px; color: var(--green); font-size: 12px; font-weight: 700; }
.form-status.error { color: #7a352c; }
.reservation-success { padding: 28px 26px; border: 1px solid var(--line-strong); background: var(--paper); }
.reservation-success .success-eyebrow { margin: 0 0 12px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.reservation-success h3 { margin: 0 0 10px; font: 400 28px/1.1 var(--serif); }
.reservation-success .success-copy { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.reservation-success .success-summary { margin: 0 0 22px; padding: 0; }
.reservation-success .success-summary div { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 8px 0; border-top: 1px solid var(--line); }
.reservation-success .success-summary div:first-child { border-top: 0; }
.reservation-success .success-summary dt { margin: 0; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.reservation-success .success-summary dd { margin: 0; color: var(--ink); font-size: 13px; font-weight: 600; }
.newsletter { display: grid; grid-template-rows: auto 1fr; min-width: 0; }
.newsletter-content { padding: 46px 55px 31px; }
.newsletter-field { display: grid; grid-template-columns: 1fr 46px; }
.newsletter-field button { border: 1px solid var(--line); background: var(--shell); }
.newsletter img { width: 100%; height: 180px; object-fit: cover; }
.site-footer { display: grid; grid-template-columns: 160px 1fr 135px 52px; gap: 40px; align-items: center; min-height: 92px; padding: 24px 62px; }
.site-footer nav { display: flex; justify-content: center; gap: 2rem; font-size: 10px; text-transform: uppercase; }
.footer-meta { display: flex; flex-direction: column; font-size: 10px; text-align: center; text-transform: uppercase; }
.socials { display: flex; gap: 8px; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: none; }

/* Premium micro-interactions */
.button { transition: background .3s ease, transform .3s ease, box-shadow .3s ease; }
.button:hover { background: #2a3722; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(38, 32, 22, .22); }
.header-cta { transition: background .3s ease, color .3s ease; }
.header-cta:hover { background: white; color: var(--green); }
.drink-tab { transition: border-color .3s ease, background .3s ease, transform .3s ease; }
.drink-tab:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.drink-tab img { transition: transform .4s cubic-bezier(.16, 1, .3, 1); }
.drink-tab:hover img { transform: scale(1.05); }
.text-link { transition: color .3s ease; }
.text-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 1px; background: currentColor; transition: right .3s ease; }
.text-link:hover::after { right: 0; }
.text-link.arrow, .text-link.external { display: inline-flex; align-items: center; gap: .5rem; }
.text-link.arrow::before { content: "→"; }
.map-frame { transition: filter .5s ease; }
.map-card:hover .map-frame { filter: grayscale(0) contrast(1) saturate(1); }
.craft-card { transition: transform .3s ease; }
.craft-card:hover { transform: translateY(-4px); }
.newsletter-field button { transition: background .3s ease, color .3s ease; }
.newsletter-field button:hover { background: var(--green); color: white; }

@media (max-width: 980px) {
  .site-shell, .site-header { width: 100%; margin: 0; }
  .site-header { position: fixed; left: 0; grid-template-columns: 1fr 42px; height: 76px; padding: 0 24px; background: rgba(251,250,246,.9); color: var(--ink); }
  .brand-jp, .header-cta { display: none; }
  .mobile-toggle { display: block; }
  .primary-nav { position: fixed; left: 0; right: 0; top: 76px; display: grid; gap: 0; background: var(--shell); transform: translateY(-120%); transition: transform .3s; }
  .primary-nav.open { transform: none; }
  .primary-nav a { border-top: 1px solid var(--line); padding: 18px 24px; }
  .hero { margin-top: 76px; }
  .hero-content { position: absolute; bottom: 0; width: 100%; padding: 0 25px 36px; color: white; }
  .hero h1, .hero-copy { color: white; }
  .hero h1 { font-size: 48px; }
  .hero-scrim { background: linear-gradient(180deg, rgba(20,24,18,.04) 30%, rgba(20,24,18,.68) 100%); }
  .section { padding: 34px 24px; }
  .menu-layout, .location-section, .reserve-section { grid-template-columns: 1fr; }
  .drink-tabs { display: flex; overflow-x: auto; }
  .drink-tab { min-width: 142px; }
  .drink-detail { border: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
  .craft-grid, .atmosphere { grid-template-columns: 1fr; }
  .gallery-stage { height: 260px; }
  .gallery-thumbs { grid-template-columns: repeat(5, 1fr); }
  .craft-card { border: 0; border-bottom: 1px solid var(--line); padding: 30px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .reserve-panel { border-right: 0; padding: 40px 24px; }
  .newsletter-content { padding: 36px 24px; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; padding: 34px 24px; }
  .site-footer nav { justify-content: flex-start; flex-wrap: wrap; }
  .footer-meta { text-align: left; }
}

@media (max-width: 47.99rem) {
  .hero { min-height: calc(100svh - 4.75rem); }
  .hero-media { object-position: 64% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; }
  .hero-media { visibility: hidden; }
  .hero { background: url("assets/hero-poster.jpg") center / cover no-repeat; }
  .reveal { opacity: 1; transform: none; }
}
