@font-face {
  font-family: "Lato";
  src: url("assets/fonts/Lato-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #050505;
  --ink: #f4f4f4;
  --muted: #9a9a9a;
  --line: #2a2a2a;
  --dark: #050505;
  --dark-soft: #121212;
  --panel: #181818;
  --panel-soft: #222222;
  --accent: #f10d0d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3.4vw, 46px);
  min-height: 74px;
  padding: 10px clamp(18px, 3.8vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.46);
  color: white;
  backdrop-filter: blur(18px) saturate(1.08);
  transition:
    min-height 220ms ease,
    padding 220ms ease,
    opacity 360ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    background 220ms ease,
    border-color 220ms ease;
}

body.has-brand-intro .site-header {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

body.has-brand-intro.intro-menu .site-header {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header.is-scrolled {
  min-height: 62px;
  padding-block: 7px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.74);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: clamp(176px, 19vw, 292px);
  min-width: 0;
  opacity: 0.92;
  transition: opacity 180ms ease;
}

.brand:hover,
.brand:focus-visible {
  opacity: 1;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: clamp(14px, 3.2vw, 42px);
  color: rgba(235, 235, 235, 0.7);
  font-size: clamp(0.78rem, 0.9vw, 0.98rem);
  font-weight: 300;
  line-height: 1;
}

.nav a {
  padding: 8px 0;
  white-space: nowrap;
  transition: color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--accent);
  outline: 0;
}

section[id] {
  scroll-margin-top: 72px;
}

.brand-intro {
  position: relative;
  z-index: 12;
  height: 235svh;
  background: #000;
  color: white;
  --intro-stage-opacity: 1;
  --intro-stage-y: 0px;
  --intro-stage-scale: 1;
  --intro-bg-opacity: 0;
  --intro-bg-scale: 1.1;
  --intro-bg-blur: 6px;
  --intro-logo-opacity: 1;
  --intro-logo-y: 0px;
  --intro-logo-scale: 1;
  --intro-word-width: 0px;
  --intro-word-max: 640px;
  --intro-text-opacity: 0;
  --intro-text-y: 28px;
  --intro-cue-opacity: 1;
}

.brand-intro-stage {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  background: #000;
  opacity: var(--intro-stage-opacity);
  transform: translate3d(0, var(--intro-stage-y), 0) scale(var(--intro-stage-scale));
  will-change: opacity, transform;
}

.brand-intro-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.1) 58%, rgba(0, 0, 0, 0.28) 100%);
  opacity: var(--intro-bg-opacity);
  pointer-events: none;
}

.intro-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: var(--intro-bg-opacity);
  filter: brightness(0.72) saturate(0.96) blur(var(--intro-bg-blur));
  transform: scale(var(--intro-bg-scale));
  transform-origin: center;
  will-change: opacity, filter, transform;
}

.intro-logo-lockup {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(68vw, 760px);
  opacity: var(--intro-logo-opacity);
  transform: translate3d(0, var(--intro-logo-y), 0) scale(var(--intro-logo-scale));
  mix-blend-mode: screen;
  will-change: opacity, transform;
}

