/* ── Only Small Actors · style.css ── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Barlow:wght@300;400;500;600&family=Barlow+Condensed:wght@400;600;700&display=swap');

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
  --gold:     #C8922A;
  --gold-dim: rgba(200,146,42,0.15);
  --gold-bdr: rgba(200,146,42,0.35);
  --bg:       #0a0a0f;
  --bg2:      #111118;
  --bg3:      #0d0d14;
  --rule:     rgba(255,255,255,0.07);
  --text:     #e8e2d9;
  --muted:    rgba(232,226,217,0.45);
  --faint:    rgba(232,226,217,0.2);
  --serif:    'Playfair Display', Georgia, serif;
  --cond:     'Barlow Condensed', sans-serif;
  --sans:     'Barlow', sans-serif;
}

html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 15px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ── NAV ── */
.site-nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(10,10,15,0.97); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
  height: 64px; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { font-family: var(--cond); font-weight: 700; font-size: 20px; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; flex-shrink: 0; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-family: var(--cond); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.nav-links .nav-admin { color: var(--gold); }
.nav-search-btn { background: none; border: 1px solid rgba(255,255,255,0.15); color: var(--faint); width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: 16px; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, color 0.2s; }
.nav-search-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ── SEARCH OVERLAY ── */
.search-overlay { position: fixed; inset: 0; z-index: 500; background: rgba(10,10,15,0.96); backdrop-filter: blur(12px); display: flex; align-items: flex-start; justify-content: center; padding-top: 80px; }
.search-inner { width: 100%; max-width: 640px; padding: 0 24px; position: relative; }
.search-input { width: 100%; background: var(--bg2); border: 1px solid var(--gold-bdr); color: var(--text); font-family: var(--serif); font-size: 22px; padding: 16px 20px; outline: none; }
.search-input::placeholder { color: var(--faint); }
.search-close { position: absolute; top: 12px; right: 36px; background: none; border: none; color: var(--faint); font-size: 20px; cursor: pointer; transition: color 0.2s; }
.search-close:hover { color: #fff; }
.search-results { margin-top: 12px; }
.search-result-item { display: flex; gap: 16px; align-items: center; padding: 14px 16px; background: var(--bg2); border-bottom: 1px solid var(--rule); cursor: pointer; transition: background 0.15s; }
.search-result-item:hover { background: #1a1a24; }
.search-result-name { font-family: var(--serif); font-size: 17px; color: #fff; }
.search-result-sub { font-family: var(--cond); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-top: 3px; }

/* ── HERO ── */
.hero { position: relative; min-height: 560px; overflow: hidden; display: flex; align-items: flex-end; background: linear-gradient(135deg, #1a0a2e 0%, #0d1225 45%, #0a0a0f 100%); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-photo-area { position: absolute; right: 0; top: 0; bottom: 0; width: 48%; display: flex; align-items: center; justify-content: center; z-index: 1; }
.hero-photo-frame { width: 280px; height: 380px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
.hero-photo-img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-placeholder { background: linear-gradient(160deg, #1a1a30, #0d0d18); }
.hero-photo-label { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.75); padding: 8px 12px; font-family: var(--cond); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.hero-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, var(--bg) 38%, transparent 72%); }
.hero-content { position: relative; z-index: 3; padding: 52px 32px; max-width: 580px; }
.hero-eyebrow { font-family: var(--cond); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.hero-title { font-family: var(--serif); font-size: 66px; font-weight: 900; line-height: 0.95; color: #fff; margin-bottom: 16px; }
.hero-title em { font-style: italic; color: rgba(255,255,255,0.4); font-size: 50px; }
.screen-time-inline { display: inline-flex; align-items: baseline; gap: 8px; background: var(--gold-dim); border: 1px solid var(--gold-bdr); padding: 6px 14px; margin-bottom: 20px; }
.sti-num { font-family: var(--cond); font-size: 26px; font-weight: 700; color: var(--gold); line-height: 1; }
.sti-label { font-family: var(--cond); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(200,146,42,0.6); }
.hero-lede { font-size: 15px; line-height: 1.7; color: var(--muted); max-width: 400px; margin-bottom: 24px; }
.hero-meta { display: flex; align-items: center; gap: 20px; }
.hero-film-tag { background: var(--gold-dim); border: 1px solid var(--gold-bdr); color: var(--gold); font-family: var(--cond); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; padding: 5px 12px; }
.hero-read { font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.hero-read:hover { color: #fff; }

/* ── TICKER ── */
.ticker { background: var(--gold); padding: 9px 0; overflow: hidden; white-space: nowrap; }
.ticker-inner { display: inline-flex; gap: 56px; animation: ticker-scroll 40s linear infinite; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #1a1000; display: flex; align-items: center; gap: 14px; }
.ticker-label { opacity: 0.5; }
.ticker-dot { width: 4px; height: 4px; border-radius: 50%; background: #1a1000; opacity: 0.35; flex-shrink: 0; }

/* ── LAYOUT ── */
.main-content { padding: 52px 32px; max-width: 1280px; margin: 0 auto; }

/* ── SECTION HEADERS ── */
.section-header { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--rule); padding-bottom: 12px; margin-bottom: 24px; }
.section-title { font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.section-more { font-family: var(--cond); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); transition: color 0.2s; }
.section-more:hover { color: #fff; }

/* ── FEATURED GRID ── */
.featured-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 1px; background: var(--rule); margin-bottom: 56px; }
.card { background: var(--bg); display: block; transition: background 0.2s; }
.card:hover { background: var(--bg2); }
.card-img-wrap { overflow: hidden; }
.card-img-featured { aspect-ratio: 16/10; }
.card-img-side { aspect-ratio: 16/8; }
.card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.card:hover .card-img { transform: scale(1.03); }
.card-img-placeholder { background: linear-gradient(135deg, #111120, #0d0d18); }
.card-img-placeholder.card-img-featured { aspect-ratio: 16/10; }
.card-img-placeholder.card-img-side { aspect-ratio: 16/8; }
.card-body { padding: 20px; }
.card-tag { font-family: var(--cond); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.card-title { font-family: var(--serif); font-size: 20px; font-weight: 700; line-height: 1.2; color: #fff; margin-bottom: 8px; }
.card-title-lg { font-size: 30px; }
.card-excerpt { font-size: 13px; line-height: 1.6; color: var(--muted); margin-bottom: 10px; }
.card-meta { font-family: var(--cond); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }
.card-side-col { display: flex; flex-direction: column; }
.card-side { flex: 1; border-bottom: 1px solid var(--rule); }
.card-side:last-child { border-bottom: none; }
.card-placeholder { opacity: 0.4; pointer-events: none; }

/* ── AD LEADERBOARD ── */
.ad-leaderboard { text-align: center; padding: 20px 0 32px; margin-bottom: 8px; }
.ad-label { font-family: var(--cond); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--faint); margin-bottom: 8px; }
.ad-placeholder { display: inline-block; width: 728px; max-width: 100%; height: 90px; background: var(--bg2); border: 1px dashed rgba(255,255,255,0.08); line-height: 90px; font-family: var(--cond); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); }

/* ── SHOW ROW ── */
.show-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--rule); margin-bottom: 56px; }
.show-card { background: var(--bg); padding: 24px 20px; display: block; border-top: 3px solid transparent; transition: background 0.2s, border-color 0.2s; }
.show-card:hover { background: var(--bg2); border-top-color: var(--gold); }
.show-type-icon { font-size: 32px; display: block; margin-bottom: 12px; }
.show-name { font-family: var(--serif); font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 5px; line-height: 1.3; }
.show-count { font-family: var(--cond); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); }

/* ── LIST GRID ── */
.list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--rule); margin-bottom: 56px; }
.list-card { background: var(--bg); display: flex; transition: background 0.2s; }
.list-card:hover { background: var(--bg2); }
.list-num { font-family: var(--cond); font-size: 52px; font-weight: 700; color: rgba(255,255,255,0.05); padding: 20px 12px 20px 20px; line-height: 1; flex-shrink: 0; }
.list-body { padding: 20px 20px 20px 0; flex: 1; }
.list-tag { font-family: var(--cond); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.list-title { font-family: var(--serif); font-size: 16px; font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 7px; }
.list-meta { font-family: var(--cond); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }

/* ── PROFILE STRIP ── */
.profile-strip { display: flex; gap: 1px; background: var(--rule); overflow: hidden; margin-bottom: 56px; }
.profile-chip { background: var(--bg); flex: 1; padding: 24px 16px; text-align: center; display: block; transition: background 0.2s; min-width: 0; }
.profile-chip:hover { background: var(--bg2); }
.profile-chip-avatar { width: 68px; height: 68px; border-radius: 50%; background: #1a1a2a; margin: 0 auto 12px; overflow: hidden; border: 2px solid rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; }
.profile-chip-avatar img { width: 100%; height: 100%; object-fit: cover; }
.profile-chip-film { font-family: var(--cond); font-size: 10px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.profile-chip-name { font-family: var(--serif); font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.profile-chip-credit { font-size: 12px; color: var(--faint); line-height: 1.4; }

/* ── FOOTER ── */
.site-footer { border-top: 1px solid var(--rule); padding: 48px 32px; text-align: center; }
.footer-inner { max-width: 640px; margin: 0 auto; }
.footer-logo { font-family: var(--cond); font-weight: 700; font-size: 18px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 8px; }
.footer-logo span { color: var(--gold); }
.footer-tagline { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--faint); margin-bottom: 20px; }
.footer-links { display: flex; justify-content: center; gap: 24px; margin-bottom: 20px; }
.footer-links a { font-family: var(--cond); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.18); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-title { font-size: 44px; }
  .hero-title em { font-size: 36px; }
  .hero-photo-area { width: 42%; }
  .hero-photo-frame { width: 220px; height: 300px; }
  .featured-grid { grid-template-columns: 1fr; }
  .card-side-col { display: grid; grid-template-columns: 1fr 1fr; }
  .show-row { grid-template-columns: 1fr 1fr; }
  .list-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .site-nav { padding: 0 16px; }
  .nav-links { display: none; }
  .main-content { padding: 32px 16px; }
  .hero-content { padding: 32px 16px; }
  .hero-title { font-size: 36px; }
  .hero-photo-area { opacity: 0.3; }
  .show-row { grid-template-columns: 1fr 1fr; }
  .profile-strip { flex-wrap: wrap; }
  .profile-chip { flex: 0 0 50%; }
  .card-side-col { grid-template-columns: 1fr; }
}
