:root {
  color-scheme: light;
  --black: #203229;
  --black-soft: #193b2a;
  --cream: #f7f4ee;
  --paper: #fffdf8;
  --ink: #203229;
  --lime: #d7845b;
  --leaf: #a8bf91;
  --sage: #82907d;
  --muted: #667067;
  --line-dark: rgba(255, 255, 255, .11);
  --line-light: rgba(28, 37, 29, .14);
  --shell: min(1230px, calc(100% - 100px));
  --font: 'Avenir Next', 'Aptos', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 15px/1.7 var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.section-space { padding-block: 145px; }
.skip-link { position: absolute; z-index: 20; top: -70px; left: 16px; padding: 12px 17px; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 10px; }

.announcement { display: flex; min-height: 37px; align-items: center; justify-content: center; gap: 8px; background: var(--black); color: #f4f1e9; font-size: 10px; letter-spacing: .75px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(198, 246, 93, .1); }
.site-header { position: relative; z-index: 5; border-bottom: 1px solid var(--line-light); background: var(--cream); }
.header-row { display: flex; min-height: 85px; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 26px; font-weight: 600; letter-spacing: -1.2px; }
.wordmark strong { color: #a95534; font-weight: 600; }
.footer-wordmark strong { color: var(--lime); font-weight: 600; }
.navigation { display: flex; align-items: center; gap: 33px; color: var(--ink); font-size: 12px; }
.navigation > a:not(.nav-button):hover { color: #a95534; }
.nav-button { padding: 9px 15px; border: 1px solid var(--line-light); border-radius: 50px; }
.menu-toggle { display: none; }

.hero { overflow: hidden; }
.hero-grid { display: grid; min-height: 690px; grid-template-columns: .94fr 1.06fr; }
.hero-copy { width: min(615px, calc(100% - 72px)); align-self: center; justify-self: end; padding: 73px 66px 77px 0; }
.eyebrow { margin-bottom: 22px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: 1.4px; }
.eyebrow > span { margin-right: 7px; color: var(--lime); }
h1, h2 { font-weight: 500; line-height: 1.08; letter-spacing: -3.6px; }
h1 { margin-bottom: 21px; font-size: clamp(58px, 5.2vw, 75px); }
h1 > span, h2 > span { color: var(--sage); }
.hero-intro { max-width: 470px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border-radius: 50px; font-size: 12px; font-weight: 600; transition: background-color .18s, transform .18s; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--black-soft); color: #fffdf8; }
.button-lime:hover { background: #274b36; }
.price-hint { color: var(--ink); font-size: 11px; }
.quiet-note { margin-top: 30px; color: var(--muted); font-size: 11px; }
.hero-image { position: relative; min-height: 690px; overflow: hidden; }
.hero-image > img { width: 100%; height: 100%; object-fit: cover; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16, 22, 18, .06), rgba(16, 22, 18, .34)); }
.floating-proof { position: absolute; right: 40px; bottom: 48px; display: flex; align-items: center; gap: 13px; padding: 15px 20px; border: 1px solid rgba(255, 255, 255, .16); background: rgba(25, 59, 42, .9); color: #fff; backdrop-filter: blur(12px); }
.proof-marker { color: var(--lime); font-size: 22px; }
.floating-proof > div { display: grid; }
.floating-proof strong { font-size: 12px; font-weight: 600; }
.floating-proof > div > span { color: #d1d7cd; font-size: 10px; }
.image-disclosure { position: absolute; bottom: 10px; left: 14px; color: #fff; font-size: 9px; text-shadow: 0 1px 5px #111; }
.hero-baseline { display: flex; justify-content: space-between; padding: 16px max(50px, calc((100% - 1230px) / 2)); color: var(--muted); font-size: 9px; letter-spacing: 1px; }

.promise-band { border-block: 1px solid var(--line-light); background: #ece6da; }
.promise-row { display: grid; min-height: 77px; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 18px; }
.promise-row p { margin: 0; color: var(--ink); font-size: 12px; }
.promise-row p > span { margin-right: 12px; color: #9c5135; font-size: 10px; }

.problem { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 0 70px; margin-bottom: 72px; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2, .showcase h2, .pricing h2, .purpose h2, .final-cta h2 { margin-bottom: 0; font-size: clamp(46px, 5vw, 69px); }
.section-heading > p:last-child { max-width: 375px; margin-bottom: 2px; color: var(--muted); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.problem-grid article { padding-top: 25px; border-top: 1px solid var(--line-light); }
.card-number { display: block; margin-bottom: 32px; color: #66745e; font-size: 11px; }
.problem-grid h3, .steps h3 { margin-bottom: 8px; font-size: 19px; font-weight: 500; letter-spacing: -.4px; }
.problem-grid article > p { margin: 0; color: var(--muted); font-size: 13px; }

.showcase { display: grid; min-height: 640px; grid-template-columns: 1fr 1fr; background: #ece6da; color: var(--ink); }
.showcase-image { position: relative; min-height: 640px; }
.showcase-image > img { width: 100%; height: 100%; object-fit: cover; }
.showcase-image > span { position: absolute; right: 12px; bottom: 10px; color: #fff; font-size: 9px; text-shadow: 0 1px 5px #111; }
.showcase-copy { width: min(550px, calc(100% - 90px)); align-self: center; justify-self: center; }
.showcase-copy > p:not(.eyebrow) { max-width: 420px; margin-top: 20px; color: #626b61; }
.showcase-checks { display: grid; gap: 13px; margin-top: 27px; color: #33402f; font-size: 12px; }
.showcase-checks > span::before { margin-right: 11px; color: #537844; content: '✓'; }

.process { background: var(--cream); color: var(--ink); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.steps article { padding-top: 25px; border-top: 1px solid var(--line-light); }
.steps article > span { display: block; margin-bottom: 34px; color: #64755d; font-size: 11px; }
.steps article > p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.pricing { background: var(--black-soft); color: #fffdf8; }
.pricing-layout { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 110px; }
.pricing-copy .eyebrow { color: var(--leaf); }
.pricing-copy > p:last-child { max-width: 410px; margin-top: 22px; color: #c5cbc1; }
.price-card { padding: 36px; border: 1px solid rgba(255, 255, 255, .17); background: rgba(255, 255, 255, .045); }
.price-card-top { display: flex; justify-content: space-between; color: #e6eae1; font-size: 10px; letter-spacing: .8px; }
.price-card-top span:last-child { color: #c7cec3; }
.launch-price { margin: 10px 0 0; font-size: 94px; font-weight: 500; letter-spacing: -6px; line-height: 1.05; }
.launch-note { margin: 7px 0 23px; color: #c9d0c5; font-size: 11px; }
.monthly-price { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 18px; border-block: 1px solid rgba(255, 255, 255, .16); }
.monthly-price > div { display: grid; }
.monthly-price > div strong { font-size: 13px; }
.monthly-price > div span { color: #c6ccc2; font-size: 10px; }
.monthly-price > strong { white-space: nowrap; font-size: 26px; }
.monthly-price > strong span { font-size: 12px; font-weight: 400; }
.price-card ul { display: grid; gap: 10px; margin: 26px 0; padding: 0; list-style: none; font-size: 12px; }
.price-card li::before { margin-right: 10px; color: var(--lime); content: '✓'; }
.price-button { width: 100%; background: var(--lime); color: #203229; }
.price-button:hover { background: #e39872; }
.terms-note { margin: 13px 0 0; color: #c2c8bf; font-size: 9px; }

.purpose { background: var(--paper); color: var(--ink); }
.purpose-layout { display: grid; grid-template-columns: .65fr 1fr; gap: 115px; }
.purpose-tag { display: flex; align-items: center; gap: 15px; align-self: start; font-size: 10px; font-weight: 600; letter-spacing: 1px; }
.purpose-copy > p { max-width: 630px; margin-top: 21px; color: var(--muted); }
.purpose-disclosure { padding-top: 16px; border-top: 1px solid var(--line-light); font-size: 11px; }

.final-cta { padding-block: 137px; background: var(--black); color: #fffdf8; text-align: center; }
.final-cta .eyebrow { color: var(--leaf); }
.final-cta .button-lime { background: var(--lime); color: var(--ink); }
.final-cta .button-lime:hover { background: #e39872; }
.final-content { display: grid; justify-items: center; }
.final-cta h2 { margin-bottom: 31px; }
.site-footer { border-top: 1px solid var(--line-dark); background: var(--black); color: #fffdf8; }
.footer-row { display: flex; min-height: 79px; align-items: center; justify-content: space-between; gap: 16px; }
.footer-wordmark { font-size: 20px; font-weight: 500; }
.footer-row > p, .footer-row > span { margin: 0; color: #b8beb5; font-size: 10px; }

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { transition: opacity .5s ease, translate .5s ease; }
  .has-reveal [data-reveal]:not(.is-visible) { opacity: .01; translate: 0 12px; }
}

@media (max-width: 1040px) {
  :root { --shell: calc(100% - 72px); }
  .hero-grid { min-height: 610px; grid-template-columns: 1fr 1fr; }
  .hero-copy { width: calc(100% - 38px); padding-right: 35px; }
  .hero-image { min-height: 610px; }
  h1 { font-size: 60px; }
  .pricing-layout { gap: 65px; }
  .purpose-layout { gap: 75px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 38px); }
  .announcement { padding-inline: 10px; text-align: center; font-size: 9px; }
  .header-row { min-height: 74px; }
  .wordmark { font-size: 23px; }
  .wordmark img { width: 33px; height: 33px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: 12px; }
  .menu-icon, .menu-icon::after { width: 17px; height: 2px; background: var(--ink); }
  .menu-icon { position: relative; }
  .menu-icon::after { position: absolute; top: 6px; right: 0; content: ''; }
  .navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 12px 19px 20px; border-bottom: 1px solid var(--line-light); background: var(--cream); }
  .navigation.is-open { display: grid; }
  .navigation > a { padding-block: 11px; }
  .nav-button { margin-top: 7px; text-align: center; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { width: var(--shell); justify-self: center; padding: 82px 0 62px; }
  h1 { max-width: 600px; font-size: 63px; }
  .hero-image { min-height: 410px; max-height: 540px; }
  .floating-proof { right: 18px; bottom: 32px; }
  .hero-baseline { padding-inline: 19px; font-size: 8px; }
  .promise-row { grid-template-columns: 1fr; gap: 8px; padding-block: 19px; }
  .section-space { padding-block: 88px; }
  .section-heading { grid-template-columns: 1fr; gap: 13px; margin-bottom: 41px; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .section-heading h2, .showcase h2, .pricing h2, .purpose h2, .final-cta h2 { font-size: 51px; letter-spacing: -2.7px; }
  .problem-grid, .steps { grid-template-columns: 1fr; gap: 29px; }
  .card-number, .steps article > span { margin-bottom: 21px; }
  .showcase { min-height: 0; grid-template-columns: 1fr; }
  .showcase-image { min-height: 410px; max-height: 550px; }
  .showcase-copy { width: var(--shell); padding-block: 75px; }
  .pricing-layout, .purpose-layout { grid-template-columns: 1fr; gap: 42px; }
  .price-card { max-width: 560px; }
  .final-cta { padding-block: 94px; }
  .footer-row { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; padding-block: 18px; }
}

@media (max-width: 420px) {
  :root { --shell: calc(100% - 32px); }
  .hero-copy { padding-block: 73px 52px; }
  h1 { font-size: 54px; letter-spacing: -3px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-image, .showcase-image { min-height: 345px; }
  .floating-proof { right: 10px; padding: 12px; }
  .section-heading h2, .showcase h2, .pricing h2, .purpose h2, .final-cta h2 { font-size: 46px; }
  .price-card { padding: 24px; }
  .launch-price { font-size: 79px; }
  .monthly-price > div strong { font-size: 11px; }
  .monthly-price > strong { font-size: 23px; }
}
