/*
Theme Name: Hentucky Studio
Theme URI: https://www.hentucky.com
Author: Hentucky
Description: Hentucky one-page film and media studio theme.
Version: 5.22.1
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: hentucky-studio
License: GPL-2.0-or-later
*/

:root{
  --paper:#f3f1ec;
  --ink:#090909;
  --muted:#6e6962;
  --line:rgba(9,9,9,.14);
  --pad:clamp(18px,2.6vw,46px);
  --max:1800px;
  --title-size:clamp(58px,8vw,138px);
  --title-leading:.84;
  --body-size:clamp(17px,1.35vw,21px);
  --body-leading:1.55;
  --body-max:860px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img,video,iframe{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.site-shell{width:min(100%,var(--max));margin:0 auto;padding:0 var(--pad)}
[hidden]{display:none!important}

/* Header / menu */
.site-header{position:fixed;left:0;right:0;top:0;z-index:1000;background:#090909;color:#fff;border-bottom:1px solid rgba(255,255,255,.16)}
.admin-bar .site-header{top:32px}
.header-row{height:58px;display:grid;grid-template-columns:1fr auto;align-items:center;padding:0 var(--pad)}
.brand{font-size:20px;font-weight:800;letter-spacing:-.055em;text-transform:uppercase}
.menu-trigger{height:58px;padding:0 22px;background:transparent;color:#fff;border:0;border-left:1px solid rgba(255,255,255,.16);border-right:1px solid rgba(255,255,255,.16);font-size:11px;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}
.menu-trigger:hover,.menu-trigger:focus-visible{background:#fff;color:#000;outline:0}
.menu-panel{max-height:0;overflow:hidden;background:#090909;transition:max-height .28s ease}
.menu-panel.is-open{max-height:760px;border-top:1px solid rgba(255,255,255,.16)}
.menu-inner{display:grid;grid-template-columns:3fr 1fr;gap:46px;padding:28px var(--pad) 38px}
.menu-main{display:grid}
.menu-main a{display:flex;align-items:baseline;gap:18px;padding:8px 0 10px;border-bottom:1px solid rgba(255,255,255,.16);font-size:clamp(38px,5.2vw,82px);line-height:.92;letter-spacing:-.06em}
.menu-main a:first-child{border-top:1px solid rgba(255,255,255,.16)}
.menu-main a:hover,.menu-main a:focus-visible{font-family:Georgia,serif;font-style:italic;outline:0}
.menu-index{font-size:10px;opacity:.45;min-width:26px;letter-spacing:.08em}
.menu-side{align-self:end;display:grid;gap:10px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.menu-side a{text-decoration:underline;text-underline-offset:3px;pointer-events:auto}

/* Hero */
.hero{margin-top:58px;height:calc(100svh - 58px);min-height:650px;position:relative;overflow:hidden;background:#111;color:#fff}
.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .42s ease}
.hero-slide.is-active{opacity:1;pointer-events:auto}
.hero-slide picture{position:absolute;inset:0;width:100%;height:100%}
.hero-slide img,.hero-slide picture img,.hero-slide video{width:100%;height:100%;object-fit:cover}
.hero-shade{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.08) 45%,rgba(0,0,0,.74))}
.hero-overlay{position:absolute;inset:0;z-index:3;padding:34px var(--pad);display:grid;grid-template-columns:1fr 1fr;align-items:end;pointer-events:none}
.hero-copy,.hero-index{pointer-events:auto}
.hero-type{font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px}
.hero-title{font-size:clamp(64px,9vw,158px);line-height:.8;letter-spacing:-.08em;margin:0}
.hero-desc{max-width:540px;font-size:13px;line-height:1.45;margin:15px 0 0}
.hero-cta{display:inline-block;margin-top:18px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;text-decoration:underline;text-underline-offset:4px}
.hero-index{justify-self:end;text-align:right}
.hero-index button{display:block;margin-left:auto;padding:2px 0;background:none;border:0;color:#fff;font-size:clamp(24px,2.5vw,42px);line-height:1;letter-spacing:-.045em;opacity:.38;cursor:pointer}
.hero-index button.is-active{opacity:1}
.hero-index small{font-size:9px;vertical-align:top;margin-left:5px}
.hero-swipe-hint{display:none;position:absolute;right:var(--pad);bottom:22px;z-index:4;font-size:9px;text-transform:uppercase;letter-spacing:.12em;opacity:.65}

/* Homepage */
#home,#statement,#watch,#development,#about,#contact{scroll-margin-top:74px}
.page-section{padding:clamp(130px,14vw,220px) 0}
.section-title-row{margin-bottom:clamp(58px,7vw,100px)}
.section-title{margin:0;font-size:var(--title-size);line-height:var(--title-leading);letter-spacing:-.075em}
.light-section{background:var(--paper);color:var(--ink)}
.dark-section{background:#090909;color:#fff}
.intro{padding:clamp(110px,12vw,190px) 0;background:var(--paper)}
.statement{max-width:1320px;margin:0;font-size:clamp(48px,7vw,116px);line-height:.9;letter-spacing:-.065em;text-align:left}

/* Watch */
.home-project-group{padding:34px 0 62px}
.home-project-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}
.home-project-head h3{margin:0;font-size:clamp(28px,3.2vw,52px);line-height:.95;letter-spacing:-.045em}
.home-project-actions{display:flex;gap:12px}
.project-scroll-button{width:38px;height:38px;border:1px solid currentColor;border-radius:50%;background:transparent;color:inherit;cursor:pointer}
.home-project-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(340px,46vw);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.home-project-rail::-webkit-scrollbar{display:none}
.home-project-card{scroll-snap-align:start}
.project-media{aspect-ratio:16/9;overflow:hidden;background:#ddd}
.project-media img{width:100%;height:100%;object-fit:cover}
.home-project-meta{display:flex;justify-content:space-between;gap:18px;padding-top:10px}
.home-project-meta h4{margin:0;font-size:clamp(22px,2.2vw,36px);line-height:1;letter-spacing:-.035em}
.home-project-meta>div{padding-top:4px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.07em;text-align:right}

/* Digital */
.digital-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.digital-card h3{margin:0 0 16px;font-size:clamp(28px,3vw,48px);letter-spacing:-.045em}
.digital-embed iframe{width:100%;aspect-ratio:16/9;border:0}
.digital-link{display:inline-block;margin-top:18px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;text-decoration:underline;text-underline-offset:4px}

/* Development */
.dev-row{display:grid;grid-template-columns:70px 2fr 1fr 1fr;gap:20px;align-items:baseline;padding:18px 0}
.dev-row h3{font-size:clamp(30px,3vw,54px);letter-spacing:-.05em;margin:0}
.dev-row span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}

/* About */
#about .about-copy{max-width:var(--body-max);margin:0;font-size:clamp(18px,1.5vw,24px);line-height:1.55;letter-spacing:-.015em}

/* Contact */
.home-contact-intro{max-width:1050px;margin:0 0 clamp(50px,6vw,80px);font-size:clamp(30px,4vw,62px);line-height:1;letter-spacing:-.045em}
.home-contact-list{display:grid;gap:24px}
.home-contact-list a,.home-contact-location{font-size:clamp(22px,2.4vw,36px);letter-spacing:-.035em}

/* Standalone pages */
.editorial-page{margin-top:58px;padding:clamp(110px,12vw,190px) 0 clamp(100px,12vw,180px)}
.editorial-page-header{margin-bottom:clamp(56px,7vw,100px)}
.editorial-page-content{
	max-width:none;
	width:100%;
	margin:0;
	font-size:var(--body-size);
	line-height:var(--body-leading);
	text-align:left
}
.editorial-page-content p{margin:0 0 1.3em}

/* Project page */
.single-project{margin-top:58px;padding:58px 0 90px}
.single-title{font-size:clamp(70px,11vw,190px);line-height:.82;letter-spacing:-.08em;margin:28px 0 30px}
.single-meta{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:30px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.single-media{aspect-ratio:16/9;background:#111;overflow:hidden}
.single-media iframe,.single-media img,.single-media video{width:100%;height:100%;object-fit:cover;border:0}
.project-action-row{display:flex;justify-content:flex-end;padding-top:14px}
.project-action-button{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid var(--ink);border-radius:999px;font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.single-content{padding:clamp(42px,5vw,76px) 0}
.single-content .entry-content{max-width:860px;font-size:clamp(18px,1.35vw,22px);line-height:1.5}

/* Footer */
.site-footer{padding:60px 0 24px}
.footer-brand{background:#000;min-height:42vw;display:grid;place-items:center;margin-bottom:50px;color:#fff}
.footer-word{font-size:clamp(90px,15vw,260px);line-height:.75;letter-spacing:-.08em;text-transform:uppercase}
.footer-row{display:flex;justify-content:space-between;gap:20px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}

@media(max-width:900px){
  .admin-bar .site-header{top:46px}
  .menu-inner{grid-template-columns:1fr}
  .menu-side{margin-top:18px}
  .menu-main a{font-size:clamp(34px,11vw,56px)}
  .hero-overlay{grid-template-columns:1fr}
  .hero-index{display:none}
  .hero-swipe-hint{display:block}
  .hero-title{font-size:clamp(58px,17vw,92px)}
  .page-section{padding:96px 0}
  .section-title-row{margin-bottom:50px}
  .home-project-rail{grid-auto-columns:86vw;gap:12px}
  .project-scroll-button{display:none}
  .home-project-meta{display:block}
  .home-project-meta>div{text-align:left;margin-top:5px}
  .digital-grid{grid-template-columns:1fr}
  .dev-row{grid-template-columns:40px 1fr}
  .dev-row span:nth-last-child(-n+2){display:none}
  .project-action-row{justify-content:flex-start}
  .footer-row{flex-direction:column}
}


/* V4.4 — Project Collection page */
.collection-page{margin-top:58px;padding:clamp(100px,11vw,170px) 0 clamp(100px,11vw,170px)}
.collection-page-header{margin-bottom:clamp(56px,7vw,100px)}
.collection-page-content{font-size:var(--body-size);line-height:var(--body-leading)}
.collection-page-content> :first-child{margin-top:0}
.collection-page-content p{max-width:var(--body-max);margin:0 0 1.35em}
.collection-page-content h2,.collection-page-content h3{max-width:var(--body-max);letter-spacing:-.04em}
.collection-projects{margin:clamp(64px,8vw,110px) 0}
.collection-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,3vw,52px) 18px}
.collection-project-card .project-media{aspect-ratio:16/9}
.collection-project-meta{display:flex;justify-content:space-between;gap:18px;padding-top:10px}
.collection-project-meta h3{margin:0;font-size:clamp(22px,2.2vw,36px);line-height:1;letter-spacing:-.035em}
.collection-project-meta .meta-right{padding-top:4px;color:var(--muted);font-size:10px;line-height:1.35;text-align:right;text-transform:uppercase;letter-spacing:.07em}
.collection-empty{color:var(--muted);font-size:14px}
@media(max-width:900px){.collection-project-grid{grid-template-columns:1fr}.collection-project-meta{display:block}.collection-project-meta .meta-right{text-align:left;margin-top:5px}}

/* V4.5 — project poster-to-video playback */
.single-media.has-video-poster{position:relative}
.single-media-poster{position:absolute;inset:0;z-index:2;background:#111;transition:opacity .2s ease}
.single-media-poster img{width:100%;height:100%;object-fit:cover}
.single-media-poster::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.22));pointer-events:none}
.project-video-play{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:88px;height:88px;border:1px solid rgba(255,255,255,.85);border-radius:50%;background:rgba(0,0,0,.25);color:#fff;display:grid;place-items:center;cursor:pointer}
.project-video-play::before{content:"";display:block;margin-left:5px;border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:17px solid currentColor}
.single-media-player{position:absolute;inset:0;z-index:1;background:#000}
.single-media-player iframe{width:100%;height:100%;border:0}
.single-media.is-playing .single-media-poster{opacity:0;pointer-events:none}
.watch-digital{margin-top:clamp(72px,8vw,120px);padding-top:clamp(42px,5vw,70px);border-top:1px solid currentColor}
.watch-digital-title{margin:0 0 24px;font-size:clamp(28px,3.2vw,52px);line-height:.95;letter-spacing:-.045em}
@media(max-width:900px){.project-video-play{width:70px;height:70px}}


/* V4.6 — rich text content from the Customizer */
.rich-content > :first-child{margin-top:0}
.rich-content > :last-child{margin-bottom:0}
.rich-content a{
	color:inherit;
	text-decoration:underline;
	text-decoration-thickness:1px;
	text-underline-offset:.12em;
}
.rich-content strong{font-weight:700}
.rich-content em{font-style:italic}
.rich-content img{
	display:block;
	max-width:100%;
	height:auto;
	margin:1em 0;
}
.statement.rich-content p{
	margin:0 0 .25em;
	font:inherit;
	line-height:inherit;
	letter-spacing:inherit;
}
#about .about-copy.rich-content p{
	margin:0 0 1.15em;
	font:inherit;
	line-height:inherit;
	letter-spacing:inherit;
}
.home-contact-intro.rich-content p{
	margin:0 0 .7em;
	font:inherit;
	line-height:inherit;
	letter-spacing:inherit;
}


/* V4.7 — hero + Watch embed cleanup */
.hero-desc[hidden]{display:none!important}

#watch .watch-digital-title{
	display:none!important;
}

#watch .watch-digital,
#watch .digital-grid,
#watch .digital-card{
	border-top:0!important;
	border-bottom:0!important;
}

#watch .watch-digital{
	margin-top:clamp(34px,4vw,56px);
	padding-top:0!important;
}


/* V4.8 — restore individual Watch embed subheadings */
#watch .digital-card > h3{
	display:block!important;
	margin:0 0 16px;
	font-size:clamp(24px,2.7vw,42px);
	line-height:.98;
	letter-spacing:-.04em;
}


/* V5.3 — third-party feed shortcode compatibility */
#watch .digital-embed{
	min-width:0;
	overflow:hidden;
}
#watch .digital-embed > *{
	max-width:100%;
}
#watch .digital-embed .sby,
#watch .digital-embed [id^="sb_youtube_"],
#watch .digital-embed .sb_instagram,
#watch .digital-embed [id^="sb_instagram_"]{
	width:100%!important;
	max-width:100%!important;
}

