:root,
[data-theme="deep-blue"] {
    --primary: #ffd423;
    --primary-rgb: 255, 212, 35;
    --primary-hover: #ffe466;
    --accent: #ffd423;
    --accent-rgb: 255, 212, 35;
    --text-on-primary: #02183f;
    --bg-primary: #02183f;
    --bg-secondary: #06285f;
    --bg-tertiary: #0b3778;
    --bg-card: rgba(2, 24, 63, 0.72);
    --text-main: #d5e0ea;
    --text-muted: #a9b8c8;
    --text-light: #ffffff;
    --border-color: rgba(255, 212, 35, 0.18);
    --border-hover: rgba(255, 212, 35, 0.44);
    --font-heading: 'Montserrat', 'Mugen Grotesk FW', 'Funnel Display', sans-serif;
    --font-display: 'Montserrat', 'Mugen Grotesk FW', 'Funnel Display', sans-serif;
    --font-body: 'Manrope', 'Acumin Variable Concept', Arial, sans-serif;
    --v3-bg: #02183f;
    --v3-bg-alt: #06285f;
    --v3-card: rgba(5, 36, 82, 0.78);
    --v3-text: #ffffff;
    --v3-copy: rgba(255, 255, 255, 0.82);
    --v3-accent: #ffd423;
    --v3-accent-rgb: 255, 212, 35;
    --v3-border: rgba(255, 212, 35, 0.18);
    
    --radius-card: 10px;
    --radius-btn: 8px;
    --radius-badge: 6px;
}

body.above-site {
    background: #02183f;
    overflow-x: hidden;
}

html {
    background-color: #02183f;
}

body.above-site::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: constant(safe-area-inset-top);
    height: env(safe-area-inset-top);
    background: #02183f;
    z-index: 1200;
    pointer-events: none;
}

body.above-site #home {
    width: 100%;
    overflow-x: hidden;
    background: transparent;
}

body.above-site .nav-drawer {
    left: auto;
    right: 0;
    transform: translateX(100%);
    background: #02183f;
    border-left: 1px solid rgba(255, 212, 35, 0.22);
    box-shadow: -26px 0 70px rgba(0, 0, 0, 0.5);
}

body.above-site .nav-drawer.open {
    transform: translateX(0);
}

body.above-site .drawer-overlay {
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body.above-site .drawer-top {
    border-bottom: 1px solid rgba(255, 212, 35, 0.16);
    padding-bottom: 22px;
}

body.above-site .drawer-brand {
    height: 74px;
}

body.above-site .drawer-close {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 212, 35, 0.22);
    border-radius: var(--radius-btn);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
}

body.above-site .drawer-close:hover {
    background: #ffd423;
    border-color: #ffd423;
    color: #02183f;
}

body.above-site .drawer-main a {
    color: rgba(255, 255, 255, 0.86);
}

body.above-site .drawer-main a:hover {
    color: #ffd423;
}

body.above-site .drawer-footer {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 212, 35, 0.16);
}

body.above-site .drawer-call-btn {
    min-height: 64px;
    justify-content: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 212, 35, 0.78);
    background: #ffd423;
    color: #02183f;
    -webkit-text-fill-color: #02183f;
    box-shadow:
        0 18px 44px rgba(255, 212, 35, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
    font-family: var(--font-heading);
    font-size: clamp(0.9rem, 3.55vw, 1.02rem);
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0.03em;
    white-space: nowrap;
    text-align: center;
}

body.above-site .drawer-call-btn i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border-radius: 999px;
    background: #02183f;
    color: #ffd423;
    -webkit-text-fill-color: #ffd423;
    font-size: 0.9rem;
}

body.above-site .drawer-call-btn:hover {
    transform: translateY(-2px);
    background: #ffe466;
    box-shadow:
        0 22px 54px rgba(255, 212, 35, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

body.above-site #home > .hero { order: 1; }
body.above-site #home > .above-proof { order: 2 !important; }
body.above-site #home > .about-section { order: 3; }
body.above-site #home > .services-section { order: 4; }
body.above-site #home > .before-after-section { order: 5; }
body.above-site #home > .process-section { order: 6; }
body.above-site #home > .warranty-section { order: 7; }
body.above-site #home > .projects-section { order: 8; }
body.above-site #home > .reviews-section { order: 9; }
body.above-site #home > .faq-section { order: 10; }
body.above-site #home > .service-areas-section { order: 11; }
body.above-site #home > .merged-contact-cta { order: 12; }

body.above-site .site-header {
    background: transparent;
    border-bottom-color: transparent;
}

body.above-site .site-header.scrolled {
    background: rgba(2, 24, 63, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

body.above-site .site-header.scrolled .brand-logo {
    height: 58px;
}

.brand-logo-wrap {
    display: inline-flex;
    align-items: center;
    padding: 2px 0;
}

.brand-logo {
    width: auto;
    height: 60px;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

.site-nav {
    gap: clamp(14px, 2vw, 28px);
}

.nav-link,
.header-quote-link,
.header-call-btn {
    font-family: var(--font-heading);
    font-weight: 900;
}

body.above-site .site-nav .nav-link {
    color: #ffffff;
    padding: 0.7rem 0;
    text-shadow: 0 1px 8px rgba(2, 24, 63, 0.35);
    transition: color 0.22s ease, transform 0.22s ease;
}

body.above-site .site-nav .nav-link::after {
    bottom: 0.36rem;
    height: 3px;
    border-radius: 999px;
    background: var(--primary);
    box-shadow: 0 0 14px rgba(255, 212, 35, 0.35);
}

body.above-site .site-nav .nav-link:hover,
body.above-site .site-nav .nav-link.is-active {
    color: var(--primary);
    transform: translateY(-1px);
}

body.above-site .site-nav .nav-link:focus-visible {
    color: var(--primary);
    outline: 2px solid rgba(255, 212, 35, 0.7);
    outline-offset: 7px;
}

.header-quote-link {
    display: none !important;
}

.header-quote-link:hover {
    color: #ffffff;
}

.header-call-btn {
    color: #02183f;
    background: var(--primary);
    border-color: rgba(255, 212, 35, 0.7);
}

.header-call-btn:hover {
    color: #02183f;
    background: #ffe466;
}

.drawer-brand {
    width: 220px;
    height: 76px;
}

.hero {
    min-height: 850px;
    padding: 118px 0 72px;
    display: block;
}

.hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.52) 50%, rgba(0, 0, 0, 0.18) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.62) 100%);
}

[data-theme="deep-blue"] .hero-overlay {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.62) 52%, rgba(0, 0, 0, 0.28) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.76) 100%);
}

[data-theme="deep-blue"] .hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.hero-bg-video,
.hero-video-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg-video {
    z-index: 1;
    transform: scale(1.02);
    filter: saturate(1.08) contrast(1.04);
}

.hero-slideshow.is-instant-swap .hero-slide {
    transition-duration: 0.18s;
}

.hero-video-fallback {
    z-index: 0;
}

@media (max-width: 1120px) {
    .hero-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.68) 100%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-bg-video {
        display: none;
    }
}

.hero-layout {
    position: relative;
    z-index: 6;
    min-height: calc(850px - 190px);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    gap: clamp(32px, 5vw, 78px);
    align-items: center;
}

body.above-site :is(.scroll-item, .scroll-card, .scroll-stagger > *, .blur-reveal) {
    opacity: 1;
    transform: none;
    filter: none;
}

body.above-site .scroll-stagger > * {
    animation: none;
}

.hero-content {
    position: relative;
    inset: auto;
    width: auto;
    max-width: 790px;
    padding: 0;
    display: block;
    text-align: left;
}

.hero-headline {
    font-family: var(--font-heading);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
    max-width: 850px;
    text-transform: uppercase;
    text-shadow: 0 4px 16px rgba(2, 24, 63, 0.95), 0 1px 2px rgba(2, 24, 63, 0.95);
}

.hero-headline > span {
    display: block;
}

.hero-headline > span:nth-child(1) {
    font-size: clamp(1.9rem, 3.4vw, 4.0rem);
}

.hero-headline > span:nth-child(2) {
    font-size: clamp(1.25rem, 2.1vw, 2.35rem);
    margin-top: 8px;
}

.hero-headline > span:nth-child(1),
.hero-headline > span:nth-child(1) .hero-char {
    color: #ffffff;
}

.hero-headline > span:nth-child(2),
.hero-headline > span:nth-child(2) .hero-char {
    color: var(--primary);
}

.hero-split-word {
    display: inline-block;
    will-change: transform, opacity, filter;
}

.hero-tagline {
    max-width: 690px;
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    color: rgba(255, 255, 255, 0.88);
}

.btn-primary,
.v3-solid-btn,
.quote-submit {
    color: #02183f;
    background: var(--primary);
    border-color: var(--primary);
    border-radius: var(--radius-btn);
}

.btn-primary:hover,
.v3-solid-btn:hover,
.quote-submit:hover {
    color: #02183f;
    background: #ffe466;
    border-color: #ffe466;
}

.btn-outline {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.04);
    border-radius: var(--radius-btn);
}

/* Match stats-grid gap spacing for the CTA button in about-copy */
.about-copy .v3-solid-btn {
    margin-top: 2rem;
    align-self: flex-start;
}

@keyframes quoteCardFadeIn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-quote-card {
    padding: 30px;
    border: 2px solid rgba(255, 212, 35, 0.78);
    border-radius: var(--radius-card);
    background: rgba(2, 24, 63, 0.92);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(12px);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s ease;
}

/* Desktop hide button (shown only above 1120px) */
.quote-card-hide-btn {
    display: none;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    font-size: 0.75rem;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    z-index: 5;
    line-height: 1;
}

.quote-card-hide-btn:hover {
    background: var(--primary);
    color: #02183f;
    transform: scale(1.08);
}

/* Desktop hidden state — fully transparent & non-interactive */
@media (min-width: 1121px) {
    .quote-card-hide-btn {
        display: flex;
    }
    .hero-quote-card {
        position: relative;
        animation: quoteCardFadeIn 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
        animation-delay: 0.3s;
    }
    .hero-quote-card.desktop-hidden {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(16px) !important;
    }
}

.hero-quote-card h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1.45rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-quote-card label {
    display: grid;
    gap: 7px;
    margin: 13px 0 0;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 900;
}

.hero-quote-card input,
.hero-quote-card textarea {
    width: 100%;
    border: 1px solid #acacac;
    border-radius: var(--radius-badge);
    padding: 13px 15px;
    color: #000000;
    background: #ffffff;
    font-family: var(--font-body);
    font-size: 0.95rem;
    outline: 0;
}

.hero-quote-card input:focus,
.hero-quote-card textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(255, 212, 35, 0.22);
}

.quote-note,
.quote-privacy,
.quote-status {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
}

.quote-note {
    font-weight: 800;
}

.quote-check {
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 10px !important;
}

.quote-check input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.quote-check span {
    font-family: var(--font-body);
    font-size: 0.74rem;
    font-weight: 500;
    line-height: 1.45;
}

.quote-submit {
    width: 100%;
    margin-top: 18px;
}

