.nav{z-index:1000;width:100%;max-width:1460px;transition:transform .4s var(--ease-out-expo);mix-blend-mode:difference;justify-content:space-between;align-items:center;padding:1.25rem 3rem;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.nav--hidden{transform:translate(-50%)translateY(-100%)}.nav-logo{font-family:var(--font-display);letter-spacing:-.03em;font-size:1.8rem;font-weight:800}.nav-logo span{color:var(--burgundy-light)}.nav-links{gap:2.5rem;display:flex}.nav-link{font-family:var(--font-accent);letter-spacing:.04em;padding:.25rem 0;font-size:.85rem;font-weight:400;position:relative}.nav-link:after{content:"";background:var(--burgundy-light);width:0;height:1px;transition:width .4s var(--ease-out-expo);position:absolute;bottom:0;left:0}.nav-link:hover:after{width:100%}.nav-cta{font-family:var(--font-accent);transition:all .3s var(--ease-out-expo);border:1px solid #fbf5ea33;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.4rem;font-size:.85rem;display:inline-flex}.nav-cta:hover{background:var(--burgundy);border-color:var(--burgundy)}.nav-cta-arrow{transition:transform .3s var(--ease-out-expo)}.nav-cta:hover .nav-cta-arrow{transform:translate(2px,-2px)}.nav-burger{flex-direction:column;gap:6px;padding:8px;display:none}.nav-burger span{background:var(--text-primary);width:28px;height:1.5px;transition:all .4s var(--ease-out-expo);display:block}.nav-burger.open span:first-child{transform:rotate(45deg)translate(3px,3px)}.nav-burger.open span:last-child{transform:rotate(-45deg)translate(1px,-1px)}.mobile-menu{background:var(--bg-dark);z-index:999;opacity:0;pointer-events:none;transition:opacity .5s var(--ease-out-expo);flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0}.mobile-menu.active{opacity:1;pointer-events:all}.mobile-menu-link{font-family:var(--font-display);letter-spacing:-.02em;opacity:0;transition:all .5s var(--ease-out-expo);font-size:clamp(2rem,8vw,4rem);font-weight:700;transform:translateY(40px)}.mobile-menu.active .mobile-menu-link{opacity:1;transform:translateY(0)}.mobile-menu.active .mobile-menu-link:first-child{transition-delay:.1s}.mobile-menu.active .mobile-menu-link:nth-child(2){transition-delay:.15s}.mobile-menu.active .mobile-menu-link:nth-child(3){transition-delay:.2s}.mobile-menu.active .mobile-menu-link:nth-child(4){transition-delay:.25s}@media (width<=768px){.nav{padding:1rem 1.5rem}.nav-links,.nav-cta{display:none}.nav-burger{display:flex}}.music-player{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);background:#1a141499;border-radius:1rem;gap:1.5rem;max-width:520px;padding:1.25rem;animation:2s ease-in-out 3 playerPulse;display:flex;box-shadow:0 8px 32px #0000004d}@keyframes playerPulse{0%,to{box-shadow:0 8px 32px #0000004d}50%{box-shadow:0 8px 32px #0000004d,0 0 20px #8c383966}}.mp-cover{flex-shrink:0}.mp-cover-art{background:#0e0b0b;border:2px solid #fbf5ea14;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;animation:3s linear infinite paused vinylSpin;display:flex;box-shadow:0 4px 20px #00000080}.mp-cover-art--playing{animation-play-state:running}@keyframes vinylSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mp-vinyl{background:conic-gradient(#222 0deg,#333 30deg,#1a1a1a 60deg,#2a2a2a 90deg,#383838 120deg,#222 150deg,#1e1e1e 180deg,#333 210deg,#252525 240deg,#2a2a2a 270deg,#3a3a3a 300deg,#222 330deg 360deg);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.mp-vinyl:before{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#ffffff14 40%,#ffffff1f 50%,#ffffff14 60%,#0000 100%);width:50%;height:100%;position:absolute;top:0;left:0}.mp-vinyl-groove{border:.5px solid #ffffff14;border-radius:50%;position:absolute}.mp-vinyl-groove--1{width:85%;height:85%}.mp-vinyl-groove--2{width:65%;height:65%}.mp-vinyl-groove--3{width:48%;height:48%}.mp-vinyl-center{background:linear-gradient(135deg, var(--burgundy), var(--orange-warm));z-index:1;border-radius:50%;justify-content:center;align-items:center;width:32%;height:32%;display:flex;box-shadow:0 0 8px #8c383966}.mp-vinyl-hole{background:#0e0b0b;border-radius:50%;width:6px;height:6px;box-shadow:inset 0 0 2px #000c}.mp-body{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}.mp-header{justify-content:space-between;align-items:flex-start;display:flex}.mp-info{flex-direction:column;display:flex}.mp-mix{font-family:var(--font-body);color:var(--cream);opacity:.9;font-size:.85rem;font-weight:600}.mp-tracks{font-family:var(--font-accent);color:var(--text-dim);font-size:.7rem}.mp-title{font-family:var(--font-body);color:var(--cream);margin-top:.35rem;font-size:1rem;font-weight:500}.mp-heart{color:var(--text-dim);cursor:none;padding:4px;transition:color .2s,transform .2s}.mp-heart:hover{color:var(--cream);transform:scale(1.15)}.mp-heart--liked{color:var(--burgundy-light)!important}.mp-progress{flex-direction:column;gap:.25rem;display:flex}.mp-slider{cursor:pointer;align-items:center;width:100%;height:12px;display:flex;position:relative}.mp-slider-track{background:#fbf5ea1a;border-radius:2px;width:100%;height:3px;position:absolute}.mp-slider-fill{background:var(--cream);border-radius:2px;height:3px;position:absolute}.mp-slider-thumb{background:var(--cream);border-radius:50%;width:8px;height:8px;transition:transform .15s;position:absolute;transform:translate(-50%);box-shadow:0 0 6px #0000004d}.mp-slider:hover .mp-slider-thumb{transform:translate(-50%)scale(1.3)}.mp-times{font-family:var(--font-accent);color:var(--text-dim);justify-content:space-between;font-size:.65rem;display:flex}.mp-controls{justify-content:center;align-items:center;gap:.25rem;display:flex}.mp-btn{color:var(--cream);cursor:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:background .2s,transform .15s;display:flex}.mp-btn:hover{background:#fbf5ea0f;transform:scale(1.08)}.mp-btn--sm{color:var(--text-dim)}.mp-btn--play{color:var(--cream)}.mp-btn--play:hover{background:0 0;transform:scale(1.1)}.mp-btn--active{color:var(--burgundy-light)!important}@media (width<=768px){.music-player{gap:1rem;max-width:400px;padding:1rem}.mp-cover-art{width:70px;height:70px}.mp-mix{font-size:.75rem}.mp-title{font-size:.85rem}}@media (width<=480px){.music-player{flex-direction:row;gap:.75rem;max-width:300px;padding:.75rem}.mp-cover-art{width:55px;height:55px}.mp-mix{font-size:.7rem}.mp-tracks{font-size:.6rem}.mp-title{font-size:.75rem}.mp-controls{gap:0}.mp-btn{padding:3px}.mp-btn--play svg{width:30px;height:30px}.mp-btn svg{width:15px;height:15px}.mp-btn--sm svg{width:13px;height:13px}}.hero{flex-direction:column;justify-content:space-between;min-height:100vh;padding:7rem 3rem 2rem;display:flex;position:relative;overflow:hidden}.hero-gradient{background:radial-gradient(ellipse 80% 60% at 40% 50%, #8c3839b3 0%, transparent 70%), radial-gradient(ellipse 60% 70% at 70% 60%, #c45a2d80 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 30% 70%, #e8734a4d 0%, transparent 50%), linear-gradient(180deg, var(--bg-dark) 0%, #8c383926 40%, var(--bg-dark) 100%);z-index:0;pointer-events:none;position:absolute;inset:0}.hero-vignette{background:radial-gradient(ellipse at center, transparent 40%, var(--bg-dark) 100%);z-index:1;pointer-events:none;position:absolute;inset:0}.hero-portrait{z-index:1;pointer-events:none;justify-content:center;align-items:center;width:clamp(500px,60vw,850px);height:clamp(580px,75vh,1000px);display:flex;position:absolute;top:50%;left:42%;transform:translate(-50%,-48%)}.hero-portrait-glow{filter:blur(40px);background:radial-gradient(#8c383940 0%,#c45a2d1f 35%,#e8734a0d 55%,#0000 70%);border-radius:50%;width:120%;height:120%;animation:6s ease-in-out infinite alternate glowPulse;position:absolute}.hero-portrait-glow--2{filter:blur(50px);background:radial-gradient(#c45a2d33 0%,#8c38391a 40%,#0000 65%);width:90%;height:90%;animation-duration:8s;animation-delay:-3s}@keyframes glowPulse{0%{opacity:.7;transform:scale(1)}to{opacity:1;transform:scale(1.08)}}.hero-portrait-img{z-index:2;object-fit:contain;object-position:center top;filter:brightness(.4)contrast(1.5)sepia(.8)saturate(2.5)hue-rotate(-15deg);mix-blend-mode:lighten;-webkit-mask-composite:source-in;width:100%;height:100%;position:relative;-webkit-mask-image:radial-gradient(80% 85% at 50% 40%,#000 30%,#0000 75%),linear-gradient(#0000 0%,#000 5% 80%,#0000 100%);mask-image:radial-gradient(80% 85% at 50% 40%,#000 30%,#0000 75%),linear-gradient(#0000 0%,#000 5% 80%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.hero-portrait-fade{display:none}.hero-content{z-index:2;flex:1;justify-content:space-between;align-items:flex-end;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:flex;position:relative}.hero-left{flex:1.2}.hero-eyebrow{font-family:var(--font-body);color:var(--cream);opacity:.8;margin-bottom:.75rem;font-size:clamp(1rem,2vw,1.3rem);font-style:italic;font-weight:300}.hero-name{font-size:clamp(1.4rem,2.8vw,1.9rem);font-weight:700}.hero-title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--cream);font-weight:800;line-height:.88}.hero-title-overflow{display:block;overflow:hidden}.hero-title-line{font-size:clamp(2.16rem,6.24vw,5.76rem);display:block}.hero-right{flex:.6;padding-bottom:2rem}.hero-tagline{font-family:var(--font-display);letter-spacing:-.02em;color:var(--cream);margin-bottom:1rem;font-size:clamp(1.15rem,2.1vw,1.7rem);font-weight:700;line-height:1.2}.hero-desc{font-family:var(--font-body);color:var(--text-dim);max-width:320px;margin-bottom:2rem;font-size:clamp(.9rem,1.2vw,1.05rem);line-height:1.7}.hero-cta-btn{background:var(--burgundy);font-family:var(--font-body);color:var(--cream);transition:all .4s var(--ease-out-expo);border-radius:100px;align-items:center;gap:.75rem;padding:.85rem 2rem;font-size:.95rem;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.hero-cta-btn:before{content:"";background:linear-gradient(135deg, var(--orange-warm), var(--burgundy-dark));border-radius:inherit;transition:transform .4s var(--ease-out-expo);position:absolute;inset:0;transform:translateY(100%)}.hero-cta-btn:hover:before{transform:translateY(0)}.hero-cta-btn span{z-index:1;position:relative}.hero-cta-btn:hover{transform:translateY(-2px);box-shadow:0 0 40px #8c383966}.hero-cta-arrow{transition:transform .3s var(--ease-out-expo);font-size:1.2rem}.hero-cta-btn:hover .hero-cta-arrow{transform:translate(3px,-3px)}.hero-services{z-index:2;border-top:1px solid var(--border-light);grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding-top:3rem;display:grid;position:relative}.hero-service{flex-direction:column;gap:.5rem;display:flex}.hero-service-num{font-family:var(--font-accent);color:var(--burgundy-light);letter-spacing:.05em;font-size:.8rem;font-weight:500}.hero-service-label{font-family:var(--font-body);color:var(--text-dim);font-size:clamp(.85rem,1.2vw,1rem)}.hero-scroll-hint{z-index:2;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:2rem;right:3rem}.scroll-line{background:linear-gradient(to bottom, var(--burgundy-light), transparent);width:1px;height:50px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.3;transform:scaleY(.5)}}.hero-scroll-hint span{font-family:var(--font-accent);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);writing-mode:vertical-rl;font-size:.65rem}.hero-hills{z-index:1;pointer-events:none;opacity:1;position:absolute;inset:0}@media (width<=1024px){.hero-content{flex-direction:column;align-items:flex-start;gap:2rem}.hero-right{padding-bottom:0}.hero-services{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero{padding:5rem 1.5rem 1.5rem}.hero-title-line{font-size:clamp(2rem,10vw,4rem)}.hero-tagline{font-size:1rem}.hero-desc{font-size:.85rem}.hero-services{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-scroll-hint{right:1.5rem}.hero-portrait{width:80vw;height:45vh}.hero-player-wrap{margin-bottom:-3.5rem;transform:scale(.55)}}@media (width<=480px){.hero{padding:4.5rem 1rem 1.25rem}.hero-content{gap:1.5rem}.hero-title-line{font-size:clamp(1.8rem,12vw,3rem)}.hero-tagline{font-size:.9rem}.hero-services{grid-template-columns:1fr 1fr;gap:.75rem}.hero-service-num{font-size:.7rem}.hero-service-label{font-size:.8rem}.hero-cta-btn{padding:.7rem 1.5rem;font-size:.85rem}.hero-player-wrap{margin-bottom:-4rem;transform:scale(.5)}.hero-scroll-hint{display:none}}.section{padding:8rem 3rem;position:relative}.about.section{padding-top:1.6rem}.section-container{max-width:1200px;margin:0 auto}.section-header{margin-bottom:4rem}.section-num{font-family:var(--font-accent);letter-spacing:.15em;color:var(--burgundy-light);margin-bottom:.75rem;font-size:.8rem;font-weight:400;display:block}.section-title{font-family:var(--font-display);letter-spacing:-.03em;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1.1}.accent{background:linear-gradient(135deg, var(--burgundy), var(--orange-warm));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:5rem;display:grid}.about-portrait{aspect-ratio:3/4;border-radius:1rem;margin-top:1rem;position:relative;top:auto;overflow:hidden}.about-portrait-inner{background:linear-gradient(135deg, var(--bg-card), var(--burgundy-deep));border-radius:1rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.about-portrait-inner:before{content:"";background:conic-gradient(from 0deg, transparent, var(--burgundy) 30deg, transparent 60deg);opacity:.12;width:200%;height:200%;animation:8s linear infinite rotateBg;position:absolute}@keyframes rotateBg{to{transform:rotate(360deg)}}.about-portrait-img{object-fit:cover;border-radius:1rem;width:100%;height:100%}.about-portrait-text{font-family:var(--font-name);background:linear-gradient(135deg, var(--burgundy-light), var(--orange-warm));-webkit-text-fill-color:transparent;z-index:1;-webkit-background-clip:text;background-clip:text;font-size:5rem;font-style:italic;font-weight:700;position:relative}.about-portrait-ring{border:1px solid var(--border);pointer-events:none;border-radius:1rem;position:absolute;inset:0}.about-body{padding-top:1rem}.about-lead{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:400;line-height:1.6}.about-text{color:var(--text-dim);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.about-stats{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding-top:2.5rem;display:grid}.stat{flex-direction:column;gap:.4rem;display:flex}.stat-row{align-items:baseline;display:flex}.stat-num{font-family:var(--font-display);letter-spacing:-.03em;background:linear-gradient(135deg, var(--burgundy-light), var(--orange-warm));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700}.stat-plus{font-family:var(--font-display);color:var(--orange-warm);font-size:1.5rem;font-weight:700}.stat-label{font-family:var(--font-accent);letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim);font-size:.8rem}@media (width<=1024px){.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-portrait{max-width:350px;position:relative;top:auto}}@media (width<=768px){.section{padding:4rem 1.5rem}.section-title{font-size:clamp(2rem,7vw,3rem)}.about-portrait{max-width:280px}.about-portrait-img{border-radius:.75rem}.about-lead{font-size:1.1rem}.about-text{font-size:.95rem}.about-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.stat-num{font-size:clamp(2rem,6vw,2.5rem)}.section-header{margin-bottom:2.5rem}}@media (width<=480px){.section{padding:3rem 1rem}.section-title{font-size:1.8rem}.about-grid{gap:2rem}.about-portrait{max-width:220px}.about-lead{font-size:1rem}.about-text{font-size:.9rem;line-height:1.7}.about-stats{grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-num{font-size:1.8rem}.stat-label{font-size:.7rem}.section-header{margin-bottom:2rem}}.marquee-section{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:2.5rem 0;overflow:hidden}.marquee{display:flex;overflow:hidden}.marquee-track{white-space:nowrap;align-items:center;gap:1.5rem;animation:25s linear infinite marquee;display:flex}.marquee-word{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);opacity:.35;font-size:clamp(1.5rem,4vw,3rem);font-weight:700;transition:opacity .3s}.marquee-word:hover{opacity:1}.marquee-dot{color:var(--burgundy-light);opacity:.5;margin:0 .5rem;font-size:clamp(1rem,2vw,1.5rem)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.bd.section{padding-top:0}.bd-note{z-index:5;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:.5rem;left:50%;transform:translate(-50%)}.bd-note-arrow{filter:drop-shadow(0 0 6px #8c38394d);margin-bottom:-10px}.bd-note-text{flex-direction:column;align-items:center;gap:.1rem;padding:.6rem 1rem;font-family:Caveat,cursive;display:flex;position:relative}.bd-note-line1{color:var(--burgundy-light);white-space:nowrap;font-size:1.2rem;font-weight:700}.bd-note-line2{color:var(--text-dim);white-space:nowrap;font-size:1rem;font-style:italic}@media (width<=768px){.bd-note{top:0;left:50%}.bd-note-line1{font-size:1rem}.bd-note-line2{font-size:.85rem}.bd-note-arrow{width:40px;height:55px}}@media (width<=480px){.bd-note{display:none}}.bd-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;display:flex}.bd-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--cream);max-width:550px;font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:800;line-height:1.1}.bd-title-dim{color:var(--text-dim)}.bd-btn{white-space:nowrap;background:var(--burgundy);color:var(--cream);font-family:var(--font-body);border-radius:.6rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:background .3s;display:inline-block;box-shadow:0 8px 24px #8c38394d}.bd-btn:hover{background:var(--burgundy-dark)}.bd-grid{grid-template-columns:repeat(12,1fr);gap:1.25rem;display:grid}.bd-grid--top{margin-bottom:1.25rem}.bd-col-4{grid-column:span 4}.bd-col-8{grid-column:span 8}.bd-bounce-card{cursor:pointer;background:var(--bg-card);border:1px solid var(--border);border-radius:1.25rem;min-height:300px;padding:2rem;position:relative;overflow:hidden}.bd-card-title{font-family:var(--font-display);color:var(--cream);text-align:center;z-index:2;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;position:relative}.bd-card-inner{border-radius:1rem 1rem 0 0;justify-content:center;align-items:flex-start;padding:1.5rem;transition:transform .25s;display:flex;position:absolute;inset:8rem 1rem 0;transform:translateY(2rem)}.bd-bounce-card:hover .bd-card-inner{transform:translateY(1rem)rotate(2deg)}.bd-card-desc{font-family:var(--font-body);color:var(--cream);text-align:center;opacity:.9;font-size:.95rem;font-weight:500;line-height:1.5}.bd-bounce-card--expandable{cursor:pointer}.bd-expand{border:1px solid var(--border);background:#faf6f0;border-radius:1.25rem;margin-bottom:1.25rem;overflow:hidden}.bd-expand-inner{padding:3rem;position:relative}.bd-expand-close{z-index:2;color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.bd-expand-close:hover{background:var(--burgundy);border-color:var(--burgundy);color:#fff;transform:rotate(90deg)}.bd-stages{grid-template-columns:1fr 1fr;gap:2.5rem 2rem;display:grid}.bd-stage-label{align-items:baseline;gap:.5rem;margin-bottom:.75rem;display:flex}.bd-stage-num{font-family:var(--font-accent);letter-spacing:.1em;color:#bbb;font-size:.6rem;font-weight:600}.bd-stage-name{font-family:var(--font-display);color:#1a1a1a;letter-spacing:-.02em;font-size:1rem;font-weight:800}.bd-stage-phones{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.ph{aspect-ratio:9/16;border-radius:.85rem;flex-direction:column;display:flex;overflow:hidden}.ph--idea{background:#fffef7;border:2px dashed #d5cfc4;padding:1rem}.ph-idea-title{font-family:var(--font-display);color:#1a1a1a;text-align:center;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.ph-idea-notes{flex-wrap:wrap;flex:1;align-content:flex-start;gap:.5rem;display:flex}.ph-idea-note{font-family:var(--font-body);color:#555;transform:rotate(var(--rot,0deg));background:#fff9c4;border-radius:.2rem;padding:.4rem .6rem;font-size:.65rem;font-weight:600;box-shadow:1px 2px 4px #00000014}.ph--sketch{background:#fff;border:1.5px solid #e0dcd6;padding:.75rem}.ph-sketch-bar{background:#e8e4de;border-radius:3px;width:40%;height:6px;margin:0 auto .5rem}.ph-sketch-title{font-family:var(--font-body);color:#888;margin-bottom:.75rem;font-size:.75rem;font-style:italic;font-weight:600}.ph-sketch-body{flex-direction:column;flex:1;gap:.5rem;display:flex}.ph-sketch-rect{border:1.5px solid #ccc;border-radius:.4rem}.ph-sketch-rect--hero{height:50px}.ph-sketch-rect--sm{flex:1;height:35px}.ph-sketch-row{gap:.5rem;display:flex}.ph-sketch-line{background:#e0dcd6;border-radius:3px;height:6px}.ph-sketch-nav{border-top:1px solid #eee;justify-content:center;gap:.6rem;margin-top:auto;padding-top:.5rem;display:flex}.ph-sketch-nav-dot{border:1.5px solid #ccc;border-radius:50%;width:8px;height:8px}.ph--skeleton{background:#f5f3ef;border:1px solid #e0dcd6}.ph-skel-status{color:#aaa;justify-content:space-between;align-items:center;padding:.4rem .75rem;font-size:.55rem;font-weight:600;display:flex}.ph-skel-notch{background:#ddd;border-radius:8px;width:35%;height:8px}.ph-skel-batt{border:1px solid #ccc;border-radius:2px;width:16px;height:8px}.ph-skel-header{font-family:var(--font-display);color:#999;padding:.6rem .75rem .4rem;font-size:.85rem;font-weight:700}.ph-skel-body{flex-direction:column;flex:1;gap:.6rem;padding:0 .75rem;display:flex}.ph-skel-row{align-items:center;gap:.6rem;display:flex}.ph-skel-thumb{background:#ddd;border-radius:.4rem;flex-shrink:0;width:32px;height:32px}.ph-skel-lines{flex-direction:column;flex:1;gap:.3rem;display:flex}.ph-skel-line{background:#ddd;border-radius:3px;height:6px}.ph-skel-line--short{background:#e5e5e5}.ph-skel-nav{border-top:1px solid #e0dcd6;justify-content:space-around;margin-top:auto;padding:.5rem .75rem;display:flex}.ph-skel-nav-item{background:#ddd;border-radius:4px;width:14px;height:14px}.ph-skel-nav-item--active{background:#aaa}.ph--live{background:#fff;border:1px solid #e8e4de;box-shadow:0 4px 20px #00000014}.ph-live-status{color:#333;justify-content:space-between;align-items:center;padding:.4rem .75rem;font-size:.55rem;font-weight:600;display:flex}.ph-live-notch{background:#1a1a1a;border-radius:8px;width:35%;height:8px}.ph-live-batt{border:1px solid #333;border-radius:2px;width:16px;height:8px;position:relative}.ph-live-batt:after{content:"";background:#333;border-radius:1px;position:absolute;inset:2px}.ph-live-header{border-bottom:2px solid var(--accent,#8c3839);padding:.6rem .75rem .4rem}.ph-live-title{font-family:var(--font-display);color:#1a1a1a;font-size:.9rem;font-weight:800}.ph-live-body{flex-direction:column;flex:1;gap:.6rem;padding:.6rem .75rem;display:flex}.ph-live-card{background:#faf8f5;border:1px solid #eee;border-radius:.5rem;align-items:center;gap:.6rem;padding:.5rem;display:flex}.ph-live-card-icon{opacity:.85;border-radius:.35rem;flex-shrink:0;width:28px;height:28px}.ph-live-card-info{flex-direction:column;flex:1;gap:.25rem;display:flex}.ph-live-card-label{font-family:var(--font-body);color:#333;font-size:.65rem;font-weight:600}.ph-live-card-bar{background:#eee;border-radius:2px;height:4px;overflow:hidden}.ph-live-card-fill{border-radius:2px;height:100%;transition:width .6s}.ph-live-nav{border-top:1px solid #eee;justify-content:space-around;margin-top:auto;padding:.5rem .75rem;display:flex}.ph-live-nav-item{background:#e0dcd6;border-radius:4px;width:14px;height:14px}.ph-live-nav-item--active{opacity:.9}.bd-expand--bottom{margin-top:1.25rem}.bd-expand-inner--compact{padding:2rem 3rem}.uf-title{font-family:var(--font-display);color:#1a1a1a;text-align:center;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.2rem;font-weight:800}.uf-title-accent{color:#c04040}.uf-pipeline{flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:0;padding:.5rem 0;display:flex;overflow-x:auto}.uf-node{font-family:var(--font-body);color:#333;white-space:nowrap;text-align:center;background:#fff;border:1.5px solid #ddd;border-radius:.4rem;flex-shrink:0;padding:.35rem .75rem;font-size:.7rem;font-weight:600;transition:transform .2s,box-shadow .2s}.uf-node:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.uf-node--accent{color:#fff;background:#c04040;border-color:#c04040}.uf-arrow{background:#ccc;flex-shrink:0;align-self:center;width:28px;height:1.5px;margin:0 2px;position:relative}.uf-arrow:after{content:"";border:1.5px solid #ccc;border-width:0 1.5px 1.5px 0;padding:2.5px;position:absolute;top:-3px;right:-1px;transform:rotate(-45deg)}.uf-branch{flex-direction:column;flex-shrink:0;align-items:center;gap:0;display:flex}.uf-children{flex-direction:column;align-items:center;gap:0;display:flex}.uf-children:before{content:"";background:#ccc;width:1.5px;height:10px;display:block}.uf-children>.uf-node+.uf-node:before{content:"";background:#ccc;width:1.5px;height:8px;margin:0 auto;display:block}.sys-dashboards{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.dash{min-height:300px;font-family:var(--font-body);background:#fff;border:1px solid #e8e4de;border-radius:.75rem;display:flex;overflow:hidden}.dash--dark{background:#f8f7f4}.dash-side{background:#faf8f5;border-right:1px solid #eee;flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;width:36px;padding:.6rem .4rem;display:flex}.dash-side--dark{background:#1e1e2e;border-color:#2a2a3d}.dash-logo{background:#8c3839;border-radius:5px;width:18px;height:18px;margin-bottom:.4rem}.dash-logo--dark{background:#e8c97a}.dash-nav-item{background:#e8e4de;border-radius:4px;width:16px;height:16px}.dash-nav-item--active{background:#8c3839}.dash-nav-item--dark{background:#2a2a3d}.dash-nav-item--active-dark{background:#818cf8}.dash-main{flex-direction:column;flex:1;gap:.5rem;padding:.6rem;display:flex;overflow:hidden}.dash-main--dark{background:#fefefe}.dash-topbar{justify-content:space-between;align-items:center;display:flex}.dash-search{background:#f0ece6;border-radius:7px;width:55%;height:14px}.dash-avatar{background:linear-gradient(135deg,#c4652a,#8c3839);border-radius:50%;width:18px;height:18px}.dash-greeting{flex-direction:column;gap:3px;display:flex}.dash-greeting-line{background:#e8e4de;border-radius:3px;width:40%;height:6px}.dash-greeting-line--big{background:#333;border-radius:4px;width:30%;height:10px}.dash-greeting-line--dark{background:#1a1a1a}.dash-stats{gap:.35rem;display:flex}.dash-stat{border-radius:.4rem;flex-direction:column;flex:1;gap:3px;padding:.4rem;display:flex}.dash-stat--blue{background:#dbeafe}.dash-stat--purple{background:#ede9fe}.dash-stat--green{background:#dcfce7}.dash-stat-label{background:#0000001a;border-radius:2px;width:60%;height:4px}.dash-stat-val{color:#1a1a1a;font-size:.65rem;font-weight:800}.dash-chart{background:#faf8f5;border-radius:.4rem;flex:1;padding:.4rem}.dash-chart-header{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.dash-chart-title{background:#333;border-radius:3px;width:35%;height:6px}.dash-chart-badge{background:#e8e4de;border-radius:5px;width:24px;height:10px}.dash-bars{justify-content:space-around;align-items:flex-end;gap:3px;height:50px;display:flex}.dash-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.dash-bar{background:#818cf8;border-radius:3px 3px 0 0;width:80%}.dash-bar-label{color:#999;margin-top:2px;font-size:.38rem}.dash-table{border-radius:.4rem;overflow:hidden}.dash-table--dark{background:#faf8f5}.dash-table-header{border-bottom:1px solid #eee;gap:0;padding:.25rem .35rem;display:flex}.dash-th{color:#999;text-transform:uppercase;letter-spacing:.03em;flex:1;font-size:.42rem;font-weight:700}.dash-tr{border-bottom:1px solid #f5f3ef;padding:.2rem .35rem;display:flex}.dash-td{color:#333;flex:1;font-size:.45rem;font-weight:600}.dash-td--dim{color:#999}.dash-td--success{color:#22c55e}.dash-td--warning{color:#f59e0b}.dash-td--error{color:#ef4444}.dash-finance-top{gap:.4rem;display:flex}.dash-portfolio{background:#f0ece6;border-radius:.4rem;flex:1.2;padding:.4rem}.dash-portfolio-label{background:#00000014;border-radius:2px;width:40%;height:4px;margin-bottom:3px}.dash-portfolio-val{color:#1a1a1a;margin-bottom:4px;font-size:.7rem;font-weight:800}.dash-line-chart{width:100%;height:28px}.dash-assets{flex-direction:column;flex:1;gap:.3rem;display:flex}.dash-asset{background:#f0ece6;border-radius:.35rem;align-items:center;gap:.3rem;padding:.25rem .35rem;display:flex}.dash-asset-icon{border-radius:50%;flex-shrink:0;width:12px;height:12px}.dash-asset-name{color:#333;font-size:.48rem;font-weight:700}.dash-asset-val{color:#666;margin-left:auto;font-size:.45rem;font-weight:600}.ai-showcase{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.ai-chat{background:#fff;border:1px solid #e0dcd6;border-radius:.85rem;flex-direction:column;max-height:320px;display:flex;overflow:hidden}.ai-chat-header{font-family:var(--font-body);color:#333;background:#f5f3ef;border-bottom:1px solid #e8e4de;align-items:center;gap:.5rem;padding:.6rem .85rem;font-size:.7rem;font-weight:700;display:flex}.ai-chat-dot--green{background:#34c759;border-radius:50%;width:7px;height:7px}.ai-chat-body{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex;overflow-y:auto}.ai-chat-msg{font-family:var(--font-body);border-radius:.65rem;max-width:85%;padding:.45rem .7rem;font-size:.68rem;line-height:1.5}.ai-chat-msg--user{color:#fff;background:#8c3839;border-bottom-right-radius:.2rem;align-self:flex-end}.ai-chat-msg--bot{color:#333;background:#f0ece6;border-bottom-left-radius:.2rem;align-self:flex-start}.ai-chat-typing{align-self:flex-start;gap:4px;padding:.4rem 0;display:flex}.ai-chat-typing span{background:#bbb;border-radius:50%;width:6px;height:6px;animation:1.2s infinite ai-bounce}.ai-chat-typing span:nth-child(2){animation-delay:.15s}.ai-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes ai-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.ai-terminal{background:#1a1a2e;border-radius:.85rem;flex-direction:column;max-height:320px;display:flex;overflow:hidden}.ai-term-header{background:#16162a;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.ai-term-dots{gap:5px;display:flex}.ai-term-dot{border-radius:50%;width:8px;height:8px}.ai-term-dot--red{background:#ff5f57}.ai-term-dot--yellow{background:#febc2e}.ai-term-dot--green{background:#28c840}.ai-term-title{font-family:var(--font-accent);color:#555;margin-left:auto;margin-right:auto;font-size:.6rem}.ai-term-body{flex:1;padding:.75rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.62rem;line-height:1.7;overflow-y:auto}.ai-term-line{color:#8b8b9e;white-space:pre}.ai-term-line--cmd{color:#7dd3fc}.ai-term-line--ok{color:#34d399}.ai-term-cursor{color:#7dd3fc;animation:1s step-end infinite ai-blink}@keyframes ai-blink{0%,to{opacity:1}50%{opacity:0}}@media (width<=768px){.bd-col-4,.bd-col-8{grid-column:span 12}.bd-header{flex-direction:column;align-items:flex-start}.bd-title{font-size:clamp(1.4rem,5vw,2rem)}.bd-bounce-card{min-height:220px;padding:1.5rem}.bd-card-title{font-size:1.3rem}.bd-card-inner{top:6rem;left:.75rem;right:.75rem}.bd-expand-inner{padding:1.5rem}.bd-stages{grid-template-columns:1fr 1fr;gap:1.5rem 1rem}.bd-stage-phones{gap:.5rem}.dash{min-height:220px}.uf-pipeline{gap:.4rem}}@media (width<=480px){.bd-grid{gap:.75rem}.bd-bounce-card{min-height:180px;padding:1.25rem}.bd-card-title{font-size:1.1rem}.bd-card-inner{padding:1rem;top:5rem}.bd-card-desc{font-size:.8rem}.bd-btn{padding:.6rem 1.2rem;font-size:.8rem}.bd-stages{grid-template-columns:1fr}.ph{border-radius:.6rem}.ai-showcase,.sys-dashboards{grid-template-columns:1fr}.dash{min-height:180px}.bd-expand-inner{padding:1rem}}.trusted-section{width:100%;position:relative;overflow:hidden}.trusted-content{text-align:center;max-width:700px;margin:0 auto;padding:5rem 1.5rem 0}.trusted-text{font-family:var(--font-display);color:var(--cream);letter-spacing:-.02em;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:600;line-height:1.3}.trusted-highlight{color:var(--burgundy-light)}.trusted-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;margin-top:3.5rem;display:flex}.trusted-logo-wrap{justify-content:center;align-items:center;display:flex}.trusted-logo{width:100%;max-width:140px;height:auto;color:var(--text-dim);transition:color .3s}.trusted-logo:hover{color:var(--cream)}.trusted-logo--img{object-fit:contain;filter:brightness(0)invert();width:auto;max-height:80px;transition:filter .3s}.trusted-logo--img:hover,.trusted-logo-wrap:hover .trusted-logo--img{filter:brightness(0)invert()}.trusted-logo--img[alt=OmniSign]{max-height:90px}.trusted-logo--img[alt=Coco]{max-height:140px}.trusted-sparkle-area{height:24rem;margin-top:-8rem;position:relative;overflow:hidden;-webkit-mask-image:radial-gradient(50% 50%,#fff,#0000);mask-image:radial-gradient(50% 50%,#fff,#0000)}.trusted-gradient{z-index:0;position:absolute;inset:0}.trusted-gradient:before{content:"";background:radial-gradient(circle at bottom,#8c383959,#0000 70%);position:absolute;inset:0}.trusted-curve{aspect-ratio:1/.7;background:var(--bg-dark);z-index:10;border-top:1px solid #fbf5ea1a;border-radius:100%;width:200%;position:absolute;top:50%;left:-50%}.trusted-sparkles{width:100%;height:100%;position:absolute;inset:0;-webkit-mask-image:radial-gradient(50% 50%,#fff,#0000 85%);mask-image:radial-gradient(50% 50%,#fff,#0000 85%)}@media (width<=768px){.trusted-logos{gap:1.5rem 2rem}.trusted-sparkle-area{height:18rem}}@media (width<=480px){.trusted-logos{gap:1rem 1.5rem}}.work-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.work-card{background:var(--bg-card);border:1px solid var(--border);transition:all .5s var(--ease-out-expo);border-radius:1.25rem;overflow:hidden}.work-card:hover{border-color:#8c38394d;box-shadow:0 30px 80px #0006}.work-card-img{aspect-ratio:16/10;position:relative;overflow:hidden}.work-card-placeholder{background:linear-gradient(135deg, hsl(var(--hue,10), 45%, 15%), hsl(var(--hue,10), 50%, 8%));width:100%;height:100%;transition:transform .6s var(--ease-out-expo);justify-content:center;align-items:center;display:flex}.work-card:hover .work-card-placeholder{transform:scale(1.05)}.work-card-image{object-fit:cover;width:100%;height:100%}.work-card-image.contain{object-fit:contain;padding:1.5rem}.work-card-placeholder.white-bg{background:#fff}.work-card-placeholder span{font-family:var(--font-display);opacity:.12;color:hsl(var(--hue,10), 60%, 50%);font-size:5rem;font-weight:800}.work-card-overlay{opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0e0b0b99;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.work-card:hover .work-card-overlay{opacity:1}.work-card-view{font-family:var(--font-body);color:var(--cream);border:1px solid #fbf5ea4d;border-radius:100px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.work-card-view:hover{background:var(--burgundy);border-color:var(--burgundy)}.work-card{flex-direction:column;display:flex}.work-card-info{flex-direction:column;flex:1;padding:1.75rem;display:flex}.work-card-company{font-family:var(--font-accent);letter-spacing:.06em;text-transform:uppercase;color:var(--burgundy-light);min-height:1.1em;margin-bottom:.4rem;font-size:.75rem;font-weight:500;display:block}.work-card-title{font-family:var(--font-display);letter-spacing:-.02em;min-height:1.8em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.work-card-desc{color:var(--text-dim);flex:1;margin-bottom:1.25rem;font-size:.95rem;line-height:1.5}.work-card-tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.work-card-tags span{font-family:var(--font-accent);border:1px solid var(--border);color:var(--text-dim);letter-spacing:.03em;border-radius:100px;padding:.3rem .75rem;font-size:.75rem}@media (width<=1024px){.work-grid{grid-template-columns:1fr}}@media (width<=768px){.work-card-info{padding:1.25rem}.work-card-title{font-size:1.25rem}.work-card-desc{font-size:.85rem}.work-card-placeholder span{font-size:3.5rem}}@media (width<=480px){.work-grid{gap:1.5rem}.work-card{border-radius:1rem}.work-card-info{padding:1rem}.work-card-title{font-size:1.1rem}.work-card-desc{margin-bottom:.75rem;font-size:.8rem}.work-card-tags span{padding:.25rem .6rem;font-size:.65rem}.work-card-placeholder span{font-size:3rem}}.skills-grid{perspective:1200px;grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.skill-card{background:var(--bg-card);border:1px solid var(--border);transition:border-color .4s var(--ease-out-expo);border-radius:1.25rem;padding:2.5rem}.skill-card:hover{border-color:#8c383940}.skill-card-inner{pointer-events:none}.skill-card-title{font-family:var(--font-display);border-bottom:1px solid var(--border);background:linear-gradient(135deg, var(--burgundy-light), var(--orange-warm));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.3rem;font-weight:700}.skill-list{flex-direction:column;gap:.75rem;display:flex}.skill-item{color:var(--text-dim);transition:all .3s var(--ease-out-expo);pointer-events:auto;border-bottom:1px solid #fbf5ea08;padding:.6rem 0;font-size:1rem}.skill-item:hover{color:var(--text-primary);border-color:var(--burgundy);padding-left:1rem}@media (width<=1024px){.skills-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.skills-grid{grid-template-columns:1fr}}.gravity-section{padding:6rem 3rem 0;position:relative;overflow:hidden}.gravity-header{text-align:center;z-index:2;margin-bottom:2rem;position:relative}.gravity-accent{font-family:var(--font-accent);letter-spacing:.15em;text-transform:uppercase;color:var(--burgundy-light);font-size:.8rem}.gravity-title{font-family:var(--font-display);color:var(--cream);letter-spacing:-.03em;margin-top:.5rem;font-size:clamp(2rem,5vw,4rem);font-weight:800}.gravity-subtitle{font-family:var(--font-body);color:var(--text-dim);margin-top:.75rem;font-size:clamp(.9rem,1.2vw,1.05rem)}.gravity-arena{width:100%;max-width:1400px;height:clamp(400px,50vh,600px);margin:0 auto;position:relative}.gravity-pill{font-family:var(--font-body);color:var(--cream);white-space:nowrap;cursor:grab;-webkit-user-select:none;user-select:none;border-radius:100px;padding:1.1rem 3rem;font-size:clamp(1.3rem,2vw,1.7rem)}.gravity-pill--lg{padding:1.3rem 3.5rem;font-size:clamp(1.5rem,2.5vw,2rem)}@media (width<=768px){.gravity-section{padding:4rem 1.5rem 1.5rem}.gravity-arena{height:350px}.gravity-pill{padding:.6rem 1.4rem;font-size:.9rem}}@media (width<=480px){.gravity-section{padding:3rem 1rem 1rem}.gravity-arena{height:300px}}.contact-section{justify-content:center;align-items:center;padding:0 1.5rem 4rem;display:flex}.contact-card{border:1px solid var(--border);background:var(--bg-card);border-radius:48px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1400px;min-height:600px;transition:border-color .5s;display:flex;position:relative;overflow:hidden}.contact-card:hover{border-color:#8c38394d}.contact-dither{z-index:0;pointer-events:none;opacity:.35;mix-blend-mode:screen;position:absolute;inset:0}.contact-dither-fallback{background:#8c38390d;position:absolute;inset:0}.contact-card-content{z-index:10;text-align:center;flex-direction:column;align-items:center;max-width:800px;padding:3rem 2rem;display:flex;position:relative}.contact-badge{font-family:var(--font-accent);color:var(--burgundy-light);letter-spacing:.03em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#8c383914;border:1px solid #8c383926;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex;position:relative}.contact-badge-dot,.contact-badge-ping{background:var(--burgundy-light);border-radius:50%;width:8px;height:8px}.contact-badge-dot{position:relative}.contact-badge-ping{animation:1.5s cubic-bezier(0,0,.2,1) infinite pingDot;position:absolute;left:1rem}@keyframes pingDot{0%{opacity:.75;transform:scale(1)}75%,to{opacity:0;transform:scale(2.5)}}.contact-card-title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--cream);margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,5.5rem);font-weight:800;line-height:1.05}.contact-card-title-dim{color:#fbf5ea80}.contact-card-desc{font-family:var(--font-body);color:var(--text-dim);max-width:520px;margin-bottom:3rem;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7}.contact-flip-links{flex-wrap:wrap;justify-content:center;gap:1.5rem 3rem;display:flex}.flip-link{white-space:nowrap;font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.03em;color:var(--cream);cursor:none;height:1.1em;font-size:clamp(1.3rem,3vw,2.4rem);font-weight:800;line-height:1;display:block;position:relative;overflow:hidden}.flip-link:hover{color:var(--burgundy-light)}.flip-link-top{height:100%;line-height:1.1em;display:block}.flip-link-bottom{height:100%;color:var(--burgundy-light);line-height:1.1em;position:absolute;inset:0}.flip-letter{display:inline-block}@media (width<=768px){.contact-section{padding:2rem 1rem}.contact-card{border-radius:32px;min-height:500px}.contact-card-content{padding:2rem 1.5rem}.contact-badge,.contact-card-desc{margin-bottom:2rem}.contact-flip-links{gap:1rem 2rem}.flip-link{font-size:clamp(1.8rem,10vw,3rem)}}@media (width<=480px){.contact-card{border-radius:24px;min-height:450px}.contact-card-content{padding:1.5rem 1rem}.contact-flip-links{gap:.75rem 1.5rem}.flip-link{font-size:clamp(1.5rem,12vw,2.5rem)}}.footer{border-top:1px solid var(--border-light);background:var(--bg-dark);padding:1rem 3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{justify-content:space-between;gap:3rem;margin-bottom:2.5rem;display:flex}.footer-brand{max-width:340px}.footer-logo{font-family:var(--font-name);color:var(--cream);margin-bottom:.75rem;font-size:1.6rem;font-weight:700;display:block}.footer-logo span{background:linear-gradient(135deg, var(--burgundy-light), var(--orange-warm));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.footer-tagline{font-family:var(--font-accent);color:var(--text-dim);font-size:.85rem;line-height:1.6}.footer-links-group{gap:4rem;display:flex}.footer-col{flex-direction:column;gap:.6rem;display:flex}.footer-col-title{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);margin-bottom:.4rem;font-size:.7rem;font-weight:600}.footer-link{font-family:var(--font-accent);color:var(--cream);opacity:.7;font-size:.85rem;text-decoration:none;transition:opacity .25s,transform .25s}.footer-link:hover{opacity:1;transform:translate(4px)}.footer-divider{background:linear-gradient(90deg, transparent, var(--border-light) 20%, var(--border-light) 80%, transparent);height:1px;margin-bottom:1.5rem}.footer-bottom{justify-content:space-between;align-items:center;display:flex}.footer-copy{font-family:var(--font-accent);color:var(--text-dim);text-align:left;flex:1;font-size:.75rem}.footer-credit{font-family:var(--font-accent);color:var(--text-dim);text-align:center;flex:1;font-size:.75rem}.footer-back-top{font-family:var(--font-accent);color:var(--text-dim);cursor:pointer;flex:1;justify-content:flex-end;align-items:center;gap:.4rem;font-size:.75rem;text-decoration:none;transition:color .25s,transform .25s;display:flex}.footer-back-top:hover{color:var(--cream);transform:translateY(-2px)}.footer-back-top svg{transition:transform .25s}.footer-back-top:hover svg{transform:translateY(-2px)}@media (width<=768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-top{flex-direction:column;gap:2rem}.footer-brand{max-width:100%}.footer-links-group{gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:.75rem}}@media (width<=480px){.footer-links-group{gap:2rem}.footer-logo{font-size:1.3rem}}.pp{min-height:100vh;padding-top:2rem}.pp-nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.5rem 3rem;display:flex}.pp-back{font-family:var(--font-accent);color:var(--cream);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;transition:all .3s;display:flex}.pp-back:hover{border-color:var(--burgundy-light);color:var(--burgundy-light)}.pp-nav-num{font-family:var(--font-accent);color:var(--text-dim);letter-spacing:.05em;font-size:.8rem}.pp-hero{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:2rem 3rem 4rem;display:grid}.pp-hero-img{aspect-ratio:16/10;border-radius:1.25rem;overflow:hidden}.pp-hero-image{object-fit:cover;width:100%;height:100%}.pp-hero-placeholder{background:linear-gradient(135deg, hsl(var(--hue,10), 45%, 15%), hsl(var(--hue,10), 50%, 8%));justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pp-hero-placeholder span{font-family:var(--font-display);opacity:.12;color:hsl(var(--hue,10), 60%, 50%);font-size:6rem;font-weight:800}.pp-company{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:.08em;color:var(--burgundy-light);margin-bottom:.75rem;font-size:.75rem;display:block}.pp-title{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.pp-meta{gap:2.5rem;margin-bottom:1.5rem;display:flex}.pp-meta-item{flex-direction:column;gap:.25rem;display:flex}.pp-meta-label{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);font-size:.7rem}.pp-meta-val{font-family:var(--font-body);color:var(--cream);font-size:.95rem}.pp-tags{flex-wrap:wrap;gap:.5rem;display:flex}.pp-tag{font-family:var(--font-accent);border:1px solid var(--border);color:var(--text-dim);border-radius:100px;padding:.3rem .85rem;font-size:.75rem}.pp-section{border-top:1px solid var(--border-light);max-width:1200px;margin:0 auto;padding:3rem}.pp-section-title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.pp-overview{color:var(--text-dim);max-width:750px;font-size:1.1rem;line-height:1.8}.pp-highlights{flex-direction:column;gap:1rem;list-style:none;display:flex}.pp-highlight{color:var(--text-dim);border:1px solid var(--border-light);border-radius:.75rem;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;font-size:1rem;line-height:1.6;transition:border-color .3s;display:flex}.pp-highlight:hover{border-color:#8c38394d}.pp-highlight-num{font-family:var(--font-accent);color:var(--burgundy-light);min-width:1.5rem;padding-top:.2rem;font-size:.7rem;font-weight:700}.pp-stack{flex-wrap:wrap;gap:.75rem;display:flex}.pp-stack-item{font-family:var(--font-body);color:var(--cream);background:#8c38391a;border:1px solid #8c383933;border-radius:.75rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .3s}.pp-stack-item:hover{background:#8c383933;border-color:#8c383966}.pp-next{border-top:1px solid var(--border-light);text-align:center;max-width:1200px;margin:0 auto;padding:4rem 3rem}.pp-next-label{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:1rem;font-size:.75rem;display:block}.pp-next-link{text-decoration:none}.pp-next-title{font-family:var(--font-display);color:var(--cream);align-items:center;gap:.75rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;transition:color .3s;display:inline-flex}.pp-next-title:hover{color:var(--burgundy-light)}.pp-not-found{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.pp-not-found a{color:var(--burgundy-light)}@media (width<=768px){.pp-nav{padding:1rem 1.5rem}.pp-hero{grid-template-columns:1fr;gap:2rem;padding:1.5rem 1.5rem 2.5rem}.pp-section{padding:2rem 1.5rem}.pp-next{padding:2.5rem 1.5rem}.pp-title{font-size:1.8rem}.pp-meta{gap:1.5rem}}@media (width<=480px){.pp-hero-placeholder span{font-size:4rem}.pp-title{font-size:1.5rem}.pp-overview{font-size:.95rem}.pp-highlight{padding:.75rem 1rem;font-size:.9rem}}.os{min-height:100vh;padding-bottom:4rem}.os-nav{max-width:1200px;margin:0 auto;padding:2rem 3rem}.os-back{font-family:var(--font-accent);color:var(--cream);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.85rem;transition:all .3s;display:inline-flex}.os-back:hover{border-color:var(--burgundy-light);color:var(--burgundy-light)}.os-hero{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 3rem 4rem}.os-hero-logo{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.os-logo-label{font-family:var(--font-name);background:linear-gradient(135deg, var(--burgundy-light), var(--orange-warm));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;padding-bottom:1.5rem;font-size:2.5rem;font-weight:700}.os-logo-img{object-fit:contain;width:320px;height:320px}.os-hero-title{font-family:var(--font-display);letter-spacing:-.03em;max-width:800px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.2}.os-hero-name{font-family:var(--font-name);background:linear-gradient(135deg, var(--burgundy-light), var(--orange-warm));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.os-hero-dash{color:var(--text-dim);margin:0 .3rem}.os-hero-sub{color:var(--text-dim);max-width:650px;margin:0 auto 1.5rem;font-size:1.15rem;line-height:1.7}.os-hero-tags{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.os-tag{font-family:var(--font-accent);border:1px solid var(--border);color:var(--text-dim);border-radius:100px;padding:.35rem .9rem;font-size:.75rem}.os-demo-video{flex-direction:column;align-items:center;gap:0;margin-top:2rem;display:flex;overflow:visible}.os-iphone-wrap{justify-content:center;transition:transform .5s;display:flex;position:relative}.os-iphone-wrap:hover{transform:scale(1.02)}.os-iphone-landscape{margin:-203px 0;transform:rotate(90deg)}.os-iphone-landscape:hover{transform:rotate(90deg)scale(1.02)}.os-controls{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0009;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.5rem;width:100%;max-width:500px;margin-top:1rem;padding:.5rem 1rem;display:flex}.os-ctrl-btn{width:26px;height:26px;color:var(--cream);cursor:pointer;background:#8c383926;border:1px solid #8c38394d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.os-ctrl-btn:hover{border-color:var(--burgundy-light);background:#8c38394d}.os-ctrl-time{font-family:var(--font-accent);color:var(--text-dim);text-align:center;flex-shrink:0;min-width:2.5rem;font-size:.7rem}.os-ctrl-track{cursor:pointer;flex:1;align-items:center;height:28px;display:flex;position:relative}.os-ctrl-track-bg{background:#fbf5ea1a;border-radius:2px;width:100%;height:3px;position:absolute}.os-ctrl-track-fill{background:linear-gradient(90deg, var(--burgundy), var(--burgundy-light));border-radius:2px;height:3px;transition:width .1s linear;position:absolute}.os-ctrl-thumb{background:var(--cream);border-radius:50%;width:10px;height:10px;transition:left .1s linear,transform .15s;position:absolute;transform:translate(-50%);box-shadow:0 0 6px #8c383966}.os-ctrl-track:hover .os-ctrl-thumb{transform:translate(-50%)scale(1.3)}.os-ctrl-track:hover .os-ctrl-track-fill,.os-ctrl-track:hover .os-ctrl-track-bg{height:5px}.os-video-caption{font-family:var(--font-accent);color:var(--text-dim);margin-top:1rem;font-size:.75rem;font-style:italic}.os-tag--ongoing{color:var(--burgundy-light);background:#8c38391a;border-color:#8c383966}.os-stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 3rem 4rem;display:grid}.os-stat{text-align:center;border:1px solid var(--border-light);background:#8c38390a;border-radius:1rem;padding:2rem 1.25rem;transition:border-color .3s}.os-stat:hover{border-color:#8c383940}.os-stat-val{font-family:var(--font-display);letter-spacing:-.03em;background:linear-gradient(135deg, var(--cream), var(--burgundy-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.4rem;font-size:2rem;font-weight:700;display:block}.os-stat-label{font-family:var(--font-body);color:var(--cream);margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.os-stat-sub{font-family:var(--font-accent);color:var(--text-dim);font-size:.7rem;line-height:1.4}.os-section{border-top:1px solid var(--border-light);max-width:1200px;margin:0 auto;padding:3rem}.os-section-title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.os-award-banner{background:linear-gradient(135deg,#8c38391f,#8c38390a);border:1px solid #8c383933;border-radius:1rem;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex}.os-award-icon{flex-shrink:0;font-size:2.5rem;line-height:1}.os-award-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700}.os-award-desc{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.os-award-link{color:#c47070;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-block}.os-award-link:hover{color:#e09090}@media (width<=600px){.os-award-banner{flex-direction:column;gap:1rem;padding:1.5rem}}.os-sub-title{font-family:var(--font-display);margin-top:2.5rem;margin-bottom:1.25rem;font-size:1.3rem;font-weight:600}.os-lead{font-family:var(--font-display);letter-spacing:-.02em;color:var(--cream);margin-bottom:1.5rem;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:600}.os-story{max-width:750px}.os-story p,.os-story-p{color:var(--text-dim);margin-bottom:1.25rem;font-size:1rem;line-height:1.8}.os-quote{font-family:var(--font-display);color:var(--cream);border-left:3px solid var(--burgundy);max-width:700px;margin:2rem 0;padding:1.25rem 0 1.25rem 1.75rem;font-size:clamp(1.2rem,2.5vw,1.6rem);font-style:italic;font-weight:600;line-height:1.5}.os-quote--accent{border-left-color:var(--burgundy-light);color:var(--burgundy-light)}.os-quote--large{border-left-width:4px;font-size:clamp(1.4rem,3vw,2rem)}.os-regions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.os-region{font-family:var(--font-body);color:var(--cream);border:1px solid var(--border);background:#fbf5ea08;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-flex}.os-region-neq{color:var(--burgundy-light);margin-left:.25rem;font-size:1.2rem;font-weight:700}.os-data-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.os-data-stat{border:1px solid var(--border-light);background:#8c38390a;border-radius:1rem;padding:1.75rem;position:relative;overflow:hidden}.os-data-val{font-family:var(--font-display);letter-spacing:-.04em;background:linear-gradient(135deg, var(--cream), var(--burgundy-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:block}.os-data-label{color:var(--cream);margin-bottom:.4rem;font-size:.9rem;line-height:1.5}.os-data-sub{font-family:var(--font-accent);color:var(--text-dim);margin-bottom:.75rem;font-size:.72rem;line-height:1.4}.os-data-tag{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:.1em;color:var(--burgundy-light);border:1px solid #8c38394d;border-radius:100px;padding:.2rem .6rem;font-size:.65rem}.os-partners{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.os-partner{border:1px solid var(--border-light);border-radius:.75rem;flex-direction:column;gap:.3rem;padding:1.25rem;transition:border-color .3s;display:flex}.os-partner:hover{border-color:#8c38394d}.os-partner-name{font-family:var(--font-body);color:var(--cream);font-size:.95rem;font-weight:600}.os-partner-desc{font-family:var(--font-accent);color:var(--text-dim);font-size:.78rem}.os-features{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem;display:grid}.os-feature{border:1px solid var(--border-light);border-radius:1rem;padding:1.5rem;transition:all .3s}.os-feature:hover{background:#8c38390a;border-color:#8c38394d}.os-feature-num{font-family:var(--font-accent);color:var(--burgundy-light);margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.os-feature-title{font-family:var(--font-body);margin-bottom:.4rem;font-size:1rem;font-weight:600}.os-feature-desc{font-family:var(--font-accent);color:var(--text-dim);font-size:.82rem;line-height:1.5}.os-timeline{margin-top:2rem;padding-left:2.5rem;position:relative}.os-timeline:before{content:"";background:linear-gradient(180deg, var(--burgundy), var(--burgundy-light), transparent);width:2px;position:absolute;top:0;bottom:0;left:.45rem}.os-tl-item{padding-bottom:2.5rem;position:relative}.os-tl-dot{background:var(--burgundy);border:2px solid var(--burgundy-light);z-index:1;border-radius:50%;width:12px;height:12px;position:absolute;top:.35rem;left:-2.5rem}.os-tl-period{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:.1em;color:var(--burgundy-light);margin-bottom:.3rem;font-size:.7rem;display:block}.os-tl-title{font-family:var(--font-body);margin-bottom:.3rem;font-size:1.05rem;font-weight:600}.os-tl-desc{font-family:var(--font-accent);color:var(--text-dim);max-width:550px;font-size:.85rem;line-height:1.6}.os-faqs{max-width:750px}.os-faq-item{border-bottom:1px solid var(--border-light);cursor:pointer;transition:background .2s}.os-faq-item:hover{background:#8c383908}.os-faq-q{font-family:var(--font-body);color:var(--cream);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:1rem;font-weight:500;display:flex}.os-faq-icon{color:var(--burgundy-light);flex-shrink:0;font-size:1.5rem;display:inline-block}.os-faq-a{overflow:hidden}.os-faq-a p{font-family:var(--font-accent);color:var(--text-dim);padding-bottom:1.25rem;font-size:.9rem;line-height:1.7}.os-team{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.os-member{text-align:center;border:1px solid var(--border-light);border-radius:1rem;padding:2rem 1.25rem;transition:border-color .3s}.os-member:hover{border-color:#8c38394d}.os-member--link{cursor:pointer}.os-member-a{color:inherit;flex-direction:column;align-items:center;text-decoration:none;display:flex}.os-member-avatar{background:linear-gradient(135deg, var(--burgundy), var(--burgundy-dark));width:56px;height:56px;font-family:var(--font-display);color:var(--cream);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1rem;font-weight:700;display:flex}.os-member-name{font-family:var(--font-body);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.os-member-role{font-family:var(--font-accent);color:var(--burgundy-light);margin-bottom:.75rem;font-size:.75rem;display:block}.os-member-desc{font-family:var(--font-accent);color:var(--text-dim);font-size:.72rem;line-height:1.5}@media (width<=768px){.os-nav{padding:1.5rem}.os-hero{padding:1.5rem 1.5rem 3rem}.os-section{padding:2rem 1.5rem}.os-stats{grid-template-columns:repeat(2,1fr);padding:0 1.5rem 3rem}.os-data-stats,.os-partners,.os-features{grid-template-columns:1fr}.os-team{grid-template-columns:repeat(2,1fr)}.os-hero-title{font-size:1.5rem}.os-quote{font-size:1.1rem}}@media (width<=480px){.os-stats,.os-team{grid-template-columns:1fr}.os-stat-val{font-size:1.6rem}.os-data-val{font-size:2rem}.os-hero-title{font-size:1.3rem}.os-lead{font-size:1.15rem}.os-regions{flex-direction:column;align-items:flex-start}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@font-face{font-family:Tan Grandeur;src:url(/fonts/TAN%20Grandeur/TANGRANDEUR.otf)format("opentype"),url(/fonts/TAN%20Grandeur/TANGRANDEUR.ttf)format("truetype");font-weight:400 700;font-style:normal;font-display:swap}:root{--cream:#fbf5ea;--burgundy:#8c3839;--burgundy-dark:#6b2a2b;--burgundy-deep:#3d1a1b;--burgundy-light:#b85456;--orange-warm:#c45a2d;--orange-glow:#e8734a;--bg-dark:#0e0b0b;--bg-card:#1a1414;--bg-card-hover:#221a1a;--border:#8c383926;--border-light:#fbf5ea14;--text-primary:#fbf5ea;--text-dim:#fbf5ea80;--text-muted:#fbf5ea4d;--font-display:"Syne", sans-serif;--font-name:"Tan Grandeur", "Playfair Display", serif;--font-body:"Space Grotesk", sans-serif;--font-accent:"Inter", sans-serif;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-out-quart:cubic-bezier(.25, 1, .5, 1)}.name-styled{font-family:var(--font-display);font-weight:800}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:none;font-size:16px}html::-webkit-scrollbar{display:none}body{font-family:var(--font-body);background:var(--bg-dark);color:var(--text-primary);cursor:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;cursor:none;text-decoration:none}button{cursor:none;color:inherit;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}ul{list-style:none}::selection{background:var(--burgundy);color:var(--cream)}.hero-player-wrap{z-index:3;transform-origin:0 0;width:100%;max-width:1400px;margin:0 auto -3rem;position:relative;transform:scale(.65)}.cursor{background:var(--cream);pointer-events:none;z-index:10000;width:8px;height:8px;transition:width .3s var(--ease-out-expo), height .3s var(--ease-out-expo), background .3s ease;mix-blend-mode:difference;border-radius:50%;position:fixed;transform:translate(-50%,-50%)}.cursor-follower{pointer-events:none;z-index:9999;width:40px;height:40px;transition:width .4s var(--ease-out-expo), height .4s var(--ease-out-expo), border-color .3s ease;border:1px solid #fbf5ea4d;border-radius:50%;position:fixed;transform:translate(-50%,-50%)}body.cursor-hover .cursor{background:var(--burgundy);mix-blend-mode:normal;opacity:.25;width:60px;height:60px}body.cursor-hover .cursor-follower{border-color:var(--burgundy-light);width:80px;height:80px}.noise-overlay{pointer-events:none;z-index:9998;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='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:fixed;inset:0}.scroll-progress{background:linear-gradient(90deg, var(--burgundy), var(--orange-warm), var(--burgundy-light));z-index:9999;width:0%;height:2px;position:fixed;top:0;left:0}#bg-canvas{z-index:-1;opacity:.5;width:100%;height:100%;position:fixed;inset:0}@media (width<=768px){.cursor,.cursor-follower{display:none}body,a,button{cursor:auto}a,button{cursor:pointer}#bg-canvas{opacity:.25}.noise-overlay{opacity:.015}}@media (width<=480px){.hero-player-wrap{margin-bottom:-4rem;transform:scale(.5)}}