/* V5.4 — standard editorial page alignment */
.editorial-page-content > *{
	margin-left:0;
	margin-right:0;
}
.editorial-page-content .aligncenter{
	margin-left:auto;
	margin-right:auto;
}
.editorial-page-content .wp-block-image:not(.aligncenter),
.editorial-page-content figure:not(.aligncenter){
	margin-left:0;
}


/* V5.5 — editable header/footer identity */
.brand{
	min-width:0;
}
.header-logo{
	display:block;
	width:auto;
	max-width:min(220px,48vw);
	height:30px;
	object-fit:contain;
	object-position:left center;
}
.screen-reader-text{
	position:absolute!important;
	width:1px!important;
	height:1px!important;
	padding:0!important;
	margin:-1px!important;
	overflow:hidden!important;
	clip:rect(0,0,0,0)!important;
	white-space:nowrap!important;
	border:0!important;
}
.footer-logo{
	display:block;
	width:min(46vw,620px);
	max-height:26vw;
	object-fit:contain;
}
.footer-content{
	display:grid;
	gap:24px;
}
.footer-tagline{
	max-width:900px;
	font-size:clamp(24px,3vw,48px);
	line-height:1.05;
	letter-spacing:-.04em;
}
.footer-row{
	align-items:flex-start;
}
.footer-legal{
	display:flex;
	flex-wrap:wrap;
	gap:18px;
}
.footer-legal a{
	text-decoration:underline;
	text-underline-offset:3px;
}
.footer-details{
	max-width:900px;
	color:var(--muted);
	font-size:12px;
	line-height:1.5;
}
.footer-details p,
.footer-tagline p{
	margin:0 0 .8em;
}
@media(max-width:900px){
	.header-logo{height:26px}
	.footer-logo{width:min(66vw,520px);max-height:40vw}
	.footer-legal{gap:12px}
}


