:root {
  --black: #0b0c0d;
  --coal: #17191a;
  --yellow: #e9ff32;
  --white: #f2f3ee;
  --grey: #a4a7a3;
  --dark-grey: #555957;
  --line: rgba(255,255,255,.17);
  --ink-line: rgba(11,12,13,.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: Arial, "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.header { position: absolute; z-index: 20; inset: 0 0 auto; height: 94px; padding: 0 clamp(22px, 4.7vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { position: relative; width: 44px; height: 48px; display: grid; place-items: center; background: var(--yellow); clip-path: polygon(50% 0, 94% 17%, 84% 74%, 50% 100%, 16% 74%, 6% 17%); }
.brand-mark i { width: 15px; height: 19px; background: var(--black); clip-path: polygon(50% 0, 100% 20%, 82% 75%, 50% 100%, 18% 75%, 0 20%); }
.brand-copy { font-size: 9px; font-weight: 800; line-height: 1.15; letter-spacing: .14em; }.brand-copy b { color: var(--yellow); }
nav { display: flex; gap: clamp(24px, 3vw, 48px); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.header-cta { justify-self: end; padding: 13px 17px; border: 1px solid var(--yellow); color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.header-cta span { margin-left: 18px; }

.hero { position: relative; min-height: 820px; height: 100svh; overflow: hidden; display: grid; grid-template-columns: 1.03fr .97fr; background: var(--black); }
.hero-copy { padding: 138px clamp(28px, 5.7vw, 92px) 70px; display: flex; flex-direction: column; justify-content: center; }
.hero-status { display: flex; justify-content: space-between; margin-bottom: 47px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--grey); font-size: 8px; letter-spacing: .14em; }
.hero-status i, .contact-label > i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 13px rgba(233,255,50,.7); animation: blink 1.8s ease-in-out infinite; }
.eyebrow { margin-bottom: 34px; color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.hero h1 { margin: 0; font-size: clamp(72px, 7.4vw, 119px); line-height: .82; letter-spacing: -.07em; font-weight: 780; text-transform: uppercase; }
.hero h1 em, .method h2 em, .contact h2 em { color: var(--yellow); font-style: normal; }
.hero-intro { margin-top: 60px; display: flex; align-items: end; gap: 42px; }
.hero-intro p { max-width: 510px; margin: 0; color: var(--grey); font-size: 16px; line-height: 1.65; }
.hero-intro a { padding-bottom: 7px; border-bottom: 1px solid var(--yellow); color: var(--yellow); font-size: 9px; font-weight: 800; white-space: nowrap; letter-spacing: .1em; }.hero-intro a span { margin-left: 14px; }

.sentinel-visual { position: relative; overflow: hidden; background: var(--yellow); color: var(--black); }
.sentinel-visual::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(var(--black) 1px, transparent 1px), linear-gradient(90deg, var(--black) 1px, transparent 1px); background-size: 50px 50px; }
.warning-strip { position: absolute; z-index: 3; left: 0; right: 0; top: 94px; height: 38px; padding: 0 25px; display: flex; justify-content: space-between; align-items: center; background: repeating-linear-gradient(135deg, var(--black) 0 18px, #282b29 18px 36px); color: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.radar { position: absolute; width: min(72%, 530px); aspect-ratio: 1; left: 50%; top: 52%; transform: translate(-50%, -50%); border: 2px solid var(--black); border-radius: 50%; overflow: hidden; }
.radar::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle, transparent 0 48%, rgba(11,12,13,.06) 49% 50%, transparent 51%); }
.radar-ring { position: absolute; border: 1px solid rgba(11,12,13,.35); border-radius: 50%; }.ring-a { inset: 14%; }.ring-b { inset: 29%; }.ring-c { inset: 42%; }
.radar-axis { position: absolute; background: rgba(11,12,13,.35); }.axis-x { left: 0; right: 0; top: 50%; height: 1px; }.axis-y { top: 0; bottom: 0; left: 50%; width: 1px; }
.radar-sweep { position: absolute; left: 50%; top: 50%; width: 48%; height: 48%; transform-origin: 0 0; background: linear-gradient(30deg, rgba(11,12,13,.25), transparent 70%); clip-path: polygon(0 0, 100% 0, 0 100%); animation: sweep 8s linear infinite; }
.signal { position: absolute; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--black); background: var(--yellow); box-shadow: 0 0 0 5px rgba(11,12,13,.16); }.sig-a { left: 22%; top: 31%; }.sig-b { right: 16%; top: 47%; }.sig-c { left: 42%; bottom: 12%; }
.shield { position: absolute; inset: 36%; z-index: 4; display: grid; place-items: center; background: var(--black); color: var(--white); clip-path: polygon(50% 0, 92% 18%, 82% 73%, 50% 100%, 18% 73%, 8% 18%); box-shadow: 0 0 0 12px rgba(11,12,13,.15); }
.shield i { position: absolute; inset: 10%; border: 1px solid rgba(233,255,50,.4); clip-path: inherit; }.shield b { font-size: clamp(20px, 3vw, 40px); }.shield small { position: absolute; bottom: 19%; color: var(--yellow); font-size: 6px; letter-spacing: .14em; }
.readout { position: absolute; z-index: 5; padding: 14px; border: 1px solid var(--black); background: rgba(233,255,50,.82); backdrop-filter: blur(7px); }.readout small { display: block; font-size: 7px; font-weight: 800; letter-spacing: .13em; }.readout strong { display: block; margin: 10px 0 5px; font-size: 23px; }.readout > span { font-size: 7px; font-weight: 800; }.readout-a { left: 7%; top: 24%; }.readout-b { right: 5%; bottom: 16%; }
.readout-b > div { height: 34px; margin: 10px 0 5px; display: flex; align-items: end; gap: 5px; }.readout-b div i { width: 8px; background: var(--black); }.readout-b div i:nth-child(1) { height: 28%; }.readout-b div i:nth-child(2) { height: 55%; }.readout-b div i:nth-child(3) { height: 83%; }.readout-b div i:nth-child(4) { height: 48%; }.readout-b div i:nth-child(5) { height: 100%; }
.visual-code { position: absolute; left: 6%; bottom: 5%; font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.hero-foot { position: absolute; z-index: 6; left: clamp(28px, 5.7vw, 92px); right: calc(50% + clamp(28px, 5.7vw, 92px)); bottom: 24px; display: flex; align-items: center; gap: 16px; color: var(--grey); font-size: 7px; letter-spacing: .13em; }.hero-foot i { flex: 1; height: 1px; background: var(--line); }

.company, .method { background: var(--white); color: var(--black); padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 112px); }
.section-label { display: grid; grid-template-columns: 34px auto 1fr; gap: 16px; align-items: center; color: var(--dark-grey); font-size: 8px; font-weight: 800; letter-spacing: .14em; }.section-label > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ink-line); }.section-label p { margin: 0; }.section-label > i { height: 1px; background: var(--ink-line); }
.company-grid { margin-top: 72px; display: grid; grid-template-columns: .4fr 1.2fr .6fr; gap: 6vw; align-items: start; }
.company-kicker { color: var(--dark-grey); font-size: 9px; font-weight: 800; letter-spacing: .14em; line-height: 1.6; }
.company h2 { margin: 0; font-size: clamp(48px, 5.8vw, 88px); line-height: .96; letter-spacing: -.06em; }.company h2 em { color: var(--black); background: var(--yellow); font-style: normal; padding: 0 .08em; }
.company-copy { padding-left: 24px; border-left: 3px solid var(--black); }.company-copy p { margin: 0 0 18px; color: var(--dark-grey); font-size: 15px; line-height: 1.72; }
.company-band { margin-top: 95px; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; background: var(--black); color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .13em; }.company-band b { color: var(--yellow); }

