:root {
  --cinema-ink: #090908;
  --cinema-surface: #121210;
  --cinema-surface-soft: #1a1916;
  --cinema-paper: #f1ede3;
  --cinema-paper-soft: #d8d1c2;
  --cinema-muted: #9c978c;
  --cinema-gold: #c7a56a;
  --cinema-gold-bright: #e0bf82;
  --cinema-line: rgba(241, 237, 227, 0.16);
  --cinema-display: "Playfair Display", Georgia, serif;
  --cinema-sans: "Space Grotesk", sans-serif;
  --eston-base: #c7a56a;
  --eston-black: #090908;
  --eston-font: "Space Grotesk", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  color: #26241f;
  font-family: var(--cinema-sans);
  background: var(--cinema-paper);
  overflow-x: clip;
}

body.locked {
  overflow: hidden;
}

::selection {
  color: var(--cinema-ink);
  background: var(--cinema-gold);
}

a,
button,
input,
textarea,
select {
  font-family: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--cinema-gold-bright);
  outline-offset: 4px;
}

.container {
  width: calc(100% - 48px);
  max-width: 1320px;
}

.page-wrapper {
  overflow: clip;
}

.preloader {
  background: var(--cinema-ink);
}

.preloader__image {
  max-width: 72vw;
  background-size: contain !important;
}

/* Shared navigation */
.main-header {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(180deg, rgba(5, 5, 4, 0.72), transparent);
  animation: cinemaHeaderIn 800ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.main-menu__wrapper {
  padding: 0 clamp(24px, 4vw, 76px);
}

.main-menu__wrapper-inner {
  min-height: 92px;
}

.main-menu__logo {
  padding: 12px 0;
}

.main-menu__logo img {
  width: 98px;
  max-height: 68px;
  object-fit: contain;
}

.main-menu .main-menu__list > li {
  padding-top: 0;
  padding-bottom: 0;
}

.main-menu__list > li + li {
  margin-left: clamp(24px, 2.5vw, 48px);
}

.main-menu__list > li > a {
  padding: 37px 0 35px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-menu__list > li.current > a,
.main-menu__list > li:hover > a {
  color: var(--cinema-gold-bright);
}

.main-menu__list > li.dropdown > a::after {
  color: currentColor;
  font-size: 9px;
}

.main-menu__list > li > ul {
  width: 230px;
  padding: 14px 0;
  border-top: 2px solid var(--cinema-gold);
  border-radius: 0;
  background: #11110f;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.main-menu__list > li > ul > li > a {
  padding: 10px 24px;
  color: #d4cfc3;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.main-menu__list > li > ul > li:hover > a {
  color: var(--cinema-ink);
  background: var(--cinema-gold);
}

.main-menu__btn {
  min-width: 168px;
  padding: 16px 22px 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.main-menu__btn::before,
.main-menu__btn::after {
  border-radius: 0;
  background: var(--cinema-gold);
}

.main-menu__btn:hover {
  border-color: var(--cinema-gold);
  color: var(--cinema-ink);
}

.main-menu__btn span {
  margin-right: 9px;
}

.main-menu__right {
  padding: 12px 0;
}

.stricky-header {
  border-bottom: 1px solid var(--cinema-line);
  background: rgba(9, 9, 8, 0.94);
  backdrop-filter: blur(16px);
}

.stricky-header .main-menu__wrapper-inner {
  min-height: 82px;
}

.stricky-header .main-menu__list > li > a {
  padding-top: 30px;
  padding-bottom: 28px;
}

.stricky-header .main-menu__logo img {
  width: 94px;
  max-height: 64px;
}

.stricky-header .main-menu__logo {
  padding: 8px 0;
}

.mobile-nav__toggler {
  color: var(--cinema-paper);
}

.cinema-mobile-menu {
  position: fixed;
  z-index: 1200;
  top: 24px;
  right: 16px;
  display: flex !important;
  width: auto;
  height: 44px;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--cinema-paper);
  background: rgba(9, 9, 8, 0.72);
  backdrop-filter: blur(10px);
}

@media (min-width: 1200px) {
  .main-menu .cinema-mobile-menu { display: none !important; }
}

.mobile-nav__wrapper .mobile-nav__content {
  width: min(88vw, 420px);
  padding: 34px 28px;
  background: #0d0d0b;
}

.mobile-nav__close {
  border: 0;
  color: #fff;
  background: transparent;
}

.mobile-nav__container .main-menu__list li a {
  color: #ded8cc;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.mobile-nav__container .main-menu__list li.current > a,
.mobile-nav__contact li i,
.mobile-nav__social a {
  color: var(--cinema-gold);
}

/* Reusable cinematic primitives */
.cinema-home {
  color: var(--cinema-paper);
  background: var(--cinema-ink);
}

.cinema-progress {
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.cinema-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #8c6937, var(--cinema-gold-bright));
  box-shadow: 0 0 14px rgba(224, 191, 130, 0.65);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
  will-change: transform;
}

.cinema-eyebrow {
  margin: 0;
  color: var(--cinema-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.23em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cinema-index {
  color: #89857c;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.cinema-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 28px;
  border: 1px solid transparent;
  color: var(--cinema-paper);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: color 250ms ease, background 250ms ease, border-color 250ms ease;
}

.cinema-button--gold {
  color: var(--cinema-ink);
  background: var(--cinema-gold);
}

.cinema-button--gold:hover {
  color: var(--cinema-ink);
  background: var(--cinema-gold-bright);
}

.cinema-button--ghost {
  border-color: rgba(255, 255, 255, 0.4);
}

.cinema-button--ghost:hover {
  border-color: var(--cinema-paper);
  color: var(--cinema-ink);
  background: var(--cinema-paper);
}

.cinema-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cinema-text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cinema-text-link i {
  transition: transform 200ms ease;
}

.cinema-text-link:hover {
  color: var(--cinema-gold);
}

.cinema-text-link:hover i {
  transform: translateX(5px);
}

/* Hero */
.cinema-hero {
  position: relative;
  display: grid;
  min-height: max(760px, 100svh);
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #070706;
}

.cinema-hero__image,
.cinema-hero__shade,
.cinema-hero__light,
.cinema-hero__grain,
.cinema-frame {
  position: absolute;
  inset: 0;
}

.cinema-hero__image {
  z-index: -4;
  background: url("../images/backgrounds/showmans-cinematic-hero.png") center center / cover no-repeat;
  transform: scale(1.025);
  translate: 0 var(--hero-shift, 0);
  will-change: transform, translate;
  animation: cinemaHeroIn 1600ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.cinema-hero__shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.96) 0%, rgba(5, 5, 4, 0.72) 39%, rgba(5, 5, 4, 0.15) 72%, rgba(5, 5, 4, 0.3) 100%),
    linear-gradient(0deg, rgba(5, 5, 4, 0.78) 0%, transparent 52%, rgba(5, 5, 4, 0.4) 100%);
}

.cinema-hero__light {
  z-index: -2;
  opacity: 0.62;
  background: radial-gradient(circle 430px at var(--pointer-x, 68%) var(--pointer-y, 46%), rgba(224, 191, 130, 0.17), transparent 68%);
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 400ms ease;
  animation: cinemaLightBreathe 6s ease-in-out infinite alternate;
}

.cinema-hero__grain {
  z-index: -1;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  pointer-events: none;
  animation: cinemaGrain 900ms steps(8) infinite;
}

.cinema-frame {
  z-index: 0;
  inset: 112px clamp(24px, 4vw, 76px) 42px;
  pointer-events: none;
}

.cinema-frame span {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: rgba(255, 255, 255, 0.42);
}

.cinema-frame span:nth-child(1) { top: 0; left: 0; border-top: 1px solid; border-left: 1px solid; }
.cinema-frame span:nth-child(2) { top: 0; right: 0; border-top: 1px solid; border-right: 1px solid; }
.cinema-frame span:nth-child(3) { right: 0; bottom: 0; border-right: 1px solid; border-bottom: 1px solid; }
.cinema-frame span:nth-child(4) { bottom: 0; left: 0; border-bottom: 1px solid; border-left: 1px solid; }

.cinema-hero__inner {
  position: relative;
  display: grid;
  min-height: max(760px, 100svh);
  align-items: end;
  padding-top: 150px;
  padding-bottom: 70px;
}

.cinema-hero__copy {
  width: min(820px, 75%);
  padding-bottom: 70px;
}

.cinema-hero__copy > * {
  animation: cinemaCopyIn 900ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.cinema-hero__copy > *:nth-child(1) { animation-delay: 180ms; }
.cinema-hero__copy > *:nth-child(2) { animation-delay: 260ms; }
.cinema-hero__copy > *:nth-child(3) { animation-delay: 360ms; }
.cinema-hero__copy > *:nth-child(4) { animation-delay: 460ms; }

.cinema-hero__eyebrow {
  margin-bottom: 24px;
}

.cinema-hero h1 {
  margin: 0 0 28px;
  color: var(--cinema-paper);
  font-family: var(--cinema-sans);
  font-size: clamp(64px, 7.3vw, 118px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.cinema-hero h1 em {
  color: var(--cinema-gold-bright);
  font-family: var(--cinema-display);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.cinema-hero__intro {
  max-width: 620px;
  margin: 0 0 36px;
  color: rgba(241, 237, 227, 0.74);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.cinema-hero__meta {
  position: absolute;
  right: 0;
  bottom: 70px;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-align: right;
  text-transform: uppercase;
}

.cinema-hero__scroll {
  position: absolute;
  bottom: 70px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.cinema-hero__scroll:hover {
  color: var(--cinema-gold-bright);
}

.cinema-hero__scroll i {
  animation: cinemaArrowDrop 1.7s ease-in-out infinite;
}

@keyframes cinemaHeroIn {
  from { opacity: 0; transform: scale(1.09); }
  to { opacity: 1; transform: scale(1.025); }
}

@keyframes cinemaHeaderIn {
  from { opacity: 0; transform: translateY(-24px); }
  to { opacity: 1; transform: none; }
}

@keyframes cinemaCopyIn {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

@keyframes cinemaGrain {
  0% { transform: translate3d(-2%, -2%, 0); }
  25% { transform: translate3d(2%, -1%, 0); }
  50% { transform: translate3d(-1%, 2%, 0); }
  75% { transform: translate3d(1%, -2%, 0); }
  100% { transform: translate3d(2%, 1%, 0); }
}

@keyframes cinemaLightBreathe {
  from { opacity: 0.42; filter: blur(0); }
  to { opacity: 0.72; filter: blur(10px); }
}

@keyframes cinemaArrowDrop {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

/* Proof strip */
.cinema-proof {
  border-bottom: 1px solid var(--cinema-line);
  background: var(--cinema-surface);
}

.cinema-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cinema-proof__item {
  display: grid;
  min-height: 168px;
  align-content: center;
  padding: 28px 38px;
  border-left: 1px solid var(--cinema-line);
  transition: background 300ms ease, transform 300ms ease;
}

.cinema-proof__item:hover {
  background: rgba(199, 165, 106, 0.09);
  transform: translateY(-5px);
}

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

.cinema-proof__item strong {
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: clamp(38px, 3.4vw, 54px);
  font-weight: 400;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.cinema-proof__item span {
  margin-top: 9px;
  color: var(--cinema-muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cinema-proof__item--location strong {
  color: var(--cinema-gold);
  font-family: var(--cinema-sans);
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

/* Moving film-credit strip */
.cinema-ticker {
  overflow: hidden;
  border-top: 1px solid rgba(199, 165, 106, 0.32);
  border-bottom: 1px solid rgba(199, 165, 106, 0.32);
  background: #0d0d0b;
}

.cinema-ticker__track {
  display: flex;
  width: max-content;
  animation: cinemaTicker 30s linear infinite;
  will-change: transform;
}

.cinema-ticker__group {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 34px;
  padding: 22px 17px;
}

.cinema-ticker span {
  color: #d9d2c5;
  font-family: var(--cinema-display);
  font-size: clamp(20px, 2vw, 29px);
  font-style: italic;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.cinema-ticker i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--cinema-gold);
  box-shadow: 0 0 12px rgba(199, 165, 106, 0.6);
}

.cinema-ticker:hover .cinema-ticker__track {
  animation-play-state: paused;
}

@keyframes cinemaTicker {
  to { transform: translateX(-50%); }
}

/* Studio introduction */
.cinema-intro {
  padding: clamp(100px, 11vw, 175px) 0;
  color: var(--cinema-ink);
  background: var(--cinema-paper);
}

.cinema-intro__grid {
  display: grid;
  grid-template-columns: 2fr 7fr 3fr;
  gap: clamp(24px, 4vw, 70px);
}

.cinema-intro__label {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}

.cinema-intro__statement {
  grid-column: 2 / 4;
}

.cinema-intro__statement h2,
.cinema-section-head h2,
.cinema-process h2,
.cinema-final-cta h2,
.cinema-footer__cta h2 {
  margin: 0;
  font-family: var(--cinema-sans);
  font-size: clamp(46px, 6.2vw, 92px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.cinema-intro__statement h2 {
  color: var(--cinema-ink);
}

.cinema-intro__statement h2 em,
.cinema-section-head h2 em,
.cinema-process h2 em,
.cinema-final-cta h2 em,
.cinema-footer__cta h2 em {
  color: var(--cinema-gold);
  font-family: var(--cinema-display);
  font-weight: 400;
}

.cinema-intro__copy {
  grid-column: 2;
  align-self: end;
  padding: 62px 8% 20px 0;
}

.cinema-intro__copy p {
  margin: 0 0 32px;
  color: #504c44;
  font-size: 17px;
  line-height: 1.8;
}

.cinema-intro__copy .cinema-intro__lead {
  color: #28251f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}

.cinema-intro__image {
  position: relative;
  grid-column: 3;
  margin: 72px 0 0;
}

.cinema-intro__image::before {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: -18px;
  width: 56px;
  height: 56px;
  border-top: 1px solid var(--cinema-gold);
  border-left: 1px solid var(--cinema-gold);
  content: "";
}

.cinema-intro__image::after {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 31px;
  left: -45%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255, 236, 194, 0.24), transparent);
  content: "";
  pointer-events: none;
  transform: skewX(-16deg);
  animation: cinemaScanLight 7s ease-in-out infinite 1.5s;
}

@keyframes cinemaScanLight {
  0%, 54% { left: -45%; opacity: 0; }
  62% { opacity: 1; }
  82%, 100% { left: 118%; opacity: 0; }
}

.cinema-intro__image img {
  width: 100%;
  min-height: 390px;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
}

.cinema-intro__image figcaption {
  margin-top: 14px;
  color: #6e695f;
  font-family: var(--cinema-display);
  font-size: 13px;
  font-style: italic;
}

.cinema-intro__capabilities {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid rgba(9, 9, 8, 0.22);
  border-left: 1px solid rgba(9, 9, 8, 0.22);
  list-style: none;
}

.cinema-intro__capabilities li {
  position: relative;
  min-height: 190px;
  padding: 30px 26px;
  border-right: 1px solid rgba(9, 9, 8, 0.22);
  border-bottom: 1px solid rgba(9, 9, 8, 0.22);
  transition: color 300ms ease, background 300ms ease, transform 300ms ease;
}

.cinema-intro__capabilities li:hover {
  color: var(--cinema-paper);
  background: var(--cinema-ink);
  transform: translateY(-6px);
}

.cinema-intro__capabilities span {
  display: block;
  margin-bottom: 42px;
  color: #98733e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.cinema-intro__capabilities strong,
.cinema-intro__capabilities small {
  display: block;
}

.cinema-intro__capabilities strong {
  margin-bottom: 8px;
  font-family: var(--cinema-display);
  font-size: 23px;
  font-weight: 600;
}

.cinema-intro__capabilities small {
  color: #6d675c;
  font-size: 12px;
  line-height: 1.6;
}

.cinema-intro__capabilities li:hover small {
  color: #aaa397;
}

/* Services */
.cinema-services {
  position: relative;
  padding: clamp(100px, 10vw, 160px) 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    var(--cinema-ink);
  background-size: 68px 68px;
}

.cinema-services::before,
.cinema-process::before,
.cinema-final-cta::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 48px), 1320px);
  border-top: 1px solid rgba(199, 165, 106, 0.32);
  content: "";
  transform: translateX(-50%);
}

.cinema-section-head {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 78px;
}

.cinema-section-head .cinema-eyebrow {
  margin-bottom: 22px;
}

.cinema-section-head > p {
  max-width: 420px;
  margin: 0 0 8px auto;
  color: var(--cinema-muted);
  font-size: 16px;
  line-height: 1.7;
}

.cinema-services .cinema-section-head h2 {
  color: var(--cinema-paper);
}

.cinema-section-head__aside {
  max-width: 440px;
  justify-self: end;
  padding-left: 30px;
  border-left: 2px solid var(--cinema-gold);
}

.cinema-section-head__aside strong {
  display: block;
  margin-bottom: 15px;
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.3;
}

.cinema-section-head__aside p {
  margin: 0;
  color: var(--cinema-muted);
  font-size: 15px;
  line-height: 1.7;
}

.cinema-services__list {
  border-top: 1px solid var(--cinema-line);
}

.cinema-service {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(260px, 0.8fr) 1.2fr 70px;
  gap: 28px;
  align-items: center;
  min-height: 142px;
  border-bottom: 1px solid var(--cinema-line);
  color: var(--cinema-paper);
  overflow: hidden;
  transition: background 250ms ease, padding 250ms ease, transform 250ms ease;
}

.cinema-service::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(199, 165, 106, 0.14), transparent 72%);
  content: "";
  opacity: 0;
  transform: translateX(-20%);
  transition: opacity 300ms ease, transform 450ms ease;
  pointer-events: none;
}

.cinema-service:hover {
  padding-right: 24px;
  padding-left: 24px;
  color: var(--cinema-paper);
  background: rgba(199, 165, 106, 0.08);
  transform: translateX(6px);
}

.cinema-service:hover::before {
  opacity: 1;
  transform: none;
}

.cinema-service__number {
  color: var(--cinema-gold);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.cinema-service h3 {
  margin: 0;
  color: inherit;
  font-family: var(--cinema-display);
  font-size: clamp(27px, 2.3vw, 38px);
  font-weight: 400;
}

.cinema-service p {
  max-width: 540px;
  margin: 0;
  color: #b1aa9e;
  font-size: 14px;
  line-height: 1.7;
}

.cinema-service__arrow {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  justify-self: end;
  border: 1px solid var(--cinema-line);
  border-radius: 50%;
  transition: color 250ms ease, background 250ms ease, transform 250ms ease;
}

.cinema-service:hover .cinema-service__arrow {
  color: var(--cinema-ink);
  background: var(--cinema-gold);
  transform: rotate(-35deg);
}

/* Portfolio */
.cinema-work {
  padding: clamp(100px, 11vw, 180px) 0;
  color: var(--cinema-ink);
  background: #e8e1d4;
}

.cinema-work .cinema-section-head h2 {
  color: var(--cinema-ink);
}

.cinema-section-head--light .cinema-text-link {
  justify-self: end;
  margin-bottom: 10px;
}

.cinema-work__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(34px, 5vw, 80px) clamp(22px, 3vw, 46px);
}

.cinema-project {
  grid-column: span 6;
  align-self: start;
  transition: transform 400ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cinema-project:hover {
  transform: translateY(-8px);
}

.cinema-project--1,
.cinema-project--5 {
  grid-column: span 7;
}

.cinema-project--2,
.cinema-project--6 {
  grid-column: span 5;
  margin-top: 120px;
}

.cinema-project--3 {
  grid-column: 2 / span 5;
}

.cinema-project--4 {
  grid-column: 8 / span 5;
  margin-top: -60px;
}

.cinema-project__image {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(9, 9, 8, 0.16);
  background:
    linear-gradient(135deg, rgba(199, 165, 106, 0.09), transparent 50%),
    #11110f;
  transform: perspective(1000px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 180ms ease-out, box-shadow 300ms ease;
}

.cinema-project__image::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--glare-x, 50%) var(--glare-y, 50%), rgba(255, 237, 199, 0.2), transparent 33%),
    linear-gradient(0deg, rgba(5, 5, 4, 0.72), transparent 52%);
  content: "";
  opacity: 0.4;
  transition: opacity 350ms ease;
}

.cinema-project__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  filter: saturate(0.78) contrast(1.07);
  transition: filter 500ms ease;
}

.cinema-project__view {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.12em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(10px);
  transition: opacity 250ms ease, transform 250ms ease;
}

.cinema-project__image:hover img {
  filter: saturate(1) contrast(1.02);
}

.cinema-project__image:hover {
  box-shadow: 0 28px 55px rgba(24, 19, 11, 0.24);
}

.cinema-project__image:hover::after,
.cinema-project__image:hover .cinema-project__view {
  opacity: 1;
  transform: none;
}

.cinema-project__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
}

.cinema-project__meta p {
  margin: 0 0 5px;
  color: #797367;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cinema-project__meta h3 {
  margin: 0;
  font-family: var(--cinema-display);
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 500;
}

.cinema-project__meta h3 a {
  color: var(--cinema-ink);
}

.cinema-project__meta h3 a:hover {
  color: #8e6c37;
}

.cinema-project__meta > span {
  padding-top: 4px;
  color: #797367;
  font-size: 12px;
}

/* Homepage events */
.home-events {
  position: relative;
  padding: clamp(100px, 10vw, 160px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(199, 165, 106, 0.2), transparent 30%),
    linear-gradient(125deg, #181610, #090908 60%);
}

.home-events::after {
  position: absolute;
  right: -7vw;
  bottom: -14vw;
  width: 36vw;
  height: 36vw;
  border: 1px solid rgba(199, 165, 106, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(199, 165, 106, 0.025), 0 0 0 140px rgba(199, 165, 106, 0.018);
  content: "";
  pointer-events: none;
}

.home-events__head {
  position: relative;
  z-index: 1;
}

.home-events__head h2 {
  color: var(--cinema-paper);
}

.home-events__intro,
.home-team__intro {
  max-width: 430px;
  justify-self: end;
}

.home-events__intro p,
.home-team__intro p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.75;
}

.home-events__intro p {
  color: #bdb5a6;
}

.home-events__intro .cinema-text-link {
  color: var(--cinema-paper);
}

.home-events__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-event-card {
  overflow: hidden;
  border: 1px solid rgba(199, 165, 106, 0.28);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  transform-style: preserve-3d;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.home-event-card:hover {
  border-color: rgba(199, 165, 106, 0.7);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.4);
}

.home-event-card__poster {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(199, 165, 106, 0.13), transparent 60%),
    #080807;
}

.home-event-card__poster::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 34%, rgba(255, 238, 204, 0.14) 48%, transparent 62%);
  content: "";
  opacity: 0;
  transform: translateX(-70%);
  transition: opacity 300ms ease, transform 700ms ease;
}

.home-event-card:hover .home-event-card__poster::after {
  opacity: 1;
  transform: translateX(70%);
}

.home-event-card__poster img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: contain;
  filter: saturate(0.82) contrast(1.05);
  transition: filter 450ms ease, transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-event-card:hover .home-event-card__poster img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.025);
}

.home-event-card__status {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  padding: 9px 13px;
  color: #111;
  background: var(--cinema-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-event-card__status.is-past {
  color: #dad3c6;
  background: rgba(12, 12, 11, 0.82);
  backdrop-filter: blur(10px);
}

.home-event-card__body {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 30px;
}

.home-event-card__body time {
  padding-right: 18px;
  border-right: 1px solid var(--cinema-line);
  color: var(--cinema-paper);
  text-align: center;
}

.home-event-card__body time strong,
.home-event-card__body time span {
  display: block;
}

.home-event-card__body time strong {
  font-family: var(--cinema-display);
  font-size: 40px;
  font-weight: 500;
  line-height: 0.9;
}

.home-event-card__body time span {
  margin-top: 10px;
  color: var(--cinema-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-event-card__type {
  margin: 0 0 8px !important;
  color: var(--cinema-gold) !important;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-event-card__copy h3 {
  margin: 0 0 14px;
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 600;
  line-height: 1.05;
}

.home-event-card__copy > p:not(.home-event-card__type) {
  margin: 0 0 18px;
  color: #bdb5a7;
  font-size: 13px;
  line-height: 1.7;
}

.home-event-card__meta {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.home-event-card__meta span {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #d4ccbf;
  font-size: 11px;
  line-height: 1.5;
}

.home-event-card__meta i {
  width: 12px;
  flex: 0 0 12px;
  padding-top: 3px;
  color: var(--cinema-gold);
  text-align: center;
}

.home-event-card .cinema-button {
  min-height: 48px;
  padding: 0 19px;
  font-size: 9px;
}

.home-events__grid--1 .home-event-card {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
}

.home-events__grid--1 .home-event-card__poster {
  min-height: 620px;
}

.home-events__grid--1 .home-event-card__poster img {
  height: 570px;
}

.home-events__grid--1 .home-event-card__body {
  align-content: center;
  padding: clamp(40px, 6vw, 90px);
}

.home-events__grid--1 .home-event-card__copy h3 {
  font-size: clamp(38px, 4.5vw, 68px);
}

/* Homepage team */
.home-team {
  padding: clamp(100px, 10vw, 160px) 0;
  color: var(--cinema-ink);
  background:
    linear-gradient(rgba(9, 9, 8, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 9, 8, 0.03) 1px, transparent 1px),
    #f1ebdf;
  background-size: 72px 72px;
}

.home-team__intro p {
  color: #5f594f;
}

.home-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 34px);
}

.home-team-card {
  min-width: 0;
  transform-style: preserve-3d;
}

.home-team-card:nth-child(even) {
  margin-top: 64px;
}

.home-team-card__portrait {
  position: relative;
  display: block;
  aspect-ratio: 0.78;
  overflow: hidden;
  background: #171612;
  box-shadow: 0 24px 55px rgba(44, 34, 17, 0.15);
}

.home-team-card__portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 8, 7, 0.58), transparent 48%);
  content: "";
  transition: opacity 350ms ease;
}

.home-team-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.68) contrast(1.08);
  transition: filter 500ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-team-card:hover .home-team-card__portrait img {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.045);
}

.home-team-card__portrait span {
  position: absolute;
  z-index: 2;
  right: 17px;
  bottom: 15px;
  color: var(--cinema-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-team-card__details {
  padding: 21px 4px 0;
}

.home-team-card__details p {
  margin: 0 0 6px;
  color: #92703e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-team-card__details h3 {
  margin: 0;
  font-family: var(--cinema-display);
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 600;
  line-height: 1.08;
}

.home-team-card__details h3 a {
  color: var(--cinema-ink);
}

.home-team-card__details h3 a:hover {
  color: #8e6c37;
}

@media (max-width: 991px) {
  .home-events__grid {
    grid-template-columns: 1fr;
  }

  .home-events__grid .home-event-card {
    display: grid;
    grid-column: auto;
    grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  }

  .home-events__grid .home-event-card__poster,
  .home-events__grid--1 .home-event-card__poster {
    min-height: 520px;
  }

  .home-events__grid .home-event-card__poster img,
  .home-events__grid--1 .home-event-card__poster img {
    height: 470px;
  }

  .home-events__grid .home-event-card__body {
    align-content: center;
    padding: 42px 34px;
  }

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

@media (max-width: 767px) {
  .home-events__head,
  .home-team__head {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 52px;
  }

  .home-events__intro,
  .home-team__intro {
    max-width: none;
    justify-self: start;
  }

  .home-events__grid .home-event-card {
    display: block;
  }

  .home-events__grid .home-event-card__poster,
  .home-events__grid--1 .home-event-card__poster {
    min-height: 390px;
    padding: 18px;
  }

  .home-events__grid .home-event-card__poster img,
  .home-events__grid--1 .home-event-card__poster img {
    height: 350px;
  }

  .home-events__grid .home-event-card__body,
  .home-events__grid--1 .home-event-card__body {
    padding: 28px 22px 32px;
  }

  .home-event-card__body {
    grid-template-columns: 58px 1fr;
    gap: 18px;
  }

  .home-event-card__body time strong {
    font-size: 33px;
  }

  .home-events__grid--1 .home-event-card__copy h3 {
    font-size: clamp(32px, 10vw, 47px);
  }

  .home-team-card:nth-child(even) {
    margin-top: 34px;
  }
}

@media (max-width: 480px) {
  .home-team__grid {
    grid-template-columns: 1fr;
  }

  .home-team-card:nth-child(even) {
    margin-top: 0;
  }

  .home-team-card__portrait {
    aspect-ratio: 0.86;
  }
}

/* Process and partners */
.cinema-process {
  position: relative;
  padding: clamp(100px, 10vw, 160px) 0;
  background:
    radial-gradient(circle at 76% 18%, rgba(199, 165, 106, 0.16), transparent 28%),
    linear-gradient(135deg, #181712, var(--cinema-ink) 62%);
}

.cinema-process__top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: start;
  margin-bottom: 78px;
}

.cinema-process__label {
  max-width: 220px;
}

.cinema-process__label span {
  display: block;
  margin-top: 24px;
  color: #bdb6a9;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.cinema-process h2 {
  color: var(--cinema-paper);
  font-weight: 600;
}

.cinema-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--cinema-line);
  list-style: none;
}

.cinema-process__steps li {
  position: relative;
  min-height: 300px;
  padding: 35px 30px;
  border-right: 1px solid var(--cinema-line);
  background: rgba(255, 255, 255, 0.015);
  transition: background 300ms ease, transform 300ms ease;
}

.cinema-process__steps li::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  border-top: 3px solid var(--cinema-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 350ms ease;
}

.cinema-process__steps li:hover {
  background: rgba(199, 165, 106, 0.1);
  transform: translateY(-8px);
}

.cinema-process__steps li:hover::before {
  transform: scaleX(1);
}

.cinema-process__steps li:first-child {
  border-left: 1px solid var(--cinema-line);
}

.cinema-process__steps span {
  color: var(--cinema-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.cinema-process__steps h3 {
  margin: 78px 0 16px;
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: 34px;
  font-weight: 600;
}

.cinema-process__steps p {
  margin: 0;
  color: #bbb4a8;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.cinema-partners {
  padding: 90px 0;
  border-top: 1px solid var(--cinema-line);
  background: var(--cinema-surface);
}

.cinema-partners .cinema-eyebrow {
  margin-bottom: 44px;
}

.cinema-partners__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--cinema-line);
  border-left: 1px solid var(--cinema-line);
}

.cinema-partner {
  display: grid;
  min-height: 150px;
  place-items: center;
  padding: 28px;
  border-right: 1px solid var(--cinema-line);
  border-bottom: 1px solid var(--cinema-line);
}

.cinema-partner img {
  max-width: 150px;
  max-height: 62px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.8);
  opacity: 0.58;
  transition: filter 250ms ease, opacity 250ms ease;
}

.cinema-partner:hover img {
  filter: none;
  opacity: 1;
}

.cinema-final-cta {
  position: relative;
  padding: clamp(120px, 13vw, 210px) 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 9, 8, 0.98) 0%, rgba(9, 9, 8, 0.89) 54%, rgba(9, 9, 8, 0.55) 100%),
    url("../images/backgrounds/showmans-cinematic-hero.png") center 58% / cover no-repeat,
    var(--cinema-ink);
}

.cinema-final-cta::after {
  position: absolute;
  top: 50%;
  right: -7vw;
  width: 34vw;
  height: 34vw;
  border: 1px solid rgba(199, 165, 106, 0.25);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  animation: cinemaRingPulse 5s ease-in-out infinite;
}

@keyframes cinemaRingPulse {
  0%, 100% { opacity: 0.45; transform: translateY(-50%) scale(0.94); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.04); }
}

