/* BUILD 06.2 — true watch-page architecture.
   Dedicated to the seven project watch pages only; loaded after /style.css. */

.watch-page .watch-primary {
  width: 100%;
  padding: 108px 0 66px;
}
.watch-page .watch-primary-inner {
  width: min(1240px, calc(100% - 48px));
  max-width: 1240px;
  margin-inline: auto;
}
.watch-page .watch-project-identity {
  max-width: 980px;
}
.watch-page .watch-project-identity .eyebrow {
  margin-bottom: 12px;
}
.watch-page .watch-project-identity h1 {
  max-width: 980px;
  margin: 0 0 16px;
  font-size: clamp(2.55rem, 4.9vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.watch-page .watch-lead {
  max-width: 820px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.03rem, 1.45vw, 1.22rem);
  line-height: 1.55;
}
.watch-page .watch-primary-media {
  margin-top: 18px;
}
.watch-page .watch-project-identity-secondary {
  max-width: 820px;
  margin-top: 24px;
}
.watch-page .watch-player-frame {
  position: relative;
  width: 100%;
  max-width: 1240px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(215,176,89,.28);
  border-radius: 16px;
  background: #000;
  box-shadow: 0 26px 68px rgba(0,0,0,.42);
}
.watch-page .watch-player-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.watch-page .watch-youtube-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--gold);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}
.watch-page .watch-youtube-link:hover,
.watch-page .watch-youtube-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.watch-page .watch-context {
  max-width: 900px;
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.watch-page .watch-context h2 {
  margin: 0 0 18px;
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.watch-page .watch-context-prose {
  max-width: 820px;
}
.watch-page .watch-context-prose p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  line-height: 1.68;
}
.watch-page .watch-context-prose p:last-child {
  margin-bottom: 0;
}
.watch-page .watch-compact-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 900px;
  margin-top: 28px;
}
.watch-page .watch-compact-cta .btn {
  min-width: 0;
}

