/* ============================================================
   LANJIE HOT POT & BBQ — styles.css
   Light editorial hospitality · brand red + gold accents
   ============================================================ */

:root{
  /* Brand */
  --brand-red:#E63A2C;                 /* logo red — large/graphic use */
  --red-cta-top:#D93520;               /* CTA gradient (white label ≥4.5:1) */
  --red-cta-bot:#C42E20;
  --red-hover:#B02A1B;
  --gold:#D99B2B;                      /* bright gold — dots, hairlines, on-dark only */
  --gold-soft:#E0B04F;
  --gold-ink:#8F6410;                  /* legible gold for TEXT on light (≥4.8:1) */

  /* Ink / neutrals (warm-tinted) */
  --ink:#1A1A1A;
  --body:#4A4A4A;
  --muted:#726D66;
  --bg:#FFFFFF;
  --bg-warm:#FAF8F5;
  --bg-cool:#F2F3F5;
  --line:#ECE8E2;
  --line-soft:#F3EFE9;
  --cream:#FDF6EC;

  /* Radius system */
  --r-sm:12px;
  --r-md:20px;
  --r-lg:28px;
  --r-pill:999px;

  /* Shadows — warm, layered */
  --sh-sm:0 1px 2px rgba(26,26,26,.05), 0 4px 12px rgba(230,58,44,.05);
  --sh-md:0 1px 2px rgba(26,26,26,.05), 0 14px 34px rgba(230,58,44,.09);
  --sh-lg:0 2px 4px rgba(26,26,26,.06), 0 26px 60px rgba(214,50,31,.14);

  --container:1200px;
  --header-h:68px;
  --ease:cubic-bezier(.22,1,.36,1);
}

/* ---------- Reset / base ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:"Inter",system-ui,-apple-system,sans-serif;
  color:var(--body);
  background:var(--bg);
  line-height:1.7;
  font-size:clamp(1rem,.97rem + .2vw,1.125rem);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:"Fraunces",Georgia,serif;color:var(--ink);font-weight:600;line-height:1.08;letter-spacing:-.02em;font-optical-sizing:auto}
strong{color:var(--ink);font-weight:600}
::selection{background:var(--brand-red);color:#fff}

.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}

.skip-link{position:absolute;left:-999px;top:0;z-index:200;background:var(--ink);color:#fff;padding:.75rem 1rem;border-radius:0 0 var(--r-sm) 0}
.skip-link:focus{left:0}

/* ---------- Buttons ---------- */
.btn{
  --_pad:.85rem 1.35rem;
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:"Inter",sans-serif;font-weight:700;font-size:1rem;line-height:1;
  padding:var(--_pad);border-radius:var(--r-sm);
  border:1.5px solid transparent;cursor:pointer;
  transition:transform .18s var(--ease),box-shadow .18s var(--ease),background .18s var(--ease),border-color .18s var(--ease),color .18s var(--ease);
  touch-action:manipulation;white-space:nowrap;min-height:44px;
}
.btn .ico{width:20px;height:20px;flex:none}
.btn-primary{
  background:linear-gradient(180deg,var(--red-cta-top),var(--red-cta-bot));
  color:#fff;box-shadow:var(--sh-md);
}
.btn-primary:hover{background:var(--red-hover);transform:translateY(-2px);box-shadow:var(--sh-lg)}
.btn-primary:active{transform:translateY(0);box-shadow:var(--sh-sm)}
.btn-outline{
  background:#fff;color:var(--ink);border-color:var(--line);
  box-shadow:0 1px 2px rgba(26,26,26,.04);
}
.btn-outline:hover{border-color:var(--gold);color:var(--ink);transform:translateY(-2px);box-shadow:var(--sh-sm)}
.btn-outline:active{transform:translateY(0)}
.btn-lg{--_pad:1.05rem 1.7rem;font-size:1.0625rem;border-radius:var(--r-sm)}
.btn-sm{--_pad:.6rem 1.05rem;font-size:.95rem;min-height:42px}
.btn:focus-visible,a:focus-visible,.tel-link:focus-visible{outline:none;box-shadow:0 0 0 3px #fff,0 0 0 5.5px var(--brand-red)}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.82);
  backdrop-filter:saturate(1.4) blur(12px);
  -webkit-backdrop-filter:saturate(1.4) blur(12px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:1rem}
.brand{display:flex;align-items:center;gap:.6rem}
.brand-mark{width:44px;height:44px;object-fit:contain}
.brand-word{display:flex;flex-direction:column;line-height:1}
.brand-name{font-family:"Fraunces",serif;font-weight:700;font-size:1.35rem;color:var(--ink);letter-spacing:-.01em}
.brand-sub{font-size:.66rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-top:.15rem}
.header-actions{display:flex;align-items:center;gap:.6rem}
.link-ghost{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;color:var(--ink);font-size:.95rem;padding:.5rem .5rem;border-radius:var(--r-sm)}
.link-ghost .ico{width:18px;height:18px;fill:var(--brand-red)}
.link-ghost:hover{color:var(--red-hover)}

.ico{fill:currentColor}
.btn .ico{fill:currentColor}
svg[viewBox="0 0 24 24"] circle[fill="#fff"]{fill:#fff}

/* ---------- Eyebrow / section heads ---------- */
.eyebrow{
  display:inline-flex;align-items:center;gap:.55rem;
  font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;
  color:var(--gold-ink);margin-bottom:1.1rem;
}
.eyebrow.center{justify-content:center}
.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--brand-red);flex:none;box-shadow:0 0 0 4px rgba(230,58,44,.12)}

