/* ============================================================
   Monte's Cup
   The reference site's structure — curved seams, numbered heads,
   product floating in colour — wearing Monte's Cup's own identity:
   brand navy, brand gold, and the boy-and-leaf mark as wallpaper.
   Colours are taken from the brand sheet, not sampled by eye:
     gold   C22 M30 Y75 K1   → #C9AB5D
     bronze C34 M44 Y84 K10  → #A28245
     navy   C95 M71 Y47 K41  → #12394E
   ============================================================ */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body,h1,h2,h3,p,ul,ol,dl,dd,figure,figcaption{margin:0}
ul,ol{padding:0;list-style:none}
img,svg{display:block;max-width:100%}
a{color:inherit}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}

:root{
  --navy:#12394E;  --navy-dk:#0B2635;  --navy-lt:#1B4E68;
  --gold:#C9AB5D;                 /* brand gold — 5.5:1 on navy */
  --gold-lt:#D6BA75;              /* hover lift */
  --bronze:#A28245;               /* brand dark gold */
  --gold-ink:#7A6030;             /* small gold-family text on light: 5.9:1 */
  --ivory:#F7F2E6;  --ivory-dk:#E7DDC6;

  --on-navy-2:#A9C2D0;
  --on-ivory-2:#5F5540;
  --on-white-2:#4C5A66;

  --disp:'Mitr','Leelawadee UI',Tahoma,sans-serif;
  --work:'Anuphan','Leelawadee UI',Tahoma,sans-serif;
  --roman:'Cinzel',Georgia,serif;

  --shell:800px;
  --pad:clamp(1rem,3.5vw,2.5rem);
  --curve:clamp(28px,5vw,68px);
  --ease:cubic-bezier(.16,1,.3,1);
  --sh:0 14px 34px rgba(11,38,53,.16);
  --sh-lg:0 22px 54px rgba(11,38,53,.26);

  /* the mark, tiled — the device the brand already uses on its cover art */
  --tile:url("images/tile.png");
}

body{
  font-family:var(--work);
  font-size:clamp(.9rem,.88rem + .13vw,.97rem);
  line-height:1.7;
  color:var(--navy);
  background:var(--navy-dk);
  overflow-x:hidden;
}

svg{
  fill:none;stroke:currentColor;stroke-width:1.85;
  stroke-linecap:round;stroke-linejoin:round;
  width:1.15em;height:1.15em;flex:none;
}
.sprite{position:absolute;width:0;height:0;overflow:hidden}
.wrap{max-width:var(--shell);margin-inline:auto}

.skip{
  position:fixed;top:.5rem;left:.5rem;z-index:90;transform:translateY(-200%);
  background:var(--gold);color:var(--navy);padding:.75rem 1.1rem;
  font-weight:600;text-decoration:none;border-radius:999px;
}
.skip:focus-visible{transform:none;outline:3px solid var(--navy);outline-offset:2px}

a:focus-visible,button:focus-visible{outline:3px solid var(--bronze);outline-offset:3px;border-radius:6px}
.sec--navy a:focus-visible,.hero a:focus-visible,.foot a:focus-visible,
.rail a:focus-visible{outline-color:var(--gold)}

/* ============================ BRAND LOCKUP ================ */
/* real artwork from the brand kit — nothing here is a font substitute */
.lock{display:flex;align-items:center;gap:.6rem;text-decoration:none;min-height:44px}
.lock__mk{width:auto;height:clamp(2.1rem,4.4vw,2.6rem)}
.lock__wd{width:auto;height:clamp(1.35rem,2.9vw,1.7rem)}
.lock--foot{flex-direction:column;gap:.9rem}
.lock--foot .lock__mk{height:clamp(3.4rem,9vw,4.4rem)}
.lock--foot .lock__wd{height:clamp(2rem,5.5vw,2.7rem)}

/* the tagline the brand already prints on its cover */
.tagline{display:flex;align-items:center;justify-content:center;gap:clamp(.7rem,2.5vw,1.3rem)}
.tagline::before,.tagline::after{
  content:'';height:1px;flex:1;max-width:min(22vw,190px);
  background:linear-gradient(90deg,transparent,var(--gold));
}
.tagline::after{background:linear-gradient(90deg,var(--gold),transparent)}
.tagline span{
  font-family:var(--roman);font-weight:400;
  font-size:clamp(.72rem,2.1vw,.95rem);letter-spacing:.26em;
  color:var(--gold);white-space:nowrap;
}

/* ============================ TYPE SYSTEM ================= */
.kick{
  display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;
  font-family:var(--disp);font-weight:500;
  font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-ink);
}
.kick i{font-style:normal;font-size:1.05em;letter-spacing:.04em}
.kick--light{color:var(--gold)}

.shead{margin-bottom:clamp(1.25rem,3vw,2rem)}
.shead__h{
  font-family:var(--disp);font-weight:600;
  font-size:clamp(1.5rem,4vw,2.45rem);line-height:1.2;letter-spacing:.01em;
  color:var(--navy);margin:.4rem 0 .5rem;
}
.shead__sub{
  font-family:var(--disp);font-weight:400;
  font-size:clamp(.92rem,2vw,1.05rem);line-height:1.6;
  color:var(--on-white-2);max-width:48ch;
}
.shead--light .shead__h{color:var(--ivory)}
.shead--light .shead__sub{color:var(--on-navy-2)}
.shead--mid{text-align:center;margin-inline:auto}
.shead--mid .kick{justify-content:center}
.shead--mid .shead__sub{margin-inline:auto}

