:root {
    --blue: #2f7db4;
    --deep-blue: #30416c;
    --dark: #3f464d;
    --light: #f7f7f7;
    --accent: #f2f5f8;
    --white: #ffffff;
    --surface: #f5f8fb;
    --border: #dfe6ee;
    --muted: #66717c;
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Source Sans 3', Arial, sans-serif;
    color: var(--dark);
    background: var(--white);
    letter-spacing: 0.01em;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}
.paint-curtain {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index: 40;
    pointer-events: none;
    opacity: 1;
    overflow: hidden;
}

.paint-curtain.is-active .curtain-left {
    transition-delay: 3s;
    transform: translateX(-100%);
}

.paint-curtain.is-active .curtain-right {
    transition-delay: 3s;
    transform: translateX(100%);
}

.paint-curtain.is-active {
    animation: curtain-fade 1s ease forwards;
    animation-delay: 5.6s;
}

.curtain-panel {
    position: relative;
    flex: 1;
    overflow: visible;
    background: rgba(240, 244, 251, 0.96);
    backdrop-filter: blur(14px) saturate(115%);
    -webkit-backdrop-filter: blur(14px) saturate(115%);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.curtain-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.6;
    background:
        radial-gradient(circle at 20% 20%, rgba(47, 125, 180, 0.12), transparent 48%),
        radial-gradient(circle at 80% 30%, rgba(255, 160, 20, 0.12), transparent 45%),
        radial-gradient(circle at 30% 70%, rgba(35, 220, 110, 0.12), transparent 50%),
        radial-gradient(circle at 70% 75%, rgba(165, 60, 255, 0.12), transparent 55%);
}

.curtain-panel {
    transition: transform 2.6s ease;
}

.curtain-splat {
    position: absolute;
    width: 140px;
    height: 100px;
    color: rgba(47, 125, 180, 0.75);
    background-color: currentColor;
    z-index: 1;
    --splat-scale: 1;
    --splat-mask: url("../images/paintsplat1.png");
    -webkit-mask-image: var(--splat-mask);
    mask-image: var(--splat-mask);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    filter: drop-shadow(0 12px 18px rgba(15, 26, 38, 0.22));
    opacity: 0;
    transform: rotate(var(--splat-rotate, 0deg));
    animation: curtain-splat var(--splat-duration, 2.2s) ease forwards;
    animation-delay: var(--splat-delay, 0s);
}

.curtain-splat::before,
.curtain-splat::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.35), transparent 35%),
        radial-gradient(circle at 70% 68%, rgba(0, 0, 0, 0.15), transparent 55%);
    -webkit-mask-image: var(--splat-mask);
    mask-image: var(--splat-mask);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    mix-blend-mode: screen;
    opacity: 0.6;
    pointer-events: none;
}

.curtain-splat::after {
    opacity: 0.25;
    mix-blend-mode: multiply;
}

.curtain-drop {
    position: absolute;
    top: var(--drop-top, 0);
    left: var(--drop-left, 0);
    width: 28px;
    height: 38px;
    background-color: currentColor;
    color: rgba(47, 125, 180, 0.95);
    -webkit-mask-image: url("../images/PaintDroplet.png");
    mask-image: url("../images/PaintDroplet.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    box-shadow:
        0 16px 24px rgba(15, 26, 38, 0.22),
        inset 0 -12px 16px rgba(0, 0, 0, 0.16);
    opacity: 0;
    animation: curtain-drop var(--drop-duration, 1.4s) linear forwards;
    animation-delay: var(--drop-delay, 0s);
}

.curtain-drop::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.7), transparent 38%),
        radial-gradient(circle at 65% 70%, rgba(0, 0, 0, 0.18), transparent 58%);
    -webkit-mask-image: url("../images/PaintDroplet.png");
    mask-image: url("../images/PaintDroplet.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    mix-blend-mode: screen;
    opacity: 0.75;
    pointer-events: none;
}

.splat-a { top: calc(2% + 10px); left: calc(0% + 0px); width: 650px; height: 480px; color: rgba(245, 45, 55, 0.78); --splat-rotate: -12deg; --splat-delay: 0.55s; }
.splat-b { top: calc(78% + 10px); left: calc(6% + 0px); width: 180px; height: 130px; color: rgba(255, 160, 20, 0.78); --splat-rotate: 8deg; --splat-delay: 1.1s; }
.splat-c { top: calc(70% + 40px); left: calc(42% + 20px); width: 380px; height: 280px; color: rgba(35, 220, 110, 0.78); --splat-rotate: -8deg; --splat-delay: 1.8s; }
.splat-d { top: calc(18% + 10px); left: calc(44% + 0px); width: 220px; height: 160px; color: rgba(165, 60, 255, 0.78); --splat-rotate: 12deg; --splat-delay: 0.7s; }
.splat-e { top: calc(4% + 10px); left: calc(36% + 10px); width: 520px; height: 380px; color: rgba(30, 150, 255, 0.78); --splat-rotate: 10deg; --splat-delay: 1.4s; }
.splat-f { top: calc(56% + 20px); left: calc(60% + 20px); width: 300px; height: 220px; color: rgba(245, 45, 55, 0.78); --splat-rotate: -10deg; --splat-delay: 2.15s; }
.splat-g { top: calc(78% + 30px); left: calc(8% + 10px); width: 160px; height: 110px; color: rgba(255, 160, 20, 0.78); --splat-rotate: 6deg; --splat-delay: 2.85s; }
.splat-h { top: calc(18% + 20px); left: calc(50% + 5px); width: 560px; height: 410px; color: rgba(35, 220, 110, 0.78); --splat-rotate: -14deg; --splat-delay: 1.55s; }
.splat-i { top: calc(40% - 20px); left: calc(12% - 30px); width: 460px; height: 330px; color: rgba(168, 118, 72, 0.82); --splat-rotate: 8deg; --splat-delay: 2.35s; }
.splat-j { top: calc(37% + 10px); left: calc(2% + 0px); width: 420px; height: 300px; color: rgba(0, 200, 200, 0.85); --splat-rotate: -14deg; --splat-delay: 1.95s; }