/* V5.6 — compact footer: brand/logo/tagline disabled */
.site-footer-compact{
	padding:40px 0 24px;
}
.site-footer-compact .footer-content{
	gap:18px;
}


/* V5.7 — header logo/text display modes */
.brand{
	display:inline-flex;
	align-items:center;
	gap:10px;
	min-width:0;
}
.brand-logo_text .header-logo{
	flex:0 0 auto;
}
.header-brand-text{
	display:inline-block;
	white-space:nowrap;
}
.brand-logo .header-logo{
	max-width:min(220px,48vw);
}
.brand-logo_text .header-logo{
	max-width:min(120px,28vw);
}
@media(max-width:900px){
	.brand{gap:8px}
	.brand-logo_text .header-logo{max-width:min(96px,28vw)}
	.header-brand-text{font-size:18px}
}


/* V5.8 — mathematically centered header logo */
.header-row{
	position:relative;
	height:58px;
	display:grid;
	grid-template-columns:1fr auto 1fr;
	align-items:center;
	padding:0 var(--pad);
}
.header-left{
	grid-column:1;
	justify-self:start;
	min-width:0;
}
.header-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:42vw;
	pointer-events:none;
}
.header-center .header-logo-link{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	pointer-events:auto;
}
.header-right{
	grid-column:3;
	justify-self:end;
}
.header-brand-text-link{
	display:inline-flex;
	align-items:center;
}
.header-logo{
	display:block;
	width:auto;
	height:30px;
	max-width:min(220px,34vw);
	object-fit:contain;
	object-position:center;
}
@media(max-width:900px){
	.header-center{max-width:38vw}
	.header-logo{height:26px;max-width:min(160px,34vw)}
}


