/* Styles only for internal pages; shared header, contact section and footer live in style.css. */
body.subpage{background-color:var(--black);background-image:linear-gradient(rgba(18,17,16,.86),rgba(18,17,16,.86)),url("../images/dark-archive-grain.webp");background-repeat:repeat,no-repeat;background-position:center top,center top;background-size:auto,1800px 1100px;color:var(--text);overflow-x:clip;}
body.subpage main{padding-top:0;}


/* Shared full-screen video intro for all internal pages. */
.editorial-hero{
  position:relative;
  width:100%;
  height:100dvh;
  min-height:700px;
  margin:0;
  overflow:hidden;
  border-bottom:1px solid rgba(238,217,189,.18);
  background:var(--black);
  isolation:isolate;
  --hero-overlay-left:.58;
  --hero-overlay-mid:.44;
  --hero-overlay-fade:.18;
  --hero-overlay-edge:.06;
}
.editorial-hero-video{
  position:absolute;
  z-index:0;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:grayscale(.14) saturate(.78) contrast(1.08);
  pointer-events:none;
}
.editorial-hero.has-illustration .editorial-hero-video{display:none;}
.editorial-hero-illustration{
  position:absolute;
  z-index:0;
  inset:-2.5%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  filter:grayscale(.03) saturate(1.02) contrast(1.03) brightness(1.10);
  transform:scale(1.04) translate3d(0,0,0);
  transform-origin:center;
  pointer-events:none;
  will-change:transform,filter;
  animation:heroIllustrationFloat 22s ease-in-out infinite alternate,heroIllustrationBreath 9s ease-in-out infinite;
}
.editorial-hero-illustration::before,
.editorial-hero-illustration::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.editorial-hero-illustration::before{
  background:
    radial-gradient(circle at 74% 42%,rgba(255,255,255,.11),transparent 0 22%),
    linear-gradient(122deg,rgba(255,255,255,0) 12%,rgba(255,255,255,.06) 40%,rgba(255,255,255,0) 58%);
  mix-blend-mode:screen;
  opacity:.24;
  animation:heroIllustrationLightSweep 10s ease-in-out infinite alternate;
}
.editorial-hero-illustration::after{
  background:
    linear-gradient(180deg,rgba(255,255,255,.05) 0,rgba(255,255,255,0) 18%,rgba(255,255,255,.03) 54%,rgba(255,255,255,0) 100%),
    repeating-linear-gradient(180deg,rgba(255,255,255,.025) 0 1px,transparent 1px 5px);
  mix-blend-mode:screen;
  opacity:.12;
  animation:heroIllustrationFlicker 3.8s steps(3,end) infinite;
}
.editorial-hero--awards .editorial-hero-illustration{background-image:url("../images/hero-illustrations/osiagniecia-board.webp");background-position:72% center;}
.editorial-hero--projects .editorial-hero-illustration{background-image:url("../images/hero-illustrations/projekty-board.webp");background-position:62% center;}
.editorial-hero--media .editorial-hero-illustration{background-image:url("../images/hero-illustrations/media-board.webp");background-position:64% center;}
.editorial-hero--collab .editorial-hero-illustration{background-image:url("../images/hero-illustrations/wspolpraca-board.webp");background-position:66% center;}
.editorial-hero--contact .editorial-hero-illustration{background-image:url("../images/hero-illustrations/kontakt-board.webp");background-position:63% center;}
@keyframes heroIllustrationFloat{
  0%{transform:scale(1.04) translate3d(-1.15%,0,0);}
  50%{transform:scale(1.07) translate3d(.45%,-.8%,0);}
  100%{transform:scale(1.045) translate3d(1.2%,.55%,0);}
}
@keyframes heroIllustrationBreath{
  0%,100%{filter:grayscale(.03) saturate(1.02) contrast(1.03) brightness(1.07);}
  50%{filter:grayscale(.01) saturate(1.06) contrast(1.04) brightness(1.14);}
}
@keyframes heroIllustrationLightSweep{
  0%{transform:translate3d(-3%,0,0);opacity:.16;}
  55%{opacity:.28;}
  100%{transform:translate3d(3%,1.5%,0);opacity:.18;}
}
@keyframes heroIllustrationFlicker{
  0%,100%{opacity:.08;}
  18%{opacity:.14;}
  37%{opacity:.09;}
  62%{opacity:.15;}
  80%{opacity:.11;}
}
.editorial-hero--awards,
.editorial-hero--projects,
.editorial-hero--media,
.editorial-hero--collab{
  --hero-overlay-left:.72;
  --hero-overlay-mid:.58;
  --hero-overlay-fade:.27;
  --hero-overlay-edge:.07;
}
.editorial-hero::before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,5,5,var(--hero-overlay-left)) 0%,rgba(5,5,5,var(--hero-overlay-mid)) 36%,rgba(5,5,5,var(--hero-overlay-fade)) 65%,rgba(5,5,5,var(--hero-overlay-edge)) 100%),
    linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.02) 55%,rgba(0,0,0,.10) 100%);
  pointer-events:none;
}
.editorial-hero-gridlines{
  position:absolute;
  z-index:2;
  inset:0 auto 0 50%;
  width:min(calc(100% - 64px),var(--max));
  transform:translateX(-50%);
  pointer-events:none;
  background-image:linear-gradient(to right,rgba(255,255,255,.042) 1px,transparent 1px);
  background-size:calc(100% / 12) 100%;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.46),rgba(0,0,0,.14) 88%,transparent);
}
.editorial-hero-inner{
  position:relative;
  z-index:3;
  width:min(calc(100% - 64px),var(--max));
  height:100%;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:96px 0 108px;
}
.editorial-hero-kicker{
  width:calc((100% - 11 * 24px) / 12 * 6 + 5 * 24px);
  max-width:720px;
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:24px;
}
.editorial-hero-layout{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:24px;
  align-items:start;
}
.editorial-hero-copy{
  --hero-lead-max:30ch;
  grid-column:1/span 6;
  width:100%;
  max-width:720px;
  min-width:0;
}
.editorial-hero--awards .editorial-hero-copy{--hero-lead-max:31ch;}
.editorial-hero--projects .editorial-hero-copy{--hero-lead-max:30ch;}
.editorial-hero--media .editorial-hero-copy{--hero-lead-max:29ch;}
.editorial-hero--collab .editorial-hero-copy{--hero-lead-max:30ch;}
.editorial-hero--contact .editorial-hero-copy{--hero-lead-max:27ch;}
.editorial-hero-title{
  display:inline-block;
  width:auto;
  max-width:100%;
  margin:0;
  color:var(--cream);
  font:400 clamp(72px,6.2vw,96px)/.92 var(--font-display);
  letter-spacing:.01em;
  text-transform:uppercase;
}
.editorial-hero--contact .editorial-hero-title{font-size:clamp(72px,6.2vw,96px);}
.editorial-hero-lead{
  width:100%;
  max-width:min(100%,var(--hero-lead-max));
  margin:24px 0 0;
  color:rgba(238,217,189,.94);
  font:400 20px/1.5 var(--font-body);
}
.editorial-hero-meta{
  position:absolute;
  z-index:4;
  left:50%;
  bottom:24px;
  width:max-content;
  max-width:calc(100% - 64px);
  min-height:48px;
  display:flex;
  align-items:center;
  gap:0;
  padding:4px 7px;
  border:1px solid rgba(238,217,189,.62);
  border-radius:999px;
  background:rgba(18,17,16,.42);
  -webkit-backdrop-filter:blur(18px) saturate(130%);
  backdrop-filter:blur(18px) saturate(130%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  overflow-x:auto;
  scrollbar-width:none;
  transform:translateX(-50%);
}
.editorial-hero-meta::-webkit-scrollbar{display:none;}
.editorial-hero-meta a{
  display:flex;
  align-items:center;
  min-width:0;
  padding:9px 16px;
  border:0;
  border-radius:999px;
  color:var(--cream);
  font:400 17px/1 var(--font-display);
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
  transition:color .2s ease,background-color .2s ease;
}
.editorial-hero-meta a::after{content:none;}
.editorial-hero-meta a:hover,.editorial-hero-meta a:focus-visible{color:var(--red);background:rgba(238,217,189,.08);}
.content-section[id],.project-chapter[id],.projects-audio[id],.contact-left[id],.contact-right[id],.contact-direct-row[id]{scroll-margin-top:90px;}

@media (prefers-reduced-motion:reduce){
  .editorial-hero-video{display:none;}
  .editorial-hero:not(.has-illustration){background:#090909 url("../video/editorial-hero-crime-poster.webp") center/cover no-repeat;}
  .editorial-hero-illustration,.editorial-hero-illustration::before,.editorial-hero-illustration::after{animation:none;}
}
@media(max-width:1180px){
  .editorial-hero{height:100dvh;min-height:660px;}
  .editorial-hero-gridlines,.editorial-hero-inner{width:min(calc(100% - 38px),var(--max));}
  .editorial-hero-inner{padding:92px 0 104px;}
  .editorial-hero-copy,.editorial-hero-kicker{width:min(100%,680px);max-width:680px;}
  .editorial-hero-title{font-size:clamp(64px,7.2vw,96px);}
  .editorial-hero--contact .editorial-hero-title{font-size:clamp(64px,7.2vw,96px);}
  .editorial-hero-meta{bottom:20px;max-width:calc(100% - 38px);}
  .editorial-hero-meta a{padding-inline:14px;}
}
@media(max-width:900px){
  .editorial-hero{height:100dvh;min-height:640px;}
  .editorial-hero-copy{--hero-lead-max:34ch;grid-column:1/span 9;width:min(100%,660px);max-width:660px;}
  .editorial-hero-inner{padding:88px 0 96px;}
  .editorial-hero-kicker{width:min(100%,660px);max-width:660px;}
  .editorial-hero-title,.editorial-hero--contact .editorial-hero-title{font-size:56px;line-height:.92;letter-spacing:.01em;}
  .editorial-hero-lead{max-width:min(100%,var(--hero-lead-max));font-size:18px;line-height:1.5;}
  .editorial-hero-meta{bottom:18px;max-width:calc(100% - 38px);}
  .editorial-hero-meta a{padding-inline:12px;font-size:15px;}
}
@media(max-width:680px){.editorial-shape-divider--bottom img{height:clamp(42px,9.5vw,56px);}
  .editorial-hero--projects,.editorial-hero--awards,.editorial-hero--media,.editorial-hero--collab,.editorial-hero--contact{border-bottom:0;}
  .editorial-hero--projects + .project-chapters,.editorial-hero--awards + .awards-road,.editorial-hero--media + .media-tv-project,.editorial-hero--collab + .collab-scale,.editorial-hero--contact + .contact-workspace{position:relative;z-index:2;}
  .editorial-hero--projects + .project-chapters::before,.editorial-hero--awards + .awards-road::before,.editorial-hero--media + .media-tv-project::before,.editorial-hero--collab + .collab-scale::before,.editorial-hero--contact + .contact-workspace::before{content:"";position:absolute;left:0;right:0;top:-24px;height:28px;background:#121110;pointer-events:none;z-index:1;}
  .editorial-hero--projects + .project-chapters > *,.editorial-hero--awards + .awards-road > *,.editorial-hero--media + .media-tv-project > *,.editorial-hero--collab + .collab-scale > *,.editorial-hero--contact + .contact-workspace > *{position:relative;z-index:2;}
  .editorial-hero{height:70dvh;min-height:0;}
  .editorial-hero-illustration{animation-duration:28s,11s;}
  .editorial-hero-gridlines,.editorial-hero-inner{width:min(calc(100% - 28px),var(--max));}
  .editorial-hero-inner{padding:76px 0 38px;justify-content:center;}
  .editorial-hero-kicker{width:100%;max-width:100%;margin-bottom:18px;}
  .editorial-hero-layout{display:block;}
  .editorial-hero-copy{width:100%;max-width:100%;}
  .editorial-hero-title,.editorial-hero--contact .editorial-hero-title{font-size:56px;line-height:.92;letter-spacing:.01em;}
  .editorial-hero-lead{width:100%;max-width:min(100%,var(--hero-lead-max));font-size:18px;line-height:1.5;margin-top:17px;}
  .editorial-hero-meta{display:none;}
}
.content-section{position:relative;padding:112px 0;border-bottom:1px solid rgba(238,217,189,.12);background:rgba(18,17,16,.74);}
#produkcja{
  --production-torn-h:clamp(68px,5.2vw,100px);
  isolation:isolate;
  z-index:5;
  overflow:hidden;
  margin-top:calc(-1 * var(--production-torn-h));
  padding-top:calc(112px + var(--production-torn-h));
  background:
    radial-gradient(circle at 16% 16%,rgba(116,4,10,.050),transparent 31%),
    radial-gradient(circle at 84% 78%,rgba(84,3,7,.034),transparent 34%),
    radial-gradient(circle at 54% 38%,rgba(255,255,255,.016),transparent 44%),
    linear-gradient(180deg,var(--black-2) 0%,var(--black) 55%,var(--black-2) 100%);
  -webkit-mask-image:url("../images/torn-mask-top.webp"),linear-gradient(#000 0 0);
  -webkit-mask-size:100% var(--production-torn-h),100% calc(100% - var(--production-torn-h) + 2px);
  -webkit-mask-position:center top,center bottom;
  -webkit-mask-repeat:no-repeat,no-repeat;
  mask-image:url("../images/torn-mask-top.webp"),linear-gradient(#000 0 0);
  mask-size:100% var(--production-torn-h),100% calc(100% - var(--production-torn-h) + 2px);
  mask-position:center top,center bottom;
  mask-repeat:no-repeat,no-repeat;
}
#produkcja::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
  background:url("../images/dark-archive-grain.webp") center/cover no-repeat;
  opacity:.78;
}
#produkcja::after{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 14% 18%,rgba(188,7,16,.025),transparent 27%),
    linear-gradient(180deg,rgba(255,255,255,.012),transparent 22%,transparent 78%,rgba(0,0,0,.16));
}
#produkcja > .wrap{position:relative;z-index:1;}
.production-section .section-intro{max-width:760px;}
.production-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:clamp(52px,5vw,78px);
  border:1px solid rgba(255,255,255,.18);
}
.production-step{
  position:relative;
  min-height:348px;
  padding:32px clamp(24px,2.5vw,40px) 36px;
  border-left:1px solid rgba(255,255,255,.13);
  transition:background-color .35s ease;
}
.production-step:first-child{border-left:0;}
.production-step::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:0;
  height:2px;
  background:var(--red);
  transition:width .45s cubic-bezier(.2,.7,.2,1);
}
.production-step:hover{background:rgba(255,255,255,.018);}
.production-step:hover::after{width:100%;}
.production-step-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:42px;
  margin-bottom:clamp(34px,3.5vw,50px);
  padding-bottom:22px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.production-step-num{
  color:var(--red);
  font:700 14px/1 var(--font-meta);
  letter-spacing:.16em;
}
.production-step-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--red);
  transition:transform .35s ease;
}
.production-step-icon svg{width:32px;height:32px;stroke-width:1.65;}
.production-step:hover .production-step-icon{transform:translateY(-4px);}
.production-step h3{
  margin:0 0 18px;
  font-size:clamp(36px,2.8vw,42px);
  line-height:1;
}
.production-step p{
  max-width:34ch;
  margin:0;
  color:#9e9e9e;
  font-size:16px;
  line-height:1.55;
}
.content-section.light{background:rgba(40,42,43,.56);color:var(--cream);border-color:rgba(238,217,189,.16);}

