:root {
    --forest: #123b2a;
    --forest-deep: #0b2c1e;
    --gold: #e6b422;
    --gold-deep: #c9950f;
    --cream: #fff4e6;
    --cream-deep: #f4e8d6;
    --sage: #dcede3;
    --paper: #fffdf8;
    --ink: #17211c;
    --muted: #59655f;
    --line: rgba(23, 33, 28, .14);
    --shadow: 0 24px 70px rgba(21, 42, 31, .12);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Montserrat, Arial, sans-serif;
}

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

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.skip-link {
    position: fixed;
    z-index: 10000;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    background: #fff;
    color: var(--forest);
    font-weight: 800;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-shell {
    width: min(1220px, calc(100% - 64px));
    margin-inline: auto;
}

.site-header {
    position: relative;
    z-index: 1000;
}

.site-topbar {
    background: var(--forest);
    color: #fff;
}

.site-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 38px;
}

.site-specialists {
    color: rgba(255, 255, 255, .8);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.site-topbar-links {
    display: flex;
    align-items: center;
    gap: 26px;
}

.site-topbar a {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.site-mainbar {
    border-bottom: 1px solid rgba(18, 59, 42, .12);
    background: var(--paper);
}

.site-mainbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    min-height: 88px;
}

.site-logo {
    flex: 0 1 272px;
}

.site-logo img {
    width: 100%;
    height: auto;
}

.site-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.site-desktop-nav a {
    color: var(--ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.site-desktop-nav a:hover,
.site-desktop-nav a:focus-visible,
.site-desktop-nav a[aria-current="page"]:not(.site-nav-quote) {
    color: var(--forest);
}

.site-desktop-nav .site-nav-quote {
    padding: 14px 18px;
    background: var(--gold);
    color: var(--ink);
}

.site-desktop-nav .site-nav-quote:hover,
.site-desktop-nav .site-nav-quote:focus-visible {
    background: var(--forest);
    color: #fff;
}

.site-mobile-menu {
    display: none;
}

.site-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 34px;
    color: #6b756f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.site-breadcrumb a {
    color: var(--forest);
}

.site-eyebrow {
    margin: 0 0 17px;
    color: var(--forest);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.interior-page h1,
.interior-page h2,
.interior-page h3 {
    margin-top: 0;
    color: var(--ink);
    font-family: Oswald, Impact, sans-serif;
    font-weight: 600;
    letter-spacing: -.025em;
}

.site-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.site-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 52px;
    padding: 0 24px;
    border: 2px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-button:hover,
.site-button:focus-visible {
    transform: translateY(-2px);
}

.site-button-primary {
    background: var(--gold);
    color: var(--ink);
}

.site-button-primary:hover,
.site-button-primary:focus-visible {
    background: var(--gold-deep);
    color: var(--ink);
}

.site-button-outline {
    border-color: var(--forest);
    color: var(--forest);
}

.site-button-outline:hover,
.site-button-outline:focus-visible {
    background: var(--forest);
    color: #fff;
}

.site-button-light {
    background: var(--paper);
    color: var(--forest);
}

.site-button-light:hover,
.site-button-light:focus-visible {
    background: var(--gold);
    color: var(--ink);
}

.site-text-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--gold);
    color: var(--forest);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.interior-hero {
    position: relative;
    background: var(--cream);
}

.interior-hero::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: max(18px, calc((100vw - 1220px) / 2));
    background: linear-gradient(180deg, rgba(230, 180, 34, .3), transparent 50%);
    content: "";
}

.interior-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr);
    min-height: 610px;
}

.interior-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 68px 70px 68px 0;
}

.interior-hero h1 {
    max-width: 700px;
    margin-bottom: 24px;
    font-size: clamp(56px, 5.7vw, 84px);
    line-height: .98;
}

.interior-hero-lede {
    max-width: 620px;
    margin: 0;
    color: #3e4a44;
    font-size: 17px;
    line-height: 1.75;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 28px;
    color: #59635e;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.hero-trust-row span::before {
    margin-right: 8px;
    color: var(--forest);
    content: "✓";
}

.interior-hero-image {
    position: relative;
    min-height: 610px;
    margin: 0;
    overflow: hidden;
}

.interior-hero-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(6, 26, 17, .4));
    content: "";
}

.interior-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interior-hero-image figcaption {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 28px;
    display: grid;
    gap: 4px;
    padding: 17px 20px;
    background: rgba(255, 253, 248, .95);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .16);
    color: var(--ink);
    font-size: 10px;
}

.interior-hero-image figcaption strong {
    font-family: Oswald, Impact, sans-serif;
    font-size: 19px;
}

