:root {
  color-scheme: dark;
  --bg: #08070d;
  --surface: #121019;
  --surface-strong: #1a1723;
  --ink: #fdfcff;
  --dim: #bdb8c8;
  --muted: #8f899b;
  --pink: #ff2d78;
  --pink-soft: #ff76a9;
  --yellow: #ffc857;
  --blue: #59d8ff;
  --line: rgba(255, 255, 255, 0.13);
  --page: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 45, 120, 0.22), transparent 32rem),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.home {
  background: var(--bg);
}

.home .site-header {
  background: rgba(8, 7, 13, 0.96);
  backdrop-filter: none;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--bg);
  font-weight: 800;
  transform: translateY(calc(-100% - 32px));
  transition: transform 120ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 7, 13, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(calc(100% - 32px), var(--page));
  min-height: 68px;
  margin: 0 auto;
}

.brand {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.brand span {
  color: var(--pink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--dim);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 16px;
  background: var(--pink);
  color: var(--bg);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: transform 120ms ease, background 120ms ease;
}

.button:hover {
  background: var(--pink-soft);
  transform: translateY(-1px);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
}

.button.small {
  min-height: 44px;
  padding: 9px 16px;
  border-radius: 14px;
  font-size: 14px;
}

.hero,
.section,
.page-head,
.site-footer {
  width: min(calc(100% - 40px), var(--page));
  margin-inline: auto;
}

.hero {
  min-height: min(780px, calc(100svh - 68px));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
  padding-block: 76px;
}

.home .hero {
  min-height: auto;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  gap: clamp(40px, 5vw, 72px);
  padding-block: clamp(48px, 6vh, 72px) 72px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--pink-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.home h1 {
  max-width: 700px;
  font-size: clamp(62px, 7vw, 88px);
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.home h2 {
  letter-spacing: -0.06em;
}

.page-head h1 {
  font-size: clamp(46px, 7vw, 78px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.lede {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--dim);
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.55;
}

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

.proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.proof-line span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--pink-soft);
}

.card-stack {
  position: relative;
  min-height: 450px;
  display: grid;
  place-items: center;
}

.hero-visual {
  position: relative;
  min-height: clamp(520px, 46vw, 590px);
  margin: 0;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 45, 120, 0.12);
  filter: blur(90px);
}

.hero-media {
  display: block;
}

.hero-media img {
  width: 100%;
  height: clamp(520px, 46vw, 590px);
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  object-fit: cover;
  object-position: center 68%;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.52);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(8, 7, 13, 0.05) 45%, rgba(8, 7, 13, 0.92) 100%);
  pointer-events: none;
}

