:root {
  color-scheme: dark;
  --ink: #071014;
  --ink-soft: #0d1b1e;
  --panel: #102126;
  --panel-high: #172b30;
  --line: #294247;
  --white: #f8fbfa;
  --muted: #a7b7ba;
  --mint: #24dcc0;
  --mint-deep: #087d70;
  --gold: #ffc83d;
  --sky: #46b7f2;
  --coral: #ff795f;
  --violet: #bd6df2;
  --paper: #eef3f1;
  --paper-ink: #102026;
  --max: 1180px;
  --radius: 8px;
  --header-height: 72px;
}

/* Premium editorial and journey layer */
@view-transition {
  navigation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 280ms;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

.page-signal-rail {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: #0c0e0d;
  color: #f8fbfa;
}

.page-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.page-signal {
  min-height: 118px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.page-signal:last-child {
  border-right: 0;
}

.page-signal > span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--page-accent) 66%, transparent);
  border-radius: 50%;
  color: var(--page-accent);
  font-size: 0.66rem;
  font-weight: 900;
}

.page-signal strong {
  display: block;
  color: #f8fbfa;
  font-size: 0.91rem;
}

.page-signal small {
  margin-top: 4px;
  display: block;
  color: rgba(248, 251, 250, 0.5);
  font-size: 0.72rem;
  line-height: 1.45;
}

.editorial-feature {
  padding: 92px 0;
  border-bottom: 1px solid var(--page-line);
  background: #080909;
  color: #f8fbfa;
}

.editorial-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 16px;
}

.featured-guide {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #121513;
  color: #f8fbfa;
  transition: border-color 220ms ease, transform 220ms ease;
}

.featured-guide:hover {
  border-color: var(--mint);
  transform: translateY(-7px);
}

.featured-guide-copy {
  padding: 54px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.editorial-edition {
  margin-bottom: auto;
  color: var(--mint);
  font-size: 0.67rem;
  font-weight: 850;
  text-transform: uppercase;
}

.featured-guide h2 {
  max-width: 720px;
  margin: 100px 0 20px;
  font-size: 3.7rem;
  line-height: 0.97;
  letter-spacing: 0;
}

.featured-guide-copy > p {
  max-width: 600px;
  color: rgba(248, 251, 250, 0.58);
  line-height: 1.65;
}

.featured-guide-action {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 18px;
  color: #f8fbfa;
  font-size: 0.78rem;
  font-weight: 800;
}

.featured-guide-visual {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  display: grid;
  place-items: end center;
  background: var(--mint);
}

.feature-orbit {
  position: absolute;
  width: 420px;
  aspect-ratio: 1;
  border: 1px solid rgba(7, 9, 8, 0.25);
  border-radius: 50%;
  transform: rotateX(69deg) rotateZ(18deg);
}

.featured-guide-visual .phone-frame {
  z-index: 2;
  width: min(270px, 74%);
  margin-bottom: -115px;
  border-color: #080909;
  transform: rotate(4deg);
  transition: transform 300ms ease;
}

.featured-guide:hover .phone-frame {
  transform: translateY(-10px) rotate(1deg);
}

.feature-note {
  position: absolute;
  z-index: 3;
  top: 70px;
  left: 24px;
  padding: 13px 16px;
  border: 1px solid rgba(8, 9, 9, 0.18);
  border-radius: 8px;
  background: #f8f4e8;
  color: #111311;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.feature-note strong,
.feature-note span {
  display: block;
}

.feature-note strong {
  font-size: 0.78rem;
}

.feature-note span {
  margin-top: 3px;
  color: #5f6762;
  font-size: 0.65rem;
}

.editorial-manifesto {
  min-height: 600px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #f4f0e5;
  color: #111311;
}

.editorial-manifesto > span {
  color: #637069;
  font-size: 0.65rem;
  font-weight: 850;
  text-transform: uppercase;
}

.editorial-manifesto > strong {
  margin-top: auto;
  font-size: 2.8rem;
  line-height: 0.98;
}

.editorial-manifesto > p {
  color: #5e6762;
  font-size: 0.78rem;
  line-height: 1.65;
}

.manifesto-marks {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid #d1cec5;
  background: #d1cec5;
}

.manifesto-marks span {
  padding: 12px;
  background: #f4f0e5;
  font-size: 0.64rem;
  font-weight: 800;
}

.guide-library-section {
  padding-top: 124px;
}

.guide-filter {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guide-filter-button {
  min-height: 43px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: transparent;
  color: rgba(248, 251, 250, 0.62);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 780;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.guide-filter-button:hover,
.guide-filter-button.is-selected {
  border-color: var(--page-accent);
  background: var(--page-accent);
  color: var(--page-accent-ink);
}

.guide-filter-status {
  margin: 0 0 28px;
  color: rgba(248, 251, 250, 0.42);
  font-size: 0.67rem;
}

.inner-page .guide-grid-premium {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inner-page .guide-grid-premium .guide-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
}

.inner-page .guide-grid-premium .guide-card-lead {
  grid-column: span 2;
}

.inner-page .guide-grid-premium .guide-card.is-filtered-out {
  display: none;
}

.guide-card-footer {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(248, 251, 250, 0.42);
  font-size: 0.67rem;
}

.article-reading-meta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-reading-meta span,
.article-reading-meta button {
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 9, 8, 0.28);
  color: rgba(248, 251, 250, 0.72);
  font: inherit;
  font-size: 0.65rem;
  font-weight: 760;
}

.article-reading-meta button {
  cursor: pointer;
}

.article-reading-meta button:hover {
  border-color: var(--page-accent);
  color: #fff;
}

.article-page .article-copy > section:first-child::before {
  display: block;
  margin-bottom: 30px;
  color: color-mix(in srgb, var(--page-accent) 72%, #111311);
  content: "FIELD NOTE";
  font-size: 0.64rem;
  font-weight: 900;
}

.article-byline {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  color: rgba(248, 251, 250, 0.56);
  font-size: 0.68rem;
  font-weight: 720;
}

.article-byline a {
  color: var(--page-accent);
}

.article-sources {
  border: 1px solid #d3d0c7;
  border-radius: 8px;
  background: #f1ede2;
}

.article-page .article-copy .article-sources h2 {
  font-size: 1.8rem;
}

.article-sources a {
  color: #176b47;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.editorial-policy-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 90px;
  align-items: end;
}

.editorial-policy-statement {
  min-height: 520px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: var(--page-accent);
  color: var(--page-accent-ink);
}

.editorial-policy-statement > span {
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.editorial-policy-statement > strong {
  margin-top: auto;
  font-size: 3rem;
  line-height: 0.98;
}

.editorial-policy-copy {
  max-width: 640px;
}

.editorial-policy-copy p {
  color: rgba(248, 251, 250, 0.58);
  font-size: 1rem;
  line-height: 1.75;
}

.editorial-principles .content-card {
  min-height: 360px;
}

.home-page main > section:not(:first-child),
.inner-page main > section:not(:first-child):not(.page-signal-rail),
.article-page .article-copy > section {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

@media (max-width: 900px) {
  .editorial-policy-intro {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .editorial-policy-statement {
    min-height: 440px;
  }
}

@media (max-width: 760px) {
  .article-byline {
    display: grid;
    gap: 6px;
  }

  .editorial-policy-statement {
    min-height: 390px;
    padding: 28px;
  }

  .editorial-policy-statement > strong {
    font-size: 2.35rem;
  }
}

.practice-grid {
  margin: 34px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid #d7d3ca;
  background: #d7d3ca;
}

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

.practice-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.practice-grid > div {
  min-height: 156px;
  padding: 22px;
  background: #f8f4e9;
}

.practice-grid strong,
.practice-grid span {
  display: block;
}

.practice-grid strong {
  color: #111311;
  font-size: 0.8rem;
}

.practice-grid span {
  margin-top: 42px;
  color: #626a66;
  font-size: 0.72rem;
  line-height: 1.55;
}

.article-faq {
  margin-top: 30px;
  border-top: 1px solid #d3d0c7;
}

.article-faq details {
  border-bottom: 1px solid #d3d0c7;
}

.article-faq summary {
  position: relative;
  padding: 22px 44px 22px 0;
  list-style: none;
  color: #111311;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.article-faq summary::-webkit-details-marker {
  display: none;
}

.article-faq summary::after {
  position: absolute;
  top: 17px;
  right: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #c7c4bc;
  border-radius: 50%;
  content: "+";
  font-size: 1rem;
  transition: transform 180ms ease;
}

.article-faq details[open] summary::after {
  transform: rotate(45deg);
}

.article-faq details > p {
  margin: 0;
  padding: 0 48px 24px 0;
}

.meeting-agenda {
  margin-top: 30px;
  border-top: 1px solid #d3d0c7;
}

.meeting-agenda > div {
  min-height: 116px;
  display: grid;
  grid-template-columns: 56px 190px 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #d3d0c7;
}

.meeting-agenda span {
  color: var(--page-accent);
  font-size: 0.68rem;
  font-weight: 900;
}

.meeting-agenda strong {
  color: #111311;
  font-size: 0.86rem;
}

.meeting-agenda p {
  margin: 0;
}

.article-progress-label {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.article-progress-label span {
  width: calc(var(--article-progress, 0) * 100%);
  height: 100%;
  display: block;
  background: var(--page-accent);
}

@media (max-width: 1040px) {
  .editorial-feature-grid {
    grid-template-columns: 1fr;
  }

  .editorial-manifesto {
    min-height: 380px;
  }

  .inner-page .guide-grid-premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .practice-grid-four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .page-signal-grid {
    grid-template-columns: 1fr;
  }

  .page-signal {
    min-height: 90px;
    padding: 18px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .page-signal:last-child {
    border-bottom: 0;
  }

  .editorial-feature {
    padding: 58px 0;
  }

  .featured-guide {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .featured-guide-copy {
    min-height: 520px;
    padding: 30px;
  }

  .featured-guide h2 {
    margin-top: 80px;
    font-size: 2.75rem;
  }

  .featured-guide-visual {
    min-height: 460px;
  }

  .editorial-manifesto {
    min-height: 420px;
    padding: 28px;
  }

  .guide-filter {
    margin-right: -20px;
    padding-right: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .guide-filter::-webkit-scrollbar {
    display: none;
  }

  .guide-filter-button {
    flex: 0 0 auto;
  }

  .inner-page .guide-grid-premium {
    grid-template-columns: 1fr;
  }

  .inner-page .guide-grid-premium .guide-card-lead {
    grid-column: auto;
  }

  .practice-grid,
  .practice-grid-two,
  .practice-grid-four {
    grid-template-columns: 1fr;
  }

  .practice-grid > div {
    min-height: 128px;
  }

  .practice-grid span {
    margin-top: 24px;
  }

  .meeting-agenda > div {
    padding: 22px 0;
    grid-template-columns: 38px 1fr;
    gap: 8px 14px;
  }

  .meeting-agenda p {
    grid-column: 2;
  }
}

.not-found-premium {
  position: relative;
  min-height: 100svh;
  padding: 170px 0 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #080909;
  color: #f8fbfa;
}

.not-found-copy {
  position: relative;
  z-index: 2;
}

.not-found-copy h1 {
  max-width: 900px;
  margin: 24px 0;
  font-size: 6.2rem;
  line-height: 0.9;
  letter-spacing: 0;
}

.not-found-copy h1 em {
  color: var(--page-accent);
  font-family: Georgia, serif;
  font-weight: 500;
}

.not-found-copy > p:not(.section-kicker) {
  max-width: 610px;
  color: rgba(248, 251, 250, 0.58);
  line-height: 1.65;
}

.not-found-copy .hero-actions {
  justify-content: flex-start;
}

.not-found-orbits {
  position: absolute;
  top: 14%;
  right: -4%;
  width: min(44vw, 620px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.not-found-orbits > span {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(12deg);
}

.not-found-orbits > span:nth-child(2) {
  inset: 0;
  border-color: color-mix(in srgb, var(--page-accent) 50%, transparent);
  transform: rotateX(72deg) rotateZ(-38deg);
}

.not-found-orbits > div {
  width: 210px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 16px solid #c58d10;
  border-radius: 50%;
  background: var(--gold);
  color: #17150c;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5);
  font-size: 3rem;
  font-weight: 950;
  transform: rotate(-8deg);
}

.not-found-paths {
  position: relative;
  z-index: 2;
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(255, 255, 255, 0.13);
}

.not-found-paths a {
  min-height: 118px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  color: #f8fbfa;
}

.not-found-paths a:last-child {
  border-right: 0;
}

.not-found-paths span {
  color: rgba(248, 251, 250, 0.42);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.not-found-paths strong {
  font-size: 0.83rem;
}

@media (max-width: 760px) {
  .not-found-premium {
    padding: 140px 0 56px;
  }

  .not-found-copy h1 {
    font-size: 4rem;
  }

  .not-found-orbits {
    top: 20%;
    right: -34%;
    width: 88vw;
    opacity: 0.48;
  }

  .not-found-paths {
    margin-top: 64px;
    grid-template-columns: 1fr;
  }

  .not-found-paths a {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

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

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 16, 20, 0.92);
  backdrop-filter: blur(18px);
}

.nav-shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 900;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  box-shadow: 0 9px 26px rgba(60, 230, 138, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 160ms ease;
}

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

.nav-cta {
  min-height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  background: var(--mint);
  color: #07120c !important;
}

.menu-button {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--white);
  cursor: pointer;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  width: 19px;
  height: 2px;
  display: block;
  background: currentColor;
  content: "";
}

.menu-lines {
  position: relative;
}

.menu-lines::before {
  position: absolute;
  top: -6px;
}

.menu-lines::after {
  position: absolute;
  top: 6px;
}

.hero {
  position: relative;
  height: min(760px, calc(100svh - 116px));
  min-height: 570px;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #2f3433;
  background-image: url("assets/chorerally-family-hero.webp");
  background-position: var(--inner-hero-x, center) calc(50% + var(--inner-hero-shift, 0px));
  background-size: cover;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(5, 11, 14, 0.63);
  content: "";
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 34%;
  background: rgba(5, 11, 14, 0.38);
  content: "";
}

.hero-shell {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(680px, 62%);
  padding-bottom: 20px;
}

.kicker,
.section-kicker {
  margin: 0 0 14px;
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: 8.4rem;
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-statement {
  max-width: 620px;
  margin: 26px 0 12px;
  color: var(--white);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.06;
}

.hero-subcopy {
  max-width: 585px;
  margin: 0;
  color: rgba(248, 251, 250, 0.74);
  font-size: 1.08rem;
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--mint);
  color: #07120c;
  box-shadow: 0 12px 34px rgba(60, 230, 138, 0.18);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(7, 16, 20, 0.68);
  color: var(--white);
}

.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.release-note {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(248, 251, 250, 0.66);
  font-size: 0.82rem;
  font-weight: 800;
}

.release-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255, 200, 61, 0.12);
}

.hero-phone {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: -220px;
  width: clamp(235px, 26vw, 322px);
  margin: 0;
  aspect-ratio: 1206 / 2622;
  overflow: hidden;
  border: 7px solid #050809;
  border-radius: 42px;
  background: #050809;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.52);
  transform: rotate(3deg);
}

.hero-phone-front {
  z-index: 3;
  right: 1%;
}

.hero-phone-back {
  z-index: 2;
  right: 20%;
  bottom: -270px;
  transform: rotate(-4deg) scale(0.94);
  opacity: 0.94;
}

.hero-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signal-band {
  position: relative;
  z-index: 4;
  background: var(--white);
  color: var(--ink);
}

.signal-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.signal-item {
  min-width: 0;
  padding: 0 26px;
  border-right: 1px solid #d7dfdc;
}

.signal-item:first-child {
  padding-left: 0;
}

.signal-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.signal-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 950;
}

.signal-item span {
  color: #607076;
  font-size: 0.82rem;
  font-weight: 700;
}

.section {
  padding: 112px 0;
}

.section-tight {
  padding: 82px 0;
}

.section-paper {
  background: var(--paper);
  color: var(--paper-ink);
}

.section-gold {
  background: var(--gold);
  color: #161205;
}

.section-header {
  max-width: 810px;
  margin-bottom: 50px;
}

.section-header.centered {
  margin-inline: auto;
  text-align: center;
}

.section-header h2,
.story-copy h2,
.trust-copy h2,
.cta-copy h2,
.page-hero h1 {
  margin: 0;
  font-size: 5.4rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.section-header p,
.story-copy > p,
.trust-copy > p,
.cta-copy p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-paper .section-header p,
.section-paper .story-copy > p {
  color: #5a696e;
}

.section-paper .section-kicker {
  color: var(--mint-deep);
}

.tour-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.tour-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #091216;
}

.tour-tab {
  min-height: 45px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  cursor: pointer;
}

.tour-tab[aria-selected="true"] {
  background: var(--white);
  color: var(--ink);
}

.tour-copy {
  padding-top: 38px;
}

.tour-copy .tour-label {
  margin: 0 0 9px;
  color: var(--tour-accent, var(--mint));
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tour-copy h3 {
  max-width: 560px;
  margin: 0;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0;
}

.tour-copy > p {
  max-width: 590px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.tour-points {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.tour-points li {
  position: relative;
  margin: 13px 0;
  padding-left: 27px;
  color: #d9e1df;
  font-weight: 750;
}

.tour-points li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tour-accent, var(--mint));
  content: "";
}

.tour-stage {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
}

.tour-stage::before {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel);
  box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.018), 0 0 0 110px rgba(255, 255, 255, 0.01);
  content: "";
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: min(350px, 82%);
  aspect-ratio: 1206 / 2622;
  overflow: hidden;
  border: 8px solid #020506;
  border-radius: 48px;
  background: #020506;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-badge {
  position: absolute;
  z-index: 3;
  right: 1%;
  bottom: 14%;
  max-width: 190px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: var(--gold);
  color: #161205;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  font-size: 0.85rem;
  font-weight: 900;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 84px;
  align-items: center;
}

.story-layout.reverse .story-media {
  order: 2;
}

.story-layout.reverse .story-copy {
  order: 1;
}

.story-media {
  position: relative;
  min-height: 700px;
  display: grid;
  place-items: center;
}

.story-media .phone-frame {
  width: min(330px, 76%);
}

.story-swatch {
  position: absolute;
  inset: 8% 3% 8% 9%;
  border-radius: var(--radius);
  background: var(--sky);
}

.story-swatch.mint {
  background: var(--mint);
}

.story-swatch.coral {
  background: var(--coral);
}

.feature-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(16, 32, 38, 0.13);
}

.feature-list li:last-child {
  border-bottom: 0;
}

.feature-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--paper-ink);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 950;
}

.feature-list strong {
  display: block;
  margin-bottom: 3px;
}

.feature-list span {
  display: block;
  color: #5a696e;
  font-size: 0.9rem;
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  counter-reset: flow;
}

.flow-step {
  position: relative;
  min-height: 210px;
  padding: 28px 28px 28px 0;
  border-top: 1px solid var(--line);
  counter-increment: flow;
}

.flow-step:not(:last-child)::after {
  position: absolute;
  top: -1px;
  right: 0;
  width: 34%;
  height: 3px;
  background: var(--flow-color, var(--mint));
  content: "";
}

.flow-step::before {
  display: block;
  margin-bottom: 44px;
  color: var(--flow-color, var(--mint));
  content: "0" counter(flow);
  font-size: 0.8rem;
  font-weight: 950;
}

.flow-step h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.flow-step p {
  max-width: 225px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.age-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius);
  color: #0a1113;
  text-decoration: none;
  transition: transform 160ms ease, filter 160ms ease;
}

.age-card:hover {
  transform: translateY(-4px);
  filter: saturate(1.08);
}

.age-card:nth-child(1) {
  background: var(--mint);
}

.age-card:nth-child(2) {
  background: var(--sky);
}

.age-card:nth-child(3) {
  background: var(--violet);
}

.age-range {
  display: inline-block;
  margin-bottom: 70px;
  padding: 6px 9px;
  border: 1px solid rgba(10, 17, 19, 0.2);
  border-radius: 5px;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.age-card h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1;
}

.age-card p {
  max-width: 310px;
  margin: 0;
  color: rgba(10, 17, 19, 0.72);
  font-weight: 700;
}

.age-mark {
  position: absolute;
  right: 20px;
  bottom: -22px;
  color: rgba(10, 17, 19, 0.09);
  font-size: 9rem;
  font-weight: 950;
  line-height: 1;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 80px;
  align-items: center;
}

.trust-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
  color: #dce5e2;
  font-weight: 800;
}

.trust-check {
  width: 24px;
  height: 24px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: #07120c;
  font-size: 0.72rem;
  font-weight: 950;
}

.privacy-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 24px 24px 0 var(--mint);
}

.privacy-panel .privacy-label {
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.privacy-panel strong {
  display: block;
  margin: 16px 0 10px;
  font-size: 2.4rem;
  line-height: 1;
}

.privacy-panel p {
  margin: 0;
  color: var(--muted);
}

.cta-section {
  position: relative;
  overflow: hidden;
  background-color: #30302b;
  background-image: url("assets/chorerally-world.jpg");
  background-position: center;
  background-size: cover;
}

.cta-section::before {
  position: absolute;
  inset: 0;
  background: rgba(5, 11, 14, 0.72);
  content: "";
}

.cta-copy {
  position: relative;
  max-width: 810px;
  padding: 108px 0;
}

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

.site-footer {
  padding: 50px 0;
  border-top: 1px solid var(--line);
  background: #050b0e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.7fr);
  gap: 44px;
}

.footer-brand p {
  max-width: 330px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-column strong {
  display: block;
  margin-bottom: 14px;
  font-size: 0.82rem;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin: 9px 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-bottom {
  margin-top: 44px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: #738188;
  font-size: 0.78rem;
}

.page-hero {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background-color: #30302b;
  background-image: url("assets/chorerally-world.jpg");
  background-position: center;
  background-size: cover;
}

.page-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(5, 11, 14, 0.72);
  content: "";
}

.page-hero-copy {
  max-width: 820px;
  padding: 80px 0 58px;
}

.page-hero p:not(.section-kicker) {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(248, 251, 250, 0.72);
  font-size: 1.08rem;
}

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

.support-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.support-card .support-number {
  color: var(--support-color, var(--mint));
  font-size: 0.78rem;
  font-weight: 950;
}

.support-card h2 {
  margin: 54px 0 8px;
  font-size: 1.25rem;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 46px 24px 0;
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 4px;
  color: var(--mint);
  content: "+";
  font-size: 1.35rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p,
.faq-list ol {
  max-width: 790px;
  margin: 0 0 24px;
  color: var(--muted);
}

.section-paper .faq-list details {
  border-color: rgba(16, 32, 38, 0.18);
}

.section-paper .faq-list p,
.section-paper .faq-list ol {
  color: #5a696e;
}

.section-paper .faq-list summary::after {
  color: var(--mint-deep);
}

.contact-band {
  padding: 70px 0;
  background: var(--mint);
  color: #07120c;
}

.contact-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.contact-layout h2 {
  margin: 0;
  font-size: 4rem;
  line-height: 1;
}

.contact-layout p {
  max-width: 580px;
  margin: 12px 0 0;
  color: rgba(7, 18, 12, 0.68);
  font-weight: 700;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 0.72fr);
  gap: 70px;
  padding: 76px 0 110px;
}

.legal-index {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  align-self: start;
}

.legal-index strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 0.8rem;
}

.legal-index a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
}

.legal-index a:hover {
  color: var(--mint);
}

.legal-copy section {
  padding-bottom: 38px;
  scroll-margin-top: calc(var(--header-height) + 30px);
}

.legal-copy h2 {
  margin: 0 0 14px;
  font-size: 1.65rem;
}

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

.legal-copy a {
  color: var(--mint);
}

.legal-copy li {
  margin: 8px 0;
}

.legal-notice {
  padding: 20px;
  border-left: 4px solid var(--gold);
  background: var(--panel);
  color: var(--white) !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: rgba(248, 251, 250, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--mint);
  text-decoration: none;
}

.split-page-hero {
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--ink-soft);
}

.split-page-hero .shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 76px;
  align-items: center;
}

.split-hero-copy {
  padding: 82px 0;
}

.split-hero-copy h1 {
  max-width: 790px;
  margin: 0;
  font-size: 7rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.split-hero-copy > p:not(.section-kicker) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-proof-line {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-chip,
.status-pill {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--panel);
  color: #dce5e2;
  font-size: 0.76rem;
  font-weight: 900;
}

.status-pill {
  border-color: rgba(60, 230, 138, 0.34);
  background: rgba(60, 230, 138, 0.1);
  color: var(--mint);
}

.hero-screen {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: end center;
  background: var(--hero-accent, var(--mint));
}

.hero-screen .phone-frame {
  width: min(330px, 78%);
  margin-bottom: -120px;
}

.film-band {
  background: #050b0e;
}

.film-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(470px, 1fr);
  gap: 56px;
  align-items: center;
}

.film-copy h2 {
  margin: 0;
  font-size: 4.8rem;
  line-height: 0.98;
}

.film-copy > p {
  margin: 19px 0 0;
  color: var(--muted);
}

.film-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #020405;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.film-frame video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  background: #020405;
}

