.testimonial-image { width: 92px; height: 32px; margin-left: auto; object-fit: cover; filter: saturate(.65); }
.site-footer .brand-logo { padding: 5px 8px; mix-blend-mode: normal; background: #ffffff; }
@media (max-width: 760px) {
  .desktop-nav.is-open {
    position: absolute;
    z-index: 4;
    top: 75px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 8px 20px 18px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .desktop-nav.is-open a { padding: 12px 0; }
}
:root {
  --ink: #111813;
  --green: #153d2e;
  --green-light: #1e5942;
  --paper: #ffffff;
  --cream: #e6edef;
  --line: rgba(17, 24, 19, .18);
  --muted: #68726a;
  --sans: 'DM Sans', sans-serif;
  --display: 'Manrope', sans-serif;
  --editorial: 'Cormorant Garamond', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.section-shell { width: min(1180px, calc(100% - 96px)); margin: 0 auto; }
.site-header { height: 92px; width: min(1320px, calc(100% - 96px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 11px; line-height: 1.05; letter-spacing: .02em; font-weight: 700; text-transform: uppercase; }
.brand-logo { display: block; width: 285px; height: auto; mix-blend-mode: multiply; }
.brand-mark { font: 800 21px/1 var(--display); letter-spacing: -.12em; }
.brand-mark span { color: var(--green-light); margin: 0 3px; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 10px; font-size: 13px; font-weight: 600; }
.desktop-nav a, .footer-links a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--green-light); }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; min-height: 48px; padding: 0 20px; gap: 18px; border-radius: 2px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-green { color: var(--paper); background: var(--green-light); }
.button-cream { color: var(--ink); background: var(--cream); }
.header-cta { min-height: 43px; padding: 0 16px; font-size: 12px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px 0 10px 10px; }
.menu-toggle span { display: block; width: 23px; height: 1px; background: var(--ink); margin: 5px; }
.hero { min-height: 660px; display: grid; grid-template-columns: 1fr .93fr; align-items: center; gap: 7vw; padding: 60px 0 85px; }
.eyebrow { margin: 0 0 26px; color: var(--green-light); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--green-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--editorial); letter-spacing: -.045em; line-height: .9; }
h1 { max-width: 660px; margin-bottom: 28px; font-size: clamp(4.4rem, 8.2vw, 7.8rem); font-weight: 500; }
h2 { margin-bottom: 26px; font-size: clamp(3.1rem, 5.4vw, 5.5rem); font-weight: 500; }
h1 em, h2 em { color: var(--green-light); font-style: italic; font-weight: 500; }
.hero-intro { max-width: 480px; margin-bottom: 30px; color: #465149; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 13px; font-weight: 700; }
.text-link:hover { gap: 19px; }
.micro-proof { margin: 30px 0 0; color: var(--muted); font-size: 13px; }
.hero-visual { position: relative; padding-right: 26px; }
.hero-image-wrap { position: relative; overflow: hidden; aspect-ratio: .83; }
.hero-image { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.image-note { position: absolute; right: 0; bottom: 0; display: flex; gap: 17px; align-items: flex-start; width: 160px; padding: 20px; background: var(--cream); font-size: 12px; font-weight: 700; line-height: 1.2; }
.note-number { color: var(--green-light); font: 700 13px var(--display); }
.hero-stamp { position: absolute; top: 12%; right: -12px; color: var(--green-light); font: 700 11px/1.35 var(--display); letter-spacing: .03em; text-transform: uppercase; transform: rotate(8deg); }
.hero-stamp span { display: block; padding-top: 8px; font-size: 22px; }
.proof-bar { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 35px; border-top: 1px solid var(--line); padding: 28px 0 34px; }
.proof-bar p { margin: 0; font-size: 13px; line-height: 1.35; color: var(--muted); }.proof-bar p strong { color: var(--ink); font-size: 14px; }.proof-stat { display: flex; gap: 13px; font-size: 12px; line-height: 1.2; }.proof-stat strong { color: var(--green-light); font: 700 27px var(--display); letter-spacing: -.06em; }.proof-stat span { color: var(--muted); padding-top: 4px; }
.section-band { background: var(--cream); }.method { padding: 125px 0 140px; }.section-heading { margin-bottom: 80px; }.section-heading h2 { margin: 0; }.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 16%; }.section-lede { color: #4b574e; font-size: 18px; line-height: 1.6; }.method-list { border-top: 1px solid var(--line); }.method-item { display: grid; grid-template-columns: 45px 1fr 24px; gap: 20px; align-items: start; border-bottom: 1px solid var(--line); padding: 27px 0; }.method-item > span:first-child { color: var(--green-light); font: 600 12px var(--display); }.method-item h3 { margin: 0 0 7px; font: 700 22px var(--display); letter-spacing: -.04em; }.method-item p { max-width: 450px; margin: 0; color: var(--muted); font-size: 14px; }.item-arrow { color: var(--green-light); font-size: 20px; text-align: right; }
.quiz-section { padding: 105px 0; }.quiz-card { min-height: 430px; background: var(--green); color: var(--paper); }.quiz-card-copy { max-width: 780px; padding: 65px 8%; }.eyebrow-light { color: #b8cbb8; }.quiz-card h2 { max-width: 590px; margin-bottom: 22px; }.quiz-card h2 em { color: #c6d7c6; }.quiz-card-copy > p:not(.eyebrow) { max-width: 610px; color: #c2cdc3; font-size: 17px; line-height: 1.6; margin-bottom: 25px; }.quiz-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; color: #c2cdc3; font-size: 13px; }.quiz-meta strong { color: var(--paper); font: 600 28px var(--editorial); }.quiz-meta span { border-left: 1px solid rgba(247,248,243,.35); padding-left: 16px; }
.offer { padding: 120px 0 135px; }.offer-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 8%; }.offer-aside { display: flex; flex-direction: column; justify-content: space-between; min-height: 340px; }.offer-aside .eyebrow { color: var(--ink); }.offer-index { color: var(--green-light); font: 700 12px var(--display); }.offer-main h2 { margin-bottom: 26px; }.offer-main > .section-lede { max-width: 580px; margin-bottom: 46px; }.offer-details { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 32px; }.offer-details div { display: flex; flex-direction: column; gap: 9px; padding: 18px 16px 20px 0; }.offer-details div + div { padding-left: 16px; border-left: 1px solid var(--line); }.offer-details span { color: var(--muted); font-size: 11px; }.offer-details strong { font-size: 13px; }.text-link-dark { color: var(--green-light); border-color: var(--green-light); }
.testimonial { padding: 145px 10% 150px; }.quote-mark { color: var(--green-light); font: 100px/.5 Georgia, serif; }.testimonial blockquote { max-width: 820px; margin: 30px 0 40px; font: 500 clamp(2rem, 4.6vw, 4.6rem)/1.08 var(--display); letter-spacing: -.07em; }.quote-byline { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.byline-line { width: 48px; border-top: 1px solid var(--green-light); }
.notes { padding: 115px 0 130px; }.notes-header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 65px; }.notes-header h2 { margin: 0; }.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.note-card { min-height: 225px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); transition: background .2s ease, color .2s ease, transform .2s ease; }.note-card:hover { color: var(--paper); background: var(--green); transform: translateY(-4px); }.note-card > span:first-child { color: var(--green-light); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }.note-card:hover > span:first-child { color: #c4d5c5; }.note-card h3 { max-width: 240px; margin: auto 0; font: 700 23px/1.12 var(--display); letter-spacing: -.05em; }.note-read { color: var(--muted); font-size: 11px; }.note-card:hover .note-read { color: #c4d5c5; }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: end; padding-top: 128px; padding-bottom: 130px; }.newsletter h2 { margin-bottom: 0; }.email-form { padding-bottom: 8px; }.email-form label { display: block; max-width: 340px; margin-bottom: 18px; color: var(--muted); font-size: 14px; }.email-row { display: flex; border-bottom: 1px solid var(--ink); }.email-row input { flex: 1; min-width: 0; padding: 15px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }.email-row input::placeholder { color: #9ca29c; }.email-row .button { min-height: 42px; margin-bottom: 6px; }.form-message { min-height: 20px; margin: 12px 0 0; color: var(--green-light); font-size: 12px; }
.site-footer { color: var(--paper); background: var(--ink); }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: start; padding-top: 54px; padding-bottom: 62px; }.footer-top .brand-mark span { color: #86ad8d; }.footer-top p { color: #aab4ab; font-size: 13px; line-height: 1.45; }.footer-links { justify-self: end; display: flex; flex-direction: column; gap: 10px; color: #aab4ab; font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(247,248,243,.2); padding-top: 18px; padding-bottom: 25px; color: #68716a; font-size: 10px; }
.quiz-modal[hidden] { display: none; }.quiz-modal { position: fixed; inset: 0; z-index: 5; display: flex; justify-content: center; align-items: center; padding: 24px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(12, 20, 14, .66); }.modal-panel { position: relative; width: min(580px, 100%); min-height: 470px; padding: 48px 52px; background: var(--paper); box-shadow: 0 20px 70px rgba(0,0,0,.2); }.modal-close { position: absolute; top: 18px; right: 23px; border: 0; color: var(--muted); background: transparent; font-size: 29px; font-weight: 300; }.quiz-progress { height: 3px; margin-bottom: 42px; background: #dfe4dc; }.progress-fill { display: block; width: 33%; height: 100%; background: var(--green-light); transition: width .3s ease; }.modal-panel .eyebrow { margin-bottom: 20px; }.quiz-step h2, .quiz-result h2 { margin-bottom: 34px; font-size: clamp(2.2rem, 5vw, 3.8rem); }.answer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.answer-grid button { min-height: 58px; padding: 12px 16px; border: 1px solid var(--line); color: var(--ink); background: transparent; text-align: left; font-size: 13px; transition: color .2s, background .2s, border .2s; }.answer-grid button:hover { border-color: var(--green-light); color: var(--paper); background: var(--green-light); }.quiz-step:not(.is-active), .quiz-result { display: none; }.quiz-result p:not(.eyebrow) { max-width: 405px; color: var(--muted); margin-bottom: 27px; }.result-back { display: block; margin-top: 19px; padding: 0; border: 0; color: var(--muted); background: none; font-size: 12px; text-decoration: underline; }
.reveal { opacity: 0; transform: translateY(18px); animation: rise .8s .1s forwards; }.reveal-delay { animation-delay: .25s; }@keyframes rise { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) { .section-shell, .site-header { width: min(100% - 40px, 560px); }.site-header { height: 75px; }.desktop-nav, .header-cta { display: none; }.menu-toggle { display: block; }.hero { display: flex; flex-direction: column; align-items: stretch; gap: 44px; padding: 62px 0 70px; }.hero-copy { order: 0; }.hero-visual { order: 1; padding-right: 17px; }.hero-image-wrap { aspect-ratio: 1 / 1.08; }.hero-stamp { right: -2px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.hero-intro { font-size: 16px; }.proof-bar { grid-template-columns: 1fr 1fr; gap: 28px 18px; }.proof-bar p { grid-column: span 2; }.method { padding: 82px 0 90px; }.section-heading { margin-bottom: 55px; }.method-grid, .offer-grid, .newsletter { grid-template-columns: 1fr; gap: 42px; }.method-grid { gap: 38px; }.quiz-section { padding: 64px 0; }.quiz-card { display: block; }.quiz-card-copy { padding: 48px 30px 45px; }.quiz-card-side { min-height: 145px; display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; padding: 27px 30px; border-top: 1px solid rgba(247,248,243,.25); border-left: 0; }.quiz-big-number { grid-row: span 2; }.side-line { display: none; }.offer { padding: 82px 0 90px; }.offer-aside { min-height: auto; flex-direction: row; }.offer-details { grid-template-columns: 1fr; }.offer-details div, .offer-details div + div { padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); }.offer-details div:last-child { border: 0; }.testimonial { padding: 90px 0 105px; }.notes { padding: 82px 0 90px; }.notes-header { align-items: flex-start; flex-direction: column; gap: 25px; margin-bottom: 40px; }.notes-grid { grid-template-columns: 1fr; }.note-card { min-height: 185px; }.newsletter { gap: 42px; padding-top: 82px; padding-bottom: 90px; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-top > p { display: none; }.footer-links { justify-self: end; }.footer-bottom { gap: 15px; flex-direction: column; }.modal-panel { min-height: 0; padding: 38px 24px 30px; }.answer-grid { grid-template-columns: 1fr; }.quiz-step h2, .quiz-result h2 { margin-bottom: 25px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; animation: none; }.button, .text-link, .note-card { transition: none; } }

.founder-story { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 10%; padding-top: 125px; padding-bottom: 135px; }
.founder-story-image { position: relative; max-width: 330px; }
.founder-story-image::after { position: absolute; content: ''; z-index: -1; right: -18px; bottom: -18px; width: 78%; height: 78%; background: var(--cream); }
.founder-story-image img { display: block; width: 100%; aspect-ratio: .9; object-fit: cover; filter: saturate(.78); }
.founder-story-copy { max-width: 610px; }
.founder-story-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 30px; color: #4b574e; font-size: 18px; line-height: 1.65; }
.note-card h3 { font: 500 27px/1.05 var(--editorial); letter-spacing: -.025em; }
.note-card > span:first-child, .note-read { font-size: 12px; letter-spacing: .07em; }
.note-card-image { padding: 0 0 22px; overflow: hidden; }
.note-card-image img { width: 100%; height: 145px; object-fit: cover; filter: saturate(.78); }
.note-card-image > span, .note-card-image h3 { margin-left: 25px; margin-right: 25px; }
.note-card-image > span { margin-top: 20px; }
@media (max-width: 760px) { .founder-story { grid-template-columns: 1fr; gap: 45px; padding-top: 90px; padding-bottom: 95px; }.founder-story-image { max-width: 260px; }.note-card-image img { height: 180px; } }

.footer-links { font-size: 13px; }
.footer-bottom { font-size: 11px; }
@media (max-width: 760px) { .brand-logo { width: 215px; } }
.quiz-meta span { padding-left: 0; border-left: 0; }

/* More ways to grow: secondary offers (tools + coaching) */
.ways { padding: 25px 0 130px; }
.ways-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.way-card { display: flex; flex-direction: column; min-height: 240px; padding: 34px 32px; border: 1px solid var(--line); transition: background .2s ease, color .2s ease, transform .2s ease; }
.way-card:hover { color: var(--paper); background: var(--green); transform: translateY(-4px); }
.way-index { color: var(--green-light); font: 700 12px var(--display); letter-spacing: .06em; }
.way-card:hover .way-index { color: #c4d5c5; }
.way-card h3 { margin: 16px 0 10px; font: 500 30px/1.05 var(--editorial); letter-spacing: -.02em; }
.way-card p { margin: 0 0 26px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.way-card:hover p { color: #c8d4c9; }
.way-link { margin-top: auto; color: var(--green-light); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.way-card:hover .way-link { color: #c4d5c5; }

/* Free Essentials Package capture */
.essentials { padding: 25px 0 130px; }
.essentials-card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px 50px; padding: 58px 7%; background: var(--green); color: var(--paper); }
.essentials-copy { max-width: 600px; }
.essentials-card .eyebrow-light { margin-bottom: 16px; }
.essentials-card h2 { margin: 0 0 16px; }
.essentials-card h2 em { color: #c6d7c6; }
.essentials-card p { margin: 0; max-width: 470px; color: #c2cdc3; font-size: 16px; line-height: 1.6; }

@media (max-width: 760px) {
  .ways { padding: 10px 0 82px; }
  .ways-grid { grid-template-columns: 1fr; gap: 14px; }
  .way-card { min-height: 0; padding: 28px 26px; }
  .essentials { padding: 10px 0 82px; }
  .essentials-card { padding: 40px 28px; }
}