.prompt-card {
  position: absolute;
  right: -26px;
  bottom: 28px;
  z-index: 2;
  width: min(84%, 330px);
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  background: rgba(8, 7, 13, 0.94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

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

.prompt-question {
  margin-bottom: 24px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.hero-visual figcaption {
  position: absolute;
  left: 24px;
  bottom: 18px;
  z-index: 2;
  max-width: 160px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

@media (min-width: 821px) and (max-width: 1180px) {
  .home .hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.88fr);
    gap: 36px;
    padding-block: 48px 60px;
  }

  .home h1 {
    font-size: clamp(62px, 7.1vw, 80px);
  }

  .home .lede {
    font-size: 18px;
  }

  .hero-visual,
  .hero-media img {
    min-height: 520px;
    height: 520px;
  }

  .prompt-card {
    right: 12px;
    bottom: 18px;
    width: min(86%, 300px);
    padding: 20px;
  }

  .prompt-question {
    margin-bottom: 18px;
    font-size: 28px;
  }
}

@media (min-width: 821px) and (max-aspect-ratio: 6/5) {
  .home .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 56px 68px;
  }

  .home .hero-copy {
    max-width: 900px;
  }

  .home h1 {
    max-width: 900px;
    font-size: clamp(72px, 7.5vw, 92px);
    line-height: 0.9;
  }

  .home .lede {
    max-width: 760px;
    font-size: 20px;
  }

  .hero-visual,
  .hero-media img {
    min-height: 500px;
    height: 500px;
  }

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

  .hero-visual::after {
    background:
      linear-gradient(90deg, rgba(8, 7, 13, 0.74) 0%, rgba(8, 7, 13, 0.08) 46%),
      linear-gradient(180deg, transparent 58%, rgba(8, 7, 13, 0.68) 100%);
  }

  .prompt-card {
    right: auto;
    bottom: 28px;
    left: 28px;
    width: min(36%, 360px);
    padding: 24px;
  }

  .prompt-question {
    margin-bottom: 20px;
    font-size: clamp(26px, 2.6vw, 34px);
  }

  .hero-visual figcaption {
    right: 24px;
    bottom: 20px;
    left: auto;
    max-width: 190px;
    text-align: right;
  }

  .moment {
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  }

  .moment-photo img {
    height: 560px;
    object-position: center 68%;
  }
}

.fact-strip {
  width: min(100%, 1440px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  border-block: 1px solid var(--line);
}

.fact-strip span {
  min-height: 98px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  padding: 28px 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fact-strip span + span {
  border-left: 1px solid var(--line);
}

.fact-strip strong {
  color: var(--ink);
  font-size: 30px;
  letter-spacing: -0.05em;
}

.demo-card {
  position: absolute;
  width: min(100%, 390px);
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.demo-card:nth-child(1) {
  transform: rotate(-9deg) translate(-18px, 12px);
  opacity: 0.42;
}

.demo-card:nth-child(2) {
  transform: rotate(7deg) translate(18px, -3px);
  opacity: 0.64;
}

.demo-card:nth-child(3) {
  transform: rotate(-1.5deg);
}

.demo-kicker {
  color: var(--pink-soft);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.demo-question {
  margin: 0;
  font-size: clamp(31px, 4.4vw, 49px);
  font-weight: 950;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.demo-hint {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.section {
  padding-block: 92px;
}

.section.compact {
  padding-block: 60px;
}

.section-intro {
  max-width: 690px;
  margin-bottom: 38px;
}

.moment {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(36px, 7vw, 84px);
  align-items: center;
}

.moment-photo {
  position: relative;
}

.moment-photo picture {
  display: block;
}

.moment-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.moment-photo img {
  width: 100%;
  display: block;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.moment-copy p:last-child {
  margin-bottom: 0;
  color: var(--dim);
  font-size: 18px;
  line-height: 1.65;
}

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

.home .loop-list .feature {
  display: grid;
  grid-template-columns: 74px minmax(170px, 0.7fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.home .loop-list .feature h3,
.home .loop-list .feature p {
  margin: 0;
}

.step-number {
  color: var(--pink-soft);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.pack-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.pack-index article {
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.pack-index img {
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

.pack-index span {
  display: grid;
  gap: 6px;
}

.pack-index strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
}

.pack-index b {
  color: var(--pink-soft);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.section-intro p,
.body-copy p,
.body-copy li {
  color: var(--dim);
  font-size: 17px;
  line-height: 1.7;
}

.grid-3,
.grid-2 {
  display: grid;
  gap: 18px;
}

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

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

.feature,
.pack-card,
.step,
.trust-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
}

.feature,
.step,
.trust-card {
  padding: 28px;
}

.feature p,
.step p,
.trust-card p {
  margin-bottom: 0;
  color: var(--dim);
  line-height: 1.6;
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 14px;
  background: rgba(255, 45, 120, 0.15);
  font-size: 22px;
}

.pack-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease;
}

.pack-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--card-accent, var(--pink));
  filter: blur(65px);
  opacity: 0.28;
}

.pack-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.3);
}

.pack-card .emoji {
  margin-bottom: auto;
  font-size: 38px;
}

.pack-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: var(--dim);
  line-height: 1.55;
}

.pack-link {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 900;
}

.house-rule {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 32px;
  border: 1px solid rgba(255, 200, 87, 0.35);
  border-radius: 26px;
  background: rgba(255, 200, 87, 0.08);
}

.house-rule .mark {
  color: var(--yellow);
  font-size: 30px;
  line-height: 1;
}

.house-rule p {
  margin-bottom: 0;
  color: #ded9e6;
  font-size: 17px;
  line-height: 1.6;
}

.page-head {
  padding-block: 96px 52px;
}

.page-head .lede {
  margin-bottom: 0;
}

.steps {
  counter-reset: step;
}

.step {
  counter-increment: step;
}

.step::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 24px;
  color: var(--pink-soft);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.sample-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sample-list li {
  padding: 18px 20px;
  border-left: 4px solid var(--pink);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.4;
}

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

.body-copy h2 {
  margin-top: 64px;
  font-size: clamp(29px, 4vw, 42px);
}

.body-copy h3 {
  margin-top: 34px;
}

.body-copy ul,
.body-copy ol {
  padding-left: 24px;
}

.body-copy a {
  color: var(--pink-soft);
  text-underline-offset: 4px;
}

.callout {
  margin-block: 34px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

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

.body-copy .callout h2 {
  margin-top: 0;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(255, 45, 120, 0.35);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 45, 120, 0.16), rgba(255, 255, 255, 0.035));
}

.cta h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 48px);
}

.cta p {
  margin-bottom: 0;
  color: var(--dim);
  line-height: 1.6;
}

.button.unavailable,
.button.unavailable:hover {
  cursor: default;
  background: rgba(255, 255, 255, 0.1);
  color: var(--dim);
  transform: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  padding-block: 50px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--dim);
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--ink);
}

@media (max-width: 820px) {
  .nav-links > a:not(.button) {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 64px 80px;
  }

  .home .hero {
    grid-template-columns: 1fr;
    padding-block: 54px 78px;
  }

  .hero-copy {
    text-align: center;
  }

  .home .hero-copy {
    text-align: left;
  }

  .home .hero-copy .lede {
    margin-inline: 0;
  }

  .home .hero-actions {
    justify-content: flex-start;
  }

  .hero-copy .lede {
    margin-inline: auto;
  }

  .hero-actions,
  .proof-line {
    justify-content: center;
  }

  .card-stack {
    min-height: 400px;
  }

  .hero-visual {
    width: min(100%, 560px);
    min-height: 610px;
    margin-inline: auto;
  }

  .hero-media img {
    height: 610px;
  }

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

  .moment-copy {
    max-width: 680px;
  }

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

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

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

  .pack-card {
    min-height: 230px;
  }
}

@media (max-width: 560px) {
  .nav {
    width: min(calc(100% - 24px), var(--page));
    min-height: 62px;
  }

  .brand {
    font-size: 22px;
  }

  .nav-links {
    gap: 8px;
  }

  .hero,
  .section,
  .page-head,
  .site-footer {
    width: min(calc(100% - 32px), var(--page));
  }

  .hero {
    padding-block: 52px 66px;
  }

  h1 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .home h1 {
    font-size: clamp(58px, 18vw, 84px);
    line-height: 0.86;
  }

  .lede {
    font-size: 18px;
  }

  .section {
    padding-block: 68px;
  }

  .card-stack {
    min-height: 350px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-media img {
    height: 520px;
    border-radius: 3px;
  }

  .hero-visual::after {
    border-radius: 3px;
  }

  .prompt-card {
    right: 12px;
    bottom: 18px;
    width: calc(100% - 24px);
    padding: 22px;
  }

  .hero-visual figcaption {
    display: none;
  }

  .moment-photo img,
  .moment-photo::after {
    border-radius: 3px;
  }

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

  .fact-strip span {
    min-height: 84px;
    justify-content: flex-start;
    padding: 20px;
  }

  .fact-strip span:nth-child(3) {
    border-left: 0;
  }

  .fact-strip span:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .home .loop-list .feature {
    grid-template-columns: 44px 1fr;
    gap: 10px 14px;
  }

  .home .loop-list .feature p {
    grid-column: 2;
  }

  .pack-index {
    grid-template-columns: 1fr;
  }

  .pack-index article {
    min-height: 104px;
  }

  .pack-index img {
    width: 68px;
    height: 68px;
    border-radius: 16px;
  }

  .demo-card {
    min-height: 330px;
    padding: 27px;
  }

  .demo-question {
    font-size: clamp(29px, 9vw, 42px);
  }

  .feature,
  .step,
  .trust-card,
  .pack-card {
    padding: 24px;
    border-radius: 20px;
  }

  .house-rule {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px;
  }

  .page-head {
    padding-block: 68px 36px;
  }

  .cta {
    grid-template-columns: 1fr;
    padding: 30px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

/* Canonical iPhone marketing and editorial pages */
.home .hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100svh - 92px));
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding: clamp(48px, 7vw, 84px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px;
  background: var(--surface);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.5);
}

.home .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 7, 13, 0.99) 0%, rgba(8, 7, 13, 0.91) 37%, rgba(8, 7, 13, 0.22) 70%),
    linear-gradient(0deg, rgba(8, 7, 13, 0.58), transparent 46%);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home .hero-copy {
  position: relative;
  z-index: 1;
  width: min(55%, 610px);
}