.splat-a,
.splat-g {
    --splat-mask: url("../images/paintsplat1.png");
}

.splat-b,
.splat-e {
    --splat-mask: url("../images/paintsplat4.png");
}

.splat-c,
.splat-f {
    --splat-mask: url("../images/paintsplat3.png");
}

.splat-h,
.splat-i {
    --splat-mask: url("../images/paintsplat2.png");
}

.splat-d {
    --splat-mask: url("../images/paintsplat3.png");
}

.splat-j {
    --splat-mask: url("../images/paintsplat2.png");
}

.drop-a { --drop-top: calc(2% + 50px); --drop-left: calc(0% + 255px); width: 140px; height: 200px; color: rgba(245, 45, 55, 0.98); --drop-delay: 0.1s; --drop-duration: 0.45s; --drop-fall: 300px; }
.drop-b { --drop-top: calc(78% + 21px); --drop-left: calc(6% + 71px); width: 38px; height: 54px; color: rgba(255, 160, 20, 0.98); --drop-delay: 0.6s; --drop-duration: 0.5s; --drop-fall: 240px; }
.drop-c { --drop-top: calc(70% + 24px); --drop-left: calc(42% + 155px); width: 110px; height: 156px; color: rgba(35, 220, 110, 0.98); --drop-delay: 1.2s; --drop-duration: 0.6s; --drop-fall: 340px; }
.drop-d { --drop-top: calc(18% + 26px); --drop-left: calc(44% + 87px); width: 46px; height: 64px; color: rgba(165, 60, 255, 0.98); --drop-delay: 0.3s; --drop-duration: 0.4s; --drop-fall: 200px; }
.drop-e { --drop-top: calc(4% + 30px); --drop-left: calc(36% + 210px); width: 120px; height: 170px; color: rgba(30, 150, 255, 0.98); --drop-delay: 0.9s; --drop-duration: 0.5s; --drop-fall: 280px; }
.drop-f { --drop-top: calc(56% + 46px); --drop-left: calc(60% + 140px); width: 60px; height: 84px; color: rgba(245, 45, 55, 0.98); --drop-delay: 1.6s; --drop-duration: 0.55s; --drop-fall: 260px; }
.drop-g { --drop-top: calc(78% + 43px); --drop-left: calc(8% + 75px); width: 30px; height: 42px; color: rgba(255, 160, 20, 0.98); --drop-delay: 2.2s; --drop-duration: 0.65s; --drop-fall: 220px; }
.drop-h { --drop-top: calc(18% + 54px); --drop-left: calc(50% + 235px); width: 120px; height: 170px; color: rgba(35, 220, 110, 0.98); --drop-delay: 1.05s; --drop-duration: 0.5s; --drop-fall: 300px; }
.drop-i { --drop-top: calc(40% + 14px); --drop-left: calc(12% + 155px); width: 110px; height: 156px; color: rgba(168, 118, 72, 0.98); --drop-delay: 1.9s; --drop-duration: 0.55s; --drop-fall: 280px; }
.drop-j { --drop-top: calc(37% + 40px); --drop-left: calc(2% + 155px); width: 140px; height: 200px; color: rgba(0, 200, 200, 0.98); --drop-delay: 1.55s; --drop-duration: 0.6s; --drop-fall: 300px; }

