@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:600 800;font-display:swap;src:url('assets/fonts/barlow.ttf') format('truetype')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:100 900;font-display:swap;src:url('assets/fonts/dm-sans.ttf') format('truetype')}
:root{color-scheme:dark;--bg:#101112;--ink:#f2f0e8;--muted:#aaa9a2;--accent:#ff704b;--line:#ffffff25;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased}body:before{content:'';position:absolute;inset:0 0 auto;height:850px;background:radial-gradient(ellipse at 74% 38%,#ae44291d,transparent 52%);pointer-events:none}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,.showcase:focus-visible{outline:2px solid var(--accent);outline-offset:6px}img{display:block;max-width:100%}.wrap{width:min(1280px,90%);margin-inline:auto}.skip{position:fixed;z-index:20;top:10px;left:10px;transform:translateY(-160%);padding:12px;background:var(--ink);color:var(--bg)}.skip:focus{transform:none}.header{height:112px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-size:25px;font-weight:700;letter-spacing:-1px}.brand img{object-fit:contain}.brand-dot{font-size:11px;vertical-align:top;margin-left:5px}nav{display:flex;gap:42px;font-size:13px}nav a:hover{color:var(--accent)}.contact-link span{padding-left:20px}.hero{position:relative;padding:43px 0 55px;min-height:660px}.eyebrow{font-size:10px;letter-spacing:1.9px;font-weight:600;display:flex;align-items:center;gap:10px}.status-dot{width:7px;height:7px;flex-shrink:0;border-radius:50%;background:var(--accent);box-shadow:0 0 14px #ff704b55}.hero-index{margin-left:auto;color:var(--muted)}h1{font-family:var(--display);font-size:clamp(92px,12.8vw,182px);font-weight:800;letter-spacing:-.04em;line-height:.87;margin:43px 0 42px;position:relative;z-index:1}h1 em{font-style:normal;color:var(--accent)}.second-line{display:inline-block}.hero-bottom{position:relative;z-index:2;display:flex;align-items:center;gap:45px;max-width:760px}.hero-bottom p{font-size:17px;line-height:1.55;letter-spacing:-.4px;margin:0}.hero-bottom .hero-description{font-size:12px;color:var(--muted);letter-spacing:0}.pill{border:1px solid var(--line);border-radius:30px;padding:16px 20px;font-size:12px;display:flex;align-items:center;gap:24px;white-space:nowrap;transition:.2s}.pill:hover{background:var(--accent);color:var(--bg);border-color:var(--accent)}.hero-art{position:absolute;right:-15px;top:165px;width:350px;height:390px;z-index:2;pointer-events:none}.hero-art>img{position:relative;width:310px;transform:rotate(-10deg);filter:drop-shadow(0 22px 35px #0009);animation:float 7s ease-in-out infinite}.orbit{position:absolute;width:350px;height:350px;border:1px solid #ff704b40;border-radius:50%;top:5px;right:20px}.orbit:after{content:'';position:absolute;inset:20px;border:1px dashed #ffffff12;border-radius:50%}.art-label{position:absolute;right:35px;bottom:0;font-size:9px;letter-spacing:1.5px;line-height:1.6;color:var(--muted);transform:rotate(-6deg)}.ticker{border-block:1px solid var(--line);overflow:hidden;padding:16px 0;color:var(--muted);font-size:11px;letter-spacing:2.3px}.ticker>div{white-space:nowrap;width:max-content;animation:marquee 35s linear infinite}.ticker span{color:var(--accent);padding:0 48px;font-size:18px;vertical-align:middle}.work{padding:78px 0 52px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px}.section-head h2,.approach h2{font-size:clamp(34px,4vw,55px);line-height:1.08;font-weight:500;letter-spacing:-2.5px;margin:20px 0 0}h2 em{font-family:Georgia,serif;font-weight:400;color:var(--accent)}.section-head>p{color:var(--muted);font-size:12px;line-height:1.7;margin:0 0 5px}.showcase{margin-top:40px;outline:none}.stage{height:570px;position:relative;perspective:1400px;touch-action:pan-y;isolation:isolate}.project-card{position:absolute;left:50%;top:10px;width:310px;height:530px;padding:7px;border:1px solid #ffffff38;border-radius:22px;background:linear-gradient(140deg,#ffffff15,#ffffff04);box-shadow:0 20px 50px #0005;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.2,.75,.2,1),opacity .6s,filter .6s;transform:translateX(-50%);text-align:left;overflow:hidden;will-change:transform}.project-card[data-position="0"]{z-index:3;transform:translateX(-50%) translateZ(70px);filter:brightness(1)}.project-card[data-position="-1"]{z-index:1;transform:translateX(calc(-50% - 330px)) rotateY(19deg) scale(.91);filter:brightness(.7)}.project-card[data-position="1"]{z-index:1;transform:translateX(calc(-50% + 330px)) rotateY(-19deg) scale(.91);filter:brightness(.7)}.project-card:hover{border-color:#ff704b88;filter:brightness(1)}.card-media{height:100%;border-radius:16px;position:relative;overflow:hidden;background:#282725}.card-media>img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.project-card:hover .card-media>img{transform:scale(1.045)}.card-media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0006,transparent 32%,#0001 44%,#000e 100%)}.card-top{position:absolute;z-index:1;top:20px;left:15px;right:15px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:1px}.format{border:1px solid #ffffff60;border-radius:20px;padding:4px 7px;margin-top:-4px;background:#0002}.play{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:2;display:grid;place-items:center;width:62px;height:62px;border:1px solid #fff8;border-radius:50%;background:#ffffff15;backdrop-filter:blur(10px);transition:.3s}.play svg{width:24px;fill:white;margin-left:2px}.project-card:hover .play{background:var(--accent);border-color:var(--accent)}.card-caption{position:absolute;bottom:24px;left:20px;right:20px;z-index:1}.card-caption>span:first-child{font-size:8px;letter-spacing:1.5px;color:#e5ded6}.card-caption strong{display:block;font-family:var(--display);font-size:57px;font-weight:600;letter-spacing:-1px;line-height:1.2;margin-top:10px}.card-caption p{font-size:11px;line-height:1.5;margin:3px 0 18px;color:#d6d4ce;min-height:32px}.watch-label{display:flex;justify-content:space-between;border-top:1px solid #ffffff40;padding-top:14px;font-size:10px}.watch-label b{font-size:16px;font-weight:400}.carousel-bar{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.carousel-hint{font-size:8px;letter-spacing:1.6px;color:var(--muted)}.carousel-controls{display:flex;align-items:center;gap:25px}.round{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;font-size:18px;transition:.2s}.round:hover{background:var(--accent);border-color:var(--accent);color:#101112}#counter{font-size:10px;letter-spacing:1.5px;min-width:51px}.approach{padding:58px 0 65px;border-block:1px solid var(--line)}.approach-body{display:flex;justify-content:space-between;gap:40px}.approach h2{font-size:54px}.approach-copy{width:43%;padding-top:8px}.approach-copy p{font-size:15px;line-height:1.6;color:var(--muted)}.flow{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;margin-top:28px;padding:20px 0;border-block:1px solid var(--line)}.flow b{font-size:25px;font-weight:400;color:var(--accent)}.approach-copy .fine{font-size:10px;margin:18px 0 0}.cta{padding:85px 0 55px}.cta h2{position:relative;font-family:var(--display);font-size:clamp(90px,11vw,145px);font-weight:700;letter-spacing:-3px;line-height:.92;margin:25px 0 35px}.cta h2 em{font-family:var(--display);font-style:normal;font-weight:700}.cta h2>span{position:absolute;right:20px;top:0;font-family:var(--body);font-weight:400;color:var(--accent);font-size:150px}.cta-bottom{display:flex;justify-content:space-between;align-items:center}.cta-bottom p{font-size:13px;color:var(--muted)}.cta-bottom a{border-bottom:1px solid var(--accent);padding:10px 0;font-size:clamp(14px,2vw,24px);letter-spacing:-.5px}.cta-bottom a span{margin-left:30px;color:var(--accent)}.cta-bottom a:hover{color:var(--accent)}footer{padding:25px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}footer .brand{font-size:19px}footer>span,footer small{font-size:9px;letter-spacing:1.4px;color:var(--muted)}dialog{width:min(1120px,95vw);max-height:92dvh;border:1px solid #ffffff35;border-radius:24px;padding:0;background:#18191a;color:var(--ink);box-shadow:0 40px 120px #000a;overflow:auto}dialog::backdrop{background:#000d;backdrop-filter:blur(14px)}dialog[open]{animation:modal-in .3s ease}.modal{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;padding:50px;position:relative}.close{position:absolute;right:14px;top:14px;z-index:2;background:#101112dd}.modal-story{padding-top:10px}.modal h2{font-family:var(--display);font-size:74px;line-height:1;margin:25px 0 10px;letter-spacing:-1px}.product-name{font-size:14px;color:var(--muted);line-height:1.5}.angle{font-size:20px;line-height:1.5;letter-spacing:-.5px;margin:30px 0}.transformation{display:grid;grid-template-columns:1.2fr 30px 1fr;align-items:center;gap:12px;padding:25px 0;border-block:1px solid var(--line)}.original img{width:100%;height:185px;object-fit:cover;border-radius:12px}.original>span,.result strong{font-size:11px;display:block;margin-top:12px}.original small,.result small{display:block;font-size:8px;color:var(--muted);line-height:1.5;margin-top:5px}.transform-arrow{color:var(--accent);font-size:22px}.result{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:185px;border:1px solid #ff704b44;border-radius:12px;background:radial-gradient(circle,#ff704b20,transparent);text-align:center;padding:10px}.result-icon{font-size:29px;color:var(--accent)}.modal-cta{display:inline-block;color:var(--accent);font-size:11px;margin-top:24px}.film{min-width:0}.film-head{font-size:8px;letter-spacing:1.4px;display:flex;justify-content:space-between;margin:10px 0 14px;color:var(--muted)}video{display:block;width:100%;aspect-ratio:9/16;max-height:73dvh;border-radius:14px;background:#000;object-fit:contain}.film-note{display:block;text-align:center;color:var(--muted);font-size:8px;letter-spacing:1.6px;margin-top:14px}#video-error{font-size:12px;line-height:1.6}#video-error a{color:var(--accent);text-decoration:underline}body.modal-open{overflow:hidden}
@keyframes float{50%{transform:translateY(-14px) rotate(-7deg)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes modal-in{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}
@media(min-width:1450px){.hero-art{right:0;top:190px}}@media(max-width:1100px){.hero-art{width:270px;right:0;top:205px}.hero-art>img{width:250px}.orbit{width:260px;height:260px;right:0}.art-label{bottom:75px;right:0}.hero{min-height:610px}.hero-bottom{gap:25px}.hero-bottom .hero-description{max-width:190px}.project-card[data-position="-1"]{transform:translateX(calc(-50% - 270px)) rotateY(22deg) scale(.85)}.project-card[data-position="1"]{transform:translateX(calc(-50% + 270px)) rotateY(-22deg) scale(.85)}.modal{gap:30px;padding:45px 30px}.angle{font-size:17px}}
@media(max-width:760px){.wrap{width:90%}.header{height:85px}.brand{font-size:22px;gap:8px}.brand img{width:42px;height:41px}nav{gap:22px;font-size:11px}.hero{padding-top:30px;min-height:640px}.hero-index{display:none}.eyebrow{font-size:8px;letter-spacing:1.5px}h1{font-size:clamp(76px,15vw,115px);margin:32px 0 23px;line-height:.91}.hero-art{top:295px;right:-5px;width:210px;height:235px}.hero-art>img{width:200px}.orbit{width:210px;height:210px;top:0}.art-label{bottom:-20px;right:15px;font-size:7px}.hero-bottom{align-items:flex-start;flex-direction:column;gap:18px;max-width:52%;padding-top:25px}.hero-bottom p{font-size:14px}.hero-bottom .hero-description{font-size:10px}.pill{font-size:10px;padding:14px 16px;gap:20px;margin-top:6px}.ticker{font-size:9px;padding:12px 0}.ticker span{padding:0 25px}.work{padding-top:55px}.section-head{display:block}.section-head h2{font-size:36px;letter-spacing:-1.7px}.section-head>p{font-size:11px;margin-top:22px}.showcase{margin-top:30px;overflow:hidden;padding:10px 3px}.stage{height:505px;perspective:1000px}.project-card{width:265px;height:460px}.project-card[data-position="0"]{transform:translateX(-50%) translateZ(15px)}.project-card[data-position="-1"]{transform:translateX(calc(-50% - 200px)) rotateY(25deg) scale(.82);opacity:.65}.project-card[data-position="1"]{transform:translateX(calc(-50% + 200px)) rotateY(-25deg) scale(.82);opacity:.65}.card-caption strong{font-size:50px}.carousel-bar{justify-content:center;margin-top:0}.carousel-hint{display:none}.carousel-controls{gap:32px}.approach{padding:45px 0}.approach-body{display:block}.approach h2{font-size:40px;letter-spacing:-1.5px}.approach-copy{width:100%;padding-top:15px}.approach-copy p{font-size:13px}.flow{margin-top:20px;font-size:12px}.cta{padding-top:60px}.cta h2{font-size:86px;letter-spacing:-2px}.cta h2>span{font-size:70px;right:0;top:7px}.cta-bottom{display:block}.cta-bottom p{font-size:12px}.cta-bottom a{display:inline-block;font-size:17px;margin-top:10px}.cta-bottom a span{margin-left:16px}footer>span{display:none}footer .brand{font-size:17px}footer small{font-size:8px}.modal{grid-template-columns:1fr;padding:45px 22px 25px;gap:30px}.modal-story{padding:0}.modal h2{font-size:58px;margin-top:18px}.product-name{font-size:12px}.angle{font-size:17px;margin:20px 0}.transformation{padding:18px 0;grid-template-columns:1.2fr 22px 1fr}.original img{height:135px}.result{min-height:135px}.film{width:min(100%,360px);margin:auto}video{max-height:68dvh}.film-head{margin-top:0}.close{position:sticky;float:right;top:10px;right:10px;margin:10px 10px -54px auto}.modal .close{position:absolute;top:10px;right:10px;margin:0}dialog{border-radius:18px}}
@media(max-width:360px){nav{gap:12px}.hero-art{width:160px;top:305px}.hero-art>img{width:160px}.orbit{width:165px;height:165px}.hero{min-height:610px}.art-label{bottom:22px}.cta h2{font-size:75px}.cta-bottom a{font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.project-card{will-change:auto}}

@media(min-width:761px){h1{font-size:clamp(92px,11.4vw,164px)}.hero-art{top:255px;width:290px;height:330px}.hero-art>img{width:265px}.orbit{width:290px;height:290px;right:0}.art-label{bottom:0;right:20px}}
@media(max-width:760px){h1{font-size:clamp(65px,18vw,120px);letter-spacing:-.025em}.hero{min-height:585px}.hero-art{top:275px;width:180px;height:245px;right:0}.hero-art>img{width:180px;height:auto}.orbit{width:180px;height:180px}.art-label{bottom:15px;right:7px}.hero-bottom{padding-top:26px;max-width:51%}.cta h2{font-size:clamp(72px,22vw,120px)}}
@media(max-width:360px){h1{font-size:58px}.hero-art{top:260px;width:150px;height:220px}.hero-art>img{width:150px}.orbit{width:150px;height:150px}.hero-bottom p{font-size:12px}.hero-bottom .hero-description{font-size:9px}.cta h2{font-size:70px}}
@media(min-width:761px) and (max-width:1000px){.showcase{overflow:hidden;padding:18px 3px}.carousel-hint{font-size:7px;letter-spacing:1px}}