.service-jump-nav {
    position: sticky;
    z-index: 30;
    top: 0;
    border-block: 1px solid var(--line);
    background: rgba(255, 253, 248, .94);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.service-jump-nav .site-shell {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 64px;
    overflow-x: auto;
    scrollbar-width: none;
}

.service-jump-nav .site-shell::-webkit-scrollbar {
    display: none;
}

.service-jump-nav span,
.service-jump-nav a {
    flex: 0 0 auto;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.service-jump-nav span {
    color: #7b847f;
}

.service-jump-nav a {
    color: var(--ink);
}

.service-jump-nav a:hover,
.service-jump-nav a:focus-visible {
    color: var(--forest);
}

.content-section {
    padding: 104px 0;
    scroll-margin-top: 64px;
}

.content-section-sage {
    background: var(--sage);
}

.content-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: center;
    gap: 86px;
}

.content-photo-frame {
    position: relative;
    min-height: 550px;
    margin: 0;
}

.content-photo-frame::before {
    position: absolute;
    inset: -16px 16px 16px -16px;
    border: 1px solid rgba(18, 59, 42, .3);
    content: "";
}

.content-photo-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-photo-frame figcaption {
    position: absolute;
    right: -16px;
    bottom: 26px;
    padding: 13px 18px;
    background: var(--gold);
    color: var(--ink);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.content-copy h2,
.section-heading h2,
.repair-process h2,
.feature-copy h2,
.faq-heading h2,
.related-services h2,
.site-final-cta h2 {
    margin-bottom: 22px;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.02;
}

.content-copy > p:not(.site-eyebrow),
.feature-copy > p,
.faq-heading > p:not(.site-eyebrow) {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.76;
}

.content-copy .site-text-link {
    margin-top: 14px;
}

.service-video {
    padding: 96px 0;
    background: var(--forest-deep);
    scroll-margin-top: 64px;
}

.service-video-grid {
    display: grid;
    grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 82px;
}

.service-video .site-eyebrow {
    color: var(--gold);
}

.service-video h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.02;
}

.service-video-copy > p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.75;
}

.service-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #071b12;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
}

.service-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
    align-items: end;
    gap: 80px;
    margin-bottom: 54px;
}

.section-heading h2 {
    max-width: 780px;
    margin-bottom: 0;
}

.section-heading > p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.symptom-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.symptom-card {
    min-height: 270px;
    padding: 30px 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
    transition: background-color 180ms ease, transform 180ms ease;
}

.symptom-card:hover {
    background: var(--cream);
    transform: translateY(-4px);
}

.symptom-card > span {
    display: block;
    margin-bottom: 48px;
    color: var(--forest);
    font-family: Oswald, Impact, sans-serif;
    font-size: 19px;
}

.symptom-card h3 {
    margin-bottom: 13px;
    font-size: 28px;
    line-height: 1.08;
}

.symptom-card p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.repair-process {
    padding: 92px 0;
    background: var(--forest);
    color: #fff;
    scroll-margin-top: 64px;
}

.repair-process-grid {
    display: grid;
    grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
    gap: 80px;
}

.repair-process .site-eyebrow,
.site-final-cta .site-eyebrow {
    color: var(--gold);
}

.repair-process h2 {
    color: #fff;
}

.repair-process-intro > p:last-child {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.7;
}

.repair-process-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.repair-process-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 30px 26px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.repair-process-steps li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .14);
}

.repair-process-steps > li > span {
    color: var(--gold);
    font-family: Oswald, Impact, sans-serif;
    font-size: 20px;
}

.repair-process-steps strong {
    display: block;
    margin-bottom: 7px;
    font-family: Oswald, Impact, sans-serif;
    font-size: 21px;
    letter-spacing: -.01em;
}

.repair-process-steps p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    line-height: 1.65;
}

.feature-section {
    background: var(--cream);
}

.feature-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: stretch;
    background: #fff;
    box-shadow: var(--shadow);
}

.feature-copy {
    align-self: center;
    padding: 54px;
}

.feature-grid > figure {
    min-height: 580px;
    margin: 0;
}

.feature-grid > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-facts {
    display: grid;
    margin: 32px 0 0;
}

.feature-facts > div {
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid var(--line);
}

.feature-facts dt,
.feature-facts dd {
    margin: 0;
    font-size: 10px;
}

.feature-facts dt {
    color: #7c857f;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.feature-facts dd {
    color: var(--ink);
    font-weight: 700;
}

.faq-section {
    background: var(--paper);
}

.faq-grid {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: 96px;
}

.faq-heading {
    position: sticky;
    top: 96px;
    align-self: start;
}

