:root {
  color-scheme: light;
  --porcelain: #f8f3ee;
  --paper: #efe3d7;
  --cream: #fff8ef;
  --ink: #29201c;
  --graphite: #57504c;
  --copper: #c6673b;
  --cherry: #8a2738;
  --black-cherry: #35151d;
  --honey: #d7a85b;
  --sage: #7e9482;
  --blue: #6d8ea0;
  --line: rgb(41 32 28 / 16%);
  --shadow: 0 28px 80px rgb(41 32 28 / 14%);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 12%, rgb(214 168 91 / 24%), transparent 28rem),
    linear-gradient(135deg, var(--porcelain), #ead9ca 48%, #f6eee7);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgb(41 32 28 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(41 32 28 / 4%) 1px, transparent 1px);
  background-size: 44px 44px;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  color: var(--cream);
}

.brand,
.site-header nav,
.header-link {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgb(255 248 239 / 34%);
  font-size: 0.78rem;
}

.site-header nav {
  gap: 18px;
  color: rgb(255 248 239 / 78%);
  font-size: 0.88rem;
  font-weight: 800;
}

.site-header nav a,
.header-link {
  text-decoration: none;
}

.header-link {
  min-height: 38px;
  border: 1px solid rgb(255 248 239 / 34%);
  padding: 8px 13px;
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 110px 32px 8vh;
  background:
    linear-gradient(90deg, rgb(41 32 28 / 86%), rgb(41 32 28 / 48%), rgb(41 32 28 / 10%)),
    url("https://d8j0ntlcm91z4.cloudfront.net/user_3Ca0TFDFiaeDQXJAFi94OPZHroW/hf_20260515_172148_0c58293c-cb0a-4abf-82a8-403be071a72f.png");
  background-position: center;
  background-size: cover;
  color: var(--cream);
}

.hero-content {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.availability,
.section-label,
.screen-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.availability {
  color: #f4cf9d;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  font-size: clamp(3.2rem, 9vw, 8.6rem);
  line-height: 0.89;
}

h2 {
  font-size: clamp(2.3rem, 5.4vw, 5.4rem);
  line-height: 0.94;
}

h3 {
  font-size: 1.55rem;
  line-height: 1.08;
}

p {
  margin: 0;
  line-height: 1.65;
}

.hero-copy {
  max-width: 700px;
  color: rgb(255 248 239 / 88%);
  font-size: clamp(1.04rem, 2vw, 1.32rem);
}

.waitlist-form {
  display: grid;
  gap: 11px;
}

.hero-form {
  max-width: 620px;
}

.waitlist-form label {
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

input,
select,
button {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 0;
  font: inherit;
}

input,
select {
  width: 100%;
  background: rgb(255 248 239 / 92%);
  color: var(--ink);
  padding: 0 14px;
}

button {
  cursor: pointer;
  background: var(--copper);
  color: var(--cream);
  padding: 0 18px;
  font-weight: 900;
  text-transform: uppercase;
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 620px;
  color: inherit;
  font-size: 0.82rem;
  line-height: 1.35;
  text-transform: none;
}

.consent input {
  min-height: auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--copper);
}

.form-message {
  min-height: 1.2em;
  font-size: 0.92rem;
  color: var(--cream);
}

.form-message[data-state="success"] {
  color: #ffe1b5;
}

.form-message[data-state="error"] {
  color: #ffd0c8;
}

.price-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 620px;
}

.price-strip span {
  border: 1px solid rgb(255 248 239 / 28%);
  background: rgb(255 248 239 / 12%);
  color: var(--cream);
  padding: 8px 10px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.answer-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 34px;
  align-items: end;
}

.answer-copy {
  display: grid;
  gap: 16px;
}

.answer-copy p:last-child {
  max-width: 820px;
  color: var(--graphite);
  font-size: 1.08rem;
}

.answer-facts {
  display: grid;
  gap: 8px;
}