@keyframes curtain-fade {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes curtain-splat {
    0% { opacity: 0; transform: rotate(var(--splat-rotate, 0deg)) scale(calc(var(--splat-scale, 1) * 0.98)); }
    12% { opacity: 1; transform: rotate(var(--splat-rotate, 0deg)) scale(var(--splat-scale, 1)); }
    90% { opacity: 1; transform: rotate(var(--splat-rotate, 0deg)) scale(var(--splat-scale, 1)); }
    100% { opacity: 1; transform: rotate(var(--splat-rotate, 0deg)) scale(var(--splat-scale, 1)); }
}

@keyframes curtain-drop {
    0% { opacity: 0; transform: translateY(calc(-1 * var(--drop-fall, 200px))) scale(calc(var(--drop-scale, 1) * 0.96)); }
    12% { opacity: 1; }
    85% { opacity: 1; }
    100% { opacity: 0; transform: translateY(0) scale(var(--drop-scale, 1)); }
}

@media (max-width: 768px) {
    .curtain-panel {
        overflow: hidden;
    }

    .curtain-splat {
        --splat-scale: 1;
    }

    .curtain-drop {
        --drop-scale: 1;
    }

    .splat-a { top: 5%; left: 2%; width: 180px; height: 130px; }
    .drop-a { --drop-top: calc(5% - 35px); --drop-left: calc(2% + 55px); width: 70px; height: 100px; }

    .splat-b { top: 78%; left: 4%; width: 120px; height: 90px; }
    .drop-b { --drop-top: calc(78% - 15px); --drop-left: calc(4% + 39px); width: 42px; height: 60px; }

    .splat-c { top: 64%; left: 44%; width: 160px; height: 120px; }
    .drop-c { --drop-top: calc(64% - 26px); --drop-left: calc(44% + 50px); width: 60px; height: 86px; }

    .splat-d { top: 18%; left: 36%; width: 120px; height: 88px; }
    .drop-d { --drop-top: calc(18% - 4px); --drop-left: calc(36% + 43px); width: 34px; height: 50px; }

    .splat-e { top: 6%; left: 44%; width: 170px; height: 125px; }
    .drop-e { --drop-top: calc(6% - 34px); --drop-left: calc(44% + 52px); width: 66px; height: 96px; }

    .splat-f { top: 56%; left: 56%; width: 150px; height: 110px; }
    .drop-f { --drop-top: calc(56% - 15px); --drop-left: calc(56% + 51px); width: 48px; height: 70px; }

    .splat-g { top: 80%; left: 8%; width: 100px; height: 72px; }
    .drop-g { --drop-top: calc(80% - 4px); --drop-left: calc(8% + 36px); width: 28px; height: 40px; }

    .splat-h { top: 22%; left: 50%; width: 220px; height: 160px; }
    .drop-h { --drop-top: calc(22% - 25px); --drop-left: calc(50% + 75px); width: 90px; height: 128px; }

    .splat-i { top: 44%; left: 12%; width: 200px; height: 150px; }
    .drop-i { --drop-top: calc(44% - 34px); --drop-left: calc(12% + 70px); width: 80px; height: 115px; }

    .splat-j { top: 38%; left: 2%; width: 200px; height: 150px; }
    .drop-j { --drop-top: calc(38% - 10px); --drop-left: calc(2% + 80px); width: 90px; height: 128px; }
}


.paint-intro {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 30;
    opacity: 0;
    overflow: hidden;
    --drop1-left: 7%;
    --drop1-fall: 160px;
    --drop1-delay: 0.1s;
    --drop1-duration: 1.6s;
    --drop2-left: 22%;
    --drop2-fall: 300px;
    --drop2-delay: 0.8s;
    --drop2-duration: 2.4s;
    --drop3-left: 38%;
    --drop3-fall: 400px;
    --drop3-delay: 0.3s;
    --drop3-duration: 2.0s;
    --drop4-left: 53%;
    --drop4-fall: 420px;
    --drop4-delay: 1.2s;
    --drop4-duration: 3.0s;
    --drop5-left: 70%;
    --drop5-fall: 600px;
    --drop5-delay: 0.6s;
    --drop5-duration: 3.4s;
    --drop6-left: 86%;
    --drop6-fall: 340px;
    --drop6-delay: 1.6s;
    --drop6-duration: 2.2s;
}

.paint-intro.is-active {
    animation: paint-fade 6.5s ease forwards;
}

.paint-drop {
    position: absolute;
    top: -80px;
    width: 20px;
    height: 26px;
    background: rgba(47, 125, 180, 0.95);
    border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
    box-shadow: 0 16px 28px rgba(15, 26, 38, 0.28);
    animation: paint-fall var(--drop-duration, 2.6s) linear forwards;
    animation-delay: var(--drop-delay, 0s);
}

.paint-drop::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 8px;
    height: 10px;
    background: inherit;
    border-radius: 50% 50% 40% 40%;
    transform: translateX(-50%) rotate(20deg);
}


.drop-short { --drop-duration: 1.6s; }
.drop-mid { --drop-duration: 2.4s; }
.drop-long { --drop-duration: 3.2s; }

.paint-drop:nth-child(1) { left: var(--drop1-left); width: 72px; height: 92px; background: rgba(245, 45, 55, 0.98); --drop-delay: var(--drop1-delay); --drop-duration: var(--drop1-duration); --drop-fall: var(--drop1-fall); }
.paint-drop:nth-child(2) { left: var(--drop2-left); width: 14px; height: 18px; background: rgba(255, 160, 20, 0.98); --drop-delay: var(--drop2-delay); --drop-duration: var(--drop2-duration); --drop-fall: var(--drop2-fall); }
.paint-drop:nth-child(3) { left: var(--drop3-left); width: 28px; height: 38px; background: rgba(35, 220, 110, 0.98); --drop-delay: var(--drop3-delay); --drop-duration: var(--drop3-duration); --drop-fall: var(--drop3-fall); }
.paint-drop:nth-child(4) { left: var(--drop4-left); width: 64px; height: 84px; background: rgba(30, 150, 255, 0.98); --drop-delay: var(--drop4-delay); --drop-duration: var(--drop4-duration); --drop-fall: var(--drop4-fall); }
.paint-drop:nth-child(5) { left: var(--drop5-left); width: 20px; height: 26px; background: rgba(165, 60, 255, 0.98); --drop-delay: var(--drop5-delay); --drop-duration: var(--drop5-duration); --drop-fall: var(--drop5-fall); }
.paint-drop:nth-child(6) { left: var(--drop6-left); width: 40px; height: 54px; background: rgba(255, 70, 165, 0.98); --drop-delay: var(--drop6-delay); --drop-duration: var(--drop6-duration); --drop-fall: var(--drop6-fall); }

.paint-splat {
    position: absolute;
    width: 56px;
    height: 40px;
    background:
        radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.0) 10px, transparent 11px),
        radial-gradient(circle at 70% 35%, rgba(255, 255, 255, 0.0) 9px, transparent 10px),
        radial-gradient(circle at 45% 70%, rgba(255, 255, 255, 0.0) 8px, transparent 9px),
        radial-gradient(circle at 60% 60%, rgba(255, 255, 255, 0.0) 6px, transparent 7px),
        radial-gradient(circle at 50% 50%, currentColor 30%, currentColor 58%, transparent 60%);
    color: rgba(47, 125, 180, 0.6);
    border-radius: 45% 55% 48% 52%;
    opacity: 0;
    animation: paint-splat 2.4s linear forwards;
    filter: drop-shadow(0 10px 18px rgba(15, 26, 38, 0.2));
}

.splat-1 { transform: rotate(-12deg); }
.splat-2 { transform: rotate(8deg) scale(0.9, 1.05); }
.splat-3 { transform: rotate(-6deg) scale(1.1, 0.95); }
.splat-4 { transform: rotate(14deg); }
.splat-5 { transform: rotate(-18deg) scale(0.85, 1.1); }
.splat-6 { transform: rotate(6deg) scale(1.05, 0.9); }

