@font-face{font-family:TX-02;src:url(/fonts/TX-02-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TX-02;src:url(/fonts/TX-02-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:TX-02;src:url(/fonts/TX-02-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{margin:0}:root{--bg-color: #ffffff;--text-color: #111111;--secondary-color: #888888;--hairline: #e5e5e5;--font-main: "TX-02", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "SF Mono", Menlo, Monaco, "Courier New", monospace;--pad: 24px}#root{width:100%;max-width:none;margin:0;padding:0;text-align:left}*{box-sizing:border-box;margin:0;padding:0;cursor:none}main{width:100%;min-height:100%}.app-shell{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);min-height:100vh;width:100%;overflow-x:hidden;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-frame{min-height:100vh}.reveal-item{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal-item.is-visible{opacity:1;transform:translateY(0)}#cursor-dot,#cursor-outline{position:fixed;top:0;left:0;transform:translate(-50%,-50%);border-radius:50%;z-index:9999;pointer-events:none;mix-blend-mode:difference}#cursor-dot{width:6px;height:6px;background-color:#fff}#cursor-outline{width:40px;height:40px;border:1px solid #fff;transition:width .2s,height .2s}.corner-index{position:fixed;font-family:var(--font-main);font-weight:500;font-size:2.5rem;line-height:1;z-index:1000;color:var(--text-color);transition:color .3s ease;border:0;background:transparent}.corner-index:hover{color:var(--secondary-color)}.tl{top:var(--pad);left:var(--pad)}.tr{top:var(--pad);right:var(--pad)}.bl{bottom:var(--pad);left:var(--pad)}.br{bottom:var(--pad);right:var(--pad)}#canvas-zone{position:relative;height:68vh;width:100%;overflow:hidden;border-bottom:1px solid var(--hairline)}.hero-ambient{position:absolute;inset:0;pointer-events:none}.ambient-orb{position:absolute;border-radius:50%;filter:blur(34px);opacity:.35;animation:drift 9s ease-in-out infinite}.orb-a{width:clamp(180px,22vw,340px);height:clamp(180px,22vw,340px);right:12%;top:18%;background:radial-gradient(circle at 30% 30%,#000 0%,#4b4b4b 60%,transparent 100%)}.orb-b{width:clamp(150px,17vw,280px);height:clamp(150px,17vw,280px);left:10%;bottom:14%;opacity:.2;animation-delay:-4s;background:radial-gradient(circle at 70% 40%,#6b6b6b 0%,#c5c5c5 70%,transparent 100%)}#ascii-canvas{display:block;width:100%;height:100%}#panel-zone{min-height:32vh;width:100%;padding:var(--pad);display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:40px;align-content:start;font-size:.85rem;line-height:1.5}.panel-col{display:flex;flex-direction:column;gap:24px}.meta-line{display:flex;gap:12px;color:var(--secondary-color);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.bio-text{max-width:460px;color:var(--text-color);transition:opacity .2s ease,letter-spacing .2s ease}.bio-text:hover{font-family:var(--font-mono);letter-spacing:-.5px;opacity:.7}.status-note{margin-top:auto;font-size:.8rem;color:#666}.link-list{list-style:none;display:flex;flex-direction:column;gap:8px}.link-list a{text-decoration:none;color:var(--text-color);position:relative;display:inline-block;width:fit-content}.link-list a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.19,1,.22,1)}.link-list a:hover:after{transform:scaleX(1);transform-origin:left}.colophon{margin-top:24px;color:var(--secondary-color);font-size:.75rem}.panel-right{text-align:right;justify-content:space-between}.copyright{font-size:.75rem}.telemetry{font-family:var(--font-mono);font-size:.7rem;color:var(--secondary-color);text-align:right;margin-top:auto}.hero-text{position:absolute;bottom:24px;left:var(--pad)}.hero-headline{font-size:clamp(2.3rem,5.6vw,5.2rem);font-weight:400;line-height:.9;letter-spacing:-.035em;margin-bottom:8px;color:var(--text-color);text-wrap:balance}.hero-subline{font-family:var(--font-mono);font-size:.8rem;color:var(--secondary-color);letter-spacing:.04em}.signal-strip{position:relative;background:#0f0f0f;color:#f5f5f5;border-top:1px solid #222;border-bottom:1px solid #222;overflow:hidden}.signal-marquee{overflow:hidden;white-space:nowrap;border-bottom:1px solid #222;padding:clamp(14px,2.1vw,24px) 0 clamp(16px,2.3vw,28px)}.signal-marquee-track{display:flex;width:max-content;align-items:center;gap:clamp(28px,4vw,58px);animation:marquee 42s linear infinite;will-change:transform}.signal-marquee span{display:inline-block;font-size:clamp(2rem,4.8vw,5.15rem);font-weight:500;line-height:.92;letter-spacing:-.06em;text-transform:uppercase;color:#f4f4f4}.signal-marquee span:after{content:"—";margin-left:clamp(28px,4vw,58px);color:#5f5f5f}.signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.signal-card{min-height:clamp(250px,25vw,340px);padding:clamp(22px,3.2vw,38px) var(--pad);border-right:1px solid #222;display:flex;flex-direction:column;justify-content:space-between;gap:28px}.signal-card:last-child{border-right:0}.signal-card p{font-size:.72rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em;color:#9e9e9e}.signal-card h3{max-width:13ch;font-size:clamp(1.8rem,3.15vw,3.35rem);font-weight:500;letter-spacing:-.045em;line-height:.95}.signal-copy{display:block;max-width:34ch;font-size:clamp(.86rem,.85vw,.98rem);line-height:1.45;color:#9e9e9e}.lp-section{padding:clamp(44px,7vw,92px) var(--pad);border-top:1px solid var(--hairline)}.section-tone{background:linear-gradient(180deg,#fff,#fafafa)}.section-head{max-width:760px;margin-bottom:28px}.capabilities-top{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:end;margin-bottom:16px}.capabilities-lead{font-size:.95rem;color:#4a4a4a;line-height:1.5;max-width:48ch}.section-kicker{font-family:var(--font-mono);font-size:.72rem;color:var(--secondary-color);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}.section-title{font-size:clamp(1.6rem,2.7vw,2.5rem);line-height:1.08;letter-spacing:-.025em;font-weight:400;max-width:780px}.card-grid,.capability-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.info-card{border:1px solid var(--hairline);padding:18px;min-height:150px;display:grid;align-content:start;gap:10px;transition:transform .35s ease,border-color .35s ease}.info-card:hover{transform:translateY(-4px);border-color:#bcbcbc}.info-card-strong{position:relative;overflow:hidden;background:linear-gradient(150deg,#fff,#fbfbfb)}.info-card-strong:before{content:"";position:absolute;inset:auto -28% -40% auto;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#19191914,#fff0 70%);pointer-events:none}.card-index{font-family:var(--font-mono);font-size:.72rem;color:#9a9a9a;letter-spacing:.08em;margin-bottom:8px}.info-card h3{font-size:1.05rem;font-weight:500;letter-spacing:-.01em}.info-card p{color:#474747;font-size:.9rem;line-height:1.5}.feature-list{list-style:none;display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}.feature-list li{font-family:var(--font-mono);font-size:.64rem;letter-spacing:.05em;text-transform:uppercase;color:#262626;border:1px solid var(--hairline);padding:5px 7px;background:#fff}.proof-section{background:#101010;color:#f4f4f4;border-top:1px solid #242424}.proof-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;align-items:stretch}.proof-section .section-kicker,.proof-section .proof-lead{color:#a2a2a2}.proof-lead{margin-top:16px;max-width:58ch;font-size:.94rem;line-height:1.55}.proof-console{border:1px solid #2b2b2b;background:linear-gradient(180deg,#141414,#0b0b0b);min-height:320px}.proof-console-head{display:flex;justify-content:space-between;gap:14px;padding:12px 14px;border-bottom:1px solid #2b2b2b;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em;color:#8b8b8b}.proof-console-body{display:grid}.proof-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:16px;padding:18px 14px;border-bottom:1px solid #242424}.proof-row:last-child{border-bottom:0}.proof-row span{font-family:var(--font-mono);font-size:.68rem;color:#8e8e8e;text-transform:uppercase;letter-spacing:.08em}.proof-row p{color:#e7e7e7;font-size:.96rem;line-height:1.45}.stack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;border:1px solid #2b2b2b;border-bottom:0}.stack-cell{min-height:104px;padding:14px;border-right:1px solid #2b2b2b;border-bottom:1px solid #2b2b2b;display:grid;align-content:space-between;gap:16px;background:#ffffff05}.stack-cell:nth-child(3n){border-right:0}.stack-cell span{font-family:var(--font-mono);font-size:.65rem;color:#777}.stack-cell p{font-size:.95rem;line-height:1.35}.step-list{display:grid;gap:0;border:1px solid var(--hairline)}.model-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;align-items:start}.model-intro{position:sticky;top:18px;border:1px solid var(--hairline);padding:20px;background:#fff}.model-intro p{color:#494949;font-size:.92rem;line-height:1.48}.model-intro .section-title{margin-bottom:14px}.model-steps{background:#fff}.step-row{display:grid;grid-template-columns:72px minmax(0,1fr);gap:18px;padding:18px;border-bottom:1px solid var(--hairline);transition:background-color .25s ease}.step-row:hover{background:#f7f7f7}.step-panel{background:linear-gradient(180deg,#fff,#fcfcfc)}.step-row:last-child{border-bottom:0}.step-index{font-family:var(--font-mono);font-size:.82rem;color:var(--secondary-color);padding-top:4px}.step-row h3{font-size:1rem;font-weight:500;margin-bottom:6px}.step-row p{font-size:.9rem;color:#444;line-height:1.5}.qualify-wrap{display:grid;grid-template-columns:1.3fr .7fr;gap:14px}.qualify-list{list-style:none;border:1px solid var(--hairline)}.qualify-list li{padding:14px 16px;border-bottom:1px solid var(--hairline);font-size:.92rem;line-height:1.45}.qualify-list li:last-child{border-bottom:0}.cta-box{border:1px solid var(--hairline);padding:16px;display:grid;align-content:space-between;gap:18px;background:linear-gradient(165deg,#fff,#f5f5f5)}.cta-eyebrow{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.11em;text-transform:uppercase;color:#8f8f8f}.cta-box h3{font-size:clamp(1.2rem,2.2vw,1.8rem);line-height:1.08;letter-spacing:-.02em;font-weight:500}.cta-box p{color:#545454;font-size:.9rem;line-height:1.45}.cta-box a{text-decoration:none;color:var(--text-color);font-size:.9rem;border-bottom:1px solid var(--text-color);width:fit-content;transition:letter-spacing .25s ease}.cta-box a:hover{letter-spacing:.03em}#nav-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;opacity:0;pointer-events:none;transition:opacity .4s ease;display:flex;align-items:center;justify-content:center}#nav-overlay.active{opacity:1;pointer-events:auto}.nav-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:2rem;text-align:center}.nav-backdrop{position:absolute;inset:0;border:0;background:transparent}.nav-item{display:inline-block;text-decoration:none;font-size:3rem;font-weight:300;color:#8a8a8a;background:transparent;border:0;transition:color .3s}.nav-item:hover{color:#111}.scramble-target{display:inline-block}@keyframes drift{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(12px,-10px,0) scale(1.08)}to{transform:translateZ(0) scale(1)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.signal-card h3{text-transform:none}.service-gate{background:linear-gradient(90deg,rgb(0 0 0 / 3%) 1px,transparent 1px),linear-gradient(180deg,#fff,#f7f7f4);background-size:72px 72px,auto}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--hairline);margin-top:28px;background:#fff}.module-card{min-height:320px;padding:clamp(18px,2.2vw,28px);border-right:1px solid var(--hairline);display:flex;flex-direction:column;justify-content:space-between;gap:28px;position:relative;overflow:hidden;transition:background-color .35s ease,color .35s ease,transform .35s ease}.module-card:last-child{border-right:0}.module-card:after{content:"";position:absolute;inset:auto 18px 18px auto;width:80px;height:80px;border:1px solid currentColor;opacity:.08;transform:rotate(8deg)}.module-card:hover{background:#0f0f0f;color:#f3f3f3;transform:translateY(-2px)}.module-meta{display:flex;justify-content:space-between;gap:18px;font-family:var(--font-mono);font-size:.68rem;color:var(--secondary-color);text-transform:uppercase;letter-spacing:.08em}.module-card h3{font-size:clamp(1.2rem,2.05vw,2rem);line-height:1.05;letter-spacing:-.025em;font-weight:500;max-width:14ch}.module-card p{color:#4d4d4d;font-size:.92rem;line-height:1.5;max-width:36ch}.module-card:hover p,.module-card:hover .module-meta{color:#a7a7a7}.module-note{margin-top:16px;font-family:var(--font-mono);font-size:.72rem;color:#6f6f6f;text-transform:uppercase;letter-spacing:.07em;max-width:76ch}.proof-vault{box-shadow:inset 0 0 0 1px #ffffff08,0 24px 80px #00000059}.restricted-ledger{margin-top:18px;border:1px solid #2b2b2b;background:linear-gradient(90deg,rgb(255 255 255 / 4%) 1px,transparent 1px),#111;background-size:48px 48px,auto;min-height:160px;padding:clamp(18px,2.4vw,28px);display:grid;grid-template-columns:.5fr .8fr 1.2fr;gap:18px;align-items:end}.restricted-ledger span{font-family:var(--font-mono);font-size:.68rem;color:#777;text-transform:uppercase;letter-spacing:.1em}.restricted-ledger strong{font-size:clamp(1.3rem,2.4vw,2.2rem);line-height:1;font-weight:500;letter-spacing:-.03em}.restricted-ledger p{color:#b7b7b7;line-height:1.45;font-size:.92rem;max-width:42ch}.engagement-section{background:#f4f4f1}.engagement-section .model-intro,.engagement-section .model-steps{border-color:#d8d8d2}.engagement-steps .step-row{min-height:132px}.access-section{background:#fff;padding-bottom:clamp(34px,4.8vw,64px)}.access-bridge{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;align-items:stretch}.access-intro{margin-bottom:0;border:1px solid var(--hairline);background:#fbfbf8;padding:clamp(18px,2.2vw,28px);display:flex;flex-direction:column;justify-content:space-between;min-height:260px}.access-intro p:not(.section-kicker){max-width:50ch;color:#4d4d4d;font-size:.92rem;line-height:1.52}.access-brief{border:1px solid #2b2b2b;background:linear-gradient(90deg,rgb(255 255 255 / 4%) 1px,transparent 1px),#101010;background-size:48px 48px,auto;color:#f4f4f4;min-height:260px;display:grid;grid-template-rows:auto 1fr}.access-brief-head{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;border-bottom:1px solid #2b2b2b}.access-brief-head a{color:#fff;text-decoration:none;border-bottom:1px solid currentColor;font-size:.9rem;transition:letter-spacing .25s ease,color .25s ease}.access-brief-head a:hover{color:#bfbfbf;letter-spacing:.03em}.brief-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.brief-cell{min-height:180px;padding:clamp(14px,1.8vw,22px);border-right:1px solid #2b2b2b;display:flex;flex-direction:column;justify-content:space-between;gap:24px}.brief-cell:last-child{border-right:0}.brief-cell span{font-family:var(--font-mono);font-size:.68rem;color:#777;letter-spacing:.08em}.brief-cell h3{font-size:clamp(1rem,1.32vw,1.35rem);line-height:1.08;font-weight:500;letter-spacing:-.02em}.brief-cell p{color:#aaa;font-size:.86rem;line-height:1.45;max-width:24ch}.site-footer{position:relative;overflow:hidden;min-height:clamp(500px,62vh,700px);padding:clamp(44px,7vw,92px) var(--pad) 24px;background:linear-gradient(90deg,rgb(0 0 0 / 3%) 1px,transparent 1px),linear-gradient(180deg,#fff,#f6f6f2);background-size:72px 72px,auto;border-top:1px solid var(--hairline);color:var(--text-color)}.site-footer:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:#111;opacity:.08}.footer-content{position:relative;z-index:2;display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;align-items:stretch;max-width:none;margin:0}.footer-primary{display:flex;flex-direction:column;gap:18px;min-height:320px;border:1px solid var(--hairline);background:#fbfbf8;padding:clamp(18px,2.2vw,28px)}.footer-kicker,.footer-panel-label{font-family:var(--font-mono);font-size:.68rem;color:var(--secondary-color);letter-spacing:.11em;text-transform:uppercase}.footer-primary h2{max-width:none;font-size:clamp(1.6rem,2.7vw,2.5rem);font-weight:400;line-height:1.08;letter-spacing:-.025em}.footer-primary h2 span{display:block}.footer-primary p:not(.footer-kicker){max-width:50ch;color:#4d4d4d;font-size:.92rem;line-height:1.52}.footer-email{display:inline-block;width:fit-content;margin-top:auto;padding-bottom:6px;border-bottom:1px solid #111;color:var(--text-color);text-decoration:none;font-size:clamp(1.4rem,1.9vw,2rem);line-height:.95;letter-spacing:-.035em;transition:opacity .25s ease,letter-spacing .25s ease}.footer-email:hover{opacity:.58;letter-spacing:-.035em}.footer-secondary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--hairline);background:#fff}.footer-panel{min-height:320px;padding:clamp(18px,2.2vw,28px);border-right:1px solid var(--hairline);border-bottom:0;display:grid;align-content:space-between;gap:28px}.footer-panel:last-child{border-right:0}.footer-panel nav,.footer-panel ul{display:grid;gap:10px}.footer-panel ul{list-style:none}.footer-panel a,.footer-panel li,.footer-panel p:not(.footer-panel-label){color:#1d1d1d;text-decoration:none;font-size:clamp(.86rem,.78vw,.98rem);line-height:1.4}.footer-panel a{width:fit-content;border-bottom:1px solid transparent;transition:border-color .25s ease,color .25s ease}.footer-panel a:hover{color:#777;border-bottom-color:currentColor}.footer-panel-dark{min-height:320px;background:#101010;border-color:#101010;align-content:space-between;gap:28px}.footer-panel-dark .footer-panel-label,.footer-panel-dark p:not(.footer-panel-label){color:#b8b8b8}.footer-panel-dark p:not(.footer-panel-label){max-width:28ch;font-size:clamp(1rem,1.32vw,1.35rem);line-height:1.2;letter-spacing:-.02em}.footer-wordmark{position:absolute;z-index:0;left:50%;bottom:-.1em;transform:translate(-50%);color:#0000000d;font-size:clamp(5rem,13vw,15rem);font-weight:800;line-height:.78;letter-spacing:-.078em;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}.footer-bottomline{position:absolute;z-index:2;left:calc(var(--pad) + 58px);right:calc(var(--pad) + 58px);bottom:18px;display:flex;justify-content:space-between;gap:24px;font-family:var(--font-mono);font-size:.68rem;color:#8a8a8a;letter-spacing:.08em;text-transform:uppercase}@media(max-width:1120px){.access-bridge,.footer-content,.footer-secondary{grid-template-columns:1fr}.brief-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brief-cell:nth-child(2n){border-right:0}.brief-cell:nth-child(-n+2){border-bottom:1px solid #2b2b2b}.footer-primary{min-height:auto}.footer-panel-dark{grid-column:auto}}@media(max-width:768px){.module-grid,.restricted-ledger,.access-grid{grid-template-columns:1fr}.module-card{min-height:230px;border-right:0;border-bottom:1px solid var(--hairline)}.module-card:last-child{border-bottom:0}.restricted-ledger{align-items:start}.gate-list,.access-bridge,.brief-grid{grid-template-columns:1fr}.access-brief-head{align-items:flex-start;flex-direction:column}.brief-cell,.brief-cell:nth-child(2n){border-right:0;border-bottom:1px solid #2b2b2b}.brief-cell:last-child{border-bottom:0}.site-footer{min-height:720px;padding-top:56px}.footer-content,.footer-secondary{grid-template-columns:1fr}.footer-content{gap:18px}.footer-primary{min-height:auto}.footer-primary h2{max-width:12ch;font-size:clamp(1.7rem,7vw,2.3rem)}.footer-email{font-size:clamp(1.55rem,7vw,2.45rem)}.footer-panel,.footer-panel:nth-child(2n),.footer-panel:nth-last-child(-n+1){border-right:0;border-bottom:1px solid var(--hairline)}.footer-panel-dark{grid-column:auto}.footer-wordmark{bottom:54px;font-size:clamp(4.1rem,18vw,7.4rem)}.footer-bottomline{flex-direction:column;gap:8px}}@media(max-width:768px){#panel-zone{grid-template-columns:1fr;height:auto;min-height:30vh}.card-grid,.signal-grid,.capabilities-top,.capability-stack,.proof-layout,.stack-grid,.model-layout,.qualify-wrap{grid-template-columns:1fr}.proof-row{grid-template-columns:1fr;gap:8px}.stack-cell,.stack-cell:nth-child(3n){border-right:0}.model-intro{position:static}.signal-card{border-right:0;border-bottom:1px solid #222}.signal-card:last-child{border-bottom:0}.step-row{grid-template-columns:1fr;gap:8px}.corner-index{font-size:1.5rem}.hero-headline{font-size:2rem}}@media(max-width:640px){:root{--pad: 18px}.corner-index{width:32px;height:32px;display:grid;place-items:center;font-size:1.15rem;color:#111;background:#ffffffbd;border:1px solid rgb(0 0 0 / 8%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tl,.tr{top:14px}.tl{right:14px;left:auto}.tr{right:14px}.tr,.bl,.br{display:none}.nav-content{gap:1rem}.nav-item{font-size:clamp(2rem,11vw,2.65rem);color:#5f5f5f}.nav-item:hover,.nav-item:focus-visible{color:#111}.signal-marquee{padding:12px 0 14px}.signal-marquee span{font-size:clamp(1.65rem,9vw,2.4rem);letter-spacing:-.055em}.signal-card{min-height:205px;padding:20px var(--pad);gap:18px}.signal-card h3{font-size:clamp(1.55rem,9vw,2.15rem);max-width:12ch}.lp-section{padding:40px var(--pad)}.module-card{min-height:205px;gap:20px}.access-section{padding-bottom:38px}.access-intro{min-height:auto;padding:18px;gap:28px}.access-brief{min-height:auto}.access-brief-head{flex-direction:row;align-items:center;padding:12px 14px}.brief-cell,.brief-cell:nth-child(2n){min-height:118px;padding:14px;gap:12px}.brief-cell h3{font-size:1.02rem}.brief-cell p{font-size:.8rem;line-height:1.35;max-width:none}.site-footer{min-height:auto;padding:36px var(--pad) 58px}.footer-content{gap:12px}.footer-primary{min-height:auto;padding:18px;gap:14px}.footer-primary h2{max-width:none;font-size:clamp(1.55rem,8vw,2.05rem)}.footer-primary p:not(.footer-kicker){font-size:.86rem;line-height:1.45}.footer-email{margin-top:6px;font-size:clamp(1.25rem,6.2vw,1.75rem)}.footer-panel,.footer-panel-dark{min-height:auto;padding:16px;gap:12px;align-content:start}.footer-panel nav,.footer-panel ul{gap:7px}.footer-panel a,.footer-panel li,.footer-panel p:not(.footer-panel-label){font-size:.82rem;line-height:1.35}.footer-panel-dark p:not(.footer-panel-label){font-size:.98rem;line-height:1.18;max-width:none}.footer-wordmark{bottom:34px;font-size:clamp(3rem,15vw,4.6rem);color:#00000009}.footer-bottomline{left:var(--pad);right:var(--pad);bottom:12px;gap:5px;font-size:.58rem;letter-spacing:.06em}}
