:root {
    --ink: #223129;
    --muted: #5e6b63;
    --plum: #285b49;
    --plum-deep: #174435;
    --plum-soft: #e1efe8;
    --coral: #a15f27;
    --coral-soft: #f3e5d8;
    --gold: #a15f27;
    --gold-soft: #f3e9dc;
    --cream: #f4f3ed;
    --paper: #f4f3ed;
    --white: #ffffff;
    --line: #d8ded8;
    --shadow: 0 24px 70px rgba(23, 68, 53, .14);
    --radius: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Segoe UI", ui-sans-serif, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: 100%; margin-inline: auto; padding-inline: clamp(20px, 4vw, 80px); }
.section-pad { padding: 104px 0; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px;
    color: var(--white); background: var(--plum); border-radius: 8px; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header {
    position: sticky; top: 0; z-index: 100; height: 78px; display: flex; align-items: center;
    background: rgba(244, 243, 237, .93); border-bottom: 1px solid transparent;
    backdrop-filter: blur(16px); transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: rgba(40, 91, 73, .12); box-shadow: 0 8px 24px rgba(23, 68, 53, .08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: -.5px; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav > a { color: #33463d; font-size: 14px; font-weight: 700; text-decoration: none; }
.primary-nav > a:not(.button):hover { color: var(--plum); }
.primary-nav .nav-sign-in { margin-left: 12px; color: var(--plum); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--plum); border-radius: 10px; }

.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 24px;
    color: var(--white) !important; background: var(--plum); border: 1px solid var(--plum); border-radius: 999px;
    font-size: 15px; font-weight: 800; line-height: 1.2; text-decoration: none;
    box-shadow: 0 11px 24px rgba(40, 91, 73, .22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { background: var(--plum-deep); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(23, 68, 53, .28); }
.button-small { min-height: 42px; padding: 10px 19px; font-size: 13px !important; }
.button-large { min-height: 58px; padding: 16px 28px; }
.button-light { color: var(--plum-deep) !important; background: var(--cream); border-color: var(--cream); box-shadow: 0 12px 26px rgba(28, 13, 25, .25); }
.button-light:hover { background: var(--white); }
.text-link, .light-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-decoration: none; }
.text-link { color: var(--plum); }
.light-link { color: rgba(255, 255, 255, .92); }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--plum); font-size: 12px; font-weight: 900; letter-spacing: 1.5px; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: var(--coral); border-radius: 4px; }
.eyebrow-light { color: var(--gold-soft); }
.eyebrow-light > span { background: var(--gold); }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 6.2vw, 78px); letter-spacing: -3px; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4.5vw, 56px); letter-spacing: -2px; }
h3 { margin-bottom: 12px; font-size: 25px; letter-spacing: -.7px; }
h1 em, h2 em { color: var(--coral); font-weight: inherit; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, #f4f3ed 0%, #edf3ed 55%, #e1efe8 100%); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 100px; background: linear-gradient(to bottom right, transparent 49.5%, var(--paper) 50%); opacity: .9; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; top: -210px; left: -120px; background: rgba(161, 95, 39, .12); }
.hero-glow-two { width: 510px; height: 510px; right: -230px; bottom: -190px; background: rgba(40, 91, 73, .14); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(48px, 5vw, 96px); align-items: center; }
.hero-copy { max-width: 740px; padding-bottom: 36px; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero-lead { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: 19px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-bottom: 27px; }
.reassurance-list { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 0; padding: 0; color: #506159; font-size: 13px; font-weight: 700; list-style: none; }
.reassurance-list span { color: var(--coral); font-weight: 900; }

.hero-visual { position: relative; min-width: 0; min-height: 530px; margin: 0; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(40, 91, 73, .14); border-radius: 50%; }
.orbit-one { width: min(44vw, 650px); aspect-ratio: 1; }
.orbit-two { width: min(36vw, 540px); aspect-ratio: 1; border-style: dashed; transform: rotate(18deg); }
.hub-preview-frame { position: relative; z-index: 2; width: min(100%, 760px); overflow: hidden; background: var(--white); border: 1px solid rgba(40, 91, 73, .14); border-radius: 22px; box-shadow: 0 28px 72px rgba(23, 68, 53, .19); transform: perspective(1200px) rotateY(-2deg) rotateZ(1deg); }
.hub-preview-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; pointer-events: none; }
.hub-preview-frame img { width: 100%; height: auto; }
.hero-preview-note { position: absolute; right: 3%; bottom: 1%; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--muted); background: rgba(255,255,255,.96); border: 1px solid rgba(40,91,73,.12); border-radius: 999px; box-shadow: 0 12px 28px rgba(23,68,53,.14); font-size: 11px; font-weight: 800; }
.hero-preview-note span { color: var(--coral); }

.connection-strip { padding: 26px 0; background: var(--plum-deep); color: rgba(255,255,255,.8); }
.connection-row { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.6vw, 34px); font-size: 14px; }
.connection-row > span { color: var(--gold-soft); font-size: 10px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }.connection-row strong { color: white; font-family: Georgia, serif; font-size: 17px; }.connection-row i { width: 4px; height: 4px; background: var(--coral); border-radius: 50%; }