.film-caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.film-caption strong {
  color: var(--white);
}

.conversion-band {
  border-block: 1px solid rgba(7, 16, 20, 0.12);
  background: var(--mint);
  color: #07120c;
}

.conversion-layout {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.conversion-layout h2 {
  margin: 0;
  font-size: 3.4rem;
  line-height: 1;
}

.conversion-layout p {
  max-width: 660px;
  margin: 10px 0 0;
  color: rgba(7, 18, 12, 0.7);
  font-weight: 750;
}

.content-grid,
.benefit-grid,
.guide-grid,
.trust-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.content-card,
.benefit-card,
.guide-card,
.trust-card,
.plan-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--white);
}

.content-card h3,
.benefit-card h3,
.guide-card h2,
.guide-card h3,
.trust-card h3,
.plan-card h2,
.plan-card h3 {
  margin: 0 0 9px;
  font-size: 1.3rem;
  line-height: 1.12;
}

.content-card p,
.benefit-card p,
.guide-card p,
.trust-card p,
.plan-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.content-card .card-label,
.benefit-card .card-label,
.guide-card .card-label,
.trust-card .card-label,
.plan-card .card-label {
  display: block;
  margin-bottom: 44px;
  color: var(--card-accent, var(--mint));
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.guide-card,
.content-card.is-link {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.guide-card:hover,
.content-card.is-link:hover {
  transform: translateY(-4px);
  border-color: var(--card-accent, var(--mint));
  background: var(--panel-high);
}

.guide-card .card-arrow,
.content-card .card-arrow {
  margin-top: auto;
  padding-top: 30px;
  color: var(--card-accent, var(--mint));
  font-size: 1.2rem;
  font-weight: 950;
}

.screen-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.screen-pair .phone-frame {
  width: 100%;
}

.screen-pair .phone-frame:nth-child(2) {
  transform: translateY(50px);
}

.feature-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-table {
  width: 100%;
  min-width: 790px;
  border-collapse: collapse;
  background: var(--panel);
}

.feature-table th,
.feature-table td {
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.feature-table th:last-child,
.feature-table td:last-child {
  border-right: 0;
}

.feature-table tr:last-child td {
  border-bottom: 0;
}

.feature-table th {
  background: #0a1418;
  color: var(--white);
  font-size: 0.82rem;
}

.feature-table th.is-chorerally,
.feature-table td.is-chorerally {
  background: rgba(60, 230, 138, 0.07);
}

.feature-table td {
  color: var(--muted);
  font-size: 0.86rem;
}

.feature-table td:first-child {
  color: var(--white);
  font-weight: 850;
}

.table-yes {
  color: var(--mint);
  font-weight: 950;
}

.table-note {
  margin: 14px 0 0;
  color: #738188;
  font-size: 0.76rem;
}

.plan-card.is-featured {
  border-color: var(--mint);
  background: rgba(60, 230, 138, 0.08);
}

.single-plan {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.launch-screens {
  position: relative;
  overflow: hidden;
}

.launch-screens .phone-frame {
  position: absolute;
  bottom: -110px;
  width: min(310px, 56%);
}

.launch-screens .launch-parent {
  left: 7%;
  transform: rotate(-5deg) scale(0.92);
}

.launch-screens .launch-child {
  z-index: 3;
  right: 7%;
  transform: rotate(4deg);
}

.plan-price {
  margin: 16px 0 18px;
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 950;
  line-height: 1;
}

.plan-price small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.plain-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  position: relative;
  margin: 11px 0;
  padding-left: 24px;
  color: var(--muted);
  font-size: 0.88rem;
}

.plain-list li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--card-accent, var(--mint));
  content: "";
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(240px, 0.3fr);
  gap: 76px;
  padding: 76px 0 110px;
}

.article-copy {
  min-width: 0;
}

.article-copy section {
  padding: 0 0 44px;
  scroll-margin-top: calc(var(--header-height) + 30px);
}

.article-copy h2 {
  margin: 0 0 15px;
  font-size: 2.8rem;
  line-height: 1.06;
}

.article-copy h3 {
  margin: 28px 0 10px;
  font-size: 1.2rem;
}

.article-copy p,
.article-copy li {
  color: var(--muted);
}

.article-copy li {
  margin: 9px 0;
}

.article-callout {
  margin: 12px 0 32px;
  padding: 22px;
  border-left: 4px solid var(--callout-color, var(--mint));
  background: var(--panel);
}

.article-callout strong {
  display: block;
  margin-bottom: 6px;
}

.article-callout p {
  margin: 0;
}

.article-aside {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.article-aside strong {
  display: block;
  margin-bottom: 10px;
}

.article-aside p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.86rem;
}

.article-aside a:not(.button) {
  display: block;
  margin: 10px 0;
  color: var(--mint);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.section-divider {
  border-top: 1px solid var(--line);
}

.metric-band {
  background: var(--white);
  color: var(--ink);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.metric-item {
  min-height: 155px;
  padding: 30px;
  border-right: 1px solid #d7dfdc;
}

.metric-item:last-child {
  border-right: 0;
}

.metric-item strong {
  display: block;
  font-size: 1.45rem;
}

.metric-item span {
  color: #607076;
  font-size: 0.86rem;
  font-weight: 700;
}

.not-found {
  min-height: calc(100svh - var(--header-height));
  display: grid;
  place-items: center;
  padding: 80px 0;
  text-align: center;
}

.not-found h1 {
  margin: 0;
  color: var(--mint);
  font-size: 12rem;
  line-height: 0.8;
}

.not-found h2 {
  margin: 26px 0 0;
  font-size: 4rem;
}

.not-found p {
  max-width: 540px;
  margin: 16px auto 26px;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 580ms ease, transform 580ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.tour-stage.is-changing .phone-frame {
  opacity: 0.45;
  transform: scale(0.975);
}

.tour-stage .phone-frame {
  transition: opacity 180ms ease, transform 180ms ease;
}

@media (max-width: 980px) {
  .hero-copy {
    width: 70%;
  }

  .hero-phone {
    right: -2%;
    width: 260px;
  }

  .hero-phone-back {
    right: 19%;
  }

  .tour-layout,
  .story-layout,
  .trust-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .tour-stage,
  .story-media {
    min-height: 650px;
  }

  .story-layout.reverse .story-media,
  .story-layout.reverse .story-copy {
    order: initial;
  }

  .story-copy {
    max-width: 760px;
  }

  .privacy-panel {
    max-width: 620px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(2, 0.8fr);
  }

  .footer-column:last-child {
    grid-column: 2;
  }

  .split-page-hero .shell,
  .film-layout,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero-screen {
    min-height: 580px;
  }

  .film-layout {
    gap: 38px;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 66px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .menu-button {
    display: grid;
  }

  .nav-links {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 16px 14px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--ink);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-bottom: 1px solid var(--line);
  }

  .nav-links .nav-cta {
    margin-top: 12px;
    justify-content: center;
    border-bottom: 0;
  }

  .hero {
    height: calc(100svh - 98px);
    min-height: 600px;
    background-position: 61% center;
  }

  .hero::before {
    background: rgba(5, 11, 14, 0.72);
  }

  .hero-shell {
    align-items: flex-start;
    padding-top: 72px;
  }

  .hero-copy {
    width: 100%;
    padding-bottom: 0;
  }

  .hero h1 {
    font-size: 6rem;
  }

  .hero-statement {
    max-width: 500px;
    margin-top: 20px;
    font-size: 2.35rem;
  }

  .hero-subcopy {
    max-width: 440px;
    font-size: 0.96rem;
  }

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

  .hero-phone {
    right: -75px;
    bottom: -330px;
    width: 250px;
    opacity: 0.62;
  }

  .hero-phone-back {
    display: none;
  }

  .hero-phone-front {
    right: -75px;
  }

  .signal-grid {
    grid-template-columns: 1fr 1fr;
    padding: 18px 0;
  }

  .signal-item {
    min-height: 68px;
    padding: 12px 14px;
    border-bottom: 1px solid #d7dfdc;
  }

  .signal-item:nth-child(2) {
    border-right: 0;
  }

  .signal-item:nth-child(3),
  .signal-item:nth-child(4) {
    border-bottom: 0;
  }

  .signal-item:first-child {
    padding-left: 14px;
  }

  .section {
    padding: 78px 0;
  }

  .section-tight {
    padding: 62px 0;
  }

  .section-header {
    margin-bottom: 34px;
  }

  .tour-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .tour-layout {
    gap: 38px;
  }

  .tour-copy {
    padding-top: 28px;
  }

  .tour-stage,
  .story-media {
    min-height: 570px;
  }

  .tour-stage::before {
    width: 92%;
  }

  .phone-frame {
    width: min(285px, 80%);
    border-width: 6px;
    border-radius: 39px;
  }

  .stage-badge {
    right: 0;
    bottom: 9%;
    max-width: 155px;
    font-size: 0.75rem;
  }

  .story-media .phone-frame {
    width: min(280px, 75%);
  }

  .story-swatch {
    inset: 8% 0 8% 8%;
  }

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

  .flow-step {
    min-height: 190px;
  }

  .flow-step::before {
    margin-bottom: 30px;
  }

  .age-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .age-card {
    min-height: 280px;
  }

  .age-range {
    margin-bottom: 54px;
  }

  .privacy-panel {
    box-shadow: 12px 12px 0 var(--mint);
  }

  .cta-copy {
    padding: 78px 0;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-column:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .page-hero {
    min-height: 390px;
    background-position: 62% center;
  }

  .page-hero-copy {
    padding: 66px 0 45px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 54px 0 80px;
  }

  .legal-index {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
  }

  .legal-index strong {
    grid-column: 1 / -1;
  }

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

  .split-page-hero {
    min-height: auto;
  }

  .split-page-hero .shell {
    width: 100%;
    gap: 0;
  }

  .split-hero-copy {
    width: min(calc(100% - 28px), var(--max));
    margin: 0 auto;
    padding: 64px 0;
  }

  .split-hero-copy h1 {
    font-size: 5.4rem;
  }

  .hero-screen {
    min-height: 570px;
  }

  .hero-screen .phone-frame {
    width: min(285px, 72%);
  }

  .launch-screens .phone-frame {
    width: min(250px, 58%);
  }

  .launch-screens .launch-parent {
    left: 1%;
  }

  .launch-screens .launch-child {
    right: 1%;
  }

  .film-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .film-caption,
  .conversion-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .conversion-layout {
    min-height: 0;
    padding: 48px 0;
  }

  .content-grid,
  .benefit-grid,
  .guide-grid,
  .trust-grid,
  .plan-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .metric-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d7dfdc;
  }

  .metric-item:last-child {
    border-bottom: 0;
  }

  .article-layout {
    gap: 34px;
    padding: 54px 0 80px;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 620px;
  }

  .hero-actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .signal-grid,
  .flow,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .signal-item,
  .signal-item:nth-child(2),
  .signal-item:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid #d7dfdc;
  }

  .signal-item:last-child {
    border-bottom: 0;
  }

  .flow-step {
    min-height: 165px;
  }

  .footer-brand,
  .footer-column:last-child {
    grid-column: auto;
  }

  .screen-pair {
    grid-template-columns: 1fr;
  }

  .screen-pair .phone-frame:nth-child(2) {
    display: none;
    transform: none;
  }
}

/* Premium inner-page system */
.inner-page {
  --page-accent: #24dcc0;
  --page-accent-ink: #07110c;
  --page-black: #080909;
  --page-cream: #f4f1e8;
  --page-line: rgba(248, 251, 250, 0.13);
  background: var(--page-black);
  color: #f8fbfa;
}

.inner-page .shell {
  width: min(calc(100% - 64px), 1280px);
}

.inner-page .site-header {
  position: sticky;
  z-index: 110;
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 9, 0.86);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
}

.inner-page .site-header.is-scrolled {
  background: rgba(8, 9, 9, 0.96);
}

.inner-page .brand img {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), 0 10px 28px rgba(0, 0, 0, 0.3);
}

.inner-page .nav-links a {
  color: rgba(248, 251, 250, 0.56);
}

.inner-page .nav-links a:hover,
.inner-page .nav-links a[aria-current="page"] {
  color: #f8fbfa;
}

.inner-page .nav-cta {
  border: 1px solid var(--page-accent);
  background: var(--page-accent);
  color: var(--page-accent-ink) !important;
  box-shadow: 0 10px 28px color-mix(in srgb, var(--page-accent) 22%, transparent);
}

.inner-page .section-kicker {
  color: var(--page-accent);
  letter-spacing: 0;
}

.inner-page .breadcrumb {
  margin-bottom: 28px;
  color: rgba(248, 251, 250, 0.45);
}

.inner-page .breadcrumb a {
  color: var(--page-accent);
}

.inner-page .page-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #141716;
  background-image: url("assets/chorerally-world.jpg");
  background-position: center;
  background-size: cover;
}

