:root {
  --bg: #0b0d12;
  --bg-deep: #080a0f;
  --bg-alt: #12151d;
  --panel: #171b24;
  --panel-soft: rgba(255, 255, 255, 0.035);
  --text: #f1f0ec;
  --muted: #a4a5ad;
  --muted-bright: #c6c5c9;
  --gold: #d4af37;
  --gold-bright: #f0d275;
  --gold-soft: rgba(212, 175, 55, 0.3);
  --line: rgba(212, 175, 55, 0.2);
  --white-line: rgba(255, 255, 255, 0.11);
  --max: 1220px;
  --nav-height: 78px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }

a { color: inherit; }

button,
summary { font: inherit; }

button { color: inherit; }

h1,
h2,
h3,
p,
ol,
ul,
figure { margin: 0; }

h1,
h2,
h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; line-height: 1.08; }

h1 em,
h2 em { color: var(--gold); font-style: italic; font-weight: 400; }

ul,
ol { padding: 0; list-style: none; }

.container { width: min(var(--max), calc(100% - 80px)); margin: 0 auto; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 3000;
  padding: 12px 20px;
  background: var(--gold);
  color: var(--bg-deep);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus { top: 12px; }

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

section[id],
main[id],
#datacenters,
#workforce { scroll-margin-top: calc(var(--nav-height) + 22px); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 13, 18, 0.86);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  min-height: var(--nav-height);
  gap: 28px;
}

.logo { display: inline-flex; flex: 0 0 auto; align-items: center; }

.logo img { width: 178px; height: auto; }

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.3vw, 36px);
  margin: 0 auto;
}

.nav-links a,
.nav-cta,
.footer-links a {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover { color: var(--gold-bright); }

.nav-cta {
  padding: 10px 22px;
  border: 1px solid var(--gold-soft);
  color: var(--gold-bright);
  white-space: nowrap;
}

.nav-cta:hover { border-color: var(--gold); background: var(--gold); color: var(--bg-deep); }

.mobile-menu { display: none; position: relative; }

.mobile-menu summary {
  cursor: pointer;
  padding: 9px 0 9px 10px;
  color: var(--gold-bright);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  list-style: none;
  text-transform: uppercase;
}

.mobile-menu summary::-webkit-details-marker { display: none; }

.mobile-menu summary::after { content: '＋'; margin-left: 8px; font-size: 0.9rem; }

.mobile-menu[open] summary::after { content: '×'; }

.mobile-menu-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: 220px;
  padding: 10px;
  border: 1px solid var(--gold-soft);
  background: rgba(18, 21, 29, 0.98);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
}

.mobile-menu-panel a {
  padding: 10px 12px;
  color: var(--text);
  font-size: 0.8rem;
  text-decoration: none;
}

.mobile-menu-panel a:hover { background: rgba(212, 175, 55, 0.1); color: var(--gold-bright); }

.hero {
  position: relative;
  display: flex;
  min-height: min(900px, 100svh);
  overflow: hidden;
  align-items: flex-end;
  isolation: isolate;
}

.hero-media,
.hero-media::after,
#hero-video {
  position: absolute;
  inset: 0;
}

.hero-media { z-index: -1; background: var(--bg-deep); }

.hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero-media::after {
  content: '';
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 9, 13, 0.84) 0%, rgba(7, 9, 13, 0.46) 52%, rgba(7, 9, 13, 0.2) 100%), linear-gradient(0deg, rgba(7, 9, 13, 0.96) 0%, rgba(7, 9, 13, 0.15) 62%, rgba(7, 9, 13, 0.45) 100%);
}

#hero-video { z-index: 0; overflow: hidden; pointer-events: none; }

#hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(100vh, 56.25vw);
  border: 0;
  transform: translate(-50%, -50%);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
  align-items: end;
  gap: clamp(36px, 7vw, 120px);
  padding-top: calc(var(--nav-height) + 90px);
  padding-bottom: clamp(88px, 11vh, 132px);
}

.hero-copy { max-width: 850px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--gold-bright);
  font-size: 0.71rem;
  font-weight: 500;
  letter-spacing: 3.4px;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after { width: 34px; height: 1px; background: var(--gold-soft); content: ''; }

.eyebrow-center { justify-content: center; }