.intro-logo-video,
.intro-logo-fallback {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.intro-logo-video {
  position: relative;
  z-index: 1;
  background: transparent;
}

.intro-logo-fallback {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.intro-logo-lockup.video-fallback .intro-logo-video {
  display: none;
}

.intro-logo-lockup.video-fallback .intro-logo-fallback {
  position: static;
  opacity: 1;
}

.intro-mark {
  display: block;
  width: clamp(132px, 12.5vw, 228px);
  max-width: none;
  flex: 0 0 auto;
}

.intro-word-mask {
  display: block;
  width: var(--intro-word-width);
  overflow: hidden;
  flex: 0 0 auto;
}

.intro-word {
  display: block;
  width: var(--intro-word-max);
  max-width: none;
  height: auto;
}

.intro-hero-content {
  position: absolute;
  left: clamp(24px, 5.4vw, 86px);
  bottom: clamp(34px, 7vw, 86px);
  z-index: 3;
  width: min(920px, calc(100% - 48px));
  opacity: var(--intro-text-opacity);
  transform: translate3d(0, var(--intro-text-y), 0);
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.62);
  will-change: opacity, transform;
}

.intro-hero-content h1 {
  margin-bottom: 24px;
  color: #fff;
}

.intro-hero-content .lead {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}

.intro-cue {
  position: absolute;
  z-index: 3;
  bottom: clamp(28px, 5vw, 64px);
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.76rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: var(--intro-cue-opacity);
}

body.intro-wordmark .intro-cue {
  opacity: 0;
}

.hero {
  position: relative;
  min-height: 0;
  padding: 0 0 clamp(64px, 9vw, 120px);
  overflow: hidden;
  background: var(--dark);
  color: white;
}

.hero-media {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  height: clamp(620px, 100svh, 940px);
  background: #111;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.42) 34%, rgba(0, 0, 0, 0.08) 76%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.02) 58%);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) brightness(0.98);
  transform: translate3d(0, var(--hero-shift, 0px), 0) scale(var(--hero-scale, 1.002));
  transition: transform 160ms linear;
  will-change: transform;
}

.hero-content {
  position: absolute;
  left: clamp(24px, 5.4vw, 86px);
  bottom: clamp(34px, 7vw, 86px);
  z-index: 1;
  width: min(940px, calc(100% - 48px));
  padding: 0;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 930px;
  margin-bottom: 26px;
  font-size: clamp(2.65rem, 5.15vw, 5.1rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.02;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4vw, 4.7rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.18rem, 1.5vw, 1.48rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.14;
}

.lead {
  max-width: 700px;
  color: #eeeeee;
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 4px;
  font-weight: 500;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
}

.button.secondary {
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.32);
  background: transparent;
  color: white;
}

.button:hover,
.button:focus-visible {
  border-color: var(--accent);
  color: white;
  outline: 0;
}

.section {
  padding: clamp(64px, 10vw, 128px) clamp(20px, 5vw, 70px);
}

.reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 760ms ease,
    filter 900ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, filter, transform;
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.intro,
.projects,
.contact {
  border-bottom: 1px solid var(--line);
  background: var(--dark);
  color: white;
}

.intro-grid,
.proof,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.82fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.copy,
.section-heading p,
.contact p,
.proof-list {
  color: #c6c6c6;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.copy p:last-child {
  margin-bottom: 0;
}

.booking-reasons {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
  min-height: clamp(620px, 78svh, 900px);
  padding: clamp(76px, 10vw, 132px) clamp(20px, 5vw, 70px);
  background: #080808;
  color: white;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}

.booking-reasons::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.04) 39%, rgba(5, 5, 5, 0.38) 64%, rgba(5, 5, 5, 0.74) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.66) 0%, rgba(5, 5, 5, 0.04) 44%, rgba(5, 5, 5, 0.14) 100%);
  pointer-events: none;
}

.reason-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  border-radius: 0;
  background: #050505;
}

.reason-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.06) saturate(1.08);
  transform: scaleX(-1) scale(1.01);
  transition: transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reason-media:hover img {
  transform: scaleX(-1) scale(1.035);
}

.reason-copy {
  grid-column: 2;
  align-self: center;
  padding: 0;
}

.reason-copy h2 {
  margin-bottom: clamp(24px, 4vw, 42px);
  font-size: clamp(2rem, 3.3vw, 3.7rem);
}

.reason-list {
  display: grid;
  gap: 14px;
}

.reason-list p {
  margin: 0;
  padding: 18px 20px 18px 22px;
  border-left: 4px solid var(--accent);
  background: rgba(17, 17, 17, 0.68);
  color: #d8d8d8;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 300;
  backdrop-filter: blur(4px);
}

.ready-shows {
  background: #050505;
  color: white;
  border-bottom: 1px solid #242424;
}

.ready-shows .section-heading p {
  color: #c8c8c8;
}

.show-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.show-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(230px, 24vw, 410px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 2px;
  background: #101010;
  isolation: isolate;
}

.show-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.04) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.06) 62%);
}

.show-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    filter 700ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.show-card:hover img {
  transform: scale(1.04);
}

.show-card .duration {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.28);
  color: #f3f3f3;
  font-size: 0.84rem;
  font-weight: 400;
}

.show-card h3 {
  margin: 0;
  max-width: 720px;
  padding: 0 28px 10px;
  color: white;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 300;
  line-height: 1;
}

.show-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0 28px 12px;
}

.show-specs div {
  display: grid;
  gap: 2px;
  min-width: 118px;
  padding: 8px 10px;
  border-left: 2px solid var(--accent);
  background: rgba(12, 12, 12, 0.62);
  backdrop-filter: blur(5px);
}

.show-specs dt,
.show-specs dd {
  margin: 0;
}

.show-specs dt {
  color: #b8b8b8;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
}

.show-specs dd {
  color: white;
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  font-weight: 300;
}

.show-card strong {
  display: block;
  padding: 0 28px 28px;
  color: #f3f3f3;
  font-size: 0.9rem;
  font-weight: 400;
}

