:root {
  --bg: #080a0c;
  --bg-soft: #0d1115;
  --bg-lift: #12171c;
  --ink: #f1f3f2;
  --ink-soft: #c3cacc;
  --muted: #929a9e;
  --faint: #626d72;
  --line: rgba(215, 225, 225, .16);
  --line-soft: rgba(215, 225, 225, .08);
  --gold: #c9a56a;
  --gold-light: #d2b47a;
  --cool: #6f8792;
  --mono: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1240px, calc(100% - clamp(40px, 9vw, 150px)));
}

* { box-sizing: border-box; }

html { background: var(--bg); scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  z-index: 40;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)' opacity='.32'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 5px; }

.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; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 13px; color: var(--bg); background: var(--gold-light); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 clamp(20px, 4.4vw, 70px);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(8, 10, 12, .83);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { position: relative; width: 25px; height: 25px; display: inline-block; border: 1px solid var(--gold); border-radius: 50%; transform: rotate(-28deg); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; left: 50%; top: -4px; width: 1px; height: 31px; background: var(--gold); transform: translateX(-50%) rotate(57deg); }
.brand-mark::after { transform: translateX(-50%) rotate(-57deg); opacity: .6; }
.brand-mark i { position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); transform: translate(-50%, -50%); }
.brand-mark b { position: absolute; top: -4px; right: -2px; width: 4px; height: 4px; border-radius: 50%; background: var(--cool); }
.brand-lockup { display: grid; gap: 4px; line-height: 1; }
.brand-lockup strong { font: 600 12px/1 var(--display); letter-spacing: .14em; }
.brand-lockup small, .eyebrow, .section-marker, .field-label, figcaption, .hero-coordinate, .hero-rail, .word-top, .specimen-kicker, .specimen-note, .asset-ledger dt, .asset-ledger dd, .acquire small, footer, .axis-labels, .measurement-lines { font-family: var(--mono); }
.brand-lockup small { font-size: 8px; color: var(--muted); letter-spacing: .13em; }

.site-header nav { display: flex; align-items: center; gap: 27px; font: 10px var(--mono); letter-spacing: .09em; color: var(--muted); }
.site-header nav a { position: relative; padding: 8px 0; transition: color .25s; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
.site-header nav a:hover { color: var(--ink); }
.site-header nav a:hover::after { width: 100%; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--line); padding: 11px 13px; font: 10px var(--mono); letter-spacing: .08em; transition: background .25s, color .25s, border-color .25s; }
.header-cta span, .button b, footer b { font-size: 15px; font-weight: 400; transition: transform .25s; }
.header-cta:hover, .button-primary:hover { color: var(--bg); background: var(--gold-light); border-color: var(--gold-light); }
.header-cta:hover span, .button:hover b, footer a:hover b { transform: translate(2px, -2px); }
.menu-toggle { display: none; justify-self: end; width: 39px; height: 39px; padding: 8px; border: 1px solid var(--line); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; margin: 4px auto; background: var(--ink); }