.hero .eyebrow::before { width: 44px; }

.hero h1 {
  max-width: 900px;
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.1rem);
  letter-spacing: -0.03em;
}

.hero-lede {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(241, 240, 236, 0.82);
  font-size: clamp(1rem, 1.3vw, 1.13rem);
  line-height: 1.72;
}

.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover { transform: translateY(-2px); }

.button-gold { background: var(--gold); color: var(--bg-deep); }

.button-gold:hover { background: var(--gold-bright); }

.button-link {
  min-height: auto;
  padding: 11px 0;
  border-bottom: 1px solid var(--gold-soft);
  color: var(--text);
}

.button-link:hover { border-color: var(--gold-bright); color: var(--gold-bright); }

.hero-index {
  padding: 22px 0 0 28px;
  border-left: 1px solid var(--gold-soft);
}

.index-label {
  margin-bottom: 22px;
  color: var(--muted-bright);
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero-index ol { display: grid; gap: 18px; }

.hero-index li { display: grid; grid-template-columns: 26px 1fr; column-gap: 8px; align-items: baseline; }

.hero-index li > span { grid-row: span 2; color: var(--gold); font-family: 'Playfair Display', Georgia, serif; font-size: 0.85rem; }

.hero-index strong { color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: 1.22rem; font-weight: 600; }

.hero-index small { color: var(--muted); font-size: 0.79rem; line-height: 1.4; }

.video-toggle {
  position: absolute;
  right: 40px;
  bottom: 26px;
  z-index: 2;
  padding: 9px 14px;
  border: 1px solid var(--gold-soft);
  background: rgba(11, 13, 18, 0.75);
  color: var(--text);
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.6px;
}

.video-toggle:hover { border-color: var(--gold); color: var(--gold-bright); }

.hero-scroll {
  position: absolute;
  right: 40px;
  bottom: 104px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}

.hero-scroll i { display: block; width: 42px; height: 1px; background: var(--gold-soft); }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-deep); }

.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }

.signal { display: grid; grid-template-columns: auto 1fr; column-gap: 13px; align-items: baseline; padding: 28px 24px; }

.signal + .signal { border-left: 1px solid var(--white-line); }

.signal-number { grid-row: span 2; align-self: start; color: var(--gold); font-family: 'Playfair Display', Georgia, serif; font-size: 0.82rem; }

.signal-word { color: var(--text); font-family: 'Playfair Display', Georgia, serif; font-size: 1.15rem; }

.signal-note { color: var(--muted); font-size: 0.73rem; letter-spacing: 0.5px; }

.section { padding: clamp(82px, 10vw, 138px) 0; }

.section-alt { background: var(--bg-alt); }

.section-intro { margin-bottom: 64px; }

.section-intro-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr); gap: clamp(36px, 8vw, 130px); align-items: end; }

.section-intro-centered { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }

.section-intro-centered .eyebrow { margin-bottom: 20px; }

.section-intro h2,
.cta h2 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.65rem); letter-spacing: -0.025em; }

.section-intro-centered h2 { margin-bottom: 18px; }

.section-intro-centered > p:last-child,
.intro-copy { color: var(--muted); font-size: 1rem; line-height: 1.8; }

.intro-copy { max-width: 500px; }

.foundation-band {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 42px;
  padding: 24px 28px;
  border: 1px solid var(--gold-soft);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.08), rgba(255, 255, 255, 0.025));
}

.foundation-mark { display: flex; align-items: center; gap: 7px; color: var(--gold); font-family: 'Playfair Display', Georgia, serif; font-size: 0.77rem; letter-spacing: 1px; }

.foundation-mark i { display: block; width: 20px; height: 1px; background: var(--gold); }

.foundation-title { margin-bottom: 3px; color: var(--text); font-family: 'Playfair Display', Georgia, serif; font-size: 1.1rem; }

.foundation-copy { max-width: 720px; color: var(--muted); font-size: 0.85rem; }

.foundation-tag { color: var(--gold-bright); font-size: 0.68rem; letter-spacing: 1.4px; text-transform: uppercase; white-space: nowrap; }

.pillar-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }

.pillar { border: 1px solid var(--white-line); background: var(--panel-soft); }

.pillar-media { position: relative; overflow: hidden; }

