:root {
  --ink: #173e2b;
  --green: #0b6946;
  --green-dark: #07533a;
  --cream: #fffaf0;
  --paper: #f7f1e4;
  --coral: #f06b5e;
  --lilac: #9c71cf;
  --line: rgba(23, 62, 43, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.65; }
a { color: inherit; }
.topbar { min-height: 78px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); background: rgba(255,250,240,.94); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.brand { text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem,2vw,1.65rem); font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.brand span { color: var(--coral); }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: .83rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.nav-cta { background: var(--green); color: white; padding: 10px 18px; border-radius: 999px; }
.hero { min-height: 680px; padding: 64px 5vw 80px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5vw; overflow: hidden; position: relative; }
.hero::before { content:""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(156,113,207,.12); left: -150px; bottom: -150px; }
.hero-copy { max-width: 650px; position: relative; z-index: 1; }
.eyebrow { color: var(--green); margin: 0 0 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.06; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(3.4rem,6vw,6.6rem); }
h1 em { color: var(--coral); font-style: normal; }
h2 { font-size: clamp(2.4rem,4.6vw,4.5rem); }
h3 { line-height: 1.25; }
.intro { max-width: 580px; margin: 26px 0 32px; font-size: clamp(1.05rem,1.7vw,1.32rem); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 999px; font-weight: 700; text-decoration: none; }
.primary { background: var(--green); color: white; box-shadow: 0 12px 30px rgba(11,105,70,.2); }
.secondary { border: 1px solid var(--green); }
.hero-image { margin: 0; position: relative; min-width: 0; }
.hero-image img { display: block; width: 100%; aspect-ratio: 4/5; max-height: 650px; object-fit: cover; border-radius: 48% 48% 18px 18px; box-shadow: 24px 24px 0 var(--paper); }
.hero-image figcaption { position: absolute; right: -16px; bottom: 30px; max-width: 240px; padding: 15px 20px; background: var(--coral); color: white; border-radius: 4px; font-weight: 700; transform: rotate(-2deg); }
.promise { padding: 24px 5vw; background: var(--green); color: white; display: flex; justify-content: center; align-items: center; gap: 24px; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; }
.promise i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.section { padding: 110px max(5vw, calc((100vw - 1180px)/2)); }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.two-column > div > p:last-child { max-width: 610px; }
.deliverables { background: var(--paper); padding: 36px; border-radius: 18px; border-top: 5px solid var(--coral); }
.deliverables h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; margin: 0 0 12px; }
.deliverables ul { list-style: none; padding: 0; margin: 0; }
.deliverables li { display: flex; gap: 16px; align-items: baseline; padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.deliverables li:last-child { border: 0; }
.deliverables span { color: var(--coral); font-size: .75rem; letter-spacing: .1em; }
.steps-section { background: var(--paper); text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; text-align: left; }
.steps article { background: var(--cream); border: 1px solid var(--line); padding: 30px; border-radius: 16px; }
.steps strong { font-family: Georgia, "Times New Roman", serif; color: var(--coral); font-size: 2.2rem; }
.steps h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; margin: 18px 0 8px; }
.steps p { margin: 0; }
.pricing-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.draft-note { max-width: 400px; padding: 18px; border-left: 4px solid var(--lilac); background: rgba(156,113,207,.09); }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; }
.price-card { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: white; display: flex; flex-direction: column; }
.price-card.featured { color: white; background: var(--green); border-color: var(--green); transform: translateY(-12px); box-shadow: 0 22px 50px rgba(11,105,70,.18); }
.package { color: var(--coral); margin: 0; font-size: .75rem; text-transform: uppercase; font-weight: 700; letter-spacing: .13em; }
.price-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; margin: 10px 0 0; }
.price { font-family: Georgia, "Times New Roman", serif; font-size: 2.6rem; margin: 18px 0; }
.price.small { font-size: 1.8rem; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 26px; flex: 1; }
.price-card li { padding: 9px 0; border-bottom: 1px solid currentColor; border-color: rgba(23,62,43,.12); }
.featured li { border-color: rgba(255,255,255,.2); }
.price-card li::before { content: "✓"; color: var(--coral); margin-right: 9px; font-weight: 700; }
.price-card a { margin-top: auto; text-align: center; padding: 12px; border: 1px solid currentColor; border-radius: 999px; text-decoration: none; font-weight: 700; }
.about { background: #efe3f7; display: grid; grid-template-columns: .45fr 1fr; gap: 6vw; align-items: center; }
.about-photo { width: min(390px, 100%); margin: 0; position: relative; }
.about-photo::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 3px solid var(--coral); border-radius: 46% 46% 18px 18px; z-index: 0; }
.about-photo img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 44%; border-radius: 46% 46% 18px 18px; box-shadow: 0 20px 45px rgba(23,62,43,.18); }
.contact { padding: 110px 5vw; text-align: center; background: var(--green); color: white; }
.contact .eyebrow { color: #ffd8d3; }
.contact p:not(.eyebrow) { max-width: 620px; margin: 24px auto 30px; }
.centered { justify-content: center; }
.light { background: var(--cream); color: var(--green); }
.outline-light { border: 1px solid white; color: white; }
.contact small { display: block; margin-top: 22px; opacity: .75; }
footer { padding: 38px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
footer p { margin: 0; font-size: .9rem; }
footer div { display: flex; gap: 18px; font-size: .83rem; }

.legal-shell { min-height: 100vh; }
.legal-header { padding: 26px 5vw; border-bottom: 1px solid var(--line); }
.legal-main { width: min(820px, 90vw); margin: 0 auto; padding: 70px 0 100px; }
.legal-main h1 { margin-bottom: 36px; font-size: clamp(2.8rem, 7vw, 5rem); }
.legal-main h2 { margin: 42px 0 12px; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.legal-main h3 { margin: 28px 0 8px; }
.legal-main p, .legal-main ul { margin-top: 8px; }
.legal-main a { color: var(--green); font-weight: 600; }
.legal-back { display: inline-block; margin-top: 42px; font-weight: 700; }

@media (max-width: 850px) {
  .topbar { min-height: 68px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 46px; grid-template-columns: 1fr; }
  h1 { font-size: clamp(3rem,13vw,5rem); }
  .hero-image { margin-top: 10px; }
  .hero-image img { aspect-ratio: 4/3; border-radius: 42% 42% 14px 14px; }
  .hero-image figcaption { right: 8px; bottom: 18px; }
  .promise { overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
  .section { padding: 80px 6vw; }
  .two-column,.about { grid-template-columns: 1fr; }
  .steps,.price-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .pricing-head { display: block; }
  .pricing-head .draft-note { margin-top: 28px; }
}

@media (max-width: 500px) {
  body { font-size: 16px; }
  .topbar { padding-inline: 4vw; }
  .brand { font-size: 1.08rem; }
  .nav-cta { padding: 8px 13px; }
  .hero { padding-inline: 5vw; }
  .actions { display: grid; }
  .button { width: 100%; }
  .hero-image figcaption { position: static; margin: -12px 16px 0; transform: none; max-width: none; text-align: center; }
  .promise { padding: 18px 5vw; }
  .deliverables,.steps article,.price-card { padding: 24px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
