@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root {
    --pine:#175c4b;
    --dark:#0d4035;
    --mint:#e3f2ed;
    --red:#b4232c;
    --sand:#f6f3ed;
    --ink:#17201e;
    --muted:#66716e;
    --line:#dde5e1;
    --max:1180px
}
* {
    box-sizing:border-box
}
html {
    scroll-behavior:smooth
}
body {
    margin:0;
    color:var(--ink);
    font-family:"DM Sans",Arial,sans-serif;
    line-height:1.65
}
a {
    color:inherit;
    text-decoration:none
}
button,input,textarea {
    font:inherit
}
.wrap {
    width:min(calc(100% - 40px),var(--max));
    margin:auto
}
.skip {
    position:fixed;
    top:-80px;
    left:15px;
    background:white;
    padding:10px;
    z-index:999
}
.skip:focus {
    top:15px
}
.icon {
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round
}
header {
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(15px);
    border-bottom:1px solid var(--line)
}
.nav {
    height:82px;
    display:flex;
    align-items:center;
    gap:30px
}
.brand {
    display:flex;
    align-items:center;
    gap:12px
}
.brand img {
    width:46px
}
.brand strong {
    display:block;
    font-family:Manrope
}
.brand span {
    display:block;
    color:var(--pine);
    font-size:.72rem;
    font-weight:700
}
nav {
    margin-left:auto
}
site-nav {
    display:block;
    margin-left:auto
}
nav ul {
    list-style:none;
    display:flex;
    gap:30px;
    margin:0;
    padding:0
}
nav a {
    font-weight:700;
    font-size:.9rem
}
nav a.active {
    color:var(--red)
}
.call {
    background:var(--pine);
    color:white;
    padding:10px 16px;
    border-radius:12px;
    font-weight:700
}
.toggle {
    display:none;
    border:0;
    background:var(--sand);
    width:45px;
    height:45px;
    border-radius:12px
}
.page-hero {
    background:linear-gradient(125deg,var(--dark),#1b6d58);
    color:white;
    padding:86px 0 96px;
    overflow:hidden;
    position:relative
}
.page-hero:after {
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border:90px solid rgba(255,255,255,.06);
    border-radius:50%;
    right:-100px;
    top:-260px
}
.crumb {
    color:#acd6c8;
    font-size:.8rem;
    font-weight:700;
    margin-bottom:20px
}
.page-hero h1 {
    font:800 clamp(2.7rem,6vw,4.8rem)/1.05 Manrope;
    margin:0 0 22px;
    letter-spacing:-.05em
}
.page-hero p {
    max-width:680px;
    color:#d7e8e2;
    font-size:1.1rem
}
.eyebrow {
    color:var(--pine);
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase
}
.eyebrow:before {
    content:"";
    display:inline-block;
    width:24px;
    height:2px;
    background:currentColor;
    vertical-align:middle;
    margin-right:9px
}
h2,h3 {
    font-family:Manrope;
    margin:0;
    line-height:1.15;
    letter-spacing:-.03em
}
h2 {
    font-size:clamp(2rem,4vw,3rem)
}
section {
    padding:88px 0
}
.head {
    display:flex;
    justify-content:space-between;
    align-items:end;
    gap:30px;
    margin-bottom:40px
}
.head p {
    max-width:470px;
    color:var(--muted)
}
.head .eyebrow {
    display:block;
    margin-bottom:12px
}
.services {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px
}
.card {
    border:1px solid var(--line);
    border-radius:20px;
    padding:28px;
    background:white
}
.card:nth-child(1),.card:nth-child(5) {
    background:var(--sand)
}
.card-icon {
    width:50px;
    height:50px;
    border-radius:14px;
    background:var(--mint);
    color:var(--pine);
    display:grid;
    place-items:center;
    margin-bottom:24px
}
.card h3 {
    font-size:1.18rem;
    margin-bottom:9px
}
.card p {
    color:var(--muted);
    font-size:.91rem;
    margin:0
}
.cta {
    background:var(--red);
    color:white;
    border-radius:22px;
    padding:34px 38px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px
}
.cta h2 {
    font-size:1.65rem
}
.cta p {
    color:#f7dfe0;
    margin:6px 0 0
}
.btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:49px;
    padding:11px 20px;
    border-radius:13px;
    background:white;
    color:var(--dark);
    font-weight:800;
    white-space:nowrap
}
.contact-grid {
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:22px
}
.contact-panel {
    background:var(--sand);
    padding:32px;
    border-radius:22px
}
.contact-list {
    display:grid;
    gap:12px;
    margin-top:26px
}
.contact-item {
    display:flex;
    gap:14px;
    align-items:center;
    padding:15px;
    background:white;
    border:1px solid var(--line);
    border-radius:14px
}
.contact-item small {
    display:block;
    color:var(--muted)
}
.contact-item strong {
    font-size:.92rem
}
.map {
    width:100%;
    min-height:500px;
    border:0;
    border-radius:22px
}
.hours {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px
}
.hour {
    padding:24px;
    background:var(--sand);
    border-radius:16px
}
.hour strong,.hour span {
    display:block
}
.hour span {
    color:var(--muted);
    margin-top:5px
}
.notice {
    margin-top:18px;
    background:var(--mint);
    color:var(--dark);
    border-radius:16px;
    padding:20px
}
.form-section {
    background:#fff
}
.form-layout {
    display:grid;
    grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
    gap:64px;
    align-items:start
}
.form-layout>* {
    min-width:0
}
.form-intro h2 {
    margin:14px 0 18px
}
.form-intro>p {
    color:var(--muted)
}
.form-note {
    display:grid;
    gap:4px;
    margin-top:28px;
    padding:18px;
    border-radius:15px;
    background:var(--mint);
    color:var(--dark)
}
.form-note a {
    text-decoration:underline;
    font-weight:700
}
.contact-form {
    width:100%;
    min-width:0;
    padding:34px;
    border:1px solid var(--line);
    border-radius:22px;
    box-shadow:0 18px 45px rgba(13,64,53,.08)
}
.field-row {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px
}
.field {
    display:grid;
    gap:7px;
    margin-bottom:17px
}
.field label {
    font-weight:700;
    font-size:.88rem
}
.optional {
    color:var(--muted);
    font-weight:500
}
.field input,.field select,.field textarea {
    width:100%;
    border:1px solid #cfd9d5;
    border-radius:12px;
    padding:12px 14px;
    color:var(--ink);
    background:#fff
}
.field input:focus,.field select:focus,.field textarea:focus {
    outline:3px solid rgba(23,92,75,.15);
    border-color:var(--pine)
}
.field textarea {
    resize:vertical
}
.field small,.captcha-wrap small {
    color:var(--muted);
    font-size:.76rem
}
.privacy-check {
    display:flex;
    gap:11px;
    align-items:flex-start;
    margin:4px 0 20px;
    font-size:.84rem
}
.privacy-check input {
    width:18px;
    height:18px;
    margin-top:3px;
    accent-color:var(--pine);
    flex:none
}
.privacy-check a {
    color:var(--pine);
    text-decoration:underline;
    font-weight:700
}
.captcha-wrap {
    display:grid;
    gap:7px;
    margin-bottom:20px;
    overflow:hidden
}
.submit-btn {
    min-height:50px;
    border:0;
    border-radius:13px;
    padding:12px 21px;
    background:var(--red);
    color:#fff;
    font-weight:800;
    cursor:pointer
}
.submit-btn:hover {
    background:#8e1820
}
.required-note {
    margin:12px 0 0;
    color:var(--muted);
    font-size:.76rem
}
.legal-page {
    max-width:860px
}
.legal-page h2 {
    margin:42px 0 14px;
    font-size:1.55rem
}
.legal-page h3 {
    margin:26px 0 10px;
    font-size:1.08rem
}
.legal-page p,.legal-page li {
    color:#46514e
}
.legal-page a {
    color:var(--pine);
    text-decoration:underline
}
.legal-page .warning {
    padding:18px 20px;
    border:2px solid #d59a36;
    border-radius:14px;
    background:#fff8e9;
    color:#654813
}
.legal-page .placeholder {
    padding:2px 6px;
    border-radius:5px;
    background:#fff0cf;
    color:#8b5a00;
    font-weight:800;
    overflow-wrap:anywhere
}
footer {
    background:#101a18;
    color:#aeb9b6;
    padding:50px 0 24px
}
.footer {
    display:flex;
    justify-content:space-between;
    gap:30px;
    align-items:center
}
.footer .brand strong {
    color:white
}
.footer-links {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    font-size:.85rem
}
.footer-links a:hover {
    color:white
}
@media(max-width:850px) {
    .call {
        display:none
    }
    .services {
        grid-template-columns:repeat(2,1fr)
    }
    .contact-grid {
        grid-template-columns:1fr
    }
    .form-layout {
        grid-template-columns:minmax(0,1fr);
        gap:32px
    }
    .hours {
        grid-template-columns:1fr
    }
    .head {
        display:block
    }
    .head>p {
        margin-top:15px
    }
    .cta {
        align-items:flex-start;
        flex-direction:column
    }
}
@media(max-width:680px) {
    .wrap {
        width:calc(100% - 28px)
    }
    .nav {
        height:72px
    }
    nav {
        display:none;
        position:fixed;
        inset:72px 0 0;
        background:white;
        padding:25px
    }
    nav.open {
        display:block
    }
    nav ul {
        flex-direction:column;
        gap:0
    }
    nav a {
        display:block;
        padding:15px 0;
        border-bottom:1px solid var(--line)
    }
    .toggle {
        display:grid;
        place-items:center;
        margin-left:auto
    }
    .page-hero {
        padding:62px 0 72px
    }
    section {
        padding:68px 0
    }
    .services {
        grid-template-columns:1fr
    }
    .contact-panel {
        padding:24px
    }
    .contact-form {
        padding:24px 18px
    }
    .field-row {
        grid-template-columns:1fr;
        gap:0
    }
    .g-recaptcha {
        transform:scale(.86);
        transform-origin:left top;
        margin-bottom:-12px
    }
    .map {
        min-height:360px
    }
    .footer {
        align-items:flex-start;
        flex-direction:column
    }
    .cta {
        padding:28px 23px
    }
}
@media(max-width:360px) {
    .g-recaptcha {
        transform:scale(.78);
        margin-bottom:-18px
    }
    .legal-page {
        overflow-wrap:anywhere
    }
}