.features { background: var(--paper); }
.section-heading { max-width: 690px; margin: 0 auto 52px; text-align: center; }.section-heading .eyebrow { margin-bottom: 18px; }.section-heading p { margin: 0 auto; max-width: 580px; color: var(--muted); font-size: 18px; }.section-heading-left { margin: 0; text-align: left; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { position: relative; min-height: 360px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(23, 68, 53, .11); }
.feature-card-plum { background: #e8f2ed; }.feature-card-gold { background: #f5eee6; }.feature-card-coral { background: #eef2e6; }
.feature-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -72px; bottom: -70px; border: 1px solid rgba(40,91,73,.14); border-radius: 50%; box-shadow: 0 0 0 20px rgba(255,255,255,.2), 0 0 0 40px rgba(255,255,255,.12); }
.feature-icon { width: 58px; height: 58px; margin-bottom: 48px; display: grid; place-items: center; color: var(--plum); background: white; border-radius: 18px; box-shadow: 0 10px 25px rgba(23, 68, 53, .09); }
.feature-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-number { position: absolute; top: 35px; right: 32px; color: rgba(40,91,73,.3); font-family: Georgia, serif; font-size: 14px; font-weight: 800; }
.feature-card p { max-width: 52ch; margin: 0 0 20px; color: var(--muted); }.feature-tag { color: var(--plum); font-size: 11px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }

.how-it-works { position: relative; overflow: hidden; color: white; background: var(--plum); }
.how-it-works::before { content: ""; position: absolute; width: 440px; height: 440px; top: -260px; right: -100px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); }
.how-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }.how-copy h2 { margin-top: 18px; color: white; }.how-copy p { margin: 0 0 30px; color: rgba(255,255,255,.72); font-size: 18px; }
.steps-list { margin: 0; padding: 0; list-style: none; }.steps-list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.15); }.steps-list li:last-child { border-bottom: 0; }.steps-list > li > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--plum-deep); background: var(--gold-soft); border-radius: 50%; font-family: Georgia, serif; font-size: 21px; font-weight: 800; }.steps-list h3 { margin-bottom: 5px; color: white; font-size: 22px; }.steps-list p { margin: 0; color: rgba(255,255,255,.67); }

.promise { background: var(--cream); }.promise-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }.promise-art { position: relative; min-height: 430px; background: radial-gradient(circle at 50% 48%, #dfeadf 0 19%, transparent 20%), linear-gradient(145deg, #e1efe8, #f3eadf); border-radius: 46% 54% 45% 55% / 55% 42% 58% 45%; }.family-ring { position: absolute; inset: 0; }.family-ring span { position: absolute; display: grid; place-items: center; color: white; background: var(--plum); border: 5px solid var(--cream); border-radius: 50%; box-shadow: 0 10px 24px rgba(23,68,53,.16); font-family: Georgia, serif; font-weight: 800; }.ring-one span:first-child { width: 86px; height: 86px; top: 42px; left: 46px; }.ring-one span:last-child { width: 72px; height: 72px; right: 35px; bottom: 52px; background: var(--coral); }.ring-two span:nth-child(1) { width: 62px; height: 62px; top: 55px; right: 62px; background: #6f8f61; }.ring-two span:nth-child(2) { width: 68px; height: 68px; left: 35px; bottom: 54px; background: #648071; }.ring-two span:nth-child(3) { width: 50px; height: 50px; right: 34px; top: 185px; background: #a15f27; }.family-heart { position: absolute; top: 50%; left: 50%; width: 112px; height: 112px; display: grid; place-items: center; color: var(--coral); background: white; border-radius: 50%; box-shadow: var(--shadow); transform: translate(-50%, -50%); font-size: 42px; }
.promise-copy .eyebrow { margin-bottom: 18px; }.promise-copy p { color: var(--muted); font-size: 18px; }.check-list { margin: 28px 0 0; padding: 0; list-style: none; }.check-list li { display: flex; gap: 13px; align-items: center; margin: 13px 0; font-weight: 700; }.check-list span { width: 28px; height: 28px; display: grid; place-items: center; color: white; background: var(--coral); border-radius: 50%; font-size: 13px; }

.faq { background: white; }.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; color: var(--ink); font-family: Georgia, serif; font-size: 21px; font-weight: 800; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--coral); font-family: sans-serif; font-size: 24px; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { margin: -8px 45px 24px 0; color: var(--muted); }

.final-cta { padding-top: 40px; background: white; }.final-card { position: relative; padding: 78px 40px; overflow: hidden; color: white; background: linear-gradient(135deg, var(--plum-deep), var(--plum) 58%, #326c57); border-radius: 32px; text-align: center; box-shadow: 0 24px 60px rgba(23,68,53,.2); }.final-card::before, .final-card::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }.final-card::before { width: 360px; height: 360px; left: -210px; top: -210px; box-shadow: 0 0 0 50px rgba(255,255,255,.025); }.final-card::after { width: 290px; height: 290px; right: -160px; bottom: -190px; box-shadow: 0 0 0 55px rgba(255,255,255,.02); }.final-card h2 { position: relative; z-index: 1; margin: 18px 0; color: white; }.final-card > p { position: relative; z-index: 1; max-width: 650px; margin: 0 auto 30px; color: rgba(255,255,255,.78); font-size: 18px; }.final-card .eyebrow, .final-actions { position: relative; z-index: 1; }.final-actions { display: flex; flex-direction: column; align-items: center; gap: 17px; }.final-spark { position: absolute; color: #dce8c0; }.spark-one { top: 60px; left: 12%; font-size: 30px; }.spark-two { right: 14%; bottom: 60px; font-size: 20px; }

.site-footer { padding: 70px 0 28px; color: var(--muted); background: white; }.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: start; padding-bottom: 42px; }.brand-footer { margin-bottom: 14px; }.footer-grid p { max-width: 470px; margin: 0; }.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 34px; }.footer-links a { color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }.footer-links a:hover { color: var(--coral); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12px; }

.handoff-page { min-height: calc(100vh - 78px); display: grid; place-items: center; background: linear-gradient(145deg, var(--cream), var(--plum-soft)); }.handoff-shell { display: grid; place-items: center; }.handoff-card { width: min(100%, 660px); padding: 54px; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); text-align: center; }.handoff-card > img { margin: 0 auto 24px; }.handoff-card h1 { margin: 18px 0; font-size: clamp(40px, 6vw, 58px); }.handoff-card > p { margin: 0 auto 28px; color: var(--muted); font-size: 18px; }.handoff-card .text-link { margin-top: 28px; }.pending-note { margin: 10px 0 0; padding: 18px; color: var(--plum); background: var(--gold-soft); border-radius: 14px; }.pending-note strong, .pending-note span { display: block; }.pending-note span { margin-top: 4px; color: var(--muted); font-size: 14px; }