.cinema-final-cta .container {
  position: relative;
  z-index: 1;
}

.cinema-final-cta .cinema-eyebrow {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 9px 12px 8px;
  color: var(--cinema-ink);
  background: var(--cinema-gold);
  font-size: 12px;
  font-weight: 700;
}

.cinema-final-cta h2 {
  max-width: 960px;
  margin-bottom: 45px;
  color: var(--cinema-paper);
  font-size: clamp(54px, 7.2vw, 108px);
  font-weight: 600;
}

/* Shared inner-page cleanup */
.page-header {
  position: relative;
  min-height: 500px;
  padding: 230px 0 115px;
  isolation: isolate;
  overflow: hidden;
  background: var(--cinema-ink);
}

.page-header::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.92), rgba(7, 7, 6, 0.35)),
    url("../images/backgrounds/showmans-cinematic-hero.png") center 58% / cover no-repeat;
  content: "";
  filter: saturate(0.65);
}

.page-header::after {
  position: absolute;
  z-index: -1;
  right: clamp(24px, 4vw, 76px);
  bottom: 45px;
  left: clamp(24px, 4vw, 76px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  content: "";
}

.page-header__inner h2 {
  color: var(--cinema-paper);
  font-family: var(--cinema-sans);
  font-size: clamp(54px, 7vw, 105px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.thm-breadcrumb li,
.thm-breadcrumb li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.thm-breadcrumb li span,
.thm-breadcrumb li a:hover {
  color: var(--cinema-gold);
}

.section-title__tagline,
.section-sub-title {
  color: #9a743b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title__title,
.section-title h2 {
  color: var(--cinema-ink);
  font-family: var(--cinema-display);
  letter-spacing: -0.035em;
}

.thm-btn {
  border-radius: 0;
}

.page-header + .py-5 {
  padding-top: clamp(80px, 8vw, 125px) !important;
  padding-bottom: clamp(80px, 8vw, 125px) !important;
  background: var(--cinema-paper);
}

.page-header + .py-5 .row.align-items-center {
  margin-bottom: clamp(70px, 8vw, 120px) !important;
}

.page-header + .py-5 h2 {
  margin-bottom: 22px !important;
  color: var(--cinema-ink);
  font-family: var(--cinema-display);
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.page-header + .py-5 p,
.page-header + .py-5 label {
  color: #58534a;
  font-size: 16px;
  line-height: 1.8;
}

.page-header + .py-5 .img-fluid {
  width: 100%;
  min-height: 390px;
  border-radius: 0 !important;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05);
  box-shadow: 18px 18px 0 rgba(199, 165, 106, 0.2) !important;
}

.page-header + .py-5 .form-control {
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid #c9c0b1;
  color: var(--cinema-ink);
  background: #f8f4eb;
}

.page-header + .py-5 textarea.form-control {
  min-height: 150px;
}

.page-header + .py-5 .btn {
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  color: var(--cinema-ink);
  background: var(--cinema-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page {
  background: var(--cinema-paper);
}

.contact-page__single {
  border-radius: 0;
  background: #e5ddcf;
}

.cinema-contact-form {
  background: var(--cinema-surface) !important;
}

.cinema-contact-form .section-title__title {
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-weight: 500;
}

.cinema-contact-form .contact-one__input-box input,
.cinema-contact-form .contact-one__input-box textarea {
  color: var(--cinema-paper);
  background: #1b1a17;
}

.cinema-contact-form .contact-one__input-box input::placeholder,
.cinema-contact-form .contact-one__input-box textarea::placeholder {
  color: #8f8a80;
}

.cinema-contact-form .contact-one__btn {
  color: var(--cinema-ink);
  background: var(--cinema-gold);
}

/* Contact experience */
.studio-contact {
  color: var(--cinema-ink);
  background: #e9e2d5;
}

.studio-contact__main {
  position: relative;
  padding: clamp(95px, 10vw, 160px) 0;
  background:
    linear-gradient(rgba(9, 9, 8, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 9, 8, 0.035) 1px, transparent 1px),
    #e9e2d5;
  background-size: 72px 72px;
}

.studio-contact__heading {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(35px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(62px, 7vw, 100px);
}

.studio-contact__heading .cinema-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.studio-contact__heading h2,
.studio-map__card h2 {
  margin: 0;
  color: var(--cinema-ink);
  font-family: var(--cinema-sans);
  font-size: clamp(52px, 6.4vw, 96px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.studio-contact__heading h2 em {
  color: #a87d40;
  font-family: var(--cinema-display);
  font-weight: 500;
}

.studio-contact__heading > p:last-child {
  max-width: 430px;
  margin: 0 0 8px;
  color: #5e584e;
  font-size: 16px;
  line-height: 1.8;
}

.studio-contact__grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(560px, 1.35fr);
  align-items: stretch;
  border: 1px solid rgba(9, 9, 8, 0.18);
  box-shadow: 0 36px 90px rgba(35, 29, 19, 0.13);
}

.studio-contact__details {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(40px, 5vw, 72px);
  overflow: hidden;
  color: var(--cinema-paper);
  background:
    radial-gradient(circle at 10% 88%, rgba(199, 165, 106, 0.19), transparent 28%),
    var(--cinema-ink);
}

.studio-contact__details::after {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(199, 165, 106, 0.28);
  border-radius: 50%;
  content: "";
  animation: cinemaRingPulse 6s ease-in-out infinite;
  pointer-events: none;
}

.studio-contact__details-top {
  position: relative;
  z-index: 1;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--cinema-line);
}

.studio-contact__details-top h3 {
  margin: 22px 0 18px;
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: clamp(31px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.18;
}

.studio-contact__details-top > p:last-child {
  margin: 0;
  color: #aaa398;
  font-size: 14px;
  line-height: 1.75;
}

.studio-contact__list {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 34px 0;
  font-style: normal;
}

.studio-contact__list a {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--cinema-line);
  color: #e0dbd1;
  font-size: 13px;
  line-height: 1.65;
}

.studio-contact__list a:hover {
  color: var(--cinema-gold-bright);
}

.studio-contact__list small {
  display: block;
  margin-bottom: 3px;
  color: var(--cinema-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.studio-contact__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(199, 165, 106, 0.38);
  border-radius: 50%;
  color: var(--cinema-gold);
}

.studio-contact__availability {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin-top: auto;
}

.studio-contact__availability span {
  color: var(--cinema-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.studio-contact__availability strong {
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: 22px;
  font-weight: 500;
}

.studio-contact__availability small {
  color: #8f8a81;
  font-size: 11px;
}

.studio-contact__social {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.studio-contact__social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--cinema-line);
  border-radius: 50%;
  color: var(--cinema-paper);
  font-size: 12px;
  transition: color 250ms ease, background 250ms ease, transform 250ms ease;
}

.studio-contact__social a:hover {
  color: var(--cinema-ink);
  background: var(--cinema-gold);
  transform: translateY(-4px);
}

.studio-contact__form-card {
  min-width: 0;
  padding: clamp(40px, 5vw, 72px);
  background: #f6f1e8;
}

.studio-contact__form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
  padding-bottom: 21px;
  border-bottom: 1px solid #cfc6b7;
}

.studio-contact__form-head span {
  color: #98713b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.studio-contact__form-head strong {
  color: #6e685e;
  font-size: 11px;
  font-weight: 500;
}

.studio-contact__feedback {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 26px;
  padding: 16px 18px;
  border: 1px solid;
  font-size: 13px;
  line-height: 1.55;
}

.studio-contact__feedback--success {
  border-color: #82976f;
  color: #35462d;
  background: #edf3e7;
}

.studio-contact__feedback--error {
  border-color: #b77868;
  color: #6d2f25;
  background: #f8e9e5;
}

.studio-contact__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}

.studio-contact__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.studio-contact__field {
  min-width: 0;
}

.studio-contact__field--wide {
  grid-column: 1 / -1;
}

.studio-contact__field label,
.studio-contact__label-row label {
  display: block;
  margin-bottom: 9px;
  color: #332f29;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.studio-contact__field label span,
.studio-contact__label-row label span {
  color: #9b6d32;
}

.studio-contact__label-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.studio-contact__label-row small {
  color: #8a8378;
  font-size: 10px;
}

.studio-contact__form input:not([type="checkbox"]),
.studio-contact__form select,
.studio-contact__form textarea {
  width: 100%;
  border: 1px solid #cfc6b7;
  color: #1b1916;
  background: #fffdf8;
  font-size: 14px;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.studio-contact__form input:not([type="checkbox"]),
.studio-contact__form select {
  height: 56px;
  padding: 0 16px;
}

.studio-contact__form textarea {
  min-height: 180px;
  padding: 16px;
  resize: vertical;
}

.studio-contact__form input:focus,
.studio-contact__form select:focus,
.studio-contact__form textarea:focus {
  border-color: #9b733d;
  outline: 0;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(199, 165, 106, 0.15);
}

.studio-contact__form [aria-invalid="true"] {
  border-color: #a8503d !important;
}

.studio-contact__consent {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 11px;
  align-items: start;
  color: #625c52;
  font-size: 11px;
  line-height: 1.6;
}

.studio-contact__consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--cinema-gold);
}

.studio-contact__consent a {
  color: #7f5b2c;
  text-decoration: underline;
}

.studio-contact__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 2px;
}

.studio-contact__submit button {
  border: 0;
  cursor: pointer;
}

.studio-contact__submit button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.studio-contact__submit > small {
  max-width: 220px;
  color: #817a70;
  font-size: 10px;
  line-height: 1.55;
  text-align: right;
}

.studio-contact__submit > small i {
  margin-right: 5px;
  color: #8f6a36;
}

.studio-map {
  position: relative;
  width: 100%;
  min-height: clamp(600px, 72vh, 820px);
  overflow: hidden;
  background: #d8d0c3;
}

.studio-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.65) contrast(1.04);
}

.studio-map__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 9, 8, 0.78) 0%, rgba(9, 9, 8, 0.22) 37%, transparent 68%);
  pointer-events: none;
}

.studio-map__marker {
  position: absolute;
  z-index: 2;
  top: 43%;
  left: 59%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.studio-map__pulse {
  position: absolute;
  inset: -22px;
  border: 1px solid rgba(199, 165, 106, 0.72);
  border-radius: 50%;
  animation: studioMapPulse 2.4s ease-out infinite;
}

.studio-map__pin {
  position: relative;
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  border: 2px solid var(--cinema-gold);
  border-radius: 50%;
  background: var(--cinema-ink);
  box-shadow: 0 18px 35px rgba(9, 9, 8, 0.35);
}

.studio-map__pin::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-right: 2px solid var(--cinema-gold);
  border-bottom: 2px solid var(--cinema-gold);
  background: var(--cinema-ink);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.studio-map__pin img {
  position: relative;
  z-index: 1;
  width: 74px;
  max-height: 66px;
  object-fit: contain;
}

@keyframes studioMapPulse {
  0% { opacity: 0.9; transform: scale(0.72); }
  100% { opacity: 0; transform: scale(1.45); }
}

.studio-map__card {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: max(24px, calc((100vw - 1320px) / 2));
  width: min(430px, calc(100% - 48px));
  padding: clamp(34px, 4vw, 58px);
  color: var(--cinema-paper);
  background: rgba(9, 9, 8, 0.92);
  box-shadow: 0 28px 75px rgba(9, 9, 8, 0.28);
  backdrop-filter: blur(15px);
  transform: translateY(-50%);
}

.studio-map__card h2 {
  margin: 20px 0 20px;
  color: var(--cinema-paper);
  font-size: clamp(45px, 5vw, 72px);
}

.studio-map__card > p:not(.cinema-eyebrow) {
  margin: 0 0 30px;
  color: #aaa398;
  font-size: 14px;
  line-height: 1.7;
}

.studio-map__card .cinema-button {
  width: fit-content;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
  border-radius: 0 !important;
}

.scroll-to-top {
  display: flex !important;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--cinema-ink);
  background: var(--cinema-gold);
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

.scroll-to-top i {
  display: block;
  margin: 0;
  line-height: 1;
  transform: none;
}

.scroll-to-top:hover {
  color: var(--cinema-ink);
  background: var(--cinema-gold-bright);
}

/* Footer */
.cinema-footer {
  padding: 0;
  color: var(--cinema-paper);
  background: #080807;
}

.cinema-footer__cta {
  padding: clamp(90px, 10vw, 150px) 0;
  border-bottom: 1px solid var(--cinema-line);
}

.cinema-footer__cta .cinema-eyebrow {
  margin-bottom: 30px;
}

.cinema-footer__cta-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.cinema-footer__cta h2 {
  color: var(--cinema-paper);
  font-size: clamp(50px, 6.4vw, 94px);
}

.cinema-circle-link {
  display: grid;
  width: 148px;
  height: 148px;
  flex: 0 0 148px;
  place-content: center;
  border-radius: 50%;
  color: var(--cinema-ink);
  background: var(--cinema-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  transition: background 250ms ease, transform 250ms ease;
}

.cinema-circle-link i {
  margin-top: 10px;
  transform: rotate(45deg);
}

.cinema-circle-link:hover {
  color: var(--cinema-ink);
  background: var(--cinema-gold-bright);
  transform: rotate(-5deg);
}

.cinema-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1fr 1.3fr;
  gap: clamp(35px, 5vw, 80px);
  padding: 82px 0 76px;
}

.cinema-footer__logo img {
  width: 130px;
  margin-bottom: 24px;
}

.cinema-footer__brand > p,
.cinema-footer__contact address,
.cinema-footer__newsletter h3 {
  margin: 0;
  color: #a9a398;
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
}

.cinema-footer__brand > p {
  max-width: 280px;
}

.cinema-footer__label {
  margin: 0 0 25px;
  color: var(--cinema-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cinema-footer__nav,
.cinema-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cinema-footer__nav a,
.cinema-footer__contact a {
  margin-bottom: 10px;
  color: #d5d0c5;
  font-size: 13px;
}

.cinema-footer__nav a:hover,
.cinema-footer__contact a:hover,
.cinema-footer__bottom a:hover {
  color: var(--cinema-gold);
}

.cinema-footer__contact address {
  margin-bottom: 17px;
}

.cinema-footer__social {
  display: flex;
  gap: 9px;
  margin-top: 28px;
}

.cinema-footer__social a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--cinema-line);
  border-radius: 50%;
  color: #d5d0c5;
  font-size: 12px;
}

.cinema-footer__social a:hover {
  border-color: var(--cinema-gold);
  color: var(--cinema-ink);
  background: var(--cinema-gold);
}

.cinema-footer__newsletter h3 {
  margin-bottom: 23px;
  font-family: var(--cinema-display);
  font-size: 22px;
}

.cinema-footer__newsletter .newsletter-form {
  position: relative;
  display: block;
  border: 0;
}

.newsletter-form__row {
  display: grid;
  grid-template-columns: 1fr 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.newsletter-form__row input {
  height: 50px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 13px;
}

.newsletter-form__row input::placeholder {
  color: #77736b;
}

.newsletter-form__row button {
  border: 0;
  color: var(--cinema-gold);
  background: transparent;
}

.cinema-footer__newsletter small {
  display: block;
  margin-top: 13px;
  color: #6f6b63;
  font-size: 10px;
}

.newsletter-consent {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 9px;
  align-items: start;
  margin-top: 13px;
  color: #77736b;
  font-size: 9px;
  line-height: 1.55;
  cursor: pointer;
}

.newsletter-consent input {
  width: 13px;
  height: 13px;
  margin-top: 1px;
  accent-color: var(--cinema-gold);
}

.newsletter-consent a { color: #aaa397; text-decoration: underline; }
.newsletter-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.newsletter-feedback { margin: -7px 0 16px; padding: 10px 12px; border-left: 2px solid currentColor; font-size: 10px; line-height: 1.5; }
.newsletter-feedback--success { color: #bfceaa; background: rgba(124, 160, 90, 0.08); }
.newsletter-feedback--info { color: #d5bd89; background: rgba(212, 169, 93, 0.08); }
.newsletter-feedback--error { color: #d49a91; background: rgba(190, 92, 77, 0.08); }

.newsletter-unsubscribe {
  display: grid;
  min-height: 78vh;
  place-items: center;
  padding: 150px 20px 90px;
  background: radial-gradient(circle at 75% 20%, rgba(212, 169, 93, 0.14), transparent 28%), #0d0f0f;
}

.newsletter-unsubscribe > section { width: min(100%, 780px); padding: clamp(35px, 7vw, 80px); border: 1px solid var(--cinema-line); background: rgba(18, 20, 20, 0.94); }
.newsletter-unsubscribe h1 { margin: 0 0 25px; color: var(--cinema-paper); font-family: var(--cinema-display); font-size: clamp(48px, 8vw, 86px); font-weight: 400; letter-spacing: -0.045em; line-height: 0.95; }
.newsletter-unsubscribe p:not(.cinema-eyebrow) { max-width: 620px; margin: 0 0 34px; color: #aaa59c; font-size: 14px; line-height: 1.8; }
.newsletter-unsubscribe p strong { color: var(--cinema-paper); }
.newsletter-unsubscribe form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-unsubscribe button { cursor: pointer; }

.cinema-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 0 28px;
  border-top: 1px solid var(--cinema-line);
}

.cinema-footer__bottom p,
.cinema-footer__bottom a {
  margin: 0;
  color: #77736b;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cinema-footer__bottom div {
  display: flex;
  gap: 24px;
}

/* Reveal only when JavaScript is available. */
.js [data-reveal] {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(32px);
  transition: opacity 700ms ease, filter 800ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js [data-reveal="image"],
.js [data-reveal="project"] {
  clip-path: inset(0 0 18% 0);
  transform: translateY(38px) scale(0.97);
}

.js [data-reveal="service"] {
  transform: translateX(-28px);
}

.js [data-reveal="step"] {
  transform: translateY(44px);
}

.js [data-reveal="cta"] {
  transform: translateY(42px) scale(0.98);
}

.js [data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

.cinema-home h1 em,
.cinema-home h2 em {
  color: transparent;
  background: linear-gradient(105deg, #a77f45 5%, #e6c98f 42%, #fff0c8 50%, #c49a5c 60%, #a77f45 95%);
  background-size: 240% auto;
  background-clip: text;
  -webkit-background-clip: text;
  animation: cinemaGoldShimmer 8s linear infinite;
}

@keyframes cinemaGoldShimmer {
  to { background-position: -240% center; }
}

.js [data-reveal="image"].is-visible,
.js [data-reveal="project"].is-visible {
  clip-path: inset(0);
}

@media (max-width: 1199px) {
  .main-menu__wrapper-inner { min-height: 94px; }
  .main-menu__main-menu-box { display: none; }
  .main-header .main-menu .cinema-mobile-menu { position: fixed; z-index: 1200; top: 24px; right: 16px; display: flex !important; width: auto; height: 44px; align-items: center; gap: 12px; margin-left: auto; padding: 0 14px; border: 1px solid rgba(255, 255, 255, 0.35); color: var(--cinema-paper); background: rgba(9, 9, 8, 0.72); backdrop-filter: blur(10px); }
  .cinema-mobile-menu span { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
  .main-menu__right { margin-left: 28px; }
  .main-menu__logo img { width: 100px; max-height: 72px; }
  .cinema-frame { top: 112px; }
  .cinema-hero__inner { padding-top: 150px; }
  .cinema-hero__copy { width: 82%; }
  .cinema-intro__grid { grid-template-columns: 1.3fr 5fr 2.4fr; }
  .cinema-footer__grid { grid-template-columns: 1.2fr 0.7fr 1fr; }
  .cinema-footer__newsletter { grid-column: 1 / -1; max-width: 520px; }
}

@media (max-width: 991px) {
  .container { width: calc(100% - 40px); }
  .main-menu__right { display: none; }
  .main-menu__wrapper { padding: 0 24px; }
  .cinema-frame { inset: 116px 20px 30px; }
  .cinema-hero__copy { width: 92%; padding-bottom: 100px; }
  .cinema-hero__meta { display: none; }
  .cinema-hero__scroll { right: 0; left: auto; transform: none; }
  .cinema-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .cinema-proof__item:nth-child(3) { border-top: 1px solid var(--cinema-line); }
  .cinema-proof__item:nth-child(4) { border-top: 1px solid var(--cinema-line); }
  .cinema-intro__grid { grid-template-columns: 1fr 3fr; }
  .cinema-intro__statement { grid-column: 1 / -1; }
  .cinema-intro__copy { grid-column: 1; padding-top: 52px; }
  .cinema-intro__image { grid-column: 2; margin-top: 52px; }
  .cinema-section-head { grid-template-columns: 1fr; gap: 28px; }
  .cinema-section-head > p { margin-left: 0; }
  .cinema-section-head__aside { max-width: 560px; justify-self: start; }
  .cinema-section-head--light .cinema-text-link { justify-self: start; }
  .cinema-service { grid-template-columns: 55px minmax(220px, 0.8fr) 1.2fr 55px; }
  .cinema-project--2, .cinema-project--6 { margin-top: 70px; }
  .cinema-process__top { grid-template-columns: 1fr; gap: 24px; }
  .cinema-process__steps { grid-template-columns: repeat(2, 1fr); }
  .cinema-process__steps li:nth-child(3) { border-top: 1px solid var(--cinema-line); border-left: 1px solid var(--cinema-line); }
  .cinema-process__steps li:nth-child(4) { border-top: 1px solid var(--cinema-line); }
  .cinema-partners__grid { grid-template-columns: repeat(3, 1fr); }
  .cinema-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .cinema-footer__newsletter { grid-column: auto; }
  .page-header { min-height: 430px; padding: 190px 0 100px; }
  .studio-contact__heading { grid-template-columns: 1fr; }
  .studio-contact__heading .cinema-eyebrow { margin-bottom: -8px; }
  .studio-contact__grid { grid-template-columns: 1fr; }
  .studio-contact__details { min-height: 720px; }
  .studio-map__marker { left: 70%; }
}

@media (max-width: 767px) {
  .container { width: calc(100% - 32px); }
  .main-menu__wrapper { padding: 0 16px; }
  .cinema-hero { min-height: 720px; }
  .cinema-hero__image { background-position: 62% center; }
  .cinema-hero__shade {
    background: linear-gradient(90deg, rgba(5, 5, 4, 0.9), rgba(5, 5, 4, 0.28)), linear-gradient(0deg, rgba(5, 5, 4, 0.9), transparent 58%);
  }
  .cinema-frame { inset: 112px 16px 24px; }
  .cinema-hero__inner { min-height: 720px; padding-top: 138px; padding-bottom: 48px; }
  .cinema-hero__copy { width: 100%; padding-bottom: 70px; }
  .cinema-hero h1 { font-size: clamp(51px, 15vw, 76px); line-height: 0.93; }
  .cinema-hero h1 em { display: inline; font-size: 0.88em; white-space: normal; }
  .cinema-hero__intro { width: min(310px, calc(100% - 24px)); max-width: 520px; font-size: 15px; line-height: 1.65; }
  .cinema-hero__scroll { display: none; }
  .cinema-actions { display: grid; grid-template-columns: 1fr; align-items: stretch; width: min(100%, 300px); }
  .cinema-button { width: 100%; }
  .cinema-proof__item { min-height: 130px; padding: 22px 18px; }
  .cinema-ticker__group { gap: 22px; padding: 17px 11px; }
  .cinema-ticker span { font-size: 20px; }
  .cinema-intro__grid { grid-template-columns: 1fr; }
  .cinema-intro__label { min-height: auto; flex-direction: row; }
  .cinema-intro__statement, .cinema-intro__copy, .cinema-intro__image { grid-column: 1; }
  .cinema-intro__copy { padding: 26px 0 8px; }
  .cinema-intro__image { margin-top: 34px; }
  .cinema-intro__image img { min-height: 340px; }
  .cinema-intro__capabilities { grid-template-columns: repeat(2, 1fr); margin-top: 46px; }
  .cinema-intro__capabilities li { min-height: 170px; }
  .cinema-intro__statement h2, .cinema-section-head h2, .cinema-process h2, .cinema-final-cta h2, .cinema-footer__cta h2 { font-size: clamp(41px, 11.5vw, 62px); }
  .cinema-section-head { margin-bottom: 50px; }
  .cinema-service { grid-template-columns: 38px 1fr 45px; gap: 16px; min-height: 124px; padding: 22px 0; }
  .cinema-service:hover { padding-right: 12px; padding-left: 12px; }
  .cinema-service p { grid-column: 2 / 4; grid-row: 2; }
  .cinema-service__arrow { grid-column: 3; grid-row: 1; width: 42px; height: 42px; }
  .cinema-work__grid { grid-template-columns: 1fr; }
  .cinema-project, .cinema-project--1, .cinema-project--2, .cinema-project--3, .cinema-project--4, .cinema-project--5, .cinema-project--6 { grid-column: 1; margin-top: 0; }
  .cinema-project__image img, .cinema-project--2 .cinema-project__image img, .cinema-project--3 .cinema-project__image img, .cinema-project--6 .cinema-project__image img { height: auto; aspect-ratio: auto; object-fit: contain; }
  .cinema-process__steps { grid-template-columns: 1fr; }
  .cinema-process__steps li, .cinema-process__steps li:nth-child(3) { min-height: auto; padding: 28px 22px 34px; border-top: 1px solid var(--cinema-line); border-left: 1px solid var(--cinema-line); }
  .cinema-process__steps li:first-child { border-top: 0; }
  .cinema-process__steps h3 { margin-top: 35px; }
  .cinema-partners__grid { grid-template-columns: repeat(2, 1fr); }
  .cinema-partner { min-height: 120px; padding: 20px; }
  .cinema-final-cta::after { width: 72vw; height: 72vw; opacity: 0.7; }
  .cinema-footer__cta-row { align-items: flex-start; flex-direction: column; }
  .cinema-circle-link { width: 120px; height: 120px; flex-basis: 120px; }
  .cinema-footer__grid { grid-template-columns: 1fr; padding: 62px 0; }
  .cinema-footer__bottom { align-items: flex-start; flex-direction: column; }
  .page-header { min-height: 380px; padding: 165px 0 86px; }
  .studio-contact__main { padding-top: 82px; padding-bottom: 82px; }
  .studio-contact__heading h2 { font-size: clamp(43px, 12vw, 64px); }
  .studio-contact__details { min-height: auto; padding: 38px 28px; }
  .studio-contact__form-card { padding: 38px 24px; }
  .studio-contact__form { grid-template-columns: 1fr; }
  .studio-contact__field--wide { grid-column: auto; }
  .studio-contact__form-head { align-items: flex-start; flex-direction: column; }
  .studio-contact__submit { align-items: stretch; flex-direction: column; }
  .studio-contact__submit .cinema-button { width: 100%; }
  .studio-contact__submit > small { max-width: none; text-align: left; }
  .studio-map { min-height: 720px; }
  .studio-map__shade { background: linear-gradient(0deg, rgba(9, 9, 8, 0.72), transparent 66%); }
  .studio-map__marker { top: 27%; left: 68%; width: 82px; height: 82px; }
  .studio-map__pin { width: 82px; height: 82px; }
  .studio-map__pin img { width: 62px; }
  .studio-map__card { top: auto; right: 16px; bottom: 16px; left: 16px; width: auto; transform: none; }
}

@media (max-width: 479px) {
  .cinema-hero__intro { max-width: 94%; }
  .cinema-proof__item strong { font-size: 34px; }
  .cinema-proof__item span { font-size: 9px; letter-spacing: 0.07em; }
  .cinema-services, .cinema-work, .cinema-process { padding-top: 88px; padding-bottom: 88px; }
  .cinema-service { grid-template-columns: 28px 1fr 40px; }
  .cinema-service h3 { font-size: 24px; }
  .cinema-section-head__aside { padding-left: 20px; }
  .cinema-intro__capabilities { grid-template-columns: 1fr; }
  .cinema-intro__capabilities li { min-height: 150px; }
  .cinema-intro__capabilities span { margin-bottom: 28px; }
  .cinema-project__meta h3 { font-size: 25px; }
  .cinema-partners__grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js [data-reveal] { opacity: 1; filter: none; clip-path: none; transform: none; }
  .cinema-ticker__track { animation: none; transform: none; }
  .cinema-ticker__group[aria-hidden="true"] { display: none; }
  .cinema-intro__image::after { display: none; }
  .cinema-project__image { transform: none; }
  .studio-map__pulse { display: none; }
}

/* Team experience */
.studio-team {
  --team-paper: #e9e2d5;
  --team-paper-light: #f2ede4;
  color: var(--cinema-ink);
  background: var(--team-paper);
}

.studio-team-hero {
  position: relative;
  min-height: max(760px, calc(100vh - 110px));
  overflow: hidden;
  color: var(--cinema-paper);
  background:
    radial-gradient(circle at 80% 28%, rgba(199, 165, 106, 0.13), transparent 32%),
    linear-gradient(115deg, #090908 0%, #11100e 55%, #090908 100%);
}

.studio-team-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(241, 237, 227, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 237, 227, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  content: "";
  pointer-events: none;
}

.studio-team-hero__grain {
  position: absolute;
  z-index: 1;
  inset: -50%;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  animation: teamGrain 0.28s steps(2) infinite;
  pointer-events: none;
}

@keyframes teamGrain {
  0% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(2%, -1%, 0); }
  50% { transform: translate3d(-1%, 2%, 0); }
  75% { transform: translate3d(1%, 1%, 0); }
}

.studio-team-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: inherit;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 24px;
  padding-top: clamp(90px, 9vw, 145px);
  padding-bottom: 64px;
}

.studio-team-hero__content {
  z-index: 2;
  grid-column: 1 / 8;
}

.studio-team-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(70px, 9vh, 118px);
  color: #858077;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.studio-team-hero__breadcrumb a {
  color: var(--cinema-paper);
}

.studio-team-hero__breadcrumb a:hover {
  color: var(--cinema-gold);
}

.studio-team-hero h1 {
  position: relative;
  z-index: 2;
  margin: 20px 0 30px;
  color: var(--cinema-paper);
  font-family: var(--cinema-sans);
  font-size: clamp(64px, 7.4vw, 118px);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.studio-team-hero h1 em,
.studio-team__section-head h2 em,
.studio-team-cta h2 em {
  color: var(--cinema-gold);
  font-family: var(--cinema-display);
  font-weight: 500;
}

.studio-team-hero__intro {
  max-width: 570px;
  margin: 0;
  color: #aaa49a;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.studio-team-hero__scroll {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
  padding-bottom: 8px;
  border-bottom: 1px solid #656057;
  color: var(--cinema-paper);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.studio-team-hero__scroll:hover {
  border-color: var(--cinema-gold);
  color: var(--cinema-gold);
}

.studio-team-hero__visual {
  position: relative;
  align-self: end;
  grid-column: 8 / 13;
  grid-row: 1 / span 2;
  width: min(100%, 515px);
  justify-self: end;
}

.studio-team-hero__frame {
  position: relative;
  aspect-ratio: 0.78;
  overflow: hidden;
  border: 1px solid rgba(241, 237, 227, 0.18);
  background: #1a1815;
  box-shadow: 30px 35px 80px rgba(0, 0, 0, 0.38);
}

.studio-team-hero__frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(9, 9, 8, 0.65));
  content: "";
  pointer-events: none;
}

.studio-team-hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.06);
  transition: filter 700ms ease, transform 1.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.studio-team-hero__visual:hover .studio-team-hero__frame img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.025);
}

.studio-team-hero__caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: rgba(241, 237, 227, 0.72);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studio-team-hero__caption strong {
  color: var(--cinema-paper);
  font-weight: 500;
}

.studio-team-hero__mark {
  position: absolute;
  z-index: -1;
  top: -55px;
  right: -70px;
  color: transparent;
  font-family: var(--cinema-display);
  font-size: clamp(140px, 16vw, 260px);
  line-height: 1;
  -webkit-text-stroke: 1px rgba(199, 165, 106, 0.18);
}

.studio-team-hero__facts {
  display: flex;
  grid-column: 1 / 8;
  gap: clamp(28px, 4vw, 68px);
  align-self: end;
  padding-top: 48px;
  border-top: 1px solid rgba(241, 237, 227, 0.12);
}

.studio-team-hero__facts div {
  display: grid;
  gap: 5px;
}

.studio-team-hero__facts strong {
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.studio-team-hero__facts span {
  color: #777269;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studio-team-roles {
  overflow: hidden;
  border-top: 1px solid #b48c50;
  border-bottom: 1px solid #b48c50;
  background: var(--cinema-gold);
}

.studio-team-roles__track,
.studio-team-roles__group {
  display: flex;
  width: max-content;
  align-items: center;
}

.studio-team-roles__track {
  animation: teamRoles 38s linear infinite;
}

.studio-team-roles__group {
  flex-shrink: 0;
  gap: 34px;
  padding: 20px 17px;
}

.studio-team-roles span {
  color: var(--cinema-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.studio-team-roles i {
  width: 7px;
  height: 7px;
  border: 1px solid var(--cinema-ink);
  border-radius: 50%;
}

@keyframes teamRoles {
  to { transform: translateX(-50%); }
}

.studio-team-leadership,
.studio-team-crew {
  position: relative;
  padding: clamp(105px, 11vw, 175px) 0;
}

.studio-team-leadership {
  background:
    linear-gradient(rgba(9, 9, 8, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 9, 8, 0.035) 1px, transparent 1px),
    var(--team-paper);
  background-size: 72px 72px;
}

.studio-team__section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(50px, 8vw, 130px);
  margin-bottom: clamp(70px, 8vw, 120px);
}

.studio-team__section-head h2,
.studio-team-cta h2 {
  margin: 19px 0 0;
  color: var(--cinema-ink);
  font-family: var(--cinema-sans);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.studio-team__section-head > p {
  max-width: 430px;
  margin: 0 0 5px;
  color: #5f5a51;
  font-size: 16px;
  line-height: 1.8;
}

.studio-team-leadership__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(45px, 6vw, 90px) clamp(28px, 4vw, 60px);
}

.studio-team-card {
  min-width: 0;
}

.studio-team-card--lower {
  margin-top: 95px;
}

.studio-team-card__portrait {
  position: relative;
  aspect-ratio: 0.82;
  margin: 0;
  overflow: hidden;
  background: #d3cabb;
}

.studio-team-card__portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, 0.14) 50%, transparent 64%);
  content: "";
  transform: translateX(-120%);
  transition: transform 850ms ease;
  pointer-events: none;
}

.studio-team-card:hover .studio-team-card__portrait::after {
  transform: translateX(120%);
}

.studio-team-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.04);
  transition: filter 650ms ease, transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.studio-team-card:hover .studio-team-card__portrait img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.035);
}

.studio-team-card--logo .studio-team-card__portrait img {
  padding: 18%;
  object-fit: contain;
  background: #0e0e0d;
}

.studio-team-card__number {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: #fff;
  background: rgba(9, 9, 8, 0.25);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.studio-team-card__identity {
  position: relative;
  padding: 26px 0 0;
}

.studio-team-card__identity::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 2px;
  background: var(--cinema-gold);
  content: "";
  transition: width 450ms ease;
}

.studio-team-card:hover .studio-team-card__identity::before {
  width: 100%;
}

.studio-team-card__identity p {
  margin: 0 0 9px;
  color: #8a6734;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.studio-team-card__identity h3 {
  margin: 0;
  color: var(--cinema-ink);
  font-family: var(--cinema-display);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.studio-team-crew {
  color: var(--cinema-paper);
  background:
    radial-gradient(circle at 12% 16%, rgba(199, 165, 106, 0.09), transparent 26%),
    var(--cinema-ink);
}

.studio-team__section-head--light h2 {
  color: var(--cinema-paper);
}

.studio-team__section-head--light > p {
  color: #99938a;
}

.studio-team-crew__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(58px, 7vw, 95px) clamp(24px, 3vw, 42px);
}

.studio-team-card--dark .studio-team-card__portrait {
  background: #171714;
}

.studio-team-card--dark .studio-team-card__identity h3 {
  color: var(--cinema-paper);
  font-size: clamp(27px, 2.5vw, 38px);
}

.studio-team-card--dark .studio-team-card__identity p {
  color: var(--cinema-gold);
}

.studio-team-cta {
  padding: clamp(95px, 10vw, 150px) 0;
  color: var(--cinema-paper);
  background: #151411;
}

.studio-team-cta__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding-top: clamp(50px, 6vw, 82px);
  border-top: 1px solid rgba(241, 237, 227, 0.17);
}

.studio-team-cta h2 {
  color: var(--cinema-paper);
}

.studio-team-cta .cinema-button {
  flex: 0 0 auto;
  min-height: 68px;
  padding-inline: 34px;
}

@media (max-width: 991px) {
  .studio-team-hero__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 80px; }
  .studio-team-hero__content { grid-column: 1 / -1; }
  .studio-team-hero__breadcrumb { margin-bottom: 60px; }
  .studio-team-hero__visual { grid-column: 1; grid-row: auto; width: 100%; justify-self: start; }
  .studio-team-hero__facts { grid-column: 2; align-self: end; flex-direction: column; padding: 35px; border: 1px solid rgba(241, 237, 227, 0.14); }
  .studio-team__section-head { grid-template-columns: 1fr; gap: 35px; }
  .studio-team__section-head > p { max-width: 620px; }
  .studio-team-crew__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .studio-team-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
  .studio-team-hero { min-height: auto; }
  .studio-team-hero__grid { display: block; padding-top: 88px; padding-bottom: 70px; }
  .studio-team-hero__breadcrumb { margin-bottom: 56px; }
  .studio-team-hero h1 { margin-top: 18px; font-size: clamp(54px, 17vw, 76px); }
  .studio-team-hero__intro { max-width: 92%; font-size: 16px; }
  .studio-team-hero__visual { width: 88%; margin-top: 65px; }
  .studio-team-hero__mark { right: -48px; }
  .studio-team-hero__facts { display: grid; margin-top: 24px; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 26px 20px; }
  .studio-team-hero__facts strong { font-size: 26px; }
  .studio-team-hero__facts span { font-size: 8px; letter-spacing: 0.08em; }
  .studio-team-roles__group { gap: 24px; padding-block: 17px; }
  .studio-team-leadership__grid,
  .studio-team-crew__grid { grid-template-columns: 1fr; gap: 62px; }
  .studio-team-card--lower { margin-top: 0; }
  .studio-team-card__identity h3,
  .studio-team-card--dark .studio-team-card__identity h3 { font-size: 35px; }
  .studio-team-cta .cinema-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .studio-team-hero__grain,
  .studio-team-roles__track { animation: none; }
  .studio-team-roles__group[aria-hidden="true"] { display: none; }
}

