/* ─────────────────────────────────────────────
   Custom font · Taipei Sans TC  (Chinese roles)
   Subset to the characters used on this page and
   converted to WOFF2 from fonnts/TaipeiSansTCBeta-*.ttf
   — see assets/fonts/.
   ───────────────────────────────────────────── */
@font-face {
  font-family: "Taipei Sans TC Beta";
  src: url("assets/fonts/taipei-sans-tc-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Taipei Sans TC Beta";
  src: url("assets/fonts/taipei-sans-tc-regular.woff2") format("woff2");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Taipei Sans TC Beta";
  src: url("assets/fonts/taipei-sans-tc-bold.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

/* ─────────────────────────────────────────────
   Custom font · BC Novatica  (Latin / numeral roles)
   Subset to Latin (Cyrillic dropped) and converted to
   WOFF2 from fonnts/fonnts.com-BC_Novatica_CYR_*.otf.
   Novatica ships no italic cut — the italic faces below
   deliberately reuse the upright files so the design's
   many font-style:italic rules render upright instead of
   faux-slanted.
   ───────────────────────────────────────────── */
@font-face { font-family:"BC Novatica"; src:url("assets/fonts/novatica-light.woff2") format("woff2"); font-weight:300; font-style:normal; font-display:swap; }
@font-face { font-family:"BC Novatica"; src:url("assets/fonts/novatica-light.woff2") format("woff2"); font-weight:300; font-style:italic; font-display:swap; }
@font-face { font-family:"BC Novatica"; src:url("assets/fonts/novatica-regular.woff2") format("woff2"); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:"BC Novatica"; src:url("assets/fonts/novatica-regular.woff2") format("woff2"); font-weight:400; font-style:italic; font-display:swap; }
@font-face { font-family:"BC Novatica"; src:url("assets/fonts/novatica-medium.woff2") format("woff2"); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:"BC Novatica"; src:url("assets/fonts/novatica-medium.woff2") format("woff2"); font-weight:500; font-style:italic; font-display:swap; }
@font-face { font-family:"BC Novatica"; src:url("assets/fonts/novatica-semibold.woff2") format("woff2"); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:"BC Novatica"; src:url("assets/fonts/novatica-semibold.woff2") format("woff2"); font-weight:600; font-style:italic; font-display:swap; }
@font-face { font-family:"BC Novatica"; src:url("assets/fonts/novatica-bold.woff2") format("woff2"); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:"BC Novatica"; src:url("assets/fonts/novatica-bold.woff2") format("woff2"); font-weight:700; font-style:italic; font-display:swap; }

/* ─────────────────────────────────────────────
   Hero title font · Noto Serif TC（思源宋體）
   Subset to just the hero glyphs（順事芒種）— self-hosted
   woff2 from Google Fonts, SIL Open Font License.
   ───────────────────────────────────────────── */
@font-face {
  font-family: "Noto Serif TC";
  src: url("assets/fonts/noto-serif-tc-hero.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ─────────────────────────────────────────────
   順事 · 芒種  ·  Design Tokens & Base
   ───────────────────────────────────────────── */

:root {
  /* Palette — Mangzhong default */
  --bg-deep:    #073A35;
  --bg-green:   #0D8B7D;
  --bg-mint:    #67D7D1;
  --bg-mint-2:  #9FE7D7;
  --gold:       #F6E27A;
  --gold-soft:  #E8D36F;
  --gold-glow:  #FFF2B2;
  --ivory:      #FBF7EE;
  --ivory-dim:  rgba(251, 247, 238, .88);
  --ivory-fade: rgba(251, 247, 238, .6);

  /* Text legibility shadow — stronger downward halo so text floats above bright backgrounds */
  --text-shadow-soft:   0 2px 6px rgba(7, 30, 28, .55), 0 6px 24px rgba(7, 30, 28, .35);
  --text-shadow-strong: 0 3px 10px rgba(7, 30, 28, .7), 0 8px 32px rgba(7, 30, 28, .5);
  --text-shadow-display: 0 4px 16px rgba(7, 30, 28, .65), 0 12px 48px rgba(7, 30, 28, .5), 0 0 1px rgba(7, 30, 28, .4);
  --seal-red:   #C53B2C;
  --seal-red-2: #A82A1F;

  --glass:        rgba(255, 255, 255, .07);
  --glass-strong: rgba(255, 255, 255, .12);
  --line:         rgba(246, 241, 231, .22);
  --line-soft:    rgba(246, 241, 231, .12);
  --line-gold:    rgba(246, 226, 122, .35);

  --blur: 18px;
  --radius-sm: 12px;
  --radius:    22px;
  --radius-lg: 32px;

  /* Fonts */
  --font-serif-tc: "Taipei Sans TC Beta", "PingFang TC", "Microsoft JhengHei", sans-serif;
  --font-serif-en: "BC Novatica", "Helvetica Neue", Arial, sans-serif;
  --font-num:      "BC Novatica", "Helvetica Neue", Arial, sans-serif;

  /* Type scale */
  --fs-display: clamp(3rem, 8vw, 7rem);
  --fs-h1:      clamp(2.2rem, 5vw, 4rem);
  --fs-h2:      clamp(1.6rem, 3vw, 2.4rem);
  --fs-h3:      clamp(1.2rem, 2vw, 1.6rem);
  --fs-body:    clamp(.95rem, 1.15vw, 1.05rem);
  --fs-small:   .82rem;
  --fs-micro:   .68rem;

  --tracking-tight:  -.02em;
  --tracking-normal: 0;
  --tracking-wide:   .08em;
  --tracking-wider:  .2em;
  --tracking-widest: .35em;

  /* Layout */
  --container: 1240px;
  --gutter:    clamp(20px, 5vw, 80px);

  /* Motion */
  --ease-out:    cubic-bezier(.2, .65, .25, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
}

/* Theme variants applied to <body data-theme="..."> */
body[data-theme="jade"]      { /* default — use root */ }
body[data-theme="gold"] {
  --bg-deep:  #3A2B0E;
  --bg-green: #8C7A2A;
  --bg-mint:  #E8D36F;
  --bg-mint-2:#FFF2B2;
}
body[data-theme="dusk"] {
  --bg-deep:  #2A1633;
  --bg-green: #6B3B6E;
  --bg-mint:  #C97A7E;
  --bg-mint-2:#F6C18F;
  --gold:     #F6C078;
  --gold-soft:#E8A859;
  --gold-glow:#FFE0B2;
}

/* Time of day — affects background alpha + tint */
body[data-time="morning"] { --bg-deep: #0D5B52; --gold: #FFF2B2; }
body[data-time="noon"]    { /* default */ }
body[data-time="dusk"]    { --bg-deep: #2E2236; --bg-green: #547089; --bg-mint: #C9A87E; }
body[data-time="night"]   { --bg-deep: #04201E; --bg-green: #0D5B52; --bg-mint: #2A8579; --gold: #E8D36F; }

/* ───────────────  Reset & base  ─────────────── */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { background: #04201E; color: var(--ivory); }
body {
  font-family: var(--font-serif-tc);
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--ivory);
  background: var(--bg-deep);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Global text-shadow for all section text — preserves serif aesthetic but boosts legibility */
.app h1, .app h2, .app h3, .app p, .app .hero-meta, .app .hero-tagline,
.app .hero-info, .app .hero-brand, .app .terms-text, .app .pairing-item h3, .app .pairing-item p,
.app .info-cell .sub, .app .venue-detail .addr, .app .collab-card .desc, .app .section-head .lead,
.app .note-head, .app .note-body-inner, .app .footer .meta {
  text-shadow: var(--text-shadow-soft);
}

/* Display-scale type gets a deeper downward shadow to feel anchored */
.app .hero-title, .app .terms-text .big-char, .app .countdown-cell .v,
.app .info-cell .value, .app .venue-detail .name, .app .collab-card .name,
.app .hero-meta .big {
  text-shadow: var(--text-shadow-display);
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

::selection { background: var(--gold); color: var(--bg-deep); }

/* ───────────────  Hero key-visual (PUREMOSA watercolour)  ─────────────── */
.hero-keyvisual {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 130vh;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  /* Soft fade to bg at the bottom — let next section breathe */
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(0,0,0,.6) 78%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(0,0,0,.6) 78%, rgba(0,0,0,0) 100%);
}
.hero-keyvisual-img {
  position: absolute; inset: -10% -8%;
  background-image: url("assets/puremosa-key-visual.webp");
  background-size: cover;
  background-position: center 40%;
  opacity: 0.62;
  mix-blend-mode: screen;
  filter: saturate(1.05) blur(1px);
  animation: keyvisualDrift 32s ease-in-out infinite alternate;
  transform-origin: center;
}
@keyframes keyvisualDrift {
  0%   { transform: scale(1.05) translate(0%, 0%) rotate(-1deg); }
  50%  { transform: scale(1.12) translate(2%, -1%) rotate(0.5deg); }
  100% { transform: scale(1.08) translate(-2%, 1%) rotate(1deg); }
}
/* Subtle tint to keep the watercolour aligned with the jade theme */
.hero-keyvisual-tint {
  position: absolute; inset: 0;
  background:
    /* Gold-green tint over the bright areas to harmonise with brand */
    radial-gradient(ellipse 70% 50% at 50% 30%, rgba(13,139,125,.18) 0%, transparent 60%),
    /* Vertical fade darkens the bottom so text never sits on the brightest part */
    linear-gradient(180deg, rgba(7, 30, 28, .25) 0%, rgba(7, 30, 28, .15) 30%, rgba(7, 30, 28, .35) 70%, rgba(7, 30, 28, .55) 100%);
  mix-blend-mode: multiply;
}
.hero-keyvisual[data-mode="gradient"] .hero-keyvisual-img {
  opacity: 0.32;
  filter: saturate(.9) blur(8px);
}
.hero-keyvisual[data-mode="gradient"] .hero-keyvisual-tint {
  background:
    linear-gradient(180deg, rgba(7, 30, 28, .45) 0%, rgba(7, 30, 28, .35) 40%, rgba(7, 30, 28, .55) 80%, rgba(7, 30, 28, .7) 100%);
}

/* ───────────────  Background canvas  ─────────────── */
.bg-stack {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 0%, var(--bg-green) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 100%, rgba(7,30,28,.6) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg-deep) 0%, #052824 50%, var(--bg-deep) 100%);
}
.bg-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.bg-grain {
  position: absolute; inset: 0; opacity: .14; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjAwIDIwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nLjknIG51bU9jdGF2ZXM9JzInLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9JzAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIC4zNSAwJy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzEwMCUnIGhlaWdodD0nMTAwJScgZmlsdGVyPSd1cmwoI24pJy8+PC9zdmc+");
}
.bg-vignette {
  position: absolute; inset: 0;
  background:
    /* Strong vertical dark wash to keep mid-viewport from being bright */
    linear-gradient(180deg, rgba(4, 32, 30, .15) 0%, rgba(4, 32, 30, .45) 35%, rgba(4, 32, 30, .55) 65%, rgba(4, 32, 30, .35) 100%),
    /* Edge vignette */
    radial-gradient(ellipse at 50% 50%, transparent 35%, rgba(4, 22, 20, .55) 100%);
}

/* Floating leaves layer */
.leaves-layer { position: fixed; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.leaf { position: absolute; opacity: 0; will-change: transform, opacity; }

/* ───────────────  App shell  ─────────────── */
.app { position: relative; z-index: 2; }
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ───────────────  Typography utilities  ─────────────── */
.serif-tc { font-family: var(--font-serif-tc); }
.serif-en { font-family: var(--font-serif-en); font-style: italic; }
.serif-en-up { font-family: var(--font-serif-en); font-style: normal; letter-spacing: var(--tracking-wider); text-transform: uppercase; }
.num { font-family: var(--font-num); font-feature-settings: "lnum"; }

.eyebrow {
  font-family: var(--font-serif-en);
  font-style: normal;
  font-weight: 400;
  font-size: .78rem;
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex; align-items: center; gap: 14px;
}
.eyebrow::before, .eyebrow::after {
  content: ""; display: inline-block; width: 28px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold) 40%, var(--gold) 60%, transparent);
}
.eyebrow.left::after  { display: none; }
.eyebrow.right::before { display: none; }

.hairline {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--line) 20%, var(--line) 80%, transparent);
}
.hairline-gold {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--line-gold) 30%, var(--line-gold) 70%, transparent);
}
.vline {
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--line) 20%, var(--line) 80%, transparent);
}

h1, h2, h3, h4 { font-family: var(--font-serif-tc); font-weight: 500; margin: 0; letter-spacing: var(--tracking-tight); }
h1 { font-size: var(--fs-h1); line-height: 1.15; }
h2 { font-size: var(--fs-h2); line-height: 1.2; }
h3 { font-size: var(--fs-h3); line-height: 1.3; }

p { margin: 0; }

/* ───────────────  Glass / buttons  ─────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 30px;
  border: 1px solid rgba(246, 241, 231, .35);
  background: rgba(255, 255, 255, .04);
  -webkit-backdrop-filter: blur(var(--blur)); backdrop-filter: blur(var(--blur));
  color: var(--ivory);
  font-family: var(--font-serif-tc);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: .08em;
  border-radius: 999px;
  cursor: pointer;
  transition: all .5s var(--ease-out);
  position: relative; overflow: hidden;
}
.btn::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(ellipse at center, rgba(246, 226, 122, .25), transparent 70%);
  opacity: 0; transition: opacity .5s var(--ease-out);
}
.btn:hover {
  border-color: var(--gold);
  color: var(--gold-glow);
  box-shadow: 0 0 60px -10px rgba(246, 226, 122, .5);
  transform: translateY(-1px);
}
.btn:hover::before { opacity: 1; }
.btn .btn-arrow { display: inline-block; transition: transform .4s var(--ease-out); }
.btn:hover .btn-arrow { transform: translateX(4px); }

.btn-primary {
  background: linear-gradient(135deg, rgba(246, 226, 122, .18), rgba(246, 226, 122, .06));
  border-color: rgba(246, 226, 122, .55);
  color: var(--gold-glow);
}

.btn-ghost {
  padding: 12px 24px; font-size: .9rem;
}

/* Glass card */
.glass {
  background: var(--glass);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(140%);
  backdrop-filter: blur(var(--blur)) saturate(140%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
}

/* ───────────────  Top nav  ─────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 14px var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
  transition: backdrop-filter .5s, background .5s;
}
.nav.scrolled {
  background: rgba(7, 30, 28, .55);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-brand-row {
  display: inline-flex; align-items: center; gap: 14px;
}
.nav-brand-row .nav-brand-sep {
  width: 1px; height: 22px;
  background: linear-gradient(to bottom, transparent, var(--line-gold) 30%, var(--line-gold) 70%, transparent);
}
.nav-wordmark {
  height: 16px;
  width: auto;
  display: block;
  filter: invert(1) brightness(1.05) drop-shadow(0 1px 2px rgba(7,30,28,.5));
  transition: filter .4s;
}
.nav-brand-row:hover .nav-wordmark {
  filter: invert(1) brightness(1.15) drop-shadow(0 0 8px rgba(246,226,122,.4));
}
.nav-brand-row .shun-logo {
  transition: transform .4s var(--ease-out), filter .4s;
}
.nav-brand-row:hover .shun-logo {
  transform: rotate(6deg) scale(1.05);
  filter: drop-shadow(0 0 18px rgba(197,59,44,.6)) !important;
}
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a {
  font-family: var(--font-serif-tc);
  font-size: .85rem;
  letter-spacing: .12em;
  color: var(--ivory-dim);
  transition: color .3s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  border: 1px solid var(--line);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: .8rem;
  letter-spacing: var(--tracking-wide);
  color: var(--ivory);
  transition: all .4s var(--ease-out);
}
.nav-cta:hover { border-color: var(--gold); color: var(--gold); }

@media (max-width: 720px) {
  .nav-links { display: none; }
}

/* ───────────────  HERO  ─────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 96px var(--gutter) 48px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
}

.hero-brand {
  display: flex; align-items: center; gap: clamp(20px, 4vw, 40px);
  font-family: var(--font-serif-en);
  letter-spacing: var(--tracking-wider);
  color: var(--ivory);
  font-size: clamp(.75rem, 1.1vw, .9rem);
  margin-bottom: clamp(18px, 3vh, 32px);
  opacity: 0; animation: fadeUp 1.6s var(--ease-out) .2s forwards;
}
.hero-brand .logo-no6 { font-style: normal; font-weight: 500; }
.hero-brand .logo-no6 small { font-family: var(--font-serif-tc); display: block; font-size: .65rem; opacity: .65; letter-spacing: .3em; margin-top: 2px; }
.hero-brand .x { font-family: var(--font-serif-en); font-style: italic; opacity: .55; font-size: 1.2rem; }
.hero-brand .logo-pm { font-style: normal; font-weight: 500; letter-spacing: .25em; }

.seal-wrap {
  margin: 0 auto clamp(20px, 4vh, 40px);
  opacity: 0; animation: fadeUp 1.4s var(--ease-out) .6s forwards;
}

/* PUREMOSA Shun product mark — central hero focal element */
.shun-mark-wrap {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  margin: clamp(8px, 2vh, 20px) auto clamp(16px, 3vh, 32px);
  opacity: 0; animation: fadeUp 1.6s var(--ease-out) .5s forwards;
}
.shun-mark {
  filter: drop-shadow(0 0 32px rgba(197, 59, 44, .35))
          drop-shadow(0 8px 24px rgba(7, 30, 28, .55));
  animation: shunFloat 6s ease-in-out infinite;
  transition: filter .6s var(--ease-out);
}
.shun-mark:hover {
  filter: drop-shadow(0 0 48px rgba(197, 59, 44, .55))
          drop-shadow(0 12px 32px rgba(7, 30, 28, .55))
          brightness(1.1);
}
@keyframes shunFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-6px) rotate(1deg); }
}
.shun-mark-caption {
  display: flex; align-items: center; gap: 12px;
}
.shun-mark-caption::before, .shun-mark-caption::after {
  content: ""; width: 24px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

/* Footer mark with logo */
.footer-mark-wrap {
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  margin-bottom: 28px;
}
.footer-mark-wrap .mark {
  margin-bottom: 0;
}

/* Collab card layout with inline logo */
.collab-card-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}

