:root {
  color-scheme: dark;
  --ink: #fff4ef;
  --muted: #e0b9ae;
  --dim: #94645d;
  --panel: rgba(91, 18, 14, 0.64);
  --panel-strong: #2a0706;
  --line: rgba(255, 72, 54, 0.26);
  --blood: #57110c;
  --wine: #360806;
  --red: #ff1717;
  --red-soft: #ff4b3d;
  --teal: #1da79c;
  --teal-deep: #063e3b;
  --paper: #c9b09d;
  --charcoal: #000;
  --shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: #120302;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px);
  background-size: 88px 88px, 88px 88px, 4px 4px;
  mix-blend-mode: screen;
  opacity: 0.42;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(18, 3, 2, 0.78);
  border-bottom: 1px solid rgba(255, 72, 54, 0.18);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.download-actions {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
  gap: 0.7rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 23, 23, 0.7);
  border-radius: 2px;
  color: var(--red);
  background: rgba(0, 0, 0, 0.38);
  font-family: "Arial Black", Impact, sans-serif;
}

.nav-links {
  gap: 1.4rem;
  color: #c78c80;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--ink);
}

.header-cta {
  justify-self: end;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 23, 23, 0.52);
  border-radius: 2px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 950;
  background: rgba(255, 23, 23, 0.08);
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: auto;
  overflow: hidden;
  isolation: isolate;
  padding: 6.75rem clamp(1rem, 4vw, 3.5rem) 2.4rem;
  background: #120302;
}

.hero-aura,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-aura {
  z-index: -2;
  background:
    linear-gradient(180deg, #5a1510 0%, #190302 54%, #090000 100%);
}

.hero-overlay {
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), #120302 94%);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  align-content: start;
  gap: 1.18rem;
  width: min(820px, 100%);
  min-height: auto;
  margin: 0 auto;
}

.hero-copy {
  max-width: 800px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--red-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #070000;
}

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

h1 {
  margin-bottom: 0.95rem;
  max-width: 800px;
  font-family: "Arial Black", Impact, "Helvetica Neue Condensed Black", "Helvetica Neue", sans-serif;
  font-size: clamp(3.4rem, 8.2vw, 8rem);
  line-height: 0.78;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff4ef;
}

.poster-title {
  position: relative;
}

.poster-title span {
  display: block;
}

.poster-title em {
  display: block;
  margin-top: -0.24em;
  color: var(--red);
  font-family: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(3.4rem, 7.8vw, 8.4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 0.72;
  text-transform: none;
  text-shadow:
    0 0 18px rgba(255, 23, 23, 0.72),
    0 0 42px rgba(255, 23, 23, 0.34);
}

h2 {
  margin-bottom: 1rem;
  font-family: "Arial Black", Impact, "Helvetica Neue Condensed Black", "Helvetica Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 0.88;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.25;
}

.hero-lede,
.section-heading p,
.about-copy p,
.faq p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

.hero-lede {
  max-width: 600px;
  margin: 0 auto 0.15rem;
  color: #f1c6ba;
  text-align: center;
  line-height: 1.45;
}

.download-actions {
  flex-wrap: wrap;
  gap: 0.8rem;
}

.video-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.05rem;
}

.video-cta .button {
  width: min(100%, 22rem);
}

.creator-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.05rem;
}

.avatar-stack {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
}

.avatar {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  margin-left: -0.75rem;
  border: 2px solid #120302;
  border-radius: 50%;
  background: #40100d;
  object-fit: cover;
  object-position: center;
}

.avatar-one {
  object-position: 42% 38%;
}

.avatar-two {
  object-position: 56% 34%;
}

.avatar-three {
  object-position: 58% 32%;
}

.avatar-four {
  object-position: 48% 34%;
}

.creator-proof p {
  margin: 0;
  color: #fff4ef;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.button,
.store-button {
  min-height: 3.15rem;
  border-radius: 2px;
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.25rem;
  border: 1px solid transparent;
}

.button.primary {
  color: #170100;
  background: var(--red);
  box-shadow:
    0 14px 36px rgba(255, 23, 23, 0.3),
    0 0 26px rgba(255, 23, 23, 0.46);
  text-transform: uppercase;
}

.button.secondary {
  border-color: rgba(29, 167, 156, 0.52);
  background: rgba(2, 43, 40, 0.42);
  color: #dbfffb;
  text-transform: uppercase;
}

.button:hover,
.store-button:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.video-panel {
  align-self: center;
  width: min(100%, 640px);
  margin-top: 0.05rem;
}

.video-frame {
  display: grid;
  place-items: center;
  min-height: 0;
  aspect-ratio: 16 / 9;
  padding: 2rem;
  border: 1px solid rgba(255, 72, 54, 0.34);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.76)),
    linear-gradient(135deg, rgba(89, 18, 13, 0.92), rgba(30, 4, 3, 0.78) 58%, rgba(6, 62, 59, 0.7));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  text-align: center;
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
}

.video-frame::before {
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 11px);
  background-size: 5px 5px, auto;
  opacity: 0.46;
  pointer-events: none;
}

