:root {
  --site-primary: #214900;
  --site-primary-light: #689a5f;
  --site-primary-dark: #0b3300;
  --site-secondary: #767559;
  --site-accent: #bc4a6e;
  --site-background: #eeeeee;
  --site-surface: #fffef9;
  --site-text-primary: #0b1a08;
  --site-text-secondary: #555954;
  --bs-body-bg: #eeeeee;
  --bs-body-color: #0b1a08;
  --bs-body-font-family: 'Outfit', sans-serif;
  --bs-link-color: #214900;
  --bs-link-hover-color: #0b3300;
  --type-h1: clamp(2.2rem, 4.5vw, 3rem);
  --type-h2: 1.9rem;
  --type-h3: 1.4rem;
  --type-body: 1.06rem;
  --type-small: 0.9rem;
  --type-eyebrow: 0.74rem;
  --section-pad: clamp(4rem, 7vw, 6rem);
  --radius-card: 12px;
  --radius-button: 9999px;
  --radius-input: 6px;
  --radius-image: 8px;
  --shadow-card: 0 12px 32px rgba(0,0,0,0.08);
  --shadow-button: 0 4px 12px rgba(0,0,0,0.06);
}

body { background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: 17px; line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', serif; color: var(--site-text-primary); line-height: 1.12; text-wrap: balance; }
h1, .h1 { font-size: var(--type-h1); letter-spacing: -0.035em; }
h2, .h2 { font-size: var(--type-h2); letter-spacing: -0.025em; }
h3, .h3 { font-size: var(--type-h3); letter-spacing: -0.015em; }
p, li { font-size: var(--type-body); color: var(--site-text-secondary); text-wrap: pretty; }
small, .small { font-size: var(--type-small); }
.lead { font-size: 1.15rem; color: var(--site-text-secondary); }

.btn-primary { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background-color: var(--site-primary-dark); border-color: var(--site-primary-dark); color: #fff; }
.btn-outline-primary { color: var(--site-primary); border-color: var(--site-primary); background-color: transparent; }
.btn-outline-primary:hover, .btn-outline-primary:focus { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.bg-primary { background-color: var(--site-primary) !important; }
.text-primary { color: var(--site-primary) !important; }
.border-primary { border-color: var(--site-primary) !important; }
a { color: var(--site-primary); text-decoration-thickness: 2px; text-underline-offset: 0.18em; transition: color .18s ease, text-underline-offset .18s ease; }
a:hover { color: var(--site-primary-dark); text-underline-offset: 0.28em; }

.btn { border-radius: var(--radius-button); padding: .78rem 1.15rem; font-weight: 700; box-shadow: var(--shadow-button); letter-spacing: .01em; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease; border-width: 1px; }
.btn:hover, .btn:focus { transform: scale(1.02); }
.btn .btn-icon { display: inline-block; margin-left: .45rem; }
.card { border: 0; border-radius: var(--radius-card); box-shadow: var(--shadow-card); background: var(--site-surface); }
.card.service-card { height: 100%; }
.form-control, .form-select, textarea.form-control { border-radius: var(--radius-input); border-color: rgba(11,26,8,.18); background-color: var(--site-surface); padding: .82rem .95rem; color: var(--site-text-primary); }
.form-control:focus, .form-select:focus { border-color: var(--site-primary-light); box-shadow: 0 0 0 .25rem rgba(33,73,0,.12); }
.form-label { color: var(--site-text-primary); font-weight: 700; }

.site-header { background: var(--site-background); padding: .75rem 0; }
.navbar { --bs-navbar-padding-y: .45rem; }
.navbar-brand { color: var(--site-text-primary); font-weight: 800; letter-spacing: -0.02em; }
.logo-mark { width: 42px; height: 42px; border-radius: 10px; object-fit: contain; background: var(--site-surface); }
.nav-link { color: var(--site-text-primary); font-weight: 600; position: relative; padding-left: .35rem !important; padding-right: .35rem !important; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--site-text-primary); }
.nav-link.active::after, .nav-link:hover::after, .accent-underline::after { content: ""; display: block; width: 34px; height: 3px; background: var(--site-accent); border-radius: 999px; margin-top: .25rem; }
.navbar-toggler { border: 0; padding: .35rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(33,73,0,.14); }

.section-pad { padding: var(--section-pad) 0; background: var(--site-background); }
.hero { padding: clamp(3.5rem, 7vw, 5.5rem) 0 var(--section-pad); }
.eyebrow { font-size: var(--type-eyebrow); text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--site-primary); margin-bottom: .85rem; }
.section-title { position: relative; display: inline-block; margin-bottom: 1rem; }
.section-title::after { content: ""; display: block; width: 48px; height: 3px; background: var(--site-accent); border-radius: 999px; margin-top: .55rem; }
.hero-copy, .narrow-copy { max-width: 720px; }
.prose { max-width: 68ch; }
.hero-image, .section-visual { width: 100%; border-radius: var(--radius-image); box-shadow: var(--shadow-card); object-fit: cover; }
.hero-image { max-height: 520px; }
.section-visual { max-height: 430px; }

.icon-line { width: 34px; height: 34px; color: var(--site-primary); stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; fill: none; flex: 0 0 auto; }
.service-card .card-body { padding: 1.55rem; }
.service-card h3 { margin-top: 1rem; }
.clean-list { padding-left: 0; list-style: none; margin-bottom: 0; }
.clean-list li { margin-bottom: .55rem; display: flex; align-items: baseline; }
.clean-list li::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--site-accent); margin-right: .75rem; flex: 0 0 auto; transform: translateY(-1px); }
.area-pill { display: inline-flex; align-items: center; border-radius: 999px; padding: .55rem .9rem; background: var(--site-surface); color: var(--site-text-primary); font-weight: 700; box-shadow: 0 8px 20px rgba(0,0,0,0.05); margin: .35rem .35rem .35rem 0; }

