
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/assets/fonts/dm-sans-var.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/assets/fonts/poppins-500.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/poppins-600.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/poppins-700.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --navy: #161719;
    --navy-600: #26282c;
    --navy-400: #3c3f45;

    --amber: #ea9600;
    --amber-600: #c97e00;
    --amber-300: #ffc14d;
    --amber-100: #fff3dc;

    --paper: #f6f5f1;
    --white: #ffffff;
    --ink: #0e1b26;
    --ink-soft: #45525c;
    --line: #e2ded6;

    --green: #2f7d52;
    --logo-blue: #3f7fbf;

    --on-dark: #e4e4e7;
    --on-dark-soft: #a6a7ad;
    --on-dark-nav: #cfdae3;
    --on-dark-lead: #b9c8d3;
    --on-dark-bright: #e7eef3;

    --text-heading: var(--navy);
    --text-body: var(--ink-soft);
    --text-strong: var(--ink);
    --text-inverse: var(--white);
    --text-accent: var(--amber);
    --text-link: var(--amber-600);

    --surface-page: var(--white);
    --surface-alt: var(--paper);
    --surface-dark: var(--navy);
    --surface-card: var(--white);
    --surface-accent-soft: var(--amber-100);
    --surface-tint-dark: rgba(255, 255, 255, .04);

    --border-default: var(--line);
    --border-strong: #cfc9bd;
    --border-dark: rgba(255, 255, 255, .08);
    --border-dark-hover: rgba(234, 150, 0, .45);
    --border-field: var(--line);
    --border-field-focus: var(--amber);
    --focus-ring: var(--amber);

    --scrim-hero: linear-gradient(155deg, rgba(12, 13, 15, .78) 0%, rgba(5, 5, 7, .92) 60%, rgba(5, 5, 7, .96) 100%);
    --scrim-photo: linear-gradient(180deg, rgba(12, 13, 15, .50) 0%, rgba(8, 8, 10, .78) 100%);
    --glow-amber: radial-gradient(1100px 500px at 78% -10%, rgba(234, 150, 0, .22), transparent 60%);
    --gradient-dark: linear-gradient(160deg, var(--navy) 0%, #050507 100%);
    --gradient-amber-mark: linear-gradient(135deg, var(--amber), var(--amber-300));

    --font-head: 'Poppins', system-ui, sans-serif;
    --font-body: 'DM Sans', system-ui, -apple-system, sans-serif;
    --font-display: var(--font-head);
    --font-ui: var(--font-head);
    --font-prose: var(--font-body);

    --text-base: 17px;
    --text-base-sm: 16px;
    --leading-body: 1.65;
    --leading-head: 1.12;
    --tracking-head: -.01em;
    --tracking-eyebrow: .18em;

    --weight-body: 400;
    --weight-medium: 500;
    --weight-semibold: 600;
    --weight-bold: 700;

    --size-h1: clamp(2.1rem, 4.6vw, 3.4rem);
    --size-h2: clamp(1.7rem, 3.4vw, 2.5rem);
    --size-h3: clamp(1.2rem, 2vw, 1.45rem);
    --size-stat: clamp(2rem, 4vw, 2.8rem);
    --size-title-md: clamp(1.4rem, 2.6vw, 1.9rem);
    --size-title-lg: clamp(1.5rem, 2.7vw, 2.15rem);

    --size-lead: 1.08rem;
    --size-body: 1rem;
    --size-body-sm: .96rem;
    --size-meta: .92rem;
    --size-caption: .9rem;
    --size-fine: .82rem;
    --size-micro: .78rem;
    --size-eyebrow: .72rem;

    --space-1: .25rem;
    --space-2: .5rem;
    --space-3: .7rem;
    --space-4: .9rem;
    --space-5: 1.1rem;
    --space-6: 1.4rem;
    --space-7: 1.8rem;
    --space-8: 2.5rem;
    --space-9: 3.5rem;

    --gap-grid: 1.4rem;
    --gap-tile: clamp(1.25rem, 1.8vw, 2rem);

    --section-y: clamp(3.5rem, 8vw, 6rem);
    --section-y-tight: clamp(2.6rem, 5vw, 4rem);
    --band-y: clamp(4rem, 10vw, 8rem);

    --maxw: 1180px;
    --maxw-hero: 1280px;
    --maxw-wide: 1680px;
    --maxw-prose: 760px;
    --maxw-faq: 820px;
    --gutter: clamp(1.2rem, 4vw, 2.5rem);
    --gutter-wide: clamp(1.25rem, 4vw, 3.5rem);

    --header-h: 72px;
    --tap-min: 44px;
    --control-h: 48px;
    --callbar-h: 64px;

    --radius: 16px;
    --radius-sm: 10px;
    --radius-xs: 8px;
    --radius-icon: 13px;
    --radius-icon-sm: 12px;
    --radius-field: 10px;
    --radius-card: 16px;
    --radius-tile: 20px;
    --radius-panel: 18px;
    --radius-band: 22px;
    --radius-step: 20px;
    --radius-pill: 100px;
    --radius-mark: 9px;

    --shadow-sm: 0 2px 10px rgba(15, 16, 18, .07);
    --shadow-md: 0 14px 40px rgba(15, 16, 18, .14);
    --shadow-dark: 0 16px 40px rgba(0, 0, 0, .35);
    --shadow-white-btn: 0 8px 22px rgba(0, 0, 0, .28);
    --glow-btn: 0 6px 18px rgba(234, 150, 0, .3);
    --glow-step: 0 12px 26px rgba(234, 150, 0, .30);
    --glow-arrow: 0 4px 12px rgba(234, 150, 0, .35);
    --ring-focus: 3px solid var(--amber);
    --ring-offset: 2px;

    --dur-fast: .15s;
    --dur-base: .18s;
    --dur-mid: .2s;
    --dur-slow: .25s;
    --dur-reveal: .45s;
    --dur-zoom: .5s;
    --ease: ease;
    --lift-control: -2px;
    --lift-card: -4px;
    --zoom-photo: 1.05;
    --reveal-y: 20px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--white);
    line-height: var(--leading-body);
    font-size: var(--text-base);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.lead a, .faq p a, .why-choose__intro a, .card p a, .section-head p a {
    color: var(--amber-600); text-decoration: underline; text-underline-offset: 3px;
}
.section--navy .lead a, .section--navy .section-head p a, .why-choose__intro a { color: var(--amber); }
.lead a:hover, .faq p a:hover, .why-choose__intro a:hover, .card p a:hover, .section-head p a:hover { text-decoration-thickness: 2px; }

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: var(--weight-semibold); line-height: var(--leading-head); letter-spacing: var(--tracking-head); color: var(--navy); }
h1 { font-size: var(--size-h1); }
h2 { font-size: var(--size-h2); }
h3 { font-size: var(--size-h3); }
p { color: var(--ink-soft); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.wrap--hero { max-width: var(--maxw-hero); padding-inline: clamp(1.25rem, 4vw, 3rem); }
.wrap--wide { max-width: var(--maxw-wide); }
.wrap--bleed { max-width: none; padding-inline: var(--gutter-wide); }
.section { padding: var(--section-y) 0; }
.section--paper { background: var(--paper); }
.section--navy { background: var(--navy); color: var(--on-dark); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section--navy p { color: var(--on-dark-soft); }

.section-head { max-width: 720px; margin-bottom: 2.5rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head--cred {
    max-width: none; display: grid;
    grid-template-columns: minmax(0, 720px) auto;
    gap: clamp(1.6rem, 4vw, 3.2rem);
    align-items: start; justify-content: space-between;
}
.section-head__cred {
    display: block; justify-self: end;
    border-radius: var(--radius-mark);
    transition: transform var(--dur-mid) var(--ease);
}
.section-head__cred img { display: block; height: clamp(200px, 21vw, 300px); width: auto; }
.section-head__cred:hover { transform: translateY(-2px); }
.section-head__cred:focus-visible { outline: var(--ring-focus); outline-offset: 3px; }
.eyebrow {
    display: inline-block; font-family: var(--font-head); font-weight: 600;
    font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
    color: var(--amber); margin-bottom: .9rem;
}
.section--navy .eyebrow { color: var(--amber); }
.lead { font-size: 1.08rem; margin-top: .8rem; }
.accent { color: var(--amber); }

.skip-link {
    position: absolute; left: -999px; top: 0; z-index: 2000;
    background: var(--amber); color: var(--navy); padding: .7rem 1.2rem;
    font-weight: 700; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: var(--ring-focus); outline-offset: var(--ring-offset); border-radius: 4px; }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2);
    font-family: var(--font-head); font-weight: var(--weight-semibold); font-size: var(--size-body);
    padding: .9rem 1.6rem; border-radius: var(--radius-pill); border: 2px solid transparent;
    cursor: pointer;
    transition: transform var(--dur-base) var(--ease), background var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);
    min-height: var(--control-h); text-align: center; line-height: 1.2;
}
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; pointer-events: none; box-shadow: none; }
.btn--primary { background: var(--amber); color: var(--navy); box-shadow: var(--glow-btn); }
.btn--primary:hover { background: var(--amber-600); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .5); }
.btn--ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, .08); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-600); transform: translateY(-2px); }
.btn--white { background: var(--white); color: var(--navy); box-shadow: var(--shadow-white-btn); }
.btn--white:hover { background: #f0f0f0; transform: translateY(-2px); }
.btn--block { width: 100%; }
.btn--lg { padding: 1.05rem 2rem; font-size: 1.05rem; }

.site-header {
    position: sticky; top: 0; z-index: 1000;
    background: rgba(18, 19, 21, .92); backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 72px; }
.nav__logo { display: flex; align-items: center; gap: .6rem; font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 1.15rem; }
.nav__logo .mark {
    width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
    background: linear-gradient(135deg, var(--amber), var(--amber-300));
    display: grid; place-items: center; color: var(--navy); font-weight: 800;
}
.nav__menu { display: flex; align-items: center; gap: 1.6rem; list-style: none; }
.nav__menu a { color: var(--on-dark-nav); font-size: .96rem; font-weight: 500; transition: color .15s; }
.nav__menu a:hover, .nav__menu a[aria-current="page"] { color: #fff; }
.nav__cta { display: flex; align-items: center; gap: .8rem; }
.nav__call { color: #fff; font-weight: 600; font-size: .95rem; display: inline-flex; gap: .4rem; align-items: center; }
.nav__call span { color: var(--amber); }

.has-sub { position: relative; }
.nav__parent {
    background: none; border: 0; padding: 0; cursor: pointer; font: inherit;
    color: var(--on-dark-nav); font-size: .96rem; font-weight: 500; transition: color .15s;
}
.nav__parent:hover, .has-sub:focus-within > .nav__parent { color: #fff; }
.has-sub > a::after, .has-sub > .nav__parent::after { content: "▾"; font-size: .7em; margin-left: .25rem; opacity: .7; }
.subnav {
    position: absolute; top: 100%; left: 0; min-width: 250px; background: #fff;
    border-radius: 12px; box-shadow: var(--shadow-md); padding: .5rem; list-style: none;
    margin-top: 10px;
    opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s ease;
}
.subnav::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.has-sub:hover .subnav, .has-sub:focus-within .subnav { opacity: 1; visibility: visible; transform: translateY(0); }
.subnav a { display: block; color: var(--navy); padding: .6rem .8rem; border-radius: 8px; font-size: .92rem; }
.subnav a:hover, .subnav a:focus-visible { background: var(--paper); color: var(--navy); }
.subnav a[aria-current="page"] { background: var(--paper); color: var(--navy); font-weight: 600; }

.nav__toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px auto; transition: .2s; }

@media (min-width: 981px) and (max-width: 1099px) {
    .nav__menu { gap: .85rem; }
    .nav__menu a, .nav__parent { font-size: .9rem; }
    .nav__call { font-size: .88rem; }
}

@media (max-width: 980px) {
    .nav__menu, .nav__cta { display: none; }
    .nav__toggle { display: block; }
}

.nav__mobile {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: var(--navy);
    flex-direction: column;
    padding-top: calc(env(safe-area-inset-top, 0px) + 1rem);
}
.nav__mobile.open { display: flex; }
body.nav-open { overflow: hidden; }

.nav__mobile-scroll {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4.5rem var(--gutter) 2.5rem;
    display: flex;
    flex-direction: column;
}

.nav__mobile-close {
    position: absolute;
    top: calc(env(safe-area-inset-top, 0px) + .65rem);
    right: 1rem;
    width: 44px; height: 44px;
    display: grid; place-items: center;
    background: none; border: 0; cursor: pointer;
    color: rgba(255,255,255,.85);
    font-size: 1.45rem; line-height: 1;
    border-radius: 8px;
}
.nav__mobile-close:hover { color: #fff; }
.nav__mobile-close:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; }

.nav__mobile-cta {
    display: block;
    text-align: center;
    background: var(--amber);
    color: var(--navy);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.05rem;
    padding: 1rem 1.25rem;
    border-radius: 100px;
    margin-bottom: 1.5rem;
    transition: background .18s ease;
}
.nav__mobile-cta:hover { background: var(--amber-300); }

.nav__mobile-link,
.nav__mobile-accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: var(--font-head);
    font-size: 1.35rem;
    font-weight: 500;
    color: #fff;
    text-align: left;
    padding: .95rem .25rem;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: none;
    cursor: pointer;
}
.nav__mobile-link:focus-visible,
.nav__mobile-accordion:focus-visible {
    outline: 2px solid var(--amber);
    outline-offset: 2px;
    border-radius: 4px;
}

.nav__mobile-chevron { color: rgba(255,255,255,.55); transition: transform .2s ease; flex-shrink: 0; }
.nav__mobile-accordion[aria-expanded="true"] .nav__mobile-chevron { transform: rotate(180deg); }

.nav__mobile-submenu {
    display: flex;
    flex-direction: column;
    padding: .35rem 0 .75rem 1rem;
}
.nav__mobile-submenu[hidden] { display: none; }
.nav__mobile-submenu a {
    color: var(--on-dark-nav);
    font-size: 1rem;
    font-weight: 500;
    padding: .7rem .25rem;
    transition: color .15s ease;
}
.nav__mobile-submenu a:hover,
.nav__mobile-submenu a:focus-visible { color: var(--amber); outline: none; }

.nav__mobile-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-top: 1.75rem;
    padding: .9rem 1.25rem;
    border: 2px solid var(--amber);
    border-radius: 100px;
    color: var(--amber);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.1rem;
    transition: background .18s ease, color .18s ease;
}
.nav__mobile-phone:hover,
.nav__mobile-phone:focus-visible { background: var(--amber); color: var(--navy); outline: none; }

.hero { background: var(--gradient-dark); color: #fff; position: relative; overflow: hidden; }
.hero::before {
    content: ""; position: absolute; inset: 0;
    background: var(--glow-amber);
    pointer-events: none;
}
.hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) clamp(380px, 36%, 440px); gap: clamp(2.5rem, 5vw, 5rem); align-items: center; padding: clamp(3rem, 7vw, 5.5rem) 0; position: relative; z-index: 1; min-height: clamp(540px, 72vh, 720px); }
.hero__copy { max-width: 600px; }
.hero h1 { color: #fff; margin-bottom: 1.1rem; }
.hero h1 .accent { color: var(--amber); }
.hero__sub { color: var(--on-dark-lead); font-size: 1.12rem; max-width: 33ch; margin-bottom: 1.6rem; }
.hero__rating { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.4rem; flex-wrap: wrap; }
.stars { color: var(--amber); letter-spacing: 2px; font-size: 1.1rem; }
.hero__rating small { color: var(--on-dark-lead); }
.hero__usps { list-style: none; display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; margin-top: 1.6rem; }
.hero__usps li { display: flex; align-items: center; gap: .6rem; font-weight: 500; color: var(--on-dark-bright); font-size: 1rem; }
.hero__usps .usp-ic {
    flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px;
    background: rgba(234, 150, 0, .14); color: var(--amber); display: grid; place-items: center;
}
.hero__usps .usp-ic svg { width: 20px; height: 20px; }
.hero__call { margin-top: 1.8rem; }

.quote-card { background: var(--white); border-radius: 18px; box-shadow: var(--shadow-md); padding: clamp(1.5rem, 3vw, 2rem); color: var(--ink); width: 100%; max-width: 480px; margin-inline: auto; }
.quote-card__head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: .3rem; }
.quote-card h2 { font-size: 1.3rem; color: var(--navy); }
.quote-card__sub { font-size: .9rem; color: var(--ink-soft); margin-bottom: 1.1rem; }
.steps-dots { display: flex; gap: .4rem; }
.steps-dots span { width: 26px; height: 5px; border-radius: 4px; background: var(--line); transition: background .2s; }
.steps-dots span.is-active { background: var(--amber); }
.fstep { display: none; animation: fade .25s ease; }
.fstep.is-active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.field { margin-bottom: .9rem; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--navy); margin-bottom: .35rem; }
.field input, .field select, .field textarea {
    width: 100%; padding: .8rem .9rem; border: 1.5px solid var(--line); border-radius: 10px;
    font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff; transition: border-color .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--amber); outline: none; }
