/* Homepage: dark theme, industrial display type. */
:root {
  --bg: #06080A;
  --surface: #0B0F12;
  --border: #1E272E;
  --text: #F2F5F7;
  --text-2: #C4CED6;
  --body: #E2E8EC;
  --muted: #8B99A4;
  --muted-2: #A9B5BE;
  --faint: #6F7D88;
  --accent: #2FA8FF;
  --on-accent: #06080A;
  --link: #2FA8FF;
  --link-hover: #7CC8FF;
  --hover-tint: rgba(242, 245, 247, 0.08);
  --orange: #ED6925;
  --yellow: #FBB61A;
}

.site-nav { font-size: 14px; font-weight: 600; letter-spacing: 0.04em; }
.btn { border-radius: 2px; letter-spacing: 0.04em; font-size: 15px; }
.btn-lg { min-height: 56px; padding: 0 28px; }

.caps-title {
  font-family: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 900; font-stretch: 125%; text-transform: uppercase;
}
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: var(--muted); }
.eyebrow-accent { color: var(--accent); }
.eyebrow-orange { color: var(--orange); }
.text-gradient { -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Hero ---------- */
.hero {
  padding-block: clamp(56px, 8vw, 112px) clamp(64px, 8vw, 120px);
  background: radial-gradient(1200px 600px at 85% 70%, rgba(47, 168, 255, 0.10), rgba(6, 8, 10, 0) 70%);
}
.hero .wrap { display: flex; flex-direction: column; gap: clamp(40px, 5vw, 72px); }
.hero h1 { font-size: clamp(44px, 8.2vw, 118px); line-height: 0.94; letter-spacing: -0.02em; }
.hero h1 .text-gradient { background-image: linear-gradient(90deg, #ED6925 0%, #FBB61A 45%, #2FA8FF 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 760px); gap: clamp(40px, 5.5vw, 80px); align-items: end; }
.hero-copy { display: flex; flex-direction: column; gap: 36px; }
.hero-copy p { font-size: clamp(18px, 1.6vw, 22px); color: var(--text-2); max-width: 24em; }

.chip-map {
  position: relative; margin-top: 34px;
  aspect-ratio: 760 / 400; padding: 12px;
  border: 1px solid var(--border); background: var(--surface);
}
.chip-map .heat-grid { gap: 1px; }
.chip-map .flow { position: absolute; inset: 12px; width: calc(100% - 24px); height: calc(100% - 24px); }
.chip-map .flow-line { animation: yk-flow 6s linear infinite; }
@keyframes yk-flow { to { stroke-dashoffset: -240; } }
.chip-map figcaption {
  position: absolute; left: 0; right: 0; top: -34px;
  display: flex; justify-content: space-between;
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em; color: var(--muted);
}
/* Corner brackets */
.chip-map .corner { position: absolute; width: 16px; height: 16px; border: 0 solid var(--text); }
.chip-map .tl { left: -1px; top: -1px; border-left-width: 2px; border-top-width: 2px; }
.chip-map .tr { right: -1px; top: -1px; border-right-width: 2px; border-top-width: 2px; }
.chip-map .bl { left: -1px; bottom: -1px; border-left-width: 2px; border-bottom-width: 2px; }
.chip-map .br { right: -1px; bottom: -1px; border-right-width: 2px; border-bottom-width: 2px; }

/* ---------- Divisions ---------- */
.divisions { border-top: 1px solid var(--border); padding-block: clamp(64px, 7vw, 104px) 64px; }
.section-head { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 24px 80px; padding-bottom: 56px; }
.section-head h2 { font-size: clamp(36px, 3.9vw, 56px); line-height: 1; letter-spacing: -0.01em; }
.section-head p { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 26em; }

.division {
  display: grid; grid-template-columns: minmax(0, 440px) minmax(0, 1fr) 220px;
  gap: clamp(32px, 4.5vw, 64px); align-items: start;
  padding-block: 56px; border-top: 1px solid var(--border);
}
.division:last-child { border-bottom: 1px solid var(--border); }
.division-title { display: flex; flex-direction: column; gap: 14px; }
.division h3 { font-size: clamp(44px, 4.5vw, 64px); line-height: 0.95; }
.division h3 .prefix { display: block; font-size: 18px; letter-spacing: 0.14em; color: var(--muted); font-weight: 700; margin-bottom: 8px; }
.division-body { display: flex; flex-direction: column; gap: 20px; }
.division-body > p { font-size: 20px; color: var(--body); }
.division-icon { width: 220px; height: 220px; }
.more-link { font-size: 14px; font-weight: 700; letter-spacing: 0.06em; padding-top: 6px; }

.ticks { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 16px; color: var(--muted-2); }
.ticks li { padding-left: 22px; background: linear-gradient(var(--tick), var(--tick)) 0 11px / 12px 2px no-repeat; }
.ticks-orange { --tick: var(--orange); }
.ticks-yellow { --tick: var(--yellow); }
.ticks-blue { --tick: var(--accent); }

/* ---------- Mission ---------- */
.mission { background: var(--surface); border-block: 1px solid var(--border); padding-block: clamp(72px, 8vw, 120px); }
.mission .wrap { display: flex; flex-direction: column; gap: clamp(40px, 4.5vw, 64px); }
.mission h2 {
  font-weight: 800; font-stretch: 112%;
  font-size: clamp(32px, 4.2vw, 60px); line-height: 1.05; letter-spacing: -0.01em; max-width: 19em;
}
.mission h2 .text-gradient { background-image: linear-gradient(90deg, #ED6925, #FBB61A); }
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.pillars > div { display: flex; flex-direction: column; gap: 10px; padding-top: 20px; border-top: 2px solid var(--text); }
.pillars h3 { font-size: 18px; font-weight: 700; }
.pillars p { font-size: 16px; line-height: 1.55; color: var(--muted-2); }

/* ---------- Call to action ---------- */
.cta { padding-block: clamp(72px, 8vw, 112px); }
.cta .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 40px 80px; }
.cta-copy { display: flex; flex-direction: column; gap: 16px; }
.cta h2 { font-size: clamp(32px, 3.6vw, 52px); line-height: 1; max-width: 16em; }
.cta .btn { min-height: 60px; padding: 0 32px; flex-shrink: 0; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); }
.site-footer nav { font-size: 14px; font-weight: 600; letter-spacing: 0.04em; }
.site-footer nav a { color: var(--text-2); }
.site-footer nav a.email { color: var(--text); text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .division { grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); }
  .division-icon { display: none; }
}
@media (max-width: 720px) {
  .division { grid-template-columns: minmax(0, 1fr); gap: 24px; padding-block: 40px; }
  .division-body > p { font-size: 18px; }
  .pillars { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .chip-map figcaption { font-size: 11px; }
}
