:root {
  color-scheme: dark;
  --navy: #071426;
  --panel: #0d1d33;
  --line: rgba(255,255,255,.11);
  --text: #f8fafc;
  --muted: #a9b7c9;
  --orange: #f4a321;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--navy); }
body { margin: 0; min-height: 100vh; color: var(--text); background: radial-gradient(circle at 75% -20%, rgba(42,105,161,.33), transparent 38%), var(--navy); }
a { color: inherit; }
.page { width: min(100% - 40px, 1080px); margin: 0 auto; padding: 22px 0 44px; }
.topbar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.topbar p { margin: 0; color: var(--muted); font-size: 13px; }
.asi-mark { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; }
.asi-mark span { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border-radius: 9px; color: #071426; background: var(--orange); font-weight: 800; font-size: 13px; }
.asi-mark strong { font-size: 14px; letter-spacing: -.01em; }
.intro { display: grid; grid-template-columns: 72px 1fr; gap: 22px; align-items: center; max-width: 850px; margin: 56px auto 30px; }
.business-mark { display: grid; place-items: center; width: 72px; aspect-ratio: 1; border: 1px solid var(--accent); border-radius: 18px; background: var(--panel); color: var(--accent); font-weight: 800; font-size: 24px; box-shadow: inset 0 0 28px rgba(255,255,255,.025); }
.eyebrow { margin: 0 0 9px; color: var(--orange); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
h1, h2 { margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(34px, 5.2vw, 58px); line-height: 1.04; }
.lede { margin: 14px 0 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.video-shell { position: relative; overflow: hidden; max-width: 960px; margin: 0 auto; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: #030914; box-shadow: 0 32px 80px rgba(0,0,0,.34), 0 0 0 1px rgba(0,0,0,.5); }
.video-shell::before { content: ""; display: block; padding-top: 56.25%; }
.video-shell video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #030914; }
.response-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; max-width: 850px; margin: 32px auto 0; padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); }
.response-card h2 { font-size: clamp(23px, 3vw, 32px); }
.response-card p:not(.eyebrow) { margin: 8px 0 0; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 50px; padding: 0 20px; border-radius: 12px; color: #091421; background: var(--orange); font-weight: 800; text-decoration: none; white-space: nowrap; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: #ffb83e; }
.button:focus-visible { outline: 3px solid white; outline-offset: 3px; }
footer { display: flex; justify-content: space-between; gap: 30px; max-width: 850px; margin: 28px auto 0; color: #718198; font-size: 12px; }
footer p { margin: 0; }
.holding-page { width: min(100% - 40px, 720px); min-height: 100vh; display: grid; align-content: center; margin: auto; padding: 60px 0; }
.holding-page .asi-mark { margin-bottom: 48px; }
.holding-page .asi-mark.large span { width: 44px; border-radius: 12px; }
.holding-page .asi-mark.large strong { font-size: 17px; }
.holding-page h1 { max-width: 680px; }
.holding-page > p:last-child { max-width: 600px; color: var(--muted); font-size: 18px; line-height: 1.6; }

@media (max-width: 680px) {
  .page { width: min(100% - 24px, 1080px); padding-top: 12px; }
  .topbar { min-height: 52px; }
  .topbar p { display: none; }
  .intro { grid-template-columns: 52px 1fr; gap: 14px; margin: 34px 4px 22px; }
  .business-mark { width: 52px; border-radius: 14px; font-size: 18px; }
  .eyebrow { font-size: 10px; }
  h1 { font-size: clamp(30px, 10vw, 43px); }
  .lede { font-size: 15px; }
  .video-shell { border-radius: 12px; }
  .response-card { display: block; margin-top: 20px; padding: 22px; }
  .response-card .button { width: 100%; margin-top: 22px; }
  footer { display: block; padding: 0 5px; line-height: 1.6; }
  footer p + p { margin-top: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