.choice-row { display: flex; gap: .5rem; flex-wrap: wrap; }
.choice {
    flex: 1 1 auto; text-align: center; padding: .7rem .6rem; border: 1.5px solid var(--line);
    border-radius: 10px; cursor: pointer; font-size: .9rem; font-weight: 600; color: var(--ink-soft);
    background: #fff; transition: .15s; min-width: 80px;
}
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice:has(input:checked) { border-color: var(--amber); background: var(--amber-100); color: var(--navy); }
.choice:has(input:focus-visible) { outline: var(--ring-focus); outline-offset: var(--ring-offset); }
.consent { display: flex; gap: .55rem; align-items: flex-start; font-size: .78rem; color: var(--ink-soft); margin: .4rem 0 1rem; }
.consent input { margin-top: .2rem; width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--amber); }
.fnav { display: flex; gap: .7rem; }
.fnav .btn { flex: 1; }
.form-note { text-align: center; font-size: .78rem; color: var(--ink-soft); margin-top: .7rem; }
.btn.is-busy::after {
    content: ""; width: 15px; height: 15px; flex-shrink: 0;
    border: 2px solid currentColor; border-top-color: transparent; border-radius: 50%;
    animation: btn-spin .7s linear infinite;
}
@keyframes btn-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .btn.is-busy::after { display: none; } }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 .7rem; }

.upload { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.upload input[type="file"] {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.upload .upload__btn {
    display: inline-flex; flex: 0 0 auto; cursor: pointer;
    margin-bottom: 0; padding: .55rem 1.1rem; min-height: 42px;
    font-size: .88rem; color: var(--white);
}
.upload:focus-within .upload__btn { outline: var(--ring-focus); outline-offset: var(--ring-offset); }
.upload__name { flex: 1 1 8rem; min-width: 0; font-size: .86rem; color: var(--ink-soft); overflow-wrap: anywhere; }
.upload__remove {
    flex: 0 0 auto; background: none; border: 0; padding: .25rem; cursor: pointer;
    font-family: var(--font-head); font-weight: var(--weight-semibold); font-size: .8rem;
    color: var(--amber-600); text-decoration: underline; text-underline-offset: 3px;
}
.upload__help { margin-top: .45rem; font-size: .78rem; line-height: 1.5; color: var(--ink-soft); }
.upload__err { margin-top: .45rem; font-size: .8rem; font-weight: var(--weight-semibold); color: var(--amber-600); }

.trust-strip { padding: clamp(2.6rem, 5vw, 4rem) 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-strip__head { text-align: center; margin-bottom: 2.2rem; }
.trust-strip__head .eyebrow { margin-bottom: .5rem; }
.trust-strip__title { font-size: clamp(1.4rem, 2.6vw, 1.9rem); color: var(--ink); line-height: 1.18; }
.trust-strip__title .accent { color: var(--amber); }
.trust-strip__logos {
    list-style: none; display: flex; flex-wrap: wrap; justify-content: center;
    gap: clamp(1rem, 2.4vw, 1.8rem);
}
.trust-strip__logos li { flex: 1 1 170px; max-width: 260px; display: flex; }
.trust-strip__logos a, .trust-badge {
    display: grid; place-items: center; height: 132px; padding: 1.6rem 1.4rem; width: 100%;
    background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease;
}
.trust-strip__logos a:hover, .trust-badge:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.trust-strip__logos a:focus-visible, .trust-badge:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.trust-strip__logos img { width: auto; max-width: 80%; height: auto; max-height: 76px; object-fit: contain; }
@media (max-width: 760px) {
    .trust-strip__logos { gap: 1rem; }
    .trust-strip__logos li { flex: 1 1 44%; max-width: calc(50% - .5rem); }
    .trust-strip__logos a, .trust-badge { height: 116px; }
}

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stat .num { font-family: var(--font-head); font-weight: 700; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--amber); line-height: 1; }
.stat .lbl { font-size: .9rem; margin-top: .4rem; }

.numbers-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 4vw, 3rem);
    align-items: center;
}
.numbers-band .section-head { margin-bottom: 0; }
.stats--tiles {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px; text-align: left;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}
.stats--tiles .stat { background: var(--white); padding: 1.7rem 1.6rem; }
.stats--tiles .stat .lbl { color: var(--ink-soft); }
.stats--three { grid-template-columns: repeat(3, 1fr); }

