:root {
  --red: #ed1c24;
  --red-dark: #a4090f;
  --black: #080808;
  --ink: #121212;
  --paper: #f2f0eb;
  --white: #fff;
  --muted: #aaa;
  --border: rgba(255,255,255,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: "Arial Narrow", "Roboto Condensed", Impact, Arial, sans-serif; line-height: 1.5; }
a { color: inherit; }
em { color: var(--red); font-style: normal; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; background: var(--white); color: var(--black); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; background: rgba(8,8,8,.86); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: .9rem; font-weight: 900; letter-spacing: .16em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--red); color: #fff; font-size: .75rem; letter-spacing: -.02em; transform: skew(-7deg); }
nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 3rem); }
nav a { text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .12em; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 2px; background: var(--red); transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.menu-button { display: none; border: 1px solid var(--border); background: none; color: #fff; padding: .7rem .9rem; font-weight: 800; letter-spacing: .1em; }

.hero { min-height: 100svh; position: relative; display: grid; align-content: center; overflow: hidden; padding: 130px max(5vw, 24px) 80px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0 0 0 48%; z-index: -2; background: linear-gradient(135deg, var(--red-dark), var(--red) 45%, #7a050a); clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%); }
.hero::after { content: ""; position: absolute; width: 42vw; aspect-ratio: 1; right: -8vw; top: 9vh; z-index: -1; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 55px rgba(0,0,0,.08), 0 0 0 110px rgba(255,255,255,.06); }
.hero-pattern { position: absolute; inset: 0; z-index: -1; opacity: .22; background-image: linear-gradient(30deg, transparent 47%, rgba(255,255,255,.32) 48%, transparent 49%), linear-gradient(150deg, transparent 47%, rgba(255,255,255,.18) 48%, transparent 49%); background-size: 82px 82px; mask-image: linear-gradient(90deg, transparent 28%, #000 78%); }
.hero-kicker { position: absolute; left: max(5vw,24px); top: 116px; color: #ddd; font: 700 .78rem/1 Arial,sans-serif; letter-spacing: .18em; }
.hero-kicker span { display: inline-block; width: 38px; height: 3px; margin-right: 10px; background: var(--red); vertical-align: middle; }
.hero-copy { max-width: 880px; position: relative; }
.eyebrow, .section-index { font: 800 .75rem/1.2 Arial,sans-serif; letter-spacing: .2em; }
.eyebrow { margin: 0 0 1.3rem; color: #ccc; }
h1, h2 { margin: 0; line-height: .82; letter-spacing: -.055em; text-transform: uppercase; }
h1 { font-size: clamp(5rem, 13.2vw, 12.5rem); }
h1 em { display: inline-block; text-shadow: 5px 5px 0 rgba(0,0,0,.35); }
.hero-lead { max-width: 610px; margin: 2rem 0 0; font-family: Arial,sans-serif; font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: #ddd; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; min-height: 52px; padding: 0 1.3rem; border: 1px solid transparent; text-decoration: none; font: 800 .78rem/1 Arial,sans-serif; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red); }
.button-ghost { border-color: rgba(255,255,255,.4); background: rgba(0,0,0,.25); }
.hero-statement { position: absolute; right: 5vw; bottom: 7vh; width: min(320px, 29vw); border-top: 3px solid #fff; padding-top: 1rem; }
.statement-number { color: #fff; font-weight: 900; }
.hero-statement p { font: 700 1.1rem/1.45 Arial,sans-serif; }
.scroll-cue { position: absolute; bottom: 34px; left: 5vw; font: 800 .7rem/1 Arial,sans-serif; letter-spacing: .18em; color: #999; }
.scroll-cue span { color: var(--red); font-size: 1rem; }

.milestones { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.milestones article { min-height: 180px; padding: 2rem 4vw; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); }
.milestones article:last-child { border-right: 0; }
.milestones strong { font-size: clamp(2.8rem,5vw,5.3rem); line-height: 1; color: var(--red); letter-spacing: -.06em; }
.milestones span { margin-top: .5rem; color: #bbb; font: 700 .82rem/1.3 Arial,sans-serif; }

.section { padding: clamp(5rem,10vw,9rem) max(5vw,24px); }
.story, .vision { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: minmax(300px, .85fr) 1.15fr; gap: 8vw; }
.section-index { display: block; color: var(--red); margin-bottom: 2rem; }
h2 { font-size: clamp(3.4rem,7.5vw,8rem); }
.story-copy { max-width: 720px; font: 400 1.05rem/1.75 Arial,sans-serif; }
.story-copy .lead { font-size: clamp(1.35rem,2.2vw,2rem); line-height: 1.45; font-weight: 700; margin-top: 0; }
blockquote { margin: 3rem 0 0; padding: 2rem; border-left: 6px solid var(--red); background: #e4e1da; font-weight: 800; font-size: 1.25rem; }

.career { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; background: #0a0a0a; }
.section-heading.inverse { position: sticky; top: 120px; align-self: start; }
.section-heading.inverse p { max-width: 420px; color: #aaa; font: 400 1rem/1.7 Arial,sans-serif; }
.timeline { border-top: 1px solid var(--border); }
.timeline article { display: grid; grid-template-columns: 70px 1fr; gap: 1.2rem; padding: 2.2rem 0; border-bottom: 1px solid var(--border); }
.timeline-no { font-size: .75rem; color: var(--red); font-weight: 900; letter-spacing: .12em; }
.timeline h3 { margin: 0; font-size: clamp(1.25rem,2vw,2rem); line-height: 1.1; text-transform: uppercase; }
.timeline p { margin: .7rem 0 0; color: #aaa; font: 400 .98rem/1.6 Arial,sans-serif; }
.timeline-featured { background: linear-gradient(90deg, rgba(237,28,36,.14), transparent); }

.resilience { min-height: 720px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--red); }
.resilience::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 48px, rgba(0,0,0,.08) 49px 51px); }
.resilience-word { position: absolute; z-index: 0; left: -2vw; top: 50%; translate: 0 -50%; color: transparent; -webkit-text-stroke: 2px rgba(0,0,0,.2); font-size: clamp(12rem,32vw,36rem); font-weight: 900; line-height: .7; letter-spacing: -.09em; }
.resilience-content { position: relative; z-index: 1; max-width: 970px; }
.resilience-content .section-index { color: #180102; }
.resilience-content h2 { color: #fff; }
.resilience-content h2 em { color: #111; }
.resilience-content p { max-width: 700px; margin: 2.5rem 0 0 auto; padding: 1.5rem; background: #0b0b0b; color: #ddd; font: 400 1rem/1.75 Arial,sans-serif; }

.public-service { background: var(--paper); color: var(--ink); }
.public-card { padding: clamp(2rem,5vw,5rem); background: var(--black); color: #fff; display: grid; grid-template-columns: 1.1fr .9fr; gap: 6vw; position: relative; overflow: hidden; }
.public-card::before { content: ""; position: absolute; width: 210px; height: 120%; right: 11%; top: -10%; background: var(--red); transform: skew(-18deg); opacity: .18; }
.public-card h2 { font-size: clamp(3.2rem,6.2vw,7rem); }
.public-copy { position: relative; align-self: end; font: 400 1.08rem/1.75 Arial,sans-serif; }

.vision { background: #dedbd4; }
.vision-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid #aaa; }
.vision-list li { display: grid; grid-template-columns: 72px 1fr; align-items: center; min-height: 90px; border-bottom: 1px solid #aaa; font-size: clamp(1.1rem,2vw,1.7rem); font-weight: 800; text-transform: uppercase; }
.vision-list span { color: var(--red); font: 900 .75rem/1 Arial,sans-serif; }

.profile { background: var(--red); display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; }
.profile .section-index { color: #160102; }
.profile h2 { color: #fff; }
.profile h2 em { color: #111; }
.email { display: inline-block; margin-top: 2rem; font: 700 clamp(1rem,2vw,1.5rem)/1.2 Arial,sans-serif; text-underline-offset: 6px; }
dl { margin: 0; border-top: 1px solid rgba(0,0,0,.45); }
dl div { display: grid; grid-template-columns: 140px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(0,0,0,.45); }
dt { font: 800 .72rem/1.3 Arial,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
dd { margin: 0; font: 700 1rem/1.4 Arial,sans-serif; }

footer { min-height: 120px; padding: 2rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #888; font: 800 .72rem/1.3 Arial,sans-serif; letter-spacing: .13em; }
footer a { color: #fff; text-decoration: none; }

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .menu-button { display: block; }
  nav { position: absolute; left: 0; right: 0; top: 72px; display: none; flex-direction: column; align-items: stretch; padding: 1.5rem 5vw; background: #111; border-bottom: 1px solid var(--border); }
  nav.open { display: flex; }
  nav a { padding: .8rem 0; }
  .hero { padding-top: 118px; }
  .hero::before { inset: 46% 0 0; clip-path: polygon(0 18%,100% 0,100% 100%,0 100%); }
  .hero-pattern { mask-image: linear-gradient(180deg, transparent 28%,#000 90%); }
  .hero-kicker { top: 98px; }
  .hero-statement { position: relative; right: auto; bottom: auto; width: min(420px,90%); margin: 3rem 0 0 auto; }
  .scroll-cue { display: none; }
  .milestones { grid-template-columns: 1fr 1fr; }
  .milestones article { min-height: 140px; }
  .milestones article:nth-child(2) { border-right: 0; }
  .milestones article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .story, .career, .vision, .profile, .public-card { grid-template-columns: 1fr; }
  .section-heading.inverse { position: static; }
  .resilience { min-height: 640px; }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(4rem,22vw,6.2rem); }
  h2 { line-height: .88; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { justify-content: center; }
  .milestones article { padding: 1.5rem; }
  .milestones strong { font-size: 2.7rem; }
  .timeline article { grid-template-columns: 42px 1fr; }
  dl div { grid-template-columns: 1fr; gap: .35rem; }
  footer { flex-direction: column; align-items: flex-start; }
}

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