/* V5.9 — mobile hero safe area and About fixes */
@media(max-width:900px){
	/*
	 * Keep all interactive hero copy clear of mobile browser chrome.
	 * svh handles modern browser UI; the extra protected bottom inset
	 * keeps CTA/hints visible on browsers with persistent bottom bars.
	 */
	.hero{
		height:calc(100svh - 58px);
		min-height:620px;
	}
	.hero-overlay{
		inset:0;
		padding:
			24px
			var(--pad)
			max(150px, calc(env(safe-area-inset-bottom, 0px) + 118px));
		align-items:end;
	}
	.hero-copy{
		align-self:end;
		max-width:100%;
	}
	.hero-type{
		margin-bottom:9px;
	}
	.hero-title{
		font-size:clamp(54px,16vw,86px);
		line-height:.82;
	}
	.hero-desc{
		margin-top:10px;
		max-width:88vw;
	}
	.hero-cta{
		margin-top:14px;
	}
	.hero-swipe-hint{
		right:var(--pad);
		bottom:max(86px, calc(env(safe-area-inset-bottom, 0px) + 58px));
	}
}

@media(max-width:480px){
	.hero-overlay{
		padding-bottom:max(165px, calc(env(safe-area-inset-bottom, 0px) + 130px));
	}
	.hero-swipe-hint{
		bottom:max(96px, calc(env(safe-area-inset-bottom, 0px) + 66px));
	}
}