.hero-title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 60px);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-meta {
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--font-num);
  opacity: 0; animation: fadeUp 1.4s var(--ease-out) 1s forwards;
}
.hero-meta .big {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1;
  font-weight: 500;
  color: var(--ivory);
  letter-spacing: -.02em;
}
.hero-meta .small {
  font-size: .75rem;
  letter-spacing: var(--tracking-widest);
  color: var(--ivory-dim);
  text-transform: uppercase;
}
.hero-meta.left  { align-items: flex-end; text-align: right; }
.hero-meta.right { align-items: flex-start; text-align: left; }

.hero-title-line {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-soft) 30%, var(--gold-soft) 70%, transparent);
  margin-top: 12px;
}

.hero-title {
  font-family: "Noto Serif TC", var(--font-serif-tc);
  font-weight: 500;
  font-size: clamp(3.2rem, 9vw, 7rem);
  line-height: 1;
  letter-spacing: .15em;
  color: var(--ivory);
  display: inline-flex; align-items: center; justify-content: center;
  white-space: nowrap;
  opacity: 0; animation: fadeUp 1.4s var(--ease-out) .8s forwards;
}
.hero-title .dot {
  display: inline-block;
  width: .25em; height: .25em;
  background: var(--gold);
  border-radius: 50%;
  margin: 0 .35em;
  vertical-align: middle;
  box-shadow: 0 0 20px rgba(246, 226, 122, .6);
}

