:root {
  color: #f7f3ec;
  background: #10131d;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 73% 10%, rgb(47 117 176 / 27%), transparent 30rem),
    radial-gradient(circle at 15% 34%, rgb(183 88 133 / 16%), transparent 28rem),
    linear-gradient(145deg, #16111c 0%, #10131d 48%, #0b1a26 100%);
  color: #f7f3ec;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background-image: linear-gradient(rgb(255 255 255 / 2.5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 2.5%) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

a { color: inherit; }

.page-glow {
  position: absolute;
  z-index: -1;
  top: 18rem;
  right: -12rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: #55b9dc26;
  filter: blur(80px);
}

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.brand {
  font-size: 1.18rem;
  font-weight: 760;
  letter-spacing: -.02em;
  text-decoration: none;
}

.brand img,
.footer-brand img {
  display: block;
  border-radius: 11px;
  box-shadow: 0 10px 28px rgb(0 0 0 / 24%);
}

.site-header nav,
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.site-header nav a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #d7d8dc;
  font-size: .9rem;
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: white;
  background: rgb(255 255 255 / 8%);
}

.hero {
  display: grid;
  min-height: calc(100vh - 100px);
  grid-template-columns: minmax(0, .94fr) minmax(360px, .76fr);
  align-items: center;
  gap: clamp(38px, 7vw, 92px);
  padding: 54px 0 96px;
}

.hero-copy { max-width: 680px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #d8d9dc;
  font-size: .86rem;
  font-weight: 680;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f1ae69;
  box-shadow: 0 0 0 5px rgb(241 174 105 / 12%);
}

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

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 7.3vw, 6.8rem);
  font-weight: 780;
  letter-spacing: -.075em;
  line-height: .98;
}

.hero-intro {
  max-width: 640px;
  margin-bottom: 30px;
  color: #c7c9cf;
  font-size: clamp(1rem, 1.65vw, 1.18rem);
  line-height: 1.78;
}

.release-card {
  display: grid;
  max-width: 620px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 18px;
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 20px;
  background: rgb(255 255 255 / 6.5%);
  box-shadow: 0 22px 70px rgb(0 0 0 / 22%);
  backdrop-filter: blur(22px);
}

.release-meta { display: grid; gap: 5px; }
.release-meta strong { font-size: 1rem; }
.release-meta span { color: #aeb1b9; font-size: .84rem; }

.download-button {
  min-height: 46px;
  align-self: center;
  padding: 0 18px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 13px;
  color: #f6f0e9;
  background: linear-gradient(135deg, #8b6176, #5b596b);
  cursor: not-allowed;
  font: inherit;
  font-size: .9rem;
  font-weight: 680;
  opacity: .78;
}

.release-card > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #aeb1b9;
  font-size: .82rem;
  line-height: 1.65;
}

.character-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.character-list span {
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 999px;
  color: #c9cbd1;
  background: rgb(9 11 17 / 28%);
  font-size: .78rem;
}

.hero-art {
  position: relative;
  margin: 0;
}

.hero-art::before {
  position: absolute;
  z-index: -1;
  inset: 8% -7% -5% 12%;
  border-radius: 36%;
  background: linear-gradient(145deg, #5c83cb55, #d0799c2e);
  content: "";
  filter: blur(55px);
}

.hero-art img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: clamp(24px, 4vw, 42px);
  box-shadow: 0 40px 110px rgb(0 0 0 / 46%);
}

.hero-art figcaption {
  margin-top: 13px;
  color: #969aa5;
  font-size: .78rem;
  text-align: center;
}

.about {
  padding: 108px 0 116px;
  border-top: 1px solid rgb(255 255 255 / 8%);
}

.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p,
.notes-kicker {
  margin-bottom: 10px;
  color: #e5a765;
  font-size: .82rem;
  font-weight: 720;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-heading h2,
.release-notes h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  letter-spacing: -.055em;
  line-height: 1.04;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 22px;
  background: linear-gradient(145deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 3%));
}

.feature-grid article > span {
  display: inline-block;
  margin-bottom: 58px;
  color: #7fb9d6;
  font: 700 .78rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.feature-grid h3 { margin-bottom: 12px; font-size: 1.25rem; }
.feature-grid p { margin-bottom: 0; color: #aeb1b9; font-size: .98rem; line-height: 1.7; }

.release-notes {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 8vw, 110px);
  margin-bottom: 110px;
  padding: clamp(30px, 5vw, 62px);
  border-radius: 30px;
  color: #25232a;
  background: #f4eee5;
  box-shadow: 0 30px 90px rgb(0 0 0 / 25%);
}

.release-notes h2 { color: #25232a; font-size: clamp(2.2rem, 4.3vw, 3.8rem); }
.release-notes ul { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.release-notes li { position: relative; padding-left: 25px; color: #5d5861; font-size: 1rem; line-height: 1.7; }
.release-notes li::before { position: absolute; top: .65em; left: 0; width: 8px; height: 8px; border-radius: 2px; background: #b95b87; content: ""; transform: rotate(45deg); }

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 32px 0 48px;
  border-top: 1px solid rgb(255 255 255 / 8%);
  color: #999da7;
  font-size: .8rem;
}

.footer-brand div { display: grid; gap: 2px; }
.footer-brand strong { color: #f3efe8; font-size: .9rem; }
.footer-brand span { color: #8f929c; font-size: .72rem; }
footer nav a { padding: 7px 8px; border-radius: 8px; text-decoration: none; }
footer nav a:hover,
footer nav a:focus-visible { color: #f3efe8; background: rgb(255 255 255 / 6%); }
footer > p { margin: 0; white-space: nowrap; }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: none; }
  .hero-art { width: min(680px, 100%); justify-self: center; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 0; }
  .feature-grid article > span { margin-bottom: 34px; }
  .release-notes { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header,
  main,
  footer { width: min(100% - 30px, 1180px); }
  .site-header { align-items: flex-start; }
  .site-header nav a { padding: 8px; }
  .site-header nav a:first-child { display: none; }
  .hero { gap: 48px; padding: 48px 0 78px; }
  h1 { font-size: clamp(3rem, 14.6vw, 4.8rem); }
  .release-card { grid-template-columns: 1fr; }
  .download-button { width: 100%; }
  .about { padding: 78px 0; }
  .release-notes { margin-bottom: 76px; border-radius: 24px; }
  footer nav { gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