/* V5.10 — mobile spacing between Watch social blocks */
@media(max-width:900px){
	#watch .digital-card + .digital-card{
		margin-top:24px;
	}
}

/* V5.12 — Homepage Statement never displays list markers. */
.statement.rich-content ul,.statement.rich-content ol{list-style:none;margin:0;padding:0}
.statement.rich-content li{margin:0 0 .25em;padding:0;font:inherit;line-height:inherit;letter-spacing:inherit}
.statement.rich-content li::marker{content:""}

/* V5.14 — stack YouTube and Instagram vertically on desktop */
#watch .digital-grid{
	display:block;
}
#watch .digital-card{
	width:100%;
	max-width:none;
}
#watch .digital-card + .digital-card{
	margin-top:56px;
}
#watch .digital-card .digital-embed{
	width:100%;
}
@media(max-width:900px){
	#watch .digital-card + .digital-card{
		margin-top:24px;
	}
}

/* V5.15 — Newsletter shortcode section */
.newsletter-section{padding-top:clamp(72px,9vw,140px);padding-bottom:clamp(72px,9vw,140px)}
.newsletter-shortcode{width:100%}
.newsletter-shortcode>:first-child{margin-top:0}
.newsletter-shortcode>:last-child{margin-bottom:0}





/* V5.18 — Preserve MailPoet's own design; theme controls only placement */
.newsletter-section{
	padding-top:clamp(88px,10vw,160px);
	padding-bottom:clamp(88px,10vw,160px);
}
.newsletter-section .site-shell{
	display:flex;
	justify-content:center;
}
.newsletter-shortcode{
	width:min(100%, 1040px);
	margin-inline:auto;
}
.newsletter-shortcode > *{
	margin-left:auto;
	margin-right:auto;
}