.focus { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 112px); background: var(--coal); }
.section-label.light { color: var(--grey); }.section-label.light > span { border-color: var(--line); color: var(--yellow); }.section-label.light > i { background: var(--line); }
.focus-head { margin-top: 65px; display: flex; justify-content: space-between; align-items: end; gap: 60px; }.focus-head h2 { margin: 0; font-size: clamp(48px, 5.7vw, 87px); line-height: .95; letter-spacing: -.055em; }.focus-head > p { max-width: 430px; margin: 0; color: var(--grey); line-height: 1.7; }
.focus-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.focus-grid article { min-height: 450px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.focus-top { display: flex; justify-content: space-between; color: var(--grey); font-size: 9px; }.focus-top i { color: var(--yellow); font-style: normal; }
.focus-symbol { position: relative; height: 130px; margin: 52px 0 32px; }.symbol-foundation { display: flex; align-items: end; gap: 7px; }.symbol-foundation b { width: 34px; background: var(--yellow); }.symbol-foundation b:nth-child(1) { height: 35%; }.symbol-foundation b:nth-child(2) { height: 68%; }.symbol-foundation b:nth-child(3) { height: 100%; }
.symbol-awareness b { position: absolute; border-radius: 50%; border: 1px solid var(--yellow); }.symbol-awareness b:nth-child(1) { width: 110px; height: 110px; }.symbol-awareness b:nth-child(2) { width: 72px; height: 72px; left: 19px; top: 19px; }.symbol-awareness b:nth-child(3) { width: 34px; height: 34px; left: 38px; top: 38px; background: var(--yellow); }.symbol-awareness i { position: absolute; width: 50px; height: 1px; left: 55px; top: 55px; background: var(--white); transform-origin: left; transform: rotate(-30deg); }
.symbol-resilience { display: grid; grid-template-columns: repeat(2, 48px); grid-template-rows: repeat(2, 48px); gap: 7px; }.symbol-resilience b { border: 1px solid var(--grey); clip-path: polygon(50% 0, 100% 18%, 82% 73%, 50% 100%, 18% 73%, 0 18%); }.symbol-resilience b:nth-child(2), .symbol-resilience b:nth-child(3) { background: var(--yellow); border: 0; }
.focus-grid h3 { margin: 0 0 13px; font-size: 24px; }.focus-grid article > p { color: var(--grey); font-size: 14px; line-height: 1.65; }.focus-grid article > small { display: block; margin-top: 35px; color: var(--yellow); font-size: 7px; letter-spacing: .14em; }

.method-layout { margin-top: 72px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; }.method-title > p { font-size: 9px; font-weight: 800; letter-spacing: .14em; }.method-title h2 { margin: 28px 0 0; font-size: clamp(47px, 5.2vw, 79px); line-height: .94; letter-spacing: -.055em; }.method-title h2 em { display: inline-block; background: var(--yellow); padding: 0 .1em; }
.method ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink-line); }.method li { display: grid; grid-template-columns: 46px 1fr 12px; gap: 22px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--ink-line); }.method li > span { font-size: 9px; font-weight: 800; }.method h3 { margin: 0 0 8px; font-size: 22px; }.method li p { margin: 0; color: var(--dark-grey); font-size: 14px; }.method li > i { color: var(--black); font-size: 7px; }