.grid-12{display:grid;grid-template-columns:minmax(0,1fr);column-gap:0;row-gap:14px;}

.section-label{grid-column:1;padding-top:0;margin:0;}
.section-main{grid-column:1;min-width:0;}
.subpage h2.section-title{margin:0;font-size:clamp(58px,4.8vw,76px);line-height:.95;}

.section-intro{max-width:62ch;margin:26px 0 0;color:var(--muted);font-size:20px;line-height:1.5;}
.light .section-intro{color:var(--muted);}





















.project-chapters{position:relative;z-index:2;padding:0;background:#121110;color:var(--cream);margin-top:0;}
.project-chapters::before{content:none;}
.editorial-hero--projects{border-bottom:0;}
.editorial-hero--projects::after{content:none;}
.editorial-shape-divider{position:absolute;left:-8px;width:calc(100% + 16px);overflow:hidden;line-height:0;pointer-events:none;}
.editorial-shape-divider--bottom{z-index:5;right:-8px;bottom:-2px;}
.editorial-shape-divider--bottom img{position:relative;display:block;width:100%;height:clamp(58px,4.6vw,78px);object-fit:fill;object-position:center bottom;}
.project-chapter{position:relative;border-bottom:1px solid rgba(238,217,189,.16);overflow:hidden;}
.project-chapter:nth-child(even){background:#121110;}
.project-chapter-inner{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);column-gap:clamp(48px,5vw,88px);row-gap:clamp(30px,3vw,44px);align-items:start;padding-top:clamp(106px,9vw,148px);padding-bottom:clamp(72px,7vw,108px);}


.project-chapter-copy{grid-column:1;grid-row:1;width:100%;max-width:43ch;align-self:start;}
.project-number{margin:0 0 10px;color:var(--red);font-family:var(--font-display);font-size:clamp(68px,6vw,104px);line-height:.78;letter-spacing:.02em;}
.project-number--brand{font-size:clamp(56px,5.4vw,88px);line-height:.9;letter-spacing:.06em;}
.project-chapter-copy .section-kicker{margin:0 0 17px;}
.project-chapter-copy h2{margin:0;padding-bottom:24px;border-bottom:1px solid rgba(238,217,189,.34);font-size:clamp(68px,4.7vw,82px);line-height:.9;letter-spacing:.01em;}
.project-chapter-copy > p:not(.section-kicker):not(.project-number){margin:22px 0 0;color:var(--muted);font-size:18px;line-height:1.58;}
.project-chapter-links{display:grid;margin-top:26px;border-top:1px solid rgba(238,217,189,.23);}
.project-chapter-links a{display:flex;align-items:center;justify-content:space-between;min-height:40px;border-bottom:1px solid rgba(238,217,189,.23);font-family:var(--font-display);font-size:17px;letter-spacing:.07em;line-height:1;text-transform:uppercase;transition:color .2s ease,border-color .2s ease;}
.project-chapter-links a::after{content:"↗";font-size:21px;font-family:var(--font-body);font-weight:400;}
.project-chapter-links a:hover,.project-chapter-links a:focus-visible{color:var(--red);border-color:var(--red);}
.project-chapter-image{grid-column:2;grid-row:1;position:relative;width:100%;aspect-ratio:16 / 9;margin:0;overflow:hidden;border:1px solid rgba(238,217,189,.22);background:#0c0b0a;isolation:isolate;transition:opacity .62s cubic-bezier(.22,.75,.24,1),transform .62s cubic-bezier(.22,.75,.24,1),border-color .28s ease,box-shadow .28s ease;}
.project-chapter-image::after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.03) 0,rgba(255,255,255,0) 18%,rgba(255,255,255,.02) 52%,rgba(0,0,0,.12) 100%);opacity:.9;}
.project-chapter-image img{--project-image-filter:brightness(1);position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.03);filter:var(--project-image-filter);will-change:transform;transition:filter .34s ease;}
.project-chapter-image.project-visual-ready{opacity:.78;transform:translate3d(0,12px,0);}
.project-chapter-image.project-visual-ready.is-visible{opacity:1;transform:translate3d(0,0,0);}
.project-chapter-image.project-visual-ready.is-visible img{animation:project-visual-breathe-simple 12s ease-in-out infinite;}
.project-chapter-image.project-visual-ready.is-visible:hover{border-color:rgba(241,63,39,.34);box-shadow:0 14px 34px rgba(0,0,0,.18);}
.project-chapter-image.project-visual-ready.is-visible:hover img{filter:var(--project-image-filter) brightness(1.03);}
.project-chapter-image--kryminatorium img{object-position:center 28%;}
.project-chapter-image--niediegetyczne img{object-position:center 44%;transform:scale(1);}
.project-chapter-image--strach{background:#0c0b0a;}
.project-chapter-image--strach::before{content:none;}
.project-chapter-image--strach img{--project-image-filter:brightness(1);width:100%;height:100%;padding:0;object-fit:contain;object-position:center;transform:scale(1);filter:none;}
.project-chapter-image--strach.project-visual-ready.is-visible img{animation:none;transform:scale(1);}
.project-chapter-image--miasto img{object-position:center 38%;}
.project-chapter-image--book img{object-fit:contain;object-position:center;transform:scale(1);background:#0c0b0a;}
.project-chapter-image--book.project-visual-ready.is-visible img{animation:none;transform:scale(1);}
.project-chapter-image--akta img{--project-image-filter:brightness(.86) contrast(1.02) saturate(.9);margin:0;padding:0;object-fit:cover;object-position:center center;}
.media-tv-project{background:#121110;}
.project-chapter-image--dna-poster{background:radial-gradient(circle at 50% 22%,rgba(255,203,109,.10) 0%,rgba(255,203,109,.04) 16%,transparent 34%),radial-gradient(circle at 76% 28%,rgba(39,86,140,.18) 0%,transparent 38%),linear-gradient(180deg,#101214 0%,#0c0d0f 100%);}
.project-chapter-image--dna-poster::before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background-image:url("../images/body-bg.png");background-repeat:repeat;background-size:500px 500px;opacity:.08;mix-blend-mode:soft-light;}
.project-chapter-image--dna-poster img{--project-image-filter:brightness(1);width:100%;height:100%;padding:0;object-fit:cover;object-position:center center;transform:scale(1);}
.project-chapter-image--dna-poster.project-visual-ready.is-visible img{animation-name:project-visual-breathe-logo;animation-duration:10s;}

@keyframes project-visual-breathe-simple{0%,100%{transform:scale(1.03);}50%{transform:scale(1.065);}}
@keyframes project-visual-breathe-logo{0%,100%{transform:scale(1);}50%{transform:scale(1.02);}}
@media (prefers-reduced-motion:reduce){.project-chapter-image,.project-chapter-image.project-visual-ready,.project-chapter-image.project-visual-ready.is-visible,.project-chapter-image.project-visual-ready.is-visible:hover{opacity:1;transform:none;transition:none;}.project-chapter-image img,.project-chapter-image.project-visual-ready.is-visible img,.project-chapter-image--strach.project-visual-ready.is-visible img{transform:none;animation:none;transition:none;}.project-chapter-image.project-visual-ready.is-visible::after{animation:none;}}
.project-platform-stack{grid-column:1/-1;display:grid;gap:20px;margin-top:8px;}
.project-platform{padding:20px;border:1px solid rgba(238,217,189,.18);background:rgba(0,0,0,.16);}
.project-platform-heading{display:flex;align-items:center;gap:13px;margin:0 0 16px;color:var(--cream);font-family:var(--font-display);font-size:20px;line-height:1;letter-spacing:.08em;text-transform:uppercase;}
.project-platform-icon{display:inline-flex;width:24px;height:24px;flex:0 0 24px;align-items:center;justify-content:center;color:var(--cream);}
.project-platform-icon svg{display:block;width:100%;height:100%;fill:currentColor;}
.project-platform-icon img{display:block;width:100%;height:100%;object-fit:contain;}
.project-platform-icon--apple img{filter:brightness(0) invert(1);opacity:.92;}
.project-platform-icon--youtube{color:var(--red);}
.project-platform-grid{display:grid;gap:14px;}
.project-platform-grid--spotify{grid-template-columns:repeat(3,minmax(0,1fr));}
.project-platform-grid--apple{grid-template-columns:repeat(3,minmax(0,1fr));}
.project-platform-grid--video{grid-template-columns:repeat(3,minmax(0,1fr));}

.project-platform-grid--shops{grid-template-columns:minmax(0,7fr) minmax(280px,3fr);align-items:stretch;column-gap:18px;}
.project-platform-icon--shop{width:28px;height:28px;flex-basis:28px;color:var(--red);}
.project-platform-icon--shop svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;}
.project-shop-card{display:flex;flex-direction:column;gap:12px;min-height:100%;padding:22px 22px 20px;border:1px solid rgba(238,217,189,.10);background:#0b0a09;transition:border-color .22s ease,transform .22s ease,background-color .22s ease;}
.project-shop-card:hover,.project-shop-card:focus-visible{border-color:rgba(241,63,39,.55);background:rgba(241,63,39,.04);transform:translateY(-2px);}
.project-shop-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;}
.project-shop-meta--highlight{justify-content:flex-start;}
.project-shop-brandline{display:flex;align-items:center;gap:10px;min-width:0;}
.project-shop-badge{display:inline-flex;align-items:center;gap:12px;color:var(--cream);font-family:var(--font-display);font-size:17px;letter-spacing:.06em;line-height:1;text-transform:uppercase;}
.project-shop-badge-icon{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;color:var(--red);font-size:26px;line-height:1;}


.project-shop-icon-svg{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex:0 0 26px;}
.project-shop-icon-svg img{display:block;width:100%;height:100%;}

.project-shop-card--empik .project-shop-brand{padding-inline:12px;}
.project-shop-card--highlight{justify-content:flex-start;}


.project-shop-brand{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border:1px solid rgba(238,217,189,.18);border-radius:999px;color:var(--cream);font-family:var(--font-display);font-size:15px;letter-spacing:.06em;line-height:1;text-transform:uppercase;}
.project-shop-arrow{color:var(--cream);font-family:var(--font-body);font-size:22px;line-height:1;transition:color .22s ease,transform .22s ease;}
.project-shop-card:hover .project-shop-arrow,.project-shop-card:focus-visible .project-shop-arrow{color:var(--red);transform:translate(2px,-2px);}
.project-shop-card strong{display:block;color:var(--cream);font-family:var(--font-display);font-size:28px;font-weight:400;line-height:1.02;letter-spacing:.01em;text-transform:uppercase;}
.project-shop-card--highlight strong{max-width:18ch;font-size:clamp(34px,2.85vw,46px);line-height:1.04;text-transform:none;letter-spacing:0;}
.project-shop-card--highlight p{max-width:26ch;margin-top:6px;font-size:19px;line-height:1.6;}
.project-shop-card p{margin:0;color:var(--muted);font-size:16px;line-height:1.55;}
.project-platform-card{min-width:0;overflow:hidden;background:#0b0a09;border:1px solid rgba(238,217,189,.10);}
.project-platform-card iframe{display:block;width:100%;border:0;}
.project-platform-card--spotify iframe{height:152px;border-radius:8px;}
.project-platform-card--apple iframe{height:175px;border-radius:8px;background:transparent;}
.project-platform-card--video{aspect-ratio:16 / 9;}
.project-platform-card--video iframe{height:100%;}
.project-platform--event{padding:20px;border:1px solid rgba(238,217,189,.18);background:rgba(0,0,0,.16);}
.project-platform-icon--event,.project-platform-icon--akta{color:var(--red);}
.project-platform-icon--event svg,.project-platform-icon--akta svg{display:block;width:100%;height:100%;stroke:currentColor;fill:none;}
.project-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.project-event-card{display:grid;grid-template-columns:minmax(0,230px) minmax(0,1fr) 28px;align-items:center;gap:18px;padding:18px;border:1px solid rgba(238,217,189,.12);background:#0b0a09;transition:border-color .22s ease,transform .22s ease,background-color .22s ease;}
.project-event-card:hover,.project-event-card:focus-visible{border-color:rgba(241,63,39,.55);background:rgba(241,63,39,.04);transform:translateY(-2px);}
.project-event-visual{position:relative;min-width:0;aspect-ratio:16/9;margin:0;overflow:hidden;border:1px solid rgba(238,217,189,.12);background:#0c0b0a;}
.project-event-visual img{display:block;width:100%;height:100%;object-fit:cover;}
.project-event-copy{min-width:0;}
.project-event-copy strong{display:block;margin:0 0 10px;color:var(--cream);font-family:var(--font-display);font-size:28px;font-weight:400;line-height:1.02;letter-spacing:.01em;text-transform:uppercase;}
.project-event-copy p{margin:0;color:var(--muted);font-size:16px;line-height:1.58;}
.project-event-arrow{justify-self:end;color:var(--cream);font-family:var(--font-body);font-size:26px;line-height:1;transition:color .22s ease,transform .22s ease;}
.project-event-card:hover .project-event-arrow,.project-event-card:focus-visible .project-event-arrow{color:var(--red);transform:translate(2px,-2px);}
.project-chapter-image--akta{background:radial-gradient(circle at 68% 24%,rgba(241,63,39,.14) 0%,rgba(241,63,39,.04) 22%,transparent 48%),radial-gradient(circle at 34% 76%,rgba(255,244,234,.10) 0%,transparent 40%),linear-gradient(180deg,#221c19 0%,#15110f 100%);}
.project-chapter-image--akta::before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background-image:url("../images/body-bg.png");background-repeat:repeat;background-size:500px 500px;opacity:.08;mix-blend-mode:soft-light;}
.project-akta-feature-image{position:relative;z-index:1;}











.project-platform--akta-notes{padding:20px;border:1px solid rgba(238,217,189,.18);background:rgba(0,0,0,.16);}
.project-akta-notes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.project-akta-note-card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-height:100%;padding:18px 18px 16px;border:1px solid rgba(238,217,189,.10);background:#0b0a09;transition:border-color .22s ease,transform .22s ease,background-color .22s ease,box-shadow .22s ease;}
.project-akta-note-card:hover,.project-akta-note-card:focus-within{border-color:rgba(241,63,39,.55);background:rgba(241,63,39,.08);box-shadow:0 14px 28px rgba(0,0,0,.20);transform:translateY(-2px);}
.project-akta-note-icon{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;color:var(--red);flex:0 0 auto;}
.project-akta-note-icon svg{display:block;width:100%;height:100%;stroke:currentColor;fill:none;}
.project-akta-note-card strong{display:block;margin:0;color:var(--cream);font-family:var(--font-display);font-size:24px;font-weight:400;line-height:1.03;letter-spacing:.01em;text-transform:uppercase;}
.project-akta-note-card p{margin:0;color:var(--muted);font-size:16px;line-height:1.58;}
.projects-audio{padding:clamp(72px,8vw,112px) 0;background:#121110;color:var(--cream);}
.projects-audio-shell{display:grid;grid-template-columns:minmax(0,.66fr) minmax(0,1.34fr);column-gap:clamp(48px,6vw,92px);align-items:start;}
.projects-audio-copy{display:flex;flex-direction:column;justify-content:flex-start;width:100%;max-width:40ch;align-self:start;}
.projects-audio-copy .project-number{margin:0 0 8px;}
.projects-audio-copy .section-kicker{margin:0 0 14px;}
.projects-audio-copy h2{margin:0;font-size:clamp(68px,4.7vw,82px);line-height:.9;letter-spacing:.01em;}
.projects-audio-intro{margin:12px 0 0;color:var(--muted);font-size:18px;line-height:1.54;}
.projects-audio-list{border-top:1px solid rgba(238,217,189,.22);}
.projects-audio-item{position:relative;border-bottom:1px solid rgba(238,217,189,.18);}
.projects-audio-link{position:relative;display:grid;grid-template-columns:76px minmax(0,1.2fr) minmax(0,.92fr) 38px;gap:28px;align-items:center;padding:30px 0;color:inherit;isolation:isolate;}
.projects-audio-link::before{content:"";position:absolute;z-index:-1;inset:0 -18px;background:linear-gradient(90deg,rgba(241,63,39,.07),rgba(241,63,39,.015) 58%,transparent);opacity:0;transition:opacity .22s ease;}
.projects-audio-no{color:var(--red);font-family:var(--font-meta);font-size:13px;font-weight:700;line-height:1;letter-spacing:.08em;}
.projects-audio-list h3{margin:0;font-size:clamp(36px,2.8vw,42px);line-height:1;}
.projects-audio-list p{max-width:42ch;margin:0;color:var(--muted);font-size:16px;line-height:1.55;}
.projects-audio-arrow{justify-self:end;color:var(--cream);font-family:var(--font-display);font-size:30px;font-weight:400;line-height:1;transition:color .22s ease,transform .22s ease;}
.projects-audio-preview-stage{position:relative;width:min(100%,308px);aspect-ratio:1/1;margin-top:18px;margin-left:4px;}
.projects-audio-preview-card{--audio-preview-tilt:-2deg;position:absolute;inset:0;margin:0;padding:10px;overflow:hidden;background:#0b0a09;border:1px solid rgba(238,217,189,.28);box-shadow:0 24px 58px rgba(0,0,0,.38);opacity:0;pointer-events:none;transform:translateY(10px) scale(.965) rotate(var(--audio-preview-tilt));transform-origin:center;transition:opacity .2s ease,transform .26s ease;}
.projects-audio-preview-card:nth-child(1){--audio-preview-tilt:-2.4deg;}
.projects-audio-preview-card:nth-child(2){--audio-preview-tilt:1.6deg;}
.projects-audio-preview-card:nth-child(3){--audio-preview-tilt:-1.3deg;}
.projects-audio-preview-card:nth-child(4){--audio-preview-tilt:2.1deg;}
.projects-audio-preview-card:nth-child(5){--audio-preview-tilt:-1.8deg;}
.projects-audio-preview-card:nth-child(6){--audio-preview-tilt:1.2deg;}
.projects-audio-preview-card img{display:block;width:100%;height:100%;object-fit:cover;}
.projects-audio-shell:has(.projects-audio-item:nth-child(1):is(:hover,:focus-within)) .projects-audio-preview-card[data-audio-preview="1"],
.projects-audio-shell:has(.projects-audio-item:nth-child(2):is(:hover,:focus-within)) .projects-audio-preview-card[data-audio-preview="2"],
.projects-audio-shell:has(.projects-audio-item:nth-child(3):is(:hover,:focus-within)) .projects-audio-preview-card[data-audio-preview="3"],
.projects-audio-shell:has(.projects-audio-item:nth-child(4):is(:hover,:focus-within)) .projects-audio-preview-card[data-audio-preview="4"],
.projects-audio-shell:has(.projects-audio-item:nth-child(5):is(:hover,:focus-within)) .projects-audio-preview-card[data-audio-preview="5"],
.projects-audio-shell:has(.projects-audio-item:nth-child(6):is(:hover,:focus-within)) .projects-audio-preview-card[data-audio-preview="6"]{opacity:1;transform:translateY(0) scale(1) rotate(var(--audio-preview-tilt));}
.projects-audio-link:focus-visible{outline:1px solid rgba(238,217,189,.58);outline-offset:7px;}

.sub-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid var(--cream);border-radius:999px;background:var(--cream);color:var(--red);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;font-size:18px;font-weight:400;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;}
.sub-btn.red-btn{background:var(--red);border-color:var(--red);color:var(--cream);}.sub-btn:hover{background:transparent;color:var(--cream);border-color:var(--cream);transform:translateY(-1px);}.sub-btn.red-btn:hover{background:var(--red-dark);border-color:var(--red-dark);color:var(--cream);}
.stat-grid{margin-top:50px;}
.stat-item > span:last-child{text-transform:uppercase;letter-spacing:.08em;}
/* Mobile controls for scroll-driven timelines. */
.road-mobile-switch{display:none;}
.road-mobile-switch-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  padding:0;
  border:0;
  border-radius:50%;
  background:transparent;
  color:inherit;
  cursor:pointer;
  transition:background-color .22s ease,color .22s ease,opacity .22s ease,transform .22s ease;
}
.road-mobile-switch-btn svg{width:21px;height:21px;stroke:currentColor;}
.road-mobile-switch-btn:disabled{opacity:.28;cursor:default;}
.road-mobile-switch-btn:not(:disabled):active{transform:scale(.92);}
.road-mobile-switch-count{
  min-width:74px;
  text-align:center;
  font-family:var(--font-meta);
  font-size:12px;
  font-weight:700;
  line-height:1;
  letter-spacing:.12em;
}

/* Achievements page: fullscreen scroll-driven awards timeline. */
.awards-road{
  --awards-expand:0;
  --awards-ui:0;
  position:relative;
  height:650vh;
  padding:0;
  overflow:visible;
  border:0;
  background:var(--black);
  color:var(--cream);
}
.awards-road-sticky{
  --awards-header-h:74px;
  position:sticky;
  top:var(--awards-header-h);
  height:calc(100svh - var(--awards-header-h));
  min-height:600px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:var(--black);
}
.awards-road-stage{
  position:relative;
  width:calc(88vw + (12vw * var(--awards-expand)));
  height:calc(74svh + (26svh * var(--awards-expand)) - var(--awards-header-h));
  min-height:520px;
  max-height:100%;
  overflow:hidden;
  isolation:isolate;
  background:var(--black);
  box-shadow:0 34px 100px rgba(0,0,0,calc(.44 * (1 - var(--awards-expand))));
  transform:scale(calc(.985 + (.015 * var(--awards-expand))));
  transform-origin:center;
}
.awards-road-backgrounds,
.awards-road-background,
.awards-road-background img,
.awards-road-shade{position:absolute;inset:0;width:100%;height:100%;}
.awards-road-backgrounds{z-index:0;overflow:hidden;background:var(--black-2);}
.awards-road-background{z-index:1;margin:0;opacity:0;overflow:hidden;transition:opacity .22s ease;}
.awards-road-background.is-active{z-index:2;opacity:1;animation:awardsRoadLayerIn .48s cubic-bezier(.2,.8,.2,1) both;}
.awards-road-background img{
  display:block;
  object-fit:cover;
  object-position:center center;
  transform:scale(1.055) translate3d(2.2%,0,0);
  filter:saturate(.9) contrast(1.04);
}
.awards-road-background.is-active img{animation:awardsRoadImageIn .58s cubic-bezier(.2,.8,.2,1) both;}
.awards-road-background--portrait img{object-position:center 56%;}
.awards-road-background--best-audio img{object-position:center 42%;}
.awards-road-background--current img{object-position:62% center;}
@keyframes awardsRoadLayerIn{
  from{clip-path:inset(0 0 0 7%);}
  to{clip-path:inset(0 0 0 0);}
}
@keyframes awardsRoadImageIn{
  from{transform:scale(1.075) translate3d(2.8%,0,0);filter:saturate(.78) contrast(1.08);}
  to{transform:scale(1.02) translate3d(0,0,0);filter:saturate(.92) contrast(1.04);}
}
.awards-road-shade{
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(4,4,4,.94) 0%,rgba(4,4,4,.88) 19%,rgba(4,4,4,.67) 35%,rgba(4,4,4,.30) 51%,rgba(4,4,4,.08) 72%,rgba(4,4,4,.16) 100%),
    linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.02) 45%,rgba(0,0,0,.82) 100%);
}
.awards-road-frame{
  position:relative;
  z-index:2;
  height:100%;
  pointer-events:none;
}

.awards-road-details{
  position:absolute;
  left:0;
  bottom:clamp(158px,17vh,186px);
  width:min(39vw,620px);
  height:clamp(320px,36vh,360px);
  opacity:var(--awards-ui);
  transform:translateY(calc(24px * (1 - var(--awards-ui))));
}
.awards-road-section-label{
  position:absolute;
  left:0;
  top:-28px;
  display:block;
  color:var(--red);
  font-family:var(--font-meta);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}
.awards-road-detail{
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  opacity:0;
  visibility:hidden;
  transform:translate3d(-20px,18px,0);
  pointer-events:none;
  transition:opacity .24s ease,transform .42s cubic-bezier(.2,.8,.2,1),visibility 0s linear .42s;
}
.awards-road-detail.is-active{
  opacity:1;
  visibility:visible;
  transform:translate3d(0,0,0);
  transition-delay:0s;
}
.awards-road-year{
  margin:0;
  color:var(--cream);
  font-size:clamp(102px,10.2vw,174px);
  line-height:.80;
  letter-spacing:-.055em;
  text-transform:uppercase;
  text-shadow:0 4px 30px rgba(0,0,0,.38);
}
.awards-road-list{
  width:min(100%,590px);
  margin:24px 0 0;
  padding:0;
  list-style:none;
}
.awards-road-list li{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding:7px 0;
  color:#e7e2dc;
  font-size:18px;
  line-height:1.6;
  text-shadow:0 2px 14px rgba(0,0,0,.50);
}
.awards-road-list li + li{margin-top:3px;}
.awards-road-list li svg{width:17px;height:17px;margin-top:4px;color:var(--red);stroke:currentColor;}
.awards-road-list strong{color:var(--cream);font-weight:700;}
.awards-road-timeline-window{
  position:absolute;
  z-index:4;
  left:50%;
  bottom:0;
  width:100vw;
  padding:10px 0 12px;
  overflow-x:hidden;
  overflow-y:visible;
  transform:translateX(-50%);
  opacity:var(--awards-ui);
}
.awards-road-track{
  --awards-card:clamp(210px,18.5vw,294px);
  --awards-gap:clamp(48px,5.4vw,90px);
  --awards-edge:0px;
  position:relative;
  width:max-content;
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:var(--awards-card);
  column-gap:var(--awards-gap);
  padding:6px var(--awards-edge) 24px;
  transform:translate3d(0,0,0);
  will-change:transform;
}
.awards-road-line{
  position:absolute;
  z-index:0;
  top:17px;
  left:calc(var(--awards-edge) + var(--awards-card)/2);
  right:calc(var(--awards-edge) + var(--awards-card)/2);
  height:2px;
  overflow:hidden;
  background:rgba(255,255,255,.46);
}
.awards-road-line span{
  display:block;
  width:100%;
  height:100%;
  background:var(--red);
  transform:scaleX(0);
  transform-origin:left center;
  will-change:transform;
}
.awards-road-node{
  position:relative;
  z-index:1;
  min-width:0;
  padding:0;
  border:0;
  background:transparent;
  color:var(--cream);
  text-align:center;
  cursor:pointer;
  opacity:.42;
  transition:opacity .22s ease,transform .28s ease,color .22s ease;
  scroll-snap-align:center;
}
.awards-road-node.is-past{opacity:.42;}
.awards-road-node.is-active{opacity:1;transform:translateY(-3px);}
.awards-road-dot{
  display:block;
  width:22px;
  height:22px;
  margin:0 auto 12px;
  border:2px solid rgba(244,240,234,.72);
  border-radius:50%;
  background:#0a0a0a;
  box-shadow:0 0 0 7px rgba(7,7,7,.55);
  transition:border-color .22s ease,background-color .22s ease,box-shadow .22s ease,transform .28s ease;
}
.awards-road-node.is-active .awards-road-dot{
  border-color:var(--red);
  background:var(--red);
  transform:scale(1.12);
  box-shadow:0 0 0 7px rgba(222,17,26,.14);
}
.awards-road-node-year{
  display:block;
  color:#d7d1ca;
  font:400 clamp(24px,2vw,34px)/1 var(--font-display);
  letter-spacing:-.035em;
}
.awards-road-node.is-active .awards-road-node-year{color:var(--red);}
.awards-road-node-title{
  display:block;
  max-width:250px;
  margin:7px auto 0;
  color:#9f9993;
  font-family:var(--font-meta);
  font-size:12px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.awards-road-node.is-active .awards-road-node-title{color:#f0ece6;}
.awards-road-node:focus-visible{outline:2px solid var(--red);outline-offset:8px;}
@media(prefers-reduced-motion:reduce){
  .awards-road-background.is-active{animation:none;}
  .awards-road-background.is-active img{animation:none;transform:scale(1.02);}
  .awards-road-detail,.awards-road-node,.awards-road-dot{transition:none;}
}
@media (max-height:860px) and (min-width:1001px){.projects-audio-preview-stage{width:min(100%,280px);margin-top:14px;}.projects-audio-intro{max-width:34ch;}.projects-audio{padding:64px 0 92px;}}
@media(max-width:1000px){
  .awards-road{--awards-expand:1;--awards-ui:1;height:auto;}
  .awards-road-sticky{position:relative;top:auto;height:100svh;height:100dvh;min-height:100svh;min-height:100dvh;display:block;overflow:hidden;}
  .awards-road-stage{width:100%;height:100%;min-height:0;max-height:none;transform:none;box-shadow:none;}
  .awards-road-frame{height:100%;}
  .awards-road-details{top:clamp(180px,23dvh,250px);bottom:224px;width:min(74vw,620px);height:auto;}
  .awards-road-year{font-size:clamp(86px,17vw,142px);}
  .awards-road-list{margin-top:20px;}
  .awards-road-list li{font-size:17px;line-height:1.6;}
  .awards-road-shade{
    background:
      linear-gradient(90deg,rgba(4,4,4,.92) 0%,rgba(4,4,4,.76) 48%,rgba(4,4,4,.22) 100%),
      linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.06) 43%,rgba(0,0,0,.90) 100%);
  }
  .awards-road-timeline-window{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x;}
  .awards-road-timeline-window::-webkit-scrollbar{display:none;}
  .awards-road-track{--awards-card:clamp(205px,56vw,280px);--awards-gap:34px;--awards-edge:calc(50vw - var(--awards-card)/2);transform:none;}
  .awards-road-node{scroll-snap-stop:always;}
  .road-mobile-switch{
    position:absolute;
    z-index:8;
    left:50%;
    bottom:154px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:2px;
    height:52px;
    padding:3px 5px;
    border:1px solid rgba(238,217,189,.22);
    border-radius:999px;
    color:var(--cream);
    background:rgba(10,9,8,.78);
    box-shadow:0 14px 36px rgba(0,0,0,.28);
    transform:translateX(-50%);
    -webkit-backdrop-filter:blur(14px);
    backdrop-filter:blur(14px);
  }
  .road-mobile-switch-btn:not(:disabled):hover,.road-mobile-switch-btn:not(:disabled):focus-visible{background:rgba(241,63,39,.15);color:var(--red);}
  .road-mobile-switch--story{border-color:rgba(8,8,8,.18);background:rgba(236,231,222,.92);color:#080808;box-shadow:0 12px 28px rgba(69,46,27,.14);}
  .road-mobile-switch--story .road-mobile-switch-count{color:#080808;}
}
@media(max-width:680px){
  .awards-road-sticky{height:100svh;height:100dvh;min-height:100svh;min-height:100dvh;}
  .awards-road-details{top:clamp(150px,20dvh,190px);bottom:220px;width:calc(100% - 36px);height:auto;}
  .awards-road-section-label{top:-24px;font-size:12px;letter-spacing:.08em;}
  .awards-road-year{font-size:clamp(72px,22vw,108px);}
  .awards-road-list{margin-top:16px;}
  .awards-road-list li{grid-template-columns:20px minmax(0,1fr);gap:10px;padding:6px 0;font-size:17px;line-height:1.6;}
  .awards-road-list li svg{width:15px;height:15px;margin-top:3px;}
  .awards-road-shade{background:linear-gradient(180deg,rgba(4,4,4,.40) 0%,rgba(4,4,4,.66) 38%,rgba(4,4,4,.96) 100%);}
  .awards-road-background img{object-position:62% center;}
  .awards-road-background--portrait img{object-position:center 48%;}
  .awards-road-track{--awards-card:min(68vw,248px);--awards-gap:24px;}
  .awards-road-node-year{font-size:26px;}
  .awards-road-node-title{font-size:11px;}
  .road-mobile-switch{bottom:148px;}
}












.media-channels-feature{position:relative;overflow:hidden;background:#090909;color:var(--cream);isolation:isolate;}
.media-channels-video{position:absolute;inset:-6% 0;width:100%;height:112%;object-fit:cover;object-position:center;z-index:-3;filter:saturate(1.02) brightness(.92) contrast(1.04);}
.media-channels-shade{position:absolute;inset:0;z-index:-2;pointer-events:none;background:linear-gradient(180deg,rgba(7,7,7,.68) 0%,rgba(7,7,7,.46) 28%,rgba(7,7,7,.40) 56%,rgba(7,7,7,.62) 100%),linear-gradient(90deg,rgba(7,7,7,.72) 0%,rgba(7,7,7,.56) 22%,rgba(7,7,7,.36) 50%,rgba(7,7,7,.54) 100%);} 
.media-channels-wrap{position:relative;z-index:1;}
.media-channel-grid{position:relative;z-index:1;}
.media-channel-grid.production-grid{border-color:rgba(238,217,189,.24);}
.media-channel-step{background:rgba(10,10,10,.18);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);}
.media-channel-step:hover{background:rgba(18,18,18,.26);}
.media-channel-step p{max-width:30ch;}







@media(max-width:1000px){#produkcja::before{opacity:.68}.content-section{padding:86px 0}.project-chapter-inner{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);column-gap:36px}.project-chapter-copy h2{font-size:clamp(60px,6vw,72px)}.project-platform-grid--spotify,.project-platform-grid--apple,.project-platform-grid--video{grid-template-columns:repeat(2,minmax(0,1fr))}
  .project-platform-grid--shops{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr)}.production-grid{grid-template-columns:1fr}.production-step{min-height:0;padding:28px 30px 32px;border-left:0;border-top:1px solid rgba(255,255,255,.13)}.production-step:first-child{border-top:0}.production-step-meta{margin-bottom:30px;padding-bottom:18px}.production-step p{max-width:62ch}.project-event-grid{grid-template-columns:1fr;}.project-event-card{grid-template-columns:minmax(0,1fr);}.project-event-arrow{justify-self:start;}.project-akta-notes-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:680px){
  #produkcja::before{opacity:.58;}
  #produkcja::after{opacity:.78;}
          .content-section{padding:68px 0;}
  .grid-12{row-gap:12px;}
  
  .section-label,.section-main{min-width:0;}
  .subpage h2.section-title{font-size:46px;line-height:.95;overflow-wrap:break-word;}
  
  
  
  
  
  
  
  
  
  
  .info-card a,.article-item a,.sub-btn{font-size:16px;}
  .sub-btn{width:100%;max-width:none;}
  .production-grid{margin-top:40px;}
  .production-step{padding:24px 22px 28px;}
  .production-step-meta{margin-bottom:24px;padding-bottom:16px;}
  .production-step-icon svg{width:28px;height:28px;}
  .production-step h3{font-size:30px;line-height:1;}
  .production-step p{font-size:16px;line-height:1.55;}
  .project-chapter{min-height:0;}
  .project-chapter-inner,.project-chapter--reverse .project-chapter-inner{display:flex;flex-direction:column;padding-top:76px;padding-bottom:58px;gap:30px;}
  .project-chapter-copy,.project-chapter--reverse .project-chapter-copy{order:2;width:100%;max-width:none;}
  .project-chapter-image,.project-chapter--reverse .project-chapter-image{order:1;width:100%;aspect-ratio:4 / 3;}
  .project-platform-stack{order:3;width:100%;gap:14px;margin-top:0;}
  .project-platform{padding:12px;}
  .project-platform-heading{margin-bottom:10px;font-size:16px;}
  .project-platform-icon{width:21px;height:21px;flex-basis:21px;}
  .project-platform-grid--spotify,.project-platform-grid--apple,.project-platform-grid--video,.project-platform-grid--shops,.project-platform-grid--single{grid-template-columns:minmax(0,1fr);max-width:none;}.project-event-grid,.project-akta-notes-grid{grid-template-columns:minmax(0,1fr);}.project-event-card{grid-template-columns:minmax(0,1fr);padding:14px;}.project-event-copy strong{font-size:24px;}
  .project-platform-card--spotify iframe{height:152px;}
  .project-number{font-size:clamp(58px,18vw,82px);}
  .project-chapter-copy .section-kicker{margin-bottom:15px;}
  .project-chapter-copy h2{padding-bottom:20px;font-size:52px;line-height:.92;}
  .project-chapter-copy > p:not(.section-kicker):not(.project-number){margin-top:22px;font-size:17px;}
  .project-chapter-links{margin-top:24px;}
  .project-chapter-links a{min-height:42px;font-size:16px;}
  
  
  
  
  
  
  
  
  .media-channels-video{inset:-2% -22%;width:144%;height:104%;object-position:center;filter:saturate(1.02) brightness(.88) contrast(1.03);}
  .media-channels-shade{background:linear-gradient(180deg,rgba(7,7,7,.76) 0%,rgba(7,7,7,.44) 40%,rgba(7,7,7,.62) 100%);}
  
  
  
  
  
}
.content-offset{margin-top:50px;}


/* About page: editorial biography directly after the hero. */
.about-story{
  --about-progress:0;
  --about-photo-scale:1;
  --about-photo-x:0px;
  --about-photo-y:0px;
  --about-scan-y:16%;
  position:relative;
  padding:0;
  overflow:clip;
  border-bottom:0;
  background:var(--black);
  font-family:var(--font-body);
}
.about-story-grid{display:grid;grid-template-columns:minmax(0,58%) minmax(0,42%);align-items:start;}
.about-story-intro,.about-story-body{
  --about-pad-left:max(32px,calc((100vw - var(--max))/2));
  grid-column:1;
  padding-left:var(--about-pad-left);
  padding-right:clamp(36px,4.5vw,76px);
}
.about-story-intro{grid-row:1;padding-top:clamp(116px,8.4vw,148px);padding-bottom:42px;}
.about-story-intro .section-kicker{margin-bottom:20px;}
.about-story-title{max-width:800px;margin:0;font-size:clamp(72px,6.2vw,96px);line-height:.92;letter-spacing:.01em;}
.about-story-lead{max-width:62ch;margin:26px 0 0;color:#d6d2cc;font-size:20px;line-height:1.5;}
.about-story-lead strong,.about-story-quote strong{color:var(--red);font-weight:600;}
.about-story-beat-copy strong{color:#f0ece6;font-weight:600;}
.about-story-visual{grid-column:2;grid-row:1 / span 2;align-self:stretch;min-width:0;margin:0;border-left:1px solid rgba(255,255,255,.10);}
.about-story-visual-sticky{position:sticky;top:74px;height:calc(100vh - 74px);min-height:620px;overflow:hidden;background:#120909;}
.about-story-visual-sticky::before{
  content:"";
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  top:var(--about-scan-y);
  height:2px;
  opacity:.09;
  pointer-events:none;
  background:linear-gradient(90deg,transparent 3%,rgba(227,19,27,.16) 18%,rgba(227,19,27,.8) 50%,rgba(227,19,27,.16) 82%,transparent 97%);
  box-shadow:0 0 18px rgba(227,19,27,.10);
}
.about-story-visual-sticky::after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(5,5,5,.30),transparent 14%),linear-gradient(180deg,transparent 66%,rgba(0,0,0,.48));}
.about-story-portrait{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 35%;
  filter:saturate(.96) contrast(1.04);
  transform:translate3d(var(--about-photo-x),var(--about-photo-y),0) scale(var(--about-photo-scale));
  transform-origin:50% 42%;
  will-change:transform;
}
.about-story-visual figcaption{position:absolute;z-index:3;left:34px;right:34px;bottom:28px;display:flex;align-items:end;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.22);}
.about-story-visual figcaption strong{font:400 clamp(24px,2vw,28px)/1.05 var(--font-display);text-transform:uppercase;letter-spacing:.02em;color:var(--cream);}
.about-story-visual figcaption span{max-width:260px;color:#d7d2cc;font-family:var(--font-meta);font-size:13px;font-weight:700;line-height:1.25;letter-spacing:.08em;text-align:right;text-transform:uppercase;}
.about-story-body{position:relative;grid-row:2;padding-bottom:clamp(96px,8vw,140px);}
.about-story-body::before,.about-story-body::after{
  content:"";
  position:absolute;
  left:calc(var(--about-pad-left) - 16px);
  top:0;
  width:1px;
  pointer-events:none;
}
.about-story-body::before{bottom:0;background:rgba(255,255,255,.11);}
.about-story-body::after{height:calc(var(--about-progress) * 100%);background:var(--red);transition:height .08s linear;}
.about-story-beats{position:relative;border-top:1px solid rgba(255,255,255,.14);}
.about-story-beat{position:relative;display:grid;grid-template-columns:62px minmax(0,1fr);gap:22px;padding:36px 0 40px;border-bottom:1px solid rgba(238,217,189,.18);}
.about-story-icon{
  width:62px;
  min-height:68px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:9px;
  padding-top:2px;
  color:rgba(227,19,27,.55);
  background:none;
  border:0;
}
.about-story-icon::after{content:"";width:27px;height:1px;margin-top:1px;background:currentColor;opacity:.68;transition:width .35s ease,opacity .35s ease;}
.about-story-icon span{color:var(--red);font-family:var(--font-meta);font-size:13px;font-weight:700;line-height:1;letter-spacing:.08em;}
.about-story-icon svg{width:31px;height:31px;stroke:currentColor;transition:transform .35s ease,color .35s ease;}
.about-story-beat.is-active .about-story-icon{color:var(--red);}
.about-story-beat.is-active .about-story-icon svg{transform:translateX(2px) scale(1.08);}
.about-story-beat.is-active .about-story-icon::after{width:40px;opacity:1;}
.about-story-beat-copy{min-width:0;}
.about-story-beat-head{display:flex;align-items:baseline;gap:13px 18px;flex-wrap:wrap;margin:0 0 14px;}
.about-story-beat-head h2{margin:0;font-size:clamp(58px,4.8vw,76px);line-height:.95;}
.about-story-beat-head > span{color:var(--red);font-family:var(--font-meta);font-size:13px;font-weight:700;line-height:1.3;letter-spacing:.08em;text-transform:uppercase;}
.about-story-beat-copy p{max-width:62ch;margin:0;color:#c1bdb7;font-size:18px;line-height:1.6;}
.about-story-beat-copy p + p{margin-top:16px;}
.about-story-highlights{
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr);
  gap:0;
  margin:36px 0;
  padding:0;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(238,217,189,.18);
  background:linear-gradient(100deg,#080808 0%,#080808 58%,#0e0b0b 100%);
}
.about-story-quote,.about-story-award{min-height:320px;margin:0;background:transparent;}
.about-story-quote{position:relative;display:flex;flex-direction:column;justify-content:center;padding:54px 46px;overflow:hidden;}
.about-story-quote::before{content:none;}
.about-story-quote-mark{position:static;display:block;margin:0 0 20px;color:var(--red);font:400 72px/.72 var(--font-display);}
.about-story-quote p{position:relative;z-index:1;max-width:760px;margin:0;color:var(--cream);font:400 clamp(31px,2.5vw,44px)/1 var(--font-display);text-transform:uppercase;letter-spacing:-.03em;}
.about-story-award{display:flex;flex-direction:column;justify-content:center;padding:54px 46px;border-left:1px solid rgba(255,255,255,.18);}
.about-story-award-seal{width:auto;max-width:none;aspect-ratio:auto;display:block;padding:0;text-align:left;border:0;border-radius:0;background:none;}
.about-story-award-icon{width:34px;height:34px;display:grid;place-items:center;margin:0 0 24px;color:var(--red);}
.about-story-award-icon svg{width:32px;height:32px;stroke:currentColor;}
.about-story-award span{display:block;margin-bottom:12px;color:var(--red);font-family:var(--font-meta);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
.about-story-award strong{display:block;max-width:360px;color:var(--cream);font:400 clamp(44px,3.7vw,66px)/.88 var(--font-display);letter-spacing:-.04em;text-transform:uppercase;}
.about-story-award strong em{display:block;color:var(--red);font-style:normal;}
.about-story-award > p{max-width:340px;margin:30px 0 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.16);color:#a8a4a0;font-size:18px;line-height:1.6;}
.about-story-beats--lower{margin-top:0;}

@media(max-width:1180px){
  .about-story-grid{grid-template-columns:minmax(0,56%) minmax(0,44%);}
  .about-story-intro,.about-story-body{--about-pad-left:28px;padding-left:var(--about-pad-left);padding-right:34px;}
  .about-story-highlights{grid-template-columns:1fr;}
  .about-story-quote,.about-story-award{min-height:0;}
  .about-story-award{border-left:0;border-top:1px solid rgba(255,255,255,.18);}
}
@media(max-width:900px){
  .about-story-grid{display:block;}
  .about-story-intro,.about-story-body{--about-pad-left:24px;padding-left:var(--about-pad-left);padding-right:24px;}
  .about-story-intro{padding-top:96px;padding-bottom:34px;}
  .about-story-visual{border-left:0;border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10);}
  .about-story-visual-sticky{position:relative;top:auto;height:min(86vh,820px);min-height:560px;}
  .about-story-portrait{object-position:center 34%;}
  .about-story-body{padding-top:42px;padding-bottom:92px;}
  .about-story-body::before,.about-story-body::after{display:none;}
}
@media(max-width:680px){
  .about-story-intro,.about-story-body{--about-pad-left:14px;padding-left:var(--about-pad-left);padding-right:14px;}
  .about-story-intro{padding-top:84px;padding-bottom:28px;}
  .about-story-title{font-size:56px;line-height:.92;letter-spacing:.01em;}
  .about-story-lead{font-size:18px;line-height:1.5;}
  .about-story-visual-sticky{height:72vh;min-height:500px;}
  .about-story-portrait{object-position:center 31%;}
  .about-story-visual figcaption{left:18px;right:18px;bottom:18px;align-items:flex-start;flex-direction:column;gap:8px;}
  .about-story-visual figcaption strong{font-size:22px;line-height:1.05;}
  .about-story-visual figcaption span{font-size:12px;text-align:left;}
  .about-story-body{padding-top:32px;padding-bottom:72px;}
  .about-story-beat{grid-template-columns:50px minmax(0,1fr);gap:14px;padding:28px 0 32px;}
  .about-story-icon{width:50px;min-height:62px;gap:7px;}
  .about-story-icon svg{width:26px;height:26px;}
  .about-story-icon::after{width:24px;}
  .about-story-beat.is-active .about-story-icon::after{width:32px;}
  .about-story-beat-head{display:block;margin-bottom:13px;}
  .about-story-beat-head h2{font-size:46px;line-height:.95;}
  .about-story-beat-head > span{display:block;margin-top:7px;font-size:12px;}
  .about-story-beat-copy p{font-size:17px;line-height:1.6;}
  .about-story-highlights{margin:28px 0;padding:0;}
  .about-story-quote,.about-story-award{min-height:0;}
  .about-story-quote{padding:34px 22px 34px;}
  .about-story-quote::before{content:none;}
  .about-story-quote-mark{margin-bottom:16px;font-size:62px;}
  .about-story-quote p{font-size:clamp(27px,8.4vw,36px);}
  .about-story-award{padding:34px 22px 38px;text-align:left;}
  .about-story-award-icon{width:30px;height:30px;margin-bottom:18px;}
  .about-story-award-icon svg{width:28px;height:28px;}
  .about-story-award strong{max-width:100%;font-size:clamp(32px,9vw,42px);line-height:1.03;letter-spacing:-.01em;}
  .about-story-award > p{max-width:100%;margin-top:24px;padding-top:18px;font-size:17px;}
}
@media(prefers-reduced-motion:reduce){
  .about-story-portrait{transform:none;will-change:auto;}
  .about-story-visual-sticky::before{display:none;}
  .about-story-icon svg,.about-story-icon::after{transition:none;}
}

/* About page: scroll-driven horizontal story timeline. */
.story-road{
  --story-torn-h:clamp(68px,5.2vw,100px);
  position:relative;
  height:580vh;
  padding:0;
  color:#080808;
  background-color:#ece7de;
  background-image:url("../images/media-awards-parchment-blood.webp");
  background-repeat:repeat-y;
  background-position:center top;
  background-size:100% 100svh;
  scroll-margin-top:0;
  isolation:isolate;
}
.story-road::before,
.story-road::after{
  content:"";
  position:absolute;
  z-index:4;
  left:0;
  width:100%;
  height:var(--story-torn-h);
  pointer-events:none;
}
.story-road::before{
  top:0;
  background:var(--black);
  -webkit-mask:url("../images/torn-mask-bottom.webp") center/100% 100% no-repeat;
  mask:url("../images/torn-mask-bottom.webp") center/100% 100% no-repeat;
}
.story-road::after{content:none;}
.story-road-sticky{
  --story-header-h:74px;
  position:sticky;
  top:var(--story-header-h);
  height:calc(100svh - var(--story-header-h));
  min-height:600px;
  overflow:hidden;
  isolation:isolate;
  background:#ece7de url("../images/media-awards-parchment-blood.webp") center/cover no-repeat;
}
.story-road-frame{
  position:relative;
  z-index:2;
  height:100%;
  padding:clamp(52px,4.8vh,72px) 0 86px;
}
.story-road-heading{
  display:block;
}
.story-road-heading .section-kicker{display:block;padding-top:6px;margin-bottom:18px;}
.story-road-title{
  margin:0;
  max-width:760px;
  color:#080808;
  font-size:clamp(58px,4.8vw,76px);
  line-height:.95;
  letter-spacing:.01em;
}
.story-road-details{
  position:absolute;
  left:0;
  right:0;
  bottom:110px;
  width:min(100%,1180px);
  min-height:420px;
  margin:0;
}
.story-road-detail{
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,380px);
  column-gap:clamp(42px,5vw,86px);
  align-items:start;
  opacity:0;
  transform:translate3d(0,26px,0);
  visibility:hidden;
  pointer-events:none;
  transition:opacity .42s ease,transform .52s cubic-bezier(.2,.7,.2,1),visibility 0s linear .52s;
}
.story-road-detail.is-active{
  opacity:1;
  transform:translate3d(0,0,0);
  visibility:visible;
  transition-delay:0s;
}
.story-road-visual{
  grid-column:2;
  grid-row:1;
  align-self:start;
  justify-self:end;
  width:min(100%,370px);
  margin:-64px 4px 0 0;
  transform:rotate(2.6deg);
  transform-origin:50% 52%;
}
.story-road-editorial-card{
  width:100%;
  padding:12px 12px 0;
  background:linear-gradient(180deg,#efe0c7 0%,#ead8bb 100%);
  border:1px solid rgba(40,30,22,.78);
  box-shadow:0 20px 34px rgba(51,36,22,.22);
}
.story-road-editorial-media{
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#11100f;
  border:1px solid rgba(40,30,22,.52);
}
.story-road-card-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.story-road-detail[data-story-detail="3"] .story-road-card-image,
.story-road-detail[data-story-detail="5"] .story-road-card-image{
  object-fit:cover;
  object-position:center center;
}
.story-road-editorial-caption{
  min-height:76px;
  display:flex;
  align-items:center;
  padding:14px 10px 16px;
  color:#6f281f;
  font-family:var(--font-meta);
  font-size:12px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-top:1px solid rgba(40,30,22,.18);
}







.story-road-copy{min-width:0;padding-top:220px;}
.story-road-detail-year{
  margin-bottom:18px;
  color:var(--red);
  font-family:var(--font-meta);
  font-size:13px;
  font-weight:700;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.story-road-detail h3{
  max-width:720px;
  margin:0;
  color:#080808;
  font-size:clamp(36px,2.8vw,42px);
  line-height:1;
  letter-spacing:.01em;
}
.story-road-detail p{
  max-width:620px;
  min-height:3.1em;
  margin:16px 0 0;
  color:#56514c;
  font-size:16px;
  line-height:1.55;
}
.story-road-detail p.is-typing::after{
  content:"";
  display:inline-block;
  width:1px;
  height:1em;
  margin-left:4px;
  vertical-align:-.12em;
  background:var(--black-2);
  animation:storyTypeCaret .72s steps(1,end) infinite;
}
@keyframes storyTypeCaret{50%{opacity:0;}}
.story-road-timeline-window{
  position:absolute;
  left:50%;
  bottom:0;
  width:100vw;
  padding:10px 0 10px;
  overflow-x:hidden;
  overflow-y:visible;
  transform:translateX(-50%);
}
.story-road-track{
  --story-card:clamp(235px,21vw,320px);
  --story-gap:clamp(56px,6.4vw,110px);
  --story-edge:0px;
  position:relative;
  width:max-content;
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:var(--story-card);
  column-gap:var(--story-gap);
  padding:6px var(--story-edge) 28px;
  transform:translate3d(0,0,0);
  will-change:transform;
}
.story-road-line{
  position:absolute;
  z-index:0;
  top:17px;
  left:calc(var(--story-edge) + var(--story-card)/2);
  right:calc(var(--story-edge) + var(--story-card)/2);
  height:4px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(8,8,8,.22);
}
.story-road-line-progress{
  display:block;
  width:100%;
  height:100%;
  background:var(--red);
  transform:scaleX(0);
  transform-origin:left center;
  will-change:transform;
}
.story-road-node{
  position:relative;
  z-index:1;
  min-width:0;
  padding:0;
  border:0;
  background:transparent;
  color:#080808;
  text-align:center;
  cursor:pointer;
  opacity:.48;
  transition:opacity .28s ease,transform .34s ease,color .28s ease;
  scroll-snap-align:center;
}
.story-road-node.is-past{opacity:.36;}
.story-road-node.is-active{opacity:1;transform:translateY(-3px);}
.story-road-dot{
  display:block;
  width:22px;
  height:22px;
  margin:0 auto 14px;
  border:3px solid #080808;
  border-radius:50%;
  background:#ece7de;
  box-shadow:0 0 0 8px rgba(236,231,222,.92);
  transition:border-color .25s ease,background-color .25s ease,transform .3s ease;
}
.story-road-node.is-past .story-road-dot,
.story-road-node.is-active .story-road-dot{border-color:var(--red);background:var(--red);}
.story-road-node.is-active .story-road-dot{transform:scale(1.12);}
.story-road-node-year{
  display:block;
  color:var(--red);
  font-family:var(--font-meta);
  font-size:12px;
  font-weight:700;
  line-height:1;
  letter-spacing:.08em;
}
.story-road-node-title{
  display:block;
  margin-top:8px;
  font:400 clamp(18px,1.45vw,24px)/1 var(--font-display);
  letter-spacing:-.025em;
  text-transform:uppercase;
}
.story-road-node.is-active .story-road-node-title{color:#080808;}
.story-road-node:focus-visible{outline:2px solid var(--red);outline-offset:8px;}

@media (prefers-reduced-motion:reduce){
  .story-road-detail,.story-road-node,.story-road-dot{transition:none;}
}
@media(max-width:1000px){
  .story-road{height:auto;}
  .story-road-sticky{position:relative;top:auto;height:100svh;height:100dvh;min-height:100svh;min-height:100dvh;overflow:hidden;}
  .story-road-frame{height:100%;min-height:0;padding:48px 0 150px;}
  .story-road-heading{display:block;}
  .story-road-heading .section-kicker{padding-top:0;margin-bottom:14px;}
  .story-road-title{max-width:620px;font-size:clamp(52px,7vw,70px);line-height:.95;letter-spacing:.01em;}
  .story-road-details{position:absolute;left:0;right:0;top:158px;bottom:222px;width:min(100%,760px);min-height:0;margin:0;overflow:hidden;}
  .story-road-detail{height:100%;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);row-gap:14px;}
  .story-road-copy{grid-column:1;grid-row:1;padding-top:0;}
  .story-road-visual{grid-column:1;grid-row:2;align-self:center;justify-self:center;width:min(72vw,320px);margin:0;transform:rotate(2.6deg);}
  .story-road-editorial-card{padding:9px 9px 0;}
  .story-road-editorial-caption{min-height:58px;padding:11px 8px 12px;font-size:10px;}
  .story-road-card-image{width:100%;height:100%;object-fit:contain;}
  .story-road-detail h3{max-width:100%;font-size:clamp(34px,5vw,42px);line-height:1;letter-spacing:.01em;}
  .story-road-detail p{max-width:100%;font-size:16px;}
  .story-road-timeline-window{
    position:absolute;
    left:50%;
    bottom:0;
    width:100vw;
    overflow-x:auto;
    overflow-y:hidden;
    transform:translateX(-50%);
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
  }
  .story-road-timeline-window::-webkit-scrollbar{display:none;}
  .story-road-track{
    --story-card:clamp(210px,56vw,300px);
    --story-gap:34px;
    --story-edge:calc(50vw - var(--story-card)/2);
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:var(--story-card);
    width:max-content;
    transform:none;
  }
  .story-road-node{scroll-snap-stop:always;}
}
@media(max-width:680px){
  #produkcja{--production-torn-h:clamp(42px,10vw,64px);padding-top:calc(76px + var(--production-torn-h));}
  .story-road{--story-torn-h:clamp(42px,10vw,64px);background-size:auto 100dvh;background-position:center top;}
  .story-road-sticky{height:100svh;height:100dvh;min-height:100svh;min-height:100dvh;}
  .story-road-frame{height:100%;min-height:0;padding:34px 0 144px;}
  .story-road-title{max-width:100%;font-size:42px;line-height:.95;letter-spacing:.01em;}
  .story-road-details{top:118px;bottom:192px;}
  .story-road-detail-year{font-size:10px;margin-bottom:9px;}
  .story-road-detail h3{font-size:27px;line-height:1;letter-spacing:.01em;}
  .story-road-detail p{margin-top:11px;font-size:15px;line-height:1.45;}
  .story-road-track{--story-card:min(68vw,250px);--story-gap:26px;}
  .story-road-node-title{font-size:18px;}
  .story-road-detail{grid-template-rows:auto minmax(0,1fr);row-gap:10px;}
  .story-road-visual{width:min(57vw,246px);max-height:46vh;align-self:end;margin-top:4px;margin-bottom:10px;}
  .story-road-editorial-card{padding:10px 10px 0;}
  .story-road-editorial-caption{min-height:54px;padding:10px 8px 11px;font-size:9px;}
}

@media(max-width:1000px){
  .projects-audio-shell{grid-template-columns:1fr;row-gap:30px;}
  .projects-audio-copy{max-width:none;}
  .projects-audio-preview-stage{display:none;}
  .projects-audio-link{grid-template-columns:58px minmax(0,1fr) 34px;gap:22px;}
  .projects-audio-list p{grid-column:2;}
  .projects-audio-arrow{grid-column:3;grid-row:1;align-self:start;}
}
@media(max-width:680px){
  .projects-audio-shell{row-gap:24px;}
  .projects-audio-copy h2{font-size:52px;line-height:.92;}
  .projects-audio-intro{margin-top:10px;font-size:17px;}
  .projects-audio-link{grid-template-columns:42px minmax(0,1fr) 28px;gap:14px;padding:25px 0;}
  .projects-audio-list h3{font-size:30px;line-height:1;}
  .projects-audio-list p{grid-column:2 / 4;font-size:16px;}
  .projects-audio-arrow{font-size:24px;}
}

.project-shop-card--highlight{padding:30px 30px 28px;}
.project-shop-card--empik{padding:24px 24px 22px;}

.project-shop-highlight-red{color:var(--red);}

.project-shop-card--empik{position:relative;overflow:hidden;}
.project-shop-card--empik p{max-width:21ch;}
.project-shop-book-visual{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:190px;margin:8px -4px 0 auto;padding-top:8px;pointer-events:none;}
.project-shop-book-glow{position:absolute;left:50%;bottom:10px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(241,63,39,.30) 0%,rgba(241,63,39,.12) 34%,rgba(241,63,39,0) 72%);filter:blur(10px);transform:translateX(-50%);opacity:.95;}
.project-shop-book-visual img{position:relative;display:block;width:min(170px,72%);height:auto;filter:drop-shadow(0 18px 28px rgba(0,0,0,.42));transform:rotate(-8deg) translateY(2px);transform-origin:center bottom;transition:transform .24s ease,filter .24s ease;}
.project-shop-card--empik:hover .project-shop-book-visual img,.project-shop-card--empik:focus-visible .project-shop-book-visual img{transform:rotate(-8deg);filter:drop-shadow(0 16px 26px rgba(0,0,0,.42));}
@media (max-width:900px){.project-shop-book-visual{min-height:160px;margin-top:4px}.project-shop-book-glow{width:150px;height:150px}.project-shop-book-visual img{width:min(156px,62%)}}
@media (max-width:640px){.project-shop-card--empik p{max-width:none}.project-shop-book-visual{justify-content:flex-start;min-height:0;margin-top:10px}.project-shop-book-glow{left:74px;bottom:0}.project-shop-book-visual img{width:140px}}


.project-shop-card--highlight{display:grid;grid-template-columns:minmax(0,65fr) minmax(0,35fr);grid-template-areas:"meta meta" "title visual" "copy visual";column-gap:18px;row-gap:4px;align-items:start;position:relative;overflow:hidden;min-height:0;}
.project-shop-card--highlight .project-shop-meta--highlight{grid-area:meta;}
.project-shop-card--highlight strong{grid-area:title;}
.project-shop-card--highlight p{grid-area:copy;margin-top:0;}
.project-shop-book-visual--highlight{grid-area:visual;position:relative;display:flex;align-items:center;justify-content:center;align-self:center;justify-self:center;min-height:0;min-width:0;margin:0;padding:0;pointer-events:none;}
.project-shop-book-visual--highlight .project-shop-book-glow{width:112px;height:112px;left:50%;bottom:50%;transform:translate(-50%,50%);}
.project-shop-book-visual--highlight img{position:relative;display:block;width:min(126px,62%);height:auto;filter:drop-shadow(0 14px 22px rgba(0,0,0,.38));transform:rotate(-8deg);transform-origin:center;transition:transform .24s ease,filter .24s ease;}
.project-shop-card--highlight:hover .project-shop-book-visual--highlight img,.project-shop-card--highlight:focus-within .project-shop-book-visual--highlight img{transform:rotate(-8deg);filter:drop-shadow(0 16px 26px rgba(0,0,0,.42));}
.project-shop-card--empik p{max-width:18ch;}
@media (max-width:1200px){.project-shop-card--highlight{grid-template-columns:minmax(0,62fr) minmax(0,38fr)}.project-shop-book-visual--highlight img{width:min(118px,60%)}.project-shop-book-visual--highlight .project-shop-book-glow{width:106px;height:106px}}
@media (max-width:900px){.project-shop-card--highlight{grid-template-columns:minmax(0,1fr);grid-template-areas:"meta" "title" "visual" "copy";}.project-shop-card--highlight strong{max-width:20ch}.project-shop-card--highlight p{max-width:42ch}.project-shop-book-visual--highlight{justify-self:start;margin-top:6px}.project-shop-book-visual--highlight .project-shop-book-glow{left:64px;bottom:50%;width:98px;height:98px}.project-shop-book-visual--highlight img{width:110px}}

/* Book sales card: use the full 65% text column without forced wrapping. */
.project-shop-card--highlight strong{max-width:none;width:100%;}
.project-shop-card--highlight p{max-width:52ch;width:100%;}

.project-shop-card--highlight strong{margin-bottom:0;}
.project-shop-card--highlight p{margin-top:0;}


/* v14 clean overrides: bookstore layout + live atmosphere image */
.project-platform-grid--shops{
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);
  align-items:stretch;
  column-gap:18px;
}
.project-shop-card--highlight{
  display:grid;
  grid-template-columns:minmax(0,1fr) clamp(96px,11vw,128px);
  grid-template-areas:
    "meta meta"
    "title visual"
    "copy visual";
  column-gap:18px;
  row-gap:10px;
  align-items:start;
  padding:30px 30px 28px;
  min-height:0;
  overflow:hidden;
}
.project-shop-card--highlight .project-shop-meta--highlight{grid-area:meta;margin-bottom:0;}
.project-shop-card--highlight strong{
  grid-area:title;
  max-width:none;
  width:100%;
  margin:0;
  font-size:clamp(32px,2.45vw,44px);
  line-height:1.08;
  letter-spacing:0;
  text-transform:none;
}
.project-shop-card--highlight p{
  grid-area:copy;
  max-width:34ch;
  width:100%;
  margin:0;
  font-size:16px;
  line-height:1.6;
}
.project-shop-book-visual--highlight{
  grid-area:visual;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  align-self:center;
  justify-self:center;
  width:100%;
  min-height:0;
  margin:0;
  padding:0;
  pointer-events:none;
}
.project-shop-book-visual--highlight .project-shop-book-glow{
  width:88px;
  height:88px;
  left:50%;
  bottom:50%;
  transform:translate(-50%,50%);
}
.project-shop-book-visual--highlight img{
  display:block;
  width:min(92px,100%);
  height:auto;
  transform:rotate(-8deg);
  transform-origin:center;
  filter:drop-shadow(0 12px 20px rgba(0,0,0,.34));
  transition:transform .24s ease,filter .24s ease;
}
.project-shop-card--highlight:hover .project-shop-book-visual--highlight img,
.project-shop-card--highlight:focus-within .project-shop-book-visual--highlight img{
  transform:rotate(-8deg);
  filter:drop-shadow(0 16px 26px rgba(0,0,0,.42));
}
.project-shop-card--empik{
  padding:24px 24px 22px;
}
.project-shop-card--empik p{max-width:18ch;}
.project-event-card .project-event-visual img[src$="kryminalne-miasto-live.webp"]{
  object-position:center 32%;
}
@media (max-width:1200px){
  .project-platform-grid--shops{grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);}
  .project-shop-card--highlight{grid-template-columns:minmax(0,1fr) 112px;column-gap:16px;}
  .project-shop-card--highlight strong{font-size:clamp(30px,2.35vw,40px);}
  .project-shop-book-visual--highlight img{width:84px;}
}
@media (max-width:900px){
  .project-platform-grid--shops{grid-template-columns:minmax(0,1fr);}
  .project-shop-card--highlight{grid-template-columns:minmax(0,1fr);grid-template-areas:"meta" "title" "copy" "visual";}
  .project-shop-card--highlight p{max-width:46ch;}
  .project-shop-book-visual--highlight{justify-self:start;margin-top:8px;}
  .project-shop-book-visual--highlight img{width:104px;}
}


/* v15 bookstore fine-tuning */
.project-platform-grid--shops{
  grid-template-columns:minmax(0,1.58fr) minmax(280px,.72fr);
}
.project-shop-card--highlight{
  grid-template-columns:minmax(0,1fr) 148px;
  column-gap:24px;
  row-gap:12px;
  align-items:start;
}
.project-shop-card--highlight p{
  max-width:42ch;
  font-size:17px;
  line-height:1.68;
}
.project-shop-book-visual--highlight{
  align-self:start;
  justify-self:center;
  padding-top:8px;
}
.project-shop-book-visual--highlight .project-shop-book-glow{
  width:104px;
  height:104px;
}
.project-shop-book-visual--highlight img{
  width:112px;
  transform:rotate(-8deg);
}
@media (max-width:1200px){
  .project-shop-card--highlight{grid-template-columns:minmax(0,1fr) 136px;column-gap:20px;}
  .project-shop-card--highlight p{max-width:38ch;}
  .project-shop-book-visual--highlight img{width:102px;}
}
@media (max-width:900px){
  .project-platform-grid--shops{grid-template-columns:minmax(0,1fr);}
  .project-platform-grid--shops > *{width:100%;min-width:0;}
  .project-shop-card--highlight{grid-template-columns:minmax(0,1fr);grid-template-areas:"meta" "title" "copy" "visual";}
  .project-shop-card--highlight p,.project-shop-card--empik p{max-width:none;}
  .project-shop-book-visual--highlight{justify-self:start;}
  .project-shop-book-visual--highlight img{width:108px;}
}

/* v16: keep the sales-card description to two lines on desktop */
.project-shop-card--highlight p{
  max-width:62ch;
}
@media (max-width:1200px){
  .project-shop-card--highlight p{max-width:54ch;}
}
@media (max-width:900px){
  .project-shop-card--highlight p{max-width:46ch;}
}


/* Editorial heroes: keep main screen at 100vh and reveal the torn divider after a small scroll */
.subpage .editorial-hero{
  --projects-divider-reveal-offset:5dvh;
  height:calc(100dvh + var(--projects-divider-reveal-offset));
  min-height:calc(700px + var(--projects-divider-reveal-offset));
  border-bottom:0;
}
.subpage .editorial-hero .editorial-hero-inner{
  padding-bottom:calc(108px + var(--projects-divider-reveal-offset));
}
.subpage .editorial-hero .editorial-hero-meta{
  bottom:calc(24px + var(--projects-divider-reveal-offset));
}
@media(max-width:1180px){
  .subpage .editorial-hero{
    min-height:calc(660px + var(--projects-divider-reveal-offset));
  }
  .subpage .editorial-hero .editorial-hero-inner{
    padding-bottom:calc(104px + var(--projects-divider-reveal-offset));
  }
  .subpage .editorial-hero .editorial-hero-meta{
    bottom:calc(20px + var(--projects-divider-reveal-offset));
  }
}
@media(max-width:900px){
  .subpage .editorial-hero{
    min-height:calc(640px + var(--projects-divider-reveal-offset));
  }
  .subpage .editorial-hero .editorial-hero-inner{
    padding-bottom:calc(96px + var(--projects-divider-reveal-offset));
  }
  .subpage .editorial-hero .editorial-hero-meta{
    bottom:calc(18px + var(--projects-divider-reveal-offset));
  }
}
@media(max-width:680px){
  .subpage .editorial-hero{
    --projects-divider-reveal-offset:0dvh;
    --hero-overlay-left:.82;
    --hero-overlay-mid:.72;
    --hero-overlay-fade:.50;
    --hero-overlay-edge:.30;
    height:70dvh;
    min-height:0;
  }
  .subpage .editorial-hero .editorial-hero-inner{
    padding-bottom:38px;
  }
  .subpage .editorial-hero .editorial-hero-meta{
    display:none;
  }
}



/* Collaboration page: audience dashboard, channels and partner brands. */
.collab-scale{padding:0;background:#121110;border-bottom:1px solid rgba(238,217,189,.14);}
.collab-scale-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:rgba(238,217,189,.14);}
.collab-scale-item{min-height:188px;padding:38px 50px;display:flex;flex-direction:column;justify-content:center;background:#121110;overflow:hidden;}
.collab-scale-item strong{display:block;color:var(--cream);font:400 clamp(58px,4.4vw,84px)/.9 var(--font-display);letter-spacing:.01em;white-space:nowrap;font-variant-numeric:tabular-nums;opacity:.18;transform:translateY(18px);transition:opacity .55s ease,transform .7s cubic-bezier(.2,.72,.2,1),color .25s ease,text-shadow .25s ease;}
.collab-scale.is-visible .collab-scale-item strong{opacity:1;transform:none;}
.collab-scale.is-visible .collab-scale-item:nth-child(2) strong{transition-delay:.08s;}
.collab-scale.is-visible .collab-scale-item:nth-child(3) strong{transition-delay:.16s;}
.collab-scale.is-visible .collab-scale-item:nth-child(4) strong{transition-delay:.24s;}
.collab-scale-item strong.is-counting{color:#fff4e7;text-shadow:0 0 22px rgba(241,63,39,.18);}
.collab-scale-item span{display:block;margin-top:16px;color:var(--muted);font-family:var(--font-meta);font-size:13px;font-weight:700;line-height:1.4;letter-spacing:.05em;}

.collab-audience-section{overflow:hidden;background:
  radial-gradient(circle at 10% 12%,rgba(241,63,39,.10),transparent 28%),
  linear-gradient(180deg,#141210 0%,#10100f 100%);}
.collab-dashboard{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1px;margin-top:52px;border:1px solid rgba(238,217,189,.16);background:rgba(238,217,189,.16);}
.collab-dashboard-card{position:relative;min-height:400px;padding:34px;background:#0d0d0c;overflow:hidden;opacity:.38;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease,background-color .22s ease;}
.collab-dashboard-card::before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background-image:url("../images/body-bg.png");background-repeat:repeat;background-size:500px 500px;opacity:.10;mix-blend-mode:soft-light;}
.collab-dashboard-card::after{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(241,63,39,.05),transparent 42%);opacity:.55;}
.collab-dashboard.is-visible .collab-dashboard-card{opacity:1;transform:none;}
.collab-dashboard.is-visible .collab-dashboard-card:nth-child(2){transition-delay:.08s;}
.collab-dashboard.is-visible .collab-dashboard-card:nth-child(3){transition-delay:.14s;}
.collab-dashboard.is-visible .collab-dashboard-card:nth-child(4){transition-delay:.2s;}
.collab-dashboard-card--gender,.collab-dashboard-card--platforms{grid-column:span 5;}
.collab-dashboard-card--age,.collab-dashboard-card--regions{grid-column:span 7;}
.collab-dashboard-card-head{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid rgba(238,217,189,.14);background:transparent;box-shadow:none;}
.collab-dashboard-card-head span{color:var(--red);font-family:var(--font-meta);font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;}
.collab-dashboard-card-head strong{color:var(--cream);font:400 34px/1 var(--font-display);letter-spacing:.02em;}
header.collab-dashboard-card-head::before{content:none;display:none;}
header.collab-dashboard-card-head{top:auto;left:auto;right:auto;width:auto;max-width:none;border:0;border-bottom:1px solid rgba(238,217,189,.14);border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;}
.collab-gender-layout,.collab-platform-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(190px,.9fr) minmax(0,1.1fr);align-items:center;gap:34px;min-height:300px;padding-top:28px;}
.collab-donut{position:relative;width:min(100%,238px);aspect-ratio:1;margin-inline:auto;border-radius:50%;box-shadow:0 20px 52px rgba(0,0,0,.34);opacity:0;clip-path:circle(75% at 50% 50%);transform:scale(.9) rotate(-10deg);transition:opacity .45s ease .04s,transform .8s cubic-bezier(.2,.7,.2,1) .04s,filter .25s ease;}
.collab-dashboard.is-visible .collab-donut{opacity:1;clip-path:circle(75% at 50% 50%);transform:scale(1) rotate(0);}

.collab-donut{cursor:pointer;will-change:transform,clip-path,opacity,filter;}
.collab-donut:hover{filter:drop-shadow(0 0 16px rgba(241,63,39,.18));}
.collab-donut.is-replaying{animation:collabDonutReplay .8s cubic-bezier(.2,.72,.2,1) both;}
@keyframes collabDonutReplay{
  0%{opacity:1;transform:scale(.96) rotate(-5deg);filter:brightness(.98) drop-shadow(0 0 0 rgba(241,63,39,0));}
  48%{opacity:1;transform:scale(1.035) rotate(2deg);filter:brightness(1.08) drop-shadow(0 0 22px rgba(241,63,39,.24));}
  100%{opacity:1;transform:scale(1) rotate(0);filter:brightness(1) drop-shadow(0 0 10px rgba(241,63,39,.12));}
}
.collab-chart-legend li{padding:0 8px;transition:color .22s ease,background-color .22s ease,transform .22s ease,text-shadow .22s ease,border-color .22s ease; border-radius:10px;}
.collab-chart-legend li span,.collab-chart-legend li strong{transition:color .22s ease,text-shadow .22s ease,transform .22s ease;}
.collab-dashboard-card.has-donut-hover .collab-chart-legend li{color:var(--cream);background:linear-gradient(90deg,rgba(241,63,39,.10),transparent 78%);box-shadow:inset 0 0 0 1px rgba(241,63,39,.10);animation:collabLegendPulse .72s ease both;}
.collab-dashboard-card.has-donut-hover .collab-chart-legend li:nth-child(2){animation-delay:.07s;}
.collab-dashboard-card.has-donut-hover .collab-chart-legend li:nth-child(3){animation-delay:.14s;}
.collab-dashboard-card.has-donut-hover .collab-chart-legend li:nth-child(4){animation-delay:.21s;}
.collab-dashboard-card.has-donut-hover .collab-chart-legend li span{color:var(--cream);text-shadow:0 0 14px rgba(238,217,189,.12);}
.collab-dashboard-card.has-donut-hover .collab-chart-legend li strong{color:#fff4e7;text-shadow:0 0 14px rgba(241,63,39,.18);} 
.collab-dashboard-card.has-donut-hover .collab-dashboard-card-head strong{color:#fff4e7;text-shadow:0 0 16px rgba(241,63,39,.18);} 
.collab-dashboard-card.has-donut-hover .collab-donut-center strong{color:#fff4e7;text-shadow:0 0 16px rgba(241,63,39,.18);} 
.collab-dashboard-card.has-donut-hover .collab-donut-center span{color:var(--red);text-shadow:0 0 12px rgba(241,63,39,.22);}
@keyframes collabLegendPulse{
  0%{transform:translateX(0);background-color:transparent;}
  45%{transform:translateX(7px);background-color:rgba(241,63,39,.08);}
  100%{transform:translateX(3px);background-color:rgba(241,63,39,.035);}
}
.collab-donut::before{content:none;}
.collab-donut::after{content:"";position:absolute;z-index:2;inset:25%;border-radius:50%;background:#0d0d0c;box-shadow:inset 0 0 0 1px rgba(238,217,189,.10);}
.collab-donut--gender{background:conic-gradient(var(--red) 0 60.5%,var(--cream) 60.5% 91.5%,#9b948b 91.5% 92.8%,#4c4742 92.8% 100%);}
.collab-donut--platform{background:conic-gradient(var(--red) 0 85.1%,var(--cream) 85.1% 98.6%,#7d766e 98.6% 100%);}
.collab-donut-center{position:absolute;z-index:3;inset:25%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.collab-donut-center strong{color:var(--cream);font:400 clamp(34px,2.4vw,46px)/.9 var(--font-display);}
.collab-donut-center span{margin-top:6px;color:var(--muted);font:700 11px/1.2 var(--font-meta);letter-spacing:.08em;text-transform:uppercase;}
.collab-chart-legend{list-style:none;margin:0;padding:0;}
.collab-chart-legend li{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:46px;border-bottom:1px solid rgba(238,217,189,.10);color:var(--muted);font-size:14px;}
.collab-chart-legend li:last-child{border-bottom:0;}
.collab-chart-legend strong{color:var(--cream);font-family:var(--font-meta);font-size:12px;}
.legend-dot{display:block;width:8px;height:8px;border-radius:50%;}
.legend-dot--red{background:var(--red);}.legend-dot--cream{background:var(--cream);}.legend-dot--grey{background:#9b948b;}.legend-dot--dark{background:#4c4742;}

.collab-age-chart{position:relative;z-index:1;height:298px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;align-items:end;padding-top:36px;}
.collab-age-chart::before{content:"";position:absolute;left:0;right:0;bottom:38px;height:1px;background:rgba(238,217,189,.18);box-shadow:0 -63px 0 rgba(238,217,189,.06),0 -126px 0 rgba(238,217,189,.06),0 -189px 0 rgba(238,217,189,.06);}
.collab-age-item{position:relative;z-index:1;height:100%;display:grid;grid-template-rows:26px 1fr 26px;align-items:end;text-align:center;}
.collab-age-item strong{align-self:start;color:var(--cream);font:700 11px/1 var(--font-meta);font-variant-numeric:tabular-nums;}
.collab-age-item small{align-self:end;color:#8e8881;font-family:var(--font-meta);font-size:10px;font-weight:700;white-space:nowrap;}
.collab-age-track{position:relative;width:min(54px,72%);height:100%;margin:auto;display:flex;align-items:flex-end;background:rgba(238,217,189,.035);}
.collab-age-track span{display:block;width:100%;height:var(--age-height,2%);min-height:2px;background:linear-gradient(180deg,#ff5a3d 0%,var(--red) 100%);transform:scaleY(0);transform-origin:center bottom;transition:transform .8s cubic-bezier(.2,.72,.2,1);}
.collab-dashboard.is-visible .collab-age-track span{transform:scaleY(1);}
.collab-age-item:nth-child(2) .collab-age-track span{transition-delay:.07s;animation-delay:.07s;}.collab-age-item:nth-child(3) .collab-age-track span{transition-delay:.14s;animation-delay:.14s;}.collab-age-item:nth-child(4) .collab-age-track span{transition-delay:.21s;animation-delay:.21s;}.collab-age-item:nth-child(5) .collab-age-track span{transition-delay:.28s;animation-delay:.28s;}.collab-age-item:nth-child(6) .collab-age-track span{transition-delay:.35s;animation-delay:.35s;}.collab-age-item:nth-child(7) .collab-age-track span{transition-delay:.42s;animation-delay:.42s;}.collab-age-item:nth-child(8) .collab-age-track span{transition-delay:.49s;animation-delay:.49s;}
.collab-age-chart.is-replaying .collab-age-track span{animation:collabAgeBarReplay .78s cubic-bezier(.2,.72,.2,1) both;}
.collab-age-item.is-peak .collab-age-track span{background:linear-gradient(180deg,var(--cream) 0%,var(--red) 100%);}
.collab-age-item.is-peak strong{color:var(--red);}
.collab-dashboard-card.has-age-hover .collab-age-item strong,.collab-dashboard-card.has-age-hover .collab-age-item small{animation:collabAgeLabelPulse .62s ease both;}
.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(2) strong,.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(2) small{animation-delay:.07s;}.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(3) strong,.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(3) small{animation-delay:.14s;}.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(4) strong,.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(4) small{animation-delay:.21s;}.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(5) strong,.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(5) small{animation-delay:.28s;}.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(6) strong,.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(6) small{animation-delay:.35s;}.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(7) strong,.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(7) small{animation-delay:.42s;}.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(8) strong,.collab-dashboard-card.has-age-hover .collab-age-item:nth-child(8) small{animation-delay:.49s;}
@keyframes collabAgeBarReplay{0%{transform:scaleY(0);}100%{transform:scaleY(1);}}
@keyframes collabAgeLabelPulse{0%{opacity:.38;transform:translateY(5px);}55%{opacity:1;color:var(--cream);transform:translateY(-2px);}100%{opacity:1;transform:translateY(0);}}

.collab-region-list{position:relative;z-index:1;padding-top:20px;}
.collab-region-row{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(140px,1.5fr) 62px;gap:20px;align-items:center;min-height:48px;border-bottom:1px solid rgba(238,217,189,.10);}
.collab-region-row:last-child{border-bottom:0;}
.collab-region-row > span{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:14px;}
.collab-region-row b{display:inline-flex;width:34px;height:24px;align-items:center;justify-content:center;border:1px solid rgba(238,217,189,.16);color:var(--cream);font:700 10px/1 var(--font-meta);letter-spacing:.06em;}
.collab-region-row > i{display:block;height:5px;background:rgba(238,217,189,.08);overflow:hidden;}
.collab-region-row > i em{display:block;width:var(--region-width,0%);height:100%;min-width:2px;background:var(--red);transform:scaleX(0);transform-origin:left center;transition:transform .8s cubic-bezier(.2,.72,.2,1);}
.collab-dashboard.is-visible .collab-region-row > i em{transform:scaleX(1);}
.collab-region-row:nth-child(2) > i em{transition-delay:.06s;}.collab-region-row:nth-child(3) > i em{transition-delay:.12s;}.collab-region-row:nth-child(4) > i em{transition-delay:.18s;}.collab-region-row:nth-child(5) > i em{transition-delay:.24s;}.collab-region-row:nth-child(6) > i em{transition-delay:.30s;}.collab-region-row:nth-child(7) > i em{transition-delay:.36s;}
.collab-region-row > strong{justify-self:end;color:var(--cream);font:700 11px/1 var(--font-meta);font-variant-numeric:tabular-nums;}

.collab-channels-section{background:#121110;}
.collab-channel-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-top:48px;border:1px solid rgba(238,217,189,.14);background:rgba(238,217,189,.14);}
.collab-channel-card{min-height:230px;padding:30px 26px;display:flex;flex-direction:column;align-items:flex-start;background:#0c0c0b;color:var(--cream);transition:background-color .22s ease,transform .22s ease;}
.collab-channel-card:hover,.collab-channel-card:focus-visible{background:rgba(241,63,39,.10);transform:translateY(-3px);}
.collab-channel-card svg{width:30px;height:30px;fill:var(--red);margin-bottom:34px;}
.collab-channel-card > span{font:700 12px/1 var(--font-meta);letter-spacing:.10em;text-transform:uppercase;color:var(--red);}
.collab-channel-card > strong{display:block;margin-top:12px;font:400 clamp(34px,2.5vw,48px)/.92 var(--font-display);white-space:nowrap;}
.collab-channel-card > small{display:block;margin-top:8px;color:var(--muted);font-size:13px;line-height:1.3;}

.collab-brands-section{--brands-pad-top:clamp(132px,16vh,176px);--brands-pad-bottom:clamp(46px,6vh,72px);position:relative;min-height:110vh;padding:var(--brands-pad-top) 0 var(--brands-pad-bottom);overflow:hidden;background:#090908;border-bottom-color:rgba(238,217,189,.14);display:flex;align-items:stretch;}
.collab-brands-section::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(6,6,6,.88) 0%,rgba(6,6,6,.70) 34%,rgba(6,6,6,.26) 64%,rgba(6,6,6,.34) 100%),linear-gradient(180deg,rgba(6,6,6,.18) 0%,rgba(6,6,6,.04) 48%,rgba(6,6,6,.76) 100%);pointer-events:none;}
.collab-brands-section > .wrap{position:relative;z-index:2;display:flex;align-items:stretch;width:min(calc(100% - 64px),var(--max));}
.collab-brands-section .grid-12{width:100%;display:flex;flex-direction:column;min-height:calc(110vh - var(--brands-pad-top) - var(--brands-pad-bottom));}
.collab-brands-section .section-label{flex:0 0 auto;}
.collab-brands-section .section-main{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;min-height:0;}
.collab-brands-copy{max-width:660px;margin-top:18px;}
.collab-brands-copy .section-title{color:var(--cream);text-shadow:0 2px 24px rgba(0,0,0,.32);}
.collab-brands-copy .section-intro{max-width:540px;color:rgba(238,217,189,.86);text-shadow:0 2px 18px rgba(0,0,0,.42);}
.collab-brands-photo{position:absolute;inset:-14vh 0;z-index:0;margin:0;overflow:hidden;background:#090908;pointer-events:none;}
.collab-brands-photo::after{content:none;}
.collab-brands-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 48%;transform:translate3d(0,var(--brands-parallax-y,0px),0) scale(1.06);transform-origin:center center;will-change:transform;}
@keyframes collabBrandsPhotoBreath{from{transform:scale(1.01)}to{transform:scale(1.055)}}
.collab-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-top:clamp(54px,10vh,110px);border:1px solid rgba(238,217,189,.22);background:rgba(238,217,189,.16);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}
.collab-brand-card{position:relative;min-height:clamp(126px,14vh,166px);padding:28px 24px 22px;display:flex;align-items:center;justify-content:center;background:rgba(7,7,6,.72);overflow:hidden;transition:background-color .22s ease,transform .22s ease,border-color .22s ease;}
.collab-brand-card::after{content:none;}
.collab-brand-card:hover{background:rgba(39,12,8,.80);transform:translateY(-3px);}
.collab-brand-index{position:absolute;top:18px;left:18px;color:var(--red);font:700 10px/1 var(--font-meta);letter-spacing:.08em;}
.brand-wordmark{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-height:52px;max-width:82%;color:var(--cream);font-size:clamp(22px,1.65vw,30px);font-weight:600;line-height:.96;text-align:center;letter-spacing:-.025em;text-wrap:balance;transition:color .22s ease,transform .22s ease;}
.collab-brand-card:hover .brand-wordmark{color:#fff;transform:scale(1.018);}
.brand-wordmark--disney{font-family:Georgia,serif;font-style:italic;font-weight:700;font-size:clamp(23px,1.65vw,31px);letter-spacing:-.055em;}
.brand-wordmark--hbo{font-family:var(--font-display);font-size:clamp(26px,1.85vw,34px);letter-spacing:.015em;text-transform:uppercase;}
.brand-wordmark--sky{font-family:var(--font-body);font-size:clamp(20px,1.5vw,28px);font-weight:700;letter-spacing:-.055em;}
.brand-wordmark--tvn{width:56px;height:56px;min-height:56px;border:2px solid var(--cream);border-radius:50%;display:grid;place-items:center;font-family:var(--font-display);font-size:25px;letter-spacing:.01em;text-transform:uppercase;}
.brand-wordmark--polsat{font-family:var(--font-display);font-size:clamp(25px,1.7vw,33px);letter-spacing:.005em;}
.brand-wordmark--hue{font-family:var(--font-body);font-size:clamp(21px,1.5vw,28px);font-weight:600;letter-spacing:-.04em;}
.brand-wordmark--orange{font-family:var(--font-body);font-size:clamp(21px,1.5vw,28px);font-weight:700;letter-spacing:-.055em;}
.brand-wordmark--kino{font-family:var(--font-display);font-size:clamp(23px,1.65vw,31px);text-transform:uppercase;letter-spacing:.018em;}
.brand-wordmark--oponeo{font-family:var(--font-body);font-size:clamp(22px,1.55vw,30px);font-weight:700;letter-spacing:-.055em;text-transform:lowercase;}
.brand-wordmark--mbank{font-family:var(--font-body);font-size:clamp(22px,1.55vw,30px);font-weight:700;letter-spacing:-.045em;}

@media(max-width:1180px){
  .collab-scale-item{padding-inline:34px;}
  .collab-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .collab-brands-section > .wrap{width:min(calc(100% - 38px),var(--max));}
  .collab-brand-grid{grid-template-columns:repeat(5,minmax(0,1fr));}
  .collab-brand-card{padding:20px;}
}
@media(max-width:1000px){
  .collab-brands-section{--brands-pad-top:86px;--brands-pad-bottom:54px;min-height:auto;padding:var(--brands-pad-top) 0 var(--brands-pad-bottom);}
  .collab-brands-section .grid-12{min-height:720px;}
  .collab-brands-photo img{object-position:center 48%;}
  .collab-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:64px;}
  .collab-scale-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .collab-dashboard-card--gender,.collab-dashboard-card--platforms,.collab-dashboard-card--age,.collab-dashboard-card--regions{grid-column:1/-1;}
  .collab-dashboard-card{min-height:auto;}
  .collab-gender-layout,.collab-platform-layout{min-height:280px;}
  .collab-age-chart{height:310px;}
}
@media(max-width:760px){
  .collab-scale-item{min-height:138px;padding:28px 22px;}
  .collab-scale-item strong{font-size:clamp(44px,12vw,64px);}
  .collab-dashboard{margin-top:34px;}
  .collab-dashboard-card{padding:24px 20px;}
  .collab-gender-layout,.collab-platform-layout{grid-template-columns:1fr;gap:18px;padding-top:26px;}
  .collab-donut{width:210px;}
  .collab-age-chart{height:270px;gap:5px;overflow-x:auto;overflow-y:hidden;grid-template-columns:repeat(8,minmax(48px,1fr));padding-bottom:6px;}
  .collab-age-item small{font-size:9px;}
  .collab-region-row{grid-template-columns:minmax(128px,1fr) minmax(70px,1fr) 50px;gap:10px;}
  .collab-region-row > span{font-size:12px;gap:8px;}
  .collab-region-row b{width:28px;}
  .collab-channel-grid,.collab-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .collab-brands-section > .wrap{width:min(calc(100% - 28px),var(--max));}
  .collab-brands-section .grid-12{min-height:760px;}
  .collab-brands-photo img{object-position:54% 48%;}
  .collab-channel-card{min-height:190px;padding:24px 20px;}
  .collab-channel-card svg{margin-bottom:24px;}
  .collab-brand-card{min-height:132px;padding:18px;}
}
@media(max-width:480px){
  .collab-scale-grid{grid-template-columns:1fr;}
  .collab-channel-grid,.collab-brand-grid{grid-template-columns:1fr;}
  .collab-channel-card{min-height:166px;}
  .collab-brand-card{min-height:104px;}
  .collab-brands-section .grid-12{min-height:980px;}
  .collab-brands-photo img{object-position:58% 48%;}
}
@media(prefers-reduced-motion:reduce){
  .collab-dashboard-card,.collab-donut,.collab-age-track span,.collab-region-row > i em,.collab-channel-card,.collab-brand-card,.collab-scale-item strong{transition:none;transform:none;opacity:1;}
  .collab-brands-photo{inset:0;}
  .collab-brands-photo img{transform:scale(1.03);}
  .collab-donut{opacity:1;clip-path:circle(75% at 50% 50%);}
}


/* Wspolpraca v71 — unified reference card language */
.collab-channel-grid--reference{
  margin-top:48px;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  background:transparent;
  border:1px solid rgba(238,217,189,.22);
}
.collab-channel-grid--reference .collab-channel-card{
  min-height:286px;
  padding:40px 32px 34px;
  border-right:1px solid rgba(238,217,189,.18);
  background:#0a0a09;
}
.collab-channel-grid--reference .collab-channel-card:last-child{border-right:0;}
.collab-channel-grid--reference .collab-channel-card svg{width:34px;height:34px;margin-bottom:44px;color:var(--red);fill:var(--red);}
.collab-channel-grid--reference .collab-channel-card > span{font-size:12px;letter-spacing:.13em;}
.collab-channel-grid--reference .collab-channel-card > strong{margin-top:16px;font-size:clamp(40px,3vw,58px);}
.collab-channel-grid--reference .collab-channel-card > small{margin-top:10px;font-size:14px;}
.collab-channel-grid--reference .collab-channel-card:hover,
.collab-channel-grid--reference .collab-channel-card:focus-visible{
  background:linear-gradient(180deg,rgba(241,63,39,.11),rgba(241,63,39,.035));
  transform:translateY(-4px);
}

.collab-format-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:50px;
  border:1px solid rgba(238,217,189,.18);
  background:transparent;
}
.collab-format-card{
  min-height:340px;
  padding:38px 36px 40px;
  display:flex;
  flex-direction:column;
  background:rgba(14,13,12,.88);
  border-right:1px solid rgba(238,217,189,.16);
  border-bottom:1px solid rgba(238,217,189,.16);
  transition:transform .24s ease,background-color .24s ease,box-shadow .24s ease;
}
.collab-format-card:nth-child(3n){border-right:0;}
.collab-format-card:nth-child(n/**/+4){border-bottom:0;}
.collab-format-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:30px;
  border-bottom:1px solid rgba(238,217,189,.17);
  color:var(--red);
}
.collab-format-meta span{
  font:700 13px/1 var(--font-meta);
  letter-spacing:.13em;
  text-transform:uppercase;
}
.collab-format-meta svg{
  width:34px;
  height:34px;
  color:var(--red);
  stroke:currentColor;
  transition:transform .24s ease;
}
.collab-format-card h3{
  margin:62px 0 24px;
  font-size:clamp(38px,2.8vw,52px);
  line-height:.95;
}
.collab-format-card p{
  max-width:40ch;
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
}
.collab-format-card:hover{
  background:linear-gradient(180deg,rgba(241,63,39,.08),rgba(20,17,16,.96));
  transform:translateY(-4px);
  box-shadow:0 16px 36px rgba(0,0,0,.22);
}
.collab-format-card:hover .collab-format-meta svg{transform:scale(1.08);}

.collab-process-heading-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
}
.collab-process-heading-row .section-title{min-width:0;}
.collab-process-cta{
  flex:0 0 auto;
  margin-bottom:2px;
}

.collab-process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:50px;
  border:1px solid rgba(238,217,189,.20);
  background:transparent;
}
.collab-process-card{
  min-height:340px;
  padding:38px 36px 40px;
  display:flex;
  flex-direction:column;
  background:rgba(14,13,12,.88);
  border-right:1px solid rgba(238,217,189,.16);
  transition:transform .24s ease,background-color .24s ease,box-shadow .24s ease;
}
.collab-process-card:last-child{border-right:0;}
.collab-process-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:30px;
  border-bottom:1px solid rgba(238,217,189,.17);
  color:var(--red);
}
.collab-process-meta span{
  font:700 13px/1 var(--font-meta);
  letter-spacing:.13em;
  text-transform:uppercase;
}
.collab-process-meta svg{
  width:34px;
  height:34px;
  color:var(--red);
  stroke:currentColor;
}
.collab-process-card h3{
  margin:62px 0 24px;
  font-size:clamp(38px,2.8vw,52px);
  line-height:.95;
}
.collab-process-card p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
}
.collab-process-card:hover{
  background:linear-gradient(180deg,rgba(241,63,39,.08),rgba(20,17,16,.96));
  transform:translateY(-4px);
  box-shadow:0 16px 36px rgba(0,0,0,.22);
}
.collab-process-card:hover .collab-process-meta svg{transform:scale(1.08);}
.collab-process-meta svg{transition:transform .24s ease;}

@media(max-width:1180px){
  .collab-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .collab-process-card{border-bottom:1px solid rgba(238,217,189,.16);}
  .collab-process-card:nth-child(2n){border-right:0;}
  .collab-process-card:nth-child(n/**/+3){border-bottom:0;}
  .collab-format-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .collab-format-card:nth-child(3n){border-right:1px solid rgba(238,217,189,.12);}
  .collab-format-card:nth-child(2n){border-right:0;}
  .collab-format-card:nth-child(n/**/+4){border-bottom:1px solid rgba(238,217,189,.12);}
  .collab-format-card:nth-child(n/**/+5){border-bottom:0;}
}
@media(max-width:900px){
  .collab-process-heading-row{align-items:flex-start;flex-direction:column;}
  .collab-process-cta{margin-bottom:0;}
  .collab-channel-grid--reference{grid-template-columns:repeat(2,minmax(0,1fr));}
  .collab-channel-grid--reference .collab-channel-card{border-bottom:1px solid rgba(238,217,189,.18);}
  .collab-channel-grid--reference .collab-channel-card:nth-child(2n){border-right:0;}
  .collab-channel-grid--reference .collab-channel-card:last-child{grid-column:1/-1;border-bottom:0;}
}
@media(max-width:680px){
  .collab-process-grid,.collab-format-grid,.collab-channel-grid--reference{grid-template-columns:1fr;}
  .collab-process-card,.collab-format-card,.collab-channel-grid--reference .collab-channel-card{
    min-height:250px;
    border-right:0;
    border-bottom:1px solid rgba(238,217,189,.15);
  }
  .collab-process-card:last-child,.collab-format-card:last-child,.collab-channel-grid--reference .collab-channel-card:last-child{border-bottom:0;}
  .collab-process-card:nth-child(n/**/+3),.collab-format-card:nth-child(n/**/+5){border-bottom:1px solid rgba(238,217,189,.15);}
  .collab-process-card:last-child,.collab-format-card:last-child{border-bottom:0;}
  .collab-process-card h3,.collab-format-card h3{margin-top:40px;}
}

/* Media: reuse the established production-card and project-audio systems. */
.media-channel-step{color:inherit;cursor:pointer;}
.media-channel-step .production-step-num{display:flex;align-items:center;gap:10px;white-space:nowrap;}
.media-channel-step .production-step-num b{font:inherit;font-weight:700;letter-spacing:.11em;text-transform:uppercase;}
.media-channel-step:focus-visible{outline:1px solid rgba(238,217,189,.58);outline-offset:7px;}
.media-channel-step:focus-visible::after{width:100%;}
.media-publications .projects-audio-copy{max-width:42ch;}
.media-publications-preview{margin-top:28px;}
.media-publications-preview .projects-audio-preview-card img{object-position:center;}
.media-publications-list .projects-audio-link:hover::before,
.media-publications-list .projects-audio-link:focus-visible::before{opacity:1;}
.media-publications-list .projects-audio-link:hover .projects-audio-arrow,
.media-publications-list .projects-audio-link:focus-visible .projects-audio-arrow{color:var(--red);transform:translate(3px,-3px);}
.media-publications-list p{font-family:var(--font-meta);font-size:13px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;}
@media(max-width:1000px){
  .media-publications .projects-audio-copy{max-width:none;}
}
@media(max-width:680px){
  .media-channel-step .production-step-num{white-space:normal;}
}


/* Awards gallery */
.awards-gallery-showcase .section-main,
.section-main--gallery-compact{display:block;}
.awards-gallery-showcase .section-label{margin-bottom:12px;}
.awards-gallery-showcase .section-title{margin-bottom:46px;}

.awards-gallery-slider-section{overflow:hidden;}
.awards-gallery-slider{position:relative;width:100%;}
.awards-gallery-slider__viewport{
  position:relative;
  z-index:1;
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  cursor:grab;
}
.awards-gallery-slider__viewport::-webkit-scrollbar{display:none;}
.awards-gallery-slider__viewport:active{cursor:grabbing;}
.awards-gallery-slider__track{
  display:flex;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:14px;
  width:max-content;
  padding:2px 0;
}
.awards-gallery-slider__track .gallery-slide{
  position:relative;
  flex:0 0 clamp(330px,29vw,470px);
  width:clamp(330px,29vw,470px);
  height:clamp(300px,25vw,390px);
  min-height:0;
  margin:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(214,194,165,.14);
  border-radius:0;
  background:#0f0f10;
  box-shadow:0 10px 34px rgba(0,0,0,.22);
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease;
}
.awards-gallery-slider__track .gallery-slide:hover{
  transform:translateY(-2px);
  border-color:rgba(241,63,39,.34);
  box-shadow:0 18px 40px rgba(0,0,0,.3);
}
.awards-gallery-slider__track .gallery-slide img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:none;
  border-radius:0;
}
.awards-gallery-slider__track .gallery-slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.04) 58%,rgba(0,0,0,.24));
  pointer-events:none;
}

.awards-gallery-slider__controls{
  position:absolute;
  left:14px;
  right:14px;
  top:50%;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:0;
  margin:0;
  transform:translateY(-50%);
  pointer-events:none;
}
.awards-gallery-slider__btn{
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 48px;
  width:48px;
  height:48px;
  padding:0;
  border:0;
  border-radius:14px;
  background:var(--red);
  color:var(--cream);
  box-shadow:0 10px 22px rgba(0,0,0,.22);
  cursor:pointer;
}
.awards-gallery-slider__btn:hover,
.awards-gallery-slider__btn:focus-visible,
.awards-gallery-slider__btn:active{
  background:var(--red);
  color:var(--cream);
  transform:none;
}
.awards-gallery-slider__btn svg{
  width:20px;
  height:20px;
  stroke-width:2.4;
}

.gallery-lightbox{
  position:fixed;
  inset:0;
  z-index:1200;
  display:grid;
  place-items:center;
  padding:24px;
}
.gallery-lightbox[hidden]{display:none;}
.gallery-lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.82);
  backdrop-filter:blur(10px);
}
.gallery-lightbox__dialog{
  position:relative;
  z-index:1;
  display:block;
  width:auto;
  max-width:min(90vw,1500px);
}
.gallery-lightbox__figure{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.gallery-lightbox__image{
  display:block;
  width:auto;
  height:auto;
  max-width:min(86vw,1450px);
  max-height:84vh;
  margin:auto;
  object-fit:contain;
  object-position:center;
  border-radius:0;
}
.gallery-lightbox__nav{
  position:absolute;
  top:50%;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  padding:0;
  border:0;
  border-radius:14px;
  background:var(--red);
  color:var(--cream);
  box-shadow:0 10px 22px rgba(0,0,0,.22);
  cursor:pointer;
  transform:translateY(-50%);
}
.gallery-lightbox__nav:hover,
.gallery-lightbox__nav:focus-visible,
.gallery-lightbox__nav:active{
  top:50%;
  background:var(--red);
  color:var(--cream);
  transform:translateY(-50%);
}
.gallery-lightbox__nav svg{
  width:20px;
  height:20px;
  stroke-width:2.4;
}
.gallery-lightbox__nav--prev{left:-62px;}
.gallery-lightbox__nav--next{right:-62px;}
.gallery-lightbox__close{
  position:absolute;
  top:-8px;
  right:-62px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  min-width:0;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--red);
  box-shadow:none;
  cursor:pointer;
}
.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus-visible,
.gallery-lightbox__close:active{
  background:transparent;
  color:var(--red);
  transform:none;
}
.gallery-lightbox__close svg{
  width:28px;
  height:28px;
  stroke-width:2.6;
}
html.gallery-lightbox-open,
body.gallery-lightbox-open{overflow:hidden;}

@media(max-width:1180px){
  .awards-gallery-showcase .section-label{margin-bottom:10px;}
  .awards-gallery-showcase .section-title{margin-bottom:36px;}
  .awards-gallery-slider__track .gallery-slide{
    flex-basis:clamp(300px,43vw,410px);
    width:clamp(300px,43vw,410px);
    height:clamp(280px,35vw,360px);
  }
  .gallery-lightbox__dialog{max-width:94vw;}
  .gallery-lightbox__nav--prev{left:12px;}
  .gallery-lightbox__nav--next{right:12px;}
  .gallery-lightbox__close{top:12px;right:12px;}
}

@media(max-width:767px){
  .awards-gallery-showcase .section-label{margin-bottom:8px;}
  .awards-gallery-showcase .section-title{margin-bottom:28px;}
  .awards-gallery-slider__track{gap:10px;}
  .awards-gallery-slider__track .gallery-slide{
    flex-basis:min(84vw,350px);
    width:min(84vw,350px);
    height:min(62vw,270px);
  }
  .awards-gallery-slider__controls{left:8px;right:8px;}
  .awards-gallery-slider__btn,
  .gallery-lightbox__nav{
    flex-basis:44px;
    width:44px;
    height:44px;
    border-radius:13px;
  }
  .gallery-lightbox{padding:14px;}
  .gallery-lightbox__image{max-width:92vw;max-height:78vh;}
  .gallery-lightbox__close svg{width:26px;height:26px;}
}

@media(prefers-reduced-motion:reduce){
  .awards-gallery-slider__track .gallery-slide{transition:none;}
}