.paint-splat::before,
.paint-splat::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: currentColor;
}

.paint-splat::before {
    width: 10px;
    height: 10px;
    top: -12px;
    left: 18px;
    box-shadow:
        -14px 18px 0 -2px currentColor,
        22px 6px 0 -3px currentColor,
        34px 24px 0 -4px currentColor;
}

.paint-splat::after {
    width: 12px;
    height: 12px;
    bottom: -16px;
    right: 14px;
    box-shadow:
        -20px -10px 0 -3px currentColor,
        -36px 8px 0 -4px currentColor,
        18px -6px 0 -5px currentColor;
}

.splat-blot {
    border-radius: 55% 45% 60% 40%;
}

.splat-blot::before {
    width: 12px;
    height: 12px;
    box-shadow:
        -10px 22px 0 -2px currentColor,
        26px 12px 0 -3px currentColor,
        6px -18px 0 -2px currentColor;
}

.splat-blot::after {
    width: 18px;
    height: 18px;
    box-shadow:
        -28px -2px 0 -3px currentColor,
        -8px -24px 0 -4px currentColor,
        30px -10px 0 -4px currentColor;
}

.splat-speck::before {
    width: 6px;
    height: 6px;
    box-shadow:
        -10px 10px 0 -2px currentColor,
        18px 2px 0 -3px currentColor,
        28px 20px 0 -4px currentColor,
        40px -6px 0 -5px currentColor;
}

.splat-speck::after {
    width: 12px;
    height: 12px;
    box-shadow:
        -18px -6px 0 -3px currentColor,
        -34px 6px 0 -4px currentColor,
        16px -14px 0 -4px currentColor,
        32px 8px 0 -5px currentColor;
}

.splat-1 { left: var(--drop1-left); top: var(--drop1-fall); width: 240px; height: 160px; color: rgba(245, 45, 55, 0.7); animation-delay: calc(var(--drop1-delay) + var(--drop1-duration)); transform: translateX(-18%) rotate(-12deg); }
.splat-2 { left: var(--drop2-left); top: var(--drop2-fall); width: 46px; height: 32px; color: rgba(255, 160, 20, 0.7); animation-delay: calc(var(--drop2-delay) + var(--drop2-duration)); transform: translateX(-20%) rotate(8deg); }
.splat-3 { left: var(--drop3-left); top: var(--drop3-fall); width: 88px; height: 56px; color: rgba(35, 220, 110, 0.7); animation-delay: calc(var(--drop3-delay) + var(--drop3-duration)); transform: translateX(-18%) rotate(-6deg); }
.splat-4 { left: var(--drop4-left); top: var(--drop4-fall); width: 220px; height: 150px; color: rgba(30, 150, 255, 0.7); animation-delay: calc(var(--drop4-delay) + var(--drop4-duration)); transform: translateX(-18%) rotate(14deg); }
.splat-5 { left: var(--drop5-left); top: var(--drop5-fall); width: 60px; height: 38px; color: rgba(165, 60, 255, 0.68); animation-delay: calc(var(--drop5-delay) + var(--drop5-duration)); transform: translateX(-20%) rotate(-18deg); }
.splat-6 { left: var(--drop6-left); top: var(--drop6-fall); width: 140px; height: 90px; color: rgba(255, 70, 165, 0.7); animation-delay: calc(var(--drop6-delay) + var(--drop6-duration)); transform: translateX(-20%) rotate(6deg); }

@keyframes paint-fall {
    0% { transform: translateY(0) scale(1); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translateY(var(--drop-fall, 460px)) scale(1); border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%; opacity: 0; }
}

@keyframes paint-splat {
    0% { opacity: 0; }
    10% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes paint-fade {
    0% { opacity: 1; }
    92% { opacity: 1; }
    100% { opacity: 0; }
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0 0 12px 0;
    color: var(--dark);
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--white);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
    border-top: 6px solid #2a3786;
}

.contact-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px 10px;
    gap: 16px;
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-logo {
    width: clamp(140px, 18vw, 210px);
    height: auto;
    max-height: 86px;
    display: block;
    object-fit: contain;
}

.contact-numbers {
    display: flex;
    gap: 22px;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    font-size: 15px;
    align-items: center;
}

.contact-numbers a {
    display: grid;
    gap: 2px;
    justify-items: center;
}

.contact-numbers a + a {
    position: relative;
    padding-left: 18px;
}

.contact-numbers a + a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 22px;
    background: rgba(47, 125, 180, 0.45);
    transform: translateY(-50%);
}

.contact-label {
    font-size: 12px;
    letter-spacing: 0.06em;
    opacity: 0.7;
}

.contact-number {
    font-size: 16px;
    letter-spacing: 0.02em;
}

.contact-numbers a:hover {
    text-decoration: underline;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
}

.nav-toggle span {
    width: 24px;
    height: 3px;
    background: var(--dark);
    border-radius: 3px;
}

.primary-nav {
    border-top: 1px solid #e5e8eb;
    border-bottom: 1px solid #e5e8eb;
    background: var(--white);
}

