:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;--yellow: #ffe512;--yellow-deep: #e4cc00;--ink: #141a16;--ink-soft: #202821;--forest: #28382d;--paper: #f5f2e9;--paper-deep: #e4dfd2;--white: #fffdf7;--muted: #687169;--line: rgba(20, 26, 22, .16);--line-light: rgba(255, 255, 255, .17);--focus: #006fb9}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{min-width:320px;margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink)}.file-launch{display:none}.file-preview .file-launch{position:fixed;top:.7rem;left:50%;z-index:80;display:flex;width:min(92vw,760px);align-items:center;justify-content:space-between;gap:1.5rem;border:1px solid var(--ink);padding:.8rem .9rem;background:var(--yellow);box-shadow:0 1rem 3rem #141a162e;color:var(--ink);transform:translate(-50%)}.file-launch strong,.file-launch span{display:block}.file-launch strong{font-family:Georgia,Times New Roman,serif;font-size:.95rem;font-weight:400}.file-launch span{margin-top:.18rem;font-size:.6rem}.file-launch a{flex:0 0 auto;border:1px solid var(--ink);padding:.65rem .8rem;font-size:.62rem;font-weight:800;text-decoration:none}body,button,a{font:inherit}img{display:block;max-width:100%;height:auto}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.skip-link{position:fixed;top:.8rem;left:.8rem;z-index:100;padding:.75rem 1rem;background:var(--ink);color:var(--white);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{position:fixed;top:0;left:0;right:0;z-index:30;display:flex;height:76px;align-items:center;justify-content:space-between;border-bottom:1px solid transparent;padding:0 clamp(1rem,4vw,4.5rem);transition:background .18s ease,border-color .18s ease,height .18s ease}.site-header.is-scrolled,.site-header.menu-open{height:66px;border-color:var(--line);background:#f5f2e9f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:.72rem;text-decoration:none}.brand-mark{display:inline-grid;width:2.7rem;height:2.7rem;place-items:center;flex:0 0 auto;background:var(--yellow);color:var(--ink);font-size:.78rem;font-weight:900;letter-spacing:-.08em}.brand-name strong,.brand-name small{display:block}.brand-name strong{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:400}.brand-name small{margin-top:.12rem;color:var(--muted);font-size:.55rem;letter-spacing:.13em;text-transform:uppercase}.site-navigation{display:flex;align-items:center;gap:clamp(1rem,2.5vw,2.6rem)}.site-navigation a{position:relative;color:#3a433c;font-size:.72rem;font-weight:700;text-decoration:none}.site-navigation>a:not(.nav-cta):after{position:absolute;left:0;right:100%;bottom:-.35rem;height:2px;background:var(--ink);content:"";transition:right .18s ease}.site-navigation>a:not(.nav-cta):hover:after{right:0}.site-navigation .nav-cta{display:inline-flex;min-height:2.55rem;align-items:center;gap:1.1rem;border:1px solid var(--ink);padding:.55rem .8rem .55rem 1rem;color:var(--ink)}.site-navigation .nav-cta:hover{background:var(--ink);color:var(--white)}.menu-toggle{display:none}.hero{position:relative;min-height:100svh;overflow:hidden;padding:8rem clamp(1rem,4vw,4.5rem) 4rem;background:var(--paper)}.hero:before{position:absolute;top:0;right:0;width:38vw;height:100%;background:var(--yellow);content:""}.hero:after{position:absolute;top:17%;right:8%;width:26vw;height:26vw;border:1px solid rgba(20,26,22,.16);border-radius:50%;content:""}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(390px,.8fr) minmax(570px,1.2fr);width:min(100%,1540px);min-height:calc(100svh - 12rem);align-items:center;gap:clamp(2.5rem,6vw,8rem);margin:0 auto}.eyebrow{display:flex;align-items:center;gap:.6rem;margin:0 0 1.4rem;color:#485149;font-size:.64rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.eyebrow>span{width:1.6rem;height:2px;background:currentColor}.hero h1{max-width:790px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.8rem,6.5vw,7.5rem);font-weight:400;line-height:.88;letter-spacing:-.065em}.hero h1 em{position:relative;z-index:1;font-weight:400}.hero h1 em:after{position:absolute;left:-.03em;right:-.03em;bottom:.04em;z-index:-1;height:.17em;background:var(--yellow);content:""}.hero-intro{max-width:670px;margin:2rem 0 0;color:#525c54;font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.button{display:inline-flex;min-height:3.35rem;align-items:center;justify-content:center;gap:1.8rem;border:1px solid var(--ink);padding:.8rem 1.15rem;font-size:.75rem;font-weight:800;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.button:hover{transform:translateY(-2px)}.button-primary{border-color:var(--ink);background:var(--ink);color:var(--white)}.button-primary:hover{border-color:var(--yellow);background:var(--yellow);color:var(--ink)}.button-secondary{background:transparent;color:var(--ink)}.button-secondary:hover{background:var(--white)}.button-dark{border-color:var(--ink);background:var(--ink);color:var(--white)}.proof-points{display:flex;flex-wrap:wrap;gap:1.2rem;margin:2.2rem 0 0;padding:0;list-style:none}.proof-points li{display:flex;align-items:center;gap:.45rem;color:#59635b;font-size:.63rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.proof-points span{display:grid;width:1.8rem;height:1.8rem;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--ink);font-size:.5rem}.hero-visual{position:relative;min-width:0;perspective:1600px}.prototype-window{--tilt-x: -1deg;--tilt-y: -2deg;position:relative;z-index:2;width:min(100%,880px);border:1px solid rgba(255,255,255,.24);background:var(--ink);box-shadow:0 2.4rem 5rem #141a1633;transform:rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-style:preserve-3d;transition:transform .18s ease}.window-chrome,.window-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem;color:#aeb7af;font-size:.55rem;letter-spacing:.08em;text-transform:uppercase}.live-chip{display:inline-flex;align-items:center;gap:.45rem;color:var(--white)}.live-chip i{width:.45rem;height:.45rem;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px #ffe51221}.window-image{position:relative;display:block;overflow:hidden;border-block:1px solid rgba(255,255,255,.12)}.window-image img{width:100%;aspect-ratio:16 / 10;object-fit:cover;transition:transform .6s cubic-bezier(.2,.75,.2,1)}.window-image:hover img{transform:scale(1.018)}.window-play{position:absolute;inset:50% auto auto 50%;display:grid;width:4rem;height:4rem;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:#141a16cc;color:var(--yellow);transform:translate(-50%,-50%);transition:background .18s ease,color .18s ease,transform .18s ease}.window-play svg{width:1.5rem;fill:currentColor}.window-image:hover .window-play{background:var(--yellow);color:var(--ink);transform:translate(-50%,-50%) scale(1.06)}.window-footer strong{color:var(--yellow)}.hero-note{position:absolute;z-index:4;display:grid;min-width:180px;border:1px solid rgba(20,26,22,.15);padding:.9rem;background:var(--white);box-shadow:0 1rem 2.8rem #141a1621}.hero-note span:not(.pulse){margin-bottom:1rem;color:var(--muted);font-size:.55rem}.hero-note strong{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:400}.hero-note small{margin-top:.28rem;color:var(--muted);font-size:.56rem}.hero-note-top{top:-2rem;right:-1.8rem}.hero-note-bottom{right:5%;bottom:-2.4rem;grid-template-columns:auto 1fr;column-gap:.65rem}.hero-note-bottom small{grid-column:2}.pulse{grid-row:1 / 3;width:.65rem;height:.65rem;align-self:center;border-radius:50%;background:#1f9d55;box-shadow:0 0 0 5px #1f9d5521}.scroll-cue{position:absolute;left:clamp(1rem,4vw,4.5rem);bottom:1.5rem;z-index:3;display:flex;align-items:center;gap:.7rem;color:var(--muted);font-size:.56rem;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.scroll-cue i{position:relative;display:block;width:2.8rem;height:1px;overflow:hidden;background:var(--line)}.scroll-cue i:after{position:absolute;inset:0;background:var(--ink);content:"";transform:translate(-100%);animation:scroll-line 1.8s ease-in-out infinite}@keyframes scroll-line{50%,to{transform:translate(100%)}}.outcome-strip{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line-light);background:var(--ink);color:var(--white)}.outcome-strip article{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:clamp(1.5rem,3vw,3rem) clamp(1rem,4vw,4rem)}.outcome-strip article+article{border-left:1px solid var(--line-light)}.outcome-number{color:var(--yellow);font-size:.56rem}.outcome-strip strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.2rem,1.7vw,1.7rem);font-weight:400}.outcome-strip p{margin:.6rem 0 0;color:#aeb7af;font-size:.76rem;line-height:1.55}.section{padding:clamp(5rem,9vw,10rem) clamp(1rem,5vw,6rem)}.section-heading{display:grid;max-width:980px;margin:0 auto clamp(3rem,6vw,6rem);text-align:center}.section-heading .eyebrow{justify-content:center}.section-heading h2,.room-showcase-copy h2,.proof-copy h2,.closing-copy h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,6vw,6.4rem);font-weight:400;line-height:.94;letter-spacing:-.055em}.section-heading>p:last-child{max-width:680px;margin:1.5rem auto 0;color:var(--muted);line-height:1.65}.experience{background:var(--white)}.experience-flow{display:grid;grid-template-columns:repeat(3,1fr);width:min(100%,1500px);margin:0 auto}.experience-card{display:flex;min-height:720px;flex-direction:column;padding:clamp(1.2rem,2vw,2rem)}.experience-card-dark{background:var(--ink);color:var(--white)}.experience-card-yellow{background:var(--yellow)}.experience-card-paper{background:var(--paper-deep)}.card-index{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid currentColor;padding-bottom:1rem;opacity:.64}.card-index span,.card-index small{font-size:.58rem;letter-spacing:.14em;text-transform:uppercase}.property-poster{position:relative;margin:2rem 0;overflow:hidden}.property-poster img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.property-poster:after{position:absolute;inset:40% 0 0;background:#141a1694;content:""}.property-poster-copy{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:1;display:grid}.property-poster-copy small{margin-bottom:.8rem;color:var(--yellow);font-size:.52rem;letter-spacing:.14em;text-transform:uppercase}.property-poster-copy strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,2.4vw,2.8rem);font-weight:400}.property-poster-copy span{margin-top:.3rem;color:#d0d6d0;font-size:.65rem}.tabletop-illustration{position:relative;display:grid;min-height:440px;flex:1;place-items:center;margin:1rem 0;perspective:800px}.tabletop-photo{position:absolute;top:1.5rem;width:56%;border:.55rem solid var(--paper);box-shadow:0 1rem 2rem #141a1626;transform:rotate(-2deg)}.tabletop-photo img{aspect-ratio:3 / 2;object-fit:cover}.tabletop{position:absolute;bottom:2.8rem;width:86%;height:36%;border:.75rem solid var(--paper);border-radius:50%;background:#596859;box-shadow:0 2rem #242d25;transform:rotateX(58deg)}.room{position:absolute;display:block;background:var(--paper);box-shadow:inset 0 -.5rem #d4cdbd}.room-one{top:24%;left:18%;width:34%;height:42%}.room-two{top:18%;left:53%;width:28%;height:38%}.room-three{top:58%;left:56%;width:30%;height:22%;background:#a98555}.hotspot{position:absolute;width:.75rem;height:.75rem;border:.18rem solid var(--yellow);border-radius:50%;background:var(--ink);transform:rotateX(-58deg)}.hotspot-one{top:29%;left:31%}.hotspot-two{top:22%;left:66%}.hotspot-three{top:61%;left:70%}.agent-handoff{display:flex;min-height:440px;flex:1;flex-direction:column;justify-content:center;margin:1rem 0;padding:2rem;background:var(--white)}.agent-handoff>p{margin:0 0 1rem;color:#757d76;font-size:.56rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.agent-handoff>h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3vw,3.6rem);font-weight:400;line-height:.95}.agent-row{display:flex;align-items:center;gap:.8rem;margin:2rem 0;border-block:1px solid var(--line);padding:1rem 0}.agent-row>span{display:grid;width:3.2rem;height:3.2rem;place-items:center;flex:0 0 auto;background:var(--yellow);font-family:Georgia,Times New Roman,serif}.agent-row strong,.agent-row small{display:block}.agent-row small{margin-top:.2rem;color:var(--muted);font-size:.62rem}.agent-handoff>i{border:1px solid var(--line);padding:.8rem;font-size:.65rem;font-style:normal;font-weight:700;text-align:center}.card-copy{margin-top:auto;padding-top:1rem}.card-copy h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.2vw,2.5rem);font-weight:400}.card-copy p{margin:.8rem 0 0;opacity:.7;font-size:.78rem;line-height:1.62}.room-showcase{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(420px,.75fr);min-height:820px;background:var(--ink);color:var(--white)}.room-showcase-media{position:relative;min-width:0;overflow:hidden}.room-showcase-media img{width:100%;height:100%;object-fit:cover;object-position:48% center}.image-disclosure{position:absolute;left:1rem;bottom:1rem;border-left:3px solid var(--yellow);padding:.75rem 1rem;background:#141a16db;color:#c7cfc8;font-size:.54rem;letter-spacing:.1em;text-transform:uppercase}.room-showcase-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,5vw,6rem)}.room-showcase-copy .eyebrow{color:var(--yellow)}.room-showcase-copy h2{font-size:clamp(3.2rem,4vw,5.2rem)}.room-showcase-copy>p:not(.eyebrow){color:#b9c1ba;line-height:1.7}.feature-ticks{display:grid;gap:.8rem;margin:1.5rem 0 2rem;padding:0;list-style:none}.feature-ticks li{position:relative;padding-left:1.5rem;color:#d7ddd8;font-size:.72rem}.feature-ticks li:before{position:absolute;top:.36em;left:0;width:.5rem;height:.5rem;background:var(--yellow);content:""}.text-link{width:fit-content;color:var(--yellow);font-size:.73rem;font-weight:800;text-decoration-thickness:1px;text-underline-offset:.35rem}.capabilities{background:var(--paper)}.section-heading-split{grid-template-columns:1.2fr .8fr;max-width:1500px;align-items:end;gap:4rem;text-align:left}.section-heading-split .eyebrow{justify-content:flex-start}.section-heading-split h2{font-size:clamp(3rem,5vw,5.8rem)}.section-heading-split>p:last-child{margin:0}.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);width:min(100%,1500px);margin:0 auto;border-top:1px solid var(--line);border-left:1px solid var(--line)}.capability-grid article{position:relative;min-height:320px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.5rem;transition:background .18s ease,transform .18s ease}.capability-grid article:hover{z-index:1;background:var(--white);transform:translateY(-4px)}.capability-grid .capability-highlight{background:var(--yellow)}.capability-icon{display:grid;width:3.5rem;height:3.5rem;place-items:center;border:1px solid var(--line);border-radius:50%}.capability-icon svg{width:1.65rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4}.capability-grid article>small{position:absolute;top:1.5rem;right:1.5rem;color:var(--muted);font-size:.55rem}.capability-grid h3{margin:4.5rem 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:400}.capability-grid p{margin:.75rem 0 0;color:var(--muted);font-size:.76rem;line-height:1.6}.capability-highlight p,.capability-highlight>small{color:#4a4500}.platforms{background:var(--forest);color:var(--white)}.section-heading-light .eyebrow{color:var(--yellow)}.section-heading-light>p:last-child{color:#bdc6be}.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);width:min(100%,1240px);gap:1rem;margin:0 auto}.platform-card{position:relative;min-height:490px;border:1px solid var(--line-light);padding:2rem;background:#ffffff08}.platform-card-featured{border-color:var(--yellow);background:var(--yellow);color:var(--ink)}.recommended{position:absolute;top:1rem;right:1rem;border:1px solid currentColor;padding:.45rem .55rem;font-size:.5rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.device-orbit{position:relative;display:grid;width:13rem;height:13rem;place-items:center;margin:1rem auto 3rem;border:1px solid rgba(255,255,255,.32);border-radius:50%}.device-orbit:before,.device-orbit:after{position:absolute;border:1px solid currentColor;border-radius:50%;content:"";opacity:.2}.device-orbit:before{width:75%;height:35%;transform:rotate(22deg)}.device-orbit:after{width:35%;height:75%;transform:rotate(-22deg)}.device-orbit span{position:relative;z-index:1;display:grid;width:4rem;height:2.4rem;place-items:center;border:1px solid currentColor;background:var(--forest);font-size:.68rem;font-weight:800}.platform-card-featured .device-orbit{border-color:#141a1659}.platform-card-featured .device-orbit span{background:var(--yellow)}.platform-card>p{margin:0;opacity:.65;font-size:.55rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.platform-card h3{margin:.55rem 0 1.5rem;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400}.platform-card ul{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.platform-card li{border-top:1px solid currentColor;padding-top:.55rem;opacity:.72;font-size:.7rem}.portability-note{max-width:850px;margin:2.5rem auto 0;color:#b8c1b9;font-size:.7rem;line-height:1.65;text-align:center}.proof-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,8vw,10rem);background:var(--yellow)}.proof-copy{align-self:center}.proof-copy h2{max-width:680px}.proof-copy>p:not(.eyebrow){max-width:570px;margin:1.5rem 0 2rem;color:#514d00;line-height:1.7}.boundary-list{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid rgba(20,26,22,.24);border-left:1px solid rgba(20,26,22,.24)}.boundary-list article{min-height:220px;border-right:1px solid rgba(20,26,22,.24);border-bottom:1px solid rgba(20,26,22,.24);padding:1.4rem}.boundary-list span{display:grid;width:2.4rem;height:2.4rem;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:.55rem;font-weight:800;text-transform:uppercase}.boundary-list strong{display:block;margin-top:2.6rem;font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:400}.boundary-list p{margin:.6rem 0 0;color:#555000;font-size:.72rem;line-height:1.55}.closing-cta{display:grid;grid-template-columns:.72fr 1.28fr;min-height:720px;background:var(--ink);color:var(--white)}.closing-image{position:relative;overflow:hidden}.closing-image:after{position:absolute;inset:0;background:#141a162e;content:""}.closing-image img{width:100%;height:100%;object-fit:cover}.closing-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,8vw,9rem)}.closing-copy .eyebrow{color:var(--yellow)}.closing-copy h2{max-width:900px}.closing-copy>p:not(.eyebrow){max-width:630px;margin:1.5rem 0 2rem;color:#b7c0b8;line-height:1.7}.closing-copy .button{align-self:flex-start}.site-footer{display:grid;grid-template-columns:1fr 1.5fr auto;align-items:center;gap:2rem;border-top:1px solid var(--line-light);padding:2rem clamp(1rem,4vw,4rem);background:var(--ink);color:var(--white)}.brand-footer .brand-name small,.site-footer p{color:#9fa9a1}.site-footer p{margin:0;font-size:.65rem;line-height:1.55;text-align:center}.site-footer p a{text-underline-offset:.2rem}.site-footer>a{color:var(--yellow);font-size:.65rem;font-weight:800;text-decoration:none}.js [data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.js [data-reveal-delay="1"]{transition-delay:.1s}.js [data-reveal-delay="2"]{transition-delay:.2s}.js [data-reveal].is-visible{opacity:1;transform:translateY(0)}@media(max-width:1180px){.hero-grid{grid-template-columns:.9fr 1.1fr;gap:3rem}.hero h1{font-size:clamp(3.5rem,6vw,5.8rem)}.hero-note-top{right:-.5rem}.experience-card{min-height:650px}.capability-grid{grid-template-columns:repeat(2,1fr)}.room-showcase{grid-template-columns:1.1fr .9fr}}@media(max-width:900px){.site-header{height:66px;background:#f5f2e9f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.menu-toggle{display:inline-flex;min-height:2.5rem;align-items:center;gap:.7rem;border:1px solid var(--line);padding:0 .8rem;background:transparent;color:var(--ink);cursor:pointer;font-size:.65rem;font-weight:800;text-transform:uppercase}.menu-toggle i,.menu-toggle i:before{display:block;width:1rem;height:1px;background:currentColor;content:"";transition:transform .18s ease}.menu-toggle i:before{transform:translateY(-.28rem)}.menu-open .menu-toggle i{transform:rotate(45deg)}.menu-open .menu-toggle i:before{transform:rotate(-90deg)}.site-navigation{position:absolute;top:66px;left:0;right:0;display:none;align-items:stretch;border-bottom:1px solid var(--line);padding:1rem;background:var(--paper)}.menu-open .site-navigation{display:grid}.site-navigation a{padding:.7rem;font-size:.82rem}.site-navigation .nav-cta{margin-top:.4rem}.hero{min-height:auto;padding-top:8.5rem;padding-bottom:6rem}.hero:before{top:auto;bottom:0;width:100%;height:42%}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{max-width:760px}.hero-visual{width:min(100%,760px);margin:1rem auto 0}.hero-note,.scroll-cue{display:none}.outcome-strip{grid-template-columns:1fr}.outcome-strip article+article{border-top:1px solid var(--line-light);border-left:0}.experience-flow{grid-template-columns:1fr;max-width:660px}.experience-card{min-height:660px}.room-showcase{grid-template-columns:1fr}.room-showcase-media{min-height:520px}.section-heading-split{grid-template-columns:1fr;gap:1.5rem}.platform-grid{grid-template-columns:1fr;max-width:600px}.platform-card{min-height:auto}.proof-section,.closing-cta{grid-template-columns:1fr}.closing-image{min-height:420px}.site-footer{grid-template-columns:1fr;justify-items:start}.site-footer p{text-align:left}}@media(max-width:620px){.file-preview .file-launch{top:.4rem;display:grid;gap:.7rem}.file-launch a{text-align:center}.brand-name strong{font-size:.9rem}.brand-name small{font-size:.48rem}.hero{padding-inline:1rem}.hero h1{font-size:clamp(3.1rem,15vw,4.6rem)}.hero-intro{font-size:.94rem}.hero-actions{display:grid}.button{width:100%}.proof-points{display:grid;grid-template-columns:1fr 1fr}.window-chrome>span:last-child,.window-footer>span:first-child{display:none}.prototype-window{transform:none}.window-play{width:3.2rem;height:3.2rem}.outcome-strip article{padding:1.5rem 1rem}.section{padding-inline:1rem}.section-heading{text-align:left}.section-heading .eyebrow{justify-content:flex-start}.section-heading h2,.room-showcase-copy h2,.proof-copy h2,.closing-copy h2{font-size:clamp(2.7rem,13vw,4.4rem)}.section-heading>p:last-child{margin-inline:0}.experience-card{min-height:590px}.tabletop-illustration,.agent-handoff{min-height:360px}.room-showcase-media{min-height:340px}.room-showcase-copy{padding:3rem 1rem 4rem}.capability-grid{grid-template-columns:1fr}.capability-grid article{min-height:250px}.capability-grid h3{margin-top:3rem}.boundary-list{grid-template-columns:1fr}.boundary-list article{min-height:190px}.closing-image{min-height:300px}.closing-copy{padding:3.5rem 1rem 4.5rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js [data-reveal]{opacity:1;transform:none}}