.show-card strong::before {
  content: "▶";
  margin-right: 8px;
  color: var(--accent);
}

.ready-request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ready-request p {
  margin: 0;
  color: #d8d8d8;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.ready-request a {
  color: white;
  font-weight: 400;
  border-bottom: 2px solid var(--accent);
}

.text-button {
  appearance: none;
  border: 0;
  border-bottom: 2px solid var(--accent);
  border-radius: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 400;
  padding: 0 0 3px;
}

.text-button:hover,
.text-button:focus-visible {
  color: var(--accent);
  outline: 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: end;
  margin-bottom: clamp(34px, 5.5vw, 64px);
}

.production-showcase {
  position: relative;
  min-height: clamp(760px, 95svh, 1060px);
  padding: clamp(78px, 10vw, 138px) clamp(20px, 5vw, 70px);
  overflow: hidden;
  isolation: isolate;
  background: #050505;
}

.production-bg,
.production-bg img {
  position: absolute;
  inset: 0;
}

.production-bg {
  z-index: -2;
}

.production-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.82) saturate(1.02);
}

.production-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.76) 0%, rgba(5, 5, 5, 0.48) 42%, rgba(5, 5, 5, 0.22) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.76) 0%, rgba(5, 5, 5, 0.08) 52%, rgba(5, 5, 5, 0.26) 100%);
}

.production-content {
  display: grid;
  gap: clamp(26px, 4vw, 52px);
  max-width: 1540px;
  margin: 0 auto;
}

.production-content h2 {
  max-width: 980px;
}

.production-content > p {
  max-width: 690px;
  margin: 0;
  color: #d7d7d7;
  font-size: clamp(1.08rem, 1.5vw, 1.42rem);
  line-height: 1.48;
}

.production-types {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(12px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 7, 7, 0.54);
  backdrop-filter: blur(14px);
}

.production-type {
  min-height: clamp(176px, 18vw, 248px);
  padding: clamp(22px, 3.2vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.production-type:last-child {
  border-right: 0;
}

.production-type svg {
  width: 34px;
  height: 34px;
  margin-bottom: clamp(34px, 6vw, 74px);
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.production-type span {
  display: block;
  margin-bottom: 10px;
  color: white;
  font-size: clamp(1.35rem, 2vw, 2.25rem);
  font-weight: 300;
  letter-spacing: 0;
}

.production-type small {
  display: block;
  max-width: 320px;
  color: #c9c9c9;
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.42;
}

.clients-simple {
  background: #050505;
  color: white;
  border-bottom: 1px solid #242424;
}

.clients-simple h2 {
  max-width: 980px;
  margin: 0 0 clamp(18px, 3vw, 36px);
}

.clients-strip {
  display: grid;
  gap: 20px;
  margin-top: clamp(18px, 4vw, 54px);
}

.client-marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  padding: clamp(26px, 3.4vw, 44px) 0;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.client-track {
  display: flex;
  width: max-content;
  gap: clamp(46px, 6vw, 92px);
  align-items: center;
  animation: client-scroll 58s linear infinite;
}

.client-track img {
  display: block;
  width: auto;
  max-width: clamp(100px, 12vw, 210px);
  height: clamp(24px, 3vw, 46px);
  object-fit: contain;
  opacity: 0.78;
  filter: grayscale(1);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.client-track img:hover {
  opacity: 1;
  transform: translateY(-1px);
}

@keyframes client-scroll {
  from {
    transform: translateX(0);
  }

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

.about {
  position: relative;
  min-height: clamp(820px, 108svh, 1120px);
  background: #080808;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}

.about::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.74) 0%, rgba(5, 5, 5, 0.12) 36%, rgba(5, 5, 5, 0.68) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.5) 0%, rgba(5, 5, 5, 0.12) 52%, rgba(5, 5, 5, 0.42) 100%);
  pointer-events: none;
}

.about-visual {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
  pointer-events: none;
}

.about-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: brightness(1.02) saturate(1.08);
}

.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.82fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: end;
  padding-top: clamp(360px, 48svh, 560px);
}

.about-heading .section-label {
  margin-bottom: 20px;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: white;
  font-weight: 400;
  border-bottom: 2px solid var(--accent);
}

.bio-details {
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #d8d8d8;
}

.bio-details summary {
  cursor: pointer;
  padding: 18px 0;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  list-style: none;
}

.bio-details summary::-webkit-details-marker {
  display: none;
}

.bio-details summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 300;
}

.bio-details[open] summary::after {
  content: "-";
}

.bio-details div {
  display: grid;
  gap: 10px;
  padding-bottom: 8px;
}