.primary-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 12px 32px 14px;
    gap: 28px;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.primary-nav a {
    padding: 6px 10px;
    border-radius: 6px;
    color: #555d65;
    border: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.primary-nav a.active {
    border: 1px solid rgba(47, 125, 180, 0.5);
    background: rgba(47, 125, 180, 0.08);
    color: var(--blue);
}

.primary-nav a:hover {
    color: var(--blue);
    border-color: rgba(47, 125, 180, 0.4);
    background: rgba(47, 125, 180, 0.06);
}

.btn {
    display: inline-block;
    padding: 14px 18px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-align: center;
    border: 2px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn.primary {
    background: var(--blue);
    color: var(--white);
    box-shadow: 0 12px 20px rgba(47, 125, 180, 0.18);
}

.btn.primary:hover {
    background: #236391;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(35, 99, 145, 0.22);
}

.btn.outline {
    background: #f2f2f2;
    color: var(--dark);
    border-color: rgba(0, 0, 0, 0.08);
}

.btn.outline:hover {
    border-color: var(--blue);
    color: var(--blue);
    transform: translateY(-1px);
}

.btn.dark {
    background: #424a54;
    color: var(--white);
    box-shadow: 0 12px 20px rgba(66, 74, 84, 0.2);
}

.btn.dark:hover {
    background: #2f353d;
    transform: translateY(-1px);
}

.hero {
    position: relative;
    min-height: 72vh;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    overflow: hidden;
    background: var(--accent);
}

.hero-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.9);
    pointer-events: none;
    z-index: 0;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(18, 38, 58, 0.55);
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    max-width: 720px;
    margin-left: 72px;
    padding: 80px 0;
    z-index: 2;
}

.hero h1 {
    font-size: clamp(30px, 3.2vw, 44px);
    margin-bottom: 24px;
    color: var(--white);
    letter-spacing: 0.02em;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
    text-wrap: balance;
    text-transform: uppercase;
}

#hero .hero-content {
    max-width: 880px;
}

#hero h1 {
    word-break: keep-all;
}

.hero-actions {
    display: grid;
    gap: 12px;
    max-width: 420px;
    width: 100%;
}

.promise-strip {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 24px 32px;
}

.promise-quotes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto;
}

.promise-quote-text {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.45;
    font-weight: 600;
    color: var(--blue);
    font-style: italic;
    position: relative;
}

.promise-quote-text::before,
.promise-quote-text::after {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.2em;
    color: rgba(47, 125, 180, 0.35);
}

.promise-quote-text::before {
    content: "“";
    margin-right: 6px;
}

.promise-quote-text::after {
    content: "”";
    margin-left: 6px;
}

.promise-quotes span {
    position: relative;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--deep-blue);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0.01em;
    background: rgba(47, 125, 180, 0.06);
    border-radius: 12px;
}

.promise-quotes span::before,
.promise-quotes span::after {
    color: rgba(48, 65, 108, 0.55);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.promise-quotes span::before {
    content: "\201C";
}

.promise-quotes span::after {
    content: "\201D";
}

.about-hero {
    min-height: 62vh;
    height: 62vh;
}

.about-hero::after {
    background: rgba(28, 52, 76, 0.6);
}

.about-hero .hero-content {
    margin-left: 72px;
    text-align: left;
    max-width: 760px;
    padding: 110px 24px;
}

.about-hero h1 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.about-quote {
    padding: 40px 32px 60px;
    text-align: center;
    background: var(--white);
}

.about-quote p {
    font-size: 22px;
    margin: 0 auto 22px;
    max-width: 920px;
    color: var(--blue);
    line-height: 1.5;
    font-weight: 600;
}

.about-story {
    padding: 70px 32px 40px;
    max-width: 1180px;
    margin: 0 auto;
}

.about-story h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: clamp(28px, 3.2vw, 38px);
    margin-bottom: 32px;
}

.about-story-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
    align-items: start;
}

.about-story-column {
    font-size: 18px;
    line-height: 1.6;
    color: #555e66;
}

.about-actions {
    display: grid;
    gap: 12px;
    max-width: 520px;
    margin: 28px auto 0;
}

.about-actions .btn {
    width: 100%;
}

.awards-section {
    padding: 50px 32px 80px;
    background: var(--white);
    border-top: 1px solid var(--border);
}

.awards-inner {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.awards-text h2 {
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.awards-text p {
    margin: 0;
    color: #555e66;
    font-size: 18px;
    line-height: 1.6;
}

.awards-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.awards-images img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center 30%;
    border-radius: var(--radius);
    box-shadow: 0 14px 26px rgba(15, 26, 38, 0.12);
    display: block;
}

.residential-hero {
    min-height: 62vh;
    height: 62vh;
}

.residential-hero::after {
    background: rgba(20, 40, 60, 0.55);
}

.residential-hero .hero-content {
    margin-left: 72px;
    text-align: left;
    max-width: 820px;
    padding: 110px 24px;
}

.residential-hero h1 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.residential-quote {
    padding: 40px 32px 60px;
    text-align: center;
    background: var(--white);
}

.residential-quote p {
    font-size: 22px;
    margin: 0 auto 22px;
    max-width: 920px;
    color: var(--blue);
    line-height: 1.5;
    font-weight: 600;
}

.residential-services {
    padding: 70px 32px 40px;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.residential-services h2 {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: clamp(28px, 3.2vw, 38px);
    margin-bottom: 10px;
}

.residential-lede {
    font-size: 18px;
    color: #4c545c;
    max-width: 860px;
    margin: 0 auto 28px;
    line-height: 1.6;
}

.residential-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px 36px;
    text-align: left;
    align-items: start;
}

.residential-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-size: 18px;
    color: #3f464d;
    line-height: 1.5;
}

.residential-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #4a525a;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.residential-icon i {
    font-size: 18px;
}

.residential-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 30px auto 0;
    max-width: 720px;
}

.commercial-hero {
    min-height: 62vh;
    height: 62vh;
}

.commercial-hero::after {
    background: rgba(18, 38, 58, 0.55);
}

.commercial-hero .hero-content {
    margin-left: 72px;
    text-align: left;
    max-width: 820px;
    padding: 110px 24px;
}

