:root{--black:#000306;--panel:#040507;--white:#fff;--muted:#bfbfbf;--line:rgba(255,255,255,.14);--light:#f0f2f9;--ink:#141414;--shell:min(100% - 160px,1280px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--black);color:var(--white);font-family:'Be Vietnam Pro',sans-serif;font-size:16px;line-height:1.5}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}.section-shell{width:var(--shell);margin-inline:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Playfair Display',serif;font-weight:400;line-height:1.12}.eyebrow{font-size:14px;color:#8c8c8c;margin-bottom:60px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border:1px solid transparent;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:.2s ease}.button:hover{transform:translateY(-1px)}.button-light{background:#fff;color:#262626}.button-outline{border-color:rgba(255,255,255,.32);background:rgba(0,0,0,.32);color:#fff}.button-dark{background:#141414;color:#fff}
.site-header{position:absolute;z-index:30;left:50%;top:0;transform:translateX(-50%);width:var(--shell);height:96px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between}.brand{height:96px;display:flex;gap:20px;align-items:center}.brand img{width:48px;height:48px;object-fit:cover;border-radius:3px}.brand span{display:flex;flex-direction:column;gap:2px}.brand small{font-size:12px;color:var(--muted)}.brand strong{font-size:14px}.desktop-nav{display:flex;align-items:center;gap:46px;font-size:13px}.desktop-nav>a:not(.button){padding-block:20px}.desktop-nav>a:hover{color:#d9d9d9}.menu-toggle,.mobile-menu{display:none}
.hero{min-height:800px;background-image:linear-gradient(63deg,rgba(0,5,12,.72) 35%,rgba(0,0,0,.05) 100%),url('assets/design/hero.webp');background-size:cover;background-position:center}.hero-inner{padding-top:210px}.hero h1{font-size:64px;line-height:1.2;max-width:650px;margin-bottom:28px}.hero-copy{border-top:1px solid var(--line);padding-top:32px;max-width:640px}.hero-copy p{font-size:15px;font-weight:300;line-height:1.65;color:#fcfcfc}.hero-actions{display:flex;gap:16px;margin-top:54px}.hero-actions .button{min-height:48px;padding-inline:18px;font-weight:600}
.section-dark{background:var(--panel)}.portfolio{padding:100px 0 112px}.portfolio-intro{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:88px}.portfolio-heading{display:flex;flex-direction:column;justify-content:space-between;min-height:260px}.portfolio-heading h2{font-size:48px;margin:0}.portfolio-copy{border-left:1px solid var(--line);padding-left:48px;display:flex;flex-direction:column;justify-content:flex-end}.portfolio-copy strong{font-size:15px;line-height:2}.portfolio-copy ul{padding:0;margin:36px 0 0;list-style:none;font-size:13px;color:var(--muted)}.portfolio-copy li{padding:13px 0;border-bottom:1px solid var(--line)}.portfolio-tabs{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;margin-bottom:38px}.portfolio-tabs::-webkit-scrollbar{display:none}.portfolio-tab{white-space:nowrap;border:0;background:#141414;color:#fff;border-radius:6px;padding:11px 16px;cursor:pointer;font-size:13px}.portfolio-tab[aria-selected=true]{background:#fff;color:#262626}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.video-card{position:relative;aspect-ratio:1.64;overflow:hidden;border:1px solid #262626;border-radius:8px;background:#111;color:#fff;text-align:left;padding:0;cursor:pointer}.video-card>img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.video-card:hover>img{transform:scale(1.025)}.video-card::after{content:'';position:absolute;inset:0;background:linear-gradient(25deg,rgba(0,0,0,.75),transparent 65%)}.play{position:absolute;z-index:2;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.46);border:1px solid rgba(255,255,255,.28);font-size:18px;padding-left:3px}.card-copy{position:absolute;z-index:2;left:16px;right:16px;bottom:15px}.card-copy strong,.card-copy span{display:block}.card-copy strong{font-size:18px}.card-copy span{font-size:13px;color:#bfbfbf}.portfolio-grid.single{grid-template-columns:1fr}.portfolio-grid.single .video-card{aspect-ratio:4.2;max-height:310px}
.values{background:#eef0f8;color:var(--ink);padding:92px 0 104px}.values .eyebrow,.about .eyebrow{margin-bottom:46px}.values-heading{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:52px}.values-heading h2{font-size:46px;margin:0}.values-heading>p{font-size:15px;max-width:590px;margin-bottom:5px}.gallery{padding:14px;background:#fff;border:1px solid #d9d9d9;border-radius:9px}.gallery-stage{position:relative;aspect-ratio:2.28;border-radius:5px;overflow:hidden;background:#ddd}.gallery-stage>img{width:100%;height:100%;object-fit:cover}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:4px;background:rgba(0,0,0,.48);color:#fff;cursor:pointer}.gallery-arrow.prev{left:14px}.gallery-arrow.next{right:14px}.gallery-counter{position:absolute;right:10px;bottom:7px;background:rgba(0,0,0,.5);color:#fff;font-size:11px;padding:2px 5px;border-radius:3px}.gallery-thumbs{display:flex;gap:8px;overflow-x:auto;margin-top:12px;padding-bottom:1px;scrollbar-width:thin}.gallery-thumb{flex:0 0 48px;width:48px;height:64px;border:2px solid transparent;border-radius:3px;padding:0;overflow:hidden;cursor:pointer;background:#ddd}.gallery-thumb.active{border-color:#141414}.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.about{background:linear-gradient(145deg,#fff 20%,#edf0f8);color:var(--ink);padding:94px 0 88px}.about-main{display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:center}.about-copy h2{font-size:47px;margin-bottom:50px;max-width:560px}.about-copy p{font-size:14px;max-width:590px;margin-bottom:14px}.about-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:7px}.about-bottom{display:grid;grid-template-columns:1fr 1fr;gap:96px;border-top:1px solid #d9d9d9;margin-top:64px;padding-top:64px}.principles{list-style:none;padding:0;margin:0}.principles li{border-bottom:1px solid #d9d9d9;padding:16px 0;font-size:14px}.project-card{background:#fff;border:1px solid #e5e5e5;border-radius:7px;padding:28px}.project-card h3{font-size:27px;color:#8c8c8c;margin-bottom:12px}.project-card p{font-size:13px;font-weight:600}.project-card .button{font-size:12px}
.footer{background:linear-gradient(#050607,#181818);padding:72px 0 86px}.footer .eyebrow{margin-bottom:42px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:96px}.footer-brand{display:flex;align-items:center;gap:24px}.footer-brand>img{width:88px;height:88px}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{font-size:16px}.footer-brand span{font-size:12px;color:#bfbfbf}.socials{display:flex;gap:9px;margin-top:11px}.socials a{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#595959;font-size:11px}.footer address{font-style:normal;display:flex;flex-direction:column;justify-content:center;gap:11px;font-size:13px}.footer address a,.footer address span{display:block}
.video-modal{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:28px}.video-modal[hidden]{display:none}.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.86)}.video-dialog{position:relative;width:min(1143px,100%);display:grid;grid-template-columns:minmax(0,3fr) minmax(300px,1.08fr);background:#242424;box-shadow:0 28px 80px rgba(0,0,0,.5)}.video-frame{position:relative;aspect-ratio:16/9;background:#000}.video-frame iframe{width:100%;height:100%;border:0}.video-caption{position:absolute;left:18px;bottom:14px;font-weight:600;font-size:18px;text-shadow:0 1px 5px #000}.video-info{padding:28px 32px;position:relative;display:flex;flex-direction:column}.modal-close{position:absolute;right:18px;top:18px;width:48px;height:48px;border:1px solid #bfbfbf;border-radius:9px;background:transparent;color:#fff;font-size:32px;line-height:1;cursor:pointer}.modal-category{font-size:14px;color:#bfbfbf}.video-info h2{font-size:28px;margin:34px 0 16px}.modal-customer{color:#bfbfbf}.video-info p{margin-top:auto;margin-bottom:0;color:#bfbfbf;font-size:14px}
@media(max-width:1100px){:root{--shell:min(100% - 64px,1280px)}.desktop-nav{gap:24px}.hero h1{font-size:56px}.portfolio-heading h2,.values-heading h2,.about-copy h2{font-size:40px}.about-main,.about-bottom{gap:54px}}
@media(max-width:834px){:root{--shell:calc(100% - 80px)}.site-header{height:80px}.brand{height:80px}.brand img{width:40px;height:40px}.brand small{font-size:10px}.brand strong{font-size:12px}.desktop-nav{display:none}.menu-toggle{display:flex;width:40px;height:40px;border:1px solid rgba(255,255,255,.4);border-radius:6px;background:rgba(0,0,0,.3);flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff;cursor:pointer}.menu-toggle span{width:15px;height:1px;background:currentColor}.mobile-menu{position:absolute;right:0;top:70px;width:min(400px,calc(100vw - 32px));background:#151515;border:1px solid #595959;border-radius:8px;padding:28px 30px;flex-direction:column;align-items:flex-start;gap:20px;box-shadow:0 14px 45px rgba(0,0,0,.4)}.mobile-menu:not([hidden]){display:flex}.mobile-menu hr{width:100%;border:0;border-top:1px solid #454545;margin:5px 0 10px}.hero{min-height:820px;background-position:61% center}.hero-inner{padding-top:230px}.hero h1{font-size:58px;max-width:560px}.hero-copy{max-width:100%}.portfolio{padding:80px 0}.portfolio-intro{gap:40px;margin-bottom:64px}.portfolio-heading{min-height:350px}.portfolio-heading h2{font-size:50px}.portfolio-copy{padding-left:40px}.portfolio-grid{grid-template-columns:repeat(2,1fr)}.portfolio-grid.single{grid-template-columns:1fr}.portfolio-grid.single .video-card{aspect-ratio:3.2}.values-heading{display:block}.values-heading>p{margin-top:32px}.gallery-stage{aspect-ratio:1.42}.about-main{grid-template-columns:1fr}.about-copy h2{max-width:720px}.about-image{aspect-ratio:1.32}.about-bottom{grid-template-columns:1fr}.footer-grid{gap:40px}.video-dialog{grid-template-columns:1fr}.video-info{min-height:210px}.video-info p{margin-top:38px}.modal-close{width:40px;height:40px}}
@media(max-width:600px){:root{--shell:calc(100% - 40px)}body{font-size:14px}.site-header{height:64px}.brand{height:64px;gap:10px}.brand img{width:32px;height:32px}.brand small{font-size:8px}.brand strong{font-size:9px}.menu-toggle{width:32px;height:32px}.mobile-menu{top:58px;padding:24px}.hero{min-height:680px;background-position:60% center}.hero-inner{padding-top:150px}.hero h1{font-size:43px;line-height:1.03;max-width:350px;margin-bottom:28px}.hero-copy{padding-top:22px}.hero-copy p{font-size:11px;line-height:1.55}.hero-actions{margin-top:32px;gap:10px}.hero-actions .button{min-height:38px;padding:8px 11px;font-size:10px}.portfolio{padding:58px 0 64px}.portfolio-intro{display:block;margin-bottom:38px}.portfolio-heading{min-height:auto}.portfolio-heading .eyebrow{margin-bottom:38px}.portfolio-heading h2{font-size:41px;line-height:1.05;margin-bottom:44px}.portfolio-copy{border-left:0;padding-left:0}.portfolio-copy strong{font-size:11px;line-height:1.75}.portfolio-copy ul{font-size:10px;margin-top:26px}.portfolio-copy li{padding:11px 0}.portfolio-tabs{margin-right:-20px;margin-left:-20px;padding:0 20px;margin-bottom:25px;gap:9px}.portfolio-tab{font-size:10px;padding:9px 12px}.portfolio-grid{grid-template-columns:1fr;gap:12px}.video-card,.portfolio-grid.single .video-card{aspect-ratio:1.8}.card-copy strong{font-size:16px}.card-copy span{font-size:11px}.play{width:42px;height:42px}.values{padding:58px 0 62px}.eyebrow,.values .eyebrow,.about .eyebrow{font-size:10px;margin-bottom:32px}.values-heading{margin-bottom:32px}.values-heading h2{font-size:38px;line-height:1.08}.values-heading>p{font-size:11px;line-height:1.65}.gallery{padding:7px}.gallery-stage{aspect-ratio:1.25}.gallery-thumb{flex-basis:32px;width:32px;height:42px}.gallery-thumbs{gap:5px;margin-top:7px}.gallery-arrow{width:30px;height:30px}.about{padding:58px 0}.about-main{gap:30px}.about-copy h2{font-size:37px;line-height:1.1;margin-bottom:28px}.about-copy p{font-size:10px}.about-image{aspect-ratio:.83}.about-bottom{margin-top:36px;padding-top:32px;gap:26px}.principles li{font-size:10px;padding:13px 0}.project-card{padding:20px}.project-card h3{font-size:22px}.project-card p{font-size:10px}.footer{padding:48px 0}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-brand{gap:16px}.footer-brand>img{width:62px;height:62px}.footer address{font-size:10px}.video-modal{padding:14px}.video-frame{aspect-ratio:16/9}.video-caption{font-size:13px;left:12px;bottom:9px}.video-info{padding:20px;min-height:190px}.video-info h2{font-size:24px;margin:27px 0 10px}.modal-close{right:12px;top:12px}.video-info p{font-size:11px;margin-top:24px}}
@media(max-width:380px){:root{--shell:calc(100% - 28px)}.hero h1{font-size:38px}.portfolio-heading h2{font-size:36px}.values-heading h2,.about-copy h2{font-size:33px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
.card-copy{min-width:0}.card-copy strong,.card-copy span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
