/* Wurlitzer Moving — main stylesheet.
   Design-DNA tokens come from inline <style id="wz-vars"> in <head>.
   This file is the layout + components layer. Ledger constraints baked in:
   - inputs font-size:16px (#15 iOS zoom)
   - object-fit:cover + aspect-ratio container on every image slot (#5)
   - hero overlay max .40 (well under .55 cap #6)
   - eager hero / lazy below-fold is applied at template level (#13)
*/

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0; background:var(--surface); color:var(--ink);
  font-family:var(--type-body); font-size:var(--size-body); line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img,svg{display:block;max-width:100%;height:auto}
a{color:var(--brand-1);text-underline-offset:2px}
a:hover{color:var(--brand-1-dk)}

h1,h2,h3,h4{font-family:var(--type-head);font-weight:700;line-height:1.18;letter-spacing:-.005em;margin:0 0 .6em}
h1{font-size:var(--sz-h1)} h2{font-size:var(--sz-h2)} h3{font-size:var(--sz-h3); font-weight:700}
p{margin:0 0 1em}

/* Visually-hidden skip link, revealed on focus */
.sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;padding:0;margin:-1px;border:0}
a.sr-only:focus{position:fixed!important;top:8px;left:8px;width:auto;height:auto;clip:auto;clip-path:none;background:var(--brand-1);color:#fff;padding:.6rem 1rem;border-radius:var(--rad);z-index:1000}

.container{max-width:var(--wrap-w);margin:0 auto;padding:0 var(--gutter)}
section{padding:clamp(2.5rem,4vw,4rem) 0}
section.alt{background:var(--surface-alt)}
/* 4-tier section weight scale: hero/feature sections get more padding, secondary sections less */
section[data-blk="wz-hero"]{padding:clamp(2rem,3vw,3.25rem) 0 clamp(2.5rem,3.5vw,3.5rem)}
section[data-blk="wz-services"], section[data-blk="wz-reviews"], section[data-blk="wz-faq"]{padding:clamp(3rem,5vw,5.5rem) 0}
section[data-blk="wz-trust"]{padding:1.6rem 0}
section[data-blk="wz-cta"]{padding:clamp(2rem,3vw,3rem) 0}
section[data-blk="wz-areas"], section[data-blk="wz-routes-preview"]{padding:clamp(2.5rem,4vw,4rem) 0}
/* Adjacent same-tone sections: add a subtle divider so the cream→cream boundary is visible */
section.alt + section.alt, section:not(.alt) + section:not(.alt){border-top:1px solid rgba(31,26,20,0.06)}
/* First H2 in a section shouldn't double-pad (section pt + h2 mt) */
section > .container > h2:first-child, section > .container > .eyebrow + h2{margin-top:0}
/* Last section → footer transition: tighter */
main > section:last-child{padding-bottom:clamp(2rem,3vw,3rem)}
.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-3);margin-bottom:.6rem}

