@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("../fonts/inter-var-latin.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: Inter;
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("../fonts/inter-var-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/manrope-var-latin.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: Manrope;
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/manrope-var-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
    --ink: #12251e;
    --muted: #5e7068;
    --line: #dce6e0;
    --paper: #ffffff;
    --green: #12633f;
    --green-dark: #0b462c;
    --lime: #bfe36a;
    --shadow: 0 24px 70px rgba(21, 58, 41, .13);
    --site-header-height: 92px;
}
* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--site-header-height);
    overflow-x: clip;
}
body {
    margin: 0;
    min-height: 100vh;
    overflow-x: clip;
    color: var(--ink);
    background: #f7faf8;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img, video, iframe { max-width: 100%; }
.public-prose img { height: auto; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 250, 248, .92);
    border-bottom: 1px solid rgba(18, 99, 63, .1);
    backdrop-filter: blur(14px);
}
.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 72px;
    padding: 10px 0;
    width: 100%;
    max-width: none;
}
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 850;
    letter-spacing: -.02em;
    text-decoration: none;
}
.brand-logo {
    display: block;
    width: auto;
    max-width: min(220px, 46vw);
    max-height: 52px;
    object-fit: contain;
}
.brand-copy small {
    display: block;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.brand--has-logo .brand-copy {
    display: none;
}
.mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: var(--green);
    color: #fff;
    box-shadow: 0 8px 20px rgba(18, 99, 63, .24);
}
.site-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1 1 auto;
    margin-left: 28px;
    margin-right: 20px;
}
.site-nav a,
.site-nav button {
    padding: 8px 9px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #111;
    font: inherit;
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}
.site-nav a:hover,
.site-nav button:hover { background: rgba(18, 99, 63, .08); }
.site-nav a[aria-current="page"] { background: rgba(18, 99, 63, .1); }
.site-nav .nav-cta {
    background: var(--green);
    color: #fff;
    padding: 10px 16px;
}
.site-nav .nav-cta:hover { background: var(--green-dark); }
.site-nav .nav-cta[aria-current="page"] { background: var(--green-dark); }
.site-nav button:disabled { opacity: .7; cursor: wait; }
.site-floating-cta {
    position: fixed;
    left: 16px;
    bottom: 18px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    border-radius: 999px;
    padding: 10px 16px;
    background: var(--green);
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
    gap: 8px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(11, 70, 44, .24);
}
.site-floating-cta:hover {
    background: var(--green-dark);
}
.site-floating-cta-icon {
    font-size: 15px;
    line-height: 1;
}
.site-credentials-banner {
    padding: 28px 0 8px;
    background: #f7faf8;
    border-top: 1px solid rgba(18, 99, 63, .08);
}
.site-credentials-banner-inner {
    display: flex;
    justify-content: center;
}
.site-credentials-banner img {
    display: block;
    width: 100%;
    max-width: 1024px;
    height: auto;
    opacity: .92;
}
.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: var(--green);
    color: #fff;
    box-shadow: 0 8px 20px rgba(18, 99, 63, .24);
    cursor: pointer;
}
.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:focus-visible {
    background: var(--green-dark);
    color: #fff;
}
.nav-toggle-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 18px;
    height: 14px;
}
.nav-toggle-icon span {
    display: block;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    transition: transform .18s ease, opacity .18s ease;
}
.site-header.is-nav-open .nav-toggle-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.site-header.is-nav-open .nav-toggle-icon span:nth-child(2) { opacity: 0; }
.site-header.is-nav-open .nav-toggle-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.page-hero {
    --page-hero-height: 520px;
    --page-hero-overlay: rgba(0, 0, 0, 0.35);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    min-height: var(--page-hero-height);
    padding: 48px 0;
    color: #fff;
    background:
        var(--page-hero-image-desktop, none) center/cover no-repeat,
        radial-gradient(circle at 88% 12%, rgba(191, 227, 106, .28), transparent 32rem),
        linear-gradient(145deg, var(--green-dark) 0%, var(--green) 70%, #165c3b 100%);
}
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--page-hero-overlay);
    pointer-events: none;
}
.page-hero--photo-right {
    background:
        var(--page-hero-image-desktop, none) right center/cover no-repeat,
        linear-gradient(145deg, var(--green-dark) 0%, var(--green) 70%, #165c3b 100%);
}
.page-hero--warm-photo {
    background:
        var(--page-hero-image-desktop, none) right center/cover no-repeat,
        #4a2c22;
}
.page-hero.gallery-hero {
    background:
        var(--page-hero-image-desktop, none) right center/cover no-repeat,
        var(--green-dark);
}
.page-hero.gallery-hero::before {
    display: block;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.42) 34%,
        rgba(0, 0, 0, 0.16) 62%,
        transparent 100%
    );
}
.page-hero.quote-hero {
    background:
        linear-gradient(90deg, rgba(8, 18, 28, 0.96) 0%, rgba(8, 18, 28, 0.78) 38%, rgba(8, 18, 28, 0.35) 62%, rgba(8, 18, 28, 0.12) 100%),
        var(--page-hero-image-desktop, none) right center / auto 100% no-repeat,
        #0b1520;
}
.page-hero.quote-hero::before {
    background: rgba(0, 0, 0, 0.18);
}
.page-hero.blog-hero {
    background:
        var(--page-hero-image-desktop, none) right center/cover no-repeat,
        var(--green-dark);
}
.page-hero.blog-hero::before {
    display: none;
}
.page-hero,
.page-hero h1,
.page-hero p,
.page-hero a,
.page-hero button {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.page-hero .shell {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    color: var(--green-dark);
    background: rgba(191, 227, 106, .92);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .07em;
}
.page-hero h1 {
    display: block;
    max-width: 760px;
    margin: 16px 0 12px;
    font-family: "Manrope", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.055em;
    text-align: left;
}
.page-hero > .shell > p {
    display: block;
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
}
.home-hero h1,
.home-hero p {
    white-space: pre-line;
}
.home-hero.page-hero {
    --page-hero-height: auto;
    min-height: clamp(560px, calc(100dvh - var(--site-header-height)), 920px);
    align-items: flex-start;
    padding-block: clamp(48px, 8vh, 96px);
    background:
        var(--page-hero-image-desktop, none) center/cover no-repeat,
        linear-gradient(145deg, var(--green-dark) 0%, var(--green) 70%, #165c3b 100%);
}
.home-hero.page-hero::before {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.42) 34%,
        rgba(0, 0, 0, 0.16) 62%,
        transparent 100%
    );
}
.faq-hero.page-hero::before {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.42) 34%,
        rgba(0, 0, 0, 0.16) 62%,
        transparent 100%
    );
}
.about-hero.page-hero::before {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.42) 34%,
        rgba(0, 0, 0, 0.16) 62%,
        transparent 100%
    );
}
.home-hero.page-hero > .shell {
    padding: 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.hero-cta,
.hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}
.hero-cta { background: var(--lime); color: var(--green-dark); }
.hero-secondary { border: 1px solid rgba(255,255,255,.4); color: #fff; }
button.hero-secondary {
    background: transparent;
    cursor: pointer;
    font: inherit;
}
button.hero-secondary:disabled { opacity: .7; cursor: wait; }
.page-band { padding: 56px 0 80px; }
.page-band.is-wash { background: #edf4f0; }
.page-band h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: -.04em;
}
.band-lead {
    max-width: 640px;
    margin: 0 0 32px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
}
.benefit-grid,
.how-grid,
.path-grid {
    display: grid;
    gap: 16px;
}
.benefit-grid,
.path-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.path-grid.path-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.how-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.benefit-card,
.how-card,
.path-card {
    background: var(--paper);
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(21, 58, 41, .06);
    text-decoration: none;
}
.path-card:hover { border-color: rgba(18, 99, 63, .28); }
.how-card .step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}
.benefit-card h3,
.how-card h3,
.path-card h3 { margin: 14px 0 8px; font-size: 18px; letter-spacing: -.03em; }
.path-card h3 { margin-top: 0; }
.benefit-card p,
.how-card p,
.path-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.img-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 180px;
    padding: 20px;
    border: 2px dashed rgba(18, 99, 63, .28);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(18, 99, 63, .06), rgba(191, 227, 106, .12)),
        #eef5f0;
    color: var(--green-dark);
    text-align: center;
}
.img-placeholder span {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -.02em;
}
.img-placeholder small {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.4;
}
.img-placeholder--wide { min-height: 200px; }
.img-placeholder--tall { min-height: 320px; }
.media-placeholder figcaption,
.suitability-visual figcaption {
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}
.review-strip {
    padding: 80px 0;
    background: #f8f9fa;
    scroll-margin-top: 96px;
}
.review-strip--legacy .shell {
    max-width: 1140px;
}
.review-strip-head {
    margin-bottom: 50px;
    text-align: center;
}
.review-strip-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.review-strip-google-icon {
    display: inline-flex;
    flex-shrink: 0;
}
.review-strip-google-icon--small svg {
    display: block;
}
.review-strip-title {
    margin: 0 0 15px;
    color: #111;
    font-size: clamp(1.75rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.review-strip-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.review-strip-rating strong {
    color: #111;
    font-size: 24px;
    line-height: 1;
}
.review-strip-stars {
    color: #ffc107;
    font-size: 20px;
    letter-spacing: 0.04em;
}
.review-strip-count {
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
.review-strip-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 24px;
}
.review-card {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.review-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}
.review-card-name {
    margin: 0;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.review-card-stars {
    flex-shrink: 0;
    color: #ffc107;
    font-size: 12px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.review-card-quote {
    margin: 0 0 15px;
    flex: 1 1 auto;
}
.review-card-quote p {
    margin: 0;
    color: #555;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
}
.review-card-quote p::before {
    content: open-quote;
}
.review-card-quote p::after {
    content: close-quote;
}
.review-card-source {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #4285f4;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.review-strip-more {
    margin: 20px 0 0;
    text-align: center;
}
.review-strip-more a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #ff6600;
    padding-bottom: 3px;
}
.review-strip-more a:hover {
    color: #ff6600;
}
@media (max-width: 640px) {
    .review-strip {
        padding: 48px 0;
    }
    .review-strip-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .review-card-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.case-study {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 32px;
    align-items: start;
}
.case-study-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 20px;
}
.case-study-stats div {
    padding: 14px;
    border-radius: 16px;
    background: #edf4f0;
}
.case-study-stats dt {
    margin: 0 0 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.case-study-stats dd {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.03em;
}
.case-study-quote {
    margin: 0 0 24px;
    padding: 16px 18px;
    border-left: 4px solid var(--green);
    border-radius: 0 14px 14px 0;
    background: #edf4f0;
}
.case-study-quote p {
    margin: 0;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.6;
}
.case-study-media {
    display: grid;
    gap: 14px;
}
.case-study-media img,
.suitability-visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
}
.case-study-media figcaption,
.suitability-visual figcaption {
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}
.ba-compare {
    margin: 0;
    --ba-pos: 68%;
}
.ba-compare-frame {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 4 / 5;
    min-height: 520px;
    background: #1a3328;
    container-type: inline-size;
    user-select: none;
    touch-action: none;
    box-shadow: 0 10px 30px rgba(21, 58, 41, .06);
}
.ba-compare-frame.is-dragging { cursor: ew-resize; }
.ba-compare-frame img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
    pointer-events: none;
}
.ba-compare-before-clip {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--ba-pos);
    overflow: hidden;
}
.ba-compare-before-clip img {
    width: var(--ba-frame-w, 100cqi);
    max-width: none;
    height: 100%;
}
.ba-compare-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--ba-pos);
    z-index: 2;
    width: 3px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(15, 46, 32, .18);
    transform: translateX(-50%);
    pointer-events: none;
}
.ba-compare-knob {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(15, 46, 32, .28);
    transform: translate(-50%, -50%);
}
.ba-compare-tag {
    position: absolute;
    bottom: 12px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(15, 46, 32, .78);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    pointer-events: none;
}
.ba-compare-tag--before { left: 12px; }
.ba-compare-tag--after { right: 12px; }
.ba-compare-range {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
    appearance: none;
    background: transparent;
    pointer-events: none;
}
.thermal-wrap {
    background: #212529;
    padding: 56px 0 64px;
    color: #fff;
}
.benefits {
    padding: 80px 0 120px;
    background:
        linear-gradient(90deg, rgb(33, 37, 41), rgba(248, 194, 26, 0.62)),
        var(--benefits-bg, none) center/cover no-repeat;
    background-attachment: fixed;
    color: #fff;
}
.benefits-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 clamp(20px, 4vw, 56px);
    box-sizing: border-box;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}
