:root{--site-color-primary: #171411;--site-color-secondary: #61594f;--site-color-tertiary: #a9782b;--site-color-neutral: #f4f1e8;--site-color-neutral-muted: #a1a1aa;--site-color-neutral-dim: #71717a;--site-color-canvas-warm: #12110f;--site-color-surface-void: #030405;--site-color-surface-canvas: #070809;--site-color-surface-web: #090a09;--site-color-surface-web-soft: #10110f;--site-color-surface-product: #151615;--site-color-panel-product: #1c1d1b;--site-color-panel-product-high: #272824;--site-color-surface-sheet: #0d1013;--site-color-surface-card: #14171b;--site-color-surface-active: #1c2026;--site-color-border-soft: rgba(255, 255, 255, .07);--site-color-border-medium: rgba(255, 255, 255, .1);--site-color-gold: #a9782b;--site-color-gold-soft: #b98a3a;--site-color-gold-ui: #c89a3c;--site-color-gold-light: #ead7a0;--site-color-gold-hover: #f1e1af;--site-color-gold-text: #1b1609;--site-color-type-green: #9ccb83;--site-font-sans: "Manrope", system-ui, sans-serif;--site-font-display: "Manrope", system-ui, sans-serif;--site-font-reading: Georgia, serif;--site-text-label-sm: .75rem;--site-text-label-md: .8rem;--site-text-body-sm: .95rem;--site-text-body-md: 1rem;--site-text-body-lg: 1.12rem;--site-text-lead: 1.45rem;--site-space-xs: 4px;--site-space-sm: 8px;--site-space-md: 12px;--site-space-lg: 16px;--site-space-xl: 24px;--site-space-2xl: 32px;--site-space-3xl: 48px;--site-space-section-tight: 48px;--site-space-section: 72px;--site-space-section-lg: 96px;--site-gutter: 24px;--site-gutter-lg: 48px;--site-page-max: 1200px;--site-text-measure: 62ch;--site-radius-xs: 4px;--site-radius-sm: 8px;--site-radius-md: 12px;--site-radius-lg: 16px;--site-radius-sheet: 32px;--site-radius-full: 9999px;--site-ease-standard: cubic-bezier(.16, 1, .3, 1);--site-transition-standard: .22s var(--site-ease-standard);--site-transition-overlay: .25s var(--site-ease-standard);--site-transition-panel: .22s var(--site-ease-standard);--site-transition-layout: .3s var(--site-ease-standard);--site-shadow-product: 0 36px 110px rgba(0, 0, 0, .54);--site-shadow-action: 0 18px 42px rgba(201, 154, 60, .22)}:root{color-scheme:dark;--bg: var(--site-color-canvas-warm);--panel: var(--site-color-surface-card);--gold: var(--site-color-gold-ui);--gold-strong: var(--site-color-gold);--gold-soft: rgba(212, 175, 55, .18);--cta-primary: var(--site-color-gold-light);--cta-primary-hover: var(--site-color-gold-hover);--cta-primary-text: var(--site-color-gold-text);--cta-primary-shadow: rgba(110, 82, 14, .34);--cta-secondary-bg: rgba(255, 248, 229, .038);--cta-secondary-border: rgba(212, 175, 55, .22);--cta-secondary-text: #f0dfb0;--text: var(--site-color-neutral);--text-muted: #d8d2c4;--text-dim: #b0a999;--border: var(--site-color-border-medium);--shadow: 0 18px 64px rgba(0, 0, 0, .38);--max: 1200px;--section-space: clamp(56px, 7vw, 72px);--section-space-tight: clamp(36px, 5vw, 48px);--section-space-loose: clamp(48px, 6vw, 64px);--radius-surface: var(--site-radius-sm);--radius-inner: 6px;--text-measure: 62ch}*{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%}[id]{scroll-margin-top:92px}body{margin:0;background:radial-gradient(circle at top left,rgba(212,175,55,.12),transparent 28%),radial-gradient(circle at top right,rgba(115,96,39,.12),transparent 24%),linear-gradient(180deg,#12110f,#090909);color:var(--text);font-family:var(--site-font-sans);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}#root{min-height:100dvh}.site-shell{display:flex;flex-direction:column;min-height:100dvh}.site-shell>main{flex:1}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(244,241,232,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#090909b8,#0909093d)}.site-header__inner,.site-footer__grid,.site-footer__bar,.section-grid,.feature-section,.reader-section,.statement-shell,.closing-cta__inner,.bottom-cta__inner,.legal-hero,.legal-card,.support-grid{width:min(calc(100% - 48px),var(--max));margin:0 auto}.site-header__inner{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header__brand,.site-header__actions,.hero-actions,.site-footer__bar-links{display:flex;align-items:center;gap:14px}.brand-mark{display:inline-flex;align-items:center;gap:12px;color:var(--gold);font-weight:700;font-size:.92rem;letter-spacing:.16em;text-transform:uppercase}.brand-mark__text{display:inline-block;line-height:1}.site-nav__link,.nav-utility{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:#f4f1e89e;transition:color var(--site-transition-standard),border-color var(--site-transition-standard),background-color var(--site-transition-standard)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px 1px;border-radius:999px;border:1px solid transparent;font-size:.88rem;font-weight:700;line-height:1;letter-spacing:.04em;white-space:nowrap;cursor:pointer;transition:transform var(--site-transition-standard),background-color var(--site-transition-standard),border-color var(--site-transition-standard),color var(--site-transition-standard),box-shadow var(--site-transition-standard),filter var(--site-transition-standard)}.button__label--mobile{display:none}:where(a,button,input,textarea):focus-visible{outline:2px solid var(--gold);outline-offset:4px}.button:active{transform:scale(.985)}.button--disabled,.button--disabled:hover{cursor:default;transform:none}.button--primary{background:linear-gradient(180deg,rgba(255,250,236,.38),transparent 34%),linear-gradient(180deg,var(--cta-primary-hover),var(--cta-primary));color:var(--cta-primary-text);border-color:#f5e5b06b;box-shadow:inset 0 1px #fffbf09e,inset 0 -1px #7e60132e,0 14px 28px var(--cta-primary-shadow),0 0 0 1px #d4af371a}.button--secondary{border-color:var(--cta-secondary-border);background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 100%),var(--cta-secondary-bg);color:var(--cta-secondary-text);box-shadow:inset 0 1px #ffffff0d,0 10px 22px #0003}.button--compact{min-height:38px;padding:0 16px 1px;font-size:.68rem;letter-spacing:.14em}.button--header{min-width:172px;padding-inline:18px;justify-content:center}@media(hover:hover){.brand-mark:hover,.site-footer a:hover,.legal-shell a:hover{color:var(--site-color-gold-light)}.button--primary:hover{background:linear-gradient(180deg,rgba(255,250,236,.5),transparent 34%),linear-gradient(180deg,#f5e7bd,var(--cta-primary-hover));box-shadow:inset 0 1px #fffbf0b3,inset 0 -1px #7e601329,0 16px 34px #6e520e66,0 0 0 1px #d4af3724;transform:translateY(-1px)}}@media(max-width:700px){.site-header__inner{width:calc(100% - 32px);min-height:64px}.button__label--desktop{display:none}.button__label--mobile{display:inline}.button--header{min-width:0;padding-inline:15px}}.site-shell:not(.site-shell--home){background:radial-gradient(circle at 84% 8%,rgba(185,138,58,.09),transparent 26rem),linear-gradient(180deg,#11100e,#090909 46%,#070807)}.site-shell:not(.site-shell--home) .site-header{background:#090908c7;box-shadow:0 14px 34px #00000024}.site-shell:not(.site-shell--home) .site-header__inner{min-height:72px}.section-kicker,.footer-column-title{margin:0;color:var(--gold);font-size:var(--site-text-label-sm);font-weight:700;letter-spacing:.16em;line-height:1.2;text-transform:uppercase}.legal-shell{position:relative;padding:clamp(96px,10vw,144px) 0 clamp(112px,12vw,176px)}.legal-hero{width:min(calc(100% - 48px),1040px);margin:0 auto}.legal-title{max-width:13ch;margin:22px 0 28px;color:#ead6b5;font-family:var(--site-font-reading);font-size:clamp(3.2rem,6.1vw,5.9rem);font-weight:400;letter-spacing:-.045em;line-height:.98;text-wrap:balance}.legal-intro{max-width:59ch;margin:0;color:#d8d2c4b8;font-size:clamp(1.08rem,1.7vw,1.28rem);line-height:1.7}.legal-card{width:min(calc(100% - 48px),820px);margin:clamp(72px,8vw,108px) auto 0;padding-top:clamp(40px,5vw,64px);border-top:1px solid rgba(216,194,160,.16)}.legal-card h2{margin:52px 0 14px;color:#e4ceb0;font-family:var(--site-font-reading);font-size:clamp(1.55rem,2.4vw,2rem);font-weight:400;line-height:1.2}.legal-card h2:first-child{margin-top:0}.legal-card p{margin:0;color:#e0dacdbd;font-family:var(--site-font-reading);font-size:1.08rem;line-height:1.82}.legal-card a,.support-card a{color:#d5a760;text-decoration:underline;text-decoration-color:#d5a7606b;text-underline-offset:.22em;transition:color var(--site-transition-standard),text-decoration-color var(--site-transition-standard)}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px;width:min(calc(100% - 48px),1040px);margin:clamp(72px,8vw,108px) auto 0}.support-card{padding-top:26px;border-top:1px solid rgba(216,194,160,.16)}.support-card p:not(.footer-column-title){margin:18px 0 0;color:#e0dacdb3;font-family:var(--site-font-reading);font-size:1.05rem;line-height:1.72}.support-card--primary{grid-column:1 / -1;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);column-gap:clamp(40px,7vw,88px);align-items:end;padding:clamp(36px,5vw,56px);border:1px solid rgba(216,194,160,.16);border-radius:24px;background:linear-gradient(135deg,rgba(185,138,58,.08),transparent 46%),#ffffff05;box-shadow:inset 0 1px #ffffff09}.support-card--primary .footer-column-title{grid-column:1 / -1;margin-bottom:28px}.support-card--primary h2{margin:0;color:#ead6b5;font-family:var(--site-font-reading);font-size:clamp(2.5rem,4vw,4rem);font-weight:400;letter-spacing:-.035em;line-height:1}.support-card--primary p:not(.footer-column-title){margin:0;font-size:clamp(1.12rem,1.7vw,1.28rem)}.site-footer{position:relative;padding:clamp(64px,8vw,96px) 0 28px;border-top:1px solid rgba(216,194,160,.12);background:#050605b3;color:#d8d2c4b3}.site-footer__shell{width:min(calc(100% - 48px),1200px);margin:0 auto}.site-footer__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:start;padding-bottom:clamp(48px,6vw,72px)}.site-footer__kicker,.site-footer__meta-kicker{color:#bd8d4d}.site-footer__summary{margin:18px 0 0;color:#ddc8a7;font-family:var(--site-font-reading);font-size:clamp(1.35rem,2.2vw,1.8rem)}.site-footer__made{margin:12px 0 0;color:#d8d2c480;font-size:.85rem}.site-footer__meta{min-width:min(100%,260px)}.site-footer__meta-links{display:grid;gap:12px;margin-top:18px}.site-footer__meta-link,.site-footer__bar a{color:#e2dacab8;font-size:.86rem;transition:color var(--site-transition-standard)}.site-footer__bar{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;padding-top:24px;border-top:1px solid rgba(216,194,160,.1)}.site-footer__bar p{margin:0;color:#d8d2c4a8;font-size:.78rem}.site-footer__bar-links{gap:24px}@media(max-width:760px){.legal-shell{padding:88px 0 104px}.legal-hero,.legal-card,.support-grid,.site-footer__shell{width:calc(100% - 32px)}.legal-title{margin-top:18px;font-size:clamp(2.8rem,14vw,4.25rem)}.legal-card,.support-grid{margin-top:64px}.legal-card p{font-size:1rem;line-height:1.76}.support-grid{grid-template-columns:1fr;gap:34px}.support-card--primary{grid-column:auto;grid-template-columns:1fr;gap:20px;padding:30px 26px;border-radius:20px}.support-card--primary .footer-column-title{grid-column:auto;margin-bottom:4px}.site-footer__top,.site-footer__bar{grid-template-columns:1fr}.site-footer__top{display:grid;gap:40px}.site-footer__bar{align-items:flex-start;flex-direction:column}.site-footer__bar-links{flex-wrap:wrap;gap:14px 22px}}.site-shell--home{background:#0b0a09;color:#d7c2a1}.site-shell--home .site-header{position:fixed;inset:0 0 auto;z-index:20;background:linear-gradient(180deg,rgba(11,10,9,.72),transparent);border-bottom:0;-webkit-backdrop-filter:none;backdrop-filter:none}.site-shell--home .site-header__inner{width:min(calc(100% - 64px),1440px);min-height:72px}.site-shell--home .brand-mark{color:#dfccacd6;font-family:Georgia,Times New Roman,serif;font-size:.72rem;font-weight:400;letter-spacing:.58em}.site-shell--home .site-header__actions{display:none}.site-shell--home .site-footer{background:#080706}.site-shell--home .site-footer__shell{width:min(calc(100% - 48px),1180px)}.traverse-home{--artifact-ink: #261d14;--artifact-type: #d8c2a0;--artifact-gold: #a77a3c;--artifact-serif: Georgia, "Times New Roman", serif;--artifact-mono: "Courier New", Courier, monospace;--artifact-hand: "Segoe Print", "Bradley Hand ITC", cursive;position:relative;overflow:clip;background:radial-gradient(circle at 3% 0%,rgba(165,113,48,.3),transparent 24rem),radial-gradient(ellipse at 68% 38%,rgba(217,191,147,.04),transparent 34rem),#0b0a09;color:var(--artifact-type)}.traverse-home:before{position:fixed;inset:0;z-index:0;pointer-events:none;content:"";opacity:.18;background-image:url(/materials/traverse-paper-v1.webp);background-size:860px auto;filter:grayscale(1) contrast(1.3) brightness(.18);mix-blend-mode:screen;-webkit-mask-image:radial-gradient(ellipse at 38% 18%,black,transparent 70%);mask-image:radial-gradient(ellipse at 38% 18%,black,transparent 70%)}.site-hero,.marketing-chapter,.marketing-conversion{position:relative;z-index:1;width:min(calc(100% - 80px),1440px);margin:0 auto}.site-hero{display:grid;grid-template-columns:minmax(420px,.86fr) minmax(600px,1.14fr);align-items:center;min-height:100svh;padding:110px 0 48px}.site-hero__copy{position:relative;z-index:4;display:grid;gap:24px;align-content:center}.site-hero__asterisk{width:19px;height:19px;overflow:hidden;color:transparent;background:linear-gradient(var(--artifact-gold),var(--artifact-gold)) 50% 0 / 1px 100% no-repeat,linear-gradient(var(--artifact-gold),var(--artifact-gold)) 0 50% / 100% 1px no-repeat;transform:rotate(45deg)}.site-hero h1{display:grid;max-width:9ch;margin:0;color:var(--artifact-type);font-family:var(--artifact-serif);font-size:clamp(4.7rem,6.65vw,7.2rem);font-weight:500;line-height:.94;text-shadow:0 4px 36px rgba(0,0,0,.48)}.site-hero h1 em{margin-top:.08em;color:#ddc7a5;font-weight:400}.site-hero__thread{display:grid;gap:24px;max-width:46ch;margin:8px 0 0;color:#d8c2a0bd;font-family:var(--artifact-mono);font-size:.9rem;line-height:1.7}.site-hero__thread a{width:max-content;color:#b98445;border-bottom:1px solid rgba(185,132,69,.5);transition:color var(--site-transition-standard),border-color var(--site-transition-standard)}.site-hero__visual{min-width:0}.site-paper-note button:focus-visible,.marketing-progress a:focus-visible,.marketing-chapter a:focus-visible{outline:2px solid #b98a3a;outline-offset:5px}.site-paper-scene{position:relative;min-height:min(78svh,820px);color:var(--artifact-ink)}.site-paper-scene__grain{position:absolute;inset:10% 4% 2% 8%;border-radius:50%;background:#b98a3a1c;filter:blur(54px)}.site-paper-note{position:absolute;inset:2% -3% 0 2%;z-index:2;padding:clamp(84px,8vw,118px) clamp(88px,8vw,128px) 72px;background:url(/materials/traverse-paper-v1.webp) center / 100% 100% no-repeat;filter:drop-shadow(0 42px 44px rgba(0,0,0,.56));transform:rotate(2.1deg)}.site-paper-note__reference{width:max-content;margin:0 auto 28px;padding-bottom:7px;border-bottom:1px solid rgba(38,29,20,.48);font-family:var(--artifact-mono);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase}.site-paper-note blockquote{max-width:19ch;margin:0;font-family:var(--artifact-serif);font-size:clamp(1.7rem,2.3vw,2.45rem);font-style:italic;line-height:1.18}.site-paper-note__cf,.site-paper-note__also,.site-paper-scene__seek,.site-marginalia{position:absolute;z-index:4;font-family:var(--artifact-hand);line-height:1.34}.site-paper-note__cf{top:36%;right:14%;margin:0;color:#5b3c1dcc;font-size:.88rem}.site-paper-note__also{top:59%;right:12.5%;display:grid;gap:1px;margin:0;color:#5b3c1dd1;font-size:.86rem}.site-paper-scene__seek{left:4%;bottom:2%;max-width:132px;margin:0;color:#b48248;font-size:.88rem;transform:rotate(-8deg)}.site-paper-scene__seek span{display:block;margin-top:3px}.site-marginalia--path{top:14%;right:4.5%;display:grid;gap:3px;color:#b48248;font-size:.9rem}.site-marginalia--path span:not(:last-child):after{display:block;width:1px;height:16px;margin:2px 0 1px .9rem;content:"";background:currentColor;opacity:.55}.site-paper-note__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:24px;margin-top:34px;padding-top:18px;border-top:1px solid rgba(38,29,20,.22)}.site-paper-note__grid>div>span{display:inline-block;margin-bottom:10px;padding-bottom:3px;border-bottom:1px solid rgba(38,29,20,.42);font-family:var(--artifact-mono);font-size:.66rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.site-paper-note ol,.site-paper-note__actions{display:grid;gap:5px;margin:0;padding:0;font-family:var(--artifact-mono);font-size:.72rem;list-style:none}.site-paper-note__path li:not(:last-child):after{display:block;width:1px;height:7px;margin:2px 0 0 1.35rem;content:"";background:#261d146b}.site-paper-note__actions button{width:max-content;max-width:100%;min-height:44px;padding:7px 9px;border:1px solid transparent;border-radius:50%;background:transparent;color:var(--artifact-ink);font:inherit;text-align:left;cursor:pointer;transition:color var(--site-transition-standard),border-color var(--site-transition-standard),background-color var(--site-transition-standard)}.site-paper-note__actions button:hover,.site-paper-note__actions button.is-marked{border-color:#261d148f;background:#7751280b}.site-paper-note__insight{max-width:31ch;margin:24px 14% 0 auto;color:#2f2215d1;font-family:var(--artifact-hand);font-size:.86rem;line-height:1.38;text-align:center}.marketing-progress{position:sticky;top:0;z-index:15;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(calc(100% - 48px),1180px);min-height:58px;margin:0 auto;padding:0 18px;border:1px solid rgba(217,194,160,.1);border-radius:0 0 16px 16px;background:#0b0a09e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 48px #0000003d}.marketing-progress__chapters,.marketing-progress__cta{font-family:var(--artifact-mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.marketing-progress__chapters{grid-column:2;display:flex;gap:24px;color:#d8c2a06b}.marketing-progress__chapters a{padding:20px 0 18px;border-bottom:1px solid transparent}.marketing-progress__chapters a[aria-current=true]{border-color:#a97b3e;color:#c99759}.marketing-progress__cta{grid-column:3;justify-self:end;color:#c99759}.marketing-chapter{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(520px,1.18fr);gap:clamp(64px,8vw,132px);align-items:center;min-height:96svh;padding:120px 0}.marketing-chapter:before{position:absolute;inset:0 -12%;z-index:-1;content:"";background:radial-gradient(circle at 65% 46%,rgba(185,138,58,.06),transparent 26rem)}.marketing-chapter--understand{grid-template-columns:minmax(560px,1.18fr) minmax(340px,.82fr)}.marketing-chapter__copy{max-width:620px}.marketing-chapter__index{width:max-content;margin:0 0 34px;padding-bottom:10px;border-bottom:1px solid #9b6e38;color:#b98544;font-family:var(--artifact-mono);font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}.marketing-chapter h2{max-width:10ch;margin:0;color:#dfc9a6;font:400 clamp(4.2rem,7vw,7rem) / .94 var(--artifact-serif);text-wrap:balance}.marketing-chapter--understand h2{font-size:clamp(3.8rem,5.8vw,5.8rem)}.marketing-chapter__copy>p:not(.marketing-chapter__index){max-width:34ch;margin:34px 0 0;color:#d8c2a0ad;font:400 clamp(1.25rem,2vw,1.72rem) / 1.5 var(--artifact-serif)}.marketing-chapter__copy>a{display:inline-block;margin-top:52px;padding-bottom:7px;border-bottom:1px solid rgba(169,123,62,.72);color:#bd8848;font-family:var(--artifact-mono);font-size:.78rem;line-height:1.5;transition:color var(--site-transition-standard),border-color var(--site-transition-standard)}.marketing-chapter__visual{position:relative;min-height:720px}.marketing-chapter__visual:before{position:absolute;inset:8% -8% 4% 4%;z-index:-1;border-radius:50%;content:"";background:#b98a3a14;filter:blur(72px)}.marketing-chapter__visual--single{display:grid;place-items:center}.marketing-chapter__visual--layered{min-height:760px}.marketing-device{position:relative;width:min(390px,76%);margin:0;padding:10px;border:1px solid rgba(216,194,160,.2);border-radius:48px;background:#111314;box-shadow:0 42px 90px #00000094,inset 0 1px #ffffff0f}.marketing-device__screen{overflow:hidden;border-radius:38px;background:#070809}.marketing-device img{display:block;width:100%;height:auto}.marketing-device figcaption{position:absolute;top:calc(100% + 16px);left:50%;color:#c99757b3;font-family:var(--artifact-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;transform:translate(-50%)}.marketing-device--study{position:absolute;top:1%;left:2%;z-index:1;width:min(390px,68%)}.marketing-device--roots{position:absolute;right:0;bottom:0;z-index:2;width:min(330px,58%)}.marketing-device--trace{position:absolute;top:2%;left:0;z-index:2;width:min(360px,62%)}.marketing-device--passage{position:absolute;right:0;bottom:0;z-index:1;width:min(330px,56%)}.marketing-trust{width:min(calc(100% - 96px),1180px);margin:0 auto;padding:clamp(120px,14vw,210px) 0;border-top:1px solid rgba(216,194,160,.1)}.marketing-trust__statement{max-width:920px}.marketing-trust__statement>p:first-child{margin:0 0 28px;color:#b27f43;font-family:var(--artifact-mono);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.marketing-trust h2{max-width:14ch;margin:0;color:#dec7a3;font:400 clamp(3.5rem,5.8vw,6.25rem) / .98 var(--artifact-serif)}.marketing-trust__statement>p:last-child{max-width:68ch;margin:44px 0 0;color:#d8c2a0b3;font-family:var(--artifact-serif);font-size:clamp(1.2rem,1.7vw,1.5rem);line-height:1.65}.marketing-trust__principles{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(32px,5vw,72px);margin-top:clamp(72px,9vw,120px);padding-top:32px;border-top:1px solid rgba(216,194,160,.12)}.marketing-trust__principles article{max-width:30ch}.marketing-trust__principles h3{margin:0 0 14px;color:#c99857;font-family:var(--artifact-mono);font-size:.72rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.marketing-trust__principles p{margin:0;color:#d8c2a0a3;font-family:var(--artifact-serif);font-size:1.05rem;line-height:1.65}.marketing-conversion{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(60px,9vw,150px);align-items:center;min-height:88svh;padding:140px 0 110px;border-top:1px solid rgba(216,194,160,.1)}.marketing-conversion__copy>p{color:#b27f43;font-family:var(--artifact-hand);transform:rotate(-2deg)}.marketing-conversion h2{max-width:12ch;margin:22px 0 32px;color:#dec7a3;font:400 clamp(3.8rem,6vw,6.5rem) / .96 var(--artifact-serif)}.marketing-conversion__copy>.marketing-conversion__summary{max-width:46ch;margin:0 0 32px;color:#d8c2a0a3;font-family:var(--artifact-serif);font-size:1.12rem;line-height:1.65;transform:none}.marketing-conversion__trust{display:flex;flex-wrap:wrap;gap:12px 24px;color:#d8c2a085;font-family:var(--artifact-mono);font-size:.7rem}.marketing-conversion__trust span:not(:last-child):after{margin-left:24px;color:#806124;content:"·"}.marketing-conversion .site-final__capture{display:grid;gap:16px}.marketing-conversion .site-kicker{color:#b98544;font-family:var(--artifact-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.marketing-conversion .site-final__capture>p{max-width:42ch;margin:0;color:#d8c2a09e;line-height:1.6}.marketing-conversion .site-final__capture-row{display:grid;grid-template-columns:1fr auto}.marketing-conversion input{min-width:0;height:52px;padding:0 16px;border:1px solid rgba(190,149,88,.34);border-right:0;border-radius:3px 0 0 3px;outline:none;background:#ffffff06;color:#e2cfad;font-family:var(--artifact-mono);font-size:.78rem}.marketing-conversion input:focus{border-color:#b98a3a;box-shadow:0 0 0 2px #b98a3a29}.marketing-conversion .button{min-height:52px;border-radius:0 3px 3px 0;background:#bd8a4b;box-shadow:none;color:#0d0905;font-family:var(--artifact-mono);font-size:.72rem}.marketing-conversion .site-final__capture-details{display:flex;flex-wrap:wrap;gap:8px 22px;margin:0;padding:0;color:#d8c2a073;font-family:var(--artifact-mono);font-size:.68rem;list-style:none}.marketing-conversion .site-final__capture>span:not(.site-final__capture-error){display:none}.marketing-conversion .site-final__capture-error{color:#e5a58f!important}.marketing-conversion input::placeholder{color:#d8c2a07a}@media(hover:hover){.site-hero__thread a:hover,.marketing-chapter__copy>a:hover{color:#d2a15e;border-color:#d2a15ed1}.marketing-progress a:hover{color:#d2a15e}}@media(max-width:1100px){.site-hero{grid-template-columns:1fr;width:min(calc(100% - 48px),780px);padding-top:110px}.site-hero h1{max-width:10ch;font-size:clamp(4.7rem,12vw,7.5rem)}.site-paper-scene{min-height:690px;margin-top:-40px}.marketing-chapter,.marketing-chapter--understand{grid-template-columns:1fr;width:min(calc(100% - 48px),820px);gap:70px}.marketing-chapter--understand .marketing-chapter__visual{order:2}.marketing-chapter--understand .marketing-chapter__copy{order:1}.marketing-chapter__visual{min-height:720px}.marketing-conversion,.marketing-trust{width:min(calc(100% - 48px),820px)}.marketing-trust__principles{grid-template-columns:1fr}}@media(max-width:700px){.site-shell--home .site-header__inner{width:calc(100% - 32px);min-height:58px}.site-shell--home .brand-mark{font-size:.62rem;letter-spacing:.42em}.site-hero{width:calc(100% - 32px);padding:86px 0 30px}.site-hero__copy{gap:14px}.site-hero h1{font-size:clamp(3.45rem,16vw,4.6rem)}.site-hero__thread{font-size:.8rem}.site-paper-scene{min-height:620px;margin:20px -22px 0}.site-paper-note{inset:3% -2% 0;padding:72px 58px 46px}.site-paper-note blockquote{max-width:16ch;font-size:clamp(1.35rem,6vw,1.75rem)}.site-paper-note__grid{gap:8px;margin-top:24px}.site-paper-note ol,.site-paper-note__actions{font-size:.66rem}.site-paper-note__actions button{min-height:44px}.site-paper-note__insight,.site-paper-note__cf,.site-paper-note__also,.site-paper-scene__seek,.site-marginalia{display:none}.marketing-progress{grid-template-columns:1fr auto;width:calc(100% - 24px);min-height:54px;padding:0 14px}.marketing-progress__chapters{display:none}.marketing-progress__cta{font-size:.64rem}.marketing-chapter,.marketing-chapter--understand{width:calc(100% - 32px);min-height:auto;padding:96px 0}.marketing-chapter h2{font-size:clamp(3.5rem,16vw,5rem)}.marketing-chapter__copy>p:not(.marketing-chapter__index){font-size:1.18rem}.marketing-chapter__copy>a{margin-top:36px}.marketing-chapter__visual,.marketing-chapter__visual--layered{min-height:610px}.marketing-device{width:min(310px,88%);border-radius:40px}.marketing-device__screen{border-radius:31px}.marketing-device--study{left:0;width:72%}.marketing-device--roots{right:0;width:62%}.marketing-device--trace{left:0;width:66%}.marketing-device--passage{right:0;width:62%}.marketing-conversion{grid-template-columns:1fr;width:calc(100% - 32px);gap:60px;min-height:auto;padding:100px 0 80px}.marketing-trust{width:calc(100% - 32px);padding:96px 0}.marketing-trust h2{font-size:clamp(3rem,14vw,4.6rem)}.marketing-trust__statement>p:last-child{margin-top:32px;font-size:1.08rem}.marketing-trust__principles{gap:32px;margin-top:64px}.marketing-conversion h2{font-size:clamp(3.2rem,15vw,3.8rem)}.marketing-conversion .site-final__capture-row{grid-template-columns:1fr;gap:8px}.marketing-conversion input,.marketing-conversion .button{border:1px solid rgba(190,149,88,.34);border-radius:3px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.scripture-first-page{overflow:clip}.scripture-first-hero,.scripture-first-chapter,.scripture-first-method,.scripture-first-closing{position:relative;z-index:1;width:min(calc(100% - 96px),1280px);margin:0 auto}.scripture-first-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:clamp(72px,10vw,168px);align-items:end;min-height:100svh;padding:148px 0 112px}.scripture-first-kicker,.scripture-first-index{margin:0;color:#b27f43;font-family:var(--artifact-mono);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.scripture-first-hero h1{max-width:11ch;margin:30px 0 0;color:#dec7a3;font:400 clamp(4.5rem,7.2vw,7.6rem) / .93 var(--artifact-serif);letter-spacing:-.04em;text-wrap:balance}.scripture-first-hero__copy>p:last-child{max-width:54ch;margin:42px 0 0;color:#d8c2a0b3;font:400 clamp(1.18rem,1.65vw,1.48rem) / 1.68 var(--artifact-serif)}.scripture-first-contents{display:grid;align-self:end;border-top:1px solid rgba(216,194,160,.16)}.scripture-first-contents a{display:grid;grid-template-columns:34px 1fr auto;gap:14px;align-items:center;padding:20px 0;border-bottom:1px solid rgba(216,194,160,.12);color:#d8c2a0b8;font-family:var(--artifact-mono);font-size:.76rem;line-height:1.45;transition:color var(--site-transition-standard)}.scripture-first-contents a span{color:#9d713c;font-size:.64rem}.scripture-first-chapter{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(620px,1.25fr);gap:clamp(72px,9vw,144px);align-items:center;min-height:92svh;padding:132px 0;border-top:1px solid rgba(216,194,160,.1)}.scripture-first-chapter--reverse{grid-template-columns:minmax(620px,1.25fr) minmax(320px,.75fr)}.scripture-first-chapter__copy{max-width:550px}.scripture-first-index{width:max-content;padding-bottom:10px;border-bottom:1px solid #9b6e38}.scripture-first-chapter h2{max-width:10ch;margin:32px 0 0;color:#dfc9a6;font:400 clamp(3.75rem,5.5vw,6.25rem) / .95 var(--artifact-serif);letter-spacing:-.035em;text-wrap:balance}.scripture-first-chapter__copy>p:last-child{max-width:35ch;margin:36px 0 0;color:#d8c2a0ad;font:400 clamp(1.18rem,1.7vw,1.48rem) / 1.65 var(--artifact-serif)}.scripture-first-proof{position:relative;min-width:0}.scripture-first-proof:before{position:absolute;inset:10% 0;z-index:-1;border-radius:50%;content:"";background:#b98a3a14;filter:blur(78px)}.scripture-first-proof--pair{min-height:760px}.scripture-first-device{width:min(362px,60%)}.scripture-first-device--front{position:absolute;top:0;left:0;z-index:2}.scripture-first-device--back{position:absolute;right:0;bottom:0;z-index:1;width:min(330px,55%)}.scripture-first-proof--evidence .scripture-first-device--front,.scripture-first-proof--connection .scripture-first-device--front{top:auto;bottom:0}.scripture-first-proof--evidence .scripture-first-device--back,.scripture-first-proof--connection .scripture-first-device--back{top:0;bottom:auto}.scripture-first-proof--single{display:grid;min-height:720px;place-items:center}.scripture-first-proof--single .scripture-first-device{width:min(390px,72%)}.scripture-first-method{padding:clamp(132px,14vw,210px) 0;border-top:1px solid rgba(216,194,160,.1)}.scripture-first-method__statement{max-width:980px}.scripture-first-method h2,.scripture-first-closing h2{margin:30px 0 0;color:#dec7a3;font:400 clamp(3.6rem,6vw,6.5rem) / .96 var(--artifact-serif);letter-spacing:-.04em;text-wrap:balance}.scripture-first-method h2{max-width:14ch}.scripture-first-method__statement>p:last-child{max-width:66ch;margin:44px 0 0;color:#d8c2a0b3;font:400 clamp(1.15rem,1.6vw,1.42rem) / 1.68 var(--artifact-serif)}.scripture-first-method__principles{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(32px,5vw,72px);margin-top:clamp(72px,9vw,116px);padding-top:32px;border-top:1px solid rgba(216,194,160,.12)}.scripture-first-method__principles h3{margin:0 0 14px;color:#c99857;font-family:var(--artifact-mono);font-size:.72rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.scripture-first-method__principles p{max-width:30ch;margin:0;color:#d8c2a0a3;font:400 1.05rem / 1.65 var(--artifact-serif)}.scripture-first-closing{display:grid;justify-items:start;min-height:84svh;padding:142px 0 120px;border-top:1px solid rgba(216,194,160,.1)}.scripture-first-closing h2{max-width:11ch}.scripture-first-closing>p:not(.scripture-first-kicker){max-width:48ch;margin:38px 0 0;color:#d8c2a0ad;font:400 clamp(1.15rem,1.6vw,1.38rem) / 1.68 var(--artifact-serif)}.scripture-first-closing__cta,.marketing-trust__link{display:inline-block;padding-bottom:7px;border-bottom:1px solid rgba(169,123,62,.72);color:#bd8848;font-family:var(--artifact-mono);font-size:.78rem;line-height:1.5;transition:color var(--site-transition-standard),border-color var(--site-transition-standard)}.scripture-first-closing__cta{margin-top:54px}.marketing-trust__link{margin-top:56px}@media(hover:hover){.scripture-first-contents a:hover,.scripture-first-closing__cta:hover,.marketing-trust__link:hover{color:#d2a15e;border-color:#d2a15ed1}}@media(max-width:1100px){.scripture-first-hero,.scripture-first-chapter,.scripture-first-chapter--reverse,.scripture-first-method,.scripture-first-closing{width:min(calc(100% - 48px),820px)}.scripture-first-hero,.scripture-first-chapter,.scripture-first-chapter--reverse{grid-template-columns:1fr}.scripture-first-hero{align-content:center;gap:72px;min-height:auto;padding:150px 0 112px}.scripture-first-contents{max-width:540px}.scripture-first-chapter{gap:72px;min-height:auto}.scripture-first-chapter--reverse .scripture-first-proof{order:2}.scripture-first-chapter--reverse .scripture-first-chapter__copy{order:1}.scripture-first-chapter__copy{max-width:640px}.scripture-first-proof--pair{width:min(100%,690px);min-height:740px;margin:0 auto}.scripture-first-method__principles{grid-template-columns:1fr}}@media(max-width:700px){.scripture-first-hero,.scripture-first-chapter,.scripture-first-method,.scripture-first-closing{width:calc(100% - 32px)}.scripture-first-hero{gap:56px;padding:112px 0 84px}.scripture-first-hero h1{margin-top:24px;font-size:clamp(3.5rem,16vw,4.7rem)}.scripture-first-hero__copy>p:last-child{margin-top:30px;font-size:1.08rem}.scripture-first-contents a{grid-template-columns:28px 1fr auto;padding:18px 0;font-size:.7rem}.scripture-first-chapter{gap:54px;padding:96px 0}.scripture-first-chapter h2{font-size:clamp(3.25rem,15vw,4.5rem)}.scripture-first-chapter__copy>p:last-child{margin-top:30px;font-size:1.08rem}.scripture-first-proof--pair{min-height:600px}.scripture-first-device{width:min(310px,68%);padding:7px;border-radius:38px}.scripture-first-device .marketing-device__screen{border-radius:30px}.scripture-first-device--back{width:min(280px,62%)}.scripture-first-proof--single{min-height:620px}.scripture-first-proof--single .scripture-first-device{width:min(330px,88%)}.scripture-first-method{padding:104px 0}.scripture-first-method h2,.scripture-first-closing h2{font-size:clamp(3.15rem,14vw,4.35rem)}.scripture-first-method__statement>p:last-child{margin-top:34px;font-size:1.06rem}.scripture-first-method__principles{gap:32px;margin-top:64px}.scripture-first-closing{min-height:auto;padding:104px 0 96px}.scripture-first-closing>p:not(.scripture-first-kicker){margin-top:30px;font-size:1.06rem}}
