.skip-link{position:fixed;left:16px;top:12px;z-index:99999;transform:translateY(-160%);padding:10px 14px;border-radius:8px;background:#fff;color:#07131f;font:600 14px/1.2 Inter,system-ui,sans-serif;box-shadow:0 8px 24px rgba(0,0,0,.22)}
.skip-link:focus{transform:translateY(0)}
html{scrollbar-gutter:stable}
:root{
  --site-header-height:86px;
  --site-header-height-scrolled:72px;
  --site-brand-size:1.35rem;
  --site-role-size:.62rem;
  --site-menu-size:44px;
  --internal-hero-height:532px;
}
#app{display:flow-root}
#app[aria-busy="true"]{min-height:calc(100svh - var(--site-header-height))}
#app[aria-busy="true"]::before{content:"";display:block;background:#06111c}
body.home-brief #app[aria-busy="true"]::before{height:627px;background:#02070d}
body:not(.home-brief) #app[aria-busy="true"]{padding-top:var(--site-header-height)}
body:not(.home-brief) #app[aria-busy="true"]::before{height:var(--internal-hero-height)}

:where(a,button,input,textarea,select):focus-visible{outline:3px solid #1688f8;outline-offset:3px}
:where(button,.btn,.filter-btn,.menu-btn){touch-action:manipulation}
img{max-width:100%}

:where(.container,.section-head,.about-profile,.contact-strip,.production-split,.academic-feature,.academic-teaser-grid,.works-grid,.video-grid,.awards-grid,.cv-layout,.contact-layout,.footer-grid,.footer-bottom)>*{min-width:0}
:where(.page-hero h1,.page-hero p,.section-title,.about-profile h2,.production-card h3,.video-card h3,.award-ref-copy h3,.cv-block,.contact-card,.footer-links){overflow-wrap:anywhere}
:where(.contact-item,.contact-card,.cv-info,.footer-links){word-break:normal;overflow-wrap:anywhere}
.page-hero-content{max-width:980px}
.works-page .container,.academic-page .container,.awards-page .container,.cv-page .container,.contact-page .container{max-width:1280px}
.filters{overflow:hidden}
.filters-inner{overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.filters-inner::-webkit-scrollbar{display:none}
.filter-btn{white-space:nowrap;flex:0 0 auto}
.site-footer .footer-grid{align-items:start}
.site-footer .footer-links a,.site-footer .footer-links span{max-width:100%}

@media (max-width:1100px){
  .page-hero h1{font-size:clamp(3.5rem,7vw,6rem)}
  .about-profile{gap:42px}
  .contact-strip{grid-template-columns:1fr 1fr}
  .contact-strip .contact-item:last-child{grid-column:1/-1}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr!important;gap:34px!important}
  .footer-grid>div:last-child{grid-column:1/-1}
}

@media (max-width:900px){
  .site-header .nav{overflow:auto;overscroll-behavior:contain}
  body:not(.home-brief) .page-hero{min-height:390px;padding:142px 0 52px;align-items:end}
  body:not(.home-brief) .page-hero .page-hero-bg{object-position:64% center}
  body:not(.home-brief) .page-hero:after{background:linear-gradient(90deg,rgba(2,7,13,.98),rgba(2,7,13,.78) 58%,rgba(2,7,13,.30)),linear-gradient(0deg,rgba(2,7,13,.88),rgba(2,7,13,.18) 62%,rgba(2,7,13,.34))}
  .page-hero h1{font-size:clamp(3rem,11vw,4.8rem);line-height:.88;margin:10px 0 14px}
  .page-hero p{font-size:.96rem;line-height:1.6;max-width:640px;margin-bottom:0}
  .crumb{font-size:.66rem;letter-spacing:.12em}
  .section{padding:66px 0}
  .section-tight{padding:56px 0}
  .section-head{align-items:flex-start;flex-direction:column;margin-bottom:28px}
  .section-title{font-size:clamp(2.85rem,10.5vw,4.6rem);line-height:.91}
  .section-lead{font-size:.96rem;line-height:1.65}
  .about-profile{grid-template-columns:1fr;gap:34px}
  .about-profile h2{font-size:clamp(3rem,11vw,4.7rem);line-height:.92}
  .profile-image{min-height:0;aspect-ratio:4/5;max-height:640px}
  .profile-image img{position:absolute!important;height:100%!important;object-position:center 24%}
  .contact-strip{grid-template-columns:1fr 1fr;margin-top:24px}
  .contact-item{font-size:.78rem;padding:14px}
  .timeline{margin-top:32px}
  .timeline-item{padding-bottom:28px}
  .works-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
  .production-card{min-width:0}
  .production-thumb{aspect-ratio:16/10;min-height:0!important}
  .production-thumb img{width:100%;height:100%!important;object-fit:cover}
  .video-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
  .video-thumb{aspect-ratio:16/9}
  .video-thumb img{width:100%;height:100%!important;object-fit:cover}
  .academic-feature{grid-template-columns:1fr!important;gap:0!important}
  .academic-feature-copy{padding:34px!important}
  .academic-feature-copy h2{font-size:clamp(2.8rem,10vw,4.4rem)!important;line-height:.94!important}
  .academic-feature-img{min-height:0!important;height:auto!important;aspect-ratio:4/3;overflow:hidden}
  .academic-feature-img img{width:100%;height:100%!important;object-fit:cover;object-position:center 30%}
  .academic-list{margin-top:34px!important}
  .academic-entry{grid-template-columns:120px minmax(0,1fr)!important;gap:22px!important}
  .cv-actions{display:flex!important;flex-wrap:wrap;gap:10px!important}
  .cv-layout{grid-template-columns:1fr!important;gap:28px!important}
  .cv-sidebar{position:relative!important;top:auto!important;display:grid;grid-template-columns:150px minmax(0,1fr);column-gap:24px;align-items:center}
  .cv-sidebar>img{grid-row:1/5;width:150px!important;height:180px!important;object-fit:cover;border-radius:16px}
  .cv-sidebar h2,.cv-sidebar .role,.cv-sidebar .cv-info{grid-column:2}
  .cv-info{margin-top:10px!important}
  .cv-main{min-width:0}
  .cv-skill-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .contact-layout{grid-template-columns:1fr!important;gap:38px!important}
  .contact-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
  .contact-form{max-width:none!important}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 26px!important}
  .footer-grid>div:last-child{grid-column:auto}
  .footer-bottom{gap:14px;flex-wrap:wrap}
}

@media (max-width:560px){
  :where(.btn,.filter-btn,.menu-btn){min-height:44px}
  .container{width:calc(100% - 40px)!important}
  .cta-row{width:100%}
  .cta-row .btn{justify-content:center}
  .section-head{gap:14px}
  .site-header .nav{left:10px!important;right:10px!important;top:82px!important}
  .site-header.scrolled .nav{top:64px!important}
  .nav a{font-size:1.08rem!important;padding:13px 11px!important}
  body:not(.home-brief) .page-hero{min-height:350px;padding:128px 0 42px}
  body:not(.home-brief) .page-hero .page-hero-bg{object-position:66% center}
  .page-hero h1{font-size:clamp(2.75rem,13.3vw,4rem);line-height:.87;max-width:96%}
  .page-hero p{font-size:.9rem;line-height:1.55;max-width:95%}
  .section{padding:54px 0}
  .section-tight{padding:48px 0}
  .section-title{font-size:clamp(2.65rem,12.4vw,3.85rem)}
  .about-profile h2{font-size:clamp(2.85rem,13vw,4rem)}
  .about-profile p{font-size:.94rem;line-height:1.7}
  .profile-image{aspect-ratio:4/5;border-radius:20px}
  .contact-strip{grid-template-columns:1fr}
  .contact-strip .contact-item:last-child{grid-column:auto}
  .method-grid{max-width:100%}
  .method-card{flex-basis:86%!important}
  .filters .container{width:100%!important;padding-inline:20px}
  .works-grid{grid-template-columns:1fr!important;gap:14px!important}
  .production-card{border-radius:18px!important}
  .production-body{padding:20px!important}
  .production-body h3{font-size:1.65rem!important;line-height:1.02!important}
  .production-action{min-height:50px;padding-inline:20px!important}
  .video-grid{grid-template-columns:1fr!important;gap:14px!important}
  .video-card{border-radius:18px!important;overflow:hidden}
  .video-body{padding:18px!important}
  .academic-feature{border-radius:20px!important;overflow:hidden}
  .academic-feature-copy{padding:26px 22px!important}
  .academic-feature-copy h2{font-size:clamp(2.65rem,12vw,3.7rem)!important}
  .academic-feature-img{aspect-ratio:1/1}
  .academic-entry{grid-template-columns:1fr!important;gap:8px!important;padding:24px 0!important}
  .academic-entry .year{font-size:1.05rem!important}
  .cv-actions{display:grid!important;grid-template-columns:1fr}
  .cv-actions .btn{width:100%;white-space:normal;text-align:center}
  .cv-sidebar{display:block!important;padding:24px!important}
  .cv-sidebar>img{width:118px!important;height:142px!important;margin-bottom:18px}
  .cv-sidebar h2,.cv-sidebar .role,.cv-sidebar .cv-info{grid-column:auto}
  .cv-skill-grid{grid-template-columns:1fr!important}
  .cv-block{padding:24px!important}
  .cv-exp{grid-template-columns:1fr!important;gap:7px!important}
  .contact-cards{grid-template-columns:1fr!important}
  .contact-form{padding:24px!important}
  .contact-form input,.contact-form textarea{font-size:16px!important}
  .footer-grid{grid-template-columns:1fr!important;gap:28px!important}
  .footer-bottom{display:block!important;line-height:1.7}
  .footer-bottom span+span{display:block;margin-top:6px}
}

@media (max-width:390px){
  .container{width:calc(100% - 32px)!important}
  .brand-name{font-size:1.08rem!important}
  .brand-role{font-size:.49rem!important;letter-spacing:.10em!important}
  .menu-btn{width:44px!important;height:44px!important}
  body:not(.home-brief) .page-hero{min-height:330px;padding-bottom:36px}
  .page-hero h1{font-size:clamp(2.55rem,13.5vw,3.45rem)}
  .page-hero p{font-size:.87rem}
  .section-title{font-size:clamp(2.45rem,12.5vw,3.4rem)}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .reveal,.stagger{opacity:1!important;transform:none!important}
}

/* Shared mobile header geometry: one fluid source of truth for every route. */
@media (max-width:900px){
  :root{
    --site-header-height:clamp(72px,calc(62.12px + 1.765vw),78px);
    --site-header-height-scrolled:clamp(62px,calc(55.41px + 1.176vw),66px);
    --site-brand-size:clamp(1.04rem,calc(.908rem + .588vw),1.12rem);
    --site-role-size:clamp(.47rem,calc(.4206rem + .2206vw),.50rem);
    --site-menu-size:44px;
  }
  .site-header .nav-wrap{height:var(--site-header-height)!important}
  .site-header.scrolled .nav-wrap{height:var(--site-header-height-scrolled)!important}
  .site-header .brand{flex:0 0 clamp(200px,56vw,220px)!important;height:32px!important}
  .site-header .brand-name{display:block;width:100%;height:19px;font-size:var(--site-brand-size)!important;line-height:19px!important}
  .site-header .brand-role{display:block;width:100%;height:8px;font-size:var(--site-role-size)!important;line-height:8px!important;letter-spacing:.11em!important;margin-top:5px!important}
  .site-header .menu-btn{width:var(--site-menu-size)!important;height:var(--site-menu-size)!important;border-radius:13px!important}
  .site-header .nav{top:var(--site-header-height)!important;max-height:calc(100dvh - var(--site-header-height) - 10px)!important}
  .site-header.scrolled .nav{top:var(--site-header-height-scrolled)!important;max-height:calc(100dvh - var(--site-header-height-scrolled) - 10px)!important}

  .hero{padding-top:var(--site-header-height)!important}
  .hero-media img{filter:saturate(.86) contrast(1.03) brightness(.90)!important}
  .hero-media:after{background:linear-gradient(90deg,rgba(2,7,13,.36),rgba(2,7,13,.16) 64%,rgba(2,7,13,.06)),linear-gradient(0deg,rgba(2,7,13,.70),rgba(2,7,13,.10) 62%,rgba(2,7,13,.04))!important}

  body:not(.home-brief) .page-hero{
    margin-top:var(--site-header-height)!important;
    min-height:390px!important;
    padding:48px 0 40px!important;
  }
  body:not(.home-brief) #app[aria-busy="true"]::before{height:390px}
  body:not(.home-brief) .page-hero .page-hero-bg{
    object-position:68% 18%!important;
    filter:saturate(.82) contrast(1.03) brightness(.76)!important;
  }
  body:not(.home-brief) .page-hero:after{
    background:linear-gradient(90deg,rgba(2,7,13,.78) 0%,rgba(2,7,13,.54) 46%,rgba(2,7,13,.18) 100%),linear-gradient(0deg,rgba(2,7,13,.66) 0%,rgba(2,7,13,.14) 58%,rgba(2,7,13,.08) 100%)!important;
  }
  .page-hero h1{overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
}

@media (max-width:560px){
  body:not(.home-brief) #app[aria-busy="true"]::before{height:370px}
  body:not(.home-brief) .page-hero{
    margin-top:var(--site-header-height)!important;
    min-height:370px!important;
    padding:42px 0 34px!important;
  }
  body:not(.home-brief) .page-hero .page-hero-bg{object-position:70% 14%!important}
  .page-hero h1{font-size:clamp(2.45rem,10.6vw,3.35rem)!important;line-height:.91!important;max-width:100%!important}
  .page-hero p{max-width:100%!important}
}

@media (max-width:390px){
  body:not(.home-brief) #app[aria-busy="true"]::before{height:350px}
  body:not(.home-brief) .page-hero{margin-top:var(--site-header-height)!important;min-height:350px!important;padding:38px 0 30px!important}
  body:not(.home-brief) .page-hero .page-hero-bg{object-position:70% 12%!important}
  .page-hero h1{font-size:clamp(2.3rem,10.2vw,3rem)!important;line-height:.92!important}
}

/* Final visual balance: preserve the shared hero/card geometry and adjust only entry positioning. */
@media (max-width:560px){
  body.route-productions .page-hero{padding-bottom:54px!important}
}

@media (min-width:901px){
  .awards-page.section{padding-top:80px}
}