.benefits-copy {
    max-width: 720px;
    margin: 0 auto;
}
.benefits-first-image,
.benefits-last-image {
    margin: 0;
    text-align: center;
}
.benefits .img-home,
.benefits .img-home-last {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
}
.benefits .img-home {
    border-radius: 120px 20px 120px 20px;
}
.benefits .img-home-last {
    border-radius: 20px 120px 20px 120px;
}
.benefits .benefit_title {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(18px, 2.6vw, 24px);
    font-weight: 800;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}
.benefits .list-container ul {
    margin: 0;
    padding: 0 0 0 1em;
    list-style-position: inside;
    text-indent: -1em;
}
.benefits .list-container li {
    margin: 0 0 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.55;
}
.benefits .list-container li:last-child {
    margin-bottom: 0;
}
.thermal-wrap-inner {
    width: min(1120px, calc(100% - 32px));
}
.thermal-wrap .benefit_title {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 800;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}
.thermal-wrap-lead {
    max-width: 820px;
    margin: 0 auto 32px;
    color: #fff;
    font-size: 18px;
    line-height: 1.65;
    text-align: center;
}
.thermal-wrap-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.thermal-image {
    overflow: hidden;
    min-height: 420px;
    border-radius: 12px;
    background: #2a2f33;
    text-align: center;
}
.thermal-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}
.thermal-image3 {
    background: #e6e6e6;
}
.thermal-image3 img {
    object-fit: contain;
    object-position: center;
    padding: 16px;
    background: #e6e6e6;
}
.suitability-block {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 32px;
    align-items: center;
}
.suitability-list {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
.suitability-list li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 28px;
    color: var(--ink);
    line-height: 1.55;
}
.suitability-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.2 11.1 3.6 8.5l1-1 1.6 1.6 3.8-3.8 1 1z'/%3E%3C/svg%3E") center/12px no-repeat;
}
.suitability-note {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 14px;
}
.cta-band {
    padding: 36px 0;
    margin-top: 24px;
    color: #fff;
    background: linear-gradient(135deg, var(--green-dark), var(--green));
}
.cta-band-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px 24px;
}
.cta-band h2 {
    margin: 0 0 8px;
    max-width: 560px;
    font-size: clamp(24px, 3.5vw, 34px);
    letter-spacing: -.04em;
}
.cta-band p {
    margin: 0;
    max-width: 560px;
    color: rgba(255,255,255,.86);
    line-height: 1.55;
}
.home-faq {
    display: grid;
    gap: 10px;
    max-width: 820px;
}
.home-faq-item {
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 16px;
    background: var(--paper);
    overflow: hidden;
}
.home-faq-item summary {
    padding: 16px 18px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}
.home-faq-item summary::-webkit-details-marker { display: none; }
.home-faq-item summary::after {
    content: "+";
    float: right;
    color: var(--green);
    font-size: 18px;
    font-weight: 800;
}
.home-faq-item[open] summary::after { content: "−"; }
.home-faq-item p {
    margin: 0;
    padding: 0 18px 16px;
    color: var(--muted);
    line-height: 1.6;
}
.gallery-grid {
    column-count: 3;
    column-gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery-grid > li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin: 0 0 14px;
}
.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(18, 99, 63, .12);
    background: #edf2ef;
    box-shadow: 0 10px 30px rgba(21, 58, 41, .06);
}
.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: transform .2s ease;
}
.gallery-item:hover img,
.gallery-item:focus-visible img { transform: scale(1.03); }
.gallery-item-label {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(15, 46, 32, .78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    pointer-events: none;
}
.gallery-lightbox[hidden] { display: none !important; }
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 220;
}
.gallery-lightbox-scrim {
    position: absolute;
    inset: 0;
    background: rgba(8, 20, 14, .88);
}
.gallery-lightbox-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: 100%;
    padding: 72px 64px 56px;
    box-sizing: border-box;
    pointer-events: none;
}
.gallery-lightbox-dialog > * {
    pointer-events: auto;
}
.gallery-lightbox-stage {
    margin: 0;
    max-width: min(1100px, 100%);
    text-align: center;
}
.gallery-lightbox-stage img {
    display: block;
    max-width: min(92vw, 1100px);
    max-height: min(72vh, 820px);
    margin: 0 auto;
    border-radius: 14px;
    background: #0f2e20;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .4);
    object-fit: contain;
}
.gallery-lightbox-stage figcaption {
    margin-top: 14px;
    color: #e8f3ec;
    font-size: 15px;
    line-height: 1.45;
}
.gallery-lightbox-counter {
    position: absolute;
    left: 50%;
    bottom: 18px;
    margin: 0;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
}
.gallery-lightbox-close,
.gallery-lightbox-nav {
    position: absolute;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}
.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover,
.gallery-lightbox-close:focus-visible,
.gallery-lightbox-nav:focus-visible {
    background: rgba(255, 255, 255, .28);
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.gallery-lightbox-close {
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    font-size: 28px;
    line-height: 1;
    z-index: 2;
}
.gallery-lightbox-nav {
    top: 50%;
    width: 48px;
    height: 48px;
    font-size: 36px;
    line-height: 1;
    transform: translateY(-50%);
}
.gallery-lightbox-prev { left: 12px; }
.gallery-lightbox-next { right: 12px; }
body.gallery-lightbox-open { overflow: hidden; }
.public-prose { max-width: 760px; }
.about-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 32px;
    align-items: stretch;
}
.about-intro-visual {
    margin: 0;
    display: flex;
    min-height: 100%;
}
.about-intro-visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.about-intro-visual figcaption,
.about-contact-meta {
    margin-top: 10px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}