.note{margin-top:clamp(1.1rem,3vw,1.6rem);font-size:.9rem;line-height:1.7;color:var(--on-white-2);max-width:64ch}
.ln{
  display:inline;font-weight:600;color:var(--gold-ink);
  text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;
  padding-block:.4rem;
}
.ln:hover{color:var(--navy)}
.ln svg{display:inline-block;vertical-align:-.16em;margin-left:.3em}
.ln--solo{display:inline-flex;align-items:center;min-height:44px;padding-block:0}

/* ============================ PILLS ======================= */
.pill{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  min-height:44px;padding:.58rem 1.25rem;border-radius:999px;
  font-family:var(--disp);font-weight:500;font-size:.94rem;line-height:1.35;
  text-decoration:none;
  transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .18s,color .18s;
}
.pill--sm{min-height:44px;padding:.55rem 1.15rem;font-size:.92rem}
.pill--gold{background:var(--gold);color:var(--navy);box-shadow:0 8px 20px rgba(162,130,69,.32)}
.pill--gold:hover{background:var(--gold-lt);transform:translateY(-2px);box-shadow:0 14px 28px rgba(162,130,69,.4)}
.pill--ghost{color:var(--ivory);box-shadow:inset 0 0 0 2px rgba(247,242,230,.55)}
.pill--ghost:hover{background:var(--ivory);color:var(--navy);box-shadow:inset 0 0 0 2px var(--ivory)}
.pill--line{color:var(--navy);box-shadow:inset 0 0 0 2px var(--navy)}
.pill--line:hover{background:var(--navy);color:var(--ivory)}
.pill:active{transform:translateY(1px)}

