:root {
  --bg: #fbfbfa;
  --surface: #ffffff;
  --ink: #0c1117;
  --muted: #4d5661;
  --soft: #747c86;
  --hairline: rgba(12, 17, 23, 0.12);
  --hairline-strong: rgba(12, 17, 23, 0.2);
  --accent: #a4632e;
  --accent-soft: #ece2d8;
  --shadow: 0 24px 70px rgba(12, 17, 23, 0.12);
  --radius: 6px;
  --max: 1360px;
  --gutter: clamp(1.5rem, 4vw, 4rem);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(164, 99, 46, 0.08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 38%, #ffffff 100%);
  color: var(--ink);
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.35rem var(--gutter);
  color: var(--ink);
  background: rgba(251, 251, 250, 0.72);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(22px);
  transition: border-color 220ms ease, background 220ms ease, padding 220ms ease;
}

.site-header.is-scrolled {
  padding-block: 0.9rem;
  background: rgba(251, 251, 250, 0.9);
  border-color: var(--hairline);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.24rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.brand span {
  font-size: clamp(0.9rem, 1.45vw, 1.22rem);
}

.brand small {
  font-size: 0.48rem;
  letter-spacing: 0.48em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.4rem, 3vw, 3.2rem);
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a {
  text-decoration: none;
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--accent);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.menu-toggle {
  display: none;
  width: 2.7rem;
  height: 2.7rem;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle svg {
  width: 1.4rem;
  height: 1.4rem;
}

.button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.45rem;
  border-radius: var(--radius);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #ffffff;
  background: #0b1118;
  border: 1px solid #0b1118;
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid var(--hairline-strong);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: #f8f8f6;
  border-bottom: 1px solid var(--hairline);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(251, 251, 250, 0.98) 0%, rgba(251, 251, 250, 0.86) 27%, rgba(251, 251, 250, 0.28) 52%, rgba(251, 251, 250, 0) 100%),
    linear-gradient(180deg, rgba(251, 251, 250, 0) 72%, rgba(251, 251, 250, 0.72) 100%);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  filter: saturate(0.92) contrast(1.03) brightness(1.08);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(8.2rem, 10vw, 10.5rem) var(--gutter) clamp(5.4rem, 9vw, 8rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(4.2rem, 8.6vw, 8.2rem);
  line-height: 0.96;
  font-weight: 790;
}

.hero-kicker {
  width: min(420px, 100%);
  margin: 2.4rem 0 0;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 820;
  line-height: 1.45;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-copy {
  width: min(520px, 100%);
  margin: 1.25rem 0 0;
  color: #222b34;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.7rem;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 1.8rem;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  transform: translateX(-50%);
  color: rgba(12, 17, 23, 0.62);
  font-size: 0.65rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scroll-cue svg {
  width: 1.4rem;
  height: 1.4rem;
  animation: floatArrow 1.7s ease-in-out infinite;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) var(--gutter);
}

.trust {
  border-bottom: 1px solid var(--hairline);
}

.section-label {
  margin: 0 0 clamp(2.2rem, 4vw, 4.5rem);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 780;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.trust-item {
  min-height: 11.5rem;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1.45rem;
  padding: 2rem 1.5rem;
  text-align: center;
  border-right: 1px solid var(--hairline);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item svg {
  width: 2.75rem;
  height: 2.75rem;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item p {
  max-width: 12rem;
  margin: 0;
  font-size: clamp(0.92rem, 1.06vw, 1rem);
  line-height: 1.45;
  font-weight: 610;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  border-bottom: 1px solid var(--hairline);
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
}

.split-copy {
  max-width: 620px;
}

.section-note {
  margin: 0 0 0.8rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 790;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.split h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4.2vw, 4.4rem);
  line-height: 1.06;
  font-weight: 710;
}

.split-copy > p:not(.section-note) {
  margin: 1.45rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.85;
}

.image-frame {
  overflow: hidden;
  border-radius: var(--radius);
  background: #edecea;
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.image-frame:hover img {
  transform: scale(1.025);
}

.studio-image {
  aspect-ratio: 1005 / 1563;
  width: min(100%, 34rem);
  justify-self: center;
}

.production-image {
  aspect-ratio: 1.5 / 1;
}

.equipment {
  grid-column: 1 / -1;
  margin-top: clamp(2.6rem, 5vw, 5rem);
  padding: clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 246, 244, 0.82)),
    radial-gradient(circle at 18% 0%, rgba(164, 99, 46, 0.12), transparent 24rem);
  box-shadow: 0 28px 90px rgba(12, 17, 23, 0.07);
}

.equipment-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.equipment-heading .section-note {
  margin: 0;
}

.equipment h3 {
  max-width: none;
  margin: 0;
  font-size: clamp(2rem, 3.55vw, 4.35rem);
  line-height: 0.98;
  font-weight: 730;
  text-align: right;
  white-space: nowrap;
}

.signal-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  height: 4.5rem;
  margin: 0 0 clamp(1.4rem, 3vw, 2.6rem);
}

.signal-line::before {
  content: "";
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(12, 17, 23, 0.34), rgba(164, 99, 46, 0.58), rgba(12, 17, 23, 0.22), transparent);
}

.signal-line span {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid rgba(12, 17, 23, 0.32);
  box-shadow: 0 0 0 0.85rem rgba(255, 255, 255, 0.72);
}

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

.equipment-card {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.15rem, 2vw, 1.7rem);
  background: rgba(255, 255, 255, 0.8);
}

.equipment-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(5rem, 7vw, 7.4rem);
}