.hero-tagline {
  margin-top: clamp(20px, 3vh, 32px);
  font-size: 1rem;
  color: var(--ivory-dim);
  letter-spacing: .15em;
  line-height: 1.9;
  max-width: 540px;
  opacity: 0; animation: fadeUp 1.6s var(--ease-out) 1.2s forwards;
}

.hero-info {
  margin-top: 20px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: var(--font-serif-tc);
  font-size: .92rem;
  letter-spacing: .12em;
  color: var(--ivory-dim);
  opacity: 0; animation: fadeUp 1.6s var(--ease-out) 1.4s forwards;
}
.hero-info .row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; }
.hero-info .sep { color: var(--gold); opacity: .6; }
.hero-info .en { font-family: var(--font-serif-en); font-style: italic; opacity: .65; }

.hero-cta {
  margin-top: clamp(24px, 4vh, 40px);
  opacity: 0; animation: fadeUp 1.6s var(--ease-out) 1.6s forwards;
}

.scroll-hint {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-serif-en);
  letter-spacing: var(--tracking-widest);
  font-size: .62rem;
  color: var(--ivory-fade);
  text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  animation: bob 3s ease-in-out infinite;
}
.scroll-hint .line {
  width: 1px; height: 32px;
  background: linear-gradient(to bottom, transparent, var(--gold));
}
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
  .hero-title-row { grid-template-columns: 1fr; }
  .hero-meta.left, .hero-meta.right { align-items: center; text-align: center; }
}

/* ───────────────  Section base  ─────────────── */
.section {
  position: relative;
  padding: clamp(80px, 14vh, 160px) var(--gutter);
}
.section-head {
  text-align: center;
  margin-bottom: clamp(60px, 10vh, 110px);
  display: flex; flex-direction: column; align-items: center; gap: 24px;
}
.section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: .2em;
}
.section-head .lead {
  max-width: 640px;
  color: var(--ivory-dim);
  line-height: 2;
  font-size: 1rem;
  letter-spacing: .1em;
}
.section-head .en-tag {
  font-family: var(--font-serif-en);
  font-style: italic;
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: .05em;
  opacity: .8;
}

/* Sections — content sits above the fixed background layers.
   Watercolour is now a single continuous full-page layer
   (.global-watercolour-layer) rather than per-section accents,
   so there are no section seams to blend. */
.section { position: relative; }
.section > * { position: relative; z-index: 1; }

