/* =========================================================================
   HIBACHI FOREVER — editorial luxury design system
   Structure & visual language modelled on high-end event-hospitality sites:
   serif display headings, uppercase micro-eyebrows, full-bleed image tiles,
   square buttons, deep-green / warm-stone palette.
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Lora:ital,wght@0,300;0,400;1,300;1,400&family=Manrope:wght@300;400;500;600;700&family=Jost:wght@300;400;500;600;700&display=swap');

/* ---------- tokens ---------- */
:root{
  /* palette */
  --ink:#282727;
  --ink-90:rgba(40,39,39,.9);
  --ink-75:rgba(40,39,39,.75);
  /* Brand accent. --forest/--forest-dk are kept as aliases because they are
     referenced throughout; --accent is the one to change. Deep lacquer red
     carries 8.3:1 against white, so it stays legible as a button fill and as
     a full-section background. */
  --accent:#d62828;
  --accent-dk:#a81e1e;
  --forest:var(--accent);
  --forest-dk:var(--accent-dk);
  --stone:#f5f2ef;
  --cream:#efe9d9;
  --white:#ffffff;
  --live:#10e98e;
  --line:rgba(40,39,39,.14);
  --line-light:rgba(255,255,255,.22);

  /* type */
  --f-display:"Playfair Display",Georgia,serif;
  --f-text:"Lora",Georgia,serif;
  --f-sans:"Manrope",Arial,Helvetica,sans-serif;
  --f-ui:"Jost",Arial,Helvetica,sans-serif;

  /* rhythm */
  --gutter:20px;
  --maxw:1600px;
  --header-h:64px;

  /* motion */
  --ease:cubic-bezier(.22,.61,.36,1);
  --ease-out:cubic-bezier(.16,1,.3,1);
  --dur:.4s;

  /* z-scale */
  --z-base:1;
  --z-sticky:40;
  --z-panel:60;
  --z-nav:70;
  --z-top:90;
}

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--stone);
  color:var(--ink);
  font-family:var(--f-sans);
  font-size:18px;
  line-height:1.45;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  /* `clip` rather than `hidden`: hidden turns body into a scroll container,
     which breaks ScrollTrigger position maths and position:sticky. */
  overflow-x:hidden;
  overflow-x:clip;
}
body.is-locked{overflow:hidden}
img,video,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}
ul,ol{margin:0;padding:0;list-style:none}
/* blockquote/figure carry a UA default `margin: 1em 40px`. Left in place it
   breaks any 100%-width flex slide, because the slide pitch no longer equals
   the slide width and a -100% translate lands off-centre. */