.pillar-media img { width: 100%; height: auto; aspect-ratio: 16 / 8.25; object-fit: cover; transition: transform 500ms ease; }

.pillar:hover .pillar-media img { transform: scale(1.03); }

.pillar-media::after { position: absolute; inset: auto 0 0; height: 52%; background: linear-gradient(transparent, rgba(8, 10, 15, 0.62)); content: ''; pointer-events: none; }

figcaption { position: absolute; right: 14px; bottom: 12px; z-index: 1; color: rgba(241, 240, 236, 0.7); font-size: 0.68rem; letter-spacing: 0.25px; }

.pillar-body { padding: 32px clamp(22px, 3vw, 42px) 36px; }

.pillar-index { margin-bottom: 16px; color: var(--gold); font-size: 0.7rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; }

.pillar h3 { margin-bottom: 13px; font-size: clamp(1.5rem, 2.2vw, 2rem); }

.pillar-body > p:not(.pillar-index) { min-height: 78px; color: var(--muted); font-size: 0.92rem; }

.feature-list { display: grid; gap: 0; margin: 24px 0 26px; }

.feature-list li { position: relative; padding: 10px 0 10px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.075); color: var(--muted-bright); font-size: 0.84rem; line-height: 1.5; }

.feature-list li:last-child { border-bottom: 0; }

.feature-list li::before { position: absolute; top: 15px; left: 0; width: 7px; height: 1px; background: var(--gold); content: ''; }

.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-bright); font-size: 0.72rem; font-weight: 500; letter-spacing: 1.3px; text-decoration: none; text-transform: uppercase; }

.text-link span { transition: transform 180ms ease; }

.text-link:hover span { transform: translateX(5px); }

.marketing-feature { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr); gap: clamp(34px, 7vw, 92px); align-items: center; }

.feature-figure { position: relative; overflow: hidden; }

.feature-figure img { width: 100%; height: auto; aspect-ratio: 1.45 / 1; object-fit: cover; }

.feature-figure figcaption { position: static; padding-top: 10px; color: var(--muted); }

.feature-copy { max-width: 490px; }

.feature-copy h3 { margin-bottom: 18px; font-size: clamp(1.75rem, 3vw, 2.55rem); }

.feature-copy > p:not(.eyebrow) { color: var(--muted); font-size: 0.96rem; line-height: 1.8; }

.quote-rule { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--gold-soft); }

.quote-rule p { color: var(--muted-bright); font-family: 'Playfair Display', Georgia, serif; font-size: 1.02rem; font-style: italic; line-height: 1.5; }

.application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.application { min-height: 220px; padding: 28px 30px 32px; }

.application + .application { border-left: 1px solid var(--white-line); }

.application-number { display: block; margin-bottom: 20px; color: var(--gold); font-family: 'Playfair Display', Georgia, serif; font-size: 1rem; }

.application h3 { margin-bottom: 10px; font-size: 1.35rem; }

.application p { color: var(--muted); font-size: 0.86rem; line-height: 1.7; }

.scope-note { max-width: 840px; margin: 30px auto 0; color: var(--muted); font-size: 0.78rem; line-height: 1.7; text-align: center; }

.section-sectors { background: var(--bg-deep); }

.sector-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--white-line); }

.sector-card { display: flex; min-height: 300px; padding: 28px 24px; flex-direction: column; background: var(--bg); }

.sector-card-dark { background: var(--panel); }

.sector-mark { color: var(--gold); font-family: 'Playfair Display', Georgia, serif; font-size: 0.85rem; }

.sector-card h3 { margin: 48px 0 12px; font-size: 1.45rem; }

.sector-card p { color: var(--muted); font-size: 0.84rem; line-height: 1.7; }

.sector-tag { margin-top: auto; padding-top: 26px; color: var(--gold-bright); font-size: 0.66rem; letter-spacing: 1.5px; text-transform: uppercase; }

.section-security { background: var(--bg-alt); }

.security-intro { margin-bottom: 70px; }

.coverage-rail { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }

.coverage-line { position: absolute; top: 12px; right: 0; left: 0; height: 1px; background: var(--gold-soft); }

.coverage-step { position: relative; padding-top: 42px; }

.coverage-index { position: absolute; top: 0; left: 0; display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid var(--gold); background: var(--bg-alt); color: var(--gold-bright); font-family: 'Playfair Display', Georgia, serif; font-size: 0.71rem; }