.above-proof {
    order: 2 !important;
    background: rgba(2, 24, 63, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden !important;
    max-width: 100vw;
    contain: paint;
}

.above-proof .v3-proof-track {
    width: max-content;
    min-width: max-content;
    max-width: none;
    overflow: visible;
    contain: none;
    will-change: transform;
}

.above-proof .v3-proof-content span {
    color: #ffffff;
}

.above-proof .v3-proof-content span::before {
    background: var(--primary);
}

body.above-site .about-stats-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.above-site .about-section,
body.above-site .services-section,
body.above-site .projects-section,
body.above-site .service-areas-section {
    background: #f5f6f6;
    color: #02183f;
}

.service-areas-section .section-title,
.service-areas-section .section-title .title-split-word {
    color: #02183f !important;
    -webkit-text-fill-color: #02183f !important;
}

.section-label {
    color: #0b2d6b;
}

.section-label::before {
    background: var(--primary);
}

.about-section .section-label,
.services-section .section-label,
.projects-section .section-label,
.process-section .section-label,
.reviews-section .section-label,
.faq-section .section-label,
.cta-banner .section-label {
    color: var(--primary);
}

.about-slider-badge {
    color: var(--primary);
}

.svc-card .svc-body a {
    color: #0b2d6b;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.svc-card .svc-body a:hover {
    color: #02183f;
    text-decoration: underline;
}

.above-gallery figcaption {
    color: #0b2d6b;
}

.about-desc p,
.section-sub {
    color: var(--text-main);
}

.stat-card,
.svc-card {
    border-color: rgba(11, 45, 107, 0.14);
    background: #ffffff;
    color: #02183f;
    box-shadow: 0 18px 44px rgba(2, 24, 63, 0.12);
    border-radius: var(--radius-card);
}

.stat-card h3,
.stat-card p,
.svc-card h3,
.svc-card p {
    color: #02183f;
}

.stat-icon-wrap {
    color: #02183f;
    background: var(--primary);
}

.svc-img-wrap::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.75) 100%);
}

body.above-site .process-section,
body.above-site .reviews-section,
body.above-site .faq-section,
body.above-site .cta-banner,
body.above-site .site-footer {
    background: #02183f;
}

body.above-site .warranty-section {
    background: #f5f7fa;
    color: #02183f;
}

body.above-site .site-footer {
    position: relative;
    border-top: 1px solid rgba(255, 212, 35, 0.28);
    box-shadow: inset 0 18px 44px rgba(255, 212, 35, 0.055);
}

.process-card,
.faq-panel details,
.contact-card {
    border-color: rgba(255, 212, 35, 0.16);
    background: rgba(255, 255, 255, 0.055);
}

.process-card h3,
.process-card p,
.reviews-copy blockquote,
.faq-panel summary,
.faq-panel p,
.contact-card,
.contact-card a {
    color: rgba(255, 255, 255, 0.86);
}

.process-icon {
    color: #02183f;
    background: var(--primary);
}

.process-num {
    color: var(--primary);
    background: transparent;
    transform-origin: left center;
    will-change: transform, text-shadow;
}

body.above-site .process-step:is(:hover, .active-scroll) .process-card {
    border-color: rgba(255, 212, 35, 0.42) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 212, 35, 0.06),
        0 18px 42px rgba(0, 0, 0, 0.22);
}

body.above-site .process-step:is(:hover, .active-scroll) .process-num {
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
    transform: translateY(-2px) scale(1.06);
    text-shadow:
        0 0 18px rgba(255, 212, 35, 0.26),
        0 10px 26px rgba(0, 0, 0, 0.22);
}

@media (hover: none) {
    body.above-site .process-step.active-scroll .process-num {
        transform: translateY(-1px) scale(1.035);
        text-shadow: 0 0 14px rgba(255, 212, 35, 0.22);
    }
}

body.above-site .process-step:nth-of-type(odd) .process-card {
    grid-column: 1;
}

body.above-site .process-step:nth-of-type(odd) .process-visual {
    grid-column: 2;
    grid-row: 1;
}

body.above-site .process-step:nth-of-type(even) .process-card {
    grid-column: 2;
}

body.above-site .process-step:nth-of-type(even) .process-visual {
    grid-column: 1;
    grid-row: 1;
}

.above-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.above-gallery figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 212, 35, 0.12);
    border-radius: var(--radius-card);
    background: #02183f;
    box-shadow: 0 16px 36px rgba(2, 24, 63, 0.08);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.above-gallery figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.82) 100%);
    transition: background 0.4s ease;
    z-index: 1;
}

.above-gallery figure:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(2, 24, 63, 0.15);
    border-color: rgba(255, 212, 35, 0.3);
}

.above-gallery figure:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.92) 100%);
}

.above-gallery img {
    width: 100%;
    aspect-ratio: 1.25 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.above-gallery figure:hover img {
    transform: scale(1.08);
}

.above-gallery figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
    transition: all 0.3s ease;
}

.above-gallery .project-service {
    font-family: var(--font-heading) !important;
    font-weight: 800 !important;
    font-size: 0.96rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
}

.above-gallery .project-location {
    font-family: var(--font-body) !important;
    font-size: 0.76rem !important;
    color: var(--primary) !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    letter-spacing: 0.02em !important;
}

.above-projects-splide {
    margin-top: 44px;
    padding: 0 56px 42px;
    position: relative;
}

.above-projects-splide .splide__track {
    overflow: hidden;
}

.above-projects-splide .splide__slide {
    display: flex;
}

.above-project-card {
    width: 100%;
    min-height: 430px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 0;
    border: 1px solid rgba(2, 24, 63, 0.14);
    border-radius: var(--radius-card);
    overflow: hidden;
    position: relative;
    background: #ffffff;
    color: #02183f;
    box-shadow: 0 18px 44px rgba(2, 24, 63, 0.1);
    cursor: pointer;
    text-align: left;
}

.above-project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0.88) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.08) 58%);
    pointer-events: none;
}

.above-project-card img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.above-project-card:hover img,
.above-project-card:focus-visible img {
    transform: scale(1.05);
}

.above-project-card:focus-visible {
    outline: 3px solid var(--primary);
    outline-offset: 4px;
}

.above-project-count {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    padding: 8px 10px;
    border-radius: 6px;
    background: #ffd423;
    color: #02183f;
    box-shadow: 0 8px 24px rgba(2, 24, 63, 0.24);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.above-project-meta {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: grid;
    gap: 8px;
    color: #ffffff;
}

.above-project-meta span {
    color: #ffd423;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.above-project-meta strong {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 1.4vw, 1.55rem);
    line-height: 1.12;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(2, 24, 63, 0.55);
}

.above-project-meta small {
    color: rgba(255, 255, 255, 0.94);
    font-family: var(--font-body);
    font-size: 0.92rem;
    text-shadow: 0 2px 12px rgba(2, 24, 63, 0.45);
}

.above-projects-splide .splide__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 2px solid rgba(2, 24, 63, 0.14);
    background: #ffd423;
    color: #02183f;
    opacity: 1;
    box-shadow: 0 14px 32px rgba(2, 24, 63, 0.24);
    display: grid;
    place-items: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.above-projects-splide .splide__arrow--prev {
    left: 0;
}

.above-projects-splide .splide__arrow--next {
    right: 0;
}

.above-projects-splide .splide__arrow svg {
    display: none;
}

.above-projects-splide .splide__arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 4px solid currentColor;
    border-right: 4px solid currentColor;
}

.above-projects-splide .splide__arrow--prev::before {
    transform: translateX(3px) rotate(-135deg);
}

.above-projects-splide .splide__arrow--next::before {
    transform: translateX(-3px) rotate(45deg);
}

.above-projects-splide .splide__arrow:hover {
    background: #02183f;
    color: #ffffff;
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 18px 38px rgba(2, 24, 63, 0.3);
}

.above-projects-splide .splide__pagination {
    bottom: 0;
}

.above-projects-splide .splide__pagination__page {
    background: rgba(2, 24, 63, 0.28);
    opacity: 1;
}

.above-projects-splide .splide__pagination__page.is-active {
    background: var(--primary);
    transform: scale(1.25);
}

.above-project-lightbox .lightbox-img {
    object-fit: contain;
}

.above-project-lightbox :is(.lightbox-img-wrap, .lightbox-img, .lightbox-caption, .lightbox-thumbs, .lightbox-thumb, .lightbox-close, .lightbox-nav) {
    transition-property: background, border-color, color, box-shadow;
}

.above-project-lightbox {
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(14px);
    padding: clamp(18px, 4vw, 44px);
}

.above-project-lightbox .lightbox-img-wrap {
    width: min(92vw, 1120px);
    height: min(72vh, 760px);
    max-width: 1120px;
}

.above-project-lightbox .lightbox-img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    background: #050505;
    border: 2px solid rgba(255, 212, 35, 0.45);
    border-radius: var(--radius-card);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.86);
}

.above-project-lightbox .lightbox-caption {
    margin-top: clamp(16px, 3vw, 28px);
    padding: 12px 18px;
    max-width: min(92vw, 720px);
    border: 1px solid rgba(255, 212, 35, 0.42);
    border-radius: var(--radius-btn);
    background: rgba(0, 0, 0, 0.72);
    color: #ffffff;
    font-family: var(--font-body);
    font-size: clamp(0.92rem, 2.6vw, 1.06rem);
    font-weight: 700;
    line-height: 1.35;
    text-shadow: none;
}

.above-project-lightbox .lightbox-thumbs {
    position: fixed;
    left: 50%;
    bottom: clamp(18px, 3vw, 34px);
    z-index: 13;
    width: min(92vw, 760px);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 212, 35, 0.28);
    border-radius: var(--radius-card);
    background: rgba(0, 0, 0, 0.72);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
}

