:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff7f2;
  color: #141414;
  --ink: #17110f;
  --muted: #665b54;
  --paper: #fffaf6;
  --blush: #ffe4dc;
  --coral: #ef6247;
  --coral-dark: #bb412e;
  --mint: #dcefe4;
  --sage: #5c8d6d;
  --berry: #9e2f5e;
  --butter: #f4e8bd;
  --plum: #4c1738;
  --bluewash: #e7edff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

.wrap {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.eyebrow {
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 24px;
  font-size: 48px;
  line-height: 1;
}

h2 {
  margin: 32px 0 10px;
  font-size: 20px;
}

p {
  font-size: 17px;
  line-height: 1.65;
}

a {
  color: #067a65;
  font-weight: 700;
}

nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

nav a {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 12px 16px;
  background: white;
  text-decoration: none;
}

.doc {
  padding-bottom: 96px;
}

.home-page {
  background:
    linear-gradient(90deg, rgba(255, 244, 238, 0.94) 0 57%, rgba(220, 239, 228, 0.78) 57% 100%),
    #fff7f2;
  color: var(--ink);
  overflow-x: hidden;
}

.home-header {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 8px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home-nav {
  align-items: center;
  justify-content: flex-end;
}

.home-nav a {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(20, 20, 20, 0.06);
}

.home-nav a:first-child {
  background: var(--ink);
  color: white;
}

.home-hero {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 84px);
  margin: 0 auto;
  padding: 28px 0 64px;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.86fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.home-copy h1 {
  max-width: 690px;
  margin-bottom: 18px;
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.9;
  letter-spacing: 0;
}

.home-screen-stage {
  position: relative;
  min-height: 720px;
}

.home-screen-stage::before {
  position: absolute;
  inset: 64px 10px 34px 70px;
  border-radius: 44px;
  background: rgba(23, 17, 15, 0.08);
  box-shadow: 0 42px 100px rgba(69, 40, 33, 0.18);
  content: "";
}

.home-phone {
  position: absolute;
  display: block;
  border-radius: 32px;
  box-shadow: 0 26px 80px rgba(69, 40, 33, 0.2);
}

.home-phone-main {
  right: 22px;
  top: 34px;
  width: min(72%, 390px);
  z-index: 2;
}

.home-phone-secondary {
  left: 0;
  top: 170px;
  width: min(50%, 250px);
  z-index: 1;
  opacity: 0.9;
}

.home-receipt {
  position: absolute;
  left: 34px;
  right: 10px;
  bottom: 70px;
  z-index: 3;
  max-width: 430px;
  padding: 18px 20px;
  border: 1px solid rgba(23, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 60px rgba(69, 40, 33, 0.16);
  backdrop-filter: blur(18px);
}

.home-receipt span,
.home-receipt strong {
  display: block;
}

.home-receipt span {
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-receipt strong {
  margin-top: 6px;
  font-size: 22px;
  line-height: 1.1;
}

.home-strip {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 56px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 8px;
  background: var(--ink);
  color: white;
  overflow: hidden;
}

.home-strip article {
  min-height: 210px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.home-strip article:last-child {
  border-right: 0;
}

.home-strip h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.home-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.home-cta {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto 72px;
  padding: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 80px rgba(69, 40, 33, 0.1);
}

.home-cta h2 {
  max-width: 640px;
  margin: 0 0 12px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.95;
}

.home-cta p {
  max-width: 680px;
  color: var(--muted);
}

.legal-page {
  background:
    linear-gradient(135deg, rgba(255, 228, 220, 0.82) 0%, rgba(255, 250, 246, 0.96) 36%, rgba(220, 239, 228, 0.8) 100%),
    #fff7f2;
  color: var(--ink);
}

.legal-shell {
  width: min(960px, calc(100% - 44px));
  margin: 0 auto;
}

.legal-header {
  display: flex;
  padding: 22px 0 10px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.legal-brand {
  box-shadow: 0 14px 36px rgba(69, 40, 33, 0.09);
}

.legal-nav {
  align-items: center;
  justify-content: flex-end;
}

.legal-nav a,
.legal-footer-nav a {
  border: 1px solid rgba(23, 17, 15, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  box-shadow: none;
}

.legal-nav a:hover,
.legal-footer-nav a:hover {
  border-color: rgba(239, 98, 71, 0.4);
  background: rgba(255, 255, 255, 0.9);
}

.legal-hero {
  padding: 52px 0 26px;
  border-bottom: 1px solid rgba(23, 17, 15, 0.08);
}

.legal-hero h1 {
  max-width: 780px;
  margin-bottom: 14px;
  font-size: clamp(52px, 9vw, 92px);
  line-height: 0.92;
  letter-spacing: 0;
}

.legal-updated {
  margin: 0 0 18px;
  color: var(--coral-dark);
  font-size: 15px;
  font-weight: 900;
}

.legal-lede {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.4;
}

.legal-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 16px;
}

.legal-summary article {
  min-height: 168px;
  padding: 20px;
  border: 1px solid rgba(23, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(69, 40, 33, 0.08);
}

.legal-summary h2,
.legal-section h2 {
  margin: 0 0 10px;
  color: var(--ink);
  letter-spacing: 0;
}

.legal-summary h2 {
  font-size: 20px;
  line-height: 1.08;
}

.legal-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.48;
}

.legal-section {
  padding: 30px 0;
  border-top: 1px solid rgba(23, 17, 15, 0.08);
}

.legal-section h2 {
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.02;
}

.legal-section p {
  max-width: 800px;
  margin: 0 0 14px;
  color: var(--muted);
}

.legal-list {
  display: grid;
  max-width: 820px;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.legal-list li {
  font-size: 17px;
  line-height: 1.55;
}

.legal-callout {
  padding: 18px 20px;
  border-left: 4px solid var(--coral);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink) !important;
  font-weight: 750;
}

.legal-footer-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.waitlist-page {
  background:
    linear-gradient(90deg, rgba(255, 244, 238, 0.92) 0 58%, rgba(231, 237, 255, 0.72) 58% 75%, rgba(220, 239, 228, 0.88) 75% 100%),
    #fff7f2;
  color: var(--ink);
  overflow-x: hidden;
}

.waitlist-header {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 8px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 7px 20px 7px 8px;
  border: 1px solid rgba(69, 40, 33, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(69, 40, 33, 0.1);
  color: var(--ink);
  text-decoration: none;
  backdrop-filter: blur(18px);
}

.brand-mark img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex: 0 0 auto;
  box-shadow: 0 10px 24px rgba(69, 40, 33, 0.16);
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-copy strong {
  font-size: 25px;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-copy small {
  color: rgba(28, 19, 17, 0.64);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
}

.waitlist-nav {
  align-items: center;
}

.waitlist-nav a {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(20, 20, 20, 0.06);
}

.waitlist-nav a:nth-child(2) {
  background: var(--ink);
  color: white;
}

.waitlist-hero {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.82fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: 12px 0 64px;
}

.hero-copy h1 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: clamp(52px, 6.8vw, 84px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy h1 em {
  display: inline;
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}

.lede {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

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

.hero-actions p {
  max-width: 270px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.primary-link {
  display: inline-flex;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--coral);
  color: white;
  box-shadow: 0 16px 40px rgba(239, 98, 71, 0.26);
  text-decoration: none;
}

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

.proof-list li {
  position: relative;
  padding-left: 28px;
  color: #28231f;
  font-size: 17px;
  font-weight: 700;
}

.proof-list li::before {
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--coral);
  content: "";
}

.screen-stage {
  position: relative;
  min-height: 720px;
  isolation: isolate;
}

.screen-stage::before {
  position: absolute;
  inset: 58px 12px 28px 82px;
  z-index: -1;
  border: 1px solid rgba(23, 17, 15, 0.08);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 228, 220, 0.5), rgba(231, 237, 255, 0.44)),
    var(--paper);
  box-shadow: 0 36px 90px rgba(49, 36, 28, 0.16);
  content: "";
}

.screen-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(23, 17, 15, 0.12);
  border-radius: 32px;
  background: var(--paper);
  box-shadow: 0 22px 58px rgba(47, 34, 27, 0.22);
}

.screen-card img {
  display: block;
  width: 100%;
  height: auto;
}

.screen-card-main {
  right: 42px;
  top: 0;
  z-index: 3;
  width: min(78%, 340px);
  transform: rotate(2deg);
}

.screen-card-scan {
  left: 28px;
  top: 78px;
  z-index: 1;
  width: min(52%, 230px);
  opacity: 0.9;
  transform: rotate(-5deg);
}

.screen-card-profile {
  left: 0;
  top: 194px;
  z-index: 2;
  width: min(52%, 220px);
  transform: rotate(-8deg);
}

.screen-card-home {
  right: 0;
  bottom: 12px;
  z-index: 4;
  width: min(46%, 196px);
  transform: rotate(8deg);
}

.receipt-chip {
  position: absolute;
  left: 0;
  bottom: 88px;
  z-index: 5;
  width: min(66%, 310px);
  padding: 18px 20px;
  border: 1px solid rgba(23, 17, 15, 0.1);
  border-radius: 20px;
  background: rgba(255, 250, 246, 0.94);
  box-shadow: 0 20px 52px rgba(47, 34, 27, 0.16);
}

.receipt-chip span {
  display: block;
  margin-bottom: 5px;
  color: var(--berry);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.receipt-chip strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
}

.ritual-strip {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  margin: -22px auto 72px;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 17, 15, 0.1);
  border-radius: 24px;
  background: var(--ink);
  box-shadow: 0 28px 70px rgba(49, 36, 28, 0.12);
}

.ritual-strip div {
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.ritual-strip div:last-child {
  border-right: 0;
}

.ritual-strip span,
.ritual-strip strong {
  display: block;
}

.ritual-strip span {
  margin-bottom: 14px;
  color: #f9b1a3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ritual-strip strong {
  max-width: 270px;
  color: white;
  font-size: 24px;
  line-height: 1.05;
}

.emotional-strip,
.join-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 72px;
}

.emotional-strip {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  padding: 34px;
  border: 1px solid rgba(23, 17, 15, 0.08);
  border-radius: 28px;
  background: rgba(255, 250, 246, 0.76);
}

.emotional-strip h2,
.join-copy h2 {
  margin: 0;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 0.98;
}

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

.reason-grid article {
  min-height: 230px;
  padding: 20px;
  border: 1px solid rgba(23, 17, 15, 0.08);
  border-radius: 18px;
  background: white;
}

.reason-grid article:nth-child(2) {
  background: var(--mint);
}

.reason-grid article:nth-child(3) {
  background: var(--bluewash);
}

.reason-grid span {
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.reason-grid h3 {
  margin: 40px 0 8px;
  font-size: 22px;
}

.reason-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.faq-section {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 72px;
  grid-template-columns: 0.76fr 1fr;
  gap: 48px;
  align-items: start;
}

.faq-section h2 {
  max-width: 420px;
  margin: 0;
  font-size: 46px;
  line-height: 1;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid rgba(23, 17, 15, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(50, 35, 24, 0.07);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--coral);
  font-weight: 950;
}

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

.faq-list p {
  margin: -6px 22px 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.join-section {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  grid-template-columns: 0.85fr minmax(340px, 460px);
  gap: 50px;
  align-items: start;
  padding-bottom: 86px;
}

.join-copy {
  position: sticky;
  top: 28px;
}

.join-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 19px;
}

.join-copy .launch-note {
  max-width: 420px;
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--coral);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.58);
  color: var(--plum);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.waitlist-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 24px 80px rgba(50, 35, 24, 0.12);
}

.waitlist-panel h2 {
  margin: 0;
  font-size: 30px;
}

.form-note,
.privacy-note {
  margin: 0;
  color: #6d675f;
  font-size: 14px;
  line-height: 1.5;
}

.waitlist-panel label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
}

.waitlist-panel label span {
  color: #837d75;
  font-weight: 700;
}

.waitlist-panel input,
.waitlist-panel select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 12px;
  padding: 0 14px;
  background: white;
  color: #141414;
  font: inherit;
  font-weight: 600;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.checkbox-row {
  grid-template-columns: 18px 1fr;
  align-items: start;
}

.checkbox-row input {
  min-height: 18px;
  margin-top: 2px;
}

.website-field {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.waitlist-panel button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--coral);
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
}

.waitlist-panel button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.form-status[data-kind="success"] {
  color: #347152;
}

.form-status[data-kind="error"] {
  color: #b83324;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 840px) {
  .waitlist-page {
    padding-bottom: 88px;
  }

  .wrap {
    width: min(100% - 28px, 760px);
    padding: 42px 0;
  }

  .legal-shell {
    width: min(100% - 28px, 760px);
  }

  .legal-header {
    padding-top: 18px;
    flex-wrap: wrap;
  }

  .legal-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .legal-nav a {
    padding: 10px 14px;
    font-size: 14px;
  }

  .legal-hero {
    padding: 42px 0 24px;
  }

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

  .legal-summary {
    grid-template-columns: 1fr;
  }

  .legal-summary article {
    min-height: auto;
  }

  .waitlist-page {
    background: linear-gradient(180deg, #fff4ee 0%, #fffaf6 44%, #edf2ff 68%, #edf7f0 100%);
  }

  .home-page {
    background: linear-gradient(180deg, #fff4ee 0%, #fffaf6 48%, #edf7f0 100%);
  }

  .home-header {
    width: min(100% - 28px, 760px);
    padding-top: 18px;
    flex-wrap: wrap;
  }

  .home-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .home-nav a {
    padding: 10px 14px;
    font-size: 14px;
  }

  .home-hero {
    width: min(100% - 28px, 760px);
    min-height: auto;
    padding: 36px 0 54px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-copy h1 {
    font-size: 56px;
  }

  .home-screen-stage {
    min-height: 620px;
    overflow: hidden;
  }

  .home-screen-stage::before {
    inset: 54px 10px 34px 44px;
  }

  .home-phone-main {
    right: 10px;
    width: min(78%, 330px);
  }

  .home-phone-secondary {
    width: min(48%, 200px);
  }

  .home-receipt {
    left: 12px;
    bottom: 56px;
  }

  .home-strip {
    width: min(100% - 28px, 760px);
    grid-template-columns: 1fr;
  }

  .home-strip article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .home-strip article:last-child {
    border-bottom: 0;
  }

  .home-cta {
    width: min(100% - 28px, 760px);
    padding: 28px;
  }

  .waitlist-header {
    width: min(100% - 28px, 760px);
    padding-top: 18px;
    flex-wrap: wrap;
  }

  .waitlist-nav a:first-child,
  .waitlist-nav a:last-child {
    display: none;
  }

  .waitlist-hero {
    width: min(100% - 28px, 760px);
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding: 34px 0 54px;
  }

  .hero-copy h1 {
    font-size: 56px;
  }

  .lede {
    font-size: 19px;
  }

  .screen-stage {
    min-height: 620px;
    overflow: hidden;
  }

  .screen-card-main {
    right: 18px;
    width: min(76%, 330px);
  }

  .screen-card-scan {
    left: 10px;
    width: min(50%, 210px);
  }

  .screen-card-profile {
    left: 0;
    width: min(48%, 190px);
    top: 176px;
  }

  .receipt-chip {
    bottom: 72px;
    width: min(78%, 310px);
  }

  .emotional-strip,
  .faq-section,
  .join-section {
    width: min(100% - 28px, 760px);
    margin-bottom: 48px;
  }

  .ritual-strip {
    width: min(100% - 28px, 760px);
    margin: 0 auto 48px;
    grid-template-columns: 1fr;
  }

  .ritual-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .ritual-strip div:last-child {
    border-bottom: 0;
  }

  .emotional-strip,
  .faq-section,
  .join-section {
    grid-template-columns: 1fr;
  }

  .faq-section h2 {
    max-width: 620px;
    font-size: 38px;
  }

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

  .reason-grid article {
    min-height: auto;
  }

  .reason-grid h3 {
    margin-top: 26px;
  }

  .join-copy {
    position: static;
  }

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

  .mobile-sticky-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 30;
    display: flex;
    min-height: 58px;
    padding: 0 18px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(28, 19, 17, 0.94);
    color: white;
    box-shadow: 0 18px 48px rgba(28, 19, 17, 0.28);
    text-decoration: none;
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .sticky-cta-visible .mobile-sticky-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-sticky-cta strong,
  .mobile-sticky-cta span {
    display: block;
  }

  .mobile-sticky-cta strong {
    font-size: 16px;
    line-height: 1;
  }

  .mobile-sticky-cta span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
  }
}

@media (max-width: 420px) {
  h1,
  .hero-copy h1 {
    font-size: 46px;
  }

  .home-copy h1 {
    font-size: 48px;
  }

  .home-screen-stage {
    min-height: 560px;
  }

  .home-phone-main {
    width: 78%;
  }

  .home-phone-secondary {
    top: 142px;
    width: 44%;
  }

  .home-receipt {
    right: 0;
    bottom: 38px;
  }

  .legal-hero h1 {
    font-size: 44px;
  }

  .legal-section h2 {
    font-size: 28px;
  }

  .legal-footer-nav {
    display: grid;
  }

  .waitlist-panel {
    padding: 22px;
    border-radius: 20px;
  }

  .brand-mark {
    max-width: calc(100vw - 136px);
    gap: 10px;
    padding-right: 14px;
  }

  .brand-copy strong {
    font-size: 22px;
  }

  .brand-copy small {
    display: none;
  }

  .screen-stage {
    min-height: 560px;
  }

  .screen-stage::before {
    inset: 42px 10px 28px 36px;
    border-radius: 30px;
  }

  .screen-card {
    border-radius: 24px;
  }

  .screen-card-profile {
    top: 150px;
  }

  .screen-card-scan {
    top: 82px;
    width: 49%;
  }

  .screen-card-home {
    width: 45%;
  }

  .receipt-chip {
    bottom: 42px;
    padding: 15px 16px;
  }

  .receipt-chip strong {
    font-size: 18px;
  }
}

@media (max-width: 840px) {
  .faq-section {
    margin-bottom: 96px;
  }
}
