/* Korimaa — warm, boutique, quiet. One signature: the arch.
   Palette is the brief's. Type is Newsreader (display) + Manrope (everything else).
   Colour moves across the page like an evening: night hero → daylight →
   back-of-house → morning close. */

@font-face{font-family:Newsreader;src:url(../fonts/newsreader-var-latin.woff2) format('woff2-variations');
  font-weight:200 800;font-style:normal;font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2122,U+2212,U+FEFF,U+FFFD}
@font-face{font-family:Manrope;src:url(../fonts/manrope-var-latin.woff2) format('woff2-variations');
  font-weight:200 800;font-style:normal;font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Manrope;src:url(../fonts/manrope-var-latin-ext.woff2) format('woff2-variations');
  font-weight:200 800;font-style:normal;font-display:swap;
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}

:root{
  --ivory:#F5F0E7;
  --ivory-lift:#FBF8F2;
  --sand:#DDD0BC;
  --terra:#B86F50;          /* brand accent: rules, icons, focus — 3:1 surfaces */
  --terra-ink:#9D5B40;      /* terracotta as small text on ivory — 4.6:1 */
  --terra-cta:#A46043;      /* button fill under #FFF8F2 labels — 4.6:1 */
  --terra-deep:#9A5940;
  --olive:#455447;
  --olive-night:#2C3730;
  --olive-ink:#1B231D;
  --charcoal:#242421;
  --ink-soft:#5B5B52;
  --hair:rgba(36,36,33,.14);
  --hair-light:rgba(245,240,231,.18);
  --wa-green:#128C7E;
  --wa-bubble-out:#D9FDD3;
  --wa-paper:#EDE3D8;
  --shadow-soft:0 1px 2px rgba(36,36,33,.05),0 8px 26px rgba(36,36,33,.07);
  --shadow-lift:0 2px 6px rgba(27,35,29,.10),0 24px 60px rgba(27,35,29,.20);
  --measure:64ch;
  --radius:14px;
  --pad:clamp(1.25rem,4vw,2rem);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0;background:var(--ivory);color:var(--charcoal);
  font-family:Manrope,ui-sans-serif,system-ui,"Segoe UI",Roboto,sans-serif;
  font-size:clamp(1rem,.97rem + .18vw,1.0625rem);line-height:1.62;
  font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img,svg{max-width:100%;height:auto;display:block}
h1,h2,h3{font-family:Newsreader,Georgia,"Times New Roman",serif;font-weight:500;
  letter-spacing:-.014em;line-height:1.12;margin:0 0 .5em;text-wrap:balance}
h1{font-size:clamp(2.05rem,1.3rem + 3.2vw,3.35rem);line-height:1.06}
h2{font-size:clamp(1.6rem,1.15rem + 1.9vw,2.3rem)}
h3{font-family:Manrope,sans-serif;font-size:1.0625rem;font-weight:600;letter-spacing:-.005em}
p{margin:0 0 1.1em;max-width:var(--measure)}
a{color:inherit}
strong{font-weight:600}
:focus-visible{outline:2.5px solid var(--terra);outline-offset:3px;border-radius:4px}
.night :focus-visible{outline-color:var(--sand)}

.wrap{width:min(100% - 2.5rem,1180px);margin-inline:auto}
@media (max-width:640px){.wrap{width:min(100% - 1.75rem,1180px)}}
section{padding-block:clamp(3.25rem,7vw,6rem)}
.eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  color:var(--terra-ink);margin:0 0 .9rem}
.night .eyebrow{color:var(--sand)}
.lede{font-size:clamp(1.05rem,1rem + .35vw,1.2rem);color:var(--ink-soft);max-width:56ch}
.night .lede{color:rgba(245,240,231,.78)}
.rule{height:1px;background:var(--hair);border:0;margin:0}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font:inherit;font-weight:600;font-size:.95rem;letter-spacing:.005em;
  padding:.82rem 1.4rem;border-radius:10px;border:1px solid transparent;
  cursor:pointer;text-decoration:none;transition:background .18s ease,color .18s ease,
  border-color .18s ease,transform .18s ease;min-height:46px}