h1,h2,h3,h4,h5,p,blockquote,figure,figcaption,dl,dd{margin:0}
input,select,textarea{font:inherit;color:inherit}
::selection{background:var(--forest);color:#fff}

:focus-visible{outline:2px solid var(--forest);outline-offset:3px}
.section-colorway-black :focus-visible,
.section-colorway-green :focus-visible{outline-color:var(--cream)}

/* The UA rule for [hidden] is `display:none` at zero specificity, so ANY
   author rule setting display (.chat__panel{display:flex}, .chat__badge
   {display:grid}) silently beats it and the element stays on screen while
   el.hidden reports true. This makes the attribute actually mean hidden. */
[hidden]{display:none!important}

.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}
.skip-link{position:fixed;top:-100px;left:20px;z-index:var(--z-top);background:var(--forest);color:#fff;padding:14px 22px;font-family:var(--f-ui);font-size:12px;letter-spacing:.1em;text-transform:uppercase;transition:top .2s}
.skip-link:focus{top:14px}

/* ---------- layout ---------- */
.shell{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
.shell--narrow{max-width:1100px}
.shell--text{max-width:820px}

.pv-inset{padding-block:20px}
.pv-small{padding-block:60px}
.pv-medium{padding-block:80px}
.pv-large{padding-block:100px}
.pt-medium{padding-top:60px}
.pb-small{padding-bottom:40px}

.section-colorway-gray{background:var(--stone);color:var(--ink)}
.section-colorway-cream{background:var(--cream);color:var(--ink)}
.section-colorway-black{background:var(--ink);color:var(--white)}
.section-colorway-green{background:var(--forest);color:var(--white)}
.section-colorway-black .eyebrow,
.section-colorway-green .eyebrow{color:rgba(255,255,255,.62)}

/* ---------- typography ---------- */
.eyebrow{
  font-family:var(--f-ui);
  font-size:12px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--ink-75);
  line-height:1;
  display:block;
}
@media(min-width:768px){.eyebrow{font-size:14px}}

.display{
  font-family:var(--f-display);
  font-weight:600;
  line-height:1.02;
  letter-spacing:-.012em;
}
.display--xl{font-size:clamp(40px,7.2vw,86px)}
.display--l{font-size:clamp(34px,5vw,56px)}
.display--m{font-size:clamp(28px,3.6vw,42px)}
.display--s{font-size:clamp(22px,2.4vw,32px)}
.display--xs{font-size:22px}
.display em{font-family:var(--f-text);font-style:italic;font-weight:400}

.lede{
  font-family:var(--f-sans);
  font-size:18px;
  line-height:1.5;
  font-weight:400;
  color:var(--ink-90);
  max-width:56ch;
}
.section-colorway-black .lede,
.section-colorway-green .lede{color:rgba(255,255,255,.78)}

.body-serif{font-family:var(--f-text);font-weight:300;font-size:19px;line-height:1.62}

.rule{height:1px;background:var(--line);border:0;margin:0}
.section-colorway-black .rule,.section-colorway-green .rule{background:var(--line-light)}

/* section heading block */
.sec-head{display:flex;flex-direction:column;gap:22px}
.sec-head__top{display:flex;align-items:baseline;justify-content:space-between;gap:24px;flex-wrap:wrap}
.sec-head .lede{margin-top:4px}

/* ---------- buttons ---------- */
.btn{
  --btn-bg:var(--forest);
  --btn-fg:#fff;
  --btn-bd:var(--forest);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:0 24px;
  background:var(--btn-bg);
  color:var(--btn-fg);
  border:1px solid var(--btn-bd);
  border-radius:0;
  font-family:var(--f-ui);
  font-size:12px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  transition:color .35s var(--ease),border-color .35s var(--ease);
  isolation:isolate;
}
.btn::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:var(--ink);
  transform:translateY(101%);
  transition:transform .42s var(--ease-out);
}
.btn:hover::after,.btn:focus-visible::after{transform:translateY(0)}
.btn:hover,.btn:focus-visible{color:#fff;border-color:var(--ink)}

.btn--ghost{--btn-bg:transparent;--btn-fg:var(--ink);--btn-bd:var(--ink)}
.btn--ghost::after{background:var(--ink)}
.btn--light{--btn-bg:transparent;--btn-fg:#fff;--btn-bd:rgba(255,255,255,.5)}
.btn--light::after{background:#fff}
.btn--light:hover,.btn--light:focus-visible{color:var(--ink);border-color:#fff}
.btn--solid-light{--btn-bg:#fff;--btn-fg:var(--ink);--btn-bd:#fff}
.btn--solid-light::after{background:var(--cream)}
.btn--solid-light:hover,.btn--solid-light:focus-visible{color:var(--ink);border-color:var(--cream)}
.btn--wide{width:100%}

/* text link with animated underline */
.link-u{
  display:inline-flex;align-items:center;gap:9px;
  font-family:var(--f-ui);font-size:12px;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;
  padding-bottom:5px;position:relative;
}
.link-u::after{
  content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;
  background:currentColor;transform-origin:right;transform:scaleX(1);
  transition:transform .45s var(--ease-out);
}
.link-u:hover::after,.link-u:focus-visible::after{transform-origin:left;animation:link-wipe .55s var(--ease-out)}
@keyframes link-wipe{0%{transform:scaleX(1);transform-origin:right}49%{transform:scaleX(0);transform-origin:right}50%{transform:scaleX(0);transform-origin:left}100%{transform:scaleX(1);transform-origin:left}}
.link-u svg{width:13px;height:13px;transition:transform .35s var(--ease)}
.link-u:hover svg{transform:translateX(4px)}

/* ---------- header ---------- */
.header{
  position:fixed;top:0;left:0;right:0;z-index:var(--z-sticky);
  height:var(--header-h);
  display:flex;align-items:center;
  color:#fff;
  transition:transform .5s var(--ease),background-color .4s var(--ease),color .4s var(--ease),box-shadow .4s var(--ease);
}
.header::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(to bottom,rgba(0,0,0,.55),rgba(0,0,0,0));
  opacity:1;transition:opacity .4s var(--ease);
  pointer-events:none;
}
.header.is-solid{background:var(--stone);color:var(--ink);box-shadow:0 1px 0 var(--line)}
.header.is-solid::before{opacity:0}
.header.is-hidden{transform:translateY(-100%)}
.header.is-inverted{color:var(--ink)}
.header.is-inverted::before{opacity:0}

.header__inner{
  position:relative;
  width:100%;max-width:var(--maxw);margin-inline:auto;
  padding-inline:var(--gutter);
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;
}
.header__left,.header__right{display:flex;align-items:center;gap:6px}
.header__right{justify-content:flex-end}

.hamburger{
  display:inline-flex;align-items:center;gap:11px;
  height:44px;padding-inline:4px;
  font-family:var(--f-ui);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
}
.hamburger__bars{width:20px;height:12px;position:relative;display:block}
.hamburger__bars i{position:absolute;left:0;height:1.5px;width:100%;background:currentColor;transition:transform .4s var(--ease),opacity .25s var(--ease),width .4s var(--ease)}
.hamburger__bars i:nth-child(1){top:0}
.hamburger__bars i:nth-child(2){top:5px;width:70%}
.hamburger__bars i:nth-child(3){top:10px}
.hamburger:hover .hamburger__bars i:nth-child(2){width:100%}
.hamburger__label{display:none}
@media(min-width:900px){.hamburger__label{display:inline}}

/* Badge only — it carries the name itself, so no text lockup beside it. */
/* Badge overhangs the bar: centred on the header's bottom edge, so exactly
   half of it sits below the cream. Scoped to .header — the nav overlay uses
   .brand too and must stay inline there. */
.brand{display:flex;align-items:center;justify-content:center;line-height:0}
.header .brand{
  /* Stays IN the grid so the middle column keeps its width — absolutely
     positioning the whole lockup collapsed it to 0 and let BOOK NOW slide
     under the badge. Only the image hangs below the bar. */
  position:relative;
  width:clamp(74px,6.2vw,92px);
  height:var(--header-h);
  z-index:3;
}
.header .brand img{
  position:absolute;left:0;width:100%;
  /* ~34% hangs below the bar — enough to read as an overhang without
     dropping the badge out of line with MENU and BOOK NOW. */
  top:-2px;transform:translateY(0);
  transition:opacity .3s var(--ease),transform .45s var(--ease-out);
}
.header .brand:hover img{transform:translateY(0) scale(1.04)}
/* The header slides up by its own height on scroll, but the badge hangs
   BELOW that box — so it would stay on screen over the page. Fade it with
   the bar it belongs to. */
.header.is-hidden .brand img{opacity:0;transform:translateY(-70%)}
.brand img{
  width:clamp(86px,8vw,132px);
  height:auto;max-height:none;max-width:none;
  object-fit:contain;flex:0 0 auto;
  filter:drop-shadow(0 6px 14px rgba(40,39,39,.32));
  transition:transform .4s var(--ease-out),filter .4s var(--ease);
}
.brand:hover img{transform:scale(1.04)}
.header.is-solid .brand img{filter:drop-shadow(0 8px 18px rgba(40,39,39,.34))}
.brand span small{
  display:block;font-family:var(--f-ui);font-size:8.5px;font-weight:500;
  letter-spacing:.34em;text-transform:uppercase;opacity:.72;margin-top:2px;
}


.icon-btn{
  width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:0;transition:opacity .25s var(--ease);
}
.icon-btn:hover{opacity:.62}
.icon-btn svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.4}
.header__cta{display:none}
@media(min-width:1000px){.header__cta{display:inline-flex;margin-left:10px}}

/* ---------- full-screen nav ---------- */
.nav{
  position:fixed;inset:0;z-index:var(--z-nav);
  background:var(--ink);color:#fff;
  display:flex;flex-direction:column;
  clip-path:inset(0 0 100% 0);
  transition:clip-path .72s var(--ease-out);
  overflow-y:auto;
}
.nav.is-open{clip-path:inset(0 0 0 0)}
.nav__bar{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding-inline:var(--gutter);max-width:var(--maxw);width:100%;margin-inline:auto;flex:0 0 auto}
.nav__body{flex:1 1 auto;display:grid;gap:48px;align-content:center;padding:40px var(--gutter) 60px;max-width:var(--maxw);width:100%;margin-inline:auto}
@media(min-width:900px){.nav__body{grid-template-columns:1.2fr .8fr;gap:80px;align-items:center}}

.nav__list{display:flex;flex-direction:column}
.nav__item{border-top:1px solid rgba(255,255,255,.14)}
.nav__item:last-child{border-bottom:1px solid rgba(255,255,255,.14)}
.nav__link{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:18px 0;font-family:var(--f-display);font-weight:500;
  font-size:clamp(28px,4.4vw,46px);line-height:1.06;
  opacity:0;transform:translateY(26px);
  transition:opacity .5s var(--ease),transform .5s var(--ease),color .3s var(--ease);
}
.nav.is-open .nav__link{opacity:1;transform:none}
.nav__link:hover{color:var(--cream)}
.nav__link .idx{font-family:var(--f-ui);font-size:11px;font-weight:500;letter-spacing:.16em;opacity:.45;align-self:flex-start;padding-top:12px}
.nav__aside{display:grid;gap:30px;align-content:start}
.nav__aside h4{font-family:var(--f-display);font-size:26px;font-weight:600}
.nav__meta{display:grid;gap:6px;font-family:var(--f-sans);font-size:15px;color:rgba(255,255,255,.72)}
.nav__meta a:hover{color:#fff;text-decoration:underline}
.nav__socials{display:flex;gap:18px;font-family:var(--f-ui);font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.nav__socials a{opacity:.7;transition:opacity .25s}
.nav__socials a:hover{opacity:1}

/* ---------- flagship banner ---------- */
.flagship{position:relative;min-height:100svh;display:flex;flex-direction:column;color:#fff;overflow:hidden;background:var(--ink)}
.flagship--short{min-height:68svh}
.flagship__bg{position:absolute;inset:0;overflow:hidden}
.flagship__bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(20,19,19,.6) 0%,rgba(20,19,19,.28) 38%,rgba(20,19,19,.78) 100%);
}
.flagship__bg img,.flagship__bg video{
  position:absolute;inset:0;z-index:0;
  width:100%;height:100%;object-fit:cover;
  transform:scale(1.12);
  transition:transform 2.4s var(--ease-out);
}
.is-ready .flagship__bg img,.is-ready .flagship__bg video{transform:scale(1)}

/* The video layers over the still and only fades in once it is genuinely
   playing, so a missing, blocked or slow file leaves the photo untouched.
   z-index keeps the ::after gradient above both layers. */
.flagship__bg::after{z-index:1}
.flagship__video{opacity:0;pointer-events:none;transition:opacity 1.1s var(--ease),transform 2.4s var(--ease-out)}
.flagship__video.is-live{opacity:1}

.flagship__inner{
  position:relative;z-index:2;flex:1 1 auto;
  width:100%;max-width:var(--maxw);margin-inline:auto;
  padding:calc(var(--header-h) + 60px) var(--gutter) 56px;
  display:flex;flex-direction:column;justify-content:flex-end;gap:32px;
}
.flagship--center .flagship__inner{justify-content:center;align-items:center;text-align:center;padding-bottom:96px}

.flagship__eyebrow{
  font-family:var(--f-ui);font-size:11px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;
  color:rgba(255,255,255,.82);
  /* NOT justify-content:inherit — the parent is a column with flex-end, which
     inherits into this row and shunts the eyebrow to the right edge. */
  display:flex;align-items:center;gap:12px;justify-content:flex-start;
}
.flagship--center .flagship__eyebrow{justify-content:center}
.flagship__eyebrow::before{content:"";width:34px;height:1px;background:currentColor;opacity:.6}
.flagship--center .flagship__eyebrow::before{display:none}

.flagship__title{
  font-family:var(--f-display);font-weight:600;
  font-size:clamp(42px,8.2vw,104px);line-height:.97;letter-spacing:-.02em;
  max-width:16ch;
}
.flagship--center .flagship__title{max-width:none}
.flagship__title em{font-family:var(--f-text);font-style:italic;font-weight:400}

.flagship__cols{display:grid;gap:28px;align-items:end}
@media(min-width:900px){.flagship__cols{grid-template-columns:1fr auto;gap:60px}}
.flagship__copy{font-size:17px;line-height:1.55;color:rgba(255,255,255,.82);max-width:46ch}
.flagship__actions{display:flex;flex-wrap:wrap;gap:12px}

.flagship__strip{
  position:relative;z-index:2;
  border-top:1px solid rgba(255,255,255,.2);
  background:rgba(20,19,19,.42);
  backdrop-filter:blur(6px);
}
.flagship__strip ul{
  max-width:var(--maxw);margin-inline:auto;padding:16px var(--gutter);
  display:flex;flex-wrap:wrap;gap:10px 34px;
  font-family:var(--f-ui);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.8);
}
.flagship__strip li{display:flex;align-items:center;gap:9px}
.flagship__strip li::before{content:"";width:5px;height:5px;background:var(--live);border-radius:50%}

/* scroll cue — clickable mouse indicator, sits clear of the price strip */
.scroll-cue{
  position:absolute;left:50%;bottom:92px;transform:translateX(-50%);z-index:3;
  display:none;flex-direction:column;align-items:center;gap:11px;
  color:rgba(255,255,255,.78);background:none;border:0;padding:6px;cursor:pointer;
  transition:color .3s var(--ease),transform .45s var(--ease-out),opacity .4s var(--ease);
}
@media(min-width:900px){.scroll-cue{display:flex}}
.scroll-cue:hover,.scroll-cue:focus-visible{color:#fff;transform:translateX(-50%) translateY(4px)}

.scroll-cue__mouse{
  width:25px;height:39px;border:1.5px solid currentColor;border-radius:13px;
  position:relative;display:block;
}
.scroll-cue__mouse i{
  position:absolute;left:50%;top:7px;
  width:3px;height:7px;border-radius:2px;background:currentColor;
  transform:translateX(-50%);
  animation:cue-wheel 1.9s var(--ease) infinite;
}
@keyframes cue-wheel{
  0%{opacity:0;transform:translate(-50%,0)}
  18%{opacity:1}
  72%{opacity:1}
  100%{opacity:0;transform:translate(-50%,15px)}
}
.scroll-cue__label{
  font-family:var(--f-ui);font-size:9.5px;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
}
/* fades out once the hero starts leaving, so it never sits over the tiles */
.scroll-cue.is-gone{opacity:0;pointer-events:none}

/* ---------- image link tiles ---------- */
.img-links{display:grid;gap:20px}
.tile{
  position:relative;display:flex;align-items:flex-end;
  min-height:420px;overflow:hidden;color:#fff;isolation:isolate;
  background:var(--ink);
}
.tile{min-height:clamp(420px,46vw,560px)}
.tile--tall{min-height:clamp(460px,50vw,600px)}
@media(min-width:900px){
  .img-links--split{grid-template-columns:1fr 1fr}
  .tile--hero{min-height:clamp(520px,44vw,660px);grid-column:1/-1}
}
.tile__media{position:absolute;inset:0;z-index:-2;overflow:hidden}
.tile__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.05s var(--ease-out)}
.tile::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(to top,rgba(20,19,19,.82) 0%,rgba(20,19,19,.28) 46%,rgba(20,19,19,.05) 100%);
  transition:opacity .5s var(--ease);
}
.tile:hover .tile__media img{transform:scale(1.07)}
.tile:hover::after{opacity:.86}

.tile__body{position:relative;padding:32px 26px;display:grid;gap:12px;width:100%}
@media(min-width:768px){.tile__body{padding:44px 40px}}
.tile__kicker{font-family:var(--f-ui);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.tile__title{font-family:var(--f-display);font-weight:600;font-size:clamp(28px,3.4vw,44px);line-height:1.04}
.tile__desc{font-size:15px;line-height:1.5;color:rgba(255,255,255,.76);max-width:44ch;
  max-height:0;opacity:0;overflow:hidden;transition:max-height .55s var(--ease-out),opacity .4s var(--ease),margin .55s var(--ease-out)}
.tile:hover .tile__desc,.tile:focus-visible .tile__desc{max-height:120px;opacity:1}
.tile__go{display:inline-flex;align-items:center;gap:10px;font-family:var(--f-ui);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-top:4px}
.tile__go svg{width:14px;height:14px;transition:transform .4s var(--ease)}
.tile:hover .tile__go svg{transform:translateX(6px)}

/* ---------- marquee ---------- */
.marquee{overflow:hidden;position:relative;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);
}
.marquee__track{display:flex;width:max-content;animation:marquee 42s linear infinite}
.marquee:hover .marquee__track{animation-play-state:paused}
.marquee__group{display:flex;align-items:center;gap:56px;padding-right:56px}
.marquee__item{
  display:flex;align-items:center;gap:14px;white-space:nowrap;
  font-family:var(--f-display);font-size:clamp(22px,2.4vw,32px);font-weight:500;color:var(--ink);
}
.marquee__item i{width:6px;height:6px;background:var(--forest);border-radius:50%;display:block;flex:0 0 auto}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- image with text ---------- */
.iwt{display:grid;gap:36px;align-items:center}
@media(min-width:900px){
  .iwt{grid-template-columns:1fr 1fr;gap:80px}
  .iwt--flip .iwt__media{order:2}
}
.iwt__media{position:relative;overflow:hidden;aspect-ratio:4/5}
.iwt__media img{width:100%;height:100%;object-fit:cover}
.iwt__media figcaption{
  position:absolute;left:0;bottom:0;right:0;padding:18px 22px;
  background:linear-gradient(to top,rgba(20,19,19,.75),transparent);
  color:#fff;font-family:var(--f-ui);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;
}
.iwt__body{display:grid;gap:24px;justify-items:start}
.iwt__body .display{max-width:15ch}

/* stats row */
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;border-top:1px solid var(--line);padding-top:24px}
.section-colorway-black .stats,.section-colorway-green .stats{border-color:var(--line-light)}
.stat__num{font-family:var(--f-display);font-weight:600;font-size:clamp(30px,3.6vw,44px);line-height:1}
.stat__lab{font-family:var(--f-ui);font-size:10.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-75);margin-top:8px}
.section-colorway-black .stat__lab,.section-colorway-green .stat__lab{color:rgba(255,255,255,.6)}