.section{padding-block:clamp(4.5rem,8vw,7rem)}
.section-warm{background:var(--bg-warm)}
.section-cool{background:var(--bg-cool)}
.section-head{max-width:44rem;margin:0 auto clamp(2.5rem,5vw,3.75rem);text-align:center}
.section-title{font-size:clamp(2rem,1.3rem + 3vw,3.25rem);font-weight:600;letter-spacing:-.025em;line-height:1.06}
.section-title.left{text-align:left}
.section-lead{margin-top:1.15rem;font-size:clamp(1.05rem,1rem + .4vw,1.2rem);color:var(--body);max-width:38rem;margin-inline:auto}
.section-lead.left{margin-inline:0;text-align:left}

/* ============================================================
   HERO
   ============================================================ */
.hero{position:relative;overflow:hidden;background:
  radial-gradient(120% 90% at 82% 0%,#FFF7F0 0%,rgba(255,247,240,0) 55%),
  linear-gradient(180deg,#fff 0%,var(--bg-warm) 100%);
  padding-top:clamp(2.5rem,5vw,4rem);
}
.hero-glow{position:absolute;top:-18%;right:-8%;width:60vw;max-width:720px;aspect-ratio:1;
  background:radial-gradient(circle,rgba(230,58,44,.10),rgba(224,176,79,.08) 40%,transparent 68%);
  filter:blur(10px);pointer-events:none;z-index:0}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center;
  padding-block:clamp(2.5rem,6vw,4.5rem)}
.hero-copy{max-width:34rem}
.hero-title{font-size:clamp(2.7rem,1.6rem + 5vw,5rem);font-weight:600;line-height:1.02;letter-spacing:-.035em;color:var(--ink)}
.hero-title em{font-style:italic;font-weight:600;color:var(--brand-red);position:relative}
.hero-sub{margin-top:1.5rem;font-size:clamp(1.1rem,1.03rem + .5vw,1.3rem);color:var(--body);max-width:31rem}
.hero-sub .amp{font-family:"Fraunces",serif;font-style:italic;color:var(--gold-ink);padding-inline:.05em}
.hero-cta{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2.1rem}
.hero-meta{margin-top:1.5rem;font-size:.9rem;font-weight:600;color:var(--muted);letter-spacing:.01em;display:flex;align-items:center;gap:.5rem}

/* Hero visual: emblem + steam + badge */
.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}
.pot-stage{position:relative;width:min(420px,80vw);aspect-ratio:1;display:flex;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 50% 42%,#fff 0%,#FFF3EA 45%,rgba(255,243,234,0) 72%);
  border-radius:50%;
}
.pot-stage::before{content:"";position:absolute;inset:6%;border-radius:50%;
  border:1px dashed rgba(217,155,43,.4)}
.pot-stage::after{content:"";position:absolute;inset:0;border-radius:50%;
  box-shadow:0 40px 80px -30px rgba(214,50,31,.35)}
