/* Windows Hamilton brand layer
   Applied after the inherited Centennial component stylesheet. */
:root {
    --brand-navy: #092f4f;
    --brand-blue: #12649a;
    --brand-sky: #3b91c4;
    --brand-yellow: #f2c94c;
    --brand-yellow-hover: #dfb52f;
    --brand-gold-text: #765600;
    --brand-gray-50: #f4f5f6;
    --brand-gray-100: #e7eaec;
    --brand-gray-600: #5e6970;
    --brand-ice: #eaedef;
    --brand-mist: #f4f5f6;
    --brand-ink: #172b38;
    --brand-soft-ink: var(--brand-gray-600);
    --red: var(--brand-blue);
    --red-cta: var(--brand-yellow);
    --red-dark: var(--brand-navy);
    --red-hover: var(--brand-yellow-hover);
    --text: var(--brand-ink);
    --text-dark: #0c2432;
    --text-light: var(--brand-soft-ink);
    --bg-light: var(--brand-mist);
    --bg-lighter: var(--brand-gray-50);
    --border: #d6dce0;
    --font: 'Manrope', Arial, sans-serif;
    --font-nav: 'Barlow Semi Condensed', Arial, sans-serif;
    --font-serif: 'Manrope', Arial, sans-serif;
    --max-w: 1220px;
    --shadow: 0 7px 22px rgba(11, 48, 70, .09);
    --shadow-lg: 0 18px 50px rgba(11, 48, 70, .15);
}

