/* ==========================================================================
   China Lee Buffet - site styles
   Design system: one accent (brand red from the logo), neutral surfaces,
   Bricolage Grotesque for display type, Figtree for text.
   Radius rule: controls 10px, surfaces/images 16px.
   ========================================================================== */

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/assets/fonts/bricolage-grotesque.woff2") format("woff2");
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/assets/fonts/figtree.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/assets/fonts/figtree-italic.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg: #fcfcfb;
  --bg-2: #f3f2ef;
  --surface: #ffffff;
  --line: #e4e2dd;
  --line-strong: #cfccc5;
  --ink: #17181a;
  --ink-2: #45484d;
  --muted: #6b6e74;
  --red: #9a1121;
  --red-hover: #7e0d1b;
  --red-tint: #fbecee;
  --red-ink: #7a0c19;
  --on-red: #fff8f5;
  --dark-tile: #1f2023;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(23, 24, 26, 0.04), 0 16px 40px -18px rgba(23, 24, 26, 0.22);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font-display: "Bricolage Grotesque", "Figtree", system-ui, sans-serif;
  --font-text: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --header-h: 72px;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #121214;
    --bg-2: #1a1a1d;
    --surface: #1f1f23;
    --line: #2d2d32;
    --line-strong: #43434a;
    --ink: #f3f2ef;
    --ink-2: #c9c9ce;
    --muted: #9d9ea5;
    --red: #d63d4c;
    --red-hover: #e35563;
    --red-tint: #2b171b;
    --red-ink: #f0929b;
    --on-red: #fff8f5;
    --dark-tile: #0c0c0e;
    --shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 16px 40px -18px rgba(0, 0, 0, 0.6);
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --bg: #121214;
  --bg-2: #1a1a1d;
  --surface: #1f1f23;
  --line: #2d2d32;
  --line-strong: #43434a;
  --ink: #f3f2ef;
  --ink-2: #c9c9ce;
  --muted: #9d9ea5;
  --red: #d63d4c;
  --red-hover: #e35563;
  --red-tint: #2b171b;
  --red-ink: #f0929b;
  --on-red: #fff8f5;
  --dark-tile: #0c0c0e;
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 16px 40px -18px rgba(0, 0, 0, 0.6);
  color-scheme: dark;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-text);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red); }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.08; font-weight: 700; }