/* ───────────────  Global watercolour mode  ─────────────── */
.global-watercolour-layer {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background-image: url("assets/puremosa-key-visual.webp");
  background-size: 140% 140%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.12;
  mix-blend-mode: screen;
  filter: saturate(.85) blur(1px);
  animation: globalDrift 60s ease-in-out infinite alternate;
}
@keyframes globalDrift {
  0%   { background-position: 30% 20%; }
  100% { background-position: 70% 80%; }
}
/* When global watercolour is on, dim the fixed canvas blobs further so text stays clean */
body[data-bg-mode="watercolour-full"] .bg-canvas { opacity: 0.5; }
body[data-bg-mode="watercolour-full"] .bg-vignette {
  background:
    linear-gradient(180deg, rgba(4, 32, 30, .35) 0%, rgba(4, 32, 30, .5) 40%, rgba(4, 32, 30, .55) 70%, rgba(4, 32, 30, .45) 100%),
    radial-gradient(ellipse at 50% 50%, transparent 30%, rgba(4, 22, 20, .55) 100%);
}

/* ───────────────  Menu section · 菜單  ─────────────── */
.menu-section { position: relative; }

/* Hero photo (海膽鍋 scene) */
.menu-hero {
  position: relative;
  max-width: 1100px;
  margin: 0 auto clamp(60px, 8vh, 96px);
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(7, 30, 28, .4);
  border: 1px solid var(--line-soft);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  box-shadow: 0 40px 90px -28px rgba(0, 0, 0, .6);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1.4s var(--ease-out) forwards;
}
.menu-hero img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.05) brightness(.95);
  transform: scale(1.02);
  transition: transform 2s var(--ease-out);
}
.menu-hero:hover img { transform: scale(1.04); }
.menu-hero-tint {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, transparent 50%, rgba(4, 22, 20, .55) 100%),
    radial-gradient(ellipse at 50% 30%, rgba(246, 226, 122, .08) 0%, transparent 60%);
  pointer-events: none;
}
.menu-hero-caption {
  position: absolute;
  left: clamp(20px, 4vw, 36px);
  bottom: clamp(20px, 4vw, 32px);
  display: flex; flex-direction: column; gap: 6px;
  color: var(--ivory);
}
.menu-hero-caption .serif-en {
  color: var(--gold);
  font-size: .75rem;
  opacity: .85;
}
.menu-hero-caption span:last-child {
  font-family: var(--font-serif-tc);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  letter-spacing: .25em;
  font-weight: 400;
}

/* Menu list — alternating editorial cards */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 10vh, 110px);
}
.menu-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}
.menu-item.is-reverse {
  direction: rtl;
}
.menu-item.is-reverse > * {
  direction: ltr;
}

/* Photo card */
.menu-item-photo {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(7, 30, 28, .4);
  border: 1px solid var(--line-soft);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  box-shadow:
    0 30px 70px -24px rgba(0, 0, 0, .55),
    inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: border-color .6s var(--ease-out), transform .6s var(--ease-out), box-shadow .6s;
}
.menu-item-photo:hover {
  border-color: var(--line-gold);
  transform: translateY(-4px);
  box-shadow:
    0 40px 90px -26px rgba(0, 0, 0, .6),
    0 0 60px -20px rgba(246, 226, 122, .3),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}
.menu-item-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.05) brightness(.97);
  transform: scale(1.02);
  transition: transform 1.6s var(--ease-out);
}
.menu-item-photo:hover img {
  transform: scale(1.05);
}
.menu-item-photo-tint {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 90%, rgba(7, 30, 28, .4) 0%, transparent 60%);
  pointer-events: none;
}

/* Featured item — slight gold halo */
.menu-item.is-featured .menu-item-photo {
  border-color: rgba(246, 226, 122, .35);
  box-shadow:
    0 36px 90px -26px rgba(0, 0, 0, .6),
    0 0 80px -20px rgba(246, 226, 122, .25),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}

/* Body */
.menu-item-body {
  display: flex; flex-direction: column; gap: 16px;
}
.menu-item-num-row {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 4px;
}
.menu-item-n {
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  letter-spacing: .02em;
}
.menu-item-num-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, var(--line-gold), transparent);
  max-width: 100px;
}
.menu-item-featured-mark {
  font-family: var(--font-serif-tc);
  font-size: .68rem;
  letter-spacing: .35em;
  color: var(--gold-glow);
  padding: 4px 12px;
  background: rgba(246, 226, 122, .12);
  border: 1px solid rgba(246, 226, 122, .4);
  border-radius: 999px;
  white-space: nowrap;
}
.menu-item-tc {
  font-family: var(--font-serif-tc);
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.3;
  margin: 0;
}
.menu-item-en {
  font-size: .92rem;
  color: var(--gold);
  letter-spacing: .15em;
  opacity: .85;
  margin-top: -4px;
}
.menu-item-blurb {
  color: var(--ivory-dim);
  line-height: 2.05;
  font-size: 1rem;
  letter-spacing: .06em;
  max-width: 64ch;
  margin: 4px 0 0;
}
.menu-item-tags {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 8px;
}
.menu-tag {
  font-family: var(--font-serif-tc);
  font-size: .68rem;
  letter-spacing: .25em;
  color: var(--ivory-dim);
  padding: 4px 11px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  white-space: nowrap;
}
.menu-tag.is-featured {
  color: var(--gold-glow);
  border-color: rgba(246, 226, 122, .45);
  background: rgba(246, 226, 122, .08);
}

@media (max-width: 820px) {
  .menu-item, .menu-item.is-reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .menu-item-photo { aspect-ratio: 4 / 3; }
}

/* ───────────────  Spirit section · 酒品  ─────────────── */
.spirit-section {
  position: relative;
}
.spirit-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}

/* Photo — portrait bottle shot, fine-art card style */
.spirit-photo {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-width: 460px;
  justify-self: center;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055) 0%, rgba(255, 255, 255, .02) 50%, rgba(7, 30, 28, .15) 100%);
  border: 1px solid var(--line-soft);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  /* Layered shadows: ambient drop + tight contact + inner top highlight */
  box-shadow:
    0 40px 90px -28px rgba(0, 0, 0, .55),
    0 14px 32px -16px rgba(0, 0, 0, .45),
    inset 0 1px 0 rgba(255, 255, 255, .08),
    inset 0 -1px 0 rgba(0, 0, 0, .15);
  transform: translateY(24px);
  opacity: 0;
  animation: fadeUp 1.4s var(--ease-out) forwards;
  transition:
    border-color .8s var(--ease-out),
    transform .8s var(--ease-out),
    box-shadow .8s var(--ease-out);
}
.spirit-photo:hover {
  border-color: var(--line-gold);
  transform: translateY(-6px);
  box-shadow:
    0 56px 120px -30px rgba(0, 0, 0, .65),
    0 18px 40px -18px rgba(0, 0, 0, .5),
    inset 0 1px 0 rgba(255, 255, 255, .1),
    inset 0 -1px 0 rgba(0, 0, 0, .15),
    0 0 80px -20px rgba(246, 226, 122, .35);
}

/* Soft radial glow on hover — top center, like the collab card */
.spirit-photo::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(246, 226, 122, .18), transparent 65%);
  opacity: 0; transition: opacity .8s var(--ease-out);
  pointer-events: none;
  z-index: 3;
}
.spirit-photo:hover::before { opacity: 1; }
.spirit-photo::after { display: none; }

/* The image itself */
.spirit-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.04) saturate(1.04) brightness(.98);
  transform: scale(1.02);
  transition: transform 1.8s var(--ease-out), filter 1.2s var(--ease-out);
}
.spirit-photo:hover img {
  transform: scale(1.05);
  filter: contrast(1.06) saturate(1.08) brightness(1.02);
}