.inner-page .page-hero::before {
  z-index: -1;
  background: rgba(5, 7, 6, 0.7);
}

.inner-page .page-hero::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 61%;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  content: "";
}

.inner-page .page-hero-copy {
  max-width: 1000px;
  padding: 110px 0 94px;
}

.inner-page .page-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: 5.35rem;
  font-weight: 920;
  line-height: 0.92;
  letter-spacing: 0;
}

.inner-page .page-hero p:not(.section-kicker) {
  max-width: 700px;
  margin-top: 24px;
  color: rgba(248, 251, 250, 0.68);
  font-size: 1.06rem;
  line-height: 1.65;
}

.inner-page .split-page-hero {
  min-height: 780px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--page-black);
}

.inner-page .split-page-hero .shell {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.74fr);
  gap: 80px;
}

.inner-page .split-hero-copy {
  padding: 110px 0;
}

.inner-page .split-hero-copy h1 {
  max-width: 820px;
  font-size: 5.2rem;
  font-weight: 920;
  line-height: 0.92;
  letter-spacing: 0;
}

.inner-page .split-hero-copy > p:not(.section-kicker) {
  max-width: 630px;
  margin-top: 25px;
  color: rgba(248, 251, 250, 0.62);
  line-height: 1.65;
}

.inner-page .split-hero-copy .hero-actions {
  margin-top: 32px;
}

.inner-page .split-hero-copy .button-primary {
  background: var(--page-accent);
  color: var(--page-accent-ink);
  box-shadow: 0 16px 42px color-mix(in srgb, var(--page-accent) 24%, transparent);
}

.inner-page .split-hero-copy .button-secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.inner-page .hero-screen {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  isolation: isolate;
  background: var(--hero-accent, var(--page-accent));
}

.inner-page .hero-screen::before,
.inner-page .hero-screen::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(8, 9, 9, 0.2);
  border-radius: 50%;
  content: "";
}

.inner-page .hero-screen::before {
  width: 86%;
  aspect-ratio: 1;
  transform: rotateX(68deg) rotateZ(18deg);
}

.inner-page .hero-screen::after {
  width: 120%;
  aspect-ratio: 1;
  transform: rotateX(74deg) rotateZ(-26deg);
}

.inner-page .hero-screen .phone-frame {
  z-index: 3;
  width: min(340px, 70%);
  margin-bottom: -112px;
  border-color: #080909;
  box-shadow: 0 48px 100px rgba(0, 0, 0, 0.38);
  transform: rotate(4deg) translateY(var(--inner-device-shift, 0));
  transition: transform 120ms linear;
  animation: innerDeviceFloat 6s ease-in-out infinite;
}

.inner-page .metric-band {
  border-bottom: 1px solid #d7d3ca;
  background: var(--page-cream);
  color: #111311;
}

.inner-page .metric-grid {
  grid-template-columns: repeat(3, 1fr);
}

.inner-page .metric-item {
  min-height: 150px;
  padding: 30px;
  border-color: #d7d3ca;
}

.inner-page .metric-item strong {
  font-size: 1.1rem;
}

.inner-page .metric-item span {
  margin-top: 5px;
  display: block;
  color: #68706b;
  font-size: 0.76rem;
}

.inner-page .section {
  padding: 140px 0;
  background: var(--page-black);
  color: #f8fbfa;
}

.inner-page .section-tight {
  padding: 112px 0;
}

.inner-page .section-paper {
  background: var(--page-cream);
  color: #111311;
}

.inner-page .section-header {
  max-width: 950px;
  margin-bottom: 74px;
}

.inner-page .section-header h2,
.inner-page .story-copy h2,
.inner-page .trust-copy h2 {
  margin: 0;
  font-size: 4.35rem;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.inner-page .section-header > p:not(.section-kicker),
.inner-page .story-copy > p:not(.section-kicker),
.inner-page .trust-copy > p:not(.section-kicker) {
  max-width: 710px;
  margin-top: 22px;
  color: rgba(248, 251, 250, 0.56);
  font-size: 1rem;
  line-height: 1.7;
}

.inner-page .section-paper .section-kicker,
.inner-page .section-paper .story-copy .section-kicker,
.inner-page .section-paper .trust-copy .section-kicker {
  color: color-mix(in srgb, var(--page-accent) 72%, #111311);
}

.inner-page .section-paper .section-header > p:not(.section-kicker),
.inner-page .section-paper .story-copy > p:not(.section-kicker),
.inner-page .section-paper .trust-copy > p:not(.section-kicker) {
  color: #626a66;
}

.inner-page .flow {
  gap: 0;
  border-block: 1px solid var(--page-line);
}

.inner-page .flow-step {
  position: relative;
  min-height: 320px;
  padding: 28px 24px;
  border: 0;
  border-right: 1px solid var(--page-line);
  border-radius: 0;
  background: transparent;
  transition: background-color 220ms ease, transform 220ms ease;
}

.inner-page .flow-step:last-child {
  border-right: 0;
}

.inner-page .flow-step::before {
  width: 52px;
  height: 4px;
  margin: 0;
  background: var(--flow-color, var(--page-accent));
  transition: width 240ms ease;
}

.inner-page .flow-step:hover {
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-8px);
}

.inner-page .flow-step:hover::before {
  width: 100%;
}

.inner-page .flow-step h3 {
  margin-top: auto;
  font-size: 1.9rem;
}

.inner-page .flow-step p {
  min-height: 74px;
  color: rgba(248, 251, 250, 0.52);
  font-size: 0.8rem;
}

.inner-page .content-grid,
.inner-page .benefit-grid,
.inner-page .guide-grid,
.inner-page .trust-grid,
.inner-page .plan-grid {
  gap: 16px;
}

.inner-page .content-card,
.inner-page .benefit-card,
.inner-page .guide-card,
.inner-page .trust-card,
.inner-page .plan-card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  overflow: hidden;
  border-color: var(--page-line);
  border-radius: 8px;
  background: #101211;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.inner-page .content-card::before,
.inner-page .benefit-card::before,
.inner-page .guide-card::before,
.inner-page .trust-card::before,
.inner-page .plan-card::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--card-accent, var(--page-accent));
  content: "";
  transform: scaleX(0.26);
  transform-origin: left;
  transition: transform 260ms ease;
}

.inner-page .content-card:hover,
.inner-page .benefit-card:hover,
.inner-page .guide-card:hover,
.inner-page .trust-card:hover,
.inner-page .plan-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--card-accent, var(--page-accent)) 62%, transparent);
  background: #171a18;
}

.inner-page .content-card:hover::before,
.inner-page .benefit-card:hover::before,
.inner-page .guide-card:hover::before,
.inner-page .trust-card:hover::before,
.inner-page .plan-card:hover::before {
  transform: scaleX(1);
}

.inner-page .content-card .card-label,
.inner-page .benefit-card .card-label,
.inner-page .guide-card .card-label,
.inner-page .trust-card .card-label,
.inner-page .plan-card .card-label {
  margin-bottom: 72px;
  color: var(--card-accent, var(--page-accent));
}

.inner-page .content-card h3,
.inner-page .benefit-card h3,
.inner-page .guide-card h2,
.inner-page .guide-card h3,
.inner-page .trust-card h3,
.inner-page .plan-card h2,
.inner-page .plan-card h3 {
  font-size: 1.55rem;
}

.inner-page .content-card p,
.inner-page .benefit-card p,
.inner-page .guide-card p,
.inner-page .trust-card p,
.inner-page .plan-card p {
  color: rgba(248, 251, 250, 0.54);
}

.inner-page .section-paper .content-card,
.inner-page .section-paper .benefit-card,
.inner-page .section-paper .guide-card,
.inner-page .section-paper .trust-card,
.inner-page .section-paper .plan-card {
  border-color: rgba(17, 19, 17, 0.14);
  background: rgba(255, 255, 255, 0.38);
  color: #111311;
}

.inner-page .section-paper .content-card p,
.inner-page .section-paper .benefit-card p,
.inner-page .section-paper .guide-card p,
.inner-page .section-paper .trust-card p,
.inner-page .section-paper .plan-card p {
  color: #626a66;
}

.inner-page .story-layout {
  gap: 104px;
  align-items: center;
}

.inner-page .story-media {
  min-height: 730px;
  overflow: hidden;
  isolation: isolate;
}

.inner-page .story-swatch {
  inset: 0;
  z-index: -1;
  border-radius: 0;
  background: var(--page-accent);
}

