:root {
    --navy-950: #061522;
    --navy-900: #0a2032;
    --navy-800: #12344b;
    --navy-700: #1a465f;
    --ink: #15212a;
    --slate: #52616b;
    --steel: #8ea0aa;
    --mist: #e8eef0;
    --paper: #f7f5ef;
    --white: #ffffff;
    --signal: #e64124;
    --signal-dark: #bd2e17;
    --amber: #f1b24b;
    --line: rgba(10, 32, 50, 0.14);
    --shadow: 0 24px 70px rgba(6, 21, 34, 0.14);
    --radius: 18px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Red Hat Text", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
    color: var(--navy-950);
    font-family: "Source Serif Pro", Georgia, "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.025em;
}
h1 { max-width: 900px; font-size: clamp(2.6rem, 5.4vw, 5.15rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
p { color: var(--slate); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--navy-950); }
.skip-link:focus { top: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--signal-dark); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; content: ""; background: currentColor; }
.eyebrow-light { color: #ffb29f; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid var(--signal); border-radius: 3px; background: var(--signal); color: var(--white); font-size: .9rem; font-weight: 800; letter-spacing: .03em; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { border-color: var(--signal-dark); background: var(--signal-dark); transform: translateY(-2px); }
.button-outline { border-color: rgba(255,255,255,.5); background: transparent; }
.button-outline:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy-950); }
.button-light:hover { border-color: #ffded6; background: #ffded6; }
.button-small { min-height: 42px; padding: 0 17px; font-size: .78rem; }
.text-link { color: var(--signal-dark); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(6, 21, 34, .96); color: var(--white); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 1fr); width: 70px; height: 42px; border: 2px solid var(--signal); background: var(--signal); color: var(--white); font-family: Arial, sans-serif; font-size: 1.25rem; font-weight: 900; line-height: 38px; text-align: center; }
.brand-mark span + span { border-left: 1px solid rgba(255,255,255,.35); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; }
.brand-copy small { margin-top: 4px; color: #9fb0bb; font-size: .66rem; letter-spacing: .045em; }
.site-nav { margin-left: auto; }
.nav-list, .subnav, .footer-links { margin: 0; padding: 0; list-style: none; }
.nav-list { display: flex; align-items: center; gap: 3px; }
.nav-list > li > a, .nav-group summary { display: flex; align-items: center; min-height: 44px; padding: 0 13px; border-radius: 3px; color: #d8e1e6; cursor: pointer; font-size: .79rem; font-weight: 750; letter-spacing: .035em; text-decoration: none; }
.nav-list > li > a:hover, .nav-group summary:hover, .nav-group[open] summary { background: rgba(255,255,255,.08); color: var(--white); }
.nav-group { position: relative; }
.nav-group summary { list-style: none; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { margin-left: 7px; content: "⌄"; font-size: .76rem; }
.subnav { position: absolute; top: calc(100% + 13px); left: 0; width: 260px; padding: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 4px; background: var(--navy-900); box-shadow: var(--shadow); }
.subnav-wide { width: 300px; }
.subnav::before { position: absolute; top: -14px; left: 0; width: 100%; height: 14px; content: ""; }
.subnav a { display: block; padding: 10px 12px; border-radius: 3px; color: #c8d4da; font-size: .8rem; text-decoration: none; }
.subnav a:hover { background: rgba(255,255,255,.08); color: var(--white); }
.menu-toggle { display: none; align-items: center; gap: 9px; border: 0; background: transparent; color: var(--white); font: inherit; font-size: .8rem; font-weight: 800; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 22px; height: 2px; background: currentColor; content: ""; }
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before { position: absolute; top: -7px; }
.menu-toggle-lines::after { position: absolute; top: 7px; }
.hero { position: relative; overflow: hidden; background: var(--navy-950); color: var(--white); }
.hero::after { position: absolute; inset: auto -15% -180px auto; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 100px 8vw 100px max(20px, calc((100vw - var(--container)) / 2)); }
.hero-copy h1 { color: var(--white); }
.hero-copy > p { max-width: 700px; color: #bed0da; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 22px; }
.hero-image { position: relative; min-height: 560px; }
.hero-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-950) 0%, transparent 30%), linear-gradient(0deg, rgba(6,21,34,.48), transparent 45%); content: ""; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; z-index: 3; right: max(20px, calc((100vw - var(--container)) / 2)); bottom: 42px; width: min(310px, calc(100% - 40px)); padding: 20px; border-left: 3px solid var(--signal); background: rgba(6,21,34,.86); backdrop-filter: blur(10px); }
.hero-note strong { display: block; color: var(--white); font-family: "Source Serif Pro", Georgia, serif; font-size: 1.2rem; }
.hero-note span { display: block; margin-top: 5px; color: #aebfc8; font-size: .78rem; }
.page-hero { position: relative; overflow: hidden; padding: 105px 0 90px; background: var(--navy-950); color: var(--white); }
.page-hero::before { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(6,21,34,.98) 0%, rgba(6,21,34,.9) 55%, rgba(6,21,34,.6) 100%); content: ""; }
.page-hero::after { position: absolute; top: -180px; right: -120px; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.page-hero .container { position: relative; z-index: 2; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 45px; color: #8da4b1; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.breadcrumbs a { color: #c5d1d7; text-decoration: none; }
.page-hero h1 { max-width: 980px; margin-bottom: 26px; color: var(--white); font-size: clamp(2.55rem, 4.8vw, 4.55rem); }
.page-hero .lede { max-width: 780px; color: #c1d0d8; font-size: clamp(1.08rem, 2vw, 1.32rem); }
.page-hero .hero-actions { margin-top: 32px; }
.page-hero-image { padding: 0; }
.page-hero-image .hero-shell { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 610px; }
.page-hero-image .hero-shell-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 90px 7vw 90px max(20px, calc((100vw - var(--container)) / 2)); }
.page-hero-image .hero-shell-media { position: relative; }
.page-hero-image .hero-shell-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-950), transparent 42%); content: ""; }
.page-hero-image .hero-shell-media img { width: 100%; height: 100%; object-fit: cover; }
.content-narrow { max-width: 800px; }
.lead { color: var(--navy-800); font-size: clamp(1.15rem, 2vw, 1.38rem); line-height: 1.55; }
.prose h2 { margin-top: 1.4em; }
.prose h3 { margin-top: 1.6em; }
.prose p, .prose li { max-width: 800px; }
.prose ul { padding-left: 1.2em; color: var(--slate); }
.prose li + li { margin-top: 8px; }
.content-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 90px; align-items: start; }
.content-aside { position: sticky; top: 120px; padding: 30px; border-top: 4px solid var(--signal); background: var(--white); box-shadow: 0 15px 45px rgba(6,21,34,.08); }
.content-aside h3 { font-size: 1.55rem; }
.content-aside ul { margin-bottom: 0; padding-left: 18px; color: var(--slate); }
.content-aside li + li { margin-top: 7px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 45px; background: rgba(255,255,255,.12); }
.check-item { min-height: 94px; display: flex; gap: 15px; align-items: flex-start; padding: 24px; background: var(--navy-900); color: #dce5e9; }
.check-item::before { flex: 0 0 auto; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; margin-top: 2px; border: 1px solid var(--signal); border-radius: 50%; color: #ff927c; content: "✓"; font-size: .7rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.process-step { position: relative; min-height: 280px; padding: 28px; border-top: 3px solid var(--signal); background: var(--white); box-shadow: 0 10px 35px rgba(6,21,34,.07); counter-increment: steps; }
.process-step::before { display: block; margin-bottom: 45px; color: var(--signal-dark); content: "0" counter(steps); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.process-step h3 { font-size: 1.45rem; }
.process-step p { font-size: .9rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature { padding: 30px; border-left: 3px solid var(--signal); background: var(--white); }
.feature h3 { font-size: 1.45rem; }
.feature p:last-child { margin-bottom: 0; }
.media-band { position: relative; min-height: 530px; display: flex; align-items: end; overflow: hidden; }
.media-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media-band::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,21,34,.95), rgba(6,21,34,.08)); content: ""; }
.media-band-copy { position: relative; z-index: 2; max-width: 800px; padding: 60px 0; }
.media-band-copy h2 { color: var(--white); }
.media-band-copy p { color: #c7d3d9; }
.component-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.component { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.component-index { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 32px; border-radius: 50%; background: var(--signal); color: var(--white); font-size: .75rem; font-weight: 900; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { display: flex; flex-direction: column; min-height: 240px; padding: 28px; border: 1px solid var(--line); background: var(--white); text-decoration: none; }
.related-card span { margin-bottom: auto; color: var(--signal-dark); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.related-card strong { margin-top: 55px; color: var(--navy-950); font-family: "Source Serif Pro", Georgia, serif; font-size: 1.55rem; line-height: 1.15; }
.related-card:hover { border-color: var(--signal); box-shadow: 0 12px 34px rgba(6,21,34,.08); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-panel { padding: 36px; background: var(--navy-900); color: var(--white); }
.contact-panel h2, .contact-panel h3 { color: var(--white); }
.contact-panel p, .contact-panel li { color: #c2d0d7; }
.contact-list { padding: 0; list-style: none; }
.contact-list li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-list strong { display: block; color: #91a5b0; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-list a { color: var(--white); text-decoration: none; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--navy-900); font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #cdd7db; border-radius: 2px; background: var(--white); color: var(--ink); font: inherit; }
.field textarea { min-height: 160px; resize: vertical; }
.form-note { color: var(--slate); font-size: .78rem; }
.section { padding: 105px 0; }
.section-white { background: var(--white); }
.section-dark { background: var(--navy-900); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: #b9c8d0; }
.section-muted { background: #edf1f1; }
.section-header { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.section-header h2 { margin-bottom: 0; }
.section-header p { max-width: 650px; margin-bottom: 4px; font-size: 1.08rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 500px; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.split-media::before { position: absolute; z-index: -1; top: -24px; left: -24px; width: 120px; height: 120px; border-top: 3px solid var(--signal); border-left: 3px solid var(--signal); content: ""; }
.split-copy > p { font-size: 1.05rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { position: relative; overflow: hidden; min-height: 310px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 44px; border-radius: 50%; background: var(--navy-950); color: var(--white); font-size: .76rem; font-weight: 900; }
.card p { font-size: .95rem; }
.card .text-link { position: absolute; bottom: 28px; left: 32px; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(255,255,255,.13); }
.path-card { min-height: 390px; padding: 54px; background: var(--navy-900); }
.path-card h3 { max-width: 450px; font-size: 2.4rem; }
.path-card ul { padding-left: 18px; color: #bdd0d9; }
.path-card .text-link { color: #ff8f78; }
.industry-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-link { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--line); text-decoration: none; }
.industry-link:last-child { border-right: 0; }
.industry-link span { color: var(--signal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.industry-link strong { color: var(--navy-950); font-family: "Source Serif Pro", Georgia, serif; font-size: 1.45rem; line-height: 1.15; }
.industry-link:hover { background: var(--white); }
.prefooter { padding: 78px 0; background: var(--signal); color: var(--white); }
.prefooter-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.prefooter h2 { max-width: 760px; margin: 0; color: var(--white); font-size: clamp(2rem, 4vw, 3.5rem); }
.site-footer { padding: 75px 0 24px; background: var(--navy-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; }
.footer-grid h3 { color: #91a5b0; font-family: inherit; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.brand-footer { margin-bottom: 22px; }
.footer-intro { max-width: 370px; color: #9fb0bb; font-size: .9rem; }
.footer-links { display: grid; gap: 10px; color: #c6d0d5; font-size: .84rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; color: #738894; font-size: .72rem; }

@media (max-width: 1080px) {
    .brand-copy small { display: none; }
    .nav-list > li > a, .nav-group summary { padding-inline: 9px; }
    .hero-copy { padding-right: 45px; }
}

@media (max-width: 959px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .header-inner { min-height: 74px; }
    .menu-toggle { display: flex; }
    .site-nav { position: fixed; inset: 74px 0 0; display: none; overflow-y: auto; padding: 24px 20px 50px; background: var(--navy-950); }
    .site-nav.is-open { display: block; }
    .nav-list { display: grid; align-items: stretch; gap: 5px; }
    .nav-list > li > a, .nav-group summary { min-height: 52px; justify-content: space-between; padding-inline: 16px; font-size: .95rem; }
    .nav-contact { margin-top: 16px; }
    .nav-contact .button { justify-content: center; }
    .subnav, .subnav-wide { position: static; width: auto; margin: 0 8px 12px; border: 0; background: #0e293d; box-shadow: none; }
    .subnav a { padding: 12px; }
    .hero-grid { min-height: auto; grid-template-columns: 1fr; }
    .hero-copy { padding: 90px 24px 56px; }
    .hero-image { min-height: 430px; }
    .hero-image::after { background: linear-gradient(0deg, rgba(6,21,34,.62), transparent 60%); }
    .hero-note { right: 20px; }
    .page-hero { padding: 85px 0 74px; }
    .page-hero-image .hero-shell { grid-template-columns: 1fr; }
    .page-hero-image .hero-shell-copy { padding: 80px 24px 55px; }
    .page-hero-image .hero-shell-media { min-height: 390px; }
    .page-hero-image .hero-shell-media::after { background: linear-gradient(0deg, rgba(6,21,34,.55), transparent); }
    .section { padding: 78px 0; }
    .section-header, .split, .content-grid, .contact-layout { grid-template-columns: 1fr; gap: 34px; }
    .content-aside { position: static; }
    .cards { grid-template-columns: 1fr 1fr; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .path-card { padding: 40px; }
    .industry-strip { grid-template-columns: 1fr 1fr; }
    .industry-link:nth-child(2) { border-right: 0; }
    .industry-link:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .prefooter-inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
    body { font-size: 16px; }
    .brand-mark { width: 61px; height: 38px; font-size: 1.05rem; line-height: 34px; }
    .brand-copy strong { font-size: .8rem; }
    .hero-copy { padding-top: 72px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
    .hero-image { min-height: 340px; }
    .hero-note { bottom: 20px; }
    .section { padding: 64px 0; }
    .cards, .path-grid, .industry-strip, .footer-grid, .check-grid, .process-grid, .feature-grid, .component-grid, .related-grid, .form-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .card { min-height: 290px; }
    .path-card { min-height: auto; padding: 34px 26px; }
    .path-card h3 { font-size: 2rem; }
    .industry-link, .industry-link:nth-child(2) { min-height: 140px; border-right: 0; border-bottom: 1px solid var(--line); }
    .industry-link:last-child { border-bottom: 0; }
    .split-media img { min-height: 360px; }
    .footer-bottom { flex-direction: column; }
}