.map-wrap { aspect-ratio: 16 / 9; width: 100%; overflow: hidden; border-radius: var(--radius-image); box-shadow: var(--shadow-card); background: var(--site-surface); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
.contact-panel { background: var(--site-surface); border-radius: var(--radius-card); box-shadow: var(--shadow-card); padding: clamp(1.25rem, 3vw, 2rem); }
.contact-detail { font-variant-numeric: tabular-nums; }
.form-status { min-height: 1.6rem; color: var(--site-primary-dark); font-weight: 700; }

.footer { padding: 2rem 0 1.25rem; background: var(--site-background); }
.footer p, .footer a { font-size: var(--type-small); }
.footer-link { color: var(--site-text-primary); text-decoration: none; font-weight: 650; margin-left: .85rem; }
.footer-link:hover { text-decoration: underline; }
.footer-bottom { text-align: center; padding-top: 1rem; margin-top: 1rem; }

.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1080; display: none; }
.cookie-banner.is-visible { display: block; }
.cookie-inner { max-width: 980px; margin: 0 auto; background: var(--site-surface); color: var(--site-text-primary); border-radius: var(--radius-card); box-shadow: var(--shadow-card); padding: 1rem; }
.cookie-inner p { margin-bottom: 0; font-size: var(--type-small); }

.legal-main, .simple-main { padding: var(--section-pad) 0; }
.legal-main h2 { margin-top: 2rem; }
.simple-main { min-height: 50vh; display: flex; align-items: center; }

@media (max-width: 991.98px) {
  .navbar-collapse { padding-top: 1rem; }
  .nav-link.active::after, .nav-link:hover::after { width: 28px; }
  .footer-link { margin-left: 0; margin-right: .85rem; display: inline-block; margin-top: .35rem; }
}

@media (max-width: 575.98px) {
  .hero { padding-top: 2.5rem; }
  .btn { width: 100%; justify-content: center; }
  .cookie-inner { padding: .9rem; }
}