.contact { position: relative; overflow: hidden; padding: 70px clamp(24px, 7vw, 112px) clamp(95px, 11vw, 170px); background: var(--yellow); color: var(--black); }.contact::before { content: ""; position: absolute; width: 700px; height: 700px; right: -270px; top: -300px; border-radius: 50%; border: 120px solid rgba(11,12,13,.09); }.contact-stripe { position: absolute; left: 0; top: 0; bottom: 0; width: 30px; background: repeating-linear-gradient(135deg, var(--black) 0 15px, var(--yellow) 15px 30px); }
.contact-label { position: relative; z-index: 2; padding-bottom: 20px; border-bottom: 1px solid rgba(11,12,13,.3); font-size: 8px; font-weight: 800; letter-spacing: .15em; }.contact-label span { float: right; }.contact h2 { position: relative; z-index: 2; margin: 75px 0 0; font-size: clamp(60px, 8vw, 126px); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; }.contact h2 em { color: var(--yellow); background: var(--black); padding: 0 .08em; }.contact > p { position: relative; z-index: 2; max-width: 480px; margin: 44px 0 0; line-height: 1.7; color: #3f423f; }
.contact-links { position: relative; z-index: 2; margin-top: 82px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }.contact-links a { position: relative; min-width: 0; padding: 24px 42px 24px 0; border-top: 1px solid rgba(11,12,13,.38); border-bottom: 1px solid rgba(11,12,13,.38); }.contact-links small { display: block; margin-bottom: 11px; color: #4d514d; font-size: 8px; letter-spacing: .13em; }.contact-links strong { font-size: clamp(18px, 2.1vw, 30px); font-weight: 600; overflow-wrap: anywhere; }.contact-links a > span { position: absolute; right: 0; top: 43%; font-size: 20px; }

footer { min-height: 180px; padding: 46px clamp(24px, 4.7vw, 76px); display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 28px; align-items: center; background: var(--black); border-top: 1px solid var(--line); }.footer-brand .brand-copy b { color: var(--yellow); }footer p, footer > a { margin: 0; color: var(--grey); font-size: 8px; }

@keyframes sweep { to { transform: rotate(360deg); } }
@keyframes blink { 0%,100% { opacity: .45; } 50% { opacity: 1; } }

@media (max-width: 960px) {
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; }.hero-copy { min-height: 740px; }.sentinel-visual { min-height: 690px; }.hero-foot { right: clamp(28px, 5.7vw, 92px); bottom: calc(690px + 20px); }
  .company-grid { grid-template-columns: 1fr; }.company-kicker { max-width: 340px; }.method-layout { grid-template-columns: 1fr; gap: 58px; }.focus-head { align-items: start; flex-direction: column; }.focus-grid { grid-template-columns: 1fr; }.focus-grid article { min-height: 370px; }.contact-links { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .header { height: 82px; grid-template-columns: 1fr auto; }.header nav { display: none; }.header-cta { padding: 12px; }.header-cta span { margin-left: 4px; }
  .hero-copy { min-height: 680px; padding-top: 120px; }.hero-status span:last-child { display: none; }.hero h1 { font-size: clamp(62px, 19vw, 88px); }.hero-intro { align-items: start; flex-direction: column; }.sentinel-visual { min-height: 580px; }.warning-strip { top: 0; }.radar { width: 84%; }.readout { transform: scale(.82); }.readout-a { left: 0; }.readout-b { right: 0; }.hero-foot { display: none; }
  .company-grid, .focus-head, .method-layout { margin-top: 50px; }.company-band { gap: 9px; overflow: hidden; }.company-band span { white-space: nowrap; }
  .method li { grid-template-columns: 38px 1fr 8px; }.contact { padding-left: 42px; }.contact h2 { font-size: clamp(55px, 17vw, 82px); }
  footer { grid-template-columns: 1fr; }
}

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