.pot-emblem{position:relative;z-index:2;width:74%;height:auto;filter:drop-shadow(0 12px 24px rgba(214,50,31,.22))}
.steam{position:absolute;z-index:1;left:50%;top:-6%;transform:translateX(-50%);width:42%;height:60%;overflow:visible}
.steam .wisp{fill:none;stroke:rgba(217,155,43,.55);stroke-width:3.4;stroke-linecap:round;
  stroke-dasharray:200;stroke-dashoffset:200;opacity:0}
.ayce-badge{position:absolute;z-index:3;right:-4%;bottom:2%;
  width:118px;height:118px;border-radius:50%;
  background:linear-gradient(150deg,var(--red-cta-top),var(--red-cta-bot));
  color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;
  box-shadow:var(--sh-lg);transform:rotate(-8deg);border:3px solid #fff}
.ayce-badge .ayce-top{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;opacity:.9}
.ayce-badge .ayce-big{font-family:"Fraunces",serif;font-weight:700;font-size:1.28rem;line-height:1.05;margin:.05rem 0}
.ayce-badge .ayce-bot{font-size:.64rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;opacity:.85;
  border-top:1px solid rgba(255,255,255,.4);padding-top:.22rem;margin-top:.2rem}

/* Marquee strip (conveyor belt of soup bases) */
.marquee-strip{position:relative;z-index:2;overflow:hidden;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  background:#fff;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.marquee-track{display:flex;align-items:center;gap:1.5rem;padding-block:.9rem;width:max-content;
  animation:marquee 34s linear infinite}
.marquee-track span{font-family:"Fraunces",serif;font-weight:600;font-size:1.05rem;color:var(--ink);white-space:nowrap}
.marquee-track i{color:var(--gold-soft);font-style:normal;font-size:.6rem}
.marquee-strip:hover .marquee-track,.marquee-strip:focus-within .marquee-track{animation-play-state:paused}
@keyframes marquee{to{transform:translateX(-50%)}}

/* ============================================================
   THE EXPERIENCE
   ============================================================ */
.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.exp-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:2.1rem 1.9rem;
  box-shadow:var(--sh-sm);transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease)}
.exp-card:hover{transform:translateY(-4px);box-shadow:var(--sh-md);border-color:rgba(217,155,43,.5)}
.exp-ico{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(150deg,#FFF1EC,#FDEFDD);margin-bottom:1.3rem}
.exp-ico svg{width:32px;height:32px;fill:none;stroke:var(--brand-red);stroke-width:2}
.exp-ico svg path[fill],.exp-ico svg rect{fill:rgba(230,58,44,.08)}
.exp-ico .ico-steam{stroke:var(--gold)}
.exp-card h3{font-size:1.35rem;margin-bottom:.6rem}
.exp-card p{font-size:1.02rem;color:var(--body)}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;counter-reset:step}
.step{position:relative;padding:2rem 1.6rem 1.9rem;background:#fff;border:1px solid var(--line);
  border-radius:var(--r-md);box-shadow:var(--sh-sm)}
.step-num{font-family:"Fraunces",serif;font-weight:700;font-size:2rem;color:var(--gold-ink);
  display:block;margin-bottom:.7rem;line-height:1;font-variant-numeric:tabular-nums}
.step h3{font-size:1.18rem;margin-bottom:.5rem}
.step p{font-size:.98rem;color:var(--body)}
.step::after{content:"";position:absolute;right:-1.4rem;top:50%;width:1.4rem;height:2px;
  background:linear-gradient(90deg,var(--gold-soft),transparent)}
.steps .step:last-child::after{display:none}

/* ============================================================
   BROTHS + PROTEINS
   ============================================================ */
.menu-block{margin-bottom:2.6rem}
.menu-label{font-size:.85rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);
  font-family:"Inter",sans-serif;margin-bottom:1.2rem;display:flex;align-items:center;gap:.7rem}
.menu-label::after{content:"";flex:1;height:1px;background:var(--line)}
.broth-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.broth{background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);padding:1.15rem 1.25rem;
  display:flex;flex-direction:column;gap:.5rem;transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s var(--ease)}
