:root {
  --night: #071324;
  --deep: #0c1e36;
  --paper: #f4f0e8;
  --ink: #09111c;
  --solar: #ff7a18;
  --gold: #ffc857;
  --cyan: #62e7ff;
  --muted: #a8b6c8;
  --line: rgba(244, 240, 232, .18);
  --display: "Arial Narrow", "Aptos Display", "Segoe UI", sans-serif;
  --body: "Aptos", "Segoe UI", sans-serif;
  --data: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--night); color: var(--paper); font-family: var(--body); }
body::selection { background: var(--cyan); color: var(--ink); }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .8rem 1rem; background: var(--cyan); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.offer-strip { min-height: 2.2rem; display: flex; justify-content: center; align-items: center; gap: .6rem; padding: .45rem 1rem; background: var(--solar); color: var(--ink); font: 800 .66rem var(--data); letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.offer-strip span { width: .5rem; aspect-ratio: 1; border-radius: 50%; background: var(--ink); animation: blink 1.5s ease-in-out infinite; }
.offer-strip b { font-weight: 900; }

.nav-shell { min-height: 5.6rem; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; padding: 1rem clamp(1rem, 4vw, 4.5rem); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: baseline; width: max-content; font: 950 1.1rem var(--display); letter-spacing: -.05em; text-decoration: none; }
.wordmark i { padding: 0 .25rem; color: var(--solar); font-style: normal; }
.nav-shell p { margin: 0; font: .58rem var(--data); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.nav-shell p strong { color: var(--paper); }
.nav-contact { justify-self: end; font: 700 .66rem var(--data); color: var(--cyan); text-underline-offset: .3rem; }

.hero { position: relative; isolation: isolate; min-height: calc(100svh - 7.8rem); display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(22rem, .82fr); grid-template-rows: 1fr auto; gap: clamp(2rem, 5vw, 7rem); align-items: center; padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 6vw, 7.5rem) 2.5rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -2; width: 72vw; aspect-ratio: 1; right: -29vw; top: -28vw; border: 1px solid rgba(98,231,255,.2); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(98,231,255,.025), 0 0 0 14vw rgba(98,231,255,.018), 0 0 120px rgba(98,231,255,.08); }
.hero::after { content: ""; position: absolute; z-index: -3; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 7.5vw 7.5vw; mask-image: linear-gradient(90deg, black, transparent 82%); }
.eyebrow, .section-heading > p:first-child, .closing > p { margin: 0; color: var(--cyan); font: 800 .63rem var(--data); letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 64rem; margin: 1.2rem 0 0; font: 950 clamp(4.5rem, 9.5vw, 10.5rem)/.75 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em { display: block; color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--paper); }
.lead { max-width: 42rem; margin: 2.2rem 0 0; color: var(--muted); font-size: clamp(.98rem, 1.35vw, 1.15rem); line-height: 1.7; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2.2rem; }
.button { min-height: 3.8rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 1.4rem; border: 1px solid var(--line); font: 900 .67rem var(--data); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--solar); border-color: var(--solar); color: var(--ink); box-shadow: 8px 8px 0 var(--cyan); }
.button-primary:hover { background: var(--cyan); border-color: var(--cyan); box-shadow: 8px 8px 0 var(--solar); }
.button-quiet:hover { background: var(--paper); color: var(--ink); }
.trust-line { display: flex; gap: 1rem 2rem; flex-wrap: wrap; margin: 2.2rem 0 0; padding: 0; list-style: none; color: var(--muted); font: .61rem var(--data); letter-spacing: .04em; text-transform: uppercase; }
.trust-line li::before { content: "✓"; margin-right: .55rem; color: var(--cyan); }