/* ----- Buttons ----- */
.btn{
  display:inline-block;padding:.95em 1.5em;border-radius:8px;
  font-weight:600;font-size:1rem;letter-spacing:.02em;
  text-decoration:none;border:1px solid transparent;cursor:pointer;
  transition:transform .12s ease, background-color .12s ease;
}
.btn-primary{background:var(--brand-1);color:#fff}
.btn-primary:hover{background:var(--brand-1-dk);color:#fff;transform:translateY(-1px)}
.btn-accent{background:var(--brand-2);color:#1F1A14}
.btn-accent:hover{background:var(--brand-2-dk);color:#1F1A14;transform:translateY(-1px)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{background:var(--surface-alt);color:var(--ink);border-color:var(--ink-mute)}

/* ----- Forms (ledger #15: 16px inputs, labels, autocomplete) ----- */
.wz-form label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.3rem;color:var(--ink)}
.wz-form .row{display:grid;gap:.85rem;grid-template-columns:1fr 1fr;margin-bottom:.9rem}
.wz-form .row:last-of-type{margin-bottom:0}
.wz-form .row.one{grid-template-columns:1fr}
@media (max-width:640px){.wz-form .row{grid-template-columns:1fr}}
.wz-form input, .wz-form select, .wz-form textarea{
  width:100%; font-size:16px; line-height:1.4; padding:.7em .85em;
  border:1px solid var(--line); border-radius:var(--rad); background:#fff;
  font-family:inherit; color:var(--ink);
}
.wz-form input:focus, .wz-form select:focus, .wz-form textarea:focus{
  outline:2px solid var(--brand-2); outline-offset:1px; border-color:var(--brand-2-dk);
}
.wz-form .sr-only{position:absolute!important;clip:rect(0 0 0 0);width:1px;height:1px;overflow:hidden}
.wz-form .submit-row{margin-top:1.6rem}
.wz-form .submit-row button{width:100%;padding:.95em 1.6em}
.wz-form .reassure{font-size:.82rem;color:var(--ink-mute);margin-top:.55rem}

/* ----- Header ----- */
.site-header{position:sticky;top:0;z-index:50;background:var(--surface);border-bottom:1px solid var(--line)}
/* Header inner: vertical padding only here; horizontal comes from .container's --gutter.
   iter-5 bug: `padding:.85rem 0` was zeroing OUT container's horizontal padding (more
   specific selector wins) → logo/CTA touched viewport edges on narrow widths. */
.site-header .inner{display:flex;align-items:center;justify-content:space-between;padding-block:.85rem;padding-inline:var(--gutter);gap:1rem}
/* Brand-mark layout — single horizontal logo image (wordmark + tagline baked in),
   no separate text lockup next to it. */
.brand-mark{display:flex;align-items:center;line-height:1;color:var(--ink);text-decoration:none}
.brand-mark .brand-logo{flex:0 0 auto;height:55px;width:auto;display:block}
@media (max-width:640px){.brand-mark .brand-logo{height:44px}}
/* Mobile header adapt (≤760px): hide Free-quote button so logo + phone-link + burger fit. */
@media (max-width:760px){
  .header-cta .btn-ghost{display:none}
}
.main-nav > ul, .main-nav .menu{display:flex;gap:1.35rem;margin:0;padding:0;list-style:none;font-weight:500}
.main-nav a{color:var(--ink);text-decoration:none}
.main-nav a:hover, .main-nav .current-menu-item > a{color:var(--brand-1)}
/* Dropdown submenu (depth=2) — appears on hover/focus of parent li with .menu-item-has-children.
   PM critic iter-5: flat nav forced users to land on /services/ /service-areas/ /routes/ index
   before drilling to specific pages. Mega-dropdown lets them jump direct in 1 click. */
.main-nav .menu-item-has-children{position:relative}
.main-nav .menu-item-has-children > a::after{content:" ▾";font-size:.7em;color:var(--ink-mute);margin-left:.15em}
.main-nav .sub-menu{display:none;position:absolute;top:100%;left:-1rem;min-width:200px;background:var(--surface);border:1px solid var(--line);border-radius:var(--rad);padding:.5rem 0;margin:0;list-style:none;box-shadow:0 8px 24px -8px rgba(31,26,20,.15);z-index:50;flex-direction:column;gap:0}
.main-nav .menu-item-has-children:hover > .sub-menu,
.main-nav .menu-item-has-children:focus-within > .sub-menu{display:flex}
.main-nav .sub-menu li{margin:0}
.main-nav .sub-menu a{display:block;padding:.55rem 1.1rem;font-size:.94rem;color:var(--ink);white-space:nowrap}
.main-nav .sub-menu a:hover{background:var(--surface-alt);color:var(--brand-1)}
/* Mobile drawer: submenu inline under parent, indented */
@media (max-width:900px){
  .main-nav .sub-menu{display:flex !important;position:static;border:0;box-shadow:none;background:transparent;padding:.2rem 0 .2rem 1rem;min-width:0}
  .main-nav .menu-item-has-children > a::after{display:none}
  .main-nav .sub-menu a{padding:.35rem 0;font-size:.9rem;color:var(--ink-mute)}
}
.header-cta{display:flex;gap:.6rem;align-items:center}
.header-phone{font-weight:700;color:var(--brand-1);text-decoration:none;white-space:nowrap}
.nav-toggle{display:none;background:none;border:0;font-size:1.5rem;color:var(--ink);padding:.35rem .55rem;cursor:pointer}
@media (max-width:900px){
  .main-nav{display:none}
  .nav-toggle{display:inline-block}
  .main-nav.open{display:block;position:absolute;top:100%;right:0;background:var(--surface);border:1px solid var(--line);border-top:0;padding:1rem;min-width:240px}
  .main-nav.open ul{flex-direction:column;gap:.85rem}
}

/* ----- Hero (split photo/form — ledger HARD rule first-screen form) ----- */
.hero{position:relative;background:var(--surface)}
.hero .grid{
  display:grid;gap:2rem;align-items:start;
  grid-template-columns: 1.05fr .95fr;
  padding:0;
}
.hero .copy, .hero > .container > .grid > div{padding-top:.5rem}
@media (max-width:900px){.hero .grid{grid-template-columns:1fr}}
/* Hero mobile: a touch more padding-inline-start so H1/eyebrow don't crowd the
   left edge on phones (user iter-5: "в hero сделай отступ на мобильном чуток слева"). */
@media (max-width:640px){.hero > .container{padding-inline-start:1.6rem}}
.hero h1{margin-top:0}
.hero .hook{font-size:1.1rem;color:var(--ink-mute);max-width:46ch}
.hero .photo{
  position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:var(--rad-lg);
  background:#1F1A14;
}
.hero .photo img{width:100%;height:100%;object-fit:cover;display:block}
.hero .photo::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.4) 100%);
}
/* Home hero quote-card sticky on desktop — keeps the primary conversion CTA in viewport
   while user scrolls the long home page. Mobile: position:static (form already at top
   on collapsed single-col layout). iter-5 PM critic: "sticky form fails on home —
   position:static, scrolls away with hero". */
