@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap");
:root{--paper:#f4f1eb;--white:#fffdf8;--ink:#0f0f0d;--muted:#6f6a62;--line:#d8d0c4;--black:#070707;--max:1180px;--gutter:clamp(20px,4vw,58px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,1.1vw,1.12rem);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit}h1,h2,h3,.button,.site-nav,.footer-nav,.eyebrow,.section-number,.panel-head span{font-family:Antonio,Impact,sans-serif;text-transform:uppercase;letter-spacing:0}h1{font-size:clamp(2.8rem,7vw,6rem);line-height:.95;margin:0 0 22px}h2{font-size:clamp(2rem,4vw,3.8rem);line-height:1.05;margin:0 0 18px}h3{font-size:clamp(1.15rem,1.7vw,1.5rem);line-height:1.15;margin:0 0 8px}p{margin:0 0 18px}.skip-link{position:fixed;left:12px;top:12px;z-index:20;background:var(--ink);color:white;padding:10px 14px;transform:translateY(-140%)}.skip-link:focus{transform:none}:focus-visible{outline:3px solid #111;outline-offset:4px}.site-header{position:sticky;top:0;z-index:10;height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 var(--gutter);background:rgba(255,253,248,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.brand{width:clamp(86px,8vw,124px)}.site-nav{display:flex;align-items:center;gap:clamp(14px,2vw,28px);font-size:clamp(15px,1.3vw,19px);line-height:1}.site-nav a,.footer-nav a{position:relative;text-decoration:none;white-space:nowrap}.site-nav a::after,.footer-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:4px;background:var(--ink);transform:scaleX(0);transform-origin:left center;transition:transform .35s ease}.site-nav a:hover::after,.site-nav a:focus-visible::after,.site-nav a[aria-current=page]::after,.footer-nav a:hover::after,.footer-nav a:focus-visible::after,.footer-nav a[aria-current=page]::after{transform:scaleX(1)}.nav-toggle{display:none;border:1px solid var(--ink);background:transparent;padding:9px 12px;font-family:Antonio,Impact,sans-serif;text-transform:uppercase}.hero{position:relative;min-height:calc(100svh - 74px);display:grid;align-items:end;overflow:hidden;background:#111}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.42) 44%,rgba(0,0,0,.08))}.hero-content{position:relative;z-index:1;width:min(680px,calc(100% - var(--gutter)*2));margin:0 0 clamp(46px,8vw,94px) var(--gutter);color:white}.hero-content.narrow{width:min(640px,calc(100% - var(--gutter)*2))}.hero-content p{font-size:clamp(1.04rem,1.5vw,1.28rem);line-height:1.55}.eyebrow{font-size:clamp(1rem,1.4vw,1.25rem);margin:0 0 10px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.actions.center{justify-content:center}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 22px;border:1px solid var(--ink);background:var(--ink);color:white;text-decoration:none;font-size:18px;line-height:1;text-transform:uppercase}.button:hover,.button:focus-visible{background:white;color:var(--ink)}.button.outline,.button.ghost{background:transparent;color:var(--ink)}.button.outline:hover,.button.outline:focus-visible,.button.ghost:hover,.button.ghost:focus-visible{background:var(--ink);color:white}.button.light{border-color:white;background:white;color:var(--ink)}.button.light:hover,.button.light:focus-visible,.button.ghost.light{background:transparent;color:white}.button.ghost.light:hover,.button.ghost.light:focus-visible{background:white;color:var(--ink)}.section-number{font-size:clamp(1.2rem,2vw,1.6rem);margin:0;color:var(--ink)}.numbered-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);min-height:520px;border-top:1px solid var(--line);background:var(--white)}.numbered-panel.reverse{grid-template-columns:minmax(320px,1.1fr) minmax(0,.9fr)}.numbered-panel.reverse .panel-copy{order:2}.panel-copy{padding:clamp(42px,6vw,86px);align-self:center}.panel-head{display:flex;align-items:center;gap:18px;margin-bottom:18px}.panel-head span{font-size:clamp(1.25rem,2vw,1.7rem);font-weight:700}.panel-media{margin:0;min-height:420px}.editorial-image,.hero-card{width:100%;height:100%;object-fit:cover}.icon{width:44px;height:44px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.section-center{padding:clamp(54px,7vw,96px) var(--gutter);text-align:center;background:#f7f5f0;border-top:1px solid var(--line)}.section-center>p:not(.section-number){max-width:760px;margin-left:auto;margin-right:auto}.icon-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;margin:40px auto 0;max-width:var(--max)}.icon-grid article,.mini-icon-grid article{display:grid;place-items:center;gap:10px;padding:16px 10px;border-left:1px solid var(--line);min-height:128px}.icon-grid h3,.mini-icon-grid span{font-size:.95rem;line-height:1.25;margin:0;font-weight:700}.mini-icon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:28px 0}.black-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(24px,4vw,58px);align-items:center;background:var(--black);color:white;padding:clamp(40px,6vw,72px) var(--gutter)}.black-cta .section-number{color:white}.intro-hero{padding:clamp(58px,8vw,112px) var(--gutter);border-top:1px solid var(--line)}.split-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);gap:clamp(32px,6vw,82px);align-items:center}.hero-card{aspect-ratio:16/10;object-fit:cover}.format-grid,.impact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--line)}.format-card,.impact-card{padding:clamp(34px,5vw,64px);border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}.format-card div{display:flex;align-items:center;gap:18px;margin-bottom:18px}.format-card span,.impact-card span{font-family:Antonio,Impact,sans-serif;font-size:clamp(1.4rem,2.4vw,2rem);font-weight:700}.impact-card ul{padding-left:18px;margin:18px 0 24px}.film-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:clamp(32px,6vw,84px);align-items:center;padding:clamp(54px,8vw,112px) var(--gutter);background:var(--white)}.poster{width:min(100%,420px);justify-self:center;box-shadow:0 24px 70px rgba(0,0,0,.22)}.big-question{font-family:Antonio,Impact,sans-serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1;text-transform:uppercase}.text-section{padding:clamp(48px,7vw,88px) var(--gutter);max-width:980px}.text-section p:not(.section-number){font-size:clamp(1.06rem,1.4vw,1.25rem)}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line)}.spec-grid article{background:var(--white);padding:clamp(34px,5vw,64px)}dl{margin:0;display:grid;gap:12px}dl div{display:grid;grid-template-columns:minmax(150px,.45fr) minmax(0,1fr);gap:18px;border-top:1px solid var(--line);padding-top:12px}dt{font-weight:700}.trailer-poster{display:block;position:relative;width:100%;height:100%;border:0;padding:0;background:#111;color:white;cursor:pointer}.trailer-poster span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid white;padding:14px 22px;font-family:Antonio,Impact,sans-serif;text-transform:uppercase;background:rgba(0,0,0,.55)}.trailer-modal{width:min(920px,calc(100% - 32px));border:0;padding:0;background:#000;color:white}.trailer-modal::backdrop{background:rgba(0,0,0,.7)}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:18px}.modal-head h2{font-size:32px;margin:0}.icon-button{border:1px solid white;background:transparent;color:white;font-size:28px;line-height:1;width:42px;height:42px}.video-shell{aspect-ratio:16/9}.video-shell iframe{width:100%;height:100%;border:0}.diagram{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:28px;padding:24px;background:var(--black);color:white}.diagram strong{font-family:Antonio,Impact,sans-serif;font-size:34px;text-transform:uppercase}.diagram ul{margin:0;padding-left:18px}.team-strip{padding:clamp(42px,6vw,78px) var(--gutter);background:var(--white);border-top:1px solid var(--line)}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:center}.team-grid article{display:grid;grid-template-columns:82px 1fr;gap:16px;align-items:center}.team-grid img,.avatar-text{width:82px;height:82px;border-radius:50%;object-fit:cover}.team-grid .team-feature{grid-template-columns:112px 1fr}.team-grid .team-feature img{width:112px;height:82px;border-radius:0}.avatar-text{display:grid;place-items:center;background:var(--ink);color:white;font-family:Antonio,Impact,sans-serif;font-size:30px}.contact-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(360px,1fr);gap:clamp(32px,6vw,86px);padding:clamp(54px,8vw,112px) var(--gutter);align-items:start}.contact-form{display:grid;gap:16px;background:var(--white);border:1px solid var(--line);padding:clamp(24px,4vw,42px)}label{display:grid;gap:6px;font-weight:700}input,select,textarea{width:100%;border:1px solid #999;background:white;padding:13px 12px;font:inherit}textarea{resize:vertical}.hp{position:absolute;left:-9999px}.form-status{font-weight:700;margin:0}.form-status.is-success{color:#315e38}.form-status.is-error{color:#9b241b}.site-footer{padding:38px var(--gutter);border-top:1px solid var(--line);background:var(--white);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}.footer-logos{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.footer-logos img{max-height:54px;width:auto;object-fit:contain;filter:grayscale(1)}.footer-logos img[alt=Cinetren]{max-height:68px}.footer-nav{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end;font-size:17px}.footer-nav a::after{bottom:-5px;height:3px}@media (max-width:900px){.nav-toggle{display:inline-flex}.site-nav{position:absolute;left:0;right:0;top:74px;display:none;background:var(--white);border-bottom:1px solid var(--line);padding:18px var(--gutter);grid-template-columns:1fr;align-items:start}.site-nav.is-open{display:grid}.hero{min-height:calc(86svh - 74px)}.hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.18))}.hero-content{margin:0 var(--gutter) 42px;width:auto;min-width:0}.numbered-panel,.numbered-panel.reverse,.split-hero,.film-hero,.spec-grid,.contact-layout,.site-footer{grid-template-columns:1fr}.numbered-panel.reverse .panel-copy{order:0}.panel-media{min-height:auto;aspect-ratio:16/10}.icon-grid,.mini-icon-grid,.format-grid,.impact-grid,.team-grid{grid-template-columns:1fr 1fr}.black-cta{grid-template-columns:1fr}.site-footer{align-items:start}.footer-nav{justify-content:flex-start}.actions .button{width:100%}}@media (max-width:560px){.brand{width:84px}h1{font-size:clamp(2.25rem,11vw,3.25rem)}.hero-content h1{font-size:clamp(2.15rem,10.4vw,3.1rem)}.panel-copy,.format-card,.impact-card{padding:32px 22px}.icon-grid,.mini-icon-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr}.button{width:100%}.footer-logos{display:grid;grid-template-columns:1fr 1fr}.footer-logos img{max-height:44px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}}

/* V3 hero refinement + V1 brush accents */
@keyframes brushRevealX{to{transform:scaleX(1)}}
.brush-word{position:relative;display:inline-block;padding-bottom:.14em}.brush-word::after{content:"";position:absolute;left:-.04em;right:-.04em;bottom:-.02em;height:.13em;min-height:6px;background:currentColor;clip-path:polygon(0 48%,10% 20%,24% 34%,38% 17%,52% 38%,67% 23%,82% 35%,96% 24%,100% 52%,94% 86%,76% 74%,58% 90%,39% 72%,18% 86%,4% 76%);opacity:.9;pointer-events:none;transform-origin:left center}.brush-word.brush-animate-x::after,.brush-inview .brush-word::after{transform:scaleX(0);animation:brushRevealX 1.8s ease-out .25s forwards}.brush-word.brush-hover::after{transform:scaleX(0);transition:transform 1.8s ease-out,opacity .2s ease-out}h1:hover .brush-word.brush-hover::after,h1:focus-within .brush-word.brush-hover::after,h2:hover .brush-word.brush-hover::after,h2:focus-within .brush-word.brush-hover::after,.numbered-panel:hover h2 .brush-word::after,.section-center:hover h2 .brush-word::after,.black-cta:hover h2 .brush-word::after{transform:scaleX(1)}.site-nav a::after,.footer-nav a::after{height:8px;bottom:-9px;background:var(--ink);clip-path:polygon(0 46%,9% 22%,21% 35%,35% 18%,48% 40%,63% 24%,78% 34%,91% 20%,100% 45%,96% 82%,76% 72%,58% 86%,39% 70%,19% 84%,4% 72%);transition:transform 1.8s ease-out}.footer-nav a::after{height:6px;bottom:-6px}.button{position:relative;overflow:visible}.button::after{content:"";position:absolute;left:18px;right:18px;bottom:7px;height:5px;background:currentColor;clip-path:polygon(0 46%,12% 20%,26% 36%,40% 18%,58% 42%,75% 25%,100% 46%,92% 82%,72% 70%,52% 88%,30% 72%,8% 78%);opacity:.72;transform:scaleX(0);transform-origin:left center;transition:transform 1.8s ease-out;pointer-events:none}.button:hover::after,.button:focus-visible::after{transform:scaleX(1)}.brand{height:62px;display:flex;align-items:flex-start;overflow:hidden}.brand img{width:clamp(98px,8.6vw,134px);max-width:none;height:auto;transform:translateY(-1px)}.hero.home-hero{height:clamp(620px,82svh,820px);min-height:0;display:grid;grid-template-columns:minmax(360px,.42fr) minmax(0,.58fr);align-items:stretch;padding:0;background:#050505;isolation:isolate}.home-hero .hero-overlay{display:none}.hero-picture{position:relative;grid-column:2;grid-row:1;display:grid;place-items:center;min-width:0;background:#080808;overflow:hidden}.home-hero .hero-image{width:100%;height:100%;object-fit:contain;object-position:center center;filter:saturate(.96) contrast(1.04)}.home-hero .hero-content{grid-column:1;grid-row:1;align-self:center;width:min(640px,100%);margin:0;padding-top:clamp(54px,7vw,96px);padding-bottom:clamp(54px,7vw,96px);padding-left:clamp(28px,4vw,58px);padding-right:clamp(18px,2.5vw,36px);color:white;text-shadow:none}.home-hero h1{font-size:clamp(3rem,6vw,5.9rem);margin-bottom:22px}.home-hero .brush-word::after{background:white;bottom:-.05em;height:.11em}.home-hero .hero-content p{max-width:560px;color:rgba(255,255,255,.92)}.home-hero .actions{gap:12px;margin-top:30px;flex-wrap:nowrap}.home-hero .button{box-shadow:none;padding-left:18px;padding-right:18px;white-space:nowrap}
@media (max-width:900px){.hero.home-hero{height:auto;min-height:0;grid-template-columns:1fr;grid-template-rows:auto auto;padding:0;background:#050505}.hero-picture{grid-column:1;grid-row:1;aspect-ratio:3/2;width:100%;min-height:0}.home-hero .hero-image{height:100%;object-fit:contain}.home-hero .hero-content{grid-column:1;grid-row:2;width:100%;padding:clamp(30px,8vw,48px) var(--gutter) clamp(36px,9vw,58px);margin:0}.home-hero h1{font-size:clamp(2.65rem,13vw,4.4rem)}}
@media (max-width:560px){.hero.home-hero{min-height:0;overflow:hidden}.hero-picture{aspect-ratio:3/2}.home-hero *{min-width:0}.home-hero h1{font-size:clamp(1.95rem,9.3vw,2.55rem)}.home-hero .hero-content{width:100%;max-width:100%;padding:28px 24px 38px;overflow:visible}.home-hero .hero-content p{width:100%;max-width:32ch;font-size:.96rem;line-height:1.52;overflow-wrap:break-word}.home-hero .actions{width:100%;max-width:100%;margin-top:22px}.button::after{left:22px;right:22px}}
.brand{width:clamp(102px,8.4vw,132px);height:58px;display:flex;align-items:center}
.brand img{width:100%;transform:none}
@media (max-width:900px){.home-hero .actions{flex-wrap:wrap}.home-hero .button{width:100%;white-space:normal}.brand{height:54px}}
@media (max-width:560px){.brand{width:116px;height:50px}.brand img{width:100%;transform:none}}
.trailer-modal{z-index:1000}.trailer-poster{touch-action:manipulation;z-index:1}.trailer-poster img,.trailer-poster span{pointer-events:none}.team-grid article{align-self:start}.team-grid article img{flex:0 0 auto}
.ambient-video-wrap{width:100%;height:100%;position:relative;background:#111;overflow:hidden}.ambient-video{width:100%;height:100%;object-fit:cover;display:block}.video-fallback{display:none}
@media (max-width:900px){.section-left-mobile{text-align:left}.section-left-mobile>p:not(.section-number){margin-left:0;margin-right:0}.section-left-mobile .actions.center{justify-content:flex-start}.section-left-mobile .icon-grid article{place-items:start;text-align:left}.team-grid article{grid-template-columns:96px 1fr}.team-grid article img{width:96px;height:96px;border-radius:50%;object-fit:cover}}
@media (max-width:900px){html,body{width:100%;max-width:100%;overflow-x:hidden}main,section,.numbered-panel,.intro-hero,.film-hero,.text-section,.spec-grid,.format-grid,.impact-grid,.contact-layout,.site-footer{width:100%;max-width:100vw;min-width:0;overflow-x:hidden}.panel-copy,.format-card,.impact-card,.spec-grid article,.film-hero>div,.contact-layout>div,.contact-form{width:100%;max-width:100%;min-width:0}h1,h2,h3,p,li,dt,dd,.big-question{max-width:100%;overflow-wrap:break-word}}
@media (max-width:560px){html,body{width:100%;max-width:100%;overflow-x:hidden}main,section,.numbered-panel,.intro-hero,.film-hero,.text-section,.spec-grid,.format-grid,.impact-grid,.contact-layout,.site-footer{width:100%;max-width:100vw;min-width:0;overflow-x:hidden}.panel-copy,.format-card,.impact-card,.spec-grid article,.film-hero>div,.contact-layout>div,.contact-form{width:100%;max-width:100%;min-width:0}h1,h2,h3,p,li,dt,dd,.big-question{max-width:100%;overflow-wrap:break-word}.film-hero{padding-left:20px;padding-right:20px}.text-section{padding-left:22px;padding-right:22px}.panel-copy{padding-left:22px;padding-right:22px}.format-card,.impact-card,.spec-grid article{padding-left:22px;padding-right:22px}.site-footer{padding-left:22px;padding-right:22px}}
@media (max-width:560px){.section-left-mobile .icon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.section-left-mobile .icon-grid article{min-height:112px;padding:14px 8px;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.section-left-mobile .icon-grid h3{font-size:.86rem;line-height:1.2}.section-left-mobile .icon-grid .icon{width:34px;height:34px}.ambient-video{display:none}.video-fallback{display:block;width:100%;height:100%;object-fit:cover}}
@media (prefers-reduced-motion:reduce){.brush-word::after,.button::after,.site-nav a::after,.footer-nav a::after{animation:none!important;transition:none!important}}
@media (prefers-reduced-motion:reduce){.ambient-video{display:none}.video-fallback{display:block;width:100%;height:100%;object-fit:cover}}
/* Home compacting, partners footer and targeted brush words */
.home-audience{grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);min-height:500px}.home-audience .panel-copy{padding-right:clamp(32px,4vw,62px)}.home-audience .panel-media{min-height:0;padding:clamp(34px,4vw,58px);display:flex;align-items:center;background:#f7f5f0}.home-audience .editorial-image{height:auto;aspect-ratio:4/3;object-fit:cover}.home-audience .mini-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:26px;margin-bottom:26px}.home-audience .mini-icon-grid article{min-height:116px;padding:18px 12px;border:1px solid var(--line);text-align:center;align-content:center;background:rgba(255,253,248,.68)}.home-audience .mini-icon-grid span{max-width:15ch}.home-audience .mini-icon-grid article:nth-child(2) span{max-width:18ch}.home-audience .icon{width:42px;height:42px}.footer-partners{display:grid;gap:12px;min-width:0}.partners-title{margin:0;font-family:Antonio,Impact,sans-serif;text-transform:uppercase;font-size:15px;line-height:1;color:var(--muted)}.footer-logos{flex-wrap:nowrap}.footer-logos a,.footer-logos>img{flex:0 0 auto}.numbered-panel:hover h2 .brush-word.brush-hover::after,.black-cta:hover h2 .brush-word.brush-hover::after{transform:scaleX(1)}
@media (max-width:900px){.numbered-panel,.numbered-panel.reverse{min-height:auto}.panel-copy{padding-top:48px;padding-bottom:42px}.panel-media{min-height:0;aspect-ratio:16/9}.section-center{padding-top:54px;padding-bottom:58px}.black-cta{padding-top:42px;padding-bottom:46px;gap:18px}.home-audience{grid-template-columns:1fr}.home-audience .panel-copy{padding-bottom:24px}.home-audience .panel-media{padding:0 22px 42px;aspect-ratio:auto}.home-audience .editorial-image{width:100%;aspect-ratio:16/9}.home-audience .mini-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-audience .mini-icon-grid article{min-height:104px;padding:14px 8px}.home-audience .mini-icon-grid span{font-size:.87rem}.site-footer{gap:20px}.footer-partners{width:100%}.footer-logos{gap:14px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.footer-logos img{max-height:38px}.footer-logos img[alt=Cinetren]{max-height:48px}}
@media (max-width:560px){.hero-picture{aspect-ratio:1.55/1}.home-hero .hero-content{padding-top:24px;padding-bottom:32px}.home-hero h1{margin-bottom:16px}.home-hero .hero-content p{margin-bottom:0}.panel-copy{padding-top:40px;padding-bottom:34px}.panel-head{margin-bottom:12px}.panel-head .icon{width:36px;height:36px}.panel-media{aspect-ratio:16/9}.mini-icon-grid{margin-top:20px;margin-bottom:18px}.mini-icon-grid article{min-height:96px;padding:12px 8px}.black-cta .icon{width:36px;height:36px}.home-audience .panel-media{padding-bottom:34px}.home-audience .mini-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.home-audience .mini-icon-grid article{min-height:94px}.home-audience .icon{width:32px;height:32px}.footer-logos{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:12px;overflow-x:auto}.footer-logos img{max-height:30px}.footer-logos img[alt=Cinetren]{max-height:40px}.footer-nav{font-size:15px;gap:12px}}
@media (max-width:560px){.home-audience .mini-icon-grid article:nth-child(2){grid-column:auto;min-height:94px}.home-audience .mini-icon-grid article:nth-child(2) span{max-width:15ch}.numbered-panel:not(.home-audience) .mini-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.numbered-panel:not(.home-audience) .mini-icon-grid article{min-height:88px;border-bottom:1px solid var(--line)}}
@media (prefers-reduced-motion:reduce){.brush-word.brush-hover::after{transform:scaleX(1)!important;transition:none!important}}
/* Fine adjustments: hover video, page rhythm and viewport-triggered brush lines */
.ambient-video-wrap{min-height:420px;aspect-ratio:16/10}.panel-media .ambient-video-wrap{height:100%}.ambient-video-wrap .video-fallback{display:none}.ambient-video-wrap .ambient-video{position:absolute;inset:0;display:block!important;width:100%;height:100%;object-fit:cover;opacity:1;z-index:1}.ambient-video-wrap.is-playing .ambient-video{opacity:1}.intro-hero h1{line-height:1.14}.poster{width:min(100%,504px)}.film-hero{grid-template-columns:minmax(0,1fr) minmax(320px,504px)}.brush-word.brush-hover::after{transform:scaleX(0)!important;animation:none!important}.underline-active .brush-word.brush-hover::after,.brush-inview.underline-active .brush-word.brush-hover::after{transform:scaleX(1)!important}.impact-final-cta{grid-template-columns:1fr;justify-items:center;text-align:center}.impact-final-cta>div{max-width:780px}.impact-final-cta .button{justify-self:center}
.project-origin-panel .editorial-image{object-position:center center}@media (max-width:900px){.project-origin-panel .panel-media{aspect-ratio:16/10}.project-origin-panel .editorial-image{object-fit:contain;background:#f4f1eb}.intro-hero h1{line-height:1.16}.poster{width:min(86vw,430px)}.film-hero{grid-template-columns:1fr}.impact-final-cta{text-align:left;justify-items:start}.impact-final-cta .button{justify-self:start}}
@media (max-width:560px){.intro-hero h1{line-height:1.18}.poster{width:min(86vw,380px)}}
@media (max-width:900px){.ambient-video-wrap{min-height:0;aspect-ratio:16/9}}
@media (max-width:560px){.ambient-video-wrap .ambient-video{display:block!important;opacity:1!important}.ambient-video-wrap .video-fallback{display:none!important}}
@media (prefers-reduced-motion:reduce){.ambient-video-wrap .ambient-video{display:block!important;opacity:1!important}.ambient-video-wrap .video-fallback{display:none!important}.brush-word.brush-hover::after{transform:scaleX(0)!important;transition:none!important}.underline-active .brush-word.brush-hover::after{transition:none!important;transform:scaleX(1)!important}}
.home-formats{text-align:center}.home-formats .icon-grid{grid-template-columns:repeat(5,minmax(130px,1fr));gap:0;align-items:stretch}.home-formats .icon-grid article{place-items:center;text-align:center;padding:18px 12px}.home-formats .icon-grid h3{max-width:15ch;margin-left:auto;margin-right:auto;text-align:center;text-wrap:balance}.home-formats .actions.center{justify-content:center}
@media (max-width:900px){.home-formats{text-align:center}.home-formats>p:not(.section-number){margin-left:auto;margin-right:auto}.home-formats .icon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-formats .icon-grid article{place-items:center;text-align:center;border:1px solid var(--line)}.home-formats .icon-grid article:last-child{grid-column:1 / -1;justify-self:center;width:min(100%,260px)}.home-formats .actions.center{justify-content:center}}
@media (max-width:560px){.home-formats .icon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-formats .icon-grid article{min-height:116px;padding:14px 8px}.home-formats .icon-grid h3{font-size:.82rem;line-height:1.18;max-width:14ch}.home-formats .icon-grid .icon{width:34px;height:34px}.home-formats .icon-grid article:last-child{width:min(100%,230px)}}
@media (max-width:700px){.intro-hero h1{font-size:clamp(2rem,9.2vw,2.85rem);overflow-wrap:anywhere}.format-grid{grid-template-columns:1fr}.format-card{border-right:0;padding:30px 22px}.format-card div{margin-bottom:12px}.format-card h2{font-size:clamp(1.5rem,7.2vw,2.15rem);line-height:1.08;overflow-wrap:anywhere}.format-card p{font-size:.98rem;line-height:1.58}}
@media (hover:hover) and (pointer:fine){.numbered-panel:hover h2 .brush-word.brush-hover::after,.section-center:hover h2 .brush-word.brush-hover::after,.black-cta:hover h2 .brush-word.brush-hover::after{transform:scaleX(1)!important}.numbered-panel:not(:hover) h2 .brush-word.brush-hover::after,.section-center:not(:hover) h2 .brush-word.brush-hover::after,.black-cta:not(:hover) h2 .brush-word.brush-hover::after{transform:scaleX(0)!important}}
