:root {
  --ink: #19342e;
  --ink-soft: #4d655e;
  --green: #2f6a56;
  --green-dark: #245040;
  --sage: #dfeadf;
  --cream: #f8f5ed;
  --white: #fff;
  --sand: #dca85f;
  --line: #d7dfd9;
  --shadow: 0 18px 50px rgba(25, 52, 46, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #e7a33c; outline-offset: 4px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: .7rem 1rem; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.notice { padding: .45rem 5vw; color: #fff; background: var(--green-dark); font-size: .78rem; font-weight: 700; text-align: center; letter-spacing: .06em; text-transform: uppercase; }
.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 0 5vw; border-bottom: 1px solid rgba(25,52,46,.08); background: rgba(248,245,237,.96); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-family: Georgia, serif; font-size: 1.45rem; font-style: italic; }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font-family: Georgia, serif; font-size: 1.25rem; }
.brand small { margin-top: .25rem; color: var(--ink-soft); font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.5rem; font-size: .9rem; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { padding: .7rem 1rem; border-radius: 4px; color: #fff; background: var(--green); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }

.hero { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--ink); }
.hero > img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img { object-fit: cover; object-position: center 42%; }
.hero-overlay { background: linear-gradient(90deg, rgba(12,39,31,.9) 0%, rgba(12,39,31,.6) 43%, rgba(12,39,31,.12) 75%), linear-gradient(0deg, rgba(12,39,31,.55), transparent 55%); }
.hero-content { position: relative; z-index: 1; width: min(700px, 90vw); margin: 0 5vw; padding: 6rem 0; }
.eyebrow { margin: 0 0 1rem; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow, .contact .eyebrow { color: #f1c98d; }
.hero h1 { max-width: 700px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3rem, 7vw, 6.6rem); font-weight: 400; line-height: .93; letter-spacing: -.045em; }
.hero h1 em { color: #f1c98d; font-weight: 400; }
.hero-content > p:not(.eyebrow) { max-width: 570px; margin: 1.5rem 0 0; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .8rem 1.2rem; border: 2px solid transparent; border-radius: 4px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-light { border-color: rgba(255,255,255,.75); color: #fff; background: rgba(255,255,255,.08); }

.quick-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); width: min(1120px, 90vw); margin: -40px auto 0; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.quick-facts div { position: relative; padding: 1.5rem 1.5rem 1.5rem 4.2rem; border-right: 1px solid var(--line); }
.quick-facts div:last-child { border: 0; }
.quick-facts span { position: absolute; top: 1.45rem; left: 1.4rem; color: var(--sand); font-family: Georgia, serif; font-size: 1.3rem; }
.quick-facts strong, .quick-facts small { display: block; }
.quick-facts small { margin-top: .2rem; color: var(--ink-soft); }

.section { width: min(1120px, 90vw); margin: 0 auto; padding: 7rem 0; }
.section-heading { max-width: 720px; margin-bottom: 2.6rem; }
.section-heading.compact { max-width: 620px; }
h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 4.5vw, 4.2rem); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 600px; color: var(--ink-soft); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 290px; padding: 2rem; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.55); }
.service-card.featured { color: #fff; background: var(--green); transform: translateY(-12px); }
.card-number { color: var(--sand); font-family: Georgia, serif; font-size: 1.35rem; }
.service-card h3 { margin: 3.5rem 0 .7rem; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.service-card p { margin: 0; }
.service-card .meta { margin-top: 1.3rem; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.split { display: grid; grid-template-columns: 1.08fr .92fr; gap: 5vw; align-items: center; }
.split-image { position: relative; }
.split-image img { width: 100%; min-height: 560px; object-fit: cover; border-radius: 8px; }
.image-note { position: absolute; right: -1.5rem; bottom: 2rem; max-width: 220px; padding: 1rem 1.2rem; color: #fff; background: var(--green-dark); font-size: .85rem; font-weight: 700; }
.split-content p:not(.eyebrow) { color: var(--ink-soft); }
.check-list { padding: 0; margin: 2rem 0; list-style: none; }
.check-list li { padding: .8rem 0 .8rem 2rem; border-bottom: 1px solid var(--line); }
.check-list li::before { content: '✓'; float: left; margin-left: -2rem; color: var(--green); font-weight: 900; }
.text-link { color: var(--green); font-weight: 800; text-underline-offset: 5px; }

.schedule { width: 100%; padding-right: 5vw; padding-left: 5vw; background: #edf1ea; }
.table-wrap { overflow-x: auto; border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(25,52,46,.07); }
table { width: 100%; min-width: 760px; border-collapse: collapse; }
th, td { padding: 1.15rem; border-bottom: 1px solid var(--line); text-align: left; }
thead th { color: #fff; background: var(--green-dark); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
tbody th { color: var(--green); }
.fine-print { color: var(--ink-soft); font-size: .76rem; }
.pricing { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; align-items: start; }
.price-list { border-top: 1px solid var(--ink); }
.price-list div { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.price-list strong { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }

.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.3rem 3rem 1.3rem 0; font-weight: 800; cursor: pointer; }
.faq-list summary::marker { color: var(--green); }
.faq-list p { max-width: 720px; margin: 0 0 1.5rem; color: var(--ink-soft); }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; padding: 7rem 7vw; color: #fff; background: var(--ink); }
.contact-copy > p:not(.eyebrow) { color: #c9d6d0; }
.contact-details { margin-top: 3rem; font-size: .92rem; }
.contact-details a { color: #f1c98d; }
.contact-form { padding: 2rem; border-radius: 8px; color: var(--ink); background: #fff; }
.field { display: grid; gap: .35rem; margin-bottom: 1rem; }
.field label { font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: .75rem .85rem; border: 1px solid #9badA5; border-radius: 3px; background: #fbfcfa; }
.field textarea { resize: vertical; }
.form-status { min-height: 1.5rem; margin: .8rem 0 0; color: var(--green); font-weight: 700; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem 5vw; color: #bdd0c7; background: #10251f; font-size: .82rem; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: #fff; font-family: Georgia, serif; font-size: 1.2rem; }
.footer-brand span { letter-spacing: .12em; text-transform: uppercase; }
.site-footer > div:last-child { display: flex; gap: 1.2rem; }

@media (max-width: 820px) {
  .menu-toggle { display: inline-flex; align-items: center; gap: .6rem; padding: .6rem; cursor: pointer; }
  .menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 22px; height: 2px; background: currentColor; content: ''; transition: transform .2s ease; }
  .menu-icon::before { transform: translateY(-7px); }
  .menu-icon::after { transform: translateY(5px); }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: 1rem 5vw 1.5rem; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 15px 30px rgba(25,52,46,.1); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: .65rem; }
  .nav-cta { text-align: center; }
  .hero { min-height: 610px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(12,39,31,.92), rgba(12,39,31,.15) 80%); }
  .hero-content { padding: 4rem 0; }
  .quick-facts { grid-template-columns: 1fr; margin-top: 0; border-radius: 0; }
  .quick-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card.featured { transform: none; }
  .service-card h3 { margin-top: 1.8rem; }
  .split, .pricing, .contact { grid-template-columns: 1fr; }
  .split-image img { min-height: 390px; }
  .image-note { right: .75rem; bottom: .75rem; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .notice { font-size: .66rem; }
  .site-header { min-height: 68px; }
  .menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .section { padding: 5rem 0; }
  .contact { padding: 5rem 5vw; }
  .contact-form { padding: 1.25rem; }
}

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