.about-stats {
    margin-top: 24px;
}
.about-intro-copy .band-lead + .band-lead {
    margin-top: -12px;
}
.about-mission {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 28px;
    align-items: start;
}
.about-mission-owner {
    margin: 18px 0 0;
    color: var(--ink);
    font-size: 15px;
}
.about-review footer {
    margin-top: 12px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}
.about-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: #edf4f0;
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 800;
}
.about-steps {
    margin-top: 8px;
}
.about-steps.how-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-contact {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 18px;
    background: #edf4f0;
}
.about-contact p {
    margin: 0 0 8px;
    color: var(--ink);
    line-height: 1.55;
}
.about-contact p:last-child {
    margin-bottom: 0;
}
.about-contact a {
    color: var(--green-dark);
}
.about-cert-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
.about-cert-card {
    padding: 20px 22px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(18, 99, 63, .1);
    box-shadow: 0 10px 30px rgba(21, 58, 41, .04);
}
.about-cert-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    letter-spacing: -.02em;
}
.about-cert-value {
    margin: 0 0 10px;
    color: var(--green-dark);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.03em;
}
.about-cert-card > p:not(.about-cert-value) {
    margin: 0 0 10px;
    color: var(--muted);
    line-height: 1.55;
}
.about-cert-links {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}
.about-cert-links li + li {
    margin-top: 8px;
}
.about-cert-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}
.about-cert-links a:hover {
    text-decoration: underline;
}
.about-cert-docs h3 {
    margin: 0 0 8px;
    font-size: 22px;
}
.about-cert-docs-lead,
.about-cert-docs-more {
    color: var(--muted);
    line-height: 1.55;
}
.about-cert-docs-lead {
    margin: 0 0 18px;
}
.about-cert-docs-more {
    margin: 18px 0 0;
}
.about-cert-docs-more a {
    color: var(--green-dark);
    font-weight: 700;
}
.public-prose h2 {
    margin: 32px 0 10px;
    font-size: clamp(22px, 3vw, 28px);
    letter-spacing: -.03em;
}
.public-prose p {
    margin: 0 0 14px;
    color: #4b5563;
    line-height: 1.65;
}
.public-quote {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 4px solid var(--green);
    border-radius: 0 18px 18px 0;
    background: #edf4f0;
}
.public-quote p {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.6;
}
.public-quote footer {
    color: var(--muted);
    font-size: 14px;
}
.faq-section + .faq-section { margin-top: 36px; }
.faq-section h2 {
    margin: 0 0 12px;
    font-size: clamp(22px, 3vw, 28px);
}
.faq-documents-lead {
    margin: 0 0 28px;
    max-width: 62ch;
    color: var(--muted);
    line-height: 1.65;
}
.faq-doc-group + .faq-doc-group {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(18, 99, 63, .1);
}
.faq-doc-group h3 {
    margin: 0 0 8px;
    font-size: 20px;
}
.faq-doc-group-lead {
    margin: 0 0 16px;
    max-width: 62ch;
    color: var(--muted);
    line-height: 1.6;
}
.faq-doc-pdf-grid {
    margin-top: 4px;
}
.faq-doc-link-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.faq-doc-link-list li {
    padding: 14px 16px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 14px;
    background: #fff;
}
.faq-doc-link-list a {
    font-weight: 700;
    color: var(--green-dark);
}
.faq-doc-link-list span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}
.faq-documents-more {
    margin: 28px 0 0;
    color: var(--muted);
    line-height: 1.6;
}
.faq-documents-more a {
    color: var(--green-dark);
    font-weight: 700;
}
.process-steps {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}
.process-page .process-intro {
    margin-bottom: 36px;
    padding: 22px 24px;
    border-radius: 18px;
    background: #edf4f0;
}
.process-page .process-intro blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1.05rem;
    line-height: 1.65;
}
.process-steps-section {
    margin-bottom: 44px;
}
.process-step-list {
    display: grid;
    gap: 16px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.process-step-item {
    padding: 18px 20px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 16px;
    background: #fff;
}
.process-step-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 10px;
}
.process-step-head .step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}
.process-step-head h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}
.process-feature-copy,
.process-panel-copy,
.process-step-body,
.process-page .band-lead {
    overflow-wrap: anywhere;
}
.process-feature-copy,
.process-feature-media,
.process-panel-inner,
.process-panel-copy,
.process-gallery {
    min-width: 0;
}
.process-step-body {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}
.process-step-body p:last-child { margin-bottom: 0; }
.process-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 28px;
    align-items: center;
    margin: 36px 0;
    padding: 24px 0;
    border-top: 1px solid rgba(18, 99, 63, .08);
}
.process-feature.is-reverse .process-feature-copy { order: 2; }
.process-feature.is-reverse .process-feature-media { order: 1; }
.process-feature-copy h2 {
    margin: 0 0 12px;
    font-size: clamp(22px, 3vw, 28px);
}
.process-feature-media {
    margin: 0;
}
.process-feature-media img {
    display: block;
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(16, 44, 30, .12);
}
.process-sills {
    margin: 36px 0;
    padding: 24px;
    border-radius: 18px;
    background: #123524;
    color: #ecf3ee;
}
.process-panel {
    margin: 36px 0;
    padding: 28px 24px;
    border-radius: 18px;
    background: #123524;
    color: #ecf3ee;
}
.process-panel h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(22px, 3vw, 28px);
}
.process-panel-copy {
    color: #ecf3ee;
    max-width: 820px;
}
.process-panel-copy p:last-child { margin-bottom: 0; }
.process-panel--paint {
    background: linear-gradient(180deg, #1a4a33 0%, #123524 100%);
}
.process-panel--detailing .process-panel-inner,
.process-panel--sills .process-panel-inner {
    display: grid;
    gap: 24px;
}
@media (min-width: 900px) {
    .process-panel--detailing .process-panel-inner,
    .process-panel--sills .process-panel-inner {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    .process-panel--sill-colors .process-panel-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 24px;
        align-items: start;
    }
    .process-panel--sill-colors h2 { grid-column: 1 / -1; }
}
.process-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}
.process-gallery--swatches {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
}
.process-gallery--few {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.process-gallery img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: #fff;
}
.process-panel--thermal .process-gallery--few img {
    min-height: 220px;
    object-fit: cover;
}
.process-sills-inner h3,
.process-sills-inner h2 {
    color: #fff;
}
.process-sills-inner img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 16px auto;
    border-radius: 12px;
}
.process-video {
    margin: 40px 0 12px;
}
.process-video h2 {
    margin: 0 0 16px;
    font-size: clamp(22px, 3vw, 28px);
}
.process-video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 16px;
    overflow: hidden;
    background: #0f2419;
}
.process-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.public-guide-body ul.suitability-list { margin-bottom: 18px; }
.public-guide-note {
    padding: 14px 16px;
    border-radius: 14px;
    background: #edf4f0;
    color: var(--muted);
    font-size: 14px;
}
.page-band .hero-secondary {
    border-color: rgba(18, 99, 63, .22);
    color: var(--green-dark);
    background: #fff;
}
.public-doc-sections {
    display: grid;
    gap: 40px;
}
.public-doc-section-head h2 {
    margin: 0 0 10px;
    font-size: clamp(24px, 3.5vw, 32px);
    letter-spacing: -.04em;
}
.public-doc-section-head p {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}
.public-doc-block {
    margin-top: 22px;
}
.public-doc-block h3 {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
}
.public-doc-block-lead {
    max-width: 720px;
    margin: 0 0 16px;
    color: var(--muted);
    line-height: 1.55;
    font-size: 14px;
}
.public-doc-delivery {
    margin: 8px 0 0;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}