.acquisition-dial { position: relative; isolation: isolate; align-self: center; min-height: 31rem; display: flex; flex-direction: column; justify-content: center; padding: 3rem; overflow: hidden; border: 1px solid var(--line); background: rgba(12,30,54,.68); backdrop-filter: blur(12px); }
.acquisition-dial > p { margin: 0; font: 700 .64rem var(--data); letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.acquisition-dial > strong { margin-top: 1rem; font: 400 clamp(5rem, 9vw, 9rem)/.85 var(--data); letter-spacing: -.11em; font-variant-numeric: tabular-nums; }
.acquisition-dial > strong small { color: var(--solar); font-size: .32em; letter-spacing: 0; }
.acquisition-dial > span { margin-top: .8rem; color: var(--muted); font: .6rem var(--data); text-transform: uppercase; }
.acquisition-dial dl { margin: 3rem 0 0; border-top: 1px solid var(--line); }
.acquisition-dial dl div { display: flex; justify-content: space-between; padding: .75rem 0; border-bottom: 1px solid var(--line); font: .61rem var(--data); text-transform: uppercase; }
.acquisition-dial dt { color: var(--muted); }
.acquisition-dial dd { margin: 0; }
.available { color: var(--cyan); }
.solar-orbit { position: absolute; z-index: -1; right: -2.4rem; top: -2.4rem; width: 10rem; aspect-ratio: 1; border: 1px solid var(--cyan); border-radius: 50%; animation: orbit 16s linear infinite; }
.solar-orbit i, .solar-orbit span, .solar-orbit b { position: absolute; border-radius: 50%; }
.solar-orbit i { inset: 22%; border: 1px solid var(--solar); box-shadow: 0 0 32px rgba(255,122,24,.35); }
.solar-orbit span { width: 1rem; aspect-ratio: 1; left: -.5rem; top: 50%; background: var(--cyan); box-shadow: 0 0 22px var(--cyan); }
.solar-orbit b { width: .65rem; aspect-ratio: 1; right: 1rem; top: .7rem; background: var(--solar); }

.deadline { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: end; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.deadline p { margin: 0; color: var(--muted); font: .58rem var(--data); letter-spacing: .1em; text-transform: uppercase; }
.deadline p:last-child { text-align: right; }
.deadline-units { display: flex; gap: .6rem; align-items: baseline; }
.deadline-units span { min-width: 3.5rem; display: flex; align-items: baseline; gap: .3rem; }
.deadline-units strong { font: 400 clamp(1.8rem, 3.6vw, 3.5rem) var(--data); letter-spacing: -.08em; font-variant-numeric: tabular-nums; }
.deadline-units small { color: var(--cyan); font: .5rem var(--data); text-transform: uppercase; }
.deadline-units i { color: var(--solar); font-style: normal; }

.inventory { padding: clamp(6rem, 11vw, 11rem) clamp(1rem, 6vw, 7.5rem); background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: .35fr 1.15fr .5fr; gap: 3rem; align-items: end; }
.inventory .section-heading > p:first-child, .process .section-heading > p:first-child { color: #566679; }
.section-heading h2, .bundle h2, .closing h2 { margin: 0; font: 950 clamp(3.6rem, 7.5vw, 8rem)/.8 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.section-heading > p:last-child { margin: 0; color: #526172; line-height: 1.65; }
.domain-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 5rem; background: rgba(9,17,28,.22); border: 1px solid rgba(9,17,28,.22); }
.domain-card { min-height: 26rem; display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 3rem); background: var(--paper); transition: background .2s, color .2s; }
.domain-card:hover { background: var(--deep); color: var(--paper); }
.domain-card.featured { background: var(--gold); }
.domain-card.featured:hover { background: var(--solar); color: var(--ink); }
.domain-card > div { display: flex; justify-content: space-between; align-items: center; font: .6rem var(--data); text-transform: uppercase; }
.domain-card > div span { color: #526172; }
.domain-card > div b { padding: .45rem .6rem; border: 1px solid currentColor; }
.domain-card h3 { margin: auto 0 1rem; font: 900 clamp(2.2rem, 4.8vw, 5rem)/.9 var(--display); letter-spacing: -.055em; overflow-wrap: anywhere; }
.domain-card p { max-width: 35rem; margin: 0; color: #526172; line-height: 1.65; }
.domain-card:hover p, .domain-card:hover > div span { color: var(--muted); }
.domain-card.featured p, .domain-card.featured > div span { color: rgba(9,17,28,.68); }
.domain-card footer { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid currentColor; }
.domain-card footer strong { font: 400 clamp(1.8rem, 3vw, 3rem) var(--data); letter-spacing: -.08em; white-space: nowrap; }
.domain-card footer small { font-size: .3em; letter-spacing: 0; }
.domain-card footer a { font: 900 .65rem var(--data); text-underline-offset: .4rem; text-transform: uppercase; }
.tax-note { margin: 1rem 0 0; color: #5b6979; font: .58rem/1.6 var(--data); }

.bundle { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 9vw, 10rem); padding: clamp(6rem, 11vw, 11rem) clamp(1rem, 6vw, 7.5rem); background: var(--solar); color: var(--ink); }
.bundle-copy .eyebrow { color: rgba(9,17,28,.65); }
.bundle-copy h2 { margin-top: 1.2rem; }
.bundle-copy > p:last-child { max-width: 38rem; margin-top: 2.2rem; line-height: 1.7; }
.deliverables { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(9,17,28,.3); }
.deliverables li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(9,17,28,.3); }
.deliverables li > span { font: .65rem var(--data); }
.deliverables strong { font: 900 .9rem var(--display); letter-spacing: .03em; text-transform: uppercase; }
.deliverables p { margin: .5rem 0 0; line-height: 1.6; color: rgba(9,17,28,.68); }

.process { padding: clamp(6rem, 11vw, 11rem) clamp(1rem, 6vw, 7.5rem); background: var(--paper); color: var(--ink); }
.process ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 5rem 0 0; padding: 0; list-style: none; background: rgba(9,17,28,.24); border: 1px solid rgba(9,17,28,.24); }
.process li { min-height: 24rem; padding: 2.2rem; background: var(--paper); }
.process li > span { width: 3.2rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 1rem var(--data); }
.process li div { margin-top: 6rem; }
.process li strong { font: 900 1.25rem var(--display); text-transform: uppercase; }
.process li p { color: #526172; line-height: 1.65; }

.closing { min-height: 78svh; display: grid; place-content: center; justify-items: center; padding: 6rem 1rem; text-align: center; background: var(--cyan); color: var(--ink); }
.closing > p { color: var(--ink); }
.closing h2 { max-width: 82rem; margin: 1rem 0 0; font-size: clamp(4rem, 10vw, 11rem); }
.closing h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--ink); }
.closing .button { margin-top: 3rem; }
.closing .button-primary { background: var(--ink); border-color: var(--ink); color: var(--cyan); box-shadow: 8px 8px 0 var(--solar); }
.closing .button-primary:hover { background: var(--solar); color: var(--ink); }
.email-link { margin-top: 2rem; font: 800 .75rem var(--data); text-underline-offset: .45rem; }
.closing small { max-width: 48rem; margin-top: 2rem; font: .57rem/1.6 var(--data); }

.site-footer { min-height: 9rem; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: end; padding: 2rem clamp(1rem, 4vw, 4.5rem); border-top: 1px solid var(--line); color: var(--muted); font: .58rem var(--data); }
.site-footer p { margin: 0; }
.site-footer p:last-child { text-align: right; }
.noscript { position: fixed; z-index: 500; inset: auto 1rem 1rem; padding: 1rem; background: var(--solar); color: var(--ink); text-align: center; }

@keyframes blink { 50% { opacity: .28; transform: scale(.72); } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero > *, .section-heading > *, .bundle > * { min-width: 0; }
  .acquisition-dial { min-height: 26rem; }
  .section-heading { grid-template-columns: 1fr; }
  .bundle { grid-template-columns: 1fr; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 0; display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; }
  .process li div { margin-top: 0; }
}

@media (max-width: 700px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-shell p { display: none; }
  .hero { padding-top: 4.5rem; }
  .hero h1 { font-size: 18vw; }
  .solar-orbit { right: .8rem; top: .8rem; width: 8rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .deadline { grid-template-columns: 1fr; align-items: start; }
  .deadline p:last-child { text-align: left; }
  .deadline-units { justify-content: space-between; gap: .15rem; }
  .deadline-units span { min-width: 0; }
  .deadline-units small { display: none; }
  .domain-grid { grid-template-columns: 1fr; }
  .domain-card { min-height: 23rem; }
  .domain-card h3 { font-size: 11.5vw; }
  .section-heading h2, .bundle h2 { font-size: 12.5vw; }
  .process .section-heading h2 { font-size: 11vw; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer p:last-child { text-align: left; }
}

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

@media print {
  .offer-strip, .hero-actions, .closing .button { display: none; }
  body { background: white; color: black; }
}