.handoff-actions { margin-top: 24px; }

/* Let page-wide bands use the viewport while keeping text easy to scan. */
.how-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(58px, 6vw, 116px); }
.how-copy { max-width: 720px; }
.steps-list p { max-width: 64ch; }
.promise-grid { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(58px, 6vw, 116px); }
.promise-copy { max-width: 760px; }
.faq-grid { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: clamp(48px, 5vw, 96px); }
.faq-list p { max-width: 72ch; }
.final-card.shell { width: calc(100% - clamp(40px, 8vw, 160px)); padding: 78px 40px; }

@media (max-width: 980px) {
    .section-pad { padding: 82px 0; }
    .nav-toggle { display: block; }
    .primary-nav { position: absolute; top: 68px; left: 20px; right: 20px; display: none; align-items: stretch; gap: 4px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; flex-direction: column; }
    .primary-nav > a { padding: 10px 12px; }.primary-nav .nav-sign-in { margin-left: 0; }.primary-nav .button { margin-top: 6px; }
    .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; gap: 35px; }.hero-copy { padding-bottom: 0; }.hero-visual { min-height: 520px; }
    .feature-grid { grid-template-columns: 1fr 1fr; }.feature-card:last-child { grid-column: 1 / -1; }.feature-card { min-height: 330px; }
    .how-grid, .promise-grid { grid-template-columns: 1fr; gap: 58px; }.promise-art { width: min(100%, 540px); margin-inline: auto; }.faq-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 680px) {
    .shell { padding-inline: 14px; }.section-pad { padding: 68px 0; }.site-header { height: 70px; }.brand { font-size: 18px; }.brand img { width: 36px; height: 36px; }
    h1 { font-size: clamp(43px, 13vw, 60px); letter-spacing: -2px; }.hero { padding-top: 72px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }.hero-actions .text-link { justify-content: center; }.button-large { width: 100%; }.reassurance-list { flex-direction: column; }
    .hero-visual { min-height: 300px; padding-bottom: 44px; }.visual-orbit { display: none; }.hub-preview-frame { border-radius: 16px; transform: none; }.hero-preview-note { right: auto; bottom: 0; left: 50%; white-space: nowrap; transform: translateX(-50%); }
    .connection-row { flex-wrap: wrap; gap: 8px 15px; }.connection-row > span { flex-basis: 100%; text-align: center; }
    .feature-grid { grid-template-columns: 1fr; }.feature-card:last-child { grid-column: auto; }.feature-card { min-height: 310px; }.feature-icon { margin-bottom: 38px; }
    .how-copy .button { width: 100%; }.steps-list li { grid-template-columns: 44px 1fr; gap: 14px; }.steps-list > li > span { width: 42px; height: 42px; }
    .promise-art { min-height: 350px; }.ring-one span:first-child { left: 25px; }.ring-one span:last-child { right: 22px; }.ring-two span:nth-child(1) { right: 40px; }.ring-two span:nth-child(2) { left: 18px; }.ring-two span:nth-child(3) { right: 18px; }
    .final-card.shell { width: calc(100% - 28px); padding: 60px 22px; }.final-card { border-radius: 24px; }.footer-grid { grid-template-columns: 1fr; gap: 32px; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { flex-direction: column; }.handoff-card { padding: 38px 22px; }
}

@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; }
}
