﻿:root {
  --forest: #2f5240;
  --forest-dark: #1e3a2c;
  --forest-light: #4a7c59;
  --sage: #87a96b;
  --sage-light: #b5cba8;
  --moss: #6b8f71;
  --cream: #f7f5ef;
  --cream-warm: #ede9df;
  --bark: #5c4a3a;
  --bark-light: #8b7355;
  --wheat: #d4c4a0;
  --mint-soft: #e8f0e8;
  --white: #ffffff;
  --gray-100: #f0f2ec;
  --gray-200: #dde4d6;
  --gray-400: #8a9684;
  --text: #2c382e;
  --text-soft: #5a6658;
  --shadow: 0 4px 24px rgba(47, 82, 64, 0.07);
  --shadow-lg: 0 12px 40px rgba(47, 82, 64, 0.11);
  --radius: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --max: 1180px;
  --font: "Nunito Sans", system-ui, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font); color: var(--text); background: var(--cream);
  line-height: 1.7; -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.3; font-weight: 600; }
h1 em { font-style: italic; color: var(--sage-light); }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
a { text-decoration: none; color: inherit; }

/* Top bar */
.topbar {
  background: var(--forest-dark); color: rgba(255,255,255,.88);
  font-size: 13px; padding: 10px 0; font-weight: 500;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar-contact { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.92); transition: color .15s; }
.topbar a:hover { color: var(--sage-light); }

/* Buttons — soft organic */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-weight: 600; font-size: 14px; font-family: var(--font);
  padding: 12px 24px; border-radius: var(--radius-pill); cursor: pointer;
  border: none; transition: all .25s ease;
}
.btn-lg { padding: 14px 30px; font-size: 15px; }
.btn-block { width: 100%; }
.btn-primary {
  background: linear-gradient(135deg, var(--forest-light), var(--forest));
  color: #fff; box-shadow: 0 4px 16px rgba(47,82,64,.22);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--forest), var(--forest-dark));
  transform: translateY(-2px); box-shadow: 0 6px 20px rgba(47,82,64,.28);
}
.btn-outline-light {
  background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.4); color: #fff;
  backdrop-filter: blur(4px);
}
.btn-outline-light:hover { border-color: var(--sage-light); background: rgba(255,255,255,.15); }

.section-label {
  display: inline-block; font-size: 12px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--moss); margin-bottom: 10px;
}

/* Navbar — airy forest */
.navbar {
  position: sticky; top: 0; z-index: 200;
  background: rgba(247,245,239,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-200);
  padding: 14px 0; transition: box-shadow .25s, background .25s;
}
.navbar.scrolled { box-shadow: var(--shadow); background: rgba(255,255,255,.96); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(145deg, var(--forest-light), var(--forest));
  color: var(--sage-light); display: grid; place-items: center;
  font-weight: 700; font-size: 14px; font-family: var(--font-display);
  box-shadow: 0 4px 12px rgba(47,82,64,.2);
  border: 2px solid rgba(181,203,168,.3);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--forest-dark); }
.brand-sub { font-size: 11px; font-weight: 600; color: var(--gray-400); letter-spacing: .04em; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { color: var(--text-soft); font-weight: 600; font-size: 15px; transition: color .15s; }
.nav-links a:hover { color: var(--forest); }
.nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: var(--forest); border-radius: 2px; }