.faq-heading h2 {
    margin-bottom: 18px;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 25px 0;
    color: var(--ink);
    cursor: pointer;
    font-family: Oswald, Impact, sans-serif;
    font-size: 23px;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary span {
    color: var(--forest);
    font-family: Montserrat, Arial, sans-serif;
    transition: transform 180ms ease;
}

.faq-list details[open] summary span {
    transform: rotate(45deg);
}

.faq-list details p {
    margin: -5px 46px 25px 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.related-services {
    padding: 70px 0;
    background: var(--sage);
}

.related-services-grid {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 70px;
}

.related-services h2 {
    margin-bottom: 0;
    font-size: 40px;
}

.related-services nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-services nav a {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    min-height: 90px;
    padding: 20px;
    border-left: 1px solid rgba(18, 59, 42, .18);
    color: var(--ink);
    font-family: Oswald, Impact, sans-serif;
    font-size: 18px;
}

.related-services nav b {
    color: var(--forest);
}

.site-final-cta {
    padding: 78px 0;
    background: var(--forest-deep);
}

.site-final-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    align-items: end;
    gap: 70px;
}

.site-final-cta h2 {
    max-width: 700px;
    margin-bottom: 0;
    color: #fff;
}

.site-final-cta-grid > div:last-child {
    display: grid;
    justify-items: start;
    gap: 17px;
}

.cta-phone {
    color: rgba(255, 255, 255, .76);
    font-size: 11px;
    font-weight: 700;
}

.quote-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 30px 0 20px;
}

.quote-form-trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.quote-form-grid label {
    display: grid;
    gap: 8px;
    color: rgba(255, 255, 255, .76);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.quote-form-wide {
    grid-column: 1 / -1;
}

.quote-form-grid input,
.quote-form-grid textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 0;
    outline: 0;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-size: 14px;
}

.quote-form-grid input {
    min-height: 48px;
    padding: 0 14px;
}

.quote-form-grid textarea {
    min-height: 108px;
    padding: 13px 14px;
    resize: vertical;
}

.quote-form-grid input:focus,
.quote-form-grid textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(230, 180, 34, .15);
}

.quote-form-grid textarea::placeholder {
    color: rgba(255, 255, 255, .4);
}

.form-notice {
    margin-top: 18px;
    padding: 13px 15px;
    border-left: 4px solid var(--gold);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}

.form-notice[data-status="sent"] {
    border-left-color: #76c893;
    background: rgba(118, 200, 147, .12);
}

.quote-form button:disabled {
    cursor: wait;
    opacity: .72;
}

.form-notice[hidden] {
    display: none;
}

/* Shared landing and listing components */
.home-hero {
    position: relative;
    overflow: hidden;
    background: var(--cream);
}

.home-hero::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 9px;
    background: var(--gold);
    content: "";
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    min-height: 690px;
}

.home-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 76px 72px 66px 0;
}

.home-hero h1 {
    margin-bottom: 28px;
    font-size: clamp(62px, 6vw, 91px);
    line-height: .93;
}

.home-hero h1 em {
    color: var(--forest);
    font-style: normal;
}

.home-hero-copy > p:not(.site-eyebrow) {
    max-width: 630px;
    margin: 0;
    color: #455149;
    font-size: 16px;
    line-height: 1.74;
}

.home-hero-visual {
    position: relative;
    min-height: 690px;
    margin: 0;
    overflow: hidden;
}

.home-hero-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 62%, rgba(7, 31, 20, .52));
    content: "";
}

.home-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-visual figcaption {
    position: absolute;
    z-index: 1;
    right: 26px;
    bottom: 26px;
    display: grid;
    gap: 6px;
    min-width: 230px;
    padding: 18px 20px;
    background: rgba(255, 253, 248, .94);
}

.home-hero-visual figcaption span,
.home-hero-facts dt {
    color: #6e7872;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-hero-visual figcaption strong {
    color: var(--forest);
    font-family: Oswald, Impact, sans-serif;
    font-size: 20px;
}

.home-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 38px 0 0;
    border-top: 1px solid rgba(18, 59, 42, .19);
}

.home-hero-facts > div {
    padding: 18px 12px 0 0;
    border-right: 1px solid rgba(18, 59, 42, .16);
}

.home-hero-facts > div + div {
    padding-left: 16px;
}

.home-hero-facts > div:last-child {
    border-right: 0;
}

.home-hero-facts dt,
.home-hero-facts dd {
    margin: 0;
}

.home-hero-facts dd {
    margin-top: 6px;
    color: var(--ink);
    font-family: Oswald, Impact, sans-serif;
    font-size: 17px;
}

