:root{--canvas: #f2efe7;--canvas-deep: #e8e2d5;--surface: #fffdf7;--ink: #151713;--ink-soft: #30352f;--muted: #626860;--line: rgba(21, 23, 19, .16);--line-light: rgba(255, 253, 247, .18);--dark: #11130f;--forest: #18312a;--white: #fffdf7;--red: #d9483b;--orange: #d77b0b;--lime: #769610;--teal: #087b6b;--blue: #2c6fd1;--violet: #7451b7;--spectrum: linear-gradient(90deg, #ee4d41 0%, #e79718 22%, #9ebd37 40%, #10a48a 61%, #3b80df 82%, #7a54bd 100%);--font-sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;--page-pad: clamp(1.25rem, 4vw, 4.5rem);--section-pad: clamp(6.5rem, 11vw, 11rem);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5.5rem;background:var(--canvas)}body{margin:0;overflow-x:hidden;background:var(--canvas);color:var(--ink);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}main{display:block}h1,h2,h3,p,blockquote,figure{margin:0}h1,h2,h3{font-weight:500;text-wrap:balance}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;font:inherit}ul,ol{margin:0;padding:0;list-style:none}::selection{color:var(--ink);background:#b8e4d5}:focus-visible{outline:3px solid #2673df;outline-offset:4px}.page-shell{width:min(100%,94rem);margin-inline:auto;padding-inline:var(--page-pad)}.section{position:relative;padding-block:var(--section-pad)}.section-index{color:var(--muted);font-size:.71rem;font-weight:700;letter-spacing:.16em;line-height:1.25;text-transform:uppercase}.section-index-light{color:#fffdf7a3}.button{min-height:3.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.85rem 1.35rem;border:1px solid transparent;border-radius:.2rem;font-size:.9rem;font-weight:700;transition:color .22s ease,background-color .22s ease,transform .22s var(--ease-out)}.button:hover{transform:translateY(-2px)}.button-dark{color:var(--white);background:var(--ink)}.button-dark:hover{background:#313630}.text-link{display:inline-flex;align-items:center;gap:.45rem;padding-block:.45rem .35rem;border-bottom:1px solid currentColor;font-size:.91rem;font-weight:700;transition:gap .22s var(--ease-out),color .22s ease}.text-link:hover{gap:.72rem;color:#08695f}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:2000;padding:.75rem 1rem;color:var(--white);background:var(--ink);transform:translateY(-160%);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#navbar{position:fixed;inset:0 0 auto;z-index:1000;height:5.25rem;border-bottom:1px solid transparent;transition:background-color .24s ease,border-color .24s ease,box-shadow .24s ease}#navbar:before{content:"";position:absolute;inset:0 0 auto;height:.18rem;background:var(--spectrum)}#navbar.is-scrolled,#navbar.menu-is-open{border-color:var(--line);background:#f2efe7e8;box-shadow:0 .5rem 2.5rem #1c221d0d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-inner{position:relative;z-index:3;height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.brand{width:fit-content;display:inline-flex;align-items:center;gap:.7rem}.brand-mark{width:2.3rem;height:2.3rem;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border:1px solid var(--line);border-radius:50%;background:#fffdf7d1}.brand-mark img{width:1.65rem;height:1.55rem;object-fit:contain}.brand-name{font-size:1.04rem;font-weight:700;letter-spacing:-.02em}.desktop-nav{display:flex;align-items:center;gap:clamp(1.2rem,2.5vw,2.6rem)}.desktop-nav a{position:relative;padding-block:.6rem;color:var(--ink-soft);font-size:.82rem;font-weight:600}.desktop-nav a:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:right;transition:transform .24s var(--ease-out)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}.nav-contact{min-height:2.5rem;display:inline-flex;align-items:center;justify-self:end;gap:.4rem;padding:.6rem .95rem;border-radius:.2rem;color:var(--white);background:var(--ink);font-size:.78rem;font-weight:700;transition:background-color .18s ease,transform .18s ease}.nav-contact:hover{background:#343a34;transform:translateY(-1px)}.menu-toggle{width:2.75rem;height:2.75rem;display:none;place-items:center;justify-self:end;border:1px solid var(--line);border-radius:50%;background:var(--surface)}.mobile-navigation{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;gap:3rem;padding:clamp(6.5rem,18vh,10rem) var(--page-pad) 3rem;overflow-y:auto;background:var(--canvas);opacity:0;visibility:hidden;transform:translateY(-1.5rem);transition:opacity .26s ease,visibility .26s ease,transform .42s var(--ease-out)}.menu-is-open .mobile-navigation{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav-links{display:flex;flex-direction:column}.mobile-nav-links a{display:grid;grid-template-columns:3rem 1fr;align-items:center;gap:1rem;padding-block:.8rem;border-bottom:1px solid var(--line);font-size:clamp(2.35rem,10vw,4.7rem);font-weight:500;letter-spacing:-.03em;line-height:1.05}.mobile-nav-links span{align-self:start;padding-top:.42rem;color:var(--muted);font-size:.66rem;font-weight:700;letter-spacing:.12em}.mobile-contact{display:inline-flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:700}.hero{position:relative;min-height:100svh;overflow:hidden;padding-top:5.25rem;border-bottom:1px solid var(--line);background:var(--canvas)}.hero-grid{min-height:calc(100svh - 10rem);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(29rem,.95fr);align-items:start;gap:clamp(3rem,6vw,7rem);padding-block:clamp(2rem,3vw,3rem) 3.75rem}.hero-copy{position:relative;z-index:4}.hero-kicker{display:flex;align-items:center;gap:.65rem;margin-bottom:clamp(1.8rem,4vw,3.2rem);color:var(--ink-soft);font-size:.73rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.status-dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--teal);box-shadow:0 0 0 .25rem #087b6b21}.hero-title{max-width:11ch;font-size:clamp(3.9rem,6.7vw,6.9rem);font-weight:500;letter-spacing:-.04em;line-height:.94}.hero-title-accent{display:block;max-width:100%;margin-top:.12em;color:var(--ink);font-weight:600}.hero-title-accent-line{position:relative;display:block;width:fit-content;max-width:100%;padding-inline:.02em;white-space:nowrap}.hero-title-accent-line:after{content:"";position:absolute;left:.02em;bottom:-.015em;width:calc(100% - .04em);height:.08em;border-radius:999px;background:var(--spectrum);background-size:220% 100%;transform-origin:left center;animation:heroUnderlineDraw 1.4s var(--ease-out) .35s both,heroSpectrumDrift 18s ease-in-out 1.75s infinite alternate}.hero-title-shimmer{color:var(--ink)}@supports ((-webkit-background-clip: text) or (background-clip: text)){.hero-title-shimmer{display:inline-block;color:transparent;background-image:linear-gradient(110deg,var(--ink) 0%,var(--ink) 44%,#c45f28 48%,#168a78 50%,#6e55a4 52%,var(--ink) 56%,var(--ink) 100%);background-size:280% 100%;background-position:125% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:heroTitleShimmer 4.5s linear 1.75s infinite}}.hero-summary{max-width:39rem;margin-top:clamp(2rem,4vw,3.25rem);color:var(--ink-soft);font-size:clamp(1.04rem,1.6vw,1.28rem);line-height:1.62}.hero-actions{display:flex;align-items:center;gap:1.7rem;margin-top:2.2rem}.mission-panel{position:relative;width:min(100%,39rem);justify-self:end;overflow:hidden;border:1px solid var(--line);padding:clamp(1.6rem,3vw,2.6rem);background:#fffdf7b8;box-shadow:0 1.7rem 4rem #1a201a14}.mission-panel:before{content:"";position:absolute;inset:0 0 auto;height:.24rem;background:var(--spectrum)}.mission-panel-label,.mission-step-label{color:var(--muted);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mission-steps{margin-top:clamp(1.4rem,3vw,2.5rem)}.mission-steps li{display:grid;grid-template-columns:2.3rem 1fr;gap:clamp(1rem,2vw,1.6rem);padding-block:clamp(1.35rem,2.5vw,2rem);border-top:1px solid var(--line)}.mission-steps li:last-child{padding-bottom:0}.mission-step-number{padding-top:.22rem;color:var(--teal);font-size:.65rem;font-weight:700;letter-spacing:.1em}.mission-steps strong{display:block;margin-top:.45rem;font-size:clamp(1.4rem,2.4vw,2rem);font-weight:600;letter-spacing:-.025em;line-height:1.12}.mission-steps div>p:last-child{max-width:30rem;margin-top:.55rem;color:var(--muted);font-size:.9rem;line-height:1.55}.hero-ledger{min-height:4.75rem;display:flex;align-items:center;justify-content:flex-end;gap:clamp(1.5rem,5vw,5rem);border-top:1px solid var(--line)}.hero-ledger span{position:relative;color:var(--muted);font-size:.67rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.hero-ledger span:before{content:"";position:absolute;top:50%;left:-1rem;width:.27rem;height:.27rem;border-radius:50%;background:var(--ink);transform:translateY(-50%)}.hero-enter{opacity:0;transform:translateY(1.25rem);animation:heroEnter .9s var(--ease-out) forwards}.hero-enter-1{animation-delay:70ms}.hero-enter-2{animation-delay:.15s}.hero-enter-3{animation-delay:.28s}.hero-enter-4{animation-delay:.42s}.section-products{overflow:hidden;border-top:1px solid rgba(255,253,247,.09);color:var(--white);background:var(--dark)}.products-heading{display:grid;grid-template-columns:1fr minmax(19rem,.43fr);gap:3rem;align-items:end;margin-bottom:clamp(4rem,8vw,7rem)}.products-heading h2{margin-top:1.3rem;font-size:clamp(3.8rem,7.4vw,7.2rem);letter-spacing:-.04em;line-height:.96}.products-heading>p{max-width:33rem;padding-bottom:.35rem;color:#fffdf7b3;font-size:1rem;line-height:1.7}.product-carousel{min-width:0}.product-carousel-toolbar{min-height:4.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-top:1px solid var(--line-light)}.product-carousel-status{color:#fffdf7b3;font-size:.7rem;font-weight:700;letter-spacing:.13em}.product-carousel-status span:first-child{color:var(--white)}.product-carousel-buttons{display:flex}.product-carousel-buttons button{width:3.1rem;height:3.1rem;display:grid;place-items:center;padding:0;border:1px solid var(--line-light);background:transparent;cursor:pointer;transition:color .18s ease,background-color .18s ease,opacity .18s ease}.product-carousel-buttons button+button{border-left:0}.product-carousel-buttons button:hover:not(:disabled),.product-carousel-buttons button:focus-visible{color:var(--ink);background:var(--white)}.product-carousel-buttons button:disabled{opacity:.3;cursor:not-allowed}.product-index{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(15rem,1fr);margin-bottom:1.5rem;overflow-x:auto;overscroll-behavior-inline:contain;border-block:1px solid var(--line-light);scrollbar-width:none}.product-index::-webkit-scrollbar{display:none}.product-index button{position:relative;min-height:7.4rem;display:grid;grid-template-columns:2.2rem 1fr;align-content:center;gap:.25rem .7rem;padding:1.3rem 1.5rem;border:0;border-right:1px solid var(--line-light);text-align:left;background:transparent;cursor:pointer;transition:background-color .22s ease}.product-index button:after{content:"";position:absolute;inset:auto 1.5rem 0;height:.18rem;background:var(--spectrum);transform:scaleX(0);transform-origin:left;transition:transform .36s var(--ease-out)}.product-index button:last-child{border-right:0}.product-index button:hover,.product-index button:focus-visible,.product-index button[aria-current=true]{background:#ffffff0f}.product-index button[aria-current=true]:after{transform:scaleX(1)}.product-index span{grid-row:1 / span 2;padding-top:.16rem;color:#fffdf780;font-size:.61rem;font-weight:700;letter-spacing:.12em}.product-index strong{font-size:.94rem;font-weight:600}.product-index small{color:#fffdf78f;font-size:.68rem}.product-worlds{display:flex;gap:1rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;padding-right:12%;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-worlds::-webkit-scrollbar{display:none}.product-slide{min-width:0;flex:0 0 88%;scroll-snap-align:start;scroll-snap-stop:always}.product-world{--world-bg: #eef2f6;--world-ink: #202938;--world-muted: #596473;--world-accent: #245fae;--world-soft: #dfe8f4;--world-line: rgba(32, 41, 56, .17);--art-bg: rgba(255, 255, 255, .32);--art-canvas: transparent;scroll-margin-top:6.5rem;overflow:hidden;height:100%;padding:clamp(2rem,4vw,4.5rem);color:var(--world-ink);background:var(--world-bg);transition:opacity .38s ease,transform .6s var(--ease-out)}.product-world[data-active=false]{opacity:.58;transform:scale(.985)}.product-world .product-art-canvas img,.product-world .product-art-fallback{transition:transform .7s var(--ease-out),filter .5s ease}.product-world[data-active=false] .product-art-canvas img,.product-world[data-active=false] .product-art-fallback{filter:saturate(.76);transform:scale(.965)}.product-world-heading{display:grid;grid-template-columns:4rem 1fr auto;gap:1.5rem;align-items:start;padding-bottom:clamp(2rem,4vw,3.5rem);border-bottom:1px solid var(--world-line)}.product-world-number{color:var(--world-muted);font-size:.66rem;font-weight:700;letter-spacing:.13em}.product-world-heading>div:nth-child(2)>p{margin-bottom:.7rem;color:var(--world-muted);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-world-heading h3{font-size:clamp(2.8rem,5.7vw,6rem);letter-spacing:-.04em;line-height:.96}.product-world-heading>div:nth-child(2)>span{display:block;margin-top:1rem;color:var(--world-accent);font-size:clamp(1.45rem,2.4vw,2.1rem);font-weight:600;letter-spacing:-.02em;line-height:1.2}.product-world-status{display:flex;align-items:center;gap:.5rem;color:var(--world-muted);font-size:.63rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.product-world-status:before{content:"";width:.42rem;height:.42rem;border-radius:50%;background:var(--world-accent)}.product-world-layout{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(20rem,.62fr);gap:clamp(2.5rem,5vw,5rem);align-items:stretch;padding-top:clamp(2.5rem,5vw,5rem)}.product-world-reverse .product-world-layout{grid-template-columns:minmax(20rem,.65fr) minmax(0,1.35fr)}.product-world-reverse .product-art{grid-column:2;grid-row:1}.product-world-reverse .product-world-copy{grid-column:1;grid-row:1}.product-art{position:relative;min-height:36rem;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--world-line);background:var(--art-bg)}.product-art-meta{min-height:3rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-inline:1rem;border-bottom:1px solid var(--world-line);color:var(--world-muted);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.product-art-canvas{position:relative;min-height:0;display:grid;place-items:center;flex:1;overflow:hidden;padding:clamp(1rem,3vw,2.5rem);background:var(--art-canvas)}.product-art-canvas img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain}.product-art figcaption{min-height:2.35rem;display:flex;align-items:center;padding:.55rem 1rem;border-top:1px solid var(--world-line);color:var(--world-muted);font-size:.64rem;font-weight:600}.product-art-dashboard .product-art-canvas{padding:1.1rem}.product-art-dashboard .product-art-canvas img{object-position:top center}.eas-data-rule{position:absolute;inset:0 0 auto;z-index:3;height:.26rem;background:var(--spectrum);transform-origin:left}.product-art-conversation .product-art-canvas{isolation:isolate}.product-art-conversation .product-art-canvas img{width:min(78%,38rem);height:auto;padding:1.25rem;background:#fff;box-shadow:0 1.5rem 4rem #6c23271a}.speech-ripples,.speech-ripples span{position:absolute;inset:50% auto auto 50%;border:1px solid rgba(173,36,44,.3);border-radius:50%;transform:translate(-50%,-50%)}.speech-ripples{width:68%;aspect-ratio:1}.speech-ripples span:first-child{width:132%;aspect-ratio:1}.speech-ripples span:last-child{width:165%;aspect-ratio:1}.product-art-orbit .product-art-canvas{isolation:isolate}.product-art-orbit .product-art-canvas img{width:min(61%,22rem);height:auto;aspect-ratio:1;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#fff;box-shadow:0 2rem 6rem #445bd12e}.product-art-fallback{position:relative;z-index:2;width:min(72%,25rem);aspect-ratio:1;display:grid;place-items:center;align-content:center;gap:.75rem;border:1px solid var(--world-line);background:linear-gradient(145deg,var(--world-soft),rgba(255,255,255,.2))}.product-art-fallback span{font-size:clamp(4rem,9vw,8rem);font-weight:600;letter-spacing:-.035em;line-height:.95}.product-art-fallback small{max-width:12rem;color:var(--world-muted);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-align:center;text-transform:uppercase}.trunkexus-orbits,.trunkexus-orbits span{position:absolute;inset:50% auto auto 50%;border:1px solid rgba(155,124,229,.35);border-radius:50%;transform:translate(-50%,-50%) rotate(-16deg)}.trunkexus-orbits{width:76%;height:42%}.trunkexus-orbits span:first-child{width:125%;height:128%}.trunkexus-orbits span:last-child{width:156%;height:160%}.product-world-copy{display:flex;flex-direction:column;justify-content:center}.product-copy-block{padding-block:1.7rem;border-top:1px solid var(--world-line)}.product-copy-label{margin-bottom:.8rem;color:var(--world-muted);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-copy-block>p:last-child{color:var(--world-muted);font-size:.96rem;line-height:1.72}.product-possibility{padding-inline:1.3rem;border-left:.2rem solid var(--world-accent);background:var(--world-soft)}.product-possibility>p:last-child{color:var(--world-ink);font-size:clamp(1.35rem,2vw,1.8rem);font-weight:500;letter-spacing:-.015em;line-height:1.25}.product-details{margin-top:1.8rem;border-top:1px solid var(--world-line)}.product-details li{position:relative;padding:.72rem 0 .72rem 1.15rem;border-bottom:1px solid var(--world-line);color:var(--world-muted);font-size:.76rem;font-weight:600}.product-details li:before{content:"";position:absolute;top:50%;left:0;width:.36rem;height:.36rem;border-radius:50%;background:var(--world-accent);transform:translateY(-50%)}.product-link,.product-internal{width:fit-content;margin-top:2rem;font-size:.85rem;font-weight:700}.product-link{display:inline-flex;align-items:center;gap:.6rem;padding-bottom:.3rem;border-bottom:1px solid currentColor;transition:gap .22s var(--ease-out),color .22s ease}.product-link:hover{gap:.9rem;color:var(--world-accent)}.product-internal{color:var(--world-muted)}.section-belief{overflow:hidden;background:var(--surface)}.belief-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(19rem,.55fr);gap:2rem clamp(3rem,8vw,9rem);align-items:end}.belief-intro .section-index{grid-column:1 / -1}.belief-intro h2{max-width:16ch;font-size:clamp(3.4rem,6.2vw,6.3rem);letter-spacing:-.04em;line-height:.96}.belief-copy{padding-bottom:.45rem}.belief-copy p{color:var(--ink-soft);font-size:1rem;line-height:1.7}.belief-copy p+p{margin-top:1.25rem}.belief-mechanism{margin-top:clamp(5rem,9vw,9rem)}.belief-mechanism-heading{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--line)}.belief-mechanism-heading p{font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.belief-mechanism-heading span{color:var(--muted);font-size:.76rem}.possibility-path{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding-top:3rem}.possibility-path:before{content:"";position:absolute;top:3.7rem;left:12.5%;width:75%;height:.18rem;background:var(--spectrum);transform-origin:left}.possibility-path li{position:relative;z-index:2;min-height:9rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;padding:0 .75rem 1.4rem;text-align:center}.possibility-path li:before{content:"";width:1.55rem;height:1.55rem;border:.38rem solid var(--surface);border-radius:50%;background:var(--ink);box-shadow:0 0 0 1px var(--line)}.possibility-path li:nth-child(2):before{background:var(--orange)}.possibility-path li:nth-child(3):before{background:var(--teal)}.possibility-path li:nth-child(4):before{background:var(--violet)}.possibility-path span{position:absolute;top:2.5rem;color:var(--muted);font-size:.59rem;font-weight:700;letter-spacing:.11em}.possibility-path strong{font-size:clamp(1rem,1.6vw,1.22rem);font-weight:600;line-height:1.2}.possibility-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(2rem,5vw,5rem);margin-top:clamp(4rem,7vw,7rem)}.possibility-method{min-height:13rem;padding-top:1.3rem;border-top:1px solid var(--line)}.possibility-method:nth-child(2){margin-top:3rem}.possibility-method:nth-child(3){margin-top:6rem}.possibility-method h3{display:block;margin-bottom:1.2rem;font-size:clamp(2.8rem,5vw,5rem);font-weight:500;letter-spacing:-.025em;line-height:1}.possibility-method p{max-width:18rem;color:var(--muted);font-size:.94rem;line-height:1.65}.belief-note{max-width:83rem;margin-top:clamp(4rem,8vw,8rem);font-size:clamp(2.6rem,5.5vw,5.7rem);font-weight:500;line-height:1.08;letter-spacing:-.03em}.section-build{overflow:hidden;color:var(--white);background:var(--dark)}.build-heading{display:grid;grid-template-columns:1fr minmax(20rem,.42fr);gap:3rem;align-items:end}.build-heading h2{margin-top:1.3rem;font-size:clamp(3.8rem,7.5vw,7.3rem);letter-spacing:-.04em;line-height:.96}.build-heading h2 em{font-style:normal;font-weight:600;color:#83cfba}.build-heading>p{max-width:34rem;padding-bottom:.45rem;color:#fffdf7ad;font-size:1rem;line-height:1.72}.build-line{margin-top:clamp(5rem,9vw,9rem)}.build-sequence-label{padding-bottom:1rem;color:#fffdf794;font-size:.66rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.build-steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line-light)}.build-steps:before{content:"";position:absolute;top:-.18rem;left:0;width:100%;height:.18rem;background:var(--spectrum);transform-origin:left}.build-steps li{min-height:24rem;display:flex;flex-direction:column;padding:1.4rem;border-right:1px solid var(--line-light)}.build-steps li:last-child{border-right:0}.build-steps li:nth-child(2){padding-top:4rem}.build-steps li:nth-child(3){padding-top:7rem}.build-steps li:nth-child(4){padding-top:10rem}.build-steps span{color:#fffdf785;font-size:.61rem;font-weight:700;letter-spacing:.12em}.build-steps h3{margin-top:auto;font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.03em}.build-steps p{margin-top:1rem;color:#fffdf7a8;font-size:.88rem;line-height:1.65}.build-evidence{display:grid;grid-template-columns:.7fr 1.3fr;gap:3rem;margin-top:clamp(4rem,7vw,7rem);padding-top:2rem;border-top:1px solid var(--line-light)}.build-evidence p:first-child{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:500;letter-spacing:-.02em;line-height:1.2}.build-evidence p:last-child{max-width:40rem;color:#fffdf7ad;font-size:.95rem;line-height:1.7}.build-evidence strong{color:var(--white)}.section-direction{overflow:hidden;color:var(--white);background:var(--forest)}.direction-heading{display:grid;grid-template-columns:1fr minmax(20rem,.43fr);gap:2rem 4rem;align-items:end}.direction-heading .section-index{grid-column:1 / -1}.direction-heading h2{font-size:clamp(3.7rem,7.4vw,7.2rem);letter-spacing:-.04em;line-height:.96}.direction-heading h2 em{font-style:normal;font-weight:600;color:#8ed8c4}.direction-heading>p:last-child{padding-bottom:.45rem;color:#fffdf7b3;font-size:1rem;line-height:1.72}.vision-horizon{display:grid;grid-template-columns:minmax(17rem,.72fr) minmax(6rem,.18fr) minmax(0,1.35fr);gap:1.5rem;align-items:stretch;margin-top:clamp(5rem,9vw,9rem);padding-block:clamp(2rem,4vw,4rem);color:var(--ink);background:var(--canvas)}.vision-constant,.vision-forms{border:1px solid var(--line);background:#fffdf78a}.vision-constant{min-height:27rem;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(1.5rem,3vw,3rem);background:radial-gradient(circle at 50% 26%,rgba(8,123,107,.18),transparent 24%),#fffdf794}.vision-constant>span,.vision-forms-heading>span{color:var(--muted);font-size:.61rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vision-constant strong{max-width:7ch;margin-top:auto;font-size:clamp(3rem,5vw,5.2rem);font-weight:500;letter-spacing:-.03em;line-height:.98}.vision-constant p{max-width:23rem;margin-top:1.5rem;color:var(--muted);font-size:.83rem;line-height:1.65}.vision-connector{position:relative;display:grid;place-items:center}.vision-connector:before{content:"";position:absolute;top:50%;left:0;width:100%;border-top:1px dashed rgba(21,23,19,.48)}.vision-connector:after{content:"→";position:absolute;top:calc(50% - 1.2rem);right:0}.vision-connector span{position:relative;z-index:2;padding:.45rem;color:var(--muted);background:var(--canvas);font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.vision-forms{padding:clamp(1.5rem,3vw,3rem)}.vision-forms-heading{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--line)}.vision-forms-heading p{color:var(--muted);font-size:.72rem}.vision-forms-grid{display:grid;grid-template-columns:repeat(2,1fr)}.vision-forms-grid article{min-height:11.5rem;display:flex;flex-direction:column;padding:1.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:color .22s ease,background-color .22s ease}.vision-forms-grid article:nth-child(2n){border-right:0}.vision-forms-grid article:nth-last-child(-n+2){border-bottom:0}.vision-forms-grid article:hover{color:var(--white);background:var(--forest)}.vision-forms-grid article>span{color:var(--muted);font-size:.58rem;font-weight:700;letter-spacing:.1em}.vision-forms-grid article:hover>span,.vision-forms-grid article:hover p{color:#fffdf7ad}.vision-forms-grid h3{margin-top:auto;font-size:clamp(1.45rem,2.6vw,2.4rem);letter-spacing:-.03em}.vision-forms-grid p{margin-top:.65rem;color:var(--muted);font-size:.72rem;line-height:1.55}.direction-note{margin-top:clamp(4rem,7vw,7rem);font-size:clamp(2.7rem,5.6vw,5.8rem);font-weight:500;line-height:1.08;letter-spacing:-.03em}.section-closing{background:var(--surface)}.closing-panel{display:grid;grid-template-columns:minmax(13rem,.4fr) minmax(0,1.6fr);gap:clamp(3rem,8vw,9rem);align-items:center;padding-block:clamp(4rem,8vw,8rem);border-block:1px solid var(--line)}.closing-mark{position:relative;width:min(100%,18rem);aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--canvas)}.closing-mark img{width:58%;height:56%;object-fit:contain}.closing-mark span{position:absolute;top:-.5rem;right:-.5rem;width:4.7rem;height:5.6rem;display:grid;place-items:center;border:1px dashed var(--line);background:var(--surface);font-size:2.7rem;font-weight:600;transform:rotate(5deg)}.closing-copy h2{max-width:13ch;margin-top:1.3rem;font-size:clamp(3.6rem,7.1vw,7rem);letter-spacing:-.04em;line-height:.96}.closing-copy>p:not(.section-index){max-width:42rem;margin-top:2rem;color:var(--muted);font-size:1rem;line-height:1.72}.closing-copy .text-link{margin-top:2rem}#footer{position:relative;color:var(--white);background:var(--dark)}.footer-spectrum{height:.18rem;background:var(--spectrum)}.footer-main{display:flex;justify-content:space-between;gap:4rem;padding-block:clamp(5rem,8vw,8rem)}#footer .brand-mark{border-color:#fff3;background:#ffffff12}.footer-brand>p{max-width:27rem;margin-top:1.5rem;color:#fffdf7a3;font-size:.88rem;line-height:1.68}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(9rem,1fr));gap:clamp(3rem,8vw,8rem)}.footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.footer-links p{margin-bottom:.4rem;color:#fffdf77a;font-size:.65rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.footer-links a{display:inline-flex;align-items:center;gap:.4rem;color:#fffdf7d4;font-size:.85rem;transition:color .18s ease}.footer-links a:hover,.footer-bottom a:hover{color:#84d3bd}.footer-bottom{min-height:5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;border-top:1px solid var(--line-light);color:#fffdf791;font-size:.69rem}.footer-bottom a{justify-self:end;transition:color .18s ease}.reveal-scroll{opacity:1;transform:none}.reveal-scroll.reveal-pending{opacity:0;transform:translateY(1.3rem);transition:opacity .72s var(--ease-out),transform .72s var(--ease-out)}.reveal-scroll.reveal-pending[data-reveal=media]{transform:scale(.985)}.reveal-scroll.reveal-pending[data-reveal=line]{transform:none}.reveal-scroll.reveal-pending.revealed{opacity:1;transform:none}.reveal-pending .eas-data-rule,.reveal-pending .possibility-path:before,.reveal-pending .build-steps:before,.reveal-pending .vision-connector:before{transform:scaleX(0);transition:transform 1s var(--ease-out) .18s}.reveal-pending.revealed .eas-data-rule,.reveal-pending.revealed .possibility-path:before,.reveal-pending.revealed .build-steps:before,.reveal-pending.revealed .vision-connector:before{transform:scaleX(1)}.reveal-pending .speech-ripples{opacity:0;transform:translate(-50%,-50%) scale(.88);transition:opacity .8s ease .24s,transform .9s var(--ease-out) .24s}.reveal-pending.revealed .speech-ripples{opacity:1;transform:translate(-50%,-50%) scale(1)}.reveal-pending .trunkexus-orbits{opacity:0;transform:translate(-50%,-50%) rotate(-16deg) scale(.88);transition:opacity .8s ease .24s,transform .9s var(--ease-out) .24s}.reveal-pending.revealed .trunkexus-orbits{opacity:1;transform:translate(-50%,-50%) rotate(-16deg) scale(1)}@keyframes heroEnter{to{opacity:1;transform:translateY(0)}}@keyframes heroSpectrumDrift{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes heroUnderlineDraw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes heroTitleShimmer{0%{background-position:82% 0}11%,to{background-position:-20% 0}}@media (max-width: 76rem){.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(25rem,.92fr);gap:2.5rem}.hero-title{font-size:clamp(3.7rem,6.5vw,5.7rem)}.mission-panel{width:min(100%,34rem)}.product-world-layout{grid-template-columns:minmax(0,1.15fr) minmax(19rem,.85fr)}.product-world-reverse .product-world-layout{grid-template-columns:minmax(19rem,.85fr) minmax(0,1.15fr)}.product-art{min-height:31rem}.vision-horizon{grid-template-columns:minmax(16rem,.7fr) 5rem minmax(0,1.3fr)}}@media (max-width: 62rem){.desktop-nav,.nav-contact{display:none}.nav-inner{grid-template-columns:1fr auto}.menu-toggle{display:grid}.hero-grid{min-height:auto;grid-template-columns:1fr;gap:4.5rem;padding-top:2.5rem}.hero-copy{max-width:56rem}.hero-title{font-size:clamp(4.2rem,10vw,6.3rem)}.mission-panel{width:min(100%,48rem);justify-self:center}.hero-ledger{justify-content:space-between}.products-heading,.belief-intro,.build-heading,.direction-heading{grid-template-columns:1fr;align-items:start}.products-heading>p,.belief-copy,.build-heading>p,.direction-heading>p:last-child{max-width:39rem}.product-world-layout,.product-world-reverse .product-world-layout{grid-template-columns:1fr}.product-world-reverse .product-art,.product-world-reverse .product-world-copy{grid-column:1;grid-row:auto}.product-world-copy{max-width:42rem}.product-art{min-height:32rem}.possibility-methods{gap:2.5rem}.build-steps{grid-template-columns:repeat(2,1fr)}.build-steps li{min-height:20rem;border-bottom:1px solid var(--line-light)}.build-steps li:nth-child(2),.build-steps li:nth-child(3),.build-steps li:nth-child(4){padding-top:1.4rem}.build-steps li:nth-child(2){border-right:0}.build-steps li:nth-child(3),.build-steps li:nth-child(4){border-bottom:0}.build-evidence,.vision-horizon{grid-template-columns:1fr}.vision-connector{min-height:7rem}.vision-connector:before{top:0;left:50%;width:1px;height:100%;border-top:0;border-left:1px dashed rgba(21,23,19,.48);transform-origin:top}.reveal-pending .vision-connector:before{transform:scaleY(0)}.reveal-pending.revealed .vision-connector:before{transform:scaleY(1)}.vision-connector:after{content:"↓";top:auto;right:auto;bottom:-.1rem;left:calc(50% - .3rem)}.closing-panel{grid-template-columns:.45fr 1.55fr;gap:3rem}}@media (max-width: 47rem){:root{--section-pad: 6rem}html{scroll-padding-top:4.8rem}#navbar{height:4.7rem}.brand-mark{width:2.15rem;height:2.15rem}.hero{padding-top:4.7rem}.hero-grid{gap:3.5rem;padding-block:2rem 3rem}.hero-kicker{font-size:.65rem;letter-spacing:.11em}.hero-title{max-width:100%;font-size:clamp(3.2rem,13vw,4.7rem);line-height:.96}.hero-summary{font-size:1rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:1rem}.hero-actions .button{width:100%}.mission-panel{width:100%;padding:1.35rem}.mission-steps li{grid-template-columns:1.8rem 1fr;gap:.8rem}.mission-steps strong{font-size:clamp(1.3rem,6vw,1.75rem)}.hero-ledger{min-height:0;display:grid;grid-template-columns:1fr;align-items:start;gap:.8rem;padding-block:1.25rem}.hero-ledger span{padding-left:.85rem;font-size:.58rem}.hero-ledger span:before{left:0}.products-heading h2,.belief-intro h2,.build-heading h2,.direction-heading h2,.closing-copy h2{font-size:clamp(3.2rem,14.5vw,5rem)}.product-index{grid-template-columns:none;grid-auto-columns:minmax(13rem,82vw)}.product-index button{min-height:5.6rem;padding-inline:1rem}.product-index button:after{inset-inline:1rem}.product-worlds{gap:.9rem;padding-right:6%}.product-slide{flex-basis:94%}.product-world{padding:1.35rem}.product-world-heading{grid-template-columns:2.2rem 1fr;gap:.8rem}.product-world-heading h3{font-size:clamp(2.65rem,13vw,4rem)}.product-world-status{grid-column:2}.product-world-layout{gap:2.5rem;padding-top:2.5rem}.product-art{min-height:22rem}.product-art-dashboard{min-height:clamp(18rem,60vw,28rem)}.product-art-dashboard .product-art-canvas{display:block;padding:0}.product-art-dashboard .product-art-canvas img{width:min(170%,48rem);max-width:none;height:auto;object-fit:initial;object-position:top left}.product-art-conversation .product-art-canvas img{width:92%;padding:.65rem}.product-art-orbit .product-art-canvas img{width:min(76%,16rem)}.product-copy-block>p:last-child{font-size:.92rem}.belief-mechanism-heading{align-items:flex-start;flex-direction:column;gap:.6rem}.possibility-path{grid-template-columns:1fr;gap:0;padding-top:2rem}.possibility-path:before{top:2rem;left:.7rem;width:.18rem;height:calc(100% - 4rem);background:linear-gradient(180deg,#ee4d41,#e79718,#10a48a,#7a54bd);transform-origin:top}.reveal-pending .possibility-path:before{transform:scaleY(0)}.reveal-pending.revealed .possibility-path:before{transform:scaleY(1)}.possibility-path li{min-height:6rem;display:grid;grid-template-columns:2rem 1fr;align-items:start;gap:1rem;padding:0 0 2rem;text-align:left}.possibility-path li:before{grid-column:1;grid-row:1}.possibility-path span{position:static;grid-column:2;grid-row:1;margin-top:.1rem}.possibility-path strong{grid-column:2;grid-row:1;margin-top:1.3rem}.possibility-methods{grid-template-columns:1fr;gap:2.5rem}.possibility-method,.possibility-method:nth-child(2),.possibility-method:nth-child(3){min-height:auto;margin-top:0}.belief-note,.direction-note{font-size:clamp(2.7rem,12vw,4.4rem)}.build-steps{grid-template-columns:1fr}.build-steps li{min-height:auto;padding:1.6rem 0;border-right:0;border-bottom:1px solid var(--line-light)}.build-steps li:last-child{border-bottom:0}.build-steps h3{margin-top:2.5rem}.build-evidence{gap:1.5rem}.vision-horizon{padding:1rem}.vision-constant,.vision-forms{padding:1.3rem}.vision-constant{min-height:21rem}.vision-forms-heading{align-items:flex-start;flex-direction:column;gap:.45rem}.vision-forms-grid{grid-template-columns:1fr}.vision-forms-grid article,.vision-forms-grid article:nth-child(2n),.vision-forms-grid article:nth-last-child(-n+2){min-height:9rem;border-right:0;border-bottom:1px solid var(--line)}.vision-forms-grid article:last-child{border-bottom:0}.closing-panel{grid-template-columns:1fr;gap:3rem}.closing-mark{width:9rem}.closing-mark span{width:3.6rem;height:4.3rem;font-size:2rem}.footer-main{flex-direction:column}.footer-links{width:100%;gap:2rem}.footer-bottom{grid-template-columns:1fr auto;padding-block:1.5rem}.footer-bottom p:nth-child(2){display:none}}@media (max-width: 24rem){.hero-title{font-size:clamp(2.75rem,13vw,3.15rem)}.footer-links{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal-scroll,.reveal-scroll.reveal-pending,.hero-enter{opacity:1;transform:none}.hero-title-accent-line:after{animation:none;background-position:50% 96%;transform:scaleX(1)}.hero-title-shimmer{animation:none;color:var(--ink);background:none;-webkit-text-fill-color:var(--ink)}}