.answer-facts span {
  border: 1px solid var(--line);
  background: rgb(255 248 239 / 76%);
  padding: 12px 14px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.section-label,
.screen-kicker {
  color: var(--copper);
}

.risk-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.risk-card,
.phone,
.full-form {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.risk-card {
  min-height: 188px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  background: rgb(255 248 239 / 76%);
  padding: 20px;
}

.risk-card span {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.risk-card p {
  color: var(--graphite);
}

.primary-risk {
  grid-row: span 2;
  background: var(--ink);
  color: var(--cream);
}

.primary-risk strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.94;
}

.primary-risk p {
  color: rgb(255 248 239 / 78%);
}

.section-head {
  max-width: 880px;
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.section-head p,
.visual-section p,
.waitlist-section p,
.pricing-section p {
  color: var(--graphite);
  font-size: 1.04rem;
}

.phone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.phone {
  min-height: 620px;
  padding: 14px;
  background: #1f1916;
}

.phone-screen {
  min-height: 590px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  border: 1px solid rgb(255 248 239 / 20%);
  padding: 22px;
}

.phone-screen.porcelain {
  background: var(--cream);
  color: var(--ink);
}

.phone-screen.dark {
  background:
    radial-gradient(circle at 70% 10%, rgb(198 103 59 / 32%), transparent 15rem),
    #302721;
  color: var(--cream);
}

.phone-screen.receipt {
  background:
    linear-gradient(180deg, rgb(255 248 239 / 10%), rgb(255 248 239 / 2%)),
    var(--black-cherry);
  color: var(--cream);
}

.phone h3 {
  font-size: 2.35rem;
}

.chip-stack,
.timeline,
.mini-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-stack span,
.timeline span,
.mini-grid span {
  border: 1px solid var(--line);
  background: rgb(255 248 239 / 80%);
  color: var(--ink);
  padding: 8px 10px;
  font-size: 0.82rem;
  font-weight: 900;
}

.phone-screen.dark .chip-stack span,
.phone-screen.receipt .timeline span {
  border-color: rgb(255 248 239 / 18%);
  background: rgb(255 248 239 / 10%);
  color: var(--cream);
}

.meter {
  height: 190px;
  display: flex;
  align-items: end;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgb(255 248 239 / 16%);
}

.meter span {
  flex: 1;
  background: linear-gradient(180deg, var(--honey), var(--copper));
}

.visual-section {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: center;
}

.visual-section img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.visual-section div,
.asset-copy,
.waitlist-section div {
  display: grid;
  gap: 18px;
}

.mini-grid {
  margin-top: 12px;
}

.pricing-section {
  display: grid;
  gap: 24px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 0.92fr;
  gap: 12px;
}

.pricing-card {
  min-height: 280px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgb(255 248 239 / 84%), rgb(239 227 215 / 74%)),
    var(--cream);
  box-shadow: var(--shadow);
  padding: 22px;
}

.pricing-card span {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card h3 {
  font-size: clamp(2.35rem, 4.4vw, 4.5rem);
}

.pricing-card p {
  color: var(--graphite);
}

.featured-price {
  background:
    radial-gradient(circle at 84% 10%, rgb(198 103 59 / 28%), transparent 15rem),
    linear-gradient(135deg, var(--black-cherry), #1f1916);
  color: var(--cream);
}

.featured-price p {
  color: rgb(255 248 239 / 78%);
}

.checkout-note {
  border-left: 4px solid var(--copper);
  background: rgb(255 248 239 / 70%);
  color: var(--graphite);
  padding: 18px 20px;
  line-height: 1.65;
}

.checkout-note strong {
  color: var(--ink);
}

.checkout-section {
  display: grid;
  gap: 24px;
}

.checkout-grid,
.launch-screen-grid,
.faq-grid {
  display: grid;
  gap: 14px;
}

.checkout-grid {
  grid-template-columns: 1.08fr 0.92fr 0.82fr;
}

.checkout-card,
.faq-grid article {
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgb(255 248 239 / 86%), rgb(239 227 215 / 76%)),
    var(--cream);
  box-shadow: var(--shadow);
  padding: 22px;
}

.checkout-card {
  min-height: 300px;
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.checkout-card span {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-card p,
.faq-grid p {
  color: var(--graphite);
}

.checkout-card code,
.checkout-note code,
.faq-grid code {
  color: var(--cherry);
  font-weight: 900;
}

.primary-checkout {
  background:
    radial-gradient(circle at 86% 10%, rgb(198 103 59 / 28%), transparent 15rem),
    linear-gradient(135deg, var(--black-cherry), #1f1916);
  color: var(--cream);
}

.primary-checkout p {
  color: rgb(255 248 239 / 78%);
}

.card-link {
  width: fit-content;
  border: 1px solid var(--line);
  background: rgb(255 248 239 / 76%);
  padding: 12px 14px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.checkout-message {
  min-height: 1.2em;
  color: var(--graphite);
  font-weight: 800;
}

.checkout-message[data-state="success"] {
  color: var(--sage);
}

.checkout-message[data-state="error"] {
  color: var(--cherry);
}

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

.launch-screen-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.launch-screen-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.launch-screen-grid figcaption {
  padding: 13px 14px 15px;
  color: var(--ink);
  font-weight: 900;
}

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

.faq-grid article {
  min-height: 230px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.asset-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.asset-copy {
  position: sticky;
  top: 94px;
}

.asset-copy p {
  color: var(--graphite);
  font-size: 1.04rem;
}

.asset-hub-link {
  width: fit-content;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
  padding: 14px 18px;
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

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

.asset-card {
  min-height: 224px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgb(255 248 239 / 86%), rgb(239 227 215 / 76%)),
    var(--cream);
  box-shadow: var(--shadow);
  padding: 20px;
  text-decoration: none;
}

.asset-card:nth-child(2) {
  background:
    radial-gradient(circle at 88% 10%, rgb(198 103 59 / 22%), transparent 13rem),
    var(--ink);
  color: var(--cream);
}

.asset-card:nth-child(2) p {
  color: rgb(255 248 239 / 76%);
}

.asset-card span {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.asset-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.96;
}

.asset-card p {
  color: var(--graphite);
}

.waitlist-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.58fr);
  gap: 42px;
  align-items: start;
}

.full-form {
  background: rgb(255 248 239 / 74%);
  padding: 24px;
}

.full-form button {
  width: 100%;
}

.full-form .form-message {
  color: var(--graphite);
}

.full-form .form-message[data-state="success"] {
  color: var(--sage);
}

.full-form .form-message[data-state="error"] {
  color: var(--cherry);
}

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 28px 0 44px;
  color: var(--graphite);
  font-size: 0.92rem;
  font-weight: 800;
}

.legal-page .site-header {
  position: static;
  color: var(--ink);
}

.legal-page .brand-mark {
  border-color: var(--line);
  background: var(--ink);
  color: var(--cream);
}

.legal-page .site-header nav {
  color: var(--graphite);
}

.legal-page .site-header nav a[aria-current="page"] {
  color: var(--cherry);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-main {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 80px;
}

.legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(300px, 0.32fr);
  gap: 34px;
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding: 46px 0 34px;
}

.legal-hero h1 {
  grid-column: 1;
  font-size: clamp(3.3rem, 8vw, 7.8rem);
  line-height: 0.88;
}

.legal-hero > p:not(.section-label) {
  grid-column: 1;
  max-width: 760px;
  color: var(--graphite);
  font-size: 1.12rem;
}

.legal-meta {
  grid-row: 1 / span 3;
  grid-column: 2;
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 12%, rgb(198 103 59 / 18%), transparent 14rem),
    rgb(255 248 239 / 72%);
  box-shadow: var(--shadow);
  padding: 18px;
  color: var(--graphite);
  font-size: 0.92rem;
  font-weight: 800;
}

.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 0 0;
}

.legal-toc a {
  border: 1px solid var(--line);
  background: rgb(255 248 239 / 72%);
  padding: 10px 12px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 26px;
}

.legal-section {
  display: grid;
  gap: 14px;
  align-content: start;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgb(255 248 239 / 86%), rgb(239 227 215 / 72%)),
    var(--cream);
  box-shadow: var(--shadow);
  padding: 24px;
}

.legal-section h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.legal-section p,
.legal-section li {
  color: var(--graphite);
}

.legal-section a,
.legal-footer a {
  color: var(--cherry);
  font-weight: 900;
}

.legal-callout {
  background:
    radial-gradient(circle at 88% 8%, rgb(198 103 59 / 24%), transparent 14rem),
    linear-gradient(135deg, var(--black-cherry), #1f1916);
  color: var(--cream);
}

.legal-callout p {
  color: rgb(255 248 239 / 80%);
}

.legal-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 1.2rem;
}

.legal-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.legal-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: rgb(255 248 239 / 72%);
}

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

.legal-table th {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-table td {
  color: var(--graphite);
  font-size: 0.94rem;
  line-height: 1.55;
}

.legal-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.legal-plan-grid div {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  background: rgb(255 248 239 / 72%);
  padding: 16px;
}

.legal-plan-grid span {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-plan-grid strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.legal-footer {
  flex-wrap: wrap;
}

.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 32px;
  text-align: center;
}

.not-found .header-link {
  background: var(--ink);
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    flex-wrap: wrap;
  }

  .hero {
    min-height: 94vh;
    padding: 190px 18px 7vh;
    background:
      linear-gradient(180deg, rgb(41 32 28 / 76%), rgb(41 32 28 / 54%) 54%, rgb(41 32 28 / 40%)),
      url("https://d8j0ntlcm91z4.cloudfront.net/user_3Ca0TFDFiaeDQXJAFi94OPZHroW/hf_20260515_172148_0c58293c-cb0a-4abf-82a8-403be071a72f.png");
    background-position: center;
    background-size: cover;
  }

  .form-row,
  .answer-section,
  .split,
  .phone-grid,
  .pricing-grid,
  .checkout-grid,
  .launch-screen-grid,
  .faq-grid,
  .visual-section,
  .asset-section,
  .waitlist-section,
  .legal-hero,
  .legal-layout,
  .legal-plan-grid {
    grid-template-columns: 1fr;
  }

  .legal-hero h1,
  .legal-hero > p:not(.section-label),
  .legal-meta {
    grid-column: 1;
  }

  .legal-meta {
    grid-row: auto;
  }

  .asset-copy {
    position: static;
  }

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

  .risk-board {
    grid-template-columns: 1fr;
  }

  .primary-risk {
    grid-row: auto;
  }

  .phone {
    min-height: auto;
  }

  .phone-screen {
    min-height: 520px;
  }
}

@media (max-width: 540px) {
  .site-header nav {
    display: none;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 5rem);
  }

  .section {
    padding: 64px 0;
  }

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

@media (prefers-reduced-motion: no-preference) {
  .hero-content,
  .section {
    animation: rise 720ms ease both;
  }

  .risk-card,
  .phone,
  .asset-card,
  .mini-grid span {
    transition:
      transform 200ms ease,
      box-shadow 200ms ease;
  }

  .risk-card:hover,
  .phone:hover,
  .asset-card:hover,
  .mini-grid span:hover {
    transform: translateY(-3px);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
