/* Original AI visuals, kept local so the page does not depend on external image URLs. */
.hero {
  background: #050708;
}

.hero-image {
  display: block;
  background: url("hero-ai-visual.png") center / cover no-repeat;
  animation: heroZoom 14s ease-in-out infinite alternate;
}

.hero-gradient {
  background: linear-gradient(90deg, rgba(3, 5, 6, .95) 0%, rgba(3, 5, 6, .7) 38%, rgba(3, 5, 6, .12) 76%, rgba(3, 5, 6, .32)), linear-gradient(0deg, #050708 0%, transparent 30%);
}

/* Separate audio and video offerings into distinct, scannable service groups. */
.service-catalogue {
  padding: 110px 5vw;
  background: #080a0c;
  border-top: 1px solid #202528;
}

.catalogue-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 48px;
}

.catalogue-heading h2 {
  font: 700 clamp(52px, 6.2vw, 90px) / .94 Manrope;
  letter-spacing: -.06em;
  margin: 10px 0 0;
}

.catalogue-heading h2 span { color: #ff6b25; }
.catalogue-heading > p { max-width: 480px; margin: 22px auto 0; color: #aeb3b7; }

/* Strong, consistent hierarchy across every major homepage section. */
.about h2,
.studio-copy h2,
.section-title h2,
.recognition h2,
.booking h2,
.contact h2 {
  font: 700 clamp(52px, 6.2vw, 90px) / .94 Manrope;
  letter-spacing: -.065em;
}

.recognition h2 { margin: 10px 0; }
.recognition h2 span { color: #ff6b25; }
.service-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-group { border: 1px solid #2a3034; padding: 30px; background: #0c0f11; text-align: center; }
.audio-group { border-top: 3px solid #ff6b25; }
.video-group { border-top: 3px solid #d7a5ff; }
.group-heading { display: flex; justify-content: center; align-items: center; gap: 15px; padding-bottom: 25px; border-bottom: 1px solid #2b3034; text-align: center; }
.group-heading p { color: #ff6b25; font-size: 10px; font-weight: 700; letter-spacing: .14em; margin: 0 0 6px; }
.video-group .group-heading p { color: #d7a5ff; }
.group-heading h3 { font: 700 29px / 1 Manrope; letter-spacing: -.05em; margin: 0; }
.service-group ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 20px 0 28px; padding: 0; }
.service-group li { color: #d2d6d8; border-bottom: 1px solid #252b2e; font-size: 12px; padding: 11px 0; text-align: center; }
.service-group li::before { content: "•"; color: #ff6b25; margin-right: 8px; }
.video-group li::before { color: #d7a5ff; }
.group-link { display: inline-block; color: #ff6b25; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; padding-bottom: 5px; }
.video-group .group-link { color: #d7a5ff; }
.group-link span { margin-left: 24px; font-size: 16px; }

footer {
  align-items: center;
}

footer address {
  color: #a4abb0;
  font-size: 9px;
  font-style: normal;
  line-height: 1.65;
}

.footer-links {
  display: flex;
  gap: 14px;
}

.footer-links a {
  color: #ff6b25;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  font-weight: 700;
  padding-bottom: 3px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #363d42;
  border-radius: 50%;
  color: #ff6b25;
  transition: .2s ease;
}

.social-links a:hover { background: #ff6b25; color: #08090a; border-color: #ff6b25; }
.social-links svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.social-links .dot { fill: currentColor; stroke: none; }

.managed-by {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #858d92;
  font-size: 9px;
  white-space: nowrap;
}

.managed-by b { color: #ff6b25; }
.data-dot-icon { display: inline-flex; align-items: center; gap: 2px; }
.data-dot-icon i { display: block; width: 4px; height: 4px; background: #ff6b25; border-radius: 50%; }
.data-dot-icon i:nth-child(2) { width: 6px; height: 6px; }

/* Header logo: transparent gold artwork, sized to remain clear without crowding navigation. */
.topbar {
  height: 82px;
}

.logo {
  min-width: 174px;
  height: 72px;
}

.logo img {
  display: block;
  width: 174px;
  height: 64px;
  object-fit: cover;
  object-position: center 35%;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .68));
}

/* The supplied review video is a 360 × 640 portrait video. Keep the complete frame visible. */
.testimonial-grid {
  grid-template-columns: minmax(300px, .8fr) minmax(360px, 1.2fr);
}

.video {
  display: grid;
  place-items: center;
  min-height: 560px;
  padding: 22px;
  background: #050708;
}

.video video {
  width: auto;
  height: min(560px, 60vw);
  max-width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #000;
}

.studio-photo {
  background: linear-gradient(135deg, rgba(5, 7, 8, .05), rgba(5, 7, 8, .36)), url("studio-ai-visual.png") center / cover no-repeat;
}

.studio-photo::before,
.studio-photo::after {
  display: none;
}

@media (max-width: 1100px) {
  .service-groups { grid-template-columns: 1fr; }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .video {
    min-height: 0;
  }

  .video video {
    height: min(640px, 78vw);
  }
}

@media (max-width: 700px) {
  .catalogue-heading h2,
  .about h2,
  .studio-copy h2,
  .section-title h2,
  .recognition h2,
  .booking h2,
  .contact h2 {
    font-size: clamp(44px, 12vw, 60px);
  }

  .service-catalogue { padding: 78px 22px; }
  .service-group { padding: 22px 18px; }
  .service-group ul { grid-template-columns: 1fr; }
  .topbar {
    height: 72px;
  }

  .logo {
    height: 64px;
    min-width: 126px;
  }

  .logo img {
    width: 126px;
    height: 58px;
  }

  .video {
    padding: 12px;
  }

  .video video {
    height: min(620px, 88vw);
  }

  footer address { font-size: 9px; }
  .footer-links { gap: 18px; }
  .social-links { gap: 12px; }
  .managed-by { white-space: normal; }
}