.grid { display: grid; gap: 1.4rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.8rem; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
    position: relative; height: 100%;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card__icon { width: 52px; height: 52px; border-radius: 13px; background: var(--amber-100); display: grid; place-items: center; margin-bottom: 1rem; }
.card__icon svg { width: 28px; height: 28px; color: var(--amber-600); }
.card h3 { margin-bottom: .5rem; }
.card p { font-size: .96rem; }
.card__link { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1rem; font-weight: 600; color: var(--amber-600); font-size: .95rem; }
.card__link:hover { gap: .6rem; }

.svc-card { display: flex; flex-direction: column; }
.svc-card .card__link { margin-top: auto; }

.svc-tiles { gap: clamp(1.25rem, 1.8vw, 2rem); }
.svc-tile {
    position: relative; display: flex; flex-direction: column; height: 100%;
    background: var(--white); border: 1px solid var(--line);
    border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}
.svc-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.svc-tile:focus-within { outline: 3px solid var(--amber); outline-offset: 3px; }

.svc-tile__media { position: relative; aspect-ratio: 16 / 11; overflow: hidden; background: var(--navy); }
.svc-tile__img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc-tile:hover .svc-tile__img { transform: scale(1.05); }

.svc-tile__body { display: flex; flex-direction: column; gap: .55rem; padding: 1.3rem 1.3rem 1.4rem; flex: 1; }
.svc-tile__title { font-family: var(--font-head); font-weight: 600; font-size: 1.2rem; line-height: 1.25; color: var(--ink); }
.svc-tile__desc { font-size: .95rem; color: var(--ink-soft); margin: 0; }

.svc-tile__cta {
    margin-top: auto; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: .65rem;
    background: var(--white); border: 1px solid var(--line); border-radius: 13px;
    padding: .55rem .55rem .55rem .9rem; box-shadow: var(--shadow-sm);
    transition: border-color .18s ease, box-shadow .18s ease;
}
.svc-tile__cta::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.svc-tile__cta-text { font-family: var(--font-head); font-weight: 600; font-size: .9rem; line-height: 1.25; color: var(--ink); text-wrap: balance; }
.svc-tile:hover .svc-tile__cta { border-color: var(--amber); box-shadow: var(--shadow-md); }
.svc-tile__arrow {
    flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%;
    display: grid; place-items: center; color: var(--white); background: var(--amber);
    box-shadow: 0 4px 12px rgba(234, 150, 0, .35);
    transition: background .18s ease, transform .18s ease;
}
.svc-tile__arrow svg { width: 16px; height: 16px; }
.svc-tile:hover .svc-tile__arrow { background: var(--amber-600); transform: translateX(3px); }

.process {
    --step-icon: 78px;
    --step-pad-top: .5rem;
    counter-reset: step; position: relative;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem;
}
.process .step { position: relative; text-align: center; padding-top: var(--step-pad-top); }
.process .step__icon {
    position: relative; width: var(--step-icon); height: var(--step-icon); margin: 0 auto 1.15rem;
    border-radius: 20px; display: grid; place-items: center;
    color: #fff; background: var(--amber); box-shadow: 0 12px 26px rgba(234, 150, 0, .30);
}
.process .step__icon svg { width: 36px; height: 36px; }
.process .step__icon::after {
    counter-increment: step; content: counter(step, decimal-leading-zero);
    position: absolute; top: -8px; right: -8px; min-width: 26px; height: 26px; padding: 0 6px;
    border-radius: 100px; background: var(--navy); color: #fff;
    font-family: var(--font-head); font-weight: 700; font-size: .72rem;
    display: grid; place-items: center; border: 2px solid var(--white);
}
.process .step h3 { font-size: 1.12rem; margin-bottom: .45rem; }
.process .step p { font-size: .92rem; color: var(--ink-soft); max-width: 27ch; margin: 0 auto; }
.process::before {
    content: ""; position: absolute; pointer-events: none;
    left: 12.5%; right: 12.5%;
    top: calc(var(--step-pad-top) + var(--step-icon) / 2);
    height: 2px; transform: translateY(-50%);
    background: repeating-linear-gradient(90deg, rgba(234, 150, 0, .55) 0 9px, transparent 9px 18px);
}

.why-bento {
    --why-gap: clamp(.85rem, 1.5vw, 1.35rem);
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(0, 1fr);
    align-items: stretch;
    gap: var(--why-gap);
}
.eyebrow.eyebrow--pill { display: inline-block; background: var(--amber); color: var(--navy); padding: .5rem 1.1rem; border-radius: 9px; letter-spacing: .12em; margin-bottom: 1.1rem; }

.why-bento__main { display: flex; flex-direction: column; gap: var(--why-gap); }

.why-card.why-bento__lead {
    gap: 1.4rem;
    padding: clamp(1.5rem, 2.6vw, 2rem);
}
.why-card.why-bento__lead:hover { transform: none; }
.why-bento__lead-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    align-items: start;
    gap: clamp(1.2rem, 2.4vw, 1.75rem);
}
.why-bento__head-media { width: 100%; max-width: 190px; }
.why-bento__head-media svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .45)); }
.why-choose__title { color: #fff; font-size: clamp(1.5rem, 2.7vw, 2.15rem); line-height: 1.14; margin: 0; }
.why-choose__title .accent { color: var(--amber); }
.why-bento__lead-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.4vw, 2rem); }
.why-choose__intro { color: var(--on-dark-soft); margin: 0; }
.why-choose__cta { margin-top: 0; align-self: flex-start; }

.why-bento__duo { display: grid; grid-template-columns: 1fr 1fr; gap: var(--why-gap); }

.why-bento__rail { display: flex; flex-direction: column; gap: var(--why-gap); }
.why-bento__rail .why-card { flex: 1 1 0; }
.why-bento__duo .why-card, .why-bento__rail .why-card { justify-content: center; }

