/* ============================================================
   ANCHOR POINT — press kit page
   Builds on cinematic.css (tokens, nav, buttons, stats, footer)
   and tech.css (specbox / spec factsheet, ctaband).
   ============================================================ */

/* ---------- page head ---------- */
.press-head { padding: calc(var(--nav-h) + clamp(30px, 6vh, 72px)) 0 clamp(40px, 7vh, 80px); }
.press-head__inner { max-width: 44rem; }
.press-head__inner > * { opacity: 0; transform: translateY(24px); animation: press-rise 0.9s var(--ease) forwards; }
.press-head__inner > *:nth-child(2) { animation-delay: 0.08s; }
.press-head__inner > *:nth-child(3) { animation-delay: 0.16s; }
.press-head__inner > *:nth-child(4) { animation-delay: 0.24s; }
.press-head__inner > *:nth-child(5) { animation-delay: 0.32s; }
@keyframes press-rise { to { opacity: 1; transform: none; } }
.press-head__h {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(2.2rem, 5vw, 4rem); line-height: 0.98; letter-spacing: -0.01em; margin: 16px 0 0;
}
.press-head__lede { color: var(--fog); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.6; margin-top: 20px; }
.press-head__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.press-head__chips { margin-top: 26px; }

/* ---------- section scaffold ---------- */
.psec { padding-block: clamp(48px, 8vh, 96px); border-top: 1px solid var(--line); }
.psec__head { display: flex; align-items: baseline; gap: 18px; margin-bottom: clamp(24px, 4vh, 40px); }
.psec__no { color: var(--sonar); }
.psec__h {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1; letter-spacing: 0.01em; margin: 0;
}
.psec__lede { color: var(--fog); max-width: 46rem; margin: -10px 0 28px; line-height: 1.65; }

/* two-column copy + factsheet */
.press-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
@media (max-width: 900px) { .press-grid { grid-template-columns: 1fr; } }

.press-copy p { color: var(--fog); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.7; margin: 0 0 1.1em; max-width: 60ch; }
.press-copy p.one-liner { color: var(--snow); font-size: clamp(1.15rem, 1.7vw, 1.4rem); font-weight: 600; line-height: 1.4; }
.press-copy h3 { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fog-2); margin: 26px 0 10px; }
.press-copy h3:first-child { margin-top: 0; }

/* features */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; list-style: none; margin: 0; padding: 0; }
@media (max-width: 760px) { .features { grid-template-columns: 1fr; } }
.features li { border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; background: rgba(9, 16, 25, 0.5); }
.features li:last-child:nth-child(odd) { grid-column: 1 / -1; }
.features b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.2rem; letter-spacing: 0.01em; color: var(--snow); margin-bottom: 8px; }
.features p { margin: 0; color: var(--fog); font-size: 0.97rem; line-height: 1.6; }

/* image grid */
.artgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 960px) { .artgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .artgrid { grid-template-columns: 1fr; } }
.art { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: rgba(9, 16, 25, 0.5); }
.art img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.art--lead { grid-column: 1 / -1; }
.art--lead img { aspect-ratio: 21 / 9; }
@media (max-width: 560px) { .art--lead img { aspect-ratio: 16 / 9; } }
.art__meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 14px; }
.art__cap { color: var(--fog); font-size: 0.9rem; }
.art__dl { color: var(--sonar); font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.art__dl:hover { color: var(--snow); }
.art-note { margin-top: 18px; color: var(--fog-2); font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; line-height: 1.7; max-width: 70ch; }

/* logo swatches */
.logos { display: grid; grid-template-columns: 1fr 1fr auto; gap: 18px; align-items: stretch; }
@media (max-width: 860px) { .logos { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .logos { grid-template-columns: 1fr; } }
.swatch { border: 1px solid var(--line); border-radius: 12px; display: flex; flex-direction: column; overflow: hidden; }
.swatch__stage { flex: 1; display: grid; place-items: center; padding: clamp(24px, 4vw, 48px); min-height: 200px; }
.swatch--dark .swatch__stage { background: var(--abyss); }
.swatch--light .swatch__stage { background: #EAF2FB; }
.swatch__stage img { width: min(100%, 300px); height: auto; }
.swatch__stage img.icon { width: 96px; height: 96px; }
.swatch__meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 14px; border-top: 1px solid var(--line); background: rgba(9, 16, 25, 0.5); }
.swatch__meta span { color: var(--fog); font-size: 0.9rem; }
.rules { margin: 22px 0 0; padding: 0 0 0 1.1em; color: var(--fog); line-height: 1.65; max-width: 60ch; }
.rules li { margin-bottom: 6px; }
.rules .mono { font-family: var(--mono); font-size: 0.88em; color: var(--snow); }

/* contact */
.contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.contact a {
  display: block; border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; text-decoration: none;
  background: rgba(9, 16, 25, 0.5); transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.contact a:hover { border-color: var(--line-2); background: rgba(9, 16, 25, 0.8); }
.contact a:focus-visible { outline: 2px solid var(--sonar); outline-offset: 2px; }
.contact small { display: block; color: var(--fog-2); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px; }
.contact span { color: var(--snow); font-weight: 600; word-break: break-word; }

@media (prefers-reduced-motion: reduce) {
  .press-head__inner > * { animation: none; opacity: 1; transform: none; }
}

/* ---------- statement blocks (AI transparency / monetization / key request) ---------- */
.statement {
  border: 1px solid var(--line-2); border-radius: 12px; padding: clamp(22px, 3vw, 36px);
  background: rgba(9, 16, 25, 0.6); max-width: 62rem;
}
.statement p { color: var(--snow); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.7; margin: 0; max-width: 62ch; }
.statement p + p { margin-top: 1em; }
.statement__foot { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 18px; color: var(--fog-2); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; }
.statement--quote p { font-size: clamp(1.1rem, 1.6vw, 1.35rem); font-weight: 600; line-height: 1.5; }

/* empty state (Selected Press) */
.empty {
  border: 1px dashed var(--line-2); border-radius: 12px; padding: clamp(24px, 3vw, 40px);
  color: var(--fog); max-width: 62rem; line-height: 1.65;
}
.empty b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.2rem; color: var(--snow); margin-bottom: 6px; }
.empty p { margin: 0; }

/* video slots */
.vidgrid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px; }
@media (max-width: 860px) { .vidgrid { grid-template-columns: 1fr; } }
.vidslot { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: rgba(9, 16, 25, 0.5); display: flex; flex-direction: column; }
.vidslot__stage { aspect-ratio: 16 / 9; display: grid; place-items: center; background: var(--abyss); color: var(--fog-2); font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; text-align: center; padding: 20px; }
.vidslot__stage iframe, .vidslot__stage video { width: 100%; height: 100%; display: block; }
.vidslot__meta { padding: 14px 16px; }
.vidslot__meta b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.1rem; color: var(--snow); margin-bottom: 4px; }
.vidslot__meta p { margin: 0; color: var(--fog); font-size: 0.93rem; line-height: 1.55; }
