/* ============================================================
   Thirlwell Pressure Washing - thirlwellpressurewashing.ca
   Static rebuild. Values measured off the original Framer page
   (src/framer-reference.html) at 1440px. See FIX-SPEC.md.
   Critical hero styles are inlined in index.html <head>.

   Type system:
     Inter   (--display) - h1 / h2 / h4 / h5 headings
     Manrope (--sans)    - buttons, nav, labels, eyebrows, body UI
   Accent: #C8A96E gold. There is no blue on this site.
   ============================================================ */

/* ---------- base ---------- */
h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--display);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--head)}
p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
button{font:inherit;color:inherit}
a{text-decoration:none}
:focus-visible{outline:3px solid var(--cta);outline-offset:3px;border-radius:6px}
/* headings inside dark sections keep the inherited light colour */
.hero h1,.hero h2,.quote h2,.together h2,.card h4,.foot h2{color:#fff}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:var(--sans);font-size:16px;font-weight:500;letter-spacing:-.16px;line-height:22px;
  padding:12px 20px;border-radius:11px;border:1px solid transparent;
  cursor:pointer;text-align:center;transition:transform .12s ease,filter .12s ease;
}
.btn:hover{filter:brightness(1.04)}
.btn:active{transform:translateY(1px)}
/* primary = gold, near-black label, warm inset edges (no blue tint) */
.btn--primary{background:var(--cta);color:var(--ink-2);border-color:var(--cta-edge);box-shadow:var(--btn-shadow);padding:12px 29px}
.btn--white{background:#fff;color:var(--ink-2);border-color:rgba(0,0,0,.06);box-shadow:inset 0 2px 0 rgb(217,215,215)}
.btn--ghost{background:#fff;color:var(--ink-2);border-color:rgba(0,0,0,.06);box-shadow:inset 0 2px 0 rgb(217,215,215)}
.btn--block{width:100%}
.btn[disabled]{opacity:.6;cursor:not-allowed;transform:none}
.btnrow{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.center{display:flex;justify-content:center}

/* ---------- nav ---------- */
.nav__left{display:flex;align-items:center;gap:14px}
.nav__menu{display:flex;align-items:center;gap:28px}
.nav__links{display:flex;align-items:center;gap:26px}
.nav__links a{color:#fff;font-size:15px;font-weight:500;letter-spacing:-.01em;opacity:.86}
.nav__links a:hover{opacity:1}
.nav__cta{padding:12px 20px;font-size:16px}
.nav__burger{display:none;width:42px;height:42px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}
.nav__burger span{display:block;width:18px;height:2px;background:#fff;border-radius:2px;transition:transform .18s ease,opacity .18s ease}
.nav__burger[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.nav__burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav__burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* ---------- social proof row ---------- */
.proof{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 28px}
.proof__item{display:flex;align-items:center;gap:10px}
.avatars{display:flex}
.avatar{display:block;width:30px;height:30px;border-radius:999px;overflow:hidden;border:2px solid #fff;background:#fff;margin-left:-8px}
.avatar:first-child{margin-left:0}
.avatar img{width:100%;height:100%;object-fit:cover}
.proof__txt{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}
.proof__num{font-family:var(--num);font-size:14px;font-weight:600;letter-spacing:-.01em}
.proof__label{font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:-.01em;opacity:.82}
.stars{display:flex;gap:3px;color:var(--cta)}
.star{width:14px;height:14px;display:block}
.proof__rating{font-family:var(--num);font-size:14px;font-weight:500;letter-spacing:-.01em}
.proof--light{color:#fff}

/* ---------- section shells ---------- */
.sec{padding:152px 0}
.sec--tight{padding:140px 0}
.sec--panel{background:var(--white)}

/* eyebrow: gold dot + uppercase letter-spaced Manrope label. No pills. */
.eyebrow{
  display:flex;align-items:center;gap:10px;margin:0;
  font-family:var(--sans);font-size:15px;font-weight:500;line-height:1.6;
  letter-spacing:.07em;text-transform:uppercase;color:rgba(16,16,16,.62);
}
.eyebrow::before{content:"";width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:var(--cta)}

.sechead{display:flex;flex-direction:column;align-items:flex-start;gap:16px;text-align:left;margin-bottom:64px}
.sechead h2{font-size:56px;font-weight:700;letter-spacing:-2.24px;line-height:1.1}
.sechead--center{align-items:center;text-align:center}
.sechead--center .eyebrow{justify-content:center}

/* ---------- what we do (left-aligned statement block) ---------- */
.intro{max-width:none;margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:34px;text-align:left}
.intro__body{display:flex;flex-direction:column;gap:30px}
.intro__body h4,.intro__body p{
  font-family:var(--display);font-size:36px;font-weight:600;
  letter-spacing:-1.08px;line-height:1.3;color:var(--head);
}

/* ---------- services ---------- */
.svc{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:start;padding:80px 0 104px;border-top:1px solid rgba(6,6,7,.08)}
.svc:first-of-type{border-top:0;padding-top:0}
.svc--flip .svc__main{order:2}
.svc--flip .svc__side{order:1}
.svc__main{display:flex;flex-direction:column;gap:20px}
.svc__head{display:flex;align-items:center;gap:14px}
.svc__mark{width:52px;height:auto;flex:0 0 auto}
.svc__head h3{font-family:var(--display);font-size:30px;font-weight:600;letter-spacing:-.6px;line-height:1.2;text-align:left}
.svc__main>p{font-family:var(--sans);font-size:17px;line-height:1.7;color:var(--grey)}
.benefits{display:flex;flex-direction:column;gap:14px;margin-top:12px}
/* icon sits above its label, as in the original */
.benefits li{display:flex;flex-direction:column;align-items:flex-start;gap:12px;background:#F5F5F5;border:1px solid rgba(6,6,7,.06);border-radius:14px;padding:18px 20px 20px}
.benefits img{width:34px;height:auto;flex:0 0 auto}
.benefits span{font-family:var(--sans);font-size:16px;font-weight:500;letter-spacing:-.015em;line-height:1.35;color:var(--head)}
.svc__main .btn{align-self:flex-start;margin-top:12px}
.svc__side{display:flex;flex-direction:column;gap:24px;position:sticky;top:112px}
.card{background:var(--ink);color:#fff;border-radius:18px;padding:30px}
.card h4{font-family:var(--display);font-size:22px;font-weight:600;letter-spacing:-.02em;margin-bottom:16px;color:#fff}
.ticks{display:flex;flex-direction:column;gap:11px}
.ticks li{position:relative;padding-left:20px;font-family:var(--sans);font-size:15px;color:var(--muted);line-height:1.5}
.ticks li::before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:999px;background:var(--cta)}
.svc__photo{width:100%;height:660px;object-fit:cover;border-radius:18px}

/* ---------- why we do them together ---------- */
.together{background:var(--ink-3);color:#fff}
.together__in{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.together__copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:20px}
.together__copy h2{font-size:56px;font-weight:700;letter-spacing:-2.24px;line-height:1.1;color:#fff}
.together__copy p{font-family:var(--sans);font-size:17px;line-height:1.7;color:var(--muted)}
.together__emph{font-size:20px!important;font-weight:600;letter-spacing:-.02em;line-height:1.4!important;color:#fff!important}
.together__copy .btn{align-self:flex-start;margin-top:12px}
.together__media{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.together__tall{width:100%;height:100%;min-height:780px;object-fit:cover;border-radius:18px}
.together__stack{display:flex;flex-direction:column;gap:18px}
.together__stack img{width:100%;border-radius:18px;object-fit:cover}
.together__stack picture:first-child img{height:340px}
.together__stack picture:nth-child(2) img{height:230px}
.together__stat{background:var(--cta);color:var(--ink-2);border:1px solid var(--cta-edge);box-shadow:var(--btn-shadow);border-radius:18px;padding:20px;display:flex;flex-direction:column;justify-content:center;flex:1 1 auto;min-height:120px}
.together__statnum{font-family:var(--sans);font-size:93px;font-weight:600;letter-spacing:-.03em;line-height:1.05;color:var(--ink-2)}
.together__statlabel{font-family:var(--sans);font-size:18px;font-weight:500;letter-spacing:-.01em;color:rgba(27,27,33,.78)}

/* ---------- how it works ---------- */
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-bottom:56px}
.step{background:var(--panel);border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;gap:12px}
.step__num{font-family:var(--display);font-size:44px;font-weight:700;letter-spacing:-.03em;line-height:1;color:var(--cta)}
.step h3{font-family:var(--display);font-size:24px;font-weight:600;letter-spacing:-.03em}
.step p{font-family:var(--sans);font-size:16px;line-height:1.65;color:var(--grey)}

/* ---------- where we work ---------- */
.where{max-width:none;margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:22px;text-align:left}
.where h2{font-size:56px;font-weight:700;letter-spacing:-2.24px;line-height:1.1}
.where__body{font-family:var(--sans);font-size:18px;line-height:1.65;color:var(--grey);max-width:62ch}
.badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;margin:6px 0}
.badges li{background:var(--panel);border:1px solid rgba(6,6,7,.08);border-radius:999px;padding:10px 20px;font-family:var(--sans);font-size:15px;font-weight:600;letter-spacing:-.015em;color:var(--head)}

/* ---------- faq (centered head, stacked list) ---------- */
.faq{display:flex;flex-direction:column;align-items:center;gap:48px}
.faq__head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;max-width:760px}
.faq__head .eyebrow{justify-content:center}
.faq__head h2{font-size:56px;font-weight:700;letter-spacing:-2.24px;line-height:1.1}
.faq__h2b{color:var(--grey)}
.faq__call{font-family:var(--sans);font-size:16px;color:var(--grey)}
.faq__call a{color:var(--gold-ink);font-weight:700}
.faq__list{display:flex;flex-direction:column;gap:14px;width:100%;max-width:900px}
.qa{background:var(--panel);border:1px solid rgba(6,6,7,.07);border-radius:16px;overflow:hidden}
.qa summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;cursor:pointer;list-style:none;font-family:var(--display);font-size:19px;font-weight:600;letter-spacing:-.025em;color:var(--head)}
.qa summary::-webkit-details-marker{display:none}
.qa__ico{width:16px;height:16px;flex:0 0 auto;color:var(--gold-ink);transition:transform .2s ease}
.qa[open] .qa__ico{transform:rotate(45deg)}
.qa__body{padding:0 24px 24px}
.qa__body p{font-family:var(--sans);font-size:16px;line-height:1.7;color:var(--grey)}

/* ---------- quote ---------- */
.quote{position:relative;background:var(--ink);color:#fff;padding:160px 0;overflow:hidden;isolation:isolate}
.quote__bg{position:absolute;inset:0;z-index:-2}
.quote__bg img{width:100%;height:100%;object-fit:cover}
.quote::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(6,6,7,.9) 0%,rgba(6,6,7,.82) 50%,rgba(6,6,7,.95) 100%)}
.quote__in{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.quote__copy{display:flex;flex-direction:column;gap:20px;align-items:flex-start}
.quote__h2{font-size:56px;font-weight:700;letter-spacing:-2.24px;line-height:1.1;color:#fff}
.quote__sub{font-family:var(--sans);font-size:18px;line-height:1.65;color:var(--muted)}
.quote__copy .proof{justify-content:flex-start}

.qform{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:22px;padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:7px}
.field--full{grid-column:1/-1}
.field label{font-family:var(--sans);font-size:14px;font-weight:600;letter-spacing:-.01em;color:#fff}
.opt{font-weight:500;color:var(--muted)}
.field input,.field select,.field textarea{
  font-family:var(--sans);font-size:16px;color:#fff;background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.18);border-radius:11px;padding:13px 14px;width:100%;
  appearance:none;-webkit-appearance:none;
}
.field textarea{resize:vertical;min-height:88px}
.field select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px;padding-right:38px}
.field select option{color:#111;background:#fff}
.field input::placeholder,.field textarea::placeholder{color:rgba(255,255,255,.45)}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--cta);outline:none;box-shadow:0 0 0 3px rgba(200,169,110,.35)}
.field [aria-invalid="true"]{border-color:#ff8080}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.qform__msg{grid-column:1/-1;margin:0;font-family:var(--sans);font-size:15px;line-height:1.55;padding:14px 16px;border-radius:12px}
.qform__msg[data-state="ok"]{background:rgba(200,169,110,.18);border:1px solid rgba(200,169,110,.55);color:#fff}
.qform__msg[data-state="err"]{background:rgba(255,128,128,.14);border:1px solid rgba(255,128,128,.5);color:#fff}
.qform__msg a{color:var(--cta);font-weight:700}
.qform--done .field,.qform--done button[data-submit]{display:none}

/* ---------- footer ---------- */
.foot{background:var(--ink-2);color:#fff;padding:88px 0 32px}
.foot__in{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:40px;align-items:start}
.foot__brand img{width:150px;height:auto}
.foot__h{font-family:var(--sans);font-size:16px;font-weight:700;letter-spacing:-.02em;margin-bottom:14px;color:#fff}
.foot__col ul{display:flex;flex-direction:column;gap:9px}
.foot__col li,.foot__col a{font-family:var(--sans);font-size:15px;color:var(--muted);line-height:1.5}
.foot__col a:hover{color:#fff}
.foot__bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:56px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}
.foot__bar p{font-family:var(--sans);font-size:14px;color:var(--muted)}
.foot__legal a:hover{color:#fff}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1199px){
  .sec{padding:120px 0}
  .sec--tight{padding:110px 0}
  .quote{padding:120px 0}
  .sechead h2,.quote__h2,.together__copy h2,.where h2,.faq__head h2{font-size:46px;letter-spacing:-1.6px}
  .intro__body h4,.intro__body p{font-size:32px;letter-spacing:-.9px}
  .together__statnum{font-size:64px}
  .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .svc__photo{height:480px}
  .together__tall{min-height:500px}
}

@media (max-width:1023px){
  .svc{grid-template-columns:1fr;gap:40px}
  .svc--flip .svc__main{order:1}
  .svc--flip .svc__side{order:2}
  .svc__side{position:static}
  .together__in,.quote__in{grid-template-columns:1fr;gap:44px}
  .together__media{grid-template-columns:1fr 1fr}
  .together__tall{min-height:400px}
  .svc__photo{height:420px}
}

@media (max-width:809px){
  :root{--pad:20px}
  .sec{padding:72px 0}
  .sec--tight{padding:64px 0}
  .quote{padding:72px 0}
  .sechead{margin-bottom:40px}
  .sechead h2,.quote__h2,.together__copy h2,.where h2,.faq__head h2{font-size:34px;letter-spacing:-1.1px}
  .intro__body h4,.intro__body p{font-size:24px;letter-spacing:-.6px;line-height:1.35}
  .intro__body{gap:20px}
  .intro{gap:26px}
  .svc__head h3{font-size:22px;letter-spacing:-.44px}
  .svc__mark{width:42px}
  .step h3{font-size:20px}
  .together__statnum{font-size:44px}
  .faq{gap:32px}
  .qa summary{font-size:17px;padding:18px 18px}
  .qa__body{padding:0 18px 20px}

  /* mobile nav */
  .nav__burger{display:flex}
  .nav__menu{
    position:absolute;left:0;right:0;top:72px;background:rgba(0,0,0,.97);
    -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
    flex-direction:column;align-items:stretch;gap:6px;padding:16px 20px 22px;
    border-top:1px solid rgba(255,255,255,.1);
    display:none;
  }
  .nav__menu.is-open{display:flex}
  .nav__links{flex-direction:column;align-items:stretch;gap:2px}
  .nav__links a{display:block;padding:12px 4px;font-size:17px;opacity:1}
  .nav__cta{margin-top:8px;width:100%}

  .steps{grid-template-columns:1fr;gap:14px;margin-bottom:36px}
  .step{padding:24px 22px}
  .svc__photo{height:280px}
  .together__media{grid-template-columns:1fr}
  .together__tall{min-height:280px;max-height:400px}
  .together__stack picture:first-child img,.together__stack picture:nth-child(2) img{height:180px}
  .together__copy .btn,.svc__main .btn,.quote__copy .btn{align-self:stretch;width:100%}
  .qform{grid-template-columns:1fr;padding:20px}
  .proof{justify-content:center}
  .quote__copy{align-items:center;text-align:center}
  .quote__copy .proof{justify-content:center}
  .foot{padding:64px 0 28px}
  .foot__in{grid-template-columns:1fr 1fr;gap:28px}
  .foot__brand{grid-column:1/-1}
  .btnrow .btn{flex:1 1 auto}
  .benefits li{padding:16px 16px 18px;gap:10px}
  .benefits img{width:30px}
}

@media (max-width:479px){
  .hero__in{gap:18px}
  .btnrow{width:100%}
  .btnrow .btn{width:100%}
  .foot__in{grid-template-columns:1fr}
  .svc__head{align-items:flex-start}
}

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

/* ---------- legal stub pages ---------- */
.legal{padding:88px 0 120px}
.legal__in{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:18px}
.legal h1{font-size:44px;letter-spacing:-1.4px}
.legal h2{font-size:24px;margin-top:18px}
.legal p,.legal li{font-family:var(--sans);font-size:16px;line-height:1.7;color:var(--grey)}
.legal ul{list-style:disc;padding-left:22px;display:flex;flex-direction:column;gap:8px}
.legal a{color:var(--gold-ink);font-weight:600}
.legal__meta{font-size:14px;color:var(--grey)}
@media (max-width:809px){.legal{padding:56px 0 72px}.legal h1{font-size:32px}}