.coverage-step h3 { margin-bottom: 11px; font-size: 1.37rem; }

.coverage-step p { color: var(--muted); font-size: 0.88rem; line-height: 1.75; }

.security-visuals { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; margin-top: 58px; }

.security-visuals figure { position: relative; overflow: hidden; border: 1px solid var(--white-line); background: var(--bg); }

.security-visuals img { width: 100%; height: 210px; object-fit: cover; object-position: center 48%; filter: saturate(0.8); }

.security-visuals figure:first-child img { object-position: center 57%; }

.security-visuals figcaption { position: static; display: block; padding: 9px 12px 11px; color: var(--muted); font-size: 0.68rem; }

.workforce-panel { display: grid; grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.4fr) auto; gap: 34px; align-items: center; margin: 68px 0 72px; padding: 32px 34px; border: 1px solid var(--line); background: linear-gradient(100deg, rgba(212, 175, 55, 0.08), rgba(255, 255, 255, 0.018)); }

.workforce-panel .eyebrow { margin-bottom: 12px; font-size: 0.67rem; }

.workforce-panel h3 { font-size: 1.35rem; }

.workforce-panel > p { color: var(--muted); font-size: 0.87rem; }

.special-feature { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr); gap: clamp(32px, 6vw, 80px); align-items: center; padding-top: 2px; }

.special-media { position: relative; }

.special-media img { width: 100%; height: auto; aspect-ratio: 2.2 / 1; object-fit: cover; }

.special-media figcaption { position: static; padding-top: 10px; color: var(--muted); }

.special-copy { max-width: 490px; }

.special-copy h3 { margin-bottom: 16px; font-size: clamp(1.7rem, 2.7vw, 2.35rem); }

.special-copy > p:not(.eyebrow) { color: var(--muted); font-size: 0.91rem; line-height: 1.8; }

.special-copy .feature-list { margin-bottom: 0; }

.section-process { padding-bottom: clamp(90px, 11vw, 148px); }

.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; counter-reset: step; }

.process-step { padding-top: 28px; border-top: 1px solid var(--gold-soft); }

.process-number { display: block; margin-bottom: 18px; color: var(--gold); font-family: 'Playfair Display', Georgia, serif; font-size: 2.7rem; font-style: italic; line-height: 1; }

.process-step h3 { margin-bottom: 11px; font-size: 1.4rem; }

.process-step p { color: var(--muted); font-size: 0.87rem; line-height: 1.75; }

.process-label { display: block; margin-top: 18px; color: var(--gold-bright); font-size: 0.66rem; letter-spacing: 1.7px; text-transform: uppercase; }

.cta { position: relative; overflow: hidden; isolation: isolate; padding: clamp(100px, 13vw, 172px) 0; text-align: center; }

.cta-media,
.cta-media::after { position: absolute; inset: 0; }

.cta-media { z-index: -1; background: var(--bg-deep); }

.cta-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.cta-media::after { background: rgba(8, 10, 15, 0.84); content: ''; }

.cta-content { position: relative; z-index: 1; max-width: 780px; }

.cta h2 { margin-bottom: 19px; }

.cta-content > p:not(.eyebrow) { max-width: 600px; margin: 0 auto 32px; color: rgba(241, 240, 236, 0.75); font-size: 0.98rem; }

.contact-details { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 24px; color: var(--muted); font-size: 0.82rem; }

.contact-details a { color: var(--gold-bright); text-decoration: none; }

.contact-details a:hover { text-decoration: underline; text-underline-offset: 4px; }

.site-footer { padding: 58px 0 28px; border-top: 1px solid var(--line); background: var(--bg-deep); }

.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 38px; }

.footer-top .logo img { width: 170px; }

.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 26px; }

.footer-links a { font-size: 0.67rem; letter-spacing: 1.3px; }

.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 22px; padding-top: 25px; border-top: 1px solid var(--white-line); color: var(--muted); font-size: 0.69rem; letter-spacing: 0.6px; }

