@media (min-width: 1920px) {
  :root {
    --container: 1440px;
    --container-wide: 1600px;
  }
}

@media (max-width: 1340px) {
  .hero-copy span:first-child {
    white-space: normal;
  }
}

@media (max-width: 1180px) {
  .nav-links {
    gap: var(--step-3);
  }

  .hero-content {
    grid-column: 1 / 9;
  }

  .hero-copy span:first-child,
  .hero-statement p {
    white-space: normal;
  }

  .section-header {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .section-header .eyebrow,
  .section-header h2,
  .section-header .lead,
  .section-header .body-copy {
    grid-column: 1 / -1;
  }

  .trust-strip,
  .why-grid,
  .member-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signature-panel {
    grid-template-columns: 1fr;
  }

  .signature-copy h2 {
    white-space: normal;
  }

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

  .poster-wall {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .logo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 920px) {
  :root {
    --container: min(100vw - 32px, 760px);
    --container-wide: min(100vw - 32px, 760px);
  }

  .section {
    padding: var(--step-9) 0;
  }

  body.nav-open {
    overflow: hidden;
  }

  .nav-shell {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-button {
    display: grid;
    justify-self: end;
  }

  .nav-links {
    position: fixed;
    inset: calc(var(--step-3) + 72px) var(--step-3) auto;
    display: grid;
    gap: var(--step-2);
    padding: var(--step-4);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-float);
    background: rgba(21, 17, 11, 0.98);
    box-shadow: var(--shadow-2);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--duration-fast) var(--ease), transform var(--duration-fast) var(--ease);
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    min-height: 100svh;
    padding-top: var(--step-11);
    background-image:
      linear-gradient(90deg, rgba(12, 8, 4, 0.94) 0%, rgba(15, 10, 5, 0.86) 40%, rgba(15, 10, 5, 0.38) 70%, rgba(15, 10, 5, 0.12) 100%),
      linear-gradient(180deg, rgba(12, 8, 4, 0.48) 0%, rgba(12, 8, 4, 0.14) 44%, rgba(12, 8, 4, 0.78) 100%),
      url("../assets/images/directors-chair-hero1.jpg");
    background-image:
      linear-gradient(90deg, rgba(12, 8, 4, 0.94) 0%, rgba(15, 10, 5, 0.86) 40%, rgba(15, 10, 5, 0.38) 70%, rgba(15, 10, 5, 0.12) 100%),
      linear-gradient(180deg, rgba(12, 8, 4, 0.48) 0%, rgba(12, 8, 4, 0.14) 44%, rgba(12, 8, 4, 0.78) 100%),
      image-set(
        url("../assets/images/directors-chair-hero1.webp") type("image/webp"),
        url("../assets/images/directors-chair-hero1.jpg") type("image/jpeg")
      );
    background-position: 78% center;
    background-size: cover;
  }

  .hero-content,
  .split,
  .contact-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .why-grid,
  .service-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .contact-cards {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-inline: auto;
  }

  .poster-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .production-timeline::before {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    transform: scaleY(0);
    transform-origin: top;
  }

  .reveal.is-visible .production-timeline::before {
    transform: scaleY(1);
  }

  .production-timeline::after {
    left: 0;
    top: 0;
    width: 2px;
    height: 92px;
    animation-name: timelineSweepVertical;
  }

  .timeline-step {
    border-top: 0;
    border-left: 1px solid var(--color-line-strong);
    padding-left: var(--step-6);
  }

  .timeline-step::before {
    left: -18px;
    top: var(--step-5);
  }

  .partners-card {
    flex-direction: column;
    align-items: flex-start;
    padding: var(--step-5);
    gap: var(--step-4);
  }

  .partners-card .button {
    width: 100%;
    text-align: center;
  }

  .partners-card .badge-coming-soon {
    align-self: flex-start;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .brand-word {
    max-width: 120px;
  }

  .section-header {
    row-gap: var(--step-3);
  }

  .eyebrow {
    max-width: 100%;
    font-size: clamp(1rem, 5.4vw, 1.28rem);
    line-height: 1.12;
    letter-spacing: 0.055em;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(2.45rem, 14vw, 3.8rem);
    overflow-wrap: break-word;
  }

  .hero {
    padding-top: var(--step-12);
    padding-bottom: var(--step-8);
    background-position: 78% center;
  }

  .hero-content {
    max-width: 100%;
    width: 100%;
    gap: var(--step-3);
    margin-left: 0;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 18vw, 4.75rem);
    letter-spacing: 0.04em;
    overflow-wrap: break-word;
  }

  .hero-copy {
    font-size: clamp(0.95rem, 4vw, 1.08rem);
    line-height: 1.55;
    max-width: 100%;
  }

  .hero-statement {
    gap: var(--step-3);
    margin-top: var(--step-4);
    max-width: 100%;
  }

  .hero-statement strong {
    font-size: clamp(2rem, 13vw, 3.2rem);
  }

  .hero-statement p {
    font-size: clamp(0.95rem, 3.8vw, 1.04rem);
  }

  .hero-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .trust-strip,
  .why-grid,
  .member-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .founder-grid .founder-card {
    grid-column: 1 / -1;
  }

  .poster-card:hover,
  .poster-card:focus-visible {
    transform: scale(1.04);
  }

  .logo-ticker .logo-card {
    width: 180px;
    height: 80px;
    padding: 8px 16px;
  }

  .logo-card img {
    max-width: 140px;
    max-height: 42px;
  }

  .signature-panel {
    padding: var(--step-5);
  }

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

  .poster-card,
  .team-business-card {
    opacity: 1;
    visibility: visible;
  }

  .feature-card.large,
  .contact-form {
    padding: var(--step-4);
  }

  .project-card {
    min-height: 260px;
  }

  .floating-whatsapp {
    right: var(--step-3);
    bottom: var(--step-3);
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .floating-whatsapp svg {
    width: 24px;
    height: 24px;
  }

  /* Photo section mobile contrast and overlays */
  #why.section {
    background-image:
      linear-gradient(180deg, rgba(15, 10, 5, 0.65) 0%, rgba(15, 10, 5, 0.35) 45%, rgba(15, 10, 5, 0.72) 100%),
      url("../assets/images/set-bg-camera.jpg");
    background-position: 70% center;
  }

  #process.section {
    background-image:
      linear-gradient(180deg, rgba(15, 10, 5, 0.65) 0%, rgba(15, 10, 5, 0.35) 45%, rgba(15, 10, 5, 0.72) 100%),
      url("../assets/images/set-bg-monitor.jpg");
    background-position: 75% center;
  }

  #contact.section {
    background-image:
      linear-gradient(180deg, rgba(15, 10, 5, 0.65) 0%, rgba(15, 10, 5, 0.35) 45%, rgba(15, 10, 5, 0.75) 100%),
      url("../assets/images/set-bg-soundstage.jpg");
    background-position: center;
  }

  #why.section .section-header .lead,
  #process.section .section-header .lead,
  #contact.section .section-header .lead {
    color: var(--color-ink-soft);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  }

  #why .why-card,
  #process .timeline-step,
  #contact .contact-card {
    background: rgba(14, 10, 6, 0.55);
    backdrop-filter: blur(8px);
  }

  #contact .contact-form {
    background: rgba(14, 10, 6, 0.68);
    backdrop-filter: blur(10px);
  }

  #why .why-card p,
  #services .service-card li,
  #contact .contact-card p {
    color: var(--color-ink-soft);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
  }
}

