/* Home9 Platform — design system.
   Light theme throughout (no dark sections) per standing brand direction.
   Palette harmonised with the ADU page: steel + walnut on paper. */

@font-face{font-family:'Manrope';src:url('fonts/manrope.woff2') format('woff2');
  font-weight:200 800;font-display:swap;font-style:normal}
@font-face{font-family:'Bricolage';src:url('fonts/bricolage.woff2') format('woff2');
  font-weight:200 800;font-display:swap;font-style:normal}

:root{
  --paper:#ffffff;
  --panel:#F5F7F6;
  --panel-2:#EBEFED;
  --ink:#14181A;
  --ink-soft:#495055;
  --ink-faint:#767E83;
  --walnut:#6B4226;
  --walnut-deep:#482C18;
  --walnut-light:#9C6B45;
  --steel:#33454A;
  --steel-deep:#1E2B2F;
  --accent:#0F6E8C;
  --accent-soft:#E8F2F6;
  --line:rgba(20,24,26,0.13);
  --line-soft:rgba(20,24,26,0.07);
  --ok:#177A3D;
  --r:4px;
  --maxw:1240px;
  --sh-1:0 1px 2px rgba(20,24,26,.05);
  --sh-2:0 1px 2px rgba(20,24,26,.05), 0 10px 30px -8px rgba(20,24,26,.13);
  --sh-3:0 2px 4px rgba(20,24,26,.06), 0 22px 48px -12px rgba(20,24,26,.20);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font:16px/1.62 'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit}
button{font:inherit}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.wrap-narrow{max-width:820px;margin:0 auto;padding:0 24px}
.wrap-full{width:100%}
/* edge-to-edge: the assistant runs the full width of the viewport */
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:2px}
.skip{position:absolute;left:-999px;top:0;z-index:200;background:var(--walnut);color:#fff;
  padding:12px 20px;font-weight:700;text-decoration:none}
.skip:focus{left:0}

/* ---------------- header ---------------- */
.site-nav{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.93);
  backdrop-filter:saturate(1.6) blur(12px);border-bottom:1px solid var(--line-soft)}
.nav-inner{max-width:var(--maxw);margin:0 auto;padding:13px 24px;display:flex;align-items:center;gap:22px}
.logo{font-weight:800;letter-spacing:.13em;font-size:19px;text-decoration:none;color:var(--ink);flex:none}
.logo .nine{color:var(--walnut)}
.nav-links{display:flex;gap:4px;margin-left:auto;align-items:center}
.nav-links a{text-decoration:none;color:var(--ink-soft);font-size:14.5px;font-weight:650;
  padding:8px 12px;border-radius:var(--r)}
.nav-links a:hover{color:var(--walnut);background:var(--panel)}
.nav-links a[aria-current="page"]{color:var(--walnut);background:var(--panel)}
.nav-right{display:flex;align-items:center;gap:12px;flex:none}
.nav-phone{font-weight:750;font-size:14.5px;white-space:nowrap;text-decoration:none}
.nav-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);background:var(--paper);
  border-radius:var(--r);cursor:pointer;padding:11px 10px;flex-direction:column;justify-content:space-between}
.nav-toggle span{display:block;height:2px;background:var(--ink);border-radius:2px;transition:.22s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:940px){
  .nav-toggle{display:flex;width:44px;height:44px}
  /* The desktop header is pushed apart by .nav-links{margin-left:auto}. Here that
     element is taken out of flow to become the drop panel, so nothing was
     separating the two groups: logo, number and menu button all sat bunched
     against the left edge with the rest of the bar empty. */
  .nav-right{margin-left:auto}
  /* Anchored to the header instead of a hard-coded 62px, which was ~7px short of
     the real header height and left the panel sitting over its own border.
     visibility keeps the closed panel out of the tab order — it was reachable by
     keyboard while off-screen. */
  .nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;
    background:var(--paper);border-bottom:1px solid var(--line);padding:8px 16px 18px;
    box-shadow:var(--sh-2);margin:0;transform:translateY(-140%);visibility:hidden;
    transition:transform .26s ease,visibility .26s ease;
    max-height:calc(100vh - 64px);max-height:calc(100dvh - 64px);
    overflow-y:auto;overscroll-behavior:contain}
  .nav-links.open{transform:translateY(0);visibility:visible}
  .nav-links a{padding:14px 10px;font-size:16px;border-bottom:1px solid var(--line-soft)}
  .nav-links .m-cta{margin-top:12px;border:0;padding:15px 10px}
  /* the number stays: on a phone, tapping to call is the shortest path to a
     lead. It is the "Get started" button that goes — it repeats inside the menu */
  .nav-right .btn{display:none}
  /* below this width the site is being touched, not clicked, so the number gets
     a real target instead of the 22px-tall line of text it was */
  .nav-phone{display:inline-block;padding:11px 4px}
  .logo{padding:10px 0}
}
@media(max-width:560px){
  .nav-inner{padding:7px 16px;gap:12px}
  .nav-phone{font-size:13.5px}
  .logo{font-size:17px;letter-spacing:.1em}
}
@media(min-width:941px){.nav-links .m-cta{display:none}}

