*{margin:0;padding:0;box-sizing:border-box}:root{--black: #0a0a0a;--charcoal: #1a1a1a;--dark-grey: #2d2d2d;--mid-grey: #4a4a4a;--light-grey: #8a8a8a;--off-white: #e8e8e8;--white: #f5f5f5}html,body,#root{min-height:100vh;min-height:-webkit-fill-available;width:100%;overflow:hidden}html,body,#root,*{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar,#root::-webkit-scrollbar,*::-webkit-scrollbar{display:none;width:0;height:0}@supports (padding: env(safe-area-inset-top)){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}body{background:var(--black);font-family:Cormorant Garamond,Georgia,serif;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;overflow:hidden}*{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}img,svg{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;pointer-events:none}a{pointer-events:auto}#root{position:relative;overflow:hidden}.background-layer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.orbs-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.08;animation:float-orb 20s ease-in-out infinite}.orb-1{width:400px;height:400px;background:radial-gradient(circle,var(--white) 0%,transparent 70%);top:-10%;left:-5%;animation-delay:0s;animation-duration:25s}.orb-2{width:300px;height:300px;background:radial-gradient(circle,var(--light-grey) 0%,transparent 70%);bottom:-10%;right:-5%;animation-delay:-5s;animation-duration:22s}.orb-3{width:250px;height:250px;background:radial-gradient(circle,var(--off-white) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-10s;animation-duration:30s}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-40px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(40px,30px) scale(1.02)}}.flow-lines{position:fixed;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:none;opacity:.04}.flow-line{fill:none;stroke:var(--white);stroke-width:1;stroke-linecap:round}.flow-line-1{stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw-line 12s ease-in-out infinite}.flow-line-2{stroke-dasharray:800;stroke-dashoffset:800;animation:draw-line 15s ease-in-out infinite;animation-delay:-4s}.flow-line-3{stroke-dasharray:900;stroke-dashoffset:900;animation:draw-line 18s ease-in-out infinite;animation-delay:-8s}@keyframes draw-line{0%,to{stroke-dashoffset:1000;opacity:0}10%{opacity:1}50%{stroke-dashoffset:0;opacity:1}90%{opacity:1}}.particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:4;pointer-events:none}.particle{position:absolute;border-radius:50%;opacity:0;animation:drift 20s linear infinite}.particle-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;animation:glow-pulse 2s ease-in-out infinite}.particle-red .particle-glow{background:#ff4d6d;box-shadow:0 0 8px #ff4d6d,0 0 16px #ff4d6d,0 0 24px #ff4d6d80}.particle-blue .particle-glow{background:#4dabf7;box-shadow:0 0 8px #4dabf7,0 0 16px #4dabf7,0 0 24px #4dabf780}.particle-yellow .particle-glow{background:#ffd43b;box-shadow:0 0 8px #ffd43b,0 0 16px #ffd43b,0 0 24px #ffd43b80}.particle-green .particle-glow{background:#69db7c;box-shadow:0 0 8px #69db7c,0 0 16px #69db7c,0 0 24px #69db7c80}.particle-cyan .particle-glow{background:#22d3ee;box-shadow:0 0 8px #22d3ee,0 0 16px #22d3ee,0 0 24px #22d3ee80}@keyframes drift{0%{opacity:0;transform:translateY(100vh)}10%{opacity:.25}90%{opacity:.25}to{opacity:0;transform:translateY(-100vh)}}@keyframes glow-pulse{0%,to{width:3px;height:3px;filter:brightness(1)}50%{width:5px;height:5px;filter:brightness(1.5)}}.vignette{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 0%,var(--black) 100%);z-index:5;pointer-events:none}.noise{position:fixed;top:0;left:0;width:100%;height:100%;z-index:6;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}@media screen and (max-width:768px){.orb-1{width:250px;height:250px}.orb-2{width:200px;height:200px}.orb-3{width:150px;height:150px}}@media screen and (max-width:480px){.orb-1{width:180px;height:180px}.orb-2{width:140px;height:140px}.orb-3{width:100px;height:100px}}.edge-navigation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;pointer-events:none}.edge-arrow{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px;background:transparent;border:none;cursor:pointer;color:var(--light-grey);opacity:.2;transition:opacity .4s ease,color .4s ease;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.edge-arrow:hover{color:var(--white);opacity:.9;filter:drop-shadow(0 0 12px rgba(255,255,255,.5));animation:none}.edge-arrow:hover .arrow-glow{opacity:.4}.arrow-glow{position:absolute;width:60px;height:60px;border-radius:50%;background:radial-gradient(circle,var(--white) 0%,transparent 70%);filter:blur(15px);opacity:0;transition:opacity .4s ease;pointer-events:none}.arrow-label{font-family:Jost,sans-serif;font-size:10px;font-weight:300;letter-spacing:.2em;text-transform:uppercase;opacity:.6;transition:opacity .4s ease}.edge-arrow:hover .arrow-label{opacity:1}.edge-arrow-up{position:fixed;top:20px;left:50%;transform:translate(-50%);flex-direction:column;animation-delay:0s,0s}.edge-arrow-down{position:fixed;bottom:20px;left:50%;transform:translate(-50%);flex-direction:column-reverse;animation-delay:0s,-3s}.edge-arrow-left{position:fixed;left:20px;top:50%;transform:translateY(-50%);flex-direction:row;animation-delay:0s,-6s}.edge-mic-disconnect{position:fixed;top:20px;left:20px;flex-direction:column}.mic-disconnect-cross{stroke:#ff4d6df2;stroke-width:1.8;filter:drop-shadow(0 0 6px rgba(255,77,109,.6))}.edge-arrow-left .arrow-label{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}.edge-arrow-right{position:fixed;right:20px;top:50%;transform:translateY(-50%);flex-direction:row-reverse;animation-delay:0s,-9s}.edge-arrow-right .arrow-label{writing-mode:vertical-rl;text-orientation:mixed}.edge-arrow{animation:arrow-breathe 4s ease-in-out infinite,rainbow-glow 12s linear infinite;opacity:.28}.edge-arrow:hover{animation:none}@media screen and (min-width:769px){.edge-arrow-up svg,.edge-arrow-down svg,.edge-arrow-left svg,.edge-arrow-right svg{width:26px;height:26px}.edge-arrow-up svg path,.edge-arrow-down svg path,.edge-arrow-left svg path,.edge-arrow-right svg path{stroke-width:3.1}}@media screen and (max-width:768px){.edge-arrow{padding:20px;min-width:60px;min-height:60px}.edge-arrow-up{top:10px}.edge-arrow-down{bottom:10px}.edge-arrow-left{left:10px}.edge-arrow-right{right:10px}.edge-mic-disconnect{top:10px;left:10px}.arrow-label{font-size:8px;letter-spacing:.15em}.edge-arrow{opacity:.35}@keyframes arrow-breathe{0%,to{opacity:.35}50%{opacity:.5}}}@media screen and (max-width:480px){.edge-arrow{padding:15px;min-width:50px;min-height:50px}.edge-arrow-up{top:8px}.edge-arrow-down{bottom:8px}.edge-arrow-left{left:8px}.edge-arrow-right{right:8px}.edge-mic-disconnect{top:8px;left:8px}.arrow-glow{width:40px;height:40px}.arrow-label{font-size:7px}}@media(hover:none)and (pointer:coarse){.edge-arrow{min-width:80px;min-height:80px;padding:25px}.edge-arrow:active{opacity:.9;color:var(--white)}}.edge-mic{position:fixed;bottom:20px;left:20px;flex-direction:column-reverse}.edge-home{position:fixed;bottom:20px;right:20px;flex-direction:column-reverse}.edge-home.navigating{opacity:.8;animation:home-pulse .5s ease-in-out infinite}@keyframes home-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.edge-arrow:disabled{cursor:default}@media screen and (max-width:768px){.edge-mic{bottom:10px;left:10px}.edge-home{bottom:10px;right:10px}}@media screen and (max-width:480px){.edge-mic{bottom:8px;left:8px}.edge-home{bottom:8px;right:8px}}.mic-glow{position:absolute;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle,rgba(255,77,109,.65),transparent 65%);filter:blur(22px);opacity:0;transition:opacity .2s ease;pointer-events:none}.edge-mic.mic-hold .mic-glow{opacity:.9;animation:mic-cycle 1.6s linear infinite}.mic-hint{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);font-family:Jost,sans-serif;font-size:9px;letter-spacing:.24em;text-transform:uppercase;color:var(--white);opacity:.75;text-shadow:0 0 12px rgba(255,255,255,.35);animation:rainbow-glow 12s linear infinite;white-space:nowrap;pointer-events:none}@media screen and (max-width:768px){.mic-hint{left:calc(100% + 10px);font-size:8px;letter-spacing:.2em}}@media screen and (max-width:480px){.mic-hint{left:calc(100% + 8px);font-size:7px}}@keyframes mic-cycle{0%{background:radial-gradient(circle,rgba(255,77,109,.7),transparent 65%)}20%{background:radial-gradient(circle,rgba(255,165,77,.7),transparent 65%)}40%{background:radial-gradient(circle,rgba(255,212,59,.7),transparent 65%)}60%{background:radial-gradient(circle,rgba(105,219,124,.7),transparent 65%)}80%{background:radial-gradient(circle,rgba(77,171,247,.7),transparent 65%)}to{background:radial-gradient(circle,rgba(255,77,109,.7),transparent 65%)}}.page-wrapper{position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden}.agent-overlay{position:fixed;inset:0;display:flex;align-items:flex-start;justify-content:center;padding:clamp(24px,4vw,70px);padding-top:clamp(80px,12vh,160px);z-index:1200;pointer-events:none}.agent-overlay-text{max-width:min(760px,88vw);width:min(760px,88vw);text-align:center;font-family:Jost,sans-serif;font-weight:300;font-size:clamp(18px,2.2vw,38px);line-height:1.3;letter-spacing:.02em;color:var(--off-white);text-shadow:0 12px 40px rgba(0,0,0,.45);min-height:calc(1.3em * 3);max-height:calc(1.3em * 3);overflow:hidden;white-space:pre-line}.agent-overlay-text--status{font-size:clamp(16px,1.6vw,24px);letter-spacing:.18em;text-transform:uppercase;font-family:Jost,sans-serif;color:#f5f5f5cc}.home-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative;padding-bottom:60px}.content{position:relative;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.logo-stack{position:relative;display:grid;place-items:center;width:clamp(118px,23vw,168px);aspect-ratio:1 / 1;isolation:isolate;transform:translateY(7px)}.logo-shader-layer{position:absolute;left:calc(50% + 3px);top:calc(50% - 3px);width:70%;aspect-ratio:1 / 1;transform:translate(-50%,-50%);z-index:1;pointer-events:none;opacity:.6;will-change:transform,opacity}.logo-shader-motion{width:100%;height:100%}.brand-shader-canvas{width:100%;height:100%;border-radius:50%;opacity:1;mix-blend-mode:normal;filter:saturate(1.7) contrast(1.36) brightness(.98)}.logo-symbol{position:relative;z-index:2;width:100%;height:auto;aspect-ratio:1 / 1;animation:gentle-pulse 6s ease-in-out infinite}.logo-symbol img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 30px rgba(255,255,255,.1))}@keyframes gentle-pulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 20px rgba(255,255,255,.1))}50%{transform:scale(1.06);filter:drop-shadow(0 0 60px rgba(255,255,255,.25))}}.company-name{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:-30px}.xerus{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(38px,7vw,68px);font-weight:300;letter-spacing:.3em;color:var(--white);text-transform:uppercase;margin-right:-.3em}.labs{font-family:Jost,sans-serif;font-size:clamp(11px,2vw,16px);font-weight:200;letter-spacing:.6em;color:var(--off-white);text-transform:uppercase;margin-right:-.6em}.divider{width:45px;height:1px;background:linear-gradient(90deg,transparent,var(--mid-grey),transparent);margin:5px 0;animation:pulse-width 4s ease-in-out infinite}@keyframes pulse-width{0%,to{width:45px}50%{width:65px}}.coming-soon{position:fixed;bottom:24px;right:24px;z-index:20;display:flex;align-items:center;gap:8px}.coming-soon-text{font-family:Jost,sans-serif;font-size:10px;font-weight:300;letter-spacing:.25em;color:var(--off-white);text-transform:uppercase;overflow:hidden;white-space:nowrap}.coming-soon-inner{display:inline-block;animation:typewriter-loop 4s steps(12) infinite}@keyframes typewriter-loop{0%,to{width:0}50%,80%{width:100%}}.coming-soon-dot{width:4px;height:4px;background:var(--mid-grey);border-radius:50%;animation:dot-pulse 2s ease-in-out infinite}@keyframes dot-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.coming-soon-dots{display:flex;gap:3px}.coming-soon-dots span{width:3px;height:3px;background:var(--light-grey);border-radius:50%;animation:dot-wave 1.5s ease-in-out infinite}.coming-soon-dots span:nth-child(1){animation-delay:0s}.coming-soon-dots span:nth-child(2){animation-delay:.2s}.coming-soon-dots span:nth-child(3){animation-delay:.4s}@keyframes dot-wave{0%,60%,to{opacity:.2;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.mail-link{position:fixed;top:24px;right:24px;z-index:20;width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:var(--light-grey);opacity:.28;transition:opacity .3s ease,transform .3s ease,color .3s ease;pointer-events:auto;animation:arrow-breathe 4s ease-in-out infinite,rainbow-glow 12s linear infinite}.mail-link svg{width:24px;height:24px}.mail-link:hover{color:var(--white);opacity:.9;filter:drop-shadow(0 0 12px rgba(255,255,255,.5));animation:none}.mail-link:hover .mail-glow{opacity:.4}.mail-glow{position:absolute;width:60px;height:60px;border-radius:50%;background:radial-gradient(circle,var(--white) 0%,transparent 70%);filter:blur(15px);opacity:0;transition:opacity .4s ease;pointer-events:none}@keyframes rainbow-glow{0%{color:#ff4d6dd9;filter:drop-shadow(0 0 10px rgba(255,77,109,.45)) drop-shadow(0 0 18px rgba(255,77,109,.2))}16%{color:#ffa54dd9;filter:drop-shadow(0 0 10px rgba(255,165,77,.45)) drop-shadow(0 0 18px rgba(255,165,77,.2))}33%{color:#ffd43bd9;filter:drop-shadow(0 0 10px rgba(255,212,59,.45)) drop-shadow(0 0 18px rgba(255,212,59,.2))}50%{color:#69db7cd9;filter:drop-shadow(0 0 10px rgba(105,219,124,.45)) drop-shadow(0 0 18px rgba(105,219,124,.2))}66%{color:#4dabf7d9;filter:drop-shadow(0 0 10px rgba(77,171,247,.45)) drop-shadow(0 0 18px rgba(77,171,247,.2))}83%{color:#a78bfad9;filter:drop-shadow(0 0 10px rgba(167,139,250,.45)) drop-shadow(0 0 18px rgba(167,139,250,.2))}to{color:#ff4d6dd9;filter:drop-shadow(0 0 10px rgba(255,77,109,.45)) drop-shadow(0 0 18px rgba(255,77,109,.2))}}@keyframes arrow-breathe{0%,to{opacity:.28}50%{opacity:.45}}@media screen and (max-width:768px){.logo-shader-layer{display:none}.logo-stack{width:clamp(104px,31vw,154px)}.logo-symbol{width:100%}.xerus{font-size:clamp(32px,10vw,52px);letter-spacing:.2em;margin-right:-.2em}.labs{font-size:clamp(10px,3vw,14px);letter-spacing:.4em;margin-right:-.4em}.divider{width:35px}@keyframes pulse-width{0%,to{width:35px}50%{width:50px}}.coming-soon{bottom:16px;right:16px}.coming-soon-text{font-size:9px}.mail-link{top:16px;right:16px;width:52px;height:52px}.company-name{margin-top:-24px}}@media screen and (max-width:480px){.logo-stack{width:clamp(92px,34vw,134px)}.logo-symbol{width:100%}.xerus{font-size:clamp(24px,12vw,40px);letter-spacing:.15em;margin-right:-.15em}.labs{font-size:clamp(9px,3vw,12px);letter-spacing:.3em;margin-right:-.3em}.divider{width:25px;margin:5px 0}@keyframes pulse-width{0%,to{width:25px}50%{width:40px}}.coming-soon{bottom:12px;right:12px;gap:6px}.coming-soon-text{font-size:8px;letter-spacing:.2em}.coming-soon-dots span{width:2px;height:2px}.coming-soon-dots{gap:2px}.mail-link{top:12px;right:12px;width:48px;height:48px}.company-name{margin-top:-20px}}@media screen and (max-height:500px)and (orientation:landscape){.logo-shader-layer{display:none}.logo-stack{width:clamp(74px,24vh,98px)}.logo-symbol{width:100%}.xerus{font-size:28px}.labs{font-size:10px}.content{gap:8px}}.hardhat-page{width:100%;height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hardhat-page,.hardhat-page *,.iframe-container,.iframe-wrapper{scrollbar-width:thin;scrollbar-color:#1a1a1a #0a0a0a}.hardhat-page::-webkit-scrollbar,.hardhat-page *::-webkit-scrollbar,.iframe-container::-webkit-scrollbar,.iframe-wrapper::-webkit-scrollbar{width:8px;height:8px;background:#0a0a0a}.hardhat-page::-webkit-scrollbar-track,.hardhat-page *::-webkit-scrollbar-track,.iframe-container::-webkit-scrollbar-track,.iframe-wrapper::-webkit-scrollbar-track{background:#0a0a0a}.hardhat-page::-webkit-scrollbar-thumb,.hardhat-page *::-webkit-scrollbar-thumb,.iframe-container::-webkit-scrollbar-thumb,.iframe-wrapper::-webkit-scrollbar-thumb{background:#1a1a1a;border-radius:4px}.hardhat-page::-webkit-scrollbar-thumb:hover,.hardhat-page *::-webkit-scrollbar-thumb:hover{background:#2a2a2a}.iframe-container{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;overflow:hidden}.iframe-wrapper{width:100%;height:100%;transform:none;transform-origin:center center;border-radius:0;overflow:hidden;box-shadow:none;margin-right:0}.hardhat-frame{width:100%;height:100%;border:0;overflow:hidden;position:relative;z-index:1}@media screen and (max-width:768px){.iframe-container{padding:55px 8px 8px}.iframe-wrapper{width:100%;height:100%;transform:none;border-radius:8px;box-shadow:none}.hardhat-frame{border-radius:8px}}@media screen and (max-width:480px){.iframe-container{padding:50px 5px 5px}.iframe-wrapper,.hardhat-frame{border-radius:6px}}.placeholder-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.placeholder-content{position:relative;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px}.placeholder-icon{width:80px;height:80px;margin-bottom:10px;opacity:.6;color:var(--off-white);animation:icon-float 4s ease-in-out infinite}.placeholder-icon svg{width:100%;height:100%}.placeholder-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(36px,8vw,72px);font-weight:300;letter-spacing:.2em;color:var(--white);text-transform:uppercase;margin-right:-.2em}.placeholder-divider{height:1px;background:linear-gradient(90deg,transparent,var(--mid-grey),transparent);animation:divider-pulse 4s ease-in-out infinite}.placeholder-subtitle{font-family:Jost,sans-serif;font-size:clamp(12px,2vw,16px);font-weight:300;letter-spacing:.15em;color:var(--light-grey);max-width:400px;line-height:1.8}.placeholder-coming-soon{display:flex;align-items:center;gap:12px;margin-top:20px}.placeholder-coming-soon.placeholder-cta{flex-direction:column;gap:8px}.placeholder-coming-text{font-family:Jost,sans-serif;font-size:11px;font-weight:300;letter-spacing:.3em;color:var(--mid-grey);text-transform:uppercase}.placeholder-cta .placeholder-coming-text{font-size:12px;letter-spacing:.2em;color:var(--light-grey)}.placeholder-cta-subtext{font-family:Cormorant Garamond,Georgia,serif;font-size:14px;font-weight:300;font-style:italic;letter-spacing:.05em;color:var(--off-white);margin-bottom:4px}.placeholder-arrow{color:var(--light-grey);opacity:.7}.placeholder-dots{display:flex;gap:4px}.placeholder-dots span{width:4px;height:4px;background:var(--mid-grey);border-radius:50%;animation:placeholder-dot-wave 1.5s ease-in-out infinite}.placeholder-dots span:nth-child(1){animation-delay:0s}.placeholder-dots span:nth-child(2){animation-delay:.2s}.placeholder-dots span:nth-child(3){animation-delay:.4s}@keyframes placeholder-dot-wave{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@media screen and (max-width:768px){.placeholder-content{padding:30px;gap:16px}.placeholder-icon{width:60px;height:60px}.placeholder-title{letter-spacing:.15em;margin-right:-.15em}.placeholder-subtitle{max-width:300px}}@media screen and (max-width:480px){.placeholder-content{padding:20px;gap:12px}.placeholder-icon{width:50px;height:50px}.placeholder-title{letter-spacing:.1em;margin-right:-.1em}.placeholder-coming-text{font-size:9px;letter-spacing:.2em}.placeholder-dots span{width:3px;height:3px}}.contact-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.contact-content{position:relative;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px}.contact-icon-link{width:80px;height:80px;margin-bottom:10px;opacity:.6;color:var(--off-white);animation:icon-float 4s ease-in-out infinite;display:block;cursor:pointer;transition:opacity .3s ease,transform .3s ease;text-decoration:none}.contact-icon-link svg{width:100%;height:100%;pointer-events:none}.contact-icon-link:hover{opacity:1;color:var(--white)}@keyframes icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.contact-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(36px,8vw,72px);font-weight:300;letter-spacing:.2em;color:var(--white);text-transform:uppercase;margin-right:-.2em}.contact-divider{height:1px;background:linear-gradient(90deg,transparent,var(--mid-grey),transparent);animation:divider-pulse 4s ease-in-out infinite}@keyframes divider-pulse{0%,to{width:60px;opacity:.6}50%{width:100px;opacity:1}}.contact-subtitle{font-family:Jost,sans-serif;font-size:clamp(12px,2vw,16px);font-weight:300;letter-spacing:.15em;color:var(--light-grey);max-width:400px;line-height:1.8}.contact-email{font-family:Jost,sans-serif;font-size:14px;font-weight:300;letter-spacing:.2em;color:var(--mid-grey);text-decoration:none;margin-top:10px;padding:12px 24px;border:1px solid var(--dark-grey);border-radius:2px;transition:all .3s ease;cursor:pointer}.contact-email:hover{color:var(--off-white);border-color:var(--mid-grey);background:#ffffff08}@media screen and (max-width:768px){.contact-content{padding:30px;gap:16px}.contact-icon-link{width:60px;height:60px}.contact-title{letter-spacing:.15em;margin-right:-.15em}.contact-subtitle{max-width:300px}.contact-email{font-size:12px;padding:10px 20px}}@media screen and (max-width:480px){.contact-content{padding:20px;gap:12px}.contact-icon-link{width:50px;height:50px}.contact-title{letter-spacing:.1em;margin-right:-.1em}.contact-email{font-size:11px;letter-spacing:.15em;padding:8px 16px}}.insights-page1{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:60px 40px;box-sizing:border-box}.insights1-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.12;pointer-events:none}.insights1-glow-1{width:450px;height:450px;background:linear-gradient(135deg,#6366f1,#8b5cf6);top:5%;right:10%;animation:insights1-drift 10s ease-in-out infinite}.insights1-glow-2{width:350px;height:350px;background:linear-gradient(135deg,#3b82f6,#6366f1);bottom:15%;left:10%;animation:insights1-drift 12s ease-in-out infinite reverse}@keyframes insights1-drift{0%,to{transform:translate(0)}50%{transform:translate(25px,-20px)}}.insights1-content{max-width:700px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:28px;z-index:10}.insights1-graphic{width:140px;height:100px;margin-bottom:10px}.network-graphic{width:100%;height:100%}.insights1-statement{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(26px,4.5vw,42px);font-weight:300;font-style:italic;color:var(--white);margin:0;line-height:1.3;letter-spacing:.02em}.insights1-divider{height:1px;background:linear-gradient(90deg,transparent,var(--light-grey),transparent)}.insights1-description{font-family:Jost,sans-serif;font-size:clamp(14px,2vw,18px);font-weight:300;line-height:1.9;color:var(--light-grey);margin:0;max-width:580px;letter-spacing:.02em}.insights1-highlight{color:var(--off-white);font-weight:400}.insights1-scroll-hint{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:30px;color:var(--mid-grey)}.insights1-scroll-hint span{font-family:Jost,sans-serif;font-size:11px;font-weight:300;letter-spacing:.15em;text-transform:uppercase}.insights1-arrow{width:20px;height:20px}.insights1-arrow svg{width:100%;height:100%}@media screen and (max-width:768px){.insights-page1{padding:70px 28px}.insights1-content{gap:24px}.insights1-graphic{width:120px;height:85px}.insights1-glow-1{width:300px;height:300px}.insights1-glow-2{width:250px;height:250px}.insights1-description{padding:0 10px}.insights1-scroll-hint{margin-top:25px}}@media screen and (max-width:480px){.insights-page1{padding:60px 20px}.insights1-content{gap:20px}.insights1-graphic{width:100px;height:70px;margin-bottom:5px}.insights1-statement{line-height:1.4;letter-spacing:.01em}.insights1-description{line-height:1.8;padding:0 5px}.insights1-glow-1,.insights1-glow-2{filter:blur(80px);opacity:.1}.insights1-scroll-hint{margin-top:20px}.insights1-scroll-hint span{font-size:10px;letter-spacing:.12em}}@media screen and (max-height:500px)and (orientation:landscape){.insights-page1{padding:40px 30px}.insights1-content{gap:16px}.insights1-graphic{width:90px;height:65px;margin-bottom:0}.insights1-scroll-hint{margin-top:15px}}.insights-page2{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:60px 40px;box-sizing:border-box}.insights2-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.1;pointer-events:none}.insights2-glow-1{width:400px;height:400px;background:linear-gradient(135deg,#8b5cf6,#a855f7);top:10%;left:5%;animation:insights2-drift 9s ease-in-out infinite}.insights2-glow-2{width:350px;height:350px;background:linear-gradient(135deg,#6366f1,#8b5cf6);bottom:10%;right:10%;animation:insights2-drift 11s ease-in-out infinite reverse}@keyframes insights2-drift{0%,to{transform:translate(0)}50%{transform:translate(20px,-25px)}}.insights2-content{max-width:700px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:30px;z-index:10}.insights2-header{font-family:Jost,sans-serif;font-size:clamp(12px,2vw,14px);font-weight:300;letter-spacing:.25em;text-transform:uppercase;color:var(--light-grey);margin:0}.insights2-divider{height:1px;background:linear-gradient(90deg,transparent,var(--mid-grey),transparent)}.insights2-features{display:flex;flex-direction:column;gap:32px;width:100%;max-width:600px}.insights2-feature{display:flex;align-items:flex-start;gap:24px;text-align:left}.feature-icon-wrapper{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.feature-icon{width:100%;height:100%}.feature-text{display:flex;flex-direction:column;gap:8px}.feature-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(18px,3vw,24px);font-weight:400;color:var(--white);margin:0;letter-spacing:.02em}.feature-description{font-family:Jost,sans-serif;font-size:clamp(13px,1.8vw,15px);font-weight:300;line-height:1.7;color:var(--light-grey);margin:0;letter-spacing:.01em}.insights2-scroll-hint{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:20px;color:var(--mid-grey)}.insights2-scroll-hint span{font-family:Jost,sans-serif;font-size:11px;font-weight:300;letter-spacing:.15em;text-transform:uppercase}.insights2-arrow{width:20px;height:20px}.insights2-arrow svg{width:100%;height:100%}@media screen and (max-width:768px){.insights-page2{padding:70px 28px}.insights2-content{gap:26px}.insights2-features{gap:28px}.insights2-feature{gap:18px}.feature-icon-wrapper{width:44px;height:44px}.insights2-glow-1{width:280px;height:280px}.insights2-glow-2{width:240px;height:240px}.insights2-scroll-hint{margin-top:15px}}@media screen and (max-width:480px){.insights-page2{padding:60px 20px}.insights2-content{gap:22px}.insights2-features{gap:26px}.insights2-feature{gap:14px}.feature-icon-wrapper{width:38px;height:38px}.feature-text{gap:6px}.feature-description{line-height:1.6}.insights2-glow-1,.insights2-glow-2{filter:blur(80px);opacity:.08}.insights2-scroll-hint{margin-top:12px}.insights2-scroll-hint span{font-size:10px;letter-spacing:.12em}}@media screen and (max-height:500px)and (orientation:landscape){.insights-page2{padding:40px 30px}.insights2-content{gap:18px}.insights2-features{gap:20px}.feature-icon-wrapper{width:36px;height:36px}.insights2-scroll-hint{margin-top:10px}}.insights-page3{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:60px 40px;box-sizing:border-box}.insights3-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.1;pointer-events:none}.insights3-glow-1{width:380px;height:380px;background:linear-gradient(135deg,#7c3aed,#a855f7);top:15%;right:5%;animation:insights3-drift 10s ease-in-out infinite}.insights3-glow-2{width:320px;height:320px;background:linear-gradient(135deg,#6366f1,#7c3aed);bottom:20%;left:8%;animation:insights3-drift 12s ease-in-out infinite reverse}@keyframes insights3-drift{0%,to{transform:translate(0)}50%{transform:translate(-20px,25px)}}.insights3-content{max-width:700px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:40px;z-index:10}.insights3-features{display:flex;flex-direction:column;gap:36px;width:100%;max-width:600px}.insights3-feature{display:flex;align-items:flex-start;gap:24px;text-align:left}.insights3-feature .feature-icon-wrapper{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.insights3-feature .feature-icon{width:100%;height:100%}.insights3-feature .feature-text{display:flex;flex-direction:column;gap:10px}.insights3-feature .feature-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(18px,3vw,24px);font-weight:400;color:var(--white);margin:0;letter-spacing:.02em}.insights3-feature .feature-description{font-family:Jost,sans-serif;font-size:clamp(13px,1.8vw,15px);font-weight:300;line-height:1.7;color:var(--light-grey);margin:0;letter-spacing:.01em}.insights3-closing-divider{height:1px;background:linear-gradient(90deg,transparent,var(--light-grey),transparent);margin-top:10px}.insights3-closing{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(20px,3.5vw,32px);font-weight:300;font-style:italic;color:var(--off-white);margin:0;letter-spacing:.03em}.insights3-end-decoration{display:flex;align-items:center;gap:12px;margin-top:20px}.end-dot{width:4px;height:4px;background:var(--mid-grey);border-radius:50%}.end-line{width:40px;height:1px;background:linear-gradient(90deg,var(--mid-grey),var(--light-grey),var(--mid-grey))}@media screen and (max-width:768px){.insights-page3{padding:70px 28px}.insights3-content{gap:35px}.insights3-features{gap:30px}.insights3-feature{gap:18px}.insights3-feature .feature-icon-wrapper{width:44px;height:44px}.insights3-glow-1{width:260px;height:260px}.insights3-glow-2{width:220px;height:220px}.insights3-end-decoration{margin-top:15px}}@media screen and (max-width:480px){.insights-page3{padding:60px 20px}.insights3-content{gap:30px}.insights3-features{gap:26px}.insights3-feature{gap:14px}.insights3-feature .feature-icon-wrapper{width:38px;height:38px}.insights3-feature .feature-text{gap:8px}.insights3-feature .feature-description{line-height:1.6}.insights3-glow-1,.insights3-glow-2{filter:blur(80px);opacity:.08}.insights3-closing-divider{margin-top:5px}.insights3-end-decoration{margin-top:12px;gap:10px}.end-dot{width:3px;height:3px}.end-line{width:30px}}@media screen and (max-height:500px)and (orientation:landscape){.insights-page3{padding:40px 30px}.insights3-content{gap:24px}.insights3-features{gap:22px}.insights3-feature .feature-icon-wrapper{width:36px;height:36px}.insights3-end-decoration{margin-top:10px}}.booking-step-page{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;padding:60px 40px;box-sizing:border-box}.booking-step-container{position:relative;max-width:1000px;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0006}.booking-step-3 .booking-step-container{max-width:850px}.booking-step-image{width:100%;height:auto;display:block;position:relative;z-index:1}.booking-step-text-overlay{display:flex;flex-direction:column;justify-content:space-between;position:absolute;inset:0;z-index:20;padding:30px 40px;pointer-events:none;background:linear-gradient(to bottom,#000000b3,#0000 25% 75%,#000000b3)}.booking-step-container picture{display:block;position:relative;z-index:1}.booking-step-header{text-align:center}.booking-step-label{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:16px;font-weight:300;font-style:italic;color:#ffffffe6;margin-bottom:10px;letter-spacing:.05em}.booking-step-label:before,.booking-step-label:after{content:"—";margin:0 12px;opacity:.5}.booking-step-title{font-family:Jost,sans-serif;font-size:24px;font-weight:300;letter-spacing:.18em;color:#fffffff2;text-transform:uppercase;margin:0;text-shadow:0 2px 15px rgba(0,0,0,.6)}.booking-step-description{font-family:Jost,sans-serif;font-size:12px;font-weight:300;letter-spacing:.15em;color:#ffffffd9;text-transform:uppercase;text-align:center;margin:0;line-height:1.7;text-shadow:0 2px 10px rgba(0,0,0,.7)}@media screen and (max-width:900px){.booking-step-text-overlay{padding:25px 30px}.booking-step-label{font-size:14px}.booking-step-title{font-size:20px;letter-spacing:.15em}.booking-step-description{font-size:11px}}@media screen and (max-width:768px){.booking-step-page{padding:60px 20px}.booking-step-container{border-radius:8px}.booking-step-3 .booking-step-container{max-width:1000px}.booking-step-text-overlay{padding:24px 20px}.booking-step-label{font-size:14px;margin-bottom:8px}.booking-step-label:before,.booking-step-label:after{margin:0 8px}.booking-step-title{font-size:18px;letter-spacing:.15em}.booking-step-description{font-size:10px;letter-spacing:.12em;line-height:1.6}}@media screen and (max-width:480px){.booking-step-page{padding:55px 15px}.booking-step-container{border-radius:6px}.booking-step-text-overlay{padding:18px 15px}.booking-step-label{font-size:12px;margin-bottom:6px}.booking-step-label:before,.booking-step-label:after{margin:0 6px}.booking-step-title{font-size:14px;letter-spacing:.12em}.booking-step-description{font-size:9px;letter-spacing:.1em}}.voice-agent-intro{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:60px 40px;box-sizing:border-box}.intro-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;pointer-events:none}.intro-glow-1{width:400px;height:400px;background:linear-gradient(135deg,#4a9eff,#7c3aed);top:10%;left:10%;animation:glow-drift 8s ease-in-out infinite}.intro-glow-2{width:300px;height:300px;background:linear-gradient(135deg,#7c3aed,#ec4899);bottom:20%;right:15%;animation:glow-drift 10s ease-in-out infinite reverse}@keyframes glow-drift{0%,to{transform:translate(0)}50%{transform:translate(30px,-20px)}}.intro-content{max-width:800px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;z-index:10}.intro-icon-container{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:10px}.mic-container{position:relative;width:50px;height:50px}.mic-icon{width:100%;height:100%;color:#ffffffe6}.mic-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border:1px solid rgba(255,255,255,.2);border-radius:50%;animation:mic-pulse 2s ease-out infinite}@keyframes mic-pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:.6}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.sound-wave{display:flex;align-items:center;gap:4px;height:40px}.sound-bar{width:4px;height:100%;background:linear-gradient(180deg,#ffffffe6,#ffffff4d);border-radius:2px;transform-origin:center}.intro-title{font-family:Jost,sans-serif;font-size:clamp(28px,5vw,48px);font-weight:300;letter-spacing:.2em;color:var(--white);text-transform:uppercase;margin:0;line-height:1.2}.intro-divider{height:1px;background:linear-gradient(90deg,transparent,var(--light-grey),transparent)}.intro-tagline{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(24px,4vw,36px);font-weight:300;font-style:italic;color:var(--off-white);margin:0;letter-spacing:.05em}.intro-description{font-family:Jost,sans-serif;font-size:clamp(14px,2vw,18px);font-weight:300;line-height:1.8;color:var(--light-grey);margin:0;max-width:600px;letter-spacing:.02em}.intro-highlight{color:var(--off-white);font-weight:400}.intro-scroll-hint{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:20px;color:var(--mid-grey)}.intro-scroll-hint span{font-family:Jost,sans-serif;font-size:11px;font-weight:300;letter-spacing:.15em;text-transform:uppercase}.scroll-arrow{width:20px;height:20px}.scroll-arrow svg{width:100%;height:100%}@media screen and (max-width:768px){.voice-agent-intro{padding:70px 24px}.intro-content{gap:20px}.intro-icon-container{gap:16px;margin-bottom:5px}.mic-container{width:40px;height:40px}.mic-pulse{width:60px;height:60px}.sound-wave{height:32px}.sound-bar{width:3px}.intro-glow-1{width:250px;height:250px}.intro-glow-2{width:200px;height:200px}.intro-description{padding:0 10px}.intro-scroll-hint{margin-top:15px}}@media screen and (max-width:480px){.voice-agent-intro{padding:60px 18px}.intro-content{gap:16px}.intro-icon-container{gap:12px}.mic-container{width:34px;height:34px}.mic-pulse{width:50px;height:50px}.sound-wave{height:28px;gap:3px}.sound-bar{width:2px}.intro-title{letter-spacing:.12em}.intro-tagline{letter-spacing:.02em}.intro-description{line-height:1.7;padding:0 5px}.intro-glow-1,.intro-glow-2{filter:blur(80px);opacity:.1}}@media screen and (max-height:500px)and (orientation:landscape){.voice-agent-intro{padding:50px 30px}.intro-content{gap:12px}.intro-icon-container{margin-bottom:0}.mic-container{width:30px;height:30px}.sound-wave{height:24px}.intro-scroll-hint{margin-top:10px}}.phone-designer-page{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;padding:18px;position:relative}.phone-designer-shell{position:relative;width:min(1580px,100%);height:calc(100vh - 36px);border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.18);background:#060606b8;box-shadow:0 26px 64px #0000008c,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:phone-shell-enter .55s cubic-bezier(.4,0,.2,1) .2s both}@keyframes phone-shell-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.phone-designer-frame-wrapper{width:100%;height:100%}.phone-designer-frame{display:block;width:100%;height:100%;border:0;background:#000}@media screen and (max-width:900px){.phone-designer-page{padding:12px}.phone-designer-shell{height:calc(100vh - 24px);border-radius:14px}}@media screen and (max-width:768px){.phone-designer-page{padding:52px 8px 8px}.phone-designer-shell{height:calc(100vh - 60px);border-radius:10px}}@media screen and (max-width:480px){.phone-designer-page{padding:48px 6px 6px}.phone-designer-shell{height:calc(100vh - 54px);border-radius:8px}}.app{position:relative;width:100%;height:100vh;overflow:hidden;background:var(--black)}.page-container{position:relative;width:100%;height:100vh;overflow:visible}