@media (min-width:980px){.hero > .container > .grid > div:has(> .quote-card){align-self:start}.hero .quote-card{position:sticky;top:1.2rem}}
.hero .quote-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--rad-lg);
  padding:clamp(1.1rem,2.2vw,1.6rem) clamp(1.1rem,2.2vw,1.8rem);
  box-shadow:0 12px 30px -18px rgba(31,26,20,.25);
}
.hero .quote-card h2{font-size:1.25rem;margin-bottom:.35rem}
.hero .quote-card .reassure-row{display:flex;gap:1rem;font-size:.82rem;color:var(--ink-mute);margin-top:.65rem}

/* ----- Trust strip ----- */
.proof-strip{background:var(--surface-alt);padding:2.5rem 0;border-block:1px solid var(--line)}
.proof-strip .row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem 3rem}
.proof-strip .heading{
  font-family:var(--type-body);font-weight:600;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ink-mute);margin-bottom:1.25rem;text-align:center;
}
.proof-strip a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;height:28px}
/* width:100px (fixed, not max-width) + object-fit:contain → every logo occupies
   the same 100×22 slot regardless of its natural aspect. With max-width:100px
   alone, wide logos (Nextdoor ~180px → capped at 100px) looked dominant while
   narrow logos (Thumbtack ~40px → stayed 40px) looked invisible by comparison.
   Now they all anchor to the same box with internal whitespace as needed.
   Iter-5 Designer flag: "Nextdoor dominates, Thumbtack is tiny." */
/* Round 2 Designer: opacity .55 + grayscale 100% read as "broken/faded assets",
   not "vetted-by". Bumped to .85 opacity + partial grayscale (.4) — logos still
   read as background context (not dominating) but no longer look broken. */
.proof-strip img{height:22px;width:100px;max-height:22px;object-fit:contain;opacity:.85;filter:grayscale(40%) brightness(.9);transition:opacity .15s, filter .15s}
.proof-strip a:hover img,.proof-strip img:hover{opacity:.95;filter:grayscale(0%) brightness(1)}

