:root {
  color-scheme: dark;
  --bg: #070912;
  --text: #f3f4f2;
  --muted: rgba(243, 244, 242, 0.68);
  --faint: rgba(243, 244, 242, 0.43);
  --line: rgba(243, 244, 242, 0.15);
  --ice: #a9c7d8;
  --display: "Syne", "Helvetica Neue", Arial, sans-serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --hand: "Illusion Script", Georgia, "Times New Roman", serif;
}

@font-face {
  font-display: swap;
  font-family: "Illusion Script";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/IllusionScript-Regular.otf") format("opentype");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.013) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.011) 1px, transparent 1px),
    var(--bg);
  background-size: 58px 58px;
  color: var(--text);
  font-family: var(--sans);
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

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

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

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

.site-header,
footer,
.hero,
.core-features,
.interface-section,
.highlights,
.purchase {
  width: min(calc(100% - 56px), 1240px);
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
}

.site-header p,
footer p {
  margin: 0;
  color: var(--faint);
  font-size: 0.63rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lab-link {
  font-family: var(--hand);
  font-size: 1.75rem;
  line-height: 1;
  transition: color 180ms ease;
}

.lab-link:hover,
.lab-link:focus-visible,
footer a:hover,
footer a:focus-visible {
  color: var(--ice);
  outline: none;
}

.eyebrow {
  margin-bottom: 15px;
  color: var(--ice);
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 46px;
  padding: clamp(68px, 8vw, 104px) 0 clamp(76px, 9vw, 112px);
  isolation: isolate;
}

.hero-aura {
  position: absolute;
  top: -8%;
  right: 5%;
  z-index: -1;
  width: min(54vw, 650px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 57, 119, 0.3), rgba(48, 29, 65, 0.08) 49%, transparent 72%);
  filter: blur(7px);
}

h1,
h2,
h3,
.purchase-name {
  font-family: var(--display);
}

h1 {
  margin-bottom: 0;
  font-size: clamp(4.9rem, 9.8vw, 9.2rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.82;
  white-space: nowrap;
}

.hero-summary {
  align-self: end;
}

.app-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.tagline {
  margin-bottom: 11px;
  font-size: clamp(1.08rem, 1.8vw, 1.38rem);
  font-weight: 500;
  line-height: 1.4;
}

.intro {
  max-width: 390px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.product-frame {
  grid-column: 1 / -1;
  margin: clamp(36px, 5vw, 60px) 0 0;
  padding: clamp(8px, 1vw, 13px);
  border: 1px solid rgba(169, 199, 216, 0.2);
  background:
    linear-gradient(140deg, rgba(91, 57, 119, 0.18), transparent 40%),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.35);
}

.product-frame img {
  width: 100%;
  height: auto;
}

.hero-footnote {
  grid-column: 1 / -1;
  margin: 13px 0 0;
  color: var(--faint);
  font-size: 0.6rem;
  letter-spacing: 0.11em;
  text-align: right;
  text-transform: uppercase;
}

.core-features,
.interface-section,
.highlights,
.purchase {
  padding: clamp(70px, 8vw, 104px) 0;
  border-top: 1px solid var(--line);
}

.core-features {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(54px, 8vw, 108px);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.feature-list {
  border-top: 1px solid var(--line);
}

.feature-list article {
  display: grid;
  grid-template-columns: 42px minmax(150px, 0.8fr) minmax(210px, 1.2fr);
  gap: 20px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.feature-number {
  margin: 0;
  color: var(--faint);
  font-size: 0.61rem;
  letter-spacing: 0.12em;
}

.feature-list h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.feature-list article > p:last-child,
.interface-copy > p,
.highlights li p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.62;
}

.interface-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(50px, 7vw, 94px);
  align-items: center;
}

.strip-frame {
  margin: 0;
  padding: 20px 13px;
  border: 1px solid rgba(169, 199, 216, 0.16);
  background:
    radial-gradient(circle at 72% 50%, rgba(89, 55, 115, 0.25), transparent 48%),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);
}

.strip-frame img {
  width: 100%;
  height: auto;
}

.interface-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.9rem, 4.8vw, 4.9rem);
}