/* Soft brand tint */
.spirit-photo-tint {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(246, 226, 122, .12) 0%, transparent 60%),
    radial-gradient(ellipse at 50% 95%, rgba(13, 139, 125, .14) 0%, transparent 65%);
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 2;
}

/* Floor reflection — gives the bottle a sense of place */
.spirit-photo-tint::after {
  content: "";
  position: absolute;
  left: 10%; right: 10%; bottom: -2%;
  height: 18%;
  background: radial-gradient(ellipse at center top, rgba(7, 30, 28, .55) 0%, transparent 70%);
  mix-blend-mode: multiply;
}

/* Corner ornament marks — luxury label corners */
.spirit-photo-tint::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: none;
  background:
    /* Top-left L */
    linear-gradient(90deg, var(--gold) 0 14px, transparent 14px) top left / 14px 1px no-repeat,
    linear-gradient(180deg, var(--gold) 0 14px, transparent 14px) top left / 1px 14px no-repeat,
    /* Top-right L */
    linear-gradient(-90deg, var(--gold) 0 14px, transparent 14px) top right / 14px 1px no-repeat,
    linear-gradient(180deg, var(--gold) 0 14px, transparent 14px) top right / 1px 14px no-repeat,
    /* Bottom-left L */
    linear-gradient(90deg, var(--gold) 0 14px, transparent 14px) bottom left / 14px 1px no-repeat,
    linear-gradient(0deg, var(--gold) 0 14px, transparent 14px) bottom left / 1px 14px no-repeat,
    /* Bottom-right L */
    linear-gradient(-90deg, var(--gold) 0 14px, transparent 14px) bottom right / 14px 1px no-repeat,
    linear-gradient(0deg, var(--gold) 0 14px, transparent 14px) bottom right / 1px 14px no-repeat;
  opacity: .45;
  transition: opacity .8s var(--ease-out), inset .8s var(--ease-out);
  pointer-events: none;
  z-index: 4;
}
.spirit-photo:hover .spirit-photo-tint::before {
  opacity: .85;
  inset: 10px;
}

/* Bottom caption ribbon — tiny serif tag */
.spirit-photo-caption {
  position: absolute;
  left: 50%; bottom: 24px;
  transform: translateX(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center; gap: 10px;
  padding: 7px 16px;
  background: rgba(7, 30, 28, .55);
  border: 1px solid rgba(246, 226, 122, .28);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: .72rem;
  letter-spacing: .28em;
  color: var(--gold);
  white-space: nowrap;
  opacity: 0;
  animation: fadeUp 1.4s var(--ease-out) 1s forwards;
}
.spirit-photo-caption::before,
.spirit-photo-caption::after {
  content: "";
  width: 6px; height: 6px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  opacity: .65;
}

/* Right column — typographic, no boxed cells */
.spirit-text {
  display: flex; flex-direction: column;
  gap: clamp(28px, 4vh, 44px);
}

.spirit-quote {
  position: relative;
  padding: 4px 0 0 0;
  font-family: var(--font-serif-tc);
  color: var(--ivory);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  letter-spacing: .1em;
  line-height: 2.1;
  font-style: normal;
}
.spirit-quote p { margin: 0; }
.spirit-quote .q-mark {
  position: absolute;
  left: -.1em; top: -.5em;
  font-family: var(--font-serif-en);
  font-size: 4.5rem;
  color: var(--gold);
  line-height: 1;
  opacity: .35;
  pointer-events: none;
}

/* Botanicals — no card, just typographic stack with hairlines */
.spirit-botanicals {
  display: flex; flex-direction: column; gap: 12px;
  padding: 22px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.spirit-label {
  display: flex; align-items: baseline; gap: 14px;
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: .72rem;
  letter-spacing: .3em;
  color: var(--gold);
  text-transform: uppercase;
}
.spirit-label-tc {
  font-family: var(--font-serif-tc);
  font-style: normal;
  font-size: .65rem;
  color: var(--ivory-fade);
  letter-spacing: .35em;
}
.botanicals-list {
  display: flex; flex-wrap: wrap;
  gap: 6px 22px;
  font-family: var(--font-serif-tc);
  font-size: 1.18rem;
  font-weight: 300;
  letter-spacing: .22em;
  color: var(--ivory);
  line-height: 1.7;
}
.botanicals-list span {
  position: relative;
}
.botanicals-list span:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -14px; top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  opacity: .55;
  font-size: 1em;
}
.botanicals-en {
  font-size: .78rem;
  letter-spacing: .14em;
  color: var(--ivory-fade);
  line-height: 1.8;
  margin-top: 4px;
}

/* Meta — clean key/value rows, no boxes */
.spirit-meta {
  display: flex; flex-direction: column;
}
.spirit-meta-row {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
  gap: 20px;
}
.spirit-meta-row:last-child { border-bottom: none; }
.spirit-meta-row .k {
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: .78rem;
  letter-spacing: .22em;
  color: var(--gold);
  text-transform: uppercase;
  opacity: .85;
}
.spirit-meta-row .v {
  font-family: var(--font-serif-tc);
  font-size: 1rem;
  letter-spacing: .12em;
  color: var(--ivory);
  text-align: right;
}
.spirit-meta-row .v .num {
  font-family: var(--font-num);
  font-size: 1.35em;
  font-weight: 400;
  letter-spacing: -.01em;
  vertical-align: -.04em;
}
.spirit-meta-row .v small {
  font-size: .55em; vertical-align: .55em; opacity: .85;
}

@media (max-width: 820px) {
  .spirit-inner { grid-template-columns: 1fr; gap: 40px; }
  .spirit-meta-row { flex-direction: column; align-items: flex-start; gap: 6px; }
  .spirit-meta-row .v { text-align: left; }
}

.spirit-volume-sep {
  display: inline-block;
  margin: 0 14px;
  color: var(--gold);
  opacity: .5;
  font-family: var(--font-serif-en);
  font-weight: 300;
}

/* Keep each "200 ml" / "500 ml" amount on one line — prevents the
   unit orphaning onto its own line when the row wraps on small phones. */
.vol-amt { white-space: nowrap; }

/* Highlight tag for spotlight items (e.g. 200ml 本次推介主力) */
.spirit-tag {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px;
  font-family: var(--font-serif-tc);
  font-size: .68rem;
  letter-spacing: .25em;
  color: var(--gold-glow);
  background: rgba(246, 226, 122, .12);
  border: 1px solid rgba(246, 226, 122, .35);
  border-radius: 999px;
  vertical-align: middle;
  white-space: nowrap;
}

/* Section notes — prevent orphan characters wrapping alone on mobile */
.section-note {
  text-wrap: pretty;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (max-width: 720px) {
  .section-note {
    padding: 0 4px;
  }
}

/* ───────────────  節氣 section base placeholder  ─────────────── */
.terms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  max-width: 1100px; margin: 0 auto;
}
.terms-text { display: flex; flex-direction: column; gap: 32px; }
.terms-text .big-char {
  font-family: var(--font-serif-tc);
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 300;
  line-height: 1;
  color: var(--gold);
  letter-spacing: .15em;
  text-shadow: 0 0 60px rgba(246, 226, 122, .3);
}
.terms-text .big-char .small {
  display: block;
  font-size: .15em;
  letter-spacing: .4em;
  color: var(--ivory-dim);
  margin-top: 14px;
}
.terms-text p {
  color: var(--ivory);
  line-height: 2.1;
  font-size: 1.18rem;
  letter-spacing: .08em;
}
.terms-text .poem {
  font-family: var(--font-serif-tc);
  font-style: italic;
  color: var(--ivory);
  font-size: 1.3rem;
  letter-spacing: .14em;
  border-left: 1px solid var(--line-gold);
  padding-left: 24px;
  line-height: 2;
}
.terms-wheel { position: relative; aspect-ratio: 1 / 1; max-width: 540px; margin: 0 auto; }
.terms-wheel svg { width: 100%; height: 100%; }
.terms-wheel .rotor { transform-origin: 50% 50%; animation: spin 90s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 820px) {
  .terms-grid { grid-template-columns: 1fr; }
}

/* ───────────────  Brand collaboration  ─────────────── */
.collab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 60px);
  max-width: 1100px; margin: 0 auto;
}
.collab-card {
  padding: clamp(36px, 5vw, 56px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, .015) 100%);
  border: 1px solid var(--line-soft);
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  display: flex; flex-direction: column; gap: 28px;
  transition: transform .6s var(--ease-out), border-color .6s;
  position: relative; overflow: hidden;
}
.collab-card::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at top, rgba(246, 226, 122, .14), transparent 60%);
  opacity: 0; transition: opacity .6s;
  pointer-events: none;
}
.collab-card:hover { transform: translateY(-4px); border-color: var(--line-gold); }
.collab-card:hover::after { opacity: 1; }
.collab-card .role {
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: .85rem;
  color: var(--gold);
  letter-spacing: .15em;
}
.collab-card .name {
  font-family: var(--font-serif-en);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: .08em;
  color: var(--ivory);
  font-weight: 400;
  line-height: 1.1;
}
.collab-card .brand-wordmark {
  margin: 6px 0 2px;
}
.collab-card .name-tc {
  font-family: var(--font-serif-tc);
  font-size: 1.1rem;
  letter-spacing: .2em;
  color: var(--ivory-dim);
  margin-top: 4px;
}
.collab-card .desc {
  color: var(--ivory-dim);
  line-height: 2.1;
  font-size: .98rem;
  letter-spacing: .08em;
}
.collab-card .tagline {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--font-serif-en);
  font-style: italic;
  color: var(--gold);
  font-size: .9rem;
  letter-spacing: .1em;
}