/* ---------- numbered steps ---------- */
.steps{display:grid;gap:0;border-top:1px solid var(--line)}
.step{
  display:grid;gap:10px;padding:34px 0;border-bottom:1px solid var(--line);
  grid-template-columns:auto 1fr;column-gap:26px;align-items:start;
  transition:padding-left .5s var(--ease);
}
@media(min-width:900px){
  .step{grid-template-columns:90px minmax(0,1.1fr) minmax(0,1.4fr);column-gap:48px;align-items:baseline;padding:40px 0}
  .step:hover{padding-left:14px}
}
.step__num{font-family:var(--f-display);font-size:clamp(30px,3vw,40px);font-weight:400;color:var(--forest);line-height:1}
.step__title{font-family:var(--f-display);font-size:clamp(22px,2.2vw,30px);font-weight:600;line-height:1.1}
.step__copy{font-size:16px;line-height:1.6;color:var(--ink-90);grid-column:2/-1}
@media(min-width:900px){.step__copy{grid-column:auto}}

/* ---------- quote slider ----------
   Portrait-led: avatar, centred quote, attribution, then dots + an action.
   Arrows sit outside the viewport on desktop; below 900px there is no room
   beside the text, so they drop inline next to the dots instead. */
.quotes{position:relative}
@media(min-width:900px){.quotes{padding-inline:72px}}
.quotes__viewport{overflow:hidden}
.quotes__track{display:flex;transition:transform .8s var(--ease-out)}
.quote{flex:0 0 100%;padding-inline:4px;display:grid;gap:20px;justify-items:center;text-align:center}

