  :root{
    --orange:#FF8300; --orange-dk:#E97600; --orange-text:#B15900; --orange-wash:#FFF4E6;
    --grey:#6F7271; --ink:#23262A; --ink-2:#2C3034; --ink-soft:#3E4245; --body:#55595C; --muted:#83878B;
    --line:#E4E2DD; --line-soft:#EFEDE8; --stone:#F4F2EE; --white:#fff;
    --sans:'Open Sans',-apple-system,'Segoe UI',sans-serif;
    --script:'Turbinado Pro','Kaushan Script',cursive;
    --maxw:1200px;
    --r:18px; --r-lg:24px;
    --sh-1:0 1px 2px rgba(35,38,42,.05);
    --sh-2:0 2px 6px rgba(35,38,42,.06),0 12px 28px rgba(35,38,42,.07);
    --sh-3:0 4px 10px rgba(35,38,42,.07),0 24px 56px rgba(35,38,42,.12);
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:var(--sans);font-size:1.05rem;line-height:1.72;color:var(--body);background:var(--white);-webkit-font-smoothing:antialiased}
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
  h1,h2,h3,h4{color:var(--ink);font-weight:800;line-height:1.1;letter-spacing:-.026em}
  h1{font-size:clamp(2.6rem,5.2vw,4rem)}
  h2{font-size:clamp(1.85rem,3.2vw,2.55rem);line-height:1.14}
  h3{font-size:1.28rem;font-weight:700;letter-spacing:-.014em;line-height:1.3}
  p{max-width:64ch}
  a{color:var(--orange-text)}
  em.o{font-style:normal;color:var(--orange)}
  .eyebrow{font-family:var(--script);font-size:clamp(1.35rem,2.1vw,1.7rem);color:var(--orange);display:block;margin-bottom:10px;line-height:1.3;letter-spacing:0}
  .lede{font-size:clamp(1.08rem,1.4vw,1.24rem);font-weight:300;line-height:1.62;color:var(--ink-soft)}
  .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--sans);font-weight:700;font-size:1rem;padding:16px 32px;border-radius:999px;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s}
  .btn-primary{background:var(--orange);color:var(--ink);box-shadow:var(--sh-1)}
  .btn-primary:hover{background:var(--orange-dk);transform:translateY(-2px);box-shadow:var(--sh-2)}
  .btn-primary:focus-visible{outline:3px solid var(--ink);outline-offset:3px}
  .hero .btn-primary:focus-visible,section.dark .btn-primary:focus-visible,
  .close-band .btn-primary:focus-visible,.stickybar .b:focus-visible{outline-color:#fff}
  .btn-line{background:#fff;color:var(--ink);border-color:var(--line)}
  .btn-line:hover{border-color:var(--grey);transform:translateY(-2px)}
  .lnk{display:inline-flex;align-items:center;gap:7px;font-weight:700;color:var(--orange-text);text-decoration:none;font-size:1rem}
  .lnk::after{content:"→";transition:transform .16s}
  .lnk:hover::after{transform:translateX(5px)}

  /* NAV */
  nav.site{background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:80}
  nav.site .wrap{display:flex;align-items:center;justify-content:space-between;height:86px;gap:22px}
  .logo img{height:54px;width:auto;display:block}
  .navlinks{display:flex;gap:26px;align-items:center}
  .navlinks > a{color:var(--ink-soft);text-decoration:none;font-size:.97rem;font-weight:600;white-space:nowrap;padding:4px 0;border-bottom:2px solid transparent;transition:border-color .16s,color .16s}
  .navlinks > a:hover{color:var(--ink);border-bottom-color:var(--orange)}
  .navlinks .tel{color:var(--ink);font-weight:700;border-bottom:none}
  .navlinks .btn{padding:12px 26px;font-size:.94rem}
  details.mnav{display:none;position:relative}
  details.mnav summary{list-style:none;cursor:pointer;font-weight:700;color:var(--ink);font-size:1rem;padding:10px 0}
  details.mnav summary::-webkit-details-marker{display:none}
  details.mnav[open] .mnav-panel{position:absolute;right:0;top:118%;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-3);min-width:250px;padding:10px 0;z-index:90}
  details.mnav .mnav-panel a{display:block;padding:13px 24px;color:var(--ink);text-decoration:none;font-weight:600}
  details.mnav .mnav-panel a:hover{background:var(--orange-wash)}

  /* HERO — full-bleed Lancaster */
  .hero{position:relative;min-height:660px;display:flex;align-items:center;background:#1B1F24;overflow:hidden}
  /* <picture> is a build-time wrapper for the WebP source; display:contents
     keeps it out of the layout so every rule below still targets the img
     exactly as it did when the markup was a bare <img>. */
  picture{display:contents}
  img{max-width:100%;height:auto}
  .hero > img, .hero > picture > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}
  .hero .veil{position:absolute;inset:0;background:linear-gradient(96deg,rgba(18,21,26,.93) 0%,rgba(18,21,26,.84) 34%,rgba(18,21,26,.5) 62%,rgba(18,21,26,.22) 100%)}
  .hero .inner{position:relative;z-index:2;width:100%;padding:104px 0}
  .hero .col{max-width:600px}
  .hero .eyebrow{color:#FFA240}
  .hero h1{color:#fff;max-width:13ch}
  .hero .lede{color:#D9DCDE;margin-top:22px;max-width:44ch}
  .hero .actions{margin-top:36px;display:flex;gap:16px;flex-wrap:wrap;align-items:center}
  .hero .telcta{display:inline-flex;flex-direction:column;color:#fff;text-decoration:none;font-weight:800;font-size:1.12rem;padding:12px 4px;line-height:1.2}
  .hero .telcta small{font-weight:400;font-size:.84rem;color:#AEB3B7;margin-top:3px}
  .hero .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}
  .hero .chip{display:inline-flex;align-items:center;gap:7px;font-size:.82rem;color:#EAECEE;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:7px 14px;font-weight:600;backdrop-filter:blur(4px);white-space:nowrap}
  .hero .chip i{width:6px;height:6px;border-radius:50%;background:var(--orange);flex:none}
  .hero .credit{position:absolute;right:24px;bottom:14px;z-index:2;font-size:.72rem;color:rgba(255,255,255,.5)}

  /* SECTIONS */
  section{padding:clamp(68px,8vw,104px) 0}
  section.stone{background:var(--stone)}
  section.dark{background:var(--ink);color:#C8CCCF}
  section.dark h2,section.dark h3{color:#fff}
  .sec-head{max-width:62ch;margin-bottom:52px}
  .sec-head p{margin-top:16px;font-size:1.12rem}
  section.dark .sec-head p{color:#B7BCBF}

  /* ROUTING */
  .routing{padding:clamp(56px,6vw,76px) 0}
  .routing .sec-head{margin-bottom:30px}
  .routing h2{font-size:clamp(1.45rem,2.2vw,1.8rem)}
  .routing .sec-head p{margin-top:8px;font-size:1.02rem;color:var(--muted)}
  .tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}
  .tile{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px;text-decoration:none;color:var(--ink);font-weight:600;font-size:1rem;line-height:1.3;box-shadow:var(--sh-1);transition:border-color .16s,transform .16s,box-shadow .16s}
  .tile::after{content:"→";color:var(--orange);font-weight:700;flex:none;transition:transform .16s}
  .tile:hover{border-color:var(--orange);transform:translateY(-2px);box-shadow:var(--sh-2)}
  .tile:hover::after{transform:translateX(4px)}

  /* PILLARS */
  .pillars{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch}
  .pcard{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:40px 38px 36px;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}
  .pcard:hover{box-shadow:var(--sh-3);transform:translateY(-3px)}
  .pcard .picon{width:72px;height:72px;object-fit:contain;margin-bottom:24px}
  .pcard h3{font-size:1.75rem;font-weight:800;letter-spacing:-.024em;margin-bottom:12px}
  .pcard > p{font-size:1.04rem;margin-bottom:26px;min-height:5.6em}
  .pcard ul{list-style:none;margin-bottom:30px}
  .pcard li{border-top:1px solid var(--line-soft)}
  .pcard li a{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 0;color:var(--ink-soft);text-decoration:none;font-weight:600;font-size:1rem;transition:color .14s,transform .16s}
  .pcard li a::after{content:"→";color:var(--orange);opacity:.55;transition:transform .16s,opacity .16s}
  .pcard li a:hover{color:var(--orange-text);transform:translateX(5px)}
  .pcard li a:hover::after{opacity:1}
  .pactions{margin-top:auto;display:flex;gap:18px;align-items:center;flex-wrap:wrap}
  .freeline{margin-top:40px;font-size:1.1rem;color:var(--ink-soft);max-width:none}
  .freeline .lnk{margin-left:10px}
  .freeline b{color:var(--ink);font-weight:700}

  /* CALCULATOR — dark anchor */
  .calc{background:#fff;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-3);display:grid;grid-template-columns:1fr 1fr}
  .calc-in{padding:44px 42px}
  .calc-in h3{font-size:1.4rem;margin-bottom:8px;color:var(--ink)}
  .calc-in > p{font-size:1rem;margin-bottom:26px;color:var(--body)}
  .field{margin-bottom:20px}
  .field label{display:block;font-weight:700;font-size:.92rem;color:var(--ink);margin-bottom:8px}
  .field .inputwrap{position:relative}
  .field .inputwrap span{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted);font-weight:600}
  .field input{width:100%;font-family:var(--sans);font-size:1.08rem;font-weight:600;color:var(--ink);padding:15px 16px 15px 34px;border:1px solid var(--line);border-radius:12px;background:#fff}
  .field input:focus{outline:2px solid var(--orange);outline-offset:1px;border-color:var(--orange)}
  .calc-out{padding:44px 42px;background:var(--orange-wash);display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--line)}
  .calc-out .lbl{font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--orange-text)}
  .calc-out .big{font-size:clamp(2.4rem,4.4vw,3.2rem);font-weight:800;letter-spacing:-.03em;color:var(--ink);line-height:1.05;margin:10px 0 6px}
  .calc-out .sub{font-size:1rem;color:var(--body);margin-bottom:26px}
  .calc-out .sub b{color:var(--ink)}
  .calc-out .btn{align-self:flex-start}
  .calc-note{font-size:.86rem;color:var(--muted);margin-top:22px;line-height:1.55;max-width:44ch}
  .calc-foot{margin-top:34px;font-size:1.05rem;color:#C8CCCF;max-width:none}
  .calc-foot .lnk{margin-left:10px}
  .calc-foot b{color:#fff;font-weight:700}
  .calc-foot .lnk{color:#FFA240}

  /* WHY — one argument, three movements */
  .claims{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:44px;margin-bottom:76px}
  .claim img{width:84px;height:84px;object-fit:contain;margin-bottom:20px}
  .claim h3{font-size:1.42rem;font-weight:800;letter-spacing:-.02em;margin-bottom:10px}
  .claim p{font-size:1.02rem;max-width:36ch}
  .mvt{display:flex;align-items:center;gap:18px;margin-bottom:30px}
  .mvt h3{font-size:1.28rem;white-space:nowrap}
  .mvt .rule{flex:1;height:1px;background:var(--line)}
  .people{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px}
  .person{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-1);display:flex;flex-direction:column;text-decoration:none}
  .person img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
  .person .pi{padding:20px 22px 24px;flex:1;display:flex;flex-direction:column}
  .person b{display:block;color:var(--ink);font-size:1.12rem;font-weight:700}
  .person span{display:block;color:var(--muted);font-size:.92rem;margin-top:4px;line-height:1.45}
  .person .go{color:var(--orange-text);font-weight:700;margin-top:auto;padding-top:12px;font-size:.98rem}
  .person.link:hover{border-color:var(--orange)}

  .reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px;margin-top:76px}
  .rev{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:30px;box-shadow:var(--sh-1);display:flex;flex-direction:column}
  .rev .goal{font-size:.76rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--orange-text);margin-bottom:12px}
  .vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
  .rev .stars{color:var(--orange);letter-spacing:2px;font-size:.95rem;margin-bottom:12px;min-height:1.4em}
  .rev p{font-size:1.05rem;color:var(--ink);font-weight:600;line-height:1.55}
  .rev .src{margin-top:auto;padding-top:18px;font-size:.88rem;color:var(--muted);display:flex;align-items:center;gap:8px}
  .rev .src img{height:17px;width:auto}
  .rev.todo{border-style:dashed;background:transparent}
  .rev.todo p{font-weight:400;color:var(--muted)}

  .lenders{margin-top:76px;padding-top:44px;border-top:1px solid var(--line)}
  .lenders .lh{font-size:.82rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--muted);margin-bottom:26px}
  .lgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:18px;align-items:center}
  .lgrid .slot{height:58px;border:1px dashed var(--line);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#B4B8BB;font-size:.76rem;background:#fff}

  /* CLOSE */
  .close-band{background:var(--ink);padding:clamp(68px,8vw,104px) 0;color:#fff}
  .close-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
  .close-band h2{color:#fff}
  .close-band .eyebrow{color:#FFA240}
  .close-band .p{color:#C8CCCF;font-size:1.14rem;margin-top:20px;max-width:44ch;font-weight:300}
  .close-band .callrow{margin-top:32px;display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;color:#C8CCCF;font-size:1.02rem}
  .close-band .callrow a{color:#fff;font-weight:800;font-size:1.2rem;text-decoration:none;border-bottom:2px solid var(--orange);padding-bottom:2px}
  form.reply{background:#fff;border-radius:var(--r-lg);padding:38px}
  form.reply h3{font-size:1.4rem;margin-bottom:6px}
  form.reply .fh{font-size:.96rem;color:var(--muted);margin-bottom:20px}
  form.reply label{display:block;font-weight:700;font-size:.9rem;color:var(--ink);margin:16px 0 7px}
  form.reply input,form.reply select{width:100%;font-family:var(--sans);font-size:1rem;padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink)}
  form.reply input:focus,form.reply select:focus{outline:2px solid var(--orange);outline-offset:1px;border-color:var(--orange)}
  form.reply .btn{width:100%;margin-top:24px}
  form.reply .fine{font-size:.86rem;color:var(--muted);margin-top:14px}
  form.reply .err{font-size:.85rem;color:#B42318;margin-top:6px;display:block}
  form.reply .err[hidden]{display:none}
  form.reply input:user-invalid{border-color:#B42318}

  footer{background:#fff;padding:76px 0 0;font-size:.96rem}
  footer .cols{display:grid;grid-template-columns:2.1fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px}
  footer .flogo img{height:58px;width:auto;margin-bottom:18px}
  footer h4{font-size:.92rem;font-weight:800;color:var(--ink);margin-bottom:16px}
  footer a{display:block;color:var(--body);text-decoration:none;padding:5px 0;font-size:.95rem}
  footer a:hover{color:var(--orange-text)}
  footer .addr{color:var(--muted);line-height:1.8}
  footer .addr b{color:var(--ink)}
  footer .legal{border-top:1px solid var(--line);padding:28px 0 34px;font-size:.85rem;color:var(--muted);line-height:1.85;max-width:98ch}
  footer .legal .warn{margin-top:14px;font-weight:700;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.02em;font-size:.82rem}
  .rulepair{height:9px;background:linear-gradient(to bottom,var(--grey) 0 4px,transparent 4px 6px,var(--orange) 6px 9px)}

  .skipto{position:absolute;left:-9999px;top:0;z-index:200;background:var(--ink);color:#fff;padding:13px 22px;border-radius:0 0 12px 0;font-weight:700;text-decoration:none;font-size:.95rem}
  .skipto:focus{left:0;outline:3px solid var(--orange);outline-offset:-3px}

  .stickybar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--ink);padding:10px 14px;z-index:90;gap:10px}
  .stickybar a{flex:1;text-align:center;padding:14px;border-radius:999px;font-weight:700;font-size:.96rem;text-decoration:none}
  .stickybar .c{color:#fff;border:1px solid rgba(255,255,255,.34)}
  .stickybar .b{background:var(--orange);color:var(--ink)}

  @media (prefers-reduced-motion: no-preference){
    .hero .col > *{opacity:0;transform:translateY(18px);animation:rise .8s cubic-bezier(.16,1,.3,1) forwards}
    .hero .col > *:nth-child(2){animation-delay:.07s}
    .hero .col > *:nth-child(3){animation-delay:.14s}
    .hero .col > *:nth-child(4){animation-delay:.21s}
    .hero .col > *:nth-child(5){animation-delay:.28s}
    @keyframes rise{to{opacity:1;transform:none}}
  }

  /* THREE RUNGS, each load-bearing. Section rhythm and the card grids are
     fluid (clamp + auto-fit) so they need no query at all. */

  /* 1040 — navigation collapses, hero shortens */
  @media(max-width:1040px){
    .hero{min-height:540px}
    .hero .inner{padding:72px 0}
    .hero .veil{background:linear-gradient(to top,rgba(18,21,26,.95) 10%,rgba(18,21,26,.78) 58%,rgba(18,21,26,.5) 100%)}
    .navlinks > a{display:none}
    .navlinks .tel{display:inline-flex}
    details.mnav{display:block}
    .stickybar{display:flex}
    body{padding-bottom:70px}
    .sec-head{margin-bottom:36px}
  }

  /* 768 — the two-column to one-column flip. Where the web actually folds. */
  @media(max-width:768px){
    .pillars,.calc,.close-grid{grid-template-columns:1fr;gap:32px}
    .calc-out{border-left:none;border-top:1px solid var(--line)}
    .calc-in,.calc-out{padding:32px 26px}
    .pcard > p{min-height:0}
    .claims{gap:30px;margin-bottom:56px}
    .reviews{margin-top:56px}
    footer .cols{grid-template-columns:1fr 1fr}
  }

  /* 480 — hero type and the last details */
  @media(max-width:480px){
    .navlinks .tel{display:none}
    .logo img{height:46px}
    .hero .credit{display:none}
    .hero .actions{gap:12px}
    .hero .chips{gap:6px}
    .calc-out .big{font-size:2.2rem}
    footer .cols{grid-template-columns:1fr}
  }

/* ═══ Site-build additions (beyond pbs-homepage-v6.html) ═══ */
/* Current-page state in the nav — same treatment as hover, held. */
.navlinks > a.active{color:var(--ink);border-bottom-color:var(--orange)}
details.mnav .mnav-panel a.active{background:var(--orange-wash)}

/* Running prose. The homepage never stacked two paragraphs in a section body,
   so the reset's margin:0 was never felt; the other templates do it constantly.
   Adjacent-sibling only, so no existing single-paragraph block is affected. */
p + p{margin-top:18px}
.sec-head p + p{margin-top:14px}

/* ═══ Template components (styleguide v2) — hero-split, crumbs, steps,
       comparison table, FAQ, article, contact grid ═══ */

/* HERO — split. Every page that isn't the homepage. Stone ground. */
.hero-split{background:var(--stone);padding:clamp(56px,7vw,84px) 0;border-bottom:1px solid var(--line-soft)}
.hero-split .grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.hero-split h1{font-size:clamp(2.2rem,4vw,3.2rem);max-width:18ch}
.hero-split .lede{margin-top:18px;max-width:48ch}
.hero-split .actions{margin-top:32px;display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.hero-split .telcta{display:inline-flex;flex-direction:column;color:var(--ink);text-decoration:none;font-weight:800;font-size:1.12rem;padding:12px 4px;line-height:1.2}
.hero-split .telcta small{font-weight:400;font-size:.84rem;color:var(--muted);margin-top:3px}
.hero-split .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.hero-split .chip{display:inline-flex;align-items:center;gap:7px;font-size:.82rem;color:var(--ink-soft);background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 14px;font-weight:600;white-space:nowrap}
.hero-split .chip i{width:6px;height:6px;border-radius:50%;background:var(--orange);flex:none}
.hero-split figure{margin:0}
.hero-split figure img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r-lg);box-shadow:var(--sh-2);display:block}

/* BREADCRUMBS — every nested page, directly above the hero-split eyebrow */
.crumbs{margin-bottom:20px;font-size:.85rem}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0}
.crumbs a{color:var(--muted);text-decoration:none;font-weight:600}
.crumbs a:hover{color:var(--orange-text)}
.crumbs li+li::before{content:"›";color:var(--muted);margin-right:6px}
.crumbs [aria-current]{color:var(--ink-soft);font-weight:600}

/* PROCESS STEPS — a real <ol>; the five brand icons are its spine */
ol.steps{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:22px;counter-reset:step;margin:0;padding:0}
.steps li{counter-increment:step;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:28px 24px;box-shadow:var(--sh-1)}
.steps li::before{content:"Step " counter(step);display:block;font-size:.76rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--orange-text);margin-bottom:14px}
.steps img{width:64px;height:64px;object-fit:contain;margin-bottom:16px;display:block}
.steps h3{font-size:1.12rem;margin-bottom:8px}
.steps p{font-size:.98rem;line-height:1.6}

/* COMPARISON TABLE — a real <table>; stacks into labelled cards ≤768 */
.cmp{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;font-size:.99rem;box-shadow:var(--sh-1)}
.cmp caption{text-align:left;padding:0 0 14px;font-size:.9rem;color:var(--muted)}
.cmp th,.cmp td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--line-soft);vertical-align:top;line-height:1.55}
.cmp thead th{background:var(--stone);color:var(--ink);font-weight:800;font-size:.92rem;border-bottom:1px solid var(--line)}
.cmp tbody th{color:var(--ink);font-weight:700;width:28%}
.cmp tbody tr:last-child th,.cmp tbody tr:last-child td{border-bottom:none}
@media(max-width:768px){
  .cmp thead{position:absolute;left:-9999px}
  .cmp,.cmp tbody,.cmp tr,.cmp tbody th,.cmp td{display:block}
  /* a table-caption inside a block-level table shrink-wraps to one word per line */
  .cmp caption{display:block}
  .cmp tbody th{width:auto;background:var(--stone);border-bottom:1px solid var(--line)}
  .cmp td{border-bottom:1px solid var(--line-soft)}
  .cmp td::before{content:attr(data-label);display:block;font-weight:800;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:var(--orange-text);margin-bottom:3px}
  .cmp tbody tr:last-child td{border-bottom:none}
}

/* FAQ — <details>/<summary>, no JS; answers live in the HTML */
.faqs{max-width:820px}
.faqs details{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;box-shadow:var(--sh-1)}
.faqs summary{list-style:none;cursor:pointer;font-weight:700;color:var(--ink);font-size:1.06rem;line-height:1.4;padding:20px 56px 20px 24px;position:relative}
.faqs summary::-webkit-details-marker{display:none}
.faqs summary::after{content:"+";position:absolute;right:22px;top:18px;color:var(--orange);font-weight:700;font-size:1.5rem;line-height:1;transition:transform .16s}
.faqs details[open] summary::after{transform:rotate(45deg)}
.faqs summary:hover{color:var(--orange-text)}
.faqs summary:focus-visible{outline:3px solid var(--orange);outline-offset:2px;border-radius:14px}
.faqs .answer{padding:0 24px 22px;font-size:1rem}
.faqs .answer p{max-width:64ch}
.faqs .answer p+p{margin-top:10px}

/* ARTICLE — blog post template */
.article-head{background:var(--stone);padding:clamp(48px,6vw,72px) 0;border-bottom:1px solid var(--line-soft)}
.article-head h1{font-size:clamp(2rem,3.6vw,2.9rem);max-width:24ch}
.article-head .meta{margin-top:18px;color:var(--muted);font-size:.92rem;display:flex;gap:14px;flex-wrap:wrap}
.article-head .meta b{color:var(--ink-soft);font-weight:700}
.article-head .lede{margin-top:18px}
/* Tall brand splash: bound the height, not the width. */
.article-head .splash{max-height:150px;width:auto;display:block;opacity:.9}
.prose{max-width:70ch}
.prose h2{margin:44px 0 14px;font-size:1.55rem}
.prose h3{margin:32px 0 10px}
.prose p{margin-bottom:18px}
.prose ul,.prose ol{margin:0 0 18px 24px}
.prose li{margin-bottom:6px}
.prose img{max-width:100%;border-radius:var(--r);margin:26px 0;display:block}
.prose a{color:var(--orange-text);font-weight:600}

/* CONTACT — form promoted to main content beside the practical details */
.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:start}
.contact-grid form.reply{border:1px solid var(--line);box-shadow:var(--sh-2)}
.infolist{list-style:none;margin:0;padding:0}
.infolist li{display:flex;gap:16px;align-items:flex-start;padding:18px 0;border-bottom:1px solid var(--line-soft)}
.infolist li:last-child{border-bottom:none}
.infolist img{width:40px;height:40px;object-fit:contain;flex:none}
.infolist b{display:block;color:var(--ink);font-size:1.02rem}
.infolist span,.infolist a{color:var(--body);text-decoration:none;font-size:.98rem}
.infolist a:hover{color:var(--orange-text)}

@media(max-width:768px){
  .hero-split .grid,.contact-grid{grid-template-columns:1fr;gap:32px}
  .steps li{padding:24px 22px}
}

/* READING COLUMN — text-only sections.
   The homepage never needed this: every short-measure heading there is
   followed by a full-width grid, so the page always fills its spine. The
   SERVICE/STORY/ARTICLE templates carry sections that are text and nothing
   else, and at 1200px those left a dead half-page to the right. A section
   with no grid in it takes the reading width instead, heading and body
   together, so the whole block shares one edge and the page reads as a
   deliberate wide -> narrow -> wide rhythm rather than a lopsided left rail. */
.wrap.reading{max-width:880px}
.wrap.reading .sec-head{max-width:none}
.wrap.reading .faqs{max-width:none}
.wrap.reading .prose{max-width:none}
.wrap.reading p{max-width:68ch}

/* Preview-only furniture (not part of the brand system): marks content that
   needs a decision or compliance review before publish. */
.draftnote{background:var(--orange-wash);border:1px dashed var(--orange);border-radius:14px;padding:16px 22px;margin:0 0 32px;color:var(--ink-soft);font-size:.95rem;font-weight:600;max-width:none}