.broth:hover{transform:translateY(-3px);box-shadow:var(--sh-sm);border-color:rgba(230,58,44,.35)}
.broth-name{font-family:"Fraunces",serif;font-weight:600;font-size:1.18rem;color:var(--ink);line-height:1.1}
.broth-note{font-size:.85rem;color:var(--muted);line-height:1.4}
.heat{--on:var(--brand-red);--off:#EBE4D9;--d1:var(--off);--d2:var(--off);--d3:var(--off);
  width:6px;height:6px;border-radius:50%;background:var(--d1);
  box-shadow:11px 0 0 var(--d2),22px 0 0 var(--d3);margin-block:.15rem .1rem}
.heat[data-level="0"]{--d1:var(--gold)}
.heat[data-level="1"]{--d1:var(--on)}
.heat[data-level="2"]{--d1:var(--on);--d2:var(--on)}
.heat[data-level="3"]{--d1:var(--on);--d2:var(--on);--d3:var(--on)}

.menu-split{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem}
.pill-row{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem}
.pill{background:#fff;border:1px solid var(--line);border-radius:var(--r-pill);
  padding:.6rem 1.15rem;font-weight:600;font-size:.98rem;color:var(--ink);
  transition:transform .18s var(--ease),border-color .18s var(--ease),background .18s var(--ease)}
