:root {
  --ink: #171717;
  --muted: #5f5f5f;
  --subtle: #858585;
  --line: rgba(0,0,0,.09);
  --surface: #fff;
  --tint: #f7f7f5;
  --blue: #0068d6;
  --blue-soft: #eaf4ff;
  --pink: #de1d8d;
  --coral: #ff5b4f;
  --max: 1160px;
  --shadow: 0 0 0 1px rgba(0,0,0,.08), 0 2px 2px rgba(0,0,0,.035), 0 10px 24px -18px rgba(0,0,0,.25), inset 0 0 0 1px #fafafa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--surface); font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #0072f5; outline-offset: 3px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-150%); background: var(--ink); color: #fff; padding: 10px 14px; z-index: 100; border-radius: 6px; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--line); }
.nav-wrap { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 600; letter-spacing: -.35px; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; background: var(--ink); color: #fff; border-radius: 7px; font: 600 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.4px; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a:not(.button) { text-decoration: none; color: #474747; font-size: 14px; font-weight: 500; }
.primary-nav > a:not(.button):hover { color: var(--ink); }
.nav-toggle { display: none; width: 40px; height: 40px; padding: 0; background: #fff; box-shadow: 0 0 0 1px var(--line); border: 0; border-radius: 7px; }
.nav-toggle span:not(.sr-only) { display: block; width: 17px; height: 1.5px; background: var(--ink); margin: 5px auto; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 0 19px; border: 0; border-radius: 7px; background: var(--ink); color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; box-shadow: 0 0 0 1px var(--ink); }
.button:hover { background: #2b2b2b; transform: translateY(-1px); box-shadow: 0 0 0 1px #2b2b2b, 0 7px 18px -12px #000; }
.button-small { min-height: 36px; padding-inline: 14px; }
.button-ghost { color: var(--ink); background: #fff; box-shadow: 0 0 0 1px var(--line); }
.button-ghost:hover { background: #fafafa; box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
.button-light { background: #fff; color: var(--ink); box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.button-light:hover { background: #f2f2f2; }

.hero { padding-top: 116px; text-align: center; }
.eyebrow, .kicker { font: 600 11px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { width: fit-content; margin: 0 auto 28px; padding: 7px 11px; border-radius: 999px; color: var(--blue); background: var(--blue-soft); }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #0a72ef; box-shadow: 0 0 0 4px rgba(10,114,239,.1); }
.hero h1 { max-width: 970px; margin: 0 auto; font-size: clamp(49px, 7.4vw, 92px); line-height: .98; letter-spacing: clamp(-4.8px, -.055em, -2.4px); font-weight: 650; }
.accent { background: linear-gradient(90deg, #0068d6 0%, #7a35c8 52%, #de1d8d 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { max-width: 720px; margin: 34px auto 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { margin-top: 33px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.hero-meta { margin-top: 96px; display: grid; grid-template-columns: repeat(4, 1fr); text-align: left; box-shadow: 0 0 0 1px var(--line); border-radius: 10px 10px 0 0; overflow: hidden; }
.hero-meta div { min-height: 106px; display: flex; flex-direction: column; justify-content: center; padding: 24px; background: #fff; }
.hero-meta div + div { box-shadow: -1px 0 0 var(--line); }
.hero-meta strong { font-size: 18px; letter-spacing: -.5px; }
.hero-meta span { margin-top: 5px; color: var(--subtle); font-size: 13px; }

.signal-band { overflow: hidden; padding: 19px 0; background: var(--ink); color: #fff; }
.signal-track { width: max-content; min-width: 100%; display: flex; align-items: center; justify-content: center; gap: 26px; padding-inline: 25px; font: 500 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; text-transform: uppercase; }
.signal-track i { width: 3px; height: 3px; border-radius: 50%; background: #6b6b6b; }

.section { padding-block: 128px; }
.section-tint { background: var(--tint); box-shadow: inset 0 1px 0 var(--line), inset 0 -1px 0 var(--line); }
.section-head { max-width: 735px; margin-bottom: 58px; }
.section-head.compact { margin-bottom: 42px; }
.kicker { margin: 0 0 20px; color: var(--blue); }
.section h2, .cta-section h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.03; letter-spacing: clamp(-3px, -.045em, -1.5px); font-weight: 650; }
.section-head > p:last-child { max-width: 620px; margin: 25px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.card-grid { display: grid; gap: 16px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card { position: relative; min-height: 345px; padding: 30px; border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.card-index { position: absolute; top: 25px; right: 25px; color: #aaa; font: 500 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 70px; border-radius: 9px; font: 500 20px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.icon-box.blue { background: var(--blue-soft); color: var(--blue); }
.icon-box.pink { background: #fceaf5; color: var(--pink); }
.icon-box.coral { background: #fff0ee; color: var(--coral); }
.card h3, .audience-card h3 { margin: 0 0 13px; font-size: 25px; line-height: 1.2; letter-spacing: -1px; }
.card p, .audience-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.sticky-copy { position: sticky; top: 112px; margin: 0; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 28px; color: var(--ink); font-weight: 600; text-decoration: none; }
.text-link span { color: var(--blue); transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.timeline { list-style: none; padding: 0; margin: 0; background: #fff; border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; }
.timeline li { display: grid; grid-template-columns: 112px 1fr; gap: 24px; padding: 28px 30px; }
.timeline li + li { box-shadow: inset 0 1px 0 var(--line); }
.timeline li > span { padding-top: 5px; color: var(--blue); font: 600 11px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.timeline h3 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.5px; }
.timeline p { margin: 0; color: var(--muted); }

.audience-card { min-height: 390px; padding: 42px; border-radius: 11px; background: #fff; box-shadow: var(--shadow); }
.audience-card.dark { background: var(--ink); color: #fff; box-shadow: 0 0 0 1px var(--ink); }
.audience-label { width: fit-content; margin-bottom: 90px; padding: 6px 9px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .1em; }
.audience-card.dark .audience-label { background: rgba(255,255,255,.12); color: #fff; }
.audience-card h3 { font-size: 31px; }
.audience-card.dark p { color: #b8b8b8; }
.audience-card ul { margin: 28px 0 0; padding: 0; list-style: none; }
.audience-card li { position: relative; padding: 11px 0 11px 26px; box-shadow: inset 0 1px 0 var(--line); font-size: 14px; }
.audience-card.dark li { box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.audience-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }

.profile-section { background: #0d0d0d; color: #fff; }
.profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.portrait { position: relative; aspect-ratio: 4/5; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: linear-gradient(145deg, #202020, #101010); box-shadow: 0 0 0 1px rgba(255,255,255,.12); }
.portrait > span { position: relative; z-index: 2; font: 600 clamp(60px, 9vw, 118px)/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.1em; background: linear-gradient(135deg, #fff, #6f6f6f); -webkit-background-clip: text; background-clip: text; color: transparent; }
.portrait-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(circle, #000, transparent 77%); }
.profile-copy .kicker { color: #7eb8ff; }
.profile-copy h2 { font-size: clamp(40px, 5vw, 64px); }
.profile-copy .lead { margin: 28px 0 16px; color: #ededed; font-size: 20px; line-height: 1.65; }
.profile-copy > p:not(.kicker):not(.lead):not(.transparency) { color: #aaa; line-height: 1.7; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.tag-list span { padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.08); box-shadow: 0 0 0 1px rgba(255,255,255,.11); font-size: 12px; color: #d7d7d7; }
.transparency { padding: 17px 19px; border-radius: 8px; color: #bbb; background: rgba(255,255,255,.06); font-size: 14px; box-shadow: inset 3px 0 0 #0a72ef; }
.transparency strong { color: #fff; }

.safety-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 58px; border-radius: 12px; box-shadow: var(--shadow); }
.safety-panel h2 { font-size: clamp(37px, 4.7vw, 57px); }
.safety-list p { display: grid; grid-template-columns: 38px 1fr; margin: 0; padding: 19px 0; box-shadow: inset 0 -1px 0 var(--line); color: #3f3f3f; }
.safety-list p:first-child { padding-top: 2px; }
.safety-list span { color: var(--blue); font: 600 11px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; }

.cta-section { padding-block: 115px; color: #fff; background: var(--ink); text-align: center; }
.cta-inner { display: flex; flex-direction: column; align-items: center; }
.cta-section .kicker { color: #83bcff; }
.cta-section p:not(.kicker) { max-width: 650px; margin: 26px auto 30px; color: #b7b7b7; font-size: 18px; }
.site-footer { padding: 54px 0; box-shadow: inset 0 1px 0 var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 50px; }
.site-footer strong { letter-spacing: -.3px; }
.site-footer p { margin: 7px 0 0; color: var(--subtle); font-size: 13px; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer nav a { color: var(--muted); font-size: 13px; text-decoration: none; }
.footer-note { white-space: nowrap; }

.legal-main { min-height: 70vh; padding: 110px 0 130px; }
.legal-main .kicker { margin-bottom: 18px; }
.legal-main h1 { margin: 0 0 55px; font-size: clamp(48px, 7vw, 78px); line-height: 1; letter-spacing: -.055em; }
.legal-content { max-width: 760px; }
.legal-content h2 { margin: 48px 0 14px; font-size: 24px; letter-spacing: -.8px; }
.legal-content h3 { margin: 30px 0 8px; font-size: 18px; }
.legal-content p, .legal-content li { color: var(--muted); line-height: 1.75; }
.legal-content a { color: var(--blue); }
.legal-content address { font-style: normal; line-height: 1.75; }
.legal-note { padding: 16px 18px; background: var(--blue-soft); color: #174e83 !important; border-radius: 8px; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 22px 20px 26px; background: #fff; box-shadow: 0 1px 0 var(--line), 0 16px 25px -23px #000; align-items: stretch; flex-direction: column; gap: 18px; }
  .primary-nav.open { display: flex; }
  .primary-nav .button { margin-top: 5px; }
  .nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.25px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .hero { padding-top: 85px; }
  .hero-meta { grid-template-columns: repeat(2, 1fr); }
  .hero-meta div:nth-child(3) { box-shadow: inset 0 1px 0 var(--line); }
  .hero-meta div:nth-child(4) { box-shadow: inset 1px 1px 0 var(--line); }
  .card-grid.three { grid-template-columns: 1fr; }
  .card { min-height: 300px; }
  .icon-box { margin-bottom: 52px; }
  .split, .profile-grid, .safety-panel { grid-template-columns: 1fr; }
  .sticky-copy { position: static; }
  .profile-grid { max-width: 680px; }
  .portrait { max-width: 500px; width: 100%; margin-inline: auto; }
  .safety-panel { gap: 40px; padding: 42px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .section { padding-block: 86px; }
  .eyebrow { max-width: calc(100vw - 36px); padding-inline: 10px; font-size: 9px; white-space: normal; }
  .hero h1 { max-width: 100%; font-size: clamp(40px, 12vw, 54px); letter-spacing: -.055em; overflow-wrap: normal; }
  .hero-copy { max-width: 100%; font-size: 17px; overflow-wrap: anywhere; }
  .hero-actions { width: 100%; max-width: 330px; margin-inline: auto; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta { margin-top: 72px; grid-template-columns: 1fr; border-radius: 9px 9px 0 0; }
  .hero-meta div { min-height: 82px; padding: 18px 20px; }
  .hero-meta div + div, .hero-meta div:nth-child(3), .hero-meta div:nth-child(4) { box-shadow: inset 0 1px 0 var(--line); }
  .signal-track { width: 100%; min-width: 0; justify-content: center; flex-wrap: wrap; gap: 10px 16px; overflow: visible; line-height: 1.45; }
  .signal-track i { display: none; }
  .card-grid.two { grid-template-columns: 1fr; }
  .audience-card { min-height: 360px; padding: 30px; }
  .audience-label { margin-bottom: 65px; }
  .timeline li { grid-template-columns: 1fr; gap: 9px; padding: 24px; }
  .timeline li > span { padding: 0; }
  .safety-panel { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .site-footer nav { order: 3; }
  .footer-note { grid-column: auto; }
  .legal-main { padding: 78px 0 95px; }
}

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