.above-project-lightbox .lightbox-thumb {
    width: 74px;
    height: 56px;
    flex: 0 0 auto;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background: #050505;
    opacity: 0.62;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.above-project-lightbox .lightbox-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.above-project-lightbox .lightbox-thumb:hover,
.above-project-lightbox .lightbox-thumb:focus-visible,
.above-project-lightbox .lightbox-thumb.is-active {
    opacity: 1;
    border-color: #ffd423;
    transform: translateY(-2px);
    outline: none;
}

.above-project-lightbox .lightbox-close,
.above-project-lightbox .lightbox-nav {
    border: 2px solid rgba(255, 212, 35, 0.42);
    background: rgba(0, 0, 0, 0.7);
    color: #ffd423;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.5);
}

.above-project-lightbox .lightbox-close:hover,
.above-project-lightbox .lightbox-close:focus-visible,
.above-project-lightbox .lightbox-nav:hover,
.above-project-lightbox .lightbox-nav:focus-visible {
    background: #ffd423;
    border-color: #ffd423;
    color: #02183f;
}

@media (max-width: 1120px) {
    .above-projects-splide {
        padding-inline: 46px;
    }

    .above-project-card,
    .above-project-card img {
        min-height: 400px;
    }
}

@media (max-width: 760px) {
    .above-projects-splide {
        margin-top: 34px;
        width: calc(100vw - 28px);
        margin-left: calc(50% - 50vw + 14px);
        margin-right: calc(50% - 50vw + 14px);
        padding: 0 0 38px;
    }

    .above-project-card,
    .above-project-card img {
        min-height: 360px;
    }

    .above-project-meta {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .above-project-meta strong {
        font-size: 1.16rem;
    }

    .above-projects-splide .splide__arrow {
        width: 40px;
        height: 40px;
        top: 46%;
    }

    .above-projects-splide .splide__arrow--prev {
        left: 12px;
    }

    .above-projects-splide .splide__arrow--next {
        right: 12px;
    }

    .above-projects-splide .splide__arrow::before {
        width: 11px;
        height: 11px;
        border-width: 3px;
    }

    .above-project-lightbox {
        justify-content: center;
        padding: 72px 16px 116px;
    }

    .above-project-lightbox .lightbox-img-wrap {
        width: 100%;
        height: min(58vh, 430px);
    }

    .above-project-lightbox .lightbox-img {
        width: min(100%, 520px);
        max-height: 100%;
        image-rendering: auto;
    }

    .above-project-lightbox .lightbox-caption {
        margin-top: 18px;
        margin-bottom: 74px;
    }

    .above-project-lightbox .lightbox-close {
        width: 46px;
        height: 46px;
        top: 16px;
        right: 16px;
    }

    .above-project-lightbox .lightbox-nav {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
        top: auto;
        bottom: 92px;
        transform: none;
    }

    .above-project-lightbox .lightbox-prev {
        left: 16px;
    }

    .above-project-lightbox .lightbox-next {
        right: 16px;
    }

    .above-project-lightbox .lightbox-thumbs {
        bottom: 18px;
        width: calc(100vw - 32px);
        justify-content: flex-start;
        gap: 8px;
        padding: 8px;
    }

    .above-project-lightbox .lightbox-thumb {
        width: 62px;
        height: 48px;
    }

    body.above-site .process-step:nth-of-type(odd) .process-card,
    body.above-site .process-step:nth-of-type(even) .process-card,
    body.above-site .process-step:nth-of-type(odd) .process-visual,
    body.above-site .process-step:nth-of-type(even) .process-visual {
        grid-column: auto;
        grid-row: auto;
    }
}

.reviews-grid,
.service-areas-grid,
.merged-contact-grid,
.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

.service-areas-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

/* Premium Section Paddings */
body.above-site :is(.about-section, .services-section, .process-section, .warranty-section, .projects-section, .reviews-section, .faq-section, .service-areas-section, .cta-banner) {
    padding-top: 130px;
    padding-bottom: 130px;
}

body.above-site .before-after-section {
    padding: 130px 0;
    background: #02183f;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
}

body.above-site .before-after-section .section-label {
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
}

body.above-site .before-after-section .section-title,
body.above-site .before-after-section .title-split-word {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.above-site .before-after-section .section-sub {
    color: rgba(255, 255, 255, 0.76) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.76) !important;
}

body.above-site .before-after-section .ba-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 52px 0 0;
}

body.above-site .before-after-section .ba-card {
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3);
}

body.above-site .before-after-section .ba-media {
    padding-top: 100%;
    touch-action: pan-y;
}

body.above-site .before-after-section :is(.ba-before, .ba-after) img {
    object-position: center;
}

body.above-site .before-after-section .ba-label {
    bottom: 14px;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(2, 24, 63, 0.84);
    color: #ffffff;
}

body.above-site .before-after-section .ba-divider {
    background: #ffd423;
    box-shadow: 0 0 0 1px rgba(2, 24, 63, 0.24), 0 0 18px rgba(0, 0, 0, 0.42);
}

body.above-site .before-after-section .ba-handle {
    width: 40px;
    height: 40px;
    background: #ffd423;
    box-shadow: 0 8px 24px rgba(2, 24, 63, 0.38);
}

body.above-site .before-after-section .ba-handle::before {
    border-color: transparent #02183f transparent transparent;
}

body.above-site .before-after-section .ba-handle::after {
    border-color: transparent transparent transparent #02183f;
}

body.above-site .before-after-section .ba-body {
    min-height: 176px;
    padding: 24px;
}

body.above-site .before-after-section .ba-body h3 {
    margin: 0 0 8px;
    color: #02183f;
    font-family: var(--font-heading);
    font-size: 1.12rem;
    font-weight: 800;
    text-transform: uppercase;
}

body.above-site .before-after-section .ba-body p {
    margin: 0;
    color: #526b8c;
    font-family: var(--font-body);
    font-size: 0.92rem;
    line-height: 1.55;
}

@media (max-width: 1024px) {
    body.above-site .before-after-section .ba-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.above-site .before-after-section .ba-card:last-child {
        grid-column: 1 / -1;
        width: min(100%, 520px);
        justify-self: center;
    }
}

@media (max-width: 700px) {
    body.above-site .before-after-section {
        padding: 88px 0;
    }

    body.above-site .before-after-section .ba-cards-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 36px;
    }

    body.above-site .before-after-section .ba-card:last-child {
        grid-column: auto;
        width: 100%;
    }

    body.above-site .before-after-section .ba-body {
        min-height: 0;
        padding: 20px;
    }
}

/* Premium Typography Overrides */
body.above-site .section-title {
    font-family: var(--font-heading) !important;
    font-weight: 800 !important;
    font-size: clamp(1.95rem, 3.2vw, 2.9rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
    text-transform: uppercase !important;
}

body.above-site .section-title.text-dark,
body.above-site .section-title.text-dark .title-split-word {
    color: #02183f !important;
    -webkit-text-fill-color: #02183f !important;
}

body.above-site .section-label {
    font-family: var(--font-heading) !important;
    font-weight: 600 !important;
    font-size: 0.74rem !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    margin-bottom: 16px !important;
}

body.above-site .section-sub {
    font-family: var(--font-body) !important;
    font-size: 1.1rem !important;
    line-height: 1.65 !important;
    letter-spacing: -0.01em !important;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.88;
}

body.above-site :is(.about-desc p, .about-desc, .stat-card p, .svc-card p, .faq-panel p, .cta-copy p) {
    font-family: var(--font-body) !important;
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
    letter-spacing: -0.005em !important;
}

body.above-site .process-card p {
    font-family: var(--font-body) !important;
    font-size: 1.08rem !important;
    line-height: 1.7 !important;
    letter-spacing: -0.005em !important;
}

@media (min-width: 1120px) {
    body.above-site .process-card {
        padding: clamp(3.2rem, 4.2vw, 4.4rem) !important;
    }

    body.above-site .process-card .process-num {
        font-size: clamp(3.4rem, 4vw, 4.75rem) !important;
        margin-bottom: 1.65rem !important;
    }

    body.above-site .process-card .process-icon {
        width: 56px !important;
        height: 56px !important;
        font-size: 1.25rem !important;
        margin-bottom: 1.6rem !important;
    }

    body.above-site .process-card h3 {
        font-size: clamp(1.9rem, 1.9vw, 2.35rem) !important;
        line-height: 1.18 !important;
        margin-bottom: 1.2rem !important;
    }

    body.above-site .process-card p {
        font-size: clamp(1.22rem, 1.2vw, 1.42rem) !important;
        line-height: 1.72 !important;
        max-width: 38rem;
    }
}

.reviews-centered-container {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.reviews-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews-copy blockquote {
    margin: 32px 0;
    font-size: clamp(1.4rem, 2.3vw, 2.1rem);
    line-height: 1.45;
    font-weight: 500;
    color: #ffffff;
    font-style: italic;
}

.faq-centered-container {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 36px;
}

.faq-panel details {
    padding: 20px 24px;
    border-radius: var(--radius-card);
    transition: all 0.3s ease;
}

.faq-panel details:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 212, 35, 0.3);
}

.faq-panel summary {
    cursor: pointer;
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 1.05rem;
    outline: none;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.faq-panel summary::-webkit-details-marker {
    display: none;
}

.faq-panel summary::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    font-size: 0.85rem;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.faq-panel details[open] summary::after,
.faq-panel details.is-open summary::after {
    transform: rotate(180deg);
}

.faq-panel p {
    margin: 14px 0 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

body.above-site .service-areas-section {
    background: #ffffff;
}

body.above-site .service-areas-section .section-label {
    color: #0b2d6b !important;
    -webkit-text-fill-color: #0b2d6b !important;
    text-shadow: none !important;
}

body.above-site .service-areas-section .section-label::before {
    background: #ffd423 !important;
}

.area-map-container {
    position: relative;
    width: 100%;
    display: grid;
    isolation: isolate;
}

.area-map {
    grid-area: 1 / 1;
    margin: 0;
    padding: 12px;
    border-radius: var(--radius-card);
    background: #f5f6f6;
    box-shadow: 0 20px 54px rgba(2, 24, 63, 0.14);
    opacity: 0;
    transform: translateX(18px) scale(0.985);
    filter: blur(8px);
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.42s ease,
        transform 0.42s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.42s ease,
        visibility 0s linear 0.42s;
}

.area-map iframe {
    width: 100%;
    aspect-ratio: 1.2 / 1;
    border-radius: calc(var(--radius-card) - 2px);
    border: none;
    display: block;
}

.area-map figcaption {
    padding: 12px 4px 0;
    color: #596577;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.area-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    margin: 24px 0 28px;
    list-style: none;
}

.area-list li {
    position: relative;
    padding: 16px 20px;
    border: 1px solid rgba(2, 24, 63, 0.08);
    border-radius: var(--radius-card);
    background: #f5f6f6;
    color: #02183f;
    font-family: var(--font-heading);
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 12px;
    transition:
        opacity 0.42s ease,
        transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.42s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.area-list li i {
    color: var(--primary);
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.area-list li:hover {
    transform: translateY(-2px);
    border-color: rgba(2, 24, 63, 0.15);
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(2, 24, 63, 0.08);
}

.area-list li:hover i {
    transform: scale(1.2) translateY(-1px);
}

.view-areas-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b2d6b;
    font-family: var(--font-heading);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 12px;
}

.view-areas-link i {
    font-size: 0.88rem;
    transition: transform 0.3s ease;
}

.view-areas-link:hover {
    color: #02183f;
    gap: 12px;
}

.view-areas-link:hover i {
    transform: translateX(4px);
}

body.above-site #quote-form .checkbox-grid {
    gap: 12px;
}

body.above-site #quote-form .checkbox-container {
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(2, 24, 63, 0.18);
    border-radius: var(--radius-btn);
    background: #ffffff;
    color: #02183f;
    font-family: var(--font-heading);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.above-site #quote-form .checkbox-custom {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(2, 24, 63, 0.42);
    background: #ffffff;
    border-radius: 4px;
}

body.above-site #quote-form .checkbox-container:hover,
body.above-site #quote-form .checkbox-container:has(input:focus-visible) {
    border-color: #ffd423;
    background: rgba(255, 212, 35, 0.08);
    box-shadow: 0 8px 22px rgba(2, 24, 63, 0.08);
}

body.above-site #quote-form .checkbox-container input:checked ~ .checkbox-custom {
    background: #ffd423;
    border-color: #02183f;
}

body.above-site #quote-form .checkbox-container:has(input:checked) {
    border-color: #ffd423;
    background: rgba(255, 212, 35, 0.14);
}

body.above-site #quote-form .checkbox-custom::after {
    left: 5px;
    top: 1px;
    border-color: #02183f;
}

[data-theme="deep-blue"] body.above-site #quote-form .checkbox-container {
    background: rgba(11, 15, 23, 0.6);
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

[data-theme="deep-blue"] body.above-site #quote-form .checkbox-custom {
    background: rgba(11, 15, 23, 0.72);
    border-color: rgba(255, 255, 255, 0.5);
}

[data-theme="deep-blue"] body.above-site #quote-form .checkbox-container:hover,
[data-theme="deep-blue"] body.above-site #quote-form .checkbox-container:has(input:focus-visible) {
    background: rgba(11, 15, 23, 0.85);
    border-color: #ffd423;
    box-shadow: 0 0 0 3px rgba(255, 212, 35, 0.14);
}

[data-theme="deep-blue"] body.above-site #quote-form .checkbox-container:has(input:checked) {
    background: rgba(255, 212, 35, 0.12);
    border-color: #ffd423;
}

