@font-face {
  font-family: "London Presley";
  src: local("London Presley"),
    url("../fonts/LONDON PRESLEY.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --section-gap: 32px;
  --section-gap-mobile: 22px;
  --blue-995: #020b22;
  --blue-980: #051434;
  --blue-960: #0a2558;
  --blue-930: #0d3d84;
  --blue-880: #1557aa;
  --blue-760: #2a86e8;
  --blue-620: #6bc7ff;
  --white: #ffffff;
  --gold-300: #ffe27a;
  --gold-180: #fff4c7;
  --green-spotify: #1ed760;
  --text-bright: #f6fbff;
  --text-soft: #d4e7fb;
  --text-mid: #bdd9f4;
  --text-body: #dcecff;
  --text-strong: #ffffff;
  --shadow-hero: 0 44px 90px rgba(1, 10, 31, 0.46);
  --shadow-panel: 0 18px 34px rgba(11, 71, 133, 0.18);
  --shadow-soft: 0 10px 24px rgba(12, 74, 136, 0.14);
  --radius-hero: 40px;
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", Arial, sans-serif;
  color: var(--text-body);
  line-height: 1.65;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.92) 0 1px, transparent 2px),
    radial-gradient(circle at 20% 28%, rgba(255, 255, 255, 0.72) 0 1.2px, transparent 2.8px),
    radial-gradient(circle at 34% 11%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2.2px),
    radial-gradient(circle at 48% 20%, rgba(255, 255, 255, 0.88) 0 1.3px, transparent 2.8px),
    radial-gradient(circle at 62% 12%, rgba(255, 255, 255, 0.72) 0 1px, transparent 2.3px),
    radial-gradient(circle at 76% 22%, rgba(255, 255, 255, 0.86) 0 1.3px, transparent 2.7px),
    radial-gradient(circle at 91% 14%, rgba(255, 255, 255, 0.78) 0 1px, transparent 2.3px),
    radial-gradient(circle at 14% 70%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2.2px),
    radial-gradient(circle at 32% 83%, rgba(255, 255, 255, 0.68) 0 1.4px, transparent 2.8px),
    radial-gradient(circle at 69% 75%, rgba(255, 255, 255, 0.82) 0 1.2px, transparent 2.5px),
    radial-gradient(circle at 87% 58%, rgba(255, 255, 255, 0.7) 0 1px, transparent 2.1px),
    radial-gradient(circle at top, rgba(53, 147, 255, 0.2), transparent 28%),
    radial-gradient(circle at 16% 18%, rgba(255, 226, 122, 0.11), transparent 16%),
    radial-gradient(circle at 84% 16%, rgba(107, 199, 255, 0.15), transparent 18%),
    linear-gradient(180deg, #040f28 0%, #08204f 28%, #0e4690 70%, #1156a7 100%);
}

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

a {
  color: inherit;
}

[id] {
  scroll-margin-top: 6.9rem;
}

.container {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(4, 15, 40, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 26px rgba(2, 10, 28, 0.18);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  font-family: "London Presley", "Trebuchet MS", cursive;
  font-size: clamp(1.74rem, 2.4vw, 2.32rem);
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--white);
  text-shadow: 0 3px 10px rgba(6, 22, 59, 0.18);
}

.site-logo {
  gap: 0.04em;
}

.site-logo .brand-word {
  display: inline-block;
  line-height: 1;
}

.brand-mark,
.hero-mark,
.footer-mark {
  display: inline-block;
  margin-left: 0.06em;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: 0.48em;
  font-weight: 700;
  line-height: 0;
  vertical-align: super;
  position: relative;
  top: -0.52em;
}

.brand-mark {
  font-size: 0.48em;
  top: -0.5em;
}

.site-logo .brand-mark {
  font-size: 0.62em;
  line-height: 1;
  top: -0.42em;
  margin-left: 0.04em;
}

.hero-mark {
  font-size: 0.4em;
  top: -0.56em;
}

