:root {
  color-scheme: dark;
  --bg: #080908;
  --bg-2: #111312;
  --ink: #f5f3ec;
  --paper: #f0eee5;
  --paper-ink: #11110f;
  --muted: #a7aaa1;
  --soft: #686d65;
  --line: rgba(245, 243, 236, 0.16);
  --line-dark: rgba(8, 9, 8, 0.18);
  --acid: #e8ff44;
  --amber: #b6a11d;
  --red: #d5212f;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.16;
  background:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 100% 6px, 6px 100%;
  mix-blend-mode: screen;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

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

h1,
h2 {
  margin-bottom: 22px;
  max-width: 1120px;
  text-transform: uppercase;
  font-weight: 950;
  line-height: 0.88;
}

h1 {
  font-size: clamp(56px, 9.1vw, 136px);
}

h2 {
  font-size: clamp(42px, 7vw, 106px);
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.02;
  text-transform: uppercase;
}

.micro {
  margin: 0 0 16px;
  color: var(--acid);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 950;
}

.lead {
  max-width: 720px;
  color: rgba(245, 243, 236, 0.78);
  font-size: clamp(19px, 2vw, 27px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 20px clamp(18px, 4vw, 58px);
  background: linear-gradient(180deg, rgba(8, 9, 8, 0.78), rgba(8, 9, 8, 0));
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-solid {
  background: rgba(8, 9, 8, 0.88);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 190px;
}

.brand-lockup {
  width: 182px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(245, 243, 236, 0.16));
}

.nav {
  display: flex;
  justify-content: center;
  gap: 31px;
  color: rgba(245, 243, 236, 0.72);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--acid);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.header-cta {
  background: var(--paper);
  color: var(--paper-ink);
  border-color: var(--paper);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--paper);
  color: var(--paper-ink);
  border-color: var(--paper);
}

.button.quiet {
  background: rgba(245, 243, 236, 0.06);
  color: var(--ink);
  border-color: rgba(245, 243, 236, 0.34);
}

.button.full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 112px clamp(18px, 4vw, 58px) 34px;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  filter: saturate(0.72) contrast(1.2) brightness(0.58);
  transform: scale(1.02);
}

.hero-shade {
  background:
    radial-gradient(circle at 82% 22%, rgba(232, 255, 68, 0.13), transparent 25%),
    linear-gradient(90deg, rgba(8, 9, 8, 0.96) 0%, rgba(8, 9, 8, 0.72) 42%, rgba(8, 9, 8, 0.18) 100%),
    linear-gradient(0deg, rgba(8, 9, 8, 0.96) 0%, rgba(8, 9, 8, 0.12) 60%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 146px);
  display: grid;
  grid-template-columns: minmax(120px, 0.24fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
}

.hero-kicker {
  display: grid;
  gap: 10px;
  align-self: center;
  color: rgba(245, 243, 236, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.hero-kicker span {
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.hero-copy {
  min-width: 0;
  padding-bottom: 13vh;
}

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

.broadcast-card {
  position: absolute;
  right: clamp(18px, 4vw, 58px);
  bottom: 34px;
  z-index: 2;
  width: min(520px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(8, 9, 8, 0.74);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.broadcast-card strong {
  display: block;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.live-dot {
  position: absolute;
  top: 21px;
  left: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 7px rgba(213, 33, 47, 0.16);
}

.broadcast-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0 0;
  background: var(--line);
}

.broadcast-card div {
  padding: 14px;
  background: rgba(8, 9, 8, 0.82);
}

.broadcast-card dt,
.broadcast-card dd {
  margin: 0;
}

.broadcast-card dt {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 850;
}

.broadcast-card dd {
  font-size: 35px;
  line-height: 1;
  font-weight: 950;
}

.ticker {
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--amber);
  color: #080908;
  white-space: nowrap;
}

.ticker span {
  flex: 0 0 auto;
  padding: 13px 26px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 950;
}

.ticker span::after {
  content: "/";
  margin-left: 26px;
}

.section-dark,
.system-board {
  padding: clamp(70px, 9vw, 132px) clamp(18px, 4vw, 58px);
}

.section-head {
  max-width: 1040px;
  margin-bottom: 38px;
}

.section-head.wide {
  max-width: 1220px;
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  gap: 18px;
  align-items: stretch;
}

.video-card {
  position: relative;
  border: 1px solid var(--line);
  background: #000;
  box-shadow: var(--shadow);
}

.video-card-main {
  border-color: rgba(232, 255, 68, 0.42);
}

.video-meta {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid rgba(245, 243, 236, 0.18);
  background: rgba(8, 9, 8, 0.68);
  backdrop-filter: blur(12px);
}

.video-meta span,
.video-meta strong {
  display: block;
  text-transform: uppercase;
}

.video-meta span {
  color: var(--acid);
  font-size: 10px;
  font-weight: 950;
}

.video-meta strong {
  font-size: 13px;
  line-height: 1;
}

.showreel-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.studio-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  padding: clamp(76px, 9vw, 140px) clamp(18px, 4vw, 58px);
  background: var(--paper);
  color: var(--paper-ink);
  border-radius: 8vw 8vw 0 0;
}

.image-slab img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.23);
}

.studio-copy .micro,
.membership-intro .micro,
.reserve-copy .micro {
  color: #5f6416;
}

.studio-copy > p:not(.micro),
.membership-intro > p,
.reserve-copy > p {
  max-width: 680px;
  color: rgba(17, 17, 15, 0.66);
  font-size: 20px;
}

.feature-rows {
  display: grid;
  gap: 1px;
  margin-top: 36px;
  border-top: 1px solid var(--line-dark);
}

.feature-rows article {
  display: grid;
  grid-template-columns: 54px minmax(120px, 0.38fr) 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}

.feature-rows span,
.system-grid span {
  color: #6d7319;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 950;
}

.feature-rows p {
  margin-bottom: 0;
  color: rgba(17, 17, 15, 0.62);
}

.system-board {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.system-grid article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: #0a0b0a;
}

.system-grid strong {
  display: block;
  margin: 38px 0 14px;
  max-width: 260px;
  font-size: clamp(25px, 2.7vw, 40px);
  line-height: 0.96;
  text-transform: uppercase;
}

.system-grid p {
  color: var(--muted);
}

.membership-zone {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  padding: clamp(76px, 9vw, 140px) clamp(18px, 4vw, 58px);
  background: var(--paper);
  color: var(--paper-ink);
}

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

.price-card {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line-dark);
  border-radius: 32px;
  background: #fbfaf3;
}

.price-card.featured {
  background: #111312;
  color: var(--ink);
  border-color: #111312;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.plan-label {
  margin: 0 0 22px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 950;
}

.price {
  font-size: clamp(54px, 6vw, 82px);
  line-height: 0.92;
  font-weight: 950;
}

.price span {
  display: block;
  margin-top: 10px;
  color: var(--soft);
  font-size: 15px;
  text-transform: uppercase;
}

.price-card.featured .price span,
.price-card.featured li {
  color: var(--muted);
}

.price-card ul {
  display: grid;
  gap: 13px;
  padding: 28px 0;
  margin: 0 0 auto;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 19px;
  color: rgba(17, 17, 15, 0.68);
}

.price-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  padding: clamp(76px, 9vw, 140px) clamp(18px, 4vw, 58px);
  background:
    linear-gradient(rgba(8, 9, 8, 0.72), rgba(8, 9, 8, 0.92)),
    url("assets/warehouse-front.jpeg") center/cover;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.metric-grid div {
  min-height: 132px;
  padding: 22px;
  background: rgba(8, 9, 8, 0.76);
}

.metric-grid strong {
  display: block;
  font-size: 44px;
  line-height: 0.9;
}

.metric-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 850;
}