.why-card {
    display: flex; flex-direction: column; gap: .8rem;
    padding: clamp(1.2rem, 1.8vw, 1.55rem);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.why-card:hover {
    transform: translateY(-4px);
    border-color: rgba(234, 150, 0, .45);
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
}
.why-card__icon {
    flex: 0 0 auto; width: 52px; height: 52px; border-radius: 12px; color: var(--amber);
    background: rgba(234, 150, 0, .12); border: 1px solid rgba(234, 150, 0, .25); display: grid; place-items: center;
}
.why-card__icon svg { width: 26px; height: 26px; }
.why-card h3 { color: #fff; font-size: 1.05rem; line-height: 1.25; margin: 0; }
.why-card p { color: var(--on-dark-soft); font-size: .92rem; margin: 0; }

@media (max-width: 880px) {
    .why-bento { grid-template-columns: repeat(2, 1fr); }
    .why-bento__main, .why-bento__duo, .why-bento__rail { display: contents; }
    .why-bento__lead { grid-column: 1 / -1; }
    .why-bento__rail .why-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
    .why-bento { grid-template-columns: 1fr; }
    .why-bento__lead-head { grid-template-columns: 1fr; }
    .why-bento__head-media { max-width: 220px; }
    .why-bento__lead-intro { grid-template-columns: 1fr; }
}

.incentive { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 1.6rem; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.incentive:hover { transform: translateY(-4px); border-color: rgba(234,150,0,.55); background: rgba(255,255,255,.06); box-shadow: 0 14px 32px rgba(0,0,0,.35), 0 0 0 1px rgba(234,150,0,.18); }
.incentive:hover .pill { transform: translateY(-1px); }
.incentive .pill { transition: transform .25s ease; }
.incentive h3 { color: #fff; font-size: 1.15rem; margin-bottom: .5rem; }
.incentive .pill { display: inline-block; background: var(--amber); color: var(--navy); font-weight: 700; font-size: .72rem; padding: .2rem .6rem; border-radius: 100px; margin-bottom: .7rem; }

.project { border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.project__img { aspect-ratio: 3 / 2; overflow: hidden; background: var(--navy); position: relative; }
.project__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.project:hover .project__img img { transform: scale(1.05); }
.project__img .ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; color: rgba(255,255,255,.5); font-size: .8rem; }
.project__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project:hover .project__img img { transform: scale(1.05); }
.project__body { padding: 1.1rem 1.3rem; }
.project__body .loc { font-family: var(--font-head); font-weight: 600; color: var(--navy); }
.project__pending { display: block; margin-top: .3rem; font-size: .8rem; color: var(--ink-soft); }

.projects-grid--mosaic .project--lead {
    grid-column: span 2; grid-row: span 2;
    display: flex; flex-direction: column;
}
.projects-grid--mosaic .project--lead .project__img {
    aspect-ratio: auto; flex: 1 1 auto; min-height: 300px;
}

.project--more {
    display: flex; flex-direction: column; justify-content: center; gap: .6rem;
    padding: 1.6rem; text-decoration: none;
    background: var(--navy); color: var(--white); min-height: 200px;
}
.project--more .project__more-head { font: 600 1.15rem/1.3 var(--font-head); }
.project--more .project__more-link {
    display: inline-flex; align-items: center; gap: .45rem;
    font: 600 .95rem/1 var(--font-head); color: var(--amber);
}
.project--more:hover .project__more-link { text-decoration: underline; }
.project--more:focus-visible { outline: var(--ring-focus); outline-offset: var(--ring-offset); }

.work-city + .work-city { margin-top: clamp(2.6rem, 4vw, 3.6rem); }
.work-city__head {
    padding-bottom: .7rem; margin-bottom: 1.6rem;
    border-bottom: 1px solid var(--line);
}
.work-city__head a { color: inherit; text-decoration: none; }
.work-city__head a:hover { color: var(--amber-600); text-decoration: underline; }
.work-city__head a:focus-visible { outline: var(--ring-focus); outline-offset: var(--ring-offset); }

.review { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.review .stars { font-size: 1rem; margin-bottom: .7rem; }
.review p { color: var(--ink); font-size: .98rem; }
.review__who { display: flex; align-items: center; gap: .7rem; margin-top: auto; padding-top: 1.2rem; }
.review__ava { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: var(--font-head); }
.review__who b { display: block; color: var(--navy); font-size: .92rem; }
.review__who small { color: var(--ink-soft); }

.faq { max-width: 820px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: .3rem 0; }
.faq summary {
    cursor: pointer; list-style: none; padding: 1.1rem .3rem; font-family: var(--font-head);
    font-weight: 600; color: var(--navy); font-size: 1.08rem; display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--amber); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 .3rem 1.2rem; font-size: .98rem; }

.cta-band {
    position: relative; isolation: isolate; overflow: hidden;
    background: var(--navy); color: #fff; border-radius: 22px;
    padding: clamp(4rem, 10vw, 8rem) clamp(1.4rem, 5vw, 2.5rem); text-align: center;
}
.cta-section .cta-band { width: min(100% - clamp(2.5rem, 8vw, 8rem), 1680px); margin-inline: auto; }
.cta-band::before {
    content: ""; position: absolute; inset: 0; z-index: -2;
    background: var(--cta-band-image, url("/assets/images/cta-rooftop.webp")) center / cover no-repeat;
}
.cta-band::after {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background: var(--scrim-photo);
}
.cta-band h2 { color: #fff; margin-bottom: .6rem; }
.cta-band h2 .accent { color: var(--amber); }
.cta-band p { color: rgba(255, 255, 255, .88); max-width: 52ch; margin: 0 auto 1.6rem; font-size: 1.05rem; }
.cta-band .btn + .btn { margin-left: .75rem; }
@media (max-width: 560px) {
    .cta-band .btn { display: block; width: 100%; }
    .cta-band .btn + .btn { margin-left: 0; margin-top: .75rem; }
}

.crumbs { padding: 1rem 0 0; font-size: .82rem; color: var(--ink-soft); }
.crumbs a { color: var(--amber-600); }
.crumbs span:not([data-copy]) { margin: 0 .4rem; opacity: .5; }

.page-hero { background: var(--gradient-dark); color: #fff; padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2.5rem, 6vw, 4rem); }
.page-hero h1 { color: #fff; max-width: 18ch; }
.page-hero p { color: var(--on-dark-lead); max-width: 60ch; margin-top: 1rem; font-size: 1.1rem; }
.page-hero .btn { margin-top: 1.6rem; }

.prose { max-width: 760px; }
.prose h2 { margin: 2.2rem 0 .8rem; }
.prose h3 { margin: 1.6rem 0 .5rem; }
.prose > :first-child { margin-top: 0; }
.prose p, .prose li { font-size: 1.05rem; color: var(--ink-soft); }
.prose p + p { margin-top: 1.1rem; }
.prose ul, .prose ol { margin: .6rem 0 1.2rem 1.3rem; }
.prose li { margin-bottom: .5rem; }
.prose a { color: var(--amber-600); text-decoration: underline; text-underline-offset: 2px; }
.toc { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.2rem 1.5rem; margin-bottom: 2rem; }
.toc strong { font-family: var(--font-head); color: var(--navy); display: block; margin-bottom: .5rem; }
.toc ol { margin: 0 0 0 1.1rem; }
.toc a { color: var(--amber-600); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.2rem); align-items: start; }
.contact-info dl { display: grid; grid-template-columns: auto 1fr; gap: 0 clamp(1rem, 2vw, 1.6rem); margin-top: 1.6rem; }
.contact-info dt,
.contact-info dd { padding: .7rem 0; border-top: 1px solid var(--line); }
.contact-info dt:first-of-type,
.contact-info dd:first-of-type { border-top: 0; padding-top: 0; }
.contact-info dt { font-family: var(--font-head); font-weight: var(--weight-semibold); color: var(--navy); white-space: nowrap; }
.contact-info dd { color: var(--ink-soft); overflow-wrap: anywhere; }
.contact-info dd a { color: var(--amber-600); font-weight: var(--weight-semibold); }
.contact-info dd a:hover { text-decoration: underline; text-underline-offset: 3px; }
.map-embed { width: 100%; aspect-ratio: 16/10; border: 0; border-radius: var(--radius); margin-top: 1.5rem; background: var(--paper); }
.map-directions { margin-top: .75rem; font-size: .92rem; }
.map-directions a { color: var(--amber-600); font-weight: 600; }
.map-directions a:hover { text-decoration: underline; }

.map-block { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: stretch; }
.map-block__info { display: flex; flex-direction: column; justify-content: center; }
.map-block .map-embed { margin-top: 0; aspect-ratio: auto; height: 100%; min-height: 360px; box-shadow: var(--shadow-sm); }
.map-nap { display: grid; grid-template-columns: auto 1fr; gap: .55rem 1.4rem; margin: 1.4rem 0 1.6rem; }
.map-nap dt { font-weight: 700; color: var(--navy); }
.map-nap dd { color: var(--ink-soft); }
.map-block__info .btn { align-self: flex-start; }
@media (max-width: 860px) {
    .map-block { grid-template-columns: 1fr; }
    .map-block .map-embed { min-height: 300px; aspect-ratio: 16/10; height: auto; }
}

.g-rating { display: inline-flex; align-items: center; gap: .55rem; margin: 1.1rem 0 .6rem; padding: .55rem 1.1rem; border: 1px solid var(--line); border-radius: 100px; background: var(--white); box-shadow: var(--shadow-sm); font-family: var(--font-head); transition: box-shadow .2s ease, transform .2s ease; }
.g-rating:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.g-rating__logo { display: inline-flex; }
.g-rating__score { font-weight: 700; color: var(--navy); font-size: 1.1rem; }
.g-rating__stars { color: var(--amber); letter-spacing: 1px; }
.g-rating__count { color: var(--ink-soft); font-size: .9rem; font-family: var(--font-body); }
@media (max-width: 460px) { .g-rating__count { display: none; } }
.btn__g { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: #fff; border-radius: 50%; flex-shrink: 0; }

.site-footer { background: var(--navy); color: var(--on-dark-soft); padding: clamp(3rem, 6vw, 4rem) 0 2rem; }

.footer-cta-row {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
    gap: var(--space-6); padding-bottom: 2.3rem; margin-bottom: 2.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer-cta-row__head {
    font-family: var(--font-head); font-weight: var(--weight-semibold);
    font-size: clamp(1.2rem, 2.2vw, 1.4rem); line-height: 1.2;
    color: #fff; letter-spacing: var(--tracking-head);
}
.footer-cta-row__meta { font-size: var(--size-meta); margin-top: .45rem; color: var(--on-dark-soft); }
.footer-cta-row__actions { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; }

.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 2rem; }
.site-footer h4 { color: #fff; font-size: var(--size-caption); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer a:where(:not(.btn)) { color: var(--on-dark-soft); font-size: .94rem; }
.site-footer a:where(:not(.btn)):hover { color: #fff; }
.site-footer ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.footer-brand p { font-size: var(--size-meta); margin: .8rem 0; }
.footer-nap { font-style: normal; font-size: var(--size-meta); line-height: 1.7; margin: .8rem 0; }
.footer-gbp { display: inline-block; font-size: var(--size-meta); text-decoration: underline; text-underline-offset: 3px; }
.footer-col-note { font-size: .85rem; line-height: 1.6; color: rgba(255, 255, 255, .5); margin: .9rem 0 0; }

.footer-gbp--rating {
    display: inline-flex; align-items: center; gap: .55rem; text-decoration: none;
    margin-top: 1.1rem; padding: .5rem .9rem;
    background: var(--surface-tint-dark); border: 1px solid var(--border-dark);
    border-radius: var(--radius-pill);
    transition: border-color var(--dur-base) var(--ease), background var(--dur-base) var(--ease);
}
.footer-gbp--rating:hover { border-color: var(--border-dark-hover); background: rgba(255, 255, 255, .06); }
.footer-gbp__stars { color: var(--amber); letter-spacing: 1.5px; font-size: var(--size-caption); }
.footer-gbp__score { font-family: var(--font-head); font-weight: var(--weight-bold); color: #fff; font-size: var(--size-body); }
.footer-gbp__count { font-size: var(--size-fine); color: var(--on-dark-soft); }

.footer-marks {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
    gap: var(--space-5); margin-top: var(--space-8); padding-top: 1.6rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.cred-strip { display: flex; align-items: center; gap: var(--space-3); flex-wrap: wrap; }
.cred-strip__label {
    font-family: var(--font-head); font-weight: var(--weight-semibold); font-size: var(--size-eyebrow);
    letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--amber);
}
.cred-strip__tile {
    display: grid; place-items: center; height: 62px; padding: 0 .85rem;
    background: var(--white); border-radius: var(--radius-mark);
    transition: transform var(--dur-mid) var(--ease);
}
.cred-strip__tile img { max-height: 46px; max-width: 100px; object-fit: contain; display: block; }
.cred-strip__tile--tall img { max-height: 52px; max-width: 44px; }
.cred-strip__tile:hover { transform: translateY(-3px); }
.cred-strip__tile:focus-visible { outline: var(--ring-focus); outline-offset: 3px; }

.footer-social { display: flex; gap: .7rem; }
.footer-social a { width: 38px; height: 38px; border-radius: var(--radius-mark); background: rgba(255, 255, 255, .08); display: grid; place-items: center; }
.footer-social a:hover { background: var(--amber); color: var(--navy); }
.footer-social svg { width: 18px; height: 18px; }

.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 1.8rem; padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: var(--size-fine); }
.footer-legal-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
@media (max-width: 1340px) { .footer-bottom { padding-right: 4rem; } }

.mobile-call { display: none; }

.to-top {
    position: fixed; z-index: 890;
    right: clamp(1rem, .4rem + 2vw, 1.75rem);
    bottom: clamp(1rem, .4rem + 2vw, 1.75rem);
    width: 48px; height: 48px; border: 0; border-radius: 50%; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--amber); color: var(--navy);
    box-shadow: 0 8px 22px rgba(15, 16, 18, .25);
    opacity: 0; visibility: hidden; transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease, background .2s ease, visibility .25s;
}
.to-top[data-visible="true"] { opacity: 1; visibility: visible; transform: none; }
.to-top[data-visible="true"]:hover { background: var(--amber-600); transform: translateY(-2px); }
.to-top:active { transform: none; }
.to-top:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.to-top svg { width: 20px; height: 20px; }
@media (prefers-reduced-motion: reduce) {
    .to-top, .to-top[data-visible="true"], .to-top[data-visible="true"]:hover { transform: none; transition: opacity .01s, visibility .01s; }
}

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .45s ease, transform .45s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1 !important; transform: none !important; transition: none; }
    .svc-tile, .svc-tile__img, .svc-tile__arrow { transition: none !important; }
    .svc-tile:hover .svc-tile__img { transform: none; }
    .svc-tile:hover .svc-tile__arrow { transform: none; }
    .incentive, .incentive .pill { transition: none !important; }
    .incentive:hover { transform: none; }
    .incentive:hover .pill { transform: none; }
    .project__img img { transition: none !important; }
    .project:hover .project__img img { transform: none; }
    .gr-card, .gr-card__arrow, .gr-card__media img { transition: none !important; }
    .gr-card:hover { transform: none; }
    .gr-card:hover .gr-card__media img { transform: none; }
    .gr-card:hover .gr-card__arrow { transform: none; }
    .post-share__btn, .post-pn a, .related-card { transition: none !important; }
    .post-share__btn:hover, .post-pn a:hover, .related-card:hover { transform: none; }
}

@media (max-width: 900px) {
    .hero__inner { grid-template-columns: 1fr; min-height: auto; padding-block: clamp(2.5rem, 8vw, 3.5rem); }
    .quote-card { order: 2; }
    .section-head--cred { grid-template-columns: 1fr; gap: 1.5rem; }
    .section-head__cred { justify-self: start; }
    .section-head__cred img { height: 176px; }
    .grid--4, .grid--3, .process, .stats { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > .footer-brand { grid-column: 1 / -1; }
    .footer-brand { max-width: 34rem; }
    .footer-nap { overflow-wrap: break-word; }
    .footer-cta-row { flex-direction: column; align-items: flex-start; gap: var(--space-5); }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-grid .quote-card { order: -1; }
    .process::before { display: none; }
    .process { row-gap: 2.4rem; }
    .numbers-band { grid-template-columns: 1fr; gap: 2rem; }
    .projects-grid--mosaic .project--lead { grid-column: 1 / -1; grid-row: auto; }
}
@media (max-width: 560px) {
    body { font-size: 16px; }
    .field-row { grid-template-columns: 1fr; }
    .grid--4, .grid--3, .grid--2, .process, .stats { grid-template-columns: 1fr; }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .stats--tiles .stat { padding: 1.25rem 1.1rem; }
    .footer-grid { gap: 2.2rem 1.25rem; }
    .site-footer h4 { font-size: .85rem; margin-bottom: .7rem; }
    .footer-marks { flex-direction: column; align-items: center; gap: var(--space-4); text-align: center; }
    .cred-strip { justify-content: center; gap: .4rem; width: 100%; }
    .cred-strip__label { flex: 0 0 100%; text-align: center; }
    .cred-strip__tile { height: 50px; padding: 0 .45rem; flex: 1 1 0; min-width: 0; }
    .cred-strip__tile img { max-height: 34px; max-width: 100%; }
    .cred-strip__tile--tall img { max-height: 40px; max-width: 30px; }
    .footer-cta-row__actions .btn { flex: 1 1 auto; }
    .footer-bottom { margin-top: 1.4rem; padding-right: 0; flex-direction: column; align-items: center; text-align: center; gap: .55rem; }
    .to-top { bottom: calc(var(--callbar-h) + env(safe-area-inset-bottom, 0px) + .8rem); }
    .svc-tiles { gap: 1.1rem; }
    .mobile-call {
        display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; align-items: center;
        position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
        padding: .5rem .6rem;
        padding-bottom: calc(.5rem + env(safe-area-inset-bottom, 0px));
        background: var(--navy-600);
        border-top: 1px solid var(--border-dark);
        box-shadow: 0 -4px 14px rgba(0, 0, 0, .28);
    }
    .mobile-call .btn {
        width: 100%; min-height: var(--tap-min); padding: .5rem .6rem;
        font-size: var(--size-body-sm); gap: .4rem;
    }
    .mobile-call .btn:hover { transform: none; }
    body { padding-bottom: calc(var(--callbar-h) + env(safe-area-inset-bottom, 0px)); }
    body:not(:has(.mobile-call)) { padding-bottom: 0; }
    body:not(:has(.mobile-call)) .to-top { bottom: 1rem; }
    .site-header { }
}

.site-header > .wrap { max-width: none; padding-inline: clamp(1.25rem, 4vw, 3.5rem); }

.nav__logo {
    background: url("/assets/logo.webp") left center / contain no-repeat;
    width: 150px; height: 46px; gap: 0; font-size: 0;
}
.nav__logo .mark { display: none; }
.footer-brand .nav__logo { width: 232px; height: 72px; font-size: 0; }
@media (max-width: 560px) { .nav__logo { width: 124px; height: 40px; } .footer-brand .nav__logo { width: 200px; height: 62px; } }

.hero { isolation: isolate; }
.hero__bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; background: #050507; }
.hero__img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center; pointer-events: none; border: 0;
}
.hero__scrim {
    position: absolute; inset: 0; z-index: 1;
    background: var(--scrim-hero);
}
.hero::before { z-index: 2; }
.hero .hero__inner { position: relative; z-index: 3; }

.hero__eyebrow { color: var(--amber); margin-bottom: .85rem; }

.footer-tagline {
    font-family: var(--font-head); font-weight: 600; color: var(--amber);
    font-size: 1.1rem; line-height: 1.3; margin: .85rem 0 .2rem;
}

.slogan-ribbon { padding: clamp(1.6rem, 4vw, 2.8rem) 0; background: var(--white); text-align: center; }
.slogan-ribbon__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.slogan-ribbon__media img { width: 100%; height: auto; display: block; }
.slogan-ribbon__cta {
    margin-top: clamp(1.1rem, 2.5vw, 1.6rem);
    display: flex; flex-direction: column; align-items: center; gap: .55rem;
}
.slogan-ribbon__call { font-family: var(--font-head); font-weight: 600; color: var(--ink-soft); font-size: .95rem; }
.slogan-ribbon__call:hover { color: var(--navy); }

.icon-chip { width: 52px; height: 52px; border-radius: var(--radius-icon); background: var(--amber-100); color: var(--amber-600); display: grid; place-items: center; flex: 0 0 auto; }
.icon-chip--dark { border-radius: var(--radius-icon-sm); background: rgba(234, 150, 0, .12); border: 1px solid rgba(234, 150, 0, .25); color: var(--amber); display: grid; place-items: center; }
.icon-chip--sm { width: 36px; height: 36px; border-radius: var(--radius-field); background: rgba(234, 150, 0, .14); color: var(--amber); display: grid; place-items: center; }
.icon-chip--solid { width: 78px; height: 78px; border-radius: var(--radius-step); background: var(--amber); color: #fff; box-shadow: var(--glow-step); display: grid; place-items: center; }
.icon-chip svg { width: 28px; height: 28px; }
.icon-chip--sm svg { width: 20px; height: 20px; }
.icon-chip--solid svg { width: 36px; height: 36px; }

.step-count { counter-reset: step-count; }
.step-count > li { counter-increment: step-count; }
.step-count .icon-chip--solid { position: relative; }
.step-count .icon-chip--solid::after {
    content: counter(step-count, decimal-leading-zero);
    position: absolute; top: -8px; right: -8px; width: 26px; height: 26px;
    border-radius: var(--radius-pill); background: var(--navy); border: 2px solid var(--white);
    color: var(--white); font-family: var(--font-head); font-weight: 700; font-size: .72rem;
    display: grid; place-items: center;
}

.gr-split, .gr-split3, .gr-grid2, .gr-grid3, .gr-grid4 { display: grid; }
.gr-split, .gr-split3 { gap: clamp(1.8rem, 4vw, 3.2rem); }
.gr-split { grid-template-columns: 1fr 1fr; }
.gr-split3 { grid-template-columns: repeat(3, 1fr); }
.gr-grid2, .gr-grid3, .gr-grid4 { gap: clamp(1rem, 2vw, 1.5rem); }
.gr-grid2 { grid-template-columns: repeat(2, 1fr); }
.gr-grid3 { grid-template-columns: repeat(3, 1fr); }
.gr-grid4 { grid-template-columns: repeat(4, 1fr); }
.gr-split > img, .gr-split3 > img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; border-radius: var(--radius-tile); border: 1px solid var(--line); }
.section--navy .gr-split > img, .section--navy .gr-split3 > img { border-color: rgba(255, 255, 255, .1); }
.gr-split + .gr-split { margin-top: clamp(2rem, 4vw, 3rem); }
.gr-split + .timeline { margin-top: clamp(2.4rem, 5vw, 3.6rem); }
.gr-bento { display: grid; }
.gr-bento__lead { grid-row: span 2; }
.gr-tiles { display: grid; }

.gr-linklist a:not(.btn) { color: var(--amber-600); text-decoration: underline; text-underline-offset: 2px; }
.gr-linklist a:not(.btn):hover { color: var(--amber); }
.gr-dark-link a:not(.btn) { color: var(--amber); text-decoration: underline; text-underline-offset: 3px; }
.gr-dark-link a:not(.btn):hover { color: var(--amber-300); }

.gr-scroll { overflow-x: auto; }
.gr-table, .gr-dark-table { width: 100%; border-collapse: collapse; font-size: 1rem; min-width: 640px; }
.gr-table th, .gr-dark-table th { text-align: left; font-family: var(--font-head); font-weight: 600; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; padding: 0 1rem .9rem; }
.gr-table th { color: var(--ink-soft); border-bottom: 1px solid var(--line); }
.gr-table td { padding: 1.05rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ink-soft); }
.gr-table tr:last-child td { border-bottom: 0; }
.gr-table td:first-child { font-family: var(--font-head); font-weight: 600; color: var(--navy); }
.gr-table .num { text-align: right; white-space: nowrap; font-family: var(--font-head); font-weight: 600; color: var(--navy); }
.gr-dark-table th { color: var(--on-dark-soft); border-bottom: 1px solid rgba(255, 255, 255, .14); }
.gr-dark-table td { padding: 1.05rem 1rem; border-bottom: 1px solid rgba(255, 255, 255, .08); vertical-align: top; color: var(--on-dark-lead); }
.gr-dark-table tr:last-child td { border-bottom: 0; }
.gr-dark-table td:first-child { font-family: var(--font-head); font-weight: 600; color: var(--white); }
.gr-dark-table .num { text-align: right; white-space: nowrap; font-family: var(--font-head); font-weight: 600; color: var(--white); }
.gr-dark-table .num--amber { color: var(--amber); }
.gr-table th.num, .gr-dark-table th.num { text-align: right; }
.gr-table th[scope="row"], .gr-dark-table th[scope="row"] { text-transform: none; letter-spacing: 0; font-size: 1rem; padding: 1.05rem 1rem; vertical-align: top; }
.gr-table th[scope="row"] { color: var(--navy); border-bottom: 1px solid var(--line); }
.gr-dark-table th[scope="row"] { color: var(--white); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.gr-table tr:last-child th[scope="row"], .gr-dark-table tr:last-child th[scope="row"] { border-bottom: 0; }

.gr-num { flex: 0 0 auto; width: 44px; height: 44px; border-radius: var(--radius-pill); background: var(--amber-100); color: var(--amber-600); display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 1rem; }
.gr-check { display: flex; gap: .8rem; align-items: flex-start; font-size: 1.02rem; line-height: 1.55; color: var(--ink-soft); }
.gr-check svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--amber-600); margin-top: .2rem; }
.gr-src { display: block; font-family: var(--font-body); font-weight: 400; font-size: .88rem; color: var(--ink-soft); margin-top: .2rem; }
.gr-cred { display: flex; gap: clamp(1.1rem, 2.4vw, 1.8rem); align-items: center; padding: clamp(1.3rem, 2.4vw, 1.7rem) 0; border-top: 1px solid var(--line); }
.gr-cred:last-child { border-bottom: 1px solid var(--line); }
.gr-cred img { flex: 0 0 auto; width: 92px; height: 66px; object-fit: contain; }
.gr-rate { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--navy); white-space: nowrap; }
.gr-step { position: relative; }
.gr-step::after {
    content: ""; position: absolute; top: 38px; left: 94px; right: .6rem;
    border-top: 2px dashed rgba(234, 150, 0, .4);
}
.gr-step:last-child::after { content: none; }

.gr-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); overflow: hidden; text-decoration: none; transition: transform var(--dur-slow) var(--ease), box-shadow var(--dur-slow) var(--ease); }
.gr-card:hover { transform: translateY(var(--lift-card)); box-shadow: var(--shadow-md); }
.gr-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 10; }
.gr-card__body { flex: 1 1 auto; display: flex; flex-direction: column; gap: .7rem; padding: clamp(1.6rem, 2.6vw, 2.1rem); }
.gr-card__head { display: flex; gap: 1rem; align-items: flex-start; }
.gr-card__title { flex: 1 1 auto; margin: 0; font-size: clamp(1.32rem, 2.2vw, 1.6rem); line-height: 1.22; text-wrap: pretty; }
.gr-card__dek { margin: 0; font-size: 1.06rem; line-height: 1.62; color: var(--ink-soft); }
.gr-card__arrow { flex: 0 0 auto; width: 24px; height: 24px; color: var(--amber-600); transition: transform var(--dur-slow) var(--ease); }
.gr-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-zoom) var(--ease); }
.gr-card:hover .gr-card__media img { transform: scale(var(--zoom-photo)); }
.gr-card:hover .gr-card__arrow { transform: translateX(3px); }

