:root {
  --ink: #060914;
  --ink-soft: #0b1021;
  --panel: rgba(12, 18, 36, 0.78);
  --panel-solid: #0d1428;
  --paper: #f6f7fb;
  --white: #ffffff;
  --muted: #a9b2c7;
  --line: rgba(255, 255, 255, 0.12);
  --cyan: #68e8ff;
  --green: #a8ff95;
  --amber: #ffc766;
  --pink: #ff79bd;
  --blue: #6c8cff;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  transform: translateY(-150%);
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }
.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;
}
.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.purchase-bar {
  position: relative;
  z-index: 110;
  background: linear-gradient(90deg, #dfff5f 0%, #a8ff95 42%, #68e8ff 100%);
  color: #07110b;
  font-size: 0.9rem;
}
.purchase-bar__inner {
  min-height: 46px;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.purchase-bar a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #07110b;
  box-shadow: 0 0 0 0 rgba(7, 17, 11, 0.45);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px rgba(7, 17, 11, 0); }
  100% { box-shadow: 0 0 0 0 rgba(7, 17, 11, 0); }
}

.site-header {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  position: fixed;
  top: 0;
  background: rgba(5, 8, 18, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(0,0,0,.22);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.wordmark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
  font-size: clamp(1.02rem, 2vw, 1.35rem);
}
.wordmark-newyork { color: var(--white); }
.wordmark-tech { color: var(--cyan); }
.wordmark-market { color: var(--amber); }
.wordmark-com { color: var(--white); font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .9rem; font-weight: 700; }
.site-nav > a:not(.nav-cta) { color: #d8deeb; transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: var(--cyan); }
.nav-cta {
  padding: 11px 17px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  transition: transform .2s ease, background .2s ease;
}
.nav-cta:hover { transform: translateY(-2px); background: rgba(255,255,255,.14); }
.nav-toggle { display: none; width: 42px; height: 42px; background: transparent; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 6px 0; border-radius: 2px; transition: .25s; }

.hero {
  min-height: 890px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  z-index: -5;
  filter: saturate(.8) contrast(1.12) brightness(.58);
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(3,6,15,.96) 0%, rgba(3,6,15,.82) 40%, rgba(3,6,15,.38) 72%, rgba(3,6,15,.72) 100%),
    linear-gradient(180deg, rgba(4,7,16,.4) 0%, rgba(4,7,16,.05) 48%, #060914 98%);
}
.network-canvas { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; opacity: .65; }
.grid-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(104,232,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(104,232,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 8%, black 56%, transparent 100%);
}
.hero-layout {
  padding-top: 154px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: 72px;
}
.eyebrow, .section-kicker {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 40px; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); }
.hero h1 {
  margin: 0;
  max-width: 770px;
  font-size: clamp(3.2rem, 6.35vw, 6.75rem);
  line-height: .94;
  letter-spacing: -.067em;
  text-wrap: balance;
}
.hero-lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: #d6ddec;
  font-size: clamp(1.04rem, 1.6vw, 1.28rem);
  line-height: 1.65;
}
.hero-lead strong { color: var(--white); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary {
  color: #071018;
  background: linear-gradient(110deg, var(--green), var(--cyan));
  box-shadow: 0 12px 38px rgba(104,232,255,.18);
}
.button-primary:hover { box-shadow: 0 18px 50px rgba(104,232,255,.3); }
.button-ghost { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.button-large { min-height: 60px; padding-inline: 30px; }
.signal-row { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 32px; color: #c0c8d9; font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.signal-row span { display: inline-flex; align-items: center; gap: 8px; }
.signal-row span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 12px var(--amber); }

.domain-card {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(18,28,52,.82), rgba(9,14,29,.68));
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.domain-card::before {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  right: -130px;
  top: -130px;
  border-radius: 50%;
  background: var(--cyan);
  filter: blur(90px);
  opacity: .19;
}
.domain-card__top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #bcc5d6; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; background: rgba(168,255,149,.1); border: 1px solid rgba(168,255,149,.26); border-radius: 999px; color: #d8ffd0; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.domain-lockup { position: relative; margin: 48px 0 22px; display: flex; flex-wrap: wrap; align-items: baseline; line-height: .88; font-weight: 900; letter-spacing: -.065em; font-size: clamp(2.3rem, 4.1vw, 4.1rem); }
.lock-newyork { color: #fff; }
.lock-tech { color: var(--cyan); }
.lock-market { color: var(--amber); }
.lock-com { color: #fff; font-size: .64em; font-weight: 650; }
.domain-card > p { position: relative; margin: 0 0 26px; color: #d0d7e6; font-size: 1.02rem; }
.domain-facts { position: relative; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; overflow: hidden; }
.domain-facts div { background: rgba(8,13,27,.86); padding: 14px 15px; }
.domain-facts dt { color: #78839b; font-size: .65rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 850; }
.domain-facts dd { margin: 2px 0 0; font-size: .92rem; font-weight: 800; }
.text-link { position: relative; display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--cyan); font-size: .87rem; font-weight: 850; }
.market-ticker { position: absolute; bottom: 0; left: 0; right: 0; height: 50px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(4,7,15,.62); backdrop-filter: blur(12px); }
.market-ticker__track { width: max-content; display: flex; align-items: center; gap: 23px; animation: ticker 34s linear infinite; color: rgba(255,255,255,.58); font-size: .68rem; font-weight: 900; letter-spacing: .18em; }
.market-ticker i { width: 5px; height: 5px; border: 1px solid var(--cyan); transform: rotate(45deg); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 126px 0; }
.intro-section { background: var(--paper); color: #11172a; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.section-heading h2, .audience-copy h2, .final-cta h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.intro-section .section-kicker { color: #347282; }
.intro-copy { color: #3f4657; font-size: clamp(1.08rem, 1.6vw, 1.3rem); max-width: 680px; }
.intro-copy p:first-child { margin-top: 0; }
.vision-grid { margin-top: 76px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vision-card {
  position: relative;
  min-height: 340px;
  padding: 28px;
  border: 1px solid #dfe3eb;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.vision-card:hover { transform: translateY(-7px); border-color: rgba(50,155,184,.42); box-shadow: 0 22px 55px rgba(23,41,75,.1); }
.vision-card::after { content: ''; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -90px; border-radius: 50%; background: linear-gradient(135deg, rgba(104,232,255,.13), rgba(255,199,102,.13)); }
.vision-number { color: #a0a8b6; font-size: .69rem; letter-spacing: .14em; font-weight: 900; }
.vision-icon { width: 52px; height: 52px; margin-top: 34px; display: grid; place-items: center; border-radius: 15px; background: #0b1327; color: var(--cyan); }
.vision-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.vision-card h3 { margin: 25px 0 10px; font-size: 1.32rem; line-height: 1.2; letter-spacing: -.03em; }
.vision-card p { margin: 0; color: #5b6373; font-size: .93rem; }

.statement-section {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #07101e;
  text-align: center;
}
.statement-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(104,232,255,.18), transparent 31%),
    radial-gradient(circle at 85% 70%, rgba(255,121,189,.13), transparent 29%),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: auto, auto, 62px 62px, 62px 62px;
}
.statement-inner { position: relative; padding: 90px 0; }
.statement-inner > p { margin: 0; color: rgba(255,255,255,.18); font-size: clamp(2.1rem, 6vw, 6rem); line-height: 1.08; font-weight: 950; letter-spacing: -.06em; }
.statement-inner > p:nth-child(2) { color: rgba(104,232,255,.25); }
.statement-inner > p:nth-child(3) { color: rgba(255,199,102,.22); }
.statement-domain { margin-top: 38px; display: flex; justify-content: center; flex-wrap: wrap; font-size: clamp(2.6rem, 7vw, 7rem); line-height: .95; font-weight: 950; letter-spacing: -.07em; }
.statement-domain span:nth-child(1) { color: #fff; }
.statement-domain span:nth-child(2) { color: var(--cyan); }
.statement-domain span:nth-child(3) { color: var(--amber); }
.statement-domain em { color: #fff; font-size: .62em; font-style: normal; font-weight: 600; }

.advantages-section { background: #080c18; }
.section-heading--center { max-width: 850px; margin: 0 auto; text-align: center; }
.section-subtitle { max-width: 680px; margin: 24px auto 0; color: var(--muted); font-size: 1.08rem; }
.advantage-layout { margin-top: 84px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.advantage-orbit { position: relative; width: min(100%, 490px); aspect-ratio: 1; margin: auto; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(104,232,255,.22); border-radius: 50%; }
.orbit-one { inset: 5%; animation: spin 28s linear infinite; }
.orbit-two { inset: 17%; border-style: dashed; animation: spinReverse 20s linear infinite; }
.orbit-three { inset: 31%; border-color: rgba(255,199,102,.28); }
.orbit::after { content: ''; position: absolute; width: 7px; height: 7px; border-radius: 50%; left: 50%; top: -4px; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.orbit-two::after { background: var(--pink); box-shadow: 0 0 18px var(--pink); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
.orbit-center { width: 138px; height: 138px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at 30% 20%, #1b3350, #0a1020 70%); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 0 60px rgba(104,232,255,.18); }
.orbit-newyork { color: #fff; font-size: 2.3rem; line-height: .9; font-weight: 950; letter-spacing: -.07em; }
.orbit-center small { margin-top: 5px; color: var(--cyan); font-size: .59rem; letter-spacing: .15em; font-weight: 900; line-height: 1.3; }
.orbit-node { position: absolute; display: grid; place-items: center; min-width: 64px; height: 31px; padding: 0 10px; border-radius: 999px; background: #111b31; border: 1px solid rgba(255,255,255,.17); color: #dce5f5; font-size: .57rem; font-weight: 900; letter-spacing: .1em; box-shadow: 0 8px 28px rgba(0,0,0,.35); }
.node-1 { top: 3%; left: 46%; }
.node-2 { top: 26%; right: -3%; }
.node-3 { bottom: 12%; right: 9%; }
.node-4 { bottom: 5%; left: 18%; }
.node-5 { top: 30%; left: -2%; }
.advantage-list { border-top: 1px solid var(--line); }
.advantage-item { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.advantage-item > span { color: var(--cyan); font-size: .68rem; font-weight: 900; letter-spacing: .11em; }
.advantage-item h3 { margin: -2px 0 6px; font-size: 1.18rem; letter-spacing: -.02em; }
.advantage-item p { margin: 0; color: var(--muted); font-size: .94rem; }

.audience-section { background: linear-gradient(135deg, #eef2f7 0%, #fff 50%, #eef8f7 100%); color: #101627; }
.audience-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.audience-copy .section-kicker { color: #23778a; }
.audience-copy p:not(.section-kicker) { margin: 26px 0 32px; color: #515a6b; font-size: 1.08rem; }
.audience-panel { padding: 18px 28px; border-radius: 26px; background: #08101f; color: #fff; box-shadow: 0 30px 80px rgba(20,35,60,.18); }
.audience-panel__label { margin: 0; padding: 12px 0 17px; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.audience-panel ul { list-style: none; margin: 0; padding: 0; }
.audience-panel li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; min-height: 66px; border-bottom: 1px solid rgba(255,255,255,.09); color: #dce3f0; }
.audience-panel li:last-child { border-bottom: 0; }
.audience-panel li span { color: var(--amber); font-size: .64rem; font-weight: 900; letter-spacing: .1em; }

.final-cta { position: relative; padding: 130px 0; overflow: hidden; background: #050914; text-align: center; }
.final-cta::before { content: ''; position: absolute; width: 640px; height: 640px; top: -420px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: var(--cyan); filter: blur(150px); opacity: .13; }
.final-cta__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(104,232,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(104,232,255,.035) 1px, transparent 1px); background-size: 68px 68px; mask-image: radial-gradient(circle at center, black, transparent 72%); }
.final-cta__inner { position: relative; max-width: 940px; }
.final-cta h2 { font-size: clamp(2.6rem, 5.2vw, 5.1rem); }
.final-domain { display: flex; justify-content: center; flex-wrap: wrap; margin: 38px 0 34px; font-size: clamp(2.1rem, 5.7vw, 5.5rem); font-weight: 950; line-height: .92; letter-spacing: -.07em; }
.final-note { margin: 18px 0 0; color: #7f899d; font-size: .78rem; }

.site-footer { padding: 34px 0; border-top: 1px solid rgba(255,255,255,.1); background: #03050b; color: #8e98aa; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; }
.footer-wordmark { font-size: 1.03rem; }
.site-footer p { margin: 0; text-align: center; font-size: .76rem; }
.site-footer nav { display: flex; gap: 18px; font-size: .76rem; }
.site-footer nav a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.75,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.legal-page { min-height: 100vh; background: #f6f7fb; color: #101627; }
.legal-page .purchase-bar { position: relative; }
.legal-header { background: #060914; padding: 24px 0; }
.legal-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-back { color: #c8d0df; font-size: .85rem; font-weight: 750; }
.legal-back:hover { color: var(--cyan); }
.legal-main { max-width: 820px; padding: 90px 0 110px; }
.legal-main h1 { margin: 0 0 16px; font-size: clamp(2.8rem, 6vw, 5.2rem); line-height: 1; letter-spacing: -.06em; }
.legal-main .updated { color: #6e7788; margin: 0 0 44px; }
.legal-main h2 { margin: 42px 0 10px; font-size: 1.45rem; letter-spacing: -.03em; }
.legal-main p { color: #4a5364; }
.legal-main a { color: #166e84; text-decoration: underline; }

@media (max-width: 980px) {
  .site-nav { gap: 16px; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; }
  .hero-layout { padding-top: 180px; grid-template-columns: 1fr; gap: 46px; }
  .domain-card { max-width: 650px; }
  .intro-grid, .advantage-layout, .audience-grid { grid-template-columns: 1fr; gap: 48px; }
  .vision-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage-orbit { max-width: 430px; }
  .audience-copy { max-width: 700px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 16px; }
  .site-footer nav { justify-content: center; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .purchase-bar__inner { min-height: 58px; width: calc(100% - 20px); font-size: .76rem; line-height: 1.25; flex-wrap: wrap; gap: 5px 8px; padding: 8px 0; }
  .site-header { top: 58px; }
  .site-header.is-scrolled { top: 0; }
  .nav-wrap { min-height: 68px; }
  .wordmark { font-size: 1rem; }
  .nav-toggle { display: block; position: relative; z-index: 102; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-8px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding: 90px 28px 30px;
    background: rgba(4,7,15,.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: .25s;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a:not(.nav-cta) { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1.2rem; }
  .nav-cta { margin-top: 28px; text-align: center; padding: 16px; }
  .hero-layout { padding-top: 154px; padding-bottom: 105px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .signal-row { gap: 11px 18px; }
  .domain-card { padding: 21px; border-radius: 22px; }
  .domain-card__top { align-items: flex-start; }
  .domain-card__tag { text-align: right; }
  .domain-lockup { margin-top: 38px; font-size: clamp(2.6rem, 13vw, 4rem); }
  .section { padding: 90px 0; }
  .intro-grid { gap: 32px; }
  .vision-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .vision-card { min-height: 300px; }
  .statement-section { min-height: 520px; }
  .statement-inner > p { font-size: clamp(2rem, 11vw, 4.2rem); }
  .advantage-layout { margin-top: 58px; }
  .advantage-orbit { width: 92vw; max-width: 380px; }
  .orbit-node { font-size: .5rem; min-width: 55px; }
  .advantage-item { grid-template-columns: 38px 1fr; gap: 13px; }
  .audience-panel { padding: 14px 20px; }
  .audience-panel li { grid-template-columns: 35px 1fr; padding: 12px 0; line-height: 1.35; }
  .final-cta { padding: 95px 0; }
  .final-domain { margin-top: 30px; }
  .legal-header__inner { align-items: flex-start; flex-direction: column; }
  .legal-main { padding: 65px 0 90px; }
}

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