.btn-primary{background:var(--terra-cta);color:#FFF8F2;box-shadow:0 1px 0 rgba(255,255,255,.25) inset}
.btn-primary:hover{background:var(--terra-deep)}
.btn-primary:active{transform:translateY(1px)}
.btn-ghost{background:transparent;color:var(--charcoal);border-color:var(--hair)}
.btn-ghost:hover{border-color:var(--charcoal);background:rgba(36,36,33,.04)}
.night .btn-ghost{color:var(--ivory);border-color:var(--hair-light)}
.night .btn-ghost:hover{border-color:var(--sand);background:rgba(245,240,231,.08)}
.cta-note{font-size:.82rem;color:var(--ink-soft);margin:.85rem 0 0}
.night .cta-note{color:rgba(245,240,231,.78)}

/* ---------- header ---------- */
.site-head{position:sticky;top:0;z-index:60;background:rgba(27,35,29,.92);
  backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid rgba(245,240,231,.10)}
.site-head.scrolled{background:rgba(27,35,29,.97)}
.head-in{display:flex;align-items:center;gap:1.5rem;min-height:64px}
.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--ivory);margin-right:auto}
.brand .mark{width:26px;height:26px;flex:none;color:var(--sand)}
.brand .word{font-family:Newsreader,serif;font-size:1.22rem;font-weight:500;letter-spacing:.13em;
  text-transform:uppercase}
.nav{display:flex;align-items:center;gap:1.6rem}
.nav a{color:rgba(245,240,231,.8);text-decoration:none;font-size:.9rem;font-weight:500;
  padding:.35rem 0;border-bottom:1px solid transparent;transition:color .16s,border-color .16s}
.nav a:hover{color:var(--ivory);border-bottom-color:var(--sand)}
.head-cta{padding:.6rem 1.05rem;min-height:40px;font-size:.88rem}
@media (max-width:820px){.nav{gap:1.1rem}}
@media (max-width:700px){.nav{display:none}}

/* ---------- hero ---------- */
.hero{background:
    radial-gradient(120% 90% at 78% 8%,rgba(184,111,80,.30),transparent 58%),
    radial-gradient(90% 70% at 12% 100%,rgba(69,84,71,.55),transparent 60%),
    linear-gradient(168deg,var(--olive-night),var(--olive-ink) 72%);
  color:var(--ivory);padding-block:clamp(2.5rem,5vw,4.5rem) clamp(3rem,6vw,5rem);
  position:relative;overflow:hidden}
.hero-grid{display:grid;gap:clamp(2rem,4vw,3.5rem);align-items:center}
/* Grid items default to min-width:auto, so one long unbreakable line can widen
   the whole column past the viewport. Never let it. */
.hero-grid>*,.close-in>*,.handoff-note>*{min-width:0}
/* On a phone the concierge sits directly under the headline — the product is
   the argument, so nothing waits in front of it. On desktop the copy and its
   buttons rejoin into one column beside it. */
@media (min-width:960px){
  .hero-grid{grid-template-columns:1.02fr .98fr;
    grid-template-areas:"copy demo" "actions demo";row-gap:1.5rem;align-items:center}
  .hero-copy{grid-area:copy;align-self:end}
  .hero-actions{grid-area:actions;align-self:start}
  .hero-grid>#demo{grid-area:demo}
}
@media (max-width:959px){.hero-grid{gap:1.9rem}}
.hero h1{color:var(--ivory)}
.hero h1 .pivot{color:var(--sand);font-style:italic;
  text-decoration:underline;text-decoration-color:rgba(184,111,80,.85);
  text-decoration-thickness:2px;text-underline-offset:6px}
.hero .lede{margin-bottom:1.6rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:.5rem .95rem;margin:1.5rem 0 0;padding:0;list-style:none;
  font-size:.83rem;color:rgba(245,240,231,.76)}
.hero-trust li{display:flex;align-items:center;gap:.4rem}
.hero-trust li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--sand);flex:none}
.scene-stamp{display:inline-flex;align-items:center;gap:.55rem;font-size:.74rem;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--sand);margin-bottom:1rem}
.scene-stamp .dot{width:7px;height:7px;border-radius:50%;background:#7BD389;flex:none;
  box-shadow:0 0 0 4px rgba(123,211,137,.18)}

