/* Responsive refinements for the IONOS static edition. */

/* Keep legal credits typographically discreet on every screen size. */
.project-footer {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Compact editorial rhythm and complete navigation — 2026-08-23 */
.home-page .journey-gateway.section-pad {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  padding: clamp(44px, 4vw, 64px) 8vw clamp(46px, 4vw, 68px) !important;
  overflow: visible !important;
}

.home-page .journey-intro {
  gap: clamp(18px, 3vw, 48px) !important;
  padding-bottom: clamp(24px, 2.4vw, 38px) !important;
}

.home-page .journey-intro h2 {
  max-width: 940px;
  font-size: clamp(40px, 4.1vw, 64px) !important;
  line-height: .96 !important;
}

.home-page .journey-intro > p:last-child {
  max-width: 520px;
  font-size: clamp(14px, 1.15vw, 18px) !important;
  line-height: 1.55 !important;
}

.home-page .journey-links {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}

.home-page .journey-links > a {
  min-height: 86px !important;
  padding: 12px 0 !important;
}

.home-page .journey-links strong {
  font-size: clamp(28px, 2.7vw, 44px) !important;
  line-height: 1 !important;
}

.home-page .journey-links em {
  font-size: clamp(13px, 1vw, 17px) !important;
  line-height: 1.35 !important;
}

.home-page .journey-contact {
  margin-top: 18px !important;
  font-size: 9px !important;
}

.filmography-index-page .filmography.section-pad {
  min-height: 0 !important;
  height: auto !important;
  padding-top: clamp(52px, 5vw, 80px) !important;
  padding-bottom: clamp(34px, 3vw, 52px) !important;
}

.filmography-index-page .filmography-grid {
  min-height: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.filmography-index-page .filmography-next.section-pad {
  min-height: 0 !important;
  height: auto !important;
  padding-top: clamp(42px, 4vw, 64px) !important;
  padding-bottom: clamp(46px, 4vw, 68px) !important;
}

.filmography-index-page .filmography-next h2 {
  font-size: clamp(40px, 4.2vw, 66px) !important;
  line-height: .98 !important;
}

/* Filmography already points to Career and Actor; its own contact finale was redundant. */
.filmography-index-page footer {
  display: none !important;
}

.trajectory-page .trajectory-milestones.section-pad {
  min-height: 0 !important;
  height: auto !important;
  padding-bottom: clamp(38px, 3.5vw, 58px) !important;
}

.trajectory-page .trajectory-reel {
  min-height: 0 !important;
  height: auto !important;
  margin-top: 0 !important;
  padding-top: clamp(42px, 4vw, 64px) !important;
  padding-bottom: clamp(48px, 4vw, 72px) !important;
}

.trajectory-page .film-video-heading {
  margin-top: 0 !important;
  margin-bottom: clamp(26px, 2.5vw, 42px) !important;
}

.trajectory-page .film-video-heading h2 {
  font-size: clamp(42px, 4.6vw, 72px) !important;
  line-height: .98 !important;
}

@media (max-width: 760px) {
  .home-page .journey-gateway.section-pad {
    padding: 26px 22px 32px !important;
  }

  .home-page .journey-intro {
    gap: 12px !important;
    padding-bottom: 14px !important;
  }

  .home-page .journey-intro h2 {
    max-width: 330px;
    font-size: clamp(30px, 9.2vw, 36px) !important;
    line-height: .96 !important;
  }

  .home-page .journey-intro > p:last-child {
    max-width: 345px;
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 1.48 !important;
  }

  .home-page .journey-links {
    display: block !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  .home-page .journey-links > a {
    display: grid !important;
    grid-template-columns: 1fr 22px !important;
    gap: 6px 10px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 13px 0 !important;
    overflow: visible !important;
  }

  .home-page .journey-links span {
    font-size: 8.5px !important;
  }

  .home-page .journey-links strong {
    font-size: clamp(25px, 8vw, 31px) !important;
    line-height: 1 !important;
  }

  .home-page .journey-links em {
    max-width: 310px;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  .home-page .journey-links b {
    font-size: 17px !important;
  }

  .home-page .journey-contact {
    margin-top: 14px !important;
    font-size: 8.5px !important;
  }

  .filmography-index-page .filmography.section-pad {
    padding-top: 40px !important;
    padding-bottom: 24px !important;
  }

  .filmography-index-page .filmography-next.section-pad {
    padding: 30px 22px 36px !important;
  }

  .filmography-index-page .filmography-next h2 {
    font-size: clamp(30px, 9.4vw, 38px) !important;
    line-height: .98 !important;
  }

  .trajectory-page .trajectory-milestones.section-pad {
    padding-bottom: 26px !important;
  }

  .trajectory-page .trajectory-reel {
    padding: 30px 22px 38px !important;
  }

  .trajectory-page .film-video-heading {
    margin-bottom: 26px !important;
  }

  .trajectory-page .film-video-heading h2 {
    font-size: clamp(34px, 10.5vw, 42px) !important;
  }
}

/* Final effective editorial rhythm pass — 2026-08-18 */
.journey-gateway.section-pad {
  min-height: 0;
  height: auto;
  padding: clamp(52px, 4.8vw, 80px) 8vw clamp(48px, 4.4vw, 74px);
  overflow: visible;
}

.journey-gateway .journey-intro {
  gap: clamp(24px, 3.2vw, 52px);
  padding-bottom: clamp(30px, 3.2vw, 50px);
}

.journey-gateway .journey-intro h2 {
  font-size: clamp(44px, 4.8vw, 78px);
  line-height: .95;
}

.journey-gateway .journey-intro > p:last-child {
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.55;
}

.journey-gateway .journey-links {
  max-height: none;
  overflow: visible;
}

.journey-gateway .journey-links > a {
  min-height: 104px;
  height: auto;
  padding: 14px 0;
  gap: clamp(24px, 3.2vw, 52px);
}

.journey-gateway .journey-links strong { font-size: clamp(32px, 3.1vw, 52px); }
.journey-gateway .journey-links em { font-size: clamp(15px, 1.1vw, 19px); }
.journey-gateway .journey-contact { margin-top: 24px; font-size: 10px; }

.filmography-index-page .filmography.section-pad {
  min-height: 0;
  height: auto;
  padding-bottom: clamp(42px, 4vw, 68px);
}

.filmography-index-page .filmography-grid {
  min-height: 0 !important;
  height: auto;
  margin-bottom: 0;
}

.filmography-index-page .filmography-next.section-pad {
  min-height: 0;
  height: auto;
  padding-top: clamp(48px, 4.5vw, 74px);
  padding-bottom: clamp(50px, 4.5vw, 76px);
}

.filmography-index-page .filmography-next h2 {
  margin: 18px 0 32px;
  font-size: clamp(42px, 4.6vw, 74px);
}

.trajectory-page .trajectory-milestones.section-pad {
  min-height: 0;
  height: auto;
  padding-bottom: clamp(44px, 4vw, 70px);
}

.trajectory-page .trajectory-reel {
  min-height: 0;
  height: auto;
  padding-top: clamp(46px, 4.5vw, 76px);
  padding-bottom: clamp(46px, 4.5vw, 76px);
}

.trajectory-page .filmography-next.section-pad {
  min-height: 0;
  height: auto;
  padding-top: clamp(46px, 4.5vw, 76px);
  padding-bottom: clamp(46px, 4.5vw, 76px);
}

@media (max-width: 760px) {
  .journey-gateway.section-pad { padding: 34px 22px 40px; }
  .journey-gateway .journey-intro { padding-bottom: 20px; }

  .journey-gateway .journey-intro h2 {
    margin-top: 10px;
    font-size: clamp(34px, 9.5vw, 43px);
    line-height: .98;
  }

  .journey-gateway .journey-intro > p:last-child {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .journey-gateway .journey-links > a {
    min-height: 0;
    padding: 15px 0 17px;
    gap: 8px 12px;
  }

  .journey-gateway .journey-links strong {
    font-size: clamp(29px, 8.5vw, 37px);
    line-height: 1;
  }

  .journey-gateway .journey-links em {
    font-size: 14px;
    line-height: 1.35;
  }

  .journey-gateway .journey-contact { margin-top: 18px; font-size: 9px; }
  .filmography-index-page .filmography.section-pad { padding-bottom: 34px; }
  .filmography-index-page .filmography-next.section-pad { padding: 38px 22px 44px; }

  .filmography-index-page .filmography-next h2 {
    margin: 12px 0 24px;
    font-size: clamp(34px, 9.5vw, 45px);
  }

  .trajectory-page .trajectory-milestones.section-pad { padding-bottom: 34px; }

  .trajectory-page .trajectory-reel,
  .trajectory-page .filmography-next.section-pad {
    padding-top: 38px;
    padding-bottom: 44px;
  }
}

/* Final effective editorial rhythm pass — 2026-08-18 */
.journey-gateway.section-pad {
  min-height: 0;
  height: auto;
  padding: clamp(52px, 4.8vw, 80px) 8vw clamp(48px, 4.4vw, 74px);
  overflow: visible;
}

.journey-gateway .journey-intro {
  gap: clamp(24px, 3.2vw, 52px);
  padding-bottom: clamp(30px, 3.2vw, 50px);
}

.journey-gateway .journey-intro h2 {
  font-size: clamp(44px, 4.8vw, 78px);
  line-height: .95;
}

.journey-gateway .journey-intro > p:last-child {
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.55;
}

.journey-gateway .journey-links {
  max-height: none;
  overflow: visible;
}

.journey-gateway .journey-links > a {
  min-height: 104px;
  height: auto;
  padding: 14px 0;
  gap: clamp(24px, 3.2vw, 52px);
}

.journey-gateway .journey-links strong { font-size: clamp(32px, 3.1vw, 52px); }
.journey-gateway .journey-links em { font-size: clamp(15px, 1.1vw, 19px); }
.journey-gateway .journey-contact { margin-top: 24px; font-size: 10px; }

.filmography-index-page .filmography.section-pad {
  min-height: 0;
  height: auto;
  padding-bottom: clamp(42px, 4vw, 68px);
}

.filmography-index-page .filmography-grid {
  min-height: 0 !important;
  height: auto;
  margin-bottom: 0;
}

.filmography-index-page .filmography-next.section-pad {
  min-height: 0;
  height: auto;
  padding-top: clamp(48px, 4.5vw, 74px);
  padding-bottom: clamp(50px, 4.5vw, 76px);
}

.filmography-index-page .filmography-next h2 {
  margin: 18px 0 32px;
  font-size: clamp(42px, 4.6vw, 74px);
}

.trajectory-page .trajectory-milestones.section-pad {
  min-height: 0;
  height: auto;
  padding-bottom: clamp(44px, 4vw, 70px);
}

.trajectory-page .trajectory-reel {
  min-height: 0;
  height: auto;
  padding-top: clamp(46px, 4.5vw, 76px);
  padding-bottom: clamp(46px, 4.5vw, 76px);
}

.trajectory-page .filmography-next.section-pad {
  min-height: 0;
  height: auto;
  padding-top: clamp(46px, 4.5vw, 76px);
  padding-bottom: clamp(46px, 4.5vw, 76px);
}

@media (max-width: 760px) {
  .journey-gateway.section-pad { padding: 34px 22px 40px; }
  .journey-gateway .journey-intro { padding-bottom: 20px; }

  .journey-gateway .journey-intro h2 {
    margin-top: 10px;
    font-size: clamp(34px, 9.5vw, 43px);
    line-height: .98;
  }

  .journey-gateway .journey-intro > p:last-child {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .journey-gateway .journey-links > a {
    min-height: 0;
    padding: 15px 0 17px;
    gap: 8px 12px;
  }

  .journey-gateway .journey-links strong {
    font-size: clamp(29px, 8.5vw, 37px);
    line-height: 1;
  }

  .journey-gateway .journey-links em {
    font-size: 14px;
    line-height: 1.35;
  }

  .journey-gateway .journey-contact { margin-top: 18px; font-size: 9px; }
  .filmography-index-page .filmography.section-pad { padding-bottom: 34px; }
  .filmography-index-page .filmography-next.section-pad { padding: 38px 22px 44px; }

  .filmography-index-page .filmography-next h2 {
    margin: 12px 0 24px;
    font-size: clamp(34px, 9.5vw, 45px);
  }

  .trajectory-page .trajectory-milestones.section-pad { padding-bottom: 34px; }

  .trajectory-page .trajectory-reel,
  .trajectory-page .filmography-next.section-pad {
    padding-top: 38px;
    padding-bottom: 44px;
  }
}

/* Final editorial rhythm pass — 2026-08-18 */
.journey-gateway.section-pad {
  min-height: 0;
  height: auto;
  padding: clamp(52px, 4.8vw, 80px) 8vw clamp(48px, 4.4vw, 74px);
  overflow: visible;
}

.journey-gateway .journey-intro {
  gap: clamp(24px, 3.2vw, 52px);
  padding-bottom: clamp(30px, 3.2vw, 50px);
}

.journey-gateway .journey-intro h2 {
  font-size: clamp(44px, 4.8vw, 78px);
  line-height: .95;
}

.journey-gateway .journey-intro > p:last-child {
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.55;
}

.journey-gateway .journey-links {
  max-height: none;
  overflow: visible;
}

.journey-gateway .journey-links > a {
  min-height: 104px;
  height: auto;
  padding: 14px 0;
  gap: clamp(24px, 3.2vw, 52px);
}

.journey-gateway .journey-links strong { font-size: clamp(32px, 3.1vw, 52px); }
.journey-gateway .journey-links em { font-size: clamp(15px, 1.1vw, 19px); }
.journey-gateway .journey-contact { margin-top: 24px; font-size: 10px; }

.filmography-index-page .filmography.section-pad {
  min-height: 0;
  height: auto;
  padding-bottom: clamp(42px, 4vw, 68px);
}

.filmography-index-page .filmography-grid {
  min-height: 0 !important;
  height: auto;
  margin-bottom: 0;
}

.filmography-index-page .filmography-next.section-pad {
  min-height: 0;
  height: auto;
  padding-top: clamp(48px, 4.5vw, 74px);
  padding-bottom: clamp(50px, 4.5vw, 76px);
}

.filmography-index-page .filmography-next h2 {
  margin: 18px 0 32px;
  font-size: clamp(42px, 4.6vw, 74px);
}

.trajectory-page .trajectory-milestones.section-pad {
  min-height: 0;
  height: auto;
  padding-bottom: clamp(44px, 4vw, 70px);
}

.trajectory-page .trajectory-reel {
  min-height: 0;
  height: auto;
  padding-top: clamp(46px, 4.5vw, 76px);
  padding-bottom: clamp(46px, 4.5vw, 76px);
}

.trajectory-page .filmography-next.section-pad {
  min-height: 0;
  height: auto;
  padding-top: clamp(46px, 4.5vw, 76px);
  padding-bottom: clamp(46px, 4.5vw, 76px);
}

@media (max-width: 760px) {
  .journey-gateway.section-pad { padding: 34px 22px 40px; }
  .journey-gateway .journey-intro { padding-bottom: 20px; }

  .journey-gateway .journey-intro h2 {
    margin-top: 10px;
    font-size: clamp(34px, 9.5vw, 43px);
    line-height: .98;
  }

  .journey-gateway .journey-intro > p:last-child {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .journey-gateway .journey-links > a {
    min-height: 0;
    padding: 15px 0 17px;
    gap: 8px 12px;
  }

  .journey-gateway .journey-links strong {
    font-size: clamp(29px, 8.5vw, 37px);
    line-height: 1;
  }

  .journey-gateway .journey-links em {
    font-size: 14px;
    line-height: 1.35;
  }

  .journey-gateway .journey-contact { margin-top: 18px; font-size: 9px; }
  .filmography-index-page .filmography.section-pad { padding-bottom: 34px; }
  .filmography-index-page .filmography-next.section-pad { padding: 38px 22px 44px; }

  .filmography-index-page .filmography-next h2 {
    margin: 12px 0 24px;
    font-size: clamp(34px, 9.5vw, 45px);
  }

  .trajectory-page .trajectory-milestones.section-pad { padding-bottom: 34px; }

  .trajectory-page .trajectory-reel,
  .trajectory-page .filmography-next.section-pad {
    padding-top: 38px;
    padding-bottom: 44px;
  }
}

/* Homepage: the opening statement ends with the projects. Completed work now
   lives on its own page, while this editorial gateway continues the journey. */
.home-page > main > .filmography {
  display: none;
}

.journey-gateway {
  background: #d9d6ce;
  color: #111;
  overflow: hidden;
}

.journey-intro {
  display: grid;
  grid-template-columns: minmax(150px, .48fr) minmax(300px, 1.12fr) minmax(230px, .68fr);
  gap: clamp(28px, 5vw, 88px);
  align-items: start;
  padding-bottom: clamp(70px, 9vw, 140px);
}

.journey-intro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.3vw, 112px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.055em;
}

.journey-intro h2 em {
  font-weight: 400;
}

.journey-intro > p:last-child {
  max-width: 420px;
  margin: 4px 0 0;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.65;
}

.journey-links {
  display: block;
  width: 100%;
  min-width: 0;
  border-top: 1px solid rgba(17, 17, 17, .42);
}

.journey-links > a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(130px, .46fr) minmax(250px, 1fr) minmax(210px, .72fr) 28px;
  gap: clamp(28px, 5vw, 88px);
  align-items: center;
  min-height: 154px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 17, 17, .42);
  transition: padding-left .25s ease, background-color .25s ease;
}

.journey-links > a:hover,
.journey-links > a:focus-visible {
  padding-left: 16px;
  background: rgba(255, 255, 255, .2);
}

.journey-links span,
.journey-contact {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.filmography-index-page {
  background: #0a0a0a;
}

.filmography-index-page .site-header {
  color: #f2f0e9;
}

.filmography-index-page .filmography-index-intro {
  display: grid;
  grid-template-columns: minmax(520px, 1.55fr) minmax(280px, .55fr);
  gap: clamp(60px, 10vw, 180px);
  align-items: end;
  min-height: 0;
  padding: clamp(92px, 6.8vw, 126px) 6vw clamp(70px, 5.5vw, 96px);
  color: #f2f0e9;
  background: #0a0a0a;
}

.filmography-index-intro h1 {
  margin: 28px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 7.1vw, 132px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.06em;
}

.filmography-index-intro h1 em {
  font-weight: 400;
}

.filmography-index-intro > p {
  max-width: 430px;
  margin: 0;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.65;
}

.filmography-index-page .filmography {
  padding-top: clamp(80px, 9vw, 150px);
}

.filmography-next {
  background: #d9d6ce;
  color: #111;
}

.filmography-next h2 {
  max-width: 1100px;
  margin: 44px 0 70px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.3vw, 112px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.055em;
}

.filmography-next h2 em {
  font-weight: 400;
}

.filmography-next > div {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 54px;
}

.filmography-next a {
  padding-bottom: 9px;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.trajectory-next > div {
  display: block;
}

.trajectory-next > div a {
  display: inline-block;
}

.journey-links strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.45vw, 66px);
  font-weight: 400;
  letter-spacing: -.035em;
}

.journey-links em {
  max-width: 390px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.35;
}

.journey-links b {
  font-size: 25px;
  font-weight: 400;
}

.journey-contact {
  display: inline-flex;
  gap: 16px;
  margin-top: 54px;
  padding-bottom: 10px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 760px) {
  .journey-gateway {
    padding-top: 76px;
    padding-bottom: 88px;
  }

  .journey-intro {
    display: block;
    padding-bottom: 64px;
  }

  .journey-intro h2 {
    margin-top: 34px;
    font-size: clamp(48px, 15vw, 68px);
  }

  .journey-intro > p:last-child {
    margin-top: 30px;
    font-size: 16px;
  }

  .journey-links > a {
    display: grid;
    grid-template-columns: 1fr 24px;
    gap: 11px 18px;
    min-height: 0;
    padding: 30px 0 34px;
  }

  .journey-links > a:hover,
  .journey-links > a:focus-visible {
    padding-left: 8px;
  }

  .journey-links span,
  .journey-links strong,
  .journey-links em {
    grid-column: 1;
  }

  .journey-links strong {
    font-size: clamp(42px, 13vw, 58px);
  }

  .journey-links em {
    font-size: 16px;
  }

  .journey-links b {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
  }

  .journey-contact {
    margin-top: 42px;
  }

  .filmography-index-page .filmography-index-intro {
    display: block;
    min-height: 0;
    padding: 170px 22px 74px;
  }

  .filmography-index-intro h1 {
    margin-top: 36px;
    font-size: clamp(50px, 15vw, 70px);
  }

  .filmography-index-intro > p {
    margin-top: 32px;
    font-size: 16px;
  }

  .filmography-index-page .filmography {
    padding-top: 70px;
  }

  .filmography-next h2 {
    margin-top: 34px;
    font-size: clamp(48px, 15vw, 68px);
  }

  .filmography-next > div {
    display: grid;
    justify-items: start;
  }
}

.project-footer p {
  width: auto;
  max-width: 560px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px !important;
  font-weight: 400;
  line-height: 1.65 !important;
  letter-spacing: .12em;
}

.detail-bottom-nav {
  display: flex;
  justify-content: flex-end;
  padding: 42px 5vw 12px;
  border-top: 1px solid #292929;
  background: #080808;
}

.detail-bottom-nav a {
  padding-bottom: 9px;
  border-bottom: 1px solid #777;
  color: #aaa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
}

.detail-bottom-nav a:hover {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 900px) {
  /* Keep the complete navigation visible on phones and tablets. */
  .site-header {
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    padding: 23px 22px 18px;
  }

  .site-header nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 16px;
    width: 100%;
  }

  .site-header nav a,
  .site-header nav a:nth-child(3),
  .site-header nav a:nth-child(4),
  .site-header nav a:nth-child(5),
  .site-header nav a:nth-child(6) {
    display: block;
    min-width: 0;
    font-size: 10px;
    letter-spacing: .11em;
    line-height: 1.25;
    white-space: nowrap;
  }

  /* Restore the more cinematic, close desktop crop on the home cover. */
  .hero-image {
    background-position: 59% 18%;
    transform: scale(1.24);
    transform-origin: 58% 32%;
  }

  .hero-content {
    padding-top: 190px;
  }

  /* Detail covers only: cards on the filmography/project indexes are untouched. */
  .project-hero,
  .film-hero {
    height: clamp(650px, 82svh, 760px);
    min-height: 650px;
  }

  /* A shared cinematic frame for every inner cover. It begins immediately
     below the navigation rule; index cards are intentionally excluded. */
  .project-hero > img,
  .film-hero > img {
    inset: 94px 0 auto;
    width: 100%;
    height: clamp(300px, 38svh, 370px);
    object-fit: cover;
    object-position: center center;
    background: #080808;
  }

  /* Individual focal points preserve the strongest part of every artwork. */
  .miedos-page .project-hero > img { object-position: center 58%; }
  .sueno-page .project-hero > img { object-position: center 43%; }
  .tela-page .project-hero > img { object-position: center 54%; }
  .amets-page .film-hero > img { object-position: center 31%; }
  .invitacion-page .film-hero > img { object-position: 72% 54%; }
  .portal-page .film-hero > img { object-position: center 48%; }
  .maru-page .film-hero > img { object-position: 58% 53%; }
  .mama-page .film-hero > img { object-position: 78% 50%; }
  /* Lower the mobile crop so the poster's orange credit line stays outside
     the visible frame while preserving the character and owl. */
  .seconds-page .film-hero > img { object-position: center 51%; }

  /* Actor cover: recover the eye-led close-up used on desktop. */
  .actor-hero > img {
    object-position: 45% 30%;
    transform: scale(1.42);
    transform-origin: 45% 33%;
  }

  /* The Spanish word must remain fully inside the viewport. */
  .trajectory-hero h1 {
    max-width: calc(100vw - 44px);
    font-size: clamp(43px, 13.5vw, 66px);
    line-height: .86;
    letter-spacing: -.045em;
    white-space: nowrap;
  }

  .project-hero h1,
  .film-hero h1 {
    font-size: clamp(58px, 12vw, 105px);
    line-height: .84;
  }

  .project-hero-content,
  .film-hero-content {
    padding-bottom: 7vh;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 21px 20px 17px;
  }

  .site-header nav {
    gap: 11px 12px;
  }

  .site-header nav a,
  .site-header nav a:nth-child(3),
  .site-header nav a:nth-child(4),
  .site-header nav a:nth-child(5),
  .site-header nav a:nth-child(6) {
    font-size: 9px;
    letter-spacing: .08em;
  }

  .hero-image {
    background-position: 58% 18%;
    transform: scale(1.31);
    transform-origin: 58% 30%;
  }

  .hero-content {
    padding-top: 184px;
  }

  .project-hero,
  .film-hero {
    height: clamp(620px, 78svh, 690px);
    min-height: 620px;
    max-height: 690px;
  }

  .project-hero > img,
  .film-hero > img {
    inset: 91px 0 auto;
    height: clamp(245px, 33svh, 285px);
  }

  .actor-hero > img {
    object-position: 44% 28%;
    transform: scale(1.48);
    transform-origin: 44% 32%;
  }

  .trajectory-hero h1 {
    max-width: calc(100vw - 40px);
    font-size: clamp(42px, 13vw, 56px);
  }

  .project-hero h1,
  .film-hero h1,
  .invitacion-page .film-hero h1,
  .portal-page .film-hero h1,
  .tia-maru-page .film-hero h1,
  .mama-page .film-hero h1,
  .seconds-page .film-hero h1 {
    font-size: clamp(49px, 15vw, 72px);
    line-height: .84;
  }

  .project-hero-content,
  .film-hero-content {
    padding-bottom: 5.5vh;
  }

  .project-tagline {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.45;
  }

  /* Prevent iOS Safari from enlarging the legal footer as if it were a headline. */
  .project-footer {
    gap: 18px;
    padding: 28px 22px 92px;
    font-size: 9px;
    line-height: 1.65;
  }

  .project-footer p {
    width: auto;
    max-width: 290px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px !important;
    font-weight: 400;
    line-height: 1.65 !important;
    letter-spacing: .12em;
    text-align: left;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  .detail-bottom-nav {
    justify-content: flex-start;
    padding: 34px 22px 8px;
  }
}

/* Final effective editorial rhythm pass — 2026-08-18 */
.journey-gateway.section-pad {
  min-height: 0;
  height: auto;
  padding: clamp(52px, 4.8vw, 80px) 8vw clamp(48px, 4.4vw, 74px);
  overflow: visible;
}
.journey-gateway .journey-intro {
  gap: clamp(24px, 3.2vw, 52px);
  padding-bottom: clamp(30px, 3.2vw, 50px);
}
.journey-gateway .journey-intro h2 {
  font-size: clamp(44px, 4.8vw, 78px);
  line-height: .95;
}
.journey-gateway .journey-intro > p:last-child {
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.55;
}
.journey-gateway .journey-links { max-height: none; overflow: visible; }
.journey-gateway .journey-links > a {
  min-height: 104px;
  height: auto;
  padding: 14px 0;
  gap: clamp(24px, 3.2vw, 52px);
}
.journey-gateway .journey-links strong { font-size: clamp(32px, 3.1vw, 52px); }
.journey-gateway .journey-links em { font-size: clamp(15px, 1.1vw, 19px); }
.journey-gateway .journey-contact { margin-top: 24px; font-size: 10px; }

.filmography-index-page .filmography.section-pad {
  min-height: 0;
  height: auto;
  padding-bottom: clamp(42px, 4vw, 68px);
}
.filmography-index-page .filmography-grid {
  min-height: 0 !important;
  height: auto;
  margin-bottom: 0;
}
.filmography-index-page .filmography-next.section-pad {
  min-height: 0;
  height: auto;
  padding-top: clamp(48px, 4.5vw, 74px);
  padding-bottom: clamp(50px, 4.5vw, 76px);
}
.filmography-index-page .filmography-next h2 {
  margin: 18px 0 32px;
  font-size: clamp(42px, 4.6vw, 74px);
}

.trajectory-page .trajectory-milestones.section-pad {
  min-height: 0;
  height: auto;
  padding-bottom: clamp(44px, 4vw, 70px);
}
.trajectory-page .trajectory-reel {
  min-height: 0;
  height: auto;
  padding-top: clamp(46px, 4.5vw, 76px);
  padding-bottom: clamp(46px, 4.5vw, 76px);
}
.trajectory-page .filmography-next.section-pad {
  min-height: 0;
  height: auto;
  padding-top: clamp(46px, 4.5vw, 76px);
  padding-bottom: clamp(46px, 4.5vw, 76px);
}

@media (max-width: 760px) {
  .journey-gateway.section-pad { padding: 34px 22px 40px; }
  .journey-gateway .journey-intro { padding-bottom: 20px; }
  .journey-gateway .journey-intro h2 {
    margin-top: 10px;
    font-size: clamp(34px, 9.5vw, 43px);
    line-height: .98;
  }
  .journey-gateway .journey-intro > p:last-child {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5;
  }
  .journey-gateway .journey-links > a {
    min-height: 0;
    padding: 15px 0 17px;
    gap: 8px 12px;
  }
  .journey-gateway .journey-links strong {
    font-size: clamp(29px, 8.5vw, 37px);
    line-height: 1;
  }
  .journey-gateway .journey-links em { font-size: 14px; line-height: 1.35; }
  .journey-gateway .journey-contact { margin-top: 18px; font-size: 9px; }
  .filmography-index-page .filmography.section-pad { padding-bottom: 34px; }
  .filmography-index-page .filmography-next.section-pad { padding: 38px 22px 44px; }
  .filmography-index-page .filmography-next h2 {
    margin: 12px 0 24px;
    font-size: clamp(34px, 9.5vw, 45px);
  }
  .trajectory-page .trajectory-milestones.section-pad { padding-bottom: 34px; }
  .trajectory-page .trajectory-reel,
  .trajectory-page .filmography-next.section-pad {
    padding-top: 38px;
    padding-bottom: 44px;
  }
}