.hero { position: relative; min-height: calc(100svh - 76px); display: grid; grid-template-columns: minmax(290px, .85fr) minmax(500px, 1.15fr); align-items: center; gap: clamp(40px, 6vw, 105px); padding: clamp(60px, 6vw, 100px) clamp(20px, 7vw, 120px) 70px; overflow: hidden; border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 76% 48%, rgba(111, 135, 146, .08), transparent 29%), radial-gradient(circle at 52% 72%, rgba(201, 165, 106, .07), transparent 21%); }
.hero::after { content: ""; position: absolute; z-index: 0; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(transparent, var(--line-soft) 24%, var(--line-soft) 76%, transparent); }
.hero-backdrop { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.ghost-word { position: absolute; color: transparent; -webkit-text-stroke: 1px rgba(241, 243, 242, .05); font: 700 clamp(180px, 29vw, 560px)/.72 var(--display); letter-spacing: -.11em; white-space: nowrap; }
.ghost-word--matter { top: 3%; left: 25%; transform: rotate(-90deg); transform-origin: left top; }
.ghost-word--axiom { right: -5%; bottom: -3%; opacity: .55; }
.hero-coordinate { position: absolute; color: var(--faint); font-size: 8px; letter-spacing: .15em; }
.hero-coordinate--top { top: 28px; left: clamp(20px, 7vw, 120px); }
.hero-coordinate--side { right: 28px; bottom: 29%; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-copy, .orbital-system, .hero-rail { position: relative; z-index: 1; }
.hero-copy { max-width: 500px; margin-top: -10px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .15em; line-height: 1.3; }
.eyebrow i { color: var(--gold); font-style: normal; }
.signal-dot { width: 5px; height: 5px; display: inline-block; flex: 0 0 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(201, 165, 106, .1); }
.hero h1 { margin: 35px 0 24px; font: 500 clamp(82px, 10.6vw, 174px)/.76 var(--display); letter-spacing: -.105em; }
.hero h1 span, .hero h1 em { display: block; font-style: normal; }
.hero h1 em { margin-left: .16em; color: var(--gold-light); font-weight: 300; }
.hero-subtitle { margin: 0; color: var(--ink-soft); font: 400 clamp(28px, 3.1vw, 50px)/.96 var(--display); letter-spacing: -.06em; }
.hero-description { max-width: 425px; margin: 27px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 46px; padding: 0 16px; border: 1px solid var(--line); font: 600 10px var(--mono); letter-spacing: .04em; transition: color .25s, background .25s, border-color .25s; }
.button-primary { color: var(--bg); background: var(--gold-light); border-color: var(--gold-light); }
.button-quiet { color: var(--ink-soft); }
.button-quiet:hover { color: var(--ink); border-color: var(--ink-soft); }

.orbital-system { width: 100%; max-width: 790px; justify-self: end; padding: 14px 14px 0; border: 1px solid var(--line); background: rgba(13, 17, 21, .5); box-shadow: 0 28px 100px rgba(0, 0, 0, .3); }
.orbital-system::before, .orbital-system::after { content: ""; position: absolute; pointer-events: none; }
.orbital-system::before { inset: 7px; border: 1px solid rgba(201, 165, 106, .13); }
.orbital-system::after { top: 0; left: 19%; width: 1px; height: 100%; background: linear-gradient(transparent, var(--gold), transparent); opacity: .45; }
.orbital-svg { display: block; width: 100%; height: auto; overflow: visible; }
.construction-lines path, .construction-lines circle, .construction-lines ellipse, .measurement-lines path { stroke: var(--cool); stroke-width: 1; stroke-opacity: .4; }
.construction-lines circle, .construction-lines ellipse { stroke-dasharray: 2 9; }
.axis-labels text, .measurement-lines text { fill: var(--muted); font: 8px var(--mono); letter-spacing: .12em; }
.measurement-lines text { fill: var(--gold-light); }
.orbit ellipse { stroke: var(--gold-light); stroke-width: 1.2; stroke-opacity: .7; stroke-dasharray: 4 8; transform-box: fill-box; transform-origin: center; }
.orbit--one { animation: orbit-one 26s linear infinite; transform-origin: 450px 345px; }
.orbit--two { animation: orbit-two 32s linear infinite reverse; transform-origin: 450px 345px; }
.orbit--three { animation: orbit-three 38s linear infinite; transform-origin: 450px 345px; }
.orbit-node { fill: var(--gold-light); stroke: var(--bg); stroke-width: 3; }
.orbit-node--cool { fill: var(--cool); }
.orbit-node--soft { fill: var(--ink-soft); }
.core-system { transform-origin: 450px 345px; animation: core-breathe 8s ease-in-out infinite; }
.field-label { position: absolute; z-index: 2; display: grid; gap: 4px; color: var(--gold-light); font-size: 8px; letter-spacing: .12em; }
.field-label span { color: var(--muted); }
.field-label--a { top: 35px; left: 30px; }
.field-label--b { right: 30px; bottom: 49px; text-align: right; }
figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 9px 1px 1px; color: var(--muted); font-size: 8px; letter-spacing: .11em; }
.hero-rail { position: absolute; right: clamp(20px, 7vw, 120px); bottom: 33px; left: clamp(20px, 7vw, 120px); display: flex; align-items: center; gap: 12px; color: var(--faint); font-size: 8px; letter-spacing: .16em; }
.hero-rail i { height: 1px; flex: 1; background: var(--line); }

.section-shell { width: var(--shell); margin: 0 auto; }
.section-marker { display: flex; align-items: center; gap: 12px; color: var(--faint); font-size: 8px; letter-spacing: .16em; }
.section-marker i { display: block; height: 1px; width: 38px; background: var(--line); }
.section-marker span:first-child { color: var(--gold); }
.meaning { padding-top: clamp(110px, 15vw, 210px); padding-bottom: clamp(120px, 15vw, 215px); }
.meaning-heading { display: grid; grid-template-columns: 1fr 1.25fr; gap: 30px; align-items: end; margin: 95px 0 105px; }
.meaning h2, .fields h2, .why h2 { margin: 0; font: 500 clamp(57px, 7.3vw, 116px)/.84 var(--display); letter-spacing: -.09em; }
.meaning-heading .eyebrow { align-self: start; padding-top: 10px; color: var(--gold-light); }
.meaning-pair { display: grid; grid-template-columns: 1fr 75px 1fr; align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.meaning-word { min-height: 345px; display: flex; flex-direction: column; padding: 20px 25px 25px 0; }
.meaning-word--axiom { padding-right: 0; padding-left: 25px; }
.word-top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; letter-spacing: .11em; }
.word-top i { color: var(--gold); font-size: 19px; font-style: normal; }
.meaning-word h3 { margin: auto 0 20px; font: 500 clamp(68px, 10vw, 160px)/.75 var(--display); letter-spacing: -.105em; }
.meaning-word--axiom h3 { color: var(--gold-light); }
.meaning-word p { margin: 0; color: var(--muted); font: 400 clamp(17px, 1.55vw, 22px)/1.35 var(--display); letter-spacing: -.035em; }
.meaning-divider { position: relative; display: grid; place-items: center; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.meaning-divider::before { content: ""; position: absolute; top: 23%; bottom: 23%; width: 1px; background: linear-gradient(transparent, var(--gold), transparent); }
.meaning-divider span { position: relative; z-index: 1; display: grid; place-items: center; width: 27px; height: 27px; color: var(--gold-light); background: var(--bg); font: 16px var(--mono); }
.meaning-summary { max-width: 710px; margin: 54px 0 0 auto; color: var(--ink-soft); font: 400 clamp(22px, 2.45vw, 36px)/1.12 var(--display); letter-spacing: -.055em; }
.meaning-summary span { color: var(--gold-light); }

.fields { padding: clamp(115px, 15vw, 210px) 0; background: var(--bg-soft); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.fields-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin: 92px 0 100px; }
.fields h2 em { color: var(--gold-light); font-style: normal; font-weight: 300; }
.fields-intro > p { max-width: 330px; margin: 0; color: var(--muted); line-height: 1.65; }
.field-index { border-top: 1px solid var(--line); }
.field-index a { min-height: 99px; display: grid; grid-template-columns: 8% 29% 1fr 30px; align-items: center; gap: 17px; border-bottom: 1px solid var(--line); transition: background .35s, padding .35s, border-color .35s; }
.field-index a:hover { padding-left: 18px; background: rgba(201, 165, 106, .055); border-color: rgba(201, 165, 106, .4); }
.field-index span, .field-index em { font: 9px var(--mono); letter-spacing: .08em; font-style: normal; color: var(--muted); }
.field-index strong { font: 500 clamp(22px, 2.2vw, 31px)/1 var(--display); letter-spacing: -.055em; }
.field-index em { max-width: 360px; line-height: 1.5; letter-spacing: 0; }
.field-index b { justify-self: end; color: var(--gold); font: 19px var(--mono); font-weight: 400; transition: transform .25s; }
.field-index a:hover b { transform: translate(3px, -3px); }

.specimen { position: relative; min-height: 850px; overflow: hidden; background: var(--bg-lift); border-bottom: 1px solid var(--line-soft); }
.specimen-grid { position: absolute; inset: 0; opacity: .22; background: linear-gradient(90deg, transparent 49.95%, var(--cool) 50%, transparent 50.05%), linear-gradient(0deg, transparent 49.95%, var(--cool) 50%, transparent 50.05%); background-size: 100% 100%, 100% 100%; }
.specimen-grid::before, .specimen-grid::after { content: ""; position: absolute; left: 50%; top: 50%; border: 1px solid rgba(111, 135, 146, .32); border-radius: 50%; transform: translate(-50%, -50%); }
.specimen-grid::before { width: min(62vw, 760px); height: min(62vw, 760px); }
.specimen-grid::after { width: min(38vw, 460px); height: min(38vw, 460px); }
.specimen-inner { position: relative; min-height: 850px; padding-top: 36px; }
.section-marker--light { color: var(--faint); }
.specimen-center { position: absolute; top: 46%; left: 50%; z-index: 1; width: max-content; transform: translate(-50%, -50%); text-align: center; }
.specimen-kicker { margin: 0 0 24px; color: var(--gold-light); font-size: 9px; letter-spacing: .22em; }
.specimen h2 { margin: 0; font: 500 clamp(66px, 11vw, 175px)/.73 var(--display); letter-spacing: -.11em; }
.specimen h2 span { color: var(--gold-light); font-weight: 300; }
.specimen-line { margin: 33px 0 0; color: var(--ink-soft); font: 400 clamp(19px, 2vw, 28px)/1.1 var(--display); letter-spacing: -.045em; }
.monogram { position: absolute; top: 48%; left: -32%; display: flex; align-items: center; gap: 10px; color: var(--gold); font: 13px var(--mono); transform: translateY(-50%); }
.monogram i { width: 32px; height: 1px; background: var(--gold); }
.specimen-directions { position: absolute; right: 0; bottom: 46px; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specimen-directions div { min-height: 105px; padding: 15px 15px 17px 0; border-right: 1px solid var(--line); }
.specimen-directions div:not(:first-child) { padding-left: 15px; }
.specimen-directions div:last-child { border: 0; }
.specimen-directions span { display: block; color: var(--gold); font: 8px var(--mono); letter-spacing: .12em; }
.specimen-directions strong { display: block; margin-top: 27px; font: 400 clamp(16px, 1.55vw, 22px)/.98 var(--display); letter-spacing: -.04em; }
.specimen-directions em { color: var(--muted); font-style: normal; }
.specimen-note { position: absolute; right: 0; bottom: 16px; margin: 0; color: var(--faint); font-size: 8px; letter-spacing: .1em; }

.why { padding-top: clamp(115px, 15vw, 210px); padding-bottom: clamp(120px, 15vw, 220px); }
.why-heading { display: grid; grid-template-columns: 1fr 1.25fr; gap: 30px; align-items: start; margin: 95px 0 100px; }
.why-heading .eyebrow { padding-top: 10px; color: var(--gold-light); }
.why-list { border-top: 1px solid var(--line); }
.why-list article { min-height: 175px; display: grid; grid-template-columns: 8% 1fr 30px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.why-list article:hover { padding-left: 18px; background: rgba(201, 165, 106, .05); }
.why-list article > span { align-self: start; padding-top: 20px; color: var(--gold); font: 9px var(--mono); letter-spacing: .1em; }
.why-list h3 { margin: 0 0 10px; font: 400 clamp(28px, 3.3vw, 50px)/1 var(--display); letter-spacing: -.065em; }
.why-list p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.5; }
.why-list article > b { color: var(--gold); font: 18px var(--mono); font-weight: 400; transition: transform .25s; }
.why-list article:hover > b { transform: translate(3px, -3px); }

.asset { position: relative; padding: clamp(110px, 14vw, 190px) 0 160px; overflow: hidden; background: var(--bg-soft); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.asset-field { position: absolute; z-index: 0; inset: 0; opacity: .18; background: linear-gradient(90deg, transparent 49.95%, var(--cool) 50%, transparent 50.05%), linear-gradient(0deg, transparent 49.95%, var(--cool) 50%, transparent 50.05%); }
.asset-field span { position: absolute; width: 420px; height: 420px; border: 1px solid var(--gold); border-radius: 50%; opacity: .35; transform: translate(-50%, -50%); }
.asset-field span:nth-child(1) { top: 30%; left: 82%; }
.asset-field span:nth-child(2) { top: 30%; left: 82%; width: 280px; height: 280px; }
.asset-field span:nth-child(3) { top: 30%; left: 82%; width: 9px; height: 9px; border: 0; background: var(--gold-light); }
.asset-field span:nth-child(4) { top: 30%; left: 82%; width: 600px; height: 160px; transform: translate(-50%, -50%) rotate(-22deg); }
.asset-inner { position: relative; z-index: 1; }
.asset-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-top: 110px; }
.asset-title h2 { margin: 20px 0 25px; font: 500 clamp(62px, 8.1vw, 128px)/.77 var(--display); letter-spacing: -.11em; }
.asset-title h2 span { color: var(--gold-light); font-size: .56em; letter-spacing: -.08em; }
.asset-title > p:last-child { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.6; }
.asset-ledger { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.asset-ledger div { min-height: 117px; padding: 17px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.asset-ledger dt { margin-bottom: 15px; color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.asset-ledger dd { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.45; letter-spacing: .06em; }
.asset-ledger div:first-child dd, .asset-ledger div:nth-child(2) dd { color: var(--gold-light); font-size: 20px; }
.asset-ledger div:nth-child(3) { grid-column: span 2; }
.asset-ledger div:last-child { grid-column: span 2; min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.asset-ledger div:last-child dt { margin: 0; }
.asset-ledger dd i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(201, 165, 106, .1); }

.acquire { position: relative; min-height: 780px; display: grid; place-items: center; overflow: hidden; text-align: center; border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 50% 48%, rgba(201, 165, 106, .1), transparent 25%); }
.acquire::before { content: "MATTER"; position: absolute; top: 29%; left: 50%; color: transparent; -webkit-text-stroke: 1px rgba(241, 243, 242, .06); font: 600 clamp(180px, 31vw, 510px)/.7 var(--display); letter-spacing: -.12em; transform: translateX(-50%); }
.acquire-orbit { position: absolute; top: 50%; left: 50%; width: min(70vw, 740px); height: min(27vw, 290px); border: 1px solid rgba(201, 165, 106, .22); border-radius: 50%; transform: translate(-50%, -50%) rotate(-22deg); }
.acquire-orbit::before { content: ""; position: absolute; inset: 22% 15%; border: 1px solid rgba(111, 135, 146, .35); border-radius: 50%; }
.acquire-orbit i, .acquire-orbit b { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); }
.acquire-orbit i { top: 8px; left: 21%; }
.acquire-orbit b { right: 15%; bottom: 28px; background: var(--cool); }
.acquire-inner { position: relative; z-index: 1; max-width: 680px; }
.acquire-inner .eyebrow { justify-content: center; }
.acquire h2 { margin: 30px 0 31px; font: 500 clamp(66px, 9.3vw, 148px)/.75 var(--display); letter-spacing: -.11em; }
.acquire h2 em { color: var(--gold-light); font-style: normal; font-weight: 300; }
.acquire-inner > p:not(.eyebrow) { margin: 0 auto 30px; color: var(--ink-soft); font: 400 clamp(20px, 2vw, 28px)/1.15 var(--display); letter-spacing: -.05em; }
.acquire small { display: block; margin-top: 20px; color: var(--muted); font-size: 8px; letter-spacing: .12em; }

footer { padding: 30px clamp(20px, 4.4vw, 70px) 22px; color: var(--muted); background: #07090b; font-size: 10px; letter-spacing: .06em; }
footer > div:first-child { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; padding-bottom: 45px; }
footer strong { color: var(--ink); font: 600 13px var(--display); letter-spacing: .1em; }
footer > div:first-child > span { justify-self: center; font-size: 8px; letter-spacing: .14em; }
footer a { display: inline-flex; align-items: center; justify-content: flex-end; gap: 12px; color: var(--ink-soft); font-size: 9px; transition: color .25s; }
footer a:hover { color: var(--gold-light); }
.footer-line { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line-soft); color: var(--faint); font-size: 8px; letter-spacing: .12em; }
.footer-line i { flex: 1; height: 1px; background: var(--line-soft); }
.footer-line span:last-child { margin-left: auto; }

[data-reveal] { opacity: 0; transform: translateY(22px); filter: blur(6px); transition: opacity .8s ease, transform .8s ease, filter .8s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; filter: none; }
@keyframes orbit-one { to { transform: rotate(360deg); } }
@keyframes orbit-two { to { transform: rotate(360deg); } }
@keyframes orbit-three { to { transform: rotate(-360deg); } }
@keyframes core-breathe { 50% { transform: scale(1.025); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; padding-right: 20px; padding-left: 20px; }
  .site-header nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 17px; border-bottom: 1px solid var(--line); background: rgba(8, 10, 12, .97); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 15px 0; border-bottom: 1px solid var(--line-soft); }
  .site-header nav a:last-child { border-bottom: 0; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 70px; padding-top: 90px; padding-bottom: 80px; }
  .hero::after { display: none; }
  .hero-copy { max-width: 650px; }
  .orbital-system { max-width: 720px; justify-self: center; }
  .hero-rail { position: relative; right: auto; bottom: auto; left: auto; }
  .meaning-heading, .why-heading, .fields-intro { grid-template-columns: 1fr; gap: 34px; }
  .meaning-heading, .fields-intro, .why-heading { margin-top: 75px; margin-bottom: 72px; }
  .asset-layout { grid-template-columns: 1fr; gap: 70px; }
  .asset-field span:nth-child(1), .asset-field span:nth-child(2), .asset-field span:nth-child(3), .asset-field span:nth-child(4) { left: 72%; top: 13%; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 40px); }
  .site-header { min-height: 64px; }
  .brand-lockup strong { font-size: 10px; }
  .brand-lockup small { font-size: 7px; }
  .brand-mark { width: 22px; height: 22px; }
  .brand-mark::before, .brand-mark::after { height: 28px; }
  .site-header nav { top: 64px; }
  .hero { gap: 53px; padding-top: 77px; padding-bottom: 50px; }
  .hero-coordinate--side { display: none; }
  .hero h1 { margin-top: 28px; font-size: clamp(70px, 23vw, 115px); }
  .hero-subtitle { font-size: clamp(29px, 8.5vw, 42px); }
  .hero-description { max-width: 390px; font-size: 13px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .orbital-system { margin: 0 -2px; padding: 9px 9px 0; }
  .field-label { font-size: 7px; }
  .field-label--a { top: 23px; left: 20px; }
  .field-label--b { right: 20px; bottom: 36px; }
  figcaption { font-size: 7px; }
  .hero-rail { gap: 7px; font-size: 7px; letter-spacing: .1em; }
  .hero-rail span:last-child { white-space: nowrap; }
  .meaning, .fields, .why { padding-top: 95px; padding-bottom: 105px; }
  .meaning-heading, .fields-intro, .why-heading { margin: 62px 0 60px; }
  .meaning h2, .fields h2, .why h2 { font-size: clamp(49px, 15vw, 76px); }
  .meaning-pair { grid-template-columns: 1fr; }
  .meaning-word, .meaning-word--axiom { min-height: 285px; padding: 17px 0 24px; }
  .meaning-word--axiom { border-top: 1px solid var(--line); }
  .meaning-word h3 { font-size: clamp(73px, 21vw, 112px); }
  .meaning-divider { display: none; }
  .meaning-summary { margin-top: 40px; font-size: 25px; }
  .field-index a { min-height: 118px; grid-template-columns: 34px 1fr 22px; gap: 10px; align-items: start; padding: 17px 0; }
  .field-index a:hover { padding-left: 7px; }
  .field-index strong { padding-top: 0; font-size: 23px; }
  .field-index em { grid-column: 2; grid-row: 2; font-size: 11px; line-height: 1.45; }
  .field-index b { grid-column: 3; grid-row: 1; }
  .specimen, .specimen-inner { min-height: 750px; }
  .specimen { min-height: 765px; }
  .specimen-center { top: 38%; width: 100%; }
  .specimen h2 { font-size: clamp(55px, 17vw, 100px); }
  .specimen-line { margin-top: 25px; padding: 0 10px; font-size: 20px; }
  .monogram { top: -37px; left: 50%; transform: translateX(-50%); }
  .specimen-directions { grid-template-columns: 1fr 1fr; bottom: 45px; }
  .specimen-directions div { min-height: 95px; }
  .specimen-directions div:nth-child(2) { border-right: 0; }
  .specimen-directions div:nth-child(3), .specimen-directions div:nth-child(4) { border-top: 1px solid var(--line); }
  .specimen-directions div:nth-child(3) { padding-left: 0; }
  .specimen-directions div:nth-child(4) { padding-left: 15px; }
  .specimen-note { bottom: 16px; font-size: 7px; }
  .why-list article { min-height: 170px; grid-template-columns: 35px 1fr 22px; gap: 10px; }
  .why-list article:hover { padding-left: 7px; }
  .why-list h3 { font-size: 28px; }
  .why-list p { font-size: 13px; }
  .asset { padding-top: 95px; padding-bottom: 115px; }
  .asset-layout { margin-top: 70px; gap: 53px; }
  .asset-title h2 { font-size: clamp(51px, 15vw, 82px); }
  .asset-ledger div { min-height: 105px; padding: 14px 10px; }
  .asset-ledger div:last-child { display: block; min-height: 93px; }
  .asset-ledger div:last-child dt { margin-bottom: 13px; }
  .asset-ledger dt { font-size: 7px; }
  .asset-ledger dd { font-size: 10px; }
  .asset-field span:nth-child(1) { width: 320px; height: 320px; }
  .asset-field span:nth-child(2) { width: 205px; height: 205px; }
  .asset-field span:nth-child(4) { width: 420px; height: 120px; }
  .acquire { min-height: 690px; }
  .acquire::before { top: 34%; font-size: 42vw; }
  .acquire-orbit { width: 112vw; height: 49vw; }
  .acquire h2 { font-size: clamp(60px, 18vw, 94px); }
  .acquire-inner > p:not(.eyebrow) { padding: 0 10px; font-size: 21px; }
  footer { padding: 27px 20px 19px; }
  footer > div:first-child { grid-template-columns: 1fr auto; gap: 13px; padding-bottom: 33px; }
  footer > div:first-child > span { grid-column: 1 / -1; justify-self: start; }
  footer a { grid-column: 2; grid-row: 1; }
  .footer-line { display: block; line-height: 1.8; }
  .footer-line i { display: block; width: 100%; margin: 9px 0; }
  .footer-line span:last-child { float: right; margin-top: -21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; filter: none; }
}

html { overflow-x: clip; }
