:root {
  --navy-950: #050b17;
  --navy-900: #081426;
  --navy-800: #0b223b;
  --ink: #132235;
  --muted: #5c6b7d;
  --line: #dbe4ec;
  --mist: #f3f7fa;
  --white: #fff;
  --cyan: #13c8ee;
  --blue: #2584ff;
  --violet: #7a36f5;
  --shell: min(1180px, calc(100vw - 40px));
  --shadow: 0 24px 60px rgba(5, 15, 30, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; color: #fff; background: var(--blue); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.utility-bar { color: #c9d9e8; background: var(--navy-950); font-size: .78rem; letter-spacing: .02em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner a { color: var(--cyan); font-weight: 700; text-decoration: none; }
.site-header { position: relative; z-index: 10; color: #fff; background: rgba(8, 20, 38, .96); border-bottom: 1px solid rgba(255,255,255,.1); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 1.28rem; letter-spacing: .16em; }
.brand small { margin-top: 8px; color: #a9c1d6; font-size: .66rem; text-transform: uppercase; letter-spacing: .2em; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #d6e2ec; font-size: .9rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: #fff; }
.nav-cta { padding: 11px 18px; color: var(--navy-950) !important; background: var(--cyan); border-radius: 4px; }
.hero { position: relative; min-height: 670px; display: grid; overflow: hidden; color: #fff; background: var(--navy-950); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(5,11,23,.98) 0%, rgba(5,11,23,.87) 37%, rgba(5,11,23,.38) 64%, rgba(5,11,23,.05) 100%); }
.hero-inner { position: relative; z-index: 1; display: flex; align-items: center; padding-block: 84px; }
.hero-copy { width: min(675px, 62vw); }
.eyebrow { margin: 0 0 20px; color: var(--cyan); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #127da9; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 25px; font-size: clamp(3.4rem, 6.3vw, 6rem); line-height: .98; letter-spacing: -.055em; }
.hero-lede { max-width: 660px; margin-bottom: 32px; color: #c6d5e2; font-size: clamp(1.08rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 4px; font-weight: 800; text-decoration: none; }
.button-primary { color: var(--navy-950); background: var(--cyan); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.46); background: rgba(255,255,255,.04); }
.trust-band { position: relative; z-index: 2; color: #fff; background: linear-gradient(100deg, #0b223b, #102e4d); }
.trust-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { min-height: 62px; display: grid; align-content: center; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.13); }
.trust-grid div:first-child { padding-left: 0; border-left: 0; }
.trust-grid strong { font-size: .93rem; }
.trust-grid span { color: #9eb3c4; font-size: .78rem; }
.section { padding: 105px 0; }
.capabilities { background: var(--mist); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 0; max-width: 660px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p { margin-bottom: 6px; color: var(--muted); font-size: 1.05rem; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.capability-card { min-height: 335px; display: flex; flex-direction: column; padding: 30px; background: #fff; border: 1px solid var(--line); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.capability-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.capability-card.accent { color: #fff; background: linear-gradient(145deg, var(--navy-800), #143a5e); border-color: transparent; }
.cap-number { color: #7890a5; font-size: .74rem; font-weight: 800; letter-spacing: .14em; }
.capability-card h3 { margin: auto 0 16px; font-size: 1.42rem; line-height: 1.18; }
.capability-card p { min-height: 100px; color: var(--muted); font-size: .9rem; }
.capability-card.accent p { color: #bed0df; }
.text-link { color: #137eaa; font-size: .83rem; font-weight: 800; }
.capability-card.accent .text-link { color: var(--cyan); }
.split-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.split-grid.reverse { grid-template-columns: .88fr 1.12fr; }
.split-media { position: relative; min-height: 540px; overflow: hidden; background: var(--navy-900); box-shadow: var(--shadow); }
.split-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.image-label { position: absolute; left: 20px; right: 20px; bottom: 20px; display: grid; padding: 18px 20px; color: #fff; background: rgba(5,11,23,.88); backdrop-filter: blur(10px); }
.image-label strong { font-size: .9rem; }
.image-label span { color: #a8bed0; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.split-copy h2, .equipment-card h2, .standards-grid h2, .process-intro h2, .contact-cta h2 { font-size: clamp(2.35rem, 4.2vw, 4.4rem); line-height: 1.02; letter-spacing: -.05em; }
.split-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.check-list { margin: 32px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { display: grid; gap: 3px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.check-list strong { font-size: .95rem; }
.check-list span { color: var(--muted); font-size: .88rem; }
.text-button { display: inline-block; color: #0a6f9b; font-weight: 800; text-decoration: none; }
.markets-section { color: #fff; background: var(--navy-950); }
.light-heading > p { color: #a9bdce; }
.market-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.14); }
.market-grid a { min-height: 310px; display: flex; flex-direction: column; padding: 28px; text-decoration: none; border-left: 1px solid rgba(255,255,255,.14); background: linear-gradient(180deg, transparent, rgba(15,41,67,.45)); transition: background .2s ease; }
.market-grid a:first-child { border-left: 0; }
.market-grid a:hover { background: #102c49; }
.market-grid span { color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.market-grid h3 { margin: auto 0 12px; font-size: 1.32rem; }
.market-grid p { color: #9fb2c2; font-size: .88rem; }
.fleet-feature { background: #fff; }
.tall-media { min-height: 640px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0; }
.metric-row div { display: grid; padding: 18px; background: var(--mist); border-left: 3px solid var(--cyan); }
.metric-row strong { font-size: .9rem; }
.metric-row span { color: var(--muted); font-size: .76rem; }
.button-dark { color: #fff; background: var(--navy-900); }
.standards-section { color: #fff; background: linear-gradient(120deg, #0a2036, #07111f); }
.standards-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.standards-list article { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.16); }
.standards-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.standards-list > article > span { color: var(--cyan); font-size: .72rem; font-weight: 800; }
.standards-list h3 { margin-bottom: 6px; font-size: 1.17rem; }
.standards-list p { margin: 0; color: #9eb4c6; }
.equipment-feature { background: #0a1829; }
.equipment-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 550px; overflow: hidden; color: #fff; background: #0d2742; }
.equipment-card > img { width: 100%; height: 100%; object-fit: cover; }
.equipment-card > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(35px, 6vw, 80px); }
.equipment-card > div > p:not(.eyebrow) { color: #b1c3d2; }
.equipment-card .button { margin-top: 14px; }
.process-section { background: var(--mist); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-intro > p { color: var(--muted); }
.process-grid ol { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-grid li { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 23px 0; border-top: 1px solid var(--line); }
.process-grid li:last-child { border-bottom: 1px solid var(--line); }
.process-grid li > span { color: #1584ae; font-size: .72rem; font-weight: 900; }
.process-grid strong { font-size: 1.05rem; }
.process-grid li p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.contact-cta { padding: 90px 0; color: #fff; background: linear-gradient(115deg, #112f4f, #0b1729); border-top: 4px solid var(--cyan); }
.contact-cta-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.contact-cta h2 { margin-bottom: 0; }
.contact-cta-inner > div:last-child > p { color: #b2c4d2; }
footer { color: #aebccc; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 56px; padding: 75px 0 58px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-brand img { width: 86px; height: 86px; object-fit: contain; float: left; margin: -10px 16px 10px -4px; }
.footer-brand strong { display: block; margin-bottom: 9px; color: #fff; font-size: 1rem; }
.footer-brand p { color: #8499ab; font-size: .84rem; }
.footer-grid h2 { margin-bottom: 7px; color: #fff; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a, .cookie-link { color: #9eb0bf; font: inherit; font-size: .82rem; text-decoration: none; border: 0; background: none; padding: 0; cursor: pointer; }
.footer-grid a:hover, .cookie-link:hover { color: var(--cyan); }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .75rem; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a { color: #aebccc; text-decoration: none; }

/* Inner pages */
.inner-hero { position: relative; overflow: hidden; padding: 112px 0 102px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(19,200,238,.12), transparent 32%), linear-gradient(120deg, #07111f, #0d2844); }
.inner-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -260px; border: 1px solid rgba(65,202,244,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(65,202,244,.03), 0 0 0 180px rgba(65,202,244,.02); }
.inner-hero .shell { position: relative; z-index: 1; }
.inner-hero h1 { max-width: 900px; font-size: clamp(3.1rem, 6vw, 5.8rem); }
.inner-hero p:last-child { max-width: 760px; color: #b8c9d6; font-size: 1.15rem; }
.breadcrumbs { margin-bottom: 28px; color: #8da6ba; font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumbs a { color: var(--cyan); text-decoration: none; }
.page-section { padding: 90px 0; }
.lede-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.lede-grid h2 { font-size: clamp(2.2rem, 3.6vw, 3.6rem); line-height: 1.05; letter-spacing: -.04em; }
.lede-grid > div:last-child { color: var(--muted); font-size: 1.05rem; }
.service-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.service-tile { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: #fff; }
.service-tile .tile-icon { width: 44px; height: 3px; margin-bottom: 78px; background: linear-gradient(90deg, var(--violet), var(--cyan)); }
.service-tile h3 { font-size: 1.25rem; }
.service-tile p { color: var(--muted); font-size: .9rem; }
.service-tile a { margin-top: auto; color: #0d769f; font-weight: 800; text-decoration: none; }
.photo-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; color: #fff; background: var(--navy-900); }
.photo-band img { width: 100%; height: 100%; object-fit: cover; }
.photo-band > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 100px); }
.photo-band h2 { font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.05em; }
.photo-band p { color: #b1c5d4; }
.market-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.market-detail { min-height: 340px; padding: 34px; background: var(--mist); border-top: 4px solid var(--navy-800); }
.market-detail span { color: #1682ab; font-size: .74rem; font-weight: 900; }
.market-detail h2 { margin: 60px 0 12px; font-size: 1.65rem; }
.market-detail p { color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { min-height: 230px; padding: 28px; background: #fff; border: 1px solid var(--line); }
.category-card h2 { margin-top: 58px; font-size: 1.3rem; }
.category-card p { color: var(--muted); font-size: .9rem; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.contact-aside { padding: 34px; color: #fff; background: var(--navy-900); }
.contact-aside h2 { font-size: 1.7rem; }
.contact-aside a { display: block; margin: 14px 0; color: var(--cyan); text-decoration: none; }
.contact-aside hr { margin: 28px 0; border: 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 14px; color: var(--ink); background: #fff; border: 1px solid #bdcbd7; border-radius: 3px; font: inherit; }
.field textarea { min-height: 150px; resize: vertical; }
.consent-row { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 10px; color: var(--muted); font-size: .8rem; }
.contact-form .button { grid-column: 1 / -1; border: 0; cursor: pointer; }
.form-note { margin-top: 14px; color: var(--muted); font-size: .78rem; }
.privacy-copy { max-width: 820px; }
.privacy-copy h2 { margin-top: 48px; font-size: 1.8rem; }
.privacy-copy p, .privacy-copy li { color: var(--muted); }
.cookie-panel { position: fixed; z-index: 60; left: 22px; right: 22px; bottom: 22px; max-width: 620px; padding: 24px; color: #fff; background: #0a1b2e; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 24px 80px rgba(0,0,0,.32); }
.cookie-panel[hidden] { display: none; }
.cookie-panel h2 { margin-bottom: 8px; font-size: 1.15rem; }
.cookie-panel p { color: #b8c7d4; font-size: .84rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.cookie-actions button { padding: 10px 14px; color: #fff; background: transparent; border: 1px solid #6d8294; font-weight: 800; cursor: pointer; }
.cookie-actions .accept { color: var(--navy-950); background: var(--cyan); border-color: var(--cyan); }
.cookie-actions .button-link { display: inline-flex; align-items: center; padding: 8px 5px; color: #c4d6e4; font-size: .78rem; font-weight: 800; text-decoration: none; }

@media (max-width: 920px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 650px; }
  .hero-copy { width: min(710px, 92vw); }
  .hero-shade { background: linear-gradient(90deg, rgba(5,11,23,.96), rgba(5,11,23,.72)); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 18px; }
  .trust-grid div:nth-child(3) { border-left: 0; padding-left: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid, .split-grid.reverse, .standards-grid, .process-grid, .lede-grid, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .market-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .market-grid a:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .market-grid a:nth-child(4) { border-top: 1px solid rgba(255,255,255,.14); }
  .equipment-card, .photo-band { grid-template-columns: 1fr; }
  .equipment-card > img, .photo-band img { min-height: 420px; }
  .service-list-grid, .category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .utility-inner span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .header-inner { min-height: 76px; }
  .brand img { width: 48px; height: 48px; }
  .brand small { display: none; }
  .nav-cta { padding: 10px 13px; font-size: .78rem; }
  .hero { min-height: 620px; }
  .hero-inner { padding-block: 64px; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div, .trust-grid div:nth-child(3) { padding: 13px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .trust-grid div:first-child { border-top: 0; }
  .section { padding: 74px 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 285px; }
  .split-media, .tall-media { min-height: 420px; }
  .market-grid, .footer-grid, .market-detail-grid, .service-list-grid, .category-grid { grid-template-columns: 1fr; }
  .market-grid a, .market-grid a:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .market-grid a:first-child { border-top: 0; }
  .metric-row { grid-template-columns: 1fr; }
  .contact-cta-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { gap: 34px; }
  .footer-bottom { padding-block: 24px; align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 8px; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full, .consent-row, .contact-form .button { grid-column: auto; }
  .cookie-panel { left: 10px; right: 10px; bottom: 10px; }
}

/* WordPress integration */
body { overflow-x: hidden; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; color: #fff; background: var(--blue); }
.wp-block-group, .wp-block-image, .wp-block-buttons, .wp-block-button { margin-top: 0; margin-bottom: 0; }
.wp-block-image img { display: block; }
.hero-media { margin: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.site-header nav { margin-left: auto; }
.site-header nav .menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-header nav .menu a { color: #d6e2ec; font-size: .9rem; font-weight: 700; text-decoration: none; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.25); }
.nav-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: currentColor; }
.wp-block-button__link { border-radius: 4px; }
.wp-block-button.primary .wp-block-button__link { color: var(--navy-950); background: var(--cyan); }
.wp-block-button.secondary .wp-block-button__link { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.46); }
.wp-block-button.dark .wp-block-button__link { color: #fff; background: var(--navy-900); }
.inner-main > * { margin-block-start: 0; }
.inner-hero .shell > p:last-child { max-width: 760px; color: #b8c9d6; font-size: 1.15rem; }
.contact-form-wrap .forminator-ui.forminator-custom-form { margin: 0 !important; }
.contact-form-wrap .forminator-row { margin-bottom: 16px !important; }
.contact-form-wrap .forminator-field label, .contact-form-wrap .forminator-label { color: var(--ink) !important; font-size: .78rem !important; font-weight: 800 !important; }
.contact-form-wrap input, .contact-form-wrap textarea, .contact-form-wrap select, .contact-form-wrap .forminator-input, .contact-form-wrap .forminator-textarea, .contact-form-wrap .forminator-select2-selection { border: 1px solid #bdcbd7 !important; border-radius: 3px !important; background: #fff !important; }
.contact-form-wrap .forminator-button-submit { min-height: 52px !important; padding: 12px 24px !important; color: #fff !important; background: var(--navy-900) !important; border-radius: 4px !important; font-weight: 800 !important; box-shadow: none !important; }
.cky-consent-container .cky-consent-bar { color: #fff !important; background: #0a1b2e !important; border: 1px solid rgba(255,255,255,.15) !important; box-shadow: 0 24px 80px rgba(0,0,0,.32) !important; }
.cky-consent-container .cky-title, .cky-consent-container .cky-notice-des, .cky-consent-container .cky-notice-des p { color: #fff !important; }
.cky-consent-container .cky-btn { border-color: #6d8294 !important; color: #fff !important; }
.cky-consent-container .cky-btn-accept { color: var(--navy-950) !important; background: var(--cyan) !important; border-color: var(--cyan) !important; }

@media (max-width: 920px) {
  .site-header nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 1px); display: none; padding: 18px; background: var(--navy-900); border: 1px solid rgba(255,255,255,.13); box-shadow: var(--shadow); }
  .site-header nav.is-open { display: block; }
  .site-header nav .menu { display: grid; gap: 4px; }
  .site-header nav .menu a { display: block !important; padding: 11px 8px; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-cta { margin-left: 0; }
}

@media (max-width: 620px) {
  .brand span strong { font-size: 1rem; }
  .header-cta { display: none; }
}