.equipment-icon span {
  color: rgba(12, 17, 23, 0.42);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.13em;
}

.equipment-icon svg {
  width: 2.45rem;
  height: 2.45rem;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.equipment-card h4 {
  margin: 0 0 0.8rem;
  color: var(--accent);
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.equipment-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.55;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.35rem;
  margin-top: 2.4rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--hairline);
}

.contact-link {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  max-width: 100%;
  color: var(--ink);
  text-decoration: none;
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.4;
}

.contact-link svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-link:hover span {
  text-decoration: underline;
}

.site-footer {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 3rem var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.footer-nav {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-nav a {
  text-decoration: none;
}

.footer-cta {
  justify-self: end;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--soft);
  font-size: 0.78rem;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.hero-content.reveal {
  opacity: 1;
  transform: none;
}

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

@media (max-width: 980px) {
  .site-header {
    padding: 1rem var(--gutter);
  }

  .nav-links,
  .header-actions .button {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links.is-open {
    position: fixed;
    inset: 4.75rem var(--gutter) auto;
    display: grid;
    gap: 0;
    padding: 0.8rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--hairline);
    box-shadow: 0 24px 60px rgba(12, 17, 23, 0.12);
    backdrop-filter: blur(18px);
  }

  .nav-links.is-open a {
    padding: 1.05rem;
    border-bottom: 1px solid var(--hairline);
  }

  .nav-links.is-open a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: max(46rem, 100svh);
    display: grid;
    padding-top: 0;
    overflow: hidden;
    background: #ffffff;
  }

  .hero::after {
    display: block;
    z-index: 1;
    background:
      linear-gradient(110deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 42%, rgba(255, 255, 255, 0.68) 63%, rgba(255, 255, 255, 0.16) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.62) 42%, rgba(255, 255, 255, 0.06) 100%);
  }

  .hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    object-position: 61% center;
    box-shadow: none;
    filter: saturate(0.9) contrast(1.02) brightness(1.03);
  }

  .hero-content {
    position: relative;
    z-index: 2;
    min-height: 0;
    padding: clamp(8.75rem, 18svh, 11rem) var(--gutter) clamp(5.5rem, 12svh, 8rem);
    justify-content: flex-start;
    background: transparent;
  }

  .hero h1 {
    margin-top: 0;
    max-width: 100%;
    font-size: clamp(3.35rem, 15vw, 6rem);
    line-height: 0.96;
  }

  .hero-kicker {
    margin-top: 1.75rem;
    width: min(100%, 28rem);
  }

  .hero-copy {
    width: min(100%, 34rem);
  }

  .scroll-cue {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 1.25rem;
    margin: 0;
    transform: translateX(-50%);
  }

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

  .trust-item {
    min-height: 0;
    grid-template-columns: 2.6rem 1fr;
    justify-items: start;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .trust-item p {
    max-width: none;
  }

  .split,
  .split.reverse {
    grid-template-columns: 1fr;
  }

  .split.reverse .image-frame {
    order: -1;
  }

  .production-image {
    aspect-ratio: 1.4 / 1;
  }

  .studio-image {
    aspect-ratio: 1005 / 1563;
    width: min(100%, 30rem);
  }

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

  .equipment h3 {
    text-align: left;
    white-space: normal;
  }

  .signal-line {
    display: none;
  }

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

  .equipment-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 0 1.25rem;
  }

  .equipment-icon {
    grid-row: span 2;
    display: grid;
    gap: 0.8rem;
    justify-items: start;
    justify-content: start;
    align-content: start;
    margin: 0;
  }

  .equipment-card h4 {
    margin: 0 0 0.45rem;
  }

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

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-cta {
    justify-self: start;
  }

  .copyright {
    text-align: left;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 1.25rem;
  }

  .brand span {
    font-size: 0.9rem;
  }

  .brand small {
    font-size: 0.42rem;
  }

  .hero {
    min-height: max(44rem, 100svh);
  }

  .hero-content {
    padding-top: clamp(7.1rem, 16svh, 8.75rem);
    padding-right: 1.6rem;
  }

  .hero h1 {
    max-width: 9ch;
    font-size: clamp(2.9rem, 13.2vw, 3.65rem);
  }

  .hero-kicker {
    max-width: 20rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .hero-copy {
    max-width: 20rem;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .hero img {
    object-position: 62% center;
  }

  .hero::after {
    background:
      linear-gradient(112deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 48%, rgba(255, 255, 255, 0.68) 70%, rgba(255, 255, 255, 0.18) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.66) 43%, rgba(255, 255, 255, 0.08) 100%);
  }

  .hero-actions {
    width: 100%;
    max-width: 20rem;
    margin-top: 1.35rem;
  }

  .hero-actions .button-secondary {
    display: none;
  }

  .button {
    width: 100%;
  }

  .section {
    padding-block: 4.6rem;
  }

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

  .contact-list {
    grid-template-columns: 1fr;
  }

  .section-label {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