/*
 * Intentionally do not style MailPoet form internals here.
 * MailPoet remains responsible for its own colors, typography,
 * borders, spacing, logo, buttons and field appearance.
 */
@media(max-width:900px){
	.newsletter-section{
		padding-top:48px;
		padding-bottom:56px;
	}
	.newsletter-shortcode{
		width:100%;
	}
}


/* V5.19 — Reduce mobile dead space between Statement and Newsletter */
@media(max-width:900px){
	.home-statement,
	.statement-section{
		padding-bottom:48px;
		min-height:auto;
	}
	.home-statement + .newsletter-section,
	.statement-section + .newsletter-section{
		padding-top:0;
	}
}


/* V5.20 — Tighten Statement → Newsletter spacing on mobile */
@media(max-width:900px){
	#statement.intro{
		padding-bottom:24px;
	}
	#statement + #newsletter.newsletter-section{
		padding-top:24px;
	}
}


/* V5.21 — Match YouTube → Instagram spacing to Watch project-group rhythm */
#watch .digital-card + .digital-card{
	margin-top:96px;
}

@media(max-width:900px){
	#watch .digital-card + .digital-card{
		margin-top:72px;
	}
}


/* V5.22 — R-041 project detail hero */
.single-project{margin-top:58px;padding:0 0 90px}
.project-detail-hero{position:relative;width:100%;min-height:clamp(520px,62vw,860px);background:#111;overflow:hidden;color:#fff}
.project-detail-hero-poster,.project-detail-hero-poster img,.project-detail-hero-embed,.project-detail-hero-embed iframe,.project-detail-hero .single-media-player,.project-detail-hero .single-media-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.project-detail-hero-poster img{object-fit:cover}
.project-detail-hero-shade{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.06) 25%,rgba(0,0,0,.62) 100%);pointer-events:none}
.project-detail-hero-content{position:relative;z-index:4;min-height:inherit;display:flex;flex-direction:column;justify-content:flex-end;padding-top:clamp(44px,7vw,90px);padding-bottom:clamp(34px,5vw,70px)}
.project-detail-back{width:max-content;margin-bottom:clamp(18px,2.5vw,34px);font-size:clamp(16px,1.25vw,21px);color:#fff}
.project-detail-hero .single-title{font-size:clamp(72px,10vw,180px);line-height:.82;letter-spacing:-.075em;margin:0 0 28px;color:#fff}
.project-detail-hero .single-meta{margin:0;color:rgba(255,255,255,.86);font-size:12px;letter-spacing:.14em}
.project-detail-hero .project-video-play{z-index:5}
.project-detail-hero .single-media-player{z-index:1;background:#000}
.project-detail-hero.is-playing .project-detail-hero-poster,.project-detail-hero.is-playing .project-detail-hero-shade,.project-detail-hero.is-playing .project-detail-hero-content,.project-detail-hero.is-playing>.project-video-play{opacity:0;pointer-events:none}
.project-detail-hero-poster,.project-detail-hero-shade,.project-detail-hero-content,.project-detail-hero>.project-video-play{transition:opacity .2s ease}
.project-detail-hero + .site-shell .single-content{padding-top:clamp(52px,6vw,88px)}
@media(max-width:900px){
	.project-detail-hero{min-height:clamp(500px,92vw,720px)}
	.project-detail-hero-content{padding-bottom:34px}
	.project-detail-hero .single-title{font-size:clamp(64px,16vw,104px);margin-bottom:22px}
	.project-detail-hero .single-meta{font-size:11px;gap:16px}
	.project-detail-back{margin-bottom:18px}
}


/* V5.22.1 — project hero artwork fix */
.project-detail-hero-poster{z-index:1}
.project-detail-hero-poster picture{position:absolute;inset:0;width:100%;height:100%;display:block}
.project-detail-hero .single-media-player{z-index:0}
.project-detail-hero.is-playing .single-media-player{z-index:3}