/* Hero — deep forest canopy */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--forest-dark) 0%, var(--forest) 45%, #3a6348 100%);
  color: #fff; padding: 72px 0 80px; overflow: hidden;
}
.hero-pattern {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(135,169,107,.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(181,203,168,.1) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5c-8 12-15 18-15 28a15 15 0 0030 0c0-10-7-16-15-28z' fill='%23ffffff' fill-opacity='0.03'/%3E%3C/svg%3E");
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero-badge {
  display: inline-block; background: rgba(181,203,168,.18); color: var(--sage-light);
  padding: 7px 16px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 600; margin-bottom: 16px;
  border: 1px solid rgba(181,203,168,.25);
}
.hero h1 { font-size: clamp(34px, 5vw, 48px); margin-bottom: 18px; }
.hero-lead { font-size: 16px; color: rgba(255,255,255,.82); max-width: 540px; margin-bottom: 28px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-tags span {
  font-size: 11px; font-weight: 700; letter-spacing: .07em;
  padding: 6px 14px; border-radius: var(--radius-pill);
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);
}

.hero-panel {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg); padding: 28px; backdrop-filter: blur(8px);
  border-top: 3px solid var(--sage);
}
.hero-panel h2 {
  font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--sage-light); margin-bottom: 20px; font-family: var(--font);
}
.hero-panel-list { list-style: none; }
.hero-panel-list li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px;
}
.hero-panel-list li:last-child { border-bottom: none; }
.hero-panel-list span { color: rgba(255,255,255,.6); }
.hero-panel-list strong { color: #fff; font-weight: 600; text-align: right; max-width: 55%; }
.hero-hours { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-hours span { font-size: 12px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .08em; }
.hero-hours p { font-size: 14px; font-weight: 600; color: var(--sage-light); margin-top: 4px; line-height: 1.5; }

/* Trust bar */
.trust-bar { background: var(--mint-soft); border-bottom: 1px solid var(--gray-200); padding: 14px 0; }
.trust-inner {
  display: flex; justify-content: center; gap: 24px; flex-wrap: wrap;
  font-size: 13px; font-weight: 600; color: var(--forest);
}

/* Sections */
.section { padding: 80px 0; }
.section-alt { background: var(--cream-warm); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(28px, 4vw, 40px); color: var(--forest-dark); margin-bottom: 12px; }
.section-head p { color: var(--text-soft); font-size: 16px; }

/* Service cards — organic leaf feel */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); padding: 30px 26px;
  box-shadow: var(--shadow); transition: all .3s ease; position: relative;
}
.service-card:hover {
  transform: translateY(-5px); box-shadow: var(--shadow-lg);
  border-color: var(--sage);
}
.service-card.featured {
  border-top: 3px solid var(--forest-light);
  background: linear-gradient(180deg, var(--mint-soft) 0%, var(--white) 40%);
}
.card-tag {
  position: absolute; top: 16px; right: 16px;
  background: var(--forest-light); color: #fff; padding: 5px 12px;
  border-radius: var(--radius-pill); font-size: 11px; font-weight: 700;
}
.service-icon { font-size: 36px; margin-bottom: 16px; }
.service-card h3 { font-size: 18px; color: var(--forest-dark); margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--text-soft); }

/* Split / About */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.split-copy h2 { font-size: clamp(26px, 3.5vw, 36px); color: var(--forest-dark); margin-bottom: 16px; }
.split-copy p { color: var(--text-soft); margin-bottom: 12px; font-size: 15px; }
.check-list { list-style: none; margin: 20px 0 28px; }
.check-list li {
  padding-left: 30px; position: relative; margin-bottom: 10px; font-size: 15px; font-weight: 500;
}
.check-list li::before {
  content: "🌿"; position: absolute; left: 0; font-size: 14px;
}

.info-panel {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
}
.info-panel-head {
  background: linear-gradient(135deg, var(--forest), var(--forest-dark));
  color: #fff; padding: 22px 24px; border-bottom: 3px solid var(--sage);
}
.info-panel-head h3 { font-size: 18px; margin-bottom: 4px; }
.info-panel-head span { font-size: 12px; opacity: .7; }
.info-panel-body { padding: 8px 0; }
.info-row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 14px 24px; border-bottom: 1px solid var(--gray-100); font-size: 14px;
}
.info-row:last-child { border-bottom: none; }
.info-row span:first-child { color: var(--gray-400); font-weight: 600; flex-shrink: 0; }
.info-row span:last-child { text-align: right; color: var(--text); font-weight: 500; }
.info-row a { color: var(--forest-light); font-weight: 600; }

/* Advantages */
.adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.adv-card {
  padding: 26px 20px; border-radius: var(--radius-lg);
  background: var(--white); border: 1px solid var(--gray-200);
  transition: all .25s;
}
.adv-card:hover { border-color: var(--sage); box-shadow: var(--shadow); }
.adv-num { font-size: 12px; font-weight: 800; color: var(--sage); letter-spacing: .08em; display: block; margin-bottom: 10px; }
.adv-card h3 { font-size: 17px; color: var(--forest-dark); margin-bottom: 8px; }
.adv-card p { font-size: 14px; color: var(--text-soft); }

/* Stats */
.stats-bar {
  background: linear-gradient(135deg, var(--forest-dark), var(--forest));
  color: #fff; padding: 56px 0;
}
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-item strong { font-size: 42px; font-weight: 700; color: var(--sage-light); display: block; font-family: var(--font-display); }
.stat-item span { font-size: 13px; color: rgba(255,255,255,.72); margin-top: 6px; display: block; }