.public-doc-card-grid,
.public-doc-record-grid,
.public-doc-pdf-grid {
    display: grid;
    gap: 14px;
}
.public-doc-card-grid,
.public-doc-record-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.public-doc-record {
    padding: 16px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: 0 10px 30px rgba(21, 58, 41, .06);
}
.public-doc-record p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}
.public-doc-pdf-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.public-doc-pdf-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: 0 10px 30px rgba(21, 58, 41, .06);
    text-decoration: none;
    color: inherit;
    overflow: visible;
}
.public-doc-pdf-copy {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
}
.public-doc-meta-line {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}
.public-doc-status {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
}
.public-doc-status-ok {
    background: rgba(18, 99, 63, .12);
    color: var(--green-dark);
}
.public-doc-status-missing {
    background: rgba(180, 83, 9, .14);
    color: #9a3412;
}
.public-doc-pill {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #edf4f0;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
    overflow: visible;
}
.public-doc-pill-soft {
    background: #f0f9ff;
    color: #075985;
}
.public-doc-card-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
}
.public-doc-card-top .public-doc-pill {
    flex: 0 0 auto;
    align-self: flex-start;
}
.public-doc-card-top strong,
.public-doc-pdf-copy strong {
    display: block;
    flex: 1 1 100%;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -.02em;
}
.public-doc-pdf-card:hover {
    border-color: rgba(18, 99, 63, .28);
}
.public-doc-thumb {
    position: relative;
    display: block;
    width: 72px;
    min-width: 72px;
    overflow: hidden;
    border-radius: 10px;
    background: #edf4f0;
    text-decoration: none;
}
.public-doc-thumb img {
    display: block;
    width: 72px;
    height: 96px;
    object-fit: cover;
    object-position: top;
}
.public-doc-thumb span {
    position: absolute;
    right: 6px;
    bottom: 6px;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(11, 70, 44, .88);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
}
.public-doc-card-body {
    flex: 1;
    min-width: 0;
}
.public-doc-card-body p,
.public-doc-record p,
.public-doc-pdf-copy small {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}
.public-doc-link {
    display: inline-block;
    margin-top: 10px;
    color: var(--green);
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.public-doc-seai-library {
    margin-top: 48px;
    padding-top: 36px;
    border-top: 1px solid rgba(18, 99, 63, .12);
}
.public-doc-missing-banner {
    margin: 0 0 24px;
    padding: 16px 18px;
    border: 1px solid rgba(180, 83, 9, .28);
    border-radius: 16px;
    background: #fff7ed;
    color: #9a3412;
}
.public-doc-missing-banner p {
    margin: 6px 0 0;
    color: #c2410c;
    line-height: 1.5;
}
.public-doc-pill-ok {
    background: rgba(18, 99, 63, .12);
    color: var(--green-dark);
}
.public-doc-pill-missing {
    background: rgba(180, 83, 9, .14);
    color: #9a3412;
}
.public-doc-pdf-card-missing {
    border-color: rgba(180, 83, 9, .22);
    background: #fffdf9;
}
.public-doc-seai-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.public-doc-seai-grid .public-doc-pdf-copy small {
    display: block;
    margin-top: 8px;
}
.public-doc-callout {
    margin-top: 48px;
    padding: 24px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 22px;
    background: #edf4f0;
}
.public-doc-callout h2 {
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: -.03em;
}
.public-doc-callout p {
    max-width: 720px;
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.6;
}
.public-doc-callout a {
    color: var(--green-dark);
    font-weight: 700;
}
.grant-page {
    background: linear-gradient(180deg, #f7faf8 0%, #fff 220px);
}
.grant-legacy-intro {
    max-width: 820px;
    margin: 0 auto 20px;
    text-align: center;
}
.grant-legacy-kicker {
    margin: 0 0 10px;
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.grant-legacy-portal-hint {
    margin: 0;
    color: #334155;
    font-size: 15px;
    line-height: 1.55;
}
.grant-legacy-box {
    max-width: 920px;
    margin: 0 auto;
    padding: 28px 24px;
    border-radius: 16px;
    background: rgba(204, 204, 204, 0.38);
    border: 1px solid rgba(18, 99, 63, 0.12);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
.grant-legacy-box > p:first-child {
    margin-top: 0;
    text-align: center;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.grant-legacy-box figure {
    margin: 18px 0;
}
.grant-legacy-box img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
}
.grant-legacy-box ul,
.grant-legacy-box ol {
    padding-left: 1.2rem;
}
.grant-legacy-box li {
    margin-bottom: 8px;
}
.grant-legacy-actions {
    max-width: 920px;
    margin: 28px auto 0;
    padding-top: 8px;
}
.grant-legacy-trust {
    margin: 0 0 16px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
}
.grant-legacy-actions .hero-actions {
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 640px) {
    .grant-legacy-box {
        padding: 20px 16px;
    }
}
.blog-page {
    background: #fff;
}
.blog-list {
    display: grid;
    gap: 18px;
}
.blog-card {
    display: grid;
    gap: 18px;
    padding: 22px 24px;
    border: 1px solid rgba(18, 99, 63, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbf9 0%, #fff 100%);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.blog-card--has-image {
    grid-template-columns: minmax(140px, 240px) minmax(0, 1fr);
    align-items: start;
}
.blog-card-thumb {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 3 / 2;
    background: #e2e8f0;
}
.blog-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-card-copy {
    min-width: 0;
}
.blog-card-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(18, 99, 63, 0.12);
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.blog-card-title {
    margin: 0 0 10px;
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    line-height: 1.35;
}
.blog-card-title a {
    color: #0f172a;
    text-decoration: none;
}
.blog-card-title a:hover {
    color: var(--green-dark);
    text-decoration: underline;
}
.blog-card-excerpt {
    margin: 0 0 14px;
    color: #475569;
    line-height: 1.6;
}
.blog-card-readmore {
    color: var(--green-dark);
    font-weight: 700;
    text-decoration: none;
}
.blog-card-readmore:hover {
    text-decoration: underline;
}
.blog-pagination {
    margin-top: 28px;
    text-align: right;
}
.pagination {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-item .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(18, 99, 63, 0.18);
    border-radius: 10px;
    background: #fff;
    color: var(--green-dark);
    font-weight: 600;
    text-decoration: none;
}
.page-item.active .page-link,
.page-item .page-link:hover {
    background: var(--green-dark);
    border-color: var(--green-dark);
    color: #fff;
}
.page-item.disabled .page-link {
    opacity: 0.45;
    cursor: default;
}
@media (max-width: 720px) {
    .blog-card--has-image {
        grid-template-columns: 1fr;
    }
    .blog-card-thumb {
        max-width: 100%;
    }
    .blog-pagination {
        text-align: center;
    }
}
.blog-page-cta,
.blog-article-footer {
    margin-top: 32px;
    padding-top: 8px;
}
.page-hero--article h1 {
    font-size: clamp(30px, 5vw, 52px);
}
.blog-breadcrumb {
    margin-bottom: 24px;
}
.blog-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #64748b;
    font-size: 14px;
}
.blog-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: #94a3b8;
}
.blog-breadcrumb a {
    color: var(--green-dark);
    text-decoration: none;
}
.blog-breadcrumb a:hover {
    text-decoration: underline;
}
.blog-breadcrumb li[aria-current="page"] {
    color: #334155;
}
.blog-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 32px;
    align-items: start;
}
.blog-article-header {
    margin-bottom: 18px;
}
.blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 12px;
    color: #64748b;
    font-size: 14px;
}
.blog-article-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.blog-article-meta-item:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    margin-left: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}
.blog-article-featured {
    margin: 0 0 24px;
    overflow: hidden;
    border-radius: 16px;
    background: #e2e8f0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.blog-article-featured img {
    display: block;
    width: 100%;
    height: auto;
}
.blog-article-body {
    max-width: none;
}
.blog-article-body h3 {
    margin: 28px 0 10px;
    color: var(--ink);
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: 1.35;
}
.blog-article-body h4 {
    margin: 22px 0 8px;
    color: var(--ink);
    font-size: 18px;
}
.blog-article-body ul,
.blog-article-body ol {
    margin: 0 0 18px;
    padding-left: 1.25rem;
    color: var(--muted);
    line-height: 1.65;
}
.blog-article-body li + li {
    margin-top: 8px;
}
.blog-article-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 24px;
}
.blog-sidebar-card {
    padding: 20px 22px;
    border: 1px solid rgba(18, 99, 63, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.blog-sidebar-card--cta {
    background: linear-gradient(180deg, #edf4f0 0%, #fff 100%);
}
.blog-sidebar-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
}
.blog-sidebar-copy {
    margin: 0 0 16px;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}
.blog-sidebar-cta {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}
.blog-sidebar-links,
.blog-sidebar-related {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar-links li + li,
.blog-sidebar-related li + li {
    margin-top: 12px;
}
.blog-sidebar-links a {
    color: var(--green-dark);
    font-weight: 600;
    text-decoration: none;
}
.blog-sidebar-links a:hover {
    text-decoration: underline;
}
.blog-sidebar-related a {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    color: #0f172a;
    text-decoration: none;
}
.blog-sidebar-related a:hover span {
    color: var(--green-dark);
    text-decoration: underline;
}
.blog-sidebar-related img {
    display: block;
    width: 80px;
    height: 54px;
    object-fit: cover;
    border-radius: 8px;
}
.blog-sidebar-related span {
    font-size: 14px;
    line-height: 1.45;
}
.blog-related {
    margin-top: 40px;
    padding-top: 8px;
}
.blog-related-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.blog-related-head h2 {
    margin: 0;
    font-size: clamp(22px, 3vw, 28px);
}
.blog-related-all {
    color: var(--green-dark);
    font-weight: 700;
    text-decoration: none;
}
.blog-related-all:hover {
    text-decoration: underline;
}
.blog-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.blog-card--compact {
    padding: 16px;
}
.blog-card--compact .blog-card-title {
    font-size: 1rem;
}
.blog-card--compact .blog-card-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card--compact.blog-card--has-image {
    grid-template-columns: minmax(100px, 120px) minmax(0, 1fr);
}
.blog-card--compact .blog-card-thumb {
    aspect-ratio: 4 / 3;
}
.free-site-visit-page {
    background: #fff;
}
.free-site-visit-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 16px;
    margin-bottom: 22px;
}
.free-site-visit-intro-panel {
    padding: 20px 22px;
    border: 1px solid rgba(18, 99, 63, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbf9 0%, #fff 100%);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.free-site-visit-intro-panel--remote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, #edf4f0 0%, #fff 100%);
}
.free-site-visit-intro-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(18, 99, 63, 0.12);
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.free-site-visit-intro-title {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: clamp(1.05rem, 2.2vw, 1.25rem);
    font-weight: 800;
    line-height: 1.35;
}
.free-site-visit-intro-copy {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}
.free-site-visit-intro-alt-label {
    margin: 0 0 8px;
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
.free-site-visit-intro-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 14px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(18, 99, 63, 0.22);
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.free-site-visit-intro-link:hover {
    background: var(--green-dark);
    border-color: var(--green-dark);
    color: #fff;
}
@media (max-width: 760px) {
    .free-site-visit-intro {
        grid-template-columns: 1fr;
    }
}
.free-site-visit-booking {
    overflow: hidden;
    border: 1px solid rgba(18, 99, 63, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
.free-site-visit-booking iframe {
    display: block;
    width: 100%;
    min-height: 620px;
    height: 900px;
    border: 0;
}
.free-site-visit-booking-fallback {
    padding: 36px 28px;
    text-align: center;
}
.free-site-visit-booking-fallback h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 4vw, 32px);
}
.free-site-visit-booking-fallback p {
    max-width: 560px;
    margin: 0 auto 20px;
    color: #475569;
    line-height: 1.65;
}
.free-site-visit-booking-fallback .hero-actions {
    justify-content: center;
}
.free-site-visit-footer {
    margin-top: 32px;
}
.blog-page-trust {
    margin: 0 0 16px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}
.blog-empty {
    color: #64748b;
    text-align: center;
}
@media (max-width: 960px) {
    .blog-article-layout {
        grid-template-columns: 1fr;
    }
    .blog-article-sidebar {
        position: static;
    }
    .blog-related-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 720px) {
    .blog-card--compact.blog-card--has-image {
        grid-template-columns: 1fr;
    }
}
.blog-article-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px 0;
    border-radius: 8px;
}
.site-footer {
    padding: 36px 0 48px;
    color: rgba(255,255,255,.78);
    background: #111;
    font-size: 13px;
}
.site-footer--legacy {
    padding: 48px 0 0;
    background: #212529;
}
.site-footer-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 24px;
    padding-bottom: 36px;
}
.site-footer--no-areas .site-footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.site-footer-widget-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.site-footer-about-copy {
    margin: 0 0 12px;
    color: rgba(255,255,255,.72);
    line-height: 1.6;
}
.site-footer-detail-list,
.site-footer-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer-detail-list li,
.site-footer-link-list li {
    margin: 0 0 8px;
    color: rgba(255,255,255,.72);
    line-height: 1.5;
}
.site-footer-link-list a,
.site-footer-detail-list a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
}
.site-footer-link-list a:hover,
.site-footer-detail-list a:hover {
    color: #fff;
    text-decoration: underline;
}
.site-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 18px 0 28px;
    background: #1a1f24;
}
.site-footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 24px;
    align-items: flex-start;
}
.site-footer-bottom-copy p {
    margin: 0 0 6px;
    color: rgba(255,255,255,.68);
    line-height: 1.5;
}
.site-footer-bottom-contact {
    margin: 0;
    text-align: right;
    line-height: 1.5;
}
.site-footer-bottom-copy .attribution,
.site-footer-bottom-copy .attribution a {
    color: rgba(255,255,255,.68);
}
.site-footer-bottom-copy .attribution {
    margin-top: 8px;
}
.site-footer-bottom-copy .attribution a {
    text-decoration: none;
}
.site-footer-bottom-copy .attribution a:hover {
    color: #fff;
    text-decoration: underline;
}
.site-footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px 28px;
}
.site-footer strong { color: #fff; font-size: 15px; }
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer-legal,
.site-footer-address {
    margin: 6px 0 0;
    color: rgba(255,255,255,.68);
    line-height: 1.5;
    font-size: 13px;
}
.site-footer-meta {
    margin: 10px 0 0;
    color: rgba(255,255,255,.72);
    line-height: 1.55;
    font-size: 13px;
}
.site-footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 13px;
}
.site-footer-sep { color: rgba(255,255,255,.35); }
.site-footer-contact { text-align: right; }
.site-footer-contact-lines {
    margin: 0;
    line-height: 1.6;
    font-size: 13px;
}
.site-footer-copy {
    margin: 8px 0 0;
    color: rgba(255,255,255,.62);
    font-size: 13px;
}
.deposit-result-wrap { padding: 48px 0 80px; }
body.deposit-result-page {
    display: block;
    place-items: unset;
    padding: 0;
    background: #f7faf8;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
body.deposit-result-page .deposit-result-wrap {
    display: grid;
    place-items: center;
    min-height: 50vh;
}
@media (max-width: 980px) {
    .benefit-grid, .how-grid, .path-grid { grid-template-columns: 1fr 1fr; }
    .gallery-grid { column-count: 2; }
    .page-hero { padding: 40px 0; }
    .page-band { padding: 44px 0 64px; }
    .review-strip-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .case-study,
    .suitability-block { grid-template-columns: 1fr; }
    .about-intro,
    .about-mission { grid-template-columns: 1fr; }
    .about-cert-grid { grid-template-columns: 1fr; }
    .case-study-stats { grid-template-columns: 1fr; }
    .thermal-wrap-grid { grid-template-columns: 1fr; }
    .thermal-image,
    .thermal-image img { min-height: 280px; }
    .benefits-grid { grid-template-columns: 1fr; gap: 24px; }
    .benefits-first-image { padding-bottom: 10px; }
    .benefits-copy { max-width: none; }
    .benefits .img-home,
    .benefits .img-home-last { width: min(100%, 520px); }
    .process-feature {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 0;
    }
    .process-feature.is-reverse .process-feature-copy,
    .process-feature.is-reverse .process-feature-media { order: initial; }
    .process-gallery--few { grid-template-columns: 1fr; }
    .process-panel {
        padding: 22px 18px;
    }
    .process-panel--detailing .process-panel-inner,
    .process-panel--sills .process-panel-inner,
    .process-panel--sill-colors .process-panel-inner {
        grid-template-columns: 1fr;
    }
    .site-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .site-footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer-contact {
        text-align: left;
    }
}
@media (max-width: 800px) {
    .brand-logo { max-height: 44px; }
    .nav-toggle {
        display: inline-flex;
        background: var(--green);
        color: #fff;
    }
    .nav-toggle-icon span { background: #fff; }
    .site-header {
        background: #f7faf8;
        z-index: 80;
    }
    .site-header-inner { position: relative; }
    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 81;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        margin-left: 0;
        margin-right: 0;
        padding: 12px 0 16px;
        background: #f7faf8;
        border-bottom: 1px solid rgba(18, 99, 63, .12);
        box-shadow: 0 18px 40px rgba(11, 70, 44, .16);
        color: var(--green-dark);
    }
    .site-header.is-nav-open .site-nav { display: flex; }
    .site-nav {
        max-height: calc(100dvh - 72px);
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
    .site-nav a,
    .site-nav .nav-cta {
        display: flex;
        justify-content: flex-start;
        border-radius: 12px;
        padding: 12px 14px;
        background: #fff;
        color: var(--green-dark);
    }
    .site-nav a:hover,
    .site-nav a[aria-current="page"] { background: #e7f3ec; color: var(--green-dark); }
    .site-nav .nav-cta,
    .site-nav .nav-cta:hover,
    .site-nav .nav-cta[aria-current="page"] {
        justify-content: center;
        background: var(--green);
        color: #fff;
    }
}
@media (max-width: 560px) {
    .shell { width: calc(100% - 24px); }
    :root { --site-header-height: 84px; }
    .site-header-inner { min-height: 64px; }
    .page-hero {
        padding: 32px 0;
        background:
            var(--page-hero-image-mobile, var(--page-hero-image-desktop, none)) center/cover no-repeat,
            radial-gradient(circle at 88% 12%, rgba(191, 227, 106, .28), transparent 32rem),
            linear-gradient(145deg, var(--green-dark) 0%, var(--green) 70%, #165c3b 100%);
    }
    .page-hero--photo-right {
        background:
            var(--page-hero-image-mobile, var(--page-hero-image-desktop, none)) right center/cover no-repeat,
            linear-gradient(145deg, var(--green-dark) 0%, var(--green) 70%, #165c3b 100%);
    }
    .page-hero--warm-photo {
        background:
            var(--page-hero-image-mobile, var(--page-hero-image-desktop, none)) right center/cover no-repeat,
            #4a2c22;
    }
    .page-hero.gallery-hero {
        background:
            var(--page-hero-image-mobile, var(--page-hero-image-desktop, none)) center/cover no-repeat,
            var(--green-dark);
    }
    .page-hero.quote-hero {
        background:
            linear-gradient(180deg, rgba(8, 18, 28, 0.9) 0%, rgba(8, 18, 28, 0.55) 48%, rgba(8, 18, 28, 0.28) 100%),
            var(--page-hero-image-mobile, var(--page-hero-image-desktop, none)) right center / auto 100% no-repeat,
            #0b1520;
    }
    .page-hero.blog-hero {
        background:
            var(--page-hero-image-mobile, var(--page-hero-image-desktop, none)) center/cover no-repeat,
            var(--green-dark);
    }
    .home-hero.page-hero {
        --page-hero-height: calc(100dvh - var(--site-header-height));
        min-height: calc(100dvh - var(--site-header-height));
        padding-block: clamp(32px, 6vh, 72px);
        background:
            var(--page-hero-image-mobile, var(--page-hero-image-desktop, none)) center/cover no-repeat,
            linear-gradient(145deg, var(--green-dark) 0%, var(--green) 70%, #165c3b 100%);
    }
    .page-hero h1 { font-size: clamp(28px, 8vw, 34px); }
    .page-hero > .shell > p { font-size: 16px; }
    .page-hero--hide-mobile { display: none; }
    .page-band { padding: 32px 0 52px; }
    .benefit-grid, .how-grid, .path-grid { grid-template-columns: 1fr; }
    .gallery-grid { column-count: 1; }
    .gallery-lightbox-dialog { padding: 64px 12px 52px; }
    .gallery-lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 30px;
    }
    .gallery-lightbox-prev { left: 6px; }
    .gallery-lightbox-next { right: 6px; }
    .gallery-lightbox-stage img { max-height: min(62vh, 720px); }
    .process-page .process-intro {
        margin-bottom: 28px;
        padding: 16px;
    }
    .process-steps-section { margin-bottom: 32px; }
    .process-step-item { padding: 14px 16px; }
    .process-step-head h3 { font-size: 16px; }
    .process-step-body { font-size: 14px; }
    .process-panel {
        margin: 28px 0;
        padding: 18px 14px;
        border-radius: 14px;
    }
    .process-panel h2 {
        font-size: clamp(20px, 5.5vw, 24px);
    }
    .process-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .process-gallery--swatches {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .process-panel--thermal .process-gallery--few img {
        min-height: 180px;
    }
    .process-feature { margin: 28px 0; }
    .process-feature-media img { max-width: 100%; }
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-actions .hero-cta,
    .hero-actions .hero-secondary {
        width: 100%;
        min-height: 48px;
        padding-inline: 18px;
        text-align: center;
    }
    .cta-band-inner { flex-direction: column; align-items: flex-start; }
    .site-footer-contact { text-align: left; }
    .site-footer-columns {
        grid-template-columns: 1fr;
    }
    .site-footer-bottom-inner {
        flex-direction: column;
    }
    .site-footer-bottom-contact {
        text-align: left;
    }
    .site-footer-nav {
        gap: 6px 10px;
    }
}

/* ─── Shared trust strip (under heroes) ─── */
.site-trust-strip,
.roadmap-trust-strip {
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid rgba(18, 99, 63, .1);
}
.site-trust-strip-inner,
.roadmap-trust-strip-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px;
    text-align: center;
}
.site-trust-item,
.roadmap-trust-item {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}
.site-trust-item strong,
.roadmap-trust-item strong { color: var(--green-dark); }
.site-trust-sep,
.roadmap-trust-sep { color: rgba(18, 99, 63, .25); }

/* ─── Roadmap page ─── */
body.roadmap-page { scroll-padding-top: calc(var(--site-header-height) + 72px); }
html:has(body.roadmap-page) {
    scroll-padding-top: calc(var(--site-header-height) + 72px);
}
.roadmap-page .pdf-shell,
.roadmap-page .document-frame { width: 100%; margin: 0; background: #f7faf8; }
.roadmap-main { padding-bottom: 80px; }
.roadmap-guide {
    padding: 28px 0 0;
    background: #edf4f0;
    border-bottom: 1px solid rgba(18, 99, 63, .08);
}
.roadmap-guide-head {
    margin-bottom: 18px;
}
.roadmap-guide-head h2 {
    margin: 0;
    font-size: clamp(22px, 3vw, 30px);
    letter-spacing: -.04em;
}
.roadmap-milestones {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.roadmap-milestone {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 100%;
    padding: 16px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 18px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(21, 58, 41, .05);
    transition: border-color .15s ease, transform .15s ease;
}
.roadmap-milestone:hover {
    border-color: rgba(18, 99, 63, .28);
    transform: translateY(-1px);
}
.roadmap-milestone-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}
.roadmap-milestone-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}
.roadmap-milestone-copy strong {
    font-size: 15px;
    letter-spacing: -.02em;
}
.roadmap-milestone-copy span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}
.roadmap-tabbar {
    position: sticky;
    top: var(--site-header-height);
    z-index: 40;
    scroll-margin-top: var(--site-header-height);
    background: rgba(247, 250, 248, .96);
    border-top: 1px solid rgba(18, 99, 63, .1);
    border-bottom: 1px solid rgba(18, 99, 63, .1);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(21, 58, 41, .08);
}
.roadmap-tabbar > .shell {
    width: min(1120px, calc(100% - 32px));
    max-width: 1120px;
    padding: 12px 0 14px;
}
.roadmap-step-select-wrap {
    display: none;
    padding: 0;
}
.roadmap-step-label {
    display: block;
    margin: 0 0 6px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.roadmap-step-select {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(18, 99, 63, .16);
    border-radius: 12px;
    background: #fff;
    color: var(--green-dark);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.roadmap-step-select:focus-visible {
    outline: 2px solid var(--lime);
    outline-offset: 2px;
}
.section-nav {
    padding: 0;
    overflow: hidden;
}
.flow-steps {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    margin: 0;
    padding: 0 0 2px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    list-style: none;
}
.flow-steps::-webkit-scrollbar {
    display: none;
}
.flow-steps li {
    display: flex;
    flex: 0 0 auto;
    min-width: 148px;
    max-width: 190px;
}
.flow-steps a {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 52px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(18, 99, 63, .14);
    background: #fff;
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.02em;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.flow-steps a:hover {
    border-color: rgba(18, 99, 63, .28);
    background: #f3fbf5;
}
.flow-steps a:focus-visible {
    outline: 2px solid var(--lime);
    outline-offset: 2px;
}
.flow-steps a.active {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
    box-shadow: 0 8px 20px rgba(18, 99, 63, .18);
}
.flow-steps a.is-done {
    border-color: rgba(18, 99, 63, .22);
    background: #e7f3ec;
    color: var(--green-dark);
}
.flow-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #edf4f0;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 900;
}
.flow-steps a.active .flow-num {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}
.flow-steps a.is-done .flow-num {
    background: var(--green);
    color: #fff;
}
.flow-label { min-width: 0; }
.flow-pager {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}
.flow-pager-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #edf4f0;
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}
.flow-pager-link.is-next {
    background: var(--green);
    color: #fff;
    margin-left: auto;
}
.roadmap-page .section-anchor { scroll-margin-top: calc(var(--site-header-height) + 72px); }
.roadmap-page .section-anchor[hidden],
.roadmap-page .guide-panel[hidden] { display: none !important; }
.roadmap-page .section-anchor + .section-anchor { margin-top: 4rem; }
.roadmap-section-head { margin-bottom: 28px; }
.roadmap-section-head h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3.5vw, 36px);
    letter-spacing: -.04em;
}
.roadmap-section-head .band-lead { margin: 0; max-width: 42rem; }
.section-divider {
    height: 4px;
    width: 64px;
    margin-bottom: 1.25rem;
    background: linear-gradient(90deg, var(--green), var(--lime), transparent);
    border-radius: 2px;
}
.roadmap-grid { display: grid; gap: 16px; }
.roadmap-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.roadmap-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.roadmap-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.roadmap-stack { display: grid; gap: 16px; }
.roadmap-stack--sm { gap: 12px; }
.roadmap-stack--lg { gap: 24px; }
.roadmap-card {
    background: var(--paper);
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(21, 58, 41, .06);
}
.roadmap-card--flat { box-shadow: none; }
.roadmap-card h3,
.roadmap-card h4 { margin: 0 0 8px; letter-spacing: -.03em; }
.roadmap-card p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }
.roadmap-card-title {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.roadmap-scenario-card { padding: 24px; border-radius: 22px; border: 1px solid; }
.roadmap-scenario-card--ok { border-color: #c6e6d0; background: #f3fbf5; }
.roadmap-scenario-card--warn { border-color: #fde68a; background: #fffbeb; }
.roadmap-scenario-card--info { border-color: #c6e6d0; background: #f3f7f4; }
.roadmap-scenario-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.roadmap-scenario-head h3 { margin: 0; font-size: 18px; color: var(--ink); }
.roadmap-scenario-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.roadmap-scenario-label--ok { color: var(--green); }
.roadmap-scenario-label--warn { color: #9b5b00; }
.roadmap-scenario-label--info { color: var(--green); }
.roadmap-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    color: #fff;
    flex-shrink: 0;
}
.roadmap-icon-wrap--ok { background: var(--green); }
.roadmap-icon-wrap--warn { background: #d97706; }
.roadmap-icon-wrap--info { background: var(--green); }
.roadmap-icon-wrap--muted { background: #edf4f0; color: var(--ink); }
.roadmap-icon { width: 16px; height: 16px; }
.roadmap-fact-tile {
    padding: 12px 14px;
    border: 1px solid #fde68a;
    border-radius: 14px;
    background: rgba(255, 251, 235, .85);
    color: var(--ink);
    font-size: 14px;
    line-height: 1.55;
}
.roadmap-note-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 22px;
    background: #fff;
}
.roadmap-note-row strong { color: var(--ink); }
.roadmap-owner-legend { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.roadmap-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.roadmap-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .6);
}
.badge-homeowner { background: var(--green); color: #fff; }
.badge-contractor { background: var(--lime); color: var(--green-dark); }
.badge-shared { background: #3d5248; color: #fff; }
.badge-ber { background: #9b5b00; color: #fff; }
.roadmap-timeline { position: relative; }
.roadmap-timeline-line {
    position: absolute;
    left: 25px;
    top: 3.5rem;
    bottom: 2rem;
    width: 2px;
    background: linear-gradient(180deg, #c6e6d0, var(--line), transparent);
}
.roadmap-timeline-item { position: relative; }
.roadmap-timeline-item + .roadmap-timeline-item { margin-top: 16px; }
.roadmap-phase-dot {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    box-shadow: 0 8px 24px rgba(18, 99, 63, .24);
}
.roadmap-phase-dot--highlight { background: var(--green-dark); }
.roadmap-phase-dot svg { width: 100%; height: 100%; }
.roadmap-timeline-card {
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 22px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(21, 58, 41, .05);
}
.roadmap-timeline-card--highlight {
    border-color: rgba(18, 99, 63, .22);
    background: #f3f7f4;
}
.roadmap-timeline-mobile-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.roadmap-phase-dot--sm {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    flex-shrink: 0;
}
.roadmap-phase-dot--sm svg { width: 100%; height: 100%; }
.roadmap-timeline-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.roadmap-timeline-title-row h3 {
    margin: 0;
    font-size: clamp(18px, 2.5vw, 22px);
    letter-spacing: -.03em;
}
.roadmap-badge--desktop { display: none; }
.roadmap-point-grid { display: grid; gap: 12px; margin-top: 18px; }
.roadmap-point-tile {
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 14px;
    background: #edf4f0;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}
.roadmap-callout {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.6;
}
.roadmap-callout + .roadmap-callout { margin-top: 10px; }
.roadmap-callout--info { border-color: #c6e6d0; background: #f3f7f4; }
.roadmap-callout--warn { border-color: #fde68a; background: #fffbeb; }
.roadmap-callout--danger { border-color: #fecaca; background: #fef2f2; }
.roadmap-callout--danger strong { color: #991b1b; }
.roadmap-subsection { margin-top: 40px; scroll-margin-top: calc(var(--site-header-height) + 72px); }
.roadmap-subsection-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}
.roadmap-subsection-head h3 {
    margin: 0;
    font-size: clamp(22px, 3vw, 28px);
    letter-spacing: -.04em;
}
.roadmap-pill {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 12px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    background: #fffbeb;
    color: #9b5b00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.roadmap-utility-card { border-color: rgba(18, 99, 63, .18); }
.roadmap-utility-card--blue { border-color: #c6e6d0; }
.roadmap-utility-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
.roadmap-utility-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 8px;
    border-radius: 10px;
    background: var(--green);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}
.roadmap-utility-tag--blue { background: var(--green-dark); }
.roadmap-utility-eyebrow {
    margin: 0;
    color: var(--green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.roadmap-step-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.roadmap-step-list-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}
.roadmap-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #e4f4ea;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    flex-shrink: 0;
}
.roadmap-step-num--blue { background: #e4f4ea; color: var(--green-dark); }
.roadmap-step-list-item strong { display: block; color: var(--ink); font-size: 14px; }
.roadmap-step-list-item p { margin: 4px 0 0; font-size: 14px; line-height: 1.55; color: var(--muted); }
.roadmap-evidence-block {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(18, 99, 63, .1);
}
.roadmap-evidence-label {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.roadmap-bullet-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.roadmap-bullet-list li {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ink);
}
.roadmap-bullet-list li span:first-child { color: var(--green); font-weight: 800; }
.roadmap-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700;
}
.roadmap-link {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(18, 99, 63, .28);
}
.roadmap-link--blue { color: var(--green-dark); }
.roadmap-mini-card {
    padding: 16px 18px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 14px;
    background: #edf4f0;
}
.roadmap-mini-card strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 14px; }
.roadmap-mini-card p { margin: 0; font-size: 14px; line-height: 1.55; }
.roadmap-payment-card {
    padding: 16px 18px;
    border: 1px solid #c6e6d0;
    border-radius: 14px;
    background: #f3fbf5;
}
.roadmap-payment-card .roadmap-payment-amount {
    margin: 0;
    color: var(--green);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.03em;
}
.roadmap-payment-card strong { display: block; margin-top: 6px; font-size: 14px; color: var(--ink); }
.roadmap-payment-card small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.roadmap-tech-card + .roadmap-tech-card { margin-top: 12px; }
.roadmap-tech-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.roadmap-tech-row h3 { margin: 0; font-size: 16px; }
.roadmap-cost-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 14px;
    background: #edf4f0;
    font-size: 14px;
    color: var(--ink);
}
.roadmap-cost-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--green);
    flex-shrink: 0;
}
.colour-card {
    overflow: hidden;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 22px;
    background: #fff;
    transition: transform .2s, box-shadow .2s;
}
.colour-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(21, 58, 41, .12);
}
.colour-card--popular {
    border-color: var(--green);
    box-shadow: 0 0 0 2px rgba(191, 227, 106, .45);
}
.colour-card-swatch { height: 80px; width: 100%; }
.colour-card-body { padding: 14px 16px; }
.colour-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}
.colour-card-top strong { font-size: 14px; }
.colour-card-top small { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }
.colour-card-tag {
    padding: 4px 10px;
    border-radius: 999px;
    background: #e4f4ea;
    color: var(--green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    flex-shrink: 0;
}
.colour-card-category { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.roadmap-finish-visual {
    margin: 8px 0 0;
    padding: 22px;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(237, 244, 240, .88)),
        #f7faf8;
}
.roadmap-finish-visual-copy {
    max-width: 52rem;
    margin-bottom: 18px;
}
.roadmap-finish-visual-copy p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55;
}
.roadmap-finish-carousel {
    max-width: 720px;
    margin: 0 auto;
}
.roadmap-finish-carousel .process-carousel {
    margin-top: 0;
}
.roadmap-finish-carousel .process-carousel-viewport {
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(21, 58, 41, .06);
}
.roadmap-finish-carousel .process-carousel-slide img {
    padding: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
}
.roadmap-finish-carousel .process-carousel-nav {
    background: rgba(11, 70, 44, .78);
}
.roadmap-finish-carousel .process-carousel-dot {
    background: rgba(18, 99, 63, .28);
}
.roadmap-finish-carousel .process-carousel-dot.is-active {
    background: #12633f;
}
.roadmap-brick-panel {
    overflow: hidden;
}
.roadmap-brick-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 22px;
    align-items: start;
}
.roadmap-brick-copy p {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}
.roadmap-brick-points {
    margin: 14px 0 0;
    padding-left: 1.15rem;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.5;
}
.roadmap-brick-points li + li {
    margin-top: 6px;
}
.roadmap-finish-carousel--brick {
    max-width: none;
    margin: 0;
}
.roadmap-finish-visual-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.roadmap-finish-figure {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(18, 99, 63, .1);
    background: #fff;
    box-shadow: 0 10px 28px rgba(21, 58, 41, .06);
}
.roadmap-finish-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #dce8e1;
}
.roadmap-finish-figure figcaption {
    padding: 12px 14px 14px;
}
.roadmap-finish-figure strong {
    display: block;
    color: var(--ink);
    font-size: 14px;
}
.roadmap-finish-figure span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}
.roadmap-sill-option {
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(18, 99, 63, .12);
    border-radius: 18px;
    background: #edf4f0;
}
.roadmap-sill-option--standard { border-color: #c6e6d0; background: #f3fbf5; }
.roadmap-sill-option-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #dce8e1;
}
.roadmap-sill-option-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
}
.roadmap-sill-option strong { font-size: 14px; color: var(--ink); }
.roadmap-sill-option p { margin: 4px 0 0; font-size: 12px; line-height: 1.45; color: var(--muted); }
.roadmap-finish-inline {
    margin: 18px 0 0;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(18, 99, 63, .1);
    background: #fff;
}
.roadmap-finish-inline img {
    display: block;
    width: 100%;
    max-height: 220px;
    object-fit: cover;
}
.roadmap-finish-inline--product img {
    max-height: 180px;
    object-fit: contain;
    padding: 16px;
    background: #f8faf9;
}
.roadmap-finish-inline figcaption {
    padding: 10px 14px 12px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}
@media (max-width: 900px) {
    .roadmap-finish-visual-grid {
        grid-template-columns: 1fr;
    }
    .roadmap-brick-layout {
        grid-template-columns: 1fr;
    }
}
.roadmap-tag {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    flex-shrink: 0;
}
.roadmap-tag--standard { background: #e4f4ea; color: var(--green); }
.roadmap-tag--upgrade { background: #fef3c7; color: #9b5b00; }
.roadmap-tag--count { background: #edf4f0; color: var(--muted); }
.roadmap-granit-panel {
    border-color: rgba(18, 99, 63, .18);
    background: linear-gradient(145deg, #f3f7f4, #fff 55%, #edf4f0);
}
.roadmap-granit-item {
    padding: 14px 16px;
    border: 1px solid rgba(18, 99, 63, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 24px rgba(21, 58, 41, .06);
}
.roadmap-granit-item + .roadmap-granit-item { margin-top: 10px; }
.roadmap-granit-item-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.roadmap-granit-item strong { font-size: 14px; color: var(--ink); }
.roadmap-granit-item p { margin: 4px 0 0; font-size: 12px; color: var(--muted); }
.roadmap-included-item,
.roadmap-excluded-item,
.roadmap-spec-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ink);
}
.roadmap-spec-item {
    border: 1px solid rgba(18, 99, 63, .08);
    background: #edf4f0;
}
.roadmap-included-item {
    border: 1px solid #c6e6d0;
    background: #f3fbf5;
}
.roadmap-excluded-item {
    border: 1px solid #fde68a;
    background: #fff;
}
.roadmap-included-item span:first-child,
.roadmap-excluded-item span:first-child {
    font-weight: 800;
    flex-shrink: 0;
}
.roadmap-included-item span:first-child { color: var(--green); }
.roadmap-excluded-item span:first-child { color: #d97706; }
.roadmap-card--included { border-color: #c6e6d0; }
.roadmap-card--excluded { border-color: #fde68a; background: rgba(255, 251, 235, .55); }
.roadmap-notes-panel {
    border-color: rgba(18, 99, 63, .18);
    background: linear-gradient(145deg, #f3f7f4, #fff 50%, #f3fbf5);
}
.roadmap-notes-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.roadmap-notes-head h3 {
    margin: 0;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.roadmap-doc-card-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.roadmap-doc-card-head > div:last-child { flex: 1; min-width: 0; }
.roadmap-doc-phase {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(18, 99, 63, .2);
}
.roadmap-doc-phase svg { width: 100%; height: 100%; }
.roadmap-doc-meta { color: var(--muted); font-size: 12px; }
.roadmap-doc-list { margin-top: 14px; }
.roadmap-doc-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--ink);
}
.roadmap-doc-item > span:first-child { color: var(--green); font-weight: 800; flex-shrink: 0; }
.roadmap-doc-item-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.roadmap-requirement-pill {
    display: inline-flex;
    padding: 2px 8px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.roadmap-requirement-pill--required { border-color: #c6e6d0; background: #f3fbf5; color: var(--green); }
.roadmap-requirement-pill--conditional { border-color: #fde68a; background: #fffbeb; color: #9b5b00; }
.roadmap-requirement-pill--default { border-color: rgba(18, 99, 63, .12); background: #edf4f0; color: var(--muted); }
.roadmap-meta-box {
    margin-top: 14px;
    padding: 12px 14px;
    border: 1px solid;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.55;
    color: var(--muted);
}
.roadmap-meta-box + .roadmap-meta-box { margin-top: 8px; }
.roadmap-meta-box--issued { border-color: #c6e6d0; background: #f3fbf5; }
.roadmap-meta-box--sent { border-color: #c6e6d0; background: #f3f7f4; }
.roadmap-highlight-box {
    border-color: #c6e6d0;
    background: #f3fbf5;
}
.roadmap-split-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.roadmap-page button.hero-secondary.is-wait { opacity: .7; cursor: wait; }
.roadmap-page .cta-band .eyebrow { display: inline-flex; margin-bottom: 14px; }
.roadmap-scenario-card h3 { margin: 0 0 10px; font-size: 18px; color: var(--ink); }
.roadmap-scenario-card p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--muted); }
.roadmap-timeline-card > p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.roadmap-step-list-item strong { display: block; color: var(--ink); font-size: 14px; }
.roadmap-utility-card h4 { margin: 8px 0 0; font-size: 18px; letter-spacing: -.03em; }
.colour-card-top strong { display: block; font-size: 14px; color: var(--ink); }
.roadmap-sill-option strong { display: block; font-size: 14px; color: var(--ink); }
.roadmap-granit-item strong { display: block; font-size: 14px; color: var(--ink); }
.roadmap-doc-card-head h3 { margin: 0 0 8px; font-size: 18px; }
.roadmap-page .cta-band .hero-secondary { border-color: rgba(255,255,255,.4); color: #fff; background: transparent; }

@media (min-width: 768px) {
    .roadmap-timeline-item { padding-left: 64px; }
    .roadmap-timeline-line,
    .roadmap-phase-dot { display: block; }
    .roadmap-timeline-mobile-head { display: none; }
    .roadmap-badge--desktop { display: inline-flex; }
    .roadmap-point-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .roadmap-tech-row { flex-direction: row; align-items: flex-start; gap: 24px; }
    .roadmap-tech-row > div:first-child { width: 16rem; flex-shrink: 0; }
    .roadmap-subsection-head { flex-direction: row; align-items: flex-end; justify-content: space-between; }
    .roadmap-milestones { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 800px) {
    .roadmap-step-select-wrap { display: none !important; }
    .roadmap-tabbar .section-nav { display: block; }
}

@media (max-width: 799px) {
    body.roadmap-page { scroll-padding-top: calc(var(--site-header-height) + 88px); }
    html:has(body.roadmap-page) { scroll-padding-top: calc(var(--site-header-height) + 88px); }
    .roadmap-tabbar { top: var(--site-header-height); }
    .roadmap-milestones { grid-template-columns: 1fr; }
    .roadmap-milestone-copy span { display: none; }
    .roadmap-step-select-wrap { display: block; }
    .roadmap-tabbar .section-nav { display: none; }
    .flow-pager { flex-direction: column; }
    .flow-pager-link.is-next { margin-left: 0; justify-content: center; }
    .flow-pager-link { justify-content: center; }
}

@media (max-width: 980px) {
    .roadmap-grid--2,
    .roadmap-grid--3,
    .roadmap-grid--4,
    .roadmap-split-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .roadmap-grid--2 { grid-template-columns: 1fr; }
    .roadmap-point-grid { grid-template-columns: 1fr; }
    .gallery-grid { column-count: 1; }
}

@media print {
    body.roadmap-page { background: #fff !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    body.roadmap-page .site-header,
    body.roadmap-page .site-footer,
    body.roadmap-page .hero-actions,
    body.roadmap-page .roadmap-tabbar,
    body.roadmap-page .roadmap-trust-strip,
    body.roadmap-page .site-trust-strip,
    body.roadmap-page .roadmap-guide,
    body.roadmap-page .flow-pager { display: none; }
    body.roadmap-page .pdf-shell,
    body.roadmap-page .document-frame { background: #fff; }
    body.roadmap-page .guide-panel,
    body.roadmap-page .guide-panel[hidden],
    body.roadmap-page .section-anchor,
    body.roadmap-page .section-anchor[hidden] { display: block !important; }
}

body.roadmap-page.pdf-exporting .roadmap-tabbar,
body.roadmap-page.pdf-exporting .roadmap-trust-strip,
body.roadmap-page.pdf-exporting .site-trust-strip,
body.roadmap-page.pdf-exporting .roadmap-guide,
body.roadmap-page.pdf-exporting .flow-pager { display: none; }
body.roadmap-page.pdf-exporting .guide-panel,
body.roadmap-page.pdf-exporting .section-anchor { display: block !important; }
body.roadmap-page.pdf-exporting .section-anchor { margin-top: 3rem !important; }
