:root{
  --radius: 0px;
  --shadow: 0 28px 80px rgba(0,0,0,.12);
  --container: 1360px;
}

body{
  overflow-x: hidden;
}

.container{
  width: min(var(--container), calc(100% - clamp(36px, 7vw, 112px)));
}

.siteHeader{
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.headerMeta{
  display: block;
  background: #090b0b;
  color: #f3f5f4;
  --line: rgba(255,255,255,.14);
  --muted: rgba(255,255,255,.66);
}

.headerMetaInner{
  min-height: 32px;
  padding: 3px 0;
}

.headerUtility{
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.headerUtility > a:not(.socialIcon){
  color: var(--muted);
  transition: color .2s ease;
}

.headerUtility > a:not(.socialIcon):hover{
  color: #5de0bd;
}

.headerUtilityDivider{
  width: 1px;
  height: 16px;
  background: var(--line);
}

.headerUtility .socialIcon{
  width: 22px;
  height: 22px;
  border: 0;
}

.headerMainInner{
  min-height: 86px;
}

.brand img{
  width: 106px;
}

.headerNav{
  gap: clamp(16px, 2.2vw, 34px);
}

.menuLink{
  font-size: 11px;
  letter-spacing: .19em;
}

.section{
  padding: clamp(68px, 8vw, 124px) 0 0;
}

.sectionHead{
  display: grid;
  grid-template-columns: minmax(200px, .7fr) minmax(280px, 1.3fr);
  gap: 48px;
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 60px);
}

.sectionTitle{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 11px;
  letter-spacing: .22em;
  color: var(--accent);
}

.sectionLead{
  max-width: 680px;
  font-family: var(--serif);
  font-size: clamp(28px, 3.3vw, 52px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.institutionStrip{
  border-bottom: 1px solid var(--line);
}

.institutionStripInner{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.institutionFact{
  min-height: 130px;
  padding: 28px clamp(18px, 2.4vw, 38px);
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.institutionFact:last-child{
  border-right: 1px solid var(--line);
}

.institutionFact strong{
  font-family: var(--serif);
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1;
  letter-spacing: -.04em;
}

.institutionFact span{
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mandateGrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mandateItem{
  min-height: 360px;
  padding: clamp(26px, 3vw, 44px);
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.mandateItem:last-child{
  border-right: 1px solid var(--line);
}

.mandateIndex{
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.mandateItem h3{
  margin-top: 54px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -.045em;
}

.mandateItem p{
  margin-top: 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.mandateItem a{
  width: fit-content;
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease;
}

.mandateItem a:hover{
  color: var(--accent);
  border-color: var(--accent);
}

/* Cinematic hero */
.hero{
  padding: 0;
}

.heroWrap{
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
}

.heroSlider{
  height: min(820px, calc(100svh - 118px));
  min-height: 620px;
  border: 0;
  box-shadow: none;
  scrollbar-width: none;
  background: #090b0b;
  overscroll-behavior-x: contain;
}

.heroSlider::-webkit-scrollbar{
  display: none;
}

.slide{
  aspect-ratio: auto;
  scroll-snap-stop: always;
  background:
    linear-gradient(90deg, rgba(4,8,7,.78) 0%, rgba(4,8,7,.34) 45%, rgba(4,8,7,.05) 76%),
    linear-gradient(0deg, rgba(4,8,7,.66) 0%, transparent 45%),
    var(--img) center 28% / cover no-repeat;
}

.slide::after{
  background: radial-gradient(900px 500px at 78% 20%, rgba(0,179,136,.11), transparent 70%);
}

.heroSide{
  position: absolute;
  z-index: 4;
  inset: 0;
  width: min(var(--container), calc(100% - clamp(36px, 7vw, 112px)));
  margin-inline: auto;
  padding: clamp(80px, 12vh, 150px) 0 clamp(42px, 7vh, 80px);
  border: 0;
  box-shadow: none;
  background: transparent;
  color: #fff;
  pointer-events: none;
}

.heroTitleWrap{
  max-width: min(860px, 78vw);
  margin-top: auto;
}

.heroKicker{
  margin-bottom: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #5de0bd;
}

.heroH{
  max-width: 12ch;
  font-size: clamp(58px, 9vw, 142px);
  line-height: .87;
  letter-spacing: -.065em;
  text-wrap: balance;
  text-shadow: 0 12px 50px rgba(0,0,0,.2);
}

.heroCta{
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 36px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  pointer-events: auto;
  transition: color .2s ease, border-color .2s ease, gap .2s ease;
}

.heroCta:hover{
  color: #5de0bd;
  border-color: #5de0bd;
  gap: 18px;
}

.heroControls{
  position: absolute;
  right: 0;
  bottom: clamp(42px, 7vh, 80px);
  pointer-events: auto;
}

.heroControls .btn{
  width: 52px;
  height: 52px;
  border-color: rgba(255,255,255,.38);
  color: #fff;
  border-radius: 50%;
}

.heroControls .btn:hover{
  color: #07110e;
  background: #5de0bd;
  border-color: #5de0bd;
}

/* Editorial about */
.aboutVideo{
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: center;
}

.blockBody{
  border: 0;
  box-shadow: none;
  padding: 0;
}

.blockBody p{
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.85;
}

.videoSlot{
  aspect-ratio: 4 / 5;
  max-height: 790px;
  border: 0;
  box-shadow: none;
}

/* Poster-like productions */
.sectionHead--tour{
  grid-template-columns: 1fr auto;
}

.sectionArrow{
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease;
}

.sectionArrow:hover{
  color: var(--accent);
  border-color: var(--accent);
}

.tourPanel{
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.smallLabel{
  margin-bottom: 24px;
}

.tourCards{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
}

.tourCard{
  border: 0;
  background: transparent;
  overflow: visible;
}

.tourCard:hover,
.tourCard:focus-visible{
  border: 0;
  box-shadow: none;
  transform: none;
}

.tourCardImage{
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent 55%, rgba(0,0,0,.48)),
    var(--img) center / cover no-repeat;
  transition: transform .5s var(--ease-out), filter .5s var(--ease-out);
}

.tourCard:hover .tourCardImage{
  transform: translateY(-10px);
  filter: saturate(1.08) contrast(1.04);
}

.tourCardImage::after{
  height: 3px;
}

.tourCardBody{
  padding: 16px 0 0;
}

.tourCardBody h3{
  font-size: clamp(25px, 2.2vw, 38px);
  letter-spacing: -.035em;
}

.tourCardBody p{
  font-size: 11px;
  letter-spacing: .16em;
}

/* Closing CTA */
.newsletterSection{
  margin-top: clamp(90px, 12vw, 180px);
  padding: clamp(70px, 9vw, 130px) 0;
  max-width: none;
  width: 100%;
  background: var(--accent);
  color: #06110e;
}

.newsletterSection > .sectionTitle{
  display: none;
}

.newsletterPanel{
  width: min(var(--container), calc(100% - clamp(36px, 7vw, 112px)));
  margin-inline: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  align-items: end;
  gap: 60px;
}

.newsletterText{
  max-width: 820px;
}

.newsletterText::before{
  content: "RESTIAMO IN CONTATTO";
  display: block;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
}

.newsletterText p{
  color: inherit;
  font-family: var(--serif);
  font-size: clamp(34px, 4.6vw, 72px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.nlForm .btn{
  border-color: #07110e;
  background: #07110e;
  color: #fff;
  padding: 16px 22px;
}

.nlConsent{
  color: rgba(6,17,14,.7);
}

.footer{
  margin-top: 0;
  padding: clamp(58px, 7vw, 96px) 0 24px;
  border-top: 0;
  background: #090b0b;
  color: #f3f5f4;
  --ink: #f3f5f4;
  --muted: rgba(243,245,244,.62);
  --line: rgba(243,245,244,.14);
  --surface: rgba(255,255,255,.05);
  --surface-2: rgba(255,255,255,.08);
}

.footerTop{
  padding-bottom: clamp(34px, 4vw, 58px);
}

.footerBrand{
  max-width: 12ch;
  font-size: clamp(38px, 4vw, 62px);
  letter-spacing: -.045em;
}

.footerGrid{
  padding-top: 34px;
}

.footerBottom{
  margin-top: 34px;
}

/* Shared editorial pages */
.pageHero,
.contactsHero,
.transparencyHero,
.attoriHero,
.legalHero{
  padding: clamp(74px, 10vw, 150px) 0 clamp(42px, 6vw, 82px);
}

.pageHeroInner,
.contactsHeroInner,
.transparencyHeroInner{
  padding-bottom: 0;
  border-bottom: 0;
}

.pageHeroKicker,
.contactsHeroKicker,
.transparencyHeroKicker,
.legalKicker{
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .22em;
}

.pageHeroTitle,
.contactsHeroTitle,
.transparencyHeroTitle,
.attoriTitle,
.legalTitle{
  max-width: 13ch;
  font-size: clamp(56px, 8vw, 126px);
  line-height: .9;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.pageHeroText,
.contactsHeroText,
.transparencyHeroText,
.attoriIntro,
.legalIntro{
  max-width: 62ch;
  margin-top: clamp(24px, 3vw, 40px);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.75;
}

/* Productions */
.featuredGrid{
  gap: clamp(34px, 5vw, 78px) clamp(20px, 3vw, 44px);
}

.featuredCard{
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}

.featuredCard:hover{
  transform: none;
  border: 0;
  box-shadow: none;
}

.featuredImage{
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,.38)),
    var(--img) center / cover no-repeat;
  transition: transform .55s var(--ease-out), filter .55s var(--ease-out);
}

.featuredCard:hover .featuredImage{
  transform: translateY(-8px);
  filter: saturate(1.06) contrast(1.03);
}

.featuredBody{
  min-height: 0;
  padding: 20px 0 0;
}

.featuredBody h2{
  font-size: clamp(34px, 4vw, 64px);
  letter-spacing: -.05em;
}

.featuredLink{
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
  width: fit-content;
}

.archiveSection{
  margin-top: clamp(64px, 8vw, 120px);
}

.archiveWrap{
  gap: 0;
  border-top: 1px solid var(--line);
}

.archiveYearBlock{
  grid-template-columns: minmax(110px, .25fr) minmax(0, 1.75fr);
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  background: transparent;
}

.archiveYear{
  padding: 28px 20px 28px 0;
  border: 0;
  font-size: clamp(26px, 3vw, 42px);
  color: var(--accent);
}

.archiveItem{
  min-height: 112px;
  padding: 28px 24px;
  border-bottom: 0;
}

.archiveItem span{
  font-size: clamp(21px, 2vw, 30px);
}

/* Individual productions */
.showHero{
  padding: clamp(34px, 5vw, 70px) 0 24px;
}

.showHeroInner{
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(30px, 6vw, 96px);
  align-items: center;
}

.showHeroMedia{
  min-height: min(760px, 72vh);
  border: 0;
  box-shadow: none;
}

.showHeroContent{
  padding: 20px 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.showKicker{
  color: var(--accent);
  letter-spacing: .2em;
}

.showTitle{
  font-size: clamp(58px, 7vw, 112px);
  line-height: .88;
  letter-spacing: -.065em;
}

.showAuthor{
  margin-top: 24px;
  font-size: clamp(22px, 2vw, 32px);
}

.showYears{
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.backNav{
  margin: 22px 0 0;
}

.showSection{
  margin-top: clamp(48px, 7vw, 100px);
}

.showGrid{
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(40px, 7vw, 110px);
}

.showTextBlock,
.showCard{
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.showText p{
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.9;
}

.showCard{
  padding-top: 2px;
}

.creditRow{
  grid-template-columns: 100px 1fr;
  padding: 16px 0;
}

/* Actors */
.attoriGrid{
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid var(--line);
}

.attoreCard{
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  background: transparent;
  overflow: visible;
  padding: clamp(28px, 4vw, 56px) 0;
}

.attoreFoto{
  min-height: 0;
  height: auto;
  aspect-ratio: 3 / 2;
  background-position: center;
  transition: transform .5s var(--ease-out), filter .5s var(--ease-out);
}

.attoreCard:hover .attoreFoto{
  transform: translateY(-8px);
  filter: saturate(1.06) contrast(1.03);
}

.attoreBody{
  padding: 24px 0 24px clamp(30px, 5vw, 78px);
}

.attoreBody h2{
  font-size: clamp(32px, 3.4vw, 52px);
  letter-spacing: -.045em;
}

.attoreWorks div{
  padding: 8px 0;
  border-left: 0;
  border-top: 1px solid var(--line);
}

/* Contacts */
.contactsGrid{
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(40px, 8vw, 130px);
}

.contactsMain,
.contactsSide{
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.contactsCards{
  gap: 0;
}

.contactCard{
  padding: 26px 0;
}

.contactLink{
  font-size: clamp(27px, 3vw, 48px);
  letter-spacing: -.035em;
}

.contactsInfoRow{
  padding: 18px 0;
}

.mapSection{
  margin-top: clamp(68px, 8vw, 120px);
}

.mapPanel{
  border: 0;
  box-shadow: none;
  filter: saturate(.75) contrast(1.05);
}

/* Transparency */
.orgGrid{
  gap: 0;
  border-top: 1px solid var(--line);
}

.orgCard{
  padding: 34px clamp(22px, 3vw, 44px);
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  background: transparent;
}

.orgCard:nth-child(odd){
  border-right: 1px solid var(--line);
}

.orgCard h2{
  font-size: clamp(31px, 3vw, 48px);
  letter-spacing: -.045em;
}

.dataPanel{
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  background: transparent;
}

.dataRow{
  padding: 24px 0;
}

.dataMain{
  font-size: clamp(24px, 2.5vw, 36px);
}

/* Legal and funded project */
.legalContent{
  width: min(820px, calc(100% - 40px));
  padding-top: 0;
}

.legalContent h2{
  margin-top: 52px;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -.035em;
}

.legalContent p,
.legalContent li{
  font-size: 17px;
  line-height: 1.85;
}

.projectHero{
  padding: clamp(70px, 9vw, 140px) 0;
}

.projectTitle{
  max-width: 14ch;
  font-size: clamp(54px, 8vw, 122px);
  line-height: .9;
  letter-spacing: -.06em;
}

.projectImageWrap{
  border: 0;
}

/* Quiet entrance motion */
@media (prefers-reduced-motion: no-preference){
  .motionReady [data-reveal]{
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
  }

  .motionReady [data-reveal].isVisible{
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px){
  .sectionHead,
  .sectionHead--tour{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .aboutVideo{
    grid-template-columns: 1fr;
  }

  .videoSlot{
    aspect-ratio: 16 / 10;
    max-height: none;
    order: -1;
  }

  .newsletterPanel{
    grid-template-columns: 1fr;
    align-items: start;
  }

  .institutionStripInner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .institutionFact:nth-child(3),
  .institutionFact:nth-child(4){
    border-top: 1px solid var(--line);
  }

  .mandateGrid{
    grid-template-columns: 1fr;
  }

  .mandateItem{
    min-height: 300px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .mandateItem:last-child{
    border-bottom: 0;
  }

  .showHeroInner,
  .showGrid,
  .contactsGrid{
    grid-template-columns: 1fr;
  }

  .attoriGrid{
    grid-template-columns: 1fr;
  }

  .attoreCard{
    grid-template-columns: 1fr;
  }

  .attoreBody{
    padding: 24px 0 0;
  }

  .showHeroMedia{
    min-height: 58vw;
  }
}

@media (max-width: 700px){
  .container{
    width: calc(100% - 32px);
  }

  .headerMainInner{
    min-height: 74px;
  }

  .headerMetaText,
  .headerUtility > a:not(.socialIcon),
  .headerUtilityDivider{
    display: none;
  }

  .headerMetaInner{
    min-height: 28px;
    justify-content: flex-end;
  }

  .heroSlider{
    height: calc(100svh - 102px);
    min-height: 570px;
  }

  .slide{
    background:
      linear-gradient(0deg, rgba(4,8,7,.82) 0%, rgba(4,8,7,.18) 70%),
      var(--img) 62% center / cover no-repeat;
  }

  .heroSide{
    width: calc(100% - 32px);
    padding-bottom: 28px;
  }

  .heroH{
    max-width: 10ch;
    font-size: clamp(46px, 12.5vw, 56px);
  }

  .heroTitleWrap{
    max-width: 100%;
    padding-bottom: 66px;
  }

  .heroCta{
    margin-top: 26px;
  }

  .heroControls{
    right: 0;
    bottom: 28px;
  }

  .heroControls .btn{
    width: 46px;
    height: 46px;
  }

  .tourCards{
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .newsletterPanel{
    width: calc(100% - 32px);
    gap: 36px;
  }

  .institutionStripInner{
    width: 100%;
  }

  .institutionFact{
    min-height: 112px;
    padding: 22px 16px;
  }

  .institutionFact:nth-child(odd){
    border-left: 0;
  }

  .institutionFact:nth-child(even){
    border-right: 0;
  }

  .pageHeroTitle,
  .contactsHeroTitle,
  .transparencyHeroTitle,
  .attoriTitle,
  .legalTitle,
  .projectTitle{
    font-size: clamp(48px, 15vw, 72px);
  }

  .showTitle{
    font-size: clamp(50px, 15vw, 76px);
  }

  .showHeroMedia{
    min-height: 92vw;
  }

  .featuredGrid{
    grid-template-columns: 1fr;
  }

  .archiveYearBlock{
    grid-template-columns: 1fr;
  }

  .archiveYear{
    padding-bottom: 10px;
  }

  .orgGrid{
    grid-template-columns: 1fr;
  }

  .orgCard:nth-child(odd){
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce){
  .tourCard:hover .tourCardImage{
    transform: none;
  }
}