.commercial-hero h1 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.commercial-quote {
    padding: 40px 32px 60px;
    text-align: center;
    background: var(--white);
}

.commercial-quote p {
    font-size: 22px;
    margin: 0 auto 22px;
    max-width: 920px;
    color: var(--blue);
    line-height: 1.5;
    font-weight: 600;
}

.commercial-services {
    padding: 70px 32px 20px;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.commercial-services h2 {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: clamp(28px, 3.2vw, 38px);
    margin-bottom: 10px;
}

.commercial-lede {
    font-size: 18px;
    color: #4c545c;
    max-width: 860px;
    margin: 0 auto 28px;
    line-height: 1.6;
}

.commercial-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px 36px;
    text-align: left;
    align-items: start;
}

.commercial-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-size: 18px;
    color: #3f464d;
    line-height: 1.5;
}

.commercial-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #4a525a;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.commercial-icon i {
    font-size: 18px;
}

.commercial-projects {
    padding: 20px 32px 70px;
    text-align: center;
    max-width: 1180px;
    margin: 0 auto;
}

.commercial-projects-lede {
    font-size: 18px;
    color: #4c545c;
    max-width: 860px;
    margin: 0 auto 24px;
    line-height: 1.6;
}

.commercial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.commercial-card {
    background: #f2f2f2;
    border-radius: 4px;
    overflow: hidden;
    min-height: 170px;
}

.commercial-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.commercial-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0 auto;
    max-width: 720px;
}

.work-hero {
    min-height: 62vh;
    height: 62vh;
}

.work-hero::after {
    background: rgba(18, 38, 58, 0.55);
}

.work-hero .hero-content {
    margin-left: 72px;
    text-align: left;
    max-width: 820px;
    padding: 110px 24px;
}

.work-hero h1 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.work-quote {
    padding: 40px 32px 60px;
    text-align: center;
    background: var(--white);
}

.work-quote p {
    font-size: 22px;
    margin: 0 auto 22px;
    max-width: 920px;
    color: var(--blue);
    line-height: 1.5;
    font-weight: 600;
}

.page-quote {
    padding: 20px 32px 36px;
    background: var(--white);
}

.page-intro {
    padding: 36px 32px 6px;
    background: var(--white);
}

.page-intro p {
    max-width: 980px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.55;
    color: var(--blue);
    font-weight: 600;
    text-align: center;
}

.page-quote p {
    max-width: 960px;
    margin: 0 auto;
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.45;
    font-weight: 600;
    color: var(--blue);
    text-align: center;
    font-style: italic;
    position: relative;
}

.page-quote p::before,
.page-quote p::after {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.2em;
    color: rgba(47, 125, 180, 0.35);
}

.page-quote p::before {
    content: "“";
    margin-right: 6px;
}

.page-quote p::after {
    content: "”";
    margin-left: 6px;
}

.page-quote + .logo-grid,
.page-quote + .residential-services,
.page-quote + .commercial-services,
.page-quote + .work-carousel-section {
    padding-top: 40px;
}

.work-carousel-section {
    padding: 10px 32px 80px;
    max-width: 1180px;
    margin: 0 auto;
}

.work-carousel {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(18, 38, 58, 0.18);
    background: #0f1f2f;
}

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

.work-slide.single {
    grid-template-columns: 1fr;
}

.work-slide-panel {
    position: relative;
}

.work-slide-panel img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.work-slide-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15, 26, 38, 0.7);
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.work-carousel .carousel-caption {
    background: rgba(15, 26, 38, 0.6);
    border-radius: 999px;
    padding: 10px 18px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.work-carousel .carousel-caption p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.work-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.65);
}

.work-carousel .carousel-control-prev-icon,
.work-carousel .carousel-control-next-icon {
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
}

.work-carousel-empty {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(18, 38, 58, 0.18);
}

.work-carousel-empty img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.testimonials {
    padding: 70px 32px 90px;
    background: var(--white);
}

.testimonials-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 36px;
}

.testimonials-header h2 {
    font-size: clamp(28px, 3.6vw, 40px);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.testimonials-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #55616b;
    font-size: 18px;
}

.testimonials-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.testimonial-card {
    background: #f6f9fc;
    border-radius: 16px;
    padding: 26px 24px;
    box-shadow: 0 12px 26px rgba(15, 26, 38, 0.1);
    position: relative;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(47, 125, 180, 0.12);
}

.testimonial-quote {
    font-size: 18px;
    line-height: 1.6;
    color: #2f3d4a;
    margin: 0 0 18px;
    position: relative;
    z-index: 1;
}

.testimonial-meta {
    display: grid;
    gap: 4px;
    font-weight: 700;
}

.testimonial-name {
    color: var(--deep-blue);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 13px;
}

.testimonial-role {
    font-weight: 600;
    color: #5a6b79;
    font-size: 14px;
}

.contact-hero {
    min-height: 62vh;
    height: 62vh;
}

.contact-hero::after {
    background: rgba(20, 40, 60, 0.55);
}

.contact-hero .hero-content {
    margin-left: 72px;
    text-align: left;
    max-width: 820px;
    padding: 110px 24px;
}

.contact-hero h1 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.contact-card {
    padding: 40px 32px 80px;
    background: var(--white);
}

.job-form {
    padding: 0 32px 80px;
    background: var(--white);
}

.job-form-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 32px;
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 18px 40px rgba(15, 26, 38, 0.08);
}

.job-form-inner h2 {
    margin: 0 0 8px;
    font-size: clamp(26px, 3vw, 34px);
    text-transform: uppercase;
    color: var(--dark);
}

.job-form-inner p {
    margin: 0 0 24px;
    color: var(--muted);
}

.job-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px 20px;
    margin-bottom: 18px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field label {
    font-weight: 600;
    color: var(--dark);
}