/* Work and gallery experience */
.portfolio-page {
  color: var(--cinema-ink);
  background: #e9e2d5;
}

.portfolio-hero,
.gallery-story-hero {
  position: relative;
  min-height: max(720px, calc(100vh - 110px));
  overflow: hidden;
  color: var(--cinema-paper);
  background:
    radial-gradient(circle at 78% 35%, rgba(199, 165, 106, 0.13), transparent 30%),
    linear-gradient(115deg, #090908, #15130f 62%, #090908);
}

.portfolio-hero__lines,
.gallery-story-hero__lines {
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background:
    linear-gradient(rgba(241, 237, 227, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 237, 227, 0.035) 1px, transparent 1px);
  background-size: 78px 78px;
  pointer-events: none;
}

.portfolio-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  padding-top: clamp(90px, 9vw, 145px);
  padding-bottom: 65px;
}

.portfolio-hero__content {
  z-index: 2;
  grid-column: 1 / 8;
}

.portfolio-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-bottom: clamp(72px, 9vh, 112px);
  color: #858077;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.portfolio-breadcrumb a {
  color: var(--cinema-paper);
}

.portfolio-breadcrumb a:hover {
  color: var(--cinema-gold);
}

.portfolio-hero h1,
.gallery-story-hero h1 {
  position: relative;
  z-index: 2;
  margin: 18px 0 30px;
  color: var(--cinema-paper);
  font-family: var(--cinema-sans);
  font-size: clamp(66px, 7.5vw, 116px);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.portfolio-hero h1 em,
.portfolio-section-head h2 em,
.portfolio-crosslink h2 em,
.gallery-story__head h2 em {
  color: var(--cinema-gold);
  font-family: var(--cinema-display);
  font-weight: 500;
}

.portfolio-hero__intro,
.gallery-story-hero__intro {
  max-width: 570px;
  margin: 0;
  color: #aaa49a;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.portfolio-hero__art {
  position: relative;
  grid-column: 8 / 13;
  grid-row: 1 / span 2;
  width: min(100%, 520px);
  aspect-ratio: 1.03;
  align-self: end;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(241, 237, 227, 0.16);
  background: #11110f;
  box-shadow: 30px 35px 80px rgba(0, 0, 0, 0.4);
}

.portfolio-hero__art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(9, 9, 8, 0.75));
  content: "";
  pointer-events: none;
}