/* Testimonial */
.testimonial {
  max-width: 720px; margin: 0 auto; text-align: center;
  padding: 36px; background: var(--white); border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200); box-shadow: var(--shadow);
  position: relative;
}
.testimonial::before {
  content: "❝"; position: absolute; top: 12px; left: 24px;
  font-size: 48px; color: var(--sage-light); opacity: .4; font-family: Georgia, serif; line-height: 1;
}
.testimonial p {
  font-size: 18px; color: var(--forest-dark); margin-bottom: 16px; line-height: 1.65;
  font-family: var(--font-display); font-style: italic;
}
.testimonial footer { font-size: 14px; color: var(--text-soft); }

/* Visit cards */
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.visit-card {
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow);
  transition: all .25s;
}
.visit-card:hover { border-color: var(--sage); transform: translateY(-3px); }
.visit-card h3 { font-size: 16px; color: var(--forest-dark); margin-bottom: 12px; }
.visit-card p { font-size: 15px; color: var(--text-soft); line-height: 1.6; }
.visit-card a { color: var(--forest-light); font-weight: 600; }

/* CTA */
.cta-band {
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-light) 100%);
  color: #fff; padding: 56px 0; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 8c-10 14-18 22-18 34a18 18 0 0036 0c0-12-8-20-18-34z' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/svg%3E");
}
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; position: relative; }
.cta-inner h2 { font-size: clamp(24px, 3.5vw, 34px); margin-bottom: 8px; }
.cta-inner p { opacity: .88; font-size: 15px; }
.cta-band .btn-primary { background: var(--cream); color: var(--forest-dark); box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.cta-band .btn-primary:hover { background: #fff; }

/* Contact */
.contact-section { background: var(--mint-soft); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info h2 { font-size: clamp(28px, 4vw, 36px); color: var(--forest-dark); margin-bottom: 14px; }
.contact-info > p { color: var(--text-soft); margin-bottom: 28px; }
.contact-list { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-item > span { font-size: 22px; }
.contact-item strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--gray-400); margin-bottom: 4px; }
.contact-item p { font-size: 15px; line-height: 1.5; }
.contact-item a { color: var(--forest-light); font-weight: 600; }
.contact-form {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 32px; border: 1px solid var(--gray-200); box-shadow: var(--shadow-lg);
}
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--forest-dark); }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 16px; border: 1px solid var(--gray-200);
  border-radius: var(--radius); font-size: 15px; font-family: inherit;
  background: var(--cream); transition: border .15s, box-shadow .15s; resize: vertical;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(135,169,107,.18); background: var(--white);
}
.form-note { margin-top: 14px; text-align: center; color: var(--forest-light); font-weight: 600; font-size: 14px; }
.form-legal { margin-top: 12px; font-size: 12px; color: var(--gray-400); text-align: center; }
.form-legal a { color: var(--forest-light); text-decoration: underline; }

/* Legal */
.legal-section { background: var(--white); }
.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.legal-block {
  background: var(--cream); border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg); padding: 28px;
}
.legal-block h4 { font-size: 16px; color: var(--forest-dark); margin-bottom: 12px; }
.legal-block p { font-size: 14px; color: var(--text-soft); line-height: 1.65; }

/* Footer */
.footer { background: var(--forest-dark); color: rgba(255,255,255,.75); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 32px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer .brand-name { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: #fff; display: block; margin-bottom: 12px; }
.footer .brand-name small { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.55); }
.footer-brand p { font-size: 14px; max-width: 300px; line-height: 1.65; }
.footer-col h4 { color: var(--sage-light); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col a { display: block; font-size: 14px; margin-bottom: 8px; color: rgba(255,255,255,.62); transition: color .15s; }
.footer-col a:hover { color: var(--sage-light); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; font-size: 13px; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.4); }

.reveal { opacity: 0; transform: translateY(18px); transition: all .6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .nav-links, .nav-actions .btn-primary { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute;
    top: 100%; left: 16px; right: 16px; background: var(--white);
    padding: 20px; border-radius: var(--radius-lg); gap: 14px;
    box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200);
  }
  .nav-toggle { display: flex; }
  .hero-inner, .split, .contact-grid, .cta-inner { grid-template-columns: 1fr; flex-direction: column; }
  .service-grid, .visit-grid { grid-template-columns: 1fr 1fr; }
  .adv-grid, .stat-row, .legal-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .topbar-inner { justify-content: center; text-align: center; }
}
@media (max-width: 520px) {
  .service-grid, .visit-grid, .adv-grid, .stat-row, .legal-grid, .footer-grid { grid-template-columns: 1fr; }
  .topbar-contact { flex-direction: column; gap: 6px; }
}