.quote__avatar{
  width:76px;height:76px;border-radius:50%;overflow:hidden;
  display:grid;place-items:center;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);
  font-family:var(--f-display);font-size:25px;font-weight:600;color:#fff;
}
.quote__avatar img{width:100%;height:100%;object-fit:cover}
.section-colorway-gray .quote__avatar,.section-colorway-cream .quote__avatar{
  background:rgba(40,39,39,.06);border-color:var(--line);color:var(--forest)}

.quote__text{
  font-family:var(--f-text);font-weight:300;
  font-size:clamp(17px,1.9vw,21px);line-height:1.6;max-width:52ch;
}
.quote__by{font-family:var(--f-sans);font-size:14px;font-weight:600;color:#fff;text-transform:none;letter-spacing:0}
.section-colorway-gray .quote__by,.section-colorway-cream .quote__by{color:var(--ink)}
.quote__by span{
  display:block;margin-top:5px;
  font-family:var(--f-ui);font-size:10.5px;font-weight:500;letter-spacing:.14em;
  text-transform:uppercase;opacity:.6;
}

.quotes__foot{display:grid;gap:22px;justify-items:center;margin-top:34px}
.quotes__nav{display:flex;align-items:center;justify-content:center;gap:22px}
.quotes__arrow{
  width:44px;height:44px;border-radius:50%;
  border:1px solid rgba(255,255,255,.32);
  display:inline-flex;align-items:center;justify-content:center;
  transition:background .3s var(--ease),color .3s var(--ease),border-color .3s,transform .3s var(--ease-out);
}
.quotes__arrow:hover{background:#fff;color:var(--forest);border-color:#fff}
.quotes__arrow svg{width:15px;height:15px}
.section-colorway-gray .quotes__arrow,.section-colorway-cream .quotes__arrow{border-color:var(--line);color:var(--ink)}
.section-colorway-gray .quotes__arrow:hover,.section-colorway-cream .quotes__arrow:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

.quotes__arrow--side{display:none}
@media(min-width:900px){
  .quotes__arrow--side{display:inline-flex;position:absolute;top:42%;transform:translateY(-50%);z-index:2}
  .quotes__arrow--prev{left:0}
  .quotes__arrow--next{right:0}
  .quotes__arrow--prev:hover{transform:translateY(-50%) translateX(-3px)}
  .quotes__arrow--next:hover{transform:translateY(-50%) translateX(3px)}
  .quotes__arrow--inline{display:none}
}
.quotes__dots{display:flex;gap:2px}
.quotes__dot{
  width:24px;height:44px;background:none;border:0;padding:0;
  display:inline-flex;align-items:center;justify-content:center;cursor:pointer;
}
.quotes__dot::before{
  content:"";width:7px;height:7px;border-radius:50%;
  background:rgba(255,255,255,.3);
  transition:background .3s var(--ease),transform .3s var(--ease);
}
.quotes__dot:hover::before{background:rgba(255,255,255,.6)}
.quotes__dot[aria-current="true"]::before{background:#fff;transform:scale(1.35)}

/* ---------- article cards ---------- */
.cards{display:grid;gap:34px 24px}
@media(min-width:700px){.cards{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1050px){.cards{grid-template-columns:repeat(3,1fr)}}
.card{display:grid;gap:16px;align-content:start}
.card__media{position:relative;overflow:hidden;aspect-ratio:4/3;background:var(--cream)}
.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-out)}
.card:hover .card__media img{transform:scale(1.06)}
.card__cat{
  position:absolute;left:14px;top:14px;
  background:var(--stone);color:var(--ink);
  padding:7px 12px;font-family:var(--f-ui);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
}
.card__title{font-family:var(--f-display);font-size:22px;font-weight:600;line-height:1.18}
.card:hover .card__title{text-decoration:underline;text-underline-offset:4px}
.card__meta{font-family:var(--f-ui);font-size:10.5px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-75)}
.card__excerpt{font-size:15px;line-height:1.55;color:var(--ink-90)}

/* ---------- menu grid ---------- */
.dishes{display:grid;gap:28px 22px}
@media(min-width:640px){.dishes{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.dishes{grid-template-columns:repeat(4,1fr)}}
.dish{display:grid;gap:14px;align-content:start}
.dish__media{position:relative;overflow:hidden;aspect-ratio:1/1;background:var(--cream)}
.dish__media img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-out)}
.dish:hover .dish__media img{transform:scale(1.07)}
.dish__tag{position:absolute;right:12px;top:12px;background:var(--forest);color:#fff;padding:6px 10px;font-family:var(--f-ui);font-size:10px;font-weight:600;letter-spacing:.1em}
.dish__name{font-family:var(--f-display);font-size:21px;font-weight:600;line-height:1.15}
.dish__desc{font-size:14.5px;line-height:1.55;color:var(--ink-90)}

/* included list */
.incl{display:grid;gap:0;border-top:1px solid var(--line)}
.incl li{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);font-family:var(--f-text);font-size:17px;font-weight:300}
.incl svg{width:15px;height:15px;flex:0 0 auto;color:var(--forest)}
.section-colorway-green .incl li,.section-colorway-black .incl li{border-color:var(--line-light)}
.section-colorway-green .incl svg{color:var(--live)}

/* price table */
.ptable{width:100%;border-collapse:collapse;font-size:16px}
.ptable th,.ptable td{text-align:left;padding:15px 0;border-bottom:1px solid var(--line)}
.ptable th{font-family:var(--f-ui);font-size:10.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-75)}
.ptable td:last-child,.ptable th:last-child{text-align:right;font-variant-numeric:tabular-nums}
.ptable tbody td:first-child{font-family:var(--f-text);font-weight:300;font-size:17px}

/* ---------- package cards ---------- */
.packs{display:grid;gap:22px}
@media(min-width:900px){.packs{grid-template-columns:repeat(3,1fr)}}
.pack{
  display:grid;gap:20px;align-content:start;
  background:var(--white);border:1px solid var(--line);padding:34px 30px;
  transition:transform .5s var(--ease-out),box-shadow .5s var(--ease);
}
.pack:hover{transform:translateY(-6px);box-shadow:0 26px 54px -30px rgba(40,39,39,.42)}
.pack--feature{background:var(--forest);color:#fff;border-color:var(--forest)}
.pack--feature .pack__price small,.pack--feature .pack__inc li{color:rgba(255,255,255,.8)}
.pack--feature .pack__inc li{border-color:var(--line-light)}
.pack__badge{font-family:var(--f-ui);font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;opacity:.7}
.pack__name{font-family:var(--f-display);font-size:34px;font-weight:600;line-height:1}
.pack__price{font-family:var(--f-display);font-size:44px;font-weight:600;line-height:1}
.pack__price small{font-family:var(--f-ui);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-75);display:block;margin-top:9px}
.pack__inc{display:grid;gap:0}
.pack__inc li{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--line);font-size:15px;line-height:1.45;color:var(--ink-90)}
.pack__inc svg{width:14px;height:14px;margin-top:4px;flex:0 0 auto}

/* ---------- accordion (FAQ) ---------- */
.acc{border-top:1px solid var(--line)}
.acc__item{border-bottom:1px solid var(--line)}
.acc__btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:24px 0;text-align:left;
  font-family:var(--f-display);font-size:clamp(19px,2vw,25px);font-weight:600;line-height:1.2;
  transition:color .3s var(--ease)
}
.acc__btn:hover{color:var(--forest)}
.acc__sign{position:relative;width:16px;height:16px;flex:0 0 auto}
.acc__sign::before,.acc__sign::after{content:"";position:absolute;background:currentColor;transition:transform .4s var(--ease),opacity .3s}
.acc__sign::before{left:0;top:7.5px;width:16px;height:1.5px}
.acc__sign::after{left:7.5px;top:0;width:1.5px;height:16px}
.acc__item.is-open .acc__sign::after{transform:scaleY(0);opacity:0}
.acc__panel{overflow:hidden;height:0;transition:height .45s var(--ease-out)}
.acc__panel p{padding-bottom:26px;font-size:16.5px;line-height:1.65;color:var(--ink-90);max-width:74ch}