.home-problem-strip {
    background: var(--forest);
}

.home-problem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-problem-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 84px;
    padding: 18px 24px;
    border-left: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    font-family: Oswald, Impact, sans-serif;
    font-size: 18px;
}

.home-problem-grid a:last-child {
    border-right: 1px solid rgba(255, 255, 255, .14);
}

.home-problem-grid b {
    color: var(--gold);
}

.home-diagnosis-grid {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(420px, 1.1fr) minmax(260px, .72fr);
    align-items: center;
    gap: 54px;
}

.home-diagnosis-copy h2,
.home-project-heading h2,
.home-areas h2,
.about-local h2,
.quote-help-grid h2,
.quote-next h2,
.contact-copy h2,
.resource-callout h2 {
    margin-bottom: 22px;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.02;
}

.home-diagnosis-copy > p:not(.site-eyebrow),
.home-project-heading > p,
.home-areas p,
.about-local p,
.quote-help-grid p,
.contact-copy > p,
.resource-callout p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.76;
}

.home-diagnosis-copy .site-text-link {
    margin-top: 12px;
}

.home-diagnosis-photo {
    position: relative;
    min-height: 610px;
    margin: 0;
    box-shadow: var(--shadow);
}

.home-diagnosis-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-diagnosis-photo figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 22px 24px;
    background: rgba(11, 44, 30, .94);
    color: #fff;
    font-size: 10px;
    line-height: 1.55;
}

.home-diagnosis-photo figcaption strong {
    color: var(--gold);
    font-family: Oswald, Impact, sans-serif;
    font-size: 21px;
}

.home-diagnosis-list {
    display: grid;
}

.home-diagnosis-list article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 16px;
    padding: 24px 0;
    border-top: 1px solid rgba(18, 59, 42, .18);
}

.home-diagnosis-list article:last-child {
    border-bottom: 1px solid rgba(18, 59, 42, .18);
}

.home-diagnosis-list article > span,
.value-grid article > span,
.quote-checklist article > span {
    color: var(--forest);
    font-family: Oswald, Impact, sans-serif;
    font-size: 17px;
}

.home-diagnosis-list h3 {
    margin-bottom: 7px;
    font-size: 23px;
}

.home-diagnosis-list p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.65;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 24px;
}

.service-card {
    display: grid;
    align-content: start;
    min-width: 0;
    border: 1px solid var(--line);
    background: #fff;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-5px);
}

.service-card-image {
    display: block;
    aspect-ratio: 1.38 / 1;
    overflow: hidden;
    background: var(--sage);
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
}

.service-card:hover .service-card-image img {
    transform: scale(1.035);
}

.service-card > div {
    padding: 28px 26px 30px;
}

.service-card-kicker {
    margin: 0 0 12px;
    color: var(--forest);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.service-card h2,
.service-card h3 {
    margin-bottom: 13px;
    font-size: 30px;
    line-height: 1.05;
}

.service-card h2 a,
.service-card h3 a {
    color: var(--ink);
}

.service-card > div > p:not(.service-card-kicker) {
    min-height: 62px;
    margin: 0 0 23px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.section-action {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

.home-project {
    padding: 96px 0 110px;
    background: var(--cream);
}

.home-project-heading {
    display: grid;
    grid-template-columns: 1fr minmax(260px, .45fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 42px;
}

.home-project-heading h2 {
    margin-bottom: 0;
}

.comparison {
    position: relative;
    height: min(66vw, 690px);
    min-height: 440px;
    overflow: hidden;
    background: var(--forest);
    box-shadow: var(--shadow);
}

.comparison-image {
    position: absolute;
    inset: 0;
}

.comparison-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comparison-before {
    z-index: 1;
    clip-path: inset(0 calc(100% - var(--compare-position)) 0 0);
}

.comparison-image span {
    position: absolute;
    top: 22px;
    padding: 10px 13px;
    background: rgba(11, 44, 30, .9);
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.comparison-before span {
    left: 22px;
}

.comparison-after span {
    right: 22px;
}

.comparison input {
    position: absolute;
    z-index: 3;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: ew-resize;
    opacity: 0;
}

.comparison-handle {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: var(--compare-position);
    width: 3px;
    background: #fff;
    transform: translateX(-50%);
}

.comparison-handle span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    font-weight: 800;
    transform: translate(-50%, -50%);
}

.home-areas {
    background: var(--sage);
}

.home-areas-grid,
.about-local-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    align-items: center;
    gap: 100px;
}

.home-areas-grid > div:first-child,
.about-local-grid > div:first-child {
    max-width: 650px;
}

.area-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(18, 59, 42, .2);
    border-left: 1px solid rgba(18, 59, 42, .2);
}

.area-list span {
    min-height: 60px;
    padding: 20px;
    border-right: 1px solid rgba(18, 59, 42, .2);
    border-bottom: 1px solid rgba(18, 59, 42, .2);
    color: var(--forest);
    font-family: Oswald, Impact, sans-serif;
    font-size: 18px;
}

.page-banner {
    padding: 90px 0 82px;
    background: var(--cream);
}

.page-banner-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .6fr);
    align-items: end;
    gap: 100px;
}

