﻿:root {
    --enterprise-ink: #111512;
    --enterprise-charcoal: #191d1a;
    --enterprise-muted: #667069;
    --enterprise-line: rgba(17,21,18,.13);
    --enterprise-soft: #f3f4f0;
    --enterprise-white: #fff;
    --enterprise-radius: 2px;
    --enterprise-shadow: 0 24px 70px rgba(12,18,14,.12);
}

html { scroll-behavior: smooth; }
body.enterprise-site { margin: 0; background: #fff; color: var(--enterprise-ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.enterprise-site *, .enterprise-site *::before, .enterprise-site *::after { box-sizing: border-box; }
.enterprise-site a { color: inherit; }
.enterprise-site img { max-width: 100%; }
.enterprise-site .container { width: min(1240px, calc(100% - 64px)); max-width: none; margin-inline: auto; padding: 0; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; background: #fff; color: #111; padding: 10px 14px; text-decoration: none; box-shadow: var(--enterprise-shadow); }
.skip-link:focus { top: 16px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(17,21,18,.97); color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.header-shell { min-height: 88px; width: min(1400px, calc(100% - 56px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; min-width: 0; }
.brand-logo { display: block; width: auto; height: 46px; max-width: 190px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.12; min-width: 0; }
.brand-name { font: 800 17px/1.15 "Manrope", sans-serif; letter-spacing: .025em; text-transform: uppercase; white-space: nowrap; }
.brand-tagline { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 260px; }
.main-nav { display: flex; align-items: stretch; gap: 2px; margin-left: auto; }
.menu-item { position: relative; display: flex; align-items: stretch; }
.main-nav .menu-item > a { display: flex; align-items: center; min-height: 88px; padding: 0 15px; color: rgba(255,255,255,.84); text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; position: relative; }
.main-nav .menu-item > a::after { content: ""; position: absolute; height: 2px; background: var(--brand-color); left: 15px; right: 15px; bottom: 0; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.main-nav .menu-item > a:hover, .main-nav .menu-item > a:focus { color: #fff; }
.main-nav .menu-item > a:hover::after, .main-nav .menu-item > a:focus::after { transform: scaleX(1); }
.submenu { display: none; position: absolute; left: 0; top: 100%; min-width: 245px; background: #fff; color: var(--enterprise-ink); padding: 10px 0; box-shadow: var(--enterprise-shadow); border-top: 3px solid var(--brand-color); }
.menu-item.has-children:hover .submenu, .menu-item.has-children:focus-within .submenu { display: grid; }
.submenu a { padding: 11px 20px; text-decoration: none; font-size: 13px; font-weight: 600; color: #353b37; border-bottom: 1px solid #edf0ed; }
.submenu a:last-child { border-bottom: 0; }
.submenu a:hover, .submenu a:focus { background: #f6f7f4; color: #111; padding-left: 24px; }
.header-cta { align-self: center; margin-left: 10px; padding: 12px 17px; text-decoration: none; color: #111 !important; background: var(--brand-color); font: 800 11px/1 "Manrope",sans-serif; text-transform: uppercase; letter-spacing: .075em; transition: transform .2s, filter .2s; }
.header-cta:hover { filter: brightness(1.07); transform: translateY(-1px); }
.nav-toggle { display: none; width: 48px; height: 44px; background: transparent; border: 1px solid rgba(255,255,255,.2); padding: 11px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; }

/* Shared CMS sections, elevated for Enterprise */
.enterprise-site .cms-hero { min-height: min(780px, calc(100vh - 88px)); display: flex; align-items: end; position: relative; background-color: #222923; }
.enterprise-site .cms-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,12,10,.82) 0%, rgba(9,12,10,.46) 54%, rgba(9,12,10,.12) 100%), linear-gradient(0deg, rgba(9,12,10,.45), transparent 45%); pointer-events: none; }
.enterprise-site .cms-hero .container { position: relative; z-index: 2; padding: 126px 0 104px; }
.enterprise-site .cms-hero-inner { max-width: 820px; }
.enterprise-site .cms-eyebrow { color: var(--brand-color); font: 800 12px/1.2 "Manrope",sans-serif; text-transform: uppercase; letter-spacing: .18em; margin-bottom: 20px; }
.enterprise-site .cms-hero h1 { color: #fff; margin: 0; font: 700 clamp(44px, 6.2vw, 92px)/.98 "Manrope",sans-serif; letter-spacing: -.045em; max-width: 1000px; text-wrap: balance; }
.enterprise-site .cms-hero p { color: rgba(255,255,255,.77); font-size: clamp(17px, 1.6vw, 21px); max-width: 690px; margin: 28px 0 0; }
.enterprise-site .cms-actions { gap: 12px; margin-top: 34px; }
.enterprise-site .cms-btn { border-radius: var(--enterprise-radius); min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; font: 800 12px/1 "Manrope",sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.enterprise-site .cms-btn-primary { background: var(--brand-color); color: #111; border-color: var(--brand-color); }
.enterprise-site .cms-btn-ghost { color: #fff; border-color: rgba(255,255,255,.52); background: rgba(0,0,0,.08); }
.enterprise-site .cms-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

.enterprise-site .cms-section { padding: 100px 0; }
.enterprise-site .cms-soft { background: var(--enterprise-soft); }
.enterprise-site .cms-dark { background: var(--enterprise-charcoal); color: #fff; }
.enterprise-site .cms-section-head { max-width: 760px; margin-bottom: 42px; }
.enterprise-site .cms-section-head h2, .enterprise-site .cms-split-copy h2 { font: 700 clamp(34px, 4.2vw, 60px)/1.05 "Manrope",sans-serif; letter-spacing: -.04em; margin: 0 0 18px; }
.enterprise-site .cms-section-head p, .enterprise-site .cms-split-copy > p { color: var(--enterprise-muted); font-size: 17px; max-width: 680px; }
.enterprise-site .cms-dark .cms-section-head p, .enterprise-site .cms-dark .cms-split-copy > p { color: rgba(255,255,255,.68); }
.enterprise-site .cms-section-head-row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 32px; }
.enterprise-site .cms-text-link { font-weight: 800; text-transform: uppercase; letter-spacing: .09em; font-size: 11px; border-bottom: 2px solid var(--brand-color); padding-bottom: 5px; text-decoration: none; white-space: nowrap; }

.enterprise-site .cms-card-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; }
.enterprise-site .cms-card { border: 0; background: transparent; box-shadow: none; }
.enterprise-site .cms-card-media { aspect-ratio: 4/3; overflow: hidden; background: #dfe3de; }
.enterprise-site .cms-card-media img { transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.enterprise-site .cms-card:hover .cms-card-media img { transform: scale(1.045); }
.enterprise-site .cms-card-body { padding: 24px 0 8px; }
.enterprise-site .cms-card-meta { color: var(--brand-color); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.enterprise-site .cms-card h3 { font: 700 24px/1.2 "Manrope",sans-serif; letter-spacing: -.025em; margin: 9px 0 11px; }
.enterprise-site .cms-card h3 a { text-decoration: none; }
.enterprise-site .cms-card p { color: var(--enterprise-muted); margin: 0 0 10px; }
.enterprise-site .cms-card-location { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #7e8781; }
.enterprise-site .cms-media-placeholder { background: linear-gradient(135deg,#d8ddd8,#eef0ed); }

.enterprise-site .cms-split { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: clamp(45px,7vw,110px); align-items: center; }
.enterprise-site .cms-split.reverse { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); }
.enterprise-site .cms-split.reverse .cms-split-media { order: 2; }
.enterprise-site .cms-split-media { min-height: 520px; background: #e8ebe7; overflow: hidden; }
.enterprise-site .cms-split-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; display: block; }
.enterprise-site .cms-richtext { font-size: 17px; color: #505a53; }
.enterprise-site .cms-richtext h2, .enterprise-site .cms-richtext h3 { color: var(--enterprise-ink); font-family: "Manrope",sans-serif; letter-spacing: -.025em; }
.enterprise-site .cms-dark .cms-richtext { color: rgba(255,255,255,.72); }
.enterprise-site .cms-dark .cms-richtext h2, .enterprise-site .cms-dark .cms-richtext h3 { color: #fff; }

.enterprise-site .cms-stats-section { background: var(--enterprise-ink); color: #fff; }
.enterprise-site .cms-stats-grid { border-top: 1px solid rgba(255,255,255,.18); grid-template-columns: repeat(4,minmax(0,1fr)); }
.enterprise-site .cms-stat { min-height: 180px; padding: 36px 28px 25px 0; border-right: 1px solid rgba(255,255,255,.18); }
.enterprise-site .cms-stat:last-child { border-right: 0; }
.enterprise-site .cms-stat strong { display: block; color: var(--brand-color); font: 700 clamp(40px,4.5vw,68px)/1 "Manrope",sans-serif; letter-spacing: -.045em; }
.enterprise-site .cms-stat span { display: block; margin-top: 15px; color: rgba(255,255,255,.64); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }

.enterprise-site .cms-news-grid { gap: 34px; }
.enterprise-site .cms-news-card { border: 0; background: transparent; padding: 0; }
.enterprise-site .cms-news-media { aspect-ratio: 16/10; display: block; overflow: hidden; margin-bottom: 20px; }
.enterprise-site .cms-news-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.enterprise-site .cms-news-card:hover .cms-news-media img { transform: scale(1.035); }
.enterprise-site .cms-news-date { color: var(--brand-color); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.enterprise-site .cms-news-card h3 { font: 700 23px/1.22 "Manrope",sans-serif; letter-spacing: -.025em; }
.enterprise-site .cms-news-card h3 a { text-decoration: none; }

.enterprise-site .cms-logo-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1px; background: #e1e5e1; border: 1px solid #e1e5e1; }
.enterprise-site .cms-logo-card { background: #fff; min-height: 125px; border: 0; }
.enterprise-site .cms-logo-card img { max-height: 58px; max-width: 72%; filter: grayscale(1); opacity: .72; }
.enterprise-site .cms-logo-card:hover img { filter: grayscale(0); opacity: 1; }

.enterprise-site .cms-cta-section { background: var(--brand-color); color: #111; }
.enterprise-site .cms-cta { min-height: 230px; }
.enterprise-site .cms-cta h2 { font: 700 clamp(34px,4.6vw,62px)/1.04 "Manrope",sans-serif; letter-spacing: -.04em; }
.enterprise-site .cms-cta .cms-eyebrow { color: #111; opacity: .65; }
.enterprise-site .cms-btn-light { background: #111; color: #fff; border-color: #111; }
.enterprise-site .cms-btn-ghost-light { border-color: rgba(17,21,18,.55); color: #111; }

/* Page / detail views */
.enterprise-site .cms-page-heading { padding: 92px 0 28px; }
.enterprise-site .cms-page-heading h1 { font: 700 clamp(42px,6vw,78px)/1.02 "Manrope",sans-serif; letter-spacing: -.045em; margin: 0; }
.enterprise-site .cms-page-body, .enterprise-site .cms-list-page, .enterprise-site .cms-detail { padding-top: 70px; padding-bottom: 110px; }
.enterprise-site .cms-list-hero, .enterprise-site .cms-detail-hero { background: var(--enterprise-charcoal); color: #fff; }
.enterprise-site .cms-list-hero h1, .enterprise-site .cms-detail-hero h1 { font-family: "Manrope",sans-serif; letter-spacing: -.045em; }
.enterprise-site .cms-filter a { border-radius: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.enterprise-site .cms-filter a.active { background: var(--enterprise-ink); color: #fff; border-color: var(--enterprise-ink); }
.enterprise-site .cms-detail-facts { background: var(--enterprise-soft); border: 0; }
.enterprise-site .cms-gallery-grid img { border-radius: 0; }

/* Contact */
.enterprise-site .cms-contact-wrap { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 70px; }
.enterprise-site .cms-contact-form { border: 0; background: var(--enterprise-soft); border-radius: 0; padding: 38px; }
.enterprise-site .cms-field input, .enterprise-site .cms-field textarea, .enterprise-site .cms-field select { border-radius: 0; min-height: 50px; border-color: #d4d9d4; background: #fff; }
.enterprise-site .cms-field input:focus, .enterprise-site .cms-field textarea:focus, .enterprise-site .cms-field select:focus { outline: 2px solid color-mix(in srgb, var(--brand-color) 50%, transparent); border-color: var(--brand-color); }

/* Footer */
.site-footer { background: #0e110f; color: rgba(255,255,255,.72); }
.footer-accent { height: 5px; background: var(--brand-color); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1.35fr 1fr; gap: 70px; padding: 76px 0 62px; }
.footer-brand-link { color: #fff; }
.footer-logo { height: 42px; }
.footer-brand p { max-width: 370px; margin: 22px 0 0; color: rgba(255,255,255,.55); font-size: 14px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2 { color: #fff; margin: 0 0 12px; font: 800 11px/1 "Manrope",sans-serif; text-transform: uppercase; letter-spacing: .15em; }
.footer-column a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 14px; }
.footer-column a:hover { color: var(--brand-color); }
.footer-contact p { margin: 0 0 4px; font-size: 14px; }
.footer-socials { display: flex; flex-direction: column; gap: 10px; }
.footer-bottom { min-height: 72px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.43); }
.footer-bottom a { text-decoration: none; }

@media (max-width: 1100px) {
    .enterprise-site .container { width: min(100% - 48px, 1240px); }
    .header-shell { width: calc(100% - 36px); min-height: 76px; }
    .brand-tagline { display: none; }
    .main-nav .menu-item > a { padding-inline: 10px; min-height: 76px; }
    .header-cta { display: none; }
    .enterprise-site .cms-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .enterprise-site .cms-logo-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .footer-main { grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; }
    .footer-main > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
    .site-header { position: sticky; }
    .header-shell { min-height: 70px; }
    .brand-logo { height: 38px; }
    .brand-name { font-size: 14px; }
    .nav-toggle { display: block; margin-left: auto; }
    .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #111512; padding: 10px 18px 22px; max-height: calc(100vh - 70px); overflow-y: auto; border-top: 1px solid rgba(255,255,255,.12); }
    .main-nav.is-open { display: block; }
    .menu-item { display: block; }
    .main-nav .menu-item > a { min-height: 0; padding: 15px 3px; display: block; border-bottom: 1px solid rgba(255,255,255,.1); }
    .main-nav .menu-item > a::after { display: none; }
    .submenu, .menu-item.has-children:hover .submenu, .menu-item.has-children:focus-within .submenu { position: static; display: grid; box-shadow: none; background: transparent; border: 0; padding: 0 0 7px 14px; }
    .submenu a { color: rgba(255,255,255,.64); border-color: rgba(255,255,255,.08); padding: 9px 4px; background: transparent !important; }
    .enterprise-site .cms-hero { min-height: 650px; }
    .enterprise-site .cms-hero .container { padding: 90px 0 70px; }
    .enterprise-site .cms-section { padding: 72px 0; }
    .enterprise-site .cms-section-head-row { display: block; }
    .enterprise-site .cms-section-head-row .cms-text-link { display: inline-block; margin-top: 15px; }
    .enterprise-site .cms-split, .enterprise-site .cms-split.reverse { grid-template-columns: 1fr; gap: 40px; }
    .enterprise-site .cms-split.reverse .cms-split-media { order: 0; }
    .enterprise-site .cms-split-media, .enterprise-site .cms-split-media img { min-height: 360px; }
    .enterprise-site .cms-stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .enterprise-site .cms-stat { min-height: 145px; }
    .enterprise-site .cms-logo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .enterprise-site .cms-contact-wrap { grid-template-columns: 1fr; gap: 35px; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-main > :last-child { grid-column: auto; }
}

@media (max-width: 560px) {
    .enterprise-site .container { width: calc(100% - 36px); }
    .header-shell { width: calc(100% - 24px); }
    .brand-copy { max-width: 190px; }
    .brand-name { white-space: normal; }
    .enterprise-site .cms-hero { min-height: 590px; }
    .enterprise-site .cms-hero h1 { font-size: clamp(40px,13vw,58px); }
    .enterprise-site .cms-actions { align-items: stretch; flex-direction: column; }
    .enterprise-site .cms-btn { width: 100%; }
    .enterprise-site .cms-card-grid { grid-template-columns: 1fr; }
    .enterprise-site .cms-stats-grid { grid-template-columns: 1fr 1fr; }
    .enterprise-site .cms-stat { padding: 24px 16px 24px 0; }
    .enterprise-site .cms-logo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .enterprise-site .cms-contact-form { padding: 24px 20px; }
    .footer-main { grid-template-columns: 1fr; gap: 34px; padding: 56px 0 45px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
}
/* =========================================================
   ENTERPRISE1 PREMIUM NEWS / CTA / FOOTER
   ========================================================= */


/* ---------- Latest News ---------- */

.enterprise-site .cms-news-section {
    position: relative;
    background: #f5f6f3;
    overflow: hidden;
}

    .enterprise-site .cms-news-section::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        right: -260px;
        top: -260px;
        border-radius: 50%;
        background: color-mix( in srgb, var(--brand-color) 9%, transparent );
        pointer-events: none;
    }

    .enterprise-site .cms-news-section > .container {
        position: relative;
        z-index: 1;
    }

.enterprise-site .cms-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.enterprise-site .cms-news-card {
    background: #fff;
    border: 1px solid rgba(17, 21, 18, .09);
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(15, 20, 16, .06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

    .enterprise-site .cms-news-card:hover {
        transform: translateY(-6px);
        border-color: rgba(17, 21, 18, .15);
        box-shadow: 0 28px 65px rgba(15, 20, 16, .12);
    }

.enterprise-site .cms-news-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #151a16;
    margin: 0;
}

    .enterprise-site .cms-news-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .55s cubic-bezier(.2,.8,.2,1);
    }

.enterprise-site .cms-news-card:hover
.cms-news-media img {
    transform: scale(1.045);
}

.enterprise-site .cms-news-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    color: rgba(255,255,255,.28);
    background: linear-gradient( 135deg, #111512 0%, #252d27 100% );
    font: 800 12px/1 "Manrope", sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.enterprise-site .cms-news-body {
    padding: 28px 30px 30px;
}

.enterprise-site .cms-news-date {
    margin-bottom: 12px;
    color: var(--brand-color);
    font: 800 11px/1.2 "Manrope", sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.enterprise-site .cms-news-card h3 {
    margin: 0 0 14px;
    font: 700 25px/1.22 "Manrope", sans-serif;
    letter-spacing: -.03em;
}

    .enterprise-site .cms-news-card h3 a {
        text-decoration: none;
    }

.enterprise-site .cms-news-card p {
    margin: 0;
    color: var(--enterprise-muted);
    font-size: 15px;
    line-height: 1.72;
}

.enterprise-site .cms-news-read {
    display: inline-block;
    margin-top: 24px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--brand-color);
    text-decoration: none;
    color: var(--enterprise-ink);
    font: 800 11px/1 "Manrope", sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}


/* Powerful layout when only one news article exists */

.enterprise-site .cms-news-card:only-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    align-items: stretch;
}

    .enterprise-site .cms-news-card:only-child
    .cms-news-media {
        aspect-ratio: auto;
        min-height: 400px;
    }

    .enterprise-site .cms-news-card:only-child
    .cms-news-body {
        padding: clamp(40px, 5vw, 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .enterprise-site .cms-news-card:only-child h3 {
        font-size: clamp(30px, 3vw, 44px);
    }


/* ---------- Premium CTA ---------- */

.enterprise-site .cms-cta-section {
    position: relative;
    overflow: hidden;
    background: #101411;
    color: #fff;
}

    .enterprise-site .cms-cta-section::before {
        content: "";
        position: absolute;
        width: 620px;
        height: 620px;
        right: -160px;
        top: -260px;
        border-radius: 50%;
        background: radial-gradient( circle, color-mix( in srgb, var(--brand-color) 38%, transparent ) 0%, transparent 68% );
    }

    .enterprise-site .cms-cta-section::after {
        content: "";
        position: absolute;
        inset: 0;
        opacity: .08;
        background-image: linear-gradient( rgba(255,255,255,.18) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255,255,255,.18) 1px, transparent 1px );
        background-size: 64px 64px;
        pointer-events: none;
    }

.enterprise-site .cms-cta {
    position: relative;
    z-index: 2;
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 70px;
}

    .enterprise-site .cms-cta > div:first-child {
        max-width: 820px;
    }

    .enterprise-site .cms-cta .cms-eyebrow {
        color: var(--brand-color);
        opacity: 1;
    }

    .enterprise-site .cms-cta h2 {
        color: #fff;
        margin: 0;
        font: 700 clamp(38px, 5vw, 70px) / 1.03 "Manrope", sans-serif;
        letter-spacing: -.045em;
    }

    .enterprise-site .cms-cta p {
        max-width: 720px;
        margin: 22px 0 0;
        color: rgba(255,255,255,.68);
        font-size: 17px;
        line-height: 1.75;
    }

    .enterprise-site .cms-cta .cms-actions {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        min-width: 210px;
    }

    .enterprise-site .cms-cta
    .cms-btn-light {
        background: var(--brand-color);
        color: #101411;
        border-color: var(--brand-color);
    }

    .enterprise-site .cms-cta
    .cms-btn-ghost-light {
        color: #fff;
        background: transparent;
        border-color: rgba(255,255,255,.34);
    }

        .enterprise-site .cms-cta
        .cms-btn-ghost-light:hover {
            border-color: #fff;
            background: rgba(255,255,255,.06);
        }


/* ---------- Premium Footer ---------- */

.enterprise-site .site-footer {
    position: relative;
    background: #0b0e0c;
    color: rgba(255,255,255,.7);
}

.enterprise-site .footer-svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.enterprise-site .footer-accent {
    height: 4px;
    background: var(--brand-color);
}

.enterprise-site .footer-main {
    display: grid;
    grid-template-columns: minmax(300px, 1.6fr) minmax(140px, .75fr) minmax(140px, .75fr) minmax(300px, 1.35fr);
    gap: clamp(40px, 5vw, 78px);
    padding: 82px 0 66px;
}

    .enterprise-site .footer-main > :last-child {
        grid-column: auto;
    }

.enterprise-site .footer-brand-link {
    color: #fff;
}

.enterprise-site .footer-logo {
    height: 48px;
    max-width: 190px;
}

.enterprise-site .footer-brand-tagline {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.42);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.enterprise-site .footer-description {
    max-width: 420px;
    margin: 25px 0 0;
    color: rgba(255,255,255,.55);
    font-size: 14px;
    line-height: 1.8;
}

.enterprise-site .footer-column {
    gap: 11px;
}

    .enterprise-site .footer-column h2 {
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 7px;
        color: #fff;
        font: 800 11px/1 "Manrope", sans-serif;
        text-transform: uppercase;
        letter-spacing: .16em;
    }

        .enterprise-site .footer-column h2::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 32px;
            height: 2px;
            background: var(--brand-color);
        }

    .enterprise-site .footer-column > a {
        position: relative;
        color: rgba(255,255,255,.61);
        text-decoration: none;
        font-size: 14px;
        transition: color .2s ease, transform .2s ease;
    }

        .enterprise-site .footer-column > a:hover {
            color: #fff;
            transform: translateX(3px);
        }


/* Social links */

.enterprise-site .footer-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

    .enterprise-site .footer-socials a {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0 12px;
        border: 1px solid rgba(255,255,255,.13);
        color: rgba(255,255,255,.7);
        text-decoration: none;
        font-size: 11px;
        font-weight: 700;
        transition: border-color .2s, color .2s, background .2s;
    }

        .enterprise-site .footer-socials a:hover {
            border-color: var(--brand-color);
            color: #fff;
            background: rgba(255,255,255,.04);
        }


/* Contact items */

.enterprise-site .footer-contact-list {
    display: grid;
    gap: 9px;
    width: 100%;
}

.enterprise-site .footer-contact-item {
    display: grid;
    grid-template-columns: 40px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    min-height: 55px;
    padding: 8px 0;
    color: inherit;
    text-decoration: none;
}

.enterprise-site .footer-contact-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.025);
    color: var(--brand-color);
}

    .enterprise-site .footer-contact-icon svg {
        width: 17px;
        height: 17px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.enterprise-site .footer-contact-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}

    .enterprise-site .footer-contact-copy small {
        color: rgba(255,255,255,.35);
        font-size: 9px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .13em;
    }

    .enterprise-site .footer-contact-copy strong {
        color: rgba(255,255,255,.76);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

.enterprise-site .footer-contact-item:hover
.footer-contact-icon {
    border-color: var(--brand-color);
    background: color-mix( in srgb, var(--brand-color) 9%, transparent );
}

.enterprise-site .footer-contact-item:hover
.footer-contact-copy strong {
    color: #fff;
}


/* Location map */

.enterprise-site .footer-map-section {
    display: grid;
    grid-template-columns: minmax(260px,.55fr) minmax(0,1.45fr);
    min-height: 315px;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: #101411;
}

.enterprise-site .footer-map-copy {
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enterprise-site .footer-map-eyebrow {
    margin-bottom: 14px;
    color: var(--brand-color);
    font: 800 10px/1 "Manrope", sans-serif;
    text-transform: uppercase;
    letter-spacing: .17em;
}

.enterprise-site .footer-map-copy h2 {
    margin: 0;
    color: #fff;
    font: 700 34px/1.08 "Manrope", sans-serif;
    letter-spacing: -.035em;
}

.enterprise-site .footer-map-copy p {
    margin: 15px 0 0;
    color: rgba(255,255,255,.54);
    font-size: 14px;
}

.enterprise-site .footer-directions {
    align-self: flex-start;
    margin-top: 24px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--brand-color);
    color: #fff;
    text-decoration: none;
    font: 800 10px/1 "Manrope", sans-serif;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.enterprise-site .footer-map-frame {
    min-height: 315px;
    background: #161b17;
    overflow: hidden;
}

    .enterprise-site .footer-map-frame iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 315px;
        border: 0;
        filter: grayscale(.15) contrast(1.02);
    }


/* Bottom strip */

.enterprise-site .footer-bottom {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 0;
    color: rgba(255,255,255,.35);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.enterprise-site .footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.enterprise-site .footer-bottom a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
}

    .enterprise-site .footer-bottom a:hover {
        color: var(--brand-color);
    }


/* ---------- Responsive premium sections ---------- */

@media (max-width: 1100px) {

    .enterprise-site .footer-main {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

        .enterprise-site .footer-main > :last-child {
            grid-column: 1 / -1;
        }

    .enterprise-site .footer-contact-list {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}


@media (max-width: 820px) {

    .enterprise-site .cms-news-grid {
        grid-template-columns: 1fr;
    }

    .enterprise-site .cms-news-card:only-child {
        display: block;
    }

        .enterprise-site .cms-news-card:only-child
        .cms-news-media {
            min-height: 0;
            aspect-ratio: 16 / 10;
        }

    .enterprise-site .cms-cta {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 36px;
    }

        .enterprise-site .cms-cta
        .cms-actions {
            width: 100%;
            max-width: 420px;
            flex-direction: row;
        }

    .enterprise-site .footer-main {
        grid-template-columns: 1fr 1fr;
    }

        .enterprise-site .footer-main > :last-child {
            grid-column: 1 / -1;
        }

    .enterprise-site .footer-map-section {
        grid-template-columns: 1fr;
    }

    .enterprise-site .footer-map-copy {
        padding: 42px 32px;
    }

    .enterprise-site .footer-map-frame,
    .enterprise-site .footer-map-frame iframe {
        min-height: 300px;
    }
}


@media (max-width: 560px) {

    .enterprise-site .cms-news-body {
        padding: 24px 22px 27px;
    }

    .enterprise-site .cms-news-card:only-child
    .cms-news-body {
        padding: 28px 22px;
    }

    .enterprise-site .cms-cta
    .cms-actions {
        flex-direction: column;
        max-width: none;
    }

    .enterprise-site .footer-main {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 60px 0 50px;
    }

        .enterprise-site .footer-main > :last-child {
            grid-column: auto;
        }

    .enterprise-site .footer-contact-list {
        grid-template-columns: 1fr;
    }

    .enterprise-site .footer-map-copy {
        padding: 36px 24px;
    }

    .enterprise-site .footer-bottom {
        padding: 22px 0;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
}

/* =========================================================
   CUSTOM PAGE BACKGROUND
   ========================================================= */

.enterprise-site .cms-page-theme {
    min-height: calc(100vh - 88px);
}

.enterprise-site .cms-page-theme-custom {
    transition: background-color .2s ease, color .2s ease;
}


    /* Allow the selected page background to remain visible */

    .enterprise-site
    .cms-page-theme-custom
    .cms-page-heading,
    .enterprise-site
    .cms-page-theme-custom
    .cms-page-body {
        background-color: transparent;
    }


/* ---------- Light custom page ---------- */

.enterprise-site
.cms-page-theme-light {
    color: var(--enterprise-ink);
}


/* ---------- Dark custom page ---------- */

.enterprise-site
.cms-page-theme-dark {
    color: #fff;
    --enterprise-ink: #ffffff;
    --enterprise-muted: rgba(255,255,255,.70);
}


    .enterprise-site
    .cms-page-theme-dark
    .cms-page-heading h1,
    .enterprise-site
    .cms-page-theme-dark
    .cms-page-heading h2,
    .enterprise-site
    .cms-page-theme-dark
    .cms-page-heading h3 {
        color: #fff;
    }


    .enterprise-site
    .cms-page-theme-dark
    .cms-richtext {
        color: rgba(255,255,255,.76);
    }


        .enterprise-site
        .cms-page-theme-dark
        .cms-richtext h1,
        .enterprise-site
        .cms-page-theme-dark
        .cms-richtext h2,
        .enterprise-site
        .cms-page-theme-dark
        .cms-richtext h3,
        .enterprise-site
        .cms-page-theme-dark
        .cms-richtext h4 {
            color: #fff;
        }


        .enterprise-site
        .cms-page-theme-dark
        .cms-richtext p,
        .enterprise-site
        .cms-page-theme-dark
        .cms-richtext li {
            color: rgba(255,255,255,.76);
        }


    .enterprise-site
    .cms-page-theme-dark
    .cms-text-link {
        color: #fff;
    }


    /* Keep forms readable even on a dark page */

    .enterprise-site
    .cms-page-theme-dark
    .cms-contact-form {
        color: var(--enterprise-ink);
        background: rgba(255,255,255,.96);
    }


        .enterprise-site
        .cms-page-theme-dark
        .cms-contact-form label {
            color: #252b27;
        }

/* =========================================================
   CUSTOM PAGE-BUILDER SECTION BACKGROUNDS
   ========================================================= */

.enterprise-site .cms-custom-section-bg {
    position: relative;
}


/* DARK CUSTOM COLOR */

.enterprise-site .cms-custom-section-dark {
    color: #fff;
    --enterprise-ink: #fff;
    --enterprise-muted: rgba(255,255,255,.70);
}


    .enterprise-site
    .cms-custom-section-dark
    .cms-section-head h2,
    .enterprise-site
    .cms-custom-section-dark
    .cms-split-copy h2,
    .enterprise-site
    .cms-custom-section-dark
    .cms-richtext h1,
    .enterprise-site
    .cms-custom-section-dark
    .cms-richtext h2,
    .enterprise-site
    .cms-custom-section-dark
    .cms-richtext h3,
    .enterprise-site
    .cms-custom-section-dark
    .cms-richtext h4 {
        color: #fff;
    }


    .enterprise-site
    .cms-custom-section-dark
    .cms-section-head p,
    .enterprise-site
    .cms-custom-section-dark
    .cms-split-copy > p,
    .enterprise-site
    .cms-custom-section-dark
    .cms-richtext,
    .enterprise-site
    .cms-custom-section-dark
    .cms-richtext p,
    .enterprise-site
    .cms-custom-section-dark
    .cms-richtext li {
        color: rgba(255,255,255,.74);
    }


    .enterprise-site
    .cms-custom-section-dark
    .cms-card h3,
    .enterprise-site
    .cms-custom-section-dark
    .cms-card h3 a {
        color: #fff;
    }


    .enterprise-site
    .cms-custom-section-dark
    .cms-card p {
        color: rgba(255,255,255,.66);
    }


    .enterprise-site
    .cms-custom-section-dark
    .cms-card-location {
        color: rgba(255,255,255,.52);
    }


    .enterprise-site
    .cms-custom-section-dark
    .cms-text-link {
        color: #fff;
    }


/* LIGHT CUSTOM COLOR */

.enterprise-site .cms-custom-section-light {
    color: #111512;
    --enterprise-ink: #111512;
    --enterprise-muted: #667069;
}


/* STATS ON LIGHT CUSTOM BACKGROUND */

.enterprise-site
.cms-stats-section.cms-custom-section-light {
    color: #111512;
}


    .enterprise-site
    .cms-stats-section.cms-custom-section-light
    .cms-stats-grid {
        border-color: rgba(17,21,18,.16);
    }


    .enterprise-site
    .cms-stats-section.cms-custom-section-light
    .cms-stat {
        border-color: rgba(17,21,18,.16);
    }


        .enterprise-site
        .cms-stats-section.cms-custom-section-light
        .cms-stat span {
            color: rgba(17,21,18,.62);
        }


/* CTA ON LIGHT CUSTOM BACKGROUND */

.enterprise-site
.cms-cta-section.cms-custom-section-light
.cms-cta h2 {
    color: #111512;
}


.enterprise-site
.cms-cta-section.cms-custom-section-light
.cms-cta p {
    color: rgba(17,21,18,.68);
}


.enterprise-site
.cms-cta-section.cms-custom-section-light
.cms-btn-ghost-light {
    color: #111512;
    border-color: rgba(17,21,18,.4);
}


    .enterprise-site
    .cms-cta-section.cms-custom-section-light
    .cms-btn-ghost-light:hover {
        color: #111512;
        border-color: #111512;
        background: rgba(17,21,18,.05);
    }
/* FramesCMS universal renderer contract */
body.template-enterprise1 {
    --cms-ink: #111512;
    --cms-muted: #667069;
    --cms-border: rgba(17,21,18,.13);
    --cms-soft: #f3f4f0;
    --cms-dark: #191d1a;
    --cms-card-surface: #ffffff;
    --cms-card-ink: #111512;
    --cms-card-muted: #667069;
    --cms-header-height: 88px;
    --nav-top: 88px;
    --nav-mobile-bg: #111512;
}

/* Enterprise cards intentionally become transparent; keep them readable on
   a custom dark Page Builder section while News cards retain their own white
   premium surface. */
body.template-enterprise1 .cms-custom-section-dark .cms-card h3,
body.template-enterprise1 .cms-custom-section-dark .cms-card h3 a { color:#fff; }
body.template-enterprise1 .cms-custom-section-dark .cms-card p { color:rgba(255,255,255,.68); }
body.template-enterprise1 .cms-custom-section-dark .cms-card-location { color:rgba(255,255,255,.55); }
body.template-enterprise1 .cms-custom-section-dark.cms-news-section .cms-news-card h3,
body.template-enterprise1 .cms-custom-section-dark.cms-news-section .cms-news-card h3 a { color:#111512; }
body.template-enterprise1 .cms-custom-section-dark.cms-news-section .cms-news-card p { color:#667069; }

/* Keep Enterprise1's intentional 820px navigation breakpoint isolated from
   the generic shared 980px mobile navigation fallback. */
@media (min-width: 821px) and (max-width: 980px) {
    body.template-enterprise1 .nav-toggle { display:none !important; }
    body.template-enterprise1 .main-nav {
        position:static !important;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        display:flex !important;
        flex-direction:row !important;
        gap:2px !important;
        padding:0 !important;
        background:transparent !important;
        box-shadow:none !important;
        max-height:none !important;
        overflow:visible !important;
    }
    body.template-enterprise1 .main-nav .menu-item { width:auto; }
    body.template-enterprise1 .main-nav .menu-item > a { display:flex !important; padding:0 10px !important; }
    body.template-enterprise1 .main-nav .submenu {
        display:none !important;
        position:absolute !important;
        min-width:245px;
        padding:10px 0 !important;
        background:#fff !important;
        box-shadow:var(--enterprise-shadow) !important;
        border-top:3px solid var(--brand-color) !important;
    }
    body.template-enterprise1 .menu-item.has-children:hover .submenu,
    body.template-enterprise1 .menu-item.has-children:focus-within .submenu { display:grid !important; }
    body.template-enterprise1 .main-nav .submenu a { padding:11px 20px !important; }
}

@media (max-width: 820px) {
    body.template-enterprise1 .main-nav {
        position:absolute !important;
        top:100% !important;
        left:0 !important;
        right:0 !important;
        display:none !important;
        padding:10px 18px 22px !important;
        background:#111512 !important;
        box-shadow:none !important;
        max-height:calc(100vh - 70px) !important;
        overflow-y:auto !important;
    }
    body.template-enterprise1 .main-nav.is-open { display:block !important; }
    body.template-enterprise1 .main-nav .submenu,
    body.template-enterprise1 .menu-item.has-children:hover .submenu,
    body.template-enterprise1 .menu-item.has-children:focus-within .submenu {
        position:static !important;
        display:grid !important;
        box-shadow:none !important;
        background:transparent !important;
        border:0 !important;
        padding:0 0 7px 14px !important;
    }
}
