:root {
  color: #17131d;
  background: #ffffff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: min(92svh, 920px);
  overflow: hidden;
  color: #ffffff;
  background: #160520;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center 52%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(14, 3, 22, 0.9) 0%, rgba(20, 5, 28, 0.58) 48%, rgba(9, 18, 23, 0.24) 100%),
    linear-gradient(0deg, rgba(12, 3, 18, 0.78) 0%, transparent 52%);
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 28px;
}

.brand img {
  display: block;
  width: 158px;
  height: auto;
  padding: 9px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
}

.studio-link {
  padding: 10px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(110px, 18vh, 190px) 0 130px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #68e6d3;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: 76px;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-intro {
  max-width: 640px;
  margin: 26px 0 0;
  font-size: 21px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions,
.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover,
.text-link:hover,
.studio-link:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(110deg, #5f087f, #b719c5 58%, #e65996);
  box-shadow: 0 18px 42px -20px rgba(225, 69, 199, 0.9);
}

.button-glass {
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(12px);
}

.next-section {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 28px;
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.paths {
  padding: 92px max(24px, calc((100% - 1180px) / 2)) 110px;
  background: #f8f7fa;
}

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

.eyebrow.dark {
  color: #7a168d;
}

.section-heading h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 64px;
  border-top: 1px solid #d9d5dd;
  border-bottom: 1px solid #d9d5dd;
}

.path {
  min-height: 340px;
  padding: 42px 42px 48px 0;
}

.path + .path {
  padding-left: 42px;
  border-left: 1px solid #d9d5dd;
}

.path-number {
  margin: 0 0 58px;
  color: #9a93a0;
  font-size: 12px;
  font-weight: 800;
}

.path h3 {
  margin: 0;
  font-size: 27px;
  letter-spacing: 0;
}

.path > p:not(.path-number) {
  max-width: 480px;
  margin: 14px 0 28px;
  color: #67616b;
  font-size: 16px;
  line-height: 1.65;
}

.store-button {
  display: inline-flex;
  min-width: 154px;
  min-height: 52px;
  flex-direction: column;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 6px;
  color: #ffffff;
  background: #19151d;
  font-size: 14px;
  font-weight: 800;
}

.store-button small {
  margin-top: 1px;
  color: #bdb7c2;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.store-button.is-pending {
  cursor: default;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #74118c;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 32px;
  align-items: center;
  padding: 34px max(24px, calc((100% - 1180px) / 2));
  color: #89828d;
  font-size: 12px;
}

footer img {
  width: 124px;
  height: auto;
}

footer p {
  margin: 0;
}

@media (max-width: 720px) {
  .hero {
    min-height: 88svh;
  }

  .site-header,
  .hero-copy {
    width: calc(100% - 36px);
  }

  .brand img {
    width: 154px;
  }

  .studio-link {
    font-size: 12px;
  }

  .hero-copy {
    padding-top: 118px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-intro {
    max-width: 94%;
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .next-section {
    left: 18px;
    right: auto;
  }

  .paths {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .path-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .path,
  .path + .path {
    min-height: 0;
    padding: 34px 0 42px;
  }

  .path + .path {
    border-top: 1px solid #d9d5dd;
    border-left: 0;
  }

  .path-number {
    margin-bottom: 34px;
  }

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

  .store-button {
    min-width: 0;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

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

  * {
    transition: none !important;
  }
}