.play-button {
  width: 4.4rem;
  height: 4.4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--red);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: scale(0.72);
}

.video-frame p {
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
  font-weight: 900;
}

.video-frame span {
  color: var(--muted);
  font-size: 0.9rem;
}

.quick-path,
.steps,
.section-grid,
.about-band,
.faq,
.final-cta {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.quick-path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: 4.2rem 0 2rem;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.quick-path h2 {
  max-width: 760px;
}

.store-button {
  display: grid;
  min-width: 11.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 72, 54, 0.34);
  background: linear-gradient(135deg, #fff1df, #d7b39f);
  color: #120719;
}

.store-button span {
  font-size: 0.72rem;
  color: #73443c;
}

.store-button strong {
  font-size: 1.02rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 3.2rem 0;
}

.steps article,
.channel-list article,
.about-points,
.faq details {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 23, 23, 0.12), rgba(73, 13, 10, 0.42) 48%, rgba(29, 167, 156, 0.08)),
    rgba(26, 3, 3, 0.78);
}

.steps article {
  min-height: 15rem;
  padding: 1.4rem;
  border-radius: 2px;
}

.step-number {
  display: block;
  margin-bottom: 3.2rem;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
}

.steps p,
.channel-list p,
.about-points span {
  color: var(--muted);
  line-height: 1.62;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  padding: 4rem 0;
  position: relative;
}

.section-grid::before {
  left: -6rem;
  top: 26%;
  width: min(36rem, 62vw);
  height: 5rem;
  background: linear-gradient(90deg, transparent, rgba(29, 167, 156, 0.28), rgba(255, 23, 23, 0.16), transparent);
  transform: rotate(10deg);
}

.section-heading {
  max-width: 520px;
}

.section-heading.compact {
  max-width: none;
}

.channel-list {
  display: grid;
  gap: 0.8rem;
}

.channel-list article {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  min-height: 7.8rem;
  padding: 1.1rem;
  border-radius: 2px;
}

.channel-icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-weight: 950;
}

.channel-list article:nth-child(2) .channel-icon {
  background: var(--teal);
  color: #001614;
}

.channel-list article:nth-child(3) .channel-icon {
  background: #fff1df;
  color: #2a0706;
}

.about-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: 2rem;
  align-items: center;
  padding: 4rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 23, 23, 0.08), transparent 26%, transparent 72%, rgba(29, 167, 156, 0.08));
}

.about-points {
  padding: 1.35rem;
  border-radius: 2px;
}

.about-points p {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.about-points p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.about-points strong {
  color: var(--ink);
}

.faq {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: 2rem;
  padding: 4rem 0;
}

.faq details {
  margin-bottom: 0.75rem;
  padding: 1rem 1.1rem;
  border-radius: 8px;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
  color: #fff1df;
}

.faq p {
  margin: 0.75rem 0 0;
}

.final-cta {
  display: grid;
  justify-items: center;
  padding: 5rem 0 6rem;
  text-align: center;
  position: relative;
}

.final-cta::before {
  top: 10%;
  width: min(44rem, 80vw);
  height: 16rem;
  background:
    linear-gradient(90deg, transparent, rgba(29, 167, 156, 0.18), rgba(255, 23, 23, 0.22), transparent),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

.final-cta h2 {
  max-width: 820px;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-inner,
  .quick-path,
  .section-grid,
  .about-band,
  .faq {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    align-items: center;
  }

  .video-panel {
    width: min(100%, 34rem);
  }

  .quick-path {
    align-items: start;
  }

  .download-actions {
    justify-content: flex-start;
  }

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

  .steps article {
    min-height: 0;
  }

  .step-number {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 0.78rem 1rem;
  }

  .brand {
    font-size: 0.8rem;
  }

  .brand span:last-child {
    max-width: 11.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    padding: 0.65rem 0.78rem;
    font-size: 0.76rem;
  }

  .hero {
    min-height: auto;
    padding: 5.55rem 1rem 2rem;
  }

  .hero-inner {
    min-height: auto;
    gap: 0.95rem;
  }

  h1 {
    font-size: clamp(2.45rem, 15vw, 3.95rem);
    line-height: 0.82;
    margin-bottom: 0.78rem;
  }

  .poster-title em {
    font-size: clamp(2.9rem, 16vw, 4.3rem);
    margin-top: -0.18em;
  }

  .hero-lede {
    max-width: 21rem;
    font-size: 0.94rem;
    line-height: 1.38;
  }

  .download-actions,
  .store-button {
    width: 100%;
  }

  .video-frame {
    padding: 1.2rem;
  }

  .video-frame p {
    font-size: 1rem;
  }

  .video-frame span {
    max-width: 15rem;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .video-cta {
    margin-top: 0.88rem;
  }

  .creator-proof {
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.9rem;
  }

  .creator-proof p {
    font-size: 0.78rem;
  }

  .button {
    min-height: 2.85rem;
    padding: 0.82rem 1rem;
  }
}
