:root {
  --ink: #07090d;
  --ink-soft: #0c1016;
  --panel: #111720;
  --panel-soft: #151c27;
  --white: #f2f4f6;
  --muted: #8f98a6;
  --muted-soft: #66717f;
  --cyan: #62b8c7;
  --cyan-bright: #b6e4e1;
  --lavender: #8e91b8;
  --silver: #b6c0ca;
  --warm: #c7ad78;
  --line: rgba(182, 192, 202, .18);
  --line-bright: rgba(182, 192, 202, .42);
  --shell: min(1440px, calc(100% - 96px));
  --display: "Avenir Next", "Trebuchet MS", sans-serif;
  --body: "Avenir Next", "Trebuchet MS", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
::selection { color: var(--ink); background: var(--cyan-bright); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.mono { font-family: var(--mono); letter-spacing: .08em; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 20; padding: 12px 16px; color: var(--ink); background: var(--cyan-bright); font-family: var(--mono); font-size: 12px; }
.skip-link:focus { top: 20px; }
.read-progress { position: fixed; inset: 0 0 auto; z-index: 15; height: 2px; background: transparent; pointer-events: none; }
.read-progress span { display: block; width: 0; height: 100%; background: var(--cyan); box-shadow: 0 0 12px rgba(98, 184, 199, .8); }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 78% 43%, rgba(44, 80, 93, .17), transparent 33%), radial-gradient(circle at 18% 74%, rgba(48, 48, 79, .12), transparent 30%), var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -4; background: linear-gradient(90deg, rgba(7, 9, 13, 1) 0%, rgba(7, 9, 13, .9) 30%, rgba(7, 9, 13, .18) 72%, rgba(7, 9, 13, .68) 100%); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; border-bottom: 1px solid var(--line); background: linear-gradient(115deg, transparent 0 45%, rgba(98, 184, 199, .04) 45.1%, transparent 46%), linear-gradient(180deg, transparent 0 91%, rgba(182, 192, 202, .07) 91.1%, transparent 91.25%); pointer-events: none; }
.hero-noise { position: absolute; inset: 0; z-index: -3; opacity: .2; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.hero-grid { position: absolute; inset: auto -8% -13% 38%; z-index: -2; height: 64%; opacity: .23; transform: perspective(800px) rotateX(58deg) rotateZ(-10deg); transform-origin: 50% 100%; background-image: linear-gradient(rgba(98, 184, 199, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(98, 184, 199, .18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(180deg, transparent, #000 34%, transparent 100%); }
.site-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding-top: 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 13px; font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .2em; }
.wordmark .slash { margin-inline: 4px; color: var(--cyan); }
.brand-mark { position: relative; display: inline-block; width: 28px; height: 28px; }
.brand-mark i, .brand-mark b, .brand-mark em, .brand-mark small { position: absolute; display: block; border: 1px solid; transform: skewY(-27deg) rotate(30deg); }
.brand-mark i { inset: 4px 7px 8px 3px; border-color: var(--cyan); }
.brand-mark b { inset: 8px 3px 4px 8px; border-color: var(--lavender); }
.brand-mark em { inset: 7px 8px 8px 8px; border-color: var(--silver); opacity: .85; }
.brand-mark small { width: 4px; height: 4px; right: 7px; top: 6px; border-color: var(--cyan-bright); background: var(--cyan-bright); transform: none; box-shadow: 0 0 12px var(--cyan); }
.header-cta { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid var(--line-bright); color: var(--silver); font-size: 11px; text-transform: uppercase; transition: color .25s, border-color .25s; }
.header-cta span { color: var(--cyan); font-size: 17px; line-height: 1; }
.header-cta:hover, .header-cta:focus-visible { color: var(--white); border-color: var(--cyan); }

.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(350px, .72fr) minmax(600px, 1.28fr); align-items: center; min-height: calc(100svh - 88px); padding-block: 72px 88px; }
.hero-copy { position: relative; z-index: 2; max-width: 670px; padding-bottom: 4vh; }
.eyebrow, .kicker { margin: 0; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow b { margin-inline: 8px; color: var(--muted-soft); font-weight: 400; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(98, 184, 199, .1), 0 0 14px var(--cyan); animation: quiet-pulse 4s ease-in-out infinite; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; }
h1 { max-width: 810px; margin: 24px 0 22px; font-size: clamp(4.1rem, 8.2vw, 9.5rem); letter-spacing: -.085em; line-height: .83; }
h1 span { color: var(--white); }
h1 em { color: var(--cyan); font-style: normal; }
h1 sup { display: inline-block; margin-left: 12px; color: var(--muted); font-family: var(--mono); font-size: clamp(.7rem, 1.1vw, 1.05rem); font-weight: 400; letter-spacing: .08em; vertical-align: top; transform: translateY(7px); }
.hero-slogan { max-width: 580px; margin-bottom: 17px; color: var(--silver); font-family: var(--display); font-size: clamp(1.55rem, 2.35vw, 2.4rem); letter-spacing: -.045em; line-height: 1.1; }
.lede { max-width: 525px; margin-bottom: 32px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 51px; padding: 0 22px; border: 1px solid var(--cyan); color: var(--ink); background: var(--cyan); font-family: var(--mono); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s, box-shadow .25s; }
.button span { color: inherit; font-size: 17px; line-height: 1; }
.button:hover, .button:focus-visible { color: var(--cyan-bright); background: transparent; box-shadow: 0 0 26px rgba(98, 184, 199, .16); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 13px; color: var(--silver); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transition: color .25s; }
.text-link span { color: var(--cyan); font-size: 17px; transition: transform .25s; }
.text-link:hover, .text-link:focus-visible { color: var(--white); }
.text-link:hover span, .text-link:focus-visible span { transform: translateY(4px); }

.fabric-figure { position: relative; align-self: stretch; min-height: 650px; margin: 0 -6vw 0 -13vw; transform: translate3d(calc(var(--pointer-x, 0) * 8px), calc(var(--pointer-y, 0) * 8px), 0); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.figure-meta, .figure-caption { position: absolute; z-index: 2; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.figure-meta { top: 8%; left: 21%; right: 7%; }
.figure-meta span:last-child { color: var(--cyan); }
.fabric-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.fabric-svg path, .fabric-svg line { fill: none; stroke-linecap: square; stroke-linejoin: bevel; }
.fabric-back path { stroke: var(--lavender); stroke-width: 1; opacity: .28; }
.fabric-back .back-diagonal { stroke: var(--cyan); opacity: .33; stroke-dasharray: 3 14; }
.fabric-mid .plane { stroke: url(#cyan-line); stroke-width: 1.4; opacity: .55; }
.fabric-mid .plane:nth-child(3) { stroke: url(#lavender-line); }
.fabric-mid .plane-grid { stroke: var(--silver); stroke-width: 1; opacity: .19; }
.fabric-mid .fabric-thread { stroke: url(#cyan-line); stroke-width: 1.2; opacity: .62; stroke-dasharray: 3 12; animation: thread-drift 26s linear infinite; }
.fabric-mid .thread-b { animation-delay: -8s; }
.fabric-mid .thread-c { animation-delay: -16s; }
.fabric-front path { stroke: var(--cyan); stroke-width: 1.2; opacity: .5; }
.fabric-front .front-edge { fill: none; stroke: url(#lavender-line); opacity: .72; stroke-width: 1.5; }
.volume path { stroke: url(#cyan-line); stroke-width: 1.5; opacity: .72; }
.volume path:nth-child(2), .volume path:nth-child(3), .volume path:nth-child(4) { fill: rgba(98, 184, 199, .035); }
.volume path:nth-child(5), .volume path:nth-child(6), .volume path:nth-child(7) { fill: rgba(142, 145, 184, .05); stroke: url(#lavender-line); opacity: .78; }
.volume .volume-axis { stroke: var(--silver); stroke-width: 1; opacity: .36; stroke-dasharray: 2 9; }
.origin-node { fill: var(--cyan-bright); stroke: var(--cyan); stroke-width: 3; filter: drop-shadow(0 0 8px var(--cyan)); }
.origin-ring { fill: none; stroke: var(--cyan); stroke-width: 1; opacity: .5; stroke-dasharray: 2 7; transform-origin: 548px 365px; animation: ring-breathe 8s ease-in-out infinite; }
.origin-ring:nth-of-type(2) { animation-delay: -4s; opacity: .28; }
.voxels path { fill: rgba(98, 184, 199, .12); stroke: var(--cyan); stroke-width: 1; opacity: .65; animation: voxel-float 18s ease-in-out infinite alternate; }
.voxels path:nth-child(2) { animation-delay: -6s; }
.voxels path:nth-child(3) { animation-delay: -12s; }
.voxels path:nth-child(4) { animation-delay: -3s; }
.anchors path { stroke: var(--warm); stroke-width: 1; opacity: .65; }
.anchors circle { fill: var(--warm); filter: drop-shadow(0 0 5px rgba(199, 173, 120, .8)); }
.anchors text, .field-labels text { fill: var(--muted); font-size: 10px; letter-spacing: .12em; }
.field-labels text:nth-child(1), .field-labels text:nth-child(2) { fill: var(--cyan-bright); }
.figure-caption { bottom: 7%; left: 22%; right: 8%; }
.figure-caption span:nth-child(2) { color: var(--lavender); }
.hero-index { position: absolute; right: 0; bottom: 28px; left: 0; z-index: 2; display: flex; justify-content: space-between; color: var(--muted-soft); font-size: 9px; }
.hero-index span:last-child { color: var(--cyan); }
.reveal-on-load { animation: load-in 1s .15s both cubic-bezier(.2,.7,.2,1); }

.section { position: relative; padding-block: clamp(100px, 13vw, 205px); }
.section::after { content: ""; position: absolute; right: max(48px, calc((100% - 1440px) / 2)); bottom: 0; left: max(48px, calc((100% - 1440px) / 2)); height: 1px; background: var(--line); }
.kicker { margin-bottom: 33px; color: var(--cyan); }
.section-heading-row, .meaning-header { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .6fr); align-items: end; gap: 8vw; }
.section h2 { margin-bottom: 0; color: var(--white); font-size: clamp(3rem, 6vw, 6.9rem); letter-spacing: -.08em; line-height: .9; }
.section h2 em { color: var(--cyan); font-style: normal; }
.section-heading-row > p, .meaning-header > p { max-width: 380px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.85; }

.meaning { background: linear-gradient(180deg, var(--ink), var(--ink-soft)); }
.meaning-header { margin-bottom: 110px; }
.word-pair { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; margin-left: 10%; }
.word-pair article { min-height: 270px; padding-top: 22px; border-top: 1px solid var(--line-bright); }
.word-pair article:last-child { padding-left: 14%; border-color: rgba(142, 145, 184, .55); }
.word-index { display: block; margin-bottom: 42px; color: var(--muted-soft); font-size: 10px; }
.word-pair h3 { margin-bottom: 16px; color: var(--silver); font-size: clamp(2.7rem, 5vw, 5.5rem); letter-spacing: -.07em; line-height: .9; }
.word-pair article:last-child h3 { color: var(--lavender); }
.word-pair p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.word-seam { display: flex; align-items: center; justify-content: center; gap: 10px; }
.word-seam i { display: block; width: 26px; height: 1px; background: var(--line-bright); }
.word-seam b { color: var(--cyan); font-family: var(--mono); font-weight: 400; }
.meaning-close { max-width: 680px; margin: 80px 0 0 auto; color: var(--cyan-bright); font-family: var(--display); font-size: clamp(1.6rem, 2.7vw, 2.7rem); letter-spacing: -.05em; line-height: 1.15; }

.process { overflow: hidden; background: var(--ink-soft); }
.process::before { content: ""; position: absolute; top: 0; right: 0; width: 42%; height: 100%; opacity: .2; background: repeating-linear-gradient(115deg, transparent 0 74px, rgba(98, 184, 199, .13) 75px 76px, transparent 77px 150px); }
.process-field { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 115px; }
.process-line { position: absolute; top: 108px; right: 7%; left: 7%; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), var(--lavender), transparent); opacity: .6; }
.process-stage { position: relative; min-height: 290px; padding: 0 9% 24px; border-bottom: 1px solid var(--line); }
.process-stage:nth-of-type(odd) { padding-top: 58px; }
.process-stage:nth-of-type(even) { padding-top: 168px; }
.process-stage::after { content: ""; position: absolute; top: 102px; left: 50%; width: 9px; height: 9px; border: 1px solid var(--cyan); border-radius: 50%; background: var(--ink-soft); transform: translate(-50%, -50%); box-shadow: 0 0 0 7px rgba(98, 184, 199, .08); }
.process-stage:nth-of-type(even)::after { top: 102px; border-color: var(--lavender); }
.stage-number { display: block; margin-bottom: 56px; color: var(--muted-soft); font-size: 10px; }
.stage-plane { position: absolute; top: 28px; left: 11%; width: 78%; height: 87px; border: 1px solid rgba(98, 184, 199, .48); opacity: .7; transform: skewY(-12deg) rotate(-6deg); background: linear-gradient(110deg, rgba(98, 184, 199, .13), transparent 55%); transition: transform .5s, border-color .5s; }
.process-stage:nth-of-type(even) .stage-plane { border-color: rgba(142, 145, 184, .55); transform: skewY(12deg) rotate(6deg); }
.process-stage:hover .stage-plane { transform: skewY(-12deg) rotate(-6deg) translateY(-8px); border-color: var(--cyan); }
.process-stage:nth-of-type(even):hover .stage-plane { transform: skewY(12deg) rotate(6deg) translateY(-8px); }
.process-stage h3 { position: relative; z-index: 1; margin-bottom: 13px; color: var(--white); font-size: clamp(1.2rem, 1.8vw, 1.7rem); letter-spacing: .02em; }
.process-stage p { position: relative; z-index: 1; max-width: 205px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.registry { background: var(--ink); }
.registry-list { margin-top: 100px; border-top: 1px solid var(--line-bright); }
.registry-row { display: grid; grid-template-columns: 70px minmax(220px, .85fr) minmax(260px, 1fr) 30px; align-items: center; gap: 20px; min-height: 96px; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.registry-row:hover { padding-inline: 12px; background: rgba(98, 184, 199, .045); }
.registry-row > span { color: var(--cyan); font-size: 10px; }
.registry-row h3 { margin: 0; color: var(--silver); font-size: 18px; letter-spacing: .02em; }
.registry-row p { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.registry-row > b { color: var(--cyan); font-size: 18px; font-weight: 400; text-align: right; }

.field-section { overflow: hidden; background: linear-gradient(135deg, #0b1116, #10121d 54%, #0c1016); }
.field-section::before { content: ""; position: absolute; inset: 0; opacity: .32; background: radial-gradient(circle at 72% 45%, rgba(98, 184, 199, .16), transparent 28%), repeating-linear-gradient(90deg, transparent 0 88px, rgba(142, 145, 184, .08) 89px 90px); }
.field-layout { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 4vw; min-height: 650px; }
.field-copy { position: relative; z-index: 1; }
.field-copy h2 { margin-bottom: 35px; }
.field-copy p { max-width: 350px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.field-visual { position: relative; min-height: 570px; }
.field-svg { position: absolute; inset: 0 -9% 0 -9%; width: 118%; height: 100%; }
.field-svg path { fill: none; stroke-linecap: square; stroke-linejoin: bevel; }
.field-surface { stroke: url(#field-stroke); stroke-width: 1.2; fill: rgba(98, 184, 199, .06); }
.field-surface.surface-b { fill: rgba(142, 145, 184, .08); }
.field-surface.surface-c { fill: rgba(182, 192, 202, .035); }
.field-link { stroke: var(--lavender); stroke-width: 1; opacity: .5; stroke-dasharray: 3 11; }
.field-points circle { fill: var(--cyan-bright); filter: drop-shadow(0 0 7px var(--cyan)); }
.field-center path { stroke: var(--cyan-bright); stroke-width: 1.4; fill: rgba(98, 184, 199, .11); }
.field-center circle { fill: var(--cyan-bright); filter: drop-shadow(0 0 9px var(--cyan)); }
.field-svg .field-labels text { fill: var(--muted); font-size: 11px; letter-spacing: .13em; }
.field-svg .field-labels text:nth-child(5) { fill: var(--cyan-bright); }
.field-wordmark { position: absolute; top: 48%; left: 43%; display: flex; flex-direction: column; color: var(--white); transform: translate(-50%, -50%); }
.field-wordmark span, .field-wordmark em { font-family: var(--display); font-size: clamp(2.2rem, 4.6vw, 5.6rem); letter-spacing: -.1em; line-height: .82; }
.field-wordmark em { color: var(--cyan); font-style: normal; }
.field-wordmark small { margin-top: 19px; color: var(--muted); font-size: 9px; letter-spacing: .16em; }
.field-quote { position: relative; z-index: 1; max-width: 930px; margin: 32px 0 0 auto; color: var(--cyan-bright); font-family: var(--display); font-size: clamp(1.6rem, 2.8vw, 3rem); letter-spacing: -.06em; line-height: 1.1; }

.dimensions { background: var(--ink-soft); }
.dimension-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 108px; border-top: 1px solid var(--line-bright); }
.dimension { position: relative; min-height: 270px; padding: 28px 25px; border-right: 1px solid var(--line); transition: background .3s; }
.dimension:last-child { border-right: 0; }
.dimension:hover { background: rgba(98, 184, 199, .045); }
.dimension strong { display: block; margin-bottom: 53px; color: var(--cyan); font-family: var(--display); font-size: clamp(4.6rem, 9vw, 9rem); font-weight: 400; letter-spacing: -.1em; line-height: .7; }
.dimension:nth-child(2) strong { color: var(--lavender); }
.dimension:nth-child(3) strong { color: var(--silver); }
.dimension:nth-child(4) strong { color: var(--warm); }
.dimension span { display: block; margin-bottom: 12px; color: var(--white); font-size: 10px; }
.dimension p { margin: 0; color: var(--muted); font-size: 13px; }

.specimens { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--ink); }
.specimen-heading .note { margin-top: 45px; color: var(--muted-soft); font-size: 10px; text-transform: uppercase; }
.specimen-list { border-top: 1px solid var(--line-bright); }
.specimen-list p { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--silver); font-family: var(--display); font-size: clamp(1.15rem, 2.1vw, 2rem); letter-spacing: -.04em; transition: color .25s, padding .25s; }
.specimen-list p:hover { padding-inline: 10px; color: var(--white); }
.specimen-list em { color: var(--cyan); font-family: var(--mono); font-size: 11px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }

.why { background: var(--ink-soft); }
.why-list { margin-top: 95px; border-top: 1px solid var(--line-bright); }
.why-row { display: grid; grid-template-columns: 70px 1fr 30px; align-items: center; gap: 28px; min-height: 138px; border-bottom: 1px solid var(--line); }
.why-row > b { color: var(--cyan); font-size: 10px; font-weight: 400; }
.why-row h3 { margin-bottom: 10px; color: var(--white); font-size: 21px; letter-spacing: -.02em; }
.why-row p { max-width: 640px; margin: 0; color: var(--muted); font-size: 14px; }
.why-row i { color: var(--cyan); font-size: 18px; font-style: normal; text-align: right; }

.record { background: #0b1016; }
.record-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line-bright); color: var(--muted); font-size: 10px; }
.record-top span:first-child { color: var(--cyan); }
.record-body { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 64px 70px; }
.record-body h2 { margin: 0; color: var(--white); font-size: clamp(3rem, 7vw, 7.5rem); letter-spacing: -.1em; line-height: .86; }
.record-body h2 span { color: var(--cyan); }
.record-mark { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 150px; color: var(--muted); font-size: 9px; }
.record-mark strong { display: grid; width: 85px; height: 85px; place-items: center; border: 1px solid var(--cyan); color: var(--cyan-bright); font-family: var(--display); font-size: 33px; font-weight: 400; letter-spacing: -.1em; transform: skewY(-12deg) rotate(12deg); box-shadow: inset 0 0 25px rgba(98, 184, 199, .08); }
.record-mark i { display: block; width: 4px; height: 4px; margin: -29px 0 19px; border-radius: 50%; background: var(--warm); box-shadow: 0 0 10px var(--warm); }
.record dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid var(--line); }
.record dl div { min-height: 96px; padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.record dl div:nth-child(3n) { border-right: 0; }
.record dt { margin-bottom: 12px; color: var(--muted-soft); font-family: var(--mono); font-size: 9px; letter-spacing: .13em; }
.record dd { margin: 0; color: var(--silver); font-size: 14px; }
.record dd.accent { color: var(--cyan-bright); }

.closing { display: flex; flex-direction: column; align-items: flex-start; min-height: 760px; padding-top: clamp(130px, 17vw, 250px); background: radial-gradient(circle at 80% 50%, rgba(98, 184, 199, .1), transparent 26%), var(--ink); }
.closing h2 { margin: 10px 0 27px; font-size: clamp(4.6rem, 13vw, 13rem); letter-spacing: -.12em; line-height: .78; }
.closing h2 em { color: var(--cyan); font-style: normal; }
.closing > p { max-width: 480px; margin-bottom: 32px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.closing > small { margin-top: 17px; color: var(--muted-soft); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.closing-axis { position: absolute; right: 8%; bottom: 165px; display: flex; align-items: center; gap: 14px; width: 240px; opacity: .7; }
.closing-axis span { flex: 1; height: 1px; background: var(--line-bright); }
.closing-axis i { display: block; width: 7px; height: 7px; border: 1px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 12px var(--cyan); }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding-block: 28px 35px; color: var(--muted); font-size: 11px; }
.site-footer > div { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) auto; align-items: center; gap: 30px; }
.site-footer strong { color: var(--white); font-family: var(--display); font-size: 14px; font-weight: 500; letter-spacing: -.02em; }
.site-footer a { color: var(--silver); font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.site-footer a b { color: var(--cyan); font-size: 15px; font-weight: 400; }
.site-footer small { align-self: end; color: var(--muted-soft); font-family: var(--mono); font-size: 9px; }

a:focus-visible { outline: 2px solid var(--cyan-bright); outline-offset: 5px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes load-in { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes quiet-pulse { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }
@keyframes thread-drift { from { stroke-dashoffset: 0; } to { stroke-dashoffset: -180; } }
@keyframes ring-breathe { 0%, 100% { opacity: .2; transform: scale(.96); } 50% { opacity: .65; transform: scale(1.05); } }
@keyframes voxel-float { from { transform: translate(0, 0); } to { transform: translate(4px, -10px); } }

@media (max-width: 1200px) {
  :root { --shell: min(100% - 64px, 1120px); }
  .hero-layout { grid-template-columns: .74fr 1.26fr; }
  .fabric-figure { min-height: 590px; margin-left: -15vw; margin-right: -7vw; }
  .figure-meta { left: 17%; }
  .figure-caption { left: 18%; }
  .word-pair { margin-left: 0; }
  .field-layout { min-height: 590px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 48px, 720px); }
  .hero-layout { display: block; padding-top: 80px; }
  .hero-copy { max-width: 620px; padding-top: 36px; }
  h1 { font-size: clamp(4.5rem, 13vw, 8rem); }
  .fabric-figure { min-height: 520px; margin: -45px -12vw -30px; opacity: .9; }
  .hero::before { background: linear-gradient(90deg, rgba(7, 9, 13, .98) 0%, rgba(7, 9, 13, .64) 55%, rgba(7, 9, 13, .25) 100%); }
  .section-heading-row, .meaning-header { grid-template-columns: 1fr; gap: 28px; }
  .section-heading-row > p, .meaning-header > p { margin: 0; }
  .meaning-header { margin-bottom: 80px; }
  .process-field { grid-template-columns: repeat(2, 1fr); gap: 0 20px; margin-top: 78px; }
  .process-line { top: 109px; right: 10%; left: 10%; }
  .process-stage { min-height: 280px; }
  .process-stage:nth-of-type(even) { padding-top: 168px; }
  .registry-list { margin-top: 75px; }
  .field-layout { grid-template-columns: 1fr; min-height: auto; gap: 20px; }
  .field-copy { max-width: 480px; }
  .field-visual { min-height: 530px; }
  .dimension-grid { grid-template-columns: repeat(2, 1fr); }
  .dimension:nth-child(2) { border-right: 0; }
  .dimension:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .specimens { grid-template-columns: 1fr; gap: 70px; }
  .specimen-heading .note { margin-top: 25px; }
  .closing { min-height: 630px; }
  .closing-axis { right: 0; bottom: 110px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 36px); }
  body { font-size: 15px; }
  .site-header { padding-top: 22px; }
  .wordmark { gap: 9px; font-size: 10px; letter-spacing: .14em; }
  .brand-mark { width: 23px; height: 23px; transform: scale(.82); transform-origin: left center; }
  .header-cta { font-size: 9px; }
  .hero-layout { min-height: calc(100svh - 66px); padding-top: 53px; padding-bottom: 58px; }
  .hero-copy { padding-top: 0; }
  .eyebrow, .kicker { font-size: 8px; letter-spacing: .13em; }
  h1 { margin: 20px 0 24px; font-size: clamp(3.55rem, 17.5vw, 5.9rem); line-height: .84; }
  h1 sup { margin-left: 5px; font-size: 8px; transform: translateY(3px); }
  .hero-slogan { max-width: 320px; font-size: 1.55rem; }
  .lede { max-width: 340px; font-size: 13px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .button { width: auto; min-height: 48px; padding-inline: 16px; font-size: 9px; }
  .fabric-figure { min-height: 390px; margin: -15px -19vw -20px; opacity: .84; }
  .figure-meta { top: 7%; left: 14%; right: 7%; font-size: 7px; }
  .figure-caption { bottom: 7%; left: 14%; right: 7%; font-size: 7px; }
  .anchors text { font-size: 8px; }
  .field-labels text { font-size: 8px; }
  .hero-index { bottom: 17px; font-size: 7px; }
  .hero-index span:last-child { display: none; }
  .section { padding-block: 93px; }
  .section h2 { font-size: clamp(2.9rem, 14vw, 4.7rem); }
  .section::after { right: 18px; left: 18px; }
  .meaning-header { margin-bottom: 64px; }
  .word-pair { grid-template-columns: 1fr; gap: 32px; }
  .word-pair article { min-height: auto; padding: 18px 0 0; }
  .word-pair article:last-child { padding: 18px 0 0; }
  .word-seam { justify-content: flex-start; }
  .word-index { margin-bottom: 28px; font-size: 8px; }
  .word-pair h3 { margin-bottom: 14px; font-size: 3.7rem; }
  .meaning-close { margin-top: 62px; font-size: 1.6rem; }
  .process-field { display: block; margin-top: 60px; }
  .process-line { top: 0; bottom: 0; right: auto; left: 15px; width: 1px; height: auto; background: linear-gradient(var(--cyan), var(--lavender), transparent); }
  .process-stage, .process-stage:nth-of-type(odd), .process-stage:nth-of-type(even) { min-height: 194px; padding: 33px 0 24px 57px; border-bottom: 0; }
  .process-stage::after, .process-stage:nth-of-type(even)::after { top: 36px; left: 15px; width: 8px; height: 8px; }
  .process-stage:nth-of-type(even) .stage-plane, .stage-plane { top: 18px; left: 53px; width: 150px; height: 75px; transform: skewY(-10deg) rotate(-4deg); opacity: .45; }
  .process-stage:hover .stage-plane, .process-stage:nth-of-type(even):hover .stage-plane { transform: skewY(-10deg) rotate(-4deg) translateY(-4px); }
  .stage-number { margin-bottom: 23px; font-size: 8px; }
  .process-stage h3 { font-size: 1.25rem; }
  .process-stage p { max-width: 270px; font-size: 12px; }
  .registry-list { margin-top: 62px; }
  .registry-row { grid-template-columns: 32px 1fr 20px; gap: 10px; min-height: 106px; padding-block: 16px; }
  .registry-row:hover { padding-inline: 0; background: transparent; }
  .registry-row h3 { font-size: 14px; }
  .registry-row p { grid-column: 2 / 3; font-size: 12px; line-height: 1.5; }
  .registry-row > b { grid-column: 3; grid-row: 1; font-size: 15px; }
  .field-layout { gap: 0; }
  .field-copy p { font-size: 13px; line-height: 1.75; }
  .field-visual { min-height: 355px; margin: 10px -13vw -10px; }
  .field-svg { inset: 0 -4% 0 -4%; width: 108%; }
  .field-wordmark { top: 48%; left: 43%; }
  .field-wordmark span, .field-wordmark em { font-size: 2.8rem; }
  .field-wordmark small { margin-top: 13px; font-size: 7px; }
  .field-quote { margin-top: 28px; font-size: 1.65rem; }
  .dimension-grid { margin-top: 60px; }
  .dimension { min-height: 205px; padding: 21px 15px; }
  .dimension strong { margin-bottom: 42px; font-size: 5.5rem; }
  .dimension span { font-size: 8px; }
  .dimension p { font-size: 12px; }
  .specimens { gap: 58px; }
  .specimen-list p { padding-block: 15px; font-size: 1.2rem; }
  .specimen-list em { font-size: 8px; }
  .why-list { margin-top: 64px; }
  .why-row { grid-template-columns: 32px 1fr; gap: 12px; align-items: start; min-height: auto; padding-block: 26px; }
  .why-row > i { display: none; }
  .why-row h3 { font-size: 17px; }
  .why-row p { font-size: 12px; line-height: 1.65; }
  .record-body { align-items: flex-start; flex-direction: column; padding-block: 42px 48px; gap: 40px; }
  .record-body h2 { font-size: clamp(3rem, 14vw, 5.2rem); }
  .record-mark { align-self: flex-end; min-width: 100px; }
  .record-mark strong { width: 64px; height: 64px; font-size: 25px; }
  .record-mark i { margin-top: -24px; margin-bottom: 13px; }
  .record dl { grid-template-columns: 1fr 1fr; }
  .record dl div:nth-child(3n) { border-right: 1px solid var(--line); }
  .record dl div:nth-child(2n) { border-right: 0; }
  .record dl div { min-height: 90px; padding: 15px 12px; }
  .record dt { font-size: 7px; }
  .record dd { font-size: 11px; line-height: 1.4; }
  .closing { min-height: 550px; padding-top: 125px; }
  .closing h2 { margin-bottom: 28px; font-size: clamp(4.3rem, 19vw, 6.8rem); }
  .closing > p { font-size: 13px; line-height: 1.7; }
  .closing-axis { right: 0; bottom: 92px; width: 140px; }
  .site-footer { display: block; padding-block: 25px 30px; }
  .site-footer > div { display: flex; flex-wrap: wrap; gap: 13px 23px; }
  .site-footer > div > span { display: none; }
  .site-footer small { display: block; margin-top: 23px; }
}

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