/* ----- Services grid (also used for facts / svc-mix / what's-included) ----- */
.services-grid{display:flex;flex-wrap:wrap;gap:1.1rem;justify-content:center;align-items:stretch}
.services-grid > *{flex:1 1 260px;max-width:calc(25% - 0.825rem);min-width:240px}
@media (max-width:1200px){.services-grid > *{max-width:calc(33.333% - 0.733rem)}}
@media (max-width:780px){.services-grid > *{max-width:calc(50% - 0.55rem)}}
@media (max-width:560px){.services-grid > *{max-width:100%}}
.offer-tile{
  background:#fff;border:1px solid var(--line);border-radius:var(--rad);
  padding:1.4rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:.6rem;
  text-decoration:none;color:var(--ink);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.offer-tile:hover{transform:translateY(-2px);box-shadow:0 8px 20px -14px rgba(31,26,20,.2);border-color:var(--brand-1)}
.offer-tile .ic{
  width:46px;height:46px;display:grid;place-items:center;
  background:var(--surface-alt);border-radius:var(--rad);color:var(--brand-1);
  flex:0 0 auto;
}
.offer-tile .ic svg{width:24px;height:24px;display:block}
.offer-tile h3{margin:.4rem 0 .5rem;font-size:1.35rem;font-weight:700;line-height:1.25;color:var(--ink)}
.offer-tile p{margin:0;color:var(--ink-mute);font-size:1rem;line-height:1.5}
.offer-tile .more{margin-top:auto;color:var(--brand-1);font-weight:600;text-decoration:none;font-size:.95rem}
.offer-tile:hover .more{text-decoration:underline;text-underline-offset:3px}

/* ----- Owner block ----- */
.founder-block{display:grid;gap:2.5rem;grid-template-columns:.65fr 1fr;align-items:center;padding:1.25rem 0;min-width:0}
.founder-block > *{min-width:0;max-width:100%}
@media (max-width:780px){.founder-block{grid-template-columns:1fr}}
.founder-block .ph{aspect-ratio:4/5;overflow:hidden;border-radius:12px;border:1px solid var(--line);box-shadow:0 1px 2px rgba(31,26,20,.04),0 16px 36px -22px rgba(31,26,20,.2)}
.founder-block .ph img{width:100%;height:100%;object-fit:cover;object-position:center 25%}
.founder-block blockquote{margin:0 0 .8rem;font-family:var(--type-head);font-size:1.35rem;line-height:1.4;color:var(--ink);border-left:3px solid var(--brand-3);padding-left:1.1rem;font-style:italic;overflow-wrap:break-word;hyphens:auto}
.founder-block blockquote, .founder-block p{max-width:60ch}

/* ----- Process steps ----- */
.steps{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));counter-reset:s;margin-top:2.5rem}
.step{padding:4.2rem 1.7rem 1.7rem;background:#fff;border:1px solid var(--line);border-radius:var(--rad);position:relative;box-shadow:0 1px 2px rgba(31,26,20,.04),0 8px 24px -16px rgba(31,26,20,.08)}
.step::before{counter-increment:s;content:counter(s);position:absolute;top:1.2rem;left:1.7rem;background:var(--brand-2);color:#1F1A14;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;font-weight:700;font-size:1.05rem}
.step h3{font-size:1.2rem;margin:0 0 .5rem}
.step p{margin:0;color:var(--ink-mute);font-size:1rem;line-height:1.55}

/* ----- Reviews ----- */
.reviews-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}
.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:var(--rad);padding:1.25rem;display:flex;flex-direction:column;gap:.55rem}
.testimonial-card .who{display:flex;gap:.7rem;align-items:center}
.testimonial-card .av{width:56px;height:56px;border-radius:50%;overflow:hidden;flex:0 0 auto;background:var(--surface-alt)}
.testimonial-card .av img{width:100%;height:100%;object-fit:cover}
.testimonial-card .meta{display:flex;flex-direction:column;line-height:1.25}
.testimonial-card .meta .nm{font-weight:600}
.testimonial-card .meta .sub{font-size:.82rem;color:var(--ink-mute)}
.testimonial-card .stars{color:var(--brand-2);letter-spacing:.06em}
.testimonial-card .body{color:var(--ink)}
.testimonial-card .src{font-size:.78rem;color:var(--ink-mute);text-transform:uppercase;letter-spacing:.08em;margin-top:auto}