/* ---------- the arch: the one signature ---------- */
.niche{position:relative;width:min(100%,412px);margin-inline:auto;
  padding:clamp(1.1rem,2.6vw,1.75rem) .8rem clamp(.9rem,1.8vw,1.2rem);
  border-radius:50% 50% 18px 18px/34% 34% 18px 18px;
  background:linear-gradient(180deg,rgba(245,240,231,.14),rgba(245,240,231,.05) 44%,rgba(245,240,231,.02));
  border:1px solid rgba(245,240,231,.22);border-bottom-width:0}
.niche::before{content:"";position:absolute;inset:8px 8px auto;height:46%;
  border-radius:47% 47% 0 0/32% 32% 0 0;
  background:radial-gradient(70% 100% at 50% 0,rgba(255,214,170,.20),transparent 70%);pointer-events:none}
.niche-caption{margin:.9rem 0 0;text-align:center;font-size:.78rem;color:rgba(245,240,231,.78)}

/* ---------- phone + whatsapp thread ---------- */
.phone{--phone-radius:30px;position:relative;margin-inline:auto;width:min(100%,382px);
  background:#0E1411;border-radius:var(--phone-radius);padding:8px;
  box-shadow:var(--shadow-lift);border:1px solid rgba(245,240,231,.14)}
.phone-screen{background:var(--wa-paper);border-radius:calc(var(--phone-radius) - 8px);overflow:hidden;
  display:flex;flex-direction:column;height:clamp(452px,60vh,548px)}
.wa-head{background:var(--wa-green);color:#fff;display:flex;align-items:center;gap:.65rem;
  padding:.7rem .85rem;flex:none}
.wa-head .avatar{width:34px;height:34px;border-radius:50%;background:var(--sand);color:var(--olive-ink);
  display:grid;place-items:center;font-family:Newsreader,serif;font-size:1rem;font-weight:600;flex:none}