.inner-page .story-swatch.mint { background: #24dcc0; }
.inner-page .story-swatch.coral { background: #ff795f; }

.inner-page .story-swatch::before,
.inner-page .story-swatch::after {
  position: absolute;
  border: 1px solid rgba(8, 9, 9, 0.18);
  border-radius: 50%;
  content: "";
}

.inner-page .story-swatch::before {
  inset: 18%;
  transform: rotateX(68deg);
}

.inner-page .story-swatch::after {
  inset: 4%;
  transform: rotateX(74deg) rotateZ(32deg);
}

.inner-page .story-media .phone-frame {
  width: min(340px, 70%);
  border-color: #080909;
  box-shadow: 0 44px 90px rgba(0, 0, 0, 0.36);
  transform: rotate(-4deg);
  transition: transform 280ms ease;
}

.inner-page .story-layout.reverse .story-media .phone-frame {
  transform: rotate(4deg);
}

.inner-page .story-media:hover .phone-frame {
  transform: translateY(-12px) rotate(-1deg);
}

.inner-page .story-layout.reverse .story-media:hover .phone-frame {
  transform: translateY(-12px) rotate(1deg);
}

.inner-page .screen-pair {
  width: min(620px, 92%);
  gap: 16px;
}

.inner-page .screen-pair .phone-frame {
  width: 100%;
}

.inner-page .story-copy {
  max-width: 620px;
}

.inner-page .feature-list {
  margin-top: 38px;
  border-color: currentColor;
}

.inner-page .feature-list li {
  padding: 22px 0;
  border-color: color-mix(in srgb, currentColor 16%, transparent);
}

.inner-page .feature-number {
  color: var(--page-accent);
}

.inner-page .feature-list li > span:last-child > span,
.inner-page .trust-list li {
  color: rgba(248, 251, 250, 0.56);
}

.inner-page .section-paper .feature-list li > span:last-child > span,
.inner-page .section-paper .trust-list li {
  color: #616965;
}

.inner-page .trust-layout {
  gap: 90px;
  align-items: center;
}

.inner-page .privacy-panel {
  min-height: 500px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: var(--page-accent);
  color: var(--page-accent-ink);
  box-shadow: 28px 28px 0 #f4f1e8;
}

.inner-page .privacy-panel strong {
  margin-top: auto;
  color: var(--page-accent-ink);
  font-size: 4.3rem;
  line-height: 0.88;
}

.inner-page .privacy-panel p {
  color: color-mix(in srgb, var(--page-accent-ink) 66%, transparent);
}

.inner-page .privacy-label {
  color: color-mix(in srgb, var(--page-accent-ink) 72%, transparent);
}

.inner-page .section-paper .privacy-panel {
  border-color: rgba(17, 19, 17, 0.16);
  box-shadow: 28px 28px 0 #111311;
}

.inner-page .conversion-band {
  border: 0;
  background: var(--page-accent);
  color: var(--page-accent-ink);
}

.inner-page .conversion-layout {
  min-height: 260px;
  gap: 60px;
}

.inner-page .conversion-layout h2 {
  max-width: 860px;
  font-size: 3.8rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.inner-page .conversion-layout p {
  color: color-mix(in srgb, var(--page-accent-ink) 66%, transparent);
}

.inner-page .conversion-layout .button-dark {
  min-width: 170px;
  background: #111311;
  color: #f8fbfa;
}

.inner-page .film-band {
  background: #050606;
}

.inner-page .film-frame {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 46px 110px rgba(0, 0, 0, 0.58);
}

.inner-page .film-frame video {
  background: #000;
}

.inner-page .feature-table-wrap {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.inner-page .feature-table {
  background: #101211;
}

.inner-page .feature-table th {
  padding: 22px 18px;
  background: #050606;
}

.inner-page .feature-table td {
  padding: 22px 18px;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(248, 251, 250, 0.56);
}

.inner-page .feature-table td:first-child {
  color: #f8fbfa;
}

.inner-page .feature-table th.is-chorerally,
.inner-page .feature-table td.is-chorerally {
  background: color-mix(in srgb, var(--page-accent) 12%, #101211);
}

.inner-page .table-yes {
  color: var(--page-accent);
}

.inner-page .plan-card.is-featured {
  border-color: var(--page-accent);
  background: color-mix(in srgb, var(--page-accent) 9%, #101211);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}

.inner-page .plan-price {
  font-size: 4rem;
}

.inner-page .guide-grid {
  gap: 16px;
}

.inner-page .guide-card {
  min-height: 330px;
}

.inner-page .guide-card .card-arrow,
.inner-page .content-card .card-arrow {
  color: var(--card-accent, var(--page-accent));
}

.inner-page .support-grid {
  gap: 16px;
}

.inner-page .support-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.13);
  background: #101211;
  transition: transform 220ms ease, border-color 220ms ease;
}

.inner-page .support-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--support-color, var(--page-accent));
  content: "";
}

.inner-page .support-card:hover {
  transform: translateY(-8px);
  border-color: var(--support-color, var(--page-accent));
}

.inner-page .support-card h2 {
  margin-top: 70px;
  font-size: 1.45rem;
}

.inner-page .faq-list {
  border-color: rgba(17, 19, 17, 0.18);
}

.inner-page .section-paper .faq-list details {
  border-color: rgba(17, 19, 17, 0.18);
}

.inner-page .faq-list summary {
  padding: 28px 50px 28px 0;
  font-size: 1.08rem;
}

.inner-page .faq-list summary::after {
  top: 27px;
  color: var(--page-accent);
}

.inner-page .section-paper .faq-list summary::after {
  color: color-mix(in srgb, var(--page-accent) 72%, #111311);
}

.inner-page .contact-band {
  padding: 110px 0;
  background: #ff795f;
  color: #111311;
}

.inner-page .contact-layout h2 {
  font-size: 4.4rem;
  letter-spacing: 0;
}

.inner-page .article-layout,
.inner-page .legal-layout {
  padding: 100px 0 140px;
}

.article-page main,
.inner-page:has(.legal-layout) main {
  background: var(--page-cream);
  color: #111311;
}

.article-page .page-hero,
.inner-page:has(.legal-layout) .page-hero {
  color: #f8fbfa;
}

.article-page .article-layout {
  grid-template-columns: minmax(0, 0.68fr) minmax(270px, 0.32fr);
  gap: 90px;
}

.article-page .article-copy section {
  padding-bottom: 58px;
}

.article-page .article-copy section + section {
  padding-top: 14px;
  border-top: 1px solid rgba(17, 19, 17, 0.14);
}

.article-page .article-copy h2 {
  margin-top: 20px;
  color: #111311;
  font-size: 2.65rem;
  line-height: 1;
}

.article-page .article-copy h3 {
  color: #111311;
  font-size: 1.3rem;
}

.article-page .article-copy p,
.article-page .article-copy li {
  color: #5d6661;
  font-size: 0.98rem;
  line-height: 1.78;
}

.article-page .article-callout {
  margin: 20px 0 42px;
  padding: 28px;
  border-left-color: var(--callout-color, var(--page-accent));
  background: #e7e3da;
}

.article-page .article-aside {
  top: calc(var(--header-height) + 28px);
  padding: 28px;
  border-color: #111311;
  background: #111311;
  color: #f8fbfa;
  box-shadow: 18px 18px 0 var(--page-accent);
}

.article-page .article-aside p {
  color: rgba(248, 251, 250, 0.56);
}

.article-page .article-aside a:not(.button) {
  color: var(--page-accent);
}

.article-page .article-aside .button {
  width: 100%;
  margin-top: 14px;
  background: var(--page-accent);
  color: var(--page-accent-ink);
}

.inner-page .legal-layout {
  grid-template-columns: minmax(220px, 0.26fr) minmax(0, 0.74fr);
  gap: 90px;
}

.inner-page .legal-index {
  top: calc(var(--header-height) + 30px);
  padding: 26px;
  border: 1px solid #111311;
  border-radius: 8px;
  background: #111311;
}

.inner-page .legal-index strong {
  color: #f8fbfa;
}

.inner-page .legal-index a {
  color: rgba(248, 251, 250, 0.56);
}

.inner-page .legal-index a:hover {
  color: var(--page-accent);
}

.inner-page .legal-copy section {
  padding-bottom: 48px;
}

.inner-page .legal-copy section + section {
  padding-top: 10px;
  border-top: 1px solid rgba(17, 19, 17, 0.14);
}

.inner-page .legal-copy h2 {
  margin-top: 18px;
  color: #111311;
  font-size: 2rem;
}

.inner-page .legal-copy p,
.inner-page .legal-copy li {
  color: #5e6662;
  line-height: 1.76;
}

.inner-page .legal-copy a {
  color: #087d70;
}

.inner-page .legal-notice {
  padding: 24px;
  border-left-color: #ffc83d;
  background: #111311;
  color: #f8fbfa !important;
}

.inner-page .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #050606;
}

.inner-page .footer-column a {
  color: rgba(248, 251, 250, 0.5);
}

.inner-page .footer-column a:hover {
  color: var(--page-accent);
}

.inner-page .not-found {
  min-height: calc(100svh - var(--header-height));
  background: #080909;
}

.inner-page .not-found h1 {
  color: var(--page-accent);
}

@keyframes innerDeviceFloat {
  0%, 100% { transform: rotate(4deg) translateY(var(--inner-device-shift, 0)); }
  50% { transform: rotate(3deg) translateY(calc(var(--inner-device-shift, 0) - 12px)); }
}

@media (max-width: 1120px) {
  .inner-page .page-hero h1,
  .inner-page .split-hero-copy h1 {
    font-size: 4.5rem;
  }

  .inner-page .section-header h2,
  .inner-page .story-copy h2,
  .inner-page .trust-copy h2 {
    font-size: 3.8rem;
  }

  .inner-page .story-layout,
  .inner-page .trust-layout {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  .inner-page .split-page-hero .shell,
  .inner-page .story-layout,
  .inner-page .trust-layout,
  .article-page .article-layout,
  .inner-page .legal-layout {
    grid-template-columns: 1fr;
  }

  .inner-page .split-page-hero .shell {
    width: 100%;
    gap: 0;
  }

  .inner-page .split-hero-copy {
    width: min(calc(100% - 64px), 1280px);
    margin: 0 auto;
    padding: 90px 0;
  }

  .inner-page .hero-screen {
    min-height: 650px;
  }

  .inner-page .hero-screen .phone-frame {
    width: min(310px, 58%);
  }

  .inner-page .story-layout.reverse .story-copy,
  .inner-page .story-layout.reverse .story-media {
    order: initial;
  }

  .inner-page .story-copy,
  .inner-page .trust-copy {
    max-width: 760px;
  }

  .inner-page .story-media {
    min-height: 660px;
  }

  .inner-page .privacy-panel {
    max-width: 620px;
  }

  .article-page .article-layout,
  .inner-page .legal-layout {
    gap: 60px;
  }

  .article-page .article-aside,
  .inner-page .legal-index {
    position: static;
  }

  .inner-page .legal-index {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 18px;
  }

  .inner-page .legal-index strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .inner-page .shell {
    width: min(calc(100% - 28px), 1280px);
  }

  .inner-page .nav-links {
    background: rgba(8, 9, 9, 0.98);
  }

  .inner-page .page-hero {
    min-height: 560px;
    align-items: end;
    --inner-hero-x: 60%;
  }

  .inner-page .page-hero-copy {
    padding: 80px 0 60px;
  }

  .inner-page .page-hero h1,
  .inner-page .split-hero-copy h1 {
    font-size: 3.55rem;
  }

  .inner-page .page-hero p:not(.section-kicker),
  .inner-page .split-hero-copy > p:not(.section-kicker) {
    font-size: 0.94rem;
  }

  .inner-page .split-hero-copy {
    width: min(calc(100% - 28px), 1280px);
    padding: 70px 0;
  }

  .inner-page .hero-screen {
    min-height: 570px;
  }

  .inner-page .hero-screen .phone-frame {
    width: min(275px, 66%);
  }

  .inner-page .metric-grid {
    grid-template-columns: 1fr;
  }

  .inner-page .metric-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d7d3ca;
  }

  .inner-page .metric-item:last-child {
    border-bottom: 0;
  }

  .inner-page .section,
  .inner-page .section-tight {
    padding: 96px 0;
  }

  .inner-page .section-header {
    margin-bottom: 48px;
  }

  .inner-page .section-header h2,
  .inner-page .story-copy h2,
  .inner-page .trust-copy h2 {
    font-size: 3.15rem;
  }

  .inner-page .flow {
    overflow-x: auto;
    grid-template-columns: repeat(4, 220px);
    scroll-snap-type: x mandatory;
  }

  .inner-page .flow-step {
    min-height: 290px;
    scroll-snap-align: start;
  }

  .inner-page .content-grid,
  .inner-page .benefit-grid,
  .inner-page .guide-grid,
  .inner-page .trust-grid,
  .inner-page .plan-grid,
  .inner-page .support-grid {
    grid-template-columns: 1fr;
  }

  .inner-page .content-card,
  .inner-page .benefit-card,
  .inner-page .guide-card,
  .inner-page .trust-card,
  .inner-page .plan-card,
  .inner-page .support-card {
    min-height: 270px;
  }

  .inner-page .story-layout,
  .inner-page .trust-layout {
    gap: 54px;
  }

  .inner-page .story-media {
    min-height: 570px;
  }

  .inner-page .story-media .phone-frame {
    width: min(280px, 70%);
  }

  .inner-page .privacy-panel {
    min-height: 440px;
    padding: 28px;
    box-shadow: 14px 14px 0 #f4f1e8;
  }

  .inner-page .section-paper .privacy-panel {
    box-shadow: 14px 14px 0 #111311;
  }

  .inner-page .privacy-panel strong {
    font-size: 3.4rem;
  }

  .inner-page .conversion-layout {
    min-height: 0;
    padding: 62px 0;
  }

  .inner-page .conversion-layout h2 {
    font-size: 3rem;
  }

  .inner-page .contact-band {
    padding: 84px 0;
  }

  .inner-page .contact-layout h2 {
    font-size: 3.25rem;
  }

  .inner-page .article-layout,
  .inner-page .legal-layout {
    padding: 70px 0 100px;
  }

  .article-page .article-copy h2 {
    font-size: 2.2rem;
  }

  .article-page .article-aside {
    box-shadow: 14px 14px 0 var(--page-accent);
  }
}

@media (max-width: 420px) {
  .inner-page .page-hero h1,
  .inner-page .split-hero-copy h1 {
    font-size: 3.05rem;
  }

  .inner-page .section-header h2,
  .inner-page .story-copy h2,
  .inner-page .trust-copy h2,
  .inner-page .conversion-layout h2 {
    font-size: 2.75rem;
  }

  .inner-page .legal-index {
    grid-template-columns: 1fr;
  }

  .inner-page .legal-index strong {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inner-page .hero-screen .phone-frame {
    animation: none;
    transform: none;
  }
}

.buck-estimator {
  padding: 30px;
  border: 1px solid rgba(7, 16, 20, 0.16);
  border-top: 5px solid var(--gold);
  border-radius: 6px;
  background: #f7faf8;
}

.buck-estimator .section-kicker {
  margin-bottom: 10px;
}

.buck-estimator-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 26px 0;
}

.buck-estimator-controls label {
  display: grid;
  gap: 8px;
  color: #273337;
  font-size: 0.78rem;
  font-weight: 800;
}

.buck-estimator-range {
  grid-column: 1 / -1;
}

.buck-estimator-range > span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.buck-estimator-range output {
  color: #9a6500;
  font-size: 0.75rem;
  font-weight: 900;
}

.buck-estimator-controls select {
  width: 100%;
  min-height: 48px;
  padding: 0 40px 0 13px;
  border: 1px solid rgba(7, 16, 20, 0.2);
  border-radius: 4px;
  background-color: #fff;
  color: #071014;
  font: inherit;
}

.buck-estimator-controls input[type="range"] {
  width: 100%;
  accent-color: #b77900;
}

.buck-estimator-result {
  display: grid;
  gap: 5px;
  padding: 22px;
  border-left: 5px solid var(--mint-deep);
  background: #071014;
  color: #fff;
}

.buck-estimator-result > span,
.buck-estimator-result small {
  color: #aebcb8;
}

.buck-estimator-result > span {
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.buck-estimator-result strong {
  font-size: 1.45rem;
}

.buck-estimator-result strong b {
  color: #ffd15b;
  font-size: 2.2rem;
}

.buck-estimator-result p,
.buck-estimator-result small {
  margin: 0;
}

@media (max-width: 620px) {
  .buck-estimator {
    padding: 24px 18px;
  }

  .buck-estimator-controls {
    grid-template-columns: 1fr;
  }

  .buck-estimator-range {
    grid-column: auto;
  }
}

.decision-studio {
  padding: 130px 0;
  border-bottom: 1px solid var(--page-line);
  background: #f4f0e5;
  color: #111311;
}

.decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.7fr);
  gap: 80px;
  align-items: start;
}

.decision-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: 4.3rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.decision-copy > p:not(.section-kicker) {
  max-width: 630px;
  color: #606862;
  line-height: 1.65;
}

.decision-options {
  margin-top: 42px;
  border-top: 1px solid #cecac0;
}

.decision-option {
  width: 100%;
  min-height: 86px;
  padding: 17px 0;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid #cecac0;
  background: transparent;
  color: #111311;
  text-align: left;
  cursor: pointer;
}

.decision-option span {
  color: #888f8b;
  font-size: 0.65rem;
  font-weight: 900;
}

.decision-option strong {
  font-size: 1rem;
}

.decision-option.is-selected span,
.decision-option:hover span {
  color: var(--page-accent);
}

.decision-option.is-selected strong {
  color: color-mix(in srgb, var(--page-accent) 76%, #111311);
}

.decision-result {
  position: sticky;
  top: 108px;
  min-height: 520px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border: 1px solid #171917;
  border-radius: 8px;
  background: #111311;
  color: #f8fbfa;
  box-shadow: 28px 28px 0 var(--page-accent);
}

.decision-result > span {
  color: var(--page-accent);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.decision-result > strong {
  margin-top: auto;
  font-size: 3rem;
  line-height: 0.98;
}

.decision-result > p {
  color: rgba(248, 251, 250, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
}

.decision-result > a {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #f8fbfa;
  font-size: 0.75rem;
  font-weight: 800;
}

.support-search {
  max-width: 680px;
  margin-top: 34px;
}

.support-search > label {
  display: block;
  margin-bottom: 10px;
  color: rgba(248, 251, 250, 0.66);
  font-size: 0.66rem;
  font-weight: 800;
}

.support-search > div {
  height: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(8, 9, 9, 0.48);
}

.support-search input {
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f8fbfa;
  font: inherit;
  font-size: 0.82rem;
}

.support-search input::placeholder {
  color: rgba(248, 251, 250, 0.38);
}

.support-search button {
  margin: 7px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  color: #f8fbfa;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 800;
  cursor: pointer;
}

.support-search > span {
  margin-top: 9px;
  display: block;
  color: rgba(248, 251, 250, 0.45);
  font-size: 0.64rem;
}

[data-support-item].is-search-hidden {
  display: none;
}

.article-outline {
  margin: 26px 0;
  padding: 22px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.article-outline > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(248, 251, 250, 0.42);
  font-size: 0.61rem;
  font-weight: 850;
  text-transform: uppercase;
}

.article-page .article-aside .article-outline a {
  padding: 7px 0;
  border: 0;
  color: rgba(248, 251, 250, 0.58);
  font-size: 0.69rem;
}

.article-page .article-aside .article-outline a:hover,
.article-page .article-aside .article-outline a.is-current {
  color: var(--page-accent);
}

.article-related {
  padding: 118px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #080909;
  color: #f8fbfa;
}

.article-related-header {
  margin-bottom: 48px;
}

.article-related-header h2 {
  margin: 12px 0 0;
  font-size: 3.5rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.article-related-grid a {
  min-height: 310px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: #f8fbfa;
  transition: background-color 180ms ease, transform 180ms ease;
}

.article-related-grid a:last-child {
  border-right: 0;
}

.article-related-grid a:hover {
  background: #141715;
  transform: translateY(-7px);
}

.article-related-grid span {
  color: var(--page-accent);
  font-size: 0.65rem;
  font-weight: 900;
}

.article-related-grid strong {
  margin-top: auto;
  font-size: 1.5rem;
  line-height: 1.12;
}

.article-related-grid p {
  color: rgba(248, 251, 250, 0.5);
  font-size: 0.75rem;
  line-height: 1.55;
}

.article-related-grid small {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--page-accent);
  font-size: 0.64rem;
  font-weight: 800;
}

.home-field-guide {
  padding: 150px 0;
  background: #f4f0e5;
  color: #111311;
}

.home-field-guide-heading {
  max-width: 1030px;
}

.home-field-guide-heading .cinematic-kicker {
  color: #547064;
}

.home-field-guide-heading h2 {
  margin: 28px 0 0;
  font-size: 5rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.home-field-guide-heading h2 em {
  color: #138652;
  font-family: Georgia, serif;
  font-weight: 500;
}

.home-field-guide-heading > p:last-child {
  max-width: 690px;
  color: #616a65;
  line-height: 1.65;
}

.home-guide-rail {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #c9c6bd;
}

.home-guide-story {
  min-height: 350px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #c9c6bd;
  color: #111311;
  transition: background-color 200ms ease, transform 200ms ease;
}

.home-guide-story:last-child {
  border-right: 0;
}

.home-guide-story:hover {
  background: #fffdf7;
  transform: translateY(-7px);
}

.home-guide-story > span {
  color: #66706a;
  font-size: 0.66rem;
  font-weight: 850;
  text-transform: uppercase;
}

.home-guide-story > strong {
  margin-top: auto;
  font-size: 1.65rem;
  line-height: 1.15;
}

.home-guide-story > small {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #d3d0c7;
  color: #68716c;
  font-size: 0.65rem;
}

.home-guide-action {
  margin-top: 34px;
}

@media (max-width: 900px) {
  .decision-grid {
    grid-template-columns: 1fr;
  }

  .decision-result {
    position: static;
  }

  .home-guide-rail {
    grid-template-columns: 1fr;
  }

  .article-related-grid {
    grid-template-columns: 1fr;
  }

  .article-related-grid a {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .home-guide-story {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid #c9c6bd;
  }

  .home-guide-story:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .decision-studio {
    padding: 86px 0;
  }

  .decision-grid {
    gap: 54px;
  }

  .decision-copy h2,
  .home-field-guide-heading h2 {
    font-size: 3.1rem;
  }

  .decision-result {
    min-height: 440px;
    padding: 28px;
    box-shadow: 14px 14px 0 var(--page-accent);
  }

  .decision-result > strong {
    font-size: 2.4rem;
  }

  .support-search > div {
    height: 54px;
  }

  .home-field-guide {
    padding: 96px 0;
  }

  .article-related {
    padding: 82px 0;
  }

  .article-related-header h2 {
    font-size: 2.8rem;
  }

  .home-guide-rail {
    margin-top: 46px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Premium Get ChoreRally conversion page */
.get-page {
  background: #080909;
  color: #f8fbfa;
}

.get-page .shell {
  width: min(calc(100% - 64px), 1280px);
}

.get-header {
  background: rgba(8, 9, 9, 0.9);
}

.get-header .nav-cta {
  background: #24dcc0;
  color: #07110c !important;
}

.get-hero {
  position: relative;
  min-height: 820px;
  height: calc(100svh - 46px);
  max-height: 980px;
  overflow: hidden;
  isolation: isolate;
  background: #080909;
}

.get-hero::before,
.get-hero::after {
  position: absolute;
  z-index: -1;
  background: rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.get-hero::before {
  top: 0;
  bottom: 0;
  left: 54%;
  width: 1px;
}

.get-hero::after {
  right: 0;
  bottom: 13%;
  left: 0;
  height: 1px;
}

.get-hero-layout {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
  gap: 70px;
  align-items: center;
  padding-top: var(--header-height);
}

.get-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 660px;
}

.get-hero-copy h1 {
  margin: 0;
  font-size: 6.15rem;
  font-weight: 920;
  line-height: 0.86;
  letter-spacing: 0;
}

.get-hero-copy h1 em,
.get-included-heading h2 em,
.get-finale-copy h2 em {
  color: #ffc83d;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.get-hero-statement {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(248, 251, 250, 0.68);
  font-size: 1.08rem;
  line-height: 1.65;
}

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

.get-release {
  max-width: 560px;
  margin: 24px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(248, 251, 250, 0.48);
  font-size: 0.7rem;
}

.get-release > span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 0.42em;
  border-radius: 50%;
  background: #ffc83d;
  box-shadow: 0 0 14px rgba(255, 200, 61, 0.54);
}

.get-assurances {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: rgba(248, 251, 250, 0.5);
  font-size: 0.7rem;
}

.get-assurances span {
  position: relative;
  padding-left: 12px;
}

.get-assurances span::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #24dcc0;
  content: "";
}

.get-assurances strong {
  color: #f8fbfa;
}

.get-product {
  position: relative;
  height: min(78vh, 770px);
  min-height: 650px;
  perspective: 1500px;
}

.get-orbit {
  position: absolute;
  top: 13%;
  left: 3%;
  width: 94%;
  aspect-ratio: 1;
  border: 1px solid rgba(60, 230, 138, 0.24);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(-15deg);
}

.get-orbit::before,
.get-orbit::after {
  position: absolute;
  border: 1px solid rgba(101, 191, 242, 0.17);
  border-radius: 50%;
  content: "";
}

.get-orbit::before { inset: 12%; }
.get-orbit::after { inset: -16%; }

.get-phone {
  position: absolute;
  overflow: hidden;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 48px;
  background: #020303;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
  transition: transform 260ms ease;
}

.get-phone img {
  width: 100%;
  border-radius: 41px;
}

.get-phone-parent {
  z-index: 2;
  top: 17%;
  left: 4%;
  width: 292px;
  transform: rotateY(10deg) rotateZ(-8deg) scale(0.94);
  opacity: 0.82;
}

.get-phone-child {
  z-index: 3;
  top: 6%;
  right: 3%;
  width: 330px;
  transform: rotateY(-7deg) rotateZ(5deg);
}

.get-product:hover .get-phone-parent {
  transform: translateX(-12px) rotateY(7deg) rotateZ(-10deg) scale(0.94);
}

.get-product:hover .get-phone-child {
  transform: translateX(12px) rotateY(-5deg) rotateZ(7deg);
}

.get-qr-card {
  position: absolute;
  z-index: 6;
  right: 25%;
  bottom: 4%;
  min-width: 238px;
  padding: 10px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(17, 19, 17, 0.14);
  border-radius: 8px;
  background: #f4f1e8;
  color: #111311;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.get-qr-card > img {
  width: 70px;
  height: 70px;
}

.get-qr-card strong,
.get-qr-card span {
  display: block;
}

.get-qr-card strong {
  font-size: 0.78rem;
}

.get-qr-card span {
  margin-top: 4px;
  color: #68706b;
  font-size: 0.64rem;
}

.get-proof {
  border-block: 1px solid #d5d1c8;
  background: #f4f1e8;
  color: #111311;
}

.get-proof-grid {
  min-height: 126px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.get-proof-grid > div {
  min-width: 0;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #d5d1c8;
}

.get-proof-grid > div:last-child {
  border-right: 0;
}

.get-proof-grid strong {
  font-size: 0.88rem;
}

.get-proof-grid span {
  margin-top: 4px;
  color: #68706b;
  font-size: 0.69rem;
}

.get-included {
  padding: 150px 0 170px;
  background: #dcebf0;
  color: #111311;
}

.get-included-heading {
  margin-bottom: 78px;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 70px;
  align-items: end;
}

.get-included-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -42px;
  color: #4e5b60;
}

.get-included-heading h2 {
  margin: 0;
  font-size: 5.2rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.get-included-heading h2 em {
  color: #a94738;
}

.get-included-heading > p:last-child {
  margin: 0 0 5px;
  color: #59666a;
}

.get-included-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid rgba(17, 19, 17, 0.18);
}

.get-included-rail article {
  position: relative;
  min-height: 320px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(17, 19, 17, 0.18);
}

.get-included-rail article:last-child {
  border-right: 0;
}

.get-included-rail article::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--included-color);
  content: "";
}

.get-included-rail article > span {
  color: #657176;
  font-size: 0.68rem;
  font-weight: 950;
}

.get-included-rail article strong {
  margin-top: auto;
  font-size: 1.7rem;
}

.get-included-rail article p {
  min-height: 76px;
  margin: 13px 0 0;
  color: #5c686c;
  font-size: 0.78rem;
}

.get-start {
  padding: 150px 0;
  background: #ff795f;
  color: #111311;
}

.get-start-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  align-items: start;
}

.get-start-copy {
  position: sticky;
  top: calc(var(--header-height) + 36px);
}

.get-start-copy .cinematic-kicker {
  color: rgba(17, 19, 17, 0.64);
}

.get-start-copy .cinematic-kicker > span {
  background: #111311;
}

.get-start-copy h2 {
  margin: 0;
  font-size: 4.4rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.get-start-copy > p:last-child {
  margin: 24px 0 0;
  color: rgba(17, 19, 17, 0.66);
}

.get-start-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(17, 19, 17, 0.22);
  list-style: none;
}

.get-start-steps li {
  min-height: 190px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid rgba(17, 19, 17, 0.22);
}

.get-start-steps li > span {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid #111311;
  border-radius: 50%;
  font-weight: 950;
}

.get-start-steps strong {
  font-size: 1.45rem;
}

.get-start-steps p {
  max-width: 530px;
  margin: 8px 0 0;
  color: rgba(17, 19, 17, 0.66);
}

.get-trust {
  padding: 150px 0;
  background: #edf0ef;
  color: #111311;
}

.get-trust-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
  align-items: center;
}

.get-trust-seal {
  width: min(410px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  border: 2px solid #111311;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-5deg);
}

.get-trust-seal > span {
  color: #087d70;
  font-size: 6.2rem;
  font-weight: 950;
  line-height: 0.8;
}

.get-trust-seal strong {
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 0.9;
}

.get-trust-seal small {
  margin-top: 10px;
  font-weight: 900;
}

.get-trust-copy .section-kicker {
  color: #087d70;
}

.get-trust-copy h2 {
  margin: 0;
  font-size: 4.6rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.get-trust-copy > p:not(.section-kicker) {
  max-width: 670px;
  margin: 26px 0 0;
  color: #626a66;
}

.get-finale {
  min-height: 760px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #bd6df2;
  color: #111311;
  text-align: center;
}

.get-finale-copy > img {
  width: 80px;
  margin: 0 auto 22px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(50, 20, 68, 0.24);
}

.get-finale-copy > p {
  margin: 0 0 24px;
  font-size: 0.7rem;
  font-weight: 950;
}

.get-finale-copy h2 {
  margin: 0;
  font-size: 5.8rem;
  line-height: 0.9;
  letter-spacing: 0;
}

.get-finale-copy h2 em {
  color: #111311;
}

.get-finale-copy .button-finale {
  margin-top: 36px;
}

.get-finale-copy > small {
  margin-top: 14px;
  display: block;
  color: rgba(17, 19, 17, 0.62);
  font-weight: 750;
}

@media (max-width: 1120px) {
  .get-hero-copy h1,
  .get-included-heading h2,
  .get-finale-copy h2 {
    font-size: 4.8rem;
  }

  .get-hero-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    gap: 44px;
  }

  .get-phone-parent { width: 250px; }
  .get-phone-child { width: 285px; }
  .get-start-copy h2,
  .get-trust-copy h2 { font-size: 3.9rem; }
}

@media (max-width: 900px) {
  .get-hero {
    min-height: 1020px;
    height: auto;
    max-height: none;
  }

  .get-hero-layout {
    grid-template-columns: 1fr;
    align-content: start;
    padding-top: 130px;
  }

  .get-product {
    height: 520px;
    min-height: 0;
  }

  .get-phone-parent {
    top: 8%;
    left: 16%;
    width: 220px;
  }

  .get-phone-child {
    top: 0;
    right: 16%;
    width: 245px;
  }

  .get-qr-card {
    right: 16%;
    bottom: 1%;
  }

  .get-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .get-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .get-proof-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid #d5d1c8;
  }

  .get-included-heading,
  .get-start-layout,
  .get-trust-layout {
    grid-template-columns: 1fr;
  }

  .get-included-heading {
    gap: 24px;
  }

  .get-included-heading .section-kicker {
    grid-column: 1;
    margin-bottom: 0;
  }

  .get-included-rail {
    overflow-x: auto;
    grid-template-columns: repeat(5, 230px);
    scroll-snap-type: x mandatory;
  }

  .get-included-rail article {
    scroll-snap-align: start;
  }

  .get-start-copy {
    position: static;
  }

  .get-trust-layout {
    gap: 62px;
  }

  .get-trust-seal {
    max-width: 350px;
  }
}

@media (max-width: 760px) {
  .get-page .shell {
    width: min(calc(100% - 28px), 1280px);
  }

  .get-hero {
    min-height: 900px;
  }

  .get-hero-layout {
    gap: 18px;
    padding-top: 102px;
  }

  .get-hero-copy h1,
  .get-included-heading h2,
  .get-finale-copy h2 {
    font-size: 3.55rem;
  }

  .get-hero-statement {
    margin-top: 20px;
    font-size: 0.94rem;
  }

  .get-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .get-release,
  .get-assurances {
    margin-top: 20px;
  }

  .get-product {
    height: 360px;
  }

  .get-phone {
    padding: 5px;
    border-radius: 36px;
  }

  .get-phone img {
    border-radius: 31px;
  }

  .get-phone-parent {
    left: 1%;
    width: 165px;
  }

  .get-phone-child {
    right: 1%;
    width: 185px;
  }

  .get-qr-card {
    display: none;
  }

  .get-proof-grid > div {
    min-height: 105px;
    padding: 18px 14px;
  }

  .get-included,
  .get-start,
  .get-trust {
    padding: 96px 0;
  }

  .get-included-heading {
    margin-bottom: 52px;
  }

  .get-start-layout {
    gap: 50px;
  }

  .get-start-copy h2,
  .get-trust-copy h2 {
    font-size: 3.3rem;
  }

  .get-start-steps li {
    min-height: 160px;
    grid-template-columns: 46px 1fr;
    gap: 16px;
  }

  .get-start-steps li > span {
    width: 42px;
  }

  .get-start-steps strong {
    font-size: 1.1rem;
  }

  .get-start-steps p {
    font-size: 0.82rem;
  }

  .get-trust-seal {
    width: min(290px, 86vw);
  }

  .get-trust-seal > span {
    font-size: 4.6rem;
  }

  .get-finale {
    min-height: 670px;
  }
}

@media (max-width: 420px) {
  .get-hero-copy h1,
  .get-included-heading h2,
  .get-finale-copy h2 {
    font-size: 3.08rem;
  }

  .get-actions .button,
  .get-finale-copy .button {
    width: 100%;
  }

  .get-start-copy h2,
  .get-trust-copy h2 {
    font-size: 2.9rem;
  }
}

/* Cinematic ChoreRally launch page */
.home-page {
  --home-black: #080909;
  --home-cream: #f4f1e8;
  --home-gold: #ffc83d;
  --home-mint: #24dcc0;
  --home-coral: #ff795f;
  --home-sky: #65bff2;
  --home-violet: #bd6df2;
  background: var(--home-black);
  color: #f8fbfa;
}

.home-page .shell {
  width: min(calc(100% - 64px), 1280px);
}

.scroll-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--home-mint);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  pointer-events: none;
}

.home-header {
  position: fixed;
  z-index: 110;
  top: 0;
  right: 0;
  left: 0;
  border-bottom-color: transparent;
  background: rgba(8, 9, 9, 0.58);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  transition: background-color 220ms ease, border-color 220ms ease;
}

.home-header.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.09);
  background: rgba(8, 9, 9, 0.9);
}