/* ----- Service Areas Strip ----- */
section[data-blk="wz-areas"] h2{max-width:680px;margin-left:auto;margin-right:auto}
.zones-strip{display:flex;flex-wrap:wrap;gap:.5rem .7rem;justify-content:center}
.zones-strip a{display:inline-block;padding:.55rem .9rem;background:#fff;border:1px solid var(--line);border-radius:8px;text-decoration:none;color:var(--ink);font-weight:500;font-size:.95rem;transition:border-color .12s, background-color .12s, color .12s}
.zones-strip a:hover{border-color:var(--brand-1);color:var(--brand-1);background:var(--surface-alt)}

/* ----- CTA band ----- */
.action-band{background:var(--brand-1-dk);color:#F8F5F0}
.action-band .inner{display:grid;gap:1.5rem;grid-template-columns:1fr auto;align-items:center}
@media (max-width:780px){.action-band .inner{grid-template-columns:1fr;text-align:center}}
.action-band h2{color:#fff;margin:0}
.action-band p{color:rgba(248,245,240,.88);margin:.3rem 0 0}

/* ----- FAQ ----- */
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--rad);padding:1rem 1.1rem;margin-bottom:.6rem}
.faq summary{cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;color:var(--brand-1);line-height:1}
.faq details[open] summary::after{content:"−"}
.faq details > div{padding-top:.65rem;color:var(--ink-mute)}

/* ----- Footer ----- */
.site-footer{background:#1F1A14;color:#D7CEC0;padding-block:3rem 1.5rem;margin-top:0}
.site-footer a{color:#F8F5F0;text-decoration:none}
.site-footer a:hover{text-decoration:underline;text-underline-offset:3px}
.site-footer .grid{display:grid;gap:3rem;grid-template-columns:1.15fr 1fr 1fr}
@media (max-width:900px){.site-footer .grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.site-footer .grid{grid-template-columns:1fr}}
.site-footer h4{color:#F8F5F0;font-family:var(--type-head);font-size:1.05rem;margin:0 0 .65rem}
.site-footer ul{margin:0;padding:0;list-style:none;display:grid;gap:.4rem}
.site-footer .creds{font-size:.85rem;line-height:1.55;color:#9C8E7B}
.site-footer .bottom{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.5rem;padding-top:1.5rem;margin-top:2rem;border-top:1px solid #3a322a;font-size:.82rem;color:#9C8E7B;text-align:center}
.site-footer .bottom > *{flex:0 1 auto}

/* ----- Generic page intro hero (non-home) ----- */
.page-hero{background:var(--surface-alt);padding:clamp(2rem,4vw,3rem) 0 0;border-bottom:1px solid var(--line)}
/* align-items:start so the LEFT column (H1+intro, short) starts at top of row
   instead of being pulled to the BOTTOM by the much-taller RIGHT column (form
   with 6-8 inputs, ~620px). With align-items:end the page-hero rendered a
   500px cream void ABOVE the H1 on /about/, /reviews/, /faq/, /contact/, /quote/.
   See references/css-rules.md "Page-hero grid". */
.page-hero .grid{display:grid;gap:2rem;grid-template-columns:1.1fr .9fr;align-items:start;padding-bottom:clamp(1.5rem,3vw,2.5rem)}
@media (max-width:900px){.page-hero .grid{grid-template-columns:1fr}}
/* H1 cap — Round 2 Designer measured 5-line wraps still on /services/apartment/, suburb,
   route pages. Tightened max-width 18ch → 14ch + clamp pegged to smaller range. Applies
   to both `.page-hero h1` (about/faq/contact/quote/reviews/carriers) AND `.hero h1`
   (home/services/suburb/route) — both templates had long-title overflow. */
.page-hero h1,.hero h1{margin-bottom:.45rem;max-width:14ch;font-size:clamp(1.9rem,1.2rem + 1.7vw,2.5rem);line-height:1.15}
@media (max-width:640px){.page-hero h1,.hero h1{max-width:16ch}}
.page-hero .breadcrumb{font-size:.82rem;color:var(--ink-mute);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.08em}

/* ----- Benefits grid (home #benefits section, 4×2 → 2×4 → 1col responsive) ----- */
.perks-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}
@media (max-width:980px){.perks-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}}
@media (max-width:520px){.perks-grid{grid-template-columns:1fr;gap:1rem}}
.perk-card{display:flex;flex-direction:column;gap:.55rem}
.perk-card .perk-ic{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--brand-1);background:#fff;border:1px solid var(--line);border-radius:50%;flex:0 0 auto}
.perk-card .perk-ic svg{width:22px;height:22px}
.perk-card h3{font-family:var(--type-head);font-size:1.05rem;font-weight:600;margin:0;color:var(--ink);line-height:1.25}
.perk-card p{font-size:.92rem;color:var(--ink-mute);line-height:1.5;margin:0}

/* ----- Recent-work gallery (home #recent-work section) ----- */
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}
@media (max-width:980px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:640px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:420px){.gallery-grid{grid-template-columns:1fr}}
.work-card{margin:0;display:flex;flex-direction:column;gap:.45rem}
.work-card .gallery-photo{aspect-ratio:4/3;overflow:hidden;border-radius:var(--rad);background:var(--surface-alt)}
/* Unified photo treatment — iter-5 Designer flagged: home mixed B&W silhouettes,
   colour stock, sepia portraits side-by-side. Apply consistent warm-desaturated
   filter to ALL people/work photos so they read as one visual voice. */
.work-card .gallery-photo img,
.testimonial-card .av img,
.team-grid img,
.founder-block img,
.hero-owner-photo img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .3s ease, filter .25s ease;
  filter:saturate(.85) sepia(.08) brightness(.96) contrast(1.03);
}
.work-card:hover .gallery-photo img{filter:saturate(.95) sepia(.05) brightness(1) contrast(1.05);transform:scale(1.04)}
.work-card figcaption{font-size:.85rem;color:var(--ink-mute);line-height:1.4;padding:0 .15rem}

/* ----- Aspect helpers ----- */
.aspect-16-9{aspect-ratio:16/9;overflow:hidden;border-radius:var(--rad)}
.aspect-4-5{aspect-ratio:4/5;overflow:hidden;border-radius:var(--rad)}
.aspect-3-2{aspect-ratio:3/2;overflow:hidden;border-radius:var(--rad)}
.aspect-1-1{aspect-ratio:1/1;overflow:hidden;border-radius:var(--rad)}
.aspect-16-10{aspect-ratio:16/10;overflow:hidden;border-radius:var(--rad)}
.aspect-16-9 img,.aspect-4-5 img,.aspect-3-2 img,.aspect-1-1 img,.aspect-16-10 img{width:100%;height:100%;object-fit:cover}

/* ----- Generic content layout ----- */
.main-wrap{display:grid;gap:2.5rem;grid-template-columns:1fr 320px;align-items:start}
.main-wrap > .main{min-width:0}
.main-wrap > aside{align-self:start}
/* aside-stretch — for pages where article >> aside-stack (notably /about/). Overrides
   `align-self: start` so the aside container stretches to the row's height, and its
   existing .side-form bg/border (`#fdfaf4`) fills the column below the cards. Result:
   right column looks like a tall tinted card with content at top, no visible cream
   void where the form ends. Safer than `position: sticky` (which re-introduces the
   1600-2200px dead-zone bug — see ".side-form is NOT position: sticky" rule). */
.main-wrap > aside.aside-stretch{align-self:stretch}
/* Aside-form compact variant — visually differentiates the sticky sidebar form
   from the hero form. Designer-critic #1 flagged "Two stacked nearly identical
   lead forms... reads as a templating tell." Same fields submit-wise (CRM payload
   unchanged), just compacter typography + secondary button color so the eye reads
   them as DIFFERENT conversion paths, not duplicates. */
.side-form .wz-form{font-size:.92rem}
.side-form .wz-form label{font-size:.8rem;margin-bottom:.2rem}
.side-form .wz-form input,.side-form .wz-form select{font-size:.95rem;padding:.5rem .65rem}
.side-form .wz-form .row{gap:.55rem;margin-bottom:.55rem}
.side-form .wz-form button[type="submit"]{
  background:var(--brand-3);  /* olive secondary instead of primary brick-red */
  font-size:.95rem;
  padding:.7em 1em;
  margin-top:.4rem;
}
.side-form .wz-form button[type="submit"]:hover{background:#243A2A}  /* darker olive on hover */
.side-form .tcpa-text,.side-form .form-reassure{font-size:.76rem}
/* aside-sticky — wrapper around the form-section inside side-form that follows
   scroll. Applied ONLY to the quote-card area, NOT the whole aside (whole-aside
   sticky breaks when aside > viewport, the Round-5 dead-zone bug). z-index lifts
   form above call/ticker siblings during scroll-collision so the form visually
   covers them; same aside-bg color prevents harsh edges. Disabled on mobile
   (single column = no benefit, would just stick at top of stack). */
.main-wrap > aside .aside-sticky{position:sticky;top:1.2rem;z-index:2;background:#fdfaf4}
@media (max-width:980px){.main-wrap > aside .aside-sticky{position:static}}
@media (max-width:980px){.main-wrap{grid-template-columns:1fr}}
.main-wrap .main p{margin-bottom:1em}
.main-wrap .main h2{margin-top:1.6em}
.main-wrap .main h3{margin-top:1.4em}
/* Aside scrolls naturally — sticky caused 1600+px dead zones on long content pages */
.side-form{background:#fdfaf4;border:1px solid var(--line);border-radius:var(--rad);padding:1.4rem;box-shadow:0 1px 2px rgba(31,26,20,.04),0 4px 14px -10px rgba(31,26,20,.12)}
.side-form h3{margin-top:0}

/* ----- Utility ----- */
.text-center{text-align:center}
.mt-2{margin-top:2rem}
.mb-2{margin-bottom:2rem}
.muted{color:var(--ink-mute)}
