/* Sunshine Coast Shutters — single stylesheet. Mobile first; desktop from 820px. */

@font-face{font-family:Manrope;src:url(/assets/fonts/manrope-latin.woff2) format('woff2');font-weight:200 800;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215}
@font-face{font-family:Inter;src:url(/assets/fonts/inter-latin.woff2) format('woff2');font-weight:100 900;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215}

:root{
  --brand-900:#22292b; --brand-700:#3f6b62; --brand-500:#578c81;
  --accent:#3f6b62; --accent-soft:#e3ede9; --secondary:#55666b; --gold:#d6ac72;
  --ink:#22292b; --ink-2:#5b686c;
  --surface:#f7f4ef; --surface-2:#ede7de; --border:#ded6c9;
  --fd:Manrope,system-ui,-apple-system,sans-serif;
  --fb:Inter,system-ui,-apple-system,sans-serif;
  --pad:16px; --r:12px;
}

*,*::before,*::after{box-sizing:border-box}
[hidden]{display:none!important} /* must beat the display rules set on .qf__step, .qf__back etc. */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--surface);color:var(--ink);font:400 16px/1.5 var(--fb);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
h1,h2,h3{font-family:var(--fd);letter-spacing:-.6px;margin:0;text-wrap:balance}
p{margin:0}
a{color:var(--brand-700);-webkit-tap-highlight-color:transparent}
button{font:inherit;color:inherit}
:where(a,button,input,textarea,summary):focus-visible{outline:2px solid var(--brand-700);outline-offset:2px}
.vh{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
section[id],.qf{scroll-margin-top:80px} /* clear the sticky header on anchor jumps */

.i{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
.i--lg{width:1.75em;height:1.75em;stroke-width:1.6}

.wrap{max-width:1280px;margin-inline:auto}
.wrap--narrow{max-width:1100px}
.wrap--tight{max-width:880px}

/* ── buttons ─────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border:0;border-radius:10px;color:#fff;text-decoration:none;font-weight:700;font-size:15px;cursor:pointer}
.btn--accent{background:var(--accent);box-shadow:0 6px 18px rgba(63,107,98,.3)}
.btn--brand{background:var(--brand-700);width:100%;font-size:13.5px;padding:12px 14px}
.btn--sm{padding:10px 14px;font-size:13px}
.btn--lg{padding:18px 32px;font-size:16px}
@media(hover:hover){.btn:hover{filter:brightness(1.08)}}

.eyebrow{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--brand-700)}
.eyebrow::before{content:"";width:28px;height:1px;background:currentColor}
.eyebrow--rule{justify-content:center;letter-spacing:1.4px;margin-bottom:18px}
.eyebrow--rule::after{content:"";width:24px;height:1px;background:currentColor;opacity:.5}

.sh{display:flex;flex-direction:column;gap:12px;max-width:720px}
.sh h2{font-size:32px;line-height:1.05;letter-spacing:-1px;color:var(--brand-900)}
.sh__sub{font-size:15px;line-height:1.5;color:var(--ink-2)}
.sh--center{margin-inline:auto;text-align:center}
.sh--center .eyebrow{justify-content:center}
.sh--dark h2{color:#fff}
.sh--dark .sh__sub{color:rgba(255,255,255,.72)}
.sh--dark .eyebrow{color:var(--gold)}

.stars{display:inline-flex;gap:2px;color:#ffc62f}
.stars svg{width:14px;height:14px;fill:currentColor}
.stars--brand{color:var(--brand-700)}
.stars--brand svg{width:16px;height:16px}

/* ── header ──────────────────────────────────────────── */
.hdr{position:sticky;top:0;z-index:50;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.08)}
.hdr__in{max-width:1280px;margin-inline:auto;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.hdr__nav{display:none}
.logo{display:flex;flex-direction:column;gap:1px;text-decoration:none;color:#fff;font-family:var(--fd);line-height:1;white-space:nowrap}
.logo__a{font-weight:900;font-size:17px;letter-spacing:-.5px}
.logo__b{font-weight:300;font-size:14.5px;letter-spacing:3.4px;color:rgba(255,255,255,.82)}

/* ── hero ────────────────────────────────────────────── */
.hero{background:#181f21 url(/assets/hero-900.webp) center 65%/cover no-repeat;position:relative}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,28,30,.82),rgba(22,28,30,.68) 45%,rgba(22,28,30,.72))}
.hero__in{position:relative;max-width:1280px;margin-inline:auto;padding:24px 16px 32px;display:grid;gap:24px}
.hero__copy{color:#fff;min-width:0}
.rating{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:13px;font-weight:500;color:rgba(255,255,255,.78)}
.hero h1{font-size:38px;line-height:1.02;letter-spacing:-1.4px;color:#fff;margin-bottom:20px}
.hero h1 em{font-style:normal;color:var(--gold)}
.hero__sub{font-size:16px;line-height:1.55;max-width:520px;margin-bottom:28px}
.polaroids{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:540px}
.polaroids figure{margin:0;padding:6px;background:#fff;border-radius:4px;box-shadow:0 8px 20px rgba(0,0,0,.35);display:flex;flex-direction:column;gap:6px}
.polaroids img{aspect-ratio:1;object-fit:cover;border-radius:2px;width:100%}
.polaroids figcaption{font-size:11px;font-weight:600;letter-spacing:.3px;text-align:center;color:#1a1a1a;padding-bottom:2px}

/* ── quote form ──────────────────────────────────────── */
.qf{position:relative;background:#fff;border-radius:14px;padding:16px 18px 20px;width:100%;box-shadow:0 24px 60px rgba(0,0,0,.25)}
.qf__top{display:flex;align-items:center;gap:8px;margin-bottom:14px}
.qf__back{display:inline-flex;align-items:center;gap:4px;padding:6px 10px 6px 8px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--ink-2);font-size:12px;font-weight:600;cursor:pointer}
.qf__badge{padding:6px 10px;border-radius:999px;background:var(--accent-soft);color:var(--brand-700);font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}
.qf__back:not([hidden])+.qf__badge{display:none}
.qf__bar{flex:1;height:4px;background:var(--surface-2);border-radius:999px;overflow:hidden}
.qf__bar i{display:block;height:100%;background:linear-gradient(90deg,var(--brand-700),var(--brand-500));transition:width .24s}
.qf__count{font-size:11.5px;font-weight:600;color:var(--ink-2);min-width:26px;text-align:right}
.qf__title{font-size:21px;line-height:1.15;letter-spacing:-.4px;color:var(--brand-900);margin-bottom:4px}
.qf__hint{font-size:13px;line-height:1.45;color:var(--ink-2);min-height:19px;margin-bottom:16px}
.qf__body{min-height:320px}
.qf__step{border:0;margin:0;padding:0;display:grid;gap:10px;animation:fade .22s both}
@keyframes fade{from{opacity:0;transform:translateY(6px)}}
.qf__label{font-size:12px;font-weight:700;color:var(--ink-2);letter-spacing:.2px}
.qf__label:not(:first-child){margin-top:4px}
.qf__err{margin-top:10px;padding:8px 10px;border-radius:8px;background:#fde7e7;color:#a32020;font-size:12px;font-weight:600}
.qf__submit{margin-top:16px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 20px;border:0;border-radius:10px;background:var(--brand-700);color:#fff;font-weight:700;font-size:15px;cursor:pointer;box-shadow:0 6px 18px rgba(63,107,98,.3);transition:background .16s}
.qf__submit:disabled{background:rgba(63,107,98,.32);box-shadow:none;cursor:not-allowed}
.qf__skip{justify-self:center;padding:4px;border:0;background:0 0;color:var(--brand-700);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer}

.tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.tile{display:flex;flex-direction:column;padding:0 0 10px;border:1px solid var(--border);border-radius:10px;background:#fff;text-align:left;cursor:pointer;overflow:hidden;transition:border-color .12s,box-shadow .12s}
.tile b{font-size:12.5px;font-weight:700;color:var(--brand-900);line-height:1.2;padding:8px 10px 0}
.tile i{font-style:normal;font-size:10.5px;color:var(--ink-2);padding:2px 10px 0}
.tile[aria-pressed=true],.card[aria-pressed=true]{border:2px solid var(--brand-700);box-shadow:0 6px 16px rgba(63,107,98,.22)}
.tile[aria-pressed=true]{padding-bottom:9px}

/* louvre swatches — pure CSS, no image weight */
.sw{position:relative;aspect-ratio:4/3;background:var(--f);display:grid;place-items:center;font:800 26px/1 var(--fd);color:#fff}
.sw::after{content:"";position:absolute;inset:6% 8%;background:repeating-linear-gradient(180deg,var(--s) 0 11%,var(--f) 11% 14%);border:1.5px solid var(--f)}
.sw--timber{--f:#8a6438;--s:#dcbd93}
.sw--alu{--f:#394144;--s:#8b979b}
.sw--pvc{--f:#c2bcb0;--s:#fff}
.sw--bifold{--f:#9c8b71;--s:#f4efe6}
.sw--hinged{--f:#9c8b71;--s:#ece4d6}
.sw--ask{background:linear-gradient(135deg,#4f7d73,#31564f)}
.sw--ask::after{content:none}

.cards{display:grid;gap:8px}
.cards--1{grid-template-columns:1fr}
.cards--2{grid-template-columns:repeat(2,1fr)}
.cards--4{grid-template-columns:repeat(4,1fr)}
.card{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff;text-align:left;cursor:pointer;transition:border-color .12s,box-shadow .12s}
.cards--1 .card{padding:14px}
.card b{font-size:13.5px;font-weight:700;color:var(--brand-900)}
.card i{font-style:normal;font-size:11.5px;font-weight:500;color:var(--ink-2)}
.card[aria-pressed=true]{padding:9px 11px}
.cards--1 .card[aria-pressed=true]{padding:13px}

.drop{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 16px;border:2px dashed var(--border);border-radius:12px;background:var(--surface-2);color:var(--ink-2);text-align:center;cursor:pointer}
.drop:has(.drop__has:not([hidden])){border:2px solid var(--brand-700);background:rgba(63,107,98,.06)}
.drop__idle{display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--brand-700)}
.drop__idle b{font-size:14.5px;color:var(--brand-900)}
.drop__idle i{font-style:normal;font-size:12.5px;line-height:1.4;max-width:280px;color:var(--ink-2)}
.drop__has{display:flex;flex-direction:column;align-items:center;gap:10px}
.drop__has img{max-height:140px;border-radius:8px;width:auto}
.drop__has b{font-size:13px;color:var(--brand-700)}

textarea,.f input,.f__prefix{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);font:400 16px/22px var(--fb);color:var(--ink);outline:0}
textarea{resize:vertical;min-height:140px}
textarea:focus,.f input:focus,.f__prefix:focus-within{border-color:var(--brand-700)}
::placeholder{color:#9a9387}
.f{display:flex;flex-direction:column;gap:6px}
.f>span{font-size:12px;font-weight:700;color:var(--ink-2);letter-spacing:.2px}
.f__prefix{display:flex;align-items:center;gap:8px;padding:0 0 0 12px}
.f__prefix i{font-style:normal;font-size:18px;line-height:1;padding-right:8px;border-right:1px solid var(--border);user-select:none}
.f__prefix input{flex:1;min-width:0;padding:13px 14px 13px 0;border:0;background:0 0;font:inherit;color:inherit;outline:0}

.qf__done{text-align:center;padding:12px 4px}
.qf__tick{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:16px;border-radius:999px;background:var(--brand-700);color:#fff}
.qf__done h2{font-size:24px;line-height:1.2;color:var(--brand-900);margin-bottom:8px}
.qf__done p{font-size:14px;line-height:1.5;color:var(--ink-2)}
.qf__done a{font-weight:700}
.qf.is-done .qf__top,.qf.is-done .qf__title,.qf.is-done .qf__hint,.qf.is-done .qf__body,.qf.is-done .qf__submit{display:none}

/* ── modal ───────────────────────────────────────────── */
#qm{position:fixed;inset:0;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;border:0;background:#fff;overflow-y:auto;overscroll-behavior:contain}
#qm::backdrop{background:rgba(20,20,22,.78)}
.qm__slot{padding:56px 0 0}
#qm .qf{box-shadow:none;border-radius:0}
.qm__x{position:fixed;top:12px;right:12px;z-index:2;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:rgba(20,20,22,.08);color:var(--ink);font-size:20px;line-height:1;cursor:pointer}

/* ── trust bar ───────────────────────────────────────── */
.trust{background:var(--surface);border-block:1px solid var(--border);padding:20px 16px}
.trust__in{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.trust__in div{display:flex;flex-direction:column;gap:4px;text-align:center}
.trust b{font-family:var(--fd);font-weight:700;font-size:22px;line-height:1;letter-spacing:-.6px;color:var(--brand-700)}
.trust span{font-size:12.5px;line-height:1.4;color:var(--ink-2)}

/* ── pitch + photo cluster ───────────────────────────── */
.pitch{padding:48px 16px 32px}
.pitch__in{display:grid;gap:36px;align-items:center}
.pitch__copy{font-family:var(--fd);font-weight:500;font-size:17px;line-height:1.4;letter-spacing:-.2px;color:var(--brand-900);text-align:center;text-wrap:pretty}
.pitch__copy em{font-style:normal;color:var(--brand-700)}
.cluster{position:relative;width:100%;max-width:340px;height:380px;margin-inline:auto}
.cluster figure{position:absolute;margin:0;padding:2.2% 2.2% 3.8%;background:#fff;border-radius:4px;box-shadow:0 14px 32px rgba(26,26,26,.18),0 2px 6px rgba(26,26,26,.1)}
.cluster img{aspect-ratio:4/3;object-fit:cover;border-radius:2px;width:100%}
.cluster__1{left:0;top:0;width:62%;z-index:2;transform:rotate(-4deg)}
.cluster__2{left:45%;top:18%;width:55%;z-index:3;transform:rotate(5deg)}
.cluster__3{left:10%;top:55%;width:50%;z-index:1;transform:rotate(-3deg)}

/* ── grids ───────────────────────────────────────────── */
.grid3,.grid2{display:grid;gap:16px;margin-top:32px}

/* ── range cards ─────────────────────────────────────── */
.range{padding:24px 16px 56px}
.rc{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}
.rc__img{position:relative;background:#e9e6e0}
.rc__img img{aspect-ratio:4/3;object-fit:cover;width:100%}
.rc__img span{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:6px;background:rgba(0,0,0,.55);color:#fff;font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase}
.rc__b{display:flex;flex-direction:column;gap:12px;padding:20px;flex:1}
.rc__b h3{font-size:20px;letter-spacing:-.4px;color:var(--brand-900)}
.rc__b p{font-size:14px;line-height:1.5;color:var(--ink-2)}
.rc__b .btn{margin-top:auto}
.rc--dark{background:linear-gradient(160deg,var(--brand-900),var(--secondary));color:#fff;border-color:transparent}
.rc--dark .rc__b{padding:28px;gap:14px}
.rc--dark h3{font-size:24px;line-height:1.15;color:#fff}
.rc--dark p{font-size:14.5px;color:rgba(255,255,255,.78)}
.tag{display:inline-flex;align-self:flex-start;align-items:center;gap:8px;padding:4px 10px;border-radius:6px;background:rgba(255,255,255,.12);color:var(--gold);font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}
.tag span{width:6px;height:6px;border-radius:50%;background:currentColor}

/* ── carousel ────────────────────────────────────────── */
.jobs{padding:48px 16px 56px;background:var(--surface-2);border-top:1px solid var(--border)}
.car{position:relative;margin-top:28px}
.car__track{display:flex;gap:0;margin:0;padding:0;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:16px;box-shadow:0 18px 40px rgba(26,26,26,.18)}
.car__track::-webkit-scrollbar{display:none}
.car__track li{flex:0 0 100%;scroll-snap-align:center}
.car__track img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#1a1a1a}
.car__nav{position:absolute;top:50%;translate:0 -50%;z-index:2;width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--brand-900);cursor:pointer;box-shadow:0 6px 16px rgba(26,26,26,.18);font-size:18px}
.car__nav--prev{left:8px}
.car__nav--next{right:8px}
.car__cap{margin-top:22px;display:flex;flex-direction:column;gap:6px;text-align:center}
.car__cap b{font-family:var(--fd);font-weight:700;font-size:20px;letter-spacing:-.4px;color:var(--brand-900)}
.car__cap span{font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--brand-700)}
.car__cap i{font-style:normal}
.car__dots{display:flex;justify-content:center;gap:10px;margin-top:18px}
.car__dots button{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:rgba(26,26,26,.18);cursor:pointer;transition:width .24s,background .24s}
.car__dots button[aria-selected=true]{width:28px;background:var(--brand-700)}

/* ── how it works ────────────────────────────────────── */
.how{padding:64px 16px;background:var(--brand-900);color:#fff}
.how__in{display:grid;gap:32px;align-items:start}
.steps{list-style:none;margin:32px 0 0;padding:0;display:grid;gap:20px}
.steps li{display:grid;grid-template-columns:auto 1fr;gap:24px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}
.steps li:last-child{padding-bottom:0;border-bottom:0}
.steps b{font-family:var(--fd);font-weight:700;font-size:28px;line-height:1;letter-spacing:-1px;color:var(--gold)}
.steps h3{font-size:20px;letter-spacing:-.3px;color:#fff;margin-bottom:8px}
.steps p{font-size:15.5px;line-height:1.55;color:rgba(255,255,255,.72)}

/* ── why choose us ───────────────────────────────────── */
.why{padding:56px 16px}
.wc{display:flex;flex-direction:column;gap:10px;padding:24px;background:#fff;border:1px solid var(--border);border-radius:12px}
.wc__i{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--accent-soft);color:var(--brand-700);font-size:18px}
.wc h3{font-size:18px;letter-spacing:-.3px;color:var(--brand-900)}
.wc p{font-size:14px;line-height:1.5;color:var(--ink-2)}

/* ── reviews ─────────────────────────────────────────── */
.revs{padding:56px 16px;background:linear-gradient(180deg,rgba(28,36,38,.94),rgba(63,107,98,.94)),var(--brand-900)}
.rev{display:flex;flex-direction:column;gap:16px;margin:0;padding:28px;background:#fff;border-radius:14px}
.rev blockquote{margin:0;font-size:15px;line-height:1.55;color:var(--ink)}
.rev figcaption{margin-top:auto;display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--border)}
.rev figcaption>span:last-child{display:flex;flex-direction:column}
.rev b{font-size:14px;font-weight:600}
.rev i{font-style:normal;font-size:12px;color:var(--ink-2)}
.av{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--accent-soft);color:var(--brand-700);font:700 14px var(--fd)}

/* ── faq ─────────────────────────────────────────────── */
.faq{padding:56px 16px;background:#fff}
.faq__list{margin-top:32px;display:flex;flex-direction:column;gap:8px}
.faq details{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}
.faq summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font:600 16.5px var(--fd);color:var(--brand-900);cursor:pointer;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";flex:none;width:28px;height:28px;border-radius:6px;background:var(--surface-2) no-repeat center/14px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%235b686c'%3E%3Crect x='3' y='6' width='8' height='2'/%3E%3Crect x='6' y='3' width='2' height='8'/%3E%3C/svg%3E")}
.faq details[open] summary::after{background:var(--brand-700) no-repeat center/14px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='%23fff'%3E%3Crect x='3' y='6' width='8' height='2'/%3E%3C/svg%3E")}
.faq details p{padding:0 22px 22px;font-size:15px;line-height:1.6;color:var(--ink-2)}

/* ── service areas ───────────────────────────────────── */
.areas{padding:56px 16px;background:#fff}
.area{padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:12px}
.area h3{font-size:18px;letter-spacing:-.2px;color:var(--brand-900);margin-bottom:14px}
.chips{display:flex;flex-wrap:wrap;gap:6px}
.chips span{padding:4px 10px;border:1px solid var(--border);border-radius:6px;background:#fff;font-size:13px}
.chips__all{background:var(--accent-soft)!important;color:var(--brand-700);font-weight:600}
.areas__foot{max-width:720px;margin:32px auto 0;font-size:16px;line-height:1.5;color:var(--ink-2);text-align:center;text-wrap:pretty}
.areas__foot a{font-weight:700;text-decoration:none;border-bottom:1px solid}

/* ── final cta ───────────────────────────────────────── */
.cta{padding:64px 16px;background:var(--brand-900);color:#fff}
.cta__in{max-width:720px;margin-inline:auto;text-align:center}
.cta h2{font-size:32px;line-height:1.05;letter-spacing:-1px;margin-bottom:16px}
.cta p{font-size:16px;line-height:1.5;color:rgba(255,255,255,.72);margin-bottom:32px}

/* ── footer ──────────────────────────────────────────── */
.ft{background:#0d0d0c;color:rgba(255,255,255,.7);padding:24px 16px}
.ft__in{display:grid;gap:16px;justify-items:center;text-align:center}
.ft__tag{font-family:var(--fd);font-weight:700;font-size:15px;color:#fff}
.logo--ft .logo__a{font-size:19px}
.logo--ft .logo__b{font-size:16.5px;letter-spacing:3.9px}
.ft__links{display:flex;flex-wrap:wrap;gap:6px 16px;align-items:center;justify-content:center;font-size:12px;color:rgba(255,255,255,.55)}
.ft__links a{color:rgba(255,255,255,.7);text-decoration:none}
.ft__links span a{color:rgba(255,255,255,.85);font-weight:600}

/* ── sticky mobile cta ───────────────────────────────── */
.sticky{position:sticky;bottom:0;z-index:40;display:flex;align-items:center;justify-content:center;gap:8px;margin:12px;padding:16px;border-radius:10px;background:var(--accent);color:#fff;text-decoration:none;font-weight:700;font-size:15px;box-shadow:0 6px 24px rgba(0,0,0,.35)}

/* ══ desktop ═════════════════════════════════════════ */
@media(min-width:820px){
  .hdr__in{padding:18px 32px}
  .hdr__nav{display:flex;align-items:center;gap:20px}
  .hdr__nav a{color:rgba(255,255,255,.78);font-size:14px;font-weight:500;text-decoration:none}
  .logo__a{font-size:19px}
  .logo__b{font-size:16.5px;letter-spacing:3.9px}

  .hero{background-image:url(/assets/hero-1600.webp);background-position:center 75%}
  .hero::before{background:linear-gradient(90deg,rgba(20,26,28,.84),rgba(20,26,28,.66) 34%,rgba(20,26,28,.34) 56%,rgba(20,26,28,.14))}
  .hero__in{padding:40px 56px 80px;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}
  .hero h1{font-size:64px}
  .hero__sub{font-size:18px}
  .polaroids{gap:14px}
  .polaroids figure{padding:8px;gap:8px}
  .polaroids figcaption{font-size:12px}

  .qf{padding:28px}
  .qf__title{font-size:24px}
  .qf__body{min-height:380px}
  .tiles{grid-template-columns:repeat(3,1fr)}

  /* height must be fit-content, not auto: with top:0 and bottom:0 both set, an auto
     height gets solved for and stretches to the full viewport instead of shrink-wrapping. */
  #qm{inset:0;margin:auto;width:min(480px,calc(100vw - 48px));height:fit-content;max-height:92vh;border-radius:14px;overflow:visible}
  .qm__slot{padding:0;max-height:92vh;overflow-y:auto;border-radius:14px}
  #qm .qf{border-radius:14px}
  #qm::backdrop{backdrop-filter:blur(4px)}
  .qm__x{position:absolute;top:-14px;right:-14px;border:2px solid #fff;background:rgba(20,20,22,.92);color:#fff;font-size:18px;box-shadow:0 4px 12px rgba(0,0,0,.4)}

  .trust{padding:28px 56px}
  .trust__in{grid-template-columns:repeat(4,1fr);gap:32px}
  .trust__in div+div{padding-left:24px;border-left:1px solid var(--border)}
  .trust b{font-size:28px}

  .sh h2{font-size:44px}
  .sh__sub{font-size:17px}

  .pitch{padding:88px 56px 56px}
  .pitch__in{grid-template-columns:1.1fr 1fr;gap:64px}
  .pitch .eyebrow--rule{justify-content:flex-start}
  .pitch__copy{font-size:22px;text-align:left}
  .cluster{max-width:560px;height:460px;margin:0 0 0 auto}
  .cluster__1{top:5%;width:55%;transform:rotate(-5deg)}
  .cluster__2{top:0;width:52%}
  .cluster__3{left:22%;width:46%;transform:rotate(-2.5deg)}

  .grid3{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
  .grid2{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}

  .range{padding:32px 56px 96px}
  .jobs{padding:88px 56px 96px}
  .car{margin-top:40px}
  .car__track img{aspect-ratio:16/9}
  .car__nav{width:48px;height:48px}
  .car__nav--prev{left:-22px}
  .car__nav--next{right:-22px}
  .car__cap b{font-size:24px}

  .how{padding:112px 56px}
  .how__in{grid-template-columns:1fr 1.4fr;gap:80px}
  .steps{margin-top:0;gap:32px}
  .steps li{padding-bottom:32px}
  .steps h3{font-size:24px}
  .steps b{font-size:36px}

  .why,.revs,.faq,.areas{padding:96px 56px}
  .rc--dark .rc__b{padding:28px}
  .cta{padding:112px 56px}
  .cta h2{font-size:52px}
  .cta p{font-size:19px}

  .ft{padding:28px 56px}
  .ft__in{grid-template-columns:1fr auto 1fr;align-items:center;justify-items:stretch;text-align:left}
  .ft__links{justify-content:flex-end}
  .ft .logo{align-items:center}

  .sticky{display:none}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
  .car__track{scroll-behavior:auto}
}
