:root{--bg:#101010;--panel:#171717;--ink:#f4f4f2;--muted:#a3a3a3;--red:#ee3339;--line:#303030}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px}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{outline:2px solid var(--red);outline-offset:6px}button{background:none;border:0}header{position:absolute;top:0;left:0;width:100%;height:104px;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:0 5.5%;border-bottom:1px solid #ffffff30}.brand img{object-fit:contain;width:142px;height:65px}nav{display:flex;align-items:center;gap:30px}nav a{font-size:14px;font-weight:600;position:relative;padding:14px 0}nav a.active:after{content:'';position:absolute;bottom:3px;left:0;width:22px;height:2px;background:var(--red)}nav a:hover,.text-link:hover{color:var(--red)}.header-contact{font-size:14px;font-weight:700;border-bottom:1px solid #ffffff70;padding:13px 0}.header-contact span{margin-left:20px;color:var(--red);font-size:22px}.menu-toggle{display:none}.hero{position:relative;min-height:780px;height:94svh;max-height:1080px;isolation:isolate;overflow:hidden}.hero-media,.hero-shade{position:absolute;inset:0;z-index:-2}.hero-poster{width:100%;height:100%;object-fit:cover}.hero-media iframe{position:absolute;width: max(100vw, 178vh);height:max(56.25vw,100vh);left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;border:0}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.25)),linear-gradient(0deg,#101010 0%,transparent 36%,#0005 100%)}.hero-content{padding:210px 7% 120px;max-width:1400px}.eyebrow{font-size:12px;letter-spacing:2.5px;font-weight:700;margin:0 0 26px;display:flex;align-items:center;gap:12px}.eyebrow>span{background:var(--red);width:24px;height:2px}h1,h2,h3{font-family:'Barlow Condensed',Impact,sans-serif;margin:0;font-weight:600}h1{font-size:clamp(70px,7.8vw,120px);line-height:.98;letter-spacing:.2px}h1 em{font-style:normal;color:var(--red)}.hero-description{font-size:16px;line-height:1.85;color:#d3d3d3;margin:29px 0 32px}.hero-actions{display:flex;align-items:center;gap:35px}.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:18px 25px;font-size:14px;font-weight:700;transition:background .2s}.red{background:var(--red)}.red:hover{background:#cb242a}.watch{display:flex;gap:14px;align-items:center;font-size:14px}.play{border:1px solid #ffffff70;width:51px;height:51px;border-radius:50%;display:grid;place-items:center;font-size:13px;padding-left:3px}.hero-bottom{position:absolute;bottom:32px;left:7%;right:7%;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:2px}.hero-bottom a span{font-size:24px;margin-left:17px}#motion{font-size:12px;color:#ccc;letter-spacing:0}.hero-index{position:absolute;right:6%;top:49%;display:flex;align-items:center;gap:12px;writing-mode:vertical-rl;font-size:12px;color:#ddd}.hero-index i{height:72px;width:1px;background:#aaa}.ticker{display:flex;align-items:center;justify-content:space-around;gap:30px;overflow:hidden;padding:26px 30px;border-bottom:1px solid var(--line);border-top:1px solid var(--line);white-space:nowrap;font-family:'Barlow Condensed',sans-serif;font-size:25px;font-weight:600;letter-spacing:1.5px}.ticker b{color:var(--red);font-size:31px}.section{padding:110px 7%;max-width:1700px;margin:auto}.about{display:grid;grid-template-columns:1fr 2.1fr}.about>.eyebrow{align-self:start;padding-top:10px}h2{font-size:clamp(48px,4.6vw,76px);line-height:1.05}h2 span{color:var(--muted)}.about-copy{display:grid;grid-template-columns:1fr 1fr;gap:0 40px;margin-top:30px}.about-copy p{color:var(--muted);font-size:15px;line-height:1.9;margin:0}.text-link{font-size:14px;display:inline-block;padding:16px 0 9px;border-bottom:1px solid #666;width:fit-content}.about-copy .text-link{margin-top:16px}.projects{background:#151515;max-width:none}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.section-heading .text-link{margin-bottom:5px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 26px}.project-card .cover{position:relative;aspect-ratio:16/9;overflow:hidden;background:#242424}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s,filter .5s;filter:saturate(.8)}.project-card:hover img{transform:scale(1.035);filter:saturate(1)}.cover .play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#0004}.project-card h3{font-family:Manrope,sans-serif;font-size:16px;font-weight:600;line-height:1.5;margin:15px 0 6px}.project-card .category{font-size:11px;letter-spacing:1.5px;color:var(--muted);text-transform:uppercase}.project-card a{display:block}.services{display:grid;grid-template-columns:repeat(3,1fr);margin-top:50px;border-top:1px solid var(--line)}.services article{padding:35px 35px 10px 0}.services article+article{border-left:1px solid var(--line);padding-left:35px}.services article>span{color:var(--red);font-size:13px}.services h3{font-size:36px;line-height:1.05;margin:28px 0 22px}.services p{color:var(--muted);font-size:15px;line-height:1.9;max-width:350px}.architecture{position:relative;min-height:580px;isolation:isolate;display:flex;align-items:center}.architecture>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.architecture:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#000c,#0002)}.architecture-content{padding:85px 7%}.architecture h2 span{color:#fff}.architecture p:not(.eyebrow){line-height:1.9;color:#ddd;margin:26px 0 30px}.contact h2{font-size:clamp(66px,7.3vw,116px)}.contact h2 span{color:var(--red)}.contact-bottom{margin-top:40px;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-bottom p{color:var(--muted);font-size:15px;line-height:1.9}.outline{border:1px solid #777}.outline:hover{background:#252525}footer{margin:0 7%;padding:28px 0;display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}footer .brand img{width:115px}dialog{width:min(1000px,94vw);padding:22px;border:1px solid #444;background:#141414;color:white}dialog::backdrop{background:#000d;backdrop-filter:blur(6px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.dialog-top h2{font:600 16px Manrope,sans-serif}.dialog-top button{font-size:25px;min-width:44px;min-height:44px}#film-frame{aspect-ratio:16/9;background:#000}#film-frame iframe{width:100%;height:100%;border:0}#youtube-link{display:inline-block;font-size:14px;margin-top:18px}.skip{position:fixed;left:20px;top:-100px;background:var(--red);padding:15px;z-index:99}.skip:focus{top:10px}@media(min-width:1700px){.hero-content{padding-top:24vh}}@media(max-width:1100px){nav{gap:17px}.header-contact{display:none}.hero{min-height:730px}.hero-content{padding-top:200px}.about{grid-template-columns:1fr;gap:15px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ticker{justify-content:flex-start}.hero-index{display:none}}@media(max-width:700px){header{height:84px;padding:0 6%}.brand img{width:120px;height:58px}.menu-toggle{display:block;font-size:28px;padding:10px}nav{display:none;position:absolute;left:0;right:0;top:84px;background:#151515;padding:24px 7%;flex-direction:column;align-items:stretch;gap:5px;border-bottom:1px solid #444}nav.open{display:flex}.hero{height:90svh;min-height:710px;max-height:900px}.hero-content{padding:180px 7% 100px}h1{font-size:clamp(55px,12vw,80px);line-height:1.03}.eyebrow{font-size:10px;letter-spacing:1.5px}.hero-description{font-size:14px;line-height:1.85}.hero-description br{display:none}.hero-actions{gap:20px;flex-wrap:wrap}.button{font-size:13px;padding:16px 19px}.watch{font-size:13px}.hero-bottom{bottom:25px;font-size:10px}.hero-bottom>span{display:none}.hero-bottom a{letter-spacing:1px}.hero-bottom a span{margin-left:5px}.ticker{font-size:20px;padding:18px 20px;gap:24px}.section{padding:70px 7%}h2{font-size:49px}.about-copy{grid-template-columns:1fr;gap:20px}.section-heading{align-items:start;gap:25px;flex-direction:column}.project-grid{grid-template-columns:1fr;gap:30px}.services{grid-template-columns:1fr}.services article{padding:28px 0}.services article+article{padding:28px 0;border-left:0;border-top:1px solid var(--line)}.services h3{margin:20px 0;font-size:34px}.architecture{min-height:540px}.architecture-content{padding:70px 7%}.architecture h2{font-size:48px}.architecture p:not(.eyebrow){font-size:14px}.architecture p br{display:none}.contact h2{font-size:65px}.contact-bottom{align-items:start;flex-direction:column;gap:16px}footer{flex-wrap:wrap;gap:18px}footer>span{width:100%;order:4;font-size:11px}footer .brand{margin-right:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
[hidden]{display:none!important}.gallery-more{display:flex;margin:45px auto 0;min-width:250px}
.contact-location{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;margin-top:55px;padding-top:45px;border-top:1px solid var(--line)}.contact-location h3{font-size:32px}.contact-location address{font-style:normal;line-height:1.9;color:var(--muted);margin-top:20px}.contact-location iframe{width:100%;height:400px}@media(max-width:700px){.contact-location{grid-template-columns:1fr}.contact-location iframe{height:320px}}