.portfolio-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.82) contrast(1.04);
  transition: filter 650ms ease, transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.portfolio-hero__art:hover img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.025);
}

.portfolio-hero__art--still {
  aspect-ratio: 0.96;
}

.portfolio-hero__art-meta {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  color: #aaa49a;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.portfolio-hero__art-meta strong {
  color: var(--cinema-paper);
  font-weight: 600;
  text-align: right;
}

.portfolio-hero__index {
  display: flex;
  grid-column: 1 / 8;
  align-items: baseline;
  gap: 18px;
  align-self: end;
  padding-top: 45px;
  border-top: 1px solid rgba(241, 237, 227, 0.13);
}

.portfolio-hero__index strong {
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: 38px;
  font-weight: 500;
}

.portfolio-hero__index span {
  color: #777269;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-catalogue {
  padding: clamp(105px, 11vw, 175px) 0;
  background:
    linear-gradient(rgba(9, 9, 8, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 9, 8, 0.035) 1px, transparent 1px),
    #e9e2d5;
  background-size: 72px 72px;
}

.portfolio-section-head,
.gallery-story__head {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(50px, 8vw, 130px);
  margin-bottom: clamp(68px, 8vw, 115px);
}

.portfolio-section-head h2,
.portfolio-crosslink h2,
.gallery-story__head h2 {
  margin: 18px 0 0;
  color: var(--cinema-ink);
  font-family: var(--cinema-sans);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.portfolio-section-head > p,
.gallery-story__head > p {
  max-width: 430px;
  margin: 0 0 5px;
  color: #5f5a51;
  font-size: 16px;
  line-height: 1.8;
}

.portfolio-filter {
  position: sticky;
  z-index: 20;
  top: 82px;
  margin-bottom: 72px;
  padding: 18px 0;
  border-top: 1px solid rgba(9, 9, 8, 0.2);
  border-bottom: 1px solid rgba(9, 9, 8, 0.2);
  background: rgba(233, 226, 213, 0.92);
  backdrop-filter: blur(14px);
}

.portfolio-filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  align-items: center;
  margin: 0;
}

.portfolio-filter .filter-text {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border: 0;
  color: #6f685e;
  background: none;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-filter .filter-text span {
  color: #a49680;
  font-family: var(--cinema-display);
  font-size: 12px;
  font-weight: 500;
}

.portfolio-filter li.active .filter-text,
.portfolio-filter .filter-text:hover {
  color: #966f36;
}

.portfolio-work-grid {
  columns: 2;
  column-gap: 52px;
}

.portfolio-work-item {
  display: inline-block;
  width: 100%;
  margin: 0 0 68px;
  break-inside: avoid;
}

.portfolio-work-item[hidden] {
  display: none !important;
}

.portfolio-work-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(9, 9, 8, 0.12);
  background: #d8d0c3;
}

.portfolio-work-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(9, 9, 8, 0.68));
  content: "";
  opacity: 0.65;
  transition: opacity 350ms ease;
}

.portfolio-work-card__media img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.78) contrast(1.04);
  transition: filter 600ms ease, transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.portfolio-work-card:hover .portfolio-work-card__media img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.02);
}

.portfolio-work-card:hover .portfolio-work-card__media::after {
  opacity: 0.9;
}

.portfolio-work-card__number,
.gallery-collection__index {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(9, 9, 8, 0.25);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.portfolio-work-card__view,
.gallery-collection__open {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 250ms ease;
}

.portfolio-work-card:hover .portfolio-work-card__view,
.gallery-collection:hover .gallery-collection__open {
  color: var(--cinema-gold-bright);
}

.portfolio-work-card__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 25px;
}

.portfolio-work-card__meta p,
.gallery-collection__meta p {
  margin: 0 0 8px;
  color: #8a6734;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.portfolio-work-card__meta h3,
.gallery-collection__meta h3 {
  margin: 0;
  color: var(--cinema-ink);
  font-family: var(--cinema-display);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.portfolio-work-card__meta h3 a {
  color: inherit;
}

.portfolio-work-card__meta h3 a:hover {
  color: #8a6734;
}

.portfolio-work-card__watch {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #a89f90;
  border-radius: 50%;
  color: var(--cinema-ink);
  font-size: 10px;
  transition: color 250ms ease, background 250ms ease, border-color 250ms ease;
}

.portfolio-work-card__watch:hover {
  border-color: var(--cinema-ink);
  color: var(--cinema-paper);
  background: var(--cinema-ink);
}

.portfolio-empty {
  padding: 60px;
  border: 1px solid rgba(9, 9, 8, 0.14);
  color: #6f685e;
  text-align: center;
}

.portfolio-crosslink {
  padding: clamp(95px, 10vw, 150px) 0;
  color: var(--cinema-paper);
  background: #151411;
}

.portfolio-crosslink__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding-top: clamp(50px, 6vw, 82px);
  border-top: 1px solid rgba(241, 237, 227, 0.17);
}

.portfolio-crosslink h2 {
  color: var(--cinema-paper);
}

.portfolio-crosslink .cinema-button {
  flex: 0 0 auto;
  min-height: 66px;
  padding-inline: 34px;
}

.gallery-archive {
  padding: clamp(105px, 11vw, 175px) 0;
  color: var(--cinema-paper);
  background:
    radial-gradient(circle at 12% 10%, rgba(199, 165, 106, 0.08), transparent 28%),
    var(--cinema-ink);
}

.portfolio-section-head--light h2 {
  color: var(--cinema-paper);
}

.portfolio-section-head--light > p {
  color: #99938a;
}

.gallery-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(68px, 8vw, 110px) clamp(30px, 5vw, 70px);
}

.gallery-collection:nth-child(even) {
  margin-top: 90px;
}

.gallery-collection__link {
  display: block;
}

.gallery-collection__media {
  position: relative;
  display: grid;
  aspect-ratio: 1.38;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(241, 237, 227, 0.13);
  background: #151512;
}

.gallery-collection__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(9, 9, 8, 0.7));
  content: "";
}

.gallery-collection__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.7) contrast(1.05);
  transition: filter 650ms ease, transform 850ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-collection:hover .gallery-collection__media img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.025);
}

.gallery-collection__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  padding-top: 24px;
}

.gallery-collection__meta h3 {
  color: var(--cinema-paper);
}

.gallery-collection__meta > span {
  flex: 0 0 auto;
  padding-bottom: 5px;
  color: #7c776f;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-empty--light {
  border-color: rgba(241, 237, 227, 0.15);
  color: #99938a;
}

.portfolio-crosslink--paper {
  color: var(--cinema-ink);
  background: #e9e2d5;
}

.portfolio-crosslink--paper .portfolio-crosslink__inner {
  border-color: rgba(9, 9, 8, 0.17);
}

.portfolio-crosslink--paper h2 {
  color: var(--cinema-ink);
}

.gallery-story-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(55px, 8vw, 130px);
  padding-top: clamp(90px, 9vw, 145px);
  padding-bottom: 75px;
}

.gallery-story-hero h1 {
  overflow-wrap: anywhere;
}

.gallery-story-hero__facts {
  display: flex;
  gap: 52px;
  margin-top: 46px;
  padding-top: 32px;
  border-top: 1px solid rgba(241, 237, 227, 0.14);
}

.gallery-story-hero__facts div {
  display: grid;
  gap: 5px;
}

.gallery-story-hero__facts strong {
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.gallery-story-hero__facts span {
  color: #777269;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gallery-story-hero__image {
  position: relative;
  display: grid;
  min-height: 520px;
  max-height: 680px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(241, 237, 227, 0.14);
  background: #151512;
  box-shadow: 30px 35px 80px rgba(0, 0, 0, 0.4);
}

.gallery-story-hero__image img {
  width: 100%;
  height: 100%;
  max-height: inherit;
  object-fit: contain;
  filter: saturate(0.8) contrast(1.04);
}

.gallery-story-hero__image > span {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 7px 10px;
  color: var(--cinema-paper);
  background: rgba(9, 9, 8, 0.72);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-story {
  padding: clamp(105px, 11vw, 175px) 0;
  background:
    linear-gradient(rgba(9, 9, 8, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 9, 8, 0.035) 1px, transparent 1px),
    #e9e2d5;
  background-size: 72px 72px;
}

.gallery-story__grid {
  columns: 3;
  column-gap: 24px;
}

.gallery-story__frame {
  position: relative;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  break-inside: avoid;
  border: 1px solid rgba(9, 9, 8, 0.12);
  background: #d7cfc2;
}

.gallery-story__frame::after {
  position: absolute;
  inset: 0;
  border: 0 solid var(--cinema-gold);
  content: "";
  transition: border-width 300ms ease;
  pointer-events: none;
}

.gallery-story__frame:hover::after {
  border-width: 7px;
}

.gallery-story__frame img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.78) contrast(1.04);
  transition: filter 500ms ease, transform 750ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-story__frame:hover img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.025);
}

.gallery-story__frame span,
.gallery-story__frame i {
  position: absolute;
  z-index: 2;
  color: #fff;
  background: rgba(9, 9, 8, 0.68);
  backdrop-filter: blur(8px);
}

.gallery-story__frame span {
  top: 12px;
  left: 12px;
  padding: 8px 10px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.gallery-story__frame i {
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  opacity: 0;
  font-size: 11px;
  transform: translateY(8px);
  transition: opacity 250ms ease, transform 250ms ease;
}

.gallery-story__frame:hover i {
  opacity: 1;
  transform: none;
}

.gallery-story__footer {
  padding: 75px 0;
  color: var(--cinema-paper);
  background: #151411;
}

.gallery-story__footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.gallery-story__footer .cinema-text-link {
  color: var(--cinema-paper);
}

.mfp-bg {
  background: #050504;
  opacity: 0.96;
}

.mfp-figure::after {
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
  background: #0e0e0c;
}

.mfp-title,
.mfp-counter {
  color: #b8b1a5;
  font-family: var(--cinema-sans);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border-color: transparent;
}

.mfp-arrow-left::after,
.mfp-arrow-right::after {
  border: solid var(--cinema-gold);
  border-width: 0 2px 2px 0;
  width: 22px;
  height: 22px;
}

.mfp-arrow-left::after { transform: rotate(135deg); }
.mfp-arrow-right::after { transform: rotate(-45deg); }

@media (max-width: 991px) {
  .portfolio-hero__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 80px; }
  .portfolio-hero__content { grid-column: 1 / -1; }
  .portfolio-breadcrumb { margin-bottom: 60px; }
  .portfolio-hero__art { grid-column: 1; grid-row: auto; width: 100%; justify-self: start; }
  .portfolio-hero__index { grid-column: 2; align-self: end; padding: 35px; border: 1px solid rgba(241, 237, 227, 0.14); }
  .portfolio-section-head,
  .gallery-story__head { grid-template-columns: 1fr; gap: 35px; }
  .portfolio-section-head > p,
  .gallery-story__head > p { max-width: 620px; }
  .portfolio-work-grid { column-gap: 36px; }
  .gallery-archive__grid { gap: 70px 30px; }
  .gallery-collection:nth-child(even) { margin-top: 55px; }
  .portfolio-crosslink__inner { align-items: flex-start; flex-direction: column; }
  .gallery-story-hero__grid { grid-template-columns: 1fr; }
  .gallery-story-hero__image { min-height: 0; max-height: none; }
  .gallery-story-hero__image img { height: auto; }
  .gallery-story__grid { columns: 2; }
}

@media (max-width: 767px) {
  .portfolio-hero,
  .gallery-story-hero { min-height: auto; }
  .portfolio-hero__grid { display: block; padding-top: 88px; padding-bottom: 70px; }
  .portfolio-breadcrumb { margin-bottom: 55px; }
  .portfolio-hero h1,
  .gallery-story-hero h1 { font-size: clamp(53px, 16vw, 74px); }
  .portfolio-hero__intro,
  .gallery-story-hero__intro { max-width: 94%; font-size: 16px; }
  .portfolio-hero__art { width: 92%; margin-top: 62px; }
  .portfolio-hero__index { margin-top: 22px; padding: 25px 20px; }
  .portfolio-filter { top: 72px; margin-right: -16px; margin-left: -16px; padding: 12px 16px; overflow-x: auto; }
  .portfolio-filter__list { width: max-content; flex-wrap: nowrap; gap: 25px; }
  .portfolio-work-grid { columns: 1; }
  .portfolio-work-item { margin-bottom: 58px; }
  .portfolio-work-card__meta h3,
  .gallery-collection__meta h3 { font-size: 34px; }
  .portfolio-crosslink .cinema-button { width: 100%; }
  .gallery-archive__grid { grid-template-columns: 1fr; gap: 65px; }
  .gallery-collection:nth-child(even) { margin-top: 0; }
  .gallery-collection__meta { align-items: flex-start; flex-direction: column; gap: 12px; }
  .gallery-story-hero__grid { display: block; padding-top: 88px; padding-bottom: 70px; }
  .gallery-story-hero__image { margin-top: 60px; }
  .gallery-story-hero__facts { gap: 35px; }
  .gallery-story__grid { columns: 1; }
  .gallery-story__frame { margin-bottom: 18px; }
  .gallery-story__frame i { opacity: 1; transform: none; }
  .gallery-story__footer-inner { align-items: stretch; flex-direction: column; }
  .gallery-story__footer .cinema-button { width: 100%; }
}

/* Events and ticket planner */
.events-page {
  color: var(--cinema-ink);
  background: #e9e2d5;
}

.events-hero {
  position: relative;
  min-height: max(790px, calc(100vh - 110px));
  overflow: hidden;
  color: var(--cinema-paper);
  background:
    radial-gradient(circle at 78% 30%, rgba(174, 75, 42, 0.18), transparent 30%),
    radial-gradient(circle at 23% 80%, rgba(199, 165, 106, 0.09), transparent 28%),
    #090908;
}

.events-hero__lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(241, 237, 227, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 237, 227, 0.035) 1px, transparent 1px);
  background-size: 78px 78px;
  pointer-events: none;
}

.events-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  padding-top: clamp(90px, 9vw, 145px);
  padding-bottom: 64px;
}

.events-hero__content {
  z-index: 2;
  grid-column: 1 / 8;
}

.events-hero h1 {
  margin: 18px 0 30px;
  color: var(--cinema-paper);
  font-family: var(--cinema-sans);
  font-size: clamp(65px, 7.2vw, 112px);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.87;
}

.events-hero h1 em,
.event-planner__head h2 em,
.events-sales-cta h2 em {
  color: var(--cinema-gold);
  font-family: var(--cinema-display);
  font-weight: 500;
}

.events-hero__intro {
  max-width: 580px;
  margin: 0 0 38px;
  color: #aaa49a;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.events-hero__feature {
  position: relative;
  grid-column: 8 / 13;
  grid-row: 1 / span 2;
  width: min(100%, 510px);
  align-self: end;
  justify-self: end;
  border: 1px solid rgba(241, 237, 227, 0.17);
  background: #11110f;
  box-shadow: 30px 35px 80px rgba(0, 0, 0, 0.45);
}

.events-hero__poster {
  display: grid;
  aspect-ratio: 1.08;
  place-items: center;
  overflow: hidden;
  background: #0d0d0c;
}

.events-hero__poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.82) contrast(1.05);
  transition: filter 650ms ease, transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.events-hero__feature:hover .events-hero__poster img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.02);
}

.events-hero__feature-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px 18px;
  padding: 25px 28px 28px;
}