.bio-details p {
  margin-bottom: 0;
}

.proof {
  position: relative;
  overflow: hidden;
  min-height: clamp(620px, 74svh, 860px);
  align-items: center;
  isolation: isolate;
  background: #050505;
  color: white;
}

.proof::before,
.proof::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.proof::before {
  z-index: -2;
  background-image: url("assets/www-selected/why-it-works-bg.avif");
  background-size: cover;
  background-position: center;
  opacity: 0.94;
  filter: brightness(1.08) saturate(1.1);
  transform: scale(1.03);
}

.proof::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.58) 0%, rgba(5, 5, 5, 0.38) 42%, rgba(5, 5, 5, 0.24) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.58) 0%, rgba(5, 5, 5, 0.06) 38%, rgba(5, 5, 5, 0.58) 100%);
}

.proof .section-label {
  color: var(--accent);
}

.proof-list {
  display: grid;
  gap: 14px;
  color: #dfdfdf;
}

.proof-list p {
  margin: 0;
  padding: 18px 22px 18px 24px;
  border-left: 4px solid var(--accent);
  background: rgba(18, 18, 18, 0.74);
  color: #dfdfdf;
  backdrop-filter: blur(5px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.contact h2 {
  margin-bottom: 24px;
}

.contact {
  position: relative;
  min-height: clamp(640px, 82svh, 900px);
  overflow: hidden;
  align-items: center;
  background: #050505;
  isolation: isolate;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.68) 0%, rgba(5, 5, 5, 0.42) 38%, rgba(5, 5, 5, 0.2) 68%, rgba(5, 5, 5, 0.48) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.56) 0%, rgba(5, 5, 5, 0.02) 48%, rgba(5, 5, 5, 0.16) 100%);
  pointer-events: none;
}

.contact-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: brightness(1.08) saturate(1.12);
  transform: none;
  pointer-events: none;
}

.contact-panel {
  display: grid;
  gap: 14px;
  padding-top: 44px;
}

.contact-panel a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #101010;
  color: white;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  font-weight: 300;
  overflow-wrap: anywhere;
}

.contact-panel svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.inquiry-open {
  overflow: hidden;
}

.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 42px);
}

.inquiry-modal[hidden] {
  display: none;
}

.inquiry-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(16px);
}

.inquiry-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: min(900px, 92svh);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(22, 22, 22, 0.96), rgba(5, 5, 5, 0.98)),
    #080808;
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.68);
  color: white;
}

.inquiry-close {
  position: sticky;
  top: 18px;
  float: right;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin: 18px 18px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1;
}

.inquiry-close:hover,
.inquiry-close:focus-visible {
  color: var(--accent);
  outline: 0;
}

.inquiry-intro,
.inquiry-form {
  padding-inline: clamp(22px, 5vw, 72px);
}

.inquiry-intro {
  padding-top: clamp(46px, 7vw, 82px);
  padding-bottom: clamp(18px, 3vw, 32px);
}

.inquiry-intro h2 {
  max-width: 860px;
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 5.4vw, 5.2rem);
}

.inquiry-intro p {
  max-width: 760px;
  margin: 0;
  color: #d6d6d6;
  font-size: clamp(1rem, 1.4vw, 1.26rem);
}

.inquiry-form {
  display: grid;
  gap: 24px;
  padding-bottom: clamp(34px, 5vw, 64px);
}

.inquiry-hp {
  position: absolute;
  left: -9999px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.inquiry-form label,
.screen-note {
  display: grid;
  gap: 8px;
}

.inquiry-form label span,
.screen-note legend {
  color: #ededed;
  font-size: 0.83rem;
  font-weight: 400;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font: inherit;
  font-size: 1rem;
  padding: 13px 14px;
}

.inquiry-form select {
  color-scheme: dark;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--accent);
  outline: 0;
}