@media (max-width: 820px) { .collab-grid { grid-template-columns: 1fr; } }

/* ───────────────  Pairing experience  ─────────────── */
.pairing-list {
  max-width: 920px; margin: 0 auto;
  display: flex; flex-direction: column;
  position: relative;
}
.pairing-item {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: clamp(20px, 4vw, 60px);
  padding: clamp(36px, 5vw, 56px) 0;
  border-bottom: 1px solid var(--line-soft);
  align-items: center;
  transition: padding .6s var(--ease-out);
  cursor: default;
}
.pairing-item:last-child { border-bottom: none; }
.pairing-item:hover { padding-left: 12px; }
.pairing-item .idx {
  font-family: var(--font-num);
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--gold);
  letter-spacing: -.02em;
  line-height: 1;
}
.pairing-item .idx::after { content: " /"; opacity: .4; font-size: .75em; }
.pairing-item h3 {
  font-family: var(--font-serif-tc);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 6px;
}
.pairing-item .h3-en {
  font-family: var(--font-serif-en);
  font-style: italic;
  color: var(--gold);
  font-size: .9rem;
  letter-spacing: .1em;
}
.pairing-item p {
  color: var(--ivory-dim);
  line-height: 2;
  font-size: .98rem;
  letter-spacing: .06em;
}

@media (max-width: 720px) {
  .pairing-item { grid-template-columns: 60px 1fr; }
  .pairing-item p { grid-column: 1 / -1; }
}

/* ───────────────  Info / 餐會資訊  ─────────────── */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-width: 1100px; margin: 0 auto;
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
}
.info-cell {
  padding: clamp(28px, 4vw, 42px);
  background: rgba(7, 30, 28, .35);
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
.info-cell .label {
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: .78rem;
  letter-spacing: .15em;
  color: var(--gold);
  text-transform: uppercase;
}
.info-cell .label-tc {
  font-family: var(--font-serif-tc);
  font-size: .75rem;
  letter-spacing: .3em;
  color: var(--ivory-fade);
  margin-top: -8px;
}
.info-cell .value {
  font-family: var(--font-serif-tc);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--ivory);
  line-height: 1.4;
}
.info-cell .value .num { font-family: var(--font-num); font-size: 1.6em; font-weight: 500; letter-spacing: -.02em; vertical-align: -.05em; }
.info-cell .sub {
  font-family: var(--font-serif-tc);
  font-size: .85rem;
  color: var(--ivory-dim);
  letter-spacing: .08em;
  line-height: 1.7;
}

@media (max-width: 820px) { .info-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .info-grid { grid-template-columns: 1fr; } }

/* ───────────────  Reservation  ─────────────── */
.reservation {
  text-align: center;
  position: relative;
  padding-top: clamp(100px, 16vh, 180px);
  padding-bottom: clamp(100px, 16vh, 180px);
}
.reservation-inner {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 36px;
}
.countdown {
  display: flex; gap: clamp(24px, 5vw, 60px);
  margin: 24px 0;
  font-family: var(--font-num);
}
.countdown-cell { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.countdown-cell .v {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  color: var(--ivory);
  line-height: 1;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
.countdown-cell .l {
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: .75rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold);
}
.countdown-sep { font-size: 2rem; color: var(--gold); opacity: .4; align-self: center; }

.bank-info {
  width: 100%;
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line-soft);
  background: var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
}
.bank-cell {
  background: rgba(7, 30, 28, .35);
  padding: 22px 18px;
  display: flex; flex-direction: column; gap: 6px;
}
.bank-cell .l {
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: .72rem;
  letter-spacing: .2em;
  color: var(--gold);
  text-transform: uppercase;
}
.bank-cell .v {
  font-family: var(--font-serif-tc);
  font-size: .98rem;
  color: var(--ivory);
  letter-spacing: .06em;
  font-feature-settings: "lnum";
}
.bank-cell .v.mono { font-family: var(--font-num); font-size: 1.15rem; }
@media (max-width: 720px) { .bank-info { grid-template-columns: 1fr; } }

/* ───────────────  Venue / Map  ─────────────── */
.venue-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-width: 1100px; margin: 0 auto;
  min-height: 380px;
}
.venue-detail {
  background: rgba(7, 30, 28, .35);
  padding: clamp(36px, 5vw, 56px);
  display: flex; flex-direction: column; gap: 22px; justify-content: center;
}
.venue-detail .label-en { font-family: var(--font-serif-en); font-style: italic; color: var(--gold); font-size: .85rem; letter-spacing: .2em; text-transform: uppercase; }
.venue-detail .name { font-family: var(--font-serif-tc); font-size: 1.6rem; letter-spacing: .12em; color: var(--ivory); font-weight: 400; }
.venue-detail .name-en { font-family: var(--font-serif-en); font-size: 1.05rem; letter-spacing: .15em; color: var(--ivory-dim); font-style: italic; }
.venue-detail .addr { color: var(--ivory-dim); line-height: 2; letter-spacing: .08em; font-size: .98rem; }
.venue-map {
  background: rgba(7, 30, 28, .55);
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
.venue-map svg { width: 100%; height: 100%; display: block; }

@media (max-width: 820px) { .venue-grid { grid-template-columns: 1fr; } }

/* ───────────────  Notes / 注意事項  ─────────────── */
.notes-wrap {
  max-width: 920px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 12px;
}
.note-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(7, 30, 28, .28);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.note-head {
  padding: 22px 28px;
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer;
  user-select: none;
  transition: background .3s;
}
.note-head:hover { background: rgba(255, 255, 255, .03); }
.note-head .title {
  display: flex; align-items: baseline; gap: 16px;
  font-family: var(--font-serif-tc);
  font-size: 1.05rem;
  letter-spacing: .15em;
}
.note-head .title-en {
  font-family: var(--font-serif-en);
  font-style: italic;
  color: var(--gold);
  font-size: .8rem;
  letter-spacing: .15em;
}
.note-head .toggle {
  width: 28px; height: 28px;
  position: relative;
  transition: transform .4s var(--ease-out);
}
.note-head .toggle::before,
.note-head .toggle::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  background: var(--gold);
  transition: transform .4s var(--ease-out);
}
.note-head .toggle::before { width: 14px; height: 1px; transform: translate(-50%, -50%); }
.note-head .toggle::after  { width: 1px; height: 14px; transform: translate(-50%, -50%); }
.note-card.open .note-head .toggle::after { transform: translate(-50%, -50%) scaleY(0); }

