@import url("fonts-FpIuDgE.css");

:root {
    --ink: #10211E;
    --ink-soft: #2C3F3B;
    --teal: #164E4A;
    --teal-deep: #0B2E2B;
    --foam: #F4F1EA;
    --sand: #E6E0D2;
    --copper: #B24F1F;
    --copper-dark: #8C3C16;
    --mint: #C7E6DA;
    --white: #FFFcf6;
    --error: #9B1C1C;
    --radius: 4px;
    --shadow: 0 18px 40px rgba(16, 33, 30, .12);
    --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--foam);
    color: var(--ink);
    font-family: Figtree, "Segoe UI", system-ui, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; border-radius: var(--radius); }
a { color: var(--teal); }
h1, h2, h3 {
    font-family: Fraunces, Georgia, serif;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -.02em;
    color: var(--ink);
}
.wrap { width: min(1140px, calc(100% - 2rem)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; padding: .5rem 1rem; z-index: 40; }

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .72rem;
    color: var(--copper);
    font-weight: 700;
    margin-bottom: .55rem;
}
.lead { font-size: 1.12rem; color: var(--ink-soft); }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 48px;
    padding: .7rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid transparent;
    cursor: pointer;
    font: inherit;
}
.btn--copper { background: var(--copper); color: #fff; }
.btn--copper:hover { background: var(--copper-dark); }
.btn--copper:disabled {
    opacity: .45;
    cursor: not-allowed;
    background: var(--copper);
}
.btn--copper:disabled:hover { background: var(--copper); }
.btn--ghost { border-color: #fff; color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--ghost-dark { border-color: var(--ink); color: var(--ink); }
.btn--solid-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--solid-dark:hover { background: var(--copper); border-color: var(--copper); color: #fff; }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 30;
    background: transparent;
    color: #fff;
    transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease, color .28s ease;
}
.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,46,43,.58), rgba(11,46,43,.12) 62%, transparent);
    pointer-events: none;
}
.site-header.is-scrolled {
    background: var(--teal-deep);
    box-shadow: 0 8px 24px rgba(11, 46, 43, .28);
}
.site-header.is-scrolled::before { opacity: 0; }
body.is-error-page .site-header {
    background: var(--teal-deep);
}
body.is-error-page .site-header::before { opacity: 0; }
.site-header.is-hidden { transform: translateY(-100%); }
.site-header.is-nav-open {
    transform: none;
    background: var(--teal-deep);
}

.site-header__bar {
    position: relative;
    width: min(1200px, calc(100% - 1.25rem));
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: var(--header-h);
}
.brand { display: flex; align-items: center; text-decoration: none; color: inherit; z-index: 1; overflow: visible; }
.brand__logo {
    height: 72px;
    width: auto;
    max-width: none;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
    padding: 0;
    transform: scale(1.38);
    transform-origin: left center;
}

.primary-nav { margin-left: auto; }
.primary-nav__list { display: flex; gap: .15rem; list-style: none; margin: 0; padding: 0; }
.primary-nav__link, .primary-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: .35rem .85rem;
    background: none;
    border: 0;
    font: inherit;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}
.primary-nav__link:hover,
.primary-nav__link:focus-visible {
    background: none;
    color: #fff;
}
.has-panel { position: relative; padding-bottom: 12px; margin-bottom: -12px; }
.nav-panel {
    display: none;
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    background: var(--white);
    color: var(--ink);
    padding: 1.5rem 1.15rem 1.15rem;
    border-radius: 8px;
    box-shadow: var(--shadow);
    min-width: 640px;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    z-index: 40;
}
.nav-panel::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    height: 28px;
}
.nav-panel a { color: var(--ink); }
.nav-panel a:hover,
.nav-panel a:focus-visible { color: var(--copper); }
.has-panel.is-open .nav-panel,
.has-panel.is-hover .nav-panel { display: grid; z-index: 50; }
.nav-panel ul { list-style: none; margin: .4rem 0 0; padding: 0; }
.nav-panel--cities { min-width: 520px; grid-template-columns: 1fr; }
.nav-panel--cities ul { display: grid; grid-template-columns: 1fr 1fr; gap: .15rem .9rem; }
.nav-panel--cities a { white-space: nowrap; }