.gr-card--compact .gr-card__media { aspect-ratio: 16 / 9; }
.gr-card--compact .gr-card__body { gap: .6rem; padding: 1.6rem 1.6rem 1.7rem; }
.gr-card--compact .gr-card__title { font-size: 1.22rem; line-height: 1.3; }
.gr-card--compact .gr-card__dek { font-size: 1.02rem; line-height: 1.6; }
.gr-card--compact .gr-card__arrow { width: 22px; height: 22px; margin-top: auto; }

.page-hero--split { position: relative; isolation: isolate; overflow: hidden; padding: clamp(2.5rem, 5vw, 3.6rem) 0 clamp(6rem, 10vw, 8.5rem); }
.page-hero--split::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--glow-amber); }
.page-hero--split h1 { max-width: 20ch; text-wrap: pretty; }
.page-hero--split .lead { max-width: 52ch; font-size: 1.12rem; }
.page-hero .crumbs { color: var(--on-dark-bright); }
.page-hero .crumbs a { color: var(--on-dark-soft); }
.page-hero .crumbs a:hover { color: var(--white); }
.page-hero .crumbs > span { color: rgba(255, 255, 255, .35); }
.page-hero__media { position: relative; }
.page-hero__media img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: var(--radius-tile); border: 1px solid rgba(255, 255, 255, .1); display: block; }
.page-hero__media .icon-chip--solid { position: absolute; left: -14px; bottom: 26px; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.page-hero__actions .btn { margin-top: 0; }

.section--answer { padding-top: 0; }
.answer-card {
    position: relative; z-index: 1; display: flex; gap: 1.6rem; align-items: flex-start;
    max-width: 960px; margin-top: clamp(-4rem, -5vw, -2.5rem);
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card);
    box-shadow: 0 18px 44px rgba(15, 16, 18, .12); padding: clamp(1.8rem, 3vw, 2.6rem);
}
.answer-card p { font-size: 1.18rem; line-height: 1.62; color: var(--ink); text-wrap: pretty; }

.statement-panel {
    display: flex; gap: clamp(1.2rem, 2vw, 1.7rem); align-items: flex-start;
    background: var(--navy); border-radius: var(--radius-card); box-shadow: var(--shadow-md);
    padding: clamp(1.6rem, 3vw, 2.4rem);
}
.statement-panel p {
    font-family: var(--font-head); font-weight: 600; letter-spacing: -.01em;
    font-size: clamp(1.28rem, 2.1vw, 1.7rem); line-height: 1.3; color: var(--white); text-wrap: pretty;
}

.factor-list { display: flex; flex-direction: column; list-style: none; }
.factor-list li { display: flex; gap: 1.1rem; align-items: flex-start; padding: 1.05rem 0; border-top: 1px solid var(--line); }
.factor-list li:last-child { border-bottom: 1px solid var(--line); }
.factor-list .icon-chip { width: 44px; height: 44px; }
.factor-list .icon-chip svg { width: 22px; height: 22px; }
.factor-list p { font-size: 1.02rem; }
.factor-list strong { color: var(--navy); font-family: var(--font-head); }

.array-diagram {
    margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card);
    padding: clamp(1.4rem, 2.4vw, 2rem);
    display: flex; flex-direction: column; justify-content: space-evenly; gap: 1.4rem;
}
.array-diagram__row { display: flex; align-items: center; gap: 14px; }
.array-diagram__cells { flex: 1; display: grid; grid-template-columns: repeat(10, 1fr); gap: 5px; }
.array-diagram__cells span {
    aspect-ratio: 5 / 8; border-radius: 3px; background: var(--amber);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .22) 1px, transparent 1px),
                      linear-gradient(180deg, rgba(0, 0, 0, .22) 1px, transparent 1px);
    background-size: 50% 33.4%;
}
.array-diagram__row--ghost .array-diagram__cells span { background: rgba(234, 150, 0, .09); background-image: none; border: 1px solid rgba(234, 150, 0, .45); }
.array-diagram__n { width: 3ch; font: 700 1.15rem/1 var(--font-head); color: var(--amber); }
.array-diagram__row--ghost .array-diagram__n { color: var(--ink-soft); }

