:root {
  --red: #9e151f;
  --red-dark: #32070b;
  --yellow: #f7bd19;
  --yellow-hot: #ffd94f;
  --cream: #f1dfb6;
  --ink: #17100c;
  --muted: #7c6a55;
  --black: #0d0b09;
  --line: rgba(247, 189, 25, 0.26);
  --shadow: 0 24px 70px rgba(7, 5, 4, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(247, 189, 25, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(247, 189, 25, 0.03) 1px, transparent 1px),
    #140d0a;
  background-size: 34px 34px;
  font-family: Aptos, Inter, Segoe UI, Arial, sans-serif;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, Times New Roman, serif;
  font-size: clamp(34px, 6vw, 76px);
  line-height: 0.98;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

p {
  line-height: 1.56;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: white;
  background: rgba(13, 11, 9, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: 150px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 10px rgba(247, 189, 25, 0.34));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 28px);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  text-decoration: none;
  opacity: 0.82;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--yellow);
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 38%, rgba(247, 189, 25, 0.14), transparent 24%),
    linear-gradient(90deg, rgba(13, 8, 6, 0.96), rgba(23, 10, 7, 0.68) 52%, rgba(13, 8, 6, 0.24)),
    linear-gradient(0deg, rgba(13, 8, 6, 0.92), transparent 52%);
}

.hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 36px));
  padding: 138px 0 78px clamp(18px, 6vw, 82px);
}

.hero-logo {
  width: min(820px, 100%);
  margin-bottom: 18px;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.78));
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.26;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 19px;
  border: 2px solid currentColor;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--red-dark);
  background: linear-gradient(135deg, var(--yellow-hot), var(--yellow));
  border-color: var(--yellow-hot);
}

.button.secondary {
  color: white;
  background: rgba(13, 11, 9, 0.38);
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

section[id] {
  scroll-margin-top: 128px;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 30px;
}

.section-heading > p:not(.kicker) {
  max-width: 760px;
  color: rgba(244, 234, 210, 0.78);
  font-size: 18px;
}

.kicker {
  margin-bottom: 12px;
  color: var(--yellow-hot);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-section,
.characters-section,
.production-section {
  background:
    linear-gradient(180deg, rgba(241, 223, 182, 0.96), rgba(224, 198, 145, 0.94)),
    repeating-linear-gradient(-3deg, rgba(58, 7, 12, 0.04) 0 2px, transparent 2px 8px);
}

.intro-section .kicker,
.characters-section .kicker,
.production-section .kicker {
  color: var(--red);
}

.story-grid,
.world-grid,
.character-grid,
.production-grid {
  display: grid;
  gap: 16px;
}

.story-grid {
  grid-template-columns: 1.35fr 1fr;
}

.world-grid,
.production-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.character-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-card,
.world-card,
.character-card,
.info-card {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: white;
  background-image:
    linear-gradient(180deg, rgba(9, 7, 6, 0.04), rgba(9, 7, 6, 0.9)),
    var(--bg);
  background-position: center;
  background-size: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.story-card::before,
.world-card::before,
.character-card::before,
.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(58, 7, 12, 0.35), transparent 58%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 8px);
}

.story-card > div,
.character-card > div {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 3vw, 36px);
}

.story-card p,
.world-card p,
.character-card p,
.info-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
}

.large-card {
  grid-row: span 2;
  min-height: 656px;
}

.dark-section {
  color: var(--cream);
  background:
    radial-gradient(circle at 82% 14%, rgba(247, 189, 25, 0.14), transparent 24%),
    linear-gradient(180deg, #17110d, #0d0b09);
}

.world-card,
.info-card {
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: clamp(22px, 3vw, 34px);
}

.world-card span {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
  padding: 7px 9px;
  color: var(--red-dark);
  background: var(--yellow);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.world-card h3,
.world-card p,
.info-card h3,
.info-card p {
  position: relative;
  z-index: 1;
}

.role {
  margin-bottom: 8px;
  color: var(--yellow-hot);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-card {
  color: var(--cream);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 28px;
  align-items: stretch;
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
  color: white;
  background:
    linear-gradient(90deg, rgba(13, 8, 6, 0.92), rgba(13, 8, 6, 0.68)),
    url("assets/propagande.png") center / cover;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 850px;
}

.contact-copy p:not(.kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.contact-panel {
  display: grid;
  gap: 16px;
  align-content: center;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(241, 223, 182, 0.95), rgba(221, 190, 126, 0.92));
  border: 1px solid rgba(247, 189, 25, 0.48);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
}

.contact-row {
  display: grid;
  gap: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(23, 16, 12, 0.16);
}

.contact-row span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-panel .button {
  width: 100%;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px clamp(18px, 5vw, 72px);
  color: var(--cream);
  background: var(--red-dark);
  font-size: 13px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .hero-content {
    padding-top: 170px;
  }

  .story-grid,
  .world-grid,
  .character-grid,
  .production-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .large-card {
    grid-row: auto;
    min-height: 420px;
  }

  .story-card,
  .world-card,
  .character-card,
  .info-card {
    min-height: 340px;
  }
}

@media (max-width: 560px) {
  h1,
  h2 {
    font-size: 36px;
  }

  .brand-logo {
    width: 124px;
  }

  .button {
    width: 100%;
  }

  .nav-links {
    gap: 8px 14px;
    font-size: 12px;
  }

  .contact-panel {
    padding: 22px;
  }

  .story-card,
  .world-card,
  .character-card,
  .info-card {
    min-height: 300px;
  }

  .site-footer {
    flex-direction: column;
  }
}
