:root {
  --ink: #112625;
  --cream: #f7f4ed;
  --paper: #fffdf8;
  --mint: #d6f1e4;
  --lime: #b7e734;
  --blue: #0a66c2;
  --line: #d9ddd5;
  --muted: #586865;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.5; }
a { color: inherit; }
.site-header { min-height: 92px; padding: 7px 6.5%; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: var(--cream); }
.logo-brand { display: inline-flex; flex: 0 0 auto; line-height: 0; }
.logo-brand img { display: block; width: 76px; height: 76px; object-fit: cover; }
nav { display: flex; gap: 28px; align-items: center; }
nav a { color: var(--ink); font-size: .87rem; text-decoration: none; }
nav a:hover, nav a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 18px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font: 700 .88rem "DM Sans", sans-serif; text-decoration: none; cursor: pointer; }
.button:hover { background: #27433e; }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { background: #edf1ec; }
.page-hero { padding: 76px 8% 82px; background: linear-gradient(120deg, #f7f4ed 0%, #f7f4ed 62%, #d6f1e4 62%); }
.page-hero-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: 10vw; align-items: center; }
.eyebrow { margin: 0 0 16px; color: #397f65; font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
h1, h2, h3 { font-family: "Playfair Display", serif; letter-spacing: -.05em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 5.8vw, 5.8rem); line-height: 1.01; }
.hero-copy > p:not(.eyebrow) { max-width: 630px; margin: 24px 0 0; color: #3e4e4c; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.service-summary { padding: 31px; border: 1px solid #b8d3c6; background: var(--paper); box-shadow: 14px 16px 0 var(--lime); }
.service-summary .label { margin: 0 0 22px; color: #397f65; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.summary-row { padding: 15px 0; border-top: 1px solid var(--line); }
.summary-row:first-of-type { border-top: 0; padding-top: 0; }
.summary-row span { display: block; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.summary-row strong { display: block; margin-top: 4px; font-size: 1rem; line-height: 1.35; }
.summary-price { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--ink); }
.summary-price strong { font-family: "Playfair Display", serif; font-size: 2.3rem; letter-spacing: -.05em; }
.summary-price span { margin-left: 7px; color: var(--muted); font-size: .78rem; }
.section { max-width: 1220px; margin: 0 auto; padding: 92px 8%; }
.section-title { max-width: 640px; }
.section-title h2 { margin: 0; font-size: clamp(2.25rem, 4.4vw, 4rem); line-height: 1.05; }
.section-title > p:last-child { max-width: 570px; margin: 17px 0 0; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 42px; background: var(--line); }
.benefit { min-height: 176px; padding: 27px; background: var(--paper); }
.benefit .number { color: var(--blue); font-size: .73rem; font-weight: 700; }
.benefit h3 { margin: 21px 0 8px; font-size: 1.55rem; }
.benefit p { margin: 0; color: var(--muted); font-size: .88rem; }
.pricing-section { background: var(--ink); color: #f5f7ef; }
.pricing-section .section-title > p:last-child { color: #bdc9c4; }
.pricing-section .eyebrow { color: var(--lime); }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 42px; }
.price-card { min-height: 284px; padding: 30px; border: 1px solid #46625d; background: #1d3935; }
.price-card.featured { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.price-card .tier { margin: 0; color: #c8d6d1; font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.price-card.featured .tier, .price-card.featured .price-description { color: #25473f; }
.price-card .amount { margin: 20px 0 4px; font-family: "Playfair Display", serif; font-size: clamp(2.55rem, 5vw, 4rem); line-height: 1; letter-spacing: -.06em; }
.price-card .price-description { margin: 0; color: #c8d6d1; font-size: .9rem; }
.price-card ul { margin: 23px 0 0; padding-left: 18px; font-size: .85rem; }
.price-card li + li { margin-top: 6px; }
.process-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 12vw; align-items: start; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps .step-number { color: var(--blue); font-family: "Playfair Display", serif; font-size: 1.65rem; }
.steps h3 { margin: 0; font-size: 1.25rem; }
.steps p { margin: 7px 0 0; color: var(--muted); font-size: .88rem; }
.privacy-bar { padding: 22px 8%; background: #e4ebf2; border-left: 4px solid var(--ink); color: #283a4a; }
.privacy-bar p { max-width: 1040px; margin: 0 auto; font-size: .92rem; }
.form-section { max-width: none; padding: 92px 8%; background: #d1eddf; }
.form-wrap { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; align-items: start; }
.form-copy h2 { margin: 0; font-size: clamp(2.4rem, 4.4vw, 4rem); line-height: 1.04; }
.form-copy p:last-child { max-width: 455px; color: #3c6054; }
.service-form { display: grid; gap: 16px; padding: 31px; background: var(--paper); }
.service-form label { color: var(--ink); font-size: .74rem; font-weight: 700; }
.service-form input, .service-form select, .service-form textarea { width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid #bccac1; border-radius: 0; background: transparent; color: var(--ink); font: 400 .93rem "DM Sans", sans-serif; outline: none; }
.service-form textarea { min-height: 90px; resize: vertical; }
.service-form input:focus, .service-form select:focus, .service-form textarea:focus { border-color: #3f8d6e; }
.service-form .confidential-note { margin: 0; padding: 11px 13px; border-left: 3px solid var(--ink); background: #edf1f4; color: #33404d; font-size: .78rem; }
.service-form .form-success { margin: 0; color: #29835e; font-size: .85rem; }
.form-honeypot { display: none !important; }
footer { padding: 34px 8%; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 16px; background: var(--ink); color: #dce8e3; }
footer .logo-brand img { width: 84px; height: 84px; }
footer p, footer small { margin: 0; font-size: .75rem; }
footer small { color: #98aaa3; text-align: right; }
footer a { color: inherit; }

@media (max-width: 760px) {
  .site-header { min-height: 76px; padding: 6px 5%; }
  .logo-brand img { width: 62px; height: 62px; }
  .site-header nav { display: none; }
  .site-header .button { display: none; }
  .page-hero { padding: 48px 6% 62px; background: var(--cream); }
  .page-hero-grid, .process-section, .form-wrap { grid-template-columns: 1fr; gap: 36px; }
  h1 { font-size: clamp(2.75rem, 12vw, 3.7rem); }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero-actions { display: grid; }
  .service-summary { padding: 24px; box-shadow: 10px 12px 0 var(--lime); }
  .section { padding: 68px 6%; }
  .benefit-grid, .price-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 0; padding: 23px; }
  .price-card { min-height: 0; padding: 25px; }
  .form-section { padding: 68px 6%; }
  .service-form { padding: 24px 20px; }
  .service-form .button { width: 100%; }
  footer { padding: 30px 6%; grid-template-columns: 1fr; }
  footer .logo-brand img { width: 78px; height: 78px; }
  footer small { text-align: left; }
}