.timeline { display: flex; flex-direction: column; counter-reset: tl; list-style: none; }
.timeline__step { display: grid; grid-template-columns: 78px 1fr; gap: clamp(1.2rem, 2.5vw, 2rem); align-items: start; }
.timeline__rail { display: flex; flex-direction: column; align-items: center; align-self: stretch; }
.timeline__step:last-child .timeline__rail { align-self: start; }
.timeline__rail::after { content: ""; flex: 1 1 auto; width: 0; border-left: 2px dashed rgba(234, 150, 0, .4); margin: 10px 0; }
.timeline__step:last-child .timeline__rail::after { content: none; }
.timeline__chip { position: relative; }
.timeline__chip::after {
    counter-increment: tl; content: counter(tl, decimal-leading-zero);
    position: absolute; top: -8px; right: -8px; min-width: 26px; height: 26px; padding: 0 6px;
    border-radius: var(--radius-pill); background: var(--navy); color: #fff;
    font: 700 .72rem/1 var(--font-head); display: grid; place-items: center; border: 2px solid var(--white);
}
.timeline__body { padding-bottom: 2.4rem; max-width: 64ch; }
.timeline__step:last-child .timeline__body { padding-bottom: 0; }
.timeline__body h3 { color: var(--white); font-size: 1.22rem; margin-bottom: .5rem; }
.timeline__body p { font-size: 1.02rem; }
.timeline + .section-actions { margin-top: clamp(2.4rem, 4vw, 3.2rem); }
.section-actions { display: flex; justify-content: center; }

.lead-strong, .prose .lead-strong {
    font-family: var(--font-head); font-weight: 500; font-size: 1.32rem; line-height: 1.5;
    color: var(--navy); text-wrap: pretty; margin-top: 1.2rem;
}

.badge-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); padding: 2rem; display: grid; place-items: center; }
.badge-card img { width: 100%; max-width: 230px; height: auto; object-fit: contain; }

.equip-photo { position: relative; display: flex; }
.equip-photo img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: var(--radius-tile); border: 1px solid var(--line); }
.seal {
    position: absolute; left: calc(-1 * var(--gutter)); bottom: -34px;
    width: 194px; height: 194px; border-radius: 50%; transform: rotate(-11deg);
    background: var(--navy); border: 3px solid var(--amber); box-shadow: var(--shadow-dark);
    display: grid; place-items: center;
}
.seal__inner {
    width: 168px; height: 168px; border-radius: 50%; border: 1.5px dashed rgba(234, 150, 0, .65);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: .3rem; text-align: center; padding: .8rem;
}
.seal__kicker { font: 600 .58rem/1.2 var(--font-head); letter-spacing: .2em; text-transform: uppercase; color: var(--amber); }
.seal__rule { width: 34px; height: 1.5px; background: rgba(234, 150, 0, .55); }
.seal__figure { font: 700 1.62rem/1 var(--font-head); color: var(--white); letter-spacing: -.02em; }

.prose-stack { display: flex; flex-direction: column; gap: clamp(1.2rem, 2vw, 1.6rem); }
.prose-stack__row { display: flex; gap: 1.2rem; align-items: flex-start; }
.prose-stack__lead { font-size: 1.12rem; line-height: 1.6; }
.prose-stack__ruled { font-size: 1.05rem; padding-top: clamp(1.1rem, 2vw, 1.4rem); border-top: 1px solid var(--line); }
.prose-stack__aside {
    margin-top: auto; display: flex; gap: 1.2rem; align-items: flex-start;
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-card);
    padding: clamp(1.4rem, 2.4vw, 1.9rem);
}
.prose-stack__aside p { font-size: 1.02rem; }

.quote-band {
    display: grid; grid-template-columns: 1fr auto; gap: clamp(1.6rem, 3.5vw, 3rem); align-items: center;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm); padding: clamp(1.6rem, 3vw, 2.2rem) clamp(1.6rem, 3vw, 2.4rem);
    margin-top: clamp(1.2rem, 2.4vw, 1.8rem);
}
.quote-band__quote { display: flex; flex-direction: column; gap: .7rem; }
.quote-band__quote p { font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.55; color: var(--ink); text-wrap: pretty; }
.quote-band__who { display: flex; align-items: center; gap: 1rem; padding-left: clamp(1.4rem, 3vw, 2.4rem); border-left: 1px solid var(--line); }
.quote-band__who div { white-space: nowrap; }
.quote-band__who b { display: block; color: var(--navy); font-family: var(--font-head); font-size: var(--size-meta); }
.quote-band__who small { color: var(--ink-soft); }

.faq--flush { max-width: none; margin: 0; }
.faq--flush details:first-child { border-top: 1px solid var(--line); }

.warranty-card {
    display: flex; flex-direction: column; gap: 1.15rem;
    background: var(--navy); border-radius: var(--radius-card); box-shadow: var(--shadow-md);
    padding: clamp(1.7rem, 3vw, 2.4rem);
}
.warranty-card p { font-size: 1.05rem; color: var(--on-dark-lead); }
.warranty-card__ruled { padding-top: 1.15rem; border-top: 1px solid rgba(255, 255, 255, .14); }
.warranty-card__link { margin-top: auto; padding-top: .4rem; }
.warranty-card__link a { font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; }

.note-card {
    display: flex; gap: 1.3rem; align-items: flex-start;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm); padding: clamp(1.4rem, 2.6vw, 2rem);
}
.note-card p { font-size: 1.06rem; line-height: 1.6; text-wrap: pretty; }
.note-card--spaced { margin-top: clamp(1.4rem, 2.6vw, 2rem); }

.base-prose { display: flex; flex-direction: column; gap: 1.15rem; }
.base-prose__photo {
    flex: 1 1 0; width: 100%; min-height: 190px; object-fit: cover;
    border-radius: var(--radius-tile); border: 1px solid var(--line); margin-top: .4rem;
}

.flow-diagram {
    margin: 0; background: var(--paper); border: 1px solid var(--line);
    border-radius: var(--radius-card); padding: clamp(1.5rem, 2.6vw, 2.2rem);
    display: flex; flex-direction: column; gap: .9rem;
}
.flow-diagram__node {
    display: flex; align-items: center; gap: 1rem; background: var(--white);
    border: 1px solid var(--line); border-radius: var(--radius-tile); padding: 1rem 1.1rem;
}
.flow-diagram__node .icon-chip { flex: 0 0 auto; width: 46px; height: 46px; }
.flow-diagram__node .icon-chip svg { width: 22px; height: 22px; }
.flow-diagram__node b { display: block; font-family: var(--font-head); color: var(--navy); font-size: 1rem; }
.flow-diagram__node small { color: var(--ink-soft); }
.flow-diagram__node--dark { background: var(--navy); border-color: transparent; }
.flow-diagram__node--dark b { color: var(--white); }
.flow-diagram__node--dark small { color: var(--on-dark-soft); }
.flow-diagram__arrow { display: flex; align-items: center; gap: .7rem; padding-left: 1.4rem; color: var(--amber); }
.flow-diagram__arrow svg { width: 20px; height: 20px; flex: 0 0 auto; }
.flow-diagram__arrow small { font-family: var(--font-head); font-weight: 600; color: var(--ink-soft); }

.review-card {
    display: flex; flex-direction: column; gap: 1rem; justify-content: center;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm); padding: clamp(1.5rem, 2.8vw, 2.1rem);
}
.review-card p { font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.55; color: var(--ink); text-wrap: pretty; }
.review-card__who { display: flex; align-items: center; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.review-card__who b { display: block; color: var(--navy); font-family: var(--font-head); font-size: var(--size-meta); }
.review-card__who small { color: var(--ink-soft); }
.review-card__who svg { width: 22px; height: 22px; flex-shrink: 0; margin-left: auto; }

.project__body--sized { display: flex; align-items: baseline; gap: .6rem; }
.project__size { font: 700 .95rem/1 var(--font-head); color: var(--amber-600); }

.page-hero--photo { position: relative; isolation: isolate; overflow: hidden; padding: clamp(3rem, 7vw, 5rem) 0 clamp(6rem, 10vw, 8rem); }
.page-hero--photo .page-hero__bg { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.page-hero--photo::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--scrim-hero); }
.page-hero--photo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--glow-amber); }
.page-hero--photo h1 { max-width: 17ch; text-wrap: pretty; }
.page-hero--photo .lead { max-width: 56ch; font-size: 1.12rem; }
.page-hero--photo .hero__usps { margin-top: clamp(2.4rem, 5vw, 3.4rem); gap: clamp(1.2rem, 3vw, 2.6rem); }

.route-list { display: flex; flex-direction: column; gap: .9rem; }
.route-tile {
    display: flex; align-items: center; gap: 1.1rem;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-tile); padding: 1.1rem 1.3rem;
}
.route-tile .icon-chip { width: 46px; height: 46px; background: var(--paper); color: var(--ink-soft); }
.route-tile .icon-chip svg { width: 22px; height: 22px; }
.route-tile b { display: block; font-family: var(--font-head); color: var(--navy); font-size: 1.02rem; }
.route-tile small { color: var(--ink-soft); }
.route-tile--live {
    background: var(--navy); border-color: rgba(234, 150, 0, .45); box-shadow: var(--shadow-md); padding: 1.35rem 1.3rem;
}
.route-tile--live .icon-chip { width: 46px; height: 46px; }
.route-tile--live b { color: var(--white); }
.route-tile--live small { color: var(--on-dark-soft); }

.step-row { counter-reset: st; }
.step-row .icon-chip--solid { position: relative; }
.step-row .icon-chip--solid::after {
    counter-increment: st; content: counter(st, decimal-leading-zero);
    position: absolute; top: -8px; right: -8px; min-width: 26px; height: 26px; padding: 0 6px;
    border-radius: var(--radius-pill); background: var(--navy); color: #fff;
    font: 700 .72rem/1 var(--font-head); display: grid; place-items: center; border: 2px solid var(--white);
}
.step-row h3 { font-size: 1.18rem; margin: 1.1rem 0 .45rem; }
.step-row p { font-size: 1.01rem; }

.cond-pills { display: flex; flex-wrap: wrap; gap: .7rem; list-style: none; margin-top: .4rem; }
.cond-pills li {
    display: flex; align-items: center; gap: .55rem;
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-pill);
    padding: .5rem 1rem; font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--navy);
}
.cond-pills svg { width: 16px; height: 16px; color: var(--amber-600); flex: 0 0 auto; }

.figure-card {
    display: flex; flex-direction: column; gap: 1.1rem; justify-content: center;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm); padding: clamp(1.6rem, 3vw, 2.3rem);
}
.figure-card__n { display: block; font-family: var(--font-head); font-weight: 700; font-size: clamp(2.6rem, 5vw, 3.4rem); line-height: 1; color: var(--amber); }
.figure-card small { display: block; margin-top: .5rem; color: var(--ink-soft); font-size: var(--size-caption); }
.figure-card p { font-size: 1.05rem; line-height: 1.62; padding-top: 1.1rem; border-top: 1px solid var(--line); }

.why-card--term h3 { font-size: 1.14rem; margin: .6rem 0 .45rem; }
.why-card--term p { font-size: 1rem; color: var(--on-dark-lead); }
.why-card__figure { display: block; margin-top: 1.1rem; font: 700 2rem/1 var(--font-head); color: var(--amber); }

.guide-link {
    display: flex; align-items: center; gap: 1.1rem; text-decoration: none;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm); padding: 1.4rem 1.5rem;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.guide-link:hover { transform: translateY(var(--lift-card)); box-shadow: var(--shadow-md); border-color: rgba(234, 150, 0, .45); }