.interface-copy > p {
  max-width: 390px;
}

.interface-copy > p + p {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.highlights {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: clamp(54px, 8vw, 108px);
}

.highlights-heading h2 {
  font-size: clamp(2.9rem, 4.8vw, 4.8rem);
}

.highlights ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.highlights li {
  min-height: 108px;
  padding: 18px 22px 18px 0;
  border-bottom: 1px solid var(--line);
}

.highlights li:nth-child(even) {
  padding-right: 0;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.highlights li span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 0.89rem;
  font-weight: 600;
}

.purchase {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(54px, 8vw, 108px);
  align-items: center;
}

.purchase-heading h2 {
  max-width: 680px;
  font-size: clamp(3rem, 5.7vw, 5.8rem);
}

.purchase-details {
  margin: 22px 0 0;
  margin-bottom: 0;
  color: var(--faint);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.purchase-action {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.price {
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 2.7vw, 2.4rem);
  font-weight: 300;
  letter-spacing: -0.035em;
}

.price span {
  color: var(--faint);
  font-size: 0.58rem;
  letter-spacing: 0.11em;
}

.purchase-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.purchase-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 22px;
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.purchase-button-primary {
  border: 1px solid rgba(243, 244, 242, 0.88);
  background: rgba(243, 244, 242, 0.95);
  color: var(--bg);
}

.purchase-button-primary:hover,
.purchase-button-primary:focus-visible {
  border-color: var(--ice);
  background: var(--ice);
  outline: none;
}

.purchase-button-secondary {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--faint);
}

.purchase-button-secondary:disabled {
  cursor: not-allowed;
}

.button-status {
  color: rgba(243, 244, 242, 0.3);
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.purchase-note {
  margin: 14px 0 0;
  color: var(--faint);
  font-size: 0.64rem;
  line-height: 1.55;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 0.68rem;
}

footer p {
  text-align: center;
}

footer > a:last-child {
  justify-self: end;
  transition: color 180ms ease;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 34px 0;
  }

  .hero-heading,
  .hero-summary {
    grid-column: 1;
  }

  .hero-summary {
    max-width: 520px;
  }

  .core-features,
  .interface-section,
  .highlights,
  .purchase {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .strip-frame {
    grid-row: 1;
  }
}

@media (max-width: 620px) {
  .site-header,
  footer,
  .hero,
  .core-features,
  .interface-section,
  .highlights,
  .purchase {
    width: calc(100% - 36px);
  }

  .site-header {
    min-height: 66px;
  }

  .hero {
    padding: 62px 0 74px;
  }

  h1 {
    font-size: clamp(3.75rem, 18vw, 5rem);
    white-space: normal;
  }

  .hero-summary {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0 17px;
    align-items: center;
  }

  .app-icon {
    grid-row: 1 / 3;
    width: 52px;
    height: 52px;
    margin: 0;
  }

  .tagline {
    margin-bottom: 5px;
    font-size: 0.98rem;
  }

  .intro {
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .product-frame {
    width: calc(100% + 18px);
    margin-top: 16px;
    padding: 5px;
  }

  .hero-footnote {
    font-size: 0.52rem;
    line-height: 1.6;
  }

  .core-features,
  .interface-section,
  .highlights,
  .purchase {
    padding: 70px 0;
  }

  h2,
  .interface-copy h2,
  .highlights-heading h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .feature-list article {
    grid-template-columns: 34px 1fr;
    gap: 8px 14px;
  }

  .feature-list article > p:last-child {
    grid-column: 2;
  }

  .strip-frame {
    width: calc(100% + 18px);
    padding: 18px 8px;
    overflow: hidden;
  }

  .strip-frame img {
    width: 205%;
    max-width: none;
    transform: translateX(-1%);
  }

  .highlights ul {
    grid-template-columns: 1fr;
  }

  .highlights li,
  .highlights li:nth-child(even) {
    min-height: 0;
    padding: 16px 0;
    border-left: 0;
  }

  .purchase-buttons {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  footer p {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