.pill:hover{transform:translateY(-2px);border-color:var(--brand-red)}
.pill-diet{background:linear-gradient(180deg,#fff,#FBF7EF);border-color:rgba(217,155,43,.45);color:var(--ink)}
.pill-diet:hover{border-color:var(--gold)}
.menu-fine{margin-top:1rem;font-size:.92rem;color:var(--muted)}

/* ============================================================
   WHY LANJIE
   ============================================================ */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.why-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:2.1rem 1.9rem;box-shadow:var(--sh-sm);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.why-card:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}
.why-emoji{font-size:2rem;display:block;margin-bottom:1rem;filter:saturate(1.05)}
.why-card h3{font-size:1.3rem;margin-bottom:.55rem}
.why-card p{color:var(--body);font-size:1.02rem}

.stat-strip{margin-top:2.6rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;
  background:linear-gradient(180deg,#fff,#FBF8F3);border:1px solid var(--line);border-radius:var(--r-lg);
  padding:2.2rem 1.5rem;box-shadow:var(--sh-sm);text-align:center}
.stat{display:flex;flex-direction:column;gap:.3rem;position:relative}
.stat:not(:last-child)::after{content:"";position:absolute;right:0;top:15%;height:70%;width:1px;background:var(--line)}
.stat-num{font-family:"Fraunces",serif;font-weight:700;font-size:clamp(2.2rem,1.6rem + 2vw,3rem);color:var(--brand-red);line-height:1;font-variant-numeric:tabular-nums}
.stat-lab{font-size:.85rem;font-weight:600;color:var(--muted);letter-spacing:.03em}

/* ============================================================
   VISIT
   ============================================================ */
.visit-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.visit-rows{margin-top:2rem;display:flex;flex-direction:column;gap:1.35rem}
.visit-row{display:flex;gap:1rem;align-items:flex-start}
.visit-ico{width:46px;height:46px;flex:none;border-radius:14px;background:linear-gradient(150deg,#FFF1EC,#FDEFDD);
  display:flex;align-items:center;justify-content:center}
.visit-ico svg{width:23px;height:23px;fill:none;stroke:var(--brand-red);stroke-width:2}
.visit-ico svg circle{fill:rgba(230,58,44,.12)}
.visit-k{font-size:.75rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-ink);display:block;margin-bottom:.2rem}
.visit-v{color:var(--ink);font-weight:500;font-size:1.05rem;line-height:1.5}
.visit-v strong{font-weight:700}
.tel-link{color:var(--brand-red);font-weight:700;font-size:1.35rem;font-family:"Fraunces",serif;border-radius:6px}
.tel-link:hover{color:var(--red-hover);text-decoration:underline;text-underline-offset:3px}
.visit-cta{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2.2rem}

.visit-photo{position:relative;margin:0}
.visit-photo img{width:100%;border-radius:var(--r-lg);border:1px solid var(--line);
  box-shadow:var(--sh-lg);aspect-ratio:3/2;object-fit:cover}
.visit-photo figcaption{position:absolute;left:1rem;bottom:1rem;background:rgba(255,255,255,.92);
  backdrop-filter:blur(6px);border-radius:var(--r-pill);padding:.55rem 1rem;font-size:.85rem;font-weight:600;
  color:var(--ink);box-shadow:var(--sh-sm);display:flex;align-items:center;gap:.5rem}
.fc-dot{width:8px;height:8px;border-radius:50%;background:var(--brand-red);box-shadow:0 0 0 3px rgba(230,58,44,.15)}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:#141210;color:#CFC8BF;padding-top:clamp(3.5rem,6vw,5rem)}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem}
.footer-brand img{width:56px;height:56px;margin-bottom:1rem}
.footer-name{font-family:"Fraunces",serif;font-weight:700;font-size:1.5rem;color:#fff;line-height:1}
.footer-name span{font-family:"Inter",sans-serif;font-weight:600;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-soft);display:block;margin-top:.4rem}
.footer-tag{margin-top:1rem;font-size:.95rem;color:#9C948A;max-width:22rem;line-height:1.6}
.footer-col h4{font-family:"Inter",sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-soft);margin-bottom:1rem}
.footer-col p{font-size:.98rem;color:#CFC8BF;line-height:1.7}
.footer-link{color:#fff;font-weight:600;border-radius:4px;display:inline-block;margin-top:.6rem;transition:color .18s var(--ease)}
.footer-link:hover{color:var(--gold-soft)}
.footer-nav{display:flex;flex-direction:column;gap:.35rem;margin-top:1rem}
.footer-nav a{font-size:.92rem;color:#9C948A}
.footer-nav a:hover{color:#fff}
.footer-base{border-top:1px solid rgba(255,255,255,.09);padding-block:1.5rem;display:flex;justify-content:space-between;
  flex-wrap:wrap;gap:.5rem;font-size:.85rem;color:#857D73}
.footer-fine{color:#857D73}

/* ============================================================
   MOBILE STICKY CALL BAR
   ============================================================ */
.mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:120;display:none;gap:.6rem;
  padding:.6rem .8rem calc(.6rem + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-top:1px solid var(--line);box-shadow:0 -6px 24px rgba(26,26,26,.08)}
.mbar-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  min-height:52px;border-radius:var(--r-sm);font-weight:700;font-size:1rem;touch-action:manipulation}
.mbar-btn .ico{width:19px;height:19px}
.mbar-call{background:linear-gradient(180deg,var(--red-cta-top),var(--red-cta-bot));color:#fff;box-shadow:var(--sh-sm);flex:1.4}
.mbar-dir{background:#fff;color:var(--ink);border:1.5px solid var(--line)}
.mbar-dir .ico{fill:var(--brand-red)}

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.js .reveal.in{opacity:1;transform:none}

/* Steam animation */
@keyframes steamRise{
  0%{stroke-dashoffset:200;opacity:0}
  20%{opacity:.8}
  80%{opacity:.5}
  100%{stroke-dashoffset:-40;opacity:0}
}
.steam .w1{animation:steamRise 6.5s ease-in-out infinite}
.steam .w2{animation:steamRise 7.8s ease-in-out .9s infinite}
.steam .w3{animation:steamRise 7s ease-in-out 1.8s infinite}

/* Visibility helpers */
.show-mobile{display:none}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:960px){
  .hero-grid{grid-template-columns:1fr;text-align:left}
  .hero-copy{max-width:none;order:1}
  .hero-visual{order:0;margin-bottom:.5rem}
  .pot-stage{width:min(320px,64vw)}
  .exp-grid,.why-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
  .step::after{display:none}
  .broth-grid{grid-template-columns:repeat(2,1fr)}
  .menu-split{grid-template-columns:1fr;gap:2rem}
  .visit-grid{grid-template-columns:1fr}
  .visit-photo{order:-1}
  .stat-strip{grid-template-columns:1fr 1fr;gap:1.8rem 1rem}
  .stat:nth-child(2)::after{display:none}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .footer-brand{grid-column:1 / -1}
}

@media (max-width:600px){
  :root{--header-h:60px}
  .hide-mobile{display:none !important}
  .show-mobile{display:inline}
  body{padding-bottom:76px}
  .mobile-bar{display:flex}
  .brand-sub{display:none}
  .header-actions{gap:.4rem}
  /* compact header actions so brand + buttons fit without overlap */
  .header-inner{gap:.6rem}
  .brand{gap:.5rem}
  .brand-mark{width:38px;height:38px}
  .brand-name{font-size:1.2rem}
  .header-actions .btn-sm{--_pad:.6rem .85rem;font-size:.85rem;min-height:44px;gap:.4rem}
  .header-actions .btn-outline .ico{display:none}
  .header-actions .btn-primary .ico{width:18px;height:18px}
  .exp-grid,.why-grid,.steps,.broth-grid{grid-template-columns:1fr}
  .broth-grid{gap:.75rem}
  .broth{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}
  .broth-note{width:100%;order:3}
  .heat{order:2}
  .stat-strip{grid-template-columns:1fr 1fr;padding:1.8rem 1rem}
  .section-lead.left{text-align:left}
  .hero-cta .btn,.visit-cta .btn{flex:1;min-width:0}
  .footer-grid{grid-template-columns:1fr}
  .footer-base{flex-direction:column}
  .pot-stage{width:min(280px,72vw)}
  .ayce-badge{width:98px;height:98px}
}

@media (max-width:360px){
  .hero-title{font-size:2.4rem}
  .ayce-badge{width:84px;height:84px;right:-2%}
  .ayce-badge .ayce-big{font-size:1.05rem}
}

/* ============================================================
   v2 ADDITIONS — photo hero · trust · experience split · fresh bar · mid-CTA
   ============================================================ */

/* Trust row (hero) */
.trust{display:flex;align-items:center;gap:.6rem;margin-top:1.4rem;flex-wrap:wrap}
.trust .stars{color:var(--gold-soft);font-size:1.05rem;letter-spacing:.14em;line-height:1}
.trust .trust-txt{font-size:.9rem;font-weight:600;color:var(--muted)}

/* Hero photo (replaces emblem stage) */
.hero .hero-visual{position:relative}
.hero-photo{position:relative;margin:0;width:100%;max-width:470px;margin-inline:auto}
.hero-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 32%;
  border-radius:var(--r-lg);border:1px solid var(--line);box-shadow:var(--sh-lg)}
.hero-photo .ayce-badge{right:-14px;bottom:-14px}

/* Experience split */
.exp-split{display:grid;grid-template-columns:.85fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.exp-photo{position:relative;margin:0}
.exp-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--r-lg);
  border:1px solid var(--line);box-shadow:var(--sh-lg)}
.exp-photo figcaption{position:absolute;left:1rem;bottom:1rem;background:rgba(255,255,255,.92);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:var(--r-pill);
  padding:.55rem 1rem;font-size:.85rem;font-weight:600;color:var(--ink);box-shadow:var(--sh-sm);
  display:flex;align-items:center;gap:.5rem}
.exp-list{list-style:none;margin-top:2rem;display:flex;flex-direction:column}
.exp-item{display:flex;gap:1.1rem;align-items:flex-start;padding-block:1.4rem;border-top:1px solid var(--line)}
.exp-item:first-child{border-top:0;padding-top:0}
.exp-item:last-child{padding-bottom:0}
.exp-item .exp-ico{flex:none;margin-bottom:0;width:54px;height:54px}
.exp-item .exp-ico svg{width:28px;height:28px}
.exp-item h3{font-size:1.22rem;margin-bottom:.35rem}
.exp-item p{font-size:1rem;color:var(--body)}

/* Fresh bar — full-width photo band (figure is a direct child of the full-width section) */
.fullbleed{position:relative}
.freshbar-photo{margin-top:clamp(2.5rem,5vw,3.75rem)}
.freshbar-photo img{width:100%;height:clamp(320px,44vw,580px);object-fit:cover;object-position:center 55%}
.freshbar-photo .fb-cap{position:absolute;left:clamp(1.25rem,5vw,3rem);bottom:clamp(1.25rem,4vw,2rem);
  background:rgba(255,255,255,.92);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  border-radius:var(--r-pill);padding:.6rem 1.15rem;font-size:.9rem;font-weight:600;color:var(--ink);
  box-shadow:var(--sh-sm);display:flex;align-items:center;gap:.55rem}
.freshbar-proteins{margin-top:clamp(2.5rem,5vw,3.5rem);margin-bottom:0;text-align:center}
.freshbar-proteins .menu-label{justify-content:center}
.freshbar-proteins .menu-label::after{display:none}
.freshbar-proteins .pill-row{justify-content:center}
.freshbar-proteins .menu-fine{text-align:center;margin-inline:auto}

/* Mid-page CTA band */
.cta-band{background:
  radial-gradient(120% 150% at 12% 0%,#FFF3EA 0%,rgba(255,243,234,0) 58%),
  linear-gradient(180deg,var(--cream),#fff);
  border-block:1px solid var(--line);padding-block:clamp(3rem,6vw,4.5rem)}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cta-band-copy{max-width:34rem}
.cta-band-copy .eyebrow{margin-bottom:.9rem}
.cta-band-title{font-size:clamp(1.7rem,1.2rem + 2.4vw,2.6rem);line-height:1.08}
.cta-band-sub{margin-top:.75rem;color:var(--body);font-size:1.05rem}
.cta-band-actions{display:flex;gap:.85rem;flex-wrap:wrap}

/* diet block */
.diet-block{margin-top:.5rem;margin-bottom:0}

/* v2 responsive */
@media (max-width:960px){
  .exp-split{grid-template-columns:1fr;gap:2rem}
  .exp-photo{max-width:540px;margin-inline:auto;order:-1}
  .cta-band-inner{flex-direction:column;align-items:flex-start}
}
@media (max-width:600px){
  .hero-photo{max-width:none}
  .hero-photo .ayce-badge{right:6px;bottom:6px}
  .cta-band-actions{width:100%}
  .cta-band-actions .btn{flex:1;min-width:0}
  .exp-item .exp-ico{width:48px;height:48px}
  .exp-item .exp-ico svg{width:24px;height:24px}
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;
    transition-duration:.001ms !important;scroll-behavior:auto !important}
  .reveal{opacity:1;transform:none}
  .marquee-track{animation:none;transform:none}
  .steam{display:none}
}

/* ============================================================
   BROTH BOWL GRAPHICS — soup-base enrichment
   ============================================================ */
.broth{align-items:center;text-align:center;gap:.5rem;padding-top:1.5rem}
.broth-bowl{width:74px;height:74px;flex:none;border-radius:50%;position:relative;margin-bottom:.3rem;
  background:radial-gradient(circle at 38% 30%,#fff,#F1EAE0 60%,#E4DACB);
  box-shadow:inset 0 0 0 3px #fff,0 5px 14px rgba(26,26,26,.12);
  transition:transform .2s var(--ease)}
.broth-bowl::before{content:"";position:absolute;inset:8px;border-radius:50%;
  background:radial-gradient(circle at 40% 33%,var(--broth-a),var(--broth-b));
  box-shadow:inset 0 -5px 11px rgba(0,0,0,.22),inset 0 4px 9px rgba(255,255,255,.22)}
.broth-bowl::after{content:"";position:absolute;inset:8px;border-radius:50%;
  background:
    radial-gradient(3.2px 3.2px at 42% 44%,var(--g1) 60%,transparent 62%),
    radial-gradient(2.6px 2.6px at 60% 55%,var(--g2) 60%,transparent 62%),
    radial-gradient(2.4px 2.4px at 50% 64%,var(--g1) 60%,transparent 62%),
    radial-gradient(2px 2px at 35% 58%,var(--g2) 60%,transparent 62%),
    radial-gradient(2px 2px at 64% 40%,var(--g1) 60%,transparent 62%)}
.broth:hover .broth-bowl{transform:translateY(-2px)}

/* per-broth palettes (liquid a→b, garnish g1/g2) */
.broth[data-broth="tom-yum"]{--broth-a:#F1913C;--broth-b:#DA3A22;--g1:#A81B0E;--g2:#8FB050}
.broth[data-broth="szechuan"]{--broth-a:#E64E28;--broth-b:#9C1B0C;--g1:#4E1108;--g2:#F0B63E}
.broth[data-broth="herbal"]{--broth-a:#CE9647;--broth-b:#6E4420;--g1:#7C1E10;--g2:#3F2A15}
.broth[data-broth="tomato"]{--broth-a:#F26A3B;--broth-b:#CD2916;--g1:#9A1A0D;--g2:#7BA64A}
.broth[data-broth="korean-seafood"]{--broth-a:#E86E2E;--broth-b:#AC2E13;--g1:#5E2410;--g2:#EBA93A}
.broth[data-broth="mushroom"]{--broth-a:#B48C5D;--broth-b:#5C3D22;--g1:#33200F;--g2:#DAC9A8}
.broth[data-broth="miso"]{--broth-a:#E6B65C;--broth-b:#AE7A2C;--g1:#6FA043;--g2:#F5EACB}
.broth[data-broth="vegan"]{--broth-a:#F6EFDF;--broth-b:#D4BE8C;--g1:#6FA043;--g2:#DA3A22}
.broth[data-broth="vegetable"]{--broth-a:#D8E49C;--broth-b:#7FA43C;--g1:#4F7A28;--g2:#F0C445}
.broth[data-broth="pork-bone"]{--broth-a:#F3E9D7;--broth-b:#C8A26B;--g1:#8A5A2E;--g2:#FFF8EA}
.broth[data-broth="red-curry"]{--broth-a:#EA8158;--broth-b:#A31607;--g1:#6B1206;--g2:#F8ECD5}

/* 11 broths → the featured card lands alone on the last row; keep it deliberate */
@media (min-width:961px){.broth-grid .broth-featured{grid-column:3}}
@media (min-width:601px) and (max-width:960px){.broth-grid .broth-featured{grid-column:1 / -1}}

/* featured broth — Vegan Chef Challenge highlight */
.broth-featured{position:relative;background:linear-gradient(180deg,#FFFDF8,#FBF4E4);
  border-color:rgba(217,155,43,.55);box-shadow:0 8px 22px rgba(217,155,43,.14)}
.broth-featured:hover{border-color:var(--gold)}
.feat-flag{position:absolute;top:-.72rem;left:50%;transform:translateX(-50%);white-space:nowrap;
  background:var(--gold);color:#fff;font-size:.64rem;font-weight:700;letter-spacing:.07em;
  text-transform:uppercase;border-radius:var(--r-pill);padding:.3rem .7rem;
  box-shadow:0 3px 8px rgba(217,155,43,.35)}
.broth-badges{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center;margin-top:.2rem}
.bbadge{font-size:.66rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
  color:#3E6B22;background:#EFF5E0;border:1px solid rgba(94,138,51,.4);
  border-radius:var(--r-pill);padding:.22rem .55rem}

/* promo video */
.promo-video{position:relative;max-width:1000px;margin:0 auto;border-radius:var(--r-sm);overflow:hidden;
  box-shadow:var(--sh-lg);background:#000}
.promo-video video{display:block;width:100%;height:auto}
.video-play{position:absolute;inset:0;width:100%;border:0;cursor:pointer;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;
  background:linear-gradient(180deg,rgba(10,8,6,.08),rgba(10,8,6,.38));
  transition:opacity .35s var(--ease)}
.video-play.hide{opacity:0;pointer-events:none}
.vp-ring{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:50%;
  background:linear-gradient(180deg,var(--red-cta-top),var(--red-cta-bot));
  box-shadow:0 12px 30px rgba(0,0,0,.45),inset 0 0 0 3px rgba(255,255,255,.9);
  transition:transform .2s var(--ease)}
.video-play:hover .vp-ring{transform:scale(1.07)}
.vp-ring svg{width:44px;height:44px;fill:#fff;margin-left:5px}
.vp-label{font-weight:700;font-size:.95rem;letter-spacing:.04em;color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.55)}
.video-play:focus-visible{outline:none;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 6px var(--brand-red)}

@media (max-width:600px){
  .broth{flex-direction:column;align-items:center;text-align:center;justify-content:flex-start;flex-wrap:nowrap}
  .broth .broth-note{width:auto;order:0}
  .broth .heat{order:0}
  .broth-grid{gap:1rem}
}

/* smallest widths: header Get Directions collapses to an icon-only pin (bottom bar carries the labeled action) */
@media (max-width:430px){
  .header-actions .btn-primary .btn-txt{display:none}
  .header-actions .btn-primary{--_pad:.6rem;width:44px}
  .header-actions .btn-primary .ico{width:20px;height:20px}
}
