:root {
  --forest-950: #101b18;
  --forest-900: #17231f;
  --forest-800: #20322b;
  --forest-700: #365d4f;
  --forest-100: #e3ede8;
  --clay: #d8673c;
  --clay-dark: #b94725;
  --gold: #efba65;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --ink: #17201d;
  --muted: #59655f;
  --line: #d7ded9;
  --shell: min(calc(100% - 44px), 1180px);
  --radius-lg: 30px;
  --radius-md: 18px;
  --shadow: 0 26px 80px rgba(16, 27, 24, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Aptos, Arial, sans-serif; line-height: 1.65; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.038em; line-height: 1.04; }
h1 { max-width: 780px; margin-bottom: 25px; font-size: clamp(48px, 6.3vw, 82px); }
h2 { margin-bottom: 22px; font-size: clamp(38px, 4.4vw, 59px); }
h3 { line-height: 1.25; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--forest-950); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #2b87d3; outline-offset: 4px; }

.offer-bar { color: #fff; background: var(--forest-950); }
.offer-bar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.offer-bar p { margin: 0; font-size: 12px; }
.offer-bar strong { color: var(--gold); }
.offer-bar a { color: #fff; font-size: 11px; font-weight: 800; text-underline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; color: #fff; background: rgba(23, 35, 31, .96); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; }
.brand-mark { position: relative; width: 45px; height: 45px; display: grid; place-items: center; color: var(--forest-950); background: var(--gold); border: 1px solid rgba(255,255,255,.25); border-radius: 11px 11px 11px 3px; box-shadow: 5px 5px 0 var(--clay); }
.brand-mark b { position: absolute; top: 4px; left: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1; }
.brand-mark i { position: absolute; right: 6px; bottom: 4px; font-size: 15px; font-style: normal; font-weight: 900; line-height: 1; }
.brand-name { display: grid; line-height: 1; }
.brand-name strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 600; letter-spacing: .01em; }
.brand-name small { margin-top: 4px; color: #b9cbc2; font-size: 9px; font-weight: 900; letter-spacing: .27em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { color: #d9e5df; font-size: 13px; font-weight: 750; text-decoration: none; }
.primary-nav a:not(.button):hover { color: #fff; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 9px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; }

.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; padding: 12px 22px; color: #fff; background: var(--clay); border: 1px solid var(--clay); border-radius: 10px 10px 10px 3px; box-shadow: 5px 5px 0 rgba(16,27,24,.18); font-size: 13px; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { background: var(--clay-dark); transform: translateY(-2px); box-shadow: 6px 8px 0 rgba(16,27,24,.18); }
.button--small { min-height: 42px; padding: 9px 15px; font-size: 12px !important; }
.button--outline { color: var(--forest-900); background: transparent; border-color: var(--forest-700); box-shadow: none; }
.button--outline:hover { color: #fff; background: var(--forest-700); box-shadow: none; }
.button--light { color: var(--forest-950); background: var(--gold); border-color: var(--gold); }
.button--light:hover { color: #fff; background: var(--clay); border-color: var(--clay); }
.text-link { color: var(--forest-900); font-size: 13px; font-weight: 850; text-underline-offset: 5px; }

.hero { overflow: hidden; color: #fff; background: var(--forest-900); }
.hero-grid { min-height: 710px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 78px 95px; }
.eyebrow { margin-bottom: 17px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--dark { color: var(--forest-700); }
.lede { max-width: 720px; margin-bottom: 30px; color: #d2ded8; font-size: 19px; }
.lede em { color: #fff; font-family: Georgia, "Times New Roman", serif; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero .text-link { color: #fff; }
.promise-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 30px 0 0; padding: 0; color: #c5d4cd; list-style: none; font-size: 12px; font-weight: 750; }
.promise-row li::before { content: "\2713"; margin-right: 8px; color: var(--gold); font-weight: 900; }

.hero-stage { position: relative; min-height: 530px; }
.hero-stage::before { content: ""; position: absolute; width: 520px; height: 520px; top: -5px; right: -70px; background: radial-gradient(circle, rgba(239,186,101,.19), transparent 66%); }
.browser-card { position: absolute; top: 18px; left: 8px; width: min(100%, 500px); overflow: hidden; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 22px; box-shadow: 0 35px 90px rgba(0,0,0,.32); transform: rotate(1.5deg); }
.browser-top { height: 41px; display: flex; align-items: center; gap: 6px; padding: 0 14px; color: #7b8881; background: #edf1ee; border-bottom: 1px solid #d6ddd9; }
.browser-top span { width: 8px; height: 8px; background: #b6c0bb; border-radius: 50%; }
.browser-top b { min-width: 0; margin-left: 8px; overflow: hidden; font-size: 9px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.browser-body { padding: 24px 30px 34px; background: linear-gradient(135deg, #fbf7ee, #fff); }
.sample-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 60px; }
.sample-logo { font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 700; }
.sample-button { padding: 8px 10px; color: #fff; background: var(--forest-800); border-radius: 6px; font-size: 8px; font-weight: 850; }
.sample-kicker { margin-bottom: 8px; color: var(--clay-dark); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.browser-body h2 { max-width: 380px; margin-bottom: 16px; font-size: 43px; }
.sample-copy { max-width: 340px; color: var(--muted); font-size: 12px; }
.sample-cta { width: fit-content; margin-top: 23px; padding: 11px 15px; color: #fff; background: var(--clay); border-radius: 7px; font-size: 10px; font-weight: 850; }
.sample-cta span { margin-left: 18px; }
.request-card { position: absolute; z-index: 2; right: -18px; bottom: 50px; min-width: 260px; display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: center; padding: 17px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 22px 50px rgba(0,0,0,.3); }
.request-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--forest-950); background: var(--gold); border-radius: 50%; font-weight: 900; }
.request-card div { display: grid; }
.request-card small { color: var(--forest-700); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.request-card strong { font-size: 13px; }
.clarity-card { position: absolute; z-index: 2; left: -28px; top: 12px; min-width: 154px; display: grid; padding: 15px 17px; color: var(--forest-950); background: var(--gold); border-radius: 14px 14px 14px 4px; box-shadow: 0 20px 45px rgba(0,0,0,.25); transform: rotate(-3deg); }
.clarity-card b { font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1; }
.clarity-card span { margin-top: 5px; font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.proof-strip { color: #fff; background: var(--forest-950); }
.proof-grid { min-height: 120px; display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid article { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 26px 34px; border-left: 1px solid rgba(255,255,255,.12); }
.proof-grid article:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid article > span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.proof-grid strong { font-size: 13px; }
.proof-grid p { margin: 3px 0 0; color: #aebfb6; font-size: 11px; line-height: 1.45; }

.section { padding-block: 108px; }
.preview-section { background: var(--cream); }
.preview-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 95px; align-items: start; }
.preview-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.promise-card { display: grid; grid-template-columns: 83px 1fr; gap: 20px; align-items: center; margin-top: 30px; padding: 22px; background: var(--paper); border: 1px solid #ded6c8; border-radius: var(--radius-md); }
.promise-card > span { display: grid; place-items: center; width: 76px; height: 76px; color: #fff; background: var(--clay); border-radius: 50% 50% 50% 16px; font-family: Georgia, "Times New Roman", serif; font-size: 37px; }
.promise-card strong { display: block; line-height: 1.3; }
.promise-card p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfc6b8; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid #cfc6b8; }
.steps li > span { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; background: var(--forest-800); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.steps small { color: var(--clay-dark); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.steps h3 { margin: 4px 0 7px; font-size: 20px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.outcomes-section { background: var(--paper); }
.section-heading { max-width: 780px; margin-bottom: 47px; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading--center { margin-inline: auto; text-align: center; }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.outcomes-grid article { min-height: 315px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 15px 40px rgba(16,27,24,.07); }
.outcome-symbol { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 66px; color: var(--forest-950); background: var(--gold); border-radius: 14px 14px 14px 4px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 700; }
.outcomes-grid h3 { margin-bottom: 10px; font-size: 21px; }
.outcomes-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.pricing-section { color: #fff; background: var(--forest-900); }
.pricing-section .section-heading > p:last-child { color: #bacac2; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 31px; color: var(--ink); background: var(--paper); border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius-md); }
.price-card--featured { border: 3px solid var(--gold); box-shadow: 0 25px 70px rgba(0,0,0,.28); transform: translateY(-10px); }
.popular-tag { position: absolute; top: 0; left: 50%; padding: 7px 14px; color: var(--forest-950); background: var(--gold); border-radius: 0 0 10px 10px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.plan-label { margin: 0 0 6px; color: var(--clay-dark); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.price-card--featured .plan-label { margin-top: 13px; }
.price-card h3 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 29px; }
.price { margin: 3px 0 18px; color: var(--forest-900); font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 700; line-height: 1; }
.price sup { position: relative; top: -18px; margin-right: 2px; font-size: 20px; }
.price small { font-family: "Segoe UI", Aptos, sans-serif; font-size: 11px; font-weight: 800; }
.plan-summary { min-height: 83px; color: var(--muted); font-size: 13px; }
.price-card ul { display: grid; gap: 10px; margin: 12px 0 30px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; padding-left: 25px; font-size: 13px; }
.price-card li::before { content: "\2713"; position: absolute; left: 0; color: var(--clay-dark); font-weight: 900; }
.price-card .button { width: 100%; margin-top: auto; }
.pricing-note { max-width: 920px; margin: 30px auto 0; color: #adbbb5; font-size: 10px; text-align: center; }

.about-section { background: var(--clay); }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: center; }
.portrait-mark { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; color: var(--forest-950); background: var(--gold); border: 12px solid rgba(255,255,255,.24); border-radius: 50% 50% 18% 50%; box-shadow: 22px 24px 0 rgba(16,27,24,.16); }
.portrait-mark::before, .portrait-mark::after { content: ""; position: absolute; border: 2px solid rgba(16,27,24,.17); border-radius: 50%; }
.portrait-mark::before { width: 300px; height: 300px; }
.portrait-mark::after { width: 220px; height: 220px; }
.portrait-mark span { position: relative; z-index: 1; font-family: Georgia, "Times New Roman", serif; font-size: 102px; font-weight: 700; letter-spacing: -.08em; }
.portrait-mark i { position: absolute; z-index: 1; right: 25px; bottom: 25px; padding: 8px 12px; color: #fff; background: var(--forest-900); border-radius: 7px; font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.about-copy { color: #fff; }
.about-copy .eyebrow { color: var(--forest-950); }
.about-lede { font-size: 20px; font-weight: 650; }
.about-copy > p:not(.eyebrow) { max-width: 700px; }
.family-note { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.35); }
.family-note > span { width: 45px; height: 45px; display: grid; place-items: center; color: var(--forest-950); background: var(--gold); border-radius: 10px 10px 10px 3px; font-size: 11px; font-weight: 900; }
.family-note p { margin: 0; font-size: 13px; }

.family-quality-section { padding-block: 76px; background: var(--paper); border-bottom: 1px solid var(--line); }
.family-quality-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: center; }
.family-quality-grid h2 { max-width: 720px; }
.family-quality-grid > div:last-child > p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.family-placeholder { min-height: 255px; display: grid; place-items: center; align-content: center; gap: 15px; padding: 35px; color: var(--forest-700); background: repeating-linear-gradient(135deg, var(--forest-100), var(--forest-100) 13px, #edf3f0 13px, #edf3f0 26px); border: 2px dashed #91a89e; border-radius: var(--radius-lg); text-align: center; }
.family-placeholder span { width: 74px; height: 74px; display: grid; place-items: center; color: #fff; background: var(--forest-700); border-radius: 50%; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.family-placeholder p { max-width: 270px; margin: 0; font-size: 12px; font-weight: 750; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid #ccc3b6; }
.faq-list details { border-bottom: 1px solid #ccc3b6; }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; font-size: 18px; font-weight: 800; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 17px; color: var(--clay-dark); font-size: 29px; font-weight: 400; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list p { margin: -5px 50px 24px 0; color: var(--muted); }

.closing-section { padding-block: 45px; background: var(--forest-950); }
.closing-card { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; padding: 50px 55px; color: #fff; background: var(--forest-800); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); }
.closing-card h2 { max-width: 800px; margin-bottom: 13px; }
.closing-card p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; color: #c3d2cb; }
.closing-card .button { min-width: 205px; }

.site-footer { padding-top: 58px; color: #fff; background: #0b1411; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 55px; align-items: start; padding-bottom: 47px; }
.footer-main p { margin: 0; color: #aebdb6; font-size: 12px; }
.footer-main a { color: #dbe5e0; text-underline-offset: 4px; }
.brand--footer { margin-top: -5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 35px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.11); color: #87978f; font-size: 10px; }
.footer-bottom p { margin: 0; }

@media (max-width: 1040px) {
  .primary-nav { gap: 17px; }
  .primary-nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .preview-grid, .about-grid { gap: 55px; }
  .pricing-grid { gap: 13px; }
  .price-card { padding: 25px; }
}

@media (max-width: 800px) {
  :root { --shell: min(calc(100% - 28px), 680px); }
  html { scroll-padding-top: 96px; }
  .offer-bar__inner { min-height: 48px; }
  .offer-bar a { display: none; }
  .header-inner { min-height: 72px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 18px 20px 24px; background: var(--forest-950); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 22px 40px rgba(0,0,0,.3); }
  .primary-nav[data-open="true"] { display: grid; }
  .primary-nav > a:not(.button) { display: block; padding: 8px 0; }
  .hero-grid, .preview-grid, .about-grid, .family-quality-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 62px 75px; }
  .hero-stage { width: min(100%, 570px); min-height: 510px; margin-inline: auto; }
  .proof-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 10px; }
  .proof-grid article, .proof-grid article:last-child { padding: 19px 10px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-grid article:last-child { border-bottom: 0; }
  .section { padding-block: 78px; }
  .outcomes-grid, .pricing-grid { grid-template-columns: 1fr; }
  .outcomes-grid article { min-height: 0; }
  .outcome-symbol { margin-bottom: 35px; }
  .price-card--featured { transform: none; }
  .plan-summary { min-height: 0; }
  .portrait-mark { min-height: 360px; }
  .family-quality-grid { gap: 38px; }
  .faq-grid { gap: 30px; }
  .closing-card { grid-template-columns: 1fr; padding: 40px; }
  .closing-card .button { justify-self: start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main .brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  h1 { font-size: 43px; }
  h2 { font-size: 37px; }
  .brand-name strong { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .hero-stage { min-height: 430px; }
  .browser-card { left: 0; }
  .browser-body { padding: 20px 22px 28px; }
  .sample-nav { margin-bottom: 40px; }
  .browser-body h2 { font-size: 34px; }
  .request-card { right: 0; bottom: 20px; min-width: 230px; }
  .clarity-card { left: -2px; top: -12px; }
  .promise-card { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 45px 1fr; gap: 14px; }
  .price-card { padding: 24px; }
  .portrait-mark { min-height: 310px; }
  .portrait-mark span { font-size: 78px; }
  .closing-card { padding: 31px 24px; }
  .closing-card .button { width: 100%; }
  .footer-main, .footer-bottom { display: grid; grid-template-columns: 1fr; }
  .footer-main .brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .offer-bar, .site-header, .hero-actions, .button, .nav-toggle { display: none !important; }
  body, .hero, .pricing-section, .about-section, .closing-section { color: #000; background: #fff; }
  .section { padding-block: 35px; }
}