[data-theme="deep-blue"] body.above-site #quote-form .checkbox-container input:checked ~ .checkbox-custom {
    background: #ffd423;
    border-color: #ffd423;
}

/* Service Area Tabs Logic & Animations */
.area-copy {
    display: grid;
}

.area-copy > .section-label,
.area-copy > .section-title,
.area-copy > .area-tabs-nav,
.area-copy > .view-areas-link {
    min-width: 0;
}

.area-list-wrapper {
    grid-area: 4 / 1;
    opacity: 0;
    transform: translateY(14px);
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.36s ease,
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        visibility 0s linear 0.4s;
}

.area-list-wrapper + .area-list-wrapper {
    grid-area: 4 / 1;
}

.view-areas-link {
    grid-area: 5 / 1;
}

#tab-indiana:checked ~ .service-areas-grid .map-indiana-view,
#tab-illinois:checked ~ .service-areas-grid .map-illinois-view,
#tab-indiana:checked ~ .service-areas-grid .list-indiana-view,
#tab-illinois:checked ~ .service-areas-grid .list-illinois-view {
    opacity: 1;
    transform: none;
    filter: none;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0.06s, 0.06s, 0.06s, 0s;
}

#tab-indiana:checked ~ .service-areas-grid .map-illinois-view,
#tab-illinois:checked ~ .service-areas-grid .map-indiana-view {
    transform: translateX(-18px) scale(0.985);
}

body.above-site .area-list-wrapper .area-list li {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(8px);
}

body.above-site .area-list-wrapper.is-revealing .area-list li {
    opacity: 1;
    transform: none;
    filter: none;
    transition-delay: var(--area-item-delay, 80ms);
}

body.above-site .area-list-wrapper.is-revealing .area-list li:hover {
    transform: translateY(-2px);
}

/* Tabs UI Segment Control */
.area-tabs-nav {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    box-sizing: border-box;
    background: #f5f6f6;
    padding: 6px;
    border-radius: 40px;
    border: 1px solid rgba(2, 24, 63, 0.08);
    margin: 20px 0 24px;
    z-index: 5;
    box-shadow: inset 0 2px 4px rgba(2, 24, 63, 0.04);
}

.area-tab-btn {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 12px 26px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    color: #596577;
    z-index: 2;
    transition: color 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    user-select: none;
    white-space: nowrap;
}

.area-tab-btn.btn-il {
    padding-left: 32px;
}

.area-tab-btn i {
    flex: 0 0 auto;
}

.area-tab-slider {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    width: calc(50% - 6px);
    background: #02183f; /* Dark Navy active state background */
    border-radius: 36px;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(2, 24, 63, 0.16);
}

#tab-indiana:checked ~ .service-areas-grid .area-tab-slider {
    transform: translateX(0);
}

#tab-illinois:checked ~ .service-areas-grid .area-tab-slider {
    transform: translateX(100%);
}

#tab-indiana:checked ~ .service-areas-grid .btn-in {
    color: #ffffff;
}

#tab-illinois:checked ~ .service-areas-grid .btn-il {
    color: #ffffff;
}

#tab-indiana:checked ~ .service-areas-grid .btn-il:hover {
    color: #02183f;
}

#tab-illinois:checked ~ .service-areas-grid .btn-in:hover {
    color: #02183f;
}

/* Regional Trust Badges */
.regional-trust-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 64px;
}

.badge-card {
    display: flex;
    gap: 20px;
    padding: 26px;
    background: #f5f6f6;
    border: 1px solid rgba(2, 24, 63, 0.06);
    border-radius: var(--radius-card);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.badge-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 212, 35, 0.38); /* Subtle gold boundary glow */
    box-shadow: 0 20px 40px rgba(2, 24, 63, 0.08);
    background: #ffffff;
}

.badge-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #02183f;
    color: var(--primary); /* Gold icon color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow: 0 4px 12px rgba(2, 24, 63, 0.12);
    transition: transform 0.3s ease;
}

.badge-card:hover .badge-icon {
    transform: scale(1.08) rotate(3deg);
}

.badge-info h4 {
    margin: 0 0 8px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #02183f;
}

.badge-info p {
    margin: 0;
    font-family: var(--font-body);
    font-size: 0.84rem;
    line-height: 1.55;
    color: #596577;
}

.merged-contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
    align-items: center;
}

.cta-copy p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
}

.contact-card {
    display: grid;
    gap: 14px;
    padding: 30px;
    border-radius: var(--radius-card);
}

.warranty-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(30px, 5vw, 72px);
    align-items: center;
}

.warranty-copy {
    display: grid;
    gap: 18px;
}

.warranty-copy .section-sub {
    margin: 0;
    max-width: 620px;
    color: #526b8c;
}

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

.warranty-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    min-height: 172px;
    padding: 22px;
    border: 1px solid rgba(11, 45, 107, 0.12);
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(2, 24, 63, 0.08);
    border-radius: var(--radius-card);
}

.warranty-card > i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #02183f;
    color: #ffd423;
    border-radius: 50%;
    font-size: 1rem;
}

.warranty-card h3 {
    margin: 0 0 8px;
    color: #02183f;
    font-family: var(--font-heading);
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.18;
}

.warranty-card p {
    margin: 0;
    color: #526b8c;
    font-size: 0.94rem;
    line-height: 1.55;
}

body.above-site .contact-details-list {
    gap: 12px;
}

body.above-site .contact-detail-item {
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 212, 35, 0.12);
    background: rgba(255, 255, 255, 0.055);
}

body.above-site .contact-detail-item i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    padding: 0;
    font-size: 1rem;
    border-radius: 50%;
    background: rgba(255, 212, 35, 0.13);
    border: 1px solid rgba(255, 212, 35, 0.25);
    color: #ffd423;
    -webkit-text-fill-color: #ffd423;
}

body.above-site .contact-detail-item strong {
    font-size: 1rem;
    font-weight: 900;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

body.above-site .contact-detail-item span,
body.above-site .contact-detail-item a {
    font-size: 0.93rem;
    line-height: 1.35;
}

.footer-grid {
    grid-template-columns: 1.35fr 0.7fr 1fr 1fr;
    padding: 88px 0 70px;
    gap: clamp(32px, 5vw, 60px);
    align-items: start;
}

body.above-site .site-footer nav {
    display: grid;
    gap: 8px;
}

.footer-logo {
    width: auto;
    height: 72px;
    max-width: 149px;
    object-fit: contain;
    margin-bottom: 18px;
    display: block;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}

.footer-brand-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-right: clamp(0px, 2vw, 28px);
}

.footer-brand-block p {
    margin: 0;
    line-height: 1.72;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.footer-brand-block a {
    display: inline-block;
}

.site-footer h3 {
    color: var(--primary);
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.site-footer a,
.site-footer p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    line-height: 1.6;
    font-weight: 700;
}

.site-footer a:hover {
    color: var(--primary);
    transform: translateX(2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    text-align: center;
}

.sticky-mobile-cta {
    background: var(--primary);
    color: #02183f;
}

body.above-site #settings-trigger {
    z-index: 940;
}

@media (max-width: 768px) {
    body.above-site #settings-trigger {
        bottom: 108px;
        right: 24px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(120px) scale(0.92);
        transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
    }

    body.above-site #settings-trigger.cta-visible,
    body.above-site #settings-trigger.panel-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    body.above-site #settings-trigger.panel-open {
        transform: translateY(0) rotate(45deg) scale(1.05);
    }

    body.above-site #settings-panel {
        bottom: 170px;
    }

    body.above-site .about-stats-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.above-site .about-stats-grid .stat-card {
        padding: 18px 14px;
    }

    body.above-site .about-stats-grid .stat-card h3 {
        font-size: 0.92rem;
    }

    body.above-site .about-stats-grid .stat-card p {
        font-size: 0.82rem !important;
        line-height: 1.42 !important;
    }

    body.above-site .area-tabs-nav {
        width: 100%;
    }

    body.above-site .area-tab-btn {
        min-width: 0;
        justify-content: center;
        gap: 6px;
        padding: 10px 8px;
        font-size: 0.68rem;
        line-height: 1.15;
        text-align: center;
        white-space: normal;
    }

    body.above-site .area-tab-btn.btn-il {
        padding-left: 12px;
    }
}

@media (max-width: 1120px) {
    .header-quote-link {
        display: none;
    }


    .hero {
        min-height: 70vh !important;
        display: flex !important;
        align-items: center !important;
        padding-top: 120px !important;
        padding-bottom: 80px !important;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        min-height: auto !important;
    }

    .hero-quote-card {
        max-width: 620px;
    }

    .above-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .hero-content {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: left !important;
        max-width: 680px;
    }

    .service-areas-grid,
    .warranty-grid,
    .merged-contact-grid,
    .footer-grid,
    .regional-trust-badges {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        gap: 36px;
        padding:
            56px max(24px, env(safe-area-inset-right))
            72px max(24px, env(safe-area-inset-left));
        box-sizing: border-box;
    }

    .footer-brand-block {
        max-width: 620px;
        padding: 0 0 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-logo {
        height: 52px;
        max-width: 149px;
        margin-bottom: 14px;
    }

    .site-footer nav,
    .site-footer > .container > div:last-child {
        padding-top: 4px;
    }

    .footer-bottom .container {
        padding-inline:
            max(24px, env(safe-area-inset-left))
            max(24px, env(safe-area-inset-right));
        box-sizing: border-box;
    }

    .regional-trust-badges {
        margin-top: 44px;
        gap: 20px;
    }

    .warranty-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {

    .hero {
        min-height: 75vh !important;
        display: flex !important;
        align-items: center !important;
        padding-top: 110px !important;
        padding-bottom: 70px !important;
    }

    .hero-layout {
        min-height: auto !important;
        gap: 34px;
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    .hero-content {
        width: 100% !important;
        max-width: 580px !important;
        margin-top: 24px;
        min-width: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: left !important;
    }

    .hero-headline {
        max-width: 100%;
        width: 100%;
        overflow-wrap: break-word;
    }

    .hero-headline > span:nth-child(1) {
        font-size: clamp(1.5rem, 7.6vw, 2.2rem) !important;
    }

    .hero-headline > span:nth-child(2) {
        font-size: clamp(1.05rem, 5vw, 1.45rem) !important;
        margin-top: 6px !important;
    }

    .hero-tagline {
        font-size: 1rem;
    }

    .hero-btns {
        align-items: stretch;
    }

    .hero-btns .btn {
        width: 100%;
    }

    .hero-quote-card {
        padding: 22px;
    }

    .hero-scroll-hint {
        display: none;
    }

    .above-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .area-list {
        grid-template-columns: 1fr;
    }

    body.above-site :is(.about-section, .services-section, .process-section, .warranty-section, .projects-section, .reviews-section, .faq-section, .service-areas-section, .cta-banner) {
        padding-top: 86px;
        padding-bottom: 86px;
    }

    .footer-grid {
        gap: 36px;
        padding: 48px max(24px, env(safe-area-inset-left)) 108px max(24px, env(safe-area-inset-right));
    }

    .footer-brand-block {
        padding-bottom: 4px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .footer-logo {
        height: 52px;
        max-width: 149px;
        margin-bottom: 14px;
    }

    .site-footer nav,
    .site-footer > .container > div:last-child {
        padding-top: 4px;
    }

    .badge-card {
        padding: 18px 20px;
        gap: 16px;
    }

    .warranty-card {
        min-height: 0;
        padding: 20px;
    }

    .badge-icon {
        width: 44px;
        height: 44px;
        font-size: 1.15rem;
    }

    .badge-info h4 {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }

    .badge-info p {
        font-size: 0.8rem;
        line-height: 1.45;
    }
}

body.above-site .merged-contact-cta {
    background-image: none !important;
    background: #02183f !important;
}

body.above-site::before {
    background-image: none !important;
}

body.above-site .services-section .section-header {
    margin-left: auto;
    margin-right: auto;
}

/* Hero Quote Modal for Mobile / Tablet */
.quote-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(2, 24, 63, 0.85); /* Deep Blue Brand backdrop overlay */
    backdrop-filter: blur(8px);
    z-index: 12000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.quote-modal-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* Close button for Quote Modal (hidden on desktop) */
