/* Mobile composition. Desktop retains its existing editorial columns. */
:root { --gutter: clamp(18px, 5vw, 36px); }
html { scroll-padding-top: 112px; }
section { scroll-margin-top: 12px; }

.site-header {
  min-height: 100px;
  padding: 10px var(--gutter) 4px;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.home-link { justify-content: center; min-height: 40px; }
.home-link img { width: 192px; }
.site-header nav {
  width: 100%;
  max-width: 420px;
  justify-content: space-between;
  gap: 8px;
  font-size: .875rem;
}
.site-header nav a { min-height: 44px; justify-content: center; }
.site-header nav .nav-extra { display: none; }

.hero { padding-top: 28px; }
.hero-topline { justify-content: center; text-align: center; }
.hero-location { display: none; }
.hero-topline .eyebrow { font-size: .75rem; letter-spacing: .07em; }
.hero-grid {
  container-type: inline-size;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 28px 0;
}
/* The mobile sequence is headline, photograph, caption, explanation, then action. */
.hero-copy, .hero-frame { display: contents; }
.hero h1 {
  grid-row: 1;
  width: 100%;
  text-align: center;
  font-size: 10.2cqw;
  line-height: 1.08;
  margin-bottom: 28px;
}
.hero h1 span:last-child { margin-top: 4px; font-size: 1.35em; }
.hero-image { grid-row: 2; aspect-ratio: 4/3; width: 100%; min-height: 0; }
.hero-image img { object-position: 42% 50%; }
.hero-caption {
  grid-row: 3;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding-top: 12px;
}
.hero-caption .eyebrow, .hero-caption .caption-sub,
.hero-caption .host-credit, .hero-caption .status {
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.hero-copy > p {
  grid-row: 4;
  width: 100%;
  max-width: 44ch;
  justify-self: center;
  margin: 28px 0 0;
  font-size: 1rem;
  line-height: 1.7;
}
.hero-copy > .hero-link {
  grid-row: 5;
  justify-self: center;
  margin-top: 18px;
  min-height: 48px;
}
.hero-bottom { align-items: center; padding: 12px 0; }
.hero-bottom > span { display: none; }
.hero-bottom a { justify-content: center; min-height: 48px; }

.thesis, .films, .podcast { padding: 32px var(--gutter) 48px; }
.section-top { justify-content: center; text-align: center; gap: 0; }
.section-top > .eyebrow { font-size: .75rem; letter-spacing: .06em; }
.section-top > .eyebrow:last-child:not(:first-child) { display: none; }
.thesis { grid-template-columns: minmax(0, 1fr); row-gap: 28px; }
.thesis-heading {
  grid-column: 1;
  width: 100%;
  max-width: 24ch;
  justify-self: center;
  padding: 0;
  margin: 4px 0 0;
  font-size: clamp(25px, 6.4vw, 42px);
  line-height: 1.18;
  text-align: center;
  text-wrap: balance;
}
.thesis-body {
  grid-column: 1;
  max-width: 44ch;
  justify-self: center;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}
.thesis-body p + p { margin-top: 20px; }
.thesis > .values {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
  margin: 4px 0 0;
  padding-top: 24px;
  font-size: .875rem;
}
.values span:nth-child(n) { text-align: center; }

.show-logo { padding: 34px 0; margin: 12px auto 16px; }
.show-logo img { width: 200px; }
.show-intro { grid-template-columns: minmax(0, 1fr); gap: 24px; }
.show-intro .section-heading {
  max-width: 23ch;
  justify-self: center;
  font-size: clamp(28px, 7vw, 44px);
  line-height: 1.16;
  text-align: center;
  text-wrap: balance;
}
.show-intro > p {
  max-width: 44ch;
  justify-self: center;
  font-size: 1rem;
  line-height: 1.7;
}
.collection-bar { margin-top: 36px; padding: 20px 0; gap: 12px; }
.collection-bar .eyebrow { font-size: .75rem; }
.film-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
.film-card + .film-card { border-top: 1px solid var(--line-dark); padding-top: 32px; }
.film-meta { margin-top: 16px; gap: 6px 12px; }
.film-meta .eyebrow, .film-meta .status { font-size: .75rem; }
.film-card h3 { font-size: 28px; margin-top: 10px; }
.film-name { font-size: 1rem; line-height: 1.65; margin-top: 10px; }
.films-end { justify-content: center; text-align: center; gap: 10px 24px; margin-top: 32px; }
.films-end .eyebrow { font-size: .75rem; }

.podcast-row { grid-template-columns: minmax(0, 1fr); gap: 0; padding: 28px 0; }
.podcast-number { display: none; }
.podcast-image { grid-column: 1; grid-row: auto; width: 100%; margin-bottom: 18px; }
.podcast-copy { grid-column: 1; }
.podcast-copy > .eyebrow { font-size: .75rem; }
.podcast-copy h3 { font-size: 28px; margin-top: 8px; }
.podcast-copy h3 > span { font-size: 1rem; margin-top: 6px; }
.podcast-row > .status { grid-column: 1; margin-top: 16px; font-size: .75rem; padding: 6px 10px; }

.site-footer { padding-top: 28px; }
.footer-top { gap: 28px; margin-bottom: 32px; align-items: center; }
.footer-top .text-link { align-self: center; min-height: 48px; }
.footer-top p {
  width: 100%;
  font-size: clamp(14px, 5.35cqw, 36px);
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
  white-space: normal;
}
.footer-top p span { display: block; }
.footer-wordmark { margin-bottom: 28px; }
.footer-bottom { flex-direction: column; align-items: center; gap: 4px; padding: 20px 0 28px; text-align: center; font-size: .75rem; }
.footer-bottom nav { justify-content: center; gap: 24px; }
.footer-bottom a { min-height: 44px; }

@media (min-width: 601px) {
  .hero, .thesis, .films, .podcast, .site-footer { padding-left: max(var(--gutter), calc((100vw - 620px)/2)); padding-right: max(var(--gutter), calc((100vw - 620px)/2)); }
  .hero-image { aspect-ratio: 16/9; }
}
@media (max-width: 360px) {
  .hero-caption { grid-template-columns: minmax(0, 1fr); gap: 8px; text-align: center; }
  .hero-caption-right { text-align: center; }
  .hero-caption-right .status { margin-top: 4px; }
}
@media (hover: none) {
  .film-card:hover .film-image img, .podcast-row:hover img { transform: none; }
}
