    :root {
        --ink: #0F2E2B;
        --ink-soft: #2A4A46;
        --muted: #5B6F6B;
        --paper: #F4F6F4;
        --white: #FFFFFF;
        --teal: #0B6B5F;
        --teal-dark: #075048;
        --amber: #EFB01F;
        --line: #D5DEDB;
        --shadow: 0 1px 2px rgba(15, 46, 43, .06), 0 8px 24px rgba(15, 46, 43, .08);
    }

    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0
    }

    html {
        scroll-behavior: smooth
    }

    body {
        background: var(--paper);
        color: var(--ink);
        font-family: "Mulish", sans-serif;
        font-size: 19px;
        line-height: 1.65;
        -webkit-font-smoothing: antialiased;
    }

    h1,
    h2,
    h3,
    h4 {
        font-family: "Funnel Display", sans-serif;
        line-height: 1.15;
        letter-spacing: -.015em
    }

    a {
        color: var(--teal-dark)
    }

    img {
        max-width: 100%;
        display: block
    }

    .wrap {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 24px
    }

    .stripe {
        height: 7px;
        background: repeating-linear-gradient(-45deg, var(--amber) 0 14px, var(--ink) 14px 28px)
    }

    /* ---------- header ---------- */
    .masthead {
        background: var(--white);
        border-bottom: 1px solid var(--line)
    }

    .masthead-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 14px 24px;
        max-width: 1120px;
        margin: 0 auto;
        flex-wrap: wrap
    }

    .brand {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        color: var(--ink);
        width: 100%;
        max-width: 274px;
    }

    .brand-mark {
        flex: none;
        width: 42px;
        height: 42px
    }

    .brand-text {
        display: flex;
        flex-direction: column;
        gap: 1px
    }

    .brand-name {
        font-family: Archivo, sans-serif;
        font-weight: 700;
        font-size: 1.28rem;
        letter-spacing: -.02em
    }

    .brand-sub {
        font-family: Archivo, sans-serif;
        font-weight: 500;
        font-size: .71rem;
        color: var(--muted);
        letter-spacing: .04em
    }

    .masthead nav {
        display: flex;
        align-items: center;
        gap: 26px
    }

    .masthead nav a {
        font-family: Archivo, sans-serif;
        font-weight: 500;
        font-size: .95rem;
        color: var(--ink-soft);
        text-decoration: none
    }

    .masthead nav a:hover {
        color: var(--teal-dark);
        text-decoration: underline;
        text-underline-offset: 4px
    }

    .callbar {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

    .callbar small {
        font-family: Archivo, sans-serif;
        font-size: .73rem;
        color: var(--muted)
    }

    .callbar a {
        font-family: Archivo, sans-serif;
        font-weight: 700;
        font-size: 1.26rem;
        color: var(--ink);
        text-decoration: none;
        white-space: nowrap
    }

    .callbar a:hover {
        color: var(--teal-dark)
    }

    /* ---------- buttons ---------- */
    .btn {
        display: inline-block;
        font-family: Archivo, sans-serif;
        font-weight: 600;
        font-size: 1.02rem;
        padding: 10px 30px;
        border: 2px solid var(--teal);
        background: var(--teal);
        color: #fff;
        border-radius: 3px;
        text-decoration: none;
        cursor: pointer;
        transition: background .15s ease, border-color .15s ease;
    }

    .btn:hover {
        background: var(--teal-dark);
        border-color: var(--teal-dark)
    }

    .btn-ghost {
        background: transparent;
        color: var(--ink);
        border-color: var(--ink)
    }

    .btn-ghost:hover {
        background: var(--ink);
        border-color: var(--ink);
        color: #fff
    }

    .btn-block {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.1rem;
        padding: 18px
    }

    :focus-visible {
        outline: 0 solid var(--amber);
        outline-offset: 0
    }

    /* ---------- photo slots ---------- */
    .photo {
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        background: #E4EAE8;
        border: 1px solid var(--line)
    }

    .photo::before {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient(-45deg, rgba(11, 107, 95, .05) 0 10px, transparent 10px 20px);
    }

    .photo img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 2
    }

    .photo figcaption {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 22px;
        font-family: Archivo, sans-serif;
        font-size: .86rem;
        color: var(--muted);
        line-height: 1.5;
        z-index: 1;
    }

    .photo-hero {
        aspect-ratio: 16/10
    }

    .photo-tall {
        aspect-ratio: 4/5
    }

    .photo-wide {
        aspect-ratio: 3/2
    }

    /* ---------- hero ---------- */
    .hero {
        padding: 60px 0 68px
    }

    .hero-grid {
        display: grid;
        grid-template-columns: 1fr 430px;
        gap: 56px;
        align-items: start
    }

    .hero h1 {
        font-size: clamp(2.15rem, 4.6vw, 3.3rem);
        font-weight: 700;
        /* max-width: 15ch */
    }

    .hero-lede {
        font-size: 1.2rem;
        color: var(--ink-soft);
        margin-top: 20px;
        /* max-width: 44ch */
    }

    .hero-points {
        list-style: none;
        margin-top: 28px;
        display: grid;
        gap: 11px;
        /* max-width: 46ch */
    }

    .hero-points li {
        display: flex;
        gap: 13px;
        align-items: flex-start;
        font-size: 1.04rem
    }
    .hero-points li img {
        max-width: 16px;
        margin-top: 5px;
    }
    .tick {
        flex: none;
        width: 22px;
        height: 22px;
        margin-top: 6px;
        border-radius: 50%;
        background: var(--teal);
        position: relative
    }

    .tick::after {
        content: "";
        position: absolute;
        left: 7px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2.5px 2.5px 0;
        transform: rotate(43deg)
    }

    .hero-cta {
        margin-top: 30px;
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        align-items: center
    }

    .hero-note {
        font-size: .94rem;
        color: var(--muted);
        margin-top: 14px
    }

    .hero .photo-hero {
        margin-top: 36px
    }

    /* ---------- form ---------- */
    .formcard {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: 4px;
        box-shadow: var(--shadow);
        overflow: hidden;
        position: sticky;
        top: 20px
    }

    .formcard-body {
        padding: 26px 26px 30px
    }

    .formcard h2 {
        font-size: 1.4rem;
        font-weight: 700
    }

    .formcard p.sub {
        font-size: .97rem;
        color: var(--muted);
        margin-top: 8px;
        line-height: 1.5
    }

    .field {
        margin-top: 15px
    }

    .field label {
        display: block;
        font-family: Archivo, sans-serif;
        font-weight: 600;
        font-size: .86rem;
        color: var(--ink-soft);
        margin-bottom: 6px
    }

    .field input,
    .field select,
    .field textarea {
        width: 100%;
        font-family: Archivo, sans-serif;
        font-size: 1rem;
        color: var(--ink);
        padding: 13px 14px;
        border: 1.5px solid var(--line);
        border-radius: 3px;
        background: var(--white);
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus {
        border-color: var(--teal)
    }

    .field textarea {
        resize: vertical;
        min-height: 76px;
        line-height: 1.5
    }

    .field-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px
    }

    .consent {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        margin-top: 18px;
        font-size: .84rem;
        color: var(--muted);
        line-height: 1.45;
        font-family: Archivo, sans-serif
    }

    .consent input {
        flex: none;
        width: 18px;
        height: 18px;
        margin-top: 2px;
        accent-color: var(--teal)
    }

    .formcard .btn {
        margin-top: 20px
    }

    .form-success {
        padding: 44px 26px;
        text-align: center;
        display: none
    }

    .form-success h3 {
        font-size: 1.32rem;
        margin-bottom: 10px
    }

    .form-success p {
        color: var(--muted);
        font-size: 1rem
    }

    .is-sent .form-fields {
        display: none
    }

    .is-sent .form-success {
        display: block
    }

    /* ---------- trust ---------- */
    .trust {
        background: var(--ink);
        color: #DCE7E4;
        padding: 30px 0
    }

    .trust-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 28px;
        text-align: center
    }

    .trust-item svg {
        margin: 0 auto 10px;
        color: var(--amber)
    }

    .trust-item strong {
        display: block;
        font-family: Archivo, sans-serif;
        font-weight: 700;
        font-size: 1.06rem;
        color: #fff
    }

    .trust-item span {
        font-size: .9rem;
        color: #9DB6B1;
        line-height: 1.45;
        display: block;
        margin-top: 3px
    }

    /* ---------- sections ---------- */
    section {
        padding: 76px 0
    }

    .section-head {
        max-width: 62ch;
        margin-bottom: 42px
    }

    .section-head h2 {
        font-size: clamp(1.75rem, 3.2vw, 2.35rem);
        font-weight: 700
    }

    .section-head p {
        margin-top: 14px;
        color: var(--ink-soft);
        font-size: 1.09rem
    }

    .alt {
        background: var(--white);
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line)
    }

    /* ---------- equipment ---------- */
    .equip {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1px;
        background: var(--line);
        border: 1px solid var(--line)
    }

    .equip-item {
        background: var(--white);
        padding: 26px 22px
    }

    .equip-item svg {
        color: var(--teal);
        margin-bottom: 14px
    }

    .equip-item h3 {
        font-size: 1.28rem;
        font-weight: 600
    }

    .equip-item p {
        font-size: .98rem;
        color: var(--muted);
        margin-top: 7px;
        line-height: 1.55
    }

    /* ---------- steps ---------- */
    .how-grid {
        display: grid;
        grid-template-columns: 1fr 380px;
        gap: 56px;
        align-items: start
    }

    .steps {
        display: grid;
        gap: 0
    }

    .step {
        display: grid;
        grid-template-columns: 60px 1fr;
        gap: 22px;
        padding: 24px 0;
        border-bottom: 1px solid var(--line)
    }

    .step:last-child {
        border-bottom: 0
    }

    .step-num {
        font-family: Archivo, sans-serif;
        font-weight: 700;
        font-size: 2.45rem;
        color: var(--teal);
        /* border-top: 4px solid var(--teal); */
        /* padding-top: 8px; */
        /* height: fit-content */
    }

    .step h3 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 6px
    }

    .step p {
        color: var(--ink-soft);
        font-size: 1.02rem
    }

    /* ---------- insurance ---------- */
    .ins-grid {
        display: grid;
        grid-template-columns: 1.15fr 1fr;
        gap: 56px;
        align-items: start
    }

    .ins-list {
        list-style: none;
        display: grid;
        gap: 11px;
        margin-top: 8px
    }

    .ins-list li {
        /* padding-left: 22px; */
        position: relative;
        font-size: 1.04rem
    }

    /* .ins-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 9px;
        height: 9px;
        background: var(--amber);
        border-radius: 2px
    } */

    .ins-note {
        margin-top: 24px;
        padding: 18px 20px;
        border-left: 4px solid var(--amber);
        background: var(--white);
        font-size: .99rem;
        color: var(--ink-soft);
        line-height: 1.55
    }

    .alt .ins-note {
        background: var(--paper)
    }

    .ins-panel {
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 4px;
        padding: 30px;
        position: sticky;
        top: 30px;
    }

    .ins-panel h3 {
        font-size: 1.18rem;
        margin-bottom: 12px
    }

    .ins-panel p {
        font-size: 1rem;
        color: var(--ink-soft)
    }

    /* ---------- who we serve ---------- */
    .serve {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 34px
    }

    .serve h3 {
        font-size: 1.6rem;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 12px
    }

    .serve p {
        font-size: 1.01rem;
        color: var(--ink-soft)
    }

    /* ---------- gallery ---------- */
    .gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

    /* ---------- service area / map ---------- */
    .area-grid {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 52px;
        align-items: center
    }

    .map-frame {
        border: 1px solid var(--line);
        border-radius: 4px;
        overflow: hidden;
        background: #E4EAE8
    }

    .map-frame iframe {
        display: block;
        width: 100%;
        height: 380px;
        border: 0
    }

    .area-cities {
        list-style: none;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 20px;
        margin-top: 20px
    }

    .area-cities li {
        font-size: 1.01rem;
        color: var(--ink-soft);
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px
    }

    .area-cities li img {
        
        width: 16px;
        height: 16px
    }

    /* .area-cities li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        width: 6px;
        height: 6px;
        background: var(--teal);
        border-radius: 50%;
        background-image: url(../img/marker.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    } */

    .addr-block {
        margin-top: 26px;
        padding-top: 22px;
        border-top: 1px solid var(--line);
        font-size: 1.02rem
    }

    .addr-block a {
        font-weight: 600
    }

    /* ---------- FAQ ---------- */
    /* .faq{max-width:820px} */
    .faq details {
        border-bottom: 1px solid var(--line)
    }

    .faq summary {
        font-family: Archivo, sans-serif;
        font-weight: 600;
        font-size: 1.08rem;
        cursor: pointer;
        padding: 20px 44px 20px 0;
        list-style: none;
        position: relative;
    }

    .faq summary::-webkit-details-marker {
        display: none
    }

    .faq summary::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 29px;
        width: 11px;
        height: 11px;
        border-right: 2.5px solid var(--teal);
        border-bottom: 2.5px solid var(--teal);
        transform: rotate(45deg);
        transition: transform .2s ease;
    }

    .faq details[open] summary::after {
        transform: rotate(-135deg);
        top: 33px
    }

    .faq details p {
        padding: 0 0 22px;
        color: var(--ink-soft);
        font-size: 1.03rem;
        max-width: 70ch
    }

    /* ---------- final CTA ---------- */
    .finalcta {
        background: var(--ink);
        color: #fff;
        text-align: center
    }

    .finalcta h2 {
        font-size: clamp(1.8rem, 3.4vw, 2.45rem);
        font-weight: 700;
        max-width: 20ch;
        margin: 0 auto
    }

    .finalcta p {
        color: #A8C0BB;
        margin-top: 16px;
        font-size: 1.1rem;
        max-width: 52ch;
        margin-left: auto;
        margin-right: auto
    }

    .finalcta .actions {
        margin-top: 30px;
        display: flex;
        gap: 14px;
        justify-content: center;
        flex-wrap: wrap
    }

    .finalcta .btn-ghost {
        color: #fff;
        border-color: #5C7B76
    }

    .finalcta .btn-ghost:hover {
        background: #fff;
        color: var(--ink);
        border-color: #fff
    }

    /* ---------- footer ---------- */
    footer {
        background: var(--white);
        border-top: 1px solid var(--line);
        padding: 52px 0 32px;
        font-size: .96rem
    }

    .foot-grid {
        display: grid;
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 44px
    }

    footer h4 {
        font-family: Archivo, sans-serif;
        font-weight: 600;
        font-size: .94rem;
        margin-bottom: 14px
    }

    footer ul {
        list-style: none;
        display: grid;
        gap: 9px
    }

    footer a {
        color: var(--ink-soft);
        text-decoration: none
    }

    footer a:hover {
        color: var(--teal-dark);
        text-decoration: underline
    }

    .foot-about {
        display: flex;
        gap: 10px;
            flex-direction: column;
    }
    .foot-about .foot-logo {
        width: 100%;
        max-width: 280px;
    }

    .foot-about svg {
        width: 100px;
        height: 100px;
    }

    .foot-about p {
        color: var(--muted);
        max-width: 40ch;
        margin-top: 12px;
        font-size: .96rem
    }

    .legal {
        margin-top: 38px;
        padding-top: 22px;
        border-top: 1px solid var(--line);
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        color: var(--muted);
        font-size: .89rem
    }

    .legal .links {
        display: flex;
        gap: 22px;
        flex-wrap: wrap
    }

    .flex-items {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .flex-items img {
        width: 18px;
        height: 18px;
    }

    /* ---------- sticky mobile call bar ---------- */
    .mobilecall {
        display: none
    }


    .form-success {
        display: none;
    }

    /* ---------- responsive ---------- */
    @media (min-width:1400px) {
        .wrap {
            width: 100%;
            max-width: 1240px;
        }

        .masthead-inner {
            width: 100%;
            max-width: 1240px;
        }
    }

    @media (max-width:1000px) {
        .equip {
            grid-template-columns: repeat(2, 1fr)
        }

        .how-grid {
            grid-template-columns: 1fr;
            gap: 36px
        }

        .how-grid .photo-tall {
            aspect-ratio: 16/9;
            max-width: 560px
        }
    }

    @media (max-width:940px) {
        .hero-grid {
            grid-template-columns: 1fr;
            gap: 38px
        }

        .formcard {
            position: static
        }

        .hero .photo-hero {
            display: none
        }

        .ins-grid,
        .area-grid {
            grid-template-columns: 1fr;
            gap: 34px
        }

        .serve {
            grid-template-columns: 1fr;
            gap: 26px
        }

        .trust-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 26px
        }

        .gallery {
            grid-template-columns: 1fr;
            gap: 16px
        }

        .foot-grid {
            grid-template-columns: 1fr;
            gap: 32px
        }

        .masthead nav {
            display: none
        }
    }

    @media (max-width:560px) {
        body {
            font-size: 18px;
            padding-bottom: 72px
        }

        section {
            padding: 54px 0
        }

        .hero {
            padding: 40px 0 48px
        }

        .wrap {
            padding: 0 18px
        }

        .field-row {
            grid-template-columns: 1fr
        }

        .masthead-inner {
            padding: 12px 18px
        }

        .callbar a {
            font-size: 1.08rem
        }

        .equip {
            grid-template-columns: 1fr
        }

        .step {
            grid-template-columns: 46px 1fr;
            gap: 16px
        }

        .area-cities {
            grid-template-columns: 1fr
        }

        .mobilecall {
            display: flex;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 50;
            background: var(--teal);
            color: #fff;
            text-decoration: none;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 17px;
            font-family: Archivo, sans-serif;
            font-weight: 700;
            font-size: 1.08rem;
            box-shadow: 0 -4px 16px rgba(15, 46, 43, .18);
        }

        .callbar {
            display: none
        }
    }

    @media (prefers-reduced-motion:reduce) {
        * {
            transition: none !important;
            animation: none !important
        }

        html {
            scroll-behavior: auto
        }
    }