.form-field input,
.form-field select,
.form-field textarea {
    border-radius: 6px;
    border: 1px solid rgba(63, 70, 77, 0.2);
    padding: 12px 14px;
    font-size: 16px;
    font-family: inherit;
    color: var(--dark);
    background: var(--white);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: rgba(47, 125, 180, 0.5);
    box-shadow: 0 0 0 3px rgba(47, 125, 180, 0.15);
}

.form-field-full {
    grid-column: 1 / -1;
}

.contact-map {
    padding: 0 32px 80px;
    background: var(--white);
}

.contact-map-inner {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 26, 38, 0.12);
    border: 1px solid rgba(15, 26, 38, 0.08);
}

.contact-map iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}

.contact-card-inner {
    max-width: 980px;
    margin: 0 auto;
    background: var(--blue);
    color: var(--white);
    padding: 40px 32px;
    border-radius: 6px;
    box-shadow: 0 18px 40px rgba(47, 125, 180, 0.25);
    text-align: center;
}

.contact-card-inner h2 {
    color: var(--white);
    font-size: clamp(26px, 3vw, 34px);
    text-transform: uppercase;
    margin-bottom: 18px;
}

.contact-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    text-align: left;
}

.contact-column h3 {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-column p {
    margin: 0 0 8px 0;
    line-height: 1.5;
    font-size: 16px;
}

.contact-column a {
    color: var(--white);
    text-decoration: underline;
}

.contact-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    margin: 16px 0;
}

.work-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.work-thumb {
    border: 2px solid transparent;
    padding: 0;
    background: none;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.work-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    display: block;
}

.work-thumb-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-thumb-split img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    display: block;
}

.work-thumb:hover {
    transform: translateY(-2px);
    border-color: rgba(47, 125, 180, 0.4);
}

.work-thumb.active {
    border-color: var(--blue);
    box-shadow: 0 10px 18px rgba(47, 125, 180, 0.18);
}

.intro {
    padding: 80px 32px 40px;
    text-align: center;
    background: var(--white);
    border-bottom: 14px solid #2a3786;
}

.intro-text h2 {
    font-size: clamp(34px, 4vw, 46px);
    margin-bottom: 12px;
}

.intro-text p {
    font-size: 20px;
    margin: 0 auto 32px;
    max-width: 940px;
    color: #2f7db4;
    line-height: 1.5;
    font-weight: 600;
}

.service-card {
    position: relative;
    background: linear-gradient(135deg, #2f7db4, #2a6d9d);
    color: var(--white);
    padding: 40px 32px 34px;
    border-radius: 16px;
    max-width: 1020px;
    margin: 0 auto;
    box-shadow: 0 18px 36px rgba(47, 125, 180, 0.22);
}

.service-title {
    font-size: 19px;
    margin-bottom: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}

.service-card .row {
    row-gap: 14px;
}

.service-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 14px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.12);
    min-height: 58px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: var(--white);
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.service-pill:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 24px rgba(13, 23, 33, 0.12);
}

.service-pill i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.18);
    color: var(--white);
    font-size: 20px;
}

.service-pill span {
    font-size: 17px;
}

.split-section {
    padding: 72px 32px 40px;
    text-align: center;
}

.split-content {
    max-width: 820px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.6;
}

.split-content .btn {
    margin-top: 22px;
}

.split-actions {
    display: grid;
    gap: 12px;
    max-width: 420px;
    margin: 22px auto 0;
}

.split-actions .btn {
    margin-top: 0;
    width: 100%;
}

.about {
    padding: 80px 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    max-width: 1180px;
    margin: 0 auto;
}

.about h2 {
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.about-text {
    line-height: 1.6;
    font-size: 18px;
    color: #555e66;
}

.feature-banner {
    position: relative;
    background-size: cover;
    background-position: center 24%;
    margin: 24px 0 0;
}

.feature-overlay {
    background: rgba(34, 60, 90, 0.75);
    color: var(--white);
    padding: 72px 24px;
    text-align: center;
}

.feature-overlay h2 {
    color: var(--white);
    font-size: clamp(30px, 3.6vw, 44px);
}

.feature-overlay p {
    max-width: 960px;
    margin: 12px auto 20px;
    font-size: 22px;
    line-height: 1.5;
}

.logo-grid {
    padding: 80px 32px 90px;
    text-align: center;
    max-width: 1180px;
    margin: 0 auto;
}

.logo-grid-header h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.logo-grid-header p {
    max-width: 920px;
    margin: 0 auto 28px;
    font-size: 18px;
    line-height: 1.6;
    color: #4c545c;
}

.logo-grid-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin: 22px 0 32px;
}

.logo-card {
    background: var(--white);
    border: none;
    border-radius: 6px;
    padding: 18px 14px;
    font-weight: 600;
    color: #444b52;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    flex: 0 1 320px;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 18px rgba(15, 26, 38, 0.08);
}

.logo-card img {
    max-width: 90%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.logo-grid-actions {
    display: grid;
    gap: 10px;
    max-width: 420px;
    margin: 0 auto;
}

.site-footer {
    background: var(--white);
    color: var(--dark);
    margin-top: 28px;
    padding: 20px 32px 20px;
    position: relative;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
    background: #2a3786;
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    max-width: 1180px;
    margin: 12px auto 28px;
}

.footer-accreditation {
    height: 64px;
    width: auto;
    display: block;
    object-fit: contain;
}

.footer-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 18px 24px;
    flex: 1;
    margin: 0;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 3px solid rgba(47, 125, 180, 0.4);
    padding-left: 14px;
}

.footer-column {
    border-left: 3px solid rgba(47, 125, 180, 0.4);
    padding-left: 14px;
}

.footer-label {
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.footer-nav ul,
.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
    line-height: 1.4;
    text-transform: none;
    font-weight: 500;
}

