:root {
  --paper: #faf8f3;
  --paper-soft: #ffffff;
  --sage: #e7e7dc;
  --sage-strong: #d3c5ba;
  --lilac: #d9dce0;
  --lilac-soft: #eef1e9;
  --ink: #21241d;
  --muted: #5b6052;
  --accent: #4c5a3d;
  --accent-deep: #3c4730;
  --accent-soft: #dfe3d6;
  --line: rgba(76, 90, 61, 0.22);
  --blue: #eef1e9;
  --blue-deep: #4c5a3d;
  --green: #2f6b3f;
  --clay: #4c5a3d;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(33, 36, 29, 0.08);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.56;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga";
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: 0;
  pointer-events: none;
}

body::before {
  left: 50%;
  top: 56vh;
  width: 118vw;
  height: 280px;
  background: url("assets/line-form.svg") center / 100% 100% no-repeat;
  opacity: 0.24;
  transform: translateX(-50%);
}

body::after {
  right: -96px;
  top: 112px;
  width: 460px;
  height: 360px;
  background: url("assets/organic-ring.svg") center / contain no-repeat;
  opacity: 0.46;
  transform: rotate(-14deg);
}

.background-mark {
  position: fixed;
  left: -110px;
  top: 28vh;
  z-index: 0;
  width: 300px;
  height: 230px;
  background: url("assets/organic-ring.svg") center / contain no-repeat;
  opacity: 0.24;
  transform: rotate(36deg);
  pointer-events: none;
}

.site-header,
main,
.footer {
  position: relative;
  z-index: 1;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(76, 90, 61, 0.14);
  background: rgba(250, 248, 243, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 220px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.12rem;
  line-height: 1.2;
  font-weight: 500;
}

.brand small {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.3;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 1.03rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-links .nav-cta {
  color: var(--white);
  background: var(--accent);
  padding: 9px 16px;
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--paper-soft);
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 14px;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 104px 22px;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 68px;
  padding-top: 62px;
  position: relative;
  overflow: visible;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -44px;
  top: -28px;
  z-index: 0;
  width: 190px;
  height: 148px;
  background: url("assets/organic-ring.svg") center / contain no-repeat;
  opacity: 0.3;
  transform: rotate(22deg);
  pointer-events: none;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 1px;
  height: min(520px, 62vh);
  background: rgba(76, 90, 61, 0.32);
  transform: translateY(-50%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 9%;
  z-index: 0;
  width: 118vw;
  height: 250px;
  background: url("assets/line-form.svg") center / 100% 100% no-repeat;
  opacity: 0.2;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-copy,
.hero-media {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-deep);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(76, 90, 61, 0.3);
  font-style: normal;
  text-transform: uppercase;
}

.hero .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--accent);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 6.2vw, 6.6rem);
  letter-spacing: -0.015em;
}

h2 {
  font-size: clamp(2.35rem, 3.8vw, 4rem);
  letter-spacing: -0.012em;
}

h3 {
  font-size: 1.5rem;
}

.hero-subtitle {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 650;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(76, 90, 61, 0.22);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.35);
  border-color: var(--accent);
  color: var(--accent-deep);
}

