:root{color:#f7f2ea;background:#000;font-family:Helvetica Neue,Helvetica,Arial,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:#000}button,input,textarea,select{font:inherit}img{display:block;width:100%}a{color:inherit;text-decoration:none}#root{min-height:100vh}.app{min-height:100vh;background:#000}.section-scroll-controls{position:fixed;right:22px;bottom:15%;z-index:30;display:grid;gap:8px;animation:controls-float-in .7s cubic-bezier(.22,1,.36,1) both .5s}.section-scroll-controls button{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,248,237,.3);border-radius:50%;background:#05050594;color:#fff8ed;cursor:pointer;box-shadow:0 12px 38px #00000038;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.section-scroll-controls button.is-down{animation:arrow-nudge-down 1.8s ease-in-out infinite}.section-scroll-controls button.is-up{animation:arrow-nudge-up 1.8s ease-in-out infinite}.section-scroll-controls button:hover{border-color:#fff8edb8;background:#fff8ed;color:#17120e;transform:translateY(-2px)}.section-scroll-controls svg{width:19px;height:19px;fill:currentColor}@keyframes controls-float-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes arrow-nudge-down{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@keyframes arrow-nudge-up{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.site-header{position:fixed;top:0;left:0;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);width:100%;align-items:center;min-height:72px;padding:10px 52px 18px;color:#ffffffeb;background:linear-gradient(180deg,#0c0c0c33,#0c0c0c0a);transition:background .32s ease,box-shadow .32s ease,backdrop-filter .32s ease;animation:header-drop-in .68s cubic-bezier(.22,1,.36,1) both}@keyframes header-drop-in{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}.site-header.is-scrolled{background:#050505eb;box-shadow:0 16px 36px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header:after{position:absolute;right:52px;bottom:0;left:52px;height:1px;content:"";background:#ffffff38;transition:background .32s ease}.site-header.is-scrolled:after{background:#ffffff1a}.logo{grid-column:2;justify-self:center;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;overflow:hidden;opacity:.88}.logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,0,0,.28))}.nav-links{grid-column:1;justify-self:start;display:flex;flex-wrap:wrap;gap:24px;align-items:center;min-width:0;font-size:16px;font-weight:650;line-height:1;text-transform:none}.nav-links a{border-bottom:1px solid transparent}.nav-links a:hover,.nav-links a.active{border-color:currentColor}.contact-pill{grid-column:3;justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;padding:0 23px;background:#fffffff5;color:#191716;font-size:15px;font-weight:750;line-height:1;box-shadow:0 8px 28px #0000002e;transition:background .16s ease,transform .16s ease}.contact-pill:hover{background:#fff;transform:translateY(-1px)}.hero{position:relative;min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:1fr auto;gap:28px;overflow:hidden;padding:132px 34px 28px;isolation:isolate}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;overflow:hidden;background:#0d0b09}.hero-video video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.82;filter:grayscale(1) saturate(0) contrast(1.12);pointer-events:none;animation:hero-slow-zoom 14s ease-out both}.hero-copy{align-self:center;justify-self:center;min-width:0;text-align:center;animation:section-rise-in .82s cubic-bezier(.22,1,.36,1) both .18s}@keyframes hero-slow-zoom{0%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes section-rise-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.service-marquee{grid-column:1 / -1;align-self:end;display:flex;width:calc(100% + 68px);margin:0 -34px;overflow:hidden;border-block:1px solid rgba(255,248,237,.16);background:#05050557;color:#fff8ed;white-space:nowrap;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.service-marquee-track{display:flex;min-width:max-content;align-items:center;animation:service-marquee 28s linear infinite}.service-marquee span{display:inline-flex;align-items:center;gap:24px;padding:18px 24px;color:#fff8ed;font-size:clamp(24px,5vw,72px);font-weight:800;line-height:.9;text-transform:uppercase}.service-marquee span:after{width:8px;height:8px;border-radius:50%;background:#d8b87f;content:""}@keyframes service-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.eyebrow{margin:0 0 16px;color:#d8b87f;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{width:min(100%,980px);max-width:980px;margin-bottom:0;color:#fff8ed;font-size:clamp(58px,9.5vw,142px);line-height:.88;letter-spacing:0;text-transform:uppercase}.studio-image img{height:100%;object-fit:contain;padding:clamp(42px,8vw,120px)}.primary-link,.booking-form button{justify-self:end;border:1px solid rgba(255,248,237,.72);border-radius:999px;padding:13px 18px;color:#fff8ed;font-size:13px;font-weight:800;text-transform:uppercase;transition:background .16s ease,color .16s ease,transform .16s ease}.primary-link:hover,.booking-form button:hover{background:#fff8ed;color:#0d0b09;transform:translateY(-2px)}.booking-form button:hover{background:#17120e;color:#fff8ed}.studio-section,.booking-section{padding:96px 34px}.booking-section{background:#fff;color:#17120e}.booking-section .eyebrow{color:#9d1f25}.booking-section h2,.featured-copy h2{color:#17120e}.page-section{min-height:100vh;padding-top:148px}.section-heading{display:grid;grid-template-columns:220px minmax(0,820px);gap:28px;margin-bottom:30px}h2{margin-bottom:0;color:#fff8ed;font-size:clamp(38px,6vw,92px);line-height:.95;letter-spacing:0;text-transform:uppercase}.project-type-tags{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.project-type-tags small{border:1px solid rgba(23,18,14,.14);border-radius:999px;background:#ffffff9e;padding:8px 12px;color:#6f6258;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}@keyframes project-card-rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.projects-page{position:relative;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;width:100%;height:100vh;height:100dvh;min-height:720px;overflow:hidden;padding:96px 34px 28px;background:#050505;color:#fff8ed;isolation:isolate}.projects-stage-media,.projects-stage-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.projects-stage-media{z-index:-3;background:#050505}.projects-stage-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;filter:grayscale(.34) brightness(.62) saturate(.86) contrast(1.12);transform:scale(1.08);transition:opacity .62s ease,filter .9s ease,transform 4.2s ease}.projects-stage-media img.is-active{opacity:1;filter:grayscale(.08) brightness(.72) saturate(.92) contrast(1.08);transform:scale(1.02)}.projects-stage-content,.projects-page .project-type-list{transition:opacity .68s ease,transform .78s cubic-bezier(.22,1,.36,1)}.projects-stage-overlay{z-index:-2;background:linear-gradient(90deg,#050505eb,#050505a8 48%,#0505053d),linear-gradient(180deg,#050505b8,#0505051f 36%,#050505d1)}.projects-stage-content{display:grid;grid-template-columns:minmax(340px,.85fr) minmax(520px,1fr);grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(14px,1.8vw,30px);width:100%;height:100%;min-height:0;animation:project-stage-in .52s cubic-bezier(.22,1,.36,1) both}.projects-stage-heading{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;max-width:none;gap:22px}.projects-stage-heading .eyebrow{color:#d8b87f}.projects-stage-heading span{color:#fff8edad;font-size:12px;font-weight:850;letter-spacing:.12em}.projects-stage-copy{grid-column:1;grid-row:2;align-self:start;max-width:720px;min-width:0;padding-top:clamp(28px,6vh,86px)}.projects-stage-copy h2{max-width:720px;margin-bottom:22px;color:#fff8ed;font-size:clamp(54px,6.2vw,112px);line-height:.88;text-transform:uppercase;text-wrap:balance}.projects-stage-copy>p:not(.project-type-kicker){max-width:620px;margin-bottom:26px;color:#fff8edd6;font-size:clamp(18px,1.65vw,25px);line-height:1.35}.projects-page .project-type-kicker{max-width:700px;color:#d8b87f}.projects-page .project-type-tags{max-width:720px}.projects-page .project-type-tags small{border-color:#fff8ed33;background:#fff8ed1a;color:#fff8edd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-type-card{border:1px solid rgba(255,248,237,.24);background:#05050557;color:#fff8ed;cursor:pointer;font:inherit;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.project-type-card:hover,.project-type-card.is-active{border-color:#fff8edad;background:#fff8edeb;color:#17120e;transform:translateY(-2px)}.projects-page .project-type-list{position:absolute;right:50%;bottom:28px;z-index:2;display:flex;width:auto;max-width:calc(100% - 68px);gap:7px;transform:translate(50%)}.projects-page .project-type-card{display:inline-flex;gap:0;align-items:center;justify-content:center;width:44px;min-width:44px;min-height:44px;overflow:hidden;border-radius:999px;padding:0 12px;text-align:center;opacity:0;animation:project-card-rise .58s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--project-delay, 0ms);transition:background .18s ease,border-color .18s ease,color .18s ease,gap .22s ease,min-width .22s ease,transform .18s ease,width .22s ease}.projects-page .project-type-card:focus-visible,.projects-page .project-type-card.is-active{width:auto;min-width:156px;gap:9px;box-shadow:0 18px 48px #0003}.projects-page .project-type-card:hover:not(.is-active){border-color:#fff8ed80;background:#05050575;color:#fff8ed;transform:translateY(-2px)}.projects-page .project-type-card.is-active .project-type-icon{animation:icon-pop .26s cubic-bezier(.22,1,.36,1) both}.projects-page .project-type-card:before{display:none}.projects-page .project-type-card span{display:none}.project-type-icon{display:inline-grid;flex:0 0 auto;width:19px;height:19px;place-items:center;opacity:.9}.project-type-icon svg{display:block;width:100%;height:100%;fill:currentColor}@keyframes icon-pop{0%{transform:scale(.82) rotate(-8deg)}70%{transform:scale(1.12) rotate(3deg)}to{transform:scale(1) rotate(0)}}.projects-page .project-type-card strong{min-width:0;overflow:hidden;max-width:0;opacity:0;font-size:clamp(10px,.86vw,13px);font-weight:850;line-height:1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;transition:max-width .22s ease,opacity .16s ease}.projects-page .project-type-card:focus-visible strong,.projects-page .project-type-card.is-active strong{max-width:150px;opacity:1}.projects-showcase{position:relative;grid-column:2;grid-row:2 / 4;align-self:start;z-index:2;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,980px);height:min(56vh,560px);min-height:420px;gap:10px;animation:project-showcase-in .62s cubic-bezier(.22,1,.36,1) both}.projects-showcase-heading{display:flex;justify-content:space-between;gap:16px;color:#fff8edd1;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.projects-showcase-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;min-height:82px}.project-work-feature,.project-work-card{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(255,248,237,.2);border-radius:8px;background:#05050580;box-shadow:0 20px 60px #00000052;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.project-work-feature{min-height:0;aspect-ratio:16 / 9}.projects-showcase.is-vertical{width:min(100%,940px);height:auto;min-height:0}.projects-reel-stack{display:flex;gap:12px;align-items:stretch;min-width:0;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin;scrollbar-color:rgba(255,248,237,.38) transparent}.projects-reel-stack::-webkit-scrollbar{height:6px}.projects-reel-stack::-webkit-scrollbar-track{background:transparent}.projects-reel-stack::-webkit-scrollbar-thumb{border-radius:999px;background:#fff8ed61}.project-reel-card{position:relative;flex:0 0 min(clamp(170px,15vw,240px),34.875svh);overflow:hidden;border:1px solid rgba(255,248,237,.2);border-radius:8px;background:#05050580;aspect-ratio:9 / 16;box-shadow:0 20px 60px #00000052}.project-reel-card:after{position:absolute;inset:auto 0 0;height:44%;background:linear-gradient(180deg,transparent,rgba(5,5,5,.78));content:"";pointer-events:none}.project-reel-card h3{position:absolute;right:10px;bottom:10px;left:10px;z-index:2;margin:0;color:#fff8ed;font-size:clamp(10px,.78vw,12px);font-weight:850;line-height:1.05;text-shadow:0 1px 18px rgba(0,0,0,.72);text-transform:uppercase}.project-work-card{display:block;min-height:82px;padding:0;color:#fff8ed;cursor:pointer;font:inherit;text-align:left;opacity:0;transform:translateY(18px);animation:project-card-rise .56s cubic-bezier(.22,1,.36,1) both;transition:border-color .16s ease,filter .16s ease,transform .16s ease}.project-work-feature:after,.project-work-card:after{position:absolute;inset:auto 0 0;height:44%;background:linear-gradient(180deg,transparent,rgba(5,5,5,.76));content:"";pointer-events:none}.project-work-card:nth-child(1){animation-delay:80ms}.project-work-card:nth-child(2){animation-delay:.15s}.project-work-card:nth-child(3){animation-delay:.22s}.project-work-card:nth-child(4){animation-delay:.29s}.project-work-card:nth-child(5){animation-delay:.36s}.project-work-card:hover,.project-work-card.is-active{border-color:#fff8edb3;filter:brightness(1.08);transform:translateY(-2px)}.project-work-feature{animation:feature-cinema-in .62s cubic-bezier(.22,1,.36,1) both}.project-work-media img,.project-work-media video{transition:transform .62s ease,filter .26s ease}.project-work-card:hover .project-work-media img,.project-work-card:hover .project-work-media video,.project-reel-card:hover .project-work-media img,.project-reel-card:hover .project-work-media video{filter:brightness(1.08) saturate(1.04);transform:scale(1.045)}@keyframes feature-cinema-in{0%{opacity:0;transform:scale(.985) translateY(14px)}to{opacity:1;transform:scale(1) translateY(0)}}.project-work-media{position:absolute;top:0;right:0;bottom:0;left:0;background:#050505}.project-work-media iframe,.project-work-media video,.project-work-media img{display:block;width:100%;height:100%;border:0;object-fit:cover}.project-work-media iframe{background:#050505}.project-work-play{position:absolute;top:12px;left:12px;z-index:2;display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(255,248,237,.62);border-radius:50%;background:#0505057a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .16s ease,transform .16s ease}.project-work-card:hover .project-work-play,.project-reel-card:hover .project-work-play{background:#fff8edeb;color:#17120e;transform:scale(1.08)}.project-work-play:before{width:0;height:0;margin-left:2px;border-block:6px solid transparent;border-left:9px solid #fff8ed;content:""}.project-work-feature h3,.project-work-card h3{position:absolute;right:10px;bottom:10px;left:10px;z-index:2;margin:0;color:#fff8ed;font-size:clamp(10px,.78vw,12px);font-weight:850;line-height:1.05;text-shadow:0 1px 18px rgba(0,0,0,.72);text-transform:uppercase}.project-work-feature h3{right:18px;bottom:16px;left:18px;font-size:clamp(16px,1.35vw,24px)}.project-work-deck{position:relative;min-height:0;height:100%;min-height:300px;padding:0 128px 42px 0;perspective:1400px;touch-action:pan-y}.project-work-stack-card{position:absolute;top:0;right:128px;bottom:42px;left:0;min-height:0;border-color:#fff8ed47;opacity:var(--stack-opacity, 1);transform:translate3d(var(--stack-x, 0),var(--stack-y, 0),0) scale(var(--stack-scale, 1));transform-origin:center;z-index:calc(20 - var(--stack-index, 0));animation:none;transition:border-color .18s ease,filter .18s ease,opacity .22s ease,transform .26s cubic-bezier(.22,1,.36,1)}.project-work-stack-card.is-active{border-color:#fff8edad;opacity:1;transform:translateZ(0) scale(1);z-index:30}.project-work-stack-card:not(.is-active){cursor:pointer;filter:brightness(.72) saturate(.82)}.project-work-stack-card:not(.is-active):hover,.project-work-stack-card:not(.is-active):focus-visible{border-color:#fff8ed85;filter:brightness(.9) saturate(.96)}.project-work-stack-card:not(.is-active) h3,.project-work-stack-card:not(.is-active) .project-work-play{opacity:0}.project-work-stack-card.is-active h3{right:18px;bottom:16px;left:18px;font-size:clamp(16px,1.35vw,24px)}.project-work-dashes{display:flex;justify-content:center;gap:9px;min-height:22px;align-items:center}.project-work-dashes button{width:34px;height:3px;border:0;border-radius:999px;padding:0;background:#fff8ed57;cursor:pointer;transition:background .16s ease,transform .16s ease,width .18s ease}.project-work-dashes button:hover,.project-work-dashes button:focus-visible,.project-work-dashes button.is-active{width:48px;background:#fff8ed;transform:translateY(-1px)}@keyframes project-stage-in{0%{opacity:0;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}@keyframes project-showcase-in{0%{opacity:0;transform:translate(28px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}.featured-video{position:relative;overflow:hidden;border-radius:8px;background:#17120e;aspect-ratio:16 / 9}.featured-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.featured-copy h2{margin-bottom:18px}.featured-copy p:not(.eyebrow){margin-bottom:24px;color:#4d4035;font-size:clamp(18px,2vw,24px);line-height:1.28}.music-videos-section{color:#fff8ed}.music-video-feature{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;align-items:center}.music-video-details{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;border-top:1px solid rgba(255,248,237,.14);padding-top:20px}.music-video-details span{border:1px solid rgba(255,248,237,.2);border-radius:999px;padding:10px 13px;color:#fff8ed;font-size:12px;font-weight:800;text-transform:uppercase}.music-video-library{margin-top:56px;border-top:1px solid rgba(255,248,237,.14);padding-top:34px}.music-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.music-video-card{min-width:0}.music-video-card.is-loop-preview{grid-column:span 2}.music-video-embed{position:relative;overflow:hidden;border-radius:8px;background:#17120e;aspect-ratio:16 / 9}.music-video-embed.is-loop-preview{box-shadow:0 18px 52px #00000038}.music-video-embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.music-video-embed.is-loop-preview iframe{pointer-events:none}.music-video-card h3{margin:12px 0 0;color:#fff8ed;font-size:clamp(16px,1.4vw,22px);line-height:1.1;text-transform:uppercase}.concert-recap-section{color:#fff8ed}.concert-recap-feature{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;align-items:center}.local-video-frame{overflow:hidden;border-radius:8px;background:#050505;aspect-ratio:16 / 9}.local-video-frame video{display:block;width:100%;height:100%;object-fit:contain;background:#050505}.project-detail-section{color:#fff8ed}.project-detail-feature{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;align-items:center}.project-detail-image{overflow:hidden;border-radius:8px;background:#050505;aspect-ratio:16 / 9}.project-detail-image img{width:100%;height:100%;object-fit:cover;filter:brightness(.78) saturate(.75) contrast(1.12)}.project-detail-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;border-top:1px solid rgba(255,248,237,.14);padding-top:20px}.project-detail-tags span{border:1px solid rgba(255,248,237,.2);border-radius:999px;padding:10px 13px;color:#fff8ed;font-size:12px;font-weight:800;text-transform:uppercase}.studio-section{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);gap:clamp(34px,5vw,72px);align-items:center;background:#050505;color:#fff8ed;animation:section-rise-in .76s cubic-bezier(.22,1,.36,1) both}.studio-section .eyebrow{margin-bottom:18px;color:#9d1f25;font-size:11px;letter-spacing:.14em}.studio-section h2{max-width:760px;margin-bottom:20px;color:#fff8ed;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,3.2vw,44px);font-weight:500;line-height:1.04;text-transform:none}.studio-image{display:grid;place-items:center;height:min(68vw,720px);min-height:440px;overflow:hidden;border-radius:8px;background:radial-gradient(circle at center,rgba(157,31,37,.16),transparent 48%),#000}.studio-copy p:not(.eyebrow){max-width:720px;margin-bottom:14px;color:#cfc6ba;font-family:Helvetica Neue,Helvetica,Arial,system-ui,sans-serif;font-size:clamp(13px,1vw,15px);font-weight:450;line-height:1.55}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.stats span{border-top:1px solid rgba(255,248,237,.18);padding-top:12px;color:#9d948a;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.stats strong{display:block;color:#fff8ed;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,2.2vw,34px);font-weight:500;line-height:.95;letter-spacing:0}.booking-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,.58fr);gap:clamp(42px,7vw,120px);align-items:center;border-top:1px solid rgba(23,18,14,.1);animation:section-rise-in .76s cubic-bezier(.22,1,.36,1) both}.booking-copy h2{max-width:940px;text-wrap:balance}.text-accent{color:#9d1f25}.booking-copy p:not(.eyebrow){max-width:720px;margin-top:26px;color:#514337;font-size:clamp(18px,1.8vw,24px);line-height:1.42}.booking-form{display:grid;gap:16px;border-top:1px solid rgba(23,18,14,.2);padding-top:22px}.booking-form label{display:grid;gap:9px;color:#9d1f25;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.booking-form input,.booking-form select,.booking-form textarea{width:100%;border:1px solid rgba(23,18,14,.18);border-radius:8px;background:#f7f4ef;color:#17120e;padding:16px 17px;outline:none;font:inherit;font-size:15px;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.booking-form textarea{min-height:142px;resize:vertical}.booking-form select option{color:#17120e}.form-status{margin:0;color:#3f352e;font-size:14px;font-weight:750;line-height:1.35}.form-status.is-error{color:#9d1f25}.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:#9d1f25;background:#fff;box-shadow:0 0 0 3px #9d1f251a}.booking-form button{width:100%;margin-top:2px;background:transparent;color:#17120e;border-color:#17120e6b;cursor:pointer;min-height:54px}.booking-form button:disabled{cursor:wait;opacity:.62}.site-footer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;border-top:1px solid rgba(255,248,237,.14);padding:30px 34px;color:#fff8ed;background:#000}.site-footer p{margin-bottom:4px;font-size:14px;font-weight:850;text-transform:uppercase}.site-footer span{color:#9d948a;font-size:14px;line-height:1.35}.site-footer nav{display:flex;gap:18px;color:#d8b87f;font-size:12px;font-weight:800;text-transform:uppercase}.site-footer a:hover{color:#fff8ed}@media (max-width: 1000px){.site-header{padding-inline:28px}.site-header:after{right:28px;left:28px}.nav-links{gap:16px;font-size:14px}.hero,.studio-section,.booking-section,.section-heading,.music-video-feature,.concert-recap-feature,.project-detail-feature{grid-template-columns:1fr}.hero{min-height:100vh;min-height:100dvh}.music-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.primary-link{justify-self:start}.booking-section{gap:42px;align-items:start}}@media (max-width: 640px){.section-scroll-controls{right:12px;bottom:15%;gap:6px}.section-scroll-controls button{width:38px;height:38px}.site-header{grid-template-columns:minmax(0,1fr) auto auto;gap:12px;min-height:78px;padding:12px 18px 14px}.site-header:after{right:18px;left:18px}.logo{grid-column:2;width:34px;height:34px}.nav-links{grid-column:1;gap:11px 14px;font-size:13px}.contact-pill{grid-column:3;min-height:38px;padding-inline:18px;font-size:14px}.hero,.projects-page,.music-videos-section,.concert-recap-section,.project-detail-section,.studio-section,.booking-section{padding-inline:18px}.site-footer{grid-template-columns:1fr;padding-inline:18px}.site-footer nav{flex-wrap:wrap}.page-section{padding-top:116px}.hero{padding-top:92px}.service-marquee{width:calc(100% + 36px);margin-inline:-18px}.service-marquee span{gap:16px;padding:14px 16px}.stats{grid-template-columns:1fr}.studio-section h2{font-size:clamp(24px,7vw,32px)}.studio-copy p:not(.eyebrow){font-size:13px;line-height:1.5}.booking-copy h2{font-size:clamp(38px,11vw,54px)}.booking-copy p:not(.eyebrow){margin-top:18px;font-size:17px;line-height:1.45}.booking-form{gap:14px;padding-top:18px}.studio-image{min-height:360px}.music-video-grid{grid-template-columns:1fr}.music-video-card.is-loop-preview{grid-column:auto}h1{font-size:clamp(42px,12vw,48px)}}@media (max-width: 1000px){.projects-page{min-height:700px;padding:92px 28px 24px}.projects-stage-content{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto auto;width:100%;height:100%;gap:12px}.projects-stage-copy{padding-top:0}.projects-stage-copy h2{font-size:clamp(46px,8vw,82px)}.projects-showcase{grid-column:1;grid-row:3;align-self:stretch;width:100%;height:auto;min-height:0}.projects-page .project-type-list{right:50%;bottom:26px;width:min(820px,calc(100% - 56px));transform:translate(50%)}.projects-showcase-grid{grid-template-columns:repeat(5,minmax(104px,1fr));overflow-x:auto;padding-bottom:2px}.project-work-deck{min-height:clamp(250px,38vw,430px);padding-right:48px;padding-bottom:34px}.project-work-stack-card{top:0;right:48px;bottom:34px;left:0}.projects-showcase.is-vertical{width:100%}.project-reel-card{flex-basis:min(clamp(150px,21vw,210px),30.375svh)}.project-work-card:nth-child(1){grid-column:auto;grid-row:auto}}@media (max-width: 640px){.projects-page{display:flex;flex-direction:column;gap:8px;height:100svh;min-height:0;overflow:hidden;padding:72px 18px 76px}.projects-stage-overlay{background:linear-gradient(180deg,#050505d1,#05050561 42%,#050505e6),linear-gradient(90deg,#050505c7,#0505052e)}.projects-stage-heading{flex:0 0 auto;gap:14px}.projects-stage-content{display:grid;grid-template-rows:auto auto auto auto;gap:8px;flex:0 0 auto;width:100%;animation:none}.projects-stage-copy{flex:0 0 auto;width:100%;padding-top:4px}.projects-stage-copy h2{margin-bottom:12px;font-size:clamp(38px,13vw,62px);line-height:.86}.projects-stage-copy>p:not(.project-type-kicker){display:-webkit-box;overflow:hidden;margin-bottom:12px;font-size:14px;line-height:1.38;-webkit-box-orient:vertical;-webkit-line-clamp:3}.projects-page .project-type-kicker{margin-bottom:10px;font-size:11px;line-height:1.28}.projects-page .project-type-tags{display:none}.projects-page .project-type-tags small{padding:7px 9px;font-size:10px}.projects-page .project-type-list{position:absolute;right:18px;bottom:18px;left:18px;z-index:6;display:flex;width:auto;justify-content:center;overflow-x:auto;padding-block:4px;scrollbar-width:none;transform:none}.projects-page .project-type-list::-webkit-scrollbar{display:none}.projects-page .project-type-card{flex:0 0 auto;width:auto;min-width:44px;min-height:44px;padding:0 11px}.projects-page .project-type-card span{display:none}.project-type-icon{width:17px;height:17px}.projects-page .project-type-card:focus-visible,.projects-page .project-type-card.is-active{min-width:132px;gap:8px}.projects-page .project-type-card:focus-visible strong,.projects-page .project-type-card.is-active strong{max-width:116px}.projects-showcase{position:relative;right:auto;bottom:auto;left:auto;order:2;z-index:3;width:100%;height:auto;min-height:0;animation:project-showcase-in .42s cubic-bezier(.22,1,.36,1) both}.projects-showcase-heading{display:none}.projects-showcase-grid{display:flex;height:76px;min-height:0;overflow-x:auto;gap:8px;padding-bottom:2px;scrollbar-width:none}.projects-showcase-grid::-webkit-scrollbar{display:none}.project-work-deck{min-height:clamp(178px,48vw,250px);padding-right:24px;padding-bottom:22px}.project-work-stack-card{top:0;right:24px;bottom:22px;left:0}.project-work-stack-card.is-active h3{right:12px;bottom:10px;left:12px;font-size:13px}.project-work-dashes{gap:7px;min-height:18px}.project-work-dashes button{width:24px}.project-work-dashes button:hover,.project-work-dashes button:focus-visible,.project-work-dashes button.is-active{width:36px}.project-work-card,.project-work-card:nth-child(1){flex:0 0 128px;grid-column:auto;grid-row:auto;height:100%;min-height:100%}.project-work-feature{aspect-ratio:16 / 9}.projects-showcase.is-vertical{width:100%}.projects-reel-stack{gap:8px;scrollbar-width:none}.projects-reel-stack::-webkit-scrollbar{display:none}.project-reel-card{flex-basis:min(clamp(126px,38vw,156px),24.75svh)}.project-work-card h3{font-size:10px}.project-work-feature h3{right:12px;bottom:10px;left:12px;font-size:13px}}@media (prefers-reduced-motion: reduce){.service-marquee-track{animation:none}.projects-stage-content,.projects-showcase,.section-scroll-controls,.section-scroll-controls button,.site-header,.hero-video video,.hero-copy,.studio-section,.booking-section,.projects-page .project-type-card,.project-type-icon,.project-work-feature,.project-work-card,.project-reel-card,.project-work-media img,.project-work-media video,.project-work-play,.projects-stage-media img,.projects-stage-media img.is-active{animation:none;transform:none;transition:none}}
