
*{box-sizing:border-box}
:root{--ink:#111;--paper:#f1eee8;--warm:#ddd7ce;--muted:#8a847c;--dark:#0b0b0b}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;line-height:1.5}
a{color:inherit}
.wrap{width:min(1220px,calc(100% - 64px));margin:0 auto}
.site-header{position:absolute;z-index:20;top:0;left:0;right:0;height:138px;display:flex;align-items:center}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}
.brand img{width:360px;max-height:110px;object-fit:contain;display:block}
.nav{display:flex;gap:27px;align-items:center;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.16em}
.nav a{text-decoration:none;opacity:.82;padding-bottom:5px}
.nav a.active{opacity:1;border-bottom:1px solid rgba(255,255,255,.75)}
.nav a:hover{opacity:1}
.hero{min-height:72vh;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#111;color:#fff}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.16) 63%,rgba(0,0,0,.04)),linear-gradient(0deg,rgba(0,0,0,.65),transparent 54%)}
.hero-content{position:relative;z-index:2;padding:0 0 78px}
.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.22em;font-weight:700;margin:0 0 17px}
.hero h1{font-size:clamp(64px,8vw,112px);line-height:.9;letter-spacing:-.055em;font-weight:300;margin:0 0 20px}
.hero p{font-size:19px;max-width:690px;color:rgba(255,255,255,.88);margin:0}
.section{padding:104px 0}
.section-dark{background:#111;color:#fff}
.section-warm{background:#ddd7ce}
.section-heading{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:end;margin-bottom:52px}
.section-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,5vw,70px);font-weight:400;line-height:1;letter-spacing:-.035em;margin:0}
.section-heading p{font-size:18px;color:#625d56;margin:0;max-width:530px}
.section-dark .section-heading p{color:#bdb7af}
.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.18em;font-weight:700;color:#6b655e;margin-bottom:12px}
.button{display:inline-flex;align-items:center;gap:10px;padding:13px 17px;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:700;border:1px solid #222}
.button.light{border-color:rgba(255,255,255,.55);color:#fff}
.footer{background:#080808;color:#8d8982;padding:30px 0;font-size:12px}
.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:center}
.footer-social{display:flex;gap:18px}.footer-social a{text-decoration:none}

@media(max-width:900px){
 .site-header{height:104px}.brand img{width:285px}.nav{display:none}.wrap{width:min(100% - 36px,1220px)}
 .hero{min-height:68vh}.hero-content{padding-bottom:58px}
 .section{padding:76px 0}.section-heading{grid-template-columns:1fr;gap:24px}
 .footer-grid{align-items:flex-start;flex-direction:column}.footer-social{flex-wrap:wrap}
}
@media(max-width:560px){.brand img{width:230px}.site-header{height:92px}.hero h1{font-size:58px}.hero p{font-size:16px}}

.work-hero .hero-bg{background-image:url('assets/work/work-e5d485e98b9f.webp');background-position:center 42%}
.featured-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.project-card{position:relative;display:block;overflow:hidden;background:#222;color:#fff;text-decoration:none;min-height:470px}
.project-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .55s ease}
.project-card:hover img{transform:scale(1.025)}
.project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.06) 72%)}
.project-card .copy{position:absolute;z-index:2;left:30px;right:30px;bottom:28px}
.project-card .copy .tag{font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:700;color:#ddd;margin-bottom:9px}
.project-card h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,3.1vw,48px);line-height:1.03;font-weight:400;margin:0 0 8px}
.project-card .status{font-size:14px;color:#ddd}
.project-card.dtl{grid-column:span 7;min-height:540px}
.project-card.stryper{grid-column:span 5;min-height:540px}
.project-card.pirate{grid-column:span 12;min-height:560px;background:#111}
.project-card.pirate img{object-fit:contain;background:#0c0c0c}
.project-card.pirate:after{background:linear-gradient(90deg,rgba(0,0,0,.02),rgba(0,0,0,.02)),linear-gradient(0deg,rgba(0,0,0,.42),transparent 45%)}
.project-card.pirate .copy{background:rgba(0,0,0,.77);backdrop-filter:blur(6px);left:auto;right:32px;bottom:32px;width:min(500px,calc(100% - 64px));padding:25px 28px}

.watch-online{margin-top:26px;display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.watch-panel{border:1px solid #c9c2b8;background:#f5f2ec;padding:26px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.watch-panel .watch-copy{max-width:600px}
.watch-panel .watch-label{font-size:10px;text-transform:uppercase;letter-spacing:.17em;color:#746d65;font-weight:700;margin-bottom:7px}
.watch-panel h3{font-family:Georgia,serif;font-size:26px;font-weight:400;margin:0 0 7px}
.watch-panel p{margin:0;color:#655e56;font-size:13px;line-height:1.5}
.watch-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}
.watch-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid #171717;background:#171717;color:#fff;text-decoration:none;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;white-space:nowrap}
.watch-btn.secondary{background:transparent;color:#171717}
.watch-btn:hover{opacity:.82}
@media(max-width:900px){.watch-online{grid-template-columns:1fr}.watch-panel{align-items:flex-start;flex-direction:column}.watch-actions{justify-content:flex-start}}

.recognition{margin-top:48px;padding-top:30px;border-top:1px solid #c9c2b8;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.recognition .item strong{display:block;font-family:Georgia,serif;font-weight:400;font-size:24px;margin-bottom:5px}
.recognition .item span{font-size:13px;color:#655e56}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.poster-card{background:#181818;border:1px solid rgba(255,255,255,.08)}
.poster-card .poster{aspect-ratio:2/3;background:#080808;overflow:hidden}
.poster-card .poster img{width:100%;height:100%;object-fit:contain;display:block}
.poster-card .text{padding:24px 22px 28px}
.poster-card .text .tag{font-size:10px;text-transform:uppercase;letter-spacing:.17em;color:#999;margin-bottom:9px}
.poster-card h3{font-family:Georgia,serif;font-size:29px;font-weight:400;line-height:1.06;margin:0 0 12px}
.poster-card p{color:#bdb7af;font-size:14px;margin:0}
.additional{margin-top:50px;border-top:1px solid rgba(255,255,255,.16);padding-top:28px;color:#bdb7af;font-size:15px}
.reel{display:grid;grid-template-columns:.8fr 1.2fr;gap:76px;align-items:center}
.reel h2{font-family:Georgia,serif;font-size:clamp(44px,5vw,70px);font-weight:400;line-height:1;margin:0 0 20px}
.reel p{font-size:18px;color:#5f5952;margin:0 0 28px}
.reel-image{position:relative;aspect-ratio:16/9;background-size:cover;background-position:center;overflow:hidden}
.reel-image:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.17)}
.play{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:82px;height:82px;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;font-size:27px;padding-left:5px}
@media(max-width:900px){
 .project-card.dtl,.project-card.stryper,.project-card.pirate{grid-column:span 12;min-height:480px}
 .recognition{grid-template-columns:1fr}.archive-grid{grid-template-columns:1fr 1fr}.reel{grid-template-columns:1fr;gap:40px}
}
@media(max-width:620px){.archive-grid{grid-template-columns:1fr}.project-card.pirate img{object-fit:cover}.project-card.pirate .copy{left:20px;right:20px;bottom:20px;width:auto}}