/* ============================ NAV ========================= */
.nav{position:sticky;top:0;z-index:60;background:#fff;box-shadow:0 2px 14px rgba(11,38,53,.1)}
.nav__in{
  max-width:var(--shell);margin-inline:auto;padding:.45rem var(--pad);
  display:flex;align-items:center;justify-content:space-between;gap:.6rem;
}
.nav__set{display:flex;align-items:center;gap:clamp(.35rem,1.6vw,1.4rem)}
.nav__set--l{display:none}
.nav__set>a:not(.pill){
  display:inline-flex;align-items:center;min-height:44px;padding-inline:.35rem;
  font-family:var(--disp);font-weight:400;font-size:.95rem;color:var(--navy);text-decoration:none;
}
.nav__set>a:not(.pill):hover{color:var(--gold-ink)}
@media (min-width:900px){.nav__set--l{display:flex}}
/* phone: the lockup leads, and only the two things a hurried visitor taps
   stay beside it — the section links live in the page itself */
@media (max-width:719px){
  .nav__in{justify-content:space-between;padding-inline:.7rem;gap:.5rem}
  .nav .nav__set--r>a:not(.pill){display:none}
  .lock__wd{height:1.25rem}
  .lock__mk{height:1.9rem}
  .lock{gap:.45rem}
  .pill--sm{padding:.5rem .85rem;font-size:.85rem}
  .lang__b{min-width:44px;padding-inline:.4rem;font-size:.78rem}
}

.lang{display:flex;border-radius:999px;overflow:hidden;box-shadow:inset 0 0 0 2px var(--ivory-dk)}
.lang__b{
  min-width:46px;min-height:44px;padding:.4rem .6rem;
  font-family:var(--disp);font-weight:500;font-size:.85rem;letter-spacing:.06em;
  color:var(--on-white-2);transition:background .18s,color .18s;
}
.lang__b:hover{background:var(--ivory)}
.lang__b[aria-pressed=true]{background:var(--navy);color:var(--ivory)}

/* ============================ RAIL + FLOAT ================ */
.rail{
  position:fixed;top:50%;right:.55rem;z-index:55;transform:translateY(-50%);
  display:none;flex-direction:column;align-items:center;gap:.75rem;
}
@media (min-width:1140px){.rail{display:flex}}
.rail__word{
  font-family:var(--disp);font-weight:500;font-size:.7rem;letter-spacing:.3em;
  writing-mode:vertical-rl;color:var(--on-navy-2);
}
.rail__line{width:2px;height:38px;background:var(--gold)}
.rail a{
  display:grid;place-items:center;width:44px;height:44px;border-radius:50%;
  background:var(--gold);color:var(--navy);transition:transform .2s var(--ease),background .18s;
}
.rail a svg{width:1.2rem;height:1.2rem}
.rail a:hover{background:var(--ivory);transform:translateY(-2px)}

/* ============================ HERO ======================== */
.hero{
  --hero-bg:#F4E1CE;
  --hero-orb:#E8B96F;
  --hero-word:#D99A36;
  position:relative;overflow:hidden;color:var(--navy);
  background:var(--hero-bg);
  padding:clamp(1.25rem,3vw,2rem) var(--pad) calc(var(--curve) + clamp(1.25rem,3vw,2rem));
  transition:background-color .55s var(--ease);
}
.hero[data-tone=lemon]{--hero-bg:#EEF0D1;--hero-orb:#C9D768;--hero-word:#91A52A}
.hero[data-tone=lychee]{--hero-bg:#F7DDE3;--hero-orb:#E99BAE;--hero-word:#D55A78}
.hero[data-tone=fire]{--hero-bg:#F5DDCA;--hero-orb:#D98542;--hero-word:#B84D18}
.hero::before{
  content:'';position:absolute;width:min(48vw,620px);aspect-ratio:1;border-radius:50%;
  right:-12vw;bottom:-36%;background:rgba(255,255,255,.32);pointer-events:none;
}
.hero a:focus-visible,.hero button:focus-visible{outline-color:var(--navy)}
.hero__word{
  position:absolute;z-index:0;left:50%;top:clamp(.55rem,1.2vw,.9rem);
  transform:translateX(-50%);width:max-content;max-width:110vw;
  font-family:var(--disp);font-weight:600;font-size:clamp(4.3rem,12vw,8.6rem);
  line-height:.86;letter-spacing:-.035em;color:var(--hero-word);opacity:.82;
  transition:color .55s var(--ease),opacity .3s;pointer-events:none;
}
.hero__lychee-title-fruit{
  position:absolute;z-index:2;top:clamp(.18rem,.55vw,.42rem);
  left:calc(50% - clamp(11.2rem,19vw,14.6rem));
  width:clamp(62px,7.2vw,92px);aspect-ratio:1;overflow:hidden;
  pointer-events:none;visibility:hidden;opacity:0;
  filter:drop-shadow(0 10px 12px rgba(120,48,65,.18));
}
.hero__lychee-title-fruit img{
  position:absolute;top:-3%;left:-3%;width:480%;max-width:none;height:auto;
}
.hero[data-tone=lychee] .hero__lychee-title-fruit{
  visibility:visible;animation:hero-lychee-title-fruit-in .8s var(--ease) .08s both;
}
@keyframes hero-lychee-title-fruit-in{
  from{opacity:0;transform:translate(-8px,8px) rotate(-10deg) scale(.82)}
  to{opacity:.96;transform:translate(0) rotate(-3deg) scale(1)}
}
.hero__word-stain{
  position:absolute;z-index:2;left:50%;top:clamp(.35rem,1vw,.7rem);
  width:min(78vw,740px);height:clamp(76px,10vw,122px);object-fit:cover;object-position:center 50%;
  transform:translateX(-50%);pointer-events:none;visibility:hidden;opacity:0;
  mix-blend-mode:multiply;filter:saturate(.78) contrast(.92);
  transition:opacity .45s var(--ease);
}
.hero[data-tone=milk] .hero__word-stain{visibility:visible;opacity:.48}
.hero__scatter{position:absolute;z-index:1;inset:0;overflow:hidden;pointer-events:none}
.hero__scatter-image{
  --scatter-opacity:.52;--scatter-scale:1.25;
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;visibility:hidden;
  filter:drop-shadow(0 14px 14px rgba(18,57,78,.1));transform:scale(.96);
}
.hero__scatter-image--lemon{--scatter-opacity:.44;--scatter-scale:1.32;--mobile-scatter-opacity:.27}
.hero__scatter-image--lychee{--scatter-opacity:.56;--scatter-scale:1.24;--mobile-scatter-opacity:.32}
.hero__scatter-image--fire{--scatter-opacity:.34;--scatter-scale:1.4;--mobile-scatter-opacity:.2}
.hero[data-tone=lemon] .hero__scatter-image--lemon,
.hero[data-tone=lychee] .hero__scatter-image--lychee,
.hero[data-tone=fire] .hero__scatter-image--fire{
  visibility:visible;animation:hero-scatter-in .9s var(--ease) both;
}
@keyframes hero-scatter-in{
  from{opacity:0;transform:scale(calc(var(--scatter-scale) - .08)) translateY(10px);filter:blur(7px)}
  to{opacity:var(--scatter-opacity);transform:scale(var(--scatter-scale)) translateY(0);filter:blur(0)}
}
.hero__in{
  position:relative;z-index:2;max-width:var(--shell);margin-inline:auto;
  display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:clamp(1.2rem,3vw,2.4rem);align-items:center;
  min-height:clamp(355px,43vw,445px);padding-top:clamp(4rem,7vw,5.4rem);
}
.hero__copy{position:relative;z-index:3;max-width:31rem}
.hero__brand{
  display:flex;align-items:center;gap:.55rem;width:max-content;min-height:44px;
  margin-bottom:clamp(.8rem,2vw,1.2rem);text-decoration:none;
}
.hero__brand img:first-child{width:auto;height:clamp(2.4rem,4vw,3rem)}
.hero__brand img:last-child{width:auto;height:clamp(1.5rem,2.8vw,2rem)}
.hero__title{
  font-family:var(--disp);font-weight:600;font-size:clamp(1.75rem,3.7vw,2.7rem);
  line-height:1.16;letter-spacing:-.02em;text-wrap:balance;color:var(--navy);
}
.hero__h{
  font-family:var(--disp);font-weight:400;
  font-size:clamp(.95rem,1.7vw,1.1rem);line-height:1.65;
  margin:.7rem 0 1rem;max-width:39ch;color:rgba(18,57,78,.78);
}
.hero__tagline{justify-content:flex-start;max-width:23rem;margin-bottom:1rem}
.hero__tagline::before{display:none}
.hero__tagline span{font-size:.72rem;color:var(--gold-ink)}
.lamp{
  display:inline-flex;align-items:center;gap:.6rem;
  background:rgba(255,255,255,.68);color:var(--navy);
  box-shadow:inset 0 0 0 1px rgba(18,57,78,.18);
  padding:.5rem 1.05rem;border-radius:999px;
  font-family:var(--disp);font-weight:400;font-size:.9rem;
}
.lamp__dot{width:.62rem;height:.62rem;flex:none;border-radius:50%;background:var(--on-navy-2)}
.lamp[data-state=open] .lamp__dot{background:#3FDCA0;box-shadow:0 0 10px 2px rgba(63,220,160,.7)}
.lamp[data-state=closed] .lamp__dot{background:#FF8A6B;box-shadow:0 0 10px 2px rgba(255,138,107,.6)}
.lamp--sm{background:var(--navy);color:var(--ivory);box-shadow:none;margin-top:.9rem;font-size:.85rem;padding:.45rem .9rem}
.hero__visual{
  position:relative;z-index:2;display:grid;place-items:center;min-width:0;
  min-height:clamp(270px,33vw,370px);border:0;background:transparent;color:var(--navy);
  cursor:pointer;border-radius:50%;
}
.hero__visual:focus-visible{outline:none}
.hero__visual:focus-visible #hero-image{box-shadow:0 0 0 3px var(--navy),0 24px 54px rgba(18,57,78,.24)}
.hero__visual:hover .hero__orb{transform:scale(1.025)}
.hero__orb{
  position:absolute;z-index:0;width:min(35vw,345px);aspect-ratio:1;border-radius:50%;
  background:var(--hero-orb);opacity:.9;
  transition:background-color .55s var(--ease),transform .7s var(--ease);
}
.hero__milk-ribbon-side{
  position:absolute;top:53%;width:auto;height:96%;object-fit:contain;
  pointer-events:none;visibility:hidden;opacity:0;--ribbon-flip:1;--ribbon-opacity:.52;
  filter:drop-shadow(0 14px 18px rgba(74,40,17,.12));
}
.hero__milk-ribbon-side--left{left:-4%}
.hero__milk-ribbon-side--right{right:-4%;--ribbon-flip:-1}
.hero[data-tone=milk] .hero__milk-ribbon-side{
  visibility:visible;animation:hero-milk-ribbon-side-in 1s var(--ease) both;
}
@keyframes hero-milk-ribbon-side-in{
  from{opacity:0;clip-path:inset(0 0 100% 0);transform:translateY(-50%) scaleX(var(--ribbon-flip)) scale(.94)}
  to{opacity:var(--ribbon-opacity);clip-path:inset(0);transform:translateY(-50%) scaleX(var(--ribbon-flip)) scale(1)}
}
.hero__visual::after{
  content:'';position:absolute;z-index:-1;width:min(30vw,310px);height:30px;
  left:50%;bottom:7%;transform:translateX(-50%);border-radius:50%;
  background:rgba(18,57,78,.2);filter:blur(14px);
}
.hero__visual #hero-image{
  position:relative;z-index:2;width:min(31vw,320px);height:min(31vw,320px);aspect-ratio:1;object-fit:cover;
  object-position:center;border-radius:48% 52% 44% 56% / 54% 42% 58% 46%;
  box-shadow:0 24px 54px rgba(18,57,78,.24);transform:rotate(-4deg);
}
.hero__visual #hero-image.is-entering{animation:hero-photo-in .7s var(--ease)}
@keyframes hero-photo-in{
  from{opacity:.2;transform:translateY(22px) rotate(2deg) scale(.94)}
  to{opacity:1;transform:translateY(0) rotate(-4deg) scale(1)}
}
.hero__choices{
  position:relative;z-index:4;max-width:var(--shell);margin:clamp(-2rem,-3vw,-1.2rem) auto 0;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;
}
.hero__choices[hidden]{display:none}
.hero__choice{
  display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:.7rem;
  min-height:76px;padding:.55rem .7rem;border-radius:14px;text-align:left;
  background:rgba(255,255,255,.78);color:var(--navy);
  box-shadow:0 10px 28px rgba(18,57,78,.1);
  transition:transform .25s var(--ease),background .2s,box-shadow .25s;
}
.hero__choice:hover{transform:translateY(-3px);background:#fff}
.hero__choice.is-active{background:#fff;box-shadow:inset 0 0 0 2px var(--navy),0 14px 32px rgba(18,57,78,.14)}
.hero__choice img{width:58px;height:58px;object-fit:cover;border-radius:10px}
.hero__choice span{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:.35rem}
.hero__choice b{font-family:var(--disp);font-weight:500;font-size:.9rem;line-height:1.3}
.hero__choice small{font-family:var(--roman);font-size:.68rem;color:var(--gold-ink)}
.hero__tap{
  position:absolute;z-index:4;bottom:.1rem;left:50%;transform:translateX(-50%);
  width:max-content;padding:.38rem .72rem;border-radius:999px;
  background:rgba(255,255,255,.76);box-shadow:0 8px 22px rgba(18,57,78,.1);
  font-family:var(--disp);font-size:.72rem;line-height:1;color:rgba(18,57,78,.78);
}
.hero__facts{
  position:relative;z-index:2;max-width:var(--shell);margin:clamp(1rem,2.2vw,1.5rem) auto 0;
  display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.6rem;
  padding-top:clamp(.8rem,1.8vw,1rem);border-top:1px solid rgba(18,57,78,.17);
  font-size:.86rem;color:rgba(18,57,78,.72);
}
.hero__facts li{display:flex;align-items:center;gap:.45rem}
.hero__facts svg{color:var(--gold-ink)}
@media (max-width:719px){
  .hero{padding-top:1.1rem}
  .hero__word{top:1.55rem;font-size:clamp(3.8rem,18vw,5rem);opacity:.72}
  .hero__lychee-title-fruit{top:1.1rem;left:.35rem;width:64px}
  .hero__word-stain{top:1.45rem;width:112vw;height:72px;opacity:0}
  .hero[data-tone=milk] .hero__word-stain{opacity:.38}
  .hero__in{grid-template-columns:minmax(0,1fr);min-height:0;padding-top:5.8rem;gap:.35rem}
  .hero__scatter-image{inset:50% auto auto 50%;width:205vw;height:auto;max-width:none;object-fit:contain}
  .hero__scatter-image--lemon{transform:translate(-50%,-50%) scale(.94)}
  .hero__scatter-image--lychee,.hero__scatter-image--fire{transform:translate(-50%,-50%) rotate(90deg) scale(.94)}
  .hero[data-tone=lemon] .hero__scatter-image--lemon{animation-name:hero-scatter-mobile-square}
  .hero[data-tone=lychee] .hero__scatter-image--lychee,
  .hero[data-tone=fire] .hero__scatter-image--fire{animation-name:hero-scatter-mobile-wide}
  .hero__copy{max-width:none;text-align:center}
  .hero__brand{justify-content:center;margin-inline:auto}
  .hero__title{font-size:clamp(1.55rem,7.2vw,2.05rem)}
  .hero__h{margin:.55rem auto .8rem;max-width:34ch}
  .hero__tagline{justify-content:center;margin-inline:auto}
  .hero__tagline::before{display:block}
  .hero__visual{min-height:230px;margin-top:0}
  .hero__orb{width:min(70vw,250px)}
  .hero__milk-ribbon-side{top:64%;width:auto;height:68%;--ribbon-opacity:.4}
  .hero__milk-ribbon-side--left{left:-10%}
  .hero__milk-ribbon-side--right{right:-10%}
  .hero__visual #hero-image{width:min(60vw,225px);height:min(60vw,225px)}
  .hero__visual::after{width:195px;bottom:4%}
  .hero__tap{bottom:-.2rem}
  .hero__choices{margin:-.7rem auto 0;gap:.45rem}
  .hero__choice{grid-template-columns:1fr;justify-items:center;gap:.35rem;min-height:0;padding:.45rem .3rem;text-align:center}
  .hero__choice img{width:52px;height:52px}
  .hero__choice span{display:block}
  .hero__choice b{display:block;font-size:.76rem}
  .hero__choice small{display:none}
  .hero__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .8rem;text-align:left}
}
@keyframes hero-scatter-mobile-square{
  from{opacity:0;transform:translate(-50%,-50%) scale(.88);filter:blur(7px)}
  to{opacity:var(--mobile-scatter-opacity);transform:translate(-50%,-50%) scale(1.05);filter:blur(0)}
}
@keyframes hero-scatter-mobile-wide{
  from{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scale(.88);filter:blur(7px)}
  to{opacity:var(--mobile-scatter-opacity);transform:translate(-50%,-50%) rotate(90deg) scale(1.05);filter:blur(0)}
}

/* ============================ SECTION SHELL =============== */
.sec{position:relative;padding:clamp(1.7rem,4.3vw,3rem) var(--pad) clamp(1.9rem,4.7vw,3.25rem)}
.sec--curve{
  margin-top:calc(var(--curve) * -1);
  padding-top:calc(var(--curve) + clamp(1.7rem,4.3vw,3rem));
  border-top-left-radius:100% var(--curve);
  border-top-right-radius:100% var(--curve);
}
.sec--white{background:#fff}
.sec--ivory{background:var(--ivory)}
.sec--navy{
  background-color:var(--navy);background-image:var(--tile);
  background-size:clamp(150px,19vw,210px);
  color:var(--ivory);overflow:hidden;
}
.sec--navy>*{position:relative;z-index:1}
.sec--navy::before{content:'';position:absolute;inset:0;background:rgba(18,57,78,.9)}
.sec--ivory .shead__sub,.sec--ivory .note{color:var(--on-ivory-2)}

/* ============================ 01 MENU ===================== */
.menu{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1.35rem,2.8vw,2rem)}
@media (min-width:360px){.menu{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:360px) and (max-width:619px){
  .menu{gap:1.15rem .9rem}
  .drink__ph{margin-bottom:.7rem;border-radius:14px}
  .drink__tag{top:.55rem;left:.55rem;padding:.25rem .6rem;font-size:.66rem}
  .drink__n{font-size:.88rem;line-height:1.4}
  .drink__n small{font-size:.7rem;margin-top:.15em}
  .drink__d{font-size:.77rem;line-height:1.55;margin-top:.4rem}
}
@media (min-width:980px){
  .menu{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(1.35rem,2.5vw,2rem)}
  /* let the middle column ride high, the way the reference floats its product */
  .menu>.drink:nth-child(2),.menu>.drink:nth-child(5){margin-top:1.6rem}
}
.drink__ph{
  position:relative;margin-bottom:1.1rem;border-radius:clamp(16px,2.2vw,24px);
  overflow:hidden;box-shadow:var(--sh);background:var(--ivory);
}
.drink__ph img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;transition:transform .55s var(--ease)}
.drink:hover .drink__ph img,.drink:focus-within .drink__ph img{transform:scale(1.045)}

.drink{position:relative}
.drink__cup{
  width:clamp(112px,26vw,165px);height:auto;margin:0 auto .9rem;
  filter:drop-shadow(0 16px 24px rgba(11,38,53,.22));
  transition:transform .35s var(--ease);
}

.drink__tag{
  position:absolute;top:.85rem;left:.85rem;
  background:var(--gold);color:var(--navy);
  padding:.32rem .85rem;border-radius:999px;
  font-family:var(--disp);font-weight:500;font-size:.75rem;letter-spacing:.02em;
  box-shadow:0 4px 12px rgba(11,38,53,.3);
}
.drink__n{
  font-family:var(--disp);font-weight:500;
  font-size:clamp(1rem,2.3vw,1.18rem);line-height:1.5;color:var(--navy);
  text-wrap:pretty;hyphens:none;
}
.drink__n small{
  display:block;font-family:var(--work);font-weight:400;font-size:.8rem;
  letter-spacing:.05em;color:var(--on-white-2);margin-top:.25em;
}
.drink__d{margin-top:.55rem;font-size:.94rem;line-height:1.75;color:var(--on-white-2)}
.drink__p{
  font-family:var(--disp);font-weight:600;line-height:1.15;
  font-size:clamp(1.6rem,3.8vw,2.1rem);color:var(--gold-ink);margin-top:.5rem;
}




/* ---- the matcha series ------------------------------------------------
   Laid out after the Japanese seasonal-menu poster the client supplied:
   a raked-sand header carrying a vertical kanji and the hero cup, then a
   deep-green band holding the range. Matcha green is scoped to this block;
   the rest of the page stays navy and gold. --------------------------- */
.mtc{
  --sand:#EDE3CE;
  --mgreen:#3A6E1C;
  --mgreen-dk:#2C5514;
  --mlime:#8FC03F;
  margin-top:clamp(1.8rem,4vw,2.7rem);
  border-radius:clamp(16px,2.2vw,22px);
  overflow:hidden;
  box-shadow:var(--sh);
}

/* raked sand, the way the poster's ground is combed */
.mtc__top{
  position:relative;
  background-color:var(--sand);
  background-image:
    repeating-radial-gradient(circle at 82% 18%,rgba(255,255,255,.55) 0 2px,transparent 2px 13px),
    repeating-linear-gradient(92deg,rgba(140,120,80,.09) 0 1px,transparent 1px 9px);
  padding:clamp(1.2rem,3.2vw,2rem);
  display:grid;gap:clamp(1rem,2.5vw,1.7rem);
  align-items:center;
}
@media (min-width:820px){
  .mtc__top{grid-template-columns:auto minmax(0,1fr) minmax(0,.85fr)}
}

/* the vertical Japanese title the template hangs its layout on */
.mtc__vert{
  writing-mode:vertical-rl;
  font-family:var(--disp);font-weight:600;
  font-size:clamp(1.6rem,5vw,2.6rem);letter-spacing:.22em;
  color:var(--mgreen);
  border-right:2px solid var(--mlime);padding-right:.5rem;
  justify-self:start;
}
@media (max-width:819px){.mtc__vert{display:none}}

.mtc__tags{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.8rem}
.mtc__new{
  background:#B3321B;color:#fff;border-radius:999px;padding:.28rem .85rem;
  font-family:var(--disp);font-weight:600;font-size:.76rem;letter-spacing:.14em;
}
.mtc__ltd{
  font-family:var(--disp);font-weight:500;font-size:.78rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--mgreen-dk);
  box-shadow:inset 0 0 0 1.5px var(--mgreen);border-radius:999px;padding:.26rem .8rem;
}
.mtc__h{
  font-family:var(--disp);font-weight:600;
  font-size:clamp(1.5rem,4.4vw,2.5rem);line-height:1.22;color:var(--mgreen-dk);
  margin-bottom:.6rem;
}
.mtc__cred{font-size:.95rem;line-height:1.75;color:#5A4A2E}
.mtc__cred b{color:var(--mgreen-dk);font-weight:600}
.mtc__notes{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}
.mtc__notes li{
  background:rgba(255,255,255,.72);color:var(--mgreen-dk);
  border-radius:999px;padding:.36rem .85rem;
  font-family:var(--disp);font-weight:500;font-size:.86rem;line-height:1.4;
  box-shadow:inset 0 0 0 1px rgba(58,110,28,.28);
}
.mtc__shot img{
  width:100%;height:auto;aspect-ratio:1;object-fit:cover;
  border-radius:50%;
  box-shadow:0 18px 40px rgba(60,50,25,.28);
}

/* The band that carries the range: an olive panel meeting a cream field,
   with MATCHA set huge and vertical across the seam — cream where it crosses
   the olive, olive where it crosses the cream. Both halves of the word are
   pseudo-elements, so they never reach the accessibility tree. */
/* The band sits on the tea-field photograph. A cream scrim sits between the
   photograph and the cards: the landscape runs from near-white sky to deep
   green field, so no single text colour could survive it unveiled. The scrim
   keeps the picture readable as texture and the type readable as type.
   `background-color` stays underneath, so a missing file degrades to cream. */
/* The band's ground: the tea-field still, with an optional video layered over
   it. No video file means the still simply stays — nothing to detect, nothing
   to fall back to. */
.mtc__band{
  --cream:#F1ECE2;
  position:relative;isolation:isolate;overflow:hidden;
  background-color:var(--cream);
  background-image:
    linear-gradient(180deg,rgba(255,255,255,.30),rgba(226,234,214,.22) 55%,rgba(120,150,90,.16)),
    url("images/matcha-field.jpg");
  background-size:auto, cover;
  background-position:center, center 40%;
  background-repeat:no-repeat;
}
.mtc__vid{
  position:absolute;inset:0;z-index:0;
  width:100%;height:100%;object-fit:cover;
  pointer-events:none;
}
/* the same wash that sits over the still also sits over the video */
.mtc__band::after{
  content:'';position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.30),rgba(226,234,214,.22) 55%,rgba(120,150,90,.16));
}
.mtc__grid{
  position:relative;z-index:2;
  padding:clamp(1.2rem,3vw,2rem) clamp(.9rem,3vw,1.8rem);
  display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(.9rem,2.2vw,1.5rem);
}
@media (min-width:360px){.mtc__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1040px){
  .mtc__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(1rem,2.2vw,1.6rem)}
}

/* The landscape now shows at full strength, so each drink sits on its own
   cream card. That gives the type one predictable ground instead of asking it
   to survive a photograph that runs from near-white sky to deep green field. */
.mdrink{
  position:relative;display:grid;justify-items:center;text-align:center;align-content:start;
  background:rgba(250,248,242,.93);
  border-radius:clamp(14px,2vw,20px);
  padding:clamp(.55rem,1.2vw,.8rem) clamp(.55rem,1.1vw,.75rem) clamp(.8rem,1.5vw,1rem);
  box-shadow:0 10px 26px rgba(45,60,30,.18);
}
.mdrink__ph{
  width:100%;margin-bottom:.75rem;
  border-radius:clamp(10px,1.4vw,14px);overflow:hidden;
  background:rgba(255,255,255,.5);
}
.mdrink__ph img{
  width:100%;height:auto;aspect-ratio:1;object-fit:cover;
  transition:transform .5s var(--ease);
}
.mdrink:hover .mdrink__ph img,.mdrink:focus-within .mdrink__ph img{transform:scale(1.05)}
/* the cards now sit on the cream field, so their type goes dark */
.mdrink__n{
  font-family:var(--disp);font-weight:500;font-size:.9rem;line-height:1.4;
  color:var(--mgreen-dk);text-wrap:pretty;
  /* two lines reserved, so all five names and blurbs sit on the same baselines */
  min-height:2.9em;display:flex;align-items:center;
}
.mdrink__b{font-size:.79rem;line-height:1.55;color:#5C5340;max-width:26ch;margin-top:.3rem}

/* ============================ 02 STORY ==================== */
#story{
  padding-top:calc(var(--curve) - .2rem);
  padding-bottom:calc(clamp(1.9rem,4.7vw,3.25rem) + 1rem);
}
.story{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1.5rem,3.5vw,2.6rem)}
@media (min-width:900px){.story{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center}}
.story__p{margin-bottom:.9rem;line-height:1.75;color:var(--on-navy-2);max-width:52ch}
/* the brand's own sign-off, in its own words */
.story__sign{
  font-family:var(--disp);font-weight:500;
  font-size:clamp(1.05rem,2.6vw,1.32rem);line-height:1.6;color:var(--ivory);
  padding-top:1.3rem;border-top:2px solid var(--gold);margin-top:1.6rem;
}
.story__sign i{font-style:normal;color:var(--gold)}
.story__sign em{font-family:var(--roman);font-style:normal;letter-spacing:.1em;color:var(--gold)}
.story__art{position:relative}
.story__mk{position:absolute;top:-8%;left:-6%;z-index:2;width:auto;height:clamp(64px,10vw,108px);opacity:.92}


.shot img{
  width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;
  border-radius:clamp(18px,2.6vw,26px);box-shadow:0 26px 54px rgba(0,0,0,.46);
}
.shot__cap{margin-top:.75rem;font-size:.85rem;line-height:1.6;color:var(--on-navy-2);text-align:center}
/* ============================ 03 FIND US ================== */
#find{padding-top:calc(var(--curve) + clamp(1.1rem,2.8vw,1.8rem));padding-bottom:calc(var(--curve) + clamp(.55rem,1.5vw,.9rem))}
#find .shead{margin-bottom:clamp(.85rem,2vw,1.25rem)}
#find .shead__h{font-size:clamp(1.4rem,3.5vw,2.15rem)}
.find{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(.9rem,2.2vw,1.4rem)}
@media (min-width:960px){.find{grid-template-columns:minmax(0,1fr) clamp(220px,24vw,285px);align-items:start}}

.route{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem .4rem;margin-bottom:clamp(.6rem,1.5vw,.8rem)}
.stop{display:grid;justify-items:center;align-content:start;gap:.18rem;text-align:center;min-width:0}
.stop__graphic{
  position:relative;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;
  color:var(--navy);background:rgba(201,171,93,.34);box-shadow:inset 0 0 0 1px rgba(162,130,69,.26);
}
.stop__graphic svg{width:20px;height:20px;stroke-width:1.75}
.stop__graphic b{
  position:absolute;right:-2px;top:-2px;display:grid;place-items:center;width:16px;height:16px;border-radius:50%;
  background:var(--gold);color:var(--navy);font-family:var(--disp);font-size:.56rem;line-height:1;
}
.stop__graphic--end{background:var(--navy);color:var(--gold)}
.stop__h{font-family:var(--disp);font-weight:500;font-size:clamp(.72rem,1.6vw,.82rem);line-height:1.3;color:var(--navy);max-width:18ch}
.stop__b{font-size:.64rem;line-height:1.35;color:var(--on-ivory-2);max-width:22ch}
@media (min-width:720px){.route{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}}

.cards{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(.65rem,1.6vw,.9rem)}
@media (min-width:720px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
.card{background:#fff;border-radius:14px;padding:clamp(.72rem,1.5vw,.95rem);box-shadow:var(--sh)}
.card__h{
  display:flex;align-items:center;gap:.45rem;margin-bottom:.45rem;
  font-family:var(--disp);font-weight:500;font-size:.94rem;line-height:1.4;color:var(--navy);
}
.card__h svg{color:var(--bronze)}
.card__b{font-size:.82rem;line-height:1.55;color:var(--on-white-2);margin-bottom:.65rem}
.hours{display:grid;grid-template-columns:auto 1fr;gap:.2rem .65rem;font-size:.82rem;align-items:baseline}
.hours dt{color:var(--on-white-2)}
.hours dd b{font-family:var(--disp);font-weight:500;color:var(--navy)}

.map{position:sticky;top:calc(var(--navh,64px) + 1rem)}
.map__frame{
  display:block;width:100%;aspect-ratio:4/5;max-height:min(56vh,440px);
  border:0;border-radius:clamp(16px,2.2vw,22px);
  box-shadow:var(--sh);background:var(--ivory-dk);
}
@media (min-width:960px){.map__frame{aspect-ratio:4/4.3;max-height:330px}}
@media (max-width:959px){
  .map{position:static}
  .map__frame{aspect-ratio:16/9;max-height:none}
}
.map__cap{margin-top:.55rem;font-size:.75rem;line-height:1.45;color:var(--on-ivory-2);text-align:center}

/* ============================ FOOTER ====================== */
.foot{
  position:relative;background:var(--navy-dk);color:var(--ivory);text-align:center;
  padding:calc(var(--curve) + clamp(.65rem,1.8vw,1rem)) var(--pad) 0;
  margin-top:calc(var(--curve) * -1);
  border-top-left-radius:100% var(--curve);
  border-top-right-radius:100% var(--curve);
}
.foot__in{display:grid;justify-items:center;gap:.55rem;padding-bottom:clamp(.75rem,2vw,1rem)}
.lock--foot{gap:.35rem}
.lock--foot .lock__mk{height:clamp(2.5rem,6vw,3.1rem)}
.lock--foot .lock__wd{height:clamp(1.45rem,3.8vw,1.85rem)}
.tagline--foot{width:min(100%,320px)}
.tagline--foot span{font-size:.68rem}
.foot__line{font-size:.82rem;line-height:1.55;color:var(--on-navy-2);max-width:62ch}
.foot__sep{color:var(--gold);padding-inline:.3rem}
.foot__soc{display:flex;gap:.6rem;justify-content:center}
.foot__soc a{
  display:grid;place-items:center;width:38px;height:38px;border-radius:50%;
  background:var(--gold);color:var(--navy);transition:background .18s,transform .2s var(--ease);
}
.foot__soc a svg{width:1.2rem;height:1.2rem}
.foot__soc a:hover{background:var(--ivory);transform:translateY(-2px)}
.foot__bar{
  background:var(--gold);color:var(--navy);
  margin-inline:calc(var(--pad) * -1);
  padding:.52rem 1rem;font-family:var(--disp);font-size:.75rem;font-weight:500;letter-spacing:.04em;
}

/* ============================ MOTION OPT-OUT ============== */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}
  .route::before{clip-path:inset(0 0 0 0)!important}
  /* a looping background is exactly what this preference is asking us to stop */
  .mtc__vid{display:none}
}
/* a moving background is a poor trade on a phone: it costs data a traveller may
   be paying roaming rates for, and battery. Phones get the still. */
@media (max-width:719px){
  .mtc__vid{display:none}
}