.page-banner h1 {
    max-width: 850px;
    margin-bottom: 0;
    font-size: clamp(62px, 7vw, 94px);
    line-height: .95;
}

.page-banner-grid > div:last-child > p {
    margin: 0 0 24px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.74;
}

.page-banner-dark {
    background: var(--forest-deep);
    color: #fff;
}

.page-banner-dark h1,
.page-banner-dark .site-breadcrumb,
.page-banner-dark .site-breadcrumb a {
    color: #fff;
}

.page-banner-dark .site-eyebrow,
.page-banner-dark .site-text-link {
    color: var(--gold);
}

.page-banner-dark .page-banner-grid > div:last-child > p {
    color: rgba(255, 255, 255, .67);
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.value-grid article {
    min-height: 310px;
    padding: 30px 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.value-grid h3 {
    margin: 46px 0 15px;
    font-size: 28px;
    line-height: 1.08;
}

.value-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.about-local {
    padding: 90px 0;
    background: var(--sage);
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.resource-grid > article {
    padding: 38px;
    border: 1px solid var(--line);
    background: #fff;
}

.resource-grid > article > span {
    color: var(--forest);
    font-family: Oswald, Impact, sans-serif;
    font-size: 18px;
}

.resource-grid h2 {
    margin: 34px 0 14px;
    font-size: 38px;
}

.resource-grid > article > p {
    min-height: 52px;
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.resource-grid nav {
    display: grid;
    border-top: 1px solid var(--line);
}

.resource-grid nav a {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
}

.resource-grid nav b {
    color: var(--forest);
}

.resource-callout {
    padding: 84px 0;
    background: var(--sage);
}

.resource-callout-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
    align-items: center;
    gap: 100px;
}

.resource-callout h2 {
    margin-bottom: 0;
}

.resource-callout ol {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.resource-callout ol li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid rgba(18, 59, 42, .2);
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.resource-callout ol li:last-child {
    border-bottom: 1px solid rgba(18, 59, 42, .2);
}

.resource-callout ol span {
    color: var(--forest);
    font-family: Oswald, Impact, sans-serif;
    font-size: 19px;
}

.quote-hero {
    padding: 78px 0 90px;
    background: var(--cream);
}

.quote-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .75fr);
    align-items: center;
    gap: 74px;
}

.quote-hero-copy h1 {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: clamp(62px, 7vw, 92px);
    line-height: .95;
}

.quote-hero-copy > p:not(.site-eyebrow) {
    max-width: 700px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.quote-hero-copy figure {
    position: relative;
    height: 350px;
    margin: 38px 0 0;
}

.quote-hero-copy figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-hero-copy figcaption {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 13px 16px;
    background: var(--paper);
    color: var(--forest);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.quote-panel {
    padding: 44px;
    background: var(--forest-deep);
    box-shadow: var(--shadow);
    color: #fff;
}

.quote-panel .site-eyebrow {
    color: var(--gold);
}

.quote-panel h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 44px;
}

.quote-panel > p:not(.site-eyebrow) {
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    line-height: 1.7;
}

.quote-panel > p a {
    color: #fff;
    font-weight: 700;
}

.quote-help-grid {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
    gap: 90px;
}

.quote-checklist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.quote-checklist article {
    min-height: 270px;
    padding: 28px 24px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.quote-checklist h3 {
    margin: 46px 0 10px;
    font-size: 25px;
}

.quote-checklist p {
    margin: 0;
    font-size: 11px;
}

.quote-next {
    padding: 84px 0;
    background: var(--sage);
}

.quote-next-grid {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    gap: 90px;
}

.quote-next ol {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quote-next li {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 22px;
    padding: 22px 0;
    border-top: 1px solid rgba(18, 59, 42, .2);
}

.quote-next li > span {
    color: var(--forest);
    font-family: Oswald, Impact, sans-serif;
    font-size: 22px;
}

.quote-next strong {
    font-family: Oswald, Impact, sans-serif;
    font-size: 23px;
}

.quote-next li p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
}

.contact-cards {
    position: relative;
    z-index: 2;
    margin-top: -28px;
}

.contact-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    box-shadow: var(--shadow);
}

.contact-card-grid > a {
    display: grid;
    align-content: space-between;
    min-height: 180px;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, .13);
    background: var(--forest);
    color: #fff;
}

.contact-card-grid > a:nth-child(2) {
    background: var(--forest-deep);
}

.contact-card-grid > a:nth-child(3) {
    background: var(--gold);
    color: var(--ink);
}

.contact-card-grid span,
.contact-card-grid b {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-card-grid span {
    color: rgba(255, 255, 255, .6);
}

.contact-card-grid > a:nth-child(3) span {
    color: rgba(23, 33, 28, .64);
}

.contact-card-grid strong {
    overflow-wrap: anywhere;
    font-family: Oswald, Impact, sans-serif;
    font-size: clamp(22px, 2.2vw, 32px);
}

.contact-main {
    padding: 112px 0;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(480px, .9fr);
    align-items: start;
    gap: 76px;
}

.contact-crm {
    padding: 34px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

.contact-crm-heading {
    margin-bottom: 20px;
}

.contact-crm-heading .site-eyebrow {
    margin-bottom: 10px;
}

.contact-crm-heading h2 {
    margin-bottom: 10px;
    color: var(--forest);
    font-size: clamp(36px, 4vw, 48px);
}

.contact-crm-heading > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.az-crm-form {
    width: 100%;
    min-height: 536px;
    margin-inline: auto;
    background: #fff;
}

.az-crm-form iframe {
    display: block;
    width: 100%;
    min-height: 536px;
    border: 0;
}

.contact-service-area {
    margin-top: 38px;
}

.contact-service-area > strong {
    display: block;
    margin-bottom: 14px;
    color: var(--forest);
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.site-footer {
    padding-top: 76px;
    background: var(--forest);
    color: #fff;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, .7fr));
    gap: 56px;
    padding-bottom: 62px;
}

.site-footer-brand img {
    width: 240px;
    padding: 10px;
    background: var(--paper);
}

.site-footer-brand p {
    max-width: 360px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    line-height: 1.7;
}

.site-footer h2 {
    margin: 0 0 20px;
    color: var(--gold);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.site-footer-grid > div:not(.site-footer-brand) {
    display: grid;
    align-content: start;
    gap: 13px;
}

.site-footer a {
    color: rgba(255, 255, 255, .76);
    font-size: 11px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #fff;
}

.site-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .5);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

@media (prefers-reduced-motion: no-preference) {
    [data-reveal] {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity 650ms ease, transform 650ms ease;
    }

    [data-reveal].is-visible {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1100px) {
    .site-shell {
        width: min(100% - 48px, 960px);
    }

    .interior-hero-grid {
        grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    }

    .interior-hero-copy {
        padding-right: 48px;
    }

    .section-heading {
        gap: 52px;
    }

    .symptom-card {
        min-height: 290px;
        padding: 27px 23px;
    }

    .repair-process-grid {
        gap: 48px;
    }

    .feature-grid {
        grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
    }

    .feature-copy {
        padding: 44px;
    }

    .faq-grid {
        gap: 60px;
    }
}

@media (max-width: 820px) {
    .site-header {
        position: sticky;
        top: 0;
        box-shadow: 0 4px 18px rgba(0, 0, 0, .16);
    }

    .site-specialists {
        display: none;
    }

    .site-topbar-inner {
        justify-content: flex-end;
    }

    .site-mainbar-inner {
        min-height: 72px;
    }

    .site-logo {
        flex-basis: 225px;
    }

    .site-desktop-nav {
        display: none;
    }

    .site-mobile-menu {
        position: relative;
        display: block;
    }

    .site-mobile-menu summary {
        display: block;
        padding: 9px 12px;
        border: 2px solid var(--forest);
        color: var(--forest);
        cursor: pointer;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .06em;
        list-style: none;
        text-transform: uppercase;
    }

    .site-mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .site-mobile-menu nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        display: grid;
        min-width: 210px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
    }

    .site-mobile-menu nav a {
        padding: 13px 14px;
        border-bottom: 1px solid #e7ebee;
        color: var(--ink);
        font-size: 13px;
        font-weight: 600;
    }

    .interior-hero-grid,
    .content-split,
    .section-heading,
    .repair-process-grid,
    .service-video-grid,
    .feature-grid,
    .faq-grid,
    .related-services-grid,
    .site-final-cta-grid {
        grid-template-columns: 1fr;
    }

    .interior-hero-grid {
        width: 100%;
    }

    .interior-hero-copy {
        width: min(100% - 40px, 720px);
        margin-inline: auto;
        padding: 62px 0 58px;
    }

    .interior-hero-image {
        min-height: 470px;
    }

    .service-jump-nav {
        top: 110px;
    }

    .content-section,
    .repair-process {
        scroll-margin-top: 174px;
    }

    .content-split {
        gap: 54px;
    }

    .service-video-grid {
        gap: 38px;
    }

    .content-photo-frame {
        min-height: 460px;
    }

    .section-heading {
        gap: 20px;
    }

    .symptom-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .symptom-card {
        min-height: 240px;
    }

    .repair-process-grid {
        gap: 38px;
    }

    .feature-grid > figure {
        min-height: 520px;
    }

    .faq-heading {
        position: static;
    }

    .related-services-grid,
    .site-final-cta-grid {
        gap: 34px;
    }

    .site-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px;
    }

    .site-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .site-shell,
    .interior-hero-copy {
        width: calc(100% - 32px);
    }

    .site-topbar-inner {
        min-height: 34px;
        justify-content: center;
    }

    .site-topbar-links a:last-child {
        display: none;
    }

    .site-mainbar-inner {
        min-height: 66px;
    }

    .site-logo {
        flex-basis: 190px;
    }

    .interior-hero-copy {
        padding: 48px 0;
    }

    .interior-hero h1 {
        font-size: clamp(46px, 14vw, 62px);
    }

    .interior-hero-lede {
        font-size: 15px;
    }

    .site-actions {
        display: grid;
    }

    .site-button {
        width: 100%;
    }

    .interior-hero-image {
        min-height: 380px;
    }

    .interior-hero-image figcaption {
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .service-jump-nav {
        top: 100px;
    }

    .content-section,
    .repair-process {
        scroll-margin-top: 164px;
    }

    .content-section {
        padding: 72px 0;
    }

    .service-video {
        padding: 70px 0;
        scroll-margin-top: 164px;
    }

    .content-photo-frame {
        min-height: 350px;
    }

    .content-photo-frame::before {
        inset: -10px 10px 10px -10px;
    }

    .content-photo-frame figcaption {
        right: -6px;
        bottom: 14px;
    }

    .content-copy h2,
    .section-heading h2,
    .repair-process h2,
    .feature-copy h2,
    .faq-heading h2,
    .related-services h2,
    .site-final-cta h2 {
        font-size: clamp(38px, 12vw, 50px);
    }

    .symptom-grid {
        grid-template-columns: 1fr;
    }

    .symptom-card {
        min-height: 0;
    }

    .symptom-card > span {
        margin-bottom: 28px;
    }

    .repair-process {
        padding: 70px 0;
    }

    .repair-process-steps {
        grid-template-columns: 1fr;
    }

    .repair-process-steps li:nth-child(odd) {
        border-right: 0;
    }

    .feature-copy {
        padding: 34px 24px;
    }

    .feature-grid > figure {
        min-height: 390px;
    }

    .feature-facts > div {
        grid-template-columns: 80px 1fr;
    }

    .related-services nav {
        grid-template-columns: 1fr;
    }

    .related-services nav a {
        min-height: 70px;
        border-top: 1px solid rgba(18, 59, 42, .18);
        border-left: 0;
    }

    .site-final-cta {
        padding: 66px 0;
    }

    .quote-form-grid {
        grid-template-columns: 1fr;
    }

    .quote-form-wide {
        grid-column: auto;
    }

    .site-footer {
        padding-top: 62px;
    }

    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 22px;
    }

    .site-footer-brand,
    .site-footer-grid > div:last-child {
        grid-column: 1 / -1;
    }

    .site-footer-bottom {
        display: grid;
    }
}

@media (max-width: 1100px) {
    .home-hero-grid {
        grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
    }

    .home-hero-copy {
        padding-right: 48px;
    }

    .home-diagnosis-grid {
        grid-template-columns: minmax(240px, .75fr) minmax(360px, 1fr) minmax(220px, .7fr);
        gap: 34px;
    }

    .service-card-grid {
        gap: 24px 18px;
    }

    .service-card > div {
        padding: 24px 22px 27px;
    }

    .page-banner-grid,
    .home-areas-grid,
    .about-local-grid,
    .resource-callout-grid,
    .quote-hero-grid,
    .quote-help-grid,
    .quote-next-grid,
    .contact-main-grid {
        gap: 58px;
    }
}

@media (max-width: 820px) {
    .home-hero-grid,
    .home-diagnosis-grid,
    .home-project-heading,
    .home-areas-grid,
    .about-local-grid,
    .page-banner-grid,
    .resource-callout-grid,
    .quote-hero-grid,
    .quote-help-grid,
    .quote-next-grid,
    .contact-main-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-grid {
        width: 100%;
    }

    .home-hero-copy {
        width: min(100% - 40px, 720px);
        margin-inline: auto;
        padding: 62px 0 54px;
    }

    .home-hero-visual {
        min-height: 540px;
    }

    .home-problem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-problem-grid a:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, .14);
    }

    .home-problem-grid a:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, .14);
        border-right: 1px solid rgba(255, 255, 255, .14);
    }

    .home-diagnosis-grid {
        gap: 48px;
    }

    .home-diagnosis-photo {
        min-height: 560px;
    }

    .home-diagnosis-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-left: 1px solid rgba(18, 59, 42, .18);
    }

    .home-diagnosis-list article {
        grid-template-columns: 1fr;
        align-content: start;
        padding: 24px;
        border-right: 1px solid rgba(18, 59, 42, .18);
        border-bottom: 1px solid rgba(18, 59, 42, .18);
    }

    .service-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-project-heading,
    .home-areas-grid,
    .about-local-grid,
    .page-banner-grid,
    .resource-callout-grid,
    .quote-help-grid,
    .quote-next-grid,
    .contact-main-grid {
        gap: 34px;
    }

    .value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quote-hero-grid {
        gap: 48px;
    }

    .quote-hero-copy figure {
        height: 430px;
    }

    .contact-card-grid {
        grid-template-columns: 1fr;
    }

    .contact-card-grid > a {
        min-height: 140px;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .contact-main {
        padding: 90px 0;
    }
}