.quote-modal-close {
    display: none;
}

@media (max-width: 1120px) {
    .hero-quote-card {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) scale(0.9) !important;
        z-index: 12010 !important;
        width: calc(100% - 40px) !important;
        max-width: 480px !important;
        box-shadow: 0 36px 90px rgba(0, 0, 0, 0.6) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        margin: 0 !important;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.3s ease !important;
    }
    
    .hero-quote-card.open {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translate(-50%, -50%) scale(1) !important;
        pointer-events: auto !important;
    }
    
    .quote-modal-close {
        display: flex !important;
        position: absolute !important;
        top: 18px !important;
        right: 18px !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.12) !important;
        color: #ffffff !important;
        border: none !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        font-size: 0.9rem !important;
        transition: all 0.25s ease !important;
        z-index: 10 !important;
    }
    
    .quote-modal-close:hover {
        background: var(--primary) !important;
        color: #02183f !important;
    }
}

/* OUR SERVICES: Reset/Disable Hover Animations & Clean Layout */
.svc-card:hover {
    transform: none !important;
    box-shadow: 0 12px 36px rgba(2, 24, 63, 0.08) !important;
    border-color: rgba(2, 24, 63, 0.06) !important;
    background: #ffffff !important; /* Forces background to remain white */
}

.svc-card:hover .svc-img-wrap img {
    transform: none !important;
    filter: none !important; /* Removes saturation/brightness changes */
}

.svc-card:hover .svc-icon {
    transform: none !important;
    color: var(--primary) !important; /* Keep icon gold */
}

.svc-card:hover h3,
.svc-card:hover p {
    color: #02183f !important; /* Keep text dark navy */
}

.svc-glow {
    display: none !important; /* Hide hover neon glows */
}

/* Service Card Clean Styling */
.svc-card {
    border: 1px solid rgba(2, 24, 63, 0.06) !important;
    box-shadow: 0 12px 36px rgba(2, 24, 63, 0.08) !important;
    transition: none !important; /* Disable active transitions */
}

.svc-card .svc-body a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #0b2d6b !important;
    font-family: var(--font-heading) !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    text-decoration: none !important;
    margin-top: 8px !important;
    transition: gap 0.2s ease, color 0.2s ease !important;
}

.svc-card .svc-body a:hover {
    color: #02183f !important;
    text-decoration: none !important;
    gap: 10px !important;
}

/* Services grid with featured roofing card */
.services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 32px !important;
    align-items: stretch !important;
}

.svc-card {
    min-width: 0 !important;
    max-width: none !important;
}

@media (min-width: 1121px) {
    .services-grid .svc-card:first-child {
        grid-column: span 2;
        display: grid;
        grid-template-columns: minmax(320px, 1fr) minmax(360px, 1.18fr);
        min-height: 380px;
    }

    .services-grid .svc-card:first-child .svc-img-wrap {
        height: 100%;
        min-height: 380px;
        aspect-ratio: auto;
        border-right: 1px solid rgba(2, 24, 63, 0.08);
        border-bottom: 0;
    }

    .services-grid .svc-card:not(:first-child) {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 220px minmax(0, 1fr);
    }

    .services-grid .svc-card:not(:first-child) .svc-img-wrap {
        width: 100%;
        height: 220px !important;
        aspect-ratio: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(2, 24, 63, 0.08);
    }

    .services-grid .svc-card:not(:first-child) .svc-body {
        padding: 2rem;
    }

    .services-grid .svc-card:first-child .svc-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: clamp(2.6rem, 3.4vw, 4.2rem);
    }

    .services-grid .svc-card:first-child .svc-icon {
        font-size: 2.15rem;
        margin-bottom: 1.5rem;
    }

    .services-grid .svc-card:first-child h3 {
        font-size: clamp(1.75rem, 1.8vw, 2.25rem);
        line-height: 1.12;
        max-width: 13ch;
    }

    .services-grid .svc-card:first-child p {
        font-size: clamp(1.02rem, 1vw, 1.18rem) !important;
        line-height: 1.72 !important;
        max-width: 30rem;
    }
}

@media (max-width: 1120px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .svc-card {
        min-width: 0 !important;
    }
}

@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: 1fr !important;
    }

    .svc-card {
        min-width: 0 !important;
    }
}

/* ═══════════════════════════════════════════════════════
   CONTRAST THEME — White BG, Blue + Yellow accents
   ═══════════════════════════════════════════════════════ */

[data-theme="contrast"] {
    --primary: #ffd423;
    --primary-rgb: 255, 212, 35;
    --primary-hover: #ffe466;
    --accent: #0b2d6b;
    --accent-rgb: 11, 45, 107;
    --text-on-primary: #02183f;
    --bg-primary: #f5f7fa;
    --bg-secondary: #ffffff;
    --bg-tertiary: #eef1f6;
    --bg-card: #ffffff;
    --text-main: #1a2b45;
    --text-muted: #4a6080;
    --text-light: #02183f;
    --border-color: rgba(11, 45, 107, 0.12);
    --border-hover: rgba(11, 45, 107, 0.30);
    --v3-bg: #f5f7fa;
    --v3-bg-alt: #ffffff;
    --v3-card: #ffffff;
    --v3-text: #02183f;
    --v3-copy: #4a6080;
    --v3-accent: #ffd423;
    --v3-accent-rgb: 255, 212, 35;
    --v3-border: rgba(11, 45, 107, 0.12);
    --radius-card: 10px;
    --radius-btn: 8px;
    --radius-badge: 6px;
}

/* Contrast: body & general text */
[data-theme="contrast"] body {
    background: var(--bg-primary);
    color: var(--text-main);
}

/* Contrast: header — transparent over hero, dark navy when scrolled (matches Dark Blue) */
[data-theme="contrast"] .site-header {
    background: transparent !important;
    border-bottom: 1px solid transparent !important;
}
[data-theme="contrast"] .site-header.scrolled {
    background: rgba(2, 24, 63, 0.96) !important;
    backdrop-filter: blur(18px);
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}
/* Nav links: always white (hero is dark, scrolled header is dark navy) */
[data-theme="contrast"] .nav-link,
[data-theme="contrast"] .header-quote-link {
    color: #ffffff !important;
}
[data-theme="contrast"] .nav-link:hover,
[data-theme="contrast"] .header-quote-link:hover {
    color: #ffd423 !important;
}
[data-theme="contrast"] .header-call-btn {
    background: #ffd423 !important;
    color: #02183f !important;
    border-color: rgba(255,212,35,0.7) !important;
}

/* Contrast: CTA section heading (text-split gradient fix) */
[data-theme="contrast"] .merged-contact-cta .section-title,
[data-theme="contrast"] .merged-contact-cta .section-title span,
[data-theme="contrast"] .merged-contact-cta .text-split,
[data-theme="contrast"] .cta-banner .section-title,
[data-theme="contrast"] .cta-banner .text-split {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
}

/* Contrast: hero stays dark (has background image) */
[data-theme="contrast"] .hero::after {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
}

/* Contrast: sections */
[data-theme="contrast"] .services-section,
[data-theme="contrast"] .projects-section,
[data-theme="contrast"] .faq-section {
    background: #ffffff !important;
}
[data-theme="contrast"] .about-section,
[data-theme="contrast"] .process-section,
[data-theme="contrast"] .reviews-section,
[data-theme="contrast"] .service-areas-section {
    background: #f5f7fa !important;
}

/* Contrast: section labels & titles */
[data-theme="contrast"] .section-label {
    color: #0b2d6b !important;
}
[data-theme="contrast"] .section-title,
[data-theme="contrast"] .section-title * {
    color: #02183f !important;
    -webkit-text-fill-color: #02183f !important;
}
[data-theme="contrast"] .section-sub,
[data-theme="contrast"] .section-tag {
    color: #4a6080 !important;
}

/* Contrast: cards */
[data-theme="contrast"] .svc-card,
[data-theme="contrast"] .stat-card,
[data-theme="contrast"] .review-card,
[data-theme="contrast"] .faq-panel {
    background: #ffffff !important;
    border-color: rgba(11, 45, 107, 0.12) !important;
    box-shadow: 0 6px 32px rgba(2,24,63,0.08) !important;
    color: #02183f !important;
}
[data-theme="contrast"] .svc-card h3,
[data-theme="contrast"] .svc-card p,
[data-theme="contrast"] .stat-card h3,
[data-theme="contrast"] .stat-card p,
[data-theme="contrast"] .review-card * {
    color: #02183f !important;
}

/* Contrast: FAQ */
[data-theme="contrast"] .faq-panel summary,
[data-theme="contrast"] .faq-question {
    color: #02183f !important;
}
[data-theme="contrast"] .faq-panel[open] summary,
[data-theme="contrast"] .faq-panel details[open] > summary {
    color: #0b2d6b !important;
}

/* Contrast: buttons */
[data-theme="contrast"] .cta-btn,
[data-theme="contrast"] .btn-primary,
[data-theme="contrast"] .hero-cta {
    background: #ffd423 !important;
    color: #02183f !important;
    border-color: rgba(255,212,35,0.7) !important;
}
[data-theme="contrast"] .cta-btn:hover,
[data-theme="contrast"] .hero-cta:hover {
    background: #ffe466 !important;
}
[data-theme="contrast"] .hero-cta-secondary,
[data-theme="contrast"] .btn-outline,
[data-theme="contrast"] .cta-btn-secondary,
[data-theme="contrast"] a.hero-cta-secondary {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.4) !important;
    background: transparent !important;
}

/* Contrast: mobile nav drawer — white panel, dark text */
[data-theme="contrast"] .nav-drawer {
    background: #ffffff !important;
    border-left: 1px solid rgba(11, 45, 107, 0.12) !important;
    box-shadow: -8px 0 40px rgba(2, 24, 63, 0.18) !important;
}
[data-theme="contrast"] .nav-drawer a,
[data-theme="contrast"] .drawer-nav-link {
    color: #02183f !important;
}
[data-theme="contrast"] .nav-drawer a:hover,
[data-theme="contrast"] .drawer-nav-link:hover {
    color: #0b2d6b !important;
}
[data-theme="contrast"] .drawer-close,
[data-theme="contrast"] .nav-toggle {
    color: #02183f !important;
}
[data-theme="contrast"] .drawer-close:hover,
[data-theme="contrast"] .nav-toggle:hover {
    color: #0b2d6b !important;
}
[data-theme="contrast"] .drawer-top {
    border-bottom: 1px solid rgba(11, 45, 107, 0.1) !important;
}
[data-theme="contrast"] .nav-drawer .drawer-cta {
    background: #ffd423 !important;
    color: #02183f !important;
}