.note-body {
  max-height: 0; overflow: hidden;
  transition: max-height .6s var(--ease-out);
}
.note-card.open .note-body { max-height: 2000px; }
.note-body-inner {
  padding: 0 28px 28px;
  color: var(--ivory-dim);
  line-height: 2.1;
  letter-spacing: .06em;
  font-size: .95rem;
}
.note-body-inner ul { padding: 0 0 0 1.2em; margin: 0; }
.note-body-inner li { margin-bottom: 8px; }
.note-body-inner strong { color: var(--gold); font-weight: 500; }
.note-body-inner .rule {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 24px;
  margin-top: 14px;
}
.note-body-inner .rule .k { color: var(--ivory); letter-spacing: .1em; }
.note-body-inner .rule .v { color: var(--ivory-dim); }

/* ───────────────  Footer  ─────────────── */
.footer {
  padding: clamp(60px, 10vh, 100px) var(--gutter) clamp(36px, 5vh, 50px);
  text-align: center;
  border-top: 1px solid var(--line-soft);
}
.footer-brand {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  margin-bottom: 0;
}
.footer-wordmark {
  height: clamp(28px, 4vw, 42px);
  width: auto;
  display: block;
  filter: invert(1) brightness(1.05) drop-shadow(0 2px 6px rgba(7,30,28,.5));
}
.footer-tagline {
  color: var(--gold);
  font-size: .85rem;
  letter-spacing: .18em;
  opacity: .82;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 60px);
  max-width: 880px;
  margin: 0 auto;
}
.footer-col { display: flex; flex-direction: column; gap: 6px; align-items: center; }
.footer-col-label {
  font-family: var(--font-serif-en);
  font-style: italic;
  font-size: .72rem;
  letter-spacing: .22em;
  color: var(--gold);
  text-transform: uppercase;
  opacity: .75;
}
.footer-col-value {
  font-family: var(--font-serif-tc);
  font-size: .92rem;
  letter-spacing: .12em;
  color: var(--ivory);
  transition: color .3s;
}
a.footer-col-value:hover { color: var(--gold); }
.footer-col-en {
  font-size: .72rem;
  color: var(--ivory-fade);
  letter-spacing: .15em;
  line-height: 1.6;
}

/* Right footer column — PUREMOSA wordmark + IG link */
.footer-col-pm {
  align-items: center;
}
.footer-col-wordmark {
  height: 22px;
  width: auto;
  display: block;
  margin-top: 4px;
  filter: invert(1) brightness(1.05) drop-shadow(0 1px 3px rgba(7, 30, 28, .5));
}
.footer-col-ig {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-serif-tc);
  font-size: .82rem;
  letter-spacing: .14em;
  color: var(--ivory-dim);
  margin-top: 2px;
  padding: 6px 14px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  transition: color .3s, border-color .3s, background .3s;
}
.footer-col-ig:hover {
  color: var(--gold);
  border-color: var(--line-gold);
  background: rgba(246, 226, 122, .04);
}
.footer-col-ig svg { color: var(--gold); opacity: .85; }
.footer-copyright {
  display: inline-flex; align-items: center; gap: 14px;
  flex-wrap: wrap; justify-content: center;
  font-size: .72rem;
  color: var(--ivory-fade);
  letter-spacing: .2em;
}
.footer-copyright .copyright-dot {
  color: var(--gold);
  opacity: .5;
}

.footer-company-mark {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(197, 59, 44, .4));
}

@media (max-width: 720px) {
  .footer-cols { grid-template-columns: 1fr; gap: 24px; }
  .footer-copyright { flex-direction: column; gap: 6px; }
  .footer-copyright .copyright-dot { display: none; }
}

/* ─────────────────────────────────────────────
   MOBILE OPTIMIZATIONS
   ───────────────────────────────────────────── */

/* Tablet (≤960px) */
@media (max-width: 960px) {
  :root {
    --gutter: clamp(18px, 5vw, 40px);
  }
  .nav { padding: 16px var(--gutter); }
  .section { padding: clamp(72px, 12vh, 120px) var(--gutter); }
  .section-head { margin-bottom: clamp(40px, 7vh, 70px); }
  .hero { padding: 96px var(--gutter) 60px; }
}