.guide-link__body { flex: 1 1 auto; }
.guide-link b { display: block; font-family: var(--font-head); color: var(--navy); font-size: 1.05rem; }
.guide-link small { color: var(--ink-soft); }
.guide-link__go { width: 20px; height: 20px; flex: 0 0 auto; color: var(--amber-600); }

.warranty-ledger { list-style: none; counter-reset: wl; display: flex; flex-direction: column; }
.warranty-ledger__item {
    display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.4rem, 3vw, 2.6rem);
    align-items: start; padding: clamp(1.7rem, 3.2vw, 2.5rem) 0; border-top: 1px solid var(--line);
}
.warranty-ledger__item:last-child { border-bottom: 1px solid var(--line); }
.warranty-ledger__head { display: flex; gap: 1.1rem; align-items: center; margin-bottom: 1.1rem; }
.warranty-ledger__head h3 { font-size: clamp(1.14rem, 1.9vw, 1.34rem); text-wrap: pretty; }
.warranty-ledger__head .icon-chip { position: relative; }
.warranty-ledger__head .icon-chip::after {
    counter-increment: wl; content: counter(wl, decimal-leading-zero);
    position: absolute; top: -9px; right: -9px; min-width: 24px; height: 24px; padding: 0 5px;
    border-radius: var(--radius-pill); background: var(--navy); color: #fff;
    font: 700 .68rem/1 var(--font-head); display: grid; place-items: center;
    border: 2px solid var(--paper);
}
.warranty-ledger__body p { font-size: 1.04rem; line-height: 1.62; color: var(--ink-soft); }
.warranty-ledger__term {
    display: flex; gap: 1rem; align-items: flex-start;
    background: var(--navy); border-radius: var(--radius-card); box-shadow: var(--shadow-md);
    padding: clamp(1.3rem, 2.4vw, 1.8rem);
}
.warranty-ledger__term p { font-size: 1.03rem; line-height: 1.6; color: var(--on-dark-lead); text-wrap: pretty; }
.warranty-ledger__term strong { color: var(--white); font-family: var(--font-head); font-weight: 600; }

.dark-card {
    display: flex; gap: 1.2rem; align-items: flex-start;
    background: var(--surface-tint-dark); border: 1px solid var(--border-dark);
    border-radius: var(--radius-card); padding: clamp(1.5rem, 2.8vw, 2rem);
}
.dark-card p { font-size: 1.02rem; line-height: 1.62; color: var(--on-dark-lead); text-wrap: pretty; }

.term-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.term-list li {
    display: flex; align-items: center; gap: .9rem; padding: .85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-family: var(--font-head); font-weight: 500; font-size: 1.02rem; color: var(--white);
}
.term-list li:first-child { padding-top: 0; }
.term-list li:last-child { padding-bottom: 0; border-bottom: 0; }

.timeline--light .timeline__body h3 { color: var(--navy); }
.note-card + .section-actions { margin-top: clamp(2rem, 4vw, 2.8rem); }

.st {
    display: inline-flex; align-items: center; gap: .45rem; border-radius: var(--radius-pill);
    padding: .34rem .8rem; font-family: var(--font-head); font-weight: 600; font-size: .86rem;
}
.st__dot { width: 7px; height: 7px; border-radius: var(--radius-pill); background: currentColor; flex: 0 0 auto; }
.st--open { background: var(--amber-100); color: var(--amber-600); border: 1px solid rgba(234, 150, 0, .35); }
.st--soon { background: var(--white); color: var(--amber-600); border: 1px solid rgba(234, 150, 0, .45); }
.st--closed { background: var(--paper); color: var(--ink-soft); border: 1px solid var(--line); }
.st--on-dark { background: rgba(234, 150, 0, .12); color: var(--amber); border-color: rgba(234, 150, 0, .35); }

.table-card {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm); padding: clamp(1.2rem, 2.5vw, 1.8rem);
}

.prog-card {
    display: flex; flex-direction: column; gap: .9rem; height: 100%;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm); padding: clamp(1.5rem, 2.6vw, 1.9rem);
}
.prog-card h3 { font-size: 1.22rem; line-height: 1.3; margin: 0; text-wrap: pretty; }
.prog-card p { font-size: 1.01rem; line-height: 1.6; color: var(--ink-soft); }
.prog-card__caption { font-family: var(--font-head); font-weight: 600; color: var(--navy); font-size: .99rem; margin-bottom: -.2rem; }
.prog-card__specs { list-style: none; margin: 0; padding: .9rem 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: .65rem; }
.prog-card__specs .gr-check { font-size: .99rem; }
.prog-card__foot { margin-top: auto; padding-top: .9rem; }
.prog-card strong { font-family: var(--font-head); font-weight: 600; color: var(--navy); }

.itc-card {
    display: flex; flex-direction: column; gap: 1.1rem;
    background: var(--navy); border-radius: var(--radius-card); box-shadow: var(--shadow-md);
    padding: clamp(1.8rem, 3.5vw, 2.6rem); margin-top: clamp(1.2rem, 2.4vw, 1.8rem);
}
.itc-card h3 { color: var(--white); font-size: clamp(1.35rem, 2.6vw, 1.7rem); margin: 0; }
.itc-card p { font-size: 1.04rem; line-height: 1.62; color: var(--on-dark-lead); }

.micro-caption { font-family: var(--font-head); font-weight: 600; color: var(--white); font-size: 1.02rem; margin-bottom: 1rem; }
.micro-close { font-size: 1.06rem; line-height: 1.62; color: var(--on-dark-lead); max-width: 72ch; margin-top: clamp(1.6rem, 3vw, 2.2rem); padding-top: clamp(1.6rem, 3vw, 2.2rem); border-top: 1px solid rgba(255, 255, 255, .14); }
.dark-card strong { font-family: var(--font-head); font-weight: 600; color: var(--white); }

.badge-card--note { place-items: start; gap: 1.2rem; padding: clamp(1.8rem, 3.5vw, 2.6rem); }
.badge-card--note img { width: auto; max-width: 100%; height: 88px; }
.badge-card--note p { font-size: 1.06rem; line-height: 1.62; color: var(--ink-soft); text-wrap: pretty; }

.muni-list { list-style: none; margin: 0; padding: 0; }
.muni-list li {
    display: flex; gap: 1rem; align-items: baseline;
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm);
    padding: 1.1rem 1.3rem; font-size: 1.01rem; line-height: 1.55; color: var(--ink-soft);
}
.muni-list b { flex: 0 0 130px; font-family: var(--font-head); font-weight: 600; color: var(--navy); }
.muni-list strong { font-family: var(--font-head); font-weight: 600; color: var(--navy); }

.stack-list { list-style: none; margin: 0; padding: 0; counter-reset: stack; }
.stack-list li {
    display: flex; gap: 1.1rem; align-items: flex-start;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm); padding: 1.4rem 1.5rem;
    font-size: 1.02rem; line-height: 1.6; color: var(--ink-soft);
}
.stack-list li::before {
    counter-increment: stack; content: counter(stack, decimal-leading-zero);
    flex: 0 0 auto; width: 44px; height: 44px; border-radius: var(--radius-pill);
    background: var(--amber-100); color: var(--amber-600); display: grid; place-items: center;
    font-family: var(--font-head); font-weight: 700; font-size: 1rem;
}
.stack-list b { font-family: var(--font-head); font-weight: 600; color: var(--navy); }
.stack-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem; margin-top: clamp(1.6rem, 3vw, 2.2rem); }
.stack-foot p { font-size: 1.06rem; line-height: 1.62; color: var(--ink-soft); max-width: 60ch; }

.season-key { list-style: none; margin: 0 0 1.2rem; padding: 0; display: flex; flex-direction: column; gap: .55rem; }
.season-key li { display: flex; gap: .7rem; align-items: baseline; font-size: 1.02rem; line-height: 1.55; color: var(--on-dark-lead); }
.season-key i { flex: 0 0 auto; width: 12px; height: 12px; border-radius: 3px; }
.season-strip { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(12, 1fr); gap: .4rem; }
.season-strip li { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.season-strip i { display: block; width: 100%; height: 52px; border-radius: var(--radius-field); }
.season-strip b { font-family: var(--font-head); font-size: .82rem; font-weight: 600; color: var(--on-dark-soft); }
.season-key .is-hi, .season-strip .is-hi { background: var(--amber); }
.season-key .is-lo, .season-strip .is-lo { background: rgba(255, 255, 255, .14); }

.read-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 2000; pointer-events: none; }
.read-progress span { display: block; width: 0; height: 100%; background: var(--amber); }

.post-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: .3rem .55rem; margin-top: 1.1rem; font-size: .95rem; color: var(--on-dark-soft); }
.post-meta a { color: var(--amber); text-decoration: underline; text-underline-offset: 2px; }
.post-meta a:hover { color: var(--amber-300); }
.post-meta .sep { opacity: .5; }

.post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(2rem, 4vw, 3.4rem); }
.post-aside__sticky { position: sticky; top: 104px; display: flex; flex-direction: column; gap: 1.4rem; }
.post-aside .toc { margin-bottom: 0; }
.post-body [id] { scroll-margin-top: 110px; }
.post-share--m { display: none; margin-top: clamp(1.6rem, 3vw, 2.2rem); }

.toc-m { display: none; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.2rem 1.5rem; margin-bottom: 2rem; }
.toc-m summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-head); font-weight: 600; color: var(--navy); }
.toc-m summary::-webkit-details-marker { display: none; }
.toc-m summary::after { content: "+"; color: var(--amber); font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
.toc-m[open] summary::after { transform: rotate(45deg); }
.toc-m ol { margin: .8rem 0 0 1.1rem; }
.toc-m li { margin-bottom: .45rem; font-size: 1rem; }
.toc-m a { color: var(--amber-600); }

.post-share__row { display: flex; gap: .7rem; margin-top: .8rem; }
.post-share__btn { width: 42px; height: 42px; border-radius: var(--radius-pill); background: var(--white); border: 1px solid var(--line); color: var(--navy); display: grid; place-items: center; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.post-share__btn:hover { transform: translateY(-2px); border-color: var(--amber); box-shadow: var(--shadow-sm); }
.post-share__btn:focus-visible { outline: var(--ring-focus); outline-offset: var(--ring-offset); }
.post-share__btn svg { width: 18px; height: 18px; }

.post-callout { background: var(--paper); border-left: 3px solid var(--amber); border-radius: var(--radius-sm); padding: clamp(1.3rem, 2.5vw, 1.7rem) clamp(1.4rem, 2.8vw, 1.9rem); margin: 1.6rem 0; }
.post-callout p { font-size: 1.03rem; line-height: 1.6; color: var(--ink-soft); }
.post-callout .eyebrow { margin-bottom: .5rem; display: block; }
.post-callout--navy { background: var(--navy); border-left-color: var(--amber); }
.post-callout--navy p { color: var(--on-dark-lead); }
.post-callout--navy strong { color: var(--white); }

.author-card { display: flex; flex-direction: column; gap: .3rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); padding: 1.5rem 1.7rem; margin-top: clamp(2rem, 4vw, 2.8rem); }
.author-card__name { font-family: var(--font-head); font-weight: 600; font-size: 1.08rem; color: var(--navy); }
.author-card__name a { color: inherit; text-decoration: none; }
.author-card__name a:hover { color: var(--amber-600); }
.author-card__role { font-size: .98rem; color: var(--ink-soft); }
.author-card__more { margin-top: .6rem; font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--amber-600); text-decoration: underline; text-underline-offset: 2px; align-self: flex-start; }
.author-card__more:hover { color: var(--amber); }

.post-pn { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2vw, 1.5rem); }
.post-pn a { display: flex; flex-direction: column; gap: .45rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); padding: 1.3rem 1.5rem; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.post-pn a:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.post-pn a:focus-visible { outline: var(--ring-focus); outline-offset: 3px; }
.post-pn .dir { font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--amber-600); }
.post-pn .name { font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; line-height: 1.35; color: var(--navy); }
.post-pn .is-next { text-align: right; align-items: flex-end; }