.events-hero__feature-copy > p {
  margin: 0;
  color: #858077;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.events-hero__feature-copy h2 {
  grid-column: 1 / -1;
  margin: 10px 0 12px;
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.events-hero__feature-copy > a {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  border-top: 1px solid rgba(241, 237, 227, 0.14);
  color: var(--cinema-paper);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.events-hero__feature-copy > a:hover {
  color: var(--cinema-gold-bright);
}

.events-hero__feature--empty {
  display: grid;
  min-height: 520px;
  place-items: center;
  padding: 60px;
  text-align: center;
}

.events-hero__feature--empty img {
  width: min(260px, 80%);
}

.events-hero__feature--empty p {
  color: #9d978d;
}

.events-hero__facts {
  display: flex;
  grid-column: 1 / 8;
  gap: clamp(30px, 4vw, 68px);
  align-self: end;
  padding-top: 44px;
  border-top: 1px solid rgba(241, 237, 227, 0.13);
}

.events-hero__facts div {
  display: grid;
  gap: 5px;
}

.events-hero__facts strong {
  color: var(--cinema-paper);
  font-family: var(--cinema-display);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.events-hero__facts span {
  color: #777269;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.events-status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #ada79d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.events-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.events-status--present {
  color: #dc704d;
}

.events-status--present::before {
  box-shadow: 0 0 0 0 rgba(220, 112, 77, 0.5);
  animation: eventLivePulse 1.8s ease-out infinite;
}

.events-status--upcoming {
  color: var(--cinema-gold-bright);
}

.events-status--past {
  color: #858077;
}

@keyframes eventLivePulse {
  70% { box-shadow: 0 0 0 8px rgba(220, 112, 77, 0); }
  100% { box-shadow: 0 0 0 0 rgba(220, 112, 77, 0); }
}

.events-marquee {
  overflow: hidden;
  border-top: 1px solid #b48c50;
  border-bottom: 1px solid #b48c50;
  background: var(--cinema-gold);
}

.events-marquee__track,
.events-marquee__group {
  display: flex;
  width: max-content;
  align-items: center;
}

.events-marquee__track {
  animation: eventsMarquee 32s linear infinite;
}

.events-marquee__group {
  flex-shrink: 0;
  gap: 32px;
  padding: 19px 16px;
}

.events-marquee span {
  color: var(--cinema-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.events-marquee i {
  width: 7px;
  height: 7px;
  border: 1px solid var(--cinema-ink);
  border-radius: 50%;
}

@keyframes eventsMarquee {
  to { transform: translateX(-50%); }
}

.event-planner {
  position: relative;
  padding: clamp(105px, 11vw, 175px) 0;
  background:
    linear-gradient(rgba(9, 9, 8, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 9, 8, 0.035) 1px, transparent 1px),
    #e9e2d5;
  background-size: 72px 72px;
}

.event-planner__head {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(50px, 8vw, 130px);
  margin-bottom: clamp(65px, 7vw, 105px);
}

.event-planner__head h2,
.events-sales-cta h2 {
  margin: 18px 0 0;
  color: var(--cinema-ink);
  font-family: var(--cinema-sans);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.event-planner__head > p {
  max-width: 430px;
  margin: 0 0 5px;
  color: #5f5a51;
  font-size: 16px;
  line-height: 1.8;
}

.event-planner__toolbar {
  position: sticky;
  z-index: 20;
  top: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 16px 0;
  border-top: 1px solid rgba(9, 9, 8, 0.2);
  border-bottom: 1px solid rgba(9, 9, 8, 0.2);
  background: rgba(233, 226, 213, 0.93);
  backdrop-filter: blur(14px);
}

.event-planner__filters,
.event-planner__views {
  display: flex;
  align-items: center;
}

.event-planner__filters {
  gap: 30px;
}

.event-planner__filters button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border: 0;
  color: #706a61;
  background: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-planner__filters button span {
  color: #a49680;
  font-family: var(--cinema-display);
  font-size: 12px;
  font-weight: 500;
}

.event-planner__filters button.active,
.event-planner__filters button:hover {
  color: #966f36;
}

.event-planner__views {
  gap: 6px;
}

.event-planner__views button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #bfb5a5;
  color: #756f65;
  background: transparent;
}

.event-planner__views button.active,
.event-planner__views button:hover {
  border-color: var(--cinema-ink);
  color: var(--cinema-paper);
  background: var(--cinema-ink);
}

.event-planner__summary {
  margin: 24px 0 42px;
  color: #817a6f;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-planner__list {
  display: grid;
  gap: 42px;
}

.event-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(240px, 0.65fr) minmax(0, 1.35fr);
  min-width: 0;
  border: 1px solid rgba(9, 9, 8, 0.16);
  background: rgba(244, 239, 230, 0.94);
  box-shadow: 0 22px 60px rgba(34, 28, 21, 0.07);
  transition: border-color 350ms ease, box-shadow 350ms ease, transform 350ms ease;
}

.event-card:hover {
  border-color: rgba(150, 111, 54, 0.55);
  box-shadow: 0 28px 75px rgba(34, 28, 21, 0.12);
  transform: translateY(-4px);
}

.event-card[hidden] {
  display: none !important;
}

.event-card__date {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(9, 9, 8, 0.13);
  text-align: center;
}

.event-card__date span,
.event-card__date small {
  color: #8a6734;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.event-card__date strong {
  margin: 8px 0 5px;
  color: var(--cinema-ink);
  font-family: var(--cinema-display);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.event-card__poster {
  position: relative;
  display: grid;
  min-height: 440px;
  place-items: center;
  overflow: hidden;
  background: #11110f;
}

.event-card__poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.82) contrast(1.04);
  transition: filter 600ms ease, transform 850ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.event-card:hover .event-card__poster img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.02);
}

.event-card--past .event-card__poster img {
  filter: saturate(0.55) contrast(1.06);
}

.event-card__number {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(9, 9, 8, 0.32);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.event-card__content {
  min-width: 0;
  padding: clamp(34px, 4vw, 58px);
}

.event-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.event-card__countdown {
  color: #8a6734;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-card__content > h3 {
  margin: 0 0 18px;
  color: var(--cinema-ink);
  font-family: var(--cinema-display);
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.event-card__description {
  max-width: 660px;
  margin: 0;
  color: #686157;
  font-size: 15px;
  line-height: 1.75;
}

.event-card__sessions {
  margin-top: 34px;
  border-top: 1px solid rgba(9, 9, 8, 0.14);
}

.event-card__sessions-title {
  margin: 0;
  padding: 17px 0;
  color: #8a6734;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-session {
  display: grid;
  grid-template-columns: 115px minmax(170px, 1fr) auto minmax(145px, auto);
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(9, 9, 8, 0.1);
}

.event-session__time {
  display: grid;
}

.event-session__time span {
  color: #8a6734;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-session__time strong {
  margin-top: 4px;
  color: var(--cinema-ink);
  font-size: 14px;
  font-weight: 600;
}

.event-session__time small {
  color: #8a847a;
  font-size: 10px;
}

.event-session__venue {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 9px;
  color: #686157;
  font-size: 11px;
  line-height: 1.5;
}

.event-session__venue i {
  margin-top: 3px;
  color: #9a743b;
}

.event-session__price {
  color: var(--cinema-ink);
  font-family: var(--cinema-display);
  font-size: 20px;
  font-weight: 500;
}

.event-session__actions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.event-ticket-button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 18px;
  color: var(--cinema-ink);
  background: var(--cinema-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-ticket-button:hover {
  color: var(--cinema-ink);
  background: var(--cinema-gold-bright);
}

.event-ticket-ended,
.event-ticket-help {
  color: #8a847a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-ticket-help {
  color: #8a6734;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.event-calendar-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  color: #766f65;
  background: none;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-calendar-button:hover {
  color: #8a6734;
}

.event-planner__list.is-calendar-view {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.is-calendar-view .event-card {
  display: block;
}

.is-calendar-view .event-card__date {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  width: 70px;
  min-height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(9, 9, 8, 0.64);
  backdrop-filter: blur(10px);
}

.is-calendar-view .event-card__date span,
.is-calendar-view .event-card__date small,
.is-calendar-view .event-card__date strong {
  color: #fff;
}

.is-calendar-view .event-card__poster {
  min-height: 480px;
  aspect-ratio: 1.15;
}

.is-calendar-view .event-card__content {
  padding: 35px;
}

.is-calendar-view .event-card__content > h3 {
  font-size: clamp(36px, 4vw, 52px);
}

.is-calendar-view .event-session {
  grid-template-columns: 1fr auto;
}

.is-calendar-view .event-session__venue {
  grid-column: 1 / -1;
}

.is-calendar-view .event-session__actions {
  grid-column: 1 / -1;
  align-items: start;
  justify-items: stretch;
}

.event-planner__empty {
  position: relative;
  overflow: hidden;
  padding: clamp(55px, 8vw, 100px);
  border: 1px solid rgba(9, 9, 8, 0.15);
  background: rgba(244, 239, 230, 0.9);
  text-align: center;
}

.event-planner__empty[hidden] {
  display: none;
}

.event-planner__empty-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  color: transparent;
  font-family: var(--cinema-display);
  font-size: clamp(130px, 20vw, 280px);
  line-height: 1;
  transform: translate(-50%, -50%);
  -webkit-text-stroke: 1px rgba(9, 9, 8, 0.07);
}

.event-planner__empty > *:not(.event-planner__empty-mark) {
  position: relative;
  z-index: 1;
}

.event-planner__empty h3 {
  max-width: 720px;
  margin: 20px auto;
  color: var(--cinema-ink);
  font-family: var(--cinema-display);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.event-planner__empty > p:not(.cinema-eyebrow) {
  max-width: 600px;
  margin: 0 auto 28px;
  color: #686157;
  line-height: 1.7;
}

.events-sales-cta {
  padding: clamp(95px, 10vw, 150px) 0;
  color: var(--cinema-paper);
  background:
    radial-gradient(circle at 83% 50%, rgba(174, 75, 42, 0.14), transparent 24%),
    #151411;
}

.events-sales-cta__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding-top: clamp(50px, 6vw, 82px);
  border-top: 1px solid rgba(241, 237, 227, 0.17);
}

.events-sales-cta h2 {
  color: var(--cinema-paper);
}

.events-sales-cta .cinema-button {
  flex: 0 0 auto;
  min-height: 68px;
  padding-inline: 34px;
}

@media (max-width: 1199px) {
  .event-card { grid-template-columns: 78px minmax(210px, 0.6fr) minmax(0, 1.4fr); }
  .event-session { grid-template-columns: 105px minmax(150px, 1fr) auto; }
  .event-session__actions { grid-column: 1 / -1; align-items: center; grid-auto-flow: column; justify-content: end; justify-items: end; }
}

@media (max-width: 991px) {
  .events-hero__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 80px; }
  .events-hero__content { grid-column: 1 / -1; }
  .events-hero__feature { grid-column: 1; grid-row: auto; width: 100%; justify-self: start; }
  .events-hero__facts { grid-column: 2; align-self: end; flex-direction: column; padding: 35px; border: 1px solid rgba(241, 237, 227, 0.14); }
  .event-planner__head { grid-template-columns: 1fr; gap: 35px; }
  .event-planner__head > p { max-width: 620px; }
  .event-card { grid-template-columns: 80px minmax(220px, 0.7fr) minmax(0, 1.3fr); }
  .event-card__content { padding: 34px 28px; }
  .event-session { grid-template-columns: 1fr auto; }
  .event-session__venue { grid-column: 1 / -1; }
  .event-planner__list.is-calendar-view { grid-template-columns: 1fr; }
  .events-sales-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
  .events-hero { min-height: auto; }
  .events-hero__grid { display: block; padding-top: 88px; padding-bottom: 70px; }
  .events-hero h1 { font-size: clamp(53px, 16vw, 74px); }
  .events-hero__intro { max-width: 94%; font-size: 16px; }
  .events-hero .cinema-actions { align-items: stretch; flex-direction: column; }
  .events-hero__feature { width: 92%; margin-top: 62px; }
  .events-hero__facts { display: grid; margin-top: 22px; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 25px 18px; }
  .events-hero__facts strong { font-size: 27px; }
  .events-hero__facts span { font-size: 7px; letter-spacing: 0.08em; }
  .event-planner__toolbar { top: 72px; align-items: stretch; flex-direction: column; margin-right: -16px; margin-left: -16px; padding: 12px 16px; }
  .event-planner__filters { width: 100%; gap: 25px; overflow-x: auto; }
  .event-planner__filters button { flex: 0 0 auto; }
  .event-planner__views { align-self: flex-end; }
  .event-card { display: block; }
  .event-card__date { position: absolute; z-index: 3; top: 16px; left: 16px; width: 68px; min-height: 86px; border: 1px solid rgba(255, 255, 255, 0.5); color: #fff; background: rgba(9, 9, 8, 0.64); backdrop-filter: blur(10px); }
  .event-card__date span,
  .event-card__date small,
  .event-card__date strong { color: #fff; }
  .event-card__poster { min-height: 430px; }
  .event-card__content { padding: 32px 24px; }
  .event-card__topline { align-items: flex-start; flex-direction: column; }
  .event-session { grid-template-columns: 1fr auto; gap: 14px; }
  .event-session__venue { grid-column: 1 / -1; }
  .event-session__actions { grid-column: 1 / -1; grid-auto-flow: row; justify-content: stretch; justify-items: stretch; }
  .event-ticket-button { width: 100%; }
  .event-calendar-button { justify-content: center; min-height: 36px; }
  .is-calendar-view .event-card__poster { min-height: 430px; }
  .events-sales-cta .cinema-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .events-marquee__track,
  .events-status--present::before { animation: none; }
}

/* Music and sound production */
.music-page {
  --music-coral: #e76445;
  --music-cyan: #63c8c8;
  --music-blue: #318fbd;
  --music-amber: #f2a84a;
  --music-cream: #f3ede1;
  color: var(--music-cream);
  background: #080908;
}

.music-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 25px;
  color: var(--cinema-gold-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.music-kicker::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.music-kicker--dark { color: #7e6540; }

.music-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  isolation: isolate;
  background: #080908;
}

.music-hero__backdrop {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(1.15) contrast(1.08);
  animation: musicHeroDrift 16s ease-in-out infinite alternate;
}

.music-hero::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    radial-gradient(circle at 84% 30%, rgba(49, 143, 189, 0.22), transparent 28%),
    radial-gradient(circle at 68% 77%, rgba(231, 100, 69, 0.17), transparent 31%),
    linear-gradient(90deg, rgba(5, 6, 5, 0.97) 0%, rgba(5, 6, 5, 0.78) 39%, rgba(5, 6, 5, 0.08) 72%, rgba(5, 6, 5, 0.38) 100%),
    linear-gradient(0deg, #080908 0%, transparent 30%);
  content: "";
}

.music-hero::after {
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 59%;
  width: 1px;
  background: linear-gradient(transparent 12%, rgba(99, 200, 200, 0.55), transparent 82%);
  content: "";
}

.music-hero__texture {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  pointer-events: none;
}

.music-hero__rings {
  position: absolute;
  z-index: -1;
  right: clamp(-240px, -9vw, -80px);
  bottom: -260px;
  width: min(53vw, 760px);
  aspect-ratio: 1;
  pointer-events: none;
}

.music-hero__rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(99, 200, 200, 0.25);
  border-radius: 50%;
  animation: musicRing 5s ease-out infinite;
}

.music-hero__rings span:nth-child(2) { animation-delay: 1.65s; }
.music-hero__rings span:nth-child(3) { animation-delay: 3.3s; }

.music-hero__content {
  position: relative;
  display: grid;
  min-height: 900px;
  padding-top: 180px;
  padding-bottom: 48px;
  grid-template-columns: minmax(0, 760px) 1fr;
  grid-template-rows: 1fr auto;
  align-items: center;
}

.music-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  animation: cinemaCopyIn 900ms 180ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.music-hero h1,
.music-manifesto h2,
.music-services h2,
.music-process h2,
.music-cta h2 {
  margin: 0;
  font-family: var(--cinema-display);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.music-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(74px, 8.7vw, 142px);
  line-height: 0.78;
}

.music-hero h1 em,
.music-services h2 em,
.music-process h2 em,
.music-cta h2 em {
  color: var(--cinema-gold-bright);
  font-weight: 400;
}

.music-hero__intro {
  max-width: 610px;
  margin: 44px 0 38px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.75;
}

.music-hero .cinema-button--ghost,
.music-cta .cinema-button--ghost { border-color: rgba(255, 255, 255, 0.35); color: #fff; }

.music-wave {
  position: absolute;
  right: 1.5%;
  bottom: 145px;
  display: flex;
  width: min(36vw, 500px);
  height: 116px;
  align-items: center;
  gap: clamp(4px, 0.55vw, 9px);
  opacity: 0.8;
}

.music-wave span {
  width: 3px;
  height: 72%;
  background: linear-gradient(180deg, var(--music-cyan), var(--cinema-gold), var(--music-coral));
  box-shadow: 0 0 16px rgba(99, 200, 200, 0.25);
  transform: scaleY(0.18);
  animation: musicWave 1.25s ease-in-out infinite alternate;
}

.music-wave span:nth-child(3n) { animation-duration: 0.8s; }
.music-wave span:nth-child(4n) { animation-duration: 1.7s; }
.music-wave span:nth-child(5n) { animation-duration: 1.05s; }
.music-wave span:nth-child(even) { animation-delay: -0.55s; }

.music-hero__rail {
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  width: 100%;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: repeat(3, 1fr);
}

.music-hero__rail > span {
  color: var(--cinema-gold);
  font-size: 10px;
  letter-spacing: 0.15em;
}

.music-hero__rail strong {
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.music-manifesto {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 12vw, 180px) 0;
  color: #1c1a16;
  background:
    radial-gradient(circle at 92% 14%, rgba(99, 200, 200, 0.2), transparent 24%),
    radial-gradient(circle at 8% 92%, rgba(231, 100, 69, 0.15), transparent 25%),
    var(--music-cream);
}

.music-manifesto__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.65fr);
  gap: clamp(60px, 9vw, 145px);
  align-items: end;
}

.music-manifesto h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(57px, 7vw, 104px);
  line-height: 0.92;
}

.music-manifesto h2 em {
  color: var(--music-coral);
  font-weight: 400;
}

.music-manifesto__copy {
  position: relative;
  z-index: 1;
  padding-bottom: 6px;
}

.music-manifesto__copy p {
  margin: 0 0 24px;
  color: #5d584e;
  font-size: 17px;
  line-height: 1.75;
}

.music-manifesto__copy a {
  display: inline-flex;
  margin-top: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #8b7149;
  align-items: center;
  gap: 13px;
  color: #24211c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.music-disc {
  position: absolute;
  top: 50%;
  left: 57%;
  width: 360px;
  aspect-ratio: 1;
  border: 1px solid rgba(231, 100, 69, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.music-disc::before,
.music-disc::after,
.music-disc span {
  position: absolute;
  border: 1px solid rgba(231, 100, 69, 0.14);
  border-radius: 50%;
  content: "";
}

.music-disc::before { inset: 18%; }
.music-disc::after { inset: 38%; background: rgba(231, 100, 69, 0.08); }
.music-disc span { inset: 48%; border: 0; background: var(--music-coral); }

.music-services {
  position: relative;
  padding: clamp(110px, 12vw, 180px) 0;
  background:
    radial-gradient(circle at 88% 7%, rgba(99, 200, 200, 0.18), transparent 24%),
    radial-gradient(circle at 4% 35%, rgba(231, 100, 69, 0.14), transparent 22%),
    radial-gradient(circle at 88% 68%, rgba(242, 168, 74, 0.12), transparent 23%),
    linear-gradient(135deg, rgba(49, 143, 189, 0.05), transparent 42%),
    #080908;
}

.music-services__head {
  display: grid;
  margin-bottom: clamp(70px, 9vw, 130px);
  grid-template-columns: 0.8fr 1.2fr;
  align-items: end;
}

.music-services__head .music-kicker { align-self: start; }

.music-services h2 {
  color: #fff;
  font-size: clamp(62px, 7vw, 108px);
  line-height: 0.9;
}

.music-service-list { display: grid; gap: clamp(95px, 12vw, 180px); }

.music-service-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
}

.music-service-panel--reverse { grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr); }
.music-service-panel--reverse .music-service-panel__visual { grid-column: 2; grid-row: 1; }
.music-service-panel--reverse .music-service-panel__content { grid-column: 1; grid-row: 1; }

.music-service-panel__visual {
  position: relative;
  min-height: clamp(410px, 48vw, 680px);
  margin: 0;
  overflow: hidden;
  background: #151613;
  box-shadow: 0 35px 90px rgba(49, 143, 189, 0.12);
}

.music-service-panel:nth-child(2) .music-service-panel__visual { box-shadow: 0 35px 90px rgba(231, 100, 69, 0.17); }
.music-service-panel:nth-child(3) .music-service-panel__visual { box-shadow: 0 35px 90px rgba(242, 168, 74, 0.15); }

.music-service-panel__visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.36);
  content: "";
  pointer-events: none;
}

.music-service-panel__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: filter 800ms ease, transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.music-service-panel:hover .music-service-panel__visual img {
  filter: saturate(1.18) contrast(1.06);
  transform: scale(1.035);
}

.music-service-panel__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 17px 22px;
  color: #111;
  background: var(--music-cyan);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.music-service-panel:nth-child(2) .music-service-panel__visual figcaption { color: #fff; background: var(--music-coral); }
.music-service-panel:nth-child(3) .music-service-panel__visual figcaption { background: var(--music-amber); }
.music-service-panel:nth-child(2) .music-kicker { color: #f08770; }
.music-service-panel:nth-child(3) .music-kicker { color: #75d7d8; }

.music-service-panel__content { position: relative; }

.music-service-panel__number {
  position: absolute;
  top: -100px;
  right: 0;
  color: rgba(255, 255, 255, 0.055);
  font-family: var(--cinema-display);
  font-size: clamp(100px, 13vw, 190px);
  line-height: 1;
}

.music-service-panel h3 {
  position: relative;
  margin: 0 0 34px;
  color: #fff;
  font-family: var(--cinema-display);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.97;
}

.music-service-panel__content > p:not(.music-kicker) {
  max-width: 510px;
  margin: 0;
  color: #aba79e;
  font-size: 16px;
  line-height: 1.8;
}

.music-tags {
  display: flex;
  margin: 37px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.music-tags li {
  padding: 9px 13px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #d8d3c8;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 250ms ease, color 250ms ease, background 250ms ease;
}

.music-tags li:hover { border-color: var(--music-cyan); color: #071112; background: var(--music-cyan); }
.music-service-panel:nth-child(2) .music-tags li:hover { border-color: var(--music-coral); color: #fff; background: var(--music-coral); }
.music-service-panel:nth-child(3) .music-tags li:hover { border-color: var(--music-amber); color: #181006; background: var(--music-amber); }

.music-process {
  padding: clamp(105px, 11vw, 170px) 0;
  color: #1b1915;
  background:
    radial-gradient(circle at 90% 5%, rgba(49, 143, 189, 0.16), transparent 24%),
    radial-gradient(circle at 4% 94%, rgba(231, 100, 69, 0.13), transparent 26%),
    linear-gradient(rgba(26, 24, 20, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 24, 20, 0.045) 1px, transparent 1px),
    var(--music-cream);
  background-size: 44px 44px;
}

.music-process__head {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px 70px;
}

.music-process__head .music-kicker { grid-column: 1; }

.music-process h2 {
  grid-column: 1;
  color: #1c1a16;
  font-size: clamp(58px, 6.5vw, 100px);
  line-height: 0.91;
}

.music-process h2 em { color: var(--music-coral); }

.music-process__head > p:last-child {
  max-width: 530px;
  margin: 0 0 10px;
  align-self: end;
  color: #615c52;
  font-size: 17px;
  line-height: 1.8;
}

.music-process__steps {
  display: grid;
  margin: clamp(65px, 8vw, 115px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(28, 26, 22, 0.23);
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.music-process__steps li {
  position: relative;
  min-height: 285px;
  padding: 42px 35px 25px 0;
  border-right: 1px solid rgba(28, 26, 22, 0.14);
}

.music-process__steps li + li { padding-left: 35px; }

.music-process__steps li::before {
  position: absolute;
  top: -6px;
  left: -1px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--music-cream);
  border-radius: 50%;
  background: var(--music-coral);
  box-shadow: 0 0 0 1px var(--music-coral);
  content: "";
}

.music-process__steps span {
  display: block;
  margin-bottom: 64px;
  color: #8c7048;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.music-process__steps h3 {
  margin: 0 0 17px;
  color: #1a1815;
  font-family: var(--cinema-display);
  font-size: 34px;
  font-weight: 500;
}

.music-process__steps p {
  margin: 0;
  color: #696358;
  font-size: 14px;
  line-height: 1.7;
}

.music-cta {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  background: #090908;
}

.music-cta__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("../images/music/paul-einerhand-22ff877xeNk-unsplash.jpg") center / cover no-repeat;
  filter: grayscale(0.3) saturate(0.8);
}

.music-cta::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 8, 7, 0.97) 0%, rgba(7, 8, 7, 0.76) 55%, rgba(7, 8, 7, 0.2) 100%);
  content: "";
}

.music-cta .container { padding-top: 100px; padding-bottom: 100px; }

.music-cta h2 {
  max-width: 800px;
  color: #fff;
  font-size: clamp(74px, 9vw, 138px);
  line-height: 0.8;
}

.music-cta .cinema-actions { margin-top: 50px; }

@keyframes musicHeroDrift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.2%, -0.6%, 0); }
}

@keyframes musicWave {
  0% { transform: scaleY(0.12); opacity: 0.45; }
  100% { transform: scaleY(1); opacity: 1; }
}

@keyframes musicRing {
  0% { opacity: 0; transform: scale(0.22); }
  25% { opacity: 0.7; }
  100% { opacity: 0; transform: scale(1); }
}

@media (max-width: 991px) {
  .music-hero,
  .music-hero__content { min-height: 820px; }
  .music-hero__content { padding-top: 160px; }
  .music-hero::after { left: 68%; }
  .music-wave { right: -7%; width: 36vw; opacity: 0.55; }
  .music-manifesto__grid { grid-template-columns: 1fr; gap: 55px; }
  .music-manifesto__copy { max-width: 650px; }
  .music-disc { top: 22%; left: auto; right: -160px; }
  .music-services__head { grid-template-columns: 1fr; gap: 25px; }
  .music-service-panel,
  .music-service-panel--reverse { grid-template-columns: 1fr; gap: 45px; }
  .music-service-panel--reverse .music-service-panel__visual,
  .music-service-panel--reverse .music-service-panel__content { grid-column: 1; grid-row: auto; }
  .music-service-panel--reverse .music-service-panel__visual { grid-row: 1; }
  .music-service-panel__content { max-width: 680px; }
  .music-service-panel__number { top: -75px; }
  .music-process__head { grid-template-columns: 1fr; }
  .music-process__head .music-kicker,
  .music-process h2 { grid-column: 1; }
  .music-process__head > p:last-child { margin-top: 15px; }
  .music-process__steps { grid-template-columns: repeat(2, 1fr); }
  .music-process__steps li:nth-child(2) { border-right: 0; }
  .music-process__steps li:nth-child(n+3) { border-top: 1px solid rgba(28, 26, 22, 0.14); }
}

@media (max-width: 767px) {
  .music-hero { min-height: 780px; }
  .music-hero__backdrop { object-position: 62% center; }
  .music-hero::before { background: radial-gradient(circle at 82% 28%, rgba(49, 143, 189, 0.2), transparent 30%), linear-gradient(90deg, rgba(5, 6, 5, 0.94), rgba(5, 6, 5, 0.44)), linear-gradient(0deg, #080908, transparent 42%); }
  .music-hero::after { display: none; }
  .music-hero__content { display: flex; min-height: 780px; padding-top: 140px; padding-bottom: 32px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .music-hero h1 { font-size: clamp(57px, 18vw, 79px); }
  .music-hero__intro { margin: 30px 0; font-size: 15px; line-height: 1.65; }
  .music-hero .cinema-actions,
  .music-cta .cinema-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .music-wave { right: -20px; bottom: 86px; width: 48vw; height: 70px; opacity: 0.32; }
  .music-hero__rail { display: none; }
  .music-hero__rings { right: -220px; bottom: -140px; width: 520px; }
  .music-manifesto h2,
  .music-services h2,
  .music-process h2 { font-size: clamp(49px, 14vw, 68px); }
  .music-manifesto__copy p { font-size: 15px; }
  .music-disc { width: 290px; opacity: 0.6; }
  .music-service-panel__visual { min-height: 360px; }
  .music-service-panel__visual figcaption { padding: 13px 14px; font-size: 7px; }
  .music-service-panel h3 { font-size: clamp(42px, 12vw, 56px); }
  .music-service-panel__number { top: -55px; font-size: 100px; }
  .music-service-panel__content > p:not(.music-kicker) { font-size: 15px; }
  .music-process__steps { grid-template-columns: 1fr; }
  .music-process__steps li,
  .music-process__steps li + li { min-height: auto; padding: 36px 0 38px; border-right: 0; border-bottom: 1px solid rgba(28, 26, 22, 0.14); }
  .music-process__steps li:nth-child(n+3) { border-top: 0; }
  .music-process__steps span { margin-bottom: 27px; }
  .music-cta { min-height: 650px; }
  .music-cta::before { background: rgba(7, 8, 7, 0.75); }
  .music-cta h2 { font-size: clamp(61px, 18vw, 84px); }
}

@media (prefers-reduced-motion: reduce) {
  .music-hero__backdrop,
  .music-hero__rings span,
  .music-wave span { animation: none; }
  .music-wave span { transform: scaleY(0.45); }
}

/* Studio hire and production facilities */
.space-page {
  --space-accent: #b7db42;
  --space-accent-rgb: 183, 219, 66;
  --space-hot: #eb5a42;
  --space-ice: #6bd5da;
  color: var(--cinema-paper);
  background: #080908;
}

.facilities-page {
  --space-accent: #ed6048;
  --space-accent-rgb: 237, 96, 72;
  --space-hot: #ed6048;
  --space-ice: #81c9da;
}

.space-page [hidden] { display: none !important; }

.space-kicker {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  gap: 13px;
  color: var(--space-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.space-kicker::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.space-breadcrumb {
  display: flex;
  margin-bottom: 65px;
  gap: 11px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.space-breadcrumb a { color: rgba(255, 255, 255, 0.68); }
.space-breadcrumb a:hover { color: var(--space-accent); }

.space-hero {
  position: relative;
  min-height: 940px;
  overflow: hidden;
  isolation: isolate;
  background: #080908;
}

.space-hero::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  content: "";
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 80%);
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.space-hero__ambient {
  position: absolute;
  z-index: -2;
  top: 6%;
  right: -16%;
  width: 72vw;
  height: 72vw;
  border-radius: 50%;
  opacity: 0.56;
  background: radial-gradient(circle, rgba(var(--space-accent-rgb), 0.2), transparent 65%);
  filter: blur(18px);
  animation: spaceAmbient 7s ease-in-out infinite alternate;
}

.space-hero__grid {
  display: grid;
  min-height: 940px;
  padding-top: 145px;
  padding-bottom: 48px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  grid-template-rows: 1fr auto;
  gap: 60px clamp(60px, 8vw, 130px);
  align-items: center;
}

.space-hero__copy { position: relative; z-index: 3; animation: cinemaCopyIn 900ms 160ms cubic-bezier(0.2, 0.7, 0.2, 1) both; }

.space-hero h1,
.space-section-head h2,
.space-build h2,
.space-possibilities h2,
.facility-feature h2,
.facility-flow h2,
.space-cta h2 {
  margin: 0;
  font-family: var(--cinema-display);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.space-hero h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(76px, 7.7vw, 124px);
  line-height: 0.83;
}

.space-hero h1 em,
.space-section-head h2 em,
.space-build h2 em,
.space-possibilities h2 em,
.facility-feature h2 em,
.facility-flow h2 em,
.space-cta h2 em {
  color: var(--space-accent);
  font-weight: 400;
}

.space-hero__copy > p:not(.space-kicker) {
  max-width: 590px;
  margin: 38px 0 36px;
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.75;
}

.space-page .cinema-button--ghost { border-color: rgba(255, 255, 255, 0.3); color: #fff; }

.space-hero__visual {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 50%;
  position: relative;
  width: min(100%, 570px);
  justify-self: end;
  perspective: 1200px;
  transform: perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
  animation: spaceVisualIn 1.1s 250ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.space-hero__frame {
  position: relative;
  height: 640px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #131410;
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.52), 35px 30px 0 rgba(var(--space-accent-rgb), 0.08);
  transform: translateZ(10px);
}

.space-hero__frame::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.72));
  content: "";
  pointer-events: none;
}

.space-hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 700ms ease, transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.space-hero__visual:hover .space-hero__frame img { filter: saturate(1.18) contrast(1.04); transform: scale(1.035); }

.space-hero__scan {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--space-accent), transparent);
  box-shadow: 0 0 18px var(--space-accent);
  animation: spaceScan 4.8s ease-in-out infinite;
}

.space-float-tag {
  position: absolute;
  z-index: 5;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  color: #fff;
  background: rgba(8, 9, 8, 0.68);
  backdrop-filter: blur(12px);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateZ(65px);
}

.space-float-tag--one { top: 14%; left: -40px; animation: spaceFloat 4s ease-in-out infinite; }
.space-float-tag--two { right: -34px; bottom: 18%; animation: spaceFloat 4.6s -1.2s ease-in-out infinite; }

.space-hero__index {
  position: absolute;
  z-index: 5;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateZ(45px);
}

.space-hero__facts {
  display: grid;
  grid-column: 1 / -1;
  margin: 0;
  padding: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  grid-template-columns: repeat(3, 1fr);
}

.space-hero__facts div { display: flex; align-items: baseline; gap: 18px; }
.space-hero__facts dt { color: var(--space-accent); font-size: 8px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.space-hero__facts dd { margin: 0; color: rgba(255, 255, 255, 0.72); font-family: var(--cinema-display); font-size: 20px; }

.space-marquee { overflow: hidden; color: #0c0d0b; background: var(--space-accent); }
.space-marquee--red { color: #fff; }
.space-marquee__track { display: flex; width: max-content; animation: spaceMarquee 25s linear infinite; }
.space-marquee__track > div { display: flex; padding: 17px 0; align-items: center; gap: 28px; }
.space-marquee__track span { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.space-marquee__track i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: 0.62; }

.space-selector,
.facility-ecosystem {
  padding: clamp(110px, 12vw, 180px) 0;
  background:
    radial-gradient(circle at 92% 18%, rgba(var(--space-accent-rgb), 0.12), transparent 24%),
    #0b0c0a;
}

.space-section-head {
  display: grid;
  margin-bottom: clamp(70px, 9vw, 125px);
  grid-template-columns: 1.2fr 0.65fr;
  gap: 80px;
  align-items: end;
}

.space-section-head h2,
.space-build h2,
.facility-flow h2 {
  color: #fff;
  font-size: clamp(60px, 6.6vw, 102px);
  line-height: 0.9;
}

.space-section-head > p {
  margin: 0 0 8px;
  color: #96938b;
  font-size: 16px;
  line-height: 1.75;
}

.space-selector__layout { display: grid; grid-template-columns: 0.42fr 1fr; gap: clamp(35px, 6vw, 90px); align-items: stretch; }
.space-selector__nav { display: flex; flex-direction: column; border-top: 1px solid rgba(255, 255, 255, 0.16); }

.space-selector__nav button {
  display: grid;
  width: 100%;
  padding: 25px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  grid-template-columns: 42px 1fr;
  color: #fff;
  background: transparent;
  text-align: left;
  transition: color 250ms ease, padding 250ms ease;
}

.space-selector__nav button:hover,
.space-selector__nav button[aria-selected="true"] { padding-left: 14px; color: var(--space-accent); }
.space-selector__nav button > span { grid-row: 1 / 3; padding-top: 3px; color: var(--space-accent); font-size: 9px; letter-spacing: 0.12em; }
.space-selector__nav strong { font-family: var(--cinema-display); font-size: clamp(25px, 2.2vw, 34px); font-weight: 500; line-height: 1; }
.space-selector__nav small { margin-top: 7px; color: #77756f; font-size: 9px; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase; }

.space-selector__stage {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 50%;
  position: relative;
  min-height: 660px;
  perspective: 1200px;
  transform: perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.space-selector__stage article { position: absolute; inset: 0; overflow: hidden; animation: spacePanelIn 650ms cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.space-selector__stage article::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.88)); content: ""; }
.space-selector__stage img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1); }
.space-selector__stage:hover img { transform: scale(1.025); }
.space-selector__stage article > div { position: absolute; z-index: 2; right: clamp(25px, 5vw, 70px); bottom: 50px; left: clamp(25px, 5vw, 70px); transform: translateZ(35px); }
.space-selector__stage article span { color: var(--space-accent); font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.space-selector__stage h3 { max-width: 650px; margin: 15px 0 18px; color: #fff; font-family: var(--cinema-display); font-size: clamp(42px, 4vw, 64px); font-weight: 500; line-height: 0.97; }
.space-selector__stage p { max-width: 600px; margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 15px; line-height: 1.7; }
.space-selector__cursor { position: absolute; z-index: 5; top: 35px; right: 35px; display: grid; width: 72px; height: 72px; border: 1px solid rgba(255, 255, 255, 0.44); border-radius: 50%; place-items: center; color: #fff; backdrop-filter: blur(8px); pointer-events: none; animation: spaceFloat 4s ease-in-out infinite; }
.space-selector__cursor span { font-size: 8px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

.space-build {
  padding: clamp(110px, 12vw, 180px) 0;
  color: #1d1b16;
  background:
    radial-gradient(circle at 84% 5%, rgba(var(--space-accent-rgb), 0.24), transparent 25%),
    var(--cinema-paper);
}

.space-build__intro { display: grid; margin-bottom: 80px; grid-template-columns: 0.45fr 1fr; align-items: end; }
.space-build__intro .space-kicker { align-self: start; color: #6d782f; }
.space-build h2 { color: #1c1a16; }
.space-build__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; perspective: 1000px; }

.space-build-card {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 50%;
  position: relative;
  min-height: 420px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(20, 19, 16, 0.17);
  background: rgba(255, 255, 255, 0.35);
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 180ms ease-out;
}

.space-build-card::before {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(var(--space-accent-rgb), 0.35), transparent 34%);
  content: "";
  transition: opacity 300ms ease;
}

.space-build-card:hover { border-color: var(--space-accent); box-shadow: 0 35px 70px rgba(24, 25, 18, 0.14); }
.space-build-card:hover::before { opacity: 1; }
.space-build-card--accent { color: #fff; background: #161812; }
.space-build-card > span { position: absolute; top: 30px; right: 32px; color: #7e7a70; font-size: 9px; letter-spacing: 0.14em; transform: translateZ(25px); }
.space-build-card > i { display: grid; width: 70px; height: 70px; border: 1px solid rgba(23, 21, 17, 0.2); border-radius: 50%; place-items: center; color: #556018; font-size: 23px; transform: translateZ(40px); }
.space-build-card--accent > i { border-color: rgba(255, 255, 255, 0.2); color: var(--space-accent); }
.space-build-card h3 { position: relative; margin: 125px 0 17px; color: inherit; font-family: var(--cinema-display); font-size: 42px; font-weight: 500; transform: translateZ(38px); }
.space-build-card p { position: relative; margin: 0; color: #69645a; font-size: 14px; line-height: 1.7; transform: translateZ(30px); }
.space-build-card--accent p { color: #aaa69c; }

.space-possibilities,
.facility-feature { display: grid; min-height: 820px; grid-template-columns: 1fr 1fr; background: #0b0c0a; }
.space-possibilities__image,
.facility-feature__visual { position: relative; min-height: 720px; overflow: hidden; }
.space-possibilities__image::after,
.facility-feature__visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, #0b0c0a); content: ""; }
.space-possibilities__image img,
.facility-feature__visual img { width: 100%; height: 100%; object-fit: cover; transition: filter 700ms ease, transform 1s ease; }
.space-possibilities:hover img,
.facility-feature:hover img { filter: saturate(1.2); transform: scale(1.025); }
.space-possibilities__content,
.facility-feature__content { display: flex; max-width: 720px; padding: clamp(70px, 8vw, 130px); flex-direction: column; justify-content: center; }
.space-possibilities h2,
.facility-feature h2 { color: #fff; font-size: clamp(60px, 6.2vw, 98px); line-height: 0.9; }
.space-possibilities__content > p:not(.space-kicker),
.facility-feature__content > p:not(.space-kicker) { margin: 38px 0 28px; color: #a29e94; font-size: 16px; line-height: 1.8; }

.space-text-link { display: inline-flex; width: fit-content; padding-bottom: 8px; border-bottom: 1px solid var(--space-accent); align-items: center; gap: 14px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.space-text-link:hover { color: var(--space-accent); }

.facility-ecosystem { background: var(--cinema-paper); color: #1c1a16; }
.facility-ecosystem .space-section-head h2 { color: #1c1a16; }
.facility-ecosystem .space-section-head > p { color: #666158; }

.facility-filters { display: flex; margin-bottom: 52px; padding-bottom: 16px; border-bottom: 1px solid rgba(25, 23, 18, 0.18); gap: 34px; }
.facility-filters button { position: relative; padding: 0 0 10px; border: 0; color: #747067; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.facility-filters button::after { position: absolute; right: 0; bottom: -17px; left: 0; height: 2px; background: var(--space-accent); content: ""; transform: scaleX(0); transition: transform 250ms ease; }
.facility-filters button.active { color: #1b1915; }
.facility-filters button.active::after { transform: scaleX(1); }

.facility-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; perspective: 1200px; }
.facility-card {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 50%;
  position: relative;
  grid-column: span 4;
  min-height: 520px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 24px 55px rgba(20, 18, 14, 0.1);
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: box-shadow 300ms ease, transform 180ms ease-out;
}

.facility-card--wide { grid-column: span 8; }
.facility-card--tall { min-height: 700px; }
.facility-card::after { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.14), transparent 28%), linear-gradient(180deg, transparent 32%, rgba(4, 4, 4, 0.94)); content: ""; }
.facility-card:hover { box-shadow: 0 36px 75px rgba(20, 18, 14, 0.22); }
.facility-card img { width: 100%; height: 100%; object-fit: cover; transition: filter 650ms ease, transform 900ms ease; }
.facility-card:hover img { filter: saturate(1.25) contrast(1.03); transform: scale(1.04); }
.facility-card > div { position: absolute; z-index: 2; right: 32px; bottom: 35px; left: 32px; transform: translateZ(38px); }
.facility-card span { color: var(--space-accent); font-size: 8px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.facility-card h3 { margin: 12px 0 12px; color: #fff; font-family: var(--cinema-display); font-size: clamp(32px, 3vw, 48px); font-weight: 500; line-height: 1; }
.facility-card p { max-width: 570px; margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 13px; line-height: 1.65; }
.facility-count { margin: 25px 0 0; color: #716d64; font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-align: right; text-transform: uppercase; }

.facility-feature { background: #0a0b0a; }
.facility-feature__visual {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 50%;
  transform: perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform 180ms ease-out;
}
.facility-feature__visual > span { position: absolute; z-index: 2; bottom: 35px; left: 35px; padding: 13px 18px; color: #fff; background: var(--space-accent); font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.facility-feature__content ul { display: grid; margin: 3px 0 32px; padding: 0; gap: 0; list-style: none; }
.facility-feature__content li { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); color: #d8d3c8; font-size: 12px; letter-spacing: 0.04em; }

.facility-flow { padding: clamp(110px, 12vw, 180px) 0; background: #11120f; }
.facility-flow header { display: grid; grid-template-columns: 0.45fr 1fr; align-items: end; }
.facility-flow header .space-kicker { align-self: start; }
.facility-flow ol { display: grid; margin: 90px 0 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, 0.15); grid-template-columns: repeat(4, 1fr); list-style: none; }
.facility-flow li { position: relative; min-height: 290px; padding: 38px 30px 25px 0; border-right: 1px solid rgba(255, 255, 255, 0.12); }
.facility-flow li + li { padding-left: 30px; }
.facility-flow li::before { position: absolute; top: -5px; left: -1px; width: 9px; height: 9px; border-radius: 50%; background: var(--space-accent); box-shadow: 0 0 18px var(--space-accent); content: ""; }
.facility-flow li > span { display: block; margin-bottom: 60px; color: var(--space-accent); font-size: 9px; letter-spacing: 0.14em; }
.facility-flow h3 { margin: 0 0 15px; color: #fff; font-family: var(--cinema-display); font-size: 34px; font-weight: 500; }
.facility-flow li p { margin: 0; color: #8d8a82; font-size: 13px; line-height: 1.7; }

.space-cta {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  background: #080908;
}

.space-cta::before,
.space-cta::after { position: absolute; z-index: -1; content: ""; }
.space-cta::before { inset: 0; opacity: 0.38; background-position: center; background-size: cover; filter: saturate(0.7); }
.space-cta--studio::before { background-image: linear-gradient(90deg, #080908 8%, rgba(8, 9, 8, 0.66), rgba(8, 9, 8, 0.4)), url("../images/studio/voyage-pro-oNEOzQ91dO8-unsplash.jpg"); }
.space-cta--facilities::before { background-image: linear-gradient(90deg, #080908 8%, rgba(8, 9, 8, 0.65), rgba(8, 9, 8, 0.32)), url("../images/services/kyle-head-p6rNTdAPbuk-unsplash.jpg"); }
.space-cta::after { top: 50%; right: -8vw; width: 42vw; height: 42vw; border: 1px solid rgba(var(--space-accent-rgb), 0.48); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 90px rgba(var(--space-accent-rgb), 0.11), inset 0 0 80px rgba(var(--space-accent-rgb), 0.06); animation: spaceCtaRing 5s ease-in-out infinite; }
.space-cta h2 { max-width: 1080px; color: #fff; font-size: clamp(70px, 8vw, 124px); line-height: 0.84; }
.space-cta .cinema-actions { margin-top: 50px; }

@keyframes spaceAmbient { from { transform: scale(0.94) translate3d(0, 0, 0); } to { transform: scale(1.08) translate3d(-3%, 2%, 0); } }
@keyframes spaceVisualIn { from { opacity: 0; transform: perspective(1200px) rotateY(-9deg) translate3d(55px, 35px, 0); } to { opacity: 1; transform: perspective(1200px) rotateY(0) translate3d(0, 0, 0); } }
@keyframes spaceScan { 0%, 100% { top: 5%; opacity: 0; } 12% { opacity: 0.8; } 78% { opacity: 0.8; } 90% { top: 94%; opacity: 0; } }
@keyframes spaceFloat { 0%, 100% { margin-top: 0; } 50% { margin-top: -12px; } }
@keyframes spaceMarquee { to { transform: translateX(-50%); } }
@keyframes spacePanelIn { from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(24px); } to { opacity: 1; clip-path: inset(0); transform: translateY(0); } }
@keyframes spaceCtaRing { 0%, 100% { opacity: 0.48; transform: translateY(-50%) scale(0.94); } 50% { opacity: 1; transform: translateY(-50%) scale(1.04); } }

@media (max-width: 1100px) {
  .space-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr); gap: 50px; }
  .space-hero__frame { height: 560px; }
  .space-float-tag--one { left: -20px; }
  .space-float-tag--two { right: -15px; }
  .space-selector__layout { grid-template-columns: 0.48fr 1fr; gap: 35px; }
  .facility-card { grid-column: span 6; }
  .facility-card--wide { grid-column: span 12; }
}

@media (max-width: 991px) {
  .space-hero,
  .space-hero__grid { min-height: auto; }
  .space-hero__grid { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 55px; }
  .space-hero__copy { max-width: 800px; }
  .space-hero__visual { width: min(82%, 620px); justify-self: start; }
  .space-hero__frame { height: 620px; }
  .space-hero__facts { grid-row: auto; }
  .space-section-head { grid-template-columns: 1fr; gap: 35px; }
  .space-section-head > p { max-width: 650px; }
  .space-selector__layout { grid-template-columns: 1fr; }
  .space-selector__nav { display: grid; grid-template-columns: repeat(2, 1fr); }
  .space-selector__nav button:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.16); }
  .space-build__intro,
  .facility-flow header { grid-template-columns: 1fr; gap: 25px; }
  .space-build__grid { grid-template-columns: 1fr; }
  .space-build-card { min-height: 330px; }
  .space-build-card h3 { margin-top: 70px; }
  .space-possibilities,
  .facility-feature { grid-template-columns: 1fr; }
  .space-possibilities__image,
  .facility-feature__visual { min-height: 620px; }
  .space-possibilities__image::after,
  .facility-feature__visual::after { background: linear-gradient(0deg, #0b0c0a, transparent 45%); }
  .space-possibilities__content,
  .facility-feature__content { padding: 80px 48px 110px; }
  .facility-flow ol { grid-template-columns: repeat(2, 1fr); }
  .facility-flow li:nth-child(2) { border-right: 0; }
  .facility-flow li:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, 0.12); }
}

@media (max-width: 767px) {
  .space-hero__grid { display: block; padding-top: 125px; }
  .space-breadcrumb { margin-bottom: 48px; }
  .space-hero h1 { font-size: clamp(56px, 17vw, 78px); }
  .space-hero__copy > p:not(.space-kicker) { margin: 28px 0; font-size: 15px; }
  .space-hero .cinema-actions,
  .space-cta .cinema-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .space-hero__visual { width: 94%; margin-top: 65px; }
  .space-hero__frame { height: 460px; box-shadow: 18px 18px 0 rgba(var(--space-accent-rgb), 0.08); }
  .space-float-tag { padding: 10px 12px; font-size: 7px; }
  .space-float-tag--one { left: -8px; }
  .space-float-tag--two { right: -18px; }
  .space-hero__facts { margin-top: 55px; grid-template-columns: 1fr; gap: 17px; }
  .space-hero__facts div { justify-content: space-between; }
  .space-hero__facts dd { font-size: 17px; }
  .space-section-head h2,
  .space-build h2,
  .space-possibilities h2,
  .facility-feature h2,
  .facility-flow h2 { font-size: clamp(49px, 14vw, 67px); }
  .space-selector__nav { grid-template-columns: 1fr; }
  .space-selector__nav button:nth-child(odd) { border-right: 0; }
  .space-selector__stage { min-height: 560px; }
  .space-selector__stage h3 { font-size: 42px; }
  .space-selector__cursor { display: none; }
  .space-build-card { min-height: 350px; padding: 32px; }
  .space-possibilities__image,
  .facility-feature__visual { min-height: 450px; }
  .space-possibilities__content,
  .facility-feature__content { padding: 70px 24px 90px; }
  .facility-filters { margin-right: -24px; overflow-x: auto; gap: 28px; }
  .facility-filters button { flex: 0 0 auto; }
  .facility-grid { grid-template-columns: 1fr; }
  .facility-card,
  .facility-card--wide { grid-column: 1; min-height: 500px; }
  .facility-card--tall { min-height: 560px; }
  .facility-card > div { right: 24px; bottom: 28px; left: 24px; }
  .facility-flow ol { grid-template-columns: 1fr; }
  .facility-flow li,
  .facility-flow li + li { min-height: auto; padding: 34px 0 40px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .facility-flow li:nth-child(n+3) { border-top: 0; }
  .facility-flow li > span { margin-bottom: 27px; }
  .space-cta { min-height: 690px; }
  .space-cta h2 { font-size: clamp(58px, 16vw, 78px); }
  .space-cta::after { right: -35vw; width: 80vw; height: 80vw; }
}

@media (prefers-reduced-motion: reduce) {
  .space-hero__ambient,
  .space-hero__scan,
  .space-float-tag,
  .space-selector__cursor,
  .space-marquee__track,
  .space-cta::after { animation: none; }
  [data-spatial-tilt] { transform: none !important; }
}

/* Equipment hire */
.equipment-page {
  --equipment-orange: #e18a43;
  --equipment-cyan: #55c4d4;
  --equipment-red: #df4e3c;
  --equipment-ink: #080b0d;
  --equipment-steel: #151b1e;
  color: #eee9df;
  background: var(--equipment-ink);
}

.equipment-kicker {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  gap: 13px;
  color: var(--equipment-orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.equipment-kicker::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.equipment-breadcrumb { display: flex; margin-bottom: 65px; gap: 11px; color: rgba(255, 255, 255, 0.46); font-size: 9px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.equipment-breadcrumb a { color: rgba(255, 255, 255, 0.7); }
.equipment-breadcrumb a:hover { color: var(--equipment-orange); }

.equipment-hero {
  position: relative;
  min-height: 930px;
  overflow: hidden;
  isolation: isolate;
  background: #070a0b;
}

.equipment-hero__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.08) contrast(1.05); animation: equipmentHeroDrift 15s ease-in-out infinite alternate; }
.equipment-hero__wash { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 73% 39%, rgba(85, 196, 212, 0.15), transparent 25%), radial-gradient(circle at 86% 75%, rgba(223, 78, 60, 0.13), transparent 26%), linear-gradient(90deg, rgba(5, 8, 9, 0.98) 0%, rgba(5, 8, 9, 0.88) 38%, rgba(5, 8, 9, 0.14) 72%, rgba(5, 8, 9, 0.34) 100%), linear-gradient(0deg, #070a0b, transparent 35%); }
.equipment-hero::after { position: absolute; z-index: -1; inset: 0; opacity: 0.18; background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px); background-size: 64px 64px; content: ""; -webkit-mask-image: linear-gradient(90deg, #000, transparent 68%); mask-image: linear-gradient(90deg, #000, transparent 68%); }

.equipment-hero__content { display: grid; min-height: 930px; padding-top: 155px; padding-bottom: 48px; grid-template-columns: minmax(0, 790px) 1fr; grid-template-rows: 1fr auto; gap: 60px; align-items: center; }
.equipment-hero__copy { position: relative; z-index: 2; animation: cinemaCopyIn 900ms 150ms cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.equipment-hero h1,
.equipment-section-head h2,
.equipment-enquiry__guide h2,
.equipment-form-card__head h2 { margin: 0; font-family: var(--cinema-display); font-weight: 500; letter-spacing: -0.055em; }
.equipment-hero h1 { color: #fff; font-size: clamp(76px, 8.1vw, 132px); line-height: 0.82; }
.equipment-hero h1 em,
.equipment-section-head h2 em,
.equipment-enquiry__guide h2 em { color: var(--equipment-orange); font-weight: 400; }
.equipment-hero__copy > p:not(.equipment-kicker) { max-width: 600px; margin: 40px 0 37px; color: rgba(255, 255, 255, 0.66); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.75; }
.equipment-hero .cinema-button--ghost { border-color: rgba(255, 255, 255, 0.32); color: #fff; }

.equipment-hero__meter { position: absolute; right: clamp(25px, 5vw, 80px); bottom: 175px; width: min(34vw, 450px); padding: 22px 24px; border: 1px solid rgba(255, 255, 255, 0.22); background: rgba(7, 10, 11, 0.68); backdrop-filter: blur(13px); }
.equipment-hero__meter > span,
.equipment-hero__meter > small { display: block; color: rgba(255, 255, 255, 0.67); font-size: 8px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.equipment-hero__meter > div { display: grid; height: 42px; margin: 16px 0 13px; grid-template-columns: repeat(12, 1fr); gap: 5px; align-items: end; }
.equipment-hero__meter i { display: block; height: 30%; background: linear-gradient(180deg, var(--equipment-cyan), var(--equipment-orange)); animation: equipmentMeter 1.2s ease-in-out infinite alternate; }
.equipment-hero__meter i:nth-child(2n) { height: 58%; animation-delay: -0.5s; }
.equipment-hero__meter i:nth-child(3n) { height: 88%; animation-duration: 0.8s; }
.equipment-hero__meter i:nth-child(5n) { height: 42%; animation-duration: 1.6s; }

.equipment-hero__facts { display: grid; grid-column: 1 / -1; margin: 0; padding: 30px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.16); grid-template-columns: repeat(3, 1fr); }
.equipment-hero__facts div { display: flex; align-items: baseline; gap: 17px; }
.equipment-hero__facts dt { color: var(--equipment-orange); font-size: 9px; letter-spacing: 0.14em; }
.equipment-hero__facts dd { margin: 0; color: rgba(255, 255, 255, 0.72); font-family: var(--cinema-display); font-size: 20px; }

.equipment-categories { padding: clamp(110px, 12vw, 180px) 0; color: #1c1b18; background: radial-gradient(circle at 88% 8%, rgba(85, 196, 212, 0.18), transparent 22%), radial-gradient(circle at 7% 89%, rgba(225, 138, 67, 0.17), transparent 25%), var(--cinema-paper); }
.equipment-section-head { display: grid; margin-bottom: clamp(70px, 9vw, 120px); grid-template-columns: 1.15fr 0.62fr; gap: 80px; align-items: end; }
.equipment-section-head h2,
.equipment-enquiry__guide h2 { color: #1b1a16; font-size: clamp(60px, 6.5vw, 100px); line-height: 0.9; }
.equipment-section-head > p { margin: 0 0 7px; color: #666158; font-size: 16px; line-height: 1.75; }

.equipment-category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; perspective: 1200px; }
.equipment-category {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 50%;
  position: relative;
  grid-column: span 5;
  min-height: 600px;
  overflow: hidden;
  background: #101416;
  box-shadow: 0 28px 65px rgba(13, 17, 18, 0.14);
  transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: box-shadow 300ms ease, transform 180ms ease-out;
}
.equipment-category--wide { grid-column: span 7; }
.equipment-category::after { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at var(--mx) var(--my), rgba(85, 196, 212, 0.17), transparent 28%), linear-gradient(180deg, transparent 34%, rgba(5, 8, 9, 0.96)); content: ""; }
.equipment-category:hover { box-shadow: 0 42px 90px rgba(13, 17, 18, 0.25); }
.equipment-category img { width: 100%; height: 100%; object-fit: cover; transition: filter 700ms ease, transform 1s cubic-bezier(0.2, 0.7, 0.2, 1); }
.equipment-category:hover img { filter: saturate(1.25) contrast(1.04); transform: scale(1.045); }
.equipment-category > div { position: absolute; z-index: 2; right: 36px; bottom: 38px; left: 36px; color: #fff; transform: translateZ(38px); }
.equipment-category > div > span { color: var(--equipment-orange); font-size: 8px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.equipment-category h3 { margin: 13px 0 15px; color: #fff; font-family: var(--cinema-display); font-size: clamp(40px, 4vw, 60px); font-weight: 500; line-height: 0.96; }
.equipment-category p { max-width: 570px; margin: 0 0 24px; color: rgba(255, 255, 255, 0.68); font-size: 14px; line-height: 1.7; }
.equipment-category button { display: inline-flex; padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--equipment-orange); align-items: center; gap: 12px; color: #fff; background: transparent; font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.equipment-category button:hover { color: var(--equipment-orange); }

.equipment-enquiry { position: relative; padding: clamp(110px, 12vw, 180px) 0; overflow: hidden; background: radial-gradient(circle at 4% 20%, rgba(85, 196, 212, 0.12), transparent 22%), radial-gradient(circle at 92% 78%, rgba(225, 138, 67, 0.11), transparent 24%), #080b0d; }
.equipment-enquiry::before { position: absolute; inset: 0; opacity: 0.2; background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px); background-size: 55px 55px; content: ""; pointer-events: none; }
.equipment-enquiry__grid { position: relative; display: grid; grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.equipment-enquiry__guide { position: sticky; top: 120px; }
.equipment-enquiry__guide-image { position: relative; height: 290px; margin-bottom: 50px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.16); }
.equipment-enquiry__guide-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65)); content: ""; }
.equipment-enquiry__guide-image img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.equipment-enquiry__guide-image > span { position: absolute; z-index: 2; bottom: 18px; left: 20px; color: #fff; font-size: 8px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.equipment-enquiry__guide h2 { color: #fff; font-size: clamp(52px, 5vw, 78px); }
.equipment-enquiry__guide ol { display: grid; margin: 50px 0 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, 0.15); list-style: none; }
.equipment-enquiry__guide li { display: grid; padding: 22px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.15); grid-template-columns: 44px 1fr; }
.equipment-enquiry__guide li > span { color: var(--equipment-orange); font-size: 9px; font-weight: 700; letter-spacing: 0.13em; }
.equipment-enquiry__guide strong,
.equipment-enquiry__guide small { display: block; }
.equipment-enquiry__guide strong { color: #eee9df; font-family: var(--cinema-display); font-size: 22px; font-weight: 500; }
.equipment-enquiry__guide small { margin-top: 6px; color: #84898a; font-size: 11px; line-height: 1.5; }

.equipment-form-card { padding: clamp(35px, 5vw, 68px); color: #1b1a16; background: #f0ece2; box-shadow: 0 45px 100px rgba(0, 0, 0, 0.28); }
.equipment-form-card__head { display: flex; margin-bottom: 45px; padding-bottom: 30px; border-bottom: 1px solid rgba(24, 23, 19, 0.17); align-items: flex-end; justify-content: space-between; gap: 30px; }
.equipment-form-card__head span { color: #9a612f; font-size: 8px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.equipment-form-card__head h2 { margin-top: 8px; color: #1b1a16; font-size: clamp(38px, 3.5vw, 54px); }
.equipment-form-card__head strong { max-width: 150px; color: #6d685f; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; line-height: 1.5; text-align: right; text-transform: uppercase; }

.equipment-feedback { display: flex; margin-bottom: 34px; padding: 18px 20px; border: 1px solid; align-items: flex-start; gap: 13px; font-size: 13px; line-height: 1.55; }
.equipment-feedback--success { border-color: #467a55; color: #2f643e; background: #e0eee3; }
.equipment-feedback--error { border-color: #b75b4e; color: #8a392f; background: #f4dfdc; }

.equipment-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 22px; }
.equipment-form__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.equipment-field--wide { grid-column: 1 / -1; }
.equipment-field label,
.equipment-field legend,
.equipment-field__label-row label { display: block; margin: 0 0 10px; color: #4f4b43; font-size: 9px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.equipment-field label span,
.equipment-field legend > span { color: #a84c39; }
.equipment-form input:not([type="checkbox"]),
.equipment-form select,
.equipment-form textarea { width: 100%; border: 1px solid rgba(28, 26, 21, 0.24); border-radius: 0; outline: 0; color: #1d1b17; background: rgba(255, 255, 255, 0.5); box-shadow: none; font-size: 14px; transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease; }
.equipment-form input:not([type="checkbox"]),
.equipment-form select { height: 58px; padding: 0 16px; }
.equipment-form textarea { min-height: 185px; padding: 16px; resize: vertical; line-height: 1.65; }
.equipment-form input:focus,
.equipment-form select:focus,
.equipment-form textarea:focus { border-color: var(--equipment-orange); background: #fff; box-shadow: 0 0 0 3px rgba(225, 138, 67, 0.13); }
.equipment-form [aria-invalid="true"] { border-color: #aa3f32 !important; }
.equipment-field__label-row { display: flex; align-items: center; justify-content: space-between; }
.equipment-field__label-row small { color: #777168; font-size: 9px; }
.equipment-field__label-row small span { color: #9a612f; }

.equipment-category-checks { margin: 0; padding: 0; border: 0; }
.equipment-category-checks legend { width: 100%; }
.equipment-category-checks legend small { float: right; display: none; color: #a33e32; font-size: 8px; letter-spacing: 0.04em; text-transform: none; }
.equipment-category-checks.is-invalid legend small { display: block; }
.equipment-category-checks > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.equipment-category-checks label { margin: 0; cursor: pointer; }
.equipment-category-checks input { position: absolute; opacity: 0; pointer-events: none; }
.equipment-category-checks label > span { display: flex; min-height: 62px; padding: 13px; border: 1px solid rgba(28, 26, 21, 0.22); align-items: center; justify-content: space-between; gap: 8px; color: #4d4941; background: rgba(255, 255, 255, 0.32); font-size: 8px; line-height: 1.4; transition: border-color 200ms ease, color 200ms ease, background 200ms ease; }
.equipment-category-checks label i { opacity: 0; color: #0d1214; }
.equipment-category-checks input:checked + span { border-color: var(--equipment-orange); color: #111; background: var(--equipment-orange); }
.equipment-category-checks input:checked + span i { opacity: 1; }
.equipment-category-checks input:focus-visible + span { outline: 2px solid #1b1a16; outline-offset: 3px; }

.equipment-consent { display: flex; margin-top: 4px; align-items: flex-start; gap: 12px; color: #686259; font-size: 11px; line-height: 1.55; }
.equipment-consent input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--equipment-orange); }
.equipment-consent a { color: #714a28; text-decoration: underline; }
.equipment-form__submit { display: flex; margin-top: 5px; padding-top: 30px; border-top: 1px solid rgba(24, 23, 19, 0.17); align-items: center; justify-content: space-between; gap: 25px; }
.equipment-form__submit .cinema-button { border: 0; }
.equipment-form__submit button[disabled] { opacity: 0.65; cursor: wait; }
.equipment-form__submit > small { max-width: 225px; color: #716c63; font-size: 9px; line-height: 1.5; text-align: right; }
.equipment-form__submit > small i { margin-right: 6px; color: #90602e; }

@keyframes equipmentHeroDrift { from { transform: scale(1.01) translate3d(0, 0, 0); } to { transform: scale(1.065) translate3d(-1%, -0.5%, 0); } }
@keyframes equipmentMeter { from { transform: scaleY(0.35); opacity: 0.5; } to { transform: scaleY(1); opacity: 1; } }

@media (max-width: 991px) {
  .equipment-hero,
  .equipment-hero__content { min-height: 880px; }
  .equipment-hero__content { grid-template-columns: 1fr; padding-top: 145px; }
  .equipment-hero__copy { max-width: 780px; }
  .equipment-hero__meter { right: 30px; bottom: 150px; width: 42vw; }
  .equipment-section-head { grid-template-columns: 1fr; gap: 35px; }
  .equipment-section-head > p { max-width: 650px; }
  .equipment-category,
  .equipment-category--wide { grid-column: span 6; min-height: 560px; }
  .equipment-enquiry__grid { grid-template-columns: 1fr; }
  .equipment-enquiry__guide { position: static; display: grid; grid-template-columns: 0.72fr 1fr; gap: 28px 45px; }
  .equipment-enquiry__guide-image { height: 330px; margin: 0; grid-row: 1 / 4; }
  .equipment-enquiry__guide ol { margin-top: 10px; }
}

@media (max-width: 767px) {
  .equipment-hero { min-height: 820px; }
  .equipment-hero__image { object-position: 62% center; }
  .equipment-hero__wash { background: radial-gradient(circle at 80% 30%, rgba(85, 196, 212, 0.15), transparent 24%), linear-gradient(90deg, rgba(5, 8, 9, 0.96), rgba(5, 8, 9, 0.55)), linear-gradient(0deg, #070a0b, transparent 42%); }
  .equipment-hero__content { display: block; min-height: 820px; padding-top: 125px; }
  .equipment-breadcrumb { margin-bottom: 48px; }
  .equipment-hero h1 { font-size: clamp(55px, 16vw, 75px); }
  .equipment-hero__copy > p:not(.equipment-kicker) { margin: 28px 0; font-size: 15px; }
  .equipment-hero .cinema-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .equipment-hero__meter { display: none; }
  .equipment-hero__facts { margin-top: 55px; grid-template-columns: 1fr; gap: 15px; }
  .equipment-hero__facts div { justify-content: space-between; }
  .equipment-hero__facts dd { font-size: 17px; }
  .equipment-section-head h2,
  .equipment-enquiry__guide h2 { font-size: clamp(49px, 14vw, 67px); }
  .equipment-category-grid { grid-template-columns: 1fr; }
  .equipment-category,
  .equipment-category--wide { grid-column: 1; min-height: 520px; }
  .equipment-category > div { right: 24px; bottom: 28px; left: 24px; }
  .equipment-enquiry__guide { display: block; }
  .equipment-enquiry__guide-image { height: 270px; margin-bottom: 45px; }
  .equipment-enquiry__guide ol { margin: 40px 0 65px; }
  .equipment-form-card { padding: 38px 22px; }
  .equipment-form-card__head { align-items: flex-start; flex-direction: column; }
  .equipment-form-card__head strong { max-width: none; text-align: left; }
  .equipment-form { grid-template-columns: 1fr; }
  .equipment-field--wide { grid-column: 1; }
  .equipment-category-checks > div { grid-template-columns: repeat(2, 1fr); }
  .equipment-form__submit { align-items: stretch; flex-direction: column; }
  .equipment-form__submit .cinema-button { width: 100%; }
  .equipment-form__submit > small { max-width: none; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .equipment-hero__image,
  .equipment-hero__meter i { animation: none; }
}

/* Readability scale: larger client-facing type without inflating display headlines. */
:root {
  --cinema-type-body: clamp(20px, 1.28vw, 22px);
  --cinema-type-card: clamp(18px, 1.15vw, 20px);
  --cinema-type-small: clamp(14px, 0.9vw, 16px);
  --cinema-type-micro: 13px;
}

body { font-size: 20px; }

.main-menu__list > li > a { font-size: clamp(16px, 0.95vw, 17px); }
.main-menu__list > li > ul > li > a { font-size: 16px; }
.main-menu__btn,
.cinema-button,
.cinema-text-link { font-size: 15px; }
.cinema-circle-link { font-size: 13px; }
.mobile-nav__container .main-menu__list li a { font-size: 20px; }

.cinema-eyebrow,
.cinema-index,
.section-title__tagline,
.section-sub-title,
.music-kicker,
.space-kicker,
.equipment-kicker { font-size: var(--cinema-type-small); }

.cinema-hero__intro,
.cinema-section-head__aside p,
.studio-team-hero__intro,
.portfolio-hero__intro,
.gallery-story-hero__intro,
.music-hero__intro,
.music-manifesto__copy p,
.music-service-panel__content > p:not(.music-kicker),
.space-hero__copy > p:not(.space-kicker),
.space-selector__stage p,
.equipment-hero__copy > p:not(.equipment-kicker),
.equipment-section-head > p,
.event-card__description,
.newsletter-unsubscribe p:not(.cinema-eyebrow) {
  font-size: var(--cinema-type-body);
  line-height: 1.75;
}

.cinema-service p,
.cinema-process__steps p,
.studio-contact__details-top > p:last-child,
.studio-map__card > p:not(.cinema-eyebrow),
.portfolio-work-card__meta p,
.gallery-collection__meta p,
.music-process__steps p,
.space-build-card p,
.facility-card p,
.facility-flow li p,
.equipment-category p {
  font-size: var(--cinema-type-card);
  line-height: 1.7;
}

.cinema-proof__item span,
.cinema-hero__meta,
.cinema-hero__scroll,
.cinema-intro__capabilities span,
.cinema-service__number,
.cinema-project__view,
.cinema-project__meta p,
.home-event-card__status,
.home-event-card__body time span,
.home-event-card__type,
.home-team-card__portrait span,
.home-team-card__details p,
.studio-contact__list small,
.studio-contact__availability span,
.studio-contact__form-head span,
.cinema-footer__label,
.cinema-footer__newsletter small,
.newsletter-feedback,
.studio-team-hero__breadcrumb,
.studio-team-hero__scroll,
.studio-team-hero__caption,
.studio-team-hero__facts span,
.studio-team-card__number,
.studio-team-card__identity p,
.portfolio-breadcrumb,
.portfolio-hero__art-meta,
.portfolio-hero__index span,
.portfolio-work-card__number,
.gallery-collection__index,
.portfolio-work-card__view,
.gallery-collection__open,
.portfolio-work-card__watch,
.gallery-collection__meta > span,
.gallery-story-hero__facts span,
.gallery-story-hero__image > span,
.gallery-story__frame span,
.events-hero__feature-copy > p,
.events-hero__feature-copy > a,
.events-hero__facts span,
.events-status,
.event-planner__summary,
.event-card__date span,
.event-card__date small,
.event-card__number,
.event-card__countdown,
.event-card__sessions-title,
.event-session__time span,
.event-ticket-ended,
.event-ticket-help,
.event-calendar-button,
.music-hero__rail > span,
.music-service-panel__visual figcaption,
.music-tags li,
.space-breadcrumb,
.space-float-tag,
.space-hero__index,
.space-hero__facts dt,
.space-selector__nav button > span,
.space-selector__nav small,
.space-selector__stage article span,
.space-build-card > span,
.facility-card span,
.facility-count,
.facility-feature__visual > span,
.facility-flow li > span,
.equipment-breadcrumb,
.equipment-hero__meter > span,
.equipment-hero__meter > small,
.equipment-hero__facts dt,
.equipment-category > div > span,
.equipment-enquiry__guide-image > span,
.equipment-enquiry__guide li > span,
.equipment-form-card__head span,
.equipment-form-card__head strong {
  font-size: var(--cinema-type-micro) !important;
  letter-spacing: 0.1em;
}

.cinema-intro__image figcaption,
.cinema-intro__capabilities small,
.cinema-project__meta > span,
.home-event-card__copy > p:not(.home-event-card__type),
.home-event-card__meta span,
.cinema-process__label span,
.cinema-process__steps span,
.thm-breadcrumb li,
.thm-breadcrumb li a,
.studio-contact__list a,
.studio-contact__availability small,
.studio-contact__social a,
.cinema-footer__nav a,
.cinema-footer__contact a,
.cinema-footer__social a,
.cinema-footer__bottom p,
.cinema-footer__bottom a,
.studio-team-roles span,
.portfolio-filter .filter-text,
.portfolio-filter .filter-text span,
.gallery-story__frame i,
.mfp-title,
.mfp-counter,
.events-marquee span,
.event-planner__filters button,
.event-planner__filters button span,
.event-session__time small,
.event-session__venue,
.event-ticket-button,
.music-hero__rail strong,
.music-manifesto__copy a,
.music-process__steps span,
.space-marquee__track span,
.space-text-link,
.facility-filters button,
.facility-feature__content li,
.equipment-category button,
.equipment-enquiry__guide small {
  font-size: var(--cinema-type-small);
}

.home-event-card .cinema-button { font-size: 14px; }
.event-session__time strong { font-size: 20px; }

.studio-contact__field label,
.studio-contact__label-row label,
.equipment-field label,
.equipment-field legend,
.equipment-field__label-row label { font-size: 14px; }

.studio-contact__label-row small,
.studio-contact__submit > small,
.equipment-field__label-row small,
.equipment-category-checks legend small,
.equipment-form__submit > small { font-size: 14px; }

.studio-contact__form input:not([type="checkbox"]),
.studio-contact__form select,
.studio-contact__form textarea,
.equipment-form input:not([type="checkbox"]),
.equipment-form select,
.equipment-form textarea,
.newsletter-form__row input { font-size: 16px; }

.studio-contact__consent,
.equipment-consent,
.newsletter-consent,
.equipment-category-checks label > span { font-size: 15px; }

.studio-contact__feedback,
.equipment-feedback { font-size: 17px; }

.cinema-footer__brand > p,
.cinema-footer__contact address,
.cinema-footer__newsletter h3 { font-size: 18px; }

@media (max-width: 767px) {
  :root {
    --cinema-type-body: 18px;
    --cinema-type-card: 17px;
    --cinema-type-small: 14px;
  }

  body { font-size: 18px; }
  .cinema-hero__intro,
  .music-hero__intro,
  .space-hero__copy > p:not(.space-kicker),
  .equipment-hero__copy > p:not(.equipment-kicker) { font-size: 18px; }
  .cinema-button { min-height: 48px; padding-right: 22px; padding-left: 22px; }
  .cinema-footer__bottom p,
  .cinema-footer__bottom a { font-size: 11px; }
}

/* Client readability pass: lift all public-facing type without oversized mobile collisions. */
:root {
  --cinema-type-body: 21px;
  --cinema-type-card: 20px;
  --cinema-type-small: 16px;
  --cinema-type-micro: 14px;
}

body { font-size: 21px; }

.main-menu__list > li > a,
.stricky-header .main-menu__list > li > a { font-size: 17px; }
.main-menu__list > li > ul > li > a { font-size: 16px; }
.main-menu__btn,
.cinema-button,
.cinema-text-link,
.event-ticket-button,
.event-calendar-button,
.space-text-link,
.equipment-category button { font-size: 15px; }
.cinema-circle-link { font-size: 14px; }
.mobile-nav__container .main-menu__list li a { font-size: 21px; }

.cinema-hero__intro,
.cinema-section-head > p,
.cinema-section-head__aside p,
.cinema-intro__copy p,
.studio-team-hero__intro,
.studio-team__section-head > p,
.portfolio-hero__intro,
.portfolio-section-head > p,
.gallery-story-hero__intro,
.gallery-story__head > p,
.events-hero__intro,
.event-planner__head > p,
.event-card__description,
.music-hero__intro,
.music-manifesto__copy p,
.music-service-panel__content > p:not(.music-kicker),
.space-hero__copy > p:not(.space-kicker),
.space-section-head > p,
.space-selector__stage p,
.facility-feature__content > p:not(.space-kicker),
.equipment-hero__copy > p:not(.equipment-kicker),
.equipment-section-head > p,
.newsletter-unsubscribe p:not(.cinema-eyebrow) {
  font-size: var(--cinema-type-body) !important;
  line-height: 1.75;
}

.cinema-service p,
.cinema-process__steps p,
.home-event-card__copy > p:not(.home-event-card__type),
.studio-contact__details-top > p:last-child,
.studio-map__card > p:not(.cinema-eyebrow),
.portfolio-work-card__meta p,
.gallery-collection__meta p,
.music-process__steps p,
.space-build-card p,
.facility-card p,
.facility-flow li p,
.equipment-category p {
  font-size: var(--cinema-type-card) !important;
  line-height: 1.7;
}

.cinema-eyebrow,
.cinema-index,
.section-title__tagline,
.section-sub-title,
.music-kicker,
.space-kicker,
.equipment-kicker,
.cinema-intro__image figcaption,
.cinema-intro__capabilities small,
.cinema-project__meta > span,
.home-event-card__meta span,
.cinema-process__label span,
.cinema-process__steps span,
.thm-breadcrumb li,
.thm-breadcrumb li a,
.studio-contact__list a,
.studio-contact__availability small,
.studio-contact__social a,
.cinema-footer__nav a,
.cinema-footer__contact a,
.cinema-footer__social a,
.cinema-footer__bottom p,
.cinema-footer__bottom a,
.studio-team-roles span,
.portfolio-filter .filter-text,
.portfolio-filter .filter-text span,
.gallery-story__frame i,
.mfp-title,
.mfp-counter,
.events-marquee span,
.event-planner__filters button,
.event-planner__filters button span,
.event-session__time small,
.event-session__venue,
.music-hero__rail strong,
.music-manifesto__copy a,
.music-process__steps span,
.space-marquee__track span,
.facility-filters button,
.facility-feature__content li,
.equipment-enquiry__guide small {
  font-size: var(--cinema-type-small) !important;
}

.cinema-proof__item span,
.cinema-hero__meta,
.cinema-hero__scroll,
.cinema-intro__capabilities span,
.cinema-service__number,
.cinema-project__view,
.cinema-project__meta p,
.home-event-card__status,
.home-event-card__body time span,
.home-event-card__type,
.home-team-card__portrait span,
.home-team-card__details p,
.studio-contact__list small,
.studio-contact__availability span,
.studio-contact__form-head span,
.cinema-footer__label,
.cinema-footer__newsletter small,
.newsletter-feedback,
.studio-team-hero__breadcrumb,
.studio-team-hero__scroll,
.studio-team-hero__caption,
.studio-team-hero__facts span,
.studio-team-card__number,
.studio-team-card__identity p,
.portfolio-breadcrumb,
.portfolio-hero__art-meta,
.portfolio-hero__index span,
.portfolio-work-card__number,
.gallery-collection__index,
.portfolio-work-card__view,
.gallery-collection__open,
.portfolio-work-card__watch,
.gallery-collection__meta > span,
.gallery-story-hero__facts span,
.gallery-story-hero__image > span,
.gallery-story__frame span,
.events-hero__feature-copy > p,
.events-hero__feature-copy > a,
.events-hero__facts span,
.events-status,
.event-planner__summary,
.event-card__date span,
.event-card__date small,
.event-card__number,
.event-card__countdown,
.event-card__sessions-title,
.event-session__time span,
.event-ticket-ended,
.event-ticket-help,
.music-hero__rail > span,
.music-service-panel__visual figcaption,
.music-tags li,
.space-breadcrumb,
.space-float-tag,
.space-hero__index,
.space-hero__facts dt,
.space-selector__nav button > span,
.space-selector__nav small,
.space-selector__stage article span,
.space-build-card > span,
.facility-card span,
.facility-count,
.facility-feature__visual > span,
.facility-flow li > span,
.equipment-breadcrumb,
.equipment-hero__meter > span,
.equipment-hero__meter > small,
.equipment-hero__facts dt,
.equipment-category > div > span,
.equipment-enquiry__guide-image > span,
.equipment-enquiry__guide li > span,
.equipment-form-card__head span,
.equipment-form-card__head strong {
  font-size: var(--cinema-type-micro) !important;
  letter-spacing: 0.1em;
}

.cinema-hero h1,
.studio-team-hero h1,
.portfolio-hero h1,
.gallery-story-hero h1,
.events-hero h1,
.music-hero h1,
.space-hero h1,
.equipment-hero h1 { font-size: 122px; }

.cinema-intro__statement h2,
.cinema-section-head h2,
.cinema-process h2,
.cinema-final-cta h2,
.cinema-footer__cta h2,
.studio-team__section-head h2,
.studio-team-cta h2,
.portfolio-section-head h2,
.portfolio-crosslink h2,
.gallery-story__head h2,
.event-planner__head h2,
.events-sales-cta h2,
.music-manifesto h2,
.music-services h2,
.music-process h2,
.music-cta h2,
.space-section-head h2,
.space-build h2,
.space-possibilities h2,
.facility-feature h2,
.facility-flow h2,
.space-cta h2,
.equipment-section-head h2,
.equipment-enquiry__guide h2,
.studio-contact__heading h2,
.studio-map__card h2,
.page-header__inner h2 { font-size: 96px; }

.cinema-service h3,
.cinema-project__meta h3,
.home-event-card__copy h3,
.home-team-card__details h3,
.cinema-process__steps h3,
.studio-contact__details-top h3,
.studio-team-card__identity h3,
.portfolio-work-card__meta h3,
.gallery-collection__meta h3,
.events-hero__feature-copy h2,
.event-card__content > h3,
.event-planner__empty h3,
.music-service-panel h3,
.music-process__steps h3,
.space-selector__stage h3,
.space-build-card h3,
.facility-card h3,
.facility-flow h3,
.equipment-category h3,
.equipment-form-card__head h2 { font-size: 42px; }

.studio-contact__field label,
.studio-contact__label-row label,
.equipment-field label,
.equipment-field legend,
.equipment-field__label-row label,
.studio-contact__label-row small,
.studio-contact__submit > small,
.equipment-field__label-row small,
.equipment-category-checks legend small,
.equipment-form__submit > small { font-size: 15px !important; }

.studio-contact__form input:not([type="checkbox"]),
.studio-contact__form select,
.studio-contact__form textarea,
.equipment-form input:not([type="checkbox"]),
.equipment-form select,
.equipment-form textarea,
.newsletter-form__row input {
  font-size: 18px !important;
}

.studio-contact__consent,
.equipment-consent,
.newsletter-consent,
.equipment-category-checks label > span { font-size: 16px !important; }

.studio-contact__feedback,
.equipment-feedback,
.cinema-footer__brand > p,
.cinema-footer__contact address,
.cinema-footer__newsletter h3 { font-size: 19px !important; }

.section-title__title,
.page-header + .py-5 h2,
.project-details__title,
.project-details__cast-title,
.project-three__title,
.news-page__title,
.news-page__sidebar-title { font-size: 44px !important; }

.about-three p,
.about-three li,
.news-page__text,
.project-details__text-1,
.project-details__short-details-list li,
.project-details__short-details-list li span,
.page-header + .py-5 p,
.page-header + .py-5 li {
  font-size: 20px !important;
  line-height: 1.75;
}

.news-page__name,
.news-page__name span,
.news-page__date-text,
.news-page__tag p,
.news-page__sidebar a,
.news-page__sidebar li,
.project-three__play,
.project-details__social a {
  font-size: 16px !important;
}

@media (max-width: 1199px) {
  .cinema-hero h1,
  .studio-team-hero h1,
  .portfolio-hero h1,
  .gallery-story-hero h1,
  .events-hero h1,
  .music-hero h1,
  .space-hero h1,
  .equipment-hero h1 { font-size: 86px; }

  .cinema-intro__statement h2,
  .cinema-section-head h2,
  .cinema-process h2,
  .cinema-final-cta h2,
  .cinema-footer__cta h2,
  .studio-team__section-head h2,
  .studio-team-cta h2,
  .portfolio-section-head h2,
  .portfolio-crosslink h2,
  .gallery-story__head h2,
  .event-planner__head h2,
  .events-sales-cta h2,
  .music-manifesto h2,
  .music-services h2,
  .music-process h2,
  .music-cta h2,
  .space-section-head h2,
  .space-build h2,
  .space-possibilities h2,
  .facility-feature h2,
  .facility-flow h2,
  .space-cta h2,
  .equipment-section-head h2,
  .equipment-enquiry__guide h2,
  .studio-contact__heading h2,
  .studio-map__card h2,
  .page-header__inner h2 { font-size: 72px; }

  .section-title__title,
  .page-header + .py-5 h2,
  .project-details__title,
  .project-details__cast-title,
  .project-three__title,
  .news-page__title,
  .news-page__sidebar-title { font-size: 38px !important; }
}

@media (max-width: 767px) {
  :root {
    --cinema-type-body: 18px;
    --cinema-type-card: 17px;
    --cinema-type-small: 14px;
    --cinema-type-micro: 12px;
  }

  body { font-size: 18px; }

  .main-menu__btn,
  .cinema-button,
  .cinema-text-link,
  .event-ticket-button,
  .event-calendar-button,
  .space-text-link,
  .equipment-category button { font-size: 14px; }

  .mobile-nav__container .main-menu__list li a { font-size: 20px; }

  .cinema-hero h1,
  .studio-team-hero h1,
  .portfolio-hero h1,
  .gallery-story-hero h1,
  .events-hero h1,
  .music-hero h1,
  .space-hero h1,
  .equipment-hero h1 { font-size: 72px; }

  .cinema-intro__statement h2,
  .cinema-section-head h2,
  .cinema-process h2,
  .cinema-final-cta h2,
  .cinema-footer__cta h2,
  .studio-team__section-head h2,
  .studio-team-cta h2,
  .portfolio-section-head h2,
  .portfolio-crosslink h2,
  .gallery-story__head h2,
  .event-planner__head h2,
  .events-sales-cta h2,
  .music-manifesto h2,
  .music-services h2,
  .music-process h2,
  .music-cta h2,
  .space-section-head h2,
  .space-build h2,
  .space-possibilities h2,
  .facility-feature h2,
  .facility-flow h2,
  .space-cta h2,
  .equipment-section-head h2,
  .equipment-enquiry__guide h2,
  .studio-contact__heading h2,
  .studio-map__card h2,
  .page-header__inner h2 { font-size: 56px; }

  .cinema-service h3,
  .cinema-project__meta h3,
  .home-event-card__copy h3,
  .home-team-card__details h3,
  .cinema-process__steps h3,
  .studio-contact__details-top h3,
  .studio-team-card__identity h3,
  .portfolio-work-card__meta h3,
  .gallery-collection__meta h3,
  .events-hero__feature-copy h2,
  .event-card__content > h3,
  .event-planner__empty h3,
  .music-service-panel h3,
  .music-process__steps h3,
  .space-selector__stage h3,
  .space-build-card h3,
  .facility-card h3,
  .facility-flow h3,
  .equipment-category h3,
  .equipment-form-card__head h2 { font-size: 34px; }

  .cinema-footer__bottom p,
  .cinema-footer__bottom a { font-size: 13px !important; }

  .section-title__title,
  .page-header + .py-5 h2,
  .project-details__title,
  .project-details__cast-title,
  .project-three__title,
  .news-page__title,
  .news-page__sidebar-title { font-size: 32px !important; }

  .about-three p,
  .about-three li,
  .news-page__text,
  .project-details__text-1,
  .project-details__short-details-list li,
  .project-details__short-details-list li span,
  .page-header + .py-5 p,
  .page-header + .py-5 li {
    font-size: 18px !important;
  }
}