/* ---------- gallery ---------- */
.gal{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}
@media(min-width:900px){.gal{grid-template-columns:repeat(4,1fr)}}
/* One ratio for every tile. Mixed ratios left short items floating with dead
   space above and below them; object-fit:cover handles the source images
   being a mix of portrait and landscape. */
.gal__item{position:relative;overflow:hidden;aspect-ratio:4/5;background:var(--cream)}
.gal__item img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease-out)}
.gal__item:hover img{transform:scale(1.06)}
.gal__cap{
  position:absolute;left:0;right:0;bottom:0;padding:20px 18px;color:#fff;
  background:linear-gradient(to top,rgba(20,19,19,.8),transparent);
  transform:translateY(12px);opacity:0;transition:transform .5s var(--ease-out),opacity .4s
}
.gal__item:hover .gal__cap{transform:none;opacity:1}
.gal__cap strong{display:block;font-family:var(--f-display);font-size:18px;font-weight:600}
.gal__cap span{font-family:var(--f-ui);font-size:10px;letter-spacing:.16em;text-transform:uppercase;opacity:.8}

/* ---------- forms ---------- */
.field{display:grid;gap:9px}
.field label{font-family:var(--f-ui);font-size:10.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-75)}
.section-colorway-black .field label,.section-colorway-green .field label{color:rgba(255,255,255,.6)}
.field input,.field select,.field textarea{
  width:100%;background:transparent;border:0;border-bottom:1px solid var(--line);
  padding:12px 0;font-family:var(--f-sans);font-size:16px;border-radius:0;
  transition:border-color .3s var(--ease)
}
.section-colorway-black .field input,.section-colorway-black .field select,.section-colorway-black .field textarea,
.section-colorway-green .field input,.section-colorway-green .field select,.section-colorway-green .field textarea{border-color:var(--line-light);color:#fff}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--forest)}
.section-colorway-black .field input:focus,.section-colorway-green .field input:focus{border-color:#fff}
.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23282727' stroke-width='1.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 2px center;background-size:12px}
.section-colorway-black .field select,.section-colorway-green .field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23ffffff' stroke-width='1.4'/%3E%3C/svg%3E")}
.field textarea{min-height:120px;resize:vertical}

/* ---------- custom select ----------
   The native control stays in the DOM (it owns the value and form submission)
   but is taken out of the layout; the button + list below are what render. */
.sel{position:relative}
.sel__native{
  position:absolute;opacity:0;pointer-events:none;
  width:1px;height:1px;padding:0;margin:0;border:0;
}
.sel__btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:transparent;border:0;border-bottom:1px solid var(--line);
  padding:12px 0;border-radius:0;cursor:pointer;text-align:left;
  font-family:var(--f-sans);font-size:16px;color:inherit;
  transition:border-color .3s var(--ease);
}
.sel__btn:hover{border-color:var(--forest)}
.sel.is-open .sel__btn{border-color:var(--forest)}
.sel__btn.is-placeholder .sel__text{color:var(--ink-75)}
.sel__chev{width:12px;height:8px;flex:0 0 auto;transition:transform .35s var(--ease)}
.sel.is-open .sel__chev{transform:rotate(180deg)}

