@import url('./reset.css');
@font-face{font-family:'General Sans';src:url('../assets/fonts/general-sans-400.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'General Sans';src:url('../assets/fonts/general-sans-500.woff2') format('woff2');font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:'General Sans';src:url('../assets/fonts/general-sans-600.woff2') format('woff2');font-style:normal;font-weight:600;font-display:swap}
:root{--bg:#f7f7f5;--ink:#171917;--muted:#686c66;--line:#d9ddd5;--accent:#d5f353;--pad:clamp(20px,4vw,72px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'General Sans',Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}body.dark{--bg:#151715;--ink:#f3f4ef;--muted:#afb3aa;--line:#3c4039}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer;color:inherit}img,video{display:block;max-width:100%;height:auto}button{border:0}h1,h2,h3,p{margin:0}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #597500;outline-offset:5px}::selection{background:var(--accent);color:#171917}[hidden]{display:none!important}.skip-link{position:fixed;left:20px;top:-100px;padding:12px;background:var(--accent);z-index:100}.skip-link:focus{top:12px}
.nav{padding:24px var(--pad);border-bottom:1px solid var(--line);background:var(--bg);position:relative;z-index:20}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{font-size:23px;letter-spacing:-1px;white-space:nowrap}.logo span{font-size:14px;letter-spacing:2px;margin-left:12px}.nav-list{list-style:none;display:flex;gap:32px;align-items:center;margin:0;padding:0}.nav-list a{font-size:15px}.nav-list a:hover{text-decoration:underline;text-underline-offset:7px}.nav-tools{display:flex;align-items:center;gap:15px}.theme-toggle,.menu-toggle{background:transparent;min-width:44px;min-height:44px;border:1px solid var(--line);border-radius:50%}.menu-toggle{display:none;border-radius:0;padding:0 12px}
.intro{padding:42px var(--pad) 50px}.intro-top,.intro-bottom{display:flex;justify-content:space-between;gap:30px}.intro-top{font-size:14px;color:var(--muted)}.intro h1{font-size:clamp(70px,10.5vw,170px);line-height:.94;letter-spacing:-.067em;font-weight:500;margin:60px 0 42px}.intro h1 span{color:var(--muted)}.intro-bottom{align-items:flex-end}.intro-bottom p{max-width:450px;font-size:18px;line-height:1.5}.text-link{display:inline-block;border-bottom:1px solid currentColor;padding:5px 0;white-space:nowrap}.motion-banner{margin:0 var(--pad);height:clamp(260px,39vw,660px);position:relative;background:#151715;overflow:hidden;color:white}.motion-banner video{height:100%;width:100%;object-fit:cover}.motion-banner>span{position:absolute;left:28px;bottom:24px;font-size:14px}.motion-toggle{position:absolute;right:24px;bottom:20px;border:1px solid #ffffff70;border-radius:30px;background:#151715c9;color:white;padding:10px 20px;min-height:44px}.work-section{padding:85px var(--pad) 30px;scroll-margin-top:25px}.section-label{display:flex;align-items:baseline;gap:12px;border-top:1px solid var(--line);padding:22px 0 35px}.section-label h2{font-size:25px;font-weight:500;letter-spacing:-1px}.section-label>span{font-size:14px;color:var(--muted)}.section-label p{margin-left:auto;font-size:14px;color:var(--muted)}.projects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:58px 20px}.project-featured{grid-column:1/-1}.project-media{aspect-ratio:4/3;background:#e8eae5;overflow:hidden;position:relative}.project-featured .project-media{aspect-ratio:16/8.2}.project__img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.65,.3,1)}.project__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s}.project-inner.playing .project__video{opacity:1}.project-open{position:absolute;bottom:20px;right:20px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-size:25px;background:var(--bg);color:var(--ink);transition:background .3s,transform .3s}.project-caption{display:flex;justify-content:space-between;gap:20px;padding:17px 0 0}.project-caption h3{font-size:clamp(22px,2.2vw,34px);font-weight:500;letter-spacing:-.04em;line-height:1.2}.project-caption p{font-size:14px;color:var(--muted);margin-top:7px;max-width:540px}.project-caption>span{font-size:14px;color:var(--muted);padding-top:5px}.project-inner:hover .project__img{transform:scale(1.025)}.project-inner:hover .project-open{background:var(--accent);color:#171917;transform:rotate(45deg)}
.footer{padding:90px var(--pad) 25px;margin-top:90px;background:#171917;color:#f7f7f5}.footer-cta{font-size:clamp(45px,7vw,110px);font-weight:400;letter-spacing:-.06em;line-height:1.05;display:flex;justify-content:space-between;gap:20px;padding-bottom:65px}.footer-cta span{color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid #4a4d45;padding-top:24px;font-size:14px}.social{display:flex;list-style:none;gap:25px;padding:0;margin:0}.social a:hover{text-decoration:underline}.copyright{color:#c0c3ba}.footer-email{margin-bottom:35px;overflow-wrap:anywhere}
.project-page{padding:0 var(--pad)}.project-heading{padding:55px 0 35px}.project-heading>.text-link{font-size:14px}.project-heading h1{font-size:clamp(44px,6.5vw,104px);font-weight:400;letter-spacing:-.055em;line-height:1.04;max-width:1200px;margin:40px 0 28px;overflow-wrap:anywhere}.project-meta{display:flex;gap:30px;color:var(--muted);font-size:14px}.gallery-hero{margin:0}.gallery-item{min-width:0;margin:0;overflow:hidden}.gallery-item img{width:100%;height:auto}.gallery-item video{width:100%;max-height:90svh;background:var(--bg);object-fit:contain}.gallery-item iframe{border:0;width:100%;aspect-ratio:16/9;display:block;background:var(--bg)}.gallery-image{padding:0;width:100%;display:block;background:transparent;cursor:zoom-in}.project-story{display:grid;grid-template-columns:1fr 2fr;gap:50px;padding:75px 0 85px}.eyebrow{font-size:14px;color:var(--muted)}.project-story>div{max-width:850px}.project-story>div p{font-size:clamp(18px,2vw,28px);line-height:1.55;letter-spacing:-.025em;margin-bottom:20px}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.gallery-wide{grid-column:1/-1}.gallery-half .gallery-image{height:100%}.gallery-half img{height:100%;object-fit:contain}.back-work{display:flex;justify-content:space-between;padding:50px 0;border-top:1px solid var(--line);margin-top:70px;font-size:clamp(30px,5vw,70px);letter-spacing:-.04em}.lightbox{border:0;width:100vw;height:100svh;max-width:100vw;max-height:100svh;background:#101110;color:white;padding:70px 65px;margin:0}.lightbox::backdrop{background:#101110}.lightbox[open]{display:grid;place-items:center}.lightbox img{max-width:100%;max-height:calc(100svh - 150px);object-fit:contain}.lightbox button{position:absolute;background:transparent;color:white;padding:12px;min-width:44px;min-height:44px}.lightbox-close{right:20px;top:14px}.lightbox-prev{left:10px;top:48%}.lightbox-next{right:10px;top:48%}.lightbox-count{position:absolute;bottom:22px;text-align:center;font-size:14px}.modal-open{overflow:hidden}.scroll-video.scroll-active{height:180svh;overflow:visible;position:relative}.scroll-active video{position:sticky;top:0;height:100svh;object-fit:contain;max-height:none}
.content-page{padding:60px var(--pad)}.content-page>h1{font-size:clamp(65px,10vw,150px);line-height:1.05;font-weight:400;letter-spacing:-.065em;margin-bottom:60px}.bio-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:clamp(30px,7vw,100px)}.bio-portrait-centered{position:sticky;top:30px;align-self:start}.bio-portrait-centered img{width:100%}.bio-content h2{font-size:32px;font-weight:400;letter-spacing:-1px;line-height:1.2;margin-bottom:35px}.bio-content h4{font-size:17px;margin:35px 0 12px}.bio-content p,.bio-content li{font-size:18px;line-height:1.7}.bio-content p{margin-bottom:20px}.bio-content ul{padding-left:20px}.bio-content li{list-style:disc}.back-button{display:inline-block;margin-top:25px;padding:12px 25px;border:1px solid var(--ink);border-radius:30px}.back-button:hover{background:var(--ink);color:var(--bg)}.content-list{padding:0;margin:0;list-style:none}.content-list__item{display:grid;grid-template-columns:1fr 1.6fr;gap:50px;padding:35px 0;border-top:1px solid var(--line)}.content-list__item h2{font-size:clamp(24px,3vw,42px);line-height:1.2;font-weight:400;letter-spacing:-.04em}.content-list__item p{font-size:20px;max-width:750px;overflow-wrap:anywhere}.content-list__item a{text-decoration:underline;text-underline-offset:5px}.skills-art{width:100%;max-height:500px;object-fit:cover;margin-top:60px}.reveal-enter{animation:reveal .7s cubic-bezier(.2,.65,.3,1) both}@keyframes reveal{from{opacity:.15;transform:translateY(24px)}to{opacity:1;transform:none}}
@media(min-width:1600px){.intro,.work-section,.project-page,.content-page{max-width:1920px;margin:auto}.motion-banner{max-width:1776px;margin-inline:auto}}
@media(max-width:850px){.nav-list{gap:19px}.logo{font-size:20px}.logo span{font-size:12px}.intro-top{font-size:13px}.project-story{grid-template-columns:1fr;gap:20px}.bio-layout{gap:35px}.content-list__item{gap:25px}}
@media(max-width:700px){.nav{padding:14px var(--pad)}.nav-row{gap:10px}.logo{font-size:20px}.logo span{margin-left:7px;letter-spacing:1px}.menu-toggle{display:block}.nav-tools{gap:8px}.theme-toggle{min-width:40px;min-height:44px}.nav-list{gap:12px;flex-wrap:wrap;padding:20px 0 5px}.nav-row{flex-wrap:wrap}.nav-list{width:100%;order:3;justify-content:space-between}.nav.enhanced .nav-list{display:none}.nav.enhanced.menu-open .nav-list{display:flex}.nav-list a{display:block;padding:12px 4px;font-size:17px}.intro{padding-top:28px;padding-bottom:32px}.intro-top{gap:25px}.intro-top p:last-child{text-align:right;max-width:140px}.intro h1{font-size:clamp(64px,15vw,105px);margin:44px 0 30px;line-height:.98;letter-spacing:-.065em}.intro-bottom{display:block}.intro-bottom p{font-size:16px;max-width:330px}.intro-bottom .text-link{margin-top:25px;font-size:14px}.motion-banner{height:290px}.motion-banner>span{left:18px;font-size:12px;bottom:24px}.motion-toggle{right:14px;font-size:14px;padding:8px 14px}.work-section{padding-top:48px}.section-label{padding-bottom:25px}.section-label h2{font-size:23px}.section-label p{display:none}.projects{grid-template-columns:1fr;gap:36px}.project-featured{grid-column:auto}.project-featured .project-media,.project-media{aspect-ratio:4/3}.project-caption{gap:12px;padding-top:13px}.project-caption h3{font-size:25px}.project-open{width:40px;height:40px;bottom:14px;right:14px}.project-caption p{font-size:14px;line-height:1.5}.footer{padding-top:50px;margin-top:55px}.footer-cta{padding-bottom:35px}.footer-bottom{flex-direction:column;gap:24px}.social{gap:25px}.project-heading{padding-top:30px}.project-heading h1{margin-top:35px;font-size:clamp(40px,10vw,65px)}.project-story{padding:35px 0 30px}.project-story>div p{font-size:18px}.gallery{grid-template-columns:1fr;gap:15px}.gallery-wide{grid-column:auto}.back-work{margin-top:45px;padding:30px 0}.lightbox{padding:60px 40px}.lightbox button{padding:8px}.lightbox-prev{left:0}.lightbox-next{right:0}.content-page{padding-top:35px}.content-page>h1{font-size:76px;margin-bottom:40px}.bio-layout{grid-template-columns:1fr}.bio-portrait-centered{position:static}.bio-portrait-centered img{max-height:520px;object-fit:cover;object-position:top}.content-list__item{grid-template-columns:1fr;gap:18px;padding:28px 0}.content-list__item p{font-size:18px}.bio-content h2{font-size:29px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.project-inner:hover .project__img{transform:none}}
@media(hover:none){.project-inner:hover .project__img,.project-inner:hover .project-open{transform:none}}

/* v2: SVG arrows use geometry rather than phone fonts or emoji. */
.arrow-icon{display:inline-block;width:1em;height:1em;min-width:1em;vertical-align:-.13em;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.project-open .arrow-icon,.lightbox .arrow-icon{width:24px;height:24px}.footer-cta .arrow-icon{width:1em;height:1em}
.project-media::after{content:"";position:absolute;inset:0;background:#000;opacity:0;pointer-events:none;transition:opacity .55s ease;z-index:1}.project-open{z-index:2}
@media(hover:hover) and (pointer:fine){.project-inner:hover .project-media::after{opacity:.22}}
.project-inner:focus-visible .project-media::after{opacity:.22}

.project-colors .theme-toggle{display:none}.project-colors .project-meta,.project-colors .eyebrow{opacity:.75}
.intro h1,.footer-cta{overflow-wrap:anywhere}
.gallery .scroll-active{grid-column:1/-1}

.gallery-image{display:block;width:100%;padding:0;background:transparent;cursor:default}
.project-colors .footer{background:var(--bg);color:var(--ink);border-top:1px solid var(--line)}
.project-colors .footer-bottom,.project-colors .footer .social{color:var(--ink)}

/* Shared alignment at all widths, including ultrawide screens. */
.intro,.work-section{width:100%;max-width:1920px;margin-inline:auto;padding-inline:var(--pad)}
.motion-banner{width:calc(100% - var(--pad) - var(--pad));max-width:calc(1920px - var(--pad) - var(--pad));margin-inline:auto}
.projects{display:flex;flex-direction:column;gap:58px}
.project-row-layout{display:flex;gap:20px;align-items:flex-start}
.project-row-layout>.project{flex:1 1 0;min-width:0;width:auto}
.project-row-layout>.card-width-55{flex-grow:55}
.project-row-layout>.card-width-45{flex-grow:45}
.project-row-layout>.card-width-27-5{flex-grow:27.5}
.project-row-layout .project-media{aspect-ratio:auto;height:clamp(240px,28vw,520px)}
.project-row-layout .project-caption{flex-wrap:wrap;gap:8px 16px}
.row-count-3 .project-caption h3{font-size:clamp(20px,2vw,32px)}
.gallery-item video,.gallery-item iframe{background:var(--bg);border:0;outline:0}
.nav-row,.footer-cta,.footer-email,.footer-bottom{width:100%;max-width:calc(1920px - var(--pad) - var(--pad));margin-inline:auto}
.footer-bottom{align-items:baseline;flex-wrap:wrap}
@media(max-width:1000px){.project-row-layout{gap:16px}.row-count-3 .project-media{height:clamp(200px,28vw,280px)}}
@media(max-width:700px){.projects{gap:36px}.project-row-layout{display:flex;flex-direction:column;gap:36px}.project-row-layout>.project{width:100%;flex:none}.project-row-layout .project-media{height:auto;aspect-ratio:4/3}.row-count-3 .project-caption h3{font-size:25px}}

/* Featured projects use the same green as text selection in both themes. */
.project-featured .project-caption{background:var(--featured-bg,var(--accent));color:var(--featured-ink,#171917);padding:16px;margin-top:0}
.project-featured .project-caption p,.project-featured .project-caption>span{color:var(--featured-ink,#171917)}
@media(max-width:700px){.project-featured .project-caption{padding:13px}}

/* Short pages fill the viewport; the footer remains in normal document flow. */
body{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}
body>main{width:100%;flex:1 0 auto}
body>.nav,body>.footer{flex-shrink:0}

/* Recommendations stay in one three-column row, including phones. */
.next-project{margin-top:64px;padding-top:24px;border-top:1px solid var(--line)}
.next-project>.eyebrow{font-size:14px;font-weight:400;margin-bottom:20px}
.recommendation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.next-project-link{display:block;min-width:0}
.next-project-media{overflow:hidden;aspect-ratio:4/3;background:var(--bg);position:relative}
.next-project-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s,filter .6s}
.next-project-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-top:12px}
.next-project-heading h3{font-size:clamp(16px,1.7vw,27px);font-weight:500;letter-spacing:-.025em;line-height:1.2;overflow-wrap:anywhere}
.next-project-heading .arrow-icon{width:20px;height:20px;flex-shrink:0;transition:transform .4s}
.recommendation-placeholder{display:grid;place-items:center;position:absolute;inset:0;border:1px solid var(--line);font-size:24px}
.next-project-link:focus-visible{outline:3px solid var(--accent);outline-offset:4px}
@media(hover:hover){.next-project-link:hover img{transform:scale(1.025);filter:brightness(.88)}}
@media(max-width:700px){.next-project{margin-top:40px;padding-top:20px}.recommendation-grid{gap:10px}.next-project-heading{margin-top:8px;gap:4px}.next-project-heading h3{font-size:clamp(12px,3.2vw,16px);line-height:1.3;letter-spacing:-.01em}.next-project-heading .arrow-icon{display:none}}
@media(prefers-reduced-motion:reduce){.next-project-link:hover img{transform:none}.next-project-media img{transition:none}}

/* A quieter type rhythm, with more space inside large letterforms. */
.intro h1{letter-spacing:-.055em;line-height:1.02}
.content-page>h1{letter-spacing:-.05em;font-weight:500}
.project-heading h1{letter-spacing:-.045em}
.footer-cta{letter-spacing:-.045em;line-height:1.08}
.project-caption h3{letter-spacing:-.025em}
.copy-email{margin-inline-start:14px;padding:7px 12px;min-height:44px;border:1px solid currentColor;border-radius:24px;background:transparent;color:inherit;font-size:13px;vertical-align:middle}

/* One type treatment for both parts of the editable studio name. */
.logo{display:inline-flex;align-items:center;gap:10px}
.logo .brand-mark{display:block;width:44px;height:44px;flex:none}
.logo .brand-name,.logo .brand-surname{font:inherit;letter-spacing:inherit;margin:0}
.logo .brand-surname{margin-inline-start:.3em}
.footer-brand{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;flex:none}
.footer-brand img{width:40px;height:40px}
.footer-bottom{align-items:center}.footer-bottom .social{margin-right:auto}
@media(max-width:700px){.logo{gap:6px;font-size:18px}.logo .brand-mark{width:32px;height:32px}.footer-bottom{align-items:flex-start}}
@media(max-width:400px){.nav .nav-row{column-gap:6px}.logo{font-size:14px;gap:4px}.logo .brand-mark{width:26px;height:26px}.nav-tools{gap:4px}.menu-toggle{padding-inline:7px}}

.inquiry-section{display:grid;grid-template-columns:1fr 1.3fr;gap:clamp(28px,6vw,100px);margin-top:70px;padding-top:40px;border-top:1px solid var(--line)}
.inquiry-section h2{font-size:clamp(30px,4vw,60px);line-height:1.1;letter-spacing:-.04em;font-weight:500;margin:18px 0 24px}.inquiry-section>div>p:last-child{max-width:380px;color:var(--muted)}
.inquiry-form{min-width:0}.inquiry-form label{display:block;margin-bottom:22px;font-size:15px}.inquiry-form input:not([type=hidden]),.inquiry-form textarea{display:block;width:100%;margin-top:8px;padding:13px;border:1px solid var(--line);border-radius:5px;color:var(--ink);background:var(--bg);font:inherit}.inquiry-form textarea{resize:vertical;min-height:150px}.inquiry-form .inquiry-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.inquiry-submit{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 22px;background:var(--accent);color:#171917;border-radius:4px;min-height:48px}.inquiry-privacy{font-size:13px;color:var(--muted);margin-bottom:20px}.inquiry-notice,.inquiry-error{border:1px solid currentColor;padding:16px;margin-bottom:20px}.inquiry-error{color:#ba4b42}
@media(max-width:700px){.inquiry-section{grid-template-columns:1fr;margin-top:40px;padding-top:28px}.inquiry-submit{width:100%}}

/* Align the CV action with the biography, not the portrait column. */
.bio-actions{margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}
.cv-download{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:48px;padding:14px 22px;border-radius:4px;background:var(--accent);color:#171917;font-size:16px;font-weight:500;line-height:1.3;transition:background .25s}
.cv-download .arrow-icon{width:20px;height:20px;transition:transform .25s}
@media(hover:hover){.cv-download:hover{background:#c8e745}.cv-download:hover .arrow-icon{transform:translateY(3px)}}
/* The form follows the same columns as the contact information above it. */
.inquiry-section{grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:50px;align-items:start}
.inquiry-section>div{min-width:0}.inquiry-section h2{font-size:clamp(32px,3.6vw,54px);max-width:12ch;margin:16px 0 20px}.inquiry-section>div>p:last-child{max-width:32ch;line-height:1.6}.inquiry-form{width:100%}
.logo .brand-mark.brand-arrive{animation:brand-arrive .7s cubic-bezier(.2,.7,.25,1) both}
@keyframes brand-arrive{from{opacity:.3;transform:scale(.85) rotate(-8deg)}to{opacity:1;transform:scale(1) rotate(0)}}
@media(max-width:850px){.inquiry-section{gap:25px}}
@media(max-width:700px){.bio-actions{margin-top:26px;padding-top:20px}.cv-download{width:100%}.inquiry-section{grid-template-columns:1fr;gap:28px}.inquiry-section h2{max-width:18ch}.inquiry-section>div>p:last-child{max-width:none}}
@media(prefers-reduced-motion:reduce){.logo .brand-mark.brand-arrive{animation:none}.cv-download .arrow-icon{transition:none;transform:none}}

/* Compact CV action on every viewport. */
.bio-actions .cv-download{width:fit-content;max-width:100%;justify-content:center;gap:10px;min-height:44px;padding:10px 16px;font-size:15px;letter-spacing:0}
.bio-actions .cv-download .arrow-icon{width:18px;height:18px}
/* Contact labels use a reading size, not the display-heading treatment. */
.contacts-page .content-list__item{align-items:baseline}
.contacts-page .content-list__item h2{font-size:clamp(18px,1.6vw,23px);font-weight:500;letter-spacing:0;line-height:1.45;overflow-wrap:normal}
.contacts-page .content-list__item p{font-size:18px;font-weight:400;line-height:1.65;letter-spacing:0;min-width:0}
.contacts-page .content-list__item a{display:inline-block;max-width:100%;overflow-wrap:anywhere;text-decoration-thickness:1px;text-underline-offset:4px}
.contacts-page .copy-email{display:inline-flex;align-items:center;margin-block:6px;font-weight:500;white-space:nowrap}
.nav-list a{display:flex;align-items:center;justify-content:center;min-height:44px;font-weight:500;line-height:1.25;letter-spacing:0}
@media(min-width:1100px){.nav-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;min-height:48px}.nav-row>.logo{justify-self:start}.nav-row>.nav-list{justify-self:center;justify-content:center;margin:0;padding:0}.nav-row>.nav-tools{justify-self:end}}
@media(min-width:701px) and (max-width:1099px){.nav-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 20px}.nav-row>.logo{grid-column:1;grid-row:1;justify-self:start}.nav-row>.nav-tools{grid-column:2;grid-row:1;justify-self:end}.nav-row>.nav-list{grid-column:1/-1;grid-row:2;justify-content:center;margin:0;padding:0}}
@media(max-width:700px){.contacts-page .content-list__item{gap:8px}.contacts-page .content-list__item h2{font-size:18px}.contacts-page .content-list__item p{font-size:17px}.contacts-page .copy-email{margin-left:0;margin-right:12px}.nav-list{justify-content:center;gap:8px 20px}.nav-list a{padding:10px 4px}}

/* Native cursor: no JavaScript tracking, delay or overlay. Tip hotspot: 29, 9. */
@media(hover:hover) and (pointer:fine){
 html,body,body *{cursor:url('../assets/brand/cursor.svg?v=18') 29 9,auto}
 body a,body button,body summary,body [role=button],body input[type=submit]{cursor:url('../assets/brand/cursor.svg?v=18') 29 9,pointer}
 body .gallery-image{cursor:inherit}
 body input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),body textarea,body [contenteditable=true]{cursor:text}
 body button:disabled,body [aria-disabled=true]{cursor:not-allowed}
}
@media(forced-colors:active){html,body,body *{cursor:auto}body a,body button,body summary{cursor:pointer}body input,body textarea{cursor:text}}

.vimeo-cursor-host{position:relative}
.vimeo-cursor-toggle{position:absolute;inset:0 0 64px;z-index:2;background:transparent;padding:0;border:0;border-radius:0;min-height:0}
.vimeo-cursor-toggle:focus-visible{outline:3px solid var(--accent);outline-offset:-5px}
@media(hover:hover) and (pointer:fine) and (forced-colors:none){
 body .video-cursor-play{cursor:url('../assets/brand/cursor-play.svg') 52 22,pointer}
 body .video-cursor-pause{cursor:url('../assets/brand/cursor-pause.svg') 52 22,pointer}
}
@media(hover:none),(pointer:coarse){.vimeo-cursor-toggle{display:none}}

/* A third brand mark anchors the introduction beside the studio description. */
.intro-signature{display:flex;align-items:center;gap:20px;min-width:0;max-width:570px}
.intro-signature>img{display:block;width:80px;height:80px;flex:none}
.intro-signature>p{min-width:0;margin:0}
@media(max-width:700px){.intro-signature{gap:14px;max-width:100%}.intro-signature>img{width:52px;height:52px}.intro-signature>p{max-width:none;flex:1}}


/* A short entrance with a navigation indicator; never an artificial loading delay. */
.page-arriving>main{animation:page-arrive .36s cubic-bezier(.2,.65,.3,1) both}
@keyframes page-arrive{from{opacity:.55;transform:translateY(5px)}to{opacity:1;transform:none}}
body::before{content:"";position:fixed;left:0;right:0;top:0;height:3px;background:var(--accent);z-index:2147483646;transform:scaleX(0);transform-origin:left;pointer-events:none}
body.is-navigating::before{animation:page-progress 1.8s cubic-bezier(.15,.7,.25,1) forwards}
@keyframes page-progress{from{transform:scaleX(.08)}to{transform:scaleX(.88)}}
@media(prefers-reduced-motion:reduce){.page-arriving>main{animation:none}body.is-navigating::before{animation:none;transform:scaleX(.6)}}
/* Careers shares the portfolio's type, spacing and contact form. */
.careers-intro{font-size:clamp(18px,2vw,25px);max-width:40ch;line-height:1.5;margin:24px 0 60px;color:var(--muted)}.career-openings{margin-bottom:60px}.career-opening{border-top:1px solid var(--line)}.career-opening:last-child{border-bottom:1px solid var(--line)}.career-opening summary{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 0;list-style:none}.career-opening summary::-webkit-details-marker{display:none}.career-opening summary strong{display:block;font-size:clamp(23px,3vw,40px);font-weight:500;letter-spacing:-.03em;overflow-wrap:anywhere}.career-opening summary>span:last-child{font-size:32px;transition:transform .2s}.career-opening details[open] summary>span:last-child{transform:rotate(45deg)}.career-meta{display:block;font-size:15px;line-height:1.5;color:var(--muted);margin-top:8px}.career-description{white-space:pre-wrap;overflow-wrap:anywhere;max-width:75ch;line-height:1.7;margin:0 0 24px}.career-apply-link{display:inline-flex;align-items:center;gap:16px;min-height:44px;margin-bottom:28px;border-bottom:1px solid currentColor}.career-optional{font-size:12px;color:var(--muted);font-weight:400}.career-notice{padding:30px 0;line-height:1.6}.inquiry-form select{display:block;width:100%;min-height:48px;margin-top:10px;padding:12px 14px;background:var(--bg);color:var(--ink);border:1px solid var(--line);border-radius:0;font:inherit;font-size:16px}.inquiry-form select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.careers-page .inquiry-section{scroll-margin-top:110px}
@media(max-width:700px){.careers-intro{margin-bottom:36px}.career-openings{margin-bottom:40px}.career-opening summary{padding:22px 0}.career-description{font-size:16px}.career-meta{font-size:14px}.careers-page .inquiry-section{scroll-margin-top:90px}}
.careers-page .inquiry-form input:not([type=hidden]),.careers-page .inquiry-form textarea{font-size:16px}
@media(min-width:1100px){.nav-list{gap:24px}}

/* Raid-Craft landing */
:root{--bg:#0b0d0c;--ink:#f4f5f1;--muted:#93998f;--line:#292d29;--accent:#d9ff43}
body{background:var(--bg);color:var(--ink)}.skip-link{color:#0b0d0c}.raid-nav{position:sticky;top:0;background:rgba(11,13,12,.88);backdrop-filter:blur(18px);border-color:var(--line);padding-block:16px}.raid-nav .brand-name{font-size:20px;font-weight:600;letter-spacing:-.02em;margin:0}.raid-nav .brand-mark{width:42px;height:42px}.raid-nav .nav-list a{color:#c7cbc3}.raid-nav .nav-list a:hover{color:var(--accent);text-decoration:none}.nav-download,.raid-button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--accent);color:#10120f;font-weight:600;border-radius:3px;transition:transform .2s,background .2s}.nav-download{min-height:46px;padding:0 22px}.nav-download:hover,.raid-button:hover{background:#e4ff73;transform:translateY(-2px)}
.raid-home{overflow:hidden}.raid-hero{min-height:calc(100svh - 82px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:center;gap:clamp(40px,7vw,120px);padding:clamp(70px,9vw,145px) var(--pad);max-width:1920px;margin:auto;position:relative}.raid-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 55%,rgba(217,255,67,.055));pointer-events:none}.raid-kicker{text-transform:uppercase;letter-spacing:.13em;font-size:13px;color:#b9beb5}.raid-kicker span{display:inline-block;width:8px;height:8px;background:var(--accent);border-radius:50%;margin-right:9px;box-shadow:0 0 18px var(--accent)}.raid-hero h1{font-size:clamp(64px,8.3vw,146px);font-weight:500;line-height:.88;letter-spacing:-.065em;margin:36px 0 40px;max-width:950px}.raid-hero h1 em{font-style:normal;color:var(--accent)}.raid-lead{max-width:620px;color:#b7bbb3;font-size:clamp(17px,1.4vw,22px);line-height:1.6}.raid-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:38px}.raid-button{min-height:56px;padding:0 25px}.raid-button--ghost{background:transparent;color:var(--ink);border:1px solid #3b403a}.raid-button--ghost:hover{background:#191c19;color:var(--ink)}.raid-note{font-size:13px;color:#686e65;margin-top:18px}.raid-hero__mark{position:relative;display:grid;justify-items:center;align-content:center;aspect-ratio:1;color:#fff}.raid-hero__mark::before,.raid-hero__mark::after{content:"";position:absolute;border:1px solid #30352f;border-radius:50%;inset:2%}.raid-hero__mark::after{inset:17%;border-color:#242824}.raid-hero__mark img{width:42%;filter:drop-shadow(0 0 35px rgba(217,255,67,.18));margin-bottom:20px}.raid-hero__mark span,.raid-hero__mark strong{font-size:clamp(24px,3vw,52px);line-height:.9;letter-spacing:.24em;margin-right:-.24em}.raid-hero__mark strong{color:var(--accent)}
.raid-stats{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);max-width:1920px;margin:auto;padding:0 var(--pad)}.raid-stats article{padding:44px clamp(20px,3.2vw,58px);border-left:1px solid var(--line)}.raid-stats article:first-child{border-left:0}.raid-stats span{font-size:12px;color:var(--accent)}.raid-stats h2{font-size:clamp(24px,2.5vw,40px);font-weight:500;margin:28px 0 12px}.raid-stats p{color:var(--muted);max-width:35ch;line-height:1.65}
.raid-start{display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw;padding:clamp(90px,11vw,180px) var(--pad);max-width:1920px;margin:auto}.raid-start h2{font-size:clamp(48px,6vw,100px);line-height:.95;letter-spacing:-.055em;font-weight:500;margin-top:28px}.raid-start ol{list-style:none;padding:0;margin:0}.raid-start li{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:28px 0;border-top:1px solid var(--line)}.raid-start li:last-child{border-bottom:1px solid var(--line)}.raid-start li>span{color:var(--accent);font-size:13px}.raid-start strong{font-size:clamp(21px,2vw,30px);font-weight:500}.raid-start li p{color:var(--muted);margin-top:8px}
.raid-download{margin:0 var(--pad) clamp(30px,5vw,80px);padding:clamp(55px,7vw,110px);background:var(--accent);color:#10120f;position:relative;max-width:calc(1920px - var(--pad) * 2);align-self:center;width:calc(100% - var(--pad) * 2)}.raid-download>p{text-transform:uppercase;letter-spacing:.12em;font-size:13px}.raid-download h2{font-size:clamp(55px,8vw,135px);line-height:.9;letter-spacing:-.065em;font-weight:600;margin:34px 0 55px}.raid-download h2 span{opacity:.48}.raid-button--large{background:#10120f;color:white;min-height:62px;padding-inline:30px}.raid-button--large:hover{background:#242823}.raid-footer{background:#080a09;border-top:1px solid var(--line);margin:0;padding-top:28px}.raid-footer .footer-bottom{border:0}.raid-footer .footer-brand img{width:44px;height:44px}
@media(max-width:850px){.raid-hero{grid-template-columns:1fr;min-height:auto}.raid-hero__mark{max-width:500px;width:75%;justify-self:center}.raid-stats{grid-template-columns:1fr}.raid-stats article{border-left:0;border-top:1px solid var(--line)}.raid-stats article:first-child{border-top:0}.raid-start{grid-template-columns:1fr;gap:55px}}
@media(max-width:700px){.raid-nav .nav-row{display:flex}.raid-nav .nav-list{background:#111411;margin-top:12px;padding:12px}.raid-nav .nav-tools{margin-left:auto}.nav-download{min-height:42px;padding-inline:13px;font-size:13px}.raid-nav .menu-toggle{font-size:13px}.raid-hero{padding-top:65px}.raid-hero h1{font-size:clamp(58px,17vw,88px)}.raid-hero__mark{width:92%}.raid-actions{display:grid}.raid-button{width:100%}.raid-start li{grid-template-columns:42px 1fr}.raid-download{padding:45px 24px;margin-inline:20px;width:calc(100% - 40px)}.raid-download h2{font-size:clamp(48px,15vw,72px)}.raid-footer .footer-bottom{font-size:12px}.raid-footer .copyright{max-width:25ch}}