p { margin: 0; }
p + p { margin-top: 1em; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 6px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: var(--bg); padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 40px); }
.section { padding-block: clamp(56px, 8vw, 104px); }
.section--tight { padding-block: clamp(40px, 6vw, 72px); }
.section--tint { background: var(--bg-2); }
.section-head { max-width: 62ch; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); }
.section-head p { margin-top: 12px; color: var(--ink-2); font-size: 1.08rem; max-width: 58ch; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--red-ink); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink-2); max-width: 56ch; }
.muted { color: var(--muted); }
.small { font-size: 0.9rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 46px; padding: 10px 20px; border-radius: var(--radius-sm);
  border: 1.5px solid transparent; font-weight: 650; font-size: 1rem; line-height: 1.2;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.15s var(--ease), box-shadow 0.2s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn[disabled], .btn[aria-disabled="true"] { opacity: 0.55; cursor: not-allowed; }
.btn-primary { background: var(--red); color: var(--on-red); }
.btn-primary:hover { background: var(--red-hover); color: var(--on-red); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-secondary:hover { border-color: var(--ink); color: var(--ink); }
.btn-ghost { background: transparent; color: var(--ink); padding-inline: 12px; }
.btn-ghost:hover { background: var(--bg-2); color: var(--ink); }
.btn-lg { min-height: 52px; padding: 12px 24px; font-size: 1.05rem; }
.btn-sm { min-height: 38px; padding: 6px 14px; font-size: 0.92rem; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; gap: 24px; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; letter-spacing: -0.01em; }
.brand:hover { color: var(--ink); }
.brand img { width: 44px; height: 44px; border-radius: 50%; }
.brand span { white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a { padding: 8px 12px; border-radius: 8px; text-decoration: none; font-weight: 550; color: var(--ink-2); white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); background: var(--bg-2); }
.nav a[aria-current="page"] { color: var(--red-ink); }
.header-cta { display: inline-flex; white-space: nowrap; }
@media (max-width: 1280px) { .site-header .container { gap: 16px; } .nav a { padding: 8px 9px; } }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1.5px solid var(--line-strong); border-radius: 10px; background: transparent; align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.mobile-nav { display: none; }

@media (max-width: 1100px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .mobile-nav { display: none; position: fixed; inset: var(--header-h) 0 0 0; z-index: 49; background: var(--bg); padding: 16px clamp(16px, 4vw, 40px) 32px; overflow: auto; }
  .mobile-nav[data-open="true"] { display: block; }
  .mobile-nav a.mobile-link { display: block; padding: 16px 4px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; text-decoration: none; }
  .mobile-nav .btn-row { margin-top: 20px; }
  .mobile-nav .hours-list { margin-top: 24px; }
  body[data-nav-open="true"] { overflow: hidden; }
}
@media (max-width: 480px) {
  .brand span { display: none; }
}

/* ---------- Hero ---------- */
.hero { padding-block: clamp(32px, 5vw, 72px) clamp(40px, 6vw, 80px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero h1 { font-size: clamp(2.45rem, 5.4vw, 4.4rem); font-weight: 800; line-height: 1.0; letter-spacing: -0.03em; font-variation-settings: "opsz" 96, "wdth" 100; max-width: 12ch; }
.hero .lead { margin-top: 20px; }
.hero .btn-row { margin-top: 28px; }
.hero-media { position: relative; }
.hero-media .hero-photo { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-media .hero-photo-2 { position: absolute; right: -6%; bottom: -12%; width: 42%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); border: 6px solid var(--bg); box-shadow: var(--shadow); }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: none; }
  .hero-media { margin-top: 8px; padding-bottom: 10%; }
  .hero-media .hero-photo-2 { right: 0; bottom: 0; width: 40%; }
}

/* Open status pill */
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 8px; border-radius: 999px; background: var(--bg-2); color: var(--ink-2); font-size: 0.92rem; font-weight: 550; border: 1px solid var(--line); }
.status-pill .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--muted); }
.status-pill[data-state="open"] .dot { background: #1f9d55; }
.status-pill[data-state="closing"] .dot { background: #d9822b; }
.status-pill[data-state="closed"] .dot { background: var(--muted); }

/* ---------- Prices bento ---------- */
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: minmax(150px, auto); gap: 16px; }
.tile { position: relative; overflow: hidden; border-radius: var(--radius); padding: clamp(20px, 2.6vw, 30px); display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; }
.tile--photo { grid-column: span 3; grid-row: span 2; color: #fff; isolation: isolate; }
.tile--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.tile--photo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20, 16, 14, 0) 20%, rgba(20, 16, 14, 0.82) 100%); }
.tile--dark { grid-column: span 3; background: var(--dark-tile); color: #f3f2ef; }
.tile--red { grid-column: span 3; background: var(--red-tint); color: var(--ink); }
.tile--light { grid-column: span 6; background: var(--surface); border: 1px solid var(--line); }
.tile .tile-label { font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em; opacity: 0.9; }
.tile .price { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -0.03em; margin-top: 6px; }
.tile .price small { font-family: var(--font-text); font-weight: 600; font-size: 0.42em; letter-spacing: 0; margin-left: 6px; opacity: 0.85; }
.tile .when { margin-top: 8px; font-size: 0.98rem; opacity: 0.92; }
.tile .tiers { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 0.92rem; opacity: 0.92; list-style: none; }
.tile .tiers li strong { font-weight: 700; }
.tile--photo .tiers, .tile--dark .tiers { opacity: 0.85; }
.togo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 32px; margin-top: 14px; }
.togo-grid h4 { font-family: var(--font-text); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.togo-grid ul { list-style: none; }
.togo-grid li { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dashed var(--line); }
.togo-grid li:last-child { border-bottom: 0; }
.togo-grid li strong { font-weight: 650; }
@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .tile--photo, .tile--dark, .tile--red, .tile--light { grid-column: 1; grid-row: auto; }
  .tile--photo { min-height: 320px; }
}
@media (max-width: 560px) { .togo-grid { grid-template-columns: 1fr; } }

