:root {
  --navy-950: #031b32;
  --navy-900: #052949;
  --navy-800: #063964;
  --navy-700: #075086;
  --blue-100: #dcecf7;
  --blue-50: #edf5fa;
  --gold: #e6a11d;
  --gold-dark: #c9820b;
  --gold-soft: #f5ce79;
  --ink: #121a21;
  --muted: #56636d;
  --line: #dce1e4;
  --paper: #f6f4ef;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0, 19, 35, .14);
  --radius: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding-block: 112px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--gold); color: var(--navy-950); padding: 12px 18px; border-radius: 8px; font-weight: 800; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(246,244,239,.94); border-bottom: 1px solid rgba(5,41,73,.12); backdrop-filter: blur(18px); }
.nav-shell { width: min(1240px, calc(100% - 40px)); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 230px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { font-size: .91rem; color: #263944; font-weight: 750; text-decoration: none; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--navy-700); }
.site-nav .nav-phone { color: var(--white); background: var(--navy-900); border-radius: 999px; padding: 13px 20px; }
.site-nav .nav-phone:hover, .site-nav .nav-phone:focus-visible { color: var(--navy-950); background: var(--gold); }
.nav-toggle { display: none; width: 45px; height: 42px; padding: 10px; border: 0; border-radius: 8px; background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-900); transition: transform .25s, opacity .25s; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000, transparent 86%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -160px; top: -190px; background: radial-gradient(circle, rgba(10,103,163,.44), transparent 68%); }
.hero-glow-two { width: 390px; height: 390px; left: 30%; bottom: -270px; background: radial-gradient(circle, rgba(230,161,29,.2), transparent 68%); }
.hero-grid { position: relative; z-index: 1; min-height: 700px; display: grid; grid-template-columns: 1.35fr .85fr; align-items: center; gap: 76px; padding-block: 90px 104px; }
.eyebrow, .section-label { margin: 0 0 22px; color: var(--gold-soft); font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 2px; background: var(--gold); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.25rem, 6.15vw, 5.8rem); line-height: .96; letter-spacing: -.065em; }
.hero h1 em { color: var(--gold-soft); font-style: normal; }
.hero-lead { max-width: 710px; margin: 30px 0 0; color: #c7d8e4; font-size: clamp(1.04rem, 1.5vw, 1.23rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 14px 23px; font-size: .93rem; font-weight: 850; text-decoration: none; transition: transform .2s, color .2s, background .2s, border-color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.button-primary { color: var(--navy-950); background: var(--gold); }
.button-primary:hover, .button-primary:focus-visible { background: #f1b43b; }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.11); }
.hero-note { margin: 17px 0 0; color: #7f9bb0; font-size: .82rem; }
.hero-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045)); box-shadow: 0 34px 80px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.hero-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; bottom: -70px; border: 1px solid rgba(230,161,29,.45); border-radius: 50%; box-shadow: 0 0 0 28px rgba(230,161,29,.06), 0 0 0 58px rgba(230,161,29,.035); }
.boot-mark { width: 82px; margin: 0 0 25px auto; opacity: .9; }
.boot-mark .boot { fill: rgba(255,255,255,.08); stroke: #6a8aa1; stroke-width: 2; }
.boot-mark .snake { fill: none; stroke: var(--gold); stroke-linecap: round; stroke-width: 5; }
.boot-mark .snake-eye { fill: var(--navy-950); }
.card-kicker { margin: 0 0 12px; color: #97afc0; font-size: .84rem; font-weight: 700; }
.problem-list { margin: 0; padding: 0; list-style: none; }
.problem-list li { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.08rem; font-weight: 750; }
.problem-list span { color: var(--gold); font-size: .69rem; letter-spacing: .12em; }
.card-result { position: relative; z-index: 1; margin-top: 25px; color: #aebfcb; line-height: 1.55; font-size: .9rem; }
.card-result strong { color: var(--white); }
.trust-strip { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.14); }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { padding: 12px 28px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid div:first-child { border-left: 0; padding-left: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--white); font-size: .94rem; }
.trust-grid span { margin-top: 5px; color: #819caf; font-size: .77rem; }

.brand-rail { position: relative; overflow: hidden; padding: 76px 0 52px; color: var(--white); background: #071828; border-top: 1px solid rgba(255,255,255,.08); }
.brand-rail::before, .brand-rail::after { content: ""; position: absolute; z-index: 2; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(230,161,29,.5), transparent); }
.brand-rail::before { top: 0; }
.brand-rail::after { bottom: 0; }
.brand-rail-heading { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 80px; margin-bottom: 40px; }
.brand-rail-label { display: block; margin-bottom: 12px; color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.brand-rail-heading h2 { margin: 0; font-size: clamp(1.7rem, 3.5vw, 2.8rem); line-height: 1.08; letter-spacing: -.045em; }
.brand-rail-heading p { margin: 0 0 2px; color: #8da5b6; line-height: 1.68; font-size: .92rem; }
.marquee { position: relative; display: flex; overflow: hidden; padding: 9px 0; mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.marquee-track { display: flex; flex: 0 0 auto; gap: 14px; width: max-content; padding-right: 14px; will-change: transform; }
.marquee-forward { animation: marquee-forward 42s linear infinite; }
.marquee-reverse { animation: marquee-reverse 54s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.vendor-marquee { margin-top: 4px; }
.brand-chip { min-width: 186px; height: 68px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; color: #e7edf1; background: rgba(255,255,255,.045); font-size: 1.02rem; font-weight: 850; letter-spacing: -.02em; white-space: nowrap; }
.vendor-marquee .brand-chip { height: 58px; color: #9fb2bf; background: rgba(255,255,255,.025); font-size: .92rem; }
.brand-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(230,161,29,.1); }
.brand-chip.fortinet { letter-spacing: .12em; }
.brand-chip.meraki { color: #84c951; }
.brand-chip.unifi { font-size: 1.25rem; font-weight: 700; }
.brand-chip.vmware { color: #cbd3d8; font-weight: 650; }
.brand-chip.hyperv { color: #6fc6ff; }
.brand-chip.proxmox { color: #f29a28; letter-spacing: .08em; }
.brand-chip.microsoft { color: #e7edf1; }
.brand-chip.dell { color: #4aa9e7; letter-spacing: .12em; }
.brand-chip.lenovo { color: #ef4949; }
.brand-chip.huntress { color: #e2cdff; letter-spacing: .06em; }
.brand-chip.axcient { color: #5fcbd4; letter-spacing: .06em; }
.brand-chip.datto { color: #79c85b; font-size: 1.12rem; }
.brand-chip.veeam { color: #5cceb3; font-size: 1.07rem; }
.brand-chip.bh { color: #f14f45; }
.brand-chip.dh { color: #e1b15a; }
.brand-chip.amazon { color: #e7edf1; font-weight: 650; }
.brand-chip.bestbuy { color: #f4d64e; }
.brand-disclaimer { margin-top: 24px; color: #60798c; font-size: .68rem; line-height: 1.5; text-align: center; }
@keyframes marquee-forward { to { transform: translateX(calc(-50% - 7px)); } }
@keyframes marquee-reverse { from { transform: translateX(calc(-50% - 7px)); } to { transform: translateX(0); } }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-label { color: var(--navy-700); }
.section-label.light { color: var(--gold-soft); }
.intro h2, .section-heading h2, .why h2, .process h2, .area h2, .final-cta h2 { margin: 0; font-size: clamp(2.45rem, 4.6vw, 4.2rem); line-height: 1.03; letter-spacing: -.05em; }
.intro h2 span, .why h2 span { color: var(--navy-700); }
.intro-copy { padding-top: 28px; }
.intro-copy p { margin: 0 0 22px; color: var(--muted); font-size: 1.08rem; line-height: 1.78; }

.services { color: var(--white); background: var(--navy-900); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading > p { margin: 0 0 4px; color: #9ab0c0; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 430px; padding: 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); background: rgba(255,255,255,.045); transition: transform .25s, border-color .25s, background .25s; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(230,161,29,.44); background: rgba(255,255,255,.065); }
.service-card.featured { background: var(--white); color: var(--ink); }
.service-number { position: absolute; right: 30px; top: 24px; color: rgba(255,255,255,.22); font-size: 3.7rem; font-weight: 900; letter-spacing: -.06em; }
.featured .service-number { color: rgba(5,41,73,.1); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 14px; color: var(--gold); background: rgba(230,161,29,.12); }
.service-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.service-card h3 { position: relative; margin: 0 0 12px; font-size: 1.55rem; letter-spacing: -.03em; }
.service-card > p, .wide-card div > p { margin: 0 0 25px; color: #9fb2bf; line-height: 1.65; }
.featured > p { color: var(--muted); }
.service-card ul { margin: 0; padding: 0; list-style: none; }
.service-card li { position: relative; margin-top: 11px; padding-left: 20px; color: #d3dee5; font-size: .91rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.featured li { color: #3d4b55; }
.wide-card { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: 50px 1fr 1.1fr; align-items: center; gap: 28px; }
.wide-card .service-icon { margin: 0; }
.wide-card .service-number { top: 16px; }
.wide-card h3 { margin-top: 0; }
.wide-card div > p { margin-bottom: 0; }

.lifecycle { background: #f0ede6; }
.lifecycle-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 100px; margin-bottom: 54px; }
.lifecycle-intro h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.55rem); line-height: .98; letter-spacing: -.055em; }
.lifecycle-intro > p { margin: 0 0 6px; color: var(--muted); font-size: 1.04rem; line-height: 1.72; }
.lifecycle-flow { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #d7d2c7; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; background: #d7d2c7; gap: 1px; }
.lifecycle-flow article { position: relative; min-height: 302px; padding: 34px 29px; background: #faf9f6; }
.lifecycle-flow article::after { content: "→"; position: absolute; top: 31px; right: -12px; z-index: 2; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-800); background: var(--gold); font-size: .8rem; font-weight: 900; }
.lifecycle-flow article:last-child::after { display: none; }
.lifecycle-flow span { color: var(--gold-dark); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.lifecycle-flow h3 { margin: 82px 0 12px; font-size: 1.23rem; letter-spacing: -.025em; }
.lifecycle-flow p { margin: 0; color: var(--muted); font-size: .89rem; line-height: 1.66; }
.capability-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 22px 25px; border-radius: 0 0 var(--radius) var(--radius); color: #d8e3ea; background: var(--navy-900); }
.capability-bar strong { margin-right: 8px; color: var(--gold-soft); font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.capability-bar span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; color: #a9bbc7; font-size: .75rem; }

.why { background: #fff; }
.why-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
.why-sticky { position: sticky; top: 138px; }
.why-sticky > p:not(.section-label) { margin: 25px 0; color: var(--muted); line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--navy-800); font-weight: 850; text-decoration: none; }
.text-link span { color: var(--gold-dark); transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.principles { border-top: 1px solid var(--line); }
.principles article { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.principle-index { color: var(--gold-dark); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.principles h3 { margin: 0 0 9px; font-size: 1.28rem; }
.principles p { margin: 0; color: var(--muted); line-height: 1.68; }

.process { background: var(--blue-50); }
.dark-heading > p { color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid #d5e0e7; border-radius: var(--radius); overflow: hidden; background: #d5e0e7; }
.process-grid article { min-height: 300px; padding: 32px; background: #f8fbfd; }
.process-grid span { color: var(--gold-dark); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.process-grid h3 { margin: 65px 0 12px; font-size: 1.35rem; }
.process-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .9rem; }

.area { position: relative; overflow: hidden; color: var(--white); background: #082238; }
.area::before { content: "PA"; position: absolute; left: -25px; bottom: -125px; color: rgba(255,255,255,.035); font-size: 25rem; line-height: 1; font-weight: 950; letter-spacing: -.12em; }
.area-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 110px; align-items: center; }
.area h2 { max-width: 720px; }
.area-grid > div:first-child > p:not(.section-label) { max-width: 650px; margin: 26px 0 0; color: #9eb2c0; line-height: 1.72; }
.area-actions { margin-top: 32px; }
.county-card { padding: 38px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.06); backdrop-filter: blur(14px); }
.county-card > p { margin: 0 0 24px; color: var(--gold-soft); font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.county-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 34px; margin: 0; padding: 0; list-style: none; }
.county-card li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #d8e3ea; font-size: .92rem; }
.county-card li::before { content: "•"; margin-right: 10px; color: var(--gold); }

.contact-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }
.contact-section::before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: radial-gradient(circle at 2px 2px, #fff 1px, transparent 0); background-size: 36px 36px; mask-image: linear-gradient(110deg, #000, transparent 65%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 140px; }
.contact-copy h2 { margin: 0; color: var(--white); font-size: clamp(3rem, 5.6vw, 5rem); line-height: .96; letter-spacing: -.06em; }
.contact-copy > p:not(.section-label) { margin: 26px 0 0; color: #9eb3c1; font-size: 1.02rem; line-height: 1.72; }
.contact-methods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 31px; }
.contact-methods a { padding: 17px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.045); text-decoration: none; transition: border-color .2s, transform .2s; }
.contact-methods a:hover { transform: translateY(-2px); border-color: rgba(230,161,29,.52); }
.contact-methods span, .contact-methods strong { display: block; }
.contact-methods span { color: var(--gold); font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-methods strong { margin-top: 5px; color: var(--white); font-size: .92rem; }
.review-card { margin-top: 18px; padding: 23px; border-radius: 16px; color: var(--navy-950); background: var(--gold); }
.review-card span, .review-card strong { display: block; }
.review-card span { color: #6a4c0b; font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.review-card strong { margin-top: 7px; font-size: 1.06rem; }
.review-card p { margin: 9px 0 0; color: #5d450f; font-size: .82rem; line-height: 1.55; }
.inquiry-form { padding: 42px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.075); box-shadow: 0 34px 80px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.form-heading { margin-bottom: 28px; }
.form-heading span { display: block; color: var(--white); font-size: 1.45rem; font-weight: 850; letter-spacing: -.03em; }
.form-heading p { margin: 8px 0 0; color: #93a9b8; font-size: .9rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.inquiry-form label { display: block; margin-bottom: 17px; }
.inquiry-form label > span { display: block; margin-bottom: 8px; color: #cbd8e0; font-size: .76rem; font-weight: 800; }
.inquiry-form label b { color: var(--gold); }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; outline: 0; color: var(--white); background: rgba(1,17,30,.52); font: inherit; transition: border-color .2s, box-shadow .2s, background .2s; }
.inquiry-form input, .inquiry-form select { height: 50px; padding: 0 14px; }
.inquiry-form textarea { min-height: 132px; padding: 14px; resize: vertical; }
.inquiry-form select { color-scheme: dark; }
.inquiry-form textarea::placeholder { color: #647b8b; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--gold); background: rgba(1,17,30,.72); box-shadow: 0 0 0 3px rgba(230,161,29,.12); }
.inquiry-form .field-error { border-color: #ef766c; box-shadow: 0 0 0 3px rgba(239,118,108,.1); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-submit { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 5px; border: 0; border-radius: 999px; color: var(--navy-950); background: var(--gold); font: inherit; font-weight: 900; cursor: pointer; transition: transform .2s, background .2s; }
.form-submit:hover, .form-submit:focus-visible { transform: translateY(-2px); background: #f1b43b; }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.form-submit svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.form-status { min-height: 21px; margin: 13px 0 0; color: var(--gold-soft); font-size: .78rem; line-height: 1.5; text-align: center; }
.form-status.is-error { color: #ffaaa3; }
.form-privacy { margin: 6px 0 0; color: #6e8595; font-size: .68rem; line-height: 1.5; text-align: center; }
.form-privacy a { color: #8fa6b6; }

.site-footer { color: #a8bbc9; background: #020f1b; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-block: 70px 52px; }
.footer-brand img { width: 245px; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p { margin: 16px 0 0; color: #788e9e; font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-label { margin: 0 0 10px; color: var(--white); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { color: #a8bbc9; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-grid span { color: #677e8e; font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #5f7686; font-size: .78rem; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: var(--gold-soft); }

.legal-page { background: #f6f4ef; }
.legal-header { border-bottom: 1px solid var(--line); background: var(--white); }
.legal-header .page-shell { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.legal-header img { width: 225px; }
.legal-back { color: var(--navy-800); font-size: .84rem; font-weight: 800; text-decoration: none; }
.legal-main { max-width: 820px; padding-block: 90px 110px; }
.legal-main h1 { margin: 0; font-size: clamp(3.4rem, 8vw, 6.4rem); line-height: .95; letter-spacing: -.065em; }
.legal-updated { margin: 17px 0 58px; color: #78838a; font-size: .8rem; }
.legal-main section { padding: 29px 0; border-top: 1px solid var(--line); }
.legal-main h2 { margin: 0 0 12px; font-size: 1.25rem; letter-spacing: -.025em; }
.legal-main section p { margin: 0; color: var(--muted); line-height: 1.78; }
.legal-main section a { color: var(--navy-700); font-weight: 750; }
.legal-footer { padding-block: 26px; color: #71808a; border-top: 1px solid var(--line); font-size: .78rem; background: #eeece6; }

@media (max-width: 980px) {
  .section-pad { padding-block: 88px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 1px); display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px; border-radius: 0 0 16px 16px; background: var(--paper); box-shadow: 0 20px 35px rgba(0,0,0,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 10px; }
  .site-nav .nav-phone { margin-top: 6px; text-align: center; }
  .nav-toggle.is-open span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(3) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; padding-block: 78px; }
  .hero-card { width: min(100%, 640px); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 18px; }
  .trust-grid div, .trust-grid div:first-child { padding: 14px 20px; border-left: 0; }
  .brand-rail-heading, .intro-grid, .section-heading, .lifecycle-intro, .why-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .lifecycle-flow { grid-template-columns: repeat(2, 1fr); }
  .lifecycle-flow article:nth-child(2)::after { display: none; }
  .why-sticky { position: static; }
  .contact-copy { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .wide-card { grid-template-columns: 50px 1fr; }
  .wide-card ul { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .page-shell, .nav-shell { width: min(100% - 28px, 1180px); }
  .nav-shell { min-height: 76px; }
  .brand img { width: 190px; }
  .section-pad { padding-block: 72px; }
  .hero-grid { min-height: auto; padding-block: 62px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-card { padding: 27px 23px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 15px; }
  .trust-grid div, .trust-grid div:first-child { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid div:last-child { border-bottom: 0; }
  .brand-rail { padding-top: 62px; }
  .brand-rail-heading { gap: 24px; }
  .brand-chip { min-width: 160px; height: 60px; }
  .intro-grid { gap: 22px; }
  .intro-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.featured { min-height: auto; padding: 30px 25px; }
  .service-number { font-size: 3rem; }
  .wide-card { grid-column: auto; grid-template-columns: 1fr; }
  .wide-card ul { grid-column: auto; }
  .lifecycle-intro { gap: 22px; }
  .lifecycle-flow { grid-template-columns: 1fr; }
  .lifecycle-flow article { min-height: auto; }
  .lifecycle-flow article::after { display: none; }
  .lifecycle-flow h3 { margin-top: 43px; }
  .capability-bar { align-items: flex-start; flex-direction: column; }
  .principles article { grid-template-columns: 44px 1fr; gap: 10px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: auto; }
  .process-grid h3 { margin-top: 38px; }
  .area::before { font-size: 16rem; }
  .county-card { padding: 28px 22px; }
  .county-card ul { gap: 0 18px; }
  .county-card li { font-size: .84rem; }
  .contact-methods, .form-row { grid-template-columns: 1fr; }
  .inquiry-form { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; }
  .legal-header .page-shell { min-height: 78px; }
  .legal-header img { width: 182px; }
  .legal-main { padding-block: 65px 85px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .marquee-track { animation: none !important; }
}