.home-header .brand img {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15), 0 8px 24px rgba(0, 0, 0, 0.32);
}

.home-header .nav-cta {
  border-color: var(--home-mint);
  background: var(--home-mint);
  color: #07110c;
}

.cinematic-hero {
  position: relative;
  min-height: 880px;
  height: 100svh;
  max-height: 1040px;
  overflow: hidden;
  isolation: isolate;
  background: var(--home-black);
}

.cinematic-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 9, 9, 0.08);
  content: "";
  pointer-events: none;
}

#chorerally-world {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 900ms ease;
}

.webgl-ready #chorerally-world {
  opacity: 1;
}

.no-webgl .cinematic-hero {
  background-color: #080909;
  background-image: url("assets/chorerally-world.jpg");
  background-position: center;
  background-size: cover;
}

.no-webgl .cinematic-hero::before {
  background: rgba(8, 9, 9, 0.76);
}

.cinematic-shell {
  position: relative;
  z-index: 4;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(470px, 1.18fr);
  gap: 44px;
  align-items: center;
  padding-top: var(--header-height);
}

.cinematic-copy {
  position: relative;
  z-index: 8;
  max-width: 640px;
}

.cinematic-kicker {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(248, 251, 250, 0.7);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cinematic-kicker > span {
  width: 28px;
  height: 2px;
  display: inline-block;
  background: var(--home-mint);
}

.cinematic-copy h1 {
  margin: 0 0 22px;
  color: var(--home-mint);
  font-size: 2.25rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.cinematic-statement {
  margin: 0;
  color: #f8fbfa;
  font-size: 5.65rem;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
}

.cinematic-statement em,
.payoff-copy h2 em,
.theater-intro h2 em,
.loop-heading h2 em,
.bucks-copy h2 em,
.reward-heading h2 em,
.age-heading h2 em,
.finale-copy h2 em {
  color: var(--home-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.cinematic-subcopy {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(248, 251, 250, 0.68);
  font-size: 1.08rem;
  line-height: 1.65;
}

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

.button-luminous,
.button-finale {
  min-height: 58px;
  padding: 0 23px;
  gap: 20px;
  border-color: var(--home-mint);
  background: var(--home-mint);
  color: #07110c;
  box-shadow: 0 16px 42px rgba(60, 230, 138, 0.24);
}

.button-luminous:hover,
.button-finale:hover {
  border-color: #79f1de;
  background: #79f1de;
  box-shadow: 0 20px 56px rgba(60, 230, 138, 0.34);
}

.button-luminous span,
.button-finale span {
  font-size: 1.2rem;
}

.text-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f8fbfa;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.text-action span {
  color: var(--home-mint);
  font-size: 1.1rem;
  transition: transform 160ms ease;
}

.text-action:hover span {
  transform: translateX(4px);
}

.text-action-dark {
  color: #101211;
}

.hero-assurance {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: rgba(248, 251, 250, 0.52);
  font-size: 0.72rem;
}

.hero-assurance span {
  position: relative;
  padding-left: 13px;
}

.hero-assurance span::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--home-gold);
  content: "";
}

.hero-assurance strong {
  color: #f8fbfa;
}

.hero-devices {
  position: relative;
  z-index: 5;
  height: min(78vh, 800px);
  min-height: 690px;
  perspective: 1600px;
  transform-style: preserve-3d;
}

.device {
  position: absolute;
  margin: 0;
  transform-style: preserve-3d;
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.device-body {
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 52px;
  background: #020303;
  box-shadow: 0 54px 110px rgba(0, 0, 0, 0.54), 0 0 0 1px rgba(0, 0, 0, 0.82);
}

.device-body img {
  width: 100%;
  border-radius: 44px;
}

.device-label {
  width: fit-content;
  margin: 0 auto 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(248, 251, 250, 0.72);
  font-size: 0.7rem;
  font-weight: 850;
}

.device-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--device-accent, var(--home-mint));
  box-shadow: 0 0 16px var(--device-accent, var(--home-mint));
}

.device-parent {
  --device-accent: var(--home-sky);
  z-index: 2;
  top: 18%;
  left: 1%;
  width: 300px;
  transform: rotateY(11deg) rotateZ(-8deg) translate3d(var(--device-x, 0), var(--device-y, 0), -70px);
  opacity: 0.82;
}

.device-child {
  --device-accent: var(--home-mint);
  z-index: 4;
  top: 6%;
  right: 0;
  width: 342px;
  transform: rotateY(-8deg) rotateZ(5deg) translate3d(var(--device-x-child, 0), var(--device-y, 0), 36px);
}

.hero-event {
  position: absolute;
  z-index: 8;
  min-width: 188px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(10, 12, 11, 0.86);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-event > span {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--event-accent);
  color: #07110c;
  font-size: 0.8rem;
  font-weight: 950;
}

.hero-event strong {
  font-size: 0.78rem;
}

.hero-event small {
  color: rgba(248, 251, 250, 0.54);
  font-size: 0.66rem;
}

.hero-event-done {
  --event-accent: var(--home-mint);
  top: 17%;
  right: -3%;
  animation: eventFloat 5.2s ease-in-out infinite;
}

.hero-event-earned {
  --event-accent: var(--home-gold);
  right: 30%;
  bottom: 9%;
  animation: eventFloat 5.8s ease-in-out -1.7s infinite;
}

.hero-scroll {
  position: absolute;
  z-index: 8;
  bottom: 28px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(248, 251, 250, 0.44);
  font-size: 0.64rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll span {
  width: 1px;
  height: 34px;
  background: rgba(248, 251, 250, 0.5);
  animation: scrollPulse 2s ease-in-out infinite;
  transform-origin: top;
}

.proof-ribbon {
  overflow: hidden;
  border-block: 1px solid #d4d0c6;
  background: var(--home-cream);
  color: #111311;
}

.proof-ribbon-track {
  width: max-content;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 30px;
  animation: ribbonMove 28s linear infinite;
}

.proof-ribbon span {
  font-size: 0.78rem;
  font-weight: 950;
}

.proof-ribbon b {
  color: var(--home-coral);
  font-size: 1.1rem;
}

.payoff-stage {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #252824;
}

.payoff-stage > img,
.payoff-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.payoff-stage > img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.payoff-shade {
  z-index: -1;
  background: rgba(5, 7, 6, 0.5);
}

.payoff-copy {
  padding-bottom: 84px;
}

.payoff-copy h2 {
  max-width: 900px;
  margin: 0;
  font-size: 6rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.payoff-copy h2 em {
  color: var(--home-mint);
}

.payoff-copy > p:last-child {
  max-width: 540px;
  margin: 28px 0 0;
  color: rgba(248, 251, 250, 0.75);
  font-size: 1.1rem;
}

.payoff-outcomes {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.payoff-outcomes > div {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(8, 9, 9, 0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.payoff-outcomes > div:last-child {
  border-right: 0;
}

.payoff-outcomes strong {
  font-size: 1.15rem;
}

.payoff-outcomes span {
  color: rgba(248, 251, 250, 0.62);
  font-size: 0.78rem;
}

.product-theater {
  padding: 150px 0 170px;
  overflow: hidden;
  background: var(--home-cream);
  color: #111311;
}

.theater-intro {
  margin-bottom: 82px;
  display: grid;
  grid-template-columns: 1fr 0.56fr;
  gap: 60px;
  align-items: end;
}

.theater-intro .section-kicker,
.bucks-copy .section-kicker,
.reward-heading .section-kicker,
.film-premiere .section-kicker {
  color: #59605c;
}

.theater-intro h2,
.loop-heading h2,
.bucks-copy h2,
.reward-heading h2,
.age-heading h2 {
  margin: 0;
  font-size: 5.4rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.theater-intro h2 em {
  color: #9250bb;
}

.theater-intro > p:last-child {
  margin: 0 0 5px;
  color: #626964;
  font-size: 1.08rem;
  line-height: 1.65;
}

.premium-tour {
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: 90px;
  align-items: center;
}

.premium-tour .tour-tabs {
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-color: #c9c6bd;
  background: transparent;
}

.premium-tour .tour-tab {
  min-height: 56px;
  border-color: #c9c6bd;
  background: transparent;
  color: #6c716e;
}

.premium-tour .tour-tab:hover {
  background: #e8e4da;
  color: #111311;
}

.premium-tour .tour-tab[aria-selected="true"] {
  background: #111311;
  color: #f8fbfa;
}

.premium-tour .tour-copy {
  min-height: 420px;
  padding: 52px 0 36px;
  border-top: 0;
}

.premium-tour .tour-label {
  color: #725284;
}

.premium-tour .tour-copy h3 {
  max-width: 500px;
  color: #111311;
  font-size: 3.15rem;
  line-height: 1;
}

.premium-tour .tour-copy > p:not(.tour-label),
.premium-tour .tour-points li {
  color: #656b67;
}

.premium-tour .tour-points li::before {
  background: var(--tour-accent);
}

.premium-tour .tour-stage {
  min-height: 760px;
  overflow: visible;
  border: 0;
  background: #111311;
  box-shadow: 34px 34px 0 var(--home-coral);
}

.premium-tour .tour-stage::before {
  width: 64%;
  height: 64%;
  border-radius: 50%;
  background: var(--tour-accent, var(--home-sky));
  opacity: 0.22;
}

.premium-tour .tour-stage .phone-frame {
  z-index: 4;
  width: min(340px, 62%);
  border-color: #090a09;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.58);
}

.premium-tour .stage-badge {
  z-index: 6;
  right: -6%;
  bottom: 12%;
  max-width: 210px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #f8fbfa;
  color: #111311;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.theater-orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.theater-orbit-one {
  width: 74%;
  aspect-ratio: 1;
  transform: rotateX(66deg) rotateZ(20deg);
}

.theater-orbit-two {
  width: 94%;
  aspect-ratio: 1;
  transform: rotateX(74deg) rotateZ(-32deg);
}

.loop-section {
  padding: 150px 0 170px;
  overflow: hidden;
  background: var(--home-black);
}

.loop-heading {
  margin-bottom: 86px;
}

.loop-heading h2 {
  max-width: 850px;
}

.loop-heading h2 em {
  color: var(--home-mint);
}

.loop-rail {
  width: min(calc(100% - 64px), 1460px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(210px, 1fr));
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.loop-moment {
  position: relative;
  min-height: 350px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 240ms ease, transform 240ms ease;
}

.loop-moment:last-child {
  border-right: 0;
}

.loop-moment::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--moment);
  content: "";
  transform: scaleX(0.24);
  transform-origin: left;
  transition: transform 280ms ease;
}

.loop-moment:hover,
.loop-moment.is-active {
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-8px);
}

.loop-moment:hover::before,
.loop-moment.is-active::before {
  transform: scaleX(1);
}

.loop-moment > span {
  color: var(--moment);
  font-size: 0.74rem;
  font-weight: 950;
}

.loop-moment strong {
  margin-top: auto;
  color: #f8fbfa;
  font-size: 2rem;
  line-height: 1;
}

.loop-moment p {
  min-height: 66px;
  margin: 16px 0 0;
  color: rgba(248, 251, 250, 0.55);
  font-size: 0.82rem;
}

.bucks-world {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  background: var(--home-gold);
  color: #14130c;
}

.bucks-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  border-left: 1px solid rgba(20, 19, 12, 0.12);
  background: rgba(255, 255, 255, 0.16);
  transform: skewX(-8deg) translateX(12%);
}

.bucks-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  gap: 86px;
  align-items: center;
}

.bucks-copy h2 em {
  color: #7c3fa0;
}

.bucks-copy > p:not(.section-kicker) {
  max-width: 580px;
  margin: 26px 0 0;
  color: rgba(20, 19, 12, 0.68);
  font-size: 1.06rem;
}

.bucks-choices {
  margin: 38px 0 32px;
  display: flex;
  flex-wrap: wrap;
  border-block: 1px solid rgba(20, 19, 12, 0.22);
}

.bucks-choices span {
  padding: 13px 24px 13px 0;
  margin-right: 24px;
  color: rgba(20, 19, 12, 0.7);
  font-size: 0.76rem;
  font-weight: 950;
}

.bucks-choices span + span {
  position: relative;
  padding-left: 24px;
}

.bucks-choices span + span::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 1px;
  background: rgba(20, 19, 12, 0.22);
  content: "";
}

.wallet-visual {
  position: relative;
  min-height: 740px;
  display: grid;
  place-items: center;
}

.wallet-visual .wallet-phone {
  z-index: 4;
  width: 340px;
  border-color: #080909;
  box-shadow: 0 48px 94px rgba(72, 48, 0, 0.3);
  transform: rotate(4deg);
}

.wallet-ring {
  position: absolute;
  z-index: 1;
  width: 570px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid rgba(20, 19, 12, 0.18);
  border-radius: 50%;
  transform: rotateX(66deg) rotateZ(-18deg);
}

.wallet-ring::before,
.wallet-ring::after {
  position: absolute;
  border: 1px solid rgba(20, 19, 12, 0.16);
  border-radius: 50%;
  content: "";
}

.wallet-ring::before {
  inset: 12%;
}

.wallet-ring::after {
  inset: -15%;
}

.wallet-ring span {
  width: 140px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 8px solid #1a170a;
  border-radius: 50%;
  background: var(--home-cream);
  font-size: 2.4rem;
  font-weight: 950;
  transform: rotateZ(18deg) rotateX(-66deg);
}

.wallet-stat {
  position: absolute;
  z-index: 7;
  min-width: 205px;
  padding: 16px 18px;
  border: 1px solid rgba(20, 19, 12, 0.12);
  border-radius: 8px;
  background: var(--home-cream);
  box-shadow: 0 22px 55px rgba(72, 48, 0, 0.18);
}

.wallet-stat strong,
.wallet-stat span {
  display: block;
}

.wallet-stat strong {
  font-size: 0.82rem;
}

.wallet-stat span {
  margin-top: 3px;
  color: #6d6752;
  font-size: 0.7rem;
}

.wallet-stat-one {
  top: 15%;
  left: 0;
}

.wallet-stat-two {
  right: -2%;
  bottom: 17%;
}

.reward-world {
  padding: 150px 0 170px;
  overflow: hidden;
  background: var(--home-cream);
  color: #111311;
}

.reward-heading {
  max-width: 980px;
  margin-bottom: 76px;
}

.reward-heading h2 em {
  color: #c84132;
}

.reward-heading > p:last-child {
  margin: 24px 0 0;
  color: #606762;
  font-size: 1.06rem;
}

.reward-marquee {
  width: max-content;
  margin-left: max(32px, calc((100vw - 1280px) / 2));
  display: flex;
  gap: 16px;
  padding-right: 32px;
}

.reward-tile {
  width: 300px;
  min-height: 280px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(17, 19, 17, 0.12);
  border-radius: 8px;
  color: #111311;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.reward-tile:hover {
  transform: translateY(-10px) rotate(-1deg);
  box-shadow: 0 30px 70px rgba(30, 24, 16, 0.14);
}

.reward-tile span {
  font-size: 0.68rem;
  font-weight: 950;
}

.reward-tile strong {
  max-width: 230px;
  margin-top: auto;
  font-size: 1.62rem;
  line-height: 1.05;
}

.reward-tile small {
  margin-top: 16px;
  color: rgba(17, 19, 17, 0.62);
  font-weight: 850;
}

.reward-tile-coral { background: var(--home-coral); }
.reward-tile-sky { background: var(--home-sky); }
.reward-tile-gold { background: var(--home-gold); }
.reward-tile-mint { background: var(--home-mint); }
.reward-tile-violet { background: var(--home-violet); }

.reward-product {
  margin-top: 150px;
  display: grid;
  grid-template-columns: minmax(400px, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: center;
}

.reward-screen {
  min-height: 720px;
  display: grid;
  place-items: center;
  background: var(--home-coral);
  box-shadow: -32px 32px 0 #111311;
}

.reward-screen .phone-frame {
  width: 335px;
  border-color: #080909;
  box-shadow: 0 44px 90px rgba(64, 14, 8, 0.34);
  transform: rotate(-4deg);
}

.reward-pullquote {
  margin: 0;
  color: #111311;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.7rem;
  line-height: 0.98;
}

.reward-copy > p:not(.reward-pullquote) {
  max-width: 560px;
  margin: 32px 0 28px;
  color: #616762;
  font-size: 1.04rem;
}

.age-world {
  padding: 150px 0 170px;
  overflow: hidden;
  background: #0c0d0d;
}

.age-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.52fr;
  gap: 70px;
  align-items: end;
}

.age-heading h2 {
  grid-column: 1;
}

.age-heading h2 em {
  color: var(--home-sky);
}

.age-heading > p:last-child {
  grid-column: 2;
  grid-row: 2;
  margin: 0 0 6px;
  color: rgba(248, 251, 250, 0.58);
  font-size: 1.04rem;
}

.age-experiences {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.age-experience {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: #111311;
  text-decoration: none;
  transition: transform 230ms ease, border-color 230ms ease;
}

.age-experience:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.34);
}

.age-young { background: var(--home-coral); }
.age-middle { background: var(--home-mint); }
.age-teen { background: var(--home-sky); }

.age-copy {
  position: relative;
  z-index: 3;
  padding: 28px;
}

.age-copy > span {
  font-size: 0.68rem;
  font-weight: 950;
}

.age-copy h3 {
  margin: 45px 0 10px;
  font-size: 3rem;
  line-height: 1;
}

.age-copy p {
  max-width: 310px;
  margin: 0;
  color: rgba(17, 19, 17, 0.68);
  font-size: 0.85rem;
}

.age-copy strong {
  display: block;
  margin-top: 20px;
  font-size: 0.75rem;
}

.age-experience img {
  position: absolute;
  right: -16%;
  bottom: -23%;
  width: 82%;
  border: 6px solid #080909;
  border-radius: 46px;
  box-shadow: 0 36px 74px rgba(0, 0, 0, 0.28);
  transform: rotate(7deg);
  transition: transform 300ms ease;
}

.age-experience:nth-child(2) img {
  transform: rotate(-5deg);
}

.age-experience:hover img {
  transform: translateY(-18px) rotate(3deg);
}

.film-premiere {
  padding: 150px 0 170px;
  background: #050606;
}

.film-premiere-heading {
  margin-bottom: 60px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}

.film-premiere-heading h2 {
  margin: 0;
  font-size: 4.8rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.film-premiere-heading > p {
  max-width: 290px;
  margin: 0 0 6px;
  color: rgba(248, 251, 250, 0.5);
  font-size: 0.86rem;
}

.film-frame-premium {
  border-color: rgba(255, 255, 255, 0.14);
  background: #000;
  box-shadow: 0 44px 110px rgba(0, 0, 0, 0.62);
}

.privacy-world {
  padding: 150px 0;
  overflow: hidden;
  background: #eceff0;
  color: #111311;
}

.privacy-world-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
  align-items: center;
}

.privacy-seal {
  width: min(420px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  border: 2px solid #111311;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-6deg);
}

.privacy-seal::before,
.privacy-seal::after {
  position: absolute;
  border: 1px solid rgba(17, 19, 17, 0.3);
  border-radius: 50%;
  content: "";
}

.privacy-seal::before {
  inset: 18px;
}

.privacy-seal::after {
  inset: 35px;
}

.privacy-seal span,
.privacy-seal small {
  font-size: 0.68rem;
  font-weight: 950;
}

.privacy-seal strong {
  margin: 14px 0;
  color: #087d70;
  font-size: 3.2rem;
  line-height: 0.82;
}

.privacy-world-copy .cinematic-kicker {
  color: #59605c;
}

.privacy-world-copy h2 {
  margin: 0;
  font-size: 5.2rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.privacy-world-copy > p:not(.cinematic-kicker) {
  max-width: 650px;
  margin: 28px 0 0;
  color: #626964;
  font-size: 1.05rem;
}

.privacy-links {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.privacy-links a {
  color: #087d70;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.finale {
  position: relative;
  min-height: 820px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--home-coral);
  color: #13110f;
  text-align: center;
}

.finale::before,
.finale::after {
  position: absolute;
  width: 1px;
  height: 140%;
  background: rgba(19, 17, 15, 0.14);
  content: "";
  transform: rotate(32deg);
}

.finale::before { left: 20%; }
.finale::after { right: 20%; }

.finale-coin {
  position: absolute;
  top: -150px;
  right: -70px;
  width: 390px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 18px solid #d79d13;
  border-radius: 50%;
  background: var(--home-gold);
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.32), 0 44px 90px rgba(82, 24, 15, 0.2);
  transform: rotate(18deg);
}

.finale-coin span {
  font-size: 5.2rem;
  font-weight: 950;
}

.finale-copy {
  position: relative;
  z-index: 3;
}

.finale-copy > img {
  width: 82px;
  margin: 0 auto 24px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(82, 24, 15, 0.22);
}

.finale-copy > p {
  margin: 0 0 24px;
  font-size: 0.72rem;
  font-weight: 950;
}

.finale-copy h2 {
  margin: 0;
  font-size: 6rem;
  line-height: 0.9;
  letter-spacing: 0;
}

.finale-copy h2 em {
  color: #111311;
}

.button-finale {
  margin-top: 38px;
  border-color: #111311;
  background: #111311;
  color: #f8fbfa;
  box-shadow: 0 18px 48px rgba(82, 24, 15, 0.26);
}

.button-finale:hover {
  border-color: #2a2f2c;
  background: #2a2f2c;
  box-shadow: 0 24px 60px rgba(82, 24, 15, 0.32);
}

.finale-copy small {
  display: block;
  margin-top: 15px;
  color: rgba(19, 17, 15, 0.64);
  font-weight: 750;
}

.premium-footer {
  border-top: 0;
  background: #050606;
}

@keyframes eventFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.32; transform: scaleY(0.38); }
  50% { opacity: 1; transform: scaleY(1); }
}

