:root {
  color-scheme: dark;
  --bg: #050708;
  --panel: #0b1114;
  --panel-2: #10171a;
  --text: #f3f7f7;
  --muted: #b5c4c4;
  --soft: #7d9190;
  --cyan: #5be6e2;
  --cyan-2: #228e97;
  --red: #ef4347;
  --amber: #e08842;
  --magenta: #c867ff;
  --line: rgba(149, 242, 238, 0.18);
  --max: 1180px;
  --nav-h: 72px;
  --anchor-offset: 104px;
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  letter-spacing: 0;
}

body::selection {
  background: rgba(91, 230, 226, 0.28);
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 36px;
  background: rgba(2, 6, 8, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand-link,
.nav-links,
.hero-actions,
.link-list,
.footer-links {
  display: flex;
  align-items: center;
}

.brand-link {
  gap: 12px;
  text-decoration: none;
  font-weight: 700;
}

.brand-mark {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a,
.footer-links a {
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--cyan);
}

.hero {
  position: relative;
  min-height: calc(86svh - var(--nav-h));
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.50) 40%, rgba(0, 0, 0, 0.14) 76%),
    linear-gradient(0deg, rgba(5, 7, 8, 1) 0%, rgba(5, 7, 8, 0.46) 24%, rgba(5, 7, 8, 0.06) 74%),
    url("assets/l13-launch-hero-triptych-kimi-tarin-vespera.jpg") center / cover no-repeat;
  transform: scale(1.01);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 48px));
  margin-left: max(24px, calc((100vw - var(--max)) / 2));
  padding: 72px 0 58px;
}

.hero-wordmark {
  width: min(360px, 72vw);
  opacity: 0.9;
  margin-bottom: 28px;
}

.eyebrow,
.card-code {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.83rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 16px;
  font-size: 5rem;
  line-height: 0.95;
}

h2 {
  margin-bottom: 18px;
  font-size: 2.45rem;
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.15;
}

p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.62;
}

.hero-copy {
  max-width: 620px;
  color: #eaf4f3;
  font-size: 1.25rem;
}

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

.button,
.link-list a,
.link-placeholder {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--cyan);
  color: #021011;
}

.button-primary:hover {
  background: #a6fffb;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.05);
}

.button-secondary:hover,
.link-list a:hover {
  border-color: var(--cyan);
  background: rgba(91, 230, 226, 0.12);
}

.section-inner {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.quick-links,
.launch-section,
.membership-section,
.summer-section,
.rights-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  scroll-margin-top: var(--anchor-offset);
}

.quick-links {
  background: #070c0f;
  padding: 34px 0;
}

.quick-grid,
.membership-grid,
.rights-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: center;
}

.quick-grid h2 {
  margin-bottom: 0;
  font-size: 2rem;
}

.link-list {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.link-list a {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.link-placeholder {
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  color: var(--soft);
  cursor: default;
}

.link-placeholder small {
  margin-left: 6px;
  color: var(--cyan);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.launch-section {
  padding: 82px 0 88px;
  background:
    linear-gradient(180deg, #050708 0%, #091013 48%, #050708 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.feature-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: var(--panel);
}

.feature-strip img {
  width: 100%;
  height: 100%;
  min-height: 315px;
  object-fit: cover;
}

.feature-copy {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 3px solid var(--cyan-2);
}

.text-link {
  color: var(--text);
  font-weight: 800;
  text-decoration-color: var(--cyan);
  text-underline-offset: 5px;
}

.heroine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.heroine-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: var(--panel);
}

.heroine-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heroine-card div {
  padding: 22px;
}

.heroine-card:nth-child(1) {
  border-top: 3px solid var(--cyan);
}

.heroine-card:nth-child(2) {
  border-top: 3px solid var(--amber);
}

.heroine-card:nth-child(3) {
  border-top: 3px solid var(--magenta);
}

.membership-section {
  padding: 78px 0;
  background:
    linear-gradient(120deg, rgba(91, 230, 226, 0.12), rgba(239, 67, 71, 0.08) 52%, rgba(200, 103, 255, 0.1)),
    #07090b;
}

.membership-copy {
  max-width: 620px;
}

.tier-list {
  display: grid;
  gap: 14px;
}

.tier-row {
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(4, 8, 10, 0.7);
}

.tier-row span {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 800;
}

.tier-row p {
  margin-bottom: 0;
}

.tier-row-highlight {
  border-color: rgba(91, 230, 226, 0.58);
}

.summer-section {
  padding: 62px 0;
  background:
    linear-gradient(90deg, rgba(238, 67, 71, 0.15), rgba(224, 136, 66, 0.12), rgba(91, 230, 226, 0.11)),
    #090b0d;
}

.summer-section .section-inner {
  max-width: 820px;
}

.summer-section p {
  margin-bottom: 0;
  color: #e6efee;
}

.rights-section {
  padding: 64px 0;
  background: #050708;
}

.rights-grid {
  align-items: start;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #020405;
  color: var(--soft);
}

.footer-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-links {
  flex-wrap: wrap;
  gap: 16px;
}

.footer-placeholder {
  color: rgba(125, 145, 144, 0.62);
  cursor: default;
}

@media (max-width: 900px) {
  :root {
    --anchor-offset: 132px;
  }

  .site-header {
    height: auto;
    min-height: var(--nav-h);
    flex-wrap: wrap;
    padding: 16px 22px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 72px 0 46px;
  }

  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2rem;
  }

  .quick-grid,
  .membership-grid,
  .rights-grid,
  .feature-strip {
    grid-template-columns: 1fr;
  }

  .link-list {
    justify-content: flex-start;
  }

  .feature-copy {
    border-left: 0;
    border-top: 3px solid var(--cyan-2);
  }

  .feature-strip img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

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

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0;
  }
}

@media (max-width: 560px) {
  :root {
    --anchor-offset: 124px;
  }

  .site-header {
    padding: 14px 18px;
  }

  .brand-link span {
    font-size: 0.95rem;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.9rem;
  }

  .section-inner,
  .hero-content {
    width: calc(100% - 32px);
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.62) 68%, rgba(0, 0, 0, 0.26) 100%),
      linear-gradient(0deg, rgba(5, 7, 8, 1) 0%, rgba(5, 7, 8, 0.34) 40%, rgba(5, 7, 8, 0.05) 100%),
      url("assets/l13-launch-hero-triptych-kimi-tarin-vespera.jpg") 54% center / cover no-repeat;
  }

  h1 {
    font-size: 2.9rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  p,
  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions,
  .link-list {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .link-list a,
  .link-placeholder {
    width: 100%;
  }

  .launch-section,
  .membership-section {
    padding: 56px 0;
  }

  .feature-copy,
  .heroine-card div {
    padding: 22px 18px;
  }
}