/* Contrast: footer */
[data-theme="contrast"] .site-footer {
    background: #02183f !important;
    border-top-color: rgba(255,212,35,0.18) !important;
}
[data-theme="contrast"] .site-footer a,
[data-theme="contrast"] .site-footer p,
[data-theme="contrast"] .site-footer h3 {
    color: rgba(255,255,255,0.8) !important;
}
[data-theme="contrast"] .site-footer h3 {
    color: #ffd423 !important;
}

/* Contrast: sticky CTA */
[data-theme="contrast"] .sticky-mobile-cta {
    background: #0b2d6b !important;
    color: #ffffff !important;
}

/* Contrast: service areas */
[data-theme="contrast"] .area-tabs-nav {
    background: #eef1f6 !important;
}
[data-theme="contrast"] .area-tabs-nav .area-tab-btn {
    color: #02183f !important;
    -webkit-text-fill-color: #02183f !important;
}
[data-theme="contrast"] .area-tabs-nav .area-tab-slider {
    background: #0b2d6b !important;
    box-shadow: 0 4px 14px rgba(2, 24, 63, 0.2) !important;
}
[data-theme="contrast"] #tab-indiana:checked ~ .service-areas-grid .btn-in,
[data-theme="contrast"] #tab-illinois:checked ~ .service-areas-grid .btn-il {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
[data-theme="contrast"] #tab-indiana:checked ~ .service-areas-grid .btn-in i,
[data-theme="contrast"] #tab-illinois:checked ~ .service-areas-grid .btn-il i {
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
}
[data-theme="contrast"] .badge-card {
    background: #ffffff !important;
    border-color: rgba(11, 45, 107, 0.1) !important;
}

/* Contrast: settings panel */
[data-theme="contrast"] #settings-panel {
    background: #ffffff;
    border-color: rgba(11, 45, 107, 0.2);
    box-shadow: 0 8px 40px rgba(2,24,63,0.15);
}
[data-theme="contrast"] #settings-panel h4 {
    color: #0b2d6b;
}
[data-theme="contrast"] #settings-panel .settings-section-label {
    color: #0b2d6b !important;
}
[data-theme="contrast"] .corner-opt {
    color: #02183f;
    background: rgba(11, 45, 107, 0.05);
}
[data-theme="contrast"] .corner-opt.active {
    border-color: #0b2d6b;
    background: rgba(11, 45, 107, 0.1);
    color: #0b2d6b;
}
[data-theme="contrast"] .theme-opt {
    color: #02183f;
    background: rgba(11, 45, 107, 0.05);
}
[data-theme="contrast"] .theme-opt.active {
    border-color: #0b2d6b;
    background: rgba(11, 45, 107, 0.1);
    color: #0b2d6b;
}

/* ─── Contrast Theme: Text Visibility Fixes ─── */

/* Header nav — dark text on white header */
[data-theme="contrast"] .nav-link,
[data-theme="contrast"] .header-quote-link,
[data-theme="contrast"] .nav-drawer a,
[data-theme="contrast"] .drawer-nav-link {
    color: #02183f !important;
}
[data-theme="contrast"] .nav-link:hover,
[data-theme="contrast"] .drawer-nav-link:hover {
    color: #0b2d6b !important;
}

/* Process section — light bg, numbers & text must be dark */
[data-theme="contrast"] .process-section {
    background: #eef1f6 !important;
}
[data-theme="contrast"] .process-num {
    color: rgba(2,24,63,0.08) !important;
}
[data-theme="contrast"] .process-step:hover .process-num,
[data-theme="contrast"] .process-step.active-scroll .process-num {
    color: rgba(2,24,63,0.16) !important;
}
[data-theme="contrast"] .process-card {
    background: #ffffff !important;
    border-color: rgba(30,105,184,0.12) !important;
    box-shadow: 0 6px 24px rgba(2,24,63,0.07) !important;
}
[data-theme="contrast"] .process-title,
[data-theme="contrast"] .process-card h3,
[data-theme="contrast"] .process-card h4 {
    color: #02183f !important;
}
[data-theme="contrast"] .process-desc,
[data-theme="contrast"] .process-card p {
    color: #4a6080 !important;
}
[data-theme="contrast"] .process-icon-wrap,
[data-theme="contrast"] .process-dot {
    background: #ffd423 !important;
    color: #02183f !important;
}
[data-theme="contrast"] .process-line-fill {
    background: linear-gradient(to bottom, #ffd423, #0b2d6b) !important;
    box-shadow: none !important;
}
[data-theme="contrast"] .process-step-num,
[data-theme="contrast"] .step-num {
    color: #02183f !important;
}

/* CTA banner / merged contact — keeps dark navy bg, needs light text */
[data-theme="contrast"] .merged-contact-cta,
[data-theme="contrast"] .cta-banner {
    background: #02183f !important;
}
[data-theme="contrast"] .cta-copy p,
[data-theme="contrast"] .merged-contact-cta p,
[data-theme="contrast"] .cta-banner p {
    color: rgba(255,255,255,0.82) !important;
}
[data-theme="contrast"] .cta-copy h2,
[data-theme="contrast"] .cta-copy h3,
[data-theme="contrast"] .merged-contact-cta h2,
[data-theme="contrast"] .merged-contact-cta h3,
[data-theme="contrast"] .cta-banner h2,
[data-theme="contrast"] .cta-banner .section-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
[data-theme="contrast"] .merged-contact-cta .section-label,
[data-theme="contrast"] .cta-banner .section-label {
    color: #ffd423 !important;
}

/* Contact card inside CTA */
[data-theme="contrast"] .contact-card {
    background: rgba(255,255,255,0.08) !important;
    border-color: rgba(255,255,255,0.14) !important;
}
[data-theme="contrast"] .contact-card *,
[data-theme="contrast"] .contact-detail-item span,
[data-theme="contrast"] .contact-detail-item a,
[data-theme="contrast"] .contact-detail-item strong {
    color: rgba(255,255,255,0.9) !important;
}
[data-theme="contrast"] .contact-detail-item i {
    color: #ffd423 !important;
    background: rgba(255,212,35,0.12) !important;
    border-color: rgba(255,212,35,0.25) !important;
}

/* About section — light bg */
[data-theme="contrast"] .about-section {
    background: #f5f7fa !important;
}
[data-theme="contrast"] .about-desc p,
[data-theme="contrast"] .about-section p {
    color: #4a6080 !important;
}
[data-theme="contrast"] .about-section h2,
[data-theme="contrast"] .about-section h3 {
    color: #02183f !important;
}

/* Reviews section */
[data-theme="contrast"] .review-card .review-text,
[data-theme="contrast"] .review-card p {
    color: #4a6080 !important;
}
[data-theme="contrast"] .review-card .reviewer-name {
    color: #02183f !important;
}

/* FAQ text — open answer */
[data-theme="contrast"] .faq-answer,
[data-theme="contrast"] .faq-answer-inner,
[data-theme="contrast"] .faq-panel p {
    color: #4a6080 !important;
}

/* Service area map/list text */
[data-theme="contrast"] .area-list li {
    color: #02183f !important;
}
[data-theme="contrast"] .area-heading {
    color: #02183f !important;
}

/* Stats */
[data-theme="contrast"] .stat-card h3,
[data-theme="contrast"] .stat-card .stat-num {
    color: #02183f !important;
}
[data-theme="contrast"] .stat-card p,
[data-theme="contrast"] .stat-card .stat-label {
    color: #4a6080 !important;
}

/* Splide / logo carousel on light bg */
[data-theme="contrast"] .logo-strip-section,
[data-theme="contrast"] .splide-logo-track {
    background: #f5f7fa !important;
}

/* ─── Contrast Theme: Form Inputs ─── */
[data-theme="contrast"] input[type="text"],
[data-theme="contrast"] input[type="email"],
[data-theme="contrast"] input[type="tel"],
[data-theme="contrast"] input[type="number"],
[data-theme="contrast"] input[type="search"],
[data-theme="contrast"] textarea,
[data-theme="contrast"] select,
[data-theme="contrast"] .form-input,
[data-theme="contrast"] .form-field {
    background: #ffffff !important;
    color: #02183f !important;
    border: 1.5px solid rgba(11, 45, 107, 0.25) !important;
    border-radius: var(--radius-btn);
}

[data-theme="contrast"] input::placeholder,
[data-theme="contrast"] textarea::placeholder {
    color: #8fa3bf !important;
    opacity: 1 !important;
}

[data-theme="contrast"] input:focus,
[data-theme="contrast"] textarea:focus,
[data-theme="contrast"] select:focus {
    outline: none !important;
    border-color: #0b2d6b !important;
    box-shadow: 0 0 0 3px rgba(11, 45, 107, 0.14) !important;
    background: #ffffff !important;
}

/* Form labels */
[data-theme="contrast"] label,
[data-theme="contrast"] .form-label,
[data-theme="contrast"] .field-label {
    color: #02183f !important;
    font-weight: 600 !important;
}

/* Checkboxes & radio */
[data-theme="contrast"] input[type="checkbox"],
[data-theme="contrast"] input[type="radio"] {
    accent-color: #0b2d6b;
}

/* Checkbox/radio label text */
[data-theme="contrast"] .checkbox-label,
[data-theme="contrast"] .radio-label,
[data-theme="contrast"] .form-check-label {
    color: #1a2b45 !important;
}

/* Select dropdown arrow */
[data-theme="contrast"] select {
    color: #02183f !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230b2d6b' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
}

/* Quote form card wrapper in hero */
[data-theme="contrast"] .hero-quote-card,
[data-theme="contrast"] .quote-modal-inner,
[data-theme="contrast"] .modal-quote-box {
    background: #ffffff !important;
    border-color: rgba(11, 45, 107, 0.15) !important;
    box-shadow: 0 16px 48px rgba(2, 24, 63, 0.12) !important;
}

[data-theme="contrast"] .hero-quote-card *,
[data-theme="contrast"] .quote-modal-inner *,
[data-theme="contrast"] .modal-quote-box * {
    color: #02183f;
}

[data-theme="contrast"] .hero-quote-card h3,
[data-theme="contrast"] .quote-modal-inner h3,
[data-theme="contrast"] .modal-quote-box h3 {
    color: #02183f !important;
}

/* Form submit button */
[data-theme="contrast"] .form-submit,
[data-theme="contrast"] button[type="submit"] {
    background: #ffd423 !important;
    color: #02183f !important;
    border-color: rgba(255, 212, 35, 0.7) !important;
}
[data-theme="contrast"] .form-submit:hover,
[data-theme="contrast"] button[type="submit"]:hover {
    background: #ffe466 !important;
}

/* Services checkboxes list */
[data-theme="contrast"] .services-check-list,
[data-theme="contrast"] .services-required-list {
    border-color: rgba(11, 45, 107, 0.15) !important;
}

/* ═══════════════════════════════════════════════════════
   THEME PICKER — Corner Radius
   ═══════════════════════════════════════════════════════ */

/* Square mode: zero out ALL radius tokens */
[data-corner="square"] {
    --radius-card: 0px !important;
    --radius-btn: 0px !important;
    --radius-badge: 0px !important;
}

/* Cascade the zeroing to every element that uses border-radius */
[data-corner="square"] .svc-card,
[data-corner="square"] .svc-card::before,
[data-corner="square"] .project-card,
[data-corner="square"] .project-card img,
[data-corner="square"] .review-card,
[data-corner="square"] .faq-panel,
[data-corner="square"] .faq-panel summary,
[data-corner="square"] .stat-card,
[data-corner="square"] .area-tab-panel,
[data-corner="square"] .area-tabs-nav,
[data-corner="square"] .area-tab-btn,
[data-corner="square"] .area-tab-slider,
[data-corner="square"] .area-map,
[data-corner="square"] .area-map iframe,
[data-corner="square"] .area-list li,
[data-corner="square"] .badge-card,
[data-corner="square"] .warranty-card,
[data-corner="square"] .warranty-card > i,
[data-corner="square"] .hero-quote-card,
[data-corner="square"] .hero-form-wrap,
[data-corner="square"] .modal-quote-box,
[data-corner="square"] .hero-quote-modal,
[data-corner="square"] .quote-modal-inner,
[data-corner="square"] .badge-item,
[data-corner="square"] .trust-badge,
[data-corner="square"] .section-tag,
[data-corner="square"] .cta-btn,
[data-corner="square"] .btn,
[data-corner="square"] .nav-link,
[data-corner="square"] .hero-cta,
[data-corner="square"] .hero-cta-secondary,
[data-corner="square"] .sticky-mobile-cta,
[data-corner="square"] .area-tabs-nav button,
[data-corner="square"] #settings-panel,
[data-corner="square"] .settings-close,
[data-corner="square"] .theme-opt,
[data-corner="square"] .corner-opt,
[data-corner="square"] input,
[data-corner="square"] textarea,
[data-corner="square"] select,
[data-corner="square"] .splide__slide img {
    border-radius: 0 !important;
}

/* ═══════════════════════════════════════════════════════
   SETTINGS PANEL UI
   ═══════════════════════════════════════════════════════ */

/* Floating trigger button */
#settings-trigger {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
    /* On mobile, lift above the sticky Call Now bar (~60px tall + 8px gap) */
}