.footer-mark {
  font-size: 0.42em;
  top: -0.5em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.nav-links a {
  text-decoration: none;
  font-weight: 700;
  color: rgba(246, 251, 255, 0.94);
  padding: 0.52rem 0.92rem;
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  padding: clamp(2.2rem, 6vw, 4.6rem) 0 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 24%, rgba(255, 226, 122, 0.12), transparent 18%),
    radial-gradient(circle at 89% 16%, rgba(107, 199, 255, 0.14), transparent 18%);
}

.hero-shell {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 780px;
  margin: 0 auto var(--section-gap);
  text-align: center;
}

.hero-kicker {
  margin: 0 0 0.95rem;
  color: var(--gold-300);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero h1,
.page-title,
.section-title {
  font-family: "London Presley", "Trebuchet MS", cursive;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.hero h1,
.page-title {
  margin: 0;
  line-height: 0.98;
  color: var(--white);
  text-wrap: balance;
  text-shadow: 0 4px 12px rgba(3, 18, 49, 0.16);
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 5.4rem);
}

.hero-lead {
  margin: 0.98rem auto 0.62rem;
  max-width: 36ch;
  font-size: clamp(1.08rem, 1.9vw, 1.34rem);
  line-height: 1.44;
  color: var(--text-bright);
}

.hero-travel-note {
  margin: 0 auto;
  max-width: 58ch;
  font-size: clamp(1rem, 1.55vw, 1.16rem);
  line-height: 1.52;
  color: var(--text-soft);
}

.hero-actions {
  margin-top: 1.34rem;
}

.media-groups {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.media-group-block {
  width: 100%;
}

.media-group-title {
  margin: 0 0 0.55rem;
  color: rgba(244, 251, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-icon-btn {
  min-height: 46px;
  min-width: 148px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.58rem;
  padding: 0.58rem 0.86rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 14px rgba(2, 10, 29, 0.16);
  color: #f4fbff;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.social-icon-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.social-icon-btn:hover,
.social-icon-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 11px 18px rgba(2, 10, 29, 0.22);
  background: rgba(255, 255, 255, 0.18);
}

.streaming-group {
  display: grid;
  grid-template-columns: repeat(2, 220px);
  justify-content: center;
  justify-items: stretch;
  align-items: center;
  gap: 12px 14px;
}

.music-btn {
  width: 220px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  padding: 0.58rem 0.82rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 14px rgba(2, 10, 29, 0.16);
  color: #f4fbff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
}

.music-btn:hover,
.music-btn:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 11px 18px rgba(2, 10, 29, 0.22);
}

.music-label {
  white-space: nowrap;
}

.music-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.music-btn.spotify {
  background: linear-gradient(135deg, rgba(30, 170, 90, 0.9), rgba(34, 193, 95, 0.78));
}

.music-btn.apple {
  background: linear-gradient(135deg, rgba(241, 246, 255, 0.92), rgba(246, 226, 242, 0.9));
  color: #1d3a5b;
}

.music-btn.amazon {
  background: linear-gradient(135deg, rgba(41, 116, 196, 0.9), rgba(255, 160, 64, 0.72));
}

.music-button.youtube-platform,
.music-btn.youtube-platform {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

.music-button.youtube-platform .music-label,
.music-btn.youtube-platform .music-label {
  color: #ffffff;
}

.hero-stage {
  margin: 0;
  padding: clamp(0.82rem, 1.7vw, 1.08rem);
  border-radius: var(--radius-hero);
  background:
    linear-gradient(145deg, rgba(6, 22, 58, 0.88), rgba(16, 88, 172, 0.52)),
    radial-gradient(circle at 14% 24%, rgba(255, 226, 122, 0.2), transparent 18%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-hero);
}

.hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 36%;
  border-radius: calc(var(--radius-hero) - 12px);
  box-shadow:
    0 18px 34px rgba(2, 9, 23, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.main {
  display: grid;
  gap: var(--section-gap);
  position: relative;
  margin-top: var(--section-gap);
  padding-bottom: 1.25rem;
}

.main > * {
  margin: 0;
}

.card,
.legal-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-panel);
}

.card {
  background:
    linear-gradient(156deg, rgba(34, 125, 208, 0.72), rgba(102, 189, 245, 0.52)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}

.legal-card {
  background:
    linear-gradient(160deg, rgba(7, 26, 63, 0.84), rgba(18, 74, 146, 0.62)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.card::before,
.legal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(197, 233, 255, 0.18), transparent 32%),
    radial-gradient(circle at bottom left, rgba(255, 226, 122, 0.12), transparent 24%);
}

.card {
  padding: clamp(1.35rem, 2.6vw, 2rem);
}

.section-copy,
.feature-card,
.label-box,
.figures-section {
  position: relative;
  z-index: 1;
}

.section-kicker {
  margin: 0 0 0.34rem;
  color: var(--gold-300);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 0.7rem;
  font-size: clamp(1.82rem, 3.5vw, 2.5rem);
  line-height: 1.04;
  color: var(--text-strong);
  text-shadow: 0 3px 10px rgba(5, 16, 42, 0.12);
}

.card p,
.legal-card p,
.legal-card address,
.page-intro,
.character-role {
  margin: 0;
  color: var(--text-body);
}

.story-panel {
  background:
    linear-gradient(138deg, rgba(33, 121, 203, 0.76), rgba(112, 195, 246, 0.54)),
    radial-gradient(circle at 16% 28%, rgba(255, 226, 122, 0.15), transparent 20%);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-height: 100%;
}

.feature-card:nth-child(1) {
  background:
    linear-gradient(156deg, rgba(37, 129, 212, 0.76), rgba(104, 190, 245, 0.56)),
    radial-gradient(circle at left, rgba(255, 226, 122, 0.14), transparent 24%);
}

.feature-card:nth-child(2) {
  background:
    linear-gradient(156deg, rgba(30, 120, 205, 0.75), rgba(98, 184, 242, 0.56)),
    radial-gradient(circle at 82% 16%, rgba(205, 236, 255, 0.16), transparent 24%);
}

.highlight {
  display: inline-flex;
  align-self: flex-start;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  background: linear-gradient(135deg, rgba(255, 226, 122, 0.18), rgba(255, 255, 255, 0.08));
  color: var(--white);
  font-weight: 800;
}

.figures-section {
  background:
    linear-gradient(158deg, rgba(34, 124, 208, 0.76), rgba(102, 188, 244, 0.56)),
    radial-gradient(circle at 16% 18%, rgba(255, 226, 122, 0.12), transparent 20%);
}

.characters-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.character-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    linear-gradient(156deg, rgba(30, 114, 193, 0.72), rgba(102, 182, 237, 0.46));
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.character-card::after {
  content: "";
  position: absolute;
  inset: auto -8% 74% 44%;
  height: 120px;
  background: radial-gradient(circle, rgba(225, 245, 255, 0.28), transparent 68%);
  pointer-events: none;
}

.character-card:hover,
.character-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 15px 28px rgba(6, 52, 100, 0.2);
}

.character-top {
  display: flex;
  align-items: center;
  gap: 0.78rem;
  margin-bottom: 0.68rem;
}

.avatar {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-family: "London Presley", "Trebuchet MS", cursive;
  font-size: 1.3rem;
  color: #103762;
  background: linear-gradient(135deg, #dbf1ff, #ffe89f);
  box-shadow:
    inset 0 0 0 1px rgba(14, 58, 121, 0.08),
    0 10px 22px rgba(7, 25, 58, 0.14);
}

.character-card:nth-child(2) .avatar {
  background: linear-gradient(135deg, #ddf8e1, #dff3ff);
}

.character-card:nth-child(3) .avatar {
  background: linear-gradient(135deg, #e0e8ff, #d8f5ff);
}

.character-card:nth-child(4) .avatar {
  background: linear-gradient(135deg, #fff0bf, #ffd9ac);
}

.character-name {
  margin: 0;
  color: var(--white);
  font-size: 1.16rem;
}

.character-role {
  margin-top: 0.12rem;
  color: var(--gold-180);
  font-size: 0.85rem;
  font-weight: 700;
}

.character-card p:last-child {
  position: relative;
  z-index: 1;
  font-size: 0.97rem;
  color: var(--text-bright);
}

.label-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  background:
    linear-gradient(157deg, rgba(34, 124, 207, 0.75), rgba(100, 186, 243, 0.55)),
    radial-gradient(circle at right, rgba(255, 226, 122, 0.12), transparent 20%);
}

.pantry-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 0.88rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(3, 14, 37, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pantry-link:hover,
.pantry-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(3, 14, 37, 0.18);
}

.pantry-logo {
  width: 168px;
  opacity: 0.9;
}

.site-footer {
  margin-top: 2.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(107, 199, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(3, 11, 34, 0.98), rgba(4, 15, 40, 1));
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.7rem 0;
}

.footer-text {
  margin: 0;
  max-width: 760px;
  color: rgba(246, 251, 255, 0.86);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer-links a {
  text-decoration: none;
  color: var(--white);
  font-weight: 700;
  padding: 0.42rem 0.84rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 180ms ease, transform 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.simple-page {
  padding: clamp(2rem, 5vw, 3.2rem) 0 1.9rem;
}

.page-hero {
  margin-bottom: 1.35rem;
}

.page-title {
  font-size: clamp(2.4rem, 7vw, 4rem);
}

.page-intro {
  max-width: 70ch;
  margin-top: 0.65rem;
  color: rgba(246, 251, 255, 0.84);
}

.legal-card {
  padding: clamp(1.05rem, 2.2vw, 1.45rem);
  margin-bottom: 1rem;
}

.legal-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.55rem;
  color: var(--white);
  font-size: 1.18rem;
}

.legal-card address {
  position: relative;
  z-index: 1;
  font-style: normal;
  white-space: pre-line;
}

@media (max-width: 980px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

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

  .label-box {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  :root {
    --section-gap: var(--section-gap-mobile);
  }

  .hero-shell {
    width: 100%;
    max-width: calc(100vw - 32px);
    margin-inline: auto;
    box-sizing: border-box;
    overflow: hidden;
  }

  .hero-copy,
  .hero-stage {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-inline: auto;
  }

  .hero-stage {
    overflow: hidden;
  }

  .hero-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 1.2rem, var(--max-width));
  }

  .nav {
    min-height: 68px;
    align-items: flex-start;
    padding: 0.82rem 0;
  }

  .brand {
    padding-top: 0.18rem;
  }

  .nav-links {
    max-width: 66%;
    gap: 0.3rem;
  }

  .nav-links a {
    padding: 0.42rem 0.72rem;
    font-size: 0.95rem;
  }

  .hero {
    padding-top: 1.7rem;
  }

  .hero-copy {
    text-align: left;
    margin-bottom: var(--section-gap);
  }

  .hero-lead {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  .media-groups {
    align-items: center;
    gap: 0.9rem;
  }

  .media-group-title {
    margin-bottom: 0.5rem;
  }

  .social-group,
  .streaming-group {
    justify-content: center;
  }

  .social-icon-btn {
    min-width: 142px;
  }

  .music-btn {
    width: 200px;
  }

  .pantry-link {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .nav {
    flex-direction: column;
    gap: 0.6rem;
  }

  .nav-links {
    max-width: none;
    width: 100%;
    justify-content: flex-start;
  }

  .hero-shell {
    max-width: calc(100vw - 20px);
  }

  .hero-stage {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .hero-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
  }

  .social-group,
  .streaming-group {
    width: 100%;
  }

  .social-icon-btn {
    min-width: calc(50% - 0.38rem);
    min-height: 44px;
  }

  .music-btn {
    width: 220px;
    min-height: 44px;
  }

  .streaming-group {
    grid-template-columns: 220px;
    justify-content: center;
  }

  .characters-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: clamp(1.62rem, 8vw, 2.2rem);
  }

  .footer-links {
    width: 100%;
  }
}