/* Article system */
.wh-article-feature-section{background:#f1f4f6}
.wh-article-feature-heading{max-width:760px}
.wh-article-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.wh-article-card{display:flex;flex-direction:column;background:#fff;border:1px solid #dce5eb;border-radius:14px;overflow:hidden;box-shadow:0 10px 28px rgba(7,49,78,.07)}
.wh-article-card__image{display:block;overflow:hidden}
.wh-article-card__image img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .25s ease}
.wh-article-card:hover .wh-article-card__image img{transform:scale(1.025)}
.wh-article-card__body{display:flex;flex-direction:column;align-items:flex-start;flex:1;padding:24px}
.wh-article-card__body>span{color:#0d6da6;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.wh-article-card h2,.wh-article-card h3{font-size:27px;line-height:1.05;margin:10px 0 12px}
.wh-article-card h2 a,.wh-article-card h3 a{color:#07314e;text-decoration:none}
.wh-article-card p{line-height:1.62;margin:0 0 20px}
.wh-article-card__link{margin-top:auto;color:#0d6da6;font-weight:800;text-decoration:none}
.wh-article-feature-more{margin:25px 0 0;text-align:right}
.wh-article-feature-more a{color:#0d6da6;font-weight:800}
.wh-article-hero{background:#07314e;color:#fff;padding:74px 0}
.wh-article-hero__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:64px;align-items:center}
.wh-article-hero h1{color:#fff;font-size:clamp(48px,6vw,74px);line-height:.96;margin:14px 0 20px;max-width:850px}
.wh-article-dek{color:#e6eef4;font-size:19px;line-height:1.6;max-width:760px}
.wh-article-meta{display:flex;gap:18px;flex-wrap:wrap;color:#f7c62f;font-weight:800;margin-top:24px}
.wh-article-hero__grid>img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.25)}
.wh-article-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(280px,360px);gap:70px;align-items:start;padding-top:78px;padding-bottom:84px}
.wh-article-content h2{font-size:clamp(34px,4.5vw,48px);line-height:1.02;margin:54px 0 18px}
.wh-article-content section:first-child h2{margin-top:0}
.wh-article-content p,.wh-article-content li{font-size:17px;line-height:1.78}
.wh-article-point-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:34px 0 8px}
.wh-article-point-grid article{background:#edf3f7;border-left:4px solid #f7c62f;border-radius:8px;padding:22px}
.wh-article-point-grid h3{font-size:24px;line-height:1.05;margin:0 0 9px}
.wh-article-point-grid p{font-size:15px;line-height:1.6;margin:0}
.wh-article-inline-image{margin:38px 0}
.wh-article-inline-image img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:14px}
.wh-article-inline-image figcaption{font-size:13px;line-height:1.5;color:#5b6a75;margin-top:10px}
.wh-article-questions{background:#f1f4f6;border-radius:14px;padding:30px;margin-top:50px}
.wh-article-questions h2{margin-top:0}
.wh-article-questions ul{padding-left:22px;margin-bottom:0}
.wh-article-sidebar{position:sticky;top:118px;display:grid;gap:20px}
.wh-article-service-box,.wh-article-contact-box{border-radius:14px;padding:28px}
.wh-article-service-box{background:#07314e;color:#e7f0f6;border-top:4px solid #f7c62f}
.wh-article-service-box h2{color:#fff;font-size:34px;line-height:1;margin:10px 0 14px}
.wh-article-service-box p{color:#e7f0f6;line-height:1.65}
.wh-article-contact-box{background:#f1f4f6}
.wh-article-contact-box h3{font-size:26px;line-height:1.05;margin:0 0 10px}
.wh-article-contact-box p{line-height:1.6}
.wh-article-contact-box a{display:block;color:#0d6da6;font-weight:800;margin-top:10px}
.wh-article-archive-hero{background:#07314e;color:#fff;padding:72px 0}
.wh-article-archive-hero h1{color:#fff;font-size:clamp(52px,7vw,78px);line-height:.95;margin:10px 0 18px}
.wh-article-archive-hero p{color:#e7f0f6;font-size:19px;max-width:720px}
.wh-article-category-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.wh-article-category-nav a{background:#fff;color:#07314e;border-radius:999px;padding:10px 15px;font-weight:800;text-decoration:none}
.wh-article-category-intro{background:#f4f7f9;border-bottom:1px solid #d7e0e5}
.wh-article-category-intro .wh-section-heading{max-width:880px}
.wh-article-category-intro .wh-section-heading p{color:#405667;font-size:17px;line-height:1.8;max-width:840px}
@media(max-width:980px){.wh-article-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wh-article-hero__grid,.wh-article-layout{grid-template-columns:1fr}.wh-article-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.wh-article-card-grid,.wh-article-point-grid,.wh-article-sidebar{grid-template-columns:1fr}.wh-article-hero{padding:52px 0}.wh-article-hero h1{font-size:46px}.wh-article-hero__grid{gap:30px}.wh-article-layout{gap:42px;padding-top:54px;padding-bottom:60px}.wh-article-content h2{font-size:36px}.wh-article-feature-more{text-align:left}}

body {
    font-family: var(--font);
    color: var(--text);
}

h1, h2, h3, h4, h5 {
    font-family: 'Barlow Condensed', var(--font);
    letter-spacing: -.015em;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--brand-gold-text);
    outline-offset: 3px;
}

.staging-notice {
    background: #fff6d9;
    border-color: #efd379;
    color: #5e4800;
}

.top-bar {
    background: var(--brand-navy);
    border-bottom: 3px solid var(--brand-yellow);
}

.top-bar-copy {
    align-items: center;
    background: var(--brand-navy);
    display: flex;
    font-family: var(--font);
    font-size: 12px;
    justify-content: space-between;
    letter-spacing: .055em;
    margin: auto;
    max-width: var(--max-w);
    padding: 9px 24px;
}

.top-bar-contact {
    align-items: center;
    display: flex;
    gap: 12px;
}

.top-bar-contact a {
    color: #fff;
    display: inline;
}

.top-bar-contact a:hover { color: var(--brand-yellow); }

.navbar {
    border-bottom-color: rgba(11, 48, 70, .1);
    box-shadow: 0 4px 20px rgba(11, 48, 70, .07);
}

.navbar .wrap { height: 86px; }

.navbar-logo {
    align-items: center;
    display: flex;
    gap: 12px;
}

.navbar-window-mark {
    background: var(--brand-blue);
    border: 3px solid var(--brand-navy);
    display: grid;
    flex: 0 0 38px;
    gap: 3px;
    grid-template-columns: repeat(2, 1fr);
    height: 42px;
    padding: 3px;
    transform: skewY(-2deg);
}

.navbar-window-mark i { background: #fff; display: block; }
.navbar-window-mark i:first-child { background: var(--brand-yellow); }

.navbar-wordmark {
    color: var(--brand-navy);
    display: flex;
    flex-direction: column;
    font-family: 'Barlow Condensed', var(--font);
    font-size: clamp(24px, 2.1vw, 32px);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: .85;
}

.navbar-wordmark strong {
    color: var(--brand-blue);
    font-weight: 700;
}

.navbar-wordmark small {
    color: var(--brand-soft-ink);
    font-family: var(--font);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1;
    margin-top: 7px;
}

.navbar-menu > li > a { padding-inline: 13px; }
.navbar-menu > li > a:hover,
.navbar-menu > li.active > a { border-bottom-color: var(--brand-yellow); color: var(--brand-blue); }
.navbar-menu > li.nav-cta > a {
    background: var(--brand-yellow);
    border-radius: 999px;
    color: var(--brand-navy);
    height: auto;
    line-height: 1;
    margin-left: 10px;
    min-height: 42px;
    padding: 12px 23px;
}
.navbar-menu > li.nav-cta > a:hover {
    background: var(--brand-yellow-hover);
    color: var(--brand-navy);
}
.mega-panel { border-radius: 0 0 14px 14px; }

/* Keep the rightmost desktop dropdown inside the viewport. */
@media (min-width: 981px) {
    .navbar-menu > li.nav-areas .mega-panel {
        left: auto;
        min-width: 520px;
        padding: 24px 26px 22px;
        right: 0;
        transform: translateY(8px);
    }

    .navbar-menu > li.nav-areas.mega-open .mega-panel {
        transform: translateY(0);
    }

    .navbar-menu > li.nav-areas .mega-cols.c2 {
        gap: 18px;
        grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    }

    .navbar-menu > li.nav-areas .mega-panel a {
        margin-inline: -8px;
        padding-inline: 8px;
        white-space: nowrap;
    }
}

.btn {
    border-radius: 999px;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 750;
    letter-spacing: .01em;
    padding: 13px 26px;
}

.btn-red {
    color: var(--brand-navy);
    box-shadow: 0 8px 18px rgba(190, 146, 17, .22);
}
.btn-red:hover {
    background: var(--brand-yellow-hover);
    border-color: var(--brand-yellow-hover);
    color: var(--brand-navy);
}
.btn-red:hover { transform: translateY(-1px); }

.wh-section {
    padding: clamp(64px, 8vw, 104px) 0;
}

.wh-section--soft { background: var(--brand-mist); }
.wh-section--ice { background: var(--brand-ice); }

.wh-eyebrow {
    color: var(--brand-blue);
    display: block;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.wh-eyebrow--dark { color: var(--brand-yellow); }

.wh-section-heading {
    margin-bottom: 40px;
    max-width: 720px;
}

.wh-section-heading h2 {
    font-size: clamp(38px, 5vw, 58px);
    margin-bottom: 14px;
}

.wh-section-heading p {
    color: var(--brand-soft-ink);
    font-size: 18px;
    line-height: 1.7;
}

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

.wh-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    color: var(--text);
    min-width: 0;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

a.wh-card:hover {
    border-color: #9ebfd2;
    box-shadow: var(--shadow-lg);
    color: var(--text);
    transform: translateY(-4px);
}

.wh-card__image { aspect-ratio: 4 / 3; overflow: hidden; }
.wh-card__image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
a.wh-card:hover .wh-card__image img { transform: scale(1.035); }
.wh-card__body { padding: 24px; }
.wh-card__body h3 { font-size: 29px; margin-bottom: 8px; }
.wh-card__body p { color: var(--brand-soft-ink); font-size: 15px; line-height: 1.65; margin-bottom: 15px; }
.wh-card__links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.wh-card__links a { color: var(--brand-blue); font-size: 13px; font-weight: 800; }
.wh-card__links a:hover { color: var(--brand-navy); }
.wh-card__links i { font-size: 10px; margin-left: 4px; }
.wh-card__link { color: var(--brand-blue); font-size: 13px; font-weight: 800; }
.wh-card__link i { margin-left: 6px; transition: transform .2s ease; }
a.wh-card:hover .wh-card__link i { transform: translateX(4px); }

.wh-icon-card { padding: 28px; }
.wh-icon-card__icon {
    align-items: center;
    background: #fff5ce;
    border-radius: 12px;
    color: var(--brand-blue);
    display: flex;
    font-size: 22px;
    height: 48px;
    justify-content: center;
    margin-bottom: 22px;
    width: 48px;
}
.wh-icon-card h3 { font-size: 27px; margin-bottom: 10px; }
.wh-icon-card p { color: var(--brand-soft-ink); font-size: 15px; line-height: 1.65; }

.wh-contact-business {
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
}
.wh-contact-business h2 { font-size: clamp(32px, 4vw, 46px); margin: 8px 0 14px; }
.wh-contact-business p { color: var(--brand-soft-ink); line-height: 1.75; }
.wh-contact-business address { color: var(--brand-navy); font-size: 18px; font-style: normal; font-weight: 700; line-height: 1.65; margin: 22px 0; }
.wh-contact-business .btn i { margin-right: 7px; }
.wh-contact-business__hours { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 30px; }
.wh-contact-business__hours dl { margin: 18px 0 0; }
.wh-contact-business__hours dl div { align-items: baseline; border-top: 1px solid var(--border); display: flex; gap: 20px; justify-content: space-between; padding: 14px 0; }
.wh-contact-business__hours dt { color: var(--brand-navy); font-weight: 800; }
.wh-contact-business__hours dd { color: var(--brand-soft-ink); margin: 0; text-align: right; }

.wh-area-card {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    color: var(--brand-navy);
    display: flex;
    font-family: 'Barlow Condensed', var(--font);
    font-size: 23px;
    font-weight: 650;
    gap: 13px;
    justify-content: space-between;
    min-height: 78px;
    padding: 18px 20px;
}
.wh-area-card span:first-child { align-items: center; display: flex; gap: 12px; }
.wh-area-card i { color: var(--brand-sky); font-size: 15px; }
.wh-area-card:hover { border-color: var(--brand-yellow); box-shadow: var(--shadow); color: var(--brand-blue); }
.wh-area-card > i:last-child { color: var(--brand-yellow-hover); }

.wh-cta {
    align-items: center;
    background: var(--brand-navy);
    border-radius: 24px;
    color: #fff;
    display: flex;
    gap: 36px;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(34px, 5vw, 58px);
    position: relative;
}
.wh-cta::after {
    border: 2px solid rgba(255,255,255,.1);
    content: '';
    height: 180px;
    position: absolute;
    right: 6%;
    transform: rotate(6deg);
    width: 180px;
}
.wh-cta__copy { max-width: 670px; position: relative; z-index: 1; }
.wh-cta h2 { color: #fff; font-size: clamp(36px, 5vw, 55px); margin-bottom: 12px; }
.wh-cta p { color: #d9edf5; margin: 0; }
.wh-cta .wh-cta__phone { color: #fff; font-size: 14px; margin-top: 14px; }
.wh-cta__phone a { color: var(--brand-yellow); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.wh-cta__phone a:hover { color: #fff; }
.wh-cta .btn { flex-shrink: 0; position: relative; z-index: 1; }
.wh-cta .btn-white {
    background: var(--brand-yellow);
    border-color: var(--brand-yellow);
    color: var(--brand-navy);
}
.wh-cta .btn-white:hover {
    background: var(--brand-yellow-hover);
    border-color: var(--brand-yellow-hover);
    color: var(--brand-navy);
}

.wh-page-hero {
    background: var(--brand-navy);
    color: #fff;
    overflow: hidden;
    padding: clamp(66px, 9vw, 112px) 0;
    position: relative;
}
.wh-page-hero::after {
    border: 3px solid rgba(255,255,255,.1);
    content: '';
    height: 340px;
    position: absolute;
    right: -40px;
    top: -40px;
    transform: rotate(7deg);
    width: 340px;
}
.wh-page-hero .wrap { position: relative; z-index: 1; }
.wh-page-hero .wh-eyebrow { color: var(--brand-yellow); }
.wh-page-hero h1 { color: #fff; font-size: clamp(48px, 7vw, 78px); margin-bottom: 18px; max-width: 800px; }
.wh-page-hero p { color: #d6e9f1; font-size: 19px; line-height: 1.75; max-width: 720px; }
.wh-breadcrumbs { font-size: 13px; margin-bottom: 26px; }
.wh-breadcrumbs a { color: #b9e3f2; }
.wh-breadcrumbs span { color: #7896a5; margin: 0 8px; }

.wh-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.wh-hero-split { align-items: center; display: grid; gap: clamp(36px, 6vw, 72px); grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); }
.wh-page-hero--split::after { right: 36%; }
.wh-hero-media { border: 5px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 22px 55px rgba(0,0,0,.24); height: 360px; object-fit: cover; width: 100%; }
.wh-service-split {
    align-items: center;
    display: grid;
    gap: clamp(34px, 6vw, 72px);
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
}
.wh-service-copy h2 { font-size: clamp(38px, 5vw, 58px); margin-bottom: 18px; }
.wh-service-copy p { color: var(--brand-soft-ink); font-size: 17px; line-height: 1.78; }
.wh-service-copy p + p { margin-top: 16px; }
.wh-service-image { border-radius: 22px; box-shadow: var(--shadow-lg); min-height: 390px; object-fit: cover; width: 100%; }
.wh-service-image--contain { background: #e5edf1; object-fit: contain; }
.wh-service-split--image-first { grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr); }
.wh-inline-note {
    background: #fff;
    border-left: 5px solid var(--brand-yellow);
    border-radius: 0 14px 14px 0;
    color: var(--brand-soft-ink);
    line-height: 1.7;
    margin-top: 26px;
    padding: 20px 22px;
}
.wh-inline-note strong { color: var(--brand-navy); }
.wh-inline-note a { color: var(--brand-blue); font-weight: 750; }
.wh-process {
    counter-reset: none;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}
.wh-process li {
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    display: flex;
    gap: 18px;
    padding: 26px;
}
.wh-process > li > span {
    color: var(--brand-blue);
    flex: 0 0 auto;
    font-family: 'Barlow Condensed', var(--font);
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
}
.wh-process h3 { font-size: 27px; margin-bottom: 6px; }
.wh-process p { color: var(--brand-soft-ink); font-size: 15px; line-height: 1.65; margin: 0; }
.wh-section--compact { padding-top: 28px; }
.wh-room-card { padding: 30px; }
.wh-room-card__number {
    color: var(--brand-sky);
    display: block;
    font-family: 'Barlow Condensed', var(--font);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.wh-room-card h3 { font-size: 31px; margin-bottom: 10px; }
.wh-room-card p { color: var(--brand-soft-ink); line-height: 1.7; }
.wh-room-card strong { color: var(--brand-navy); display: block; font-size: 14px; margin-top: 18px; }
.wh-comparison { border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); overflow-x: auto; }
.wh-comparison table { border-collapse: collapse; min-width: 700px; width: 100%; }
.wh-comparison th, .wh-comparison td { border-bottom: 1px solid var(--border); line-height: 1.55; padding: 19px 22px; text-align: left; }
.wh-comparison thead th { background: var(--brand-navy); color: #fff; font-size: 15px; }
.wh-comparison tbody th { color: var(--brand-navy); font-size: 15px; width: 25%; }
.wh-comparison tbody td { background: #fff; color: var(--brand-soft-ink); }
.wh-comparison tbody tr:last-child th, .wh-comparison tbody tr:last-child td { border-bottom: 0; }
.wh-checklist--plain { margin-top: 24px; }
.wh-definition-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wh-definition-card { background: var(--brand-navy); border-radius: 20px; color: #fff; padding: clamp(30px, 5vw, 48px); }
.wh-definition-card > span { color: var(--brand-yellow); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.wh-definition-card h3 { color: #fff; font-size: clamp(30px, 4vw, 42px); margin: 14px 0; }
.wh-definition-card p { color: #d6e9f1; line-height: 1.75; }
.wh-definition-card ul { border-top: 1px solid rgba(255,255,255,.15); display: flex; flex-wrap: wrap; gap: 8px 20px; list-style: none; margin: 24px 0 0; padding: 20px 0 0; }
.wh-definition-card li { color: #fff; font-size: 13px; }
.wh-definition-card li::before { color: var(--brand-yellow); content: '\2713'; font-weight: 900; margin-right: 8px; }
.wh-question-list { border-top: 1px solid var(--border); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wh-question-list article { border-bottom: 1px solid var(--border); padding: 30px 34px 30px 0; }
.wh-question-list article:nth-child(odd) { border-right: 1px solid var(--border); }
.wh-question-list article:nth-child(even) { padding-left: 34px; }
.wh-question-list h3 { font-size: 30px; margin-bottom: 8px; }
.wh-question-list p { color: var(--brand-soft-ink); line-height: 1.72; margin: 0; }
.wh-airflow-layout { align-items: center; display: grid; gap: clamp(40px, 7vw, 90px); grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); }
.wh-airflow-panel { background: var(--brand-navy); border-radius: 22px; box-shadow: var(--shadow-lg); color: #fff; padding: clamp(30px, 5vw, 46px); }
.wh-airflow-window { background: #fff; border: 9px solid #d8e3e8; display: grid; gap: 8px; grid-template-rows: 1fr 1fr; height: 310px; margin: 0 auto 24px; max-width: 260px; padding: 8px; }
.wh-airflow-pane { align-items: center; background: #d9edf5; color: var(--brand-navy); display: flex; flex-direction: column; font-size: 13px; font-weight: 800; gap: 10px; justify-content: center; text-align: center; }
.wh-airflow-pane i { color: var(--brand-blue); font-size: 28px; }
.wh-airflow-pane--top { border-bottom: 5px solid var(--brand-navy); }
.wh-airflow-panel > p { color: #d6e9f1; font-size: 14px; margin: 0; text-align: center; }
.wh-slider-layout { align-items: center; display: grid; gap: clamp(40px, 7vw, 90px); grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); }
.wh-slider-motion { background: var(--brand-navy); border: 12px solid #d8e3e8; border-radius: 18px; box-shadow: var(--shadow-lg); display: grid; gap: 8px; grid-template-columns: 1fr 1fr; padding: 10px; }
.wh-slider-motion span { align-items: center; background: #d9edf5; color: var(--brand-navy); display: flex; font-size: 13px; font-weight: 800; gap: 12px; justify-content: center; min-height: 210px; text-align: center; }
.wh-slider-motion i { color: var(--brand-blue); font-size: 28px; }
.wh-guide {
    background: #fff;
    border: 1px solid var(--border);
    border-left: 6px solid var(--brand-yellow);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: clamp(28px, 4vw, 44px);
}
.wh-guide h3 { font-size: 34px; margin-bottom: 14px; }
.wh-guide p { color: var(--brand-soft-ink); line-height: 1.75; }
.wh-checklist { list-style: none; margin: 22px 0 0; padding: 0; }
.wh-checklist li { border-top: 1px solid var(--border); color: var(--brand-navy); line-height: 1.55; padding: 13px 0 13px 28px; position: relative; }
.wh-checklist li::before { color: var(--brand-blue); content: '\2713'; font-weight: 900; left: 0; position: absolute; }

.wh-combo-figure {
    background: #eef7fb;
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
    padding: clamp(24px, 4vw, 38px);
}
.wh-combo-figure > p { color: var(--brand-soft-ink); font-size: 14px; line-height: 1.6; margin: 18px auto 0; max-width: 520px; text-align: center; }
.wh-combo-frame { background: var(--brand-navy); border: 12px solid #d8e3e8; border-radius: 14px; display: grid; gap: 7px; grid-template-columns: .75fr 1.5fr .75fr; min-height: 285px; padding: 8px; }
.wh-combo-frame > span { align-items: center; background: linear-gradient(145deg, #dff2f8, #a8d6e5); color: var(--brand-navy); display: flex; flex-direction: column; font-weight: 800; justify-content: center; overflow: hidden; position: relative; }
.wh-combo-frame small { background: rgba(255, 255, 255, .86); border-radius: 999px; font-size: 12px; padding: 7px 11px; position: relative; z-index: 1; }
.wh-combo-operable i { border-left: 2px solid rgba(20, 84, 121, .55); inset: 0; position: absolute; transform: skewX(-17deg); transform-origin: left center; }
.wh-combo-operable--right i { border-left: 0; border-right: 2px solid rgba(20, 84, 121, .55); transform: skewX(17deg); transform-origin: right center; }

.wh-igu-figure { align-items: stretch; background: #d8e3e8; border: 12px solid #c7d6dc; border-radius: 22px; box-shadow: var(--shadow-lg); display: grid; gap: 7px; grid-template-columns: 1fr .7fr 1fr; min-height: 330px; overflow: hidden; padding: 8px; }
.wh-igu-figure > div { align-items: center; display: flex; justify-content: center; position: relative; text-align: center; }
.wh-igu-pane { background: linear-gradient(145deg, rgba(220, 246, 255, .9), rgba(122, 195, 221, .58)); border: 2px solid rgba(27, 105, 145, .38); color: var(--brand-navy); font-weight: 800; }
.wh-igu-cavity { background: #f8fbfc; color: var(--brand-blue); flex-direction: column; font-size: 13px; font-weight: 800; padding: 12px; }
.wh-igu-cavity::before, .wh-igu-cavity::after { background: var(--brand-navy); content: ''; height: 18px; left: 0; position: absolute; right: 0; }
.wh-igu-cavity::before { top: 0; }
.wh-igu-cavity::after { bottom: 0; }
.wh-igu-cavity i { color: var(--brand-soft-ink); font-size: 11px; font-style: normal; margin-top: 10px; }

.wh-lowe-figure { background: #eef7fb; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-lg); display: grid; grid-template-columns: 1fr 44px 1fr; min-height: 330px; overflow: hidden; }
.wh-lowe-side { align-items: center; color: var(--brand-navy); display: flex; flex-direction: column; gap: 10px; justify-content: center; padding: 28px; text-align: center; }
.wh-lowe-side--out { background: linear-gradient(145deg, #f8d966, #fff4bf); }
.wh-lowe-side--in { background: linear-gradient(145deg, #d9eff7, #a9d4e5); }
.wh-lowe-side i { font-size: 36px; }
.wh-lowe-side strong { font-size: 20px; }
.wh-lowe-side small { color: var(--brand-soft-ink); line-height: 1.5; }
.wh-lowe-glass { align-items: center; background: linear-gradient(90deg, #8ac7df 0 38%, #fff 39% 50%, var(--brand-yellow) 51% 58%, #8ac7df 59%); display: flex; justify-content: center; position: relative; }
.wh-lowe-glass span { background: var(--brand-navy); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 800; padding: 8px 11px; transform: rotate(-90deg); white-space: nowrap; }

.wh-film-swatch { background: var(--brand-navy); border: 12px solid #d8e3e8; border-radius: 22px; box-shadow: var(--shadow-lg); display: grid; gap: 8px; grid-template-columns: 1fr 1fr; min-height: 340px; padding: 8px; }
.wh-film-swatch span { align-items: flex-end; color: var(--brand-navy); display: flex; font-size: 13px; font-weight: 800; justify-content: center; padding: 18px; }
.wh-film-swatch span:nth-child(1) { background: linear-gradient(145deg, rgba(231, 249, 255, .75), rgba(174, 221, 238, .52)); }
.wh-film-swatch span:nth-child(2) { background: linear-gradient(145deg, #8fa8b5, #344f5f); color: #fff; }
.wh-film-swatch span:nth-child(3) { background: rgba(255, 255, 255, .94); }
.wh-film-swatch span:nth-child(4) { background-color: #d8eef6; background-image: repeating-linear-gradient(45deg, transparent 0 12px, rgba(14, 74, 108, .16) 12px 18px); }

.wh-film-layers { background: #edf5f8; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-lg); display: grid; gap: 7px; grid-template-columns: 1.4fr .35fr .55fr .35fr; min-height: 330px; padding: 28px; }
.wh-film-layers span { align-items: center; color: var(--brand-navy); display: flex; font-size: 12px; font-weight: 800; justify-content: center; text-align: center; writing-mode: vertical-rl; }
.wh-film-layers span:nth-child(1) { background: linear-gradient(145deg, #dff3fa, #9bcee1); border: 2px solid #75b5ce; font-size: 15px; }
.wh-film-layers span:nth-child(2) { background: #e8e0a8; }
.wh-film-layers span:nth-child(3) { background: #6e8794; color: #fff; }
.wh-film-layers span:nth-child(4) { background: var(--brand-yellow); }

.wh-uv-spectrum { background: var(--brand-navy); border: 12px solid #d8e3e8; border-radius: 22px; box-shadow: var(--shadow-lg); display: grid; gap: 8px; grid-template-columns: .75fr 1.5fr 1fr; min-height: 330px; padding: 8px; }
.wh-uv-spectrum span { align-items: center; display: flex; flex-direction: column; font-size: 18px; font-weight: 900; justify-content: center; padding: 20px; text-align: center; }
.wh-uv-spectrum span:nth-child(1) { background: #7d66aa; color: #fff; }
.wh-uv-spectrum span:nth-child(2) { background: linear-gradient(145deg, #fff6c8, #d8f0f8); color: var(--brand-navy); }
.wh-uv-spectrum span:nth-child(3) { background: #efb84d; color: var(--brand-navy); }
.wh-uv-spectrum small { font-size: 11px; font-weight: 700; line-height: 1.45; margin-top: 12px; }

.wh-source-note { background: #fff; border-left: 5px solid var(--brand-yellow); border-radius: 12px; color: var(--brand-soft-ink); font-size: 14px; line-height: 1.7; margin: 34px 0 0; padding: 20px 24px; }
.wh-source-note a { color: var(--brand-blue); font-weight: 800; }

.footer {
    background: var(--brand-navy);
    background-image: none;
    padding: 62px 0 46px;
}
.footer h5 { color: var(--brand-yellow); }
.footer a { line-height: 1.35; }
.footer-contact-link { align-items: center; display: flex !important; gap: 9px; }
.footer .btn-red { display: inline-block; margin-top: 8px; }
.emergency-bar { background: #123f5d; border-top: 3px solid var(--brand-yellow); font-size: 21px; padding: 17px 0; }
.copyright { background: #061f2e; padding: 22px 0; }
.quick-quote-float a {
    background: var(--brand-yellow);
    border: 1px solid rgba(118, 86, 0, .12);
    border-radius: 999px;
    box-shadow: 0 5px 18px rgba(190, 146, 17, .3);
    color: var(--brand-navy);
    font-weight: 800;
    line-height: 1;
    padding: 14px 23px;
}
.quick-quote-float a:hover { background: var(--brand-yellow-hover); color: var(--brand-navy); }
.mobile-bar .bar-call { background: var(--brand-yellow); color: var(--brand-navy); }
.mobile-bar .bar-call:hover { background: var(--brand-yellow-hover); color: var(--brand-navy); }

/* Short residential/commercial quote form. */
.quote-modal-dialog {
    border-radius: 22px;
    max-width: 720px;
    overflow: hidden;
}
.quote-modal-body { padding: 0; }
.quote-modal-close {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 38px;
    justify-content: center;
    right: 18px;
    top: 18px;
    width: 38px;
    z-index: 2;
}
.quote-modal-close:hover { background: rgba(255, 255, 255, .2); color: #fff; }
.simple-quote { background: #fff; }
.simple-quote__header {
    background: var(--brand-navy);
    border-bottom: 5px solid var(--brand-yellow);
    color: #dceaf2;
    padding: 34px 72px 30px 34px;
}
.simple-quote__eyebrow {
    color: var(--brand-yellow);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.simple-quote__header h3 { color: #fff; font-size: 43px; line-height: 1; margin: 0 0 10px; }
.simple-quote__header p { color: #dceaf2; font-size: 15px; line-height: 1.6; margin: 0; max-width: 570px; }
.simple-quote__form { padding: 30px 34px 34px; }
.simple-quote__form fieldset { border: 0; margin: 0; padding: 0; }
.simple-quote__form legend { color: var(--brand-navy); font-size: 16px; font-weight: 800; margin-bottom: 13px; }
.simple-quote__form legend span { color: var(--brand-soft-ink); font-size: 12px; font-weight: 700; }
.simple-quote__type-options { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.simple-quote__type-options label { cursor: pointer; display: block; position: relative; }
.simple-quote__type-options input { opacity: 0; position: absolute; }
.simple-quote__type-options label > span {
    align-items: center;
    background: var(--brand-mist);
    border: 2px solid transparent;
    border-radius: 14px;
    display: grid;
    gap: 2px 11px;
    grid-template-columns: 34px 1fr;
    min-height: 82px;
    padding: 15px 17px;
    transition: border-color .15s ease, background .15s ease;
}
.simple-quote__type-options i { color: var(--brand-blue); font-size: 22px; grid-row: 1 / span 2; }
.simple-quote__type-options strong { color: var(--brand-navy); font-size: 15px; }
.simple-quote__type-options small { color: var(--brand-soft-ink); font-size: 11px; line-height: 1.35; }
.simple-quote__type-options input:checked + span { background: #edf6fb; border-color: var(--brand-blue); }
.simple-quote__type-options input:focus-visible + span { outline: 3px solid var(--brand-yellow); outline-offset: 2px; }
.simple-quote__details { border-top: 1px solid var(--border); margin-top: 26px; padding-top: 26px; }
.simple-quote__grid { display: grid; gap: 17px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.simple-quote__grid .form-group { margin: 0; }
.simple-quote__grid .full { grid-column: 1 / -1; }
.simple-quote__grid label { color: var(--brand-navy); font-size: 13px; font-weight: 800; }
.simple-quote__grid input,
.simple-quote__grid select,
.simple-quote__grid textarea {
    border: 1px solid #bac9d2;
    border-radius: 9px;
    font-size: 14px;
    padding: 12px 13px;
}
.simple-quote__grid input:focus,
.simple-quote__grid select:focus,
.simple-quote__grid textarea:focus { border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(18, 100, 154, .12); outline: 0; }
.simple-quote__submit { align-items: center; display: flex; flex-wrap: wrap; gap: 14px 18px; margin-top: 24px; }
.simple-quote__submit .btn { border: 0; cursor: pointer; }
.simple-quote__submit p { color: var(--brand-soft-ink); font-size: 11px; line-height: 1.45; margin: 0; }
.simple-quote__trap { left: -10000px; position: absolute; top: auto; }

@media (max-width: 640px) {
    .quote-modal-dialog { border-radius: 0; }
    .quote-modal-body { padding: 0; }
    .simple-quote__header { padding: 28px 66px 24px 22px; }
    .simple-quote__header h3 { font-size: 38px; }
    .simple-quote__form { padding: 23px 20px 28px; }
    .simple-quote__type-options, .simple-quote__grid { grid-template-columns: 1fr; }
    .simple-quote__grid .full { grid-column: auto; }
    .simple-quote__type-options label > span { min-height: 72px; }
    .simple-quote__submit { align-items: stretch; flex-direction: column; }
    .simple-quote__submit .btn { width: 100%; }
}

@media (max-width: 1080px) {
    .navbar-menu > li > a { padding-inline: 9px; }
    .navbar-window-mark { height: 36px; flex-basis: 32px; }
    .navbar-wordmark { font-size: 25px; }
}

@media (max-width: 980px) {
    .navbar .wrap { height: 72px; }
    .navbar-menu { top: 72px; }
    .top-bar-copy { justify-content: center; }
    .top-bar-copy > span:first-child { display: none; }
    .wh-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wh-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wh-cta { align-items: flex-start; flex-direction: column; }
    .wh-service-split { grid-template-columns: 1fr; }
    .wh-service-split--image-first { grid-template-columns: 1fr; }
    .wh-hero-split { grid-template-columns: 1fr; }
    .wh-airflow-layout { grid-template-columns: 1fr; }
    .wh-slider-layout { grid-template-columns: 1fr; }
    .wh-hero-media { height: 300px; }
    .wh-service-image { min-height: 320px; }
}

@media (max-width: 767px) {
    .navbar .wrap { height: 65px; }
    .navbar-menu { top: 65px; }
    .navbar-window-mark { display: none; }
    .navbar-wordmark small { display: none; }
    .top-bar-contact { gap: 8px; }
    .top-bar-contact a:last-child, .top-bar-contact span { display: none; }
    .wh-grid--4, .wh-grid--3 { grid-template-columns: 1fr; }
    .wh-card__image { aspect-ratio: 16 / 9; }
    .wh-page-hero::after { height: 220px; width: 220px; }
    .wh-cta { border-radius: 18px; }
    .wh-process { grid-template-columns: 1fr; }
    .wh-definition-grid, .wh-question-list { grid-template-columns: 1fr; }
    .wh-slider-motion { grid-template-columns: 1fr 1fr; }
    .wh-uv-spectrum { grid-template-columns: 1fr; min-height: 0; }
    .wh-uv-spectrum span { min-height: 120px; }
    .wh-question-list article, .wh-question-list article:nth-child(even) { border-right: 0; padding: 26px 0; }
    .wh-contact-business { gap: 30px; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
/* In-content directories for service hub pages */
.wh-hub-directory {
    background: #fff;
}

.wh-hub-directory__grid {
    columns: 2 420px;
    column-gap: 24px;
    margin-top: 34px;
}

.wh-hub-directory__group {
    overflow: hidden;
    break-inside: avoid;
    margin: 0 0 24px;
    border: 1px solid #d8e1ea;
    border-radius: 12px;
    background: #f5f7f9;
    box-shadow: 0 12px 30px rgba(15, 48, 78, .07);
}

.wh-hub-directory__heading {
    min-height: 126px;
    padding: 25px 27px 22px;
    border-bottom: 4px solid #ffcf32;
    background: #0d385a;
    color: #fff;
}

.wh-hub-directory__heading h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 28px;
}

.wh-hub-directory__heading p {
    margin: 0;
    color: #dbe9f4;
    font-size: 14px;
    line-height: 1.55;
}

.wh-hub-directory__group ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 1px;
    list-style: none;
    background: #dfe6ec;
}

.wh-hub-directory__group li {
    min-width: 0;
    background: #fff;
}

.wh-hub-directory__group a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 16px;
    color: #17344e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.wh-hub-directory__group a i {
    flex: 0 0 auto;
    color: #1473b8;
    font-size: 12px;
}

.wh-hub-directory__group a:hover,
.wh-hub-directory__group a:focus-visible {
    background: #fff5cd;
    color: #0a5288;
}

.footer-utility-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding: 24px 0 2px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.footer-utility-links a {
    color: #d7e8f3;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.footer-utility-links a:hover,
.footer-utility-links a:focus-visible {
    color: #ffcf32;
}

.footer-social-links {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 18px 0 20px;
}

.footer-social-links a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.footer-social-links a:hover,
.footer-social-links a:focus-visible {
    border-color: var(--brand-yellow);
    background: var(--brand-yellow);
    color: var(--brand-navy);
    transform: translateY(-2px);
}

/* Plain-language legal and policy pages */
.wh-legal-hero {
    padding-block: clamp(72px, 9vw, 118px);
}

.wh-legal-hero h1 {
    max-width: 900px;
}

.wh-legal-updated {
    margin-top: 24px;
    color: #fff6cb !important;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.wh-legal-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 760px);
    align-items: start;
    justify-content: space-between;
    gap: clamp(42px, 7vw, 92px);
}

.wh-legal-toc {
    position: sticky;
    top: 112px;
    padding: 24px 24px 22px;
    border: 1px solid #d6e1e9;
    border-top: 5px solid var(--brand-yellow);
    border-radius: 12px;
    background: var(--brand-mist);
}

.wh-legal-toc strong {
    display: block;
    margin-bottom: 14px;
    color: var(--brand-navy);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 19px;
}

.wh-legal-toc ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
}

.wh-legal-toc a {
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
}

.wh-legal-toc a:hover,
.wh-legal-toc a:focus-visible {
    text-decoration: underline;
}

.wh-legal-content > section {
    scroll-margin-top: 120px;
    padding: 0 0 38px;
    margin: 0 0 38px;
    border-bottom: 1px solid #dce5eb;
}

.wh-legal-content > section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.wh-legal-content h2 {
    margin: 0 0 16px;
    color: var(--brand-navy);
    font-size: clamp(30px, 4vw, 42px);
}

.wh-legal-content p,
.wh-legal-content li {
    color: var(--brand-soft-ink);
    font-size: 16px;
    line-height: 1.78;
}

.wh-legal-content p {
    margin: 0 0 16px;
}

.wh-legal-content ul {
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
    padding-left: 22px;
}

.wh-legal-content a {
    color: var(--brand-blue);
    font-weight: 750;
}

@media (max-width: 900px) {
    .wh-hub-directory__grid {
        columns: 1;
    }

    .wh-legal-layout {
        grid-template-columns: 1fr;
    }

    .wh-legal-toc {
        position: static;
    }
}

@media (max-width: 560px) {
    .wh-hub-directory__grid {
        margin-top: 24px;
    }

    .wh-hub-directory__group {
        margin-bottom: 18px;
    }

    .wh-hub-directory__heading {
        min-height: 0;
        padding: 22px 20px 19px;
    }

    .wh-hub-directory__heading h3 {
        font-size: 24px;
    }

    .wh-hub-directory__group ul {
        grid-template-columns: 1fr;
    }

    .wh-hub-directory__group a {
        min-height: 54px;
        padding: 12px 15px;
    }

    .footer-utility-links {
        gap: 12px 18px;
        padding-top: 20px;
    }
}

/* Services directory */
.wh-services-index__hero p {
  max-width: 760px;
}

.wh-services-jump {
  position: relative;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid #dbe4ea;
  box-shadow: 0 10px 28px rgba(9, 50, 77, .07);
}

.wh-services-jump .wrap {
  display: flex;
  gap: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.wh-services-jump a {
  flex: 0 0 auto;
  padding: 10px 17px;
  border: 1px solid #cbd9e2;
  border-radius: 999px;
  color: #0b3a59;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.wh-services-jump a:hover,
.wh-services-jump a:focus-visible {
  background: #0b3a59;
  border-color: #0b3a59;
  color: #fff;
}

.wh-services-index__heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.wh-services-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.wh-service-directory-card {
  display: grid;
  grid-template-rows: 235px 1fr;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e2e8;
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(9, 50, 77, .08);
  scroll-margin-top: 150px;
}

.wh-service-directory-card--wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  grid-template-rows: none;
}

.wh-service-directory-card__image {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #dce6ec;
}

.wh-service-directory-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.wh-service-directory-card:hover .wh-service-directory-card__image img {
  transform: scale(1.025);
}

.wh-service-directory-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}

.wh-service-directory-card__body h3 {
  margin: 0 0 10px;
  color: #092f4b;
  font-size: clamp(25px, 2.4vw, 33px);
  line-height: 1.1;
}

.wh-service-directory-card__body h3 a {
  color: inherit;
  text-decoration: none;
}

.wh-service-directory-card__body > p {
  margin: 0 0 22px;
  color: #52636d;
  font-size: 16px;
  line-height: 1.6;
}

.wh-service-directory-card__body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  width: 100%;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.wh-service-directory-card__body li {
  min-width: 0;
}

.wh-service-directory-card__body li a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e8ed;
  color: #155f8c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.wh-service-directory-card__body li a:hover,
.wh-service-directory-card__body li a:focus-visible,
.wh-service-directory-card__body h3 a:hover,
.wh-service-directory-card__body h3 a:focus-visible {
  color: #0073aa;
}

.wh-service-directory-card__body li i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #e6b91e;
  font-size: 11px;
}

.wh-service-directory-card__main-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0b3a59;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.wh-service-directory-card__main-link:hover,
.wh-service-directory-card__main-link:focus-visible {
  background: #155f8c;
  color: #fff;
}

@media (max-width: 820px) {
  .wh-services-directory {
    grid-template-columns: 1fr;
  }

  .wh-service-directory-card--wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 235px 1fr;
  }
}

@media (max-width: 520px) {
  .wh-service-directory-card {
    grid-template-rows: 205px 1fr;
    border-radius: 14px;
  }

  .wh-service-directory-card--wide {
    grid-template-rows: 205px 1fr;
  }

  .wh-service-directory-card__body {
    padding: 24px 21px;
  }

  .wh-service-directory-card__body ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