@keyframes ribbonMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1120px) {
  .cinematic-statement,
  .payoff-copy h2,
  .theater-intro h2,
  .loop-heading h2,
  .bucks-copy h2,
  .reward-heading h2,
  .age-heading h2,
  .privacy-world-copy h2,
  .finale-copy h2 {
    font-size: 4.6rem;
  }

  .cinematic-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  }

  .device-parent {
    left: -8%;
    width: 270px;
  }

  .device-child {
    width: 315px;
  }

  .premium-tour,
  .bucks-layout {
    gap: 58px;
  }

  .loop-rail {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
  }

  .loop-moment {
    scroll-snap-align: start;
  }

  .age-experience {
    min-height: 610px;
  }
}

@media (max-width: 900px) {
  .cinematic-hero {
    min-height: 970px;
    height: auto;
    max-height: none;
  }

  .cinematic-shell {
    grid-template-columns: 1fr;
    gap: 24px;
    align-content: start;
    padding-top: 140px;
  }

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

  .cinematic-statement {
    font-size: 5.2rem;
  }

  .hero-devices {
    height: 520px;
    min-height: 0;
  }

  .device-parent {
    top: 7%;
    left: 14%;
    width: 230px;
  }

  .device-child {
    top: 0;
    right: 13%;
    width: 255px;
  }

  .hero-event-done {
    top: 5%;
    right: 4%;
  }

  .hero-event-earned {
    right: 14%;
    bottom: 2%;
  }

  .hero-scroll {
    display: none;
  }

  .theater-intro,
  .premium-tour,
  .bucks-layout,
  .reward-product,
  .privacy-world-layout {
    grid-template-columns: 1fr;
  }

  .theater-intro {
    gap: 26px;
  }

  .premium-tour .tour-stage {
    min-height: 680px;
    box-shadow: 20px 20px 0 var(--home-coral);
  }

  .premium-tour .tour-copy {
    min-height: 340px;
  }

  .bucks-copy {
    max-width: 720px;
  }

  .wallet-visual {
    min-height: 660px;
  }

  .reward-product {
    gap: 70px;
  }

  .reward-screen {
    min-height: 650px;
    box-shadow: -20px 20px 0 #111311;
  }

  .age-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .age-heading > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .age-experiences {
    grid-template-columns: 1fr;
  }

  .age-experience {
    min-height: 520px;
  }

  .age-experience img {
    right: 6%;
    bottom: -36%;
    width: 42%;
  }

  .film-premiere-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .privacy-seal {
    max-width: 360px;
  }
}

