:root {
  --ink: #14201c;
  --muted: #5f6e67;
  --paper: #f8faf7;
  --white: #ffffff;
  --mint: #dff4e8;
  --lime: #c8f05c;
  --orange: #ff8f5c;
  --line: #dce4de;
  --shadow: 0 14px 35px rgba(19, 39, 29, .09);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { display: inline-flex; gap: 7px; align-items: center; color: #387154; font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 7vw, 6rem); margin: 18px 0 24px; }
h2 { font-size: clamp(2.35rem, 4vw, 3.7rem); margin-bottom: 16px; }
h3 { font-size: 1.65rem; margin-bottom: 10px; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.2rem); max-width: 580px; }
.section { padding: 96px 0; }
.section-head { max-width: 620px; margin-bottom: 38px; }
.section-head p { color: var(--muted); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(248,250,247,.88); border-bottom: 1px solid rgba(220,228,222,.8); backdrop-filter: blur(12px); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 70px; gap: 20px; }
.brand { display: inline-flex; align-items: center; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; margin-right: 9px; background: var(--lime); border: 2px solid var(--ink); border-radius: 9px; font-family: Inter, sans-serif; font-size: .9rem; transform: rotate(-7deg); }
.nav-links { display: flex; align-items: center; gap: 22px; color: #46554e; font-size: .92rem; font-weight: 700; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-cta { padding: 10px 15px; color: var(--ink) !important; background: var(--lime); border-radius: 100px; }
.menu-button { display: none; padding: 7px 10px; background: transparent; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }

.hero { padding: 76px 0 58px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 45px; }
.hero-copy { position: relative; z-index: 1; }
.hero .lede { margin-bottom: 28px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 19px; border: 1px solid var(--ink); border-radius: 100px; background: var(--ink); color: var(--white); font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(19,32,28,.15); }
.button-secondary { background: transparent; color: var(--ink); }
.button-lime { background: var(--lime); color: var(--ink); }
.hero-art { position: relative; min-height: 465px; background: var(--mint); border-radius: 48% 52% 40% 32%; overflow: hidden; }
.hero-art::before { content: ""; position: absolute; width: 370px; height: 370px; top: 55px; right: -95px; border-radius: 50%; background: var(--lime); }
.hero-art::after { content: "01"; position: absolute; bottom: -58px; left: 23px; color: rgba(20,32,28,.08); font: 13rem/1 Georgia, serif; }
.art-copy { position: absolute; inset: 50px 36px auto; max-width: 280px; font: 700 clamp(2.25rem, 4.8vw, 4rem)/.92 Georgia, serif; letter-spacing: -.06em; }
.art-tag { position: absolute; bottom: 43px; right: 28px; padding: 13px 17px; background: var(--white); border-radius: 15px; box-shadow: var(--shadow); font-size: .85rem; font-weight: 800; transform: rotate(-4deg); }
.art-sticker { position: absolute; top: 22px; right: 29px; display: grid; place-items: center; width: 72px; height: 72px; background: var(--orange); border: 2px solid var(--ink); border-radius: 50%; font-size: .72rem; font-weight: 900; line-height: 1.05; text-align: center; transform: rotate(13deg); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 42px; color: var(--muted); font-size: .88rem; font-weight: 700; }
.trust-row span::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; background: var(--mint); border-radius: 50%; color: #397753; }

.toolbox-intro { padding: 0 0 82px; }
.toolbox-intro .section-head { margin-bottom: 25px; }
.quick-actions { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.quick-action { display: flex; min-height: 155px; flex-direction: column; justify-content: space-between; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; transition: transform .2s, box-shadow .2s; }
.quick-action:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.quick-action:nth-child(3n+1) { background: var(--mint); }
.quick-action:nth-child(3n+2) { background: #fff1e9; }
.quick-action:nth-child(3n) { background: #eef0ff; }
.quick-action-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(20,32,28,.2); border-radius: 11px; font-size: 1rem; }
.quick-action strong { font: 1.25rem/.98 Georgia, serif; letter-spacing: -.04em; }
.quick-action small { color: var(--muted); font-size: .77rem; font-weight: 700; }
.quick-action .arrow { font-size: 1.25rem; font-weight: 800; }

.feature-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature, .card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 35px; background: var(--mint); border-radius: 13px; font-size: 1.3rem; }
.feature p, .card p { color: var(--muted); }
.feature a { display: inline-block; margin-top: 8px; font-size: .9rem; font-weight: 800; }
.feature a::after, .text-link::after { content: " →"; }

.split-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.split-panel > div { padding: clamp(30px, 5vw, 62px); }
.split-panel h2 { max-width: 420px; }
.split-panel p { color: #c5d0c9; max-width: 430px; }
.split-panel .eyebrow { color: var(--lime); }
.split-panel .eyebrow::before { background: var(--lime); }
.steps { background: #24342c; }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.step:last-child { border: 0; }
.step-number { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font-weight: 800; }
.step strong { display: block; }
.step span { color: #c5d0c9; font-size: .92rem; }

.callout { padding: 66px; background: var(--orange); border-radius: var(--radius); text-align: center; }
.callout h2 { max-width: 720px; margin: 15px auto 23px; }
.callout p { max-width: 520px; margin: 0 auto 28px; }
.callout .eyebrow { color: var(--ink); }
.callout .eyebrow::before { background: var(--ink); }

.page-hero { padding: 82px 0 58px; background: var(--mint); }
.page-hero .lede { margin-bottom: 0; }
.breadcrumb { margin-bottom: 19px; color: #457157; font-size: .88rem; font-weight: 800; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }

.calculator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.calculator-grid-three { grid-template-columns: repeat(3, 1fr); }
.calculator { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.calculator { scroll-margin-top: 90px; }
.calculator h2 { font-size: 2.1rem; }
.calculator-intro { color: var(--muted); }
.calculator-explainer { margin: 17px 0 0; padding: 13px 14px; border-left: 3px solid var(--orange); background: #fff8f2; border-radius: 7px; color: #6a5647; font-size: .82rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin: 16px 0; }
.field label { display: block; margin-bottom: 6px; font-size: .88rem; font-weight: 800; }
.field input, .field select { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); }
.calc-result { min-height: 100px; margin-top: 23px; padding: 19px; border-radius: 14px; background: var(--mint); }
.calc-result.is-error { background: #fff1e9; }
.calc-result.is-error .result-note { color: #9a4b2e; font-weight: 700; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #c95b38; background: #fff8f4; }
.calc-result small { display: block; color: var(--muted); font-weight: 700; }
.result-number { display: block; margin: 3px 0; font: 2.45rem/.95 Georgia, serif; letter-spacing: -.05em; }
.result-note { margin: 7px 0 0; color: var(--muted); font-size: .85rem; }
.fine-print { margin: 30px auto 0; max-width: 770px; color: var(--muted); font-size: .83rem; text-align: center; }

.action-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.action-card { position: relative; padding: 36px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.action-card:nth-child(2) { background: var(--ink); color: var(--white); }
.action-card:nth-child(2) p { color: #c5d0c9; }
.action-card:nth-child(2)::after { background: var(--lime); }
.action-card::after { content: ""; position: absolute; right: -30px; bottom: -43px; width: 160px; height: 160px; border-radius: 50%; background: var(--mint); }
.action-card h2, .action-card p, .action-card a { position: relative; z-index: 1; }
.action-card p { max-width: 380px; color: var(--muted); }
.form-note { margin-top: 45px; padding: 18px 20px; background: #fff5e9; border-left: 4px solid var(--orange); border-radius: 8px; color: #72533f; font-size: .92rem; }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.work-visual { display: flex; align-items: flex-end; justify-content: space-between; height: 210px; padding: 20px; background: var(--mint); }
.work-card:nth-child(2) .work-visual { background: #fbe5d9; }
.work-card:nth-child(3) .work-visual { background: #e6e4fa; }
.work-label { padding: 8px 11px; background: var(--white); border-radius: 100px; font-size: .75rem; font-weight: 800; }
.work-initial { color: rgba(20,32,28,.16); font: 7rem/.8 Georgia, serif; font-weight: bold; }
.work-info { padding: 23px; }
.work-info h3 { font-size: 1.45rem; }
.outcome { color: #397753; font-size: .87rem; font-weight: 800; }
.placeholder-note { padding: 19px; margin-top: 30px; border: 1px dashed #adc0b3; border-radius: 12px; color: var(--muted); font-size: .9rem; }

.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.video-card { display: block; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s; }
.video-card:hover { transform: translateY(-3px); }
.video-thumbnail { position: relative; display: grid; place-items: center; height: 220px; background: linear-gradient(135deg, #2f5643, #a8daa9); }
.video-card:nth-child(2) .video-thumbnail { background: linear-gradient(135deg, #fe8f61, #f7ca80); }
.video-card:nth-child(3) .video-thumbnail { background: linear-gradient(135deg, #404b77, #b6b5e9); }
.video-card:nth-child(4) .video-thumbnail { background: linear-gradient(135deg, #326c7a, #8bd2ce); }
.play { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 1.35rem; box-shadow: var(--shadow); }
.video-caption { padding: 20px; }
.video-caption span { color: var(--muted); font-size: .82rem; font-weight: 800; }
.video-caption h3 { margin: 5px 0 0; font-size: 1.42rem; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: start; }
.contact-side { padding: 38px; background: var(--ink); border-radius: var(--radius); color: var(--white); }
.contact-side p { color: #c5d0c9; }
.contact-method { display: block; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-method strong { display: block; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--lime); }
.contact-method span { font-size: 1.05rem; font-weight: 700; }
.contact-form { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form .field input, .contact-form .field textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.form-success { display: none; margin-top: 16px; color: #267047; font-weight: 800; }

.assessment-page { padding: 42px 0 84px; }
.assessment-shell { max-width: 760px; margin: 0 auto; }
.assessment-intro { margin-bottom: 26px; }
.assessment-intro h1 { font-size: clamp(2.65rem, 6vw, 4.5rem); }
.assessment-intro .lede { max-width: 680px; }
.assessment-progress { margin-bottom: 18px; }
.assessment-progress-copy { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 9px; color: var(--muted); font-size: .84rem; font-weight: 800; }
.progress-rail { height: 8px; overflow: hidden; background: #e2e9e3; border-radius: 100px; }
.progress-fill { width: 12.5%; height: 100%; border-radius: inherit; background: var(--lime); transition: width .25s ease; }
.assessment-card { min-height: 510px; padding: clamp(25px, 5vw, 44px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.assessment-step { display: none; }
.assessment-step.active { display: block; }
.assessment-step h2 { font-size: clamp(2rem, 4vw, 3rem); }
.assessment-step > p { color: var(--muted); }
.required-note { margin: 21px 0 8px; color: var(--muted); font-size: .82rem; }
.required-mark { color: #ba4b29; }
.assessment-fields { display: grid; gap: 3px; margin-top: 22px; }
.assessment-fields .field { margin: 9px 0; }
.phone-fields { display: grid; grid-template-columns: minmax(190px, .9fr) minmax(0, 1.1fr); gap: 14px; }
.phone-format-note { margin: 3px 0 0; color: var(--muted); font-size: .8rem; }
.assessment-fields fieldset { min-width: 0; padding: 0; border: 0; }
.assessment-fields legend { margin-bottom: 7px; font-size: .88rem; font-weight: 800; }
.assessment-fields label em { color: var(--muted); font-size: .82rem; font-style: normal; font-weight: 500; }
.assessment-fields textarea { width: 100%; min-height: 98px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); resize: vertical; }
.choice-group { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 11px 0 20px; }
.choice-group.three { grid-template-columns: repeat(3, 1fr); }
.choice { display: flex; min-height: 52px; align-items: center; gap: 9px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); font-size: .9rem; font-weight: 700; }
.choice input { width: 17px; height: 17px; flex: 0 0 auto; accent-color: #4c925f; }
.choice:has(input:checked) { border-color: #75a785; background: var(--mint); }
.field:has([aria-invalid="true"]) .choice-group { padding: 8px; border: 1px solid #c95b38; border-radius: 12px; background: #fff8f4; }
.safety-note { margin: 22px 0; padding: 15px 17px; border-radius: 11px; background: #fff5e9; color: #6d523d; font-size: .88rem; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin-top: 22px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); font-size: .88rem; font-weight: 700; }
.consent input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; accent-color: #4c925f; }
.assessment-error { display: none; margin: 18px 0 0; padding: 12px 14px; border-radius: 10px; background: #fff1e9; color: #9a4b2e; font-size: .9rem; font-weight: 800; }
.assessment-error.visible { display: block; }
.assessment-actions { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-top: 30px; }
.assessment-actions .button[hidden] { display: none; }
.save-note { margin: 20px 0 0; color: var(--muted); font-size: .79rem; text-align: center; }
.assessment-success { display: none; text-align: center; }
.assessment-success.active { display: block; }
.success-icon { display: grid; place-items: center; width: 63px; height: 63px; margin: 8px auto 26px; border-radius: 50%; background: var(--mint); color: #34784d; font-size: 1.8rem; font-weight: 900; }
.assessment-success h2 { max-width: 520px; margin: 0 auto 16px; }
.assessment-success p { max-width: 520px; margin: 0 auto 16px; color: var(--muted); }
.assessment-success .safety-note { max-width: 520px; margin: 25px auto; text-align: left; }

.site-footer { padding: 50px 0 26px; background: #eaf0eb; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 36px; border-bottom: 1px solid #cbd7cd; }
.footer-top p { max-width: 330px; margin: 13px 0 0; color: var(--muted); font-size: .92rem; }
.footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 12px 21px; max-width: 430px; font-size: .9rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 23px; color: var(--muted); font-size: .8rem; }

@media (max-width: 800px) {
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 70px; right: 20px; left: 20px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px; }
  .nav-cta { text-align: center; }
  .hero-grid, .split-panel, .calculator-grid, .calculator-grid-three, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .hero-art { display: none; }
  .feature-grid, .card-grid, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-actions { grid-template-columns: repeat(3, 1fr); }
  .action-grid { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
}
@media (max-width: 540px) {
  .container { width: min(100% - 30px, 1120px); }
  h1 { font-size: 3.25rem; }
  .art-copy { inset: 40px 25px auto; font-size: 2.65rem; }
  .feature-grid, .card-grid, .work-grid, .video-grid { grid-template-columns: 1fr; }
  .toolbox-intro { padding-bottom: 56px; }
  .quick-actions { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .quick-action { min-height: 142px; padding: 15px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .callout { padding: 43px 22px; }
  .assessment-page { padding-top: 28px; }
  .assessment-card { min-height: 540px; padding: 24px 19px; }
  .choice-group, .choice-group.three { grid-template-columns: 1fr; }
  .phone-fields { grid-template-columns: 1fr; gap: 0; }
  .assessment-actions { align-items: stretch; }
  .assessment-actions .button { flex: 1; }
  .action-card, .calculator, .contact-form, .contact-side { padding: 25px; }
  .footer-top, .footer-bottom { flex-direction: column; }
}
