:root{color-scheme:dark;--bg:#101010;--fg:#f5f5f5;--muted:#a7a7a7;--line:#383838}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--fg);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:2px solid #fff;outline-offset:6px}header{height:96px;padding:0 4%;display:flex;justify-content:space-between;align-items:center;background:#101010;position:relative;z-index:3}.wordmark{font-weight:900;font-size:30px;letter-spacing:-1.7px;line-height:1}.wordmark span{display:block;font-size:12px;letter-spacing:1.55px;font-weight:400;margin-top:7px}nav{display:flex;gap:38px;font-size:14px}nav a{padding:12px 0}nav a:hover{text-decoration:underline;text-underline-offset:6px}.hero{height:min(840px,calc(100svh - 96px));min-height:630px;position:relative;overflow:hidden}.hero>img,.shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero>img{object-position:center;animation:drift 18s ease-out both}.shade{background:linear-gradient(90deg,rgba(0,0,0,.54),transparent 80%),linear-gradient(0deg,rgba(0,0,0,.7),transparent 60%,rgba(0,0,0,.2))}.hero-top,.hero-bottom{position:absolute;left:4%;right:4%;display:flex;justify-content:space-between;gap:20px}.hero-top{top:30px;font-size:12px;letter-spacing:1.4px}.hero-body{position:absolute;top:18%;left:8%}.eyebrow{font-size:12px;letter-spacing:1.7px;line-height:1.5;font-weight:500}.hero-body>.eyebrow{margin-bottom:20px}h1{font-size:clamp(66px,7.7vw,124px);letter-spacing:-.07em;line-height:.96;margin:0;font-weight:500}h1 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.07em}.reel{display:flex;gap:17px;align-items:center;border:0;background:none;padding:0;margin-top:35px;text-align:left;font-size:16px}.reel small{font-size:12px;letter-spacing:1.15px;display:block;margin-top:8px}.play-icon{width:55px;height:55px;border:1px solid #ffffff90;border-radius:50%;display:grid;place-items:center;font-size:15px;transition:background .2s,color .2s}.reel:hover .play-icon{background:white;color:black}.hero-bottom{bottom:28px;align-items:end;font-size:14px;line-height:1.5}.hero-bottom>a{position:absolute;left:50%;transform:translateX(-50%)}.hero-bottom>a span{padding-left:20px}.frame-credit{text-align:right;font-size:12px;letter-spacing:1px}.section{padding:100px 6%}.section-top{display:flex;align-items:end;justify-content:space-between;margin-bottom:40px;gap:30px}h2{font-size:clamp(40px,5vw,74px);font-weight:400;letter-spacing:-.055em;line-height:1.06;margin:18px 0 0}.section-top>p{color:var(--muted);line-height:1.55;font-size:16px;margin:0 0 4px}.filters{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-bottom:36px;align-items:center}.filters button{background:none;border:0;border-bottom:2px solid transparent;padding:15px 0;font-size:14px;color:var(--muted)}.filters button.active{color:white;border-bottom-color:white}.filters>span{margin-left:auto;color:var(--muted);font-size:12px}.film-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px 25px}.film{display:block;text-align:left;width:100%;border:0;background:none;padding:0;min-width:0}.film .still{aspect-ratio:16/9;position:relative;overflow:hidden;background:#242424}.film img{width:100%;height:100%;object-fit:cover;transition:transform .65s,opacity .4s}.film:hover img{transform:scale(1.035);opacity:.8}.film .play-icon{position:absolute;right:20px;bottom:20px;width:42px;height:42px;background:#0005;opacity:0;transform:translateY(7px);transition:.25s}.film:hover .play-icon,.film:focus-visible .play-icon{opacity:1;transform:translateY(0)}.film-meta{display:flex;justify-content:space-between;gap:20px;margin-top:17px}.film h3{font-size:19px;line-height:1.3;font-weight:400;letter-spacing:-.4px;margin:0}.film p{color:var(--muted);font-size:13px;margin:7px 0 0;line-height:1.45}.film-meta>span{font-size:12px;color:var(--muted);padding-top:5px;white-space:nowrap}.clients{padding-top:10px;padding-bottom:75px}.clients>.eyebrow{color:var(--muted)}.client-list{display:flex;justify-content:space-between;align-items:center;gap:28px;flex-wrap:wrap;margin-top:35px;font-size:24px;font-weight:600;letter-spacing:-1px}.about{border-top:1px solid var(--line);display:grid;grid-template-columns:1.1fr 1fr;gap:10%;padding-top:105px;padding-bottom:110px}.about h2{font-size:clamp(40px,4.7vw,70px)}.about-copy p{font-size:16px;line-height:1.75;color:var(--muted);margin:0 0 24px}.about-copy p.large{font-size:26px;line-height:1.4;color:var(--fg);letter-spacing:-.5px}.chorus{border-top:1px solid var(--line);margin-top:40px;padding-top:28px}.chorus p{margin-top:16px}.chorus strong{color:white;font-weight:400}.chorus a{font-size:14px;border-bottom:1px solid #888;padding-bottom:7px}.chorus a span{margin-left:35px}.contact{background:#eee;color:#101010;padding-top:85px;padding-bottom:90px;position:relative}.contact h2{font-size:clamp(68px,9.5vw,144px);line-height:.97;letter-spacing:-.07em;margin:25px 0 42px}.contact-link{font-size:clamp(22px,2.5vw,36px);letter-spacing:-.7px;border-bottom:1px solid #666;padding-bottom:8px}.contact-link span{margin-left:60px}.contact>p:last-child{color:#555;line-height:1.6;font-size:14px;margin-top:28px}footer{padding:55px 6% 30px}footer .footer-logo{font-size:clamp(50px,14.6vw,225px);font-weight:900;letter-spacing:-.085em;line-height:1;display:block}footer>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:25px;margin-top:40px;font-size:12px;letter-spacing:1px;gap:20px;color:var(--muted)}footer>a:last-child{display:block;text-align:right;font-size:12px;margin-top:25px}dialog{padding:22px;width:min(1120px,94vw);max-height:95svh;border:1px solid #444;background:#111;color:#fff}dialog::backdrop{background:#000e}.player-head{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:20px}.player-head h2{font-size:20px;letter-spacing:-.4px;margin:0}.player-head button{border:1px solid #555;background:none;padding:10px 15px;white-space:nowrap}#player{aspect-ratio:16/9;background:#000}#player iframe{width:100%;height:100%;border:0}.player-foot{display:flex;justify-content:space-between;gap:20px;font-size:13px;color:#bbb;line-height:1.6}.player-foot p{white-space:pre-line}.player-foot a{padding-top:13px;text-decoration:underline}.skip{position:fixed;top:-100px;z-index:10;background:white;color:black;padding:15px}.skip:focus{top:0}@keyframes drift{from{transform:scale(1.055)}to{transform:scale(1)}}@media(max-width:700px){header{height:80px;padding:0 5%}.wordmark{font-size:24px}.wordmark span{font-size:12px;letter-spacing:1.2px}nav{gap:18px;font-size:13px}.hero{min-height:640px;height:calc(90svh - 80px)}.hero-top{left:6%;right:6%;font-size:12px;line-height:1.5}.hero-top span:last-child{text-align:right;max-width:140px}.hero-body{left:7%;top:21%}h1{font-size:80px}.hero-bottom{left:7%;right:7%;font-size:12px}.hero-bottom>a{position:static;transform:none}.frame-credit{display:none}.section{padding:70px 6%}.section-top{align-items:start;display:block;margin-bottom:25px}.section-top>p{margin-top:20px}.filters{gap:18px;overflow:auto}.filters button{white-space:nowrap;font-size:13px}.filters>span{display:none}.film-grid{grid-template-columns:1fr;gap:30px}.film .play-icon{opacity:1;transform:none}.film h3{font-size:18px}.clients{padding-top:0}.client-list{display:grid;grid-template-columns:1fr 1fr;font-size:22px;gap:28px 20px}.about{grid-template-columns:1fr;gap:35px}.about-copy p.large{font-size:23px}.contact h2{font-size:80px}.contact-link{font-size:23px}.contact-link span{margin-left:20px}footer>div{flex-wrap:wrap;line-height:1.6}.player-foot{display:block}.player-head h2{font-size:16px}.player-head button{font-size:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

@media(max-width:700px){.wordmark span{display:none}}
.image-fallback{display:flex;align-items:center;justify-content:center;min-height:100%;padding:30px;font-size:24px;text-align:center;color:#ccc}.image-fallback~.play-icon{opacity:1;transform:none}

/* Interactive film direction */
#scroll-progress{position:fixed;z-index:20;left:0;top:0;width:100%;height:2px;background:#fff;transform:scaleX(0);transform-origin:left;pointer-events:none}
header{position:sticky;top:0;transition:background .35s,box-shadow .35s}header.scrolled{background:#101010e8;backdrop-filter:blur(18px);box-shadow:0 1px 0 #ffffff18}
.hero>img{animation:none;transform:translateY(var(--hero-shift,0px)) scale(1.08);transition:opacity .7s;will-change:transform}
#hero-image-next{opacity:0}#hero-image-next.visible{opacity:1}
.hero .shade{background:linear-gradient(90deg,#0009,transparent 85%),linear-gradient(0deg,#000c,transparent 70%,#0004)}
.hero-body{top:15%;left:7%}h1{font-size:clamp(66px,7.4vw,118px)}
.scene-picker{position:absolute;right:6%;bottom:135px;width:290px}.scene-picker>.eyebrow{color:#ffffffb0;font-size:12px;letter-spacing:1.4px;margin-bottom:16px}.scene-choices{display:flex;flex-direction:column}.scene-choices button{border:0;border-top:1px solid #ffffff45;background:transparent;text-align:left;padding:14px 0;font-size:24px;letter-spacing:-.5px;transition:padding .3s,color .3s;color:#ffffffad;position:relative}.scene-choices button::after{content:'';position:absolute;top:-1px;left:0;width:100%;height:2px;background:white;transform:scaleX(0);transform-origin:left;transition:transform .4s}.scene-choices button.active::after{transform:scaleX(1)}.scene-choices button.active,.scene-choices button:hover{color:white;padding-left:10px}.scene-choices button span{font-size:12px;letter-spacing:0;display:inline-block;width:30px;vertical-align:middle}.scene-picker #watch-scene{border:0;background:none;padding:16px 0 0;font-size:14px;line-height:1.5;text-align:left;text-decoration:underline;text-underline-offset:6px}.frame-credit{max-width:280px;line-height:1.6}
.film-grid[data-view="Selected"]{grid-template-columns:repeat(12,minmax(0,1fr));column-gap:32px;row-gap:70px}.film-grid[data-view="Selected"] .film{grid-column:span 6}.film-grid[data-view="Selected"] .film:nth-child(4n+1){grid-column:span 7}.film-grid[data-view="Selected"] .film:nth-child(4n+2){grid-column:span 5;padding-top:85px}.film-grid[data-view="Selected"] .film:nth-child(4n+3){grid-column:span 5}.film-grid[data-view="Selected"] .film:nth-child(4n+4){grid-column:span 7;padding-top:70px}.film-grid[data-view="Selected"] .film:nth-child(4n+2) .still,.film-grid[data-view="Selected"] .film:nth-child(4n+3) .still{aspect-ratio:4/3}
.film .still{isolation:isolate}.film:hover img{opacity:.85;transform:scale(1.07) translate(var(--look-x,0px),var(--look-y,0px))}.film-meta h3{transition:transform .3s}.film:hover .film-meta h3{transform:translateX(5px)}

.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .8s cubic-bezier(.2,.65,.25,1)}.reveal.is-visible{opacity:1;transform:none}.contact-link span,.chorus a span{display:inline-block;transition:transform .3s}.contact-link:hover span,.chorus a:hover span{transform:translate(6px,-6px)}.contact h2{transition:letter-spacing .6s}.contact:hover h2{letter-spacing:-.055em}dialog[open]{animation:player-in .3s ease-out}dialog[open]::backdrop{animation:backdrop-in .3s ease-out}@keyframes player-in{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}@keyframes backdrop-in{from{opacity:0}to{opacity:1}}

@media(max-width:1000px){.scene-picker{width:220px;right:5%}.film-grid[data-view="Selected"]{column-gap:24px;row-gap:40px}.hero-body{left:6%}.hero .reel small{max-width:240px;line-height:1.5}}
@media(max-width:700px){.hero{min-height:790px;height:calc(100svh - 80px)}.hero-body{top:15%;left:7%}h1{font-size:clamp(64px,17vw,85px)}.hero-body>.eyebrow{margin-bottom:16px}.reel{margin-top:25px}.scene-picker{left:7%;right:7%;bottom:100px;width:auto}.scene-picker>.eyebrow{font-size:12px;margin-bottom:12px}.scene-choices{flex-direction:row;gap:16px}.scene-choices button{font-size:17px;flex:1;padding:12px 0!important;white-space:nowrap}.scene-choices button span{font-size:12px;width:22px}.scene-picker #watch-scene{padding-top:12px;font-size:14px}.hero-bottom{bottom:24px}.hero-bottom>span:first-child{max-width:130px}.film-grid[data-view="Selected"]{display:grid;grid-template-columns:1fr;gap:36px}.film-grid[data-view="Selected"] .film:nth-child(n){grid-column:auto;padding:0}.film-grid[data-view="Selected"] .film:nth-child(n) .still{aspect-ratio:16/9}.hero>img{will-change:auto}}
@media(prefers-reduced-motion:reduce){.hero>img{transform:none}.reveal{opacity:1;transform:none}.contact:hover h2{letter-spacing:-.07em}.film:hover img,.film:hover .film-meta h3{transform:none}}

/* Continuous showreel and the fuller professional profile. */
.hero-video{position:absolute;inset:0;overflow:hidden;pointer-events:none;opacity:0;transition:opacity .8s}.hero.reel-playing .hero-video{opacity:1}.hero-video iframe{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:0;max-width:none}.background-toggle{position:absolute;right:4%;bottom:105px;background:#0005;border:1px solid #ffffff70;padding:12px 16px;border-radius:30px;font-size:13px;backdrop-filter:blur(8px)}.background-toggle:hover{background:#0009}.hero>img{transform:none;will-change:auto}.client-intro{font-size:16px;line-height:1.6;color:var(--muted);margin:22px 0 35px;max-width:570px}.client-logos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;background:#d9d9d9;border:1px solid #d9d9d9}.client-logo{background:white;display:flex;align-items:center;justify-content:center;padding:25px;height:132px}.client-logo img{display:block;max-width:100%;max-height:75px;width:auto;height:auto;object-fit:contain}.clients{padding-bottom:100px}.about{column-gap:8%}.about-portrait{width:100%;height:auto;display:block;margin-top:40px}.about-facts{margin-top:35px;border-top:1px solid var(--line)}.about-facts p{padding:20px 0;border-bottom:1px solid var(--line);margin:0}.about-facts strong{display:block;font-size:22px;font-weight:400;letter-spacing:-.5px}.about-facts span{display:block;font-size:14px;color:var(--muted);margin-top:9px;line-height:1.5}.about-copy h3{font-size:24px;letter-spacing:-.6px;font-weight:400;margin:38px 0 16px}.about-copy .large{margin-top:0}.about-copy .chorus{margin-top:35px}
@media(max-width:1000px){.client-logos{grid-template-columns:repeat(4,minmax(0,1fr))}.client-logo{height:120px;padding:22px}.client-logo img{max-height:67px}}
@media(max-width:700px){.hero{min-height:650px;height:calc(100svh - 80px)}.background-toggle{right:7%;bottom:95px;font-size:12px}.hero-body{top:18%}.client-logos{grid-template-columns:repeat(3,minmax(0,1fr))}.client-logo{height:100px;padding:15px}.client-logo img{max-height:58px}.clients{padding-bottom:70px}.about-copy h3{font-size:22px}.about-portrait{margin-top:30px}}

/* Unobstructed showreel opening. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hero-top{justify-content:flex-end}.hero-body{top:auto;left:4%;bottom:105px}.hero-body .reel{margin:0}.hero .shade{background:linear-gradient(0deg,#000a,transparent 42%,transparent 80%,#0004)}
@media(max-width:700px){.hero-body{top:auto;left:7%;bottom:105px}.hero-body .reel small{display:none}.hero-body .reel{font-size:14px;gap:10px}.hero-body .play-icon{width:42px;height:42px}.background-toggle{bottom:105px;padding:10px 12px}.hero-top span:last-child{max-width:none}}

/* Use the supplied wordmark itself, preserving the letterforms and subtitle. */
.brand-art{position:relative;display:block;overflow:hidden;aspect-ratio:1016 / 334;flex:none;line-height:0;filter:grayscale(1) contrast(3) invert(1);mix-blend-mode:screen}
.brand-art img{position:absolute;display:block;width:151.181102%;height:auto;max-width:none;left:-23.818898%;top:-100%;pointer-events:none}
header .wordmark.brand-art{width:210px;font-size:0;letter-spacing:0}
footer .footer-logo.brand-art{width:min(100%,1100px);font-size:0;letter-spacing:0;margin:0 auto 0 0}
@media(max-width:700px){header .wordmark.brand-art{width:170px}header nav{gap:16px}footer .footer-logo.brand-art{width:100%}}
@media(max-width:380px){header .wordmark.brand-art{width:145px}header nav{gap:12px;font-size:12px}}

/* Pointer-scrub previews retain the standard cursor and a normal play action. */
.film{position:relative}.film-open{position:absolute;inset:0;width:100%;height:100%;z-index:5;background:transparent;border:0;padding:0;cursor:pointer;color:inherit}.film-open:focus-visible{outline:2px solid white;outline-offset:6px}.film:focus-within .play-icon{opacity:1;transform:none}.film:hover img{transform:none;opacity:1}.film:hover .film-meta h3{transform:none}.scrub-instruction{font-size:14px;color:var(--muted);margin:-12px 0 28px;line-height:1.5}.scrub-preview{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;background:#000;transition:opacity .15s}.scrub-preview iframe{position:absolute;width:100%;height:100%;inset:0;border:0;pointer-events:none}.scrub-ready .scrub-preview{opacity:1}.scrub-hud{position:absolute;inset:auto 0 0;z-index:2;display:flex;justify-content:space-between;gap:12px;padding:28px 15px 14px;background:linear-gradient(transparent,#000b);color:#fff;font-size:12px;line-height:1.4;pointer-events:none}.scrub-track{height:3px;position:absolute;bottom:0;left:0;width:100%;background:#ffffff50}.scrub-track span{display:block;height:100%;background:white;transform:scaleX(0);transform-origin:left}.film.scrub-active .play-icon{opacity:0}.scrub-clock{font-variant-numeric:tabular-nums;white-space:nowrap}
@media(hover:none),(pointer:coarse){.scrub-instruction{display:none}}
@media(prefers-reduced-motion:reduce){.scrub-preview{transition:none}}

/* A consistent portfolio grid in every category. */
.film-grid,.film-grid[data-view="Selected"]{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 24px;align-items:start}
.film-grid[data-view="Selected"] .film:nth-child(n),.film-grid .film{grid-column:auto;padding:0;min-width:0}
.film-grid[data-view="Selected"] .film:nth-child(n) .still,.film-grid .film .still{aspect-ratio:16/9;width:100%}
.film-meta{min-height:88px}.film h3{font-size:18px;line-height:1.4}
@media(min-width:1500px){.film-grid,.film-grid[data-view="Selected"]{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.film-grid,.film-grid[data-view="Selected"]{grid-template-columns:1fr;gap:30px}.film-meta{min-height:0}}

/* Keep embedded previews visible during decoding so Safari does not suppress playback. */
.scrub-preview{opacity:1}.scrub-preview iframe{opacity:1;visibility:visible}.scrub-hud{z-index:3}

/* Match the padded ghd source artwork to the other client marks. */
.client-logo img[src="assets/logo-ghd.png"]{max-height:110px;width:140px;max-width:100%;height:110px;object-fit:contain}

/* Carry the contact heading’s gentle expansion across the main sections. */
.expanding-heading{transition:letter-spacing .6s}
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
 .section:hover .expanding-heading{letter-spacing:-.04em}
}
@media (prefers-reduced-motion:reduce){
 .expanding-heading{transition:none}
}

/* A quiet hover response for each client mark, without moving the grid. */
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
 .client-logo img{transition:transform .45s cubic-bezier(.2,.65,.25,1);transform-origin:center}
 .client-logo:hover img{transform:translateY(-4px) scale(1.06)}
}

/* Header links echo the gentle motion used throughout the portfolio. */
header nav a{position:relative;display:inline-block;text-decoration:none}
header nav a::after{content:"";position:absolute;left:0;right:0;bottom:5px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left}
header nav a:focus-visible::after{transform:scaleX(1)}
@media (hover:hover) and (pointer:fine){
 header nav a:hover{text-decoration:none}
 header nav a:hover::after{transform:scaleX(1)}
}
@media (prefers-reduced-motion:no-preference){
 header nav a{transition:transform .3s ease}
 header nav a::after{transition:transform .3s ease}
 header nav a span{display:inline-block;transition:transform .3s ease}
 header nav a:focus-visible{transform:translateY(-2px)}
}
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
 header nav a:hover{transform:translateY(-2px)}
 header nav a:hover span{transform:translate(2px,-2px)}
}

/* Keep navigation above project buttons and align all three labels. */
header{z-index:30}
.film{isolation:isolate}
header nav{align-items:center}
header nav a{display:inline-flex;align-items:center;justify-content:center;gap:4px;line-height:1;min-height:44px;white-space:nowrap}
header nav a span{line-height:1}
/* On phones, show the complete widescreen loop above its controls. */
@media(max-width:700px){
 .hero{height:calc(50vw + 220px);min-height:0;background:#000}
 .hero-video{top:50px;bottom:auto;height:50vw}
 .hero>img{top:50px;bottom:auto;height:50vw;object-fit:contain;background:#000}
 .hero .shade{display:none}
 .hero-top{top:18px}
 .hero-body{top:auto;bottom:90px}
 .background-toggle{bottom:90px}
 .hero-bottom{bottom:24px}
}
