/* E&H Plastering & Damp Proofing — shared stylesheet.
   Extracted from index.html 2026-08-28 so the commercial page can share it.
   Image paths are relative to THIS file (assets/css/), hence ../../img/. */
  :root{
    --ink:#0d0b08; --panel:#171310; --panel-2:#1f1a14;
    --gold:#c9a45c; --gold-2:#e6c789; --gold-deep:#9a7736; --gold-l:#86662a;
    --paper:#f7f3ea; --paper-2:#efe8d8;
    --txt-d:#efe9dc; --txt-dm:#b9b0a0; --txt-l:#211c14; --txt-lm:#5c5546;
    --line-d:rgba(201,164,92,.22); --line-l:rgba(33,28,20,.12);
    --serif:Georgia,'Times New Roman',serif;
    --sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  }
  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth;overflow-x:clip}
  /* overflow-x:clip stops any stray-wide element from making the whole page pan
     sideways on mobile (the "bounce"/misalignment). Unlike overflow:hidden it does
     NOT create a scroll container, so position:sticky etc. keep working. */
  body{font-family:var(--sans);background:var(--ink) url(../../img/plaster-dark.jpg);color:var(--txt-d);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip;width:100%}
  img{display:block;max-width:100%;height:auto}   /* height:auto is REQUIRED now that img tags carry width/height attrs — without it max-width:100% stretches them */
  a{color:inherit}
  .wrap{max-width:1120px;margin:0 auto;padding:0 20px}
  h1,h2,h3{font-family:var(--serif);font-weight:700;line-height:1.15}
  .eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:600}
  .eyebrow::before{content:"";width:28px;height:1px;background:var(--gold)}
  .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 28px;border-radius:6px;font-weight:700;font-size:15px;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
  .btn-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold) 55%,var(--gold-deep));color:#171205;box-shadow:0 6px 18px rgba(201,164,92,.28)}
  .btn-gold:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(201,164,92,.4)}
  .btn-ghost{border-color:var(--line-d);color:var(--txt-d);background:rgba(255,255,255,.03)}
  .btn-ghost:hover{border-color:var(--gold);color:var(--gold-2)}
  .btn-ghost-l{border-color:var(--line-l);color:var(--txt-l);background:transparent}
  .btn-ghost-l:hover{border-color:var(--gold-deep);color:var(--gold-deep)}
  section{padding:84px 0}
  .sec-head{max-width:640px;margin-bottom:44px}
  .sec-head h2{font-size:clamp(28px,4.2vw,40px);margin:14px 0 12px}
  .light{background:var(--paper) url(../../img/plaster-light.jpg);color:var(--txt-l)}
  .light .sec-head p{color:var(--txt-lm)}
  .dark .sec-head p{color:var(--txt-dm)}

  /* ---------- nav ---------- */
  header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(13,11,8,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--line-d)}
  .nav{display:flex;align-items:center;justify-content:space-between;gap:24px;height:68px}
  .nav .logo img{height:52px;width:auto}
  .nav ul{display:flex;gap:28px;list-style:none}
  .nav ul a{text-decoration:none;font-size:14px;font-weight:600;color:var(--txt-dm);letter-spacing:.04em;white-space:nowrap}
  .nav ul a:hover{color:var(--gold-2)}
  .nav .btn{padding:10px 20px;font-size:13px}
  .nav-wa,.nav-tel{display:none}   /* mobile-only (≤860px) */
  .burger{display:none;background:none;border:1px solid var(--line-d);border-radius:6px;color:var(--gold);font-size:20px;width:42px;height:42px;cursor:pointer}
  @media(max-width:860px){
    .nav ul{display:none;position:absolute;top:68px;left:0;right:0;background:#0d0b08;flex-direction:column;gap:0;padding:10px 20px 20px;border-bottom:1px solid var(--line-d)}
    .nav ul.open{display:flex}
    .nav ul a{display:block;padding:13px 4px;border-bottom:1px solid rgba(255,255,255,.06)}
    .burger{display:block;flex:none}
    /* mobile nav: logo · WhatsApp · gold number button · burger (hero owns the Book CTA) */
    .nav .btn-gold{display:none}
    .nav-wa{display:inline-flex;align-items:center;justify-content:center;flex:none;width:40px;height:40px;margin-left:auto;border:1px solid var(--line-d);border-radius:8px;color:var(--gold-2);background:rgba(255,255,255,.03)}
    .nav-wa svg{width:20px;height:20px}
    .nav-tel{display:inline-flex;align-items:center;justify-content:center;flex:none;width:40px;height:40px;margin:0 10px;border-radius:8px;background:linear-gradient(135deg,var(--gold-2),var(--gold) 55%,var(--gold-deep));color:#171205;text-decoration:none;box-shadow:0 4px 12px rgba(201,164,92,.25)}
    .nav-tel svg{width:18px;height:18px}
  }

  /* ---------- hero ---------- */
  .hero{position:relative;padding:150px 0 80px;background:
    radial-gradient(900px 480px at 85% -10%,rgba(201,164,92,.14),transparent 60%),
    radial-gradient(700px 400px at -10% 110%,rgba(201,164,92,.08),transparent 60%),
    url(../../img/plaster-dark.jpg)}
  /* plasterboard joints + fixing dots overlay */
  .hero::after{content:"";position:absolute;inset:0;pointer-events:none;background-image:
    repeating-linear-gradient(90deg,transparent 0 238px,rgba(201,164,92,.06) 238px 240px),
    radial-gradient(rgba(201,164,92,.08) 1.5px,transparent 2.2px);
    background-size:auto,120px 150px}
  .hero .wrap{position:relative;z-index:1}
  .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start}
  .hero h1{font-size:clamp(34px,5vw,54px);margin:18px 0 20px;color:#fff}
  .hero h1 em{font-style:normal;color:var(--gold-2)}
  .hero p.lede{font-size:18px;color:var(--txt-dm);max-width:34em}
  .hero-ctas{display:flex;flex-wrap:wrap;align-items:stretch;gap:10px;margin:30px 0 26px}
  .hero-ctas .btn{padding:15px 20px}   /* trimmed so all three CTAs share one line on desktop */
  .hero-trust{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:13.5px;color:var(--txt-dm)}
  .hero-trust span{display:inline-flex;align-items:center;gap:8px}
  .hero-trust b{color:var(--gold-2);font-weight:700}
  .tick{color:var(--gold);font-weight:700}
  .hero-visual{position:relative;max-width:470px;margin:52px auto 0;width:100%} /* nudged down so the emblem lines up with the H1, not the eyebrow */
  .logo-float{position:relative;width:min(430px,92%);margin:0 auto;animation:float 6s ease-in-out infinite}
  /* glow pulse: FINITE (plays on load, then rests holding the base drop-shadow).
     Infinite animated drop-shadow filters keep repainting a large area every frame,
     which — stacked with the masked shimmer below — exhausts the iOS WebKit render
     process (grey/blank button, then "a problem repeatedly occurred"). Lighter peak
     blur + a capped iteration count keeps the effect but lets the GPU settle. */
  .hero-logo{position:relative;width:100%;animation:logoglow 3.8s ease-in-out 4 both}
  @keyframes logoglow{
    0%,100%{filter:drop-shadow(0 26px 48px rgba(0,0,0,.72)) drop-shadow(0 0 30px rgba(201,164,92,.12))}
    50%{filter:drop-shadow(0 26px 48px rgba(0,0,0,.72)) drop-shadow(0 0 44px rgba(201,164,92,.3))}
  }
  /* gold shimmer sweeping across the logo shape — masked moving gradient.
     Gated behind @supports so browsers WITHOUT mask support never paint the raw
     (unmasked) gradient rectangle as a full-width flash. FINITE iterations for the
     same GPU reason as the glow above — animated masks are the most expensive layer
     to composite continuously on iOS. Longhand mask props for compatibility. */
  .logo-shimmer{display:none}
  @supports ((-webkit-mask-image:url(../../img/logo.png)) or (mask-image:url(../../img/logo.png))){
    .logo-shimmer{display:block;position:absolute;inset:0;pointer-events:none;z-index:2;
      -webkit-mask-image:url(../../img/logo.png);-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;
      mask-image:url(../../img/logo.png);mask-position:center;mask-size:contain;mask-repeat:no-repeat;
      background:linear-gradient(100deg,transparent 35%,rgba(255,244,214,.75) 46%,#fff8e2 50%,rgba(255,244,214,.75) 54%,transparent 65%);
      background-repeat:no-repeat;background-size:220% 100%;
      animation:shimmer 3.2s ease-in-out 4}
  }
  @keyframes shimmer{0%{background-position:160% 0}80%,100%{background-position:-60% 0}}
  @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
  @keyframes rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
  .hero .anim{animation:rise .7s ease both}
  @media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}
  .badge-30{position:absolute;right:-34px;top:-44px;width:108px;z-index:2;filter:drop-shadow(0 12px 26px rgba(0,0,0,.5))}
  .badge-30 svg{display:block;width:100%;height:auto}
  /* desktop: WhatsApp collapses to a compact icon button so all 3 CTAs sit on one line */
  @media(min-width:901px){
    .btn-wa{padding:15px 17px}
    .btn-wa .wa-txt{display:none}
  }
  @media(max-width:900px){
    .hero{padding:100px 0 48px}
    .hero-grid{grid-template-columns:1fr;gap:24px}
    .hero-visual{order:-1;margin:0 auto;max-width:430px}   /* logo on TOP on mobile — big, hero-piece scale */
    .logo-float{width:min(390px,94%)}
    .badge-30{width:46px;right:0;top:4px}
  }

  /* phones — scale type down so nothing feels squashed */
  @media(max-width:600px){
    section{padding:54px 0}
    .sec-head{margin-bottom:28px}
    .sec-head h2{font-size:clamp(23px,6.4vw,29px)}
    .sec-head p{font-size:14.5px}
    /* hero, Pioneer-style: big logo, then pill, H1, lede, trust ticks, and a full-width
       Book CTA pinned to the bottom of the first screen. svh sizing scales the stack to fit
       above the fold; every svh declaration has a plain-px/vh fallback on the line before it
       so older parsers still get the layout. margin-top:auto on the CTA absorbs spare height. */
    .nav .logo img{height:44px}
    .hero{padding:72px 0 28px;display:flex}   /* natural height — no viewport stretching, no dead space */
    .hero-grid{display:flex;flex-direction:column;flex:1;gap:0;width:100%}
    .hero-grid>div:first-child{display:contents}
    .hero-visual{order:-1;margin:4px auto 0;max-width:390px;width:100%}
    .logo-float{width:min(345px,94%);width:min(345px,94%,36svh)}
    .badge-30{width:40px;right:2px;top:0}
    .hero .eyebrow{order:1;align-self:flex-start;font-size:9.5px;padding:8px 14px;border:1px solid var(--line-d);border-radius:999px;background:rgba(13,11,8,.55);gap:8px;margin-top:14px;margin-top:min(16px,2svh)}
    .hero .eyebrow::before{width:6px;height:6px;border-radius:50%;flex:none}
    .eb-loc{display:none}
    .hero h1{order:2;font-size:24px;font-size:clamp(20px,3.2svh,26px);margin:12px 0 0}
    .hero p.lede{order:3;font-size:13.5px;font-size:clamp(12px,1.9svh,14.5px);line-height:1.55;margin-top:12px}
    .hero-trust{order:4;font-size:11.5px;font-size:clamp(10px,1.6svh,12px);gap:6px 14px;margin-top:12px}
    .hero-ctas{order:5;margin:0;padding-top:18px;display:flex;flex-direction:column;flex-wrap:nowrap;gap:10px;width:100%}
    .hero-ctas .btn{display:flex;width:100%;justify-content:center}
    .hero-ctas .btn-gold{padding:18px 22px;font-size:16px;border-radius:12px}
    .hero-ctas .btn-call,.hero-ctas .btn-wa{display:none}   /* phone + WhatsApp live in the top nav on mobile (specificity must beat .hero-ctas .btn above) */
    .btn{padding:13px 20px;font-size:14px}
    .strap{padding:13px 0}
    .strap-track{justify-content:flex-start;width:max-content;animation:strapmove 16s linear infinite}
    .strap-set[aria-hidden="true"]{display:flex}
    .strap .mob-dot{display:inline}
    .strap-set{gap:14px;margin-right:14px;font-size:13.5px}
    .about-copy h2,.c-info h2,.g-copy h2{font-size:26px}
    .about-grid{gap:26px}
    .about-chips{display:flex!important;flex-flow:row nowrap!important;gap:5px;margin-top:16px;justify-content:space-between;max-width:100%}
    .about-chips span{display:inline-flex!important;width:auto!important;flex:0 1 auto!important;min-width:0;padding:6px 7px!important;font-size:clamp(8.5px,2.35vw,10px)!important;gap:4px!important;white-space:nowrap}
    .about-chips .tick{width:auto!important;height:auto!important;border:0!important;background:none!important;font-size:inherit}
    .sym-body h3{font-size:18.5px}
    .sym-body p{font-size:14px}
    .g-shield{width:150px;height:150px}
    .g-shield .n{font-size:46px}
    .step .body{padding:18px 18px 20px}
    .rev{padding:22px}
    .gal{gap:10px}
    .ba-thumbs{gap:10px;margin-top:16px}
    form{padding:24px 18px}
    .qz-card{padding:20px 16px}
    .qz-aside{padding:18px 16px}
    footer .wrap{flex-direction:column;text-align:center;justify-content:center;gap:14px}
    footer img{margin:0 auto}
  }

  /* ---------- strap (desktop static / mobile marquee) ---------- */
  .strap{padding:22px 0;background:linear-gradient(90deg,var(--gold-deep),var(--gold) 50%,var(--gold-deep));color:#171205;overflow:hidden}
  .strap-track{display:flex;justify-content:center}
  .strap-set{display:flex;align-items:center;gap:18px;flex:none;white-space:nowrap;font-family:var(--serif);font-size:clamp(15px,2.4vw,20px);font-weight:700;letter-spacing:.08em;text-transform:uppercase}
  .strap-set[aria-hidden="true"],.strap .mob-dot{display:none}
  .strap span.dot{opacity:.55}
  @keyframes strapmove{to{transform:translateX(-50%)}}

  /* ---------- symptoms: native swipe carousel (scroll-snap, no arrows) ---------- */
  .sym-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0 -20px;padding:6px 20px 16px}
  .sym-scroll::-webkit-scrollbar{display:none}
  .sym-scroll{scrollbar-width:none}
  .sym-card{flex:0 0 auto;width:min(340px,80vw);scroll-snap-align:center;background:var(--panel) url(../../img/plaster-dark.jpg);border:1px solid rgba(201,164,92,.42);border-radius:16px;overflow:hidden;box-shadow:0 22px 54px rgba(33,28,20,.28),inset 0 1px 0 rgba(230,199,137,.16)}
  .sym-photo{position:relative;aspect-ratio:4/3}
  .sym-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  .sym-photo figcaption{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#e4ddcf;font-size:11.5px;line-height:1.4;padding:26px 14px 11px}
  .sym-num{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:#171205;font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:5px 10px;border-radius:999px}
  .sym-body{padding:22px 22px 26px}
  .sym-body h3{font-size:20px;color:#fff;margin-bottom:8px}
  .sym-body p{color:var(--txt-dm);font-size:14.5px;line-height:1.6}
  .sym-swipe{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;font-size:12.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--txt-lm)}
  .sym-swipe svg{width:16px;height:16px}
  .sym-cta{margin-top:24px;font-size:15px;color:var(--txt-lm);text-align:center}
  .sym-cta a{color:var(--gold-deep);font-weight:700}
  .sym-wrap{position:relative}
  /* ≥601px: the carousel becomes a static grid — every sign visible, no clipped cards, no arrows.
     Mobile (≤600px) keeps the native scroll-snap swipe untouched. */
  @media(min-width:601px){
    .sym-scroll{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;overflow:visible;scroll-snap-type:none;margin:0;padding:0}
    .sym-card{width:auto}
    .sym-swipe{display:none}
    .sym-cta{margin-top:36px}
  }
  @media(min-width:1000px){
    .sym-scroll{grid-template-columns:repeat(3,1fr)}
  }

  /* ---------- services (flyer style: gold roundels + hairline rules) ---------- */
  .svc-list{display:grid;grid-template-columns:1fr 1fr;gap:0 60px}
  .svc-item{display:flex;gap:18px;align-items:flex-start;padding:26px 0;border-bottom:1px solid var(--line-d)}
  .svc-item .ric{flex:0 0 auto;width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,var(--gold-2),var(--gold) 55%,var(--gold-deep));color:#171205;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(201,164,92,.28)}
  .svc-item .ric svg{width:26px;height:26px}
  .svc-item h3{font-family:var(--sans);font-size:16.5px;font-weight:800;letter-spacing:.03em;color:#fff;margin-bottom:6px;text-transform:uppercase}
  .svc-item p{font-size:14px;color:var(--txt-dm)}
  @media(max-width:860px){.svc-list{grid-template-columns:1fr}}

  /* ---------- about ---------- */
  .about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:54px;align-items:center}
  .about-grid>:first-child{order:2}   /* van → right, larger column */
  .about-copy{order:1}                /* copy → left */
  .frame-gold{border:1px solid var(--line-d);border-radius:14px;padding:10px;background:rgba(255,255,255,.02)}
  .frame-gold img{border-radius:10px;width:100%;height:auto} /* natural 1400x860 ratio — whole van visible, no crop */
  .about-copy h2{font-size:clamp(28px,4vw,38px);color:#fff;margin:14px 0 14px}
  .about-copy h2 em{font-style:normal;color:var(--gold-2)}
  .about-copy p{color:var(--txt-dm);max-width:38em}
  .about-chips{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
  .about-chips span{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line-d);border-radius:999px;padding:11px 19px;font-size:13.5px;font-weight:700;color:var(--gold-2);background:rgba(201,164,92,.07)}
  @media(max-width:860px){.about-grid{grid-template-columns:1fr;gap:32px}.about-grid>:first-child{order:0}.about-copy{order:0}}

  /* ---------- before/after slider ---------- */
  /* frame ratio matches each pair (set in JS) so photos fill edge-to-edge — no grey, no letterbox */
  .ba-stage{position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--line-d);background:#0d0b08;user-select:none;touch-action:pan-y;max-width:820px;max-height:74vh;margin:0 auto;box-shadow:0 30px 70px rgba(0,0,0,.4)}
  .ba-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:1}
  .ba-stage .img-before{clip-path:inset(0 calc(100% - var(--pos,50%)) 0 0);z-index:2}
  /* clearly-visible divider: white bar + gold grab handle */
  .ba-handle{position:absolute;top:0;bottom:0;left:var(--pos,50%);width:3px;background:#fff;transform:translateX(-1.5px);pointer-events:none;z-index:3;box-shadow:0 0 0 1px rgba(0,0,0,.45),0 0 16px rgba(0,0,0,.6)}
  .ba-handle::after{content:"◂ ▸";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:#171205;font-size:15px;font-weight:800;letter-spacing:1px;padding:12px 14px;border-radius:999px;box-shadow:0 6px 20px rgba(0,0,0,.65),0 0 0 5px rgba(255,255,255,.18);white-space:nowrap}
  .ba-tag{position:absolute;top:14px;z-index:4;padding:6px 13px;border-radius:5px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;pointer-events:none;box-shadow:0 3px 10px rgba(0,0,0,.4)}
  .ba-tag.before{left:14px;background:rgba(13,11,8,.85);color:#fff}
  .ba-tag.after{right:14px;background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:#171205}
  .ba-caption{text-align:center;color:var(--txt-dm);font-size:14px;margin-top:14px}
  .ba-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:22px}
  .ba-thumb{background:var(--panel);border:1px solid var(--line-d);border-radius:10px;padding:8px;cursor:pointer;text-align:left;transition:border-color .15s ease}
  .ba-thumb img{border-radius:6px;aspect-ratio:4/3;object-fit:cover;width:100%}
  .ba-thumb span{display:block;font-size:12px;color:var(--txt-dm);margin:8px 2px 2px;line-height:1.35}
  .ba-thumb.active{border-color:var(--gold)}
  .ba-thumb.active span{color:var(--gold-2)}
  @media(max-width:640px){.ba-thumbs{grid-template-columns:repeat(2,1fr)}}

  /* ---------- process ---------- */
  .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
  .step{background:#fff;border:1px solid var(--line-l);border-radius:12px;overflow:hidden}
  .step img{aspect-ratio:4/3;object-fit:cover;width:100%}
  .step .body{padding:20px 22px 24px}
  .step .k{font-family:var(--serif);font-size:34px;color:var(--gold);line-height:1}
  .step h3{font-size:18px;margin:8px 0 6px}
  .step p{font-size:14px;color:var(--txt-lm)}
  @media(max-width:860px){.steps{grid-template-columns:1fr}}

  /* ---------- guarantee ---------- */
  .guarantee{background:linear-gradient(160deg,rgba(23,18,5,.9),rgba(36,26,9,.72) 60%,rgba(23,18,5,.9)),url(../../img/plaster-dark.jpg);border-top:1px solid var(--line-d);border-bottom:1px solid var(--line-d)}
  .g-grid{display:grid;grid-template-columns:auto 1fr;gap:44px;align-items:center}
  .g-shield{width:190px;height:190px;border-radius:50%;border:2px solid var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--gold-2);background:radial-gradient(circle at 30% 25%,rgba(230,199,137,.18),transparent 60%)}
  .g-shield .n{font-family:var(--serif);font-size:64px;font-weight:700;line-height:1}
  .g-shield small{font-size:11px;letter-spacing:.28em;text-transform:uppercase;margin-top:6px}
  .g-copy h2{font-size:clamp(26px,3.6vw,36px);color:#fff;margin-bottom:14px}
  .g-copy p{color:var(--txt-dm);max-width:44em}
  .g-points{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:20px;font-size:14px;color:var(--txt-d)}
  .g-points span{display:inline-flex;gap:8px;align-items:center}
  @media(max-width:760px){.g-grid{grid-template-columns:1fr;text-align:center}.g-shield{margin:0 auto}.g-points{justify-content:center}}

  /* ---------- reviews (dark & gold; real Google reviews) ---------- */
  .rev-summary{display:flex;align-items:center;gap:16px;margin:-10px 0 34px}
  .g-badge{flex:0 0 auto;width:52px;height:52px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.35)}
  .g-badge svg{width:26px;height:26px}
  .rev-summary .score{font-family:var(--serif);font-size:32px;font-weight:700;color:#fff;line-height:1;vertical-align:middle;margin-right:8px}
  .rev-summary .sub{font-size:13px;color:var(--txt-dm)}
  .rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
  .rev{position:relative;background:linear-gradient(165deg,var(--panel-2),var(--panel) 70%);border:1px solid var(--line-d);border-radius:14px;padding:26px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s ease,transform .2s ease}
  .rev:hover{border-color:rgba(201,164,92,.5);transform:translateY(-3px)}
  .rev::before{content:"\201C";position:absolute;top:10px;right:20px;font-family:var(--serif);font-size:64px;line-height:1;color:var(--gold);opacity:.22;pointer-events:none}
  .stars{color:var(--gold);letter-spacing:3px;font-size:15px}
  .rev p{font-size:14.5px;color:var(--txt-dm);flex:1}
  .rev-who{display:flex;align-items:center;gap:12px}
  .rev-who .av{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:#171205;font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center}
  .rev-who b{font-size:14px;color:#fff;display:block}
  .rev-who small{font-size:12px;color:var(--txt-dm)}
  @media(max-width:860px){.rev-grid{grid-template-columns:1fr}}

  /* ---------- gallery ---------- */
  .gal{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
  .gal figure{position:relative;border-radius:10px;overflow:hidden;border:1px solid var(--line-d)}
  .gal img{aspect-ratio:1/1;object-fit:cover;width:100%;transition:transform .3s ease}
  .gal figure:hover img{transform:scale(1.04)}
  .gal figcaption{position:absolute;inset:auto 0 0;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#eee;font-size:12.5px;padding:26px 14px 12px}
  @media(max-width:640px){.gal{grid-template-columns:1fr 1fr}}

  /* ---------- project showcase (full-width carousel) ----------
     Fail-open: with no JS every photo simply stacks and stays visible.
     JS adds html.js-pshow, which turns the stack into a one-at-a-time carousel. */
  .pshow + .pshow{margin-top:58px;padding-top:54px;border-top:1px solid var(--line-l)}
  .dark .pshow + .pshow{border-top-color:var(--line-d)}
  .pshow-head{max-width:60em;margin-bottom:6px}
  .pshow-tag{display:block;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;margin-bottom:10px}
  .dark .pshow-tag{color:var(--gold)}
  .pshow-head h3{font-size:clamp(21px,3vw,31px);line-height:1.22;margin-bottom:12px}
  .dark .pshow-head h3{color:#fff}
  .pshow-head p{font-size:15.5px;color:var(--txt-lm)}
  .dark .pshow-head p{color:var(--txt-dm)}
  .pshow-facts{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 26px;list-style:none}
  .pshow-facts li{flex:1 1 160px;min-width:150px;border:1px solid var(--line-l);border-radius:12px;background:#fff;padding:15px 18px}
  .dark .pshow-facts li{background:linear-gradient(165deg,var(--panel-2),var(--panel) 70%);border-color:var(--line-d)}
  .pshow-facts b{display:block;font-family:var(--serif);font-size:27px;line-height:1;color:var(--gold-deep)}
  .dark .pshow-facts b{color:var(--gold-2)}
  .pshow-facts span{display:block;margin-top:7px;font-size:12.5px;line-height:1.35;color:var(--txt-lm)}
  .dark .pshow-facts span{color:var(--txt-dm)}

  .pshow-frame{position:relative;border-radius:16px;overflow:hidden;background:var(--panel);border:1px solid var(--line-d);box-shadow:0 30px 70px rgba(33,28,20,.3)}
  .pshow-frame:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
  .pshow-track figure{position:relative;margin:0}
  .pshow-track figure + figure{margin-top:8px}
  .pshow-track img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}
  .pshow-track figcaption{position:absolute;inset:auto 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88));color:#f3eee4;font-size:14.5px;line-height:1.4;padding:70px 24px 22px}
  html.js-pshow .pshow-track{position:relative;aspect-ratio:3/2}
  html.js-pshow .pshow-track figure{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transition:opacity .45s ease}
  html.js-pshow .pshow-track figure.on{opacity:1;visibility:visible}
  html.js-pshow .pshow-track img{height:100%;aspect-ratio:auto}

  .pshow-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:none;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border-radius:50%;border:1px solid rgba(230,199,137,.5);background:rgba(13,11,8,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--gold-2);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}
  html.js-pshow .pshow-nav{display:flex}
  .pshow-nav:hover{background:rgba(13,11,8,.86);border-color:var(--gold-2);transform:translateY(-50%) scale(1.07)}
  .pshow-nav svg{width:22px;height:22px}
  .pshow-prev{left:18px}
  .pshow-next{right:18px}
  .pshow-count{position:absolute;top:18px;right:18px;z-index:2;display:none;font-size:12px;letter-spacing:.14em;font-weight:700;color:var(--gold-2);background:rgba(13,11,8,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--line-d);border-radius:999px;padding:7px 14px}
  html.js-pshow .pshow-count{display:block}
  .pshow-dots{display:none;justify-content:center;gap:16px;margin-top:18px}
  html.js-pshow .pshow-dots{display:flex}
  .pshow-dot{position:relative;width:10px;height:10px;padding:0;border-radius:50%;border:1px solid var(--gold-deep);background:transparent;cursor:pointer;transition:background .2s ease,transform .2s ease}
  .dark .pshow-dot{border-color:var(--gold)}
  .pshow-dot.on{background:var(--gold);transform:scale(1.3)}
  .pshow-note{margin-top:24px;font-size:13px;color:var(--txt-lm);max-width:62em}
  .dark .pshow-note{color:var(--txt-dm)}
  /* signpost band — a route to another page, not a content section. Distinct from the
     .guarantee band (different gradient axis, tighter padding) so the two never twin. */
  .callout{padding:60px 0;border-top:1px solid var(--line-d);border-bottom:1px solid var(--line-d);
    background:linear-gradient(100deg,rgba(33,27,20,.94),rgba(20,16,8,.72) 52%,rgba(33,27,20,.94)),url(../../img/plaster-dark.jpg)}
  .callout .sec-head{margin-bottom:24px}
  @media(max-width:640px){.callout{padding:44px 0}}
  @media(max-width:640px){
    .pshow-track img{aspect-ratio:4/3}
    html.js-pshow .pshow-track{aspect-ratio:4/3}
    .pshow-nav{width:42px;height:42px}
    .pshow-nav svg{width:18px;height:18px}
    .pshow-prev{left:10px}
    .pshow-next{right:10px}
    .pshow-count{top:12px;right:12px;font-size:11px;padding:6px 11px}
    .pshow-track figcaption{font-size:12.5px;padding:54px 14px 15px}
    .pshow-facts{gap:8px;margin:18px 0 22px}
    .pshow-facts li{flex:1 1 calc(50% - 4px);min-width:0;padding:12px 14px}
    .pshow-facts b{font-size:22px}
    .pshow + .pshow{margin-top:40px;padding-top:38px}
  }

  /* ---------- areas ---------- */
  .areas{display:flex;flex-wrap:wrap;gap:10px}
  .areas span{border:1px solid var(--line-l);border-radius:999px;padding:9px 18px;font-size:14px;background:#fff}

  /* ---------- contact ---------- */
  .contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:52px}
  .c-info h2{font-size:clamp(28px,4vw,38px);color:#fff;margin:14px 0 14px}
  .c-info>p{color:var(--txt-dm);max-width:32em}
  .c-lines{margin-top:26px;display:flex;flex-direction:column;gap:14px;font-size:15px}
  .c-lines a{color:var(--gold-2);text-decoration:none;font-weight:700}
  .c-lines span.lab{display:block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--txt-dm)}
  form{background:var(--panel);border:1px solid var(--line-d);border-radius:14px;padding:30px}
  .f-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  label{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--txt-dm);margin:16px 0 6px}
  input,select,textarea{width:100%;background:#0f0d0a;border:1px solid var(--line-d);border-radius:8px;color:var(--txt-d);padding:13px 14px;font-size:15px;font-family:var(--sans)}
  input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold)}
  form .btn{width:100%;margin-top:24px}
  .form-note{font-size:12.5px;color:var(--txt-dm);text-align:center;margin-top:12px}
  .form-ok{display:none;text-align:center;padding:40px 10px}
  .form-ok .n{font-size:44px}
  @media(max-width:860px){.contact-grid{grid-template-columns:1fr}.f-row{grid-template-columns:1fr}}

  /* ---------- footer ---------- */
  footer{border-top:1px solid var(--line-d);padding:36px 0;background:#0a0806;color:var(--txt-dm);font-size:13.5px}
  footer .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:center}
  footer img{height:64px;width:auto}   /* width:auto is REQUIRED: the img width="" attr is a presentational hint and would otherwise stretch the logo to 637px */
  footer a{color:var(--gold-2);text-decoration:none}

  /* ---------- quote generator ---------- */
  .qz-wrap{display:grid;grid-template-columns:1fr 340px;gap:22px;align-items:start;margin-top:12px}
  .qz-card{background:var(--panel);border:1px solid var(--line-d);border-radius:16px;padding:26px}
  .qz-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:22px;list-style:none;padding:0}
  .qz-step{border:1px solid var(--line-d);border-radius:9px;padding:9px 6px;text-align:center;background:rgba(255,255,255,.02)}
  .qz-step.on{border-color:var(--gold);background:rgba(201,164,92,.1)}
  .qz-step .n{display:block;font-family:var(--serif);font-size:13px;font-weight:700;color:var(--gold-2)}
  .qz-step .l{display:block;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--txt-dm);margin-top:2px}
  .qz-panel{display:none}
  .qz-panel.active{display:block;animation:rise .4s ease both}
  .qz-legend{font-family:var(--serif);font-size:22px;color:#fff;line-height:1.2}
  .qz-sub{font-size:13.5px;color:var(--txt-dm);margin:6px 0 4px}
  .qz-blocklabel{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:22px 0 10px}
  .qz-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .qz-grid.three{grid-template-columns:repeat(3,1fr)}
  .opt{display:flex;flex-direction:column;gap:3px;text-align:left;border:1px solid var(--line-d);border-radius:11px;padding:14px 16px;background:rgba(255,255,255,.02);color:var(--txt-d);cursor:pointer;font-family:var(--sans);transition:border-color .15s ease,background .15s ease,transform .12s ease}
  .opt:hover{border-color:rgba(201,164,92,.55);transform:translateY(-1px)}
  .opt.sel{border-color:var(--gold);background:rgba(201,164,92,.12);box-shadow:inset 0 0 0 1px var(--gold)}
  .opt .t{font-weight:800;font-size:14.5px;color:#fff}
  .opt .d{font-size:12px;color:var(--txt-dm)}
  .qz-err{margin-top:14px;font-size:13.5px;font-weight:700;color:var(--gold-2);display:none}
  .qz-err.show{display:block}
  .qz-nav{display:flex;justify-content:space-between;gap:12px;margin-top:24px}
  .qz-nav .qz-next{margin-left:auto}
  .qz-aside{background:linear-gradient(165deg,var(--panel-2),var(--panel) 70%);border:1px solid var(--line-d);border-radius:16px;padding:22px;position:sticky;top:88px}
  .qz-live{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-2);border:1px solid var(--line-d);border-radius:999px;padding:5px 11px}
  .qz-live .dot{width:6px;height:6px;border-radius:50%;background:var(--gold);animation:qpulse 1.6s ease-in-out infinite}
  @keyframes qpulse{0%,100%{opacity:.35}50%{opacity:1}}
  .est-lines{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:9px;font-size:13.5px}
  .est-lines li{display:flex;justify-content:space-between;gap:10px}
  .est-lines .lab{color:var(--txt-dm)}
  .est-lines .val{font-weight:700;color:var(--gold-2);flex:none}
  .est-empty{color:var(--txt-dm)}
  .est-foot{border-top:1px solid var(--line-d);margin-top:16px;padding-top:16px}
  .est-foot .cap{font-size:10.5px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--txt-dm)}
  .est-total{font-family:var(--serif);font-size:27px;font-weight:700;color:#fff;margin-top:5px;line-height:1.1}
  .est-note{font-size:11.5px;color:var(--txt-dm);margin-top:12px;line-height:1.55}
  @media(max-width:860px){
    .qz-wrap{grid-template-columns:1fr}
    .qz-aside{position:static}
    .qz-grid,.qz-grid.three{grid-template-columns:1fr}
  }

  /* ---------- floating Book Now pill (mobile only, rounded) ---------- */
  .book-fab{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:40;display:none;align-items:center;gap:8px;
    padding:13px 30px;border-radius:999px;font-weight:800;font-size:14.5px;letter-spacing:.01em;text-decoration:none;
    background:linear-gradient(135deg,var(--gold-2),var(--gold) 55%,var(--gold-deep));color:#171205;
    box-shadow:0 10px 26px rgba(0,0,0,.5),0 2px 10px rgba(201,164,92,.45)}
  .book-fab svg{width:16px;height:16px;flex:none}
  .book-fab{transition:opacity .3s ease,transform .3s ease}
  .book-fab.hide{opacity:0;transform:translateX(-50%) translateY(170%);pointer-events:none}
  @media(max-width:860px){.book-fab{display:inline-flex}footer{padding-bottom:82px}}

  /* reveal (fail-open) */
  .rv{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}
  .js-reveal .rv{opacity:0;transform:translateY(18px)}
  .js-reveal .rv.in{opacity:1;transform:none}
  /* #waterproofing reuses the dark-section .svc-list/.g-points components inside a
     .light section — override the hardcoded dark-on-light colours so text stays legible. */
  #waterproofing .svc-item h3{color:var(--txt-l)}
  #waterproofing .svc-item p{color:var(--txt-lm)}
  #waterproofing .svc-item{border-bottom-color:var(--line-l)}
  #waterproofing .g-points{color:var(--txt-l)}

  /* ---------- commercial page ---------- */
  /* four process steps, so don't leave an orphan in the homepage's 3-up grid */
  #how-it-works .steps{grid-template-columns:repeat(auto-fit,minmax(228px,1fr))}

  /* ---------- commercial hero: two-column, with the auto-advancing showcase ----------
     The hero was a single left-aligned column in a 1120px wrap, leaving the whole right
     half empty and ~110px of dead space above the section edge. Same grid idea as the
     homepage hero, but its own class: the homepage's .hero-grid carries phone-specific
     rules (display:contents, ordered children) that only make sense there. */
  .chero{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}
  .chero-copy h1{font-size:clamp(30px,3.4vw,44px)}
  /* the narrower copy column wrapped the eyebrow onto two lines — tighten the tracking
     just here so it stays on one, without touching the site-wide .eyebrow */
  .chero-copy .eyebrow{letter-spacing:.15em}
  .chero-facts{margin-top:44px}
  @media(max-width:980px){
    .chero{grid-template-columns:1fr;gap:34px}
    .chero-copy h1{font-size:clamp(30px,5vw,44px)}
    .chero-facts{margin-top:32px}
  }

  /* the showcase itself. Fail-open: with no JS the figures stack and all stay visible,
     and the controls stay hidden (they'd do nothing). */
  .cshow{position:relative;width:100%}
  .cshow-frame{position:relative;border-radius:16px;overflow:hidden;background:var(--panel);
    border:1px solid var(--line-d);box-shadow:0 30px 70px rgba(0,0,0,.45)}
  .cshow-frame:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
  .cshow-track figure{position:relative;margin:0}
  .cshow-track figure + figure{margin-top:8px}
  .cshow-track img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
  .cshow-track figcaption{position:absolute;inset:auto 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88));
    color:#f3eee4;font-size:13.5px;line-height:1.4;padding:56px 20px 18px}
  html.js-cshow .cshow-track{position:relative;aspect-ratio:4/3}
  html.js-cshow .cshow-track figure{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transition:opacity .35s ease}
  html.js-cshow .cshow-track figure.on{opacity:1;visibility:visible}
  html.js-cshow .cshow-track img{height:100%;aspect-ratio:auto}

  /* thin gold progress bar along the top edge — shows the timer without a ticking number */
  .cshow-bar{position:absolute;top:0;left:0;right:0;height:3px;z-index:3;display:none;background:rgba(255,255,255,.08)}
  html.js-cshow .cshow-bar{display:block}
  .cshow-bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold-2),var(--gold))}

  .cshow-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:none;align-items:center;justify-content:center;
    width:44px;height:44px;padding:0;border-radius:50%;border:1px solid rgba(230,199,137,.5);background:rgba(13,11,8,.6);
    -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--gold-2);cursor:pointer;
    transition:background .15s ease,border-color .15s ease,transform .15s ease}
  html.js-cshow .cshow-nav{display:flex}
  .cshow-nav:hover{background:rgba(13,11,8,.86);border-color:var(--gold-2);transform:translateY(-50%) scale(1.07)}
  .cshow-nav svg{width:20px;height:20px}
  .cshow-prev{left:14px}
  .cshow-next{right:14px}

  .cshow-count{position:absolute;top:16px;left:16px;z-index:2;display:none;font-size:11.5px;letter-spacing:.14em;font-weight:700;
    color:var(--gold-2);background:rgba(13,11,8,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
    border:1px solid var(--line-d);border-radius:999px;padding:6px 12px}
  html.js-cshow .cshow-count{display:block}

  /* pause / play — required: anything that moves on its own for more than 5s needs a stop */
  .cshow-play{position:absolute;top:14px;right:14px;z-index:2;display:none;align-items:center;justify-content:center;
    width:32px;height:32px;padding:0;border-radius:50%;border:1px solid var(--line-d);background:rgba(13,11,8,.6);
    -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--gold-2);cursor:pointer}
  html.js-cshow .cshow-play{display:flex}
  .cshow-play:hover{border-color:var(--gold-2)}
  .cshow-play::before{content:"";width:0;height:0;margin-left:2px;border-left:9px solid currentColor;
    border-top:6px solid transparent;border-bottom:6px solid transparent}
  .cshow.playing .cshow-play::before{width:9px;height:11px;margin-left:0;border:0;
    border-left:3px solid currentColor;border-right:3px solid currentColor;background:none}

  .cshow-dots{display:none;justify-content:center;gap:16px;margin-top:16px}
  html.js-cshow .cshow-dots{display:flex}
  .cshow-dot{position:relative;width:10px;height:10px;padding:0;border-radius:50%;border:1px solid var(--gold);
    background:transparent;cursor:pointer;transition:background .2s ease,transform .2s ease}
  .cshow-dot::after{content:"";position:absolute;inset:-7px;border-radius:50%}
  .cshow-dot.on{background:var(--gold);transform:scale(1.3)}

  @media(max-width:640px){
    .cshow-nav{width:38px;height:38px}
    .cshow-nav svg{width:17px;height:17px}
    .cshow-prev{left:9px}
    .cshow-next{right:9px}
    .cshow-track figcaption{font-size:12.5px;padding:44px 14px 14px}
  }

  /* Phone: the ≤600px block far above is the HOMEPAGE hero design (flex column, ordered
     children, eyebrow as a pill, svh-scaled H1) and it keys off bare .hero, so it also
     hit the commercial hero — turning it into two side-by-side columns with a 4-line
     pill. These reset only what the commercial hero needs back. */
  @media(max-width:600px){
    .chero-sec{display:block;padding:88px 0 40px}
    .chero-sec .eyebrow{order:0;font-size:11px;padding:0;border:0;border-radius:0;background:none;margin-top:0;gap:10px}
    .chero-sec .eyebrow::before{width:22px;height:1px;border-radius:0;flex:none}
    .chero-copy h1{font-size:clamp(27px,7.4vw,34px);line-height:1.16}
    .chero-copy p{font-size:15px}
    .chero-copy .hero-ctas{margin-top:22px}
    .chero-facts{margin-top:26px}
  }

  /* ---------- round 2: nav + commercial visual fixes ---------- */

  /* NAV (mobile) — WhatsApp and phone are one pair of controls, so group them tight.
     The base .nav gap:24px was stacking on top of .nav-tel's own 10px side margins,
     leaving ~34px between the two icons. Explicit margins here, no inherited gap. */
  @media(max-width:860px){
    .nav{gap:0}
    .nav-wa{margin-left:auto}
    .nav-tel{margin:0 0 0 8px}
    .burger{margin-left:18px}
  }

  /* FIX 1 — the commercial hero and #services are both dark with nothing between them,
     so they read as one long slab. The homepage has the gold .strap band doing this job.
     A gold hairline is the house idiom for a section edge (see .guarantee and .callout). */
  .chero-sec{border-bottom:1px solid var(--line-d)}

  /* FIX 2 — in the commercial 2-up services grid, "Fixed-Price Quotes for Agents &
     Landlords" is the only heading that wraps to two lines, so its body copy starts
     lower than its row-mate's. Reserving two lines for every heading in THIS grid puts
     all four bodies on the same line. Scoped to .csvc so the homepage grid is untouched. */
  @media(min-width:861px){
    .csvc .svc-item h3{min-height:2.3em}
  }

  /* FIX 3 — the Awaab's Law tick list is five items in a wrapping flex row, so it broke
     3 + 2 with the second row starting at a different x than the first. A grid puts them
     in real columns. #awaabs-law exists only on the commercial page, so no class needed. */
  #awaabs-law .g-points{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px 18px}
  #awaabs-law .g-points span{align-items:flex-start}
  #awaabs-law .g-points .tick{line-height:1.6}

  /* FIX 4 — the enquiry section's left column ran out of content roughly 360px before the
     form ended, leaving a large empty patch. This is a compression of the page's own
     four-step section, at the moment someone is deciding whether to send the form. */
  .cnext{list-style:none;margin:30px 0 0;padding:26px 0 0;border-top:1px solid var(--line-d);
    display:flex;flex-direction:column;gap:16px;counter-reset:cnext}
  .cnext li{counter-increment:cnext;display:grid;grid-template-columns:34px 1fr;gap:0 14px;align-items:baseline}
  .cnext li::before{content:counter(cnext);grid-row:span 2;align-self:start;
    font-family:var(--serif);font-size:20px;font-weight:700;line-height:1;color:var(--gold);
    width:34px;height:34px;display:flex;align-items:center;justify-content:center;
    border:1px solid var(--line-d);border-radius:50%;background:rgba(201,164,92,.07)}
  .cnext b{color:#fff;font-size:15px;font-weight:700}
  .cnext span{font-size:13.5px;line-height:1.5;color:var(--txt-dm)}
  @media(max-width:860px){.cnext{margin-top:26px;padding-top:22px}}

  /* ---------- review pass (draft) ---------- */
  /* A5 · gold on cream failed WCAG AA: --gold 2.12:1, --gold-deep 3.74:1 on --paper.
     --gold-l is used ONLY where gold sits on a light background; dark sections are
     unchanged (gold on ink is 8.37:1). */
  .light .eyebrow{color:var(--gold-l)}
  .light .eyebrow::before{background:var(--gold-l)}
  .pshow-tag{color:var(--gold-l)}          /* .dark .pshow-tag still overrides to --gold */
  .sym-cta a{color:var(--gold-l)}
  /* A6 · 24x24 hit area for the 10px carousel dots — no visual change */
  .pshow-dot::after{content:"";position:absolute;inset:-7px;border-radius:50%}
  /* A1 · #results is the only section with padding-top:0, so a nav jump to it landed
     its heading UNDER the 69px fixed header (measured: eyebrow top 7px). scroll-margin-top
     fixes only that section; every other anchor is unchanged.
     ALTERNATIVE (roomier landing on ALL anchors, bigger visual change — see the review notes):
     delete the rule below and instead add scroll-padding-top:88px to the html{} rule above. */
  #results{scroll-margin-top:80px}
  /* B14 · inline form error, replaces the blocking alert() */
  .form-err{display:none;margin-top:12px;font-size:13.5px;font-weight:700;color:var(--gold-2);text-align:center}
  .form-err.show{display:block}
  .form-err a{color:var(--gold-2)}