@media (max-width: 1050px) {
  .container { width: min(var(--max), calc(100% - 56px)); }
  .nav-links { gap: 15px; }
  .nav-links a { font-size: 0.65rem; letter-spacing: 1px; }
  .nav-cta { padding: 9px 15px; font-size: 0.65rem; }
  .hero-shell { gap: 44px; }
  .sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sector-card { min-height: 250px; }
}

@media (max-width: 820px) {
  :root { --nav-height: 70px; }
  .nav-links { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .nav-cta { margin-left: 0; }
  .hero { min-height: 780px; }
  .hero-shell { grid-template-columns: 1fr; align-items: end; padding-top: 150px; }
  .hero-index { display: none; }
  .hero-scroll { display: none; }
  .section-intro-split { grid-template-columns: 1fr; gap: 25px; align-items: start; }
  .intro-copy { max-width: 620px; }
  .foundation-band { grid-template-columns: auto 1fr; }
  .foundation-tag { grid-column: 2; }
  .pillar-grid,
  .marketing-feature,
  .special-feature { grid-template-columns: 1fr; }
  .feature-copy,
  .special-copy { max-width: 660px; }
  .application-grid { grid-template-columns: 1fr; }
  .application { min-height: auto; }
  .application + .application { border-top: 1px solid var(--white-line); border-left: 0; }
  .coverage-rail { grid-template-columns: 1fr; gap: 30px; }
  .coverage-line { top: 12px; bottom: 14px; right: auto; left: 12px; width: 1px; height: auto; }
  .coverage-step { padding: 0 0 0 52px; }
  .coverage-index { top: 0; left: 0; }
  .security-visuals { grid-template-columns: 1fr; }
  .security-visuals img { height: 230px; }
  .workforce-panel { grid-template-columns: 1fr; gap: 17px; }
  .process-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(var(--max), calc(100% - 40px)); }
  .logo img { width: 142px; }
  .nav-shell { gap: 13px; }
  .nav-cta { display: none; }
  .hero { min-height: 700px; }
  .hero-media > img { object-position: 61% center; }
  .hero-media::after { background: linear-gradient(180deg, rgba(7, 9, 13, 0.38) 0%, rgba(7, 9, 13, 0.62) 43%, rgba(7, 9, 13, 0.97) 100%); }
  .hero-shell { padding-top: 136px; padding-bottom: 100px; }
  .hero .eyebrow { gap: 7px; font-size: 0.61rem; letter-spacing: 1.5px; }
  .hero .eyebrow::before { width: 20px; }
  .hero h1 { font-size: clamp(2.45rem, 12.5vw, 3.65rem); }
  .hero-lede { font-size: 0.95rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: fit-content; max-width: 100%; }
  .video-toggle { right: 20px; bottom: 22px; font-size: 0.68rem; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal { padding: 22px 12px; }
  .signal:nth-child(3) { border-top: 1px solid var(--white-line); border-left: 0; }
  .signal:nth-child(4) { border-top: 1px solid var(--white-line); }
  .signal-word { font-size: 1rem; }
  .signal-note { font-size: 0.67rem; }
  .section { padding: 74px 0; }
  .section-intro { margin-bottom: 44px; }
  .section-intro h2,
  .cta h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .eyebrow { gap: 8px; font-size: 0.63rem; letter-spacing: 2px; }
  .eyebrow { flex-wrap: wrap; }
  .security-intro .eyebrow::after { display: none; }
  .eyebrow::before,
  .eyebrow::after { width: 20px; }
  .foundation-band { grid-template-columns: 1fr; gap: 14px; padding: 22px 18px; }
  .foundation-tag { grid-column: auto; }
  .pillar-body { padding: 26px 21px 30px; }
  .pillar-body > p:not(.pillar-index) { min-height: 0; }
  .pillar h3 { font-size: 1.55rem; }
  .feature-figure img { aspect-ratio: 1.16 / 1; }
  .application { padding: 24px 20px 28px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 220px; }
  .sector-card h3 { margin-top: 32px; }
  .workforce-panel { margin: 52px 0 60px; padding: 25px 20px; }
  .security-visuals { margin-top: 46px; }
  .security-visuals img { height: 180px; }
  .special-media img { aspect-ratio: 1.65 / 1; }
  .special-copy h3 { font-size: 1.9rem; }
  .cta { padding: 92px 0; }
  .contact-details { align-items: center; flex-direction: column; gap: 5px; }
  .contact-details span { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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