:root {
  --ink: #05080f;
  --panel: #0c1421;
  --gold: #e8b84c;
  --gold-light: #f6d88a;
  --cyan: #45ddd2;
  --text: #f7f2e4;
  --muted: #adb7c6;
  --line: rgba(232, 184, 76, .24);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: radial-gradient(circle at 75% 0, #1a2c47 0, var(--ink) 34rem), var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3.4rem, 8.5vw, 7.5rem); line-height: .9; letter-spacing: -.055em; }
h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 1.5rem; line-height: 1.1; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 76px; padding: 12px clamp(18px, 4vw, 64px); border-bottom: 1px solid var(--line); background: rgba(5, 8, 15, .9); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .02em; }
.brand img { width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; }
.header-cta, .primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border-radius: 999px; color: #171007; background: linear-gradient(135deg, var(--gold-light), var(--gold)); font-weight: 900; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 48px; align-items: center; min-height: 760px; padding: 92px max(18px, calc((100vw - 1180px) / 2)); overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,15,.98), rgba(5,8,15,.72)), url('/assets/horus/chronicle-banner.png') center/cover; opacity: .62; content: ""; }
.hero-copy, .hero-mark { position: relative; z-index: 1; }
.hero-lead { max-width: 760px; color: #d7dce5; font-size: 1.25rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border: 1px solid rgba(247,242,228,.35); border-radius: 999px; background: rgba(255,255,255,.04); font-weight: 900; }
.hero-mark { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle, rgba(69,221,210,.25), rgba(232,184,76,.08) 42%, transparent 68%); box-shadow: 0 0 120px rgba(69,221,210,.18); }
.hero-mark span { color: var(--gold-light); font-size: clamp(7rem, 18vw, 15rem); text-shadow: 0 0 35px rgba(69,221,210,.7); }
.eyebrow { margin-bottom: 14px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.watch-section, .episodes-section, .premise-section, .follow-section { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 96px 0; }
.section-heading { max-width: 850px; margin-bottom: 34px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading > p:last-child, .follow-section > p:not(.eyebrow) { color: var(--muted); font-size: 1.15rem; }
.video-shell { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--line); border-radius: 28px; background: #020408; box-shadow: 0 34px 90px rgba(0,0,0,.42); }
.video-shell video { width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #020408; }
.video-fullscreen { position: absolute; top: 14px; right: 14px; z-index: 2; min-height: 42px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; background: rgba(2,4,8,.82); font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; backdrop-filter: blur(10px); }
.video-fullscreen:hover, .video-fullscreen:focus-visible { background: rgba(16,28,42,.96); outline: 2px solid var(--gold); outline-offset: 2px; }
.video-shell:fullscreen, .video-shell:-webkit-full-screen { width: 100vw; height: 100vh; max-width: none; aspect-ratio: auto; border: 0; border-radius: 0; background: #000; }
.video-shell:fullscreen video, .video-shell:-webkit-full-screen video, .video-shell video:fullscreen, .video-shell video:-webkit-full-screen { width: 100vw; height: 100vh; aspect-ratio: auto; object-fit: contain; background: #000; }
.video-shell:fullscreen .video-fullscreen, .video-shell:-webkit-full-screen .video-fullscreen { display: none; }
.video-note { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: .9rem; }
.episodes-section { border-top: 1px solid var(--line); }
.episode-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.episode-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, #101c2c, var(--panel)); }
.episode-card img { aspect-ratio: 1; object-fit: cover; }
.episode-card div { padding: 20px; }
.episode-card span { color: var(--cyan); font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.episode-card p { margin-bottom: 0; color: var(--muted); font-size: .95rem; }
.premise-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; border-top: 1px solid var(--line); }
.premise-section ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: stages; }
.premise-section li { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.035); counter-increment: stages; }
.premise-section strong::before { margin-right: 9px; color: var(--gold); content: counter(stages, decimal-leading-zero); }
.premise-section span { color: var(--muted); }
.follow-section { padding-bottom: 120px; text-align: center; }
.follow-section h2 { max-width: 760px; margin-right: auto; margin-left: auto; }
.follow-section > p:not(.eyebrow) { max-width: 700px; margin-right: auto; margin-left: auto; }
.follow-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.follow-actions a { min-width: 130px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); font-weight: 900; }
.follow-actions a:hover, .secondary-button:hover { border-color: var(--gold); color: var(--gold-light); }
footer { display: flex; justify-content: space-between; gap: 24px; width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 28px 0 44px; border-top: 1px solid var(--line); color: var(--muted); }
footer div { display: grid; gap: 2px; }
footer nav { display: flex; gap: 18px; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 680px; }
  .hero-mark { display: none; }
  .episode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .premise-section { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 560px) {
  .brand span { font-size: .9rem; }
  .brand img { width: 42px; height: 42px; }
  .header-cta { padding: 9px 13px; font-size: .8rem; }
  .hero { min-height: 640px; padding-top: 70px; padding-bottom: 70px; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .hero-lead { font-size: 1.06rem; }
  .hero-actions { display: grid; }
  .watch-section, .episodes-section, .premise-section, .follow-section { width: min(100% - 28px, 1180px); padding: 68px 0; }
  .video-shell { width: min(100%, 430px); margin: 0 auto; aspect-ratio: 9 / 16; border-radius: 20px; }
  .video-shell video { aspect-ratio: 9 / 16; object-fit: cover; }
  .video-fullscreen { top: 10px; right: 10px; min-height: 38px; padding: 7px 12px; }
  .episode-grid { grid-template-columns: 1fr; }
  .premise-section li { grid-template-columns: 1fr; gap: 4px; }
  footer { flex-direction: column; width: min(100% - 28px, 1180px); }
}