@media (max-width: 1024px) {
    #settings-trigger {
        bottom: 80px;
    }
    #settings-panel {
        bottom: 140px;
    }
}

/* Re-open the rule for remaining properties */
#settings-trigger {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--text-on-primary);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#settings-trigger:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(0,0,0,0.55);
}
#settings-trigger.panel-open {
    transform: rotate(45deg) scale(1.05);
}

/* Panel container */
#settings-panel {
    position: fixed;
    bottom: 84px;
    right: 24px;
    z-index: 1001;
    width: 260px;
    background: #06285f;
    border: 1px solid rgba(255,212,35,0.22);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.5);
    opacity: 0;
    transform: translateY(12px) scale(0.96);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}
#settings-panel.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

#settings-panel h4 {
    margin: 0 32px 16px 0;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
}

/* ─── Theme picker row ─── */
.settings-section-label {
    margin: 16px 0 10px;
    font-size: 11px;
    color: var(--text-muted);
    font-family: var(--font-body);
}

.theme-picker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 4px;
}

.theme-opt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 8px;
    border-radius: 6px;
    border: 2px solid transparent;
    background: rgba(255,255,255,0.05);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    color: var(--text-main);
    line-height: 1.3;
    text-align: center;
}

[data-corner="square"] #settings-panel .theme-opt {
    border-radius: 6px !important;
}

.theme-opt:hover {
    background: rgba(255,255,255,0.09);
}
.theme-opt.active {
    border-color: var(--primary);
    background: rgba(255,212,35,0.1);
    color: var(--primary);
}
.theme-swatch-mini {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    border: 2px solid rgba(255,255,255,0.15);
    flex-shrink: 0;
}
.swatch-dark  { background: radial-gradient(circle at 40% 35%, #06285f, #02183f); }
.swatch-contrast { background: conic-gradient(#ffd423 0deg 120deg, #0b2d6b 120deg 240deg, #f5f7fa 240deg 360deg); border-color: rgba(11,45,107,0.4); }

/* Corner style picker */
.corner-picker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.corner-opt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px 8px;
    border-radius: 6px;
    border: 2px solid transparent;
    background: rgba(255,255,255,0.05);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    color: var(--text-main);
}

[data-corner="square"] #settings-panel .corner-opt {
    border-radius: 6px !important;
}

.corner-opt:hover {
    background: rgba(255,255,255,0.09);
}
.corner-opt.active {
    border-color: var(--primary);
    background: rgba(255,212,35,0.1);
    color: var(--primary);
}
.corner-opt svg {
    width: 36px;
    height: 36px;
    opacity: 0.75;
}
.corner-opt.active svg {
    opacity: 1;
}

.settings-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 212, 35, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.settings-close:hover,
.settings-close:focus-visible {
    background: var(--primary);
    color: #02183f;
    transform: scale(1.05);
    outline: none;
}

[data-theme="contrast"] #settings-panel .settings-close {
    background: #eef3fb;
    border-color: rgba(11, 45, 107, 0.28);
    color: #02183f;
    -webkit-text-fill-color: #02183f;
    box-shadow: 0 6px 16px rgba(2, 24, 63, 0.12);
}

[data-theme="contrast"] #settings-panel .settings-close:hover,
[data-theme="contrast"] #settings-panel .settings-close:focus-visible {
    background: #ffd423;
    border-color: #ffd423;
    color: #02183f;
    -webkit-text-fill-color: #02183f;
}

/* Contrast legibility overrides */
[data-theme="contrast"] body.above-site .site-header .nav-link,
[data-theme="contrast"] body.above-site .site-header .header-quote-link {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 1px 8px rgba(2, 24, 63, 0.35);
}

[data-theme="contrast"] body.above-site .site-header .nav-link:hover,
[data-theme="contrast"] body.above-site .site-header .header-quote-link:hover {
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
}

[data-theme="contrast"] body.above-site .site-header .nav-toggle span {
    background: #ffffff !important;
}

[data-theme="contrast"] body.above-site .above-proof {
    background: rgba(2, 24, 63, 0.96) !important;
    border-top-color: rgba(255, 255, 255, 0.12) !important;
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

[data-theme="contrast"] body.above-site .above-proof .v3-proof-content span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: none !important;
}

[data-theme="contrast"] body.above-site .above-proof .v3-proof-content span::before,
[data-theme="contrast"] body.above-site .above-proof .v3-proof-content span::after {
    background: #ffd423 !important;
}

[data-theme="contrast"] body.above-site .nav-drawer .drawer-nav-link,
[data-theme="contrast"] body.above-site .nav-drawer a {
    color: #02183f !important;
    -webkit-text-fill-color: #02183f !important;
    text-shadow: none;
}

[data-theme="contrast"] body.above-site .about-section .section-title,
[data-theme="contrast"] body.above-site .about-section .title-split-word {
    overflow: visible !important;
    line-height: 1.12 !important;
}

[data-theme="contrast"] body.above-site .about-section .word-mask {
    overflow: visible !important;
}

[data-theme="contrast"] body.above-site .about-section .title-split-word {
    transform: none !important;
}

/* Mobile drawer: keep the final links in the same staggered open sequence. */
body.above-site .nav-drawer.open .drawer-main a:nth-child(1) { animation-delay: 0.10s; }
body.above-site .nav-drawer.open .drawer-main a:nth-child(2) { animation-delay: 0.16s; }
body.above-site .nav-drawer.open .drawer-main a:nth-child(3) { animation-delay: 0.22s; }
body.above-site .nav-drawer.open .drawer-main a:nth-child(4) { animation-delay: 0.28s; }
body.above-site .nav-drawer.open .drawer-main a:nth-child(5) { animation-delay: 0.34s; }
body.above-site .nav-drawer.open .drawer-main a:nth-child(6) { animation-delay: 0.40s; }

/* Mobile drawer: dark treatment wins in every theme. */
body.above-site .nav-drawer,
[data-theme="contrast"] body.above-site .nav-drawer {
    background: #02183f !important;
    border-left: 1px solid rgba(255, 212, 35, 0.22) !important;
    box-shadow: -26px 0 70px rgba(0, 0, 0, 0.5) !important;
}

body.above-site .drawer-top,
[data-theme="contrast"] body.above-site .drawer-top {
    border-bottom-color: rgba(255, 212, 35, 0.16) !important;
}

body.above-site .drawer-main a,
[data-theme="contrast"] body.above-site .nav-drawer .drawer-nav-link,
[data-theme="contrast"] body.above-site .nav-drawer a {
    color: rgba(255, 255, 255, 0.88) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28) !important;
}

body.above-site .drawer-main a:hover,
[data-theme="contrast"] body.above-site .nav-drawer .drawer-nav-link:hover,
[data-theme="contrast"] body.above-site .nav-drawer a:hover {
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
}

body.above-site .drawer-close,
[data-theme="contrast"] body.above-site .drawer-close {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 212, 35, 0.26) !important;
    color: #ffffff !important;
}

body.above-site .drawer-close:hover,
[data-theme="contrast"] body.above-site .drawer-close:hover {
    background: #ffd423 !important;
    border-color: #ffd423 !important;
    color: #02183f !important;
}

/* Proof strip: faster continuous read with offscreen text rendered. */
body.above-site .above-proof {
    -webkit-mask-image: none;
    mask-image: none;
}

body.above-site .above-proof .v3-proof-track {
    gap: clamp(28px, 6vw, 88px);
    animation-duration: 26s;
}

body.above-site .above-proof .v3-proof-content {
    flex: 0 0 auto;
}

@media (max-width: 640px) {
    body.above-site .above-proof {
        -webkit-mask-image: none;
        mask-image: none;
    }

    body.above-site .above-proof .v3-proof-track {
        animation-duration: 30s;
    }

    body.above-site .above-proof .v3-proof-content span {
        min-height: 60px;
        padding-inline: 22px !important;
        font-size: 0.86rem !important;
        letter-spacing: -0.01em;
    }

    body.above-site .above-proof .v3-proof-content span::after {
        width: 6px;
        height: 6px;
        margin-left: 22px !important;
    }
}

/* Alternating section theme */
[data-theme="alternating"] {
    --primary: #ffd423;
    --primary-rgb: 255, 212, 35;
    --primary-hover: #ffe466;
    --accent: #0b2d6b;
    --accent-rgb: 11, 45, 107;
    --text-on-primary: #02183f;
    --bg-primary: #f5f7fa;
    --bg-secondary: #02183f;
    --bg-tertiary: #dfefff;
    --bg-card: #ffffff;
    --text-main: #02183f;
    --text-muted: #526b8c;
    --text-light: #ffffff;
    --border-color: rgba(11, 45, 107, 0.12);
    --border-hover: rgba(255, 212, 35, 0.4);
    --v3-bg: #02183f;
    --v3-bg-alt: #f5f7fa;
    --v3-card: #ffffff;
    --v3-text: #02183f;
    --v3-copy: #526b8c;
    --v3-accent: #ffd423;
    --v3-accent-rgb: 255, 212, 35;
    --v3-border: rgba(11, 45, 107, 0.12);
}

[data-theme="alternating"] body {
    background: #f5f7fa;
    color: #02183f;
}

[data-theme="alternating"] body.above-site .site-header {
    background: transparent;
    border-bottom-color: transparent;
}

[data-theme="alternating"] body.above-site .site-header.scrolled {
    background: rgba(2, 24, 63, 0.96) !important;
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

[data-theme="alternating"] body.above-site .site-header .nav-link,
[data-theme="alternating"] body.above-site .site-header .header-quote-link {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

[data-theme="alternating"] body.above-site .site-header .nav-link:hover,
[data-theme="alternating"] body.above-site .site-header .header-quote-link:hover {
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
}

[data-theme="alternating"] body.above-site .hero-overlay {
    background:
        radial-gradient(circle at 24% 38%, rgba(0, 0, 0, 0.42), transparent 42%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.5) 100%) !important;
}

[data-theme="alternating"] body.above-site .hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) !important;
}