/* ---------------- buttons ---------------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:13px 24px;border-radius:var(--r);font-weight:750;font-size:15px;
  text-decoration:none;cursor:pointer;border:1px solid transparent;transition:.16s;white-space:nowrap}
/* .btn is already inline-flex with a gap, so an icon child needs no spacing rule */
.btn-ico{width:15px;height:15px;flex:none;fill:currentColor}
.btn-primary{background:var(--walnut);color:#fff;box-shadow:var(--sh-1)}
.btn-primary:hover{background:var(--walnut-deep);transform:translateY(-1px);box-shadow:var(--sh-2)}
.btn-steel{background:var(--steel);color:#fff}
.btn-steel:hover{background:var(--steel-deep);transform:translateY(-1px)}
.btn-ghost{background:var(--paper);color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--walnut);color:var(--walnut)}
.btn-lg{padding:16px 30px;font-size:16.5px}
.btn[disabled]{opacity:.6;pointer-events:none}
.btn .sp{width:15px;height:15px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;
  border-radius:50%;animation:spin .7s linear infinite;display:none}
.btn.loading .sp{display:block}
@keyframes spin{to{transform:rotate(360deg)}}

/* ---------------- type ---------------- */
.plate-label{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.18em;
  text-transform:uppercase;color:var(--walnut);border-left:2px solid var(--walnut);padding-left:10px}
h1,h2,h3,h4{line-height:1.13;letter-spacing:-.018em;font-weight:800}
h1{font-size:clamp(33px,5.2vw,56px)}
h2{font-size:clamp(26px,3.3vw,40px)}
h3{font-size:20px;letter-spacing:-.01em}
.lede{font-size:clamp(17px,1.7vw,19.5px);color:var(--ink-soft);max-width:64ch;line-height:1.6}
section{padding:78px 0}
section.tight{padding:52px 0}
.panel{background:var(--panel)}
.sec-head{text-align:center;max-width:760px;margin:0 auto 40px}
.sec-head h2{margin:14px 0 12px}
.sec-head .lede{margin:0 auto}

/* ---------------- hero ---------------- */
.hero{position:relative;padding:0;overflow:hidden;background:var(--steel-deep)}
.hero-media{position:absolute;inset:0}
/* The still is the base layer and the loop lays over it, so the frame is never
   empty while the video buffers — and on the visits that never get a video
   (phones, data-saver, reduced motion; see heroLoop in platform.js) the still
   simply stays. Both are absolute because they occupy the same box. */
.hero-media video,.hero-media .hero-still{position:absolute;inset:0;width:100%;height:100%}
.hero-media .hero-still img{width:100%;height:100%;object-fit:cover}
.hero-media video{display:none;object-fit:cover}
.hero-media.on video{display:block}
.hero-media::after{content:'';position:absolute;inset:0;transition:opacity .28s ease;
  background:linear-gradient(100deg,rgba(16,22,24,.93) 0%,rgba(16,22,24,.86) 45%,rgba(16,22,24,.66) 100%)}
/* walkthrough mode: copy out, scrim off, whole frame visible */
.hero.playing{background:#000;min-height:min(74vh,760px);min-height:min(74dvh,760px);display:flex}
.hero.playing .hero-inner{display:none}
.hero.playing .hero-media::after{opacity:0}
/* the walkthrough is an explicit tap, so it plays even where the ambient loop
   was never attached — which means showing the video and dropping the still */
.hero.playing .hero-media video{display:block;object-fit:contain;background:#000}
.hero.playing .hero-media .hero-still{display:none}
.hero-close{display:none;position:absolute;top:18px;right:18px;z-index:6;cursor:pointer;
  padding:9px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.5);
  background:rgba(10,14,16,.55);color:#fff;font-size:13.5px;font-weight:700;
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
.hero-close:hover{background:rgba(10,14,16,.8);border-color:#fff}
.hero.playing .hero-close{display:inline-flex}
.hero-inner{position:relative;max-width:var(--maxw);margin:0 auto;padding:82px 24px 64px;color:#fff}
.hero .plate-label{color:#E7C9AE;border-color:#9C6B45}
.hero-tel{align-self:center;margin-left:6px;color:#fff;font-size:16px;font-weight:750;
  text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:2px}
.hero-tel:hover{border-bottom-color:#fff}
/* the headline is a short product name, so it holds one line at every width:
   the 15ch cap is gone and the size scales with the viewport rather than
   wrapping on narrow screens */
.hero h1{margin:20px 0 20px;max-width:none;color:#fff;white-space:nowrap;
  font-size:clamp(24px,7.4vw,56px)}
.hero .lede{color:rgba(255,255,255,.86);margin-bottom:32px;max-width:56ch}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
/* the one headline figure rides alongside the buttons instead of holding its
   own row underneath them */
.cta-stat{display:flex;flex-direction:column;margin-left:10px;line-height:1.25;
  font-size:13px;font-weight:600;color:rgba(255,255,255,.7)}
/* the figure is a single token — the 24ch cap was sized for the 13px caption and
   was wrapping the 24px number underneath itself */
.cta-stat b{font-size:24px;font-weight:800;color:#fff;white-space:nowrap}
.cta-stat + .cta-stat{margin-left:20px;padding-left:20px;
  border-left:1px solid rgba(255,255,255,.22)}
.hero .btn-ghost{background:rgba(255,255,255,.09);color:#fff;border-color:rgba(255,255,255,.34)}
.hero .btn-ghost:hover{background:rgba(255,255,255,.17);color:#fff;border-color:#fff}
@media(max-width:640px){
  .hero-inner{padding:56px 20px 48px}
  .hero .lede{margin-bottom:26px}
  /* full-width buttons: two 170px pills side by side did not fit a 375px screen,
     so they wrapped into a ragged stack. Stacked deliberately, they are also
     thumb-sized. */
  .hero-cta{gap:10px}
  .hero-cta .btn-lg{flex:1 0 100%;padding:15px 22px}
  /* the two figures share one row under the buttons. Left-hand rules were
     written for figures sitting beside the buttons and overflowed the screen
     there — on this row the divider is vertical between them and a rule above. */
  .cta-stat{flex:1 1 0;min-width:0;margin-left:0;margin-top:6px;padding-top:15px;
    border-top:1px solid rgba(255,255,255,.18)}
  .cta-stat b{font-size:18px}
  .cta-stat + .cta-stat{margin-left:0;padding-left:15px;
    border-left:1px solid rgba(255,255,255,.22)}
}
/* the hero's spec strip is restyled further down the file, after the strip's own
   base rules — an override up here would lose to them on source order alone */
/* the headline is nowrap so it holds one line, which it does down to ~330px.
   Below that it would be clipped by body{overflow-x:hidden}, so it wraps. */
@media(max-width:380px){.hero h1{white-space:normal}}
/* "~$1,600 / Month" is one unbreakable token, 146px of ink at this size, so a
   shared row needs about 350px of viewport to hold both figures — below that it
   was clipped rather than wrapped. Under 380px they take one row each. */
@media(max-width:380px){
  .cta-stat{flex:1 0 100%;margin-top:0;padding-top:13px}
  .cta-stat + .cta-stat{padding-left:0;border-left:0}
}

/* page hero (verticals) */
.phero{position:relative;overflow:hidden;background:var(--steel-deep)}
.phero-media{position:absolute;inset:0}
.phero-media img{width:100%;height:100%;object-fit:cover}
.phero-media::after{content:'';position:absolute;inset:0;
  background:linear-gradient(96deg,rgba(20,26,28,.92),rgba(20,26,28,.60))}
.phero-inner{position:relative;max-width:var(--maxw);margin:0 auto;padding:74px 24px 66px;color:#fff}
.phero h1{color:#fff;margin:18px 0 16px;max-width:17ch}
.phero .lede{color:rgba(255,255,255,.86);margin-bottom:28px}
.phero .plate-label{color:#E7C9AE;border-color:#9C6B45}
.crumb{font-size:13.5px;color:rgba(255,255,255,.6);margin-bottom:6px}
.crumb a{color:rgba(255,255,255,.82)}

/* ---------------- static card shell (noscript + empty states) ---------------- */
.nav-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r);
  box-shadow:var(--sh-3);padding:32px;max-width:1000px;margin:0 auto}
@media(max-width:600px){.nav-card{padding:22px 18px}}
.nav-q{font-size:23px;font-weight:800;letter-spacing:-.015em;margin-bottom:6px}
.nav-sub{color:var(--ink-soft);font-size:15px;margin-bottom:22px}
@keyframes fade{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}

/* result / brand cards with imagery */
.results,.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(272px,1fr));gap:14px}
.res{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--r);
  text-decoration:none;transition:.18s;background:var(--paper);overflow:hidden}
.res:hover{border-color:var(--walnut);transform:translateY(-3px);box-shadow:var(--sh-2)}
.res .thumb{aspect-ratio:3/2;background:var(--panel-2);overflow:hidden;position:relative}
.res .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.res:hover .thumb img{transform:scale(1.045)}
.res .mark{width:100%;height:100%;display:grid;place-items:center;font-size:44px;font-weight:800;
  color:var(--walnut-light);background:linear-gradient(140deg,var(--panel),var(--panel-2))}
.res .body{padding:15px 17px 17px;display:flex;flex-direction:column;gap:5px;flex:1}
.res b{font-size:16.5px}
.res span.d{font-size:13.5px;color:var(--ink-soft);line-height:1.45;flex:1}
.res em{font-style:normal;font-size:12.5px;font-weight:750;color:var(--accent);letter-spacing:.03em}
.res.promo{border-color:var(--walnut-light)}
.res.promo em{color:var(--walnut)}
.res .flag{position:absolute;top:10px;left:10px;background:var(--walnut);color:#fff;font-size:10.5px;
  font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:4px 9px;border-radius:999px}

.chip-btn{background:var(--panel);border:1px solid var(--line-soft);border-radius:999px;
  padding:7px 14px;font-size:13.5px;font-weight:650;color:var(--ink-soft);cursor:pointer}
.chip-btn:hover{border-color:var(--walnut);color:var(--walnut);background:#FDFBF9}

/* ---------------- assistant ----------------
   Drawn as a chat window, not a form: a framed surface with a title bar naming
   who is answering, a scrolling thread of bubbles under it, and a composer
   pinned along the bottom. Phone-first — the frame runs nearly edge to edge on a
   narrow screen and every control in it is thumb-sized. Scoped under .asst
   because .msg also belongs to form validation. */
.asst-band{padding:0;background:var(--steel-deep)}
.asst{
  --a-ink:#EDF4F6;
  --a-dim:#9DB2B9;
  --a-line:rgba(255,255,255,.12);
  --a-surface:rgba(255,255,255,.06);
  --a-glow:#E7C9AE;
  width:100%;display:flex;flex-direction:column;color:var(--a-ink);
  padding:40px clamp(14px,4vw,56px) 40px;
  /* rounded where it sits inside a light page section, square in the full-bleed
     band on the home page where it runs edge to edge */
  border-radius:20px;
  background:
    radial-gradient(120% 90% at 12% 0%,rgba(231,201,174,.14),transparent 62%),
    radial-gradient(90% 80% at 88% 8%,rgba(156,107,69,.26),transparent 60%),
    var(--steel-deep);
}
.asst-band .asst{border-radius:0}
.asst-lead{width:100%;max-width:900px;margin:0 auto 20px}
.asst-lead .plate-label{color:var(--a-glow);border-color:var(--walnut-light)}
.asst-lead h2{margin-top:13px;color:#fff;font-size:clamp(21px,3vw,30px);max-width:24ch}

/* the window itself */
.asst-win{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;
  background:rgba(9,14,16,.42);border:1px solid var(--a-line);border-radius:18px;
  box-shadow:0 30px 70px -34px rgba(0,0,0,.9);overflow:hidden}

/* ---- title bar: who is answering, and that it is live ---- */
.asst-bar{display:flex;align-items:center;gap:12px;padding:13px 16px;
  border-bottom:1px solid var(--a-line);background:rgba(255,255,255,.05)}
.asst-av{flex:none;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(150deg,#E7C9AE,var(--walnut-light));
  box-shadow:0 0 0 1px rgba(255,255,255,.16),0 0 22px -8px var(--a-glow)}
.asst-av svg{width:21px;height:21px;fill:#2B1B0F}
.asst-id{display:flex;flex-direction:column;gap:2px;min-width:0}
.asst-id b{font-size:15.5px;font-weight:750;color:#fff;letter-spacing:-.01em;
  font-family:'Bricolage','Manrope',sans-serif}
.asst-id i{display:flex;align-items:center;gap:7px;font-style:normal;font-size:12.5px;
  color:var(--a-dim);white-space:nowrap}
.asst-live{flex:none;width:7px;height:7px;border-radius:50%;background:#4ED08A;
  box-shadow:0 0 0 3px rgba(78,208,138,.16)}
.asst-restart{margin-left:auto;flex:none;display:inline-flex;align-items:center;gap:7px;
  cursor:pointer;padding:9px 15px;border-radius:999px;
  background:var(--a-surface);border:1px solid var(--a-line);color:var(--a-dim);
  font-size:13px;font-weight:700;transition:.15s}
.asst-restart:hover{color:#fff;border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.1)}
.asst-ico{width:14px;height:14px;flex:none;fill:none;stroke:currentColor;stroke-width:2.1;
  stroke-linecap:round;stroke-linejoin:round}

/* ---- conversation ---- */
.asst-thread{padding:18px 16px 4px;overflow-y:auto;overscroll-behavior:contain;
  min-height:250px;max-height:min(56vh,520px);max-height:min(56dvh,520px);
  scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}
.asst-thread::-webkit-scrollbar{width:8px}
.asst-thread::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:99px}

.asst .msg{display:flex;gap:9px;align-items:flex-end;margin-bottom:10px}
.asst .msg .av{flex:none;width:26px;height:26px;margin-bottom:2px;border-radius:50%;
  display:grid;place-items:center;font-size:11px;font-weight:800;color:#2B1B0F;
  background:linear-gradient(150deg,#E7C9AE,var(--walnut-light))}
/* one avatar per run of replies, the way a messaging app groups them — the space
   is kept so the bubbles below stay on the same left edge */
.asst .msg.bot:not(.sug):not(.wide) + .msg.bot:not(.sug):not(.wide) .av{visibility:hidden}
.asst .msg .bub{max-width:min(84%,600px);padding:12px 16px;font-size:15.5px;line-height:1.5;
  color:var(--a-ink);background:var(--a-surface);border:1px solid var(--a-line);
  border-radius:17px 17px 17px 6px;animation:asst-in .24s ease}
.asst .msg .bub .txt{white-space:pre-wrap}
.asst .msg.user{justify-content:flex-end;margin-bottom:12px}
.asst .msg.user .bub{color:#2B1B0F;font-weight:650;border:0;border-radius:17px 17px 6px 17px;
  background:linear-gradient(150deg,#E7C9AE,var(--walnut-light))}
.asst .msg.wide{display:block}
.asst .msg.wide .bub.plain{max-width:none;padding:0;background:none;border:0}

.asst .dots{display:inline-flex;gap:6px;align-items:center;padding:3px 2px}
.asst .dots i{display:block;width:8px;height:8px;border-radius:50%;background:var(--a-glow);
  animation:asst-pulse 1.15s infinite ease-in-out}
.asst .dots i:nth-child(2){animation-delay:.16s} .asst .dots i:nth-child(3){animation-delay:.32s}

/* ---- answers: the replies you could send, so they sit on your side of the
       thread the way a messaging app puts suggested replies ---- */
.asst .msg.sug{display:block;padding-left:0;margin-bottom:16px}
.asst .sug-box{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.asst .sug-lead{width:100%;margin-bottom:4px;font-size:12.5px;font-weight:650;color:var(--a-dim);
  text-align:right}
.asst .sug-btn{display:inline-flex;align-items:center;min-height:44px;max-width:100%;
  cursor:pointer;padding:10px 18px;text-align:left;
  font-size:15px;font-weight:650;color:var(--a-ink);background:var(--a-surface);
  border:1px solid var(--a-line);border-radius:999px;transition:.16s;
  animation:asst-in .26s ease backwards}
.asst .sug-btn b{font-weight:650;font-size:15px}
.asst .sug-btn span{display:none}
.asst .sug-btn:hover{color:#fff;border-color:var(--a-glow);background:rgba(231,201,174,.14);
  transform:translateY(-1px);box-shadow:0 8px 24px -12px var(--a-glow)}
.asst .sug-tag{display:none}
.asst .sug-btn[disabled]{cursor:default;transform:none;box-shadow:none}

.asst .results{grid-template-columns:repeat(auto-fill,minmax(215px,1fr));gap:12px;padding-left:35px}
.asst .res{color:var(--a-ink);border-color:var(--a-line);background:var(--a-surface)}
.asst .res:hover{border-color:var(--a-glow);box-shadow:0 12px 34px -18px var(--a-glow)}
.asst .res .thumb{background:#22333A}
.asst .res .mark{background:linear-gradient(140deg,#28383E,var(--steel-deep));color:rgba(231,201,174,.55)}
.asst .res span.d{color:var(--a-dim)}
.asst .res em{color:var(--a-glow)}

/* ---- composer: pinned along the bottom of the window ---- */
.asst-composer{display:flex;align-items:center;gap:10px;padding:12px 14px;
  border-top:1px solid var(--a-line);background:rgba(255,255,255,.05)}
.asst-composer input{flex:1;min-width:0;font:inherit;font-size:16px;padding:13px 18px;
  color:#fff;caret-color:var(--a-glow);background:rgba(255,255,255,.07);
  border:1px solid var(--a-line);border-radius:999px;transition:.16s}
.asst-composer input::placeholder{color:var(--a-dim)}
.asst-composer input:focus{outline:none;border-color:var(--a-glow);background:rgba(255,255,255,.1);
  box-shadow:0 0 0 4px rgba(231,201,174,.14)}
.asst-composer button{flex:none;width:48px;height:48px;border:0;border-radius:50%;cursor:pointer;
  display:grid;place-items:center;color:#2B1B0F;
  background:linear-gradient(150deg,#E7C9AE,var(--walnut-light));
  box-shadow:0 10px 26px -10px var(--a-glow);transition:.16s}
.asst-composer button:hover{filter:brightness(1.1);transform:translateY(-1px)}
.asst-composer svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;
  stroke-linecap:round;stroke-linejoin:round}

@keyframes asst-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes asst-pulse{0%,80%,100%{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}

@media(prefers-reduced-motion:reduce){
  .asst .dots i{animation:none;opacity:.7}
  .asst .msg .bub,.asst .sug-btn{animation:none}
}

/* Phone: the window runs nearly edge to edge, the title bar keeps only what
   identifies the thread, and every control stays a thumb target. */
@media(max-width:560px){
  .asst{padding:26px 12px 30px}
  .asst-lead{margin-bottom:16px;padding:0 4px}
  .asst-win{border-radius:16px}
  .asst-bar{padding:11px 12px;gap:10px}
  .asst-av{width:34px;height:34px}
  .asst-av svg{width:19px;height:19px}
  .asst-id b{font-size:14.5px}
  .asst-id i{font-size:11.5px}
  /* the label goes, the icon stays — the button keeps its 42px target and the
     name beside it keeps the room it needs */
  .asst-restart{padding:0;width:42px;height:42px;justify-content:center;border-radius:50%}
  .asst-restart span{display:none}
  .asst-ico{width:16px;height:16px}
  /* the floor is only what an opening message needs — the thread grows to the
     max as the conversation does, so a taller floor is just empty dark space */
  .asst-thread{padding:14px 12px 2px;min-height:190px;max-height:min(56dvh,470px)}
  .asst .msg .bub{max-width:86%;font-size:15.5px}
  .asst .msg.wide .bub.plain{max-width:none}
  .asst .results{grid-template-columns:1fr;padding-left:0;gap:9px}
  /* in the thread a full 3:2 card is ~230px of image per recommendation, so on a
     phone the card lies down: thumb left, name and line right. Three results now
     fit on screen together instead of one. */
  .asst .res{flex-direction:row;align-items:stretch}
  .asst .res .thumb{flex:none;width:98px;aspect-ratio:auto}
  .asst .res .thumb img,.asst .res .thumb picture{position:absolute;inset:0;width:100%;height:100%}
  .asst .res .mark{font-size:30px}
  .asst .res .body{padding:11px 13px;gap:3px}
  .asst .res b{font-size:15.5px}
  .asst .res span.d{font-size:13px}
  .asst .sug-btn{padding:10px 16px;font-size:14.5px}
  .asst-composer{padding:10px;gap:8px}
  .asst-composer input{padding:12px 16px}
  .asst-composer button{width:46px;height:46px}
}

/* ---------------- directory ---------------- */
.dir-tools{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:26px}
.dir-tools input{flex:1;min-width:240px;font:inherit;font-size:15.5px;padding:13px 15px;
  border:1px solid var(--line);border-radius:var(--r)}
.filter-btn{background:var(--paper);border:1px solid var(--line);border-radius:999px;
  padding:8px 15px;font-size:13.5px;font-weight:700;color:var(--ink-soft);cursor:pointer}
/* 40px tall is under the 44px a thumb wants, and these are the directory's main
   control on a phone */
@media(max-width:940px){.filter-btn{min-height:44px;padding:8px 17px}}
.filter-btn:hover{border-color:var(--walnut);color:var(--walnut)}
.filter-btn.on{background:var(--steel);border-color:var(--steel);color:#fff}
.grp{margin-bottom:48px;scroll-margin-top:90px}
.grp h3{margin-bottom:5px}
.grp p.blurb{color:var(--ink-soft);font-size:14.5px;margin-bottom:18px;max-width:70ch}
.count{color:var(--ink-faint);font-size:14px;margin-bottom:18px}

/* ---------------- feature rows ---------------- */
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.split.rev>*:first-child{order:2}
@media(max-width:900px){.split{grid-template-columns:1fr;gap:28px}.split.rev>*:first-child{order:0}}
.split-media{border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-2);aspect-ratio:4/3}
.split-media img{width:100%;height:100%;object-fit:cover}

.pointlist{display:grid;gap:18px;margin-top:26px}
.point{display:flex;gap:14px;align-items:flex-start}
.point .n{flex:none;width:29px;height:29px;border-radius:50%;background:var(--walnut);color:#fff;
  display:grid;place-items:center;font-size:13px;font-weight:800}
.point b{display:block;font-size:16px;margin-bottom:3px}
.point p{font-size:14.5px;color:var(--ink-soft);line-height:1.55}

/* steps */
.steps3{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}
.stepc{background:var(--paper);border:1px solid var(--line);border-radius:var(--r);padding:26px 24px;position:relative}
.stepc .num{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--walnut);margin-bottom:12px}
.stepc h3{margin-bottom:8px}
.stepc p{font-size:14.5px;color:var(--ink-soft)}

/* ---------------- ADU promo ---------------- */
.promo-band{background:linear-gradient(102deg,#F8F2EC,#EFF4F4);
  border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.promo-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
@media(max-width:940px){.promo-grid{grid-template-columns:1fr;gap:28px}}
.promo-media{border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-3);aspect-ratio:3/2}
.promo-media img{width:100%;height:100%;object-fit:cover}
.promo-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:26px}
.pstat{background:rgba(255,255,255,.8);border:1px solid var(--line-soft);border-radius:var(--r);padding:15px 17px}
.pstat b{display:block;font-size:23px;font-weight:800;line-height:1.2;color:var(--walnut-deep)}
.pstat span{font-size:12.5px;color:var(--ink-soft);font-weight:650;line-height:1.4}

/* ---------------- ADU: consolidated home-page blocks ---------------- */
.duo{display:grid;grid-template-columns:1.35fr 1fr;gap:26px;align-items:start;margin-top:30px}
.vid{border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:var(--steel-deep)}
.vid video{width:100%;height:auto;display:block;background:#000}
.vid .cap{padding:12px 16px;font-size:13px;color:var(--ink-soft);background:var(--paper)}

.spec{border:1px solid var(--line);border-radius:var(--r);background:var(--paper);padding:22px 24px}
.spec h3{font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--walnut);margin-bottom:14px}
.spec dl{display:grid;grid-template-columns:1fr auto;gap:0}
.spec dt,.spec dd{padding:9px 0;border-top:1px solid var(--line-soft);font-size:14.5px}
.spec dt{color:var(--ink-soft)}
.spec dd{text-align:right;font-weight:700}
.spec dt:first-of-type,.spec dl dd:first-of-type{border-top:0}

/* Thumbnails. The source photos are wildly mixed — 1288x952 landscape, 952x1288
   portrait, and a 695x257 strip — so the tile fixes the height and crops to it.
   A fixed height is what makes rows line up; aspect-ratio alone did not, because
   each image resolved a different box. Three across keeps the low-resolution
   interiors from being upscaled past what they can carry. */
.shots{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:16px}
.shots figure{margin:0;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;
  background:var(--panel-2);transition:.16s}
.shots figure:hover{border-color:var(--walnut);box-shadow:var(--sh-2)}
.shots picture{display:block}
.shots img{width:100%;height:150px;object-fit:cover;object-position:center;display:block}
.shots figcaption{padding:10px 13px;font-size:12.5px;font-weight:650;line-height:1.35;
  color:var(--ink-soft)}

.who{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 26px;margin-top:26px;
  list-style:none;padding:0}
.who li{position:relative;padding-left:20px;font-size:15px;color:var(--ink-soft)}
.who li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:2px;background:var(--walnut)}

.actionrow{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:30px}
.actionrow .tel{font-size:15px;font-weight:700;text-decoration:none;color:var(--ink)}
.actionrow .tel span{font-weight:600;color:var(--ink-faint)}
.fineprint{margin-top:22px;font-size:12.5px;line-height:1.6;color:var(--ink-faint);max-width:760px}

@media(max-width:1000px){
  .shots{grid-template-columns:repeat(3,1fr)}
  .shots img{height:170px}
}
@media(max-width:900px){
  .duo{grid-template-columns:1fr}
  .who{grid-template-columns:1fr}
}
@media(max-width:560px){
  .shots{grid-template-columns:repeat(2,1fr);gap:10px}
  .shots img{height:126px}
  /* 11.5px was below what is comfortable at arm's length; the room comes out of
     the padding instead */
  .shots figcaption{padding:8px 10px;font-size:12.5px}
}

/* the three-step flow and the spec sheet, compressed into strips so the whole
   offer lives in one section instead of three */
.flow{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px;
  padding-top:26px;border-top:1px solid var(--line)}
.flow-stack{grid-template-columns:1fr;gap:18px;margin-top:18px;padding-top:0;border-top:0}
.flow-stack div{padding-left:0}
.promo-grid .who{margin-top:24px;padding-top:20px;border-top:1px solid var(--line-soft)}
.flow div{display:flex;flex-direction:column;gap:5px}
.flow b{font-size:14px;font-weight:800;letter-spacing:.02em;color:var(--walnut-deep)}
.flow span{font-size:13.5px;line-height:1.5;color:var(--ink-soft)}

.specs-band{padding:34px 0 38px}
.spec-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:0;
  background:var(--line-soft);border:1px solid var(--line-soft);border-radius:var(--r);overflow:hidden}
.spec-strip div{background:var(--paper);padding:13px 16px}
.spec-strip b{display:block;font-size:11.5px;font-weight:800;letter-spacing:.09em;
  text-transform:uppercase;color:var(--ink-faint);margin-bottom:3px}
.spec-strip span{font-size:14px;font-weight:700;color:var(--ink)}

@media(max-width:900px){
  .flow{grid-template-columns:1fr;gap:14px}
  /* This has to sit *after* the four-column rule above, not with the other 900px
     overrides higher up the file: same specificity, so source order decides, and
     up there it lost — the strip was running four columns wide on every phone
     and the last one was clipped off the screen. */
  .spec-strip{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:400px){
  .spec-strip div{padding:11px 12px}
  .spec-strip span{font-size:13.5px}
}

/* the spec sheet, thumbnails and fine print live inside the hero now, so they
   are restyled for a dark, moving background rather than the paper surface */
.hero .spec-strip{margin-top:38px;background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.18);border-radius:var(--r)}
.hero .spec-strip div{background:rgba(14,20,22,.58);-webkit-backdrop-filter:blur(4px);
  backdrop-filter:blur(4px)}
.hero .spec-strip b{color:rgba(255,255,255,.62)}
.hero .spec-strip span{color:#fff}
@media(max-width:640px){
  .hero .spec-strip{margin-top:30px}
  /* eight blurred panels stacked over a moving video is the most expensive thing
     on this page for a phone GPU, and they read the same solid */
  .hero .spec-strip div{padding:11px 13px;background:rgba(14,20,22,.82);
    -webkit-backdrop-filter:none;backdrop-filter:none}
}

.hero .shots{margin-top:14px}
.hero .shots figure{border-color:rgba(255,255,255,.18);background:rgba(14,20,22,.5)}
.hero .shots figure:hover{border-color:rgba(255,255,255,.55);box-shadow:none}
.hero .shots figcaption{color:rgba(255,255,255,.78)}

.hero .fineprint{margin-top:24px;color:rgba(255,255,255,.58);max-width:none}
.hero .fineprint a{color:rgba(255,255,255,.9)}

/* ---------------- FAQ ---------------- */
.faq{max-width:840px;margin:0 auto}
.faq details{border-bottom:1px solid var(--line);padding:4px 0}
.faq summary{cursor:pointer;padding:18px 40px 18px 0;font-weight:750;font-size:16.5px;
  list-style:none;position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';position:absolute;right:6px;top:50%;transform:translateY(-50%);
  font-size:22px;font-weight:400;color:var(--walnut);transition:.2s}
.faq details[open] summary::after{content:'\2212'}
.faq details p{padding:0 40px 20px 0;color:var(--ink-soft);font-size:15.5px}

/* ---------------- forms ---------------- */
/* the two delivery choices on the container form: full-width selectable cards,
   not a dropdown, because the choice is the point of the page */
.optcards{border:0;padding:0;margin:0 0 22px;display:grid;gap:10px}
.optcards legend{padding:0;margin-bottom:10px;font-size:13px;font-weight:750;color:var(--ink-soft)}
.optcard{display:flex;gap:13px;align-items:flex-start;cursor:pointer;padding:15px 17px;
  background:var(--paper);border:1px solid var(--line);border-radius:var(--r);transition:.15s}
.optcard:hover{border-color:var(--walnut-light);background:#FDFBF9}
.optcard input{flex:none;width:18px;height:18px;margin-top:2px;accent-color:var(--walnut)}
.oc-body{display:flex;flex-direction:column;gap:4px}
.oc-body b{font-size:15.5px;font-weight:750}
.oc-body span{font-size:13.5px;line-height:1.5;color:var(--ink-soft)}
.optcard:has(input:checked){border-color:var(--walnut);background:#FDFBF9;
  box-shadow:0 0 0 1px var(--walnut)}
.optcard:focus-within{outline:3px solid var(--accent);outline-offset:2px}

.form-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r);
  box-shadow:var(--sh-2);padding:30px}
@media(max-width:560px){.form-card{padding:22px 18px}}
.field{margin-bottom:16px}
.field label{display:block;font-size:13px;font-weight:750;margin-bottom:6px;color:var(--ink-soft)}
.field input,.field select,.field textarea{width:100%;font:inherit;font-size:15.5px;padding:12px 14px;
  border:1px solid var(--line);border-radius:var(--r);background:var(--paper);color:var(--ink)}
.field textarea{min-height:110px;resize:vertical}
.field .msg{display:none;color:#9B2C2C;font-size:12.5px;font-weight:650;margin-top:5px}
.field.bad input,.field.bad select,.field.bad textarea{border-color:#D98A8A;background:#FEF8F8}
.field.bad .msg{display:block}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:560px){
  .row2{grid-template-columns:1fr}
  /* iOS Safari zooms the whole page in when you focus a control smaller than
     16px, and never zooms back out — every field on the site was 15.5px */
  .field input,.field select,.field textarea,.dir-tools input{font-size:16px}
  .field input,.field select{padding:13px 14px}
  .field label{font-size:13.5px}
}
.hp{position:absolute!important;left:-9999px!important}
.note{font-size:12.5px;color:var(--ink-faint);margin-top:13px}
.alert{background:#FDECEC;border:1px solid #F3C5C5;color:#9B2C2C;padding:12px 15px;
  border-radius:var(--r);font-size:14.5px;margin-bottom:18px}
.ctx{background:var(--accent-soft);border:1px solid #C8E1EA;border-radius:var(--r);
  padding:14px 16px;font-size:14.5px;margin-bottom:20px;line-height:1.5}
.ctx b{font-weight:800}

/* ---------------- misc ---------------- */
.cta-band{background:var(--steel-deep);color:#fff;padding:66px 0}
.cta-band h2{color:#fff;margin-bottom:14px}
.cta-band p{color:rgba(255,255,255,.8);font-size:18px;max-width:56ch;margin-bottom:28px}
.cta-band .btn-ghost{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.34)}
.cta-band .btn-ghost:hover{background:rgba(255,255,255,.18);color:#fff;border-color:#fff}

.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.badge{background:var(--panel);border:1px solid var(--line-soft);border-radius:999px;
  padding:7px 15px;font-size:13px;font-weight:700;color:var(--ink-soft)}

.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none}
}

/* ---------------- footer ---------------- */
footer.site{background:var(--panel);border-top:1px solid var(--line-soft);padding:52px 0 30px}
.foot-top{display:grid;grid-template-columns:1.25fr 2fr;gap:38px}
@media(max-width:860px){.foot-top{grid-template-columns:1fr}}
.foot-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(146px,1fr));gap:24px}
.foot-cols h4{font-size:11.5px;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:11px}
.foot-cols a{display:block;text-decoration:none;color:var(--ink-soft);font-size:14px;padding:3.5px 0}
.foot-cols a:hover{color:var(--walnut)}
.foot-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
  margin-top:34px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:var(--ink-faint)}
/* touch-width footer: 3.5px of padding made a 24px-tall target on a column of
   small links, and the number is a tap-to-call, not a line of prose */
@media(max-width:940px){
  .foot-cols a{padding:9px 0;font-size:15px}
  .foot-top a[href^="tel:"]{display:inline-block;padding:8px 0}
}
@media(max-width:560px){
  footer.site{padding:40px 0 26px}
  .foot-cols{grid-template-columns:repeat(2,1fr);gap:20px}
  .foot-bottom{margin-top:26px;gap:8px}
}

/* ---------------- small screens ----------------
   Vertical rhythm sized for a 1240px page reads as dead space on a 375px one:
   78px between sections is most of a phone screen spent on nothing. */
@media(max-width:640px){
  section{padding:52px 0}
  section.tight{padding:38px 0}
  .wrap,.wrap-narrow{padding:0 20px}
  .sec-head{margin-bottom:30px}
  .cta-band{padding:48px 0}
  .cta-band p{font-size:16.5px}
  /* buttons that sit alone in a card are worth the full width of the thumb.
     (The .hero-cta rows above already stack — cta-band reuses that class.) */
  .nav-card .btn{width:100%}
  .actionrow,.badges{margin-top:22px}
  .actionrow .btn{flex:1 0 100%}
}
