@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Inter:wght@400;500;600&display=swap";.corporate-hero{background-color:var(--c-dark);align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.corporate-hero-bg{z-index:1;position:absolute;inset:-15vh 0}.corporate-hero-bg .hero-video-bg{object-fit:cover;filter:grayscale(25%)contrast(1.1);pointer-events:none;width:100%;height:100%}.hero-particle-canvas{z-index:3;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.corporate-hero-overlay{z-index:2;background:linear-gradient(90deg,#f4f3f0f2 0%,#f4f3f0b3 55%,#f4f3f026 100%),linear-gradient(#0000 60%,#f4f3f066 100%);position:absolute;inset:0}.hero-lines{z-index:4;pointer-events:none;position:absolute;inset:0}.hero-line{transform-origin:0;background:#dc26264d;position:absolute}.hero-line-1{width:45vw;height:1px;top:30%;left:0}.hero-line-2{background:#dc262699;width:100px;height:1px;top:30%;left:45vw}.hero-line-3{transform-origin:100%;width:25vw;height:1px;bottom:15%;right:0}.hero-corner{z-index:4;pointer-events:none;opacity:.4;width:40px;height:40px;position:absolute}.hero-corner-tl{border-top:1.5px solid #dc2626b3;border-left:1.5px solid #dc2626b3;animation:3s ease-in-out infinite cornerPulse;top:80px;left:40px}.hero-corner-br{border-bottom:1.5px solid #dc2626b3;border-right:1.5px solid #dc2626b3;animation:3s ease-in-out 1.5s infinite cornerPulse;bottom:40px;right:40px}@keyframes cornerPulse{0%,to{opacity:.4}50%{opacity:.9}}.corporate-hero-inner{z-index:10;justify-content:space-between;align-items:flex-end;width:100%;padding-bottom:8vh;display:flex;position:relative}.corporate-hero-content{max-width:860px}.corporate-title{color:var(--c-dark);letter-spacing:-.04em;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(3.5rem,6.5vw,7rem);font-weight:900;line-height:1}.title-line-wrap{line-height:.95;display:block;overflow:hidden}.title-line{will-change:transform;line-height:.95;display:block}.title-line-wrap.accent-text .title-line{color:var(--c-accent)}.corporate-sub{color:#57534e;max-width:540px;margin-bottom:3.5rem;font-size:1.1rem;line-height:1.8}.corporate-actions{align-items:center;gap:1.25rem;display:flex}.hero-scroll-hint{color:#0006;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.hero-scroll-arrow{font-size:1.2rem;display:block}.hero-scroll-label{font-family:var(--f-heading);letter-spacing:.25em;writing-mode:vertical-rl;font-size:.65rem;font-weight:700}@media (width<=992px){.corporate-hero-inner{flex-direction:column;align-items:flex-start;gap:3rem;padding-bottom:6vh}.hero-scroll-hint{display:none}.corporate-title{margin-bottom:1rem;font-size:clamp(2.3rem,8vw,4rem)}.corporate-overlay{background:#f4f3f0d9}.corporate-actions{flex-direction:column;align-items:flex-start;width:100%}.btn-premium,.btn-outline{justify-content:center;width:100%}}.stats-section{background-color:var(--c-light);padding:0;position:relative;overflow:hidden}.stats-section:before{content:"";pointer-events:none;background-image:linear-gradient(#00000009 1px,#0000 1px),linear-gradient(90deg,#00000009 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.stats-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:0;padding:8vh 0;display:grid;position:relative}.stat-card{text-align:center;border-right:1px solid #00000012;flex-direction:column;align-items:center;padding:4vh 4vw;display:flex;position:relative}.stat-card:before{content:"";background:var(--c-accent);width:40px;height:2px;transition:transform .6s var(--ease-expo);position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.stat-card:hover:before{transform:translate(-50%)scaleX(1)}.stat-card:last-child{border-right:none}.stat-number{font-family:var(--f-heading);color:var(--c-dark);letter-spacing:-.05em;align-items:baseline;margin-bottom:.75rem;font-size:clamp(3.5rem,5.5vw,5.5rem);font-weight:900;line-height:1;display:flex}.stat-suffix{color:var(--c-accent);margin-left:2px;font-size:clamp(1.5rem,2.5vw,2.5rem);font-weight:900}.stat-label{font-family:var(--f-body);color:#64748b;text-transform:uppercase;letter-spacing:.2em;font-size:.78rem;font-weight:600}@media (width<=992px){.stats-grid{border:none;grid-template-columns:1fr 1fr;padding:0}.stat-card{border-bottom:1px solid #00000012;border-right:none;padding:5vh 2vw}.stat-card:nth-child(odd){border-right:1px solid #00000012}.stat-card:last-child,.stat-card:nth-last-child(2){border-bottom:none}.stat-number{font-size:clamp(2.3rem,6vw,4rem)}.stat-suffix{font-size:clamp(1.2rem,3vw,2rem)}}.expertise-section{background-color:var(--c-white);padding:12vh 0;position:relative;overflow:hidden}.expertise-section:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 40%,#f1f5f980 100%);width:50%;height:100%;position:absolute;top:0;right:0}.expertise-wrapper{flex-direction:column;gap:5vw;max-width:1600px;margin:0 auto;padding:0 5vw;display:flex;position:relative}@media (width>=1024px){.expertise-wrapper{flex-direction:row;align-items:center}}.expertise-left{z-index:1;width:100%;position:relative}@media (width>=1024px){.expertise-left{width:45%;height:750px}}.expertise-hero-img{object-fit:cover;width:100%;height:500px}@media (width>=1024px){.expertise-hero-img{height:100%}}.expertise-floating-label{background:var(--c-accent);z-index:10;justify-content:center;align-items:center;padding:2.5rem 1.75rem;display:flex;position:absolute;bottom:-1rem;right:-2rem}@media (width<=1024px){.expertise-floating-label{bottom:0;right:0}}.expertise-year{color:var(--c-white);font-family:var(--f-heading);letter-spacing:.3em;writing-mode:vertical-rl;text-transform:uppercase;font-size:1.1rem;font-weight:900;transform:rotate(180deg)}.expertise-right{z-index:10;width:100%;padding-top:3rem;position:relative}@media (width>=1024px){.expertise-right{width:55%;padding-top:0;padding-left:5vw}}.expertise-header{margin-bottom:3rem}.expertise-lead{color:#475569;max-width:85%;margin-top:1.5rem;font-size:1.2rem;line-height:1.75}.expertise-grid{grid-template-columns:1fr;gap:0;display:grid}@media (width>=768px){.expertise-grid{grid-template-columns:1fr 1fr}}.expertise-item{border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:2rem;transition:background .3s;position:relative}.expertise-item:hover{background:var(--c-light)}.expertise-item:nth-child(2n){border-right:none}.expertise-item:last-child,.expertise-item:nth-last-child(2){border-bottom:none}.expertise-item:before{content:"";background:var(--c-accent);width:3px;height:0;transition:height .4s var(--ease-expo);position:absolute;top:0;left:0}.expertise-item:hover:before{height:100%}.expertise-icon-wrap{background-color:var(--c-dark);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.expertise-icon{color:var(--c-white)}.expertise-item-title{color:var(--c-dark);letter-spacing:.02em;text-transform:uppercase;margin-bottom:.5rem;font-size:1rem;font-weight:700}.expertise-item-desc{color:#64748b;font-size:.9rem;line-height:1.65}.expertise-actions{border-top:1px solid #e2e8f0;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}@media (width<=600px){.expertise-actions{flex-direction:column}.expertise-actions .btn-premium,.expertise-actions .btn-outline{justify-content:center;width:100%}.expertise-floating-label{right:0}.expertise-item{padding:1.5rem 1rem}.expertise-lead{max-width:100%;font-size:1.05rem}}.projects-scroll-section{background-color:var(--c-light);position:relative}.sticky-container{flex-direction:column;justify-content:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.sticky-container:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#00000009 1px,#0000 1px),linear-gradient(90deg,#00000009 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.projects-header-brutal{z-index:10;pointer-events:none;position:absolute;top:10vh;left:0;right:0}.projects-header-brutal .brutal-heading{color:var(--c-dark);letter-spacing:-.04em;margin-bottom:0;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1}.projects-header-brutal .brutal-heading.outline{-webkit-text-stroke:2px #000000d9;color:#0000}.horizontal-track{will-change:transform;z-index:2;align-items:stretch;gap:2vw;width:max-content;padding-top:20vh;padding-left:8vw;padding-right:4vw;display:flex;position:relative}.project-brutal-card{background-color:var(--c-white);border:none;flex-direction:column;flex-shrink:0;width:36vw;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px -15px #0000001a}.project-brutal-card:before{content:"";background:var(--c-accent);transform-origin:0;height:2px;transition:transform .5s var(--ease-expo);z-index:3;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.project-brutal-card:hover:before{transform:scaleX(1)}.project-brutal-img{width:100%;height:48vh;position:relative;overflow:hidden}.img-parallax-wrapper{width:130%;height:100%;transform:translate(-15%)}.img-parallax-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-expo), filter .8s ease;filter:grayscale(15%)contrast(1.05)}.project-brutal-card:hover .img-parallax-wrapper img{filter:grayscale(0%)contrast(1.1);transform:scale(1.06)}.card-number{font-family:var(--f-heading);letter-spacing:.2em;color:#ffffffe6;text-shadow:0 2px 10px #000c;z-index:2;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1.25rem}.project-brutal-meta{background:var(--c-white);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.project-brutal-meta h3{color:var(--c-dark);letter-spacing:-.02em;margin:0;font-size:clamp(1rem,1.6vw,1.6rem);font-weight:800}.project-brutal-meta span{font-family:var(--f-body);color:var(--c-accent);text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;background:#dc26261a;border:1px solid #dc26264d;padding:.3rem .85rem;font-size:.72rem;font-weight:700}.end-card{background:0 0;flex-direction:column;flex-shrink:0;justify-content:center;width:28vw;padding:3rem 2vw 3rem 3vw;display:flex}.end-heading{color:var(--c-dark);letter-spacing:-.04em;margin-bottom:2.5rem;font-size:clamp(2.5rem,4vw,5rem);font-weight:900;line-height:1}.outline-text{-webkit-text-stroke:1.5px #000000d9;color:#0000;letter-spacing:.01em;margin-top:.2rem;display:block}@media (width<=992px){.outline-text{-webkit-text-stroke:1px #000000d9;letter-spacing:.04em;margin-top:.3rem}}.end-card-actions{flex-direction:column;gap:1rem;display:flex}.btn-end-primary{background-color:var(--c-accent);color:var(--c-white);font-family:var(--f-heading);letter-spacing:.12em;border:2px solid var(--c-accent);text-transform:uppercase;cursor:pointer;z-index:1;justify-content:center;align-items:center;gap:.75rem;padding:1.1rem 2rem;font-size:.82rem;font-weight:700;transition:box-shadow .35s;display:inline-flex;position:relative;overflow:hidden}.btn-end-primary:before{content:"";transform-origin:100%;transition:transform .45s var(--ease-expo);z-index:-1;background:#b91c1c;position:absolute;inset:0;transform:scaleX(0)}.btn-end-primary:hover:before{transform-origin:0;transform:scaleX(1)}.btn-end-primary:hover{box-shadow:0 15px 30px -8px #dc262680}.btn-end-primary svg{transition:transform .3s var(--ease-expo)}.btn-end-primary:hover svg{transform:translate(4px)}.btn-end-outline{color:var(--c-dark);font-family:var(--f-heading);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;z-index:1;background:0 0;border:2px solid #0003;justify-content:center;align-items:center;padding:1.1rem 2rem;font-size:.82rem;font-weight:700;transition:border-color .35s,color .35s,background-color .35s;display:inline-flex;position:relative;overflow:hidden}.btn-end-outline:before{content:"";transform-origin:100%;transition:transform .45s var(--ease-expo);z-index:-1;background:#0000000d;position:absolute;inset:0;transform:scaleX(0)}.btn-end-outline:hover:before{transform-origin:0;transform:scaleX(1)}.btn-end-outline:hover{border-color:#000c}@media (width<=992px){.project-brutal-card{width:85vw}.horizontal-track{gap:5vw;padding-top:22vh;padding-left:5vw}.project-brutal-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.project-brutal-img{height:40vh}.end-card{width:85vw;padding:3rem 5vw}.end-heading{font-size:clamp(2rem,8vw,4rem)}}.cta-section-premium{text-align:center;background-color:var(--c-light);padding:16vh 0;position:relative;overflow:hidden}.cta-parallax-bg{z-index:1;background-image:url(https://images.unsplash.com/photo-1541888081600-410a8c201886?auto=format&fit=crop&q=80&w=1920);background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.cta-parallax-bg:after{content:"";background:#f4f3f0f0;position:absolute;inset:0}.relative{z-index:5;position:relative}.cta-section-premium .cta-bg-text{font-family:var(--f-heading);color:#0000;-webkit-text-stroke:1px #0000000d;white-space:nowrap;pointer-events:none;z-index:2;letter-spacing:-.05em;font-size:clamp(8rem,18vw,20rem);font-weight:900;position:absolute;bottom:-2rem;left:50%;transform:translate(-50%)}.cta-content-premium{z-index:5;max-width:820px;margin:0 auto;position:relative}.cta-content-premium .section-label{justify-content:center;margin-bottom:2rem}.cta-content-premium h2{letter-spacing:-.04em;color:var(--c-dark);margin-bottom:1.5rem;font-size:clamp(2.8rem,5.5vw,5rem);font-weight:900;line-height:1.05}.cta-content-premium p{color:#57534e;max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.2rem;font-weight:400;line-height:1.75}.cta-actions-premium{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.btn-cta-primary{background-color:var(--c-accent);color:var(--c-white);font-family:var(--f-heading);letter-spacing:.12em;border:2px solid var(--c-accent);text-transform:uppercase;cursor:pointer;z-index:1;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-size:.88rem;font-weight:700;transition:box-shadow .35s,color .35s;display:inline-flex;position:relative;overflow:hidden}.btn-cta-primary:before{content:"";transform-origin:100%;transition:transform .45s var(--ease-expo);z-index:-1;background:#b91c1c;position:absolute;inset:0;transform:scaleX(0)}.btn-cta-primary:hover:before{transform-origin:0;transform:scaleX(1)}.btn-cta-primary:hover{box-shadow:0 20px 40px -10px #dc262680}.btn-cta-primary .btn-icon{transition:transform .3s var(--ease-expo)}.btn-cta-primary:hover .btn-icon{transform:translate(5px)}.btn-cta-secondary{color:var(--c-dark);font-family:var(--f-heading);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;z-index:1;background-color:#0000;border:2px solid #00000026;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-size:.88rem;font-weight:700;transition:color .35s,border-color .35s;display:inline-flex;position:relative;overflow:hidden}.btn-cta-secondary:before{content:"";transform-origin:100%;transition:transform .45s var(--ease-expo);z-index:-1;background:#0000000f;position:absolute;inset:0;transform:scaleX(0)}.btn-cta-secondary:hover:before{transform-origin:0;transform:scaleX(1)}.btn-cta-secondary:hover{border-color:#0006}@media (width<=768px){.cta-section-premium{padding:12vh 0}.cta-content-premium h2{font-size:2.5rem}.cta-actions-premium{flex-direction:column;align-items:center}.btn-cta-primary,.btn-cta-secondary{justify-content:center;width:100%}}.sv-outer-wrap{position:relative}.sv-sticky{height:100dvh;position:sticky;top:0;overflow:hidden}.sv-section{visibility:hidden;width:100%;height:100%;position:absolute;top:0;left:0}.sv-outer,.sv-inner{width:100%;height:100%;overflow:hidden}.sv-bg{background-position:50%;background-size:cover;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.sv-overlay{background:linear-gradient(90deg,#050816f0 0%,#050816a6 55%,#05081640 100%),linear-gradient(#0508164d 0%,#0000 40%,#05081680 100%);position:absolute;inset:0}.sv-content{z-index:2;align-items:center;gap:4rem;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:8vh 2rem 6vh;display:flex;position:relative}.sv-col-title{flex-direction:column;flex:0 0 52%;justify-content:center;display:flex}.sv-col-meta{flex:1;align-items:center;display:flex}.sv-num{font-family:var(--f-heading,"Barlow Condensed", sans-serif);letter-spacing:.35em;color:#ffffff4d;align-items:center;gap:.85rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:flex}.sv-num:before{content:"";background:#ffffff40;width:36px;height:1px;display:block}.sv-title{font-family:var(--f-heading,"Barlow Condensed", sans-serif);letter-spacing:-.035em;color:#fff;text-transform:uppercase;white-space:nowrap;margin:0;font-size:clamp(2.8rem,5vw,6.5rem);font-weight:900;line-height:.9}.sv-title-line{display:block;overflow:hidden}.sv-char{will-change:transform, opacity;display:inline-block}.sv-chars-wrap{vertical-align:bottom;display:inline-block;overflow:hidden}.sv-meta{will-change:transform, opacity;flex-direction:column;gap:1.1rem;display:flex}.sv-meta-top{align-items:center;gap:.85rem;display:flex}.sv-meta-line{background:#dc2626;flex-shrink:0;width:30px;height:1.5px;display:block}.sv-subtitle{font-family:var(--f-heading,"Barlow Condensed", sans-serif);letter-spacing:.25em;text-transform:uppercase;color:#dc2626;margin:0;font-size:.72rem;font-weight:700}.sv-desc{color:#ffffffa6;max-width:520px;margin:0;font-size:.95rem;line-height:1.65}.sv-features{flex-wrap:wrap;gap:.5rem 1.5rem;margin:0;padding:0;list-style:none;display:flex}.sv-feature{font-family:var(--f-heading,"Barlow Condensed", sans-serif);letter-spacing:.05em;color:#ffffff8c;will-change:transform, opacity;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.sv-feature svg{color:#dc2626;flex-shrink:0}.sv-cta{font-family:var(--f-heading,"Barlow Condensed", sans-serif);letter-spacing:.2em;text-transform:uppercase;color:#fff;border:1.5px solid #ffffff4d;align-items:center;gap:.65rem;width:fit-content;margin-top:.5rem;padding:.85rem 2rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:border-color .3s;display:inline-flex;position:relative;overflow:hidden}.sv-cta:before{content:"";transform-origin:100%;z-index:-1;background:#dc2626;transition:transform .45s cubic-bezier(.76,0,.24,1);position:absolute;inset:0;transform:scaleX(0)}.sv-cta:hover{border-color:#dc2626}.sv-cta:hover:before{transform-origin:0;transform:scaleX(1)}.sv-nav{z-index:10;flex-direction:column;gap:.85rem;display:flex;position:absolute;top:50%;right:2.5rem;transform:translateY(-50%)}.sv-dot{cursor:pointer;background:#ffffff40;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,transform .3s}.sv-dot.active{background:#dc2626;transform:scale(1.4)}.sv-dot:hover{background:#ffffffb3}.sv-hint{z-index:10;flex-direction:column;align-items:center;gap:.3rem;animation:2s ease-in-out infinite svHintBounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes svHintBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.sv-hint-arrow{color:#fff6;font-size:1.1rem}.sv-hint-text{font-family:var(--f-heading,"Barlow Condensed", sans-serif);letter-spacing:.3em;color:#ffffff40;text-transform:uppercase;writing-mode:horizontal-tb;font-size:.58rem;font-weight:700}.sv-index-label{transform-origin:50%;font-family:var(--f-heading,"Barlow Condensed", sans-serif);letter-spacing:.4em;color:#ffffff1f;text-transform:uppercase;z-index:10;pointer-events:none;font-size:.6rem;font-weight:700;position:absolute;top:50%;right:5rem;transform:translateY(-50%)rotate(90deg)}@media (width<=992px){.sv-sticky{height:100%;position:relative;top:auto}}@media (width<=1024px){.sv-content{gap:2rem;padding-left:2rem;padding-right:4rem}.sv-title{font-size:clamp(3rem,6vw,5rem)}}@media (width<=900px){.sv-content{flex-direction:column;justify-content:center;gap:1.5rem;padding-top:10dvh;padding-right:3.5rem}.sv-col-title{flex:none;justify-content:flex-end}.sv-col-meta{align-items:flex-start}.sv-title{white-space:normal;font-size:clamp(2.4rem,9vw,4rem);line-height:1.1}.sv-num{margin-bottom:.5rem;font-size:.65rem}}@media (width<=600px){.sv-content{gap:1rem;padding-top:12dvh;padding-left:1.5rem;padding-right:2.5rem}.sv-nav{gap:.75rem;right:.8rem}.sv-dot{width:6px;height:6px}.sv-dot.active{transform:scale(1.5)}.sv-index-label{display:none}.sv-desc{max-width:100%;margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.sv-features{gap:.4rem 1rem}.sv-feature{font-size:.72rem}.sv-cta{margin-top:.25rem;padding:.75rem 1.5rem;font-size:.75rem}.sv-meta{gap:.85rem}.sv-hint{bottom:1rem}.sv-hint-text{letter-spacing:.2em;font-size:.5rem}.sv-title{font-size:clamp(1.9rem,11vw,3rem)}.sv-mobile-controls{z-index:20;pointer-events:none;justify-content:space-between;width:100%;padding:0 1.5rem 1.5rem;display:flex;position:absolute;bottom:0;left:0}.sv-mobile-btn{pointer-events:auto;-webkit-backdrop-filter:blur(8px);width:48px;height:48px;color:var(--c-white);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:background .3s,transform .2s;display:flex}.sv-mobile-btn:active{background:var(--c-accent);transform:scale(.95)}.sv-mobile-btn svg{width:20px;height:20px}}.about-v2-container{background-color:var(--c-light);color:var(--c-dark);position:relative;overflow:hidden}.about-v2-intro{flex-direction:column;justify-content:center;min-height:100dvh;padding:12rem 5vw 5rem;display:flex}.intro-text{flex-direction:column;width:100%;display:flex}.scrub-line{font-family:var(--f-heading);text-transform:uppercase;white-space:nowrap;will-change:transform;font-size:clamp(3.5rem,9vw,9rem);font-weight:900;line-height:.9}.line-1{color:#0000;-webkit-text-stroke:2px #00000026;align-self:flex-end}.line-2{color:var(--c-dark);align-self:flex-start}.line-3{color:var(--c-accent);align-self:center}.intro-desc{color:#57534e;align-self:flex-end;max-width:600px;margin-top:4rem;font-size:1.25rem;line-height:1.6}.about-v2-pinwrap{background:var(--c-light);align-items:center;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.about-v2-gallery{will-change:transform;gap:2.5rem;width:max-content;padding:0 5vw;display:flex}.about-card{border:1px solid #0000001a;flex-direction:column;width:450px;height:550px;padding:3rem;display:flex;box-shadow:0 20px 40px #0000000d}.black-card{background:var(--c-dark);text-align:center;justify-content:center;align-items:center}.black-card .card-num{color:var(--c-white);font-size:8rem;line-height:1;font-family:var(--f-heading);font-weight:900}.black-card .card-title{color:var(--c-accent);text-transform:uppercase;letter-spacing:.05em;font-size:2rem;font-family:var(--f-heading);margin-top:1rem;font-weight:800}.red-card{background:var(--c-accent);color:var(--c-white);justify-content:space-between}.red-card .card-num{font-size:1.25rem;font-family:var(--f-heading);opacity:.8;font-weight:800}.red-card .card-title{font-size:3rem;font-family:var(--f-heading);text-transform:uppercase;margin:auto 0;font-weight:900;line-height:1}.red-card .card-desc{opacity:.9;font-size:1.05rem;font-weight:500;line-height:1.5}.dark-card{color:var(--c-dark);background:#e2e8f0;justify-content:space-between}.dark-card .card-num{font-size:1.25rem;font-family:var(--f-heading);opacity:.4;font-weight:800}.dark-card .card-title{font-size:3rem;font-family:var(--f-heading);text-transform:uppercase;color:var(--c-dark);margin:auto 0;font-weight:900;line-height:1}.dark-card .card-desc{color:#57534e;font-size:1.05rem;line-height:1.5}.about-v2-finale{background:var(--c-light);justify-content:center;align-items:center;min-height:100dvh;padding:5rem 2rem;display:flex;position:relative;overflow:hidden}.finale-image-mask{clip-path:inset(25%);will-change:clip-path;width:100%;height:100%;position:absolute;top:0;left:0}.finale-img{object-fit:cover;filter:brightness(.35);will-change:transform;width:100%;height:100%}.finale-text{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:2.5rem;display:flex;position:relative}.finale-heading{font-family:var(--f-heading);color:var(--c-white);text-transform:uppercase;letter-spacing:-.02em;font-size:clamp(3.5rem,8vw,8rem);font-weight:900;line-height:.85}@media (width<=900px){.about-v2-intro{padding-top:8rem;padding-left:8vw;padding-right:8vw}.scrub-line{white-space:nowrap;text-align:left;align-self:flex-start;font-size:clamp(1.8rem,11vw,2.5rem)}.line-1{-webkit-text-stroke:1px #0003}.intro-desc{align-self:flex-start;margin-top:2.5rem;padding-right:5vw;font-size:1.05rem;line-height:1.5}.about-v2-pinwrap{height:auto;padding:2rem 5vw 5rem}.about-v2-gallery{flex-direction:column;gap:1.5rem;width:100%}.about-card{width:100%;height:auto;min-height:350px;padding:2.5rem 2rem}.black-card .card-num{font-size:6rem}.black-card .card-title{font-size:1.8rem}.red-card .card-title,.dark-card .card-title{font-size:2.2rem}.finale-image-mask{clip-path:inset(10%)}}.gp{background:var(--c-light);perspective:1200px;min-height:100vh;padding-bottom:10vh;position:relative;overflow:hidden}.gp-hero{background:var(--c-dark);flex-direction:column;justify-content:flex-end;height:60vh;min-height:400px;padding-bottom:8vh;display:flex;position:relative;overflow:hidden}.gp-hero-video{object-fit:cover;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.gp-hero-overlay{background:linear-gradient(to bottom, #1c19174d 0%, #1c1917d9 60%, var(--c-light) 100%);position:absolute;inset:0}.gp-hero-grid{opacity:.6;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-position:bottom;background-size:80px 80px;position:absolute;inset:0}.gp-ghost{font-family:var(--f-heading);color:#ffffff05;pointer-events:none;-webkit-user-select:none;user-select:none;mix-blend-mode:overlay;font-size:clamp(8rem,20vw,24rem);font-weight:900;line-height:.8;position:absolute;top:10vh;right:5%}.gp-hero-body{z-index:10;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.gp-label{font-family:var(--f-body);color:#fff9;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:12px;margin-bottom:2rem;font-size:.85rem;font-weight:700;display:flex}.gp-label-dash{background:var(--c-accent);width:30px;height:1px}.gp-headline{font-family:var(--f-heading);color:#fffc;text-transform:uppercase;flex-wrap:wrap;justify-content:center;gap:2vw;margin-bottom:3rem;font-size:clamp(3rem,7vw,7rem);font-weight:900;line-height:.9;display:flex}.gp-red{color:var(--c-accent);padding-left:20px}.gp-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;align-items:center;gap:3vw;padding:1.5rem 3rem;display:flex}.gp-stat{flex-direction:column;align-items:center;gap:4px;display:flex}.gp-stat-n{font-family:var(--f-heading);color:#fff;font-size:2rem;font-weight:800;line-height:1}.gp-stat-l{font-family:var(--f-body);color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:600}.gp-stat-sep{background:#ffffff1a;width:1px;height:30px}.gp-marquee{background:var(--c-light);white-space:nowrap;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;width:100%;padding:1rem 0;position:absolute;bottom:0;left:0;overflow:hidden}.gp-marquee-inner{animation:40s linear infinite scrollMarquee;display:inline-flex}.gp-marquee-inner span{font-family:var(--f-body);text-transform:uppercase;letter-spacing:.1em;color:#57534e;align-items:center;gap:4rem;margin-right:4rem;font-size:.75rem;font-weight:700;display:inline-flex}.gp-marquee-inner span b{color:var(--c-accent);opacity:.5}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.gp-switcher{z-index:20;flex-direction:column;align-items:center;padding:10vh 0 8vh;display:flex;position:relative}.gp-tabs{background:#00000008;padding:.5rem;display:flex}.gp-tab{cursor:pointer;font-family:var(--f-body);text-transform:uppercase;letter-spacing:.1em;color:#57534e;transition:all .4s var(--ease-expo);background:0 0;border:none;align-items:center;gap:12px;padding:1rem 2rem;font-size:.85rem;font-weight:700;display:flex}.gp-tab b{opacity:.5;font-weight:400;font-family:var(--f-heading)}.gp-tab--on{background:var(--c-dark);color:#fff;box-shadow:0 10px 20px #0000001a}.gp-tab--on b{opacity:1;color:var(--c-accent)}.gp-cat-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%;margin-top:4rem;margin-bottom:2rem;display:flex}.gp-cat-pill{color:#00000080;font-family:var(--f-body);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:100px;padding:.5rem 1.2rem;font-size:.8rem;font-weight:600;transition:all .3s}.gp-cat-pill:hover{color:var(--c-dark);border-color:#0000004d}.gp-cat-pill.active{background:var(--c-dark);color:#fff;border-color:var(--c-dark)}.gp-empty{text-align:center;color:#0006;font-family:var(--f-body);grid-column:1/-1;padding:4rem;font-size:1.1rem;font-style:italic}.gpb-container{padding-top:5rem;padding-bottom:10vh}.gpb-grid{grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;gap:15px;width:100%;display:grid}.gpb-video-grid{grid-template-columns:repeat(3,1fr)}.gpb-card{cursor:pointer;z-index:10;background:#e8e6df;height:350px;position:relative;overflow:hidden}.gpb-card:nth-child(3n+2){z-index:2}.gpb-card.gpb-large{grid-area:span 2/span 2;height:715px}.gpb-img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-expo);filter:brightness(.9)contrast(1.1)}.gpb-overlay{opacity:0;background:linear-gradient(#1c191700 50%,#1c1917e6 100%);flex-direction:column;justify-content:flex-end;padding:2rem;transition:opacity .5s;display:flex;position:absolute;inset:0}.gpb-info{transition:transform .6s var(--ease-expo);transform:translateY(20px)}.gpb-cat{font-family:var(--f-body);color:var(--c-accent);text-transform:uppercase;letter-spacing:.15em;margin-bottom:8px;font-size:.7rem;font-weight:700;display:block}.gpb-title{font-family:var(--f-heading);color:var(--c-white);font-size:1.5rem;font-weight:800;line-height:1.2}.gpb-accent-bar{background:var(--c-accent);width:0%;height:4px;transition:width .6s var(--ease-expo);position:absolute;bottom:0;left:0}.gpb-card:hover .gpb-img{filter:brightness()contrast(1.1);transform:scale(1.05)}.gpb-card:hover .gpb-overlay{opacity:1}.gpb-card:hover .gpb-info{transform:translateY(0)}.gpb-card:hover .gpb-accent-bar{width:100%}@media (width<=1200px){.gpb-grid{grid-template-columns:repeat(3,1fr)}.gpb-card.gpb-large{height:515px}.gpb-card{height:250px}.gpb-video-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.gpb-grid{grid-template-columns:1fr}.gpb-card.gpb-large{grid-area:span 1/span 1;height:350px}.gpb-card{height:350px}.gpb-video-grid{grid-template-columns:1fr}.gp-headline{font-size:3rem}.gp-stats{flex-direction:column;align-items:stretch;gap:1rem;padding:1.5rem}.gp-stat-sep{width:100%;height:1px}}.gpv-hero{cursor:pointer;width:100%;height:60vh;min-height:400px;margin-bottom:15px;position:relative;overflow:hidden}.gpv-hero img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.gpv-hero-over{background:#1c191766;transition:background .5s;position:absolute;inset:0}.gpv-hero:hover img{transform:scale(1.03)}.gpv-hero:hover .gpv-hero-over{background:#1c191799}.gpv-hero-info{z-index:10;padding-right:2rem;position:absolute;bottom:3rem;left:3rem}.gpv-cat{font-family:var(--f-body);color:#fff;background:var(--c-accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.gpv-hero-title{font-family:var(--f-heading);color:#fff;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.gpv-hero-sub{font-family:var(--f-body);color:#ffffffb3;font-size:.9rem}.gpv-hero-play{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gpv-ring{border:1px solid #ffffff4d;border-radius:50%;width:100px;height:100px;animation:3s infinite pulseRing;position:absolute}.gpv-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;padding-left:6px;transition:background .3s,transform .3s;display:flex}.gpv-hero:hover .gpv-btn{background:var(--c-accent);transform:scale(1.1)}.gpv-card{cursor:pointer;background:#e8e6df;flex-direction:column;gap:1rem;padding-bottom:1rem;display:flex}.gpv-thumb{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.gpv-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.gpv-over{background:#0003;transition:background .3s;position:absolute;inset:0}.gpv-small-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding-left:4px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gpv-small-ring{opacity:0;border:1px solid #fff3;border-radius:50%;width:70px;height:70px;transition:opacity .3s,transform .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gpv-card:hover .gpv-thumb img{transform:scale(1.05)}.gpv-card:hover .gpv-over{background:#0006}.gpv-card:hover .gpv-small-btn{background:var(--c-accent);transform:translate(-50%,-50%)scale(1.1);box-shadow:0 10px 20px #dc26264d}.gpv-card:hover .gpv-small-ring{opacity:1;border-color:var(--c-accent);transform:translate(-50%,-50%)scale(1.1)}.gpv-card-info{align-items:flex-start;gap:1.5rem;padding:0 1rem;display:flex}.gpv-card-num{font-family:var(--f-heading);color:#0003;margin-top:4px;font-size:1.2rem;font-weight:800;line-height:1}.gpv-card-label{font-family:var(--f-body);color:var(--c-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;font-size:.65rem;font-weight:700;display:block}.gpv-card-title{font-family:var(--f-heading);color:var(--c-dark);font-size:1.1rem;font-weight:700;line-height:1.2}@keyframes pulseRing{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.gp-lb{z-index:9999;-webkit-backdrop-filter:blur(10px);background:#0e0c0bf2;justify-content:center;align-items:center;animation:.3s forwards lbFade;display:flex;position:fixed;inset:0}@keyframes lbFade{0%{opacity:0}to{opacity:1}}.gp-lb-x,.gp-lb-prev,.gp-lb-next{color:#fff;cursor:pointer;z-index:10001;background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute}.gp-lb-x{border-radius:50%;width:50px;height:50px;top:2rem;right:2rem}.gp-lb-prev,.gp-lb-next{width:60px;height:100px;top:50%;transform:translateY(-50%)}.gp-lb-prev{border-radius:100px 0 0 100px;left:2rem}.gp-lb-next{border-radius:0 100px 100px 0;right:2rem}.gp-lb-x:hover,.gp-lb-prev:hover,.gp-lb-next:hover{background:var(--c-accent);border-color:var(--c-accent)}.gp-lb-box{width:85vw;height:85vh;animation:lbZoom .4s var(--ease-expo) forwards;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}@keyframes lbZoom{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.gp-lb-img,.gp-lb-vid{object-fit:contain;background:0 0;width:auto;max-width:100%;height:auto;max-height:100%}.gp-lb-cap{text-align:center;color:#fff;flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex;position:absolute;bottom:-3rem;left:0}.gp-lb-badge{font-family:var(--f-body);background:var(--c-accent);letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;font-size:.75rem;font-weight:700}.gp-lb-cap h3{font-family:var(--f-heading);letter-spacing:.05em;font-size:1.2rem;font-weight:600}@media (width<=768px){.gp-lb-prev,.gp-lb-next{width:40px;height:70px}.gp-lb-prev{border-radius:0;left:0}.gp-lb-next{border-radius:0;right:0}.gp-lb-x{width:40px;height:40px;top:1rem;right:1rem}.gp-lb-box{width:100vw;height:75vh}.gp-lb-cap{padding:0 2rem;bottom:-4rem}}.page-header{background-color:var(--c-light);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;height:40vh;min-height:400px;display:flex;position:relative;overflow:hidden}.page-header-overlay{z-index:1;background:#f4f3f0e0;position:absolute;inset:0}.page-header-content{z-index:10;text-align:center;flex-direction:column;align-items:center;padding-top:5rem;display:flex;position:relative}.page-header-content h1{font-family:var(--f-heading);color:var(--c-dark);text-transform:none;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.page-header-content p{font-family:var(--f-body);color:#57534e;max-width:600px;margin:0 auto;font-size:clamp(1.1rem,1.5vw,1.25rem);font-weight:400;line-height:1.6}.contact-brutal-wrapper{grid-template-columns:1fr 1fr;gap:8vw;display:grid}.contact-details-brutal{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-top:5vh;display:flex}.address-brutal{font-family:var(--f-body);color:var(--c-concrete);font-size:1.15rem;font-weight:500;line-height:1.6}.brutal-form{background-color:var(--c-white);border-bottom:4px solid var(--c-accent);flex-direction:column;gap:3rem;padding:3rem;display:flex;box-shadow:0 10px 40px #0b132b0d}.form-group-brutal label{font-family:var(--f-heading);letter-spacing:.1em;color:var(--c-concrete);text-transform:uppercase;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group-brutal input,.form-group-brutal textarea{width:100%;font-family:var(--f-body);color:var(--c-dark);resize:none;background:0 0;border:none;border-bottom:2px solid #0b132b1a;border-radius:0;padding:.75rem 0;font-size:1.25rem;transition:border-color .3s}.form-group-brutal input:focus,.form-group-brutal textarea:focus{border-bottom-color:var(--c-accent);outline:none}.form-group-brutal input::placeholder,.form-group-brutal textarea::placeholder{color:#a0aec0}.brutal-submit{background-color:var(--c-accent);color:var(--c-white);font-family:var(--f-heading);letter-spacing:.05em;clip-path:polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%);cursor:inherit;border:none;align-self:flex-start;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:background-color .3s;display:inline-flex}.brutal-submit:hover{background-color:#a8031e}@media (width<=992px){.contact-brutal-wrapper{flex-direction:column-reverse;gap:4rem;display:flex}.brutal-form{padding:2rem 1.5rem}}.ai-console-wrapper{background-color:var(--c-light);color:var(--c-dark);flex-direction:column;min-height:100vh;padding-top:100px;display:flex}.ai-console-layout{border-top:1px solid #0000000d;flex:1;width:100%;max-width:2000px;margin:0 auto;display:flex;overflow:hidden}.ai-sidebar{z-index:5;background-color:#fff;border-right:1px solid #00000014;flex-direction:column;flex-shrink:0;width:420px;display:flex;box-shadow:2px 0 20px #00000005}.sidebar-header{border-bottom:1px solid #0000000d;padding:2rem 2rem 1.5rem}.ai-brand-title{font-family:var(--f-heading);letter-spacing:.02em;margin-bottom:.3rem;font-size:1.8rem;font-weight:800;line-height:1.1;color:var(--c-dark)!important}.ai-blue{color:#2563eb}.ai-brand-subtitle{font-family:var(--f-body);color:#64748b;text-transform:uppercase;font-size:.85rem;font-weight:500}.sidebar-scrollable{flex-direction:column;flex:1;gap:2rem;padding:1.5rem 2rem;display:flex;overflow-y:auto}.control-block.disabled{opacity:.4;pointer-events:none}.block-label{font-family:var(--f-heading);letter-spacing:.05em;color:var(--c-dark);margin-bottom:1rem;font-size:.75rem;font-weight:700}.sidebar-upload-mini{flex-direction:column;gap:1rem;display:flex}.mini-btn-upload{color:#334155;width:100%;font-family:var(--f-body);cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:1.2rem;font-weight:600;transition:all .2s}.mini-btn-upload:hover{background:#f1f5f9;border-color:#94a3b8}.mini-preview-container{aspect-ratio:16/9;border:1px solid #e2e8f0;border-radius:8px;width:100%;position:relative;overflow:hidden}.mini-preview{object-fit:cover;width:100%;height:100%}.mini-btn-remove{color:#fff;opacity:0;cursor:pointer;background:#0009;border:none;font-weight:700;transition:opacity .2s;position:absolute;inset:0}.mini-preview-container:hover .mini-btn-remove{opacity:1}.pro-preset-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.pro-preset-btn{background:var(--c-white);color:var(--c-dark);font-family:var(--f-body);cursor:pointer;text-transform:uppercase;border:2px solid #0000001a;border-radius:4px;justify-content:center;align-items:center;gap:.4rem;padding:.75rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.pro-preset-btn:hover{border-color:var(--c-accent);transform:translateY(-2px);box-shadow:0 5px 15px #e11d4826}.pro-preset-btn.active{background:var(--c-accent);border-color:var(--c-black);color:#fff;font-weight:700;box-shadow:0 0 20px #e11d4880}.pro-prompt-textarea{color:#334155;width:100%;height:100px;font-family:var(--f-body);resize:vertical;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:1rem;font-size:.9rem;transition:border-color .2s}.pro-prompt-textarea:focus{border-color:var(--c-accent);background:#fff;box-shadow:0 0 15px #e11d4826}.sidebar-footer{background-color:#f8fafc;border-top:1px solid #e2e8f0;padding:1.5rem 2rem}.pro-generate-btn{background:var(--c-accent);color:#fff;clip-path:polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%);width:100%;font-family:var(--f-heading);letter-spacing:.05em;cursor:pointer;border:none;border-radius:0;padding:1.2rem;font-size:1.05rem;font-weight:700;transition:all .2s;box-shadow:0 8px 20px #a8031e4d}.pro-generate-btn:hover:not(:disabled){background:#a8031e;box-shadow:0 10px 25px #a8031e66}.pro-generate-btn:disabled{color:#94a3b8;box-shadow:none;cursor:not-allowed;clip-path:none;background:#cbd5e1;border-radius:4px}.pro-generate-btn.loading{background:var(--c-dark);animation:1.5s infinite pulse-light}.ai-main-stage{background-color:var(--c-light);flex:1;justify-content:center;align-items:center;max-height:calc(100vh - 100px);display:flex;position:relative;overflow:hidden}.stage-content{z-index:2;flex:1;justify-content:center;align-items:center;min-width:0;min-height:0;padding:2rem;display:flex;position:relative}.stage-image-frame{justify-content:center;align-items:center;width:100%;height:100%;max-height:calc(100vh - 140px);display:flex;position:relative}.stage-img{object-fit:contain;border:4px solid #fff;border-radius:8px;max-width:100%;max-height:calc(100vh - 140px);display:block;box-shadow:0 15px 40px #0000001f}.stage-empty-state{text-align:center;cursor:pointer;background:#fff;border:2px dashed #93c5fd;border-radius:12px;width:100%;max-width:500px;padding:4rem;transition:all .3s;box-shadow:0 10px 30px #00000008}.stage-empty-state:hover{background:#f0f9ff;border-color:#2563eb}.friendly-upload-icon{color:#3b82f6;margin-bottom:1rem}.stage-empty-state h3{font-family:var(--f-heading);color:var(--c-dark);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.stage-empty-state p{color:#64748b;max-width:300px;margin:0 auto;font-size:.95rem}.stage-image-preview,.stage-processing,.stage-result{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.stage-processing-img{object-fit:contain;opacity:.5;filter:blur(3px);border:4px solid #fff;border-radius:8px;max-width:100%;max-height:calc(100vh - 140px)}.stage-overlay-labels{z-index:5;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.badge{color:#fff;white-space:nowrap;background:#10b981;border-radius:20px;padding:.5rem 1.2rem;font-size:.8rem;font-weight:600;box-shadow:0 4px 10px #10b9814d}.friendly-scanner{z-index:10;background:#3b82f6;border-radius:4px;height:4px;animation:2s ease-in-out infinite scan-vertical;position:absolute;top:0;left:0;right:0;box-shadow:0 0 15px 5px #3b82f666}.processing-hud-light,.hud-spinner-light,.hud-log{display:none}.processing-glow{border-radius:12px;animation:2s infinite pulse-glow;box-shadow:0 0 40px #e11d4840}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #e11d4826}50%{box-shadow:0 0 50px #e11d4866}}.geo-loader-hud{z-index:20;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.geo-loading-cube{border:3px solid var(--c-white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;border-radius:4px;width:60px;height:60px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0006}.geo-liquid-fill{background:var(--c-accent);height:0%;animation:2.5s cubic-bezier(.4,0,.2,1) infinite alternate fill-cube;position:absolute;bottom:0;left:0;right:0}@keyframes fill-cube{0%{height:5%}to{height:95%}}.geo-loading-text{font-family:var(--f-heading);color:var(--c-white);letter-spacing:.15em;text-shadow:0 2px 10px #00000080;font-size:1.1rem;font-weight:800;animation:1.5s infinite alternate pulse-light}.pro-slider-container{background:#000;border:4px solid #fff;border-radius:8px;width:fit-content;max-width:100%;margin:0 auto;line-height:0;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000026}.pro-slider-inner{width:100%;height:100%;position:relative}.slider-base-img,.slider-overlay-img{-webkit-user-select:none;user-select:none;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 148px);display:block}.slider-overlay-img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.pro-slider-input{z-index:10;opacity:0;cursor:col-resize;touch-action:pan-y;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}.pro-slider-handle{z-index:5;pointer-events:none;background:#2563eb;width:4px;position:absolute;top:0;bottom:0;transform:translate(-50%);box-shadow:0 0 10px #0000004d}.handle-bar{background:#2563eb;border:3px solid #fff;border-radius:50%;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 10px #0000004d}.handle-grip{background:var(--c-accent);color:#fff;font-family:var(--f-heading);letter-spacing:.1em;white-space:nowrap;border:1px solid #fff3;border-radius:4px;padding:.4rem .8rem;font-size:.8rem;font-weight:800;position:absolute;top:-38px;box-shadow:0 5px 15px #0000004d}.tooltip-left{right:50%;transform:translate(-5px)}.tooltip-right{left:50%;transform:translate(5px)}.result-hud-light{z-index:20;flex-direction:column;align-items:flex-end;gap:1rem;display:flex;position:absolute;bottom:2rem;right:2rem}.action-btn-outline,.action-btn-solid{font-family:var(--f-heading);cursor:pointer;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .2s}.action-btn-outline{color:#334155;background:#fff;box-shadow:0 4px 10px #0000000d}.action-btn-outline:hover{background:#f1f5f9}.action-btn-solid{color:#fff;background:#2563eb;box-shadow:0 4px 15px #2563eb4d}.action-btn-solid:hover{background:#1d4ed8}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scan-vertical{0%{opacity:0;top:10%}10%{opacity:1}90%{opacity:1}to{opacity:0;top:90%}}@keyframes pulse-light{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.sidebar-tabs{border-bottom:2px solid #e2e8f0;padding:0 1rem;display:flex}.sidebar-tab{font-family:var(--f-heading);letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.75rem .5rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.sidebar-tab:hover{color:#475569}.sidebar-tab.active{color:var(--c-accent);border-bottom-color:var(--c-accent)}.tab-badge{background:var(--c-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;font-weight:800;display:inline-flex}.sidebar-tab.tab-disabled{opacity:.35;cursor:not-allowed}.draw-compact-toolbar{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.6rem;padding:.75rem;display:flex}.dct-tools{gap:.4rem;display:flex}.dct-btn{color:#475569;font-family:var(--f-body);cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.5rem .6rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.dct-btn:hover{border-color:#94a3b8}.dct-btn.active{border-color:var(--c-accent);color:var(--c-accent);background:#fef2f2;font-weight:700}.dct-size{color:#64748b;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;display:flex}.dct-size input[type=range]{appearance:none;background:#cbd5e1;border-radius:4px;outline:none;flex:1;height:4px}.dct-size input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--c-accent);cursor:pointer;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 4px #0003}.dct-actions{gap:.4rem;display:flex}.dct-actions button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:5px;flex:1;padding:.4rem;font-size:.72rem;font-weight:600;transition:all .15s}.dct-actions button:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.dct-actions button:disabled{opacity:.35;cursor:not-allowed}.zone-cards-container{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.zone-empty-hint{text-align:center;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;padding:1.5rem 1rem}.zone-empty-hint p{color:#475569;margin:0;font-size:.85rem;font-weight:600}.zone-empty-sub{color:#94a3b8!important;margin-top:.3rem!important;font-size:.75rem!important;font-weight:400!important}.zone-card{border:2px solid #e2e8f0;border-left:4px solid var(--zone-color);background:#fff;border-radius:8px;padding:.75rem;transition:all .2s}.zone-card:hover{box-shadow:0 4px 12px #0000000f}.zone-card-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.zone-color-indicator{background:var(--zone-color);width:12px;height:12px;box-shadow:0 0 8px var(--zone-color);border-radius:50%;flex-shrink:0}.zone-title{font-family:var(--f-heading);color:var(--c-dark);letter-spacing:.03em;text-transform:uppercase;flex:1;font-size:.78rem;font-weight:700}.zone-delete-btn{cursor:pointer;opacity:.4;background:0 0;border:none;padding:.2rem;font-size:.85rem;transition:opacity .15s}.zone-delete-btn:hover{opacity:1}.zone-material-grid{grid-template-columns:1fr 1fr;gap:.3rem;margin-bottom:.5rem;display:grid}.zone-mat-btn{color:#475569;font-family:var(--f-body);cursor:pointer;text-transform:uppercase;text-align:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:4px;padding:.4rem .3rem;font-size:.68rem;font-weight:600;transition:all .15s}.zone-mat-btn:hover{background:#fff;border-color:#94a3b8}.zone-mat-btn.active{border-color:var(--zone-color,var(--c-accent));background:color-mix(in srgb, var(--zone-color,var(--c-accent)) 10%, #fff);color:var(--c-dark);box-shadow:0 0 8px color-mix(in srgb, var(--zone-color,var(--c-accent)) 25%, transparent);font-weight:700}.zone-custom-input{width:100%;font-family:var(--f-body);color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:5px;outline:none;padding:.45rem .6rem;font-size:.75rem;transition:border-color .2s}.zone-custom-input:focus{border-color:var(--zone-color,var(--c-accent));background:#fff}.zone-custom-input::placeholder{color:#94a3b8;font-style:italic}.draw-canvas-overlay{z-index:10;cursor:crosshair;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border-radius:8px;position:absolute}.draw-canvas-overlay.static{pointer-events:none;z-index:5;opacity:.7}.draw-badge{animation:1.5s infinite pulse-draw;background:var(--c-accent)!important;box-shadow:0 4px 15px #e11d4866!important}@keyframes pulse-draw{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.result-actions{flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-top:15px;display:flex}.result-actions .hud-btn{cursor:pointer;letter-spacing:.05em;font-size:.8rem;font-weight:700;font-family:var(--f-heading);text-transform:uppercase;border:none;border-radius:6px;padding:.8rem 1.5rem;transition:all .2s}.result-actions .hud-btn.secondary{color:#1e293b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;box-shadow:0 2px 10px #00000026}.result-actions .hud-btn.secondary:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #0003}.result-actions .hud-btn.primary{color:#fff;background:#dc2626;box-shadow:0 2px 10px #dc262666}.result-actions .hud-btn.primary:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 16px #dc262680}@media (width<=1024px){.ai-sidebar{width:340px}.sidebar-scrollable{padding:1.2rem 1.5rem}}@media (width<=900px){.ai-console-wrapper{padding-top:70px}.ai-console-layout{flex-direction:column;overflow:visible}.ai-sidebar{border-bottom:1px solid #00000014;border-right:none;flex-shrink:0;width:100%;max-height:none}.sidebar-header{padding:1.5rem 1.2rem .8rem}.ai-brand-title{font-size:1.3rem}.sidebar-scrollable{gap:1rem;padding:1rem 1.2rem}.ai-main-stage{min-height:55vh}.ai-main-stage.empty-on-mobile{display:none!important}.stage-content{padding:1rem}.stage-img{max-height:calc(100vh - 200px)}.sidebar-tabs{padding:0 .5rem}.sidebar-tab{padding:.6rem .3rem;font-size:.7rem}.draw-compact-toolbar{gap:.4rem;padding:.6rem}.dct-btn{padding:.4rem .5rem;font-size:.7rem}.dct-size{font-size:.68rem}.dct-actions button{padding:.35rem;font-size:.68rem}.zone-cards-container{gap:.5rem}.zone-card{padding:.6rem}.zone-mat-btn{padding:.35rem .2rem;font-size:.62rem}.zone-custom-input{padding:.35rem .5rem;font-size:.7rem}.zone-empty-hint{padding:1rem .8rem}.zone-empty-hint p{font-size:.78rem}.pro-generate-btn{padding:.9rem 1rem!important;font-size:.85rem!important}.stage-result{flex-direction:column;height:auto}.pro-slider-container{border-radius:8px;width:100%;overflow:hidden}.result-hud-light{align-items:center;width:100%;padding:.8rem .5rem 1rem;position:static}.result-hud-light>div:first-child{max-width:100%!important;padding:.75rem!important;font-size:.78rem!important}.result-actions{justify-content:center!important}.handle-grip{padding:3px 6px!important;font-size:.55rem!important}.ai-sidebar.hide-on-mobile-result{display:none!important}}@media (width<=480px){.ai-console-wrapper{padding-top:60px}.sidebar-header{padding:.8rem 1rem .6rem}.ai-brand-title{font-size:1.1rem}.ai-brand-subtitle{font-size:.7rem}.sidebar-scrollable{gap:.8rem;padding:.8rem 1rem}.stage-content{padding:.5rem}.stage-img{border-width:2px;max-height:calc(100vh - 160px)}.stage-overlay-labels{bottom:8px!important}.stage-overlay-labels .badge{padding:4px 10px!important;font-size:.6rem!important}.draw-compact-toolbar{border-radius:6px;gap:.35rem;padding:.5rem}.dct-tools{gap:.3rem}.dct-btn{border-radius:4px;padding:.35rem .4rem;font-size:.65rem}.dct-size{gap:.3rem;font-size:.65rem}.dct-size input[type=range]{height:3px}.dct-actions button{border-radius:4px;padding:.3rem;font-size:.63rem}.zone-card{border-radius:6px;padding:.5rem}.zone-card-header{gap:.35rem;margin-bottom:.35rem}.zone-title{font-size:.7rem}.zone-material-grid{gap:.25rem;margin-bottom:.35rem}.zone-mat-btn{border-radius:3px;padding:.3rem .15rem;font-size:.58rem}.zone-custom-input{border-radius:4px;padding:.3rem .4rem;font-size:.65rem}.zone-empty-hint{padding:.8rem .6rem}.zone-empty-hint p{font-size:.72rem}.result-hud-light{padding:.6rem .3rem .8rem}.result-actions{justify-content:center!important;gap:6px!important}.result-actions .hud-btn{letter-spacing:.02em!important;padding:.55rem .7rem!important;font-size:.62rem!important}.processing-spinner{transform:scale(.75)}}.corp-header{-webkit-backdrop-filter:blur(8px);z-index:1000;width:100%;height:90px;transition:all .5s var(--ease-expo);background-color:#f4f3f0f2;border-bottom:1px solid #0000000d;align-items:center;display:flex;position:fixed;top:0;left:0}.corp-header.scrolled{background-color:#f4f3f0fa;height:72px;box-shadow:0 4px 20px #00000008}.header-logo-img{transform-origin:0;width:auto;height:100px;transition:filter .5s;display:block;transform:scale(1.2)}.corp-header .logo a,.corp-header .nav-list a,.corp-header .mobile-toggle,.corp-header .corp-link-header{color:var(--c-dark)}.header-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.corp-header .logo a{font-family:var(--f-heading);letter-spacing:.05em;color:var(--c-white);font-size:1.5rem;font-weight:700}.nav-inner{align-items:center;height:100%;display:flex}.nav-footer{display:none}.nav-list{gap:2.5vw;margin:0;padding:0;list-style:none;display:flex}.nav-list a{font-family:var(--f-heading);color:#57534e;letter-spacing:.12em;text-transform:uppercase;padding-bottom:4px;font-size:.78rem;font-weight:700;transition:color .3s;position:relative}.nav-list a:after{content:"";background:var(--c-accent);transform-origin:100%;width:100%;height:1.5px;transition:transform .4s var(--ease-expo);position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.nav-list a:hover:after,.nav-list a.active:after{transform-origin:0;transform:scaleX(1)}.nav-list a:hover,.nav-list a.active{color:var(--c-dark)}.corp-header.scrolled .nav-list a:hover,.corp-header.scrolled .nav-list a.active{color:var(--c-accent)}.corp-link-header{font-family:var(--f-heading);letter-spacing:.12em;color:var(--c-white);background:var(--c-accent);text-transform:uppercase;clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);padding:.65rem 1.5rem;font-size:.78rem;font-weight:700;transition:background .3s,box-shadow .3s,color .3s;position:relative}.corp-header.scrolled .corp-link-header{color:var(--c-white)}.corp-link-header:hover{background:#b91c1c;box-shadow:0 8px 20px -5px #dc262680}.mobile-toggle{font-family:var(--f-heading);letter-spacing:.15em;color:var(--c-white);cursor:pointer;z-index:1001;font-size:.8rem;font-weight:700;display:none}.corp-header.menu-open{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;border-bottom:none;background-color:#0000!important}.corp-header.menu-open .mobile-toggle{color:var(--c-dark)!important}@media (width>=993px){.d-none-desktop{display:none!important}}@media (width<=992px){.nav{-webkit-backdrop-filter:none;z-index:1000;width:65%;height:100dvh;box-shadow:none;background-color:#0d1b2a;border-radius:0;position:fixed;top:0;left:auto;right:0;overflow-y:auto;transform:translate(100%)}.corp-header.menu-open .nav{box-shadow:-10px 0 40px #00000080}.mobile-menu-overlay{-webkit-backdrop-filter:blur(8px);z-index:999;opacity:0;pointer-events:none;background:#0006;width:100vw;height:100dvh;transition:opacity .5s;position:fixed;top:0;left:0}.mobile-menu-overlay.active{opacity:1;pointer-events:auto}.nav-inner{flex-direction:column;justify-content:center;align-items:center;height:100%;padding:100px 5vw 40px;display:flex}.nav-list{flex-direction:column;align-items:center;gap:1.25rem;width:100%;padding:0;display:flex}.nav-list li{text-align:center;width:100%;list-style:none}.corp-header .nav-list a{text-transform:uppercase;color:#ffffff80;justify-content:center;align-items:center;padding:.5rem 0;transition:color .4s,transform .4s;display:inline-flex}.corp-header .nav-list a:after{display:none}.corp-header .nav-text{font-family:var(--f-heading);letter-spacing:.1em;font-size:clamp(1.4rem,6vw,2rem);font-weight:500}.corp-header .nav-list a.active,.corp-header .nav-list a:hover,.corp-header.scrolled .nav-list a.active,.corp-header.scrolled .nav-list a:hover{color:var(--c-white);font-weight:800}.corp-header .nav-list a:hover .nav-text{transform:scale(1.05)}.corp-header .nav-list a.active .nav-text{transform:scale(1.1)}.nav-footer{flex-direction:column;align-items:center;gap:.8rem;margin-top:2rem;display:flex}.nav-footer a{color:#fff6;letter-spacing:.1em;font-size:.95rem;text-decoration:none;transition:color .3s}.nav-footer a:hover{color:#fff}.d-none-mobile{display:none}.mobile-toggle{display:block}}.brutal-footer{color:var(--c-dark);background-color:#e8e6df;padding:8vh 0 4vh}.brutal-footer-top{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:flex-end;margin-bottom:5vh;padding-bottom:5vh;display:flex}.footer-logo{font-family:var(--f-heading);color:var(--c-dark);letter-spacing:.02em;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1}.footer-logo span{color:var(--c-accent)}.footer-contact-info{flex-direction:column;gap:1.2rem;display:flex}.footer-contact-item{font-family:var(--f-body);color:var(--c-dark);align-items:center;gap:1rem;font-size:.95rem;text-decoration:none;transition:color .3s;display:inline-flex}.footer-contact-item:hover{color:var(--c-accent)}.contact-icon{color:var(--c-dark);opacity:.8;transition:color .3s,opacity .3s}.footer-contact-item:hover .contact-icon{color:var(--c-accent);opacity:1}.footer-nav{gap:3vw;display:flex}.footer-nav a{font-family:var(--f-body);text-transform:uppercase;color:#57534e;letter-spacing:.1em;font-size:.85rem;font-weight:700;transition:color .4s}.footer-nav a:hover{color:var(--c-accent)}.brutal-footer-bottom{justify-content:space-between;align-items:center;display:flex}.brutal-footer-bottom p{color:#57534e;letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:500}.back-to-top{font-family:var(--f-body);color:var(--c-dark);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}@media (width<=992px){.brutal-footer-top{flex-direction:column;align-items:flex-start;gap:5vh}.footer-nav{flex-direction:column;gap:3vh}.brutal-footer-bottom{flex-direction:column-reverse;align-items:flex-start;gap:4vh}}:root{--c-dark:#1c1917;--c-dark-2:#332f2d;--c-white:#fff;--c-accent:#dc2626;--c-concrete:#a8a29e;--c-light:#e0f2fe;--c-gold:#b45309;--f-heading:"Montserrat", sans-serif;--f-body:"Inter", sans-serif;--b-subtle:1px solid #1e293b;--ease-expo:cubic-bezier(.16, 1, .3, 1);--ease-back:cubic-bezier(.34, 1.56, .64, 1)}input,textarea,select{-webkit-user-select:auto;user-select:auto}p,span.sv-desc,span.sv-subtitle{-webkit-user-select:text;user-select:text}h1,h2,h3,h4,h5,h6{font-family:var(--f-heading);color:var(--c-dark);letter-spacing:-.03em;overflow-wrap:break-word;font-weight:800;line-height:1.15}.btn-premium{background-color:var(--c-dark);color:var(--c-white);font-family:var(--f-heading);letter-spacing:.05em;border:2px solid var(--c-dark);transition:color .35s var(--ease-expo), border-color .35s ease, box-shadow .35s ease, transform .3s ease;text-transform:uppercase;cursor:pointer;z-index:1;border-radius:4px;align-items:center;gap:.75rem;padding:1rem 2.25rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-premium:before{content:"";background:var(--c-accent);transform-origin:bottom;transition:transform .45s var(--ease-expo);z-index:-1;position:absolute;inset:0;transform:scaleY(0)}.btn-premium:hover:before{transform:scaleY(1)}.btn-premium:hover{color:var(--c-white);border-color:var(--c-accent);transform:translateY(-2px);box-shadow:0 10px 20px -10px #dc262666}.btn-premium svg{transition:transform .3s var(--ease-expo)}.btn-premium:hover svg{transform:translateY(-2px)}.btn-outline{color:var(--c-dark);border:2px solid var(--c-dark);font-family:var(--f-heading);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;z-index:1;transition:color .35s var(--ease-expo), box-shadow .35s ease;background-color:#0000;border-radius:2px;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:.9rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.btn-outline:before{content:"";background:var(--c-dark);transform-origin:100%;transition:transform .45s var(--ease-expo);z-index:-1;position:absolute;inset:0;transform:scaleX(0)}.btn-outline:hover:before{transform-origin:0;transform:scaleX(1)}.btn-outline:hover{color:var(--c-white)}.btn-outline-white{color:var(--c-white);font-family:var(--f-heading);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;z-index:1;transition:color .35s var(--ease-expo), border-color .35s ease;background-color:#0000;border:2px solid #fff6;border-radius:2px;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:.9rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.btn-outline-white:before{content:"";background:var(--c-white);transform-origin:100%;transition:transform .45s var(--ease-expo);z-index:-1;position:absolute;inset:0;transform:scaleX(0)}.btn-outline-white:hover:before{transform-origin:0;transform:scaleX(1)}.btn-outline-white:hover{color:var(--c-dark);border-color:var(--c-white)}.brutal-heading{margin-bottom:2rem;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:900;line-height:1.05}.brutal-heading.outline{-webkit-text-stroke:2px currentColor;color:#0000}.split-char{display:inline-block;overflow:hidden}.char{will-change:transform;display:inline-block}.marquee-section{background:var(--c-accent);border-top:2px solid #ffffff26;border-bottom:2px solid #ffffff26;padding:1rem 0;overflow:hidden}.marquee-track{white-space:nowrap;gap:0;animation:25s linear infinite marquee-scroll;display:flex}.marquee-item{font-family:var(--f-heading);letter-spacing:.2em;text-transform:uppercase;color:var(--c-white);border-right:1px solid #ffffff40;flex-shrink:0;align-items:center;gap:2rem;padding:0 3rem;font-size:.85rem;font-weight:700;display:inline-flex}.marquee-item .dot{background:#fff9;border-radius:50%;flex-shrink:0;width:5px;height:5px}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.concrete-texture:after{content:"";pointer-events:none;z-index:1;opacity:.4;mix-blend-mode:overlay;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)' opacity='0.04'/%3E%3C/svg%3E");position:absolute;inset:0}.line-separator{background:var(--c-accent);width:60px;height:3px;margin:1.5rem 0 2rem;display:block}.section-label{font-family:var(--f-body);letter-spacing:.25em;color:var(--c-accent);text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.78rem;font-weight:700;display:inline-flex}.section-label:before{content:"";background:var(--c-accent);width:30px;height:2px;display:block}.corporate-badge{font-family:var(--f-body);letter-spacing:.2em;color:var(--c-accent);text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:700;display:inline-flex}.corporate-badge:before{content:"";background:var(--c-accent);flex-shrink:0;width:24px;height:2px;display:block}.corporate-badge-small{font-family:var(--f-body);letter-spacing:.2em;color:var(--c-accent);text-transform:uppercase;align-items:center;gap:.6rem;font-size:.75rem;font-weight:700;display:inline-flex}.corporate-badge-small:before{content:"";background:var(--c-accent);flex-shrink:0;width:20px;height:2px;display:block}.corporate-list li{color:#334155;border-bottom:1px solid #e2e8f0;align-items:flex-start;gap:1rem;margin-bottom:.85rem;padding-bottom:.85rem;font-size:1.05rem;display:flex}.corporate-list li:last-child{border-bottom:none;margin-bottom:0}.icon-subdued{color:var(--c-concrete)}.mt-2{margin-top:2rem}.relative{position:relative}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}@media (hover:hover) and (pointer:fine){body.has-custom-cursor,body.has-custom-cursor *{cursor:none!important}}@media (width<=992px),(pointer:coarse){.custom-cursor-mobile-hide{display:none!important}}html{font-family:var(--f-body);background-color:var(--c-light);color:var(--c-dark);scroll-behavior:auto;-webkit-user-select:none;user-select:none;overflow-x:clip}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--f-heading);color:var(--c-dark);letter-spacing:-.02em;font-weight:700;line-height:1.2}p{font-family:var(--f-body);color:#334155;font-size:1.05rem;font-weight:400;line-height:1.7}a{color:inherit;text-decoration:none;transition:color .3s}li{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 5vw}.section{background-color:var(--c-white);padding:12vh 0;position:relative}.section-dark{background-color:var(--c-dark);color:var(--c-white)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:var(--c-white)}.section-dark p{color:#cbd5e1}.btn-outline{color:var(--c-dark);border:2px solid var(--c-dark);font-family:var(--f-heading);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background-color:#0000;border-radius:4px;align-items:center;gap:.75rem;padding:1rem 2.25rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-outline:hover{background-color:var(--c-dark);color:var(--c-white)}.brutal-heading{text-transform:none;margin-bottom:2rem;font-size:clamp(1.8rem,6vw,3.5rem)}.brutal-heading .accent{color:var(--c-accent)}img{width:100%;height:auto;display:block}.corporate-list li{color:#334155;align-items:flex-start;gap:1rem;margin-bottom:.75rem;font-size:1.05rem;display:flex}.corporate-list li .accent-icon{color:var(--c-accent);flex-shrink:0;margin-top:.15rem}.text-center{text-align:center}.mb-2{margin-bottom:2rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}
