@import "https://fonts.googleapis.com/css2?family=Special+Elite&display=swap";.hero{justify-content:center;align-items:center;min-height:100vh;padding:150px 40px;display:flex;position:relative;overflow:hidden}.dark-section{color:#fff;background:#050505}.hero-content{z-index:5;width:min(1200px,100%);position:relative}.hero-subtitle{letter-spacing:4px;text-transform:uppercase;color:#ffffffb3;margin-bottom:30px;font-size:14px}.hero-title{max-width:1000px;margin-bottom:40px;font-size:clamp(60px,8vw,140px);font-weight:700;line-height:.9}.hero-text{color:#ffffffb3;max-width:650px;margin-bottom:50px;font-size:clamp(18px,2vw,24px);line-height:1.7}.hero-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #fff3;border-radius:100px;padding:18px 42px;font-size:16px;transition:all .4s;opacity:1!important}.hero-btn:hover{color:#000;background:#fff}.bg-layer{filter:blur(120px);opacity:.2;z-index:1;border-radius:50%;position:absolute}.bg1{background:#6c63ff;width:500px;height:500px;top:-100px;left:-100px}.bg2{background:#00c2ff;width:450px;height:450px;bottom:-100px;right:-100px}.scroll-indicator{z-index:10;border:1px solid #fff6;border-radius:30px;justify-content:center;width:30px;height:50px;padding-top:10px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.scroll-indicator span{background:#fff;border-radius:50%;width:6px;height:6px}.char{display:inline-block}@media (width<=992px){.hero-title{font-size:clamp(60px,12vw,100px)}}@media (width<=768px){.hero{padding:120px 20px}.hero-title{font-size:clamp(48px,14vw,90px);line-height:1}.hero-text{font-size:16px}}.about-section{padding:180px 20px;position:relative}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:100px;width:min(1300px,100%);margin:auto;display:grid}.about-image{border-radius:24px;position:relative;overflow:hidden}.about-image img{object-fit:cover;width:100%;display:block}.about-subtitle{letter-spacing:4px;text-transform:uppercase;opacity:.6;margin-bottom:20px;font-size:14px}.about-title{margin-bottom:30px;font-size:clamp(40px,5vw,80px);line-height:.95}.about-text{opacity:.7;max-width:600px;font-size:clamp(18px,2vw,22px);line-height:1.8}@media (width<=992px){.about-container{grid-template-columns:1fr;gap:60px}}body{overflow-x:hidden}.story-section{height:100vh;position:relative;overflow:hidden}.story-image{position:absolute;inset:0}.story-image img{object-fit:cover;width:100%;height:100%;transform:scale(1)}.story-overlay{z-index:1;background:#0000008c;position:absolute;inset:0}.story-content{z-index:2;text-align:center;justify-content:center;align-items:center;width:min(1200px,90%);height:100%;margin:auto;display:flex;position:relative}.story-text{opacity:0;max-width:1000px;font-size:clamp(40px,6vw,100px);line-height:1;position:absolute}.custom-cursor{pointer-events:none;z-index:19999;will-change:transform;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.custom-cursor img{object-fit:contain;width:100%;height:100%;display:block}@media (width<=768px){.custom-cursor{display:none}}.header{-webkit-font-smoothing:antialiased;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999;background:#f5f5f5eb;justify-content:space-between;align-items:center;width:100%;height:110px;padding:0 60px;font-family:Gotham Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:fixed;top:0;left:0}.logo-wrap{align-items:center;display:flex}.main-logo{object-fit:contain;width:320px}.desktop-nav{align-items:center;gap:50px;display:flex}.desktop-nav a{color:#111;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s;position:relative}.desktop-nav a:after{content:"";background:#d10000;width:0%;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:0}.desktop-nav a:hover{color:#d10000}.desktop-nav a:hover:after{width:100%}.menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;justify-content:center;align-items:center;width:70px;height:70px;padding:0;display:flex;position:relative}.footprint{object-fit:contain;width:42px;transition:transform .7s cubic-bezier(.77,0,.175,1)}.menu-btn.active .footprint{transform:rotate(180deg)scale(1.15)}.mobile-menu{z-index:998;background:#f5f5f5;flex-direction:column;align-items:center;gap:40px;width:100%;height:100vh;transition:right .7s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;right:-100%}.mobile-menu.open{right:0}.mobile-menu a{color:#111;font-size:50px;font-weight:700;text-decoration:none}@media (width<=1100px){.header{padding:0 24px}.desktop-nav{display:none}.main-logo{width:240px}}.noise{z-index:99999;pointer-events:none;opacity:.035;background-image:url(https://grainy-gradients.vercel.app/noise.svg);animation:.25s steps(2,end) infinite noiseMove;position:fixed;inset:0}@keyframes noiseMove{0%{transform:translate(0)}25%{transform:translate(-5%,-10%)}50%{transform:translate(-15%,5%)}75%{transform:translate(7%,-5%)}to{transform:translate(0)}}.work-section{padding:220px 20px;position:relative}.work-heading{width:min(1400px,100%);margin:auto auto 100px}.work-subtitle{letter-spacing:4px;text-transform:uppercase;color:#fff9;margin-bottom:20px;font-size:14px}.work-title{max-width:1000px;font-size:clamp(50px,6vw,110px);line-height:.95}.work-grid{grid-template-columns:1fr 1fr;gap:40px;width:min(1400px,100%);margin:auto;display:grid}.work-card{cursor:pointer;position:relative}.work-image{border-radius:28px;overflow:hidden}.work-image img{object-fit:cover;width:100%;height:700px;transition:transform 1s cubic-bezier(.19,1,.22,1);display:block}.work-card:hover img{transform:scale(1.08)}.work-content{padding-top:24px}.work-category{letter-spacing:3px;text-transform:uppercase;color:#ffffff80;margin-bottom:12px;font-size:13px}.work-content h3{font-size:clamp(28px,3vw,46px);line-height:1}@media (width<=992px){.work-grid{grid-template-columns:1fr}.work-image img{height:500px}}.services-section{padding:260px 20px;position:relative}.services-container{grid-template-columns:.8fr 1.2fr;gap:120px;width:min(1500px,100%);margin:auto;display:grid}.services-left{height:max-content;position:sticky;top:140px}.services-subtitle{letter-spacing:4px;text-transform:uppercase;color:#ffffff80;margin-bottom:24px;font-size:14px}.services-title{max-width:700px;font-size:clamp(60px,7vw,120px);line-height:.9}.services-right{flex-direction:column;gap:120px;display:flex;position:relative}.service-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:40px;min-height:420px;padding:70px;transition:transform .6s cubic-bezier(.19,1,.22,1),background .6s;position:relative;overflow:hidden}.card-2{margin-left:80px}.card-3{margin-right:80px}.card-4{margin-left:120px}.service-card:hover{background:#ffffff0d;transform:translateY(-20px)scale(1.02)}.service-number{color:#ffffff08;pointer-events:none;font-size:220px;font-weight:700;line-height:1;position:absolute;top:-20px;right:20px}.service-glow{filter:blur(100px);opacity:.12;border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.card-1 .service-glow{background:#6c63ff}.card-2 .service-glow{background:#00c2ff}.card-3 .service-glow{background:#ff4ecd}.card-4 .service-glow{background:#7dff7a}.service-card span{letter-spacing:4px;text-transform:uppercase;color:#ffffff80;z-index:2;margin-bottom:24px;font-size:14px;display:inline-block;position:relative}.service-card h3{z-index:2;max-width:700px;margin-bottom:30px;font-size:clamp(40px,4vw,70px);line-height:.95;position:relative}.service-card p{color:#ffffffb3;z-index:2;max-width:600px;font-size:20px;line-height:1.8;position:relative}@media (width<=992px){.services-container{grid-template-columns:1fr;gap:80px}.services-left{position:relative;top:0}.card-2,.card-3,.card-4{margin:0}.service-card{min-height:auto;padding:50px}.service-number{font-size:120px}}.physics-section{background:#050505;height:100vh;position:relative;overflow:hidden}.physics-world{position:absolute;inset:0}.explode-btn{z-index:100;color:#000;cursor:pointer;background:#fff;border:none;border-radius:100px;padding:20px 40px;font-size:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.physics-item{-webkit-user-select:none;user-select:none;z-index:20;width:120px;position:absolute}.sticker-1{top:5%;left:10%}.sticker-2{top:10%;left:40%}.sticker-3{top:8%;right:10%}.sticker-4{top:25%;left:70%}.sticker-5{top:30%;left:20%}.stretch-section{justify-content:center;padding:220px 20px;display:flex}.stretch-goat{cursor:pointer;background:linear-gradient(135deg,#ff2d2d,#8b0000);border-radius:10px;justify-content:center;align-items:center;width:140px;height:80px;display:flex;position:relative;overflow:visible;box-shadow:0 20px 60px #ff000059}.stretch-text{color:#fff;letter-spacing:4px;white-space:nowrap;opacity:0;pointer-events:none;text-transform:uppercase;font-size:24px;font-weight:700;position:absolute}.leg{background:#8b0000;width:10px;height:60px;position:absolute;bottom:-45px}.left-leg{left:20px}.right-leg{right:20px}.goat-head{clip-path:polygon(0 50%,40% 0,100% 0,100% 100%,30% 100%);background:#8b0000;width:60px;height:60px;position:absolute;top:-8px;right:-45px}.horn{border-top:5px solid #8b0000;border-radius:50%;width:18px;height:18px;position:absolute}.horn-1{top:-10px;right:18px;transform:rotate(20deg)}.horn-2{top:-10px;right:0;transform:rotate(-20deg)}@media (width<=768px){.stretch-goat{height:70px}.stretch-text{letter-spacing:2px;font-size:14px}}.final-cta{padding:260px 20px 80px;position:relative;overflow:hidden}.final-glow{filter:blur(100px);pointer-events:none;background:radial-gradient(circle,#ff00002e,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.final-content{z-index:2;text-align:center;width:min(1500px,100%);margin:auto auto 120px;position:relative}.final-title{margin-bottom:40px}.final-line{letter-spacing:-4px;font-size:clamp(70px,10vw,180px);font-weight:700;line-height:.9}.final-subtext{color:#ffffffb3;max-width:700px;margin:auto;font-size:22px;line-height:1.8}.final-footer{color:#ffffff80;letter-spacing:2px;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;width:min(1500px,100%);margin:180px auto auto;padding-top:40px;font-size:14px;display:flex}@media (width<=768px){.final-cta{padding:180px 20px 60px}.final-line{letter-spacing:-2px}.final-subtext{font-size:18px}.final-footer{flex-direction:column;align-items:flex-start}}.perspective-section{background:#f5f5f5;padding:20px 20px 40px;position:relative;overflow:hidden}.perspective-glow{filter:blur(100px);background:radial-gradient(circle,#ff000014,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}.perspective-content{z-index:10;text-align:center;max-width:900px;margin:auto auto 40px;position:relative}.perspective-title{letter-spacing:2px;color:#111;text-transform:uppercase;margin-bottom:20px;font-family:Special Elite,system-ui;font-size:clamp(36px,5vw,90px);font-weight:400;line-height:1}.perspective-title span{color:#ff2d2d}.perspective-sub{color:#222;margin-bottom:30px;font-family:Special Elite,system-ui;font-size:clamp(16px,1.5vw,24px);line-height:.7}.perspective-cta{z-index:20;color:#000;cursor:pointer;background:#39ff14;border:none;border-radius:8px;padding:14px 30px;font-size:18px;font-weight:700;transition:transform .3s,box-shadow .3s;display:inline-block;position:relative;box-shadow:0 20px 40px #39ff1440}.perspective-cta:hover{animation:.6s wobble;transform:scale(1.05);box-shadow:0 30px 60px #39ff1466}@keyframes wobble{0%{transform:rotate(0)scale(1)}25%{transform:rotate(-4deg)scale(1.05)}50%{transform:rotate(4deg)scale(1.05)}75%{transform:rotate(-2deg)scale(1.05)}to{transform:rotate(0)scale(1.05)}}.character-wrap{justify-content:center;align-items:flex-end;gap:10px;width:min(1200px,100%);margin:auto;display:flex;position:relative}.character{object-fit:contain;z-index:5;will-change:transform;filter:drop-shadow(0 30px 50px #00000026);width:25%;transition:transform .5s,filter .5s;display:block;position:relative}.character:hover{filter:drop-shadow(0 50px 80px #0003);transform:scale(1.03)}.character{backface-visibility:hidden;transform-style:preserve-3d}@media (width<=768px){.perspective-section{padding:80px 20px 20px}.perspective-title{letter-spacing:1px;font-size:42px}.perspective-sub{font-size:16px}.perspective-cta{padding:12px 20px;font-size:14px}.character{width:42%}}.masterhead{background:#f5f5f5;justify-content:center;width:100%;padding:90px 0 80px;display:flex}.masterhead-image-wrap{width:min(1200px,100%)}.masterhead-image{object-fit:contain;width:100%;display:block}.goat-house-section{background:#f5f5f5;justify-content:center;width:100%;padding:0 0 20px;display:flex;overflow:hidden}.goat-house-content{text-align:center;width:min(1200px,100%)}.goat-house-title{flex-direction:column;gap:10px;margin-bottom:40px;display:flex}.goat-house-title span{color:#111;letter-spacing:3px;text-transform:uppercase;font-family:Special Elite,system-ui;font-size:clamp(38px,5vw,88px);line-height:1}.goat-inline-icon{object-fit:contain;width:58px;margin:0 6px -8px 0;animation:1.5s ease-in-out infinite goatWobble}.goat-house-subtext{color:#111;margin-bottom:60px;font-family:Special Elite,system-ui;font-size:clamp(16px,2vw,30px);line-height:1.8}.goat-house-cta{justify-content:center;display:flex}.goat-house-cta .stretch-section{padding:0}.goat-house-illustration{width:100%;margin-top:80px;display:block}.illustration-image{object-fit:cover;width:100%;display:block}@media (width<=768px){.goat-house-section{padding:100px 20px}.goat-house-title span{letter-spacing:1px}.goat-inline-icon{width:34px;margin:0 4px -5px}.goat-house-subtext{font-size:16px;line-height:1.7}}@keyframes goatWobble{0%{transform:rotate(0)translateY(0)}25%{transform:rotate(2deg)translateY(-12px)}50%{transform:rotate(9deg)translateY(0)}75%{transform:rotate(10deg)translateY(-1px)}to{transform:rotate(0)translateY(0)}}.attention-section{background:#f5f5f5;width:100%;overflow:hidden}.attention-top{text-align:center;background:#b4c915;justify-content:center;align-items:center;padding:20px;display:flex}.attention-top p{color:#fff;text-transform:uppercase;letter-spacing:2px;max-width:1400px;font-family:Special Elite,system-ui;font-size:clamp(24px,2vw,42px);line-height:1.8}.attention-illustration-wrap{background:#f06;width:100%;line-height:0}.attention-illustration{object-fit:cover;width:100%;display:block}.attention-bottom{text-align:center;background:#f06;justify-content:center;align-items:center;padding:20px;display:flex}.attention-bottom p{color:#fff;text-transform:uppercase;letter-spacing:2px;max-width:1500px;font-family:Special Elite,system-ui;font-size:clamp(24px,2vw,40px);line-height:1.8}.Consumer-Understanding-wrap{background:#f5f5f5;width:100%;line-height:0;overflow:hidden}.Consumer-Understanding-image{object-fit:cover;opacity:0;width:100%;animation:1.6s ease-out forwards consumerReveal;animation-timeline:view();animation-range:entry 20% cover 40%;display:block;transform:translateY(120px)scale(.96)}@keyframes consumerReveal{to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.attention-top{padding:50px 20px}.attention-bottom{padding:60px 20px}.attention-top p,.attention-bottom p{letter-spacing:1px;font-size:16px;line-height:1.7}}.difficult-section{background:#f5f5f5;flex-direction:column;align-items:center;width:100%;padding:40px 20px 120px;display:flex;overflow:hidden}.difficult-title{text-align:center;color:#111;margin-bottom:0;font-family:Special Elite,system-ui;font-size:22px;line-height:1.1}.difficult-image-wrap{justify-content:center;width:100%;margin-bottom:10px;display:flex}.difficult-image{object-fit:contain;width:min(200px,90%);display:block}.difficult-subtext{text-align:center;color:#111;margin-bottom:20px;font-family:Special Elite,system-ui;font-size:18px;line-height:1.8}.hanging-wrapper{transform-origin:top;justify-content:center;width:320px;height:420px;animation:5s ease-in-out infinite swing;display:flex;position:relative}.hanging-wrapper:hover{animation-play-state:paused}.nail-image{z-index:10;width:20px;position:absolute;top:0}.string{background:#444;width:2px;height:30px;position:absolute;top:15px}.envelope-wrap{width:260px;position:absolute;top:40px}.envelope-image{width:100%;display:block}.letter-wrap{width:220px;position:absolute;top:70px;left:50%;transform:translate(-50%)rotate(-4deg)}.letter-paper{width:100%;display:block}.goat-sticker{z-index:5;width:90px;position:absolute;top:-38px;left:12px;transform:rotate(-8deg)}.letter-content{z-index:6;position:absolute;top:58px;left:34px;right:28px}.letter-content p{color:#111;margin-bottom:16px;font-family:Special Elite,system-ui;font-size:14px;line-height:1.45}.letter-content span{color:#111;margin-bottom:5px;font-family:Special Elite,system-ui;font-size:11px;display:block}.letter-content h4{color:#ff2d2d;font-family:Special Elite,system-ui;font-size:14px}.social-icons{z-index:6;gap:8px;display:flex;position:absolute;bottom:20px;right:24px}.social-icons a{color:#b36a00;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;text-decoration:none;transition:all .3s;display:flex}.social-icons a:hover{color:#fff;background:#ff2d2d;transform:translateY(-3px)scale(1.08)}@keyframes swing{0%{transform:rotate(3deg)}50%{transform:rotate(-3deg)}to{transform:rotate(3deg)}}@media (width<=768px){.difficult-section{padding:60px 20px 100px}.difficult-title{font-size:18px}.difficult-image{width:170px}.difficult-subtext{margin-bottom:10px;font-size:14px}.hanging-wrapper{transform:scale(.92)}}*{box-sizing:border-box;margin:0;padding:0}body{color:#111;background:#f5f5f5;font-family:Special Elite,system-ui;overflow-x:hidden}
