:root {
  --bg: #e7eadf;
  --surface: #eef2e6;
  --surface-soft: #e2e8d9;
  --text: #1f2b22;
  --muted: #415246;
  --brand: #2f5a40;
  --brand-dark: #224531;
  --border: #bfcbbd;
  --ink-soft: #5d6e62;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

.container {
  width: min(1080px, 92%);
  margin: 0 auto;
}

.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 5;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.brand {
  color: var(--brand-dark);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-decoration: none;
}

nav a {
  color: var(--text);
  text-decoration: none;
  margin-left: 1.2rem;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

nav a[aria-current="page"] {
  color: var(--brand-dark);
  font-weight: 700;
}

.home-hero {
  padding: 5rem 0 2.5rem;
}

.home-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin: 0 0 1.1rem;
  max-width: 17ch;
  color: var(--brand-dark);
}

.home-hero p,
.lead {
  color: var(--muted);
  max-width: 54ch;
  font-size: 1.02rem;
}

.home-minimal {
  background: linear-gradient(180deg, #d8e3d3 0%, #d1ddcc 100%);
  border-bottom: 1px solid var(--border);
}

.home-philosophy {
  margin-top: 0.9rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  max-width: 56ch;
}

.hero-actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.75rem;
}

.btn {
  display: inline-block;
  padding: 0.65rem 1.1rem;
  border: 1px solid var(--brand);
  border-radius: 4px;
  text-decoration: none;
  color: var(--brand);
  background: transparent;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover {
  background: var(--brand-dark);
}

.page {
  padding: 3rem 0 3.4rem;
}

.home-note {
  padding: 1.25rem 0 2.5rem;
  max-width: 900px;
}

.home-note p {
  margin: 0;
}

.home-teaser {
  margin-top: 0 !important;
  color: var(--brand-dark);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.section {
  padding: 3rem 0 0;
}

.service-lines {
  border-top: 1px solid var(--border);
}

.service-lines article {
  padding: 1rem 0 1.05rem;
  border-bottom: 1px solid var(--border);
}

.service-lines h3 {
  margin: 0 0 0.3rem;
  font-size: 1.12rem;
}

.service-lines p {
  margin: 0;
  color: var(--muted);
}

.season-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.5rem 1rem;
  margin: 0.25rem 0 1.5rem;
}

.season-grid p {
  margin: 0;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.service-detail {
  border-top: 1px solid var(--border);
  padding: 0.5rem 0 0.65rem;
}

.service-detail:last-of-type {
  border-bottom: 1px solid var(--border);
  margin-bottom: 1rem;
}

.service-detail summary {
  cursor: pointer;
  color: var(--brand-dark);
  font-weight: 600;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.service-detail p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.muted {
  color: var(--muted);
}

.service-list li {
  margin-bottom: 0.65rem;
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.25rem;
  max-width: 700px;
}

.contact-form label {
  display: block;
  margin-bottom: 0.75rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.65rem;
  border: 1px solid #c9c3b5;
  border-radius: 4px;
  margin-top: 0.35rem;
  background: #fffefb;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.note {
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--surface);
  padding: 1.3rem 0;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.home-dark {
  background: #101712;
  color: #e6ecdf;
  min-height: 100vh;
}

.home-dark .site-header {
  background: transparent;
  border-bottom: 1px solid rgba(230, 236, 223, 0.18);
}

.home-dark .brand,
.home-dark nav a {
  color: #e6ecdf;
}

.home-dark nav a[aria-current="page"] {
  color: #f1f5ec;
}

.home-center-wrap {
  min-height: calc(100vh - 130px);
  display: grid;
  place-items: center;
}

.home-mark {
  margin: 0;
  font-size: clamp(2.1rem, 7vw, 5rem);
  font-weight: 500;
  color: #f1f5ec;
  letter-spacing: 0.04em;
  text-align: center;
}

.home-dark .site-footer {
  background: transparent;
  border-top: 1px solid rgba(230, 236, 223, 0.18);
}

.home-dark .site-footer p {
  color: rgba(230, 236, 223, 0.72);
}

@media (max-width: 700px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem 0;
  }

  nav a {
    margin-left: 0;
    margin-right: 0.85rem;
  }

  .section {
    padding-top: 2.2rem;
  }

  .home-hero {
    padding: 4rem 0 2.1rem;
  }

  .home-note {
    padding: 1rem 0 2.2rem;
  }
}
