:root {
  color-scheme: light;
  --ink: #171614;
  --muted: #625b52;
  --paper: #fbfaf7;
  --surface: #ffffff;
  --line: #ded8ce;
  --copper: #bf4f35;
  --copper-dark: #963824;
  --teal: #0f766e;
  --teal-dark: #0b4f4a;
  --gold: #d99d28;
  --shadow: 0 18px 50px rgba(28, 24, 20, 0.16);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration-color: rgba(191, 79, 53, 0.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-color: currentColor;
}

.topbar {
  align-items: center;
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid rgba(222, 216, 206, 0.85);
  display: flex;
  gap: 28px;
  inset: 0 0 auto;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-weight: 760;
  letter-spacing: 0;
  text-decoration: none;
}

.brand img {
  height: 32px;
  width: 32px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 22px;
  font-size: 0.94rem;
  font-weight: 650;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.nav-cta {
  background: var(--ink);
  border-radius: 8px;
  color: white !important;
  padding: 10px 14px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(18, 16, 14, 0.86), rgba(18, 16, 14, 0.45) 46%, rgba(18, 16, 14, 0.24)),
    url("frame-astral-cosmic.png") center / cover;
  color: white;
  display: grid;
  min-height: 82svh;
  overflow: hidden;
  place-items: center;
  position: relative;
}

.hero-inner {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: 70px 24px 58px;
  width: 100%;
}

.hero-copy {
  align-self: center;
  max-width: 650px;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(4.2rem, 12vw, 8.6rem);
  letter-spacing: 0;
  line-height: 0.88;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.22rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 10px;
}

.lede {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.36rem);
  max-width: 650px;
}

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

.button,
button.button {
  align-items: center;
  appearance: none;
  background: var(--copper);
  border: 1px solid transparent;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 760;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  text-decoration: none;
}

.button:hover,
button.button:hover {
  background: var(--copper-dark);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: white;
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.button.ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.button.ghost:hover {
  background: #f2eee7;
}

.product-panel {
  align-self: end;
  background: rgba(251, 250, 247, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  overflow: hidden;
}

.window-bar {
  align-items: center;
  background: #ebe5dc;
  border-bottom: 1px solid #d7d0c5;
  display: flex;
  gap: 7px;
  height: 36px;
  padding: 0 14px;
}

.dot {
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}

.dot.red {
  background: #ee5d4f;
}

.dot.yellow {
  background: #e6b342;
}

.dot.green {
  background: #59b778;
}

.preview {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.preview-stage {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.84), rgba(23, 22, 20, 0.2)),
    url("frame-astral-cosmic.png") center / cover;
  border-radius: 8px;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.annotation {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 22, 20, 0.14);
  border-radius: 8px;
  bottom: 22px;
  box-shadow: 0 12px 34px rgba(23, 22, 20, 0.22);
  left: 22px;
  max-width: 78%;
  padding: 14px;
  position: absolute;
}

.annotation strong {
  display: block;
  font-size: 0.82rem;
  margin-bottom: 5px;
}

.annotation span {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
}

.preview-footer {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.pill {
  background: #ece7df;
  border: 1px solid #ddd5c9;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
  padding: 6px 10px;
}

.section {
  padding: 84px 24px;
}

.section.alt {
  background: #f2eee7;
}

.wrap {
  margin: 0 auto;
  max-width: var(--max);
}

.section-head {
  max-width: 720px;
}

.section-head p,
.copy p,
.legal p,
.legal li {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

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

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.card p:last-child,
.copy p:last-child,
.legal p:last-child {
  margin-bottom: 0;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
}

.price-card .button {
  margin-top: auto;
  width: 100%;
}

.price-kicker {
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.price-name {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.price-cadence {
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 20px;
}

.feature-list {
  color: var(--muted);
  margin: 0 0 24px;
  padding-left: 20px;
}

.feature-list li + li {
  margin-top: 8px;
}

.banner {
  background: var(--teal-dark);
  color: white;
  padding: 46px 24px;
}

.banner .wrap {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.banner p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.page-hero {
  background: #f2eee7;
  border-bottom: 1px solid var(--line);
  padding: 70px 24px 62px;
}

.page-hero .wrap {
  max-width: 900px;
}

.page-hero h1 {
  font-size: clamp(3rem, 8vw, 5.6rem);
  line-height: 0.95;
  margin-bottom: 16px;
}

.page-hero p {
  color: var(--muted);
  font-size: 1.16rem;
  max-width: 760px;
}

.download-box {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.checksum {
  background: #f2eee7;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.86rem;
  overflow-wrap: anywhere;
  padding: 12px;
}

.note {
  color: var(--muted);
  font-size: 0.92rem;
}

.status-line {
  color: var(--muted);
  font-size: 0.9rem;
  min-height: 1.4em;
}

.status-line.is-error {
  color: var(--copper-dark);
}

.footer {
  background: var(--ink);
  color: white;
  padding: 44px 24px;
}

.footer .wrap {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.footer a,
.footer p {
  color: rgba(255, 255, 255, 0.74);
}

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

.legal {
  max-width: 850px;
}

.legal h2 {
  font-size: 1.55rem;
  margin-top: 38px;
}

@media (max-width: 860px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 16px 20px;
    position: static;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .product-panel {
    align-self: auto;
  }

  .grid.three,
  .grid.two,
  .download-box,
  .banner .wrap,
  .footer .wrap {
    grid-template-columns: 1fr;
  }

  .banner .wrap {
    align-items: start;
  }
}

@media (max-width: 520px) {
  .section,
  .page-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .actions {
    flex-direction: column;
  }

  .button,
  button.button {
    width: 100%;
  }
}