.reserve {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 6vw, 86px);
  padding: clamp(76px, 9vw, 140px) clamp(18px, 4vw, 58px);
  background: var(--paper);
  color: var(--paper-ink);
}

.reserve-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 32px;
  background: #fbfaf3;
}

.reserve-form label {
  display: grid;
  gap: 8px;
  color: rgba(17, 17, 15, 0.62);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.bot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.reserve-form .wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(17, 17, 15, 0.18);
  border-radius: 14px;
  background: #fffef8;
  color: var(--paper-ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(95, 100, 22, 0.45);
  outline-offset: 2px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 30px clamp(18px, 4vw, 58px);
  border-top: 1px solid var(--line);
  background: var(--bg);
}

.site-footer div {
  display: grid;
  gap: 2px;
}

.site-footer span {
  color: var(--muted);
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(rgba(8, 9, 8, 0.78), rgba(8, 9, 8, 0.94)),
    url("assets/studio-concept.png") center/cover;
}

.thanks-card {
  width: min(100%, 760px);
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(8, 9, 8, 0.84);
  box-shadow: var(--shadow);
}

.thanks-card .brand {
  margin-bottom: 56px;
}

.thanks-card h1 {
  font-size: clamp(52px, 9vw, 108px);
}

.thanks-card p:not(.micro) {
  max-width: 560px;
  color: var(--muted);
  font-size: 20px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .studio-split,
  .membership-zone,
  .manifesto,
  .reserve,
  .video-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 138px;
  }

  .brand-lockup {
    width: 138px;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 18px;
  }

  .hero {
    min-height: 94vh;
    padding: 86px 16px 20px;
  }

  .hero-grid,
  .pricing,
  .system-grid,
  .metric-grid,
  .reserve-form,
  .broadcast-card dl,
  .feature-rows article {
    grid-template-columns: 1fr;
  }

  .hero-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-self: end;
  }

  .hero-kicker span {
    padding: 7px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
  }

  .hero-copy {
    padding-bottom: 210px;
  }

  h1 {
    font-size: clamp(43px, 14.8vw, 60px);
  }

  h2 {
    font-size: clamp(40px, 13vw, 64px);
  }

  .lead {
    font-size: 18px;
  }

  .broadcast-card {
    left: 16px;
    right: 16px;
    bottom: 20px;
    width: auto;
  }

  .section-dark,
  .system-board,
  .studio-split,
  .membership-zone,
  .manifesto,
  .reserve {
    padding-left: 16px;
    padding-right: 16px;
  }

  .studio-split {
    border-radius: 42px 42px 0 0;
  }

  .price-card,
  .reserve-form,
  .thanks-card {
    border-radius: 24px;
  }

  .site-footer {
    display: grid;
  }
}
