:root {
  color-scheme: light;
  --ink: #17211d;
  --muted: #58655e;
  --green: #12372a;
  --green-2: #1d5945;
  --cream: #f5f2e9;
  --paper: #fffefa;
  --line: #d9dfda;
  --accent: #e6b85c;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(18, 55, 42, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 1.125rem; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; border: 2px solid var(--green); border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem max(5vw, calc((100vw - 1180px) / 2)); background: rgba(255,254,250,.94); border-bottom: 1px solid rgba(23,33,29,.1); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; line-height: 1.1; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; border-radius: 14px; background: var(--green); color: white; font-size: 1.45rem; font-weight: 800; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.08rem; }
.brand small { margin-top: .25rem; color: var(--muted); font-size: .82rem; }
.site-header nav { display: flex; align-items: center; gap: 1.7rem; }
.site-header nav a { text-decoration: none; font-size: 1rem; font-weight: 650; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--green-2); text-decoration: underline; text-underline-offset: .35rem; }
.menu-button { display: none; border: 0; background: var(--green); color: white; border-radius: 12px; padding: .7rem .9rem; font: inherit; font-weight: 700; }

main, footer { overflow: hidden; }
.hero, .section, .legal-section, footer { width: min(1180px, 90vw); margin-inline: auto; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); padding: 5rem 0 4.5rem; }
.eyebrow { margin: 0 0 .7rem; color: var(--green-2); font-size: .9rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; text-wrap: balance; }
h1 { max-width: 13ch; margin: 0; font-size: clamp(2.75rem, 6vw, 5.25rem); letter-spacing: -.045em; }
h2 { margin: 0 0 1rem; font-size: clamp(2.25rem, 4.5vw, 3.75rem); letter-spacing: -.035em; }
h3 { margin: 0 0 .6rem; font-size: 1.45rem; }
p { margin: 0 0 1rem; }
.intro { max-width: 57ch; margin: 1.6rem 0 2rem; color: var(--muted); font-size: clamp(1.18rem, 2vw, 1.4rem); line-height: 1.65; }
.quick-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .85rem 1.25rem; border: 2px solid var(--green); border-radius: 14px; text-decoration: none; font-weight: 800; line-height: 1.25; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(18,55,42,.16); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 4px solid var(--accent); outline-offset: 3px; }
.button-primary { background: var(--green); color: white; }
.button-secondary { background: transparent; color: var(--green); }
.availability { display: flex; align-items: center; gap: .6rem; margin-top: 1.1rem; color: var(--green-2); font-weight: 700; }
.availability span { width: 11px; height: 11px; border-radius: 50%; background: #37845f; box-shadow: 0 0 0 5px #e5f1eb; }
.portrait-wrap { position: relative; margin: 0; }
.portrait-wrap::before { content: ""; position: absolute; inset: -22px 22px 38px -22px; z-index: -1; border: 2px solid var(--accent); border-radius: 42% 42% 22px 22px; }
.portrait { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 46% 26%; border-radius: 42% 42% 22px 22px; filter: contrast(1.03); box-shadow: var(--shadow); }
.portrait-wrap figcaption { width: 90%; margin: -1.45rem auto 0; position: relative; background: var(--paper); border-radius: 14px; padding: .85rem 1rem; box-shadow: 0 10px 30px rgba(18,55,42,.15); text-align: center; font-size: .95rem; font-weight: 750; }
.section { padding: 6.5rem 0; }
.section-heading { max-width: 720px; margin-bottom: 2.8rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.2rem; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.promise-grid article { padding: 2rem 2rem 1rem 0; border-right: 1px solid var(--line); }
.promise-grid article + article { padding-left: 2rem; }
.promise-grid article:last-child { border-right: 0; }
.number { display: block; margin-bottom: 2rem; color: var(--green-2); font-weight: 800; }
.promise-grid p, .service-grid p { color: var(--muted); }
.services { position: relative; }
.services::before { content: ""; position: absolute; z-index: -1; inset: 0 50% 0 50%; width: 100vw; transform: translateX(-50%); background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-grid article { display: flex; gap: 1.15rem; min-height: 180px; padding: 1.6rem; background: var(--paper); border: 1px solid rgba(18,55,42,.1); border-radius: 18px; }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; flex: 0 0 auto; border-radius: 50%; background: var(--green); color: white; font-size: 1.5rem; font-weight: 800; }
.price-section { padding-block: 6rem; }
.price-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; padding: clamp(2rem, 6vw, 4.5rem); border-radius: var(--radius); background: var(--green); color: white; box-shadow: var(--shadow); }
.price-card .eyebrow { color: #f5cf82; }
.price-card p { max-width: 65ch; color: #e0eae5; }
.price-card strong { color: white; }
.button-light { background: white; border-color: white; color: var(--green); white-space: nowrap; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; padding-bottom: 7rem; }
.contact > div:first-child > p:last-child { max-width: 55ch; color: var(--muted); }
.contact-list { display: grid; gap: .8rem; }
.contact-list a { display: flex; align-items: center; gap: 1rem; min-width: 0; padding: 1.15rem; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; }
.contact-list a:hover { border-color: var(--green-2); background: #f7faf8; }
.contact-list a > span:first-child { display: grid; place-items: center; width: 50px; height: 50px; flex: 0 0 auto; border-radius: 13px; background: var(--cream); color: var(--green); font-size: 1.35rem; }
.contact-list span:last-child { min-width: 0; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--muted); font-size: .86rem; }
.contact-list strong { overflow-wrap: anywhere; font-size: 1.18rem; }
.legal-section { padding: 4rem 0; border-top: 1px solid var(--line); }
.legal-section h2 { font-size: clamp(2rem, 4vw, 3rem); }
.legal-section h3 { margin-top: 2rem; font-family: inherit; font-size: 1.15rem; }
.legal-section p { max-width: 80ch; color: #46524c; }
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.legal-grid h3 { margin-top: 0; }
.legal-note { font-size: .92rem; }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; padding: 2.5rem 0; border-top: 1px solid var(--line); }
footer p { margin: 0; }
footer nav { display: flex; gap: 1.5rem; }
.copyright { color: var(--muted); font-size: .9rem; }

@media (max-width: 820px) {
  body { font-size: 1.08rem; }
  .site-header { min-height: 76px; }
  .menu-button { display: inline-flex; gap: .5rem; align-items: center; }
  .site-header nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .6rem 5vw 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(18,55,42,.09); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 3.5rem; padding-top: 3.5rem; }
  h1 { max-width: 12ch; }
  .portrait-wrap { width: min(100%, 470px); margin-inline: auto; }
  .promise-grid, .service-grid, .contact, .legal-grid { grid-template-columns: 1fr; }
  .promise-grid article, .promise-grid article + article { padding: 1.7rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .number { margin-bottom: .7rem; }
  .service-grid article { min-height: 0; }
  .price-card { grid-template-columns: 1fr; gap: 1.5rem; }
  .price-card .button { justify-self: start; }
  .contact { gap: 2rem; }
  footer { grid-template-columns: 1fr; gap: 1.2rem; }
}

@media (max-width: 520px) {
  .brand small { display: none; }
  .hero, .section, .legal-section, footer { width: min(92vw, 1180px); }
  .hero { padding-top: 2.5rem; }
  h1 { font-size: clamp(2.55rem, 13vw, 3.6rem); }
  .quick-actions, .quick-actions .button { width: 100%; }
  .portrait-wrap::before { inset: -12px 12px 30px -12px; }
  .section { padding: 4.5rem 0; }
  .service-grid article { padding: 1.3rem; }
  .service-icon { width: 46px; height: 46px; }
  .price-section { padding-block: 4rem; }
  .price-card { border-radius: 18px; }
  .price-card .button { width: 100%; }
  footer nav { flex-direction: column; gap: .7rem; }
}

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