:root{--red-deep:#5E0D11;--red-mid:#9E2A22;--red-glow:#E98F70;--ink:#151312;--cream:#FFF4EE;--cream-dim:#FFD9CC;--grey:#A69B94;--grey-on-light:#6B615B;--font-display:"Anton",sans-serif;--font-body:"Inter",sans-serif;--pad-x:clamp(20px,5vw,96px)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--cream);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:var(--red-glow);color:var(--ink)}:focus{outline:none}:focus-visible{outline:2px solid var(--red-glow);outline-offset:3px;border-radius:4px}.btn:focus-visible,.tag:focus-visible,.menu-toggle:focus-visible,.contact-chip:focus-visible,.work-tag:focus-visible{border-radius:999px}.showreel:focus-visible,.work-media:focus-visible{border-radius:24px}.testimonials :focus-visible{outline-color:var(--red-deep)}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}.reveal{opacity:0;transform:translateY(40px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.reveal.in{opacity:1;transform:none}.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.page{padding:clamp(8px,1vw,16px) clamp(8px,1vw,16px) 0}.hero{position:relative;background:linear-gradient(225deg,#e98f70 -5%,#8e1e1a,#600e12 105%);border-radius:32px;padding:clamp(20px,3vw,36px) calc(var(--pad-x) - clamp(8px,1vw,16px)) clamp(44px,5vw,72px);display:flex;flex-direction:column;gap:clamp(36px,4vw,56px);overflow:hidden;isolation:isolate}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.5;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.06'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}nav{display:flex;justify-content:space-between;align-items:center;gap:16px}.wordmark{font-family:var(--font-display);font-size:26px;letter-spacing:1px;color:var(--cream)}.nav-links{display:flex;gap:clamp(18px,2.5vw,36px);align-items:center}.nav-links a{color:var(--cream-dim);font-size:15px;position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:var(--cream);transition:width .3s}.nav-links a:hover:after{width:100%}.btn{display:inline-flex;align-items:center;gap:12px;background:var(--cream);color:var(--ink);border-radius:999px;padding:13px 26px;font-size:15px;font-weight:600;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;will-change:transform}.btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 12px 32px #00000059}.btn svg{transition:transform .3s}.btn:hover svg{transform:translate(2px,-2px)}.nav-right{display:flex;align-items:center;gap:14px}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,244,238,.5);align-items:center}.menu-toggle span{display:block;width:18px;height:2px;background:var(--cream);transition:transform .3s,opacity .3s}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;gap:8px;padding:8px 0 16px}.mobile-menu a{font-family:var(--font-display);font-size:32px;color:var(--cream);padding:6px 0}.mobile-menu .btn{font-family:var(--font-body);font-size:16px;align-self:flex-start;margin-top:12px}.showreel{text-align:left;font-family:inherit;color:inherit;border:none;background:none}.headline-area{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.headline-block{max-width:760px;display:flex;flex-direction:column;gap:32px}h1{font-family:var(--font-body);font-weight:500;font-size:clamp(26px,2.6vw,40px);line-height:1.25;color:var(--cream)}.tags{display:flex;flex-wrap:wrap;gap:12px}.tag{border:1px solid rgba(255,217,204,.7);border-radius:999px;padding:10px 20px;font-size:14px;color:var(--cream-dim);transition:background .3s,color .3s,border-color .3s;cursor:default}.tag:hover{background:var(--cream);color:var(--red-deep);border-color:var(--cream)}.sparkle{flex:none;width:110px;height:110px;position:relative;animation:sparkleSpin 14s linear infinite}@keyframes sparkleSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.sparkle{animation:none}}.sparkle i{position:absolute;width:12px;height:12px;background:var(--cream)}.sparkle i.g{background:var(--red-glow)}.partners{display:flex;flex-direction:column;gap:22px}.partners-label{color:var(--red-glow);font-size:12px;font-weight:600;letter-spacing:2.5px}.logo-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;opacity:.75;color:var(--cream-dim)}.logo-row span{white-space:nowrap}.lg-1{font-family:var(--font-display);font-size:20px;letter-spacing:1px}.lg-2{font-weight:800;font-size:18px;letter-spacing:1px}.lg-3{font-weight:300;font-size:20px;font-style:italic;letter-spacing:1px}.lg-4{font-weight:600;font-size:18px;font-style:italic;letter-spacing:1px}.display-statement{display:flex;flex-direction:column;gap:clamp(8px,1vw,16px)}.display-line{font-family:var(--font-display);font-weight:400;color:var(--cream);font-size:clamp(52px,11vw,210px);line-height:.95;letter-spacing:.5px;white-space:nowrap}.meets-row{display:flex;justify-content:space-between;align-items:center;gap:32px}.creation-row{display:flex;gap:clamp(20px,3vw,48px);align-items:flex-end}.showreel{position:relative;flex:none;width:clamp(240px,26vw,400px);aspect-ratio:400/230;border-radius:24px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;padding:20px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.showreel:hover{transform:scale(1.02)}.showreel video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.showreel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#15131240;z-index:0}.showreel>*{position:relative;z-index:1}.reel-top{display:flex;justify-content:space-between;font-size:12px;font-weight:600;letter-spacing:2px}.reel-top .time{color:var(--cream-dim);letter-spacing:1px}.reel-center{flex:1;display:flex;align-items:center;justify-content:center}.play-btn{width:64px;height:64px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.showreel:hover .play-btn{transform:scale(1.12)}.photo-card{position:relative;flex:1;height:clamp(180px,22vw,320px);min-width:200px;border-radius:28px;overflow:hidden;display:flex;align-items:flex-end;padding:20px}.photo-card video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.contact-chip{position:relative;display:flex;align-items:center;gap:14px;background:#151312cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:10px 18px 10px 10px;transition:transform .3s}.contact-chip:hover{transform:translateY(-3px)}.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--red-glow),var(--red-deep));display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:16px;color:var(--cream)}.contact-chip .t1{font-size:14px;font-weight:600;color:var(--cream);display:block}.contact-chip .t2{font-size:12px;color:var(--cream-dim)}section{padding:clamp(70px,9vw,130px) var(--pad-x)}.sec-label{font-size:15px;font-weight:500;letter-spacing:3px;color:var(--red-glow)}.sec-title{font-family:var(--font-display);font-weight:400;color:var(--cream);font-size:clamp(44px,7.8vw,150px);line-height:1;margin-top:20px}.services-list{margin-top:clamp(40px,5vw,80px)}.service-row{display:flex;justify-content:space-between;align-items:center;gap:32px;border-top:1px solid rgba(255,244,238,.2);padding:clamp(28px,3vw,44px) 0;transition:padding .35s cubic-bezier(.16,1,.3,1)}.service-row:hover{padding-left:16px}.service-left{display:flex;align-items:center;gap:clamp(20px,3vw,48px)}.service-num{color:var(--red-glow);font-size:16px;font-weight:500;flex:none}.service-title{font-family:var(--font-display);font-weight:400;font-size:clamp(28px,3.2vw,60px);color:var(--cream);transition:color .3s}.service-row:hover .service-title{color:var(--red-glow)}.service-right{display:flex;align-items:center;gap:clamp(24px,3.5vw,56px)}.service-desc{max-width:420px;color:var(--cream-dim);font-size:16px;line-height:1.5;opacity:.85}.service-arrow{flex:none;width:72px;height:72px;border-radius:50%;border:1px solid rgba(255,244,238,.35);display:flex;align-items:center;justify-content:center;transition:background .35s,transform .35s}.service-row:hover .service-arrow{background:var(--cream);transform:rotate(45deg)}.service-arrow svg{stroke:var(--cream);transition:stroke .35s}.service-row:hover .service-arrow svg{stroke:var(--ink)}.work{background:linear-gradient(205deg,#c4573c -5%,#8e1e1a 55%,#600e12 105%);border-radius:32px;margin:0 clamp(8px,1vw,16px);padding:clamp(70px,9vw,130px) calc(var(--pad-x) - clamp(8px,1vw,16px)) clamp(80px,9vw,140px)}.work .sec-label{color:var(--cream)}.work-header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;flex-wrap:wrap}.work-note{max-width:340px;color:var(--cream-dim);font-size:16px;line-height:1.5}.work-grid{display:flex;flex-direction:column;gap:36px;margin-top:clamp(40px,5vw,80px)}.work-row{display:grid;gap:36px}.work-row.r-wide-narrow{grid-template-columns:1.6fr 1fr}.work-row.r-narrow-wide{grid-template-columns:1fr 1.6fr}.work-card{display:flex;flex-direction:column;gap:24px;min-width:0}.work-media{position:relative;border-radius:24px;overflow:hidden;height:clamp(260px,34vw,520px);background:#2a1210}.work-media.tall{height:clamp(260px,40vw,620px)}.work-media img,.work-media video{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.work-card:hover .work-media img,.work-card:hover .work-media video{transform:scale(1.05)}.work-media .hover-hint{position:absolute;top:16px;right:16px;background:#151312bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:999px;padding:8px 16px;font-size:12px;font-weight:600;letter-spacing:1.5px;opacity:0;transform:translateY(-6px);transition:opacity .3s,transform .3s}.work-card:hover .hover-hint{opacity:1;transform:none}.work-meta{display:flex;justify-content:space-between;align-items:center;gap:16px}.work-name{font-family:var(--font-display);font-weight:400;font-size:clamp(20px,1.8vw,30px);color:var(--cream)}.work-tag{border:1px solid rgba(255,244,238,.4);border-radius:100px;padding:10px 20px;font-size:14px;font-weight:500;color:var(--cream);white-space:nowrap}.testimonials{background:var(--cream);color:var(--ink);border-radius:32px 32px 0 0;margin-top:clamp(70px,9vw,130px)}.testimonials .sec-label{color:var(--red-mid)}.testi-body{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(48px,6vw,100px);margin-top:clamp(40px,5vw,72px)}.big-quote{display:flex;flex-direction:column;gap:36px}.quote-text{font-family:var(--font-display);font-weight:400;color:var(--red-deep);font-size:clamp(34px,4vw,76px);line-height:1.05}.attribution{display:flex;align-items:center;gap:20px}.attribution .avatar{width:56px;height:56px;border-radius:50%;font-size:22px}.who .name{font-size:17px;font-weight:600;color:var(--ink)}.who .role{font-size:14px;color:var(--grey-on-light)}.side-quotes{display:flex;flex-direction:column}.side-quote{border-top:1px solid rgba(94,13,17,.15);padding:32px 0;display:flex;flex-direction:column;gap:14px}.side-quote p{font-size:19px;font-weight:500;line-height:1.45;color:var(--ink)}.side-quote .by{font-size:14px;color:var(--grey-on-light)}.cta-footer{background:var(--ink);padding:clamp(90px,10vw,150px) var(--pad-x) 60px}.cta-type{margin-top:clamp(32px,4vw,56px)}.cta-line{font-family:var(--font-display);font-weight:400;color:var(--cream);font-size:clamp(46px,11.5vw,230px);line-height:1;white-space:nowrap}.cta-line .big{color:var(--red-glow);display:inline-block;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.cta-line:hover .big{transform:scale(1.08) rotate(-2deg)}.cta-actions{display:flex;align-items:center;gap:clamp(20px,3vw,36px);margin-top:clamp(32px,4vw,56px);flex-wrap:wrap}.cta-actions .btn{padding:24px 44px;font-size:19px}.cta-email{font-size:19px;font-weight:500;position:relative}.cta-email:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:var(--red-glow);transform:scaleX(0);transform-origin:left;transition:transform .35s}.cta-email:hover:after{transform:scaleX(1)}footer{margin-top:clamp(80px,10vw,120px);display:flex;flex-direction:column;gap:40px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;border-top:1px solid rgba(255,244,238,.2);padding-top:40px}.footer-wordmark{font-family:var(--font-display);font-size:34px}.footer-links{display:flex;gap:clamp(20px,3vw,40px);flex-wrap:wrap}.footer-links a{color:var(--cream-dim);font-size:15px;font-weight:500;transition:color .3s}.footer-links a:hover{color:var(--cream)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.footer-bottom,.footer-bottom a{color:var(--grey);font-size:13px}.socials{display:flex;gap:28px}.socials a{font-weight:500;transition:color .3s}.socials a:hover{color:var(--red-glow)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#151312eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,64px);animation:lbIn .25s ease}@keyframes lbIn{0%{opacity:0}to{opacity:1}}.lightbox-inner{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:20px}.lightbox-inner video,.lightbox-inner img{width:100%;max-height:78vh;object-fit:contain;border-radius:16px;background:#000}.lightbox-meta{display:flex;justify-content:space-between;align-items:center;gap:16px}.lightbox-name{font-family:var(--font-display);font-size:clamp(18px,1.6vw,26px);color:var(--cream)}.lightbox-close{position:absolute;top:clamp(16px,3vw,40px);right:clamp(16px,3vw,40px);width:52px;height:52px;border-radius:50%;background:var(--cream);color:var(--ink);display:flex;align-items:center;justify-content:center;transition:transform .3s}.lightbox-close:hover{transform:rotate(90deg)}button.work-media{width:100%;padding:0;cursor:pointer;display:block}.contact-form{margin-top:clamp(48px,6vw,88px);max-width:720px;display:flex;flex-direction:column;gap:24px}.contact-form label{display:flex;flex-direction:column;gap:10px;flex:1}.contact-form label span{font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--red-glow)}.contact-form input,.contact-form textarea{background:none;border:none;border-bottom:1px solid rgba(255,244,238,.3);padding:12px 2px;font:inherit;font-size:17px;color:var(--cream);border-radius:0;resize:vertical;transition:border-color .3s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#fff4ee59}.contact-form input:focus,.contact-form textarea:focus{border-bottom-color:var(--red-glow);outline:none}.contact-form .form-row{display:flex;gap:32px}.contact-form .btn{align-self:flex-start;margin-top:8px}@media(max-width:640px){.contact-form .form-row{flex-direction:column}}.about-hero{gap:clamp(40px,5vw,72px);padding-bottom:clamp(48px,5vw,80px)}.about-intro{display:flex;flex-direction:column;gap:28px;padding-top:clamp(24px,4vw,64px)}.about-hero .sec-label{color:var(--cream-dim)}.about-title{font-family:var(--font-display);font-weight:400;color:var(--cream);font-size:clamp(56px,10vw,190px);line-height:.95}.about-title .glow{color:var(--red-glow)}.about-lede{max-width:620px;font-size:clamp(17px,1.4vw,21px);line-height:1.55;color:var(--cream-dim)}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-top:1px solid rgba(255,244,238,.25);padding-top:clamp(28px,3vw,44px)}.stat{display:flex;flex-direction:column;gap:8px}.stat-num{font-family:var(--font-display);font-size:clamp(36px,4vw,72px);color:var(--cream);line-height:1}.stat-label{font-size:14px;color:var(--cream-dim);letter-spacing:.5px}.about-story{display:flex;flex-direction:column;gap:clamp(48px,6vw,88px)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,100px);align-items:start}.story-title{font-size:clamp(40px,5.5vw,110px)}.story-copy{display:flex;flex-direction:column;gap:22px;max-width:560px;padding-top:8px}.story-copy p{font-size:clamp(16px,1.2vw,18px);line-height:1.65;color:var(--cream-dim)}.story-reel{border-radius:28px;overflow:hidden;height:clamp(240px,34vw,540px)}.story-reel video{width:100%;height:100%;object-fit:cover}.about-values .service-row{cursor:default}.about-values .service-row:hover{padding-left:0}.about-values .service-row:hover .service-title{color:var(--red-glow)}.founder{padding-top:0}.founder-card{background:linear-gradient(225deg,#e98f70 -20%,#8e1e1a 55%,#600e12 110%);border-radius:32px;padding:clamp(48px,6vw,100px) clamp(28px,5vw,88px)}.founder-quote{display:flex;flex-direction:column;gap:40px;max-width:1000px}.founder-quote .quote-text,.founder-quote .who .name{color:var(--cream)}.founder-quote .who .role{color:var(--cream-dim)}@media(max-width:900px){.story-grid{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr);row-gap:36px}}@media(max-width:1100px){.service-row{flex-direction:column;align-items:flex-start;gap:20px}.service-right{width:100%;justify-content:space-between}.work-row.r-wide-narrow,.work-row.r-narrow-wide,.testi-body{grid-template-columns:1fr}}@media(max-width:820px){.nav-links,.nav-cta{display:none}.menu-toggle,.mobile-menu{display:flex}.headline-area{flex-direction:column}.sparkle{align-self:flex-end;width:80px;height:80px;transform:scale(.75);transform-origin:top right}.meets-row{flex-direction:column-reverse;align-items:flex-start}.creation-row{flex-direction:column;align-items:stretch}.showreel{width:100%}.display-line,.cta-line{white-space:normal}}