.hero-media {
  margin: 0;
  align-self: stretch;
  min-height: 520px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
  position: relative;
  background: var(--white);
  border: 1px solid rgba(76, 90, 61, 0.45);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.hero-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font-size: 1rem;
  backdrop-filter: blur(10px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.text-panel {
  max-width: 660px;
  color: #4f5447;
}

.text-panel p {
  break-inside: avoid;
  margin: 0 0 22px;
}

.compact-text p {
  margin-bottom: 0;
  line-height: 1.64;
}

.services {
  max-width: none;
  background: linear-gradient(100deg, #dbe4cd 0%, #eef1ea 65%, #e3ebd9 100%);
  border-top: 1px solid rgba(76, 90, 61, 0.16);
  border-bottom: 1px solid rgba(76, 90, 61, 0.16);
}

.services > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.card {
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(76, 90, 61, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  border: 1px solid rgba(76, 90, 61, 0.25);
  font-weight: 800;
  font-size: 0.78rem;
}

.card p,
.steps p,
.faq p,
.contact-copy p,
.local-box p {
  color: var(--muted);
}

.card h3 {
  margin-bottom: 14px;
}

.local-seo {
  padding-top: 92px;
  padding-bottom: 92px;
}

.local-box {
  display: block;
  max-width: 900px;
  padding: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #eff3e9 45%, #d9e3ca 100%);
  border: 1px solid rgba(76, 90, 61, 0.2);
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.local-box::after {
  content: "";
  position: absolute;
  right: -92px;
  top: -34px;
  width: 300px;
  height: 240px;
  background: url("assets/organic-ring.svg") center / contain no-repeat;
  opacity: 0.26;
  pointer-events: none;
}

.local-box p {
  margin: 0;
}

.local-box h2 {
  max-width: 720px;
  margin-bottom: 28px;
}

.local-box p + p {
  margin-top: 18px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.steps article {
  padding-top: 28px;
  border-top: 1px solid rgba(76, 90, 61, 0.24);
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--clay);
  color: var(--white);
  font-weight: 800;
  font-size: 0.85rem;
}

.contact {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 48px;
  align-items: start;
  max-width: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.6), transparent 42%),
    linear-gradient(120deg, #e6ecdd 0%, #d8e2c8 55%, #eef1ea 100%);
  border-top: 1px solid rgba(76, 90, 61, 0.16);
  border-bottom: 1px solid rgba(76, 90, 61, 0.16);
}

.contact > * {
  max-width: calc(var(--max) / 2);
}

.contact-copy {
  justify-self: end;
  padding-left: 22px;
}

.contact-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 2px solid var(--accent);
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink);
}

.contact-form {
  width: min(100%, 560px);
  justify-self: start;
  padding: 28px;
  border-radius: 16px;
  background: #eef0e8;
  border: 1px solid rgba(76, 90, 61, 0.2);
  box-shadow: none;
}

.contact-form label {
  display: block;
  margin: 14px 0 7px;
  color: var(--ink);
  font-weight: 700;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.88rem;
}

.contact-form label:first-child {
  margin-top: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(76, 90, 61, 0.28);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue-deep);
  box-shadow: 0 0 0 4px rgba(76, 90, 61, 0.14);
}

.contact-form .privacy-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 16px;
  color: var(--green);
  font-weight: 500;
  line-height: 1.45;
}

.contact-form .privacy-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.contact-form .privacy-consent a {
  color: var(--blue-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form button {
  width: 100%;
  margin-top: 20px;
}

.profile-links {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(76, 90, 61, 0.2);
}

.profile-links p {
  margin: 0 0 12px;
  color: var(--ink);
  font-style: italic;
}

.profile-links > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.profile-links .button {
  min-height: 44px;
  background: rgba(255, 255, 255, 0.58);
}

.form-note {
  min-height: 28px;
  margin: 14px 0 0;
  color: var(--green);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem;
}

.form-note.is-success {
  color: #2f6b3f;
}

.form-note.is-error {
  color: #b00020;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid rgba(76, 90, 61, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 600;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 22px 44px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  border-top: 1px solid rgba(76, 90, 61, 0.16);
  font-size: 1rem;
}

.footer strong {
  color: var(--ink);
}

.footer p {
  margin: 6px 0 0;
}

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

.privacy-link {
  max-width: 320px;
}

.privacy-page {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 18px;
}

.privacy-page h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}

.privacy-page p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.privacy-page .button {
  width: fit-content;
  margin-top: 12px;
}

@media (max-width: 900px) {
  body::before {
    display: block;
    top: 46vh;
    width: 140vw;
    height: 210px;
    opacity: 0.22;
  }

  body::after {
    display: block;
    right: -110px;
    top: 118px;
    width: 280px;
    height: 230px;
    opacity: 0.34;
  }

  .background-mark {
    left: -132px;
    top: 62vh;
    width: 230px;
    height: 180px;
    opacity: 0.2;
  }

  .hero-copy::before {
    left: auto;
    right: -52px;
    top: -16px;
    width: 145px;
    height: 112px;
    opacity: 0.28;
  }

  .nav {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--paper-soft);
    box-shadow: 0 20px 44px rgba(33, 36, 29, 0.1);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 12px;
  }

  .nav-links .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

  .hero,
  .contact,
  .local-box {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 34px;
  }

  .hero::before {
    display: none;
  }

  .hero::after {
    display: none;
  }

  .hero-media,
  .hero-media img {
    min-height: 380px;
  }

  .text-panel {
    column-count: 1;
  }

  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: auto;
  }

  .contact > *,
  .contact-form {
    max-width: none;
  }

  .contact-copy,
  .contact-form {
    justify-self: stretch;
  }

  .contact-copy {
    padding-left: 0;
  }

}

@media (max-width: 560px) {
  body {
    font-size: 18px;
  }

  .nav {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .brand small {
    font-size: 0.75rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
  }

  .section {
    padding: 72px 18px;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-media,
  .hero-media img {
    min-height: 420px;
  }

  .local-box,
  .contact-form {
    padding: 24px;
  }

  .profile-links > div,
  .profile-links .button {
    width: 100%;
  }

  .local-box::after {
    right: -150px;
    top: -20px;
    width: 250px;
  }

  .footer {
    flex-direction: column;
  }
}