.screen-note {
  margin: 4px 0 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.screen-note p {
  max-width: 820px;
  margin: 0 0 10px;
  color: #cfcfcf;
}

.screen-note label,
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.screen-note input,
.consent input {
  width: auto;
  margin-top: 5px;
  accent-color: var(--accent);
}

.screen-note label span,
.consent span {
  color: #e5e5e5;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: none;
}

.full-field {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.form-actions p {
  min-height: 1.4em;
  margin: 0;
  color: #cfcfcf;
}

.form-actions p.is-error {
  color: #ff6b6b;
}

.form-actions p.is-success {
  color: #f0f0f0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 70px);
  background: var(--dark);
  color: #b9b9b9;
  font-size: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .hero-media img {
    transform: none;
  }
}

@media (max-width: 1180px) {
  .about-grid {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
    padding-top: clamp(360px, 44svh, 520px);
  }

  .about-heading h2 {
    max-width: 1040px;
    font-size: clamp(2.65rem, 6.6vw, 5.1rem);
  }
}

@media (max-width: 980px) {
  .intro-grid,
  .booking-reasons,
  .about-grid,
  .proof,
  .contact,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .about-grid {
    align-items: start;
    gap: 24px;
    padding-top: clamp(360px, 44svh, 500px);
  }

  .about-heading h2 {
    max-width: 980px;
  }

  .booking-reasons {
    min-height: clamp(620px, 78svh, 860px);
    padding: clamp(64px, 10vw, 96px) clamp(20px, 5vw, 70px);
  }

  .reason-media {
    min-height: 0;
  }

  .reason-copy {
    grid-column: 1;
    padding: 0;
  }

  .booking-reasons::after {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.22) 0%, rgba(5, 5, 5, 0.34) 48%, rgba(5, 5, 5, 0.68) 100%),
      linear-gradient(0deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.1) 48%, rgba(5, 5, 5, 0.24) 100%);
  }

  .contact {
    min-height: clamp(720px, 88svh, 920px);
  }

  .contact-art {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: none;
  }

  .production-showcase {
    min-height: clamp(720px, 88svh, 960px);
  }

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

  .production-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .production-type:nth-child(2n) {
    border-right: 0;
  }

  .production-type:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .contact-panel {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .brand-intro {
    height: 205svh;
  }

  .brand-intro-stage {
    min-height: 520px;
  }

  .intro-mark {
    width: clamp(118px, 28vw, 170px);
  }

  .intro-logo-lockup {
    width: min(82vw, 430px);
  }

  .intro-hero-content {
    left: 20px;
    right: 20px;
    bottom: 34px;
    width: auto;
  }

  .intro-hero-content h1 {
    font-size: clamp(2.25rem, 11vw, 3.15rem);
  }

  .intro-hero-content .lead {
    font-size: 1rem;
  }

  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    min-height: 58px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.68);
  }

  .brand {
    width: min(178px, 46vw);
  }

  .brand img {
    width: 100%;
    height: auto;
    max-height: 40px;
  }

  .nav {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 1px;
    font-size: 0.72rem;
    scrollbar-width: none;
  }

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

  .nav a {
    padding: 6px 0;
  }

  .section {
    padding: 56px 20px;
  }

  .booking-reasons {
    min-height: 700px;
    padding: 86px 20px 64px;
  }

  .reason-media {
    min-height: 0;
    margin: 0;
  }

  .reason-copy {
    padding: 0;
  }

  .reason-media img {
    object-position: center;
  }

  .booking-reasons::after {
    background:
      linear-gradient(0deg, rgba(5, 5, 5, 0.74) 0%, rgba(5, 5, 5, 0.28) 48%, rgba(5, 5, 5, 0.18) 100%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.28) 0%, rgba(5, 5, 5, 0.36) 100%);
  }

  .about-visual {
    margin: 0;
  }

  .about-visual img {
    width: 100%;
    height: 100%;
  }

  .hero {
    padding-inline: 0;
    padding-bottom: 52px;
  }

  .hero-media {
    height: 100svh;
    min-height: 620px;
    border-radius: 0;
  }

  .hero-media img {
    object-position: center;
  }

  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.22) 52%, rgba(0, 0, 0, 0.1) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.12) 100%);
  }

  .hero-content {
    left: 20px;
    right: 20px;
    bottom: 34px;
    width: auto;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(2.25rem, 11.4vw, 3.15rem);
    line-height: 1.04;
  }

  .lead {
    font-size: 1rem;
  }

  .contact {
    min-height: 780px;
    padding-bottom: 72px;
  }

  .contact-art {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: none;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .production-showcase {
    min-height: 0;
    padding: 82px 20px 72px;
  }

  .production-showcase::after {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.7), rgba(5, 5, 5, 0.38)),
      linear-gradient(0deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.14) 58%, rgba(5, 5, 5, 0.36) 100%);
  }

  .production-types {
    grid-template-columns: 1fr;
  }

  .production-type,
  .production-type:nth-child(2n),
  .production-type:nth-last-child(-n + 2) {
    min-height: 168px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .production-type:last-child {
    border-bottom: 0;
  }

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

  .show-card {
    min-height: 230px;
  }

  .ready-request {
    align-items: flex-start;
    flex-direction: column;
  }

  .client-list span {
    width: 100%;
  }

  .footer {
    flex-direction: column;
  }
}