.sel__list{
  position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;
  background:var(--white);
  border:1px solid var(--line);
  max-height:270px;overflow-y:auto;
  box-shadow:0 24px 48px -24px rgba(40,39,39,.45);
  padding:6px;
}
.sel__opt{
  padding:11px 14px;cursor:pointer;
  font-family:var(--f-sans);font-size:15px;line-height:1.3;color:var(--ink);
  transition:background-color .18s var(--ease),color .18s var(--ease);
}
.sel__opt:hover,.sel__opt.is-active{background:var(--cream)}
.sel__opt[aria-selected="true"]{background:var(--forest);color:#fff}
.sel__opt.is-placeholder{color:var(--ink-75)}

/* dark colourways: the trigger inherits the light-on-dark field treatment,
   while the popup stays light so the options keep their contrast */
.section-colorway-black .sel__btn,
.section-colorway-green .sel__btn{border-color:var(--line-light);color:#fff}
.section-colorway-black .sel__btn:hover,
.section-colorway-green .sel__btn:hover,
.section-colorway-black .sel.is-open .sel__btn,
.section-colorway-green .sel.is-open .sel__btn{border-color:#fff}
.section-colorway-black .sel__btn.is-placeholder .sel__text,
.section-colorway-green .sel__btn.is-placeholder .sel__text{color:rgba(255,255,255,.6)}
.form-grid{display:grid;gap:26px}
@media(min-width:700px){.form-grid--2{grid-template-columns:1fr 1fr}}
.check{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;line-height:1.5;color:var(--ink-90)}
.check input{width:17px;height:17px;margin-top:3px;flex:0 0 auto;accent-color:var(--forest)}

/* ---------- book panel ---------- */
.panel{
  position:fixed;top:0;left:0;right:0;z-index:var(--z-panel);
  background:var(--stone);color:var(--ink);
  transform:translateY(-100%);
  transition:transform .68s var(--ease-out);
  max-height:100svh;overflow-y:auto;
  box-shadow:0 30px 60px -30px rgba(0,0,0,.5);
}
.panel.is-open{transform:translateY(0)}
.panel__bar{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
.panel__bar h3{font-family:var(--f-display);font-size:22px;font-weight:600}
.panel__body{max-width:var(--maxw);margin-inline:auto;padding:34px var(--gutter) 48px;display:grid;gap:22px}
@media(min-width:900px){.panel__body{grid-template-columns:repeat(3,1fr);gap:22px}}
.panel__opt{position:relative;overflow:hidden;min-height:220px;display:flex;align-items:flex-end;color:#fff;background:var(--ink)}
.panel__opt img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.68;transition:transform .9s var(--ease-out),opacity .4s}
.panel__opt:hover img{transform:scale(1.06);opacity:.8}
.panel__opt span{position:relative;padding:24px;font-family:var(--f-display);font-size:26px;font-weight:600}
.overlay{position:fixed;inset:0;background:rgba(20,19,19,.55);opacity:0;visibility:hidden;transition:opacity .5s var(--ease),visibility .5s;z-index:calc(var(--z-panel) - 1)}
.overlay.is-on{opacity:1;visibility:visible}

/* ---------- footer ---------- */
.footer{background:var(--ink);color:#fff}
.footer__chat{display:grid;gap:22px;justify-items:start;padding-bottom:52px;border-bottom:1px solid rgba(255,255,255,.14)}
@media(min-width:900px){.footer__chat{grid-template-columns:1fr auto;align-items:center;justify-items:start}}
.live-dot{display:inline-flex;align-items:center;gap:10px;font-family:var(--f-ui);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.live-dot i{width:7px;height:7px;border-radius:50%;background:var(--live);box-shadow:0 0 0 0 rgba(16,233,142,.6);animation:pulse 2.2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(16,233,142,.55)}70%{box-shadow:0 0 0 12px rgba(16,233,142,0)}100%{box-shadow:0 0 0 0 rgba(16,233,142,0)}}

.footer__cols{display:grid;gap:40px;padding-block:52px}
@media(min-width:768px){.footer__cols{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1050px){.footer__cols{grid-template-columns:repeat(4,1fr);gap:32px}}
.footer h5{font-family:var(--f-ui);font-size:10.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:18px}
.footer__links{display:grid;gap:11px;font-size:15.5px;color:rgba(255,255,255,.84)}
.footer__links a{transition:color .25s,padding-left .35s var(--ease)}
.footer__links a:hover{color:#fff;padding-left:6px}
.footer__news{display:grid;gap:14px}
.footer__news p{font-size:14.5px;line-height:1.55;color:rgba(255,255,255,.66)}
.footer__form{display:flex;border-bottom:1px solid rgba(255,255,255,.28)}
.footer__form input{flex:1;background:transparent;border:0;padding:12px 0;font-size:15px;color:#fff}
.footer__form input::placeholder{color:rgba(255,255,255,.45)}
.footer__form input:focus{outline:none}
.footer__form button{font-family:var(--f-ui);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;padding-left:16px;transition:opacity .25s}
.footer__form button:hover{opacity:.65}
.footer__base{display:flex;flex-wrap:wrap;gap:14px 28px;align-items:center;justify-content:space-between;padding-block:26px;border-top:1px solid rgba(255,255,255,.14);font-family:var(--f-ui);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.footer__base ul{display:flex;gap:22px}
.footer__base a:hover{color:#fff}

/* ---------- reveal animation ---------- */
[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .85s var(--ease-out),transform .85s var(--ease-out)}
[data-reveal].is-in{opacity:1;transform:none}
[data-reveal-child]>*{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}
[data-reveal-child].is-in>*{opacity:1;transform:none}
[data-reveal-child].is-in>*:nth-child(1){transition-delay:.02s}
[data-reveal-child].is-in>*:nth-child(2){transition-delay:.1s}
[data-reveal-child].is-in>*:nth-child(3){transition-delay:.18s}
[data-reveal-child].is-in>*:nth-child(4){transition-delay:.26s}
[data-reveal-child].is-in>*:nth-child(5){transition-delay:.34s}
[data-reveal-child].is-in>*:nth-child(6){transition-delay:.42s}
[data-reveal-child].is-in>*:nth-child(7){transition-delay:.5s}
[data-reveal-child].is-in>*:nth-child(8){transition-delay:.58s}

/* line-by-line masked reveal for display headings */
.reveal-lines .line{display:block;overflow:hidden}
.reveal-lines .line>span{display:block;transform:translateY(105%);transition:transform .95s var(--ease-out)}
.reveal-lines.is-in .line>span{transform:none}
.reveal-lines.is-in .line:nth-child(2)>span{transition-delay:.09s}
.reveal-lines.is-in .line:nth-child(3)>span{transition-delay:.18s}
.reveal-lines.is-in .line:nth-child(4)>span{transition-delay:.27s}

/* =========================================================================
   CHAT WIDGET
   Fixed to the bottom-right. Goes full-bleed on phones, where a floating
   card would leave no room for the conversation.
   ========================================================================= */
.chat{position:fixed;right:20px;bottom:20px;z-index:var(--z-top);display:flex;flex-direction:column;align-items:flex-end;gap:14px}
@media(max-width:560px){.chat{right:14px;bottom:14px;left:14px;align-items:stretch}}

/* launcher */
.chat__launch{
  position:relative;order:2;align-self:flex-end;
  width:58px;height:58px;border-radius:50%;
  background:var(--forest);color:#fff;
  display:grid;place-items:center;
  box-shadow:0 14px 32px -12px rgba(40,39,39,.55);
  transition:transform .4s var(--ease-out),background-color .3s var(--ease);
}
.chat__launch:hover{transform:scale(1.06);background:var(--forest-dk)}
.chat__launch svg{width:25px;height:25px}
.chat__launch-icon,.chat__launch-close{
  grid-area:1/1;display:grid;place-items:center;
  transition:opacity .3s var(--ease),transform .4s var(--ease-out);
}
.chat__launch-close{opacity:0;transform:rotate(-90deg) scale(.6)}
.chat.is-open .chat__launch-icon{opacity:0;transform:rotate(90deg) scale(.6)}
.chat.is-open .chat__launch-close{opacity:1;transform:none}
.chat__badge{
  position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 6px;
  border-radius:10px;background:var(--live);color:var(--ink);
  font-family:var(--f-ui);font-size:11px;font-weight:700;
  display:grid;place-items:center;
}

/* panel */
.chat__panel{
  order:1;width:min(370px,calc(100vw - 40px));
  max-height:min(620px,calc(100svh - 120px));
  background:var(--stone);color:var(--ink);
  border:1px solid var(--line);
  box-shadow:0 30px 70px -30px rgba(40,39,39,.55);
  display:flex;flex-direction:column;overflow:hidden;
  transform-origin:bottom right;
  animation:chat-in .42s var(--ease-out);
}
@media(max-width:560px){
  .chat__panel{width:100%;max-height:calc(100svh - 110px)}
}
@keyframes chat-in{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}

.chat__head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:16px 18px;background:var(--ink);color:#fff;flex:0 0 auto;
}
.chat__who{display:flex;align-items:center;gap:12px;min-width:0}
.chat__who img{width:34px;height:34px;object-fit:contain;flex:0 0 auto}
.chat__who strong{display:block;font-family:var(--f-display);font-size:17px;font-weight:600;line-height:1.1}
.chat__status{
  display:flex;align-items:center;gap:7px;margin-top:3px;
  font-family:var(--f-ui);font-size:10px;letter-spacing:.1em;text-transform:uppercase;
  color:rgba(255,255,255,.6);
}
.chat__status i{width:6px;height:6px;border-radius:50%;background:var(--live);flex:0 0 auto}
/* z-index + explicit pointer-events so nothing layered in the header can ever
   swallow the close click; the svg is inert so the event always targets the
   button itself rather than a child path. */
.chat__x{
  position:relative;z-index:3;pointer-events:auto;
  width:40px;height:40px;margin:-3px -6px -3px 0;
  display:grid;place-items:center;border-radius:50%;
  color:#fff;opacity:.75;
  transition:opacity .25s var(--ease),background-color .25s var(--ease),transform .3s var(--ease-out);
}
.chat__x:hover{opacity:1;background:rgba(255,255,255,.12)}
.chat__x:active{transform:scale(.92)}
.chat__x svg{width:18px;height:18px;pointer-events:none}

/* log — messages fade out under the header instead of hard-clipping at it */
.chat__log{
  flex:1 1 auto;overflow-y:auto;padding:18px;
  display:flex;flex-direction:column;gap:12px;
  scrollbar-width:thin;scrollbar-color:var(--line) transparent;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 20px,#000 100%);
  mask-image:linear-gradient(to bottom,transparent 0,#000 20px,#000 100%);
}
.chat__log::-webkit-scrollbar{width:6px}
.chat__log::-webkit-scrollbar-thumb{background:rgba(40,39,39,.18);border-radius:3px}
.chat__log::-webkit-scrollbar-track{background:transparent}
.chat__row{display:flex}
.chat__row--bot{justify-content:flex-start}
.chat__row--me{justify-content:flex-end}
.chat__bubble{
  max-width:84%;padding:12px 15px;
  font-size:14.5px;line-height:1.5;
  animation:bubble-in .35s var(--ease-out);
}
@keyframes bubble-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.chat__row--bot .chat__bubble{background:var(--white);border:1px solid var(--line);border-radius:2px 14px 14px 14px}
.chat__row--me .chat__bubble{background:var(--forest);color:#fff;border-radius:14px 2px 14px 14px}
.chat__bubble a{text-decoration:underline;text-underline-offset:2px}
.chat__bubble a:hover{color:var(--forest)}
.chat__row--me .chat__bubble a{color:#fff}

.chat__dots{display:flex;gap:4px;padding:3px 2px}
.chat__dots i{width:6px;height:6px;border-radius:50%;background:var(--ink-75);animation:chat-dot 1.3s infinite}
.chat__dots i:nth-child(2){animation-delay:.16s}
.chat__dots i:nth-child(3){animation-delay:.32s}
@keyframes chat-dot{0%,60%,100%{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}

/* quick replies — breathing room above, and a soft edge so the chip tray
   reads as a separate tier from the conversation rather than crowding it */
.chat__chips{
  display:flex;flex-wrap:wrap;gap:8px;
  padding:16px 18px 14px;flex:0 0 auto;
  position:relative;
}
.chat__chips::before{
  content:"";position:absolute;left:18px;right:18px;top:0;height:1px;
  background:linear-gradient(90deg,transparent,var(--line) 18%,var(--line) 82%,transparent);
}
.chat__chips:empty{display:none}
.chat__chip{
  padding:9px 14px;border:1px solid var(--accent);border-radius:18px;
  background:transparent;color:var(--accent);
  font-family:var(--f-ui);font-size:11.5px;font-weight:600;
  animation:chip-in .4s var(--ease-out) backwards;
  transition:background-color .25s var(--ease),color .25s var(--ease),transform .3s var(--ease-out);
}
.chat__chip:nth-child(2){animation-delay:.05s}
.chat__chip:nth-child(3){animation-delay:.1s}
.chat__chip:nth-child(4){animation-delay:.15s}
.chat__chip:nth-child(5){animation-delay:.2s}
.chat__chip:nth-child(6){animation-delay:.25s}
@keyframes chip-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.chat__chip:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}
.chat__chip:active{transform:translateY(0)}

/* input */
.chat__form{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid var(--line);flex:0 0 auto;background:var(--white)}
.chat__input{flex:1;border:0;background:transparent;padding:9px 4px;font-size:14.5px;min-width:0}
.chat__input:focus{outline:none}
.chat__send{
  width:38px;height:38px;border-radius:50%;background:var(--forest);color:#fff;
  display:grid;place-items:center;flex:0 0 auto;
  transition:background-color .25s var(--ease),transform .3s var(--ease-out);
}
.chat__send:hover{background:var(--ink);transform:translateX(2px)}
.chat__send svg{width:17px;height:17px}

.chat__foot{
  padding:9px 16px;background:var(--white);border-top:1px solid var(--line);
  font-size:11px;line-height:1.4;color:var(--ink-75);text-align:center;flex:0 0 auto;
}
.chat__foot a{text-decoration:underline}

@media(prefers-reduced-motion:reduce){
  .chat__panel,.chat__bubble{animation:none}
  .chat__dots i{animation:none;opacity:.5}
}

/* ---------- reduced-motion tier ----------
   Motion is dialled down, not switched off. Travel drops from 28px to 8px and
   the masked line-slide becomes a straight fade, so nothing sweeps across the
   viewport — but content still arrives as you scroll rather than the whole
   page appearing pre-assembled. */
.motion-reduced [data-reveal],
.motion-reduced [data-reveal-child]>*{
  transform:translateY(8px);
  transition:opacity .5s ease-out,transform .5s ease-out;
}
.motion-reduced [data-reveal].is-in,
.motion-reduced [data-reveal-child].is-in>*{opacity:1;transform:none}
.motion-reduced [data-reveal-child].is-in>*:nth-child(n){transition-delay:0s}

/* headline lines fade in place — no vertical sweep */
.motion-reduced .reveal-lines .line{overflow:visible}
.motion-reduced .reveal-lines .line>span{transform:none;transition:none}
.motion-reduced .reveal-lines{opacity:0;transition:opacity .55s ease-out}
.motion-reduced .reveal-lines.is-in{opacity:1}

/* the hero is above the fold: show it at once, never fade it in under them */
.motion-reduced .flagship .reveal-lines,
.motion-reduced .flagship [data-reveal]{opacity:1;transform:none}

/* ---------- section background image ----------
   Real guests behind the band rather than a face beside a name. Opacity is
   held low and a flat wash sits on top so white text keeps its contrast
   against the accent — a bright patch in the photo must never lift a word
   below ~4.5:1. */
.has-bg{position:relative;isolation:isolate}
.section-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.section-bg img{width:100%;height:100%;object-fit:cover;opacity:.16;filter:saturate(.55)}
.section-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(0,0,0,.10),rgba(0,0,0,.16));
}
.has-bg>.shell{position:relative;z-index:1}
@media(prefers-reduced-motion:no-preference){
  .section-bg img{transition:opacity .8s var(--ease)}
}

/* ---------- article prose ---------- */
.article__meta{
  display:flex;flex-wrap:wrap;align-items:center;gap:10px 22px;
  font-family:var(--f-ui);font-size:11px;font-weight:600;letter-spacing:.16em;
  text-transform:uppercase;color:var(--ink-75);
}
.article__meta span{display:flex;align-items:center;gap:10px}
.article__meta span+span::before{content:"";width:4px;height:4px;border-radius:50%;background:var(--forest);display:block}

.prose{display:grid;gap:26px;max-width:70ch}
.prose>p{font-family:var(--f-text);font-size:19px;line-height:1.68;font-weight:300;margin:0}
.prose>p:first-of-type{font-size:22px;line-height:1.55;color:var(--ink)}
.prose h2{
  font-family:var(--f-display);font-size:clamp(24px,3vw,34px);font-weight:600;
  line-height:1.14;margin:20px 0 -8px;
}
.prose h3{font-family:var(--f-display);font-size:21px;font-weight:600;line-height:1.2;margin:12px 0 -12px}
.prose ul,.prose ol{display:grid;gap:13px;padding-left:0}
.prose li{
  font-family:var(--f-text);font-size:18px;line-height:1.62;font-weight:300;
  position:relative;padding-left:24px;
}
.prose li::before{content:"";position:absolute;left:0;top:13px;width:10px;height:1px;background:var(--forest)}
.prose ol{counter-reset:n}
.prose ol li{counter-increment:n}
.prose ol li::before{
  content:counter(n);top:0;width:auto;height:auto;background:none;
  font-family:var(--f-ui);font-size:12px;font-weight:600;color:var(--forest);
}
.prose strong{font-weight:600;font-family:var(--f-sans);font-size:17.5px}
.prose a{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.prose a:hover{color:var(--forest)}
.prose figure{margin:14px 0;display:grid;gap:12px}
.prose figure img{width:100%;height:auto}
.prose figcaption{font-family:var(--f-ui);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-75)}

.pull{
  border-left:2px solid var(--forest);
  padding:4px 0 4px 26px;margin:12px 0;
  font-family:var(--f-display);font-weight:500;
  font-size:clamp(22px,2.7vw,31px);line-height:1.28;
}

.article__foot{
  display:flex;flex-wrap:wrap;gap:16px 28px;align-items:center;justify-content:space-between;
  border-top:1px solid var(--line);padding-top:26px;margin-top:14px;
}

/* ---------- next-up cards ---------- */
.next-up{display:grid;gap:24px}
@media(min-width:768px){.next-up{grid-template-columns:1fr 1fr}}

/* ---------- two-column checklist (we bring / you bring) ---------- */
.duo{display:grid;gap:40px}
@media(min-width:820px){.duo{grid-template-columns:1fr 1fr;gap:72px}}
.duo>div{display:grid;gap:8px;align-content:start}

/* ---------- occasion chips (filters) ---------- */
.occ{display:flex;flex-wrap:wrap;gap:10px}
.occ__item{
  display:inline-flex;align-items:center;
  padding:12px 20px;border:1px solid var(--line);
  font-family:var(--f-display);font-size:clamp(16px,1.7vw,21px);font-weight:500;
  background:var(--white);color:var(--ink);cursor:pointer;
  transition:background-color .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease),transform .35s var(--ease-out);
}
.occ__item:hover{background:var(--forest);color:#fff;border-color:var(--forest);transform:translateY(-3px)}
.occ__item[aria-pressed="true"]{background:var(--forest);color:#fff;border-color:var(--forest)}
.occ__item[aria-pressed="true"]:hover{background:var(--forest-dk);border-color:var(--forest-dk)}
.section-colorway-black .occ__item,.section-colorway-green .occ__item{background:transparent;border-color:var(--line-light);color:#fff}

/* ---------- infinite image rail ----------
   The track holds the filtered set twice over, so translating it -50% lands
   exactly on the duplicate and the loop is seamless. Duration is set in JS
   from the item count, otherwise a 3-image filter would sprint past. */
.rail{
  position:relative;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
}
.rail__track{display:flex;gap:16px;width:max-content;animation:rail-scroll var(--rail-dur,60s) linear infinite}
.rail:hover .rail__track,.rail:focus-within .rail__track{animation-play-state:paused}
@keyframes rail-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.rail__item{
  position:relative;flex:0 0 auto;
  width:clamp(210px,25vw,330px);aspect-ratio:4/3;
  overflow:hidden;background:var(--cream);
}
.rail__item img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-out)}
.rail__item:hover img{transform:scale(1.06)}
.rail__cap{
  position:absolute;left:0;right:0;bottom:0;padding:16px 14px;
  background:linear-gradient(to top,rgba(20,19,19,.85),transparent);
  color:#fff;font-family:var(--f-ui);font-size:10px;font-weight:600;
  letter-spacing:.15em;text-transform:uppercase;
  opacity:0;transform:translateY(10px);
  transition:opacity .4s var(--ease),transform .5s var(--ease-out);
}
.rail__item:hover .rail__cap{opacity:1;transform:none}

.rail__empty{
  padding:44px 0;text-align:center;font-family:var(--f-text);
  font-size:18px;font-weight:300;color:var(--ink-75);
}

/* No animation available (or unwanted) — fall back to a real scrollable row
   so every image is still reachable by touch, wheel and keyboard. */
.rail.is-static{overflow-x:auto;scrollbar-width:thin;-webkit-mask-image:none;mask-image:none}
.rail.is-static .rail__track{animation:none;width:auto}
/* Scoped to :not(.motion-full) so the ?motion=full override reaches the rail
   too — otherwise the flag turns on GSAP but leaves this CSS loop frozen. */
@media(prefers-reduced-motion:reduce){
  html:not(.motion-full) .rail{overflow-x:auto;-webkit-mask-image:none;mask-image:none}
  html:not(.motion-full) .rail__track{animation:none;width:auto}
}

/* ---------- full-width supporting shot ---------- */
.wide-shot{position:relative;overflow:hidden;aspect-ratio:16/9;max-height:620px;background:var(--cream)}
.wide-shot img{width:100%;height:100%;object-fit:cover}
@media(max-width:640px){.wide-shot{aspect-ratio:4/3}}


/* ---------- GSAP handoff ----------
   The CSS rules above define the *start* state of every reveal, so there is
   never a flash of unstyled content. Once anim.js boots it adds .gsap-on and
   takes ownership of the motion — these rules strip the CSS transitions so
   the two systems never animate the same property at once. */
.gsap-on [data-reveal],
.gsap-on [data-reveal-child]>*,
.gsap-on .reveal-lines .line>span,
.gsap-on .flagship__bg img,
.gsap-on .flagship__bg video{transition:none}
.gsap-on [data-reveal-child].is-in>*{transition-delay:0s}
.gsap-on .flagship__bg img,.gsap-on .flagship__bg video{transform:none}
.gsap-on .flagship__eyebrow,
.gsap-on .flagship__cols,
.gsap-on .flagship__strip{opacity:0}
.gsap-on .marquee.is-gsap .marquee__track{animation:none}
.gsap-on .marquee.is-gsap:hover .marquee__track{animation:none}
/* parallax frames must clip the oversized image */
.gsap-on .tile__media,.gsap-on .iwt__media,.gsap-on .card__media,
.gsap-on .gal__item,.gsap-on .dish__media{overflow:hidden}

/* steps rail — width driven by the --progress var anim.js writes on scroll */
.steps{position:relative;--progress:0}
.steps::before{
  content:"";position:absolute;left:0;top:0;width:100%;height:1px;
  background:var(--forest);transform:scaleX(var(--progress));transform-origin:left;
  z-index:1;
}
/* `is-active` must not use opacity: the steps also carry [data-reveal], whose
   tween writes an inline opacity that would always beat these rules. Signal the
   active step with colour and a rule accent instead. */
.step__num{transition:color .45s var(--ease),transform .45s var(--ease-out)}
.step__title{transition:color .45s var(--ease)}
.gsap-on .step__num{color:rgba(40,39,39,.32)}
.gsap-on .step.is-active .step__num{color:var(--forest);transform:translateX(4px)}
.gsap-on .step__title{color:rgba(40,39,39,.62)}
.gsap-on .step.is-active .step__title{color:var(--ink)}



/* ---------- hamburger: split on activate ---------- */
.hamburger__bars i{transition:transform .55s var(--ease-out),opacity .3s var(--ease),width .4s var(--ease)}
.hamburger:hover .hamburger__bars i:nth-child(1){transform:translateX(3px)}
.hamburger:hover .hamburger__bars i:nth-child(3){transform:translateX(-3px)}
.hamburger.is-splitting .hamburger__bars i{opacity:0}
.hamburger.is-splitting .hamburger__bars i:nth-child(1){transform:translateX(-24px) rotate(-8deg)}
.hamburger.is-splitting .hamburger__bars i:nth-child(2){transform:scaleX(0);transition-duration:.3s}
.hamburger.is-splitting .hamburger__bars i:nth-child(3){transform:translateX(24px) rotate(8deg)}

/* the overlay's close mark draws itself in as the panel wipes down */
.nav__bar .hamburger svg{transition:transform .6s var(--ease-out),opacity .4s var(--ease)}
.nav .hamburger svg{transform:rotate(-90deg) scale(.6);opacity:0}
.nav.is-open .hamburger svg{transform:none;opacity:1;transition-delay:.34s}
.nav .hamburger:hover svg{transform:rotate(90deg)}

/* Every rule here is scoped to :not(.motion-full). Without that scope the
   !important declarations outrank GSAP's inline styles, so a visitor who has
   forced full motion via ?motion=full would still get a frozen hero. */
@media(prefers-reduced-motion:reduce){
  /* Safety net for when JS never ran at all. It must NOT apply once a tier
     has been chosen: .motion-reduced is a deliberate, gentle set of fades,
     and blanket-killing transitions here silently flattened it to nothing —
     which is exactly how the live site ended up completely static. */
  html:not(.motion-full):not(.motion-reduced) *,
  html:not(.motion-full):not(.motion-reduced) *::before,
  html:not(.motion-full):not(.motion-reduced) *::after{
    animation-duration:.01ms!important;animation-iteration-count:1!important;
    transition-duration:.01ms!important;scroll-behavior:auto!important;
  }
  html:not(.motion-full):not(.motion-reduced) [data-reveal],
  html:not(.motion-full):not(.motion-reduced) [data-reveal-child]>*{
    opacity:1!important;transform:none!important}
  html:not(.motion-full):not(.motion-reduced) .reveal-lines .line>span{transform:none!important}
  html:not(.motion-full):not(.motion-reduced) .reveal-lines{opacity:1!important}

  /* Parallax stays off in both reduced and no-JS cases — that one IS
     vestibular and should never run when reduce is requested. */
  html:not(.motion-full) .flagship__bg img,
  html:not(.motion-full) .flagship__bg video{transform:none!important}
}

/* ---------- curtain reveal ----------
   Injected and removed by anim.js. Never authored into the HTML — a curtain in
   markup becomes a permanent blackout if the script fails. */
.curtain{
  position:fixed;inset:0;z-index:200;
  background:var(--ink);
  display:grid;place-items:center;
  pointer-events:none;
  clip-path:inset(0% 0% 0% 0%);
  will-change:clip-path;
}
.curtain__mark{
  font-family:var(--f-display);font-weight:600;
  font-size:clamp(26px,4.4vw,58px);color:var(--cream);
  letter-spacing:-.01em;
}

/* ---------- pinned horizontal gallery ----------
   `is-hscroll` is added by anim.js only once the pin is actually wired up, so
   without JS the gallery stays a normal responsive grid. */
.is-hscroll .gal{
  display:flex;
  width:max-content;
  grid-template-columns:none;
  gap:18px;
  align-items:stretch;
  will-change:transform;
}
/* One width and one ratio here too — the nth-child variants that used to sit
   below re-introduced mixed heights the moment the pin engaged, undoing the
   uniform grid. */
.is-hscroll .gal__item{
  flex:0 0 auto;
  width:clamp(260px,25vw,380px);
  aspect-ratio:4/5;
  align-self:stretch;
}
.is-hscroll .shell{max-width:none;padding-right:0}
.is-hscroll .gal__cap{transform:none;opacity:1}

/* Reduced tier: no travel, no loops, no scroll hijack — fades only. */
.motion-reduced .curtain{display:none}
.motion-reduced .marquee__track{animation:none}
.motion-reduced .scroll-cue,
.motion-reduced .live-dot i{animation:none}

/* ---------- motion toggle ----------
   Visible opt-in/out for animation. Default still follows the OS setting;
   this only exists so that choice is reversible without a URL parameter. */
.motion-toggle{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 14px;border:1px solid rgba(255,255,255,.28);border-radius:20px;
  background:transparent;color:rgba(255,255,255,.75);cursor:pointer;
  font-family:var(--f-ui);font-size:10.5px;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;
  transition:color .25s var(--ease),border-color .25s var(--ease),background-color .25s var(--ease);
}
.motion-toggle:hover{color:#fff;border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.06)}
.motion-toggle__dot{
  width:7px;height:7px;border-radius:50%;
  background:rgba(255,255,255,.3);flex:0 0 auto;
  transition:background-color .25s var(--ease),box-shadow .25s var(--ease);
}
.motion-toggle[aria-pressed="true"] .motion-toggle__dot{
  background:var(--live);box-shadow:0 0 0 3px rgba(16,233,142,.18);
}
