/* Approved terrace composition. Background and landing share viewport-width coordinates. */
.terrace-world{background:#091a22 url('portfolio-background.webp') center top/100% auto no-repeat;height:max(100svh,100vw);transform-origin:center top}
.terrace-world:after{background:linear-gradient(180deg,transparent 45vw,#091a22 95vw)}
.work{max-width:none;margin:0;padding:5.1vw 3.5vw 70px;background:transparent;min-height:100svh}
.work-top{padding-left:1.2vw;font-size:clamp(10px,.9vw,15px);letter-spacing:.32em;color:#fff}
.work-heading{position:static;display:block;margin:1.4vw 0 2.8vw;padding-left:1.2vw;min-height:0}
.work h2{font-size:6.65vw;line-height:.96;letter-spacing:-.06em;font-weight:700;width:44%;text-shadow:0 3px 30px #03182255}
.work h2 em{color:#fff3da}
.dragon-landing{position:absolute;left:35%;top:7.1vw;width:32%;margin:0;aspect-ratio:1672/941}
.landing-ring{left:28%;right:17%;bottom:10%;height:4%;border:0;background:#02111688;filter:blur(5px);box-shadow:none}
.filters{margin:0 0 2.55vw;padding-left:1.2vw;gap:12px}
.filters button{border-radius:9px;padding:14px 28px;font-size:clamp(12px,1.05vw,17px);border-color:#e7e0cf99;color:#fff;background:#03121d99;min-width:110px}
.filters button[aria-pressed=true]{background:#fff3da;border-color:#fff3da}
.work-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 20px;perspective:1200px}
.project{border:1px solid #d1c6ae88;border-radius:12px;background:#0a1820;box-shadow:0 12px 35px #0005;overflow:visible}
.project-art{border-radius:11px 11px 0 0;aspect-ratio:2/1}
.project-details{border-radius:0 0 11px 11px;background:linear-gradient(130deg,#11212ae8,#091117f5);border-bottom:0;padding:17px 16px;min-height:65px;gap:8px}
.project h3{font-size:clamp(16px,1.35vw,24px)}
.project-details>span{font-size:8px;letter-spacing:.08em;max-width:90px;text-align:right}
.play{height:37px;width:37px;right:13px;bottom:13px;font-size:19px;background:#071923b3;color:#fff;border:1px solid #f4dfb3b0;backdrop-filter:blur(8px)}
.work-end{margin-top:55px;background:#071923cc}
@media(max-width:800px){.work{padding:42px 5%}.work-top{padding:0;font-size:10px}.work-heading{padding:0;margin:22px 0 30px}.work h2{font-size:8.3vw;width:62%}.dragon-landing{left:55%;top:67px;width:43%}.filters{padding:0;margin-bottom:25px;gap:8px}.filters button{padding:11px 14px;min-width:0}.work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.terrace-world{background-size:auto 750px;background-position:48% top;height:1800px}.project-details{padding:12px;min-height:66px;align-items:start;flex-direction:column}.project-details>span{text-align:left;max-width:none}.terrace-world:after{background:linear-gradient(180deg,transparent 350px,#091a22 800px)}}
@media(max-width:480px){.work-grid{grid-template-columns:1fr}.project h3{font-size:20px}.project-details{flex-direction:row;align-items:center}.work h2{font-size:9vw}.dragon-landing{top:76px;left:54%;width:46%}.work-end a{font-size:20px}}
body{overflow-x:clip}
.scene-flight{position:fixed;inset:0;width:100%;height:100svh;object-fit:cover;object-position:center;z-index:0;pointer-events:none;opacity:0;background:#091a22;will-change:transform}
.hero,.work{z-index:2}.work{position:relative}.portal-passage{position:relative;z-index:1}
@media(prefers-reduced-motion:reduce){.scene-flight{display:none}}
.hero .shade{opacity:calc(1 - var(--depart,0))}
/* One continuous video surface: exact endpoint holds, no scene crossfade. */
.scene-flight{opacity:1;transition:none;background:#091a22}
@media(prefers-reduced-motion:reduce){.scene-flight{display:block}}
html.flight-playing{scroll-behavior:auto!important}

/* Typography travels as foreground geometry while the camera is moving. */
.hero .copy{transform:perspective(1200px) translate3d(0,var(--copy-y,0px),0) scale(var(--copy-scale,1)) rotateX(var(--copy-rotate,0deg));transform-origin:35% 35%;will-change:transform,opacity}
.work{transform:translate3d(0,var(--arrival-y,0px),0) scale(var(--arrival-scale,1));transform-origin:50% 0;will-change:transform}
@media(prefers-reduced-motion:reduce){.hero .copy,.work{transform:none!important}}
.hero .shade{position:fixed;inset:0;height:100svh;pointer-events:none}

/* The next terrace enters from lower right as the upper scene passes upper left. */
.hero .copy{transform:perspective(1400px) translate3d(var(--copy-x,0px),var(--copy-y,0px),0) scale(var(--copy-scale,1)) rotateY(var(--copy-rotate,0deg));transition:none}
.work{transform:perspective(1500px) translate3d(var(--arrival-x,0px),var(--arrival-y,0px),0) rotateY(var(--arrival-turn,0deg)) rotateX(var(--arrival-tilt,0deg)) scale(var(--arrival-scale,1));transform-origin:35% 15%;transition:none}
.flight-playing .project.depth-card{opacity:1;transform:none;transition:none}
/* All first-screen UI shares the same delayed departure as the headline. */
.hero header,.hero footer{transform:translate3d(0,var(--copy-y,0px),0);opacity:calc(1 - var(--depart,0));transition:none;will-change:transform,opacity}
@media(prefers-reduced-motion:reduce){.hero header,.hero footer{transform:none!important}}

/* Pin one UI plane: no JS compensation of native compositor scrolling. */
.hero-ui{position:fixed;inset:0;height:100svh;z-index:2;pointer-events:none;transform:translate3d(0,var(--copy-y,0px),0);opacity:calc(1 - var(--depart,0));will-change:transform,opacity}
.hero-ui header,.hero-ui .copy,.hero-ui footer{transform:none!important;opacity:1!important;will-change:auto;transition:none}
.hero-ui a,.hero-ui button{pointer-events:auto}

/* Brief focus pull across the idle-to-flight cut; text remains crisp. */
.world,.dragon-traveller,.scene-flight{filter:blur(var(--seam-blur,0px))}
.hero-ui{transform:translate3d(0,calc(var(--copy-y,0px) + var(--seam-lift,0px)),0)}

.terrace-world{filter:blur(var(--seam-blur,0px))}
/* Match the landing silhouette to the flight endpoint (1278×720 reference). */
@media(min-width:801px){.dragon-landing{left:35.7%;top:8.2vw;width:31.6%}}

/* Full-scene idle shares the flight framing and keeps the dragon in its lighting. */
.landing-idle-video{display:block;width:100%;height:auto;aspect-ratio:1278/720;object-fit:fill}
.terrace-world{background-image:none}

/* Match the new idle clip to the uncompressed flight endpoint. */
.landing-idle-video{filter:brightness(1.048) contrast(0.964) saturate(1.098)}

/* Keep the lower edge identical before and after the landing cut. */
.scene-flight{mask-image:linear-gradient(to bottom,#000 var(--scene-edge,100%),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 var(--scene-edge,100%),transparent 100%)}
.landing-idle-video{mask-image:linear-gradient(to bottom,#000 75%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 75%,transparent 100%)}
.terrace-world{background:transparent}
.terrace-world:after{display:none}
/* Both rows belong to the arriving scene and stay fully visible. */
.work-grid .project.depth-card{opacity:1;transform:none;transition:none}

/* Studio chapter continues the terrace palette with room for the story. */
.about-studio{position:relative;z-index:2;isolation:isolate;padding:90px 5% 110px;background:radial-gradient(ellipse at 10% 85%,#98794726,transparent 48%),linear-gradient(#0b2028,#091a22);scroll-margin-top:30px;overflow:hidden}
.about-kicker{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.24em;color:#dbcda9;margin-bottom:65px}
.about-kicker span{color:#8ba3aa;font-size:10px}.about-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:7vw;max-width:1540px;margin:auto}.about-studio h2{font-size:clamp(48px,6.1vw,104px);line-height:1.02;letter-spacing:-.055em;margin:0}.about-studio em{font-style:normal;color:#fff0cf}.about-story>p{font-size:18px;line-height:1.65;color:#afc0c4;max-width:620px;margin:22px 0}.about-story .about-lead{font-size:clamp(23px,2.15vw,34px);line-height:1.4;color:#f0f4f1;margin-top:0}.about-services{margin-top:40px}.about-services>div{position:relative;padding:23px 0 23px 45px;border-top:1px solid #e4d3a722}.about-services>div>span{position:absolute;left:0;top:28px;color:#c5af80;font-size:11px}.about-services h3{font-size:21px;margin:0 0 9px;font-weight:500}.about-services p{font-size:14px;line-height:1.5;color:#9cb2b9;margin:0}.about-contact{display:flex;justify-content:space-between;gap:20px;padding-top:25px;margin-top:10px;color:#fff0cf;font-size:18px;line-height:1.4}.about-contact span{font-size:27px}.about-mascot{position:relative;width:min(450px,100%);height:280px;margin-top:25px}.about-mascot video{position:absolute;width:100%;top:0;left:-3%;pointer-events:none}.about-ledge{position:absolute;top:83%;left:16%;width:65%;height:16px;z-index:-1;border-radius:50%;background:linear-gradient(#b39760,#3b382c);box-shadow:0 14px 40px #0008}
@media(max-width:800px){.about-studio{padding:65px 6%}.about-kicker{margin-bottom:36px}.about-kicker span{display:none}.about-layout{grid-template-columns:1fr;gap:25px}.about-mascot{width:270px;height:165px;margin:20px 0 0 auto}.about-studio h2{font-size:12vw}.about-story>p{font-size:16px}.about-story .about-lead{font-size:24px}}

.leadership{position:relative;z-index:2;background:#091a22;padding:30px 0 60px;overflow:hidden}.leadership-heading{padding:0 5%;margin-bottom:35px}.leadership-heading>p{font-size:11px;letter-spacing:.25em;color:#cbb98e}.leadership h2{font-size:clamp(40px,4.8vw,80px);line-height:1.02;letter-spacing:-.05em;margin:22px 0}.leadership em{font-style:normal;color:#fff0cf}.leadership-stage{position:relative;max-width:1920px;margin:auto}.leadership-stage>img{display:block;width:100%;height:auto;mask-image:linear-gradient(#000 85%,transparent)}.leader-labels{position:absolute;top:77%;left:3%;right:1%;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.leader-label{text-align:center;padding:10px 3px;text-shadow:0 2px 12px #000}.leader-label h3{font-size:clamp(12px,1.08vw,19px);font-weight:500;margin:0 0 8px;line-height:1.3}.leader-label p{font-size:clamp(9px,.77vw,13px);color:#ead9b5;margin:0;line-height:1.4}.leadership-scroll{overflow-x:auto}@media(max-width:800px){.leadership-stage{min-width:1050px}.leadership-heading{padding:0 6%}.leader-label h3{font-size:14px}.leader-label p{font-size:11px}.leadership{padding-top:15px}}

/* Revised leadership composition: neutral gray, three people per row. */
.leadership{background:#242629;padding-top:55px}.leadership-stage{max-width:1254px;min-width:0}.leadership-stage>img{mask-image:none}.leader-labels{inset:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:0}.leader-label{align-self:end;margin-bottom:2%;padding:0 6px 10px;text-shadow:0 2px 8px #000;background:none}.leader-label:nth-child(n+4){margin-bottom:5%}.leader-label h3{font-size:clamp(12px,1.25vw,19px);margin-bottom:5px}.leader-label p{font-size:clamp(9px,.9vw,13px)}.leadership-heading{max-width:1390px;margin:0 auto 40px}.leadership-scroll{overflow:visible}@media(max-width:600px){.leadership-stage{min-width:650px}.leadership-scroll{overflow-x:auto}.leader-label h3{font-size:13px}.leader-label p{font-size:10px}}

/* The team uses the site background; seated people occupy the middle column. */
.leadership{background:#091a22}.leadership-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px 24px;max-width:1254px;margin:0 auto;padding:0 30px}.leader-person{text-align:center;min-width:0}.leader-person-image{width:100%;aspect-ratio:2/3;background-image:url('leadership-portraits-v7.webp');background-size:300% 200%;background-position:var(--person-x) var(--person-y);background-repeat:no-repeat;mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent)}.leader-person h3{font-size:19px;font-weight:500;margin:8px 0}.leader-person p{font-size:12px;color:#d8c7a2;margin:0;line-height:1.5}@media(max-width:650px){.leadership-grid{padding:0 12px;gap:30px 6px}.leader-person h3{font-size:13px}.leader-person p{font-size:10px}}

/* About Us is one continuous editorial column above the team. */
.about-studio{background:#091a22;padding-bottom:65px}.about-layout{display:block;max-width:1540px}.about-title-wrap{margin-bottom:36px}.about-story{width:100%}.about-story>p{max-width:none}.about-story .about-lead{max-width:none;font-size:clamp(24px,2.5vw,40px);line-height:1.45}.about-story>p:not(.about-lead){font-size:clamp(17px,1.4vw,23px);line-height:1.65;max-width:1300px}.about-contact{display:inline-flex;gap:40px;margin-top:15px}.about-kicker{max-width:1540px;margin-left:auto;margin-right:auto}.leadership{padding-top:30px}
/* Spread the team across the editorial width without enlarging the figures. */
.leadership-grid{max-width:none;width:100%;padding:0 5%;column-gap:6vw;row-gap:75px}.leader-person-image{max-width:390px;margin:0 auto}.leadership-heading{max-width:none;padding:0 5%}.leader-person h3{margin-top:12px}@media(max-width:650px){.leadership-grid{padding:0 4%;column-gap:4vw;row-gap:40px}}
/* Blend the dark backing into the page for the composition preview. */
.leadership{isolation:isolate}.leader-person-image{filter:brightness(.85);mix-blend-mode:lighten;mask-image:none}

/* Individual alpha cutouts retain the approved portrait pixels. */
.leader-person-image{background-size:100% 100%;background-position:center;filter:none;mix-blend-mode:normal}

/* Whole-scene leadership loop with independent name labels. */
.leadership-video-stage{position:relative;width:90%;margin:0 auto;aspect-ratio:1;isolation:isolate}
.leadership-loop{display:block;width:100%;height:100%;object-fit:contain}
.leadership-video-stage .leadership-grid{position:absolute;inset:0;display:block;width:100%;padding:0;margin:0;pointer-events:none}
.leadership-video-stage .leader-person{position:absolute;width:33.333%;top:42%;left:0}
.leadership-video-stage .leader-person:nth-child(3n+2){left:33.333%}
.leadership-video-stage .leader-person:nth-child(3n){left:66.666%}
.leadership-video-stage .leader-person:nth-child(n+4){top:87%}
.leadership-video-stage .leader-person-image{display:none}
.leadership-video-stage .leader-person h3{font-size:clamp(12px,1.3vw,20px);margin:0 0 5px}
.leadership-video-stage .leader-person p{font-size:clamp(9px,.9vw,13px)}

/* Native video size, centered; shrink only on narrower screens. */
.leadership-video-stage{width:960px;max-width:100%;margin-inline:auto}

.leadership-video-stage{width:1245px;max-width:100%;margin-inline:auto}

/* Team sequence at 110 percent of its native width. */
.leadership-video-stage{width:1369.5px;max-width:100%;margin-inline:auto}

/* Shared editorial grid for Studio and Leadership. */
.about-studio{padding:100px max(5%,calc((100% - 1369.5px)/2)) 84px;background:#091a22}
.about-kicker,.about-layout{max-width:none;width:100%;margin-left:0;margin-right:0;text-align:left}
.about-kicker{margin-bottom:46px;padding-top:22px;border-top:1px solid #cbb98e33}
.about-title-wrap{margin-bottom:34px}
.about-studio h2,.leadership h2{text-align:left;font-size:clamp(44px,5.5vw,88px);line-height:1.04;letter-spacing:-.045em}
.about-story .about-lead{font-size:clamp(24px,2.25vw,34px);max-width:1100px;line-height:1.45}
.about-story>p:not(.about-lead){max-width:1000px;font-size:clamp(17px,1.35vw,21px);line-height:1.7}
.about-contact{margin-top:22px;padding:15px 0;border-bottom:1px solid #cbb98e66;font-size:16px;gap:48px}
.leadership{padding:32px 0 90px;background:radial-gradient(ellipse at 50% 45%,#14303a55,transparent 65%),#091a22}
.leadership-heading{width:90%;max-width:1369.5px;padding:0;margin:0 auto 44px;text-align:left}
.leadership-heading>p{margin:0 0 24px;padding-top:22px;border-top:1px solid #cbb98e33}
.leadership-heading h2{margin:0}
.leadership-video-stage{width:1369.5px;max-width:90%;margin:0 auto;box-sizing:border-box;border:1px solid #cbb98e55;border-radius:22px;overflow:hidden;background:#091a22;box-shadow:0 28px 80px #0003,inset 0 0 0 7px #091a22}
.leadership-video-stage::after{content:"";position:absolute;inset:0;z-index:3;border:7px solid #091a22;box-shadow:inset 0 0 0 1px #cbb98e22;border-radius:21px;pointer-events:none}
.leadership-video-stage .leader-person h3{font-size:clamp(12px,1.3vw,19px);font-weight:500}
.leadership-video-stage .leader-person p{color:#bea982;letter-spacing:.02em}
@media(max-width:650px){.about-studio{padding-top:64px;padding-bottom:50px}.about-kicker{margin-bottom:30px}.leadership-heading{margin-bottom:28px}.leadership-video-stage{border-radius:12px}.leadership-video-stage::after{border-width:3px;border-radius:11px}.leadership-video-stage .leader-person h3{font-size:11px}.leadership-video-stage .leader-person p{font-size:8px}.leadership{padding-bottom:50px}}

/* Carry the portal's warm light and typography into the studio scenes. */
.about-studio{background:radial-gradient(ellipse at 85% 24%,#b9995a0d,transparent 55%),linear-gradient(180deg,#10232a 0,#091a22 210px)}
.about-studio h2,.leadership h2{font-size:clamp(42px,5vw,80px);line-height:1.02;letter-spacing:-.05em;font-weight:700;text-shadow:0 3px 30px #03182255}
.about-studio em,.leadership em{color:#fff3da}
.about-kicker,.leadership-heading>p{font-size:11px;letter-spacing:.24em;color:#dbcda9}
.about-kicker,.leadership-heading>p{border-top-color:#cbb98e20}
.leadership{background:radial-gradient(ellipse at 15% 34%,#d2ae6412,transparent 38%),radial-gradient(ellipse at 86% 72%,#40818b12,transparent 44%),#091a22}
.leadership-video-stage{border-color:#cdb77f66;box-shadow:0 0 45px #d6b26c0c,0 26px 65px #0005;background:radial-gradient(ellipse at 50% 45%,#12303a66,transparent 74%),#091a22}
.leadership-video-stage::after{box-shadow:inset 0 0 0 1px #e1c68a33,inset 0 0 35px #cba56409}
@media(max-width:650px){.about-studio h2,.leadership h2{font-size:clamp(36px,8.3vw,52px)}}

/* Asymmetric leadership layout: editorial title beside the animated scene. */
.leadership{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.65fr);align-items:start;gap:4vw;padding:65px 5% 100px}
.leadership-heading{width:100%;max-width:none;margin:0;padding:0;position:sticky;top:65px}
.leadership-heading>p{padding-top:20px;margin-bottom:32px}
.leadership h2{font-size:clamp(46px,5.1vw,84px);line-height:1.02;overflow-wrap:normal}
.leadership-video-stage{width:100%;max-width:1369.5px;margin:0 0 0 auto}
.leadership-video-stage .leader-person h3{font-size:clamp(11px,1.05vw,17px)}
.leadership-video-stage .leader-person p{font-size:clamp(8px,.7vw,12px)}
@media(max-width:900px){.leadership{display:block;padding:35px 5% 65px}.leadership-heading{position:static;margin-bottom:35px}.leadership h2{font-size:clamp(40px,7vw,64px)}.leadership-video-stage{max-width:100%}.leadership-video-stage .leader-person h3{font-size:clamp(10px,1.8vw,15px)}.leadership-video-stage .leader-person p{font-size:clamp(8px,1.25vw,11px)}}

.leadership-story{margin-top:34px;max-width:390px}.leadership-story p{font-size:clamp(15px,1.12vw,19px);line-height:1.65;color:#bccace;margin:0 0 20px}.leadership-story p:first-child{color:#e3e9e7}.leadership-story a{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:30px;padding:18px 0;border-top:1px solid #cbb98e33;color:#fff3da;font-size:15px}.leadership-story a span{font-size:23px}@media(max-width:900px){.leadership-story{max-width:650px;margin-top:25px}}

/* Balance the reading column against the team scene. */
.leadership{grid-template-columns:minmax(0,1fr) minmax(0,1.55fr);gap:5vw;align-items:center}
.leadership-heading{position:static;max-width:560px}
.leadership h2{font-size:clamp(42px,4.3vw,76px)}
.leadership-story{max-width:none;margin-top:30px}
.leadership-story p{font-size:clamp(17px,1.25vw,22px);line-height:1.6}
.team-experience{margin-top:30px;padding-top:20px;border-top:1px solid #cbb98e33}
.team-experience>span{display:block;font-size:10px;letter-spacing:.2em;color:#bea982;margin-bottom:12px}
.team-experience>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;font-size:clamp(17px,1.3vw,23px);color:#e4e9e7}
.team-experience i{font-style:normal;color:#bea982}
.leadership-story a{margin-top:20px}
@media(max-width:900px){.leadership-heading{max-width:none}.leadership-story{max-width:650px}.team-experience{max-width:500px}}

.client-section{position:relative;z-index:2;background:#091a22;padding:25px 5% 75px}.client-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;border-top:1px solid #cbb98e33;padding-top:25px;margin-bottom:30px}.client-heading h2{font-size:clamp(24px,2.5vw,38px);font-weight:500;margin:0;letter-spacing:-.03em}.client-heading p{font-size:13px;color:#9cb2b9;margin:0}.client-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#cbb98e20;border:1px solid #cbb98e20}.client-logo{display:flex;align-items:center;justify-content:center;height:130px;padding:25px;background:#0b1d25}.client-logo img{display:block;max-width:100%;max-height:64px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.78}.client-logo.opaque-logo img{filter:grayscale(1) invert(1);mix-blend-mode:screen}.client-logo:hover img{opacity:1}@media(max-width:900px){.client-logos{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.client-logos{grid-template-columns:repeat(3,1fr)}.client-logo{height:95px;padding:18px}.client-heading{display:block}.client-heading p{margin-top:12px}}

/* Client names in a continuous, seamless line. */
.client-marquee{overflow:hidden;width:100%;padding:25px 0;mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent)}
.client-track{display:flex;width:max-content;animation:client-drift 55s linear infinite}
.client-names{display:flex;align-items:center;flex-shrink:0;gap:60px;padding-right:60px}
.client-names span{white-space:nowrap;color:#e5decd;font-size:clamp(22px,2.4vw,36px);font-weight:600;letter-spacing:-.025em}
.client-names span::after{content:'·';margin-left:60px;color:#ad9766;font-weight:400}
@keyframes client-drift{to{transform:translateX(-50%)}}
.client-marquee:hover .client-track{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.client-track{animation:none}.client-marquee{overflow-x:auto;mask-image:none}.client-names[aria-hidden]{display:none}}

/* Shared left edge across studio, clients and leadership. */
.about-studio{padding-left:5%;padding-right:5%}
.about-layout,.about-kicker{margin-left:0;margin-right:0;max-width:none}
.about-title-wrap{max-width:none;margin-bottom:38px}
.about-story .about-lead{max-width:1150px}
.about-story>p:not(.about-lead){max-width:1100px}
.about-studio h2{font-size:clamp(42px,4.3vw,76px)}
@media(max-width:650px){.about-studio h2{font-size:clamp(36px,8.3vw,52px)}}

.about-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:4%;align-items:center}.about-copy{min-width:0}.about-art{margin:0;min-width:0}.about-art img{display:block;width:100%;height:auto}.about-story .about-lead{font-size:clamp(22px,2vw,30px)}.about-story>p:not(.about-lead){font-size:clamp(17px,1.25vw,20px)}@media(max-width:850px){.about-layout{grid-template-columns:1fr}.about-art{max-width:650px;margin:0 auto;width:100%}}

.about-art{position:relative}.about-art .about-tablet{position:absolute;left:0;top:41%;width:24%;height:auto;z-index:1;transform:rotate(-5deg)}

.about-art .about-tablet{z-index:0}.about-art>img:not(.about-tablet){position:relative;z-index:1;pointer-events:none}

.about-art canvas{display:block;width:100%;height:auto;aspect-ratio:1174/782}

/* Mixed-format portfolio: landscape thirds, portrait quarters. */
.work-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}
.work-grid .project{grid-column:span 4}.work-grid .project.portrait{grid-column:span 3}
.project.landscape .project-art{aspect-ratio:16/9}.project.portrait .project-art{aspect-ratio:9/16}
.project-art img{width:100%;height:100%;object-fit:contain}
#more:not([hidden]){display:block;margin:35px auto;padding:16px 30px;background:transparent;border:1px solid #cbb98e77;color:#fff3da;border-radius:30px;cursor:pointer}
@media(max-width:800px){.work-grid .project,.work-grid .project.portrait{grid-column:span 6}}
@media(max-width:480px){.work-grid .project{grid-column:span 12}.work-grid .project.portrait{grid-column:span 6}}

.contact-studio{position:relative;z-index:2;padding:100px 5% 110px;display:grid;grid-template-columns:1fr 1fr;gap:9%;background:radial-gradient(ellipse at 5% 100%,#a88a4220,transparent 60%),#091a22;border-top:1px solid #cbb98e33}.contact-copy h2{font-size:clamp(38px,4.6vw,74px);line-height:1.04;letter-spacing:-.045em;margin:25px 0}.contact-copy h2 em{font-style:normal;color:#fff3da}.contact-copy>p:not(.eyebrow){font-size:19px;line-height:1.65;color:#afc0c4;max-width:520px}.contact-copy>a{display:inline-block;margin-top:28px;color:#fff3da}#contact-form{display:grid;gap:22px}#contact-form label{display:grid;gap:10px;color:#dbcda9;font-size:13px}#contact-form input,#contact-form textarea{box-sizing:border-box;width:100%;padding:15px 0;background:transparent;border:0;border-bottom:1px solid #cbb98e55;border-radius:0;color:#fff;font:inherit;font-size:17px;resize:vertical}#contact-form input:focus,#contact-form textarea:focus{outline:0;border-color:#ffe1a5}#contact-form button{justify-self:start;padding:16px 30px;background:#ecd8ac;color:#10232a;border:0;border-radius:30px;font-size:17px;cursor:pointer}.contact-note{font-size:12px;color:#91a2a7;margin:0}@media(max-width:800px){.contact-studio{grid-template-columns:1fr;gap:45px;padding-top:65px;padding-bottom:65px}}

.contact-copy>a.contact-whatsapp{display:block;width:fit-content;margin-top:18px;color:#b7e0c6}

.contact-copy>a.contact-telegram{display:block;width:fit-content;margin-top:18px;color:#b4dcec}

#contact-form button[type="submit"]{width:auto;height:auto;min-width:160px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;line-height:1.25;box-sizing:border-box}

.contact-copy>a.contact-whatsapp,.contact-copy>a.contact-telegram{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:148px;min-height:50px;padding:13px 24px;margin:24px 12px 0 0;border:1px solid #cbb98e66;border-radius:28px;background:#ffffff05;color:#fff3da;text-decoration:none;font-size:16px;line-height:1.4;transition:background .2s,border-color .2s,transform .2s}.contact-copy>a.contact-whatsapp:hover,.contact-copy>a.contact-telegram:hover{background:#cbb98e16;border-color:#e7d4a7;transform:translateY(-2px)}.contact-copy>a.contact-whatsapp:focus-visible,.contact-copy>a.contact-telegram:focus-visible{outline:2px solid #ffe1a5;outline-offset:4px}

.contact-copy>a.contact-whatsapp,.contact-copy>a.contact-telegram{width:54px;min-width:54px;height:54px;min-height:54px;padding:14px;border-radius:50%}.contact-copy>a.contact-whatsapp svg,.contact-copy>a.contact-telegram svg{display:block;width:26px;height:26px}.contact-copy>a.contact-whatsapp{color:#aee0bd}.contact-copy>a.contact-telegram{color:#afd6ed}

.back-to-top{position:fixed;right:22px;bottom:24px;z-index:100;width:46px;height:46px;padding:11px;display:flex;align-items:center;justify-content:center;border:1px solid #cbb98e88;border-radius:50%;background:#10252ef2;color:#f4dfb3;box-shadow:0 4px 20px #0004;cursor:pointer}.back-to-top[hidden]{display:none}.back-to-top svg{width:24px;height:24px}.back-to-top:hover{background:#284039}.back-to-top:focus-visible{outline:2px solid #ffe1a5;outline-offset:4px}@media(max-width:600px){.back-to-top{right:12px;bottom:16px}}

html{overflow-anchor:none}

.site-footer{position:relative;padding:28px 5%;background:#091a22;border-top:1px solid #cbb98e22;color:#aeb9ba;font-size:12px;letter-spacing:.08em}

.about-stats{display:grid;grid-template-columns:1fr 1.5fr;gap:24px;margin:30px 0;border-top:1px solid #cbb98e33;padding-top:22px}.about-stats strong{display:block;font-size:clamp(30px,3.2vw,48px);line-height:1.1;color:#f4dfb3;letter-spacing:-.04em}.about-stats span{display:block;font-size:13px;line-height:1.5;color:#bac7c9;margin-top:8px;max-width:220px}

.about-services{margin:28px 0}.about-services .about-services-label{font-size:11px;letter-spacing:.18em;color:#cbb98e;margin:0 0 12px}.about-services p:last-child{font-size:16px;line-height:1.8;color:#e0e6e4;margin:0}

.language-select{font:inherit;font-size:12px;max-width:115px;padding:7px 8px;color:#fff0cf;background:#10252e;border:1px solid #cbb98e66;border-radius:16px;cursor:pointer}html:not([lang="en"]) .copy h1{font-size:clamp(48px,6.5vw,100px)}html:not([lang="en"]) .leader-label h3{font-size:clamp(11px,1.15vw,17px)}@media(max-width:650px){header nav{gap:10px;flex-wrap:wrap}.language-select{max-width:94px;font-size:11px}}

.language-flags{display:flex;align-items:center;gap:4px;flex-shrink:0}.language-flags button{display:grid;place-items:center;width:32px;height:32px;min-width:32px;padding:0;font-size:21px;line-height:1;border:1px solid transparent;border-radius:50%;background:transparent;cursor:pointer;opacity:.65}.language-flags button:hover,.language-flags button[aria-pressed="true"]{opacity:1;background:#10252e99;border-color:#f4dfb3aa}.language-flags button:focus-visible{outline:2px solid #f4dfb3;outline-offset:2px}

.language-flags{position:relative}.language-options{position:absolute;right:0;top:calc(100% + 10px);display:flex;gap:6px;padding:10px;border:1px solid #cbb98e66;border-radius:24px;background:#10252e;box-shadow:0 8px 24px #0005;z-index:120}.language-options[hidden]{display:none}.language-flags .language-trigger{opacity:1;border-color:#cbb98e66;background:#10252e88}

/* Keep mobile background and alpha dragon in the same cover-cropped coordinates. */
@media(max-width:700px){.world{inset:0;width:100%;height:100svh;aspect-ratio:auto}.world video{width:100%;height:100%;object-fit:cover;object-position:78% center}.hero{min-height:100svh}html[lang="uk"] .copy h1{font-size:clamp(30px,7.3vw,51px);line-height:1.04}.hero .copy{width:88%}}

@media(max-width:700px){.hero-ui{z-index:6}}



/* Mobile hero uses the same width-fitted 1278×720 scene as the landing block. */
@media(max-width:700px){.world{top:110px;bottom:auto;height:auto}.world video{display:block;width:100%;height:auto;aspect-ratio:1278/720;object-fit:fill;object-position:center}.hero .copy{top:calc(110px + 56.34vw + 24px)}.hero .shade{background:linear-gradient(180deg,#0b2028 0,transparent 110px,transparent calc(110px + 42vw),#0b2028 calc(110px + 56.34vw))}.hero{min-height:calc(110px + 56.34vw + 340px)}.hero-ui{height:max(100svh,calc(110px + 56.34vw + 340px))}.hero-ui footer{bottom:15px}}

@media(max-width:700px){.portal-passage{display:none}.scene-flight{display:none}.hero{height:calc(110px + 56.34vw + 360px);min-height:0}.hero-ui{position:absolute;height:100%;transform:none!important}.hero .shade{position:absolute;height:100%}.hero-ui footer{bottom:12px}.work{transform:none!important}}
@media(max-width:700px){.hero{height:calc(110px + 56.34vw);min-height:0}.hero .copy{top:calc(110px + 5vw);left:5%;width:54%}.hero .copy h1,html[lang="uk"] .hero .copy h1{font-size:clamp(18px,4.7vw,32px);line-height:1.02}.hero .copy .eyebrow{font-size:6px;letter-spacing:1px;margin-bottom:10px}.hero .copy .intro{font-size:clamp(8px,2.1vw,13px);line-height:1.35;margin:10px 0}.hero .copy .cta{font-size:clamp(9px,2.1vw,13px);padding:8px 10px;gap:10px}.hero-ui footer{display:none}.hero .shade{background:linear-gradient(90deg,#071923aa,transparent 68%)}.world video{mask-image:linear-gradient(#000 88%,transparent);-webkit-mask-image:linear-gradient(#000 88%,transparent)}}

@media(max-width:700px){.world{top:0}.hero{height:56.34vw;min-height:250px}.hero .copy{top:100px}.hero header{position:relative;z-index:2;padding-top:14px;padding-bottom:10px;gap:10px}.hero .shade{background:linear-gradient(180deg,#06192366,transparent 38%),linear-gradient(90deg,#07192399,transparent 68%)}}
@media(max-width:700px){.hero{height:calc(56.34vw + 28px);min-height:278px}.hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:28px;background:linear-gradient(180deg,#0b202800,#0b2028 55%);pointer-events:none;z-index:7}.hero::before{content:'';position:absolute;left:6%;right:6%;bottom:4px;height:1px;background:linear-gradient(90deg,transparent,#cbb98e66,transparent);z-index:8;pointer-events:none}}

@media(max-width:700px){.hero{height:calc(56.34vw + 58px);min-height:308px}}
@media(max-width:700px){.world{top:30px}.world video{mask-image:none;-webkit-mask-image:none}.hero::after{height:28px}}

/* Mobile background comparison: keep the independent dragon visible. */
@media(max-width:700px){.world{visibility:hidden}}
/* With the mobile scenery hidden, use one flat page colour behind the alpha dragon. */
@media(max-width:700px){.hero{background:#0b2028}.hero .shade{display:none}.hero::after{background:#0b2028}.dragon-traveller,.dragon-traveller .dragon{background:transparent}}

.mobile-dragon{display:none}@media(max-width:700px){.dragon-traveller .dragon{visibility:hidden}.mobile-dragon{display:block;position:absolute;inset:0;width:100%;height:auto}}

/* Match the baked team-video background inside the existing frame. */
.leadership-video-stage{background:#091a22}

.about-art video{display:block;width:100%;height:auto;aspect-ratio:1174/782;background:transparent}