/* Phone (≤720px) */
@media (max-width: 720px) {
  :root {
    --radius: 18px;
    --radius-lg: 22px;
  }

  /* Nav: compact, hide divider — keep brand left and CTA right */
  .nav { padding: 14px 18px; }
  .nav-brand { font-size: .78rem; letter-spacing: .15em; }
  .nav-brand small { display: none; }
  .nav-cta { padding: 7px 14px; font-size: .72rem; }

  /* Hero — stack date/title/time vertically, tighten spacing */
  .hero { padding: 90px 20px 60px; min-height: auto; }
  .hero-brand {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    font-size: .7rem;
    margin-bottom: 36px;
  }
  .hero-brand .logo-no6 small { font-size: .55rem; letter-spacing: .2em; }
  .hero-brand .x { font-size: 1rem; }

  /* Title row: stack as date row on top, title, time row below */
  .hero-title-row {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  .hero-meta.left, .hero-meta.right {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 14px;
  }
  .hero-meta .big { font-size: 2rem; }
  .hero-meta .small { font-size: .68rem; letter-spacing: .25em; }
  .hero-title-line { display: none; }

  .hero-title {
    font-size: clamp(3rem, 16vw, 5rem);
    letter-spacing: .08em;
  }
  .hero-title .dot { width: .2em; height: .2em; margin: 0 .2em; }

  .hero-tagline { font-size: .9rem; letter-spacing: .1em; line-height: 1.9; margin-top: 28px; }
  .hero-info { font-size: .82rem; letter-spacing: .08em; gap: 6px; }
  .hero-info .row { gap: 10px; }
  .hero-cta { margin-top: 36px; }

  .btn { padding: 14px 24px; font-size: .9rem; letter-spacing: .1em; }
  .btn-primary { padding: 16px 28px !important; font-size: .95rem !important; }

  .scroll-hint { font-size: .6rem; bottom: 20px; }
  .scroll-hint .line { height: 32px; }

  /* Section heads */
  .section-head h2 { font-size: 1.6rem; letter-spacing: .15em; }
  .section-head .lead { font-size: .9rem; letter-spacing: .05em; line-height: 1.85; }
  .eyebrow { font-size: .68rem; letter-spacing: .25em; }
  .eyebrow::before, .eyebrow::after { width: 18px; }

  /* Terms — text first, wheel below, tighter spacing */
  .terms-grid { gap: 36px; }
  .terms-text { gap: 22px; }
  .terms-text .big-char { font-size: 4.5rem; }
  .terms-text .big-char .small { font-size: .14em; letter-spacing: .3em; margin-top: 8px; }
  .terms-text p { font-size: 1rem; line-height: 1.95; }
  .terms-text .poem { font-size: 1.1rem; padding-left: 18px; }
  .terms-wheel { max-width: 100%; padding: 0 8px; }

  /* Brand collab cards */
  .collab-card { padding: 30px 24px; gap: 18px; border-radius: var(--radius); }
  .collab-card .name { font-size: 1.6rem; }
  .collab-card .name-tc { font-size: .95rem; }
  .collab-card .desc { font-size: .92rem; line-height: 1.95; }
  .collab-card .tagline { font-size: .82rem; }

  /* Pairing — keep two columns: idx + content, description below as full-width */
  .pairing-item {
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 26px 0;
  }
  .pairing-item:hover { padding-left: 0; }
  .pairing-item .idx { font-size: 1.8rem; }
  .pairing-item h3 { font-size: 1.15rem; letter-spacing: .1em; }
  .pairing-item .h3-en { font-size: .78rem; }
  .pairing-item p {
    grid-column: 1 / -1;
    margin-top: 4px;
    font-size: .92rem;
    line-height: 1.95;
  }

  /* Info grid — 2 columns then 1 */
  .info-cell { padding: 22px 18px; gap: 10px; }
  .info-cell .value { font-size: 1.15rem; letter-spacing: .05em; }
  .info-cell .label { font-size: .72rem; letter-spacing: .15em; }
  .info-cell .label-tc { font-size: .68rem; letter-spacing: .25em; margin-top: -6px; }
  .info-cell .sub { font-size: .8rem; }

  /* Reservation — countdown wraps neatly into 2×2 on small phones */
  .reservation { padding: 80px 20px; }
  .reservation-inner { gap: 26px; }
  .countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    width: 100%;
    max-width: 360px;
  }
  .countdown-cell { gap: 4px; }
  .countdown-cell .v { font-size: 2rem; }
  .countdown-cell .l { font-size: .58rem; letter-spacing: .15em; }
  .countdown-sep { display: none; }

  .bank-cell { padding: 18px 16px; gap: 4px; }
  .bank-cell .l { font-size: .65rem; }
  .bank-cell .v { font-size: .9rem; }
  .bank-cell .v.mono { font-size: 1rem; }

  /* Venue */
  .venue-grid { min-height: auto; }
  .venue-detail { padding: 28px 22px; gap: 16px; }
  .venue-detail .name { font-size: 1.3rem; letter-spacing: .08em; }
  .venue-detail .name-en { font-size: .9rem; }
  .venue-detail .addr { font-size: .9rem; line-height: 1.9; }
  .venue-map { min-height: 300px; }

  /* Notes — tighter padding & bigger tap targets */
  .note-head { padding: 18px 20px; gap: 12px; }
  .note-head .title { gap: 10px; font-size: .92rem; letter-spacing: .1em; flex-wrap: wrap; }
  .note-head .title-en { font-size: .7rem; letter-spacing: .12em; }
  .note-body-inner { padding: 0 20px 22px; font-size: .88rem; line-height: 1.95; }
  .note-body-inner .rule { grid-template-columns: 1fr; gap: 6px 0; }
  .note-body-inner .rule .k { font-size: .85rem; }

  /* Footer */
  .footer { padding: 60px 20px 40px; }
  .footer .mark { font-size: 1.1rem; letter-spacing: .2em; margin-bottom: 18px; }
  .footer .meta { font-size: .76rem; letter-spacing: .08em; line-height: 1.95; }
}

/* Small phone (≤420px) */
@media (max-width: 420px) {
  .hero { padding: 80px 16px 50px; }
  .hero-brand { flex-direction: column; gap: 8px; }
  .hero-brand .x { display: none; }
  .hero-title { font-size: clamp(2.6rem, 18vw, 3.6rem); letter-spacing: .06em; }
  .hero-meta .big { font-size: 1.7rem; }
  .terms-text .big-char { font-size: 3.6rem; }
  .section-head h2 { font-size: 1.4rem; }
  .pairing-item .idx { font-size: 1.5rem; }
  .countdown-cell .v { font-size: 1.7rem; }
  .footer .mark { font-size: .95rem; }
}

/* Make iframe / canvas behave well on iOS */
@media (max-width: 720px) {
  .bg-stack, .leaves-layer { /* keep fixed but ensure no horizontal scroll */ }
  body { overflow-x: hidden; }
  .venue-map iframe { min-height: 280px !important; }
}

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

/* ───────────────  Section divider  ───────────────
   Thin gold hairline between sections (was an inline-styled
   element in the React prototype's <SectionDivider />). */
.section-divider {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section-divider::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(246, 226, 122, .25) 30%, rgba(246, 226, 122, .25) 70%, transparent);
}

/* ───────────────  Venue map embed  ───────────────
   Google Maps iframe tinted to harmonise with the jade
   palette, plus a glass "Open in Maps" chip.
   (Was inline-styled JSX in the prototype's <MapSVG />.) */
.venue-map-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
}
.venue-map-iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
  filter: contrast(.92) brightness(.85) saturate(.85) hue-rotate(20deg);
}
.venue-map-overlay {
  position: absolute; inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(13, 139, 125, .18) 0%, transparent 55%),
    linear-gradient(180deg, rgba(7, 30, 28, .18) 0%, transparent 30%, transparent 70%, rgba(7, 30, 28, .25) 100%);
  mix-blend-mode: multiply;
}
.venue-map-chip {
  position: absolute;
  left: 20px; bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: .75rem;
  letter-spacing: .15em;
  color: var(--ivory);
  background: rgba(7, 30, 28, .7);
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: color .4s var(--ease-out), border-color .4s var(--ease-out);
}
.venue-map-chip .open-label {
  font-family: var(--font-serif-en);
  font-style: italic;
  color: var(--gold);
  transition: color .4s var(--ease-out);
}
.venue-map-chip:hover {
  color: var(--gold-glow);
  border-color: var(--gold);
}
.venue-map-chip:hover .open-label {
  color: var(--gold-glow);
}

/* ───────────────  Key-phrase emphasis  ───────────────
   Bold highlight for the one key phrase in each block of
   main descriptive copy — lifts weight + brightness so the
   page can be skimmed. The fine-print <strong> in the notes
   section keeps its own gold treatment. */
.terms-text strong,
.collab-card .desc strong,
.pairing-item p strong,
.menu-item-blurb strong {
  font-weight: 700;
  color: var(--ivory);
}

/* ───────────────  Keyboard focus & smooth anchor scroll  ───────────────
   :focus-visible shows the ring only for keyboard users, never on
   mouse click — so the visual design is untouched for pointer use. */
a:focus-visible,
.note-head:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

/* ───────────────  Touch-target minimum  ───────────────
   On any touch device (phone / tablet / touch laptop) the nav
   "Reserve" pill must meet the 44px minimum tap target. Mouse-
   pointer desktop keeps the slim pill. */
@media (pointer: coarse) {
  .nav-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

/* ───────────────  Screen-reader-only  ───────────────
   Visually hidden but read by crawlers, AI scrapers and
   assistive tech — used to carry the keyword-rich part of
   the <h1> without disturbing the hero's display title. */
.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;
}