/* ---------- Gallery mosaic ---------- */
.mosaic { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 200px; gap: 14px; }
.mosaic figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--bg-2); }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.mosaic figure:hover img { transform: scale(1.03); }
.mosaic figcaption { position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; border-radius: 8px; background: rgba(23, 24, 26, 0.72); color: #fff; font-size: 0.85rem; font-weight: 600; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.mosaic .m-wide { grid-column: span 2; }
.mosaic .m-tall { grid-row: span 2; }
.mosaic .m-big { grid-column: span 2; grid-row: span 2; }
@media (max-width: 900px) { .mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 170px; } .mosaic .m-big { grid-column: span 2; } }
@media (max-width: 480px) { .mosaic { grid-auto-rows: 140px; } .mosaic .m-tall { grid-row: span 1; } .mosaic .m-big { grid-row: span 2; } }

/* ---------- Split (about, gift card) ---------- */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.split--reverse > :first-child { order: 2; }
.split .media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split .copy h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); }
.split .copy p { margin-top: 16px; color: var(--ink-2); font-size: 1.06rem; max-width: 56ch; }
.split .copy .btn-row { margin-top: 24px; }
.facts { display: flex; flex-wrap: wrap; gap: 28px 40px; margin-top: 28px; list-style: none; }
.facts li strong { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.facts li span { display: block; margin-top: 6px; color: var(--muted); font-size: 0.92rem; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split--reverse > :first-child { order: 0; } }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 16px; }
.reviews .quote { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 3vw, 36px); display: flex; flex-direction: column; gap: 16px; }
.reviews .quote--lead { grid-row: span 2; background: var(--red-tint); border-color: transparent; }
.reviews .quote--lead blockquote { font-family: var(--font-display); font-size: clamp(1.3rem, 2.2vw, 1.75rem); font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; }
.reviews blockquote { margin: 0; font-size: 1.05rem; color: var(--ink); }
.reviews blockquote::before { content: "\201C"; }
.reviews blockquote::after { content: "\201D"; }
.reviews cite { font-style: normal; color: var(--muted); font-size: 0.92rem; margin-top: auto; }
.reviews cite strong { color: var(--ink); font-weight: 650; }
.stars { color: #d9822b; letter-spacing: 2px; font-size: 0.9rem; }
@media (max-width: 900px) { .reviews { grid-template-columns: 1fr; } .reviews .quote--lead { grid-row: auto; } }

/* ---------- Gift card band ---------- */
.gift-band { background: var(--dark-tile); color: #f3f2ef; border-radius: var(--radius); overflow: hidden; padding: clamp(28px, 4vw, 56px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.gift-band h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); color: #fff; }
.gift-band p { margin-top: 14px; color: #cfcfd4; font-size: 1.06rem; max-width: 46ch; }
.gift-band .btn-row { margin-top: 24px; }
.gift-band .btn-secondary { color: #f3f2ef; border-color: rgba(255, 255, 255, 0.35); }
.gift-band .btn-secondary:hover { border-color: #fff; color: #fff; }
.gift-band .card-stack { position: relative; aspect-ratio: 1.55; }
.gift-band .card-stack img { position: absolute; width: 78%; border-radius: 14px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6); }
.gift-band .card-stack img:nth-child(1) { left: 0; top: 8%; transform: rotate(-6deg); }
.gift-band .card-stack img:nth-child(2) { right: 0; bottom: 6%; transform: rotate(4deg); }
@media (max-width: 900px) { .gift-band { grid-template-columns: 1fr; } }

/* ---------- Hours & location ---------- */
.visit { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--bg-2); aspect-ratio: 4 / 3; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.hours-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 3vw, 32px); }
.hours-card h3 { font-size: 1.35rem; }
.hours-list { list-style: none; margin-top: 16px; }
.hours-list li { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.hours-list li:last-child { border-bottom: 0; }
.hours-list li.is-today { color: var(--red-ink); font-weight: 700; }
.hours-list li.is-today span:first-child::after { content: " (today)"; font-weight: 500; font-size: 0.85em; }
.address { margin-top: 20px; font-style: normal; color: var(--ink-2); line-height: 1.5; }
.address a { text-decoration: none; font-weight: 600; color: var(--ink); }
.address a:hover { color: var(--red); }
.contact-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
@media (max-width: 900px) { .visit { grid-template-columns: 1fr; } }

/* ---------- Newsletter ---------- */
.newsletter { background: var(--red-tint); border-radius: var(--radius); padding: clamp(28px, 4vw, 56px); text-align: center; }
.newsletter h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.newsletter p { margin: 12px auto 0; max-width: 50ch; color: var(--ink-2); }
.subscribe-form { margin: 22px auto 0; max-width: 520px; display: flex; gap: 10px; }
.subscribe-form .field { flex: 1; text-align: left; }
.subscribe-form input[type="email"] { width: 100%; }
.form-msg { margin-top: 12px; font-weight: 550; min-height: 1.4em; }
.form-msg[data-state="error"] { color: var(--red-ink); }
.form-msg[data-state="success"] { color: #1a7f44; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .form-msg[data-state="success"] { color: #6ed19a; } }
:root[data-theme="dark"] .form-msg[data-state="success"] { color: #6ed19a; }
@media (max-width: 560px) { .subscribe-form { flex-direction: column; } }

/* ---------- Forms ---------- */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-weight: 600; font-size: 0.95rem; }
.field .hint { font-size: 0.85rem; color: var(--muted); }
.field .error { display: none; font-size: 0.88rem; color: var(--red-ink); font-weight: 600; }
.field[data-invalid="true"] .error { display: block; }
.field[data-invalid="true"] input, .field[data-invalid="true"] textarea { border-color: var(--red); }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea {
  width: 100%; min-height: 46px; padding: 10px 14px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--line-strong); background: var(--surface); color: var(--ink);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
textarea { min-height: 96px; resize: vertical; }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 1; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px color-mix(in srgb, var(--red) 22%, transparent); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-grid .span-2 { grid-column: span 2; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } .form-grid .span-2 { grid-column: span 1; } }

/* ---------- Footer ---------- */
.site-footer { margin-top: clamp(40px, 6vw, 80px); border-top: 1px solid var(--line); background: var(--bg-2); padding: clamp(40px, 5vw, 64px) 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 32px; }
.site-footer h3 { font-family: var(--font-text); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.site-footer ul { list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { text-decoration: none; color: var(--ink-2); }
.site-footer a:hover { color: var(--red); }
.site-footer .brand { margin-bottom: 12px; }
.site-footer .about { color: var(--ink-2); max-width: 36ch; }
.social { display: flex; gap: 10px; margin-top: 16px; }
.social a { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid var(--line-strong); }
.social a:hover { border-color: var(--red); color: var(--red); }
.social svg { width: 20px; height: 20px; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; color: var(--muted); font-size: 0.9rem; }
.theme-toggle { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line-strong); background: transparent; border-radius: 999px; padding: 6px 12px; cursor: pointer; font-size: 0.88rem; color: var(--ink-2); }
.theme-toggle svg { width: 16px; height: 16px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Page header (inner pages) ---------- */
.page-head { padding: clamp(32px, 5vw, 64px) 0 clamp(20px, 3vw, 36px); }
.page-head h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 800; letter-spacing: -0.03em; font-variation-settings: "opsz" 96; }
.page-head .lead { margin-top: 14px; }

/* ---------- Menu page ---------- */
.subnav { position: sticky; top: var(--header-h); z-index: 40; background: color-mix(in srgb, var(--bg) 92%, transparent); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.subnav .container { display: flex; gap: 8px; overflow-x: auto; padding-block: 10px; scrollbar-width: none; }
.subnav .container::-webkit-scrollbar { display: none; }
.subnav a { flex: none; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-strong); text-decoration: none; font-weight: 600; font-size: 0.95rem; color: var(--ink-2); }
.subnav a:hover, .subnav a.is-active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.menu-section { padding-block: clamp(36px, 5vw, 64px); border-bottom: 1px solid var(--line); }
.menu-section:last-of-type { border-bottom: 0; }
.menu-section h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.menu-section .intro { margin-top: 10px; color: var(--ink-2); max-width: 60ch; }
.price-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.price-card { border-radius: var(--radius); padding: 24px; background: var(--surface); border: 1px solid var(--line); }
.price-card.is-featured { background: var(--dark-tile); color: #f3f2ef; border-color: transparent; }
.price-card.is-red { background: var(--red-tint); border-color: transparent; }
.price-card h3 { font-size: 1.2rem; }
.price-card .when { margin-top: 4px; font-size: 0.95rem; opacity: 0.8; }
.price-card .big { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; letter-spacing: -0.03em; line-height: 1; margin-top: 16px; }
.price-card .big small { font-family: var(--font-text); font-size: 0.4em; font-weight: 600; letter-spacing: 0; margin-left: 6px; opacity: 0.8; }
.price-card table { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 0.95rem; }
.price-card td { padding: 7px 0; border-top: 1px dashed color-mix(in srgb, currentColor 25%, transparent); }
.price-card td:last-child { text-align: right; font-weight: 650; }
@media (max-width: 900px) { .price-cards { grid-template-columns: 1fr; } }
.menu-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 48px; margin-top: 24px; }
.menu-group h3 { font-size: 1.15rem; margin-bottom: 10px; }
.menu-group + .menu-group { margin-top: 28px; }
.menu-line { display: flex; align-items: baseline; gap: 8px; padding: 8px 0; }
.menu-line .name { font-weight: 600; }
.menu-line .desc { display: block; font-weight: 400; color: var(--muted); font-size: 0.92rem; }
.menu-line .dots { flex: 1; border-bottom: 1px dotted var(--line-strong); transform: translateY(-5px); min-width: 16px; }
.menu-line .amt { font-weight: 650; white-space: nowrap; }
@media (max-width: 720px) { .menu-columns { grid-template-columns: 1fr; } }
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; list-style: none; }
.chip-list li { padding: 8px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-weight: 550; font-size: 0.95rem; }
.tea-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.tea-card { border-radius: var(--radius); padding: 20px; background: var(--surface); border: 1px solid var(--line); }
.tea-card:nth-child(3n+1) { background: var(--red-tint); border-color: transparent; }
.tea-card h4 { font-family: var(--font-text); font-size: 1.05rem; font-weight: 700; }
.tea-card p { margin-top: 6px; color: var(--muted); font-size: 0.92rem; }
.tea-card .amt { margin-top: 12px; font-weight: 700; }
@media (max-width: 900px) { .tea-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .tea-grid { grid-template-columns: 1fr; } }
.note { margin-top: 20px; padding: 14px 18px; border-radius: var(--radius-sm); background: var(--bg-2); color: var(--ink-2); font-size: 0.95rem; }

/* ---------- Gift card page ---------- */
.gc-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.gc-visual { position: sticky; top: calc(var(--header-h) + 24px); }
.gc-visual img { width: 100%; border-radius: 14px; box-shadow: var(--shadow); }
.gc-visual .caption { margin-top: 14px; color: var(--muted); font-size: 0.92rem; }
.gc-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 3vw, 32px); }
.gc-form h2 { font-size: 1.5rem; }
.amount-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.amount-grid label { position: relative; display: block; text-align: center; padding: 16px 8px; border-radius: var(--radius-sm); border: 1.5px solid var(--line-strong); cursor: pointer; font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; letter-spacing: -0.02em; transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease); }
.amount-grid input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.amount-grid input:checked + span { color: var(--red-ink); }
.amount-grid label:has(input:checked) { border-color: var(--red); background: var(--red-tint); }
.amount-grid label:has(input:focus-visible) { outline: 3px solid var(--red); outline-offset: 2px; }
.gc-form .form-grid { margin-top: 20px; }
.gc-form .btn-row { margin-top: 22px; }
.gc-total { font-weight: 650; }
.gc-unavailable { display: none; margin-top: 16px; padding: 14px 16px; border-radius: var(--radius-sm); background: var(--bg-2); color: var(--ink-2); }
.gc-form[data-unavailable="true"] .gc-unavailable { display: block; }
.balance-box { margin-top: clamp(40px, 6vw, 72px); background: var(--bg-2); border-radius: var(--radius); padding: clamp(20px, 3vw, 32px); }
.balance-box h2 { font-size: 1.5rem; }
.balance-form { display: flex; gap: 10px; margin-top: 16px; max-width: 560px; }
.balance-form .field { flex: 1; }
.balance-result { margin-top: 16px; font-weight: 600; min-height: 1.5em; }
.balance-result[data-state="error"] { color: var(--red-ink); }
.code-box { display: inline-block; margin-top: 12px; padding: 12px 18px; border-radius: var(--radius-sm); background: var(--surface); border: 1.5px dashed var(--line-strong); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1.3rem; letter-spacing: 0.08em; }
@media (max-width: 900px) { .gc-layout { grid-template-columns: 1fr; } .gc-visual { position: static; } .gc-visual img { max-width: 420px; } }
@media (max-width: 560px) { .amount-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .balance-form { flex-direction: column; } }