@media (max-width: 760px) {
  .home-page .shell {
    width: min(calc(100% - 28px), 1280px);
  }

  .home-header .nav-links {
    background: rgba(8, 9, 9, 0.98);
  }

  .cinematic-hero {
    min-height: 910px;
  }

  .cinematic-shell {
    padding-top: 114px;
  }

  .cinematic-kicker {
    margin-bottom: 16px;
    font-size: 0.68rem;
  }

  .cinematic-copy h1 {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }

  .cinematic-statement,
  .payoff-copy h2,
  .theater-intro h2,
  .loop-heading h2,
  .bucks-copy h2,
  .reward-heading h2,
  .age-heading h2,
  .privacy-world-copy h2,
  .finale-copy h2 {
    font-size: 3.55rem;
  }

  .cinematic-subcopy {
    margin-top: 22px;
    font-size: 0.95rem;
  }

  .cinematic-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .hero-assurance {
    margin-top: 26px;
    gap: 9px 16px;
  }

  .hero-devices {
    height: 390px;
  }

  .device-body {
    padding: 5px;
    border-radius: 38px;
  }

  .device-body img {
    border-radius: 33px;
  }

  .device-parent {
    top: 12%;
    left: 1%;
    width: 178px;
  }

  .device-child {
    right: 1%;
    width: 198px;
  }

  .device-label {
    font-size: 0.62rem;
  }

  .hero-event {
    min-width: 154px;
    padding: 9px 10px;
    grid-template-columns: 30px 1fr;
    column-gap: 8px;
  }

  .hero-event > span {
    width: 30px;
    height: 30px;
    font-size: 0.68rem;
  }

  .hero-event strong {
    font-size: 0.7rem;
  }

  .hero-event small {
    font-size: 0.59rem;
  }

  .hero-event-done {
    top: 42%;
    right: -2%;
  }

  .hero-event-earned {
    right: 25%;
    bottom: -1%;
  }

  .proof-ribbon-track {
    min-height: 60px;
    gap: 22px;
  }

  .payoff-stage {
    min-height: 720px;
    align-items: flex-end;
  }

  .payoff-stage > img {
    object-position: 61% center;
  }

  .payoff-shade {
    background: rgba(5, 7, 6, 0.58);
  }

  .payoff-copy {
    padding-bottom: 170px;
  }

  .payoff-copy > p:last-child {
    font-size: 0.95rem;
  }

  .payoff-outcomes {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .payoff-outcomes > div {
    min-height: 120px;
    padding: 16px 12px;
  }

  .payoff-outcomes strong {
    font-size: 0.9rem;
  }

  .payoff-outcomes span {
    font-size: 0.66rem;
  }

  .product-theater,
  .loop-section,
  .bucks-world,
  .reward-world,
  .age-world,
  .film-premiere,
  .privacy-world {
    padding: 96px 0;
  }

  .theater-intro,
  .loop-heading,
  .reward-heading {
    margin-bottom: 52px;
  }

  .theater-intro > p:last-child {
    font-size: 0.95rem;
  }

  .premium-tour {
    gap: 44px;
  }

  .premium-tour .tour-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .premium-tour .tour-copy {
    min-height: 410px;
    padding: 34px 0 18px;
  }

  .premium-tour .tour-copy h3 {
    font-size: 2.25rem;
  }

  .premium-tour .tour-stage {
    min-height: 560px;
    margin-right: 14px;
    box-shadow: 14px 14px 0 var(--home-coral);
  }

  .premium-tour .tour-stage .phone-frame {
    width: min(268px, 65%);
  }

  .premium-tour .stage-badge {
    right: -3%;
    max-width: 154px;
  }

  .loop-rail {
    width: calc(100% - 28px);
    grid-template-columns: repeat(6, 218px);
  }

  .loop-moment {
    min-height: 300px;
  }

  .bucks-layout {
    gap: 54px;
  }

  .bucks-copy > p:not(.section-kicker),
  .reward-heading > p:last-child,
  .privacy-world-copy > p:not(.cinematic-kicker) {
    font-size: 0.94rem;
  }

  .bucks-choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .bucks-choices span,
  .bucks-choices span + span {
    margin: 0;
    padding: 12px 10px;
  }

  .bucks-choices span + span::before {
    display: none;
  }

  .wallet-visual {
    min-height: 540px;
  }

  .wallet-visual .wallet-phone {
    width: 250px;
  }

  .wallet-ring {
    width: 410px;
  }

  .wallet-ring span {
    width: 100px;
    border-width: 6px;
    font-size: 1.8rem;
  }

  .wallet-stat {
    min-width: 170px;
    padding: 12px 13px;
  }

  .wallet-stat-one {
    top: 12%;
    left: -2%;
  }

  .wallet-stat-two {
    right: -2%;
    bottom: 10%;
  }

  .reward-marquee {
    width: auto;
    margin-left: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .reward-tile {
    width: min(280px, 82vw);
    flex: 0 0 auto;
    min-height: 250px;
    scroll-snap-align: start;
  }

  .reward-product {
    margin-top: 96px;
  }

  .reward-screen {
    min-height: 560px;
    margin-left: 14px;
    box-shadow: -14px 14px 0 #111311;
  }

  .reward-screen .phone-frame {
    width: 260px;
  }

  .reward-pullquote {
    font-size: 3.4rem;
  }

  .age-experiences {
    margin-top: 54px;
  }

  .age-experience {
    min-height: 480px;
  }

  .age-copy h3 {
    margin-top: 30px;
    font-size: 2.5rem;
  }

  .age-experience img {
    right: 3%;
    bottom: -30%;
    width: 55%;
    border-radius: 34px;
  }

  .film-premiere-heading h2 {
    font-size: 3.4rem;
  }

  .film-frame-premium {
    margin-right: 0;
    margin-left: 0;
  }

  .privacy-world-layout {
    gap: 62px;
  }

  .privacy-seal {
    width: min(300px, 86vw);
  }

  .privacy-seal strong {
    font-size: 2.35rem;
  }

  .finale {
    min-height: 700px;
  }

  .finale-coin {
    top: -80px;
    right: -80px;
    width: 230px;
    border-width: 12px;
  }

  .finale-coin span {
    font-size: 3.2rem;
  }

  .finale-copy > img {
    width: 68px;
  }
}

@media (max-width: 420px) {
  .cinematic-hero {
    min-height: 930px;
  }

  .cinematic-statement,
  .payoff-copy h2,
  .theater-intro h2,
  .loop-heading h2,
  .bucks-copy h2,
  .reward-heading h2,
  .age-heading h2,
  .privacy-world-copy h2,
  .finale-copy h2 {
    font-size: 3.08rem;
  }

  .button-luminous,
  .button-finale {
    width: 100%;
  }

  .hero-assurance {
    display: grid;
  }

  .device-parent {
    left: -4%;
    width: 166px;
  }

  .device-child {
    right: -5%;
    width: 184px;
  }

  .hero-event-done {
    right: -4%;
  }

  .hero-event-earned {
    right: 18%;
  }

  .payoff-outcomes > div {
    padding: 14px 8px;
  }

  .payoff-outcomes span {
    font-size: 0.6rem;
  }

  .wallet-stat-one {
    left: -8%;
  }

  .wallet-stat-two {
    right: -8%;
  }

  .reward-pullquote,
  .film-premiere-heading h2 {
    font-size: 2.9rem;
  }

  .age-experience img {
    bottom: -20%;
    width: 64%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proof-ribbon-track,
  .hero-event,
  .hero-scroll span {
    animation: none;
  }

  .device,
  .age-experience img {
    transition: none;
  }
}

/* Interactive family-loop builder and conversion system */
.loop-lab {
  padding: 150px 0 170px;
  overflow: hidden;
  background: #dcebf0;
  color: #111311;
}

.loop-lab-heading {
  margin-bottom: 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.48fr;
  gap: 70px;
  align-items: end;
}

.loop-lab-heading .cinematic-kicker {
  grid-column: 1 / -1;
  margin-bottom: -45px;
  color: #4f5d62;
}

.loop-lab-heading h2 {
  margin: 0;
  font-size: 5.4rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.loop-lab-heading h2 em {
  color: #a94738;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.loop-lab-heading > p:last-child {
  margin: 0 0 5px;
  color: #58666b;
  font-size: 1.04rem;
}

.loop-lab-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: 86px;
  align-items: start;
}

.loop-builder {
  min-width: 0;
}

.builder-group {
  margin: 0;
  padding: 30px 0 34px;
  border: 0;
  border-top: 1px solid rgba(17, 19, 17, 0.2);
}

.builder-group:last-child {
  border-bottom: 1px solid rgba(17, 19, 17, 0.2);
}

.builder-group legend {
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  color: #111311;
  font-size: 1rem;
  font-weight: 900;
}

.builder-group legend span {
  margin-right: 12px;
  color: #6b777b;
  font-size: 0.68rem;
}

.builder-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.builder-options-two {
  grid-template-columns: 1fr 1fr;
}

.builder-option {
  min-width: 0;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(17, 19, 17, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.28);
  color: #4f5a5e;
  cursor: pointer;
  font-size: 0.77rem;
  font-weight: 850;
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.builder-option:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 19, 17, 0.44);
  color: #111311;
}

.builder-option.is-selected {
  border-color: #111311;
  background: #111311;
  color: #f8fbfa;
  box-shadow: 0 12px 28px rgba(17, 19, 17, 0.13);
}

.builder-option small {
  display: block;
  margin-top: 3px;
  color: inherit;
  font-size: 0.64rem;
  font-weight: 700;
  opacity: 0.68;
}

.builder-preview {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  min-height: 690px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #111311;
  color: #f8fbfa;
  box-shadow: 32px 32px 0 var(--home-violet);
  transition: box-shadow 260ms ease;
}

.builder-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.builder-preview-top span {
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.builder-preview-top strong {
  color: var(--builder-accent, var(--home-coral));
  font-size: 0.7rem;
  text-align: right;
}

.builder-flow {
  position: relative;
  min-height: 270px;
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr 112px 1fr;
  align-items: center;
  border-block: 1px solid rgba(255, 255, 255, 0.13);
}

.builder-flow::before {
  position: absolute;
  top: 50%;
  right: 16%;
  left: 16%;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.builder-flow-item {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.builder-flow-item > span,
.builder-flow-item strong,
.builder-flow-item small {
  display: block;
}

.builder-flow-item > span {
  margin-bottom: 38px;
  color: var(--builder-accent, var(--home-coral));
  font-size: 0.65rem;
  font-weight: 950;
}

.builder-flow-item strong {
  min-height: 62px;
  font-size: 1.46rem;
  line-height: 1.08;
}

.builder-flow-item small {
  margin-top: 9px;
  color: rgba(248, 251, 250, 0.48);
  font-size: 0.66rem;
}

.builder-flow-reward {
  text-align: right;
}

.builder-coin {
  position: relative;
  z-index: 4;
  width: 94px;
  aspect-ratio: 1;
  margin: 0 auto;
  display: grid;
  place-items: center;
  align-content: center;
  border: 7px solid #d79d13;
  border-radius: 50%;
  background: var(--home-gold);
  color: #16140a;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.34), 0 20px 46px rgba(0, 0, 0, 0.36);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.builder-preview.is-updating .builder-coin {
  transform: rotateY(180deg) scale(1.12);
}

.builder-coin span {
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
}

.builder-coin small {
  margin-top: 4px;
  font-size: 0.48rem;
  font-weight: 950;
}

.builder-goal {
  padding: 28px 0 24px;
}

.builder-goal > div:first-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.builder-goal span {
  color: rgba(248, 251, 250, 0.48);
  font-size: 0.68rem;
  font-weight: 750;
}

.builder-goal strong {
  font-size: 0.76rem;
}

.builder-goal-track {
  height: 8px;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.builder-goal-track span {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--builder-accent, var(--home-coral));
  transition: width 420ms cubic-bezier(0.2, 0.75, 0.2, 1), background-color 200ms ease;
}

.builder-goal p {
  margin: 13px 0 0;
  color: rgba(248, 251, 250, 0.68);
  font-size: 0.8rem;
}

.button-builder {
  position: relative;
  width: 100%;
  min-height: 56px;
  overflow: hidden;
  border-color: var(--builder-accent, var(--home-coral));
  background: var(--builder-accent, var(--home-coral));
  color: #111311;
}

.builder-note {
  max-width: 440px;
  margin: 13px auto 0;
  display: block;
  color: rgba(248, 251, 250, 0.42);
  font-size: 0.62rem;
  line-height: 1.45;
  text-align: center;
}

.builder-burst {
  position: absolute;
  z-index: 12;
  top: 42%;
  left: 50%;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.builder-burst span {
  position: absolute;
  width: var(--burst-size, 16px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid #d79d13;
  border-radius: 50%;
  background: var(--home-gold);
  color: #16140a;
  font-size: 0.28rem;
  font-weight: 950;
  animation: builderBurst 720ms cubic-bezier(0.1, 0.68, 0.2, 1) forwards;
  animation-delay: var(--burst-delay, 0ms);
  opacity: 0;
}

.button-luminous,
.button-builder {
  position: relative;
  overflow: hidden;
}

.button-luminous::after,
.button-builder::after {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -38%;
  width: 22%;
  background: rgba(255, 255, 255, 0.34);
  content: "";
  transform: skewX(-18deg);
  transition: left 520ms ease;
}

.button-luminous:hover::after,
.button-builder:hover::after {
  left: 122%;
}

.finale-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.finale-actions .button-finale {
  margin-top: 0;
}

.finale-actions > div:first-child > small {
  display: block;
  margin-top: 13px;
  color: rgba(19, 17, 15, 0.64);
  font-weight: 750;
}

.finale-qr {
  padding: 8px;
  border: 1px solid rgba(19, 17, 15, 0.22);
  border-radius: 8px;
  background: var(--home-cream);
}

.finale-qr img {
  width: 82px;
  height: 82px;
}

.finale-qr span {
  margin-top: 5px;
  display: block;
  color: #47433b;
  font-size: 0.52rem;
  font-weight: 900;
}

.conversion-dock {
  position: fixed;
  z-index: 100;
  right: 50%;
  bottom: 18px;
  width: min(calc(100% - 36px), 670px);
  min-height: 72px;
  padding: 9px 10px 9px 12px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(17, 19, 17, 0.14);
  border-radius: 8px;
  background: rgba(244, 241, 232, 0.94);
  color: #111311;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, calc(100% + 36px));
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.2, 0.78, 0.2, 1);
}

.conversion-dock.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(50%, 0);
}

.conversion-dock > img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
}

.conversion-dock-copy strong,
.conversion-dock-copy span {
  display: block;
}

.conversion-dock-copy strong {
  font-size: 0.88rem;
}

.conversion-dock-copy span {
  margin-top: 2px;
  color: #68706b;
  font-size: 0.66rem;
  font-weight: 750;
}

.conversion-dock .button {
  min-height: 48px;
  padding: 0 16px;
  border-color: #111311;
  background: #111311;
  color: #f8fbfa;
  font-size: 0.76rem;
}

.payoff-stage > img {
  transform: scale(1.04) translateY(var(--payoff-shift, 0));
  transition: transform 80ms linear;
}

.wallet-visual .wallet-phone {
  transform: rotate(4deg) translateY(var(--wallet-shift, 0));
  transition: transform 80ms linear;
}

@keyframes builderBurst {
  0% { opacity: 0; transform: translate(0, 0) scale(0.4) rotate(0); }
  22% { opacity: 1; }
  100% { opacity: 0; transform: translate(var(--burst-x), var(--burst-y)) scale(1) rotate(260deg); }
}

@media (max-width: 1120px) {
  .loop-lab-heading h2 {
    font-size: 4.6rem;
  }

  .loop-lab-layout {
    gap: 58px;
  }

  .builder-preview {
    box-shadow: 20px 20px 0 var(--home-violet);
  }
}

@media (max-width: 900px) {
  .loop-lab-heading,
  .loop-lab-layout {
    grid-template-columns: 1fr;
  }

  .loop-lab-heading {
    gap: 22px;
  }

  .loop-lab-heading .cinematic-kicker {
    grid-column: 1;
    margin-bottom: 0;
  }

  .loop-lab-layout {
    gap: 56px;
  }

  .builder-preview {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .loop-lab {
    padding: 96px 0 116px;
  }

  .loop-lab-heading {
    margin-bottom: 52px;
  }

  .loop-lab-heading h2 {
    font-size: 3.55rem;
  }

  .loop-lab-heading > p:last-child {
    font-size: 0.94rem;
  }

  .builder-options,
  .builder-options-two {
    grid-template-columns: 1fr 1fr;
  }

  .builder-preview {
    min-height: 630px;
    margin-right: 14px;
    padding: 24px 20px;
    box-shadow: 14px 14px 0 var(--home-violet);
  }

  .builder-preview-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .builder-preview-top strong {
    text-align: left;
  }

  .builder-flow {
    min-height: 250px;
    grid-template-columns: 1fr 82px 1fr;
  }

  .builder-flow-item > span {
    margin-bottom: 28px;
  }

  .builder-flow-item strong {
    min-height: 54px;
    font-size: 1.08rem;
  }

  .builder-coin {
    width: 72px;
    border-width: 5px;
  }

  .builder-coin span {
    font-size: 1.05rem;
  }

  .builder-goal > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .finale-actions {
    flex-direction: column;
  }

  .finale-qr {
    display: none;
  }

  .conversion-dock {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    grid-template-columns: 42px 1fr auto;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    transform: translateY(110%);
  }

  .conversion-dock.is-visible {
    transform: translateY(0);
  }

  .conversion-dock > img {
    width: 42px;
    height: 42px;
  }

  .conversion-dock .button {
    min-height: 44px;
    padding: 0 12px;
  }
}

@media (max-width: 420px) {
  .loop-lab-heading h2 {
    font-size: 3.08rem;
  }

  .builder-option {
    min-height: 62px;
    padding: 9px;
    font-size: 0.7rem;
  }

  .builder-preview {
    min-height: 650px;
  }

  .builder-flow {
    grid-template-columns: 1fr 64px 1fr;
  }

  .builder-coin {
    width: 58px;
    border-width: 4px;
  }

  .builder-coin span {
    font-size: 0.88rem;
  }

  .builder-flow-item strong {
    font-size: 0.96rem;
  }

  .builder-flow-item small {
    font-size: 0.58rem;
  }

  .conversion-dock-copy span {
    display: none;
  }

  .conversion-dock .button span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .builder-burst {
    display: none;
  }

  .payoff-stage > img,
  .wallet-visual .wallet-phone {
    transform: none;
    transition: none;
  }
}