[data-theme="alternating"] body.above-site .above-proof {
    background: rgba(2, 24, 63, 0.96) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

[data-theme="alternating"] body.above-site .above-proof .v3-proof-content span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

[data-theme="alternating"] body.above-site .above-proof .v3-proof-content span::before,
[data-theme="alternating"] body.above-site .above-proof .v3-proof-content span::after {
    background: #ffd423 !important;
}

[data-theme="alternating"] body.above-site .about-section,
[data-theme="alternating"] body.above-site .warranty-section,
[data-theme="alternating"] body.above-site .projects-section,
[data-theme="alternating"] body.above-site .service-areas-section {
    background: #f5f7fa !important;
    color: #02183f !important;
}

[data-theme="alternating"] body.above-site .services-section,
[data-theme="alternating"] body.above-site .faq-section {
    background: #ffffff !important;
    color: #02183f !important;
}

[data-theme="alternating"] body.above-site .process-section,
[data-theme="alternating"] body.above-site .reviews-section,
[data-theme="alternating"] body.above-site .merged-contact-cta,
[data-theme="alternating"] body.above-site .cta-banner,
[data-theme="alternating"] body.above-site .site-footer {
    background: #02183f !important;
    color: #ffffff !important;
}

[data-theme="alternating"] body.above-site .section-title,
[data-theme="alternating"] body.above-site .section-title *,
[data-theme="alternating"] body.above-site .section-title.text-dark,
[data-theme="alternating"] body.above-site .section-title.text-dark .title-split-word {
    color: #02183f !important;
    -webkit-text-fill-color: #02183f !important;
}

[data-theme="alternating"] body.above-site :is(.process-section, .reviews-section, .merged-contact-cta, .cta-banner) .section-title,
[data-theme="alternating"] body.above-site :is(.process-section, .reviews-section, .merged-contact-cta, .cta-banner) .section-title *,
[data-theme="alternating"] body.above-site :is(.process-section, .reviews-section, .merged-contact-cta, .cta-banner) .text-split {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

[data-theme="alternating"] body.above-site .section-sub,
[data-theme="alternating"] body.above-site .about-desc p,
[data-theme="alternating"] body.above-site .stat-card p,
[data-theme="alternating"] body.above-site .svc-card p,
[data-theme="alternating"] body.above-site .warranty-card p,
[data-theme="alternating"] body.above-site .faq-panel p,
[data-theme="alternating"] body.above-site .area-list li {
    color: #526b8c !important;
}

[data-theme="alternating"] body.above-site :is(.process-section, .reviews-section, .merged-contact-cta, .cta-banner) :is(.section-sub, p, blockquote, a, span),
[data-theme="alternating"] body.above-site .site-footer :is(a, p) {
    color: rgba(255, 255, 255, 0.82) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

[data-theme="alternating"] body.above-site .site-footer .footer-brand-block p {
    color: rgba(255, 255, 255, 0.92) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
}

[data-theme="alternating"] body.above-site .site-footer :is(a, p) {
    font-weight: 700 !important;
}

[data-theme="alternating"] body.above-site .site-footer h3 {
    font-weight: 900 !important;
    letter-spacing: 0.16em !important;
}

[data-theme="alternating"] body.above-site .section-label,
[data-theme="alternating"] body.above-site :is(.process-section, .reviews-section, .merged-contact-cta, .cta-banner, .site-footer) h3 {
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
}

[data-theme="alternating"] body.above-site .service-areas-section .section-label {
    color: #0b2d6b !important;
    -webkit-text-fill-color: #0b2d6b !important;
}

[data-theme="alternating"] body.above-site :is(.svc-card, .stat-card, .warranty-card, .faq-panel details, .area-list li, .badge-card, .contact-form-card) {
    background: #ffffff !important;
    border-color: rgba(11, 45, 107, 0.12) !important;
    box-shadow: 0 18px 48px rgba(2, 24, 63, 0.08) !important;
}

[data-theme="alternating"] body.above-site :is(.process-card, .review-card, .contact-detail-item) {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 212, 35, 0.18) !important;
}

[data-theme="alternating"] body.above-site .process-card h3,
[data-theme="alternating"] body.above-site .process-card p,
[data-theme="alternating"] body.above-site .review-card,
[data-theme="alternating"] body.above-site .review-card *,
[data-theme="alternating"] body.above-site .contact-detail-item,
[data-theme="alternating"] body.above-site .contact-detail-item * {
    color: rgba(255, 255, 255, 0.86) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;
}

[data-theme="alternating"] body.above-site .contact-detail-item {
    border-color: rgba(255, 212, 35, 0.14) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="alternating"] body.above-site .contact-detail-item i {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
    font-size: 1rem !important;
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
    background: rgba(255, 212, 35, 0.13) !important;
}

[data-theme="alternating"] body.above-site .contact-detail-item strong {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 900 !important;
}

[data-theme="alternating"] body.above-site .contact-form-card {
    color: #02183f !important;
}

[data-theme="alternating"] body.above-site .contact-form-card *,
[data-theme="alternating"] body.above-site .faq-panel summary,
[data-theme="alternating"] body.above-site .warranty-card h3,
[data-theme="alternating"] body.above-site .svc-card h3,
[data-theme="alternating"] body.above-site .stat-card h3 {
    color: #02183f !important;
    -webkit-text-fill-color: #02183f !important;
}

[data-theme="alternating"] body.above-site #quote-form :is(input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea) {
    background: #f7f9fc !important;
    border: 1.5px solid rgba(2, 24, 63, 0.22) !important;
    color: #02183f !important;
    -webkit-text-fill-color: #02183f !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

[data-theme="alternating"] body.above-site #quote-form :is(input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea)::placeholder {
    color: #6d7f99 !important;
    -webkit-text-fill-color: #6d7f99 !important;
    opacity: 1 !important;
}

[data-theme="alternating"] body.above-site #quote-form :is(input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea):focus {
    background: #ffffff !important;
    border-color: #ffd423 !important;
    box-shadow:
        0 0 0 3px rgba(255, 212, 35, 0.24),
        0 10px 24px rgba(2, 24, 63, 0.08) !important;
}

[data-theme="alternating"] body.above-site #quote-form .section-sub-label {
    color: #02183f !important;
    -webkit-text-fill-color: #02183f !important;
    border-bottom-color: rgba(2, 24, 63, 0.14) !important;
}

[data-theme="alternating"] body.above-site .sticky-mobile-cta,
[data-theme="alternating"] body.above-site .header-call-btn,
[data-theme="alternating"] body.above-site .drawer-call-btn,
[data-theme="alternating"] body.above-site .btn-primary,
[data-theme="alternating"] body.above-site .v3-solid-btn,
[data-theme="alternating"] body.above-site .form-submit-btn {
    background: #ffd423 !important;
    color: #02183f !important;
    -webkit-text-fill-color: #02183f !important;
    border-color: rgba(255, 212, 35, 0.7) !important;
}

[data-theme="alternating"] body.above-site #settings-panel {
    background: #06285f;
    border-color: rgba(255, 212, 35, 0.24);
}

[data-theme="alternating"] body.above-site #settings-panel h4,
[data-theme="alternating"] body.above-site #settings-panel .settings-section-label {
    color: #ffd423 !important;
}

[data-theme="alternating"] body.above-site #settings-panel .theme-opt,
[data-theme="alternating"] body.above-site #settings-panel .corner-opt {
    background: rgba(255, 255, 255, 0.06) !important;
    color: rgba(255, 255, 255, 0.84) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.84) !important;
}

[data-theme="alternating"] body.above-site #settings-panel .theme-opt.active,
[data-theme="alternating"] body.above-site #settings-panel .corner-opt.active {
    border-color: #ffd423 !important;
    background: rgba(255, 212, 35, 0.12) !important;
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
}

[data-theme="alternating"] body.above-site .before-after-section,
[data-theme="contrast"] body.above-site .before-after-section {
    background: #02183f !important;
    color: #ffffff !important;
}

[data-theme="alternating"] body.above-site .before-after-section .section-title,
[data-theme="alternating"] body.above-site .before-after-section .section-title *,
[data-theme="contrast"] body.above-site .before-after-section .section-title,
[data-theme="contrast"] body.above-site .before-after-section .section-title * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

[data-theme="alternating"] body.above-site .before-after-section .section-sub,
[data-theme="contrast"] body.above-site .before-after-section .section-sub {
    color: rgba(255, 255, 255, 0.76) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.76) !important;
}

.theme-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swatch-alternating {
    background: linear-gradient(135deg, #02183f 0 32%, #ffd423 32% 50%, #ffffff 50% 72%, #dfefff 72% 100%);
    border-color: rgba(255, 212, 35, 0.45);
}

/* Black overlay pass */
body.above-site .hero-overlay,
[data-theme="deep-blue"] body.above-site .hero-overlay,
[data-theme="contrast"] body.above-site .hero-overlay,
[data-theme="alternating"] body.above-site .hero-overlay {
    background:
        linear-gradient(180deg, rgba(2, 24, 63, 0.72) 0%, rgba(2, 24, 63, 0.34) 58px, rgba(2, 24, 63, 0) 116px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 52%, rgba(0, 0, 0, 0.34) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.78) 100%) !important;
}

body.above-site .hero::after,
[data-theme="deep-blue"] body.above-site .hero::after,
[data-theme="contrast"] body.above-site .hero::after,
[data-theme="alternating"] body.above-site .hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) !important;
}

body.above-site .above-project-card::after {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.2) 38%, rgba(0, 0, 0, 0.9) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.1) 58%) !important;
}

body.above-site .above-gallery figure::after,
body.above-site .svc-img-wrap::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 22%, rgba(0, 0, 0, 0.84) 100%) !important;
}

body.above-site .quote-modal-overlay {
    background: rgba(0, 0, 0, 0.78) !important;
}

body.above-site .drawer-overlay {
    background: rgba(0, 0, 0, 0.62) !important;
}

[data-theme] body.above-site {
    background-color: #02183f !important;
}

[data-theme] body.above-site #home {
    background-color: transparent;
}

[data-theme="deep-blue"] body.above-site :is(.about-section, .process-section) {
    background: #02183f !important;
    background-color: #02183f !important;
    color: #ffffff !important;
}

[data-theme="deep-blue"] body.above-site :is(.about-section, .process-section) :is(.section-title, .section-title *, .title-split-word, .text-split, h2, h3, p, .section-sub) {
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
}

[data-theme="deep-blue"] body.above-site :is(.about-section, .process-section) .section-label {
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
}

[data-theme="deep-blue"] body.above-site .stat-card {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: none !important;
}

[data-theme] body.above-site .process-step:is(:hover, .active-scroll) .process-num {
    color: #ffd423 !important;
    -webkit-text-fill-color: #ffd423 !important;
}

@media (max-width: 1120px) {
    body.above-site .hero-overlay,
    [data-theme="deep-blue"] body.above-site .hero-overlay,
    [data-theme="contrast"] body.above-site .hero-overlay,
    [data-theme="alternating"] body.above-site .hero-overlay {
        background:
            linear-gradient(180deg, rgba(2, 24, 63, 0.78) 0%, rgba(2, 24, 63, 0.38) 58px, rgba(2, 24, 63, 0) 116px),
            linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.84) 100%) !important;
    }
}