/* ---------- Reservation page ---------- */
.reserve-box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 3vw, 32px); }
.reserve-box iframe { width: 100%; min-height: 96px; border: 0; }
.callout { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border-radius: var(--radius-sm); background: var(--red-tint); color: var(--ink); }
.callout svg { width: 22px; height: 22px; flex: none; color: var(--red-ink); margin-top: 2px; }

/* ---------- Video cards ---------- */
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.video-card { position: relative; border-radius: var(--radius); overflow: hidden; background: #000; aspect-ratio: 16 / 9; }
.video-card img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.video-card button { position: absolute; inset: 0; width: 100%; background: transparent; border: 0; cursor: pointer; display: grid; place-items: center; }
.video-card button span { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--red); color: #fff; box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.6); transition: transform 0.2s var(--ease); }
.video-card button:hover span { transform: scale(1.06); }
.video-card button svg { width: 26px; height: 26px; margin-left: 3px; }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
@media (max-width: 720px) { .video-grid { grid-template-columns: 1fr; } }

/* ---------- Staff page ---------- */
.staff-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 3vw, 32px); margin-top: 20px; }
.staff-panel h2 { font-size: 1.35rem; }
.staff-panel table { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 0.95rem; }
.staff-panel th, .staff-panel td { text-align: left; padding: 9px 8px; border-bottom: 1px solid var(--line); vertical-align: top; }
.staff-panel th { font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.staff-panel .mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.pill { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 0.8rem; font-weight: 700; background: var(--bg-2); }
.pill.ok { background: #e3f6ea; color: #14683a; }
.pill.warn { background: var(--red-tint); color: var(--red-ink); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .pill.ok { background: #16311f; color: #7fdba3; } }
:root[data-theme="dark"] .pill.ok { background: #16311f; color: #7fdba3; }

/* ---------- Reveal on scroll (motion 4/10, honours reduced motion) ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: 0.08s; }
.js .reveal[data-delay="2"] { transition-delay: 0.16s; }
.js .reveal[data-delay="3"] { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .mosaic img, .btn, .video-card button span { transition: none; }
}

/* ---------- Utilities ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 720px) { .grid-2 { grid-template-columns: 1fr; } }
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 40px; }
.center { text-align: center; }
.divider { height: 1px; background: var(--line); }
.notice { padding: 14px 18px; border-radius: var(--radius-sm); background: var(--red-tint); color: var(--ink); }

/* ---------- Look inside (vertical short videos) ---------- */
.inside { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.inside h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); }
.inside p { margin-top: 14px; color: var(--ink-2); font-size: 1.06rem; max-width: 46ch; }
.inside .btn-row { margin-top: 24px; }
.shorts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.shorts .video-card { aspect-ratio: 9 / 16; max-height: 540px; margin-inline: auto; width: 100%; }
.shorts .video-card img { object-position: center; }
@media (max-width: 900px) { .inside { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .shorts { gap: 10px; } }
.hero .status-pill { margin-bottom: 18px; }
.prices-cta { margin-top: 20px; }