.wa-head>span{min-width:0}
.wa-head .who{display:block;font-size:.9rem;font-weight:600;line-height:1.25;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wa-head .status{display:block;font-size:.72rem;opacity:.85;line-height:1.25}
.wa-head .wa-tag{margin-left:auto;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;
  opacity:.9;border:1px solid rgba(255,255,255,.45);border-radius:99px;padding:.15rem .5rem;flex:none}
/* On the narrowest phones the tag costs the property its own name. The green
   header and the caption below already say this is WhatsApp. */
@media (max-width:400px){.wa-head .wa-tag{display:none}}
.thread{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:.9rem .75rem 1rem;
  display:flex;flex-direction:column;gap:.4rem;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){.thread{scroll-behavior:auto}}
.thread::-webkit-scrollbar{width:6px}
.thread::-webkit-scrollbar-thumb{background:rgba(36,36,33,.18);border-radius:99px}
.msg{max-width:82%;padding:.5rem .68rem .42rem;border-radius:9px;font-size:.875rem;line-height:1.45;
  color:#111B21;position:relative;white-space:pre-wrap;word-break:break-word;
  box-shadow:0 1px .5px rgba(11,20,26,.13);animation:pop .22s ease-out}
@keyframes pop{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.msg{animation:none}}
.msg.in{align-self:flex-start;background:#fff;border-top-left-radius:2px}
.msg.out{align-self:flex-end;background:var(--wa-bubble-out);border-top-right-radius:2px}
.msg .t{display:block;font-size:.63rem;color:rgba(17,27,33,.62);text-align:right;margin-top:.15rem}
.msg.out .t::after{content:" ✓✓";color:#53BDEB}
.typing{align-self:flex-start;background:#fff;border-radius:9px;border-top-left-radius:2px;
  padding:.6rem .7rem;display:flex;gap:4px;box-shadow:0 1px .5px rgba(11,20,26,.13)}
.typing i{width:6px;height:6px;border-radius:50%;background:#9AA5A1;animation:blink 1.2s infinite}
.typing i:nth-child(2){animation-delay:.18s}.typing i:nth-child(3){animation-delay:.36s}
@keyframes blink{0%,60%,100%{opacity:.35}30%{opacity:1}}
@media (prefers-reduced-motion:reduce){.typing i{animation:none;opacity:.6}}

/* the hotel's side of the same moment */
.receipt{align-self:stretch;margin:.15rem 0 .35rem;background:rgba(69,84,71,.10);
  border-left:3px solid var(--olive);border-radius:6px;padding:.45rem .6rem;
  font-size:.72rem;line-height:1.4;color:#31402F;animation:pop .3s ease-out .12s backwards}
.receipt b{display:block;font-weight:600;font-size:.73rem;letter-spacing:.02em}
.receipt span{color:#535E4E}  /* explicit, not opacity: dimming 11px text by alpha drops it under 4.5:1 */
.receipt.tier2{background:rgba(184,111,80,.12);border-left-color:var(--terra);color:#7A4130}
.receipt.tier2 span{color:#844E3E}
.receipt.tier0{background:rgba(36,36,33,.055);border-left-color:rgba(36,36,33,.3);color:#4A4A42}
.receipt.tier0 span{color:#5B5B52}
@media (prefers-reduced-motion:reduce){.receipt{animation:none}}

.chips{display:flex;gap:.4rem;overflow-x:auto;padding:.5rem .6rem;background:rgba(237,227,216,.9);
  border-top:1px solid rgba(36,36,33,.08);scrollbar-width:none;flex:none;
  -webkit-mask-image:linear-gradient(90deg,#000 88%,transparent);
  mask-image:linear-gradient(90deg,#000 88%,transparent)}
.chips::-webkit-scrollbar{display:none}
.chip{flex:none;font:inherit;font-size:.78rem;font-weight:500;white-space:nowrap;cursor:pointer;
  background:#fff;border:1px solid rgba(36,36,33,.14);border-radius:99px;padding:.34rem .72rem;
  color:#31402F;transition:background .15s,border-color .15s,transform .15s}
.chip:hover{background:var(--ivory-lift);border-color:var(--olive);transform:translateY(-1px)}
.composer{display:flex;gap:.45rem;padding:.5rem;background:#F0F2F0;flex:none;align-items:flex-end}
.composer input{flex:1;font:inherit;font-size:.875rem;padding:.6rem .8rem;border-radius:99px;
  border:1px solid rgba(36,36,33,.12);background:#fff;color:#111B21;min-width:0}
.composer input::placeholder{color:#8A9490}
.composer button{flex:none;width:40px;height:40px;border-radius:50%;border:0;background:var(--wa-green);
  color:#fff;display:grid;place-items:center;cursor:pointer;transition:background .16s,transform .16s}
.composer button:hover{background:#0F7A6D}
.composer button:active{transform:scale(.94)}
.composer button svg{width:18px;height:18px}

/* the nudge that appears after a few useful turns */
.nudge{align-self:stretch;margin-top:.5rem;background:var(--olive-ink);color:var(--ivory);
  border-radius:10px;padding:.75rem .85rem;font-size:.8rem;line-height:1.5;animation:pop .3s ease-out}
.nudge p{margin:0 0 .55rem;max-width:none;color:rgba(245,240,231,.86)}
.nudge .btn{padding:.5rem .9rem;min-height:38px;font-size:.82rem;width:100%}

/* ---------- loss line ---------- */
.loss{background:var(--sand);padding-block:clamp(2.25rem,4vw,3rem)}
.loss p{font-family:Newsreader,serif;font-size:clamp(1.3rem,1rem + 1.5vw,1.85rem);line-height:1.35;
  max-width:34ch;margin:0;color:#3A3A31}
.loss .who{display:block;font-family:Manrope,sans-serif;font-size:.8rem;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:#615841;margin-bottom:.9rem}

/* ---------- story ---------- */
.story-grid{display:grid;gap:clamp(1.5rem,3vw,2.25rem);margin-top:2.5rem}
@media (min-width:800px){.story-grid{grid-template-columns:1fr 1fr}}
.story-card{background:var(--ivory-lift);border:1px solid var(--hair);border-radius:var(--radius);
  padding:clamp(1.2rem,2.4vw,1.6rem)}
.story-card h3{margin-bottom:.4rem}
.story-card p{font-size:.95rem;color:var(--ink-soft);margin-bottom:1rem}
.snippet{background:var(--wa-paper);border-radius:10px;padding:.7rem;display:flex;flex-direction:column;gap:.35rem}
.snippet .msg{max-width:88%;font-size:.83rem;animation:none;box-shadow:0 1px .5px rgba(11,20,26,.1)}
.snippet .receipt{animation:none;font-size:.7rem}

/* ---------- journey ---------- */
.journey{background:var(--ivory-lift);border-block:1px solid var(--hair)}
.stages{list-style:none;margin:2.5rem 0 0;padding:0;display:grid;gap:1.1rem}
@media (min-width:720px){.stages{grid-template-columns:1fr 1fr}}
@media (min-width:1060px){.stages{grid-template-columns:repeat(3,1fr)}}
.stage{background:var(--ivory);border:1px solid var(--hair);border-radius:var(--radius);
  padding:1.1rem 1.15rem;display:flex;flex-direction:column;gap:.65rem}
.stage-head{display:flex;align-items:center;gap:.6rem}
.stage-arch{width:22px;height:26px;flex:none;color:var(--terra)}
.stage-head b{font-size:.74rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--olive)}
.stage q{font-family:Newsreader,serif;font-size:1.02rem;font-style:italic;color:var(--charcoal);
  quotes:"“" "”";line-height:1.4}
.stage .reply{font-size:.87rem;color:var(--ink-soft);margin:0;padding-left:.85rem;
  border-left:2px solid var(--sand)}

/* ---------- back of house (dark) ---------- */
.backhouse{background:linear-gradient(172deg,var(--olive-night),var(--olive-ink));color:var(--ivory)}
.backhouse h2{color:var(--ivory)}
.tiers{display:grid;gap:1rem;margin-top:2.25rem;padding:0;list-style:none}
@media (min-width:800px){.tiers{grid-template-columns:repeat(3,1fr)}}
.tier{background:rgba(245,240,231,.055);border:1px solid rgba(245,240,231,.14);border-radius:var(--radius);
  padding:1.15rem}
.tier .lvl{display:inline-flex;align-items:center;gap:.45rem;font-size:.72rem;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;color:var(--sand);margin-bottom:.6rem}
.tier .lvl i{width:8px;height:8px;border-radius:50%;background:var(--sand);display:block}
.tier.loud .lvl{color:#E9A98C}.tier.loud .lvl i{background:var(--terra)}
.tier p{color:rgba(245,240,231,.78);font-size:.93rem;margin:0}
.tier b{color:var(--ivory)}
.handoff-note{margin-top:2.25rem;padding-top:1.75rem;border-top:1px solid rgba(245,240,231,.16);
  display:grid;gap:1.5rem}
@media (min-width:860px){.handoff-note{grid-template-columns:1fr 1fr;align-items:center}}
.handoff-note p{color:rgba(245,240,231,.8)}
.handoff-note .snippet{background:rgba(27,35,29,.5);border:1px solid rgba(245,240,231,.12)}
/* the same receipt on the dark back-of-house surface: the light-surface inks are unreadable here */
.handoff-note .receipt{color:var(--ivory)}
.handoff-note .receipt span{color:var(--sand)}

/* ---------- value ---------- */
.value-grid{display:grid;gap:.85rem 2.25rem;margin:2.25rem 0 0;padding:0;list-style:none}
@media (min-width:720px){.value-grid{grid-template-columns:1fr 1fr}}
.value-grid li{display:flex;gap:.7rem;align-items:flex-start;padding-block:.55rem;
  border-bottom:1px solid var(--hair);font-size:.97rem}
.value-grid li svg{width:17px;height:17px;flex:none;margin-top:.28rem;color:var(--terra)}

/* ---------- skeptic ---------- */
.skeptic{background:var(--olive);color:var(--ivory)}
.skeptic h2{color:var(--ivory)}
.doubts{display:grid;gap:1rem;margin-top:2.25rem;padding:0;list-style:none}
@media (min-width:860px){.doubts{grid-template-columns:1fr 1fr}}
.doubt{background:rgba(27,35,29,.34);border:1px solid rgba(245,240,231,.14);border-radius:var(--radius);
  padding:1.15rem 1.25rem}
.doubt q{display:block;font-family:Newsreader,serif;font-size:1.08rem;font-style:italic;
  color:var(--sand);margin-bottom:.6rem;line-height:1.4}
.doubt p{margin:0;font-size:.93rem;color:rgba(245,240,231,.84)}

/* ---------- onboarding ---------- */
.steps{counter-reset:step;list-style:none;margin:2.25rem 0 0;padding:0;display:grid;gap:1.25rem}
@media (min-width:820px){.steps{grid-template-columns:repeat(3,1fr)}}
.steps li{counter-increment:step;position:relative;padding-top:2.6rem;border-top:1px solid var(--hair)}
.steps li::before{content:"0" counter(step);position:absolute;top:.9rem;left:0;
  font-family:Newsreader,serif;font-size:1.05rem;color:var(--terra-ink);letter-spacing:.06em}
.steps h3{margin-bottom:.35rem}
.steps p{font-size:.95rem;color:var(--ink-soft);margin:0}

/* ---------- faq ---------- */
.faq{background:var(--ivory-lift);border-block:1px solid var(--hair)}
.faq-list{margin-top:2rem;border-top:1px solid var(--hair)}
details{border-bottom:1px solid var(--hair)}
summary{cursor:pointer;list-style:none;padding:1.1rem 2.5rem 1.1rem 0;position:relative;
  font-weight:600;font-size:1rem;transition:color .16s}
summary::-webkit-details-marker{display:none}
summary:hover{color:var(--terra)}
summary::after{content:"";position:absolute;right:.5rem;top:1.5rem;width:10px;height:10px;
  border-right:1.6px solid var(--ink-soft);border-bottom:1.6px solid var(--ink-soft);
  transform:rotate(45deg);transition:transform .2s ease}
details[open] summary::after{transform:rotate(-135deg)}
details p{padding:0 0 1.2rem;color:var(--ink-soft);font-size:.97rem}

/* ---------- final cta (morning) ---------- */
.close{background:
    radial-gradient(90% 120% at 15% 0,rgba(221,208,188,.85),transparent 62%),
    linear-gradient(180deg,var(--ivory),#FDFBF6);
  text-align:left;border-top:1px solid var(--hair)}
.close-in{display:grid;gap:clamp(1.75rem,4vw,3rem)}
@media (min-width:900px){.close-in{grid-template-columns:1.1fr .9fr;align-items:center}}
.close h2{font-size:clamp(1.75rem,1.2rem + 2.2vw,2.6rem)}
.agenda{list-style:none;margin:0;padding:0;background:var(--ivory-lift);border:1px solid var(--hair);
  border-radius:var(--radius);overflow:hidden}
.agenda li{display:flex;gap:1rem;padding:.95rem 1.15rem;border-bottom:1px solid var(--hair);font-size:.93rem}
.agenda li:last-child{border-bottom:0}
.agenda b{flex:none;width:4.4rem;color:var(--terra-ink);font-variant-numeric:tabular-nums;font-size:.86rem}

/* ---------- footer ---------- */
.site-foot{background:var(--olive-ink);color:rgba(245,240,231,.72);padding-block:2.5rem 2rem;font-size:.88rem}
.foot-in{display:flex;flex-wrap:wrap;gap:1.25rem 2rem;align-items:center}
.site-foot a{color:rgba(245,240,231,.8);text-decoration:none;border-bottom:1px solid transparent}
.site-foot a:hover{color:var(--ivory);border-bottom-color:var(--sand)}
.foot-links{display:flex;flex-wrap:wrap;gap:1.25rem;margin-left:auto}
.foot-legal{width:100%;font-size:.78rem;color:rgba(245,240,231,.58);margin-top:1.25rem;
  padding-top:1.25rem;border-top:1px solid rgba(245,240,231,.12)}

/* ---------- sales concierge ---------- */
.ask-launch{position:fixed;right:clamp(.85rem,2.5vw,1.5rem);bottom:clamp(.85rem,2.5vw,1.5rem);z-index:70;
  display:inline-flex;align-items:center;gap:.55rem;background:var(--olive-ink);color:var(--ivory);
  border:1px solid rgba(245,240,231,.2);border-radius:99px;padding:.7rem 1.05rem .7rem .8rem;
  font:inherit;font-size:.88rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow-lift);
  transition:transform .2s ease,background .2s ease,opacity .25s ease}
.ask-launch:hover{background:var(--olive);transform:translateY(-2px)}
.ask-launch .mark{width:22px;height:22px;color:var(--sand);flex:none}
.ask-launch[hidden]{display:none}
.ask-launch.tucked{opacity:0;pointer-events:none;transform:translateY(8px)}

.ask-panel{position:fixed;right:clamp(.6rem,2.5vw,1.5rem);bottom:clamp(.6rem,2.5vw,1.5rem);z-index:80;
  width:min(calc(100vw - 1.2rem),382px);max-height:min(78vh,640px);background:var(--ivory);
  border:1px solid var(--hair);border-radius:18px;box-shadow:var(--shadow-lift);
  display:flex;flex-direction:column;overflow:hidden}
.ask-panel[hidden]{display:none}
.ask-head{background:var(--olive-ink);color:var(--ivory);padding:.85rem 1rem;display:flex;
  align-items:center;gap:.65rem;flex:none}
.ask-head .mark{width:24px;height:24px;color:var(--sand);flex:none}
.ask-head>span{min-width:0}
.ask-head .who{display:block;font-size:.92rem;font-weight:600;line-height:1.25}
.ask-head .status{display:block;font-size:.72rem;color:rgba(245,240,231,.7);line-height:1.3}
.ask-close{margin-left:auto;background:transparent;border:0;color:rgba(245,240,231,.8);cursor:pointer;
  font-size:1.35rem;line-height:1;padding:.2rem .4rem;border-radius:6px}
.ask-close:hover{color:var(--ivory);background:rgba(245,240,231,.12)}
.ask-body{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.6rem;
  background:var(--ivory);scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){.ask-body{scroll-behavior:auto}}
.ask-msg{max-width:88%;font-size:.885rem;line-height:1.55;padding:.62rem .8rem;border-radius:12px;
  white-space:pre-wrap;word-break:break-word;animation:pop .22s ease-out}
@media (prefers-reduced-motion:reduce){.ask-msg{animation:none}}
.ask-msg.bot{align-self:flex-start;background:var(--ivory-lift);border:1px solid var(--hair);
  border-bottom-left-radius:3px}
.ask-msg.me{align-self:flex-end;background:var(--olive);color:var(--ivory);border-bottom-right-radius:3px}
.ask-progress{align-self:flex-start;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;
  color:var(--ink-soft)}
.ask-chips{display:flex;flex-wrap:wrap;gap:.4rem;padding:0 1rem .6rem}
.ask-chips .chip{white-space:normal;text-align:left;font-size:.79rem}
.ask-form{display:flex;gap:.45rem;padding:.7rem;border-top:1px solid var(--hair);background:var(--ivory-lift);
  flex:none;align-items:center}
.ask-form input{flex:1;font:inherit;font-size:.885rem;padding:.6rem .8rem;border-radius:10px;
  border:1px solid var(--hair);background:#fff;min-width:0}
.ask-form button{flex:none;width:40px;height:40px;border-radius:10px;border:0;background:var(--terra);
  color:#FFF8F2;cursor:pointer;display:grid;place-items:center}
.ask-form button:hover{background:var(--terra-deep)}
.ask-form button svg{width:17px;height:17px}
.slots{display:grid;gap:.45rem;padding:0 1rem .8rem}
/* An explicit display beats the UA rule for [hidden]; without these, hiding the
   slot list after a booking silently does nothing. */
.slots[hidden],.consent[hidden]{display:none}
.slot{font:inherit;font-size:.85rem;text-align:left;background:var(--ivory-lift);border:1px solid var(--hair);
  border-radius:10px;padding:.62rem .8rem;cursor:pointer;display:flex;gap:.6rem;align-items:baseline;
  transition:border-color .15s,background .15s}
.slot:hover{border-color:var(--terra);background:#fff}
.slot b{font-weight:600}
.slot span{color:var(--ink-soft);font-size:.8rem}
.consent{display:flex;gap:.55rem;align-items:flex-start;padding:0 1rem .8rem;font-size:.76rem;
  color:var(--ink-soft);line-height:1.5}
.consent input{margin-top:.18rem;accent-color:var(--terra);width:16px;height:16px;flex:none}
.consent a{color:var(--terra)}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}

/* ---------- reveal: additive only, with a failsafe ---------- */
/* Never hides anything: the animation only plays on the way in, so a failed
   observer or no JS at all leaves every section fully visible. */
@media (prefers-reduced-motion:no-preference){
  .reveal.shown{animation:rise .55s cubic-bezier(.22,.61,.36,1) both}
}
@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--ivory);color:var(--charcoal);
  padding:.7rem 1rem;z-index:100;border-radius:0 0 8px 0}
.skip-link:focus{left:0}
.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}