.related-card { display: flex; flex-direction: column; gap: .5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); padding: 1.8rem; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.related-card:focus-visible { outline: var(--ring-focus); outline-offset: 3px; }
.related-card h3 { font-size: 1.12rem; line-height: 1.3; color: var(--navy); margin: 0; }
.related-card p { font-size: .96rem; line-height: 1.55; color: var(--ink-soft); margin: 0; }
.related-card__arrow { margin-top: auto; padding-top: .8rem; color: var(--amber-600); }
.related-card__arrow svg { width: 20px; height: 20px; }

.gr-card__date { font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .04em; color: var(--ink-soft); margin-top: auto; padding-top: .6rem; }

@media (max-width: 1040px) {
    .gr-grid3, .gr-grid4 { grid-template-columns: repeat(2, 1fr) !important; }
    .gr-step::after { content: none; }
    .gr-grid3--solo { grid-template-columns: 1fr !important; }
    .gr-bento { grid-template-columns: repeat(2, 1fr) !important; }
    .gr-bento__lead { grid-row: auto !important; grid-column: span 2 !important; }
    .gr-tiles { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 900px) {
    .gr-split, .gr-split3 { grid-template-columns: 1fr !important; }
    .gr-sticky { position: static !important; top: auto !important; }
    .post-layout { grid-template-columns: minmax(0, 1fr); }
    .post-aside { display: none; }
    .toc-m { display: block; }
    .post-share--m { display: block; }
    .seal { left: auto; right: 0; bottom: -28px; width: 156px; height: 156px; }
    .seal__inner { width: 134px; height: 134px; }
    .seal__figure { font-size: 1.35rem; }
    .timeline__step { grid-template-columns: 56px 1fr; }
    .timeline__chip { width: 56px; height: 56px; }
    .timeline__chip svg { width: 28px; height: 28px; }
    .quote-band { grid-template-columns: minmax(0, 1fr); }
    .quote-band__who { padding-left: 0; padding-top: 1.2rem; border-left: 0; border-top: 1px solid var(--line); }
    .quote-band__who > .review__ava, .quote-band__who > svg { flex: 0 0 auto; }
    .quote-band__who div { white-space: normal; min-width: 0; }
    .warranty-ledger__item { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .gr-grid2, .gr-grid3, .gr-grid4 { grid-template-columns: 1fr !important; }
    .gr-bento { grid-template-columns: 1fr !important; }
    .gr-bento__lead { grid-column: auto !important; }
    .gr-tiles { grid-template-columns: repeat(2, 1fr) !important; }
    .answer-card { flex-direction: column; gap: 1.1rem; }
    .array-diagram__cells { gap: 3px; }
    .note-card { flex-direction: column; gap: 1.1rem; }
    .post-pn { grid-template-columns: 1fr; }
    .season-strip { grid-template-columns: repeat(6, 1fr); }
    .season-strip i { height: 44px; }
}
@media (max-width: 560px) {
    .gr-cred { flex-direction: column; align-items: flex-start; }
    .muni-list li { flex-direction: column; gap: .3rem; }
    .muni-list b { flex: 0 0 auto; }
    .stack-foot .btn { width: 100%; }
}

.u-sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.project { position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.project:hover { box-shadow: var(--shadow-md); transform: translateY(var(--lift-card)); }
.project__trigger {
    position: absolute; inset: 0; width: 100%; height: 100%;
    background: none; border: 0; padding: 0; margin: 0;
    cursor: pointer; -webkit-appearance: none; appearance: none;
}
.project__trigger:focus-visible { outline: var(--ring-focus); outline-offset: -4px; }

.pqv {
    padding: 0; border: 0; background: transparent; margin: auto;
    max-width: min(1100px, 94vw); max-height: 92vh; width: 100%;
}
.pqv::backdrop { background: rgba(15, 16, 18, .62); }
.pqv__inner {
    display: grid; grid-template-columns: 1.05fr .95fr;
    background: var(--white); border: 1px solid var(--line);
    border-radius: var(--radius-tile); overflow: hidden;
    box-shadow: var(--shadow-md); max-height: 92vh;
}
.pqv__media { background: var(--navy); min-height: 0; position: relative; }
.pqv__img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pqv__panel { position: relative; padding: 1.8rem; overflow-y: auto; min-height: 0; }
.pqv__close {
    position: absolute; top: .9rem; right: .9rem;
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: var(--radius-pill);
    background: var(--white); border: 1px solid var(--line); color: var(--ink);
    cursor: pointer; transition: background .15s ease;
}
.pqv__close:hover { background: var(--paper); }
.pqv__close:focus-visible { outline: var(--ring-focus); outline-offset: var(--ring-offset); }

.pqv__title {
    font: 600 clamp(1.25rem, 2.2vw, 1.6rem)/1.25 var(--font-head);
    color: var(--navy); margin: .5rem 0 1.1rem; padding-right: 3rem;
}
.pqv__spec {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 1rem 1.2rem; margin: 0 0 1.3rem;
    padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.pqv__spec dt {
    font: 600 .72rem/1 var(--font-head); letter-spacing: .18em; text-transform: uppercase;
    color: var(--amber); margin: 0 0 .4rem;
}
.pqv__spec dd { font: 600 1rem/1.3 var(--font-head); color: var(--navy); margin: 0; }
.pqv__narrative {
    font: 400 1rem/1.65 var(--font-body); color: var(--ink-soft); margin: 0 0 1.5rem;
}
.pqv__info .btn { width: 100%; }

.pqv__nav {
    display: flex; align-items: center; justify-content: center; gap: 1rem;
    margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line);
}
.pqv__arrow {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: var(--radius-pill);
    background: var(--white); border: 1px solid var(--line); color: var(--ink);
    cursor: pointer; transition: background .15s ease, transform .15s ease;
}
.pqv__arrow:hover { background: var(--paper); transform: translateY(-2px); }
.pqv__arrow:focus-visible { outline: var(--ring-focus); outline-offset: var(--ring-offset); }
.pqv__count { font: 600 .85rem/1 var(--font-head); color: var(--ink-soft); min-width: 5ch; text-align: center; }

.pqv__thumbs {
    position: absolute; left: .75rem; bottom: .75rem;
    display: flex; gap: .4rem;
    padding: .4rem; border-radius: 14px;
    background: rgba(12, 13, 15, .55);
}
.pqv__thumb {
    width: 68px; height: 46px; padding: 0; cursor: pointer;
    border: 2px solid transparent; border-radius: 8px; overflow: hidden;
    background: none; display: block;
    opacity: .62; transition: opacity .15s ease, border-color .15s ease;
}
.pqv__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pqv__thumb:hover { opacity: 1; }
.pqv__thumb[aria-current="true"] { opacity: 1; border-color: var(--amber); }
.pqv__thumb:focus-visible { outline: var(--ring-focus); outline-offset: 2px; }

.pqv__zoom {
    display: block; width: 100%; height: 100%; padding: 0; border: 0;
    background: none; cursor: zoom-in; position: relative;
}
.pqv__zoom:focus-visible { outline: var(--ring-focus); outline-offset: -4px; }
.pqv__zoom-badge {
    position: absolute; right: .75rem; bottom: .75rem;
    width: 40px; height: 40px; border-radius: var(--radius-pill);
    display: grid; place-items: center;
    background: rgba(12, 13, 15, .55); color: var(--white);
    transition: background .15s ease;
}
.pqv__zoom:hover .pqv__zoom-badge { background: rgba(12, 13, 15, .8); }

.pqv-zoom {
    padding: 0; border: 0; background: transparent; margin: auto;
    max-width: 96vw; max-height: 96vh; width: 100%;
}
.pqv-zoom::backdrop { background: rgba(8, 8, 10, .92); }
.pqv-zoom__img {
    display: block; width: 100%; max-height: 96vh;
    object-fit: contain; cursor: zoom-out;
}
.pqv-zoom__close {
    position: fixed; top: 1rem; right: 1rem;
    width: 44px; height: 44px; border-radius: var(--radius-pill);
    display: grid; place-items: center; cursor: pointer;
    background: rgba(12, 13, 15, .62); border: 1px solid rgba(255, 255, 255, .28);
    color: var(--white); transition: background .15s ease;
}
.pqv-zoom__close:hover { background: rgba(12, 13, 15, .85); }
.pqv-zoom__close:focus-visible { outline: var(--ring-focus); outline-offset: var(--ring-offset); }

.pqv-zoom__nav {
    position: fixed; left: 50%; bottom: 1.1rem; transform: translateX(-50%);
    display: flex; align-items: center; gap: .5rem;
    padding: .35rem .5rem; border-radius: var(--radius-pill);
    background: rgba(12, 13, 15, .62); border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(6px);
}
.pqv-zoom__arrow {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: var(--radius-pill);
    background: none; border: 0; color: var(--white); cursor: pointer;
    transition: background .15s ease;
}
.pqv-zoom__arrow:hover { background: rgba(255, 255, 255, .18); }
.pqv-zoom__arrow:focus-visible { outline: var(--ring-focus); outline-offset: -2px; }
.pqv-zoom__count {
    font: 600 .85rem/1 var(--font-head); color: var(--white);
    min-width: 5ch; text-align: center;
}

.project__frames { display: none; }

@media (max-width: 900px) {
    .pqv { max-width: 100vw; max-height: 100vh; width: 100vw; }
    .pqv__inner {
        grid-template-columns: 1fr; grid-template-rows: auto 1fr;
        border-radius: 0; border: 0; max-height: 100vh; height: 100vh;
    }
    .pqv__media { aspect-ratio: 3 / 2; height: auto; }
    .pqv__panel { padding: 1.4rem; }
}

@media (prefers-reduced-motion: reduce) {
    .project { transition: none; }
    .project:hover { transform: none; }
    .pqv__arrow { transition: none; }
    .pqv__arrow:hover { transform: none; }
    .pqv__thumb { transition: none; }
    .pqv__zoom-badge, .pqv-zoom__close, .pqv-zoom__arrow { transition: none; }
}

.video-facade {
    position: relative;
    aspect-ratio: 16 / 9; overflow: hidden;
    border: 1px solid var(--border-dark); border-radius: var(--radius-panel);
    background: var(--navy-600);
}
.video-facade > img, .video-facade > iframe {
    display: block; width: 100%; height: 100%; border: 0; object-fit: cover;
}
.video-facade__play {
    position: absolute; inset: 0; width: 100%; height: 100%;
    padding: 0; border: 0; cursor: pointer; background: rgba(8, 8, 10, .26);
    transition: background-color .2s ease;
}
.video-facade__play:hover { background-color: rgba(8, 8, 10, .38); }
.video-facade__play::before {
    content: ''; position: absolute; left: 50%; top: 50%;
    width: 84px; height: 84px; margin: -42px 0 0 -42px; border-radius: 50%;
    background: var(--amber); transition: transform .2s ease, background-color .2s ease;
}
.video-facade__play::after {
    content: ''; position: absolute; left: 50%; top: 50%;
    width: 26px; height: 30px; margin: -15px 0 0 -9px;
    background: var(--navy); clip-path: polygon(0 0, 100% 50%, 0 100%);
    transition: transform .2s ease;
}
.video-facade__play:hover::before { transform: scale(1.08); background-color: var(--amber-300); }
.video-facade__play:hover::after { transform: scale(1.08); }
.video-facade__play:focus-visible { outline: var(--ring-focus); outline-offset: -4px; }

@media (prefers-reduced-motion: reduce) {
    .video-facade__play, .video-facade__play::before, .video-facade__play::after { transition: none; }
    .video-facade__play:hover::before, .video-facade__play:hover::after { transform: none; }
}