@media (max-width: 560px) {
    .home-hero-copy {
        width: calc(100% - 32px);
        padding: 48px 0;
    }

    .home-hero h1,
    .page-banner h1,
    .quote-hero-copy h1 {
        font-size: clamp(48px, 14vw, 64px);
    }

    .home-hero-facts {
        grid-template-columns: 1fr;
    }

    .home-hero-facts > div,
    .home-hero-facts > div + div {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(18, 59, 42, .16);
    }

    .home-hero-visual {
        min-height: 420px;
    }

    .home-hero-visual figcaption {
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .home-problem-grid,
    .home-diagnosis-list,
    .service-card-grid,
    .value-grid,
    .resource-grid,
    .quote-checklist {
        grid-template-columns: 1fr;
    }

    .home-problem-grid a {
        min-height: 70px;
        border-top: 1px solid rgba(255, 255, 255, .14);
        border-right: 1px solid rgba(255, 255, 255, .14);
    }

    .home-diagnosis-photo {
        min-height: 420px;
    }

    .home-diagnosis-list article {
        grid-template-columns: 34px 1fr;
    }

    .service-card-image {
        aspect-ratio: 1.45 / 1;
    }

    .service-card > div > p:not(.service-card-kicker) {
        min-height: 0;
    }

    .home-project {
        padding: 72px 0 80px;
    }

    .comparison {
        width: 100%;
        height: 440px;
        min-height: 0;
    }

    .comparison-image img {
        object-position: center;
    }

    .home-areas-grid,
    .about-local-grid {
        gap: 28px;
    }

    .area-list span {
        padding: 16px;
        font-size: 16px;
    }

    .page-banner {
        padding: 64px 0 60px;
    }

    .page-banner-grid {
        gap: 24px;
    }

    .value-grid article {
        min-height: 0;
    }

    .value-grid h3 {
        margin-top: 28px;
    }

    .resource-grid > article {
        padding: 30px 24px;
    }

    .resource-grid > article > p {
        min-height: 0;
    }

    .resource-callout,
    .quote-next {
        padding: 68px 0;
    }

    .resource-callout-grid {
        grid-template-columns: 1fr;
    }

    .quote-hero {
        padding: 56px 0 70px;
    }

    .quote-hero-copy figure {
        height: 330px;
    }

    .quote-panel {
        padding: 32px 22px;
    }

    .quote-panel h2 {
        font-size: 38px;
    }

    .contact-crm {
        padding: 28px 18px;
    }

    .quote-checklist article {
        min-height: 0;
    }

    .quote-checklist h3 {
        margin-top: 26px;
    }

    .contact-cards {
        margin-top: 0;
    }

    .contact-card-grid {
        width: 100%;
    }

    .contact-card-grid > a {
        min-height: 130px;
        padding: 24px 16px;
    }

    .contact-card-grid strong {
        font-size: 24px;
    }

    .contact-main {
        padding: 72px 0;
    }
}
