/* Settlelens / Midnight & Pearl — no external fonts or runtime dependencies. */
:root {
  --bg: #11110f; --fg: #f1eee6; --muted: #98968d; --line: #ffffff20;
  --accent: #cfbda0; --panel: #1c1c19; --soft: #d2ccbf;
  font-family: "Segoe UI", Arial, sans-serif; color: var(--fg); background: var(--bg);
  font-synthesis: none; scroll-behavior: smooth; scroll-padding-top: 100px;
}
* { box-sizing: border-box; }
body { margin: 0; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
::selection { background: var(--accent); color: var(--bg); }
h1,h2,h3,p { margin: 0; }
em, .serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; }
.skip { position: fixed; top: -100px; z-index: 99; padding: 14px 20px; background: var(--fg); color: var(--bg); }
.skip:focus { top: 15px; }
.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .034; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.5' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); }
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 40; }
.scroll-progress i { display: block; height: 100%; width: 100%; background: var(--accent); transform: scaleX(var(--scroll-progress,0)); transform-origin: left; }
.boot { position: fixed; inset: 0; background: var(--bg); z-index: 80; display: none; flex-direction: column; align-items: center; justify-content: center; transition: transform .85s cubic-bezier(.75,0,.2,1), visibility .85s; }
.js-motion .boot { display: flex; }
.boot-logo { display: flex; align-items: center; font-size: 57px; letter-spacing: -3px; font-weight: 600; }
.boot-logo > span:last-child { color: var(--accent); }
.boot-logo .mark { width: 43px; transform: rotate(-11deg) scale(1.3); margin-right: 17px; }
.boot-line { height: 1px; width: 150px; background: var(--line); margin: 26px 0 14px; overflow: hidden; }
.boot-line i { display: block; height: 100%; width: 100%; background: var(--accent); animation: load 1.05s cubic-bezier(.7,0,.2,1) both; }
.boot > span { text-transform: uppercase; letter-spacing: 2.5px; color: var(--muted); font-size: 8px; }
.ready .boot { transform: translateY(-100%); visibility: hidden; }
.nav-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 102px; padding: 0 5%; display: flex; align-items: center; justify-content: space-between; z-index: 30; border-bottom: 1px solid var(--line); transition: background .3s, height .3s; }
.nav-wrap.scrolled { position: fixed; height: 74px; background: #11110fe8; backdrop-filter: blur(22px); }
.logo { display: inline-flex; align-items: center; font-size: 33px; font-weight: 650; letter-spacing: -1.7px; }
.brand-logo-image { display: block; width: 100%; height: auto; object-fit: contain; }
.logo .brand-logo-image { width: 184px; max-height: 64px; }
.boot-logo .brand-logo-image { width: 330px; max-height: 120px; }
.ticket-brand .brand-logo-image { width: 80px; filter: brightness(.18); }
.mini-mark { display: inline-flex; width: 82px; flex: 0 0 82px; }
.mini-mark .brand-logo-image { width: 82px; filter: brightness(.18); }
.logo > span:last-child { color: var(--accent); }
.mark { display: flex; flex-direction: column; width: 29px; gap: 4px; transform: rotate(-11deg); margin-right: 10px; }
.mark i { display: block; height: 5px; width: 28px; background: currentColor; border-radius: 3px; }
.mark i:nth-child(2) { width: 21px; }.mark i:nth-child(3) { width: 14px; }
.nav-wrap nav { display: flex; gap: 36px; margin-left: 55px; }
.nav-wrap nav a { font-size: 12px; color: #bbb8ad; position: relative; }
.nav-wrap nav a:after { content: ''; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.nav-wrap nav a:hover:after { transform: scaleX(1); }
.nav-actions { display: flex; gap: 30px; align-items: center; }
.edition { font-size: 10px; display: flex; align-items: center; gap: 7px; color: var(--muted); }
.edition span { display: inline-block; width: 10px; height: 10px; border: 1px solid #cec4b1; border-radius: 50%; background: #dcd4c5; }
.nav-cta { font-size: 11px; border: 1px solid #747062; border-radius: 30px; padding: 12px 19px; display: flex; gap: 23px; align-items: center; transition: background .25s, color .25s; }
.nav-cta:hover { background: var(--fg); color: var(--bg); }
.nav-cta b { font-weight: 400; font-size: 18px; }
.menu { display: none; }
.section-pad { padding: 110px 7.2%; }
.hero { min-height: 830px; height: min(980px,100svh); position: relative; display: flex; align-items: center; padding: 126px 5% 55px; overflow: hidden; }
.hero-copy { position: relative; z-index: 3; width: 100%; pointer-events: none; }
.hero-copy a,.hero-copy button { pointer-events: auto; }
.kicker,.section-label { display: flex; align-items: center; gap: 15px; color: var(--muted); text-transform: uppercase; letter-spacing: 1.9px; font-size: 9px; font-weight: 500; }
.kicker span,.section-label span { border: 1px solid var(--line); border-radius: 30px; padding: 5px 7px; font-size: 8px; letter-spacing: .5px; }
.hero h1 { margin-top: 31px; font-size: clamp(60px,6.9vw,116px); line-height: 1.04; letter-spacing: -.065em; font-weight: 450; }
.hero h1 > span { display: block; width: fit-content; }
.hero h1 .serif { color: var(--soft); letter-spacing: -.067em; line-height: 1.2; }
.hero-lede { font-size: 14px; color: var(--muted); max-width: 355px; line-height: 1.85; margin-top: 25px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 46px; background: var(--fg); color: #292720; padding: 16px 22px; border-radius: 3px; font-size: 12px; font-weight: 500; min-height: 52px; transition: background .25s, box-shadow .3s; }
.primary b { font-size: 23px; font-weight: 400; line-height: 1; }
.primary:hover { background: var(--accent); box-shadow: 0 8px 40px #cdbc9f20; }
.text-action { border: 0; background: none; display: flex; align-items: center; gap: 9px; color: var(--soft); font-size: 11px; padding: 10px 0; }
.text-action i { width: 22px; height: 22px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; }
.text-action i:after { content: ''; margin-left: 2px; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 4px solid var(--soft); }
.hero-foot { display: flex; align-items: center; gap: 46px; margin-top: 65px; color: #757468; font: 8px/1.5 Consolas,monospace; text-transform: uppercase; letter-spacing: 1px; }
.hero-foot span:first-child:before { content: ''; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); margin-right: 8px; vertical-align: 2px; }
.hero-visual { position: absolute; top: 13%; right: -8%; width: 75%; height: 87%; transform: translate3d(calc(var(--pointer-x,0) * 14px),calc(var(--pointer-y,0) * 12px + var(--hero-scroll,0) * 60px),0); will-change: transform; transition: transform .15s linear; }
.hero-visual img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: lighten; mask-image: radial-gradient(ellipse 65% 65% at 58% 50%,#000 38%,transparent 80%); animation: sculpture 9s ease-in-out infinite; }
.hero-glow { position: absolute; inset: 10% 15%; background: radial-gradient(ellipse,#b29a7020,transparent 66%); filter: blur(30px); }
.hero-visual:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,var(--bg),transparent 25%); pointer-events: none; }
.float-tag { position: absolute; background: #1c1c1980; border: 1px solid #d7cbb128; border-radius: 5px; padding: 13px 43px 13px 15px; backdrop-filter: blur(15px); z-index: 2; box-shadow: 0 14px 40px #0002; animation: float 7s ease-in-out infinite; }
.float-tag span { font: 7px Consolas,monospace; letter-spacing: 1.3px; color: #9d9685; display: block; margin-bottom: 6px; }
.float-tag strong { font-size: 11px; font-weight: 400; color: #e8e0cf; }
.float-tag i { width: 5px; height: 5px; border: 1px solid #d1c3a8; border-radius: 50%; position: absolute; right: 14px; top: 28px; }
.tag-a { top: 22%; right: 21%; }.tag-b { bottom: 23%; left: 24%; animation-delay: -3s; }
.coordinate { position: absolute; right: 19%; bottom: 12%; font: 7px/1.7 Consolas,monospace; color: #7f796e; letter-spacing: .7px; z-index: 2; }
.hero-index { position: absolute; bottom: 35px; right: 5%; font: 8px Consolas,monospace; color: #756f60; letter-spacing: 2px; }
.question { border-top: 1px solid var(--line); padding-top: 94px; padding-bottom: 83px; background: #161612; position: relative; }
.display { font-size: clamp(68px,10.4vw,155px); font-weight: 420; letter-spacing: -.07em; line-height: .98; margin: 47px 0 40px; }
.display span { color: #8b877b; }
.question-bottom { display: flex; justify-content: space-between; align-items: end; }
.question-bottom p { max-width: 350px; color: #989488; font-size: 13px; line-height: 1.85; }
.signal { display: flex; align-items: center; gap: 18px; font: 10px/1.6 Consolas,monospace; color: #979080; }
.signal i { width: 30px; height: 30px; border-radius: 50%; border: 1px solid #797263; position: relative; }
.signal i:before { content: ''; position: absolute; inset: 9px; background: var(--accent); border-radius: 50%; }
.signal i:after { content: ''; position: absolute; inset: -6px; border: 1px solid #797263; border-radius: 50%; animation: pulse 3s infinite; }
.marquee { overflow: hidden; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #8a8577; font: 10px Consolas,monospace; letter-spacing: 3px; }
.marquee > div { white-space: nowrap; width: max-content; animation: marquee 36s linear infinite; }
.marquee i { margin: 0 37px; font-style: normal; color: var(--accent); }
.trace { padding-top: 110px; padding-bottom: 85px; }
.trace-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
.trace-heading .section-label { grid-column: 1 / -1; margin-bottom: 42px; }
.trace h2,.answer h2,.exceptions h2 { font-size: clamp(40px,4.5vw,71px); line-height: 1.14; letter-spacing: -.045em; font-weight: 430; }
.trace h2 em,.answer h2 em,.exceptions h2 em { color: #b5ab98; }
.trace-heading > p { max-width: 280px; justify-self: end; align-self: end; color: var(--muted); font-size: 13px; line-height: 1.9; margin-bottom: 5px; }
.trace-stage { min-height: 355px; position: relative; display: grid; grid-template-columns: repeat(3,1fr); padding-top: 40px; margin-top: 23px; }
.trace-line { position: absolute; top: 13px; height: 230px; width: 100%; opacity: .85; pointer-events: none; }
.trace-path-bg,.trace-path { fill: none; stroke-width: 1; stroke: #897c652c; }
.trace-path { stroke: #c0aa86; stroke-dasharray: 12 970; animation: signal-trace 7s linear infinite; }
.source-node { border: 0; background: none; padding: 0 10px; position: relative; display: flex; flex-direction: column; align-items: center; color: var(--muted); }
.source-node > span { font: 8px Consolas,monospace; color: #817c70; margin-bottom: 17px; }
.node-disc { display: block; width: 94px; height: 94px; border-radius: 50%; border: 1px solid #706752; background: conic-gradient(from 10deg,#11110f,#b9ac8f,#25241c,#6b624d,#141510,#c2b79e,#11110f); position: relative; box-shadow: 4px 12px 22px #0005,inset 0 0 0 4px #202019,inset 0 0 0 5px #b1a386; transition: transform .5s,box-shadow .5s; }
.node-disc:before { content: ''; position: absolute; inset: 14px; border-radius: 50%; background: linear-gradient(145deg,#24241d,#4c4738,#1a1a15); box-shadow: inset 0 0 0 1px #b6a58560; }
.node-disc:after { content: '↗'; position: absolute; inset: 0; display: grid; place-items: center; font-size: 30px; color: #b9af98; font-style: normal; text-shadow: 1px 1px #000; }
.source-node:nth-of-type(2) .node-disc:after { content: '='; }.source-node:nth-of-type(3) .node-disc:after { content: '✓'; }
.source-node:hover .node-disc,.source-node.active .node-disc { transform: translateY(-7px) rotate(-7deg); box-shadow: 4px 18px 30px #0006,0 0 40px #b4a17b18,inset 0 0 0 4px #202019,inset 0 0 0 5px #b1a386; }
.source-node small { font-size: 10px; color: #aca493; margin-top: 24px; margin-bottom: 7px; }
.source-node strong { font-size: 12px; font-weight: 430; color: #ddd5c5; }
.trace-detail { grid-column: 1 / -1; margin-top: 33px; padding: 18px 23px; border: 1px solid var(--line); border-radius: 3px; display: flex; align-items: center; justify-content: center; gap: 30px; }
.trace-detail span { font: 8px Consolas,monospace; color: #bdab8c; letter-spacing: 1px; white-space: nowrap; }.trace-detail p { font-size: 11px; color: #969083; line-height: 1.6; }
.answer { background: #e6e0d4; color: #282721; display: flex; align-items: center; gap: 9%; padding-top: 115px; padding-bottom: 115px; perspective: 1100px; }
.answer-copy { flex: 1; }.answer .section-label { color: #8b8372; margin-bottom: 33px; }.answer .section-label span { border-color: #8b837240; }
.answer h2 em { color: #827866; }.answer-copy > p { max-width: 320px; color: #827b6e; font-size: 13px; line-height: 1.9; margin-top: 24px; }
.line-link { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid #aaa08c; padding-bottom: 13px; width: fit-content; font-size: 11px; margin-top: 37px; }.line-link b { font-size: 21px; font-weight: 400; }
.answer-device { width: 340px; min-height: 410px; padding: 24px; border: 1px solid #fdfcf7; border-radius: 15px; background: linear-gradient(130deg,#f9f8f1,#eeece4); color: #383830; box-shadow: 10px 17px 0 -11px #a49d8e,15px 30px 45px -20px #81796377,inset 0 0 0 5px #f8f7f0; transform: rotateY(-12deg) rotateX(5deg) rotateZ(4deg); transition: transform .5s cubic-bezier(.2,.65,.2,1); }
.device-top { display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #dbd7cc; padding: 0 0 16px; }.mini-mark { font-size: 28px; color: #938773; }.device-top strong { font-size: 11px; display: block; font-weight: 500; }.device-top small { display: block; font-size: 8px; margin-top: 4px; color: #a19989; }.device-top i { margin-left: auto; width: 4px; height: 4px; background: #8fa185; border-radius: 50%; }
.prompt { border: 1px solid #e5dfd1; background: #ece7dc; font-size: 10px; padding: 12px; border-radius: 6px 6px 0 6px; margin: 21px 0 20px 18px; color: #8d7f68; }
.failed,.success { font: 7px Consolas,monospace; color: #ad8376; letter-spacing: 1px; }.success { color: #77927e; }
.answer-device h3 { font-size: 20px; font-weight: 450; line-height: 1.3; letter-spacing: -.7px; margin: 12px 0; }.answer-device > p { font-size: 10px; color: #968974; line-height: 1.9; }
.receipts { display: flex; gap: 5px; margin: 16px 0; }.receipts span { border: 1px solid #dcd4c5; border-radius: 4px; font-size: 7px; padding: 5px; color: #978970; }
.device-exception { display: flex; align-items: flex-start; gap: 9px; padding: 13px; border: 1px solid #e3d5b7; background: #f6f0e0; border-radius: 7px; }.device-exception > span { color: #ad9562; }.device-exception p { color: #aa9670; font-size: 9px; line-height: 1.7; }.device-exception strong { display: block; font-size: 9px; font-weight: 500; margin-bottom: 5px; }.device-exception.verified { background: #eef2e9; border-color: #d4dfc9; }.device-exception.verified p,.device-exception.verified > span { color: #849174; }
.exceptions { display: flex; align-items: center; gap: 9%; min-height: 670px; overflow: hidden; }.exception-orbit { width: 40%; aspect-ratio: 1; flex-shrink: 0; position: relative; perspective: 600px; }
.exception-orbit i { position: absolute; inset: 8%; border: 1px solid #7f715a; border-radius: 50%; transform: rotateX(62deg) rotateZ(30deg); animation: orbit1 15s linear infinite; box-shadow: inset 0 0 1px #e9dab6; }.exception-orbit i:nth-child(2) { inset: 15%; transform: rotateY(55deg) rotateZ(-30deg); animation: orbit2 17s linear infinite; }.exception-orbit i:nth-child(3) { inset: 21%; transform: rotateY(-45deg) rotateZ(20deg); animation: orbit1 21s linear reverse infinite; }
.exception-orbit span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: Georgia,serif; font-style: italic; font-size: 125px; line-height: 1; color: #b2a58d; text-shadow: 2px 2px 1px #020201; }
.exception-copy { flex: 1; }.exception-copy .section-label { margin-bottom: 33px; }.exception-copy > p { margin-top: 23px; max-width: 345px; font-size: 13px; color: var(--muted); line-height: 1.85; }.exception-copy ul { margin: 23px 0 0; padding: 0; list-style: none; }.exception-copy li { border-bottom: 1px solid var(--line); padding: 14px 0; font-size: 11px; color: #bcb3a1; }.exception-copy li > span { font: 8px Consolas,monospace; color: #716958; margin-right: 25px; }
.numbers { border-top: 1px solid var(--line); background: #181813; padding-top: 78px; padding-bottom: 66px; }.number-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; margin-top: 36px; }.number-grid > div { display: flex; align-items: flex-end; gap: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.number-grid strong { font-size: 87px; font-weight: 350; letter-spacing: -.07em; line-height: 1; }.number-grid span { font: 10px/1.8 Consolas,monospace; color: #8e8573; padding-bottom: 6px; }.numbers-note { color: #817967; font-size: 9px; margin-top: 27px; }
.closing { min-height: 560px; position: relative; overflow: hidden; display: flex; align-items: center; }.closing-copy { z-index: 2; position: relative; }.closing .section-label { margin-bottom: 34px; }.closing h2 { font-size: clamp(45px,5.2vw,78px); font-weight: 430; line-height: 1.15; letter-spacing: -.05em; }.closing h2 em { color: #b8ad98; }.closing .primary { margin-top: 32px; }
.closing-ring { position: absolute; width: 470px; height: 470px; right: -85px; top: 45px; opacity: .5; transform: rotate(-25deg); }.closing-ring i { border-radius: 50%; position: absolute; inset: 0; border: 30px solid #796d55; box-shadow: inset -4px -5px 7px #ffffff1a,2px 5px 10px #ffffff15; }.closing-ring i:nth-child(2) { inset: 46px; border-width: 14px; }.closing-ring i:nth-child(3) { inset: 100px; border-width: 3px; }
footer { border-top: 1px solid var(--line); margin: 0 5%; padding: 34px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; }footer .logo { font-size: 27px; }footer .mark { transform: rotate(-11deg) scale(.8); margin-right: 4px; }footer p { font-size: 9px; color: #8d8473; }footer > div { display: flex; gap: 25px; }footer a:not(.logo),footer > span { font-size: 9px; color: #a69a84; }footer > span { font-family: Consolas,monospace; }
.story-modal { width: min(650px,calc(100vw - 32px)); background: #eae4d8; color: #292721; padding: 48px; border-radius: 5px; border: 1px solid #fff6; box-shadow: 0 20px 130px #0008; max-height: 90svh; overflow: auto; }.story-modal::backdrop { background: #0c0c0bd6; backdrop-filter: blur(13px); }.modal-close { position: absolute; right: 15px; top: 8px; background: none; border: 0; color: #6b6254; font-size: 32px; }.story-modal .section-label { color: #897b66; font-size: 8px; }.story-modal .section-label > span { border-color: #c2b49e; font-size: 7px; }.story-modal h2 { font-weight: 450; font-size: 34px; line-height: 1.2; letter-spacing: -1px; }.story-modal p { font-size: 13px; line-height: 1.9; color: #8c7d67; margin: 20px 0 28px; }.story-modal .primary { color: #ebe4d7; background: #27251f; }.story-track { margin: 30px 0; height: 60px; display: flex; align-items: center; justify-content: space-between; position: relative; }.story-track:before { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: #bcae9644; }.story-track i { border: 1px solid #c7b799; width: 40px; height: 40px; border-radius: 50%; background: #dfd5c4; position: relative; animation: story-step 3s ease-in-out infinite; }.story-track i:after { content: '✓'; position: absolute; inset: 0; display: grid; place-items: center; font-style: normal; font-size: 16px; color: #817155; }.story-track i:nth-child(2) { animation-delay: .6s; }.story-track i:nth-child(3) { animation-delay: 1.2s; }
/* Motion is progressive enhancement. Content stays visible when JS is disabled. */
.js-motion .reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s ease,transform 1s cubic-bezier(.2,.6,.25,1); }
.js-motion .reveal.visible { opacity: 1; transform: translateY(0); }
.js-motion .answer-device.reveal { transform: translateY(40px) rotateY(-12deg) rotateX(5deg) rotateZ(4deg); }
.js-motion .answer-device.reveal.visible { transform: translateY(0) rotateY(-12deg) rotateX(5deg) rotateZ(4deg); }
.js-motion .split-lines > span { opacity: 0; transform: translateY(48px); filter: blur(8px); transition: opacity 1.2s,transform 1.2s cubic-bezier(.15,.6,.25,1),filter 1.2s; }
.ready .split-lines > span { opacity: 1; transform: translateY(0); filter: blur(0); }.split-lines > span:nth-child(2) { transition-delay: .15s; }
.magnetic { will-change: transform; }
.hero-visual img,.float-tag,.marquee > div,.signal i:after,.trace-path,.exception-orbit i,.story-track i { animation-play-state: var(--ambient-play,running); }
.motion-toggle { border: 0; background: transparent; color: var(--muted); font-size: 9px; padding: 4px; }
.motion-paused *, .motion-paused *:before,.motion-paused *:after { animation-play-state: paused!important; }
.motion-paused .hero-visual { transform: none!important; }
.story-controls { display: flex; gap: 9px; margin-bottom: 24px; }
.story-controls button { width: 31px; height: 31px; border-radius: 50%; border: 1px solid #a99b8055; background: transparent; color: #91806a; font: 10px Consolas,monospace; }
.story-controls button.active { color: #f1e8d8; background: #817156; border-color: #817156; }
.story-status { font: 9px Consolas,monospace; text-transform: uppercase; letter-spacing: 1px; color: #9a8667; margin: 0 0 14px; }
@keyframes load { from { transform: translateX(-100%); } to { transform: translateX(0); } }
@keyframes sculpture { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-17px) rotate(1deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 0%,100% { transform: scale(.8); opacity: .8; } 60% { transform: scale(1.25); opacity: 0; } }
@keyframes signal-trace { to { stroke-dashoffset: -982; } }
@keyframes orbit1 { from { transform: rotateX(62deg) rotateZ(0); } to { transform: rotateX(62deg) rotateZ(360deg); } }
@keyframes orbit2 { from { transform: rotateY(55deg) rotateZ(0); } to { transform: rotateY(55deg) rotateZ(-360deg); } }
@keyframes story-step { 0%,100% { opacity: .5; transform: scale(.9); } 40% { opacity: 1; transform: scale(1.1); } }
/* Pearl edition — paper, champagne, graphite. */
.pearl { --bg: #eeeae2; --fg: #242722; --muted: #727665; --line: #2a302020; --accent: #8e876e; --panel: #e3ded3; --soft: #8a8a79; }
.pearl .logo .brand-logo-image,.pearl .boot-logo .brand-logo-image { filter: brightness(.18); }
.pearl .nav-wrap.scrolled { background: #eeeae2e8; }.pearl .nav-wrap nav a { color: #777c6d; }.pearl .nav-cta { border-color: #b4b7a6; }.pearl .edition span { background: #33342d; border-color: #33342d; }.pearl .primary { background: #2d3229; color: #f2f0e5; }.pearl .primary:hover { background: #5c634e; }.pearl .hero { min-height: 800px; }
.pearl .hero-visual { right: -5%; width: 69%; top: 9%; height: 89%; }.pearl .hero-visual img { mix-blend-mode: multiply; }.pearl .hero-glow { background: radial-gradient(ellipse,#fff8,transparent 70%); }.pearl .hero-visual:after { background: linear-gradient(90deg,var(--bg),transparent 25%); }.pearl .float-tag { background: #f9f7efb5; border-color: #d4cbbc; box-shadow: 0 10px 30px #6f69451a; }.pearl .float-tag strong { color: #72735d; }.pearl .float-tag span { color: #aaa28e; }.pearl .float-tag i { border-color: #8d9677; }.pearl .tag-a { right: 18%; top: 21%; }.pearl .tag-b { left: 17%; bottom: 25%; }.pearl .hero-foot { color: #979a87; }.pearl .coordinate,.pearl .hero-index { color: #999986; }
.pearl .question { background: #e3dfd5; }.pearl .display { font-size: clamp(57px,7.2vw,111px); line-height: 1.07; }.pearl .display span { color: #969786; }.pearl .question-bottom p { color: #828570; }.pearl .signal { color: #8c8c77; }.pearl .signal i,.pearl .signal i:after { border-color: #aeb095; }.pearl .marquee { color: #9b9b85; }
.pearl .trace h2 em,.pearl .exceptions h2 em { color: #959581; }.pearl .trace-detail { background: #f5f1e9; }.pearl .trace-detail span { color: #91916e; }.pearl .trace-detail p { color: #898976; }.pearl .source-node small { color: #8e8e77; }.pearl .source-node strong { color: #6f755e; }.pearl .source-node > span { color: #9c9c86; }.pearl .trace-path-bg { stroke: #aca98c40; }.pearl .trace-path { stroke: #8e9474; }
.pearl .node-disc { background: conic-gradient(from 10deg,#ddd8ca,#fffdf5,#aeac96,#f6f4e8,#dedcc8,#fff,#ddd8ca); border-color: #b8b39f; box-shadow: 4px 12px 22px #95896a28,inset 0 0 0 4px #dbd6c5,inset 0 0 0 5px #faf9ed; }.pearl .node-disc:before { background: linear-gradient(145deg,#c6c3ae,#faf9f0,#d2cfba); box-shadow: inset 0 0 0 1px #b6ae95; }.pearl .node-disc:after { color: #98977b; text-shadow: 1px 1px #fff; }.pearl .source-node:hover .node-disc,.pearl .source-node.active .node-disc { box-shadow: 4px 18px 30px #95896a38,inset 0 0 0 4px #dbd6c5,inset 0 0 0 5px #faf9ed; }
.pearl .answer { background: #35382f; color: #ecebdc; }.pearl .answer .section-label { color: #a3a18b; }.pearl .answer h2 em { color: #b7b69e; }.pearl .answer-copy > p { color: #a3a48e; }.pearl .line-link { color: #d4d4bf; }.pearl .answer-device { box-shadow: 10px 17px 0 -11px #8b8b72,15px 30px 45px -20px #1119,inset 0 0 0 5px #f8f7f0; }
.pearl .exception-orbit i { border-color: #a8a587; box-shadow: none; }.pearl .exception-orbit span { color: #989679; text-shadow: 1px 1px #fff; }.pearl .exception-copy li { color: #767d65; }.pearl .exception-copy li > span { color: #aca992; }.pearl .numbers { background: #e3dfd4; }.pearl .number-grid span { color: #8d8e75; }.pearl .numbers-note { color: #959681; }.pearl .closing h2 em { color: #93957d; }.pearl .closing-ring i { border-color: #d4d0bf; box-shadow: inset -4px -5px 7px #fffc,2px 5px 10px #d5d0b8; }.pearl footer p,.pearl footer a:not(.logo),.pearl footer > span { color: #8e927e; }
@media(min-width:1700px) { .section-pad { padding-left: 12%; padding-right: 12%; }.hero { padding-left: 9%; }.hero-visual { right: -1%; width: 68%; }.nav-wrap { padding: 0 9%; }.answer-device { width: 385px; padding: 30px; }.hero-copy h1 { font-size: 116px; } }
@media(max-width:1100px) { .nav-wrap nav { gap: 22px; margin-left: 0; }.nav-actions { gap: 20px; }.nav-wrap { padding: 0 5%; }.hero { min-height: 760px; height: 100svh; }.hero h1 { font-size: 8vw; }.hero-visual { right: -20%; width: 91%; }.hero-lede { max-width: 295px; font-size: 13px; }.hero-foot { gap: 20px; font-size: 7px; }.section-pad { padding: 85px 7%; }.answer { gap: 7%; }.answer-device { width: 315px; }.number-grid { gap: 28px; }.number-grid > div { gap: 15px; }.number-grid strong { font-size: 72px; }.number-grid span { font-size: 9px; }.pearl .hero-visual { right: -19%; width: 89%; }.pearl .hero { min-height: 760px; }.closing-ring { right: -210px; } }
@media(max-width:800px) { .nav-wrap { height: 84px; }.nav-wrap nav { gap: 19px; }.nav-wrap nav a { font-size: 11px; }.nav-actions .edition { display: none; }.nav-cta { font-size: 10px; padding: 10px 13px; gap: 14px; }.hero { min-height: 740px; height: 100svh; padding-top: 110px; }.hero h1 { font-size: 9vw; }.hero-visual { right: -33%; width: 105%; top: 17%; }.hero-lede { max-width: 280px; }.hero-foot { flex-direction: column; align-items: flex-start; gap: 10px; }.tag-a { right: 33%; }.tag-b { left: 26%; bottom: 21%; }.coordinate { right: 36%; }.trace-heading { grid-template-columns: 1fr 1fr; }.trace-heading > p { font-size: 12px; max-width: 220px; }.answer { gap: 6%; padding-left: 6%; padding-right: 6%; }.answer h2 { font-size: 38px; }.answer-copy > p { font-size: 12px; }.answer-device { width: 290px; padding: 21px; }.answer-device h3 { font-size: 19px; }.exceptions { gap: 7%; }.exception-orbit { width: 36%; }.exception-orbit span { font-size: 87px; }.exception-copy h2 { font-size: 41px; }.number-grid strong { font-size: 60px; }.number-grid > div { flex-direction: column; align-items: flex-start; gap: 14px; }.number-grid span br { display: none; }.number-grid { gap: 22px; }.closing { min-height: 470px; }.closing h2 { font-size: 49px; }.closing-ring { width: 350px; height: 350px; right: -130px; top: 65px; opacity: .35; }footer { flex-wrap: wrap; gap: 20px; }footer p { display: none; }.pearl .hero-visual { width: 100%; right: -30%; top: 18%; }.pearl .hero h1 { font-size: 9vw; }.pearl .tag-a { right: 31%; }.pearl .tag-b { left: 17%; bottom: 19%; } }
@media(max-width:600px) {
  :root { scroll-padding-top: 85px; }.section-pad { padding: 64px 7%; }
  .nav-wrap { height: 77px; padding: 0 7%; }.logo { font-size: 29px; }.mark { transform: rotate(-11deg) scale(.88); margin-right: 4px; }.nav-actions { margin-left: auto; margin-right: 16px; }.nav-cta { font-size: 9px; padding: 8px 11px; gap: 9px; }.nav-cta b { font-size: 16px; }
  .menu { display: flex; flex-direction: column; gap: 5px; width: 25px; padding: 5px 0; border: 0; background: none; }.menu i { width: 23px; height: 1px; background: var(--fg); transition: transform .3s; }.menu[aria-expanded=true] i:first-child { transform: translateY(3px) rotate(45deg); }.menu[aria-expanded=true] i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .nav-wrap nav { display: none; position: absolute; left: 0; top: 100%; right: 0; padding: 25px 7%; flex-direction: column; gap: 25px; background: #171711f7; border-bottom: 1px solid var(--line); backdrop-filter: blur(20px); }.nav-wrap nav.open { display: flex; }.nav-wrap nav a { font-size: 15px; }.pearl .nav-wrap nav { background: #eeeae2f7; }
  .hero,.pearl .hero { height: auto; min-height: 890px; padding: 126px 7% 40px; display: block; }.hero-copy { pointer-events: auto; }.hero h1,.pearl .hero h1 { font-size: clamp(47px,11.4vw,69px); margin-top: 24px; letter-spacing: -.06em; position: relative; z-index: 3; }.hero h1 .serif { line-height: 1.2; }.hero-lede { margin-top: 18px; max-width: 290px; font-size: 12px; line-height: 1.8; }.kicker,.section-label { font-size: 7px; letter-spacing: 1.4px; gap: 10px; }.kicker span,.section-label span { font-size: 7px; }.hero-actions { gap: 20px; margin-top: 25px; }.primary { font-size: 10px; min-height: 45px; gap: 20px; padding: 12px 16px; }.primary b { font-size: 20px; }.text-action { font-size: 9px; gap: 7px; }.text-action i { width: 18px; height: 18px; }
  .hero-visual,.pearl .hero-visual { width: 135%; height: 440px; right: -20%; top: auto; bottom: 17px; }.hero-visual:after,.pearl .hero-visual:after { background: linear-gradient(180deg,var(--bg),transparent 12%); }.hero-visual img { mask-image: radial-gradient(ellipse 68% 65% at 50% 50%,#000 40%,transparent 81%); }.float-tag { padding: 10px 35px 10px 12px; }.float-tag strong { font-size: 10px; }.float-tag span { font-size: 6px; }.float-tag i { top: 23px; }.tag-a,.pearl .tag-a { right: 25%; top: 18%; }.tag-b,.pearl .tag-b { left: 17%; bottom: 24%; }.coordinate { right: 24%; bottom: 15%; font-size: 6px; }.hero-foot { margin-top: 20px; font-size: 6px; flex-direction: row; justify-content: space-between; }.hero-foot span:last-child { display: none; }.hero-index { bottom: 25px; right: 7%; font-size: 6px; }.pearl .hero h1 { font-size: 11vw; }
  .question .display { font-size: 17vw; margin-top: 36px; margin-bottom: 26px; }.pearl .question .display { font-size: 12.5vw; }.question-bottom { align-items: start; gap: 25px; }.question-bottom p { max-width: 235px; font-size: 11px; }.signal { gap: 12px; flex-direction: column; align-items: end; font-size: 7px; white-space: nowrap; }.signal i { width: 25px; height: 25px; }.signal i:before { inset: 7px; }.marquee { font-size: 8px; padding: 17px 0; }.marquee i { margin: 0 23px; }
  .trace-heading { display: block; }.trace-heading .section-label { margin-bottom: 28px; }.trace h2,.answer h2,.exceptions h2 { font-size: 40px; }.trace-heading > p { font-size: 11px; max-width: 250px; margin-top: 22px; }.trace-stage { margin-top: 15px; padding-top: 25px; min-height: 300px; }.node-disc { width: 68px; height: 68px; }.node-disc:before { inset: 11px; }.node-disc:after { font-size: 23px; }.source-node > span { margin-bottom: 13px; font-size: 7px; }.source-node small { margin-top: 18px; font-size: 8px; }.source-node strong { font-size: 8px; line-height: 1.7; text-align: center; }.source-node { padding: 0 3px; }.trace-line { height: 165px; top: 2px; }.trace-detail { margin-top: 23px; padding: 15px; flex-direction: column; align-items: flex-start; gap: 8px; }.trace-detail span { font-size: 7px; }.trace-detail p { font-size: 10px; }
  .answer { flex-direction: column; align-items: flex-start; gap: 40px; padding: 66px 7%; }.answer-copy { width: 100%; }.answer-copy > p { max-width: 270px; font-size: 11px; margin-top: 20px; }.line-link { font-size: 10px; margin-top: 24px; }.answer-device { width: min(100%,325px); margin: 0 auto; padding: 24px; transform: rotateY(-8deg) rotateZ(3deg); }.js-motion .answer-device.reveal.visible { transform: rotateY(-8deg) rotateZ(3deg); }
  .exceptions { flex-direction: column; gap: 20px; padding-top: 44px; }.exception-orbit { width: 235px; height: 200px; margin: 0 auto; }.exception-orbit span { font-size: 79px; }.exception-copy { width: 100%; }.exception-copy .section-label { margin-bottom: 25px; }.exception-copy > p { font-size: 11px; }.exception-copy li { font-size: 10px; padding: 13px 0; }.exception-copy li span { margin-right: 20px; }.exception-copy h2 { font-size: 39px; }
  .number-grid { margin-top: 32px; gap: 20px; }.number-grid strong { font-size: 60px; }.number-grid span { font-size: 8px; line-height: 1.7; }.number-grid span br { display: initial; }.number-grid > div { gap: 12px; }.numbers-note { font-size: 8px; line-height: 1.8; max-width: 290px; }
  .closing { min-height: 430px; }.closing h2 { font-size: 40px; }.closing-ring { width: 260px; height: 260px; right: -130px; top: 120px; opacity: .2; }.closing-ring i { border-width: 17px; }.closing-ring i:nth-child(2) { inset: 28px; border-width: 7px; }.closing-ring i:nth-child(3) { inset: 55px; }.closing .primary { margin-top: 27px; }.closing .section-label { margin-bottom: 30px; }footer { padding: 28px 0; margin: 0 7%; gap: 24px; }footer .logo { font-size: 27px; }footer > div { order: 3; width: 100%; justify-content: space-between; gap: 16px; }footer > span { font-size: 8px; }footer > div a { font-size: 9px; }.story-modal { padding: 37px 25px; }.story-modal h2 { font-size: 28px; }.story-modal p { font-size: 12px; }.story-modal .section-label { font-size: 7px; gap: 8px; }
}
@media(prefers-reduced-motion:reduce) { :root { scroll-behavior: auto; } *,*:before,*:after { animation: none!important; transition: none!important; }.boot { display: none!important; }.reveal,.js-motion .reveal,.js-motion .split-lines > span { opacity: 1!important; transform: none!important; filter: none!important; }.hero-visual { transform: none!important; } }

/* Keep the landing footer limited to its two legal items. */
body:not(.legal-page)>footer:not(.minimal-footer) { display: none!important; }
.minimal-footer {
  min-height: 86px;
  padding: 0;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}
.minimal-footer a,
.minimal-footer span {
  color: var(--muted);
  font: 10px "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}
.minimal-footer a:hover { color: var(--fg); }
@media(max-width:600px) {
  .minimal-footer { min-height: 74px; padding: 0; margin: 0 7%; }
  .minimal-footer a,.minimal-footer span { font-size: 9px; }
  .logo .brand-logo-image { width: 145px; }
  .boot-logo .brand-logo-image { width: 250px; }
  .mini-mark,.mini-mark .brand-logo-image { width: 68px; }
  .mini-mark { flex-basis: 68px; }
}