.site-header__cta { display: flex; align-items: center; gap: 1.15rem; }
.phone-link { font-weight: 700; text-decoration: none; color: inherit; }
.site-header .btn--copper { background: var(--copper); color: #fff; }

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 2;
}
.nav-toggle span:not(.visually-hidden) {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
body.is-nav-open { overflow: hidden; }

.hero {
    position: relative;
    min-height: min(92vh, 820px);
    display: grid;
    align-items: center;
    color: #fff;
    overflow: hidden;
    border-radius: 0;
}
.hero__media, .hero__slide { position: absolute; inset: 0; }
.hero__slide { opacity: 0; transition: opacity 1.1s ease; }
.hero__slide.is-active { opacity: 1; }
.hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    filter: brightness(.5);
}
.hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .45) 45%, rgba(0, 0, 0, .64) 100%);
}
.hero__content {
    position: relative;
    padding: calc(var(--header-h) + 1.5rem) 0 4rem;
    max-width: 52rem;
    margin-left: clamp(2rem, 8vw, 7rem);
    margin-right: auto;
    text-align: left;
}
.hero h1 {
    font-size: clamp(2.05rem, 4.4vw, 3.2rem);
    margin: 0 0 1.1rem;
    color: #fff;
    line-height: 1.16;
}
.hero h1 .nowrap { white-space: nowrap; }
.hero .lead { color: #F3F0E8; }
.hero__actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.4rem 0 0; }

.section { padding: 4.4rem 0; }
.section-head { max-width: 40rem; margin-bottom: 2rem; }

[data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease;
}
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (scripting: none) {
    [data-reveal] { opacity: 1; transform: none; }
}

[data-media-zoom] { overflow: hidden; border-radius: var(--radius); }
[data-media-zoom] img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform .6s ease; }

.visual-grid {
    display: grid;
    gap: 1.1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.visual-card {
    background: var(--white);
    color: inherit;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(16,33,30,.06);
}
.visual-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 0; }
.visual-card__body { padding: 1.1rem 1.15rem 1.25rem; }
.visual-card h3 { margin: 0 0 .4rem; }
.visual-card p { margin: 0; color: var(--ink-soft); }

.band { padding: 4.4rem 0; }
.band--ink { background: var(--teal-deep); color: #F4F1EA; }
.band--ink h2, .band--ink h3 { color: #fff; }
.band--ink .eyebrow { color: var(--mint); }
.band--sand { background: var(--sand); }

.split { display: grid; gap: 2rem; grid-template-columns: 1fr 1fr; align-items: center; }
.split--reverse { direction: rtl; }
.split--reverse > * { direction: ltr; }

.compare { position: relative; overflow: hidden; min-height: 280px; border-radius: 12px; isolation: isolate; }
.compare img { width: 100%; height: 400px; object-fit: cover; border-radius: 0; }
.compare__after {
    position: absolute;
    inset: 0 auto 0 0;
    width: 52%;
    overflow: hidden;
}
.compare__after img { width: var(--compare-w, 100%); max-width: none; height: 400px; }
.compare__tag {
    position: absolute;
    top: 1rem;
    z-index: 2;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: rgba(11, 46, 43, .78);
    color: #fff;
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    pointer-events: none;
}
.compare__tag--before { right: 1rem; }
.compare__tag--after { left: 1rem; }
.compare__divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 52%;
    width: 3px;
    background: #fff;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 0 0 1px rgba(16,33,30,.08);
}
.compare__knob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: var(--teal-deep);
    display: grid;
    place-items: center;
    font-weight: 700;
    letter-spacing: -.08em;
    box-shadow: 0 10px 28px rgba(16,33,30,.28);
}
.compare__range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
    z-index: 3;
}