.contact-line {
    display: grid;
    gap: 2px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    font-size: 14px;
    border-top: 1px solid rgba(47, 125, 180, 0.3);
    padding-top: 32px;
}

.social {
    display: flex;
    gap: 8px;
}

.social-icon {
    width: clamp(26px, 5vw, 40px);
    height: clamp(26px, 5vw, 40px);
    border-radius: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 980px) {
    body {
        font-size: 15px;
    }

    p {
        font-size: 16px;
    }

    .about-story-column,
    .about-text,
    .split-content,
    .residential-item,
    .commercial-item,
    .residential-lede,
    .commercial-lede,
    .commercial-projects-lede,
    .logo-grid-header p,
    .feature-overlay p {
        font-size: 16px;
    }

    .contact-strip {
        padding: 0 18px 10px;
        flex-wrap: wrap;
    }

    .contact-numbers {
        width: auto;
        justify-content: center;
        gap: 8px;
        font-size: 11px;
        text-transform: none;
    }

    .contact-numbers a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 2px 4px;
    }

    .contact-label {
        font-size: 11px;
        letter-spacing: 0.04em;
    }

    .contact-number {
        display: none;
    }

    .contact-numbers a + a {
        position: relative;
        padding-left: 12px;
    }

    .contact-numbers a + a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 14px;
        background: rgba(47, 125, 180, 0.45);
        transform: translateY(-50%);
    }

    .nav-toggle {
        display: flex;
        margin-left: auto;
    }

    .primary-nav {
        display: none;
        background: var(--white);
    }

    .primary-nav.open {
        display: block;
    }

    .primary-nav ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 18px;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-content {
        margin: 0;
        padding: 44px 22px 56px;
    }

    .about-hero .hero-content,
    .residential-hero .hero-content,
    .commercial-hero .hero-content,
    .work-hero .hero-content,
    .contact-hero .hero-content {
        margin-left: 0;
        padding: 44px 22px 56px;
    }

    .about-hero,
    .residential-hero,
    .commercial-hero,
    .work-hero,
    .contact-hero {
        min-height: auto;
        height: auto;
    }

    .intro,
    .split-section,
    .about,
    .about-quote,
    .about-story,
    .residential-quote,
    .residential-services,
    .commercial-quote,
    .commercial-services,
    .commercial-projects,
    .work-quote,
    .work-carousel-section,
    .testimonials,
    .contact-card,
    .logo-grid,
    .feature-overlay {
        padding-left: 22px;
        padding-right: 22px;
    }

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

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-top {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}

@media (max-width: 640px) {
    .contact-strip {
        padding-right: 12px;
    }

    .brand-logo {
        max-height: 60px;
        width: clamp(120px, 40vw, 170px);
    }

    .paint-intro {
        --drop1-fall: 120px;
        --drop2-fall: 200px;
        --drop3-fall: 260px;
        --drop4-fall: 320px;
        --drop5-fall: 380px;
        --drop6-fall: 240px;
    }

    .splat-1 { width: 160px; height: 110px; transform: translateX(-18%) rotate(-12deg); }
    .splat-2 { width: 40px; height: 28px; transform: translateX(-20%) rotate(8deg); }
    .splat-3 { width: 64px; height: 44px; transform: translateX(-18%) rotate(-6deg); }
    .splat-4 { width: 150px; height: 110px; transform: translateX(-18%) rotate(14deg); }
    .splat-5 { width: 50px; height: 34px; transform: translateX(-20%) rotate(-18deg); }
    .splat-6 { width: 96px; height: 68px; transform: translateX(-20%) rotate(6deg); }

    .footer-accreditation {
        height: 54px;
    }

    .site-footer .brand-logo,
    .footer-accreditation {
        margin: 0 auto;
        display: block;
    }

    .footer-inner {
        text-align: center;
        justify-items: center;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "explore team"
            "office office";
        align-items: start;
    }

    .footer-nav {
        order: 2;
        grid-area: explore;
        margin-top: 0;
        align-self: start;
        padding-top: 0;
    }

    .footer-nav .footer-label {
        margin-top: 17px;
    }

    .footer-column {
        order: 2;
    }

    .footer-team {
        grid-area: team;
        margin-top: 0;
        align-self: start;
    }

    .footer-nav .footer-label,
    .footer-team .footer-label {
        min-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-nav ul,
    .footer-team ul {
        margin-top: 8px;
    }

    .footer-office {
        grid-area: office;
        width: 100%;
    }

    .footer-nav .footer-label,
    .footer-column .footer-label {
        text-align: center;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero-actions {
        width: 100%;
    }

    .service-card {
        padding: 24px 18px;
    }

    .feature-overlay p { font-size: 19px; }

    .logo-grid-items { grid-template-columns: 1fr; }
    .footer-nav { border-left: none; padding-left: 0; }
    .footer-column { border-left: none; padding-left: 0; }

    .footer-inner {
        gap: 16px;
    }

    .footer-inner > * {
        padding-top: 16px;
        border-top: 1px solid rgba(47, 125, 180, 0.25);
    }

    .footer-inner > *:first-child {
        padding-top: 0;
        border-top: none;
    }

    .footer-column ul li {
        padding: 6px 0;
        border-bottom: 1px dashed rgba(47, 125, 180, 0.3);
    }

    .footer-column ul li:last-child {
        border-bottom: none;
    }
}

@media (max-width: 820px) {
    .work-slide {
        grid-template-columns: 1fr;
    }

    .work-slide-panel img,
    .work-carousel-empty img {
        height: 340px;
    }

    .work-thumb img {
        height: 64px;
    }

    .work-thumb-split img {
        height: 64px;
    }
}

@media (min-width: 980px) {
    .about-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