/* Minimal visible breadcrumb styling retained from BUILD 05.4. */
.watch-page .watch-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 0 0 12px;
  font-size: .78rem;
  line-height: 1.4;
  color: rgba(255,255,255,.62);
}
.watch-page .watch-breadcrumb a {
  color: var(--gold, #e6b84f);
  text-decoration: none;
}
.watch-page .watch-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.watch-page .watch-breadcrumb a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.watch-page .watch-breadcrumb-separator {
  color: rgba(255,255,255,.42);
}

@media (max-width: 760px) {
  .watch-page,
  .watch-page main,
  .watch-page main > section,
  .watch-page .site-footer {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .watch-page .watch-primary {
    padding: 92px 0 42px !important;
  }
  .watch-page .watch-primary-inner {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-inline: auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .watch-page .watch-breadcrumb {
    gap: 7px !important;
    margin: 0 0 10px !important;
    font-size: .76rem !important;
    line-height: 1.35 !important;
  }
  .watch-page .watch-project-identity,
  .watch-page .watch-lead,
  .watch-page .watch-primary-media,
  .watch-page .watch-player-frame,
  .watch-page .watch-context,
  .watch-page .watch-context-prose,
  .watch-page .watch-compact-cta {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .watch-page .watch-project-identity .eyebrow {
    margin-bottom: 10px !important;
  }
  .watch-page .watch-project-identity h1 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: clamp(1.875rem, 8vw, 2.125rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.03em !important;
  }
  .watch-page .watch-lead {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
  .watch-page .watch-primary-media {
    margin-top: 12px !important;
  }
  .watch-page .watch-project-identity-secondary {
    margin-top: 22px !important;
  }
  .watch-page .watch-player-frame {
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
    border-radius: 10px !important;
  }
  .watch-page .watch-player-frame iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .watch-page .watch-youtube-link {
    margin-top: 10px !important;
    font-size: .84rem !important;
  }
  .watch-page .watch-context {
    margin-top: 28px !important;
    padding-top: 26px !important;
  }
  .watch-page .watch-context h2 {
    margin: 0 0 14px !important;
    font-size: clamp(1.625rem, 7.1vw, 1.875rem) !important;
    line-height: 1.1 !important;
  }
  .watch-page .watch-context-prose p {
    margin: 0 0 12px !important;
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }
  .watch-page .watch-compact-cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }
  .watch-page .watch-compact-cta .btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* Footer real-phone safeguards retained from the approved V14.3 layout. */
  .watch-page .site-footer {
    width: 100% !important;
    max-width: none !important;
    padding: 42px 0 0 !important;
  }
  .watch-page .site-footer .page-shell {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
    box-sizing: border-box !important;
  }
  .watch-page .footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: calc(100% - 32px) !important;
    max-width: none !important;
  }
  .watch-page .footer-grid > * {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .watch-page .footer-bottom.page-shell {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin-top: 34px !important;
    padding: 22px 0 !important;
  }
}

/* BUILD 06.3 — lightweight channel authority links, always secondary to the principal video. */
.watch-page .watch-channel-authority {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  max-width: 900px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.watch-page .watch-channel-brand {
  color: rgba(255,255,255,.72);
  font-size: .9rem;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none;
}
.watch-page .watch-channel-brand:hover,
.watch-page .watch-channel-brand:focus-visible {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.watch-page .watch-channel-subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid rgba(215,176,89,.42);
  border-radius: 3px;
  color: var(--gold);
  background: rgba(0,0,0,.24);
  font-size: .68rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
}
.watch-page .watch-channel-subscribe:hover,
.watch-page .watch-channel-subscribe:focus-visible {
  color: #fff;
  border-color: var(--gold);
}
@media (max-width: 760px) {
  .watch-page .watch-channel-authority {
    width: 100% !important;
    max-width: none !important;
    margin-top: 18px !important;
    padding-top: 16px !important;
    gap: 9px !important;
  }
  .watch-page .watch-channel-brand {
    width: 100% !important;
    font-size: .86rem !important;
  }
  .watch-page .watch-channel-subscribe {
    min-height: 44px !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }
}



/* BUILD V18.4 — first-hand editorial content, scoped to watch pages only. */
.watch-page .watch-story {
  max-width: 900px;
  margin-top: 42px;
  padding-top: 38px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.watch-page .watch-story-prose {
  max-width: 840px;
}
.watch-page .watch-story h2,
.watch-page .watch-story h3 {
  color: var(--gold);
  letter-spacing: -.025em;
}
.watch-page .watch-story h2 {
  margin: 48px 0 18px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
}
.watch-page .watch-story h3 {
  margin: 38px 0 14px;
  font-size: clamp(1.25rem, 1.9vw, 1.65rem);
  line-height: 1.16;
}
.watch-page .watch-story p {
  max-width: 840px;
  margin: 0 0 16px;
  color: rgba(255,255,255,.76);
  font-size: 1.04rem;
  line-height: 1.72;
}
.watch-page .watch-facts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin: 0 0 10px;
}
.watch-page .watch-fact {
  min-width: 0;
  padding: 17px 18px 18px;
  border: 1px solid rgba(215,176,89,.22);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
}
.watch-page .watch-fact dt,
.watch-page .watch-fact dd {
  display: block;
  width: 100%;
  min-width: 0;
}
.watch-page .watch-fact dt {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.watch-page .watch-fact dd {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: .96rem;
  line-height: 1.48;
}
.watch-page .watch-pullquote {
  margin: 42px 0 8px;
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--gold);
}
.watch-page .watch-pullquote p {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem,2.2vw,1.9rem);
  line-height: 1.3;
  font-weight: 700;
}
.watch-page .watch-testimonial {
  max-width: 840px;
  margin: 48px 0 0;
  padding: 26px 28px;
  border: 1px solid rgba(215,176,89,.30);
  border-radius: 12px;
  background: rgba(215,176,89,.055);
}
.watch-page .watch-testimonial p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 1.05rem;
  line-height: 1.72;
}
.watch-page .watch-testimonial footer {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 18px;
  color: rgba(255,255,255,.70);
  font-size: .9rem;
  line-height: 1.4;
}
.watch-page .watch-testimonial footer strong {
  color: var(--gold);
}

@media (max-width: 760px) {
  .watch-page .watch-story {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-top: 30px;
    padding-top: 28px;
    box-sizing: border-box;
  }
  .watch-page .watch-story-prose,
  .watch-page .watch-story p {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .watch-page .watch-story h2 {
    margin: 38px 0 14px;
    font-size: clamp(1.7rem,7vw,1.95rem);
    line-height: 1.1;
  }
  .watch-page .watch-story h3 {
    margin: 30px 0 12px;
    font-size: 1.25rem;
    line-height: 1.16;
  }
  .watch-page .watch-story p {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.62;
  }
  .watch-page .watch-facts {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }
  .watch-page .watch-fact {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 15px 16px 16px;
  }
  .watch-page .watch-pullquote {
    margin: 32px 0 4px;
    padding-left: 18px;
  }
  .watch-page .watch-pullquote p {
    font-size: 1.35rem;
    line-height: 1.32;
  }
  .watch-page .watch-testimonial {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 36px;
    padding: 20px 18px;
  }
}

/* V18.18 — project-page handoff to dedicated watch pages. Scoped to existing project watch pages. */
.watch-page .watch-film-poster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}
.watch-page .watch-film-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.watch-page .watch-film-poster-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0,0,0,.76);
  color: var(--gold);
  font-size: 1.35rem;
  transform: translate(-50%,-50%);
  transition: transform .18s ease, background .18s ease;
}
.watch-page .watch-film-poster:hover .watch-film-poster-play,
.watch-page .watch-film-poster:focus-visible .watch-film-poster-play {
  background: rgba(0,0,0,.90);
  transform: translate(-50%,-50%) scale(1.06);
}
.watch-page .watch-film-poster:focus-visible,
.watch-page .watch-film-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
@media (max-width: 760px) {
  .watch-page .watch-film-poster-play {
    width: 54px;
    height: 54px;
    font-size: 1.15rem;
  }
}