.city-marquee {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}
.city-marquee__track {
    display: flex;
    gap: 1.1rem;
    width: max-content;
    animation: reviews-marquee 55s linear infinite;
}
.city-marquee:hover .city-marquee__track { animation-play-state: paused; }
.city-marquee__item {
    flex: 0 0 clamp(240px, 22vw, 320px);
}

.cta-band {
    margin: 2rem 0 0;
    padding: 3.2rem 0;
    background: var(--teal);
    color: #fff;
    text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: var(--mint); }

.page-hero {
    position: relative;
    min-height: 52vh;
    display: grid;
    align-items: end;
    color: #fff;
    overflow: hidden;
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,46,43,.28), rgba(16,33,30,.58));
}
.page-hero .wrap { position: relative; z-index: 1; padding: 8rem 0 2.6rem; }
.crumbs {
    font-size: .88rem;
    padding: 1rem 0 0;
    color: var(--ink-soft);
}
.crumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.crumbs li:not(:last-child)::after { content: "/"; margin-left: .5rem; color: #b8b2a6; }
.page-hero h1, .page-hero .lead, .page-hero .geo-summary { color: #fff; }
.page-hero .lead, .page-hero .geo-summary { color: #F3F0E8; }
.geo-summary {
    font-size: 1.05rem;
    line-height: 1.5;
    max-width: 42rem;
    margin: .85rem 0 1.2rem;
}
.hero .geo-summary { color: #F3F0E8; max-width: 36rem; }
.table-scroll { overflow-x: auto; }
.geo-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    font-size: .95rem;
}
.geo-table th, .geo-table td {
    text-align: left;
    padding: .7rem .85rem;
    border-bottom: 1px solid #e6e0d6;
    vertical-align: top;
}
.geo-table th { font-weight: 700; background: #f7f4ee; }
.geo-table a { color: var(--teal); font-weight: 600; }

.content-section { padding: 3.2rem 0; }
.content-section .split { margin-top: 1.2rem; }
.prose-page { max-width: 760px; }
.prose-page h2 { margin-top: 2rem; }
.article-figure { margin: 2rem 0; }
.article-figure img { width: 100%; border-radius: var(--radius); }
.article-figure figcaption { color: var(--ink-soft); font-size: .92rem; margin-top: .45rem; }

.faq-list details {
    background: var(--white);
    border-radius: 6px;
    padding: 1rem 1.1rem;
    margin-bottom: .7rem;
}
.faq-list summary { cursor: pointer; font-weight: 700; }
.faq-list h2 { font-size: 1.15rem; margin: 0; display: inline; }

.map-section { padding: 0; }
.map-embed {
    border: 0;
    width: 100%;
    height: 380px;
    border-radius: var(--radius);
}
.map-embed--bleed {
    display: block;
    width: 100%;
    height: min(68vh, 640px);
    border: 0;
    border-radius: 0;
    margin: 0;
}

.reviews-band { padding-bottom: 3.2rem; }
.reviews-marquee {
    overflow: hidden;
    width: 100%;
    margin: 0 0 1.6rem;
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.reviews-marquee__track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: reviews-marquee 48s linear infinite;
}
.reviews-marquee:hover .reviews-marquee__track {
    animation-play-state: paused;
}
.reviews-marquee .review-slide {
    flex: 0 0 clamp(220px, 18vw, 300px);
    min-width: 0;
}
.review-card {
    background: var(--white);
    border-radius: 12px;
    padding: 1.1rem 1.15rem 1.15rem;
    box-shadow: 0 10px 28px rgba(16,33,30,.07);
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.review-card__source {
    margin: .7rem 0 0;
    color: var(--ink-soft);
    font-weight: 600;
    font-size: .9rem;
}
.stars {
    color: var(--copper);
    letter-spacing: .12em;
    font-size: 1.05rem;
    margin: 0 0 .45rem;
}
.stars .is-off { color: #D5D0C6; opacity: 1; }
.stars .is-half {
    background: linear-gradient(90deg, var(--copper) 50%, #D5D0C6 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.review-card blockquote {
    margin: 0;
    font-size: .98rem;
}
.review-card blockquote p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-card.is-open blockquote p {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}
.review-card__more {
    align-self: flex-start;
    margin-top: .45rem;
    padding: 0;
    border: 0;
    background: none;
    color: var(--teal);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.review-board {
    display: grid;
    gap: 1.1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.review-board .review-card blockquote p {
    -webkit-line-clamp: 3;
}
.review-board .review-card.is-open blockquote p {
    -webkit-line-clamp: unset;
    display: block;
}
@keyframes reviews-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.quote-form, .contact-layout { display: grid; gap: 1.5rem; }
@media (min-width: 880px) {
    .contact-layout { grid-template-columns: 1.35fr .8fr; align-items: start; }
}
.form-grid { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field input, .field select, .field textarea {
    min-height: 48px;
    border: 1px solid #C9D0CC;
    border-radius: 6px;
    padding: .6rem .8rem;
    font: inherit;
    background: var(--white);
    color: var(--ink);
}
.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
    border-color: var(--error);
    box-shadow: 0 0 0 3px rgba(155, 28, 28, .12);
}
.field-errors {
    color: var(--error);
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .92rem;
    font-weight: 650;
}
.field--check {
    flex-direction: row;
    align-items: flex-start;
    gap: .7rem;
}
.field--check input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    min-height: 22px;
    border: 2px solid var(--teal);
    border-radius: 4px;
    margin-top: .15rem;
    background: #fff;
    transition: background .2s ease, border-color .2s ease;
    flex: 0 0 22px;
}
.field--check input[type="checkbox"]:checked {
    background: var(--copper);
    border-color: var(--copper);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M3 8.2 6.4 12 13 4'/%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.hp-wrap, .hp-field { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.turnstile-wrap { margin: .2rem 0 .4rem; min-height: 65px; }
.flash { padding: .8rem 1rem; border-radius: 6px; }
.flash.is-success { background: #d7efe3; color: #0B2E2B; }
.flash.is-error { background: #f8d7d0; color: #7a2410; }

body.is-quote-modal { overflow: hidden; }

.quote-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: max(1rem, env(safe-area-inset-top)) 1rem max(1.2rem, env(safe-area-inset-bottom));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s ease, visibility .5s ease;
}
.quote-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.quote-modal[hidden] { display: none; }
.quote-modal.is-open[hidden] { display: grid; }
.quote-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}
.quote-modal__dialog {
    position: relative;
    width: min(440px, 100%);
    max-height: min(92dvh, 740px);
    overflow: visible;
    overscroll-behavior: contain;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 28px;
    padding: 2.35rem 1.55rem 1.65rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
    text-align: center;
    transform: translateY(36px) scale(.94);
    opacity: 0;
    transition: transform .7s cubic-bezier(.22, 1, .36, 1), opacity .45s ease;
}
.quote-modal.is-open .quote-modal__dialog {
    transform: none;
    opacity: 1;
}
.quote-modal__close {
    position: absolute;
    top: .7rem;
    right: .7rem;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--ink-soft);
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: background .2s ease, color .2s ease, opacity .3s ease;
}
.quote-modal.is-done .quote-modal__close {
    opacity: 1;
    pointer-events: auto;
}
.quote-modal__close:hover { background: var(--sand); color: var(--ink); }
.quote-modal__orb {
    position: relative;
    width: 138px;
    height: 138px;
    margin: .15rem auto 1.45rem;
}
.quote-modal__ring {
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 1.5px solid rgba(22, 78, 74, .16);
    pointer-events: none;
}
.quote-modal__ring--2 { inset: -6px; border-color: rgba(178, 79, 31, .18); }
.quote-modal__ring--3 { inset: -22px; border-color: rgba(22, 78, 74, .1); }
.quote-modal[data-stage="sending"] .quote-modal__ring--1 {
    animation: quote-ring-spin 2.4s linear infinite;
    border-style: dashed;
    border-color: var(--teal);
}
.quote-modal[data-stage="sending"] .quote-modal__ring--2 {
    animation: quote-ring-pulse 1.8s ease-out infinite;
}
.quote-modal[data-stage="sending"] .quote-modal__ring--3 {
    animation: quote-ring-pulse 1.8s ease-out infinite .45s;
}
.quote-modal__core {
    position: absolute;
    inset: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(160deg, var(--teal) 0%, var(--teal-deep) 100%);
    color: #F4F1EA;
    box-shadow: 0 16px 32px rgba(11, 46, 43, .28);
}
.quote-modal[data-stage="success"] .quote-modal__core {
    animation: quote-core-pop .55s cubic-bezier(.22, 1, .36, 1) both;
}
.quote-modal[data-stage="error"] .quote-modal__core {
    background: linear-gradient(160deg, var(--copper) 0%, var(--copper-dark) 100%);
}
.quote-modal__mail,
.quote-modal__check {
    grid-area: 1 / 1;
    width: 52px;
    height: 52px;
}
.quote-modal__mail {
    color: #F4F1EA;
    opacity: 0;
}
.quote-modal[data-stage="sending"] .quote-modal__mail {
    animation: quote-mail-fly 1.7s ease-in-out infinite;
}
.quote-modal[data-stage="success"] .quote-modal__mail,
.quote-modal[data-stage="error"] .quote-modal__mail { display: none; }
.quote-modal__check {
    opacity: 0;
    transform: scale(.6);
}
.quote-modal[data-stage="success"] .quote-modal__check,
.quote-modal[data-stage="error"] .quote-modal__check {
    opacity: 1;
    transform: none;
    transition: opacity .3s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}
.quote-modal__check-ring {
    stroke-dasharray: 176;
    stroke-dashoffset: 176;
}
.quote-modal[data-stage="success"] .quote-modal__check-ring,
.quote-modal[data-stage="error"] .quote-modal__check-ring {
    animation: quote-draw .7s ease forwards;
}
.quote-modal__check-mark {
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
}
.quote-modal[data-stage="success"] .quote-modal__check-mark {
    animation: quote-draw .55s ease .28s forwards;
}
.quote-modal[data-stage="error"] .quote-modal__check-mark { display: none; }
.quote-modal__warn {
    grid-area: 1 / 1;
    display: none;
    font-family: Fraunces, Georgia, serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    color: #F4F1EA;
}
.quote-modal[data-stage="error"] .quote-modal__warn { display: block; }
.quote-modal[data-stage="error"] .quote-modal__check { opacity: 0; }
.quote-modal__spark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background: var(--copper);
    opacity: 0;
    pointer-events: none;
}
.quote-modal[data-stage="success"] .quote-modal__spark {
    animation: quote-spark .85s cubic-bezier(.22, 1, .36, 1) .15s both;
}
.quote-modal__spark--1 { --sx: 72px; --sy: -8px; background: var(--copper); }
.quote-modal__spark--2 { --sx: 58px; --sy: 48px; background: var(--mint); width: 6px; height: 6px; }
.quote-modal__spark--3 { --sx: -6px; --sy: 74px; background: #fff; }
.quote-modal__spark--4 { --sx: -62px; --sy: 38px; background: var(--copper); width: 5px; height: 5px; }
.quote-modal__spark--5 { --sx: -74px; --sy: -18px; background: var(--mint); }
.quote-modal__spark--6 { --sx: -28px; --sy: -68px; background: #fff; width: 6px; height: 6px; }
.quote-modal__spark--7 { --sx: 36px; --sy: -66px; background: var(--copper); }
.quote-modal__spark--8 { --sx: 70px; --sy: 22px; background: var(--mint); width: 5px; height: 5px; }
.quote-modal__eyebrow {
    margin: 0 0 .35rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .68rem;
    font-weight: 700;
    color: var(--copper);
}
.quote-modal__dialog h2 {
    margin: 0 0 .55rem;
    font-size: clamp(1.45rem, 4.5vw, 1.9rem);
}
.quote-modal__dialog p#quote-modal-text {
    margin: 0 auto;
    max-width: 32ch;
    color: var(--ink-soft);
    font-size: 1.02rem;
}
.quote-modal__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .65rem;
    margin-top: 1.45rem;
}
.quote-modal__actions .btn { width: 100%; min-width: 0; }
.quote-modal[data-stage="sending"] .quote-modal__actions { display: none; }

@keyframes quote-ring-spin {
    to { transform: rotate(360deg); }
}
@keyframes quote-ring-pulse {
    0% { transform: scale(.92); opacity: .7; }
    70% { transform: scale(1.08); opacity: 0; }
    100% { transform: scale(1.08); opacity: 0; }
}
@keyframes quote-mail-fly {
    0% { transform: translateY(10px) rotate(-8deg) scale(.86); opacity: 0; }
    18% { opacity: 1; }
    48% { transform: translateY(-2px) rotate(8deg) scale(1); opacity: 1; }
    100% { transform: translateY(-28px) rotate(16deg) scale(.72); opacity: 0; }
}
@keyframes quote-core-pop {
    0% { transform: scale(.82); }
    60% { transform: scale(1.08); }
    100% { transform: scale(1); }
}
@keyframes quote-draw {
    to { stroke-dashoffset: 0; }
}
@keyframes quote-spark {
    0% { transform: translate(0, 0) scale(.4); opacity: 0; }
    35% { opacity: 1; }
    100% { transform: translate(var(--sx), var(--sy)) scale(0); opacity: 0; }
}

@media (max-width: 520px) {
    .quote-modal__dialog {
        width: min(100%, 440px);
        border-radius: 22px;
        padding: 2rem 1.15rem 1.35rem;
    }
    .quote-modal__orb { width: 118px; height: 118px; }
    .quote-modal__eyebrow { letter-spacing: .12em; }
}

.error-page {
    min-height: calc(100vh - var(--header-h) - 8rem);
    display: grid;
    place-content: center;
    justify-items: center;
    text-align: center;
    padding: 6.5rem 1.25rem 4rem;
    gap: .35rem;
}
.error-page__kicker {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
    font-weight: 700;
    color: var(--copper);
}
.error-page__mark {
    margin: 0;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(5rem, 16vw, 8.5rem);
    line-height: .82;
    color: var(--teal-deep);
    letter-spacing: -.06em;
}
.error-page h1 {
    max-width: 18ch;
    margin: .6rem 0 .35rem;
    font-size: clamp(1.55rem, 4vw, 2.1rem);
}
.error-page .lead { max-width: 36ch; margin: 0; }
.error-page__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .7rem;
    margin-top: 1.5rem;
}

.article-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.article-card { background: var(--white); overflow: hidden; border-radius: 6px; }
.article-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 0; }
.article-card__body { padding: 1.1rem 1.15rem 1.3rem; }
.article-card h2, .article-card h3 { margin: .2rem 0 .4rem; }
.article-card a { color: inherit; text-decoration: none; }

.site-footer {
    background: var(--teal-deep);
    color: #E4EEEA;
    padding: 3.2rem 0 2.2rem;
}
.footer-grid {
    display: grid;
    gap: 2rem 1.8rem;
    grid-template-columns: minmax(14rem, 1.1fr) minmax(11rem, .85fr) minmax(19rem, 1.6fr) minmax(11rem, .9fr);
}
.footer-brand {
    display: inline-block;
    margin: 0 0 1.1rem;
    overflow: visible;
    min-height: 9.2rem;
}
.footer-brand img {
    height: 104px;
    width: auto;
    max-width: none;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
    padding: 0;
    transform: scale(1.42);
    transform-origin: left top;
}
.footer-title { color: var(--mint); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover,
.site-footer a:focus-visible { color: var(--copper); }
.site-footer ul { list-style: none; padding: 0; margin: .6rem 0 0; }
.site-footer li { margin: 0; }
.footer-cities {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: .2rem 1.8rem;
}
.footer-cities a {
    white-space: nowrap;
    display: inline-block;
    min-height: 34px;
    line-height: 34px;
    font-size: .95rem;
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding-top: 1rem; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
.is-hidden { display: none !important; }
.socials { display: flex; gap: .6rem; margin-top: 1rem; }
.socials a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    color: #fff;
}
.socials svg { width: 18px; height: 18px; fill: currentColor; }

.muted { color: var(--ink-soft); }
.photo-credit { font-size: .85rem; margin-top: 1rem; }
.related { margin-top: 2rem; padding: 1rem; background: var(--sand); border-radius: 6px; }

@media (max-width: 1100px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
    .brand__logo { height: 58px; max-width: none; transform: scale(1.3); }
    .nav-toggle { display: flex; }
    .primary-nav { display: none; }
    .site-header__cta { margin-left: auto; }
    .site-header__cta .phone-link { display: none; }
    .primary-nav.is-open {
        display: block;
        position: absolute;
        inset: var(--header-h) 0 auto 0;
        max-height: calc(100dvh - var(--header-h));
        overflow-y: auto;
        background: var(--teal-deep);
        padding: .5rem 1rem 1.5rem;
        box-shadow: 0 22px 40px rgba(11, 46, 43, .35);
    }
    .primary-nav__list {
        display: flex;
        flex-direction: column;
        gap: .2rem;
    }
    .primary-nav__link {
        width: 100%;
        justify-content: space-between;
        border-radius: 10px;
    }
    .has-panel > .primary-nav__link::after {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        transition: transform .2s ease;
        margin-left: .5rem;
    }
    .has-panel.is-open > .primary-nav__link::after { transform: rotate(225deg); }
    .has-panel:hover .nav-panel,
    .has-panel:focus-within .nav-panel,
    .has-panel.is-hover .nav-panel { display: none; }
    .nav-panel {
        display: none !important;
        position: static;
        min-width: 0;
        box-shadow: none;
        padding: .35rem .75rem .7rem;
        background: rgba(255,255,255,.07);
        border-radius: 10px;
        margin: 0 0 .25rem;
    }
    .has-panel.is-open .nav-panel {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: .85rem;
    }
    .nav-panel a { color: #fff; }
    .nav-panel--cities { min-width: 0; }
    .nav-panel--cities ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .1rem .75rem;
    }
    .nav-panel--cities a {
        white-space: nowrap;
        font-size: .92rem;
        min-height: 40px;
        padding-inline: .35rem;
    }
    .split, .split--reverse, .form-grid, .footer-grid { grid-template-columns: 1fr; direction: ltr; }
    .footer-cities { grid-template-columns: 1fr; }
    .footer-cities a { white-space: nowrap; }
    .hero { min-height: 86vh; }
    .hero__content {
        padding: calc(var(--header-h) + 1.2rem) 0 5.5rem;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
    }
    .hero h1 .nowrap { white-space: normal; }
    .site-footer { padding-bottom: 2.2rem; }
    .page-hero { min-height: 58vh; }
    .visual-card img, .article-card img { height: 200px; }
    .compare img, .compare__after img { height: 280px; }
    .city-marquee__item { flex-basis: min(78vw, 300px); }
    .reviews-marquee .review-slide { flex-basis: min(78vw, 300px); }
    .map-embed--bleed { height: min(52vh, 460px); }
}

@media (max-width: 420px) {
    .nav-panel--cities ul { grid-template-columns: 1fr; }
    .nav-panel--cities a { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; animation: none !important; }
    [data-reveal] { opacity: 1; transform: none; }
    .quote-modal.is-open .quote-modal__dialog { transform: none; opacity: 1; }
    .quote-modal[data-stage="sending"] .quote-modal__mail { opacity: 1; transform: none; }
    .quote-modal[data-stage="success"] .quote-modal__check,
    .quote-modal[data-stage="error"] .quote-modal__check { opacity: 1; transform: none; }
    .quote-modal__check-ring,
    .quote-modal__check-mark { stroke-dashoffset: 0 !important; }
}
