:root {
  color-scheme: dark;
  --ink: #fff8ee;
  --muted: #c9b8b5;
  --wine: #2b0710;
  --wine-soft: #4b1118;
  --felt: #073b2a;
  --orange: #ff8a26;
  --gold: #f5bc29;
  --red: #ff4251;
  --line: rgba(255, 255, 255, 0.12);
  --page: min(1180px, calc(100vw - 40px));
  font-family: Inter, ui-rounded, "SF Pro Rounded", "SF Pro Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 2%, rgba(153, 35, 31, 0.4), transparent 28rem),
    radial-gradient(circle at 8% 34%, rgba(255, 108, 28, 0.08), transparent 26rem),
    #130307;
  line-height: 1.6;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.site-header {
  width: var(--page);
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.brand img {
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.84rem;
  color: var(--muted);
}

nav a,
.footer-links a,
.compact-footer a {
  transition: color 160ms ease;
}

nav a:hover,
.footer-links a:hover,
.compact-footer a:hover {
  color: var(--orange);
}

.hero {
  width: var(--page);
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 36px;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4.5rem, 9vw, 8rem);
  line-height: 0.82;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.hero h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-lede {
  max-width: 540px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 850;
}

.button.primary {
  color: #1b0904;
  background: linear-gradient(135deg, #ffad31, #ff7125);
  box-shadow: 0 12px 38px rgba(255, 113, 37, 0.26);
}

.availability {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-visual {
  height: 680px;
  position: relative;
  display: grid;
  place-items: center;
}

.hero-visual::after {
  content: "";
  width: min(34rem, 78vw);
  aspect-ratio: 1;
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 188, 41, 0.17), transparent 66%);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(245, 188, 41, 0.26);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.orbit-one {
  width: 610px;
  height: 410px;
}

.orbit-two {
  width: 490px;
  height: 670px;
}

.hero-phone {
  width: min(330px, 70vw);
  position: relative;
  z-index: 4;
  border-radius: 28px;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.6);
  transform: rotate(3deg);
}

.hero-card {
  width: 94px;
  height: 128px;
  position: absolute;
  z-index: 7;
  display: grid;
  place-items: center;
  color: #17100e;
  background: #fff9ee;
  border-radius: 14px;
  font-size: 3.2rem;
  font-weight: 950;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.42);
}

.card-a {
  left: 2%;
  top: 26%;
  transform: rotate(-18deg);
}

.card-wild {
  right: 4%;
  bottom: 20%;
  color: #c94fdf;
  transform: rotate(14deg);
}

.punch-chip {
  position: absolute;
  z-index: 8;
  top: 15%;
  right: 2%;
  color: #16100c;
  background: var(--gold);
  padding: 8px 16px;
  border: 4px solid #16100c;
  transform: rotate(7deg);
  font-size: 1.8rem;
  font-weight: 1000;
  letter-spacing: -0.08em;
  box-shadow: 7px 8px 0 #16100c;
}

.proof-strip {
  min-height: 80px;
  padding: 18px max(20px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #f0d9c7;
  background: var(--wine-soft);
  border-block: 1px solid rgba(255, 138, 38, 0.18);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-intro {
  width: min(790px, calc(100vw - 40px));
  margin: 150px auto 70px;
  text-align: center;
}

.feature-intro h2,
.section-heading h2,
.impact-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.feature-intro > p:last-child,
.impact-copy > p:last-child,
.final-cta > p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-grid {
  width: var(--page);
  margin: 0 auto 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
}

.feature-card.memory {
  background: radial-gradient(circle at 90% 10%, rgba(245, 188, 41, 0.18), transparent 50%), #082e22;
}

.feature-card.choice {
  background: radial-gradient(circle at 90% 10%, rgba(255, 66, 81, 0.19), transparent 50%), #351015;
}

.feature-card.local {
  background: radial-gradient(circle at 90% 10%, rgba(255, 138, 38, 0.16), transparent 50%), #25120d;
}

.feature-number {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.feature-card h3 {
  margin: 0;
  font-size: 1.65rem;
  letter-spacing: -0.035em;
}

.feature-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.play-section {
  padding: 130px 0 150px;
  background:
    linear-gradient(rgba(4, 36, 25, 0.94), rgba(4, 36, 25, 0.94)),
    radial-gradient(circle, #0d6044, transparent);
  border-block: 1px solid rgba(245, 188, 41, 0.2);
  overflow: hidden;
}

.section-heading {
  width: var(--page);
  margin: 0 auto 66px;
}

.phone-gallery {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.phone-gallery figure {
  margin: 0;
}

.phone-gallery img {
  width: 100%;
  display: block;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.phone-gallery figure:nth-child(2) {
  transform: translateY(38px);
}

.phone-gallery figcaption {
  margin-top: 18px;
  color: #bcd8cb;
  font-size: 0.9rem;
}

.phone-gallery strong {
  color: var(--ink);
}

.impact-section {
  width: var(--page);
  margin: 150px auto;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
  align-items: center;
}

.impact-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.impact-images img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.impact-images img:last-child {
  transform: translateY(36px);
}

.final-cta {
  width: var(--page);
  margin: 0 auto 90px;
  padding: 100px 30px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 133, 32, 0.22), transparent 55%),
    #24070d;
  border: 1px solid var(--line);
  border-radius: 38px;
}

.final-cta img {
  margin-bottom: 24px;
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.4);
}

footer {
  width: var(--page);
  min-height: 220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 20px 50px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
}

.footer-brand {
  color: var(--ink);
}

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

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
}

.legal-page {
  min-height: 100vh;
}

.document-shell {
  width: min(850px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 100px 0 120px;
}

.document-title {
  margin-bottom: 62px;
}

.document-title h1 {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.document-title > p:last-child {
  margin-top: 22px;
  color: var(--muted);
}

.contact-card {
  margin-bottom: 28px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background: #083626;
  border: 1px solid rgba(245, 188, 41, 0.22);
  border-radius: 26px;
}

.contact-card h2 {
  margin: 0;
  font-size: 2rem;
}

.contact-card p:not(.eyebrow) {
  max-width: 580px;
  margin-bottom: 0;
  color: #bdd2c9;
}

.status-dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  display: inline-block;
  background: #5bea87;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(91, 234, 135, 0.12);
}

.faq-list,
.policy {
  display: grid;
  gap: 14px;
}

.faq-list details,
.policy section {
  padding: 25px 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 800;
}

.faq-list p,
.policy p {
  color: var(--muted);
}

.faq-list a,
.policy a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy section {
  padding: 30px 34px;
}

.policy h2 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.policy p:last-child {
  margin-bottom: 0;
}

.compact-footer {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.compact-footer span {
  margin-right: auto;
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
    padding: 90px 0 70px;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    height: 630px;
  }

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

  .feature-card {
    min-height: 240px;
  }

  .phone-gallery {
    width: min(1000px, calc(100vw - 40px));
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    scroll-snap-type: x mandatory;
    padding-bottom: 25px;
  }

  .phone-gallery figure {
    scroll-snap-align: start;
  }

  .impact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --page: calc(100vw - 28px);
  }

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

  .site-header nav {
    gap: 14px;
  }

  .site-header nav a:not(:last-child) {
    display: none;
  }

  .hero {
    padding-top: 64px;
  }

  .hero h1 {
    font-size: clamp(4.3rem, 23vw, 6rem);
  }

  .hero-visual {
    height: 570px;
  }

  .hero-phone {
    width: 270px;
  }

  .orbit-one {
    width: 430px;
    height: 310px;
  }

  .orbit-two {
    width: 350px;
    height: 510px;
  }

  .hero-card {
    width: 68px;
    height: 94px;
    font-size: 2.2rem;
  }

  .punch-chip {
    right: 4%;
    font-size: 1.35rem;
  }

  .proof-strip {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .feature-intro,
  .feature-grid,
  .impact-section {
    margin-block: 95px;
  }

  .play-section {
    padding-block: 95px 115px;
  }

  .phone-gallery figure:nth-child(2) {
    transform: none;
  }

  .impact-images {
    gap: 10px;
  }

  .final-cta {
    padding: 70px 20px;
  }

  footer {
    padding-block: 45px;
    grid-template-columns: 1fr;
  }

  .copyright {
    grid-column: auto;
  }

  .document-shell {
    padding-top: 68px;
  }

  .contact-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .compact-footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .compact-footer span {
    width: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-phone {
    animation: hover 5s ease-in-out infinite;
  }

  @keyframes hover {
    0%,
    100% {
      transform: rotate(3deg) translateY(0);
    }
    50% {
      transform: rotate(2deg) translateY(-12px);
    }
  }
}
