:root {
  --bg: #07080b;
  --panel: #10131a;
  --panel-2: #171b24;
  --text: #f4f6fb;
  --muted: #a7adbb;
  --line: rgba(255,255,255,.12);
  --accent: #ff4d1f;
  --accent-2: #f5b642;
  --shadow: 0 30px 90px rgba(0,0,0,.55);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 18px 28px; background: linear-gradient(to bottom, rgba(0,0,0,.78), rgba(0,0,0,.15)); backdrop-filter: blur(10px); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.brand-mark { border: 2px solid var(--accent); padding: 5px 8px; color: var(--accent); }
.brand-text { font-size: .9rem; }
.site-nav { display: flex; align-items: center; gap: 20px; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.site-nav a { color: rgba(255,255,255,.78); }
.site-nav a:hover, .site-nav a.active { color: #fff; }
.nav-cta { border: 1px solid var(--line); padding: 8px 12px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--text); padding: 8px 10px; }
.hero { position: relative; min-height: 92vh; display: grid; align-items: end; overflow: hidden; }
.hero-media, .hero-media video, .hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-fallback { background: radial-gradient(circle at 70% 30%, rgba(255,77,31,.25), transparent 35%), linear-gradient(135deg, #111827, #050509 65%); z-index: -1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.38), rgba(0,0,0,.82)); }
.hero-content { position: relative; z-index: 1; padding: 150px 0 90px; }
.eyebrow { color: var(--accent-2); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; }
h1, h2, h3 { line-height: 1.05; margin: 0 0 18px; text-transform: uppercase; letter-spacing: -.03em; }
h1 { font-size: clamp(3rem, 8vw, 7.4rem); max-width: 980px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); margin: 0 0 20px; }
.hero-copy { max-width: 630px; font-size: 1.2rem; color: #e6e8ee; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid var(--line); text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; font-weight: 800; }
.button.primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.button.secondary { background: #fff; color: #06070a; }
.button.ghost { background: rgba(255,255,255,.06); }
.section-pad { padding: 90px 0; }
.intro-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 22px; align-items: stretch; }
.stat-card, .feature-card, .content-card { background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid var(--line); padding: 28px; box-shadow: var(--shadow); }
.stat-number { display: block; font-size: 2.6rem; font-weight: 900; color: #fff; text-transform: uppercase; }
.stat-label { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
.feature-band { padding: 70px 0; background: linear-gradient(180deg, #0b0d12, #151922); border-block: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card a { color: var(--accent-2); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.video-shell { aspect-ratio: 16/9; background: #000; border: 1px solid var(--line); box-shadow: var(--shadow); }
.video-shell iframe { width: 100%; height: 100%; border: 0; }
.cta-strip { padding: 55px 0; background: linear-gradient(90deg, rgba(255,77,31,.25), rgba(245,182,66,.12)); border-top: 1px solid var(--line); }
.cta-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.page-hero { padding: 160px 0 70px; background: radial-gradient(circle at 75% 15%, rgba(255,77,31,.25), transparent 34%), linear-gradient(135deg, #151922, #07080b); border-bottom: 1px solid var(--line); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.placeholder-img { min-height: 230px; background: linear-gradient(135deg, #202633, #08090d); border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.site-footer { border-top: 1px solid var(--line); padding: 26px 0; background: #050609; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-links { display: flex; gap: 16px; color: var(--muted); }
@media (max-width: 900px) {
  .nav-toggle { display: inline-block; }
  .site-nav { display: none; position: absolute; top: 68px; right: 20px; left: 20px; flex-direction: column; align-items: stretch; background: rgba(8,9,13,.96); border: 1px solid var(--line); padding: 18px; }
  .site-nav.open { display: flex; }
  .intro-grid, .feature-grid, .split, .card-grid, .media-grid { grid-template-columns: 1fr; }
  .cta-grid, .footer-grid { flex-direction: column; align-items: flex-start; }
  .hero-content { padding-bottom: 60px; }
}