.home .prompt-card {
  right: clamp(24px, 4vw, 54px);
  bottom: clamp(24px, 4vw, 54px);
  width: min(390px, 38%);
  border-radius: 22px;
}

.text-link {
  color: var(--pink-soft);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.arc-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.arc-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.arc-list b,
.arc-list strong {
  color: #6ee7b7;
}

.arc-list b {
  font-size: 12px;
  letter-spacing: 0.12em;
}

.arc-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
}

.arc-list span {
  color: var(--dim);
  line-height: 1.55;
}

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

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

.occasion-card,
.article-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease;
}

.occasion-card:hover,
.article-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.3);
}

.occasion-card.featured {
  border-color: rgba(52, 211, 153, 0.38);
  background: linear-gradient(135deg, rgba(52, 211, 153, 0.14), rgba(255, 255, 255, 0.035));
}

.occasion-card > span,
.article-card > span,
.article-meta,
.breadcrumb {
  color: var(--pink-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.occasion-card.featured > span {
  color: #6ee7b7;
}

.occasion-card h3,
.article-card h3 {
  margin-top: auto;
  padding-top: 34px;
}

.occasion-card p,
.article-card p {
  margin-bottom: 14px;
  color: var(--dim);
  line-height: 1.55;
}

.article-card b {
  margin-top: auto;
  font-size: 14px;
}

.breadcrumb {
  width: min(calc(100% - 40px), 820px);
  margin: 46px auto 0;
}

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

.article-head,
.article-body,
.blog-head {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.blog-head {
  padding-block: 88px 48px;
}

.article-head {
  padding-block: 42px 52px;
}

.article-head h1,
.blog-head h1 {
  margin-bottom: 24px;
  font-size: clamp(46px, 7vw, 78px);
}

.article-head .lede,
.blog-head .lede {
  margin-bottom: 20px;
}

.article-meta {
  color: var(--muted);
}

.article-body {
  padding-bottom: 92px;
  color: var(--dim);
  font-size: 18px;
  line-height: 1.75;
}

.article-body h2 {
  margin-top: 72px;
  color: var(--ink);
  font-size: clamp(32px, 5vw, 48px);
}

.article-body h3 {
  margin-top: 42px;
  color: var(--ink);
  font-size: 25px;
}

.article-body a {
  color: var(--pink-soft);
  text-underline-offset: 4px;
}

.article-body strong {
  color: var(--ink);
}

.contents,
.editorial-note,
.article-cta {
  margin-block: 34px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.contents h2,
.editorial-note h2,
.article-cta h2 {
  margin-top: 0;
  font-size: 23px;
}

.question-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: question;
}

.question-list li {
  counter-increment: question;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--ink);
  font-weight: 720;
  line-height: 1.45;
}

.question-list li::before {
  content: counter(question, decimal-leading-zero);
  color: var(--pink-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 28px;
  font-size: 16px;
}

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

.comparison-table th {
  color: var(--ink);
}

.blog-list {
  width: min(calc(100% - 40px), var(--page));
  margin: 0 auto;
  padding-bottom: 96px;
}

@media (max-width: 820px) {
  .home .hero {
    min-height: 780px;
    align-items: flex-start;
    padding: 54px 42px;
  }

  .home .hero::after {
    background: linear-gradient(180deg, rgba(8, 7, 13, 0.98) 0%, rgba(8, 7, 13, 0.86) 52%, rgba(8, 7, 13, 0.2) 100%);
  }

  .hero-backdrop {
    object-position: 69% center;
  }

  .home .hero-copy {
    width: 100%;
  }

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

@media (max-width: 560px) {
  .home .hero {
    min-height: 760px;
    margin-top: 16px;
    padding: 38px 26px;
    border-radius: 28px;
  }

  .home h1 {
    font-size: clamp(46px, 14.5vw, 62px);
    line-height: 0.9;
  }

  .home .prompt-card {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
  }

  .article-head,
  .article-body,
  .blog-head,
  .breadcrumb {
    width: min(calc(100% - 32px), 820px);
  }

  .article-body {
    font-size: 17px;
  }

  .comparison-table {
    display: block;
    overflow-x: auto;
  }
}

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

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

/* Homepage product-led refresh */
.home .site-header {
  background: rgba(8, 7, 13, 0.82);
  backdrop-filter: blur(18px);
}

.home .hero {
  min-height: min(700px, calc(100svh - 92px));
  margin-top: 20px;
  padding: clamp(48px, 6vw, 72px);
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  background: #111019;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 83% 24%, rgba(89, 216, 255, 0.18), transparent 27%),
    radial-gradient(circle at 70% 78%, rgba(255, 45, 120, 0.2), transparent 31%);
  pointer-events: none;
}

.home .hero::after {
  background:
    linear-gradient(90deg, rgba(8, 7, 13, 0.98) 0%, rgba(8, 7, 13, 0.92) 39%, rgba(8, 7, 13, 0.3) 68%, rgba(8, 7, 13, 0.12) 100%),
    linear-gradient(0deg, rgba(8, 7, 13, 0.56), transparent 48%);
}

.hero-backdrop {
  object-position: 55% center;
  filter: saturate(1.08) contrast(1.02);
}

.home .hero-copy {
  width: min(58%, 620px);
}

.home h1 {
  max-width: 640px;
  font-size: clamp(58px, 6.6vw, 84px);
  line-height: 0.9;
}

.home .proof-line {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
}

.home .prompt-card {
  right: clamp(22px, 3.5vw, 48px);
  bottom: clamp(22px, 3.5vw, 48px);
  width: min(360px, 36%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 26px;
  background: rgba(13, 11, 19, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
}

.prompt-card-head,
.prompt-card-foot,
.prompt-deck {
  display: flex;
  align-items: center;
}

.prompt-card-head {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.prompt-deck {
  gap: 10px;
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0;
}

.prompt-deck img {
  width: 40px;
  height: 40px;
  border-radius: 11px;
}

.prompt-stage {
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.15);
  color: #79ebbd;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home .prompt-question {
  margin-bottom: 26px;
  font-size: clamp(26px, 2.7vw, 34px);
}

.prompt-card-foot {
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.prompt-card-foot strong {
  padding: 9px 12px;
  border-radius: 11px;
  background: var(--pink);
  color: var(--bg);
  font-size: 12px;
}

.home .fact-strip {
  width: min(calc(100% - 40px), var(--page));
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.home .fact-strip span {
  min-height: 84px;
  padding: 22px 16px;
}

.home .fact-strip strong {
  color: var(--pink-soft);
}

.home .section {
  padding-block: 80px;
}

.sampler {
  overflow: hidden;
}

.sampler-intro {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: end;
}

.sampler-intro h2,
.sampler-intro p {
  margin-bottom: 0;
}

.sample-deck {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.sample-card {
  --sample: var(--pink);
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--sample) 45%, rgba(255, 255, 255, 0.1));
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 8%, color-mix(in srgb, var(--sample) 30%, transparent), transparent 42%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.sample-card:nth-child(2),
.sample-card:nth-child(4) {
  transform: translateY(18px);
}

.sample-card p {
  margin: auto 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.sample-number,
.sample-card b {
  color: color-mix(in srgb, var(--sample) 76%, white);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sample-mint { --sample: #34d399; }
.sample-pink { --sample: #ff2d78; }
.sample-yellow { --sample: #ffc857; }
.sample-blue { --sample: #59d8ff; }
.sample-violet { --sample: #a78bfa; }

.scroll-hint {
  display: none;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.pack-showcase {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 16px;
}

.pack-feature {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease;
}

a.pack-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.32);
}

.pack-feature::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: var(--pack-glow, var(--pink));
  filter: blur(70px);
  opacity: 0.28;
  pointer-events: none;
}

.pack-feature-new { --pack-glow: #34d399; }
.pack-feature-party { --pack-glow: #ff2d78; }
.pack-feature-hot { --pack-glow: #ffc857; }

.pack-feature img {
  width: 108px;
  height: 108px;
  margin-bottom: auto;
  border-radius: 25px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.pack-feature > span {
  margin-top: 30px;
  color: color-mix(in srgb, var(--pack-glow) 80%, white);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pack-feature h3 {
  margin: 8px 0 8px;
  font-size: 28px;
}

.pack-feature p {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: var(--dim);
  line-height: 1.5;
}

.pack-feature > b {
  position: relative;
  z-index: 1;
  font-size: 13px;
}

.pack-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 1fr);
  gap: 12px;
  overflow-x: auto;
  margin-top: 14px;
  padding: 2px 2px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--pink) transparent;
}

.pack-rail article {
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.pack-rail img {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  border-radius: 17px;
}

.pack-rail span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.pack-rail b {
  color: var(--pink-soft);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.pack-rail strong {
  font-size: 15px;
}

.pack-rail small {
  color: var(--muted);
  font-size: 11px;
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 7vw, 88px);
  padding: clamp(36px, 6vw, 64px);
  border: 1px solid rgba(52, 211, 153, 0.3);
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 110%, rgba(52, 211, 153, 0.2), transparent 38%),
    rgba(255, 255, 255, 0.035);
}

.trust-heading h2 {
  font-size: clamp(38px, 5vw, 58px);
}

.trust-heading > p:last-child {
  margin-bottom: 0;
  color: var(--dim);
  font-size: 17px;
  line-height: 1.6;
}

.trust-points {
  display: grid;
  gap: 0;
}

.trust-points article {
  display: grid;
  grid-template-columns: 70px minmax(150px, 0.7fr) minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.trust-points article:first-child {
  border-top: 1px solid var(--line);
}

.trust-points span {
  color: #79ebbd;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-points h3,
.trust-points p {
  margin: 0;
}

.trust-points p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .sample-deck {
    display: flex;
    overflow-x: auto;
    margin-inline: -20px;
    padding: 4px 20px 28px;
    scroll-snap-type: x mandatory;
  }

  .sample-card {
    width: min(68vw, 280px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .sample-card:nth-child(2),
  .sample-card:nth-child(4) {
    transform: none;
  }

  .scroll-hint {
    display: block;
  }

  .pack-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .pack-feature-new {
    grid-column: 1 / -1;
  }

  .trust-panel,
  .sampler-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .home .hero {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 46px 38px 28px;
  }

  .home .hero::after {
    background:
      linear-gradient(180deg, rgba(8, 7, 13, 0.98) 0%, rgba(8, 7, 13, 0.86) 51%, rgba(8, 7, 13, 0.26) 76%, rgba(8, 7, 13, 0.74) 100%);
  }

  .hero-backdrop {
    object-position: 67% center;
  }

  .home .hero-copy {
    width: 100%;
  }

  .home .prompt-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 380px);
    margin-top: auto;
    align-self: flex-end;
  }

  .home .prompt-question {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .home .nav-links .button.small {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 12px;
  }

  .home .hero {
    min-height: 680px;
    margin-top: 12px;
    padding: 34px 24px 20px;
    border-radius: 26px;
  }

  .home h1 {
    max-width: 430px;
    font-size: clamp(45px, 14vw, 59px);
    line-height: 0.91;
  }

  .home .hero .lede {
    font-size: 16px;
    line-height: 1.5;
  }

  .home .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .home .proof-line {
    gap: 6px 12px;
    font-size: 11px;
  }

  .home .prompt-card {
    width: 100%;
    padding: 18px;
    border-radius: 21px;
  }

  .prompt-card-head {
    margin-bottom: 14px;
  }

  .prompt-deck img {
    width: 34px;
    height: 34px;
  }

  .home .prompt-question {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .home .fact-strip {
    width: min(calc(100% - 32px), var(--page));
    margin-top: 16px;
    border-radius: 16px;
  }

  .home .fact-strip span {
    min-height: 74px;
    padding: 15px;
    font-size: 10px;
  }

  .home .fact-strip strong {
    font-size: 24px;
  }

  .home .section {
    padding-block: 62px;
  }

  .sample-deck {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .sample-card {
    width: min(78vw, 280px);
    min-height: 270px;
  }

  .pack-showcase {
    grid-template-columns: 1fr;
  }

  .pack-feature-new {
    grid-column: auto;
  }

  .pack-feature {
    min-height: 330px;
    padding: 25px;
  }

  .pack-rail {
    grid-auto-columns: minmax(190px, 78vw);
  }

  .trust-panel {
    padding: 28px 24px;
    border-radius: 25px;
  }

  .trust-points article {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
