:root {
  --ink: #151713;
  --muted: #6c716b;
  --paper: #f4f2eb;
  --cream: #fbfaf4;
  --line: #d7d3c8;
  --green: #243922;
  --moss: #73872f;
  --sage: #d9e1cf;
  --stone: #b9b2a3;
  --earth: #6f624f;
  --sun: #8ea837;
  --water: #9fc7ca;
  --shadow: 0 28px 80px rgba(23, 26, 22, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 2vw, 28px);
  padding: 22px clamp(18px, 4vw, 56px);
  color: #ffffff;
  background: linear-gradient(180deg, rgba(23, 26, 22, 0.74), rgba(23, 26, 22, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
  max-width: 250px;
  min-width: 0;
}

.brand-logo {
  width: 62px;
  height: 62px;
  object-fit: cover;
  object-position: 38% 15%;
  border-radius: 4px;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.32));
}

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

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

.brand small {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand span {
  min-width: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 26px);
  font-size: clamp(0.74rem, 0.84vw, 0.88rem);
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-nav a {
  opacity: 0.92;
  transition: opacity 180ms ease;
}

.main-nav a:hover {
  opacity: 1;
}

@media (max-width: 1280px) {
  .main-nav {
    display: none;
  }

  .hero-logo {
    width: 100vw;
    height: clamp(320px, 42vw, 560px);
    max-height: none;
    margin: 0 0 clamp(56px, 7vw, 96px) 50%;
    transform: translateX(-50%);
    object-fit: cover;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  font-weight: 900;
}

.whatsapp-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #ffffff;
  background: #1f8f4d;
  border-radius: 4px;
  font-weight: 950;
}

.header-whatsapp {
  box-shadow: 0 12px 28px rgba(31, 143, 77, 0.28);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  align-items: end;
  overflow: hidden;
  color: #ffffff;
  background: var(--green);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 8, 7, 0.9), rgba(6, 8, 7, 0.52) 48%, rgba(6, 8, 7, 0.15)),
    linear-gradient(0deg, rgba(6, 8, 7, 0.83), transparent 48%);
  z-index: 2;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 23%, rgba(142, 168, 55, 0.72), transparent 15%),
    linear-gradient(150deg, #111512 0%, #263621 48%, #7d8c47 100%);
}

.garden-layer {
  position: absolute;
}

.lawn {
  right: -8%;
  bottom: -24%;
  width: 86%;
  height: 56%;
  background: linear-gradient(135deg, #89a25d, #2f5a39);
  border-radius: 52% 0 0 0;
}

.terrace {
  right: 7%;
  bottom: 15%;
  width: 38%;
  height: 24%;
  background:
    repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 28px),
    linear-gradient(135deg, #c8b89f, #8f806d);
  clip-path: polygon(22% 0, 100% 22%, 82% 100%, 0 78%);
}

.water {
  right: 20%;
  bottom: 24%;
  width: 21%;
  height: 13%;
  background: linear-gradient(135deg, rgba(159, 199, 202, 0.92), rgba(64, 114, 121, 0.92));
  border-radius: 999px;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.35);
}

.path {
  left: 38%;
  bottom: -14%;
  width: 34%;
  height: 62%;
  background:
    repeating-linear-gradient(18deg, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 32px),
    linear-gradient(180deg, #d7ccb6, #897a68);
  clip-path: polygon(42% 0, 68% 0, 94% 100%, 0 100%);
}

.tree {
  bottom: 22%;
  width: 18vw;
  min-width: 180px;
  height: 28vw;
  min-height: 270px;
  background: radial-gradient(circle at 50% 24%, #668551 0 32%, #315338 33% 62%, transparent 63%);
  filter: blur(0.2px);
}

.tree::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 16px;
  height: 48%;
  background: #5d402b;
}

.tree-one {
  left: 48%;
}

.tree-two {
  right: 5%;
  bottom: 18%;
  transform: scale(0.82);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: calc(100% - clamp(40px, 8vw, 128px));
  margin: 0 auto clamp(54px, 9vw, 112px);
}

.hero-logo {
  display: block;
  width: min(1720px, calc(100vw - 40px));
  max-width: none;
  height: auto;
  max-height: min(52vh, 760px);
  margin: 0 auto clamp(56px, 7vw, 96px);
  transform: none;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.42));
}

@media (min-width: 1800px) {
  .hero-logo {
    width: min(1860px, calc(100vw - 56px));
    max-height: min(56vh, 820px);
  }
}

.eyebrow,
.kicker {
  margin: 0 0 14px;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.2rem, 7.6vw, 8.8rem);
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
}

h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 5.6rem);
  font-weight: 900;
  line-height: 0.98;
}

.hero-copy p:not(.eyebrow) {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
}

.hero-copy .hero-lead {
  max-width: 760px;
  margin-top: 18px;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.6vw, 2.35rem);
  font-weight: 850;
  line-height: 1.1;
}

.hero-copy .hero-context {
  max-width: 820px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.hero-service-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 12px;
  max-width: 1260px;
  margin-top: 30px;
}

.hero-service-badges a {
  display: grid;
  gap: 8px;
  min-height: 144px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 4px;
  backdrop-filter: blur(10px);
}

.hero-service-badges span {
  color: var(--sun);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-service-badges strong {
  color: #ffffff;
  font-size: clamp(1.28rem, 1.95vw, 2rem);
  line-height: 1.04;
  text-wrap: balance;
}

.hero-service-badges small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.35;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.button.light {
  color: var(--green);
  background: #ffffff;
}

.button.dark {
  width: 100%;
  color: #ffffff;
  background: var(--green);
}

.intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 112px);
  padding: clamp(84px, 11vw, 150px) clamp(20px, 6vw, 92px);
  background: var(--cream);
}

.intro p:last-child,
.freiraeume-copy p,
.contact p,
.values p,
.steps p {
  color: var(--muted);
  font-size: 1.05rem;
}

.intro p:last-child {
  max-width: 820px;
  margin: 28px 0 0;
}

.division-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.division-card {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 6vw, 72px);
}

.galabau-division {
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(17, 21, 18, 0.78), rgba(17, 21, 18, 0.94)),
    radial-gradient(circle at 80% 18%, rgba(142, 168, 55, 0.42), transparent 24%),
    linear-gradient(135deg, #23351f, #111512);
}

.caretaker-division {
  color: var(--ink);
  background: var(--cream);
}

.division-card h2 {
  margin-bottom: 24px;
}

.galabau-division h2 {
  color: #ffffff;
}

.caretaker-division h2 {
  font-size: clamp(2.7rem, 4.8vw, 4.8rem);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
}

.division-card p:not(.eyebrow) {
  max-width: 680px;
  color: inherit;
  opacity: 0.78;
  font-size: 1.08rem;
}

.division-card ul {
  display: grid;
  gap: 12px;
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.division-card li {
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  font-weight: 850;
  opacity: 0.86;
}

.division-card a {
  display: inline-flex;
  width: fit-content;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: 950;
}

.galabau-division a {
  color: var(--green);
  background: #ffffff;
}

.caretaker-division a {
  color: #ffffff;
  background: var(--green);
}

.availability {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  padding: clamp(70px, 9vw, 120px) clamp(20px, 6vw, 92px);
  background: var(--paper);
}

.availability p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.availability-card {
  padding: clamp(24px, 4vw, 38px);
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(17, 21, 18, 0.9), rgba(17, 21, 18, 0.96)),
    radial-gradient(circle at 80% 10%, rgba(142, 168, 55, 0.42), transparent 28%);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.availability-card span {
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.availability-card strong {
  display: block;
  margin-top: 22px;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1;
}

.availability-card p {
  color: rgba(255, 255, 255, 0.74);
}

.availability-card a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 0 18px;
  color: #ffffff;
  background: #1f8f4d;
  border-radius: 4px;
  font-weight: 950;
}

.competence,
.garden-build,
.process,
.faq {
  padding: clamp(82px, 11vw, 150px) clamp(20px, 6vw, 92px);
}

.section-title {
  margin-bottom: clamp(32px, 6vw, 72px);
}

.competence-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.competence-card {
  display: grid;
  min-height: 270px;
  align-content: end;
  gap: 12px;
  padding: 28px;
  background: var(--cream);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, transform 180ms ease;
}

.competence-card:hover {
  background: #ffffff;
  transform: translateY(-4px);
}

.competence-card strong {
  font-size: 1.35rem;
}

.competence-card small {
  color: var(--muted);
  font-size: 0.96rem;
}

.icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.freiraeume {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  padding: clamp(84px, 11vw, 150px) clamp(20px, 6vw, 92px);
  background: #dfe7d5;
}

.freiraeume-copy p {
  max-width: 640px;
  margin: 28px 0;
}

.text-link {
  color: var(--green);
  font-weight: 950;
}

.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.project-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--green);
  box-shadow: var(--shadow);
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(14, 20, 16, 0.7), transparent 48%),
    var(--visual);
}

.project-card.photo-card::before {
  background: linear-gradient(0deg, rgba(14, 20, 16, 0.72), transparent 58%);
  z-index: 1;
}

.project-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 48% 58%;
}

.green-card {
  --visual:
    radial-gradient(circle at 70% 20%, #d8aa47, transparent 18%),
    radial-gradient(circle at 35% 62%, #315338 0 24%, transparent 25%),
    linear-gradient(135deg, #8ba963, #294b35);
}

.stone-card {
  --visual:
    repeating-linear-gradient(90deg, rgba(255,255,255,.16) 0 2px, transparent 2px 44px),
    linear-gradient(135deg, #897a68, #cfc3ac 58%, #587247 59%);
}

.project-card span {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 2;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 950;
}

.garden-build {
  background:
    linear-gradient(180deg, rgba(17, 21, 18, 0.78), rgba(17, 21, 18, 0.92)),
    radial-gradient(circle at 76% 20%, rgba(142, 168, 55, 0.44), transparent 24%),
    linear-gradient(135deg, #2a3925, #151713);
  color: #ffffff;
}

.garden-build .section-title h2 {
  color: #ffffff;
}

.garden-build-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.garden-build-grid article {
  min-height: 260px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.07);
}

.garden-build-grid strong {
  display: block;
  max-width: 12ch;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.garden-build-grid p {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.personal-brand {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.48fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
  padding: clamp(84px, 11vw, 150px) clamp(20px, 6vw, 92px);
  background: var(--cream);
}

.brand-statement p:not(.eyebrow) {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.founder-card {
  display: grid;
  gap: 1px;
  overflow: hidden;
  padding: 1px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(21, 23, 19, 0.9), rgba(21, 23, 19, 0.96)),
    radial-gradient(circle at 80% 10%, rgba(142, 168, 55, 0.42), transparent 28%);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.founder-person {
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.06);
}

.highlight-person {
  background: rgba(142, 168, 55, 0.13);
}

.founder-mark {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: var(--sun);
  font-size: 1.55rem;
  font-weight: 950;
}

.founder-role {
  margin: 0 0 8px;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.founder-card h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.founder-card p:not(.founder-role) {
  color: rgba(255, 255, 255, 0.72);
}

.founder-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 18px;
  color: #ffffff;
  background: #1f8f4d;
  border-radius: 4px;
  font-weight: 950;
}

.brand-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.brand-principles article {
  min-height: 270px;
  padding: clamp(28px, 4vw, 50px);
  background: var(--paper);
}

.brand-principles span {
  display: block;
  margin-bottom: 44px;
  color: var(--green);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 950;
  line-height: 1;
}

.brand-principles p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.caretaker-service {
  padding: clamp(82px, 11vw, 150px) clamp(20px, 6vw, 92px);
  background: var(--cream);
}

.caretaker-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.caretaker-grid article {
  min-height: 300px;
  padding: clamp(24px, 4vw, 38px);
  background: #ffffff;
}

.caretaker-grid span {
  display: block;
  margin-bottom: 46px;
  color: var(--sun);
  font-weight: 950;
}

.caretaker-grid strong {
  display: block;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.caretaker-grid p {
  margin: 28px 0 0;
  color: var(--muted);
}

.project-finder {
  padding: clamp(82px, 11vw, 150px) clamp(20px, 6vw, 92px);
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(17, 21, 18, 0.78), rgba(17, 21, 18, 0.94)),
    radial-gradient(circle at 78% 18%, rgba(142, 168, 55, 0.38), transparent 24%),
    linear-gradient(135deg, #23351f, #111512);
}

.project-finder .section-title h2 {
  color: #ffffff;
}

.finder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.finder-grid button {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: clamp(22px, 4vw, 32px);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.finder-grid button:hover,
.finder-grid button:focus-visible {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.44);
  outline: none;
}

.finder-grid span {
  color: var(--sun);
  font-weight: 950;
}

.finder-grid strong {
  display: block;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.05;
}

.finder-grid small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  line-height: 1.35;
}

.service-area {
  padding: clamp(82px, 11vw, 150px) clamp(20px, 6vw, 92px);
  background: var(--paper);
}

.service-area > div {
  max-width: 980px;
}

.service-area h2 {
  max-width: 11ch;
}

.service-area p:not(.eyebrow) {
  max-width: 860px;
  color: var(--muted);
  font-size: 1.08rem;
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.values div {
  min-height: 250px;
  padding: clamp(26px, 4vw, 48px);
  background: var(--cream);
}

.values span {
  display: block;
  margin-bottom: 42px;
  color: var(--earth);
  font-weight: 950;
}

.values strong {
  display: block;
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
}

.references {
  padding: clamp(82px, 11vw, 150px) clamp(20px, 6vw, 92px);
  background: var(--cream);
}

.reference-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(420px, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

.reference-layout > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.reference-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.reference-list span {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 22px;
  background: #ffffff;
  font-weight: 850;
}

.reviews {
  padding: clamp(82px, 11vw, 150px) clamp(20px, 6vw, 92px);
  background: var(--paper);
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
}

.review-sample {
  display: grid;
  gap: 18px;
}

.review-summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.review-summary strong {
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  line-height: 1;
}

.review-summary span {
  max-width: 260px;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: right;
}

.review-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.review-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.review-stars {
  color: var(--sun);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.review-card blockquote {
  margin: 26px 0;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 850;
  line-height: 1.28;
  text-align: left;
}

.review-card cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.google-review-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #ffffff;
  background: var(--green);
  border-radius: 4px;
  font-weight: 950;
}

.review-refresh {
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  color: var(--green);
  background: transparent;
  border: 1px solid var(--green);
  border-radius: 4px;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.review-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(23, 26, 22, 0.1);
}

.review-note {
  min-height: 1.4em;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--line);
  list-style: none;
}

.steps li {
  min-height: 230px;
  padding: clamp(26px, 4vw, 44px);
  background: var(--cream);
}

.steps span {
  display: block;
  margin-bottom: 46px;
  color: var(--green);
  font-size: clamp(1.5rem, 2.4vw, 2.6rem);
  font-weight: 950;
}

.faq {
  background: #111512;
  color: #ffffff;
}

.faq .section-title h2 {
  color: #ffffff;
}

.faq-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.faq details {
  background: #1d241d;
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 82px;
  padding: 24px clamp(20px, 4vw, 38px);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--sun);
  font-size: 1.7rem;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "-";
}

.faq details p {
  max-width: 920px;
  margin: 0;
  padding: 0 clamp(20px, 4vw, 38px) 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
}

.photo-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 6vw, 82px);
  align-items: end;
  padding: clamp(76px, 10vw, 128px) clamp(20px, 6vw, 92px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(36, 57, 34, 0.96), rgba(36, 57, 34, 0.82)),
    radial-gradient(circle at 82% 20%, rgba(142, 168, 55, 0.54), transparent 24%);
}

.photo-cta h2 {
  color: #ffffff;
}

.photo-cta p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.1rem;
}

.photo-cta-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: #ffffff;
  background: #1f8f4d;
  border-radius: 4px;
  box-shadow: 0 18px 45px rgba(16, 72, 39, 0.34);
  font-weight: 950;
  white-space: nowrap;
}

.quick-whatsapp {
  padding: clamp(76px, 10vw, 128px) clamp(20px, 6vw, 92px);
  background: var(--cream);
}

.quick-whatsapp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.quick-whatsapp-grid a {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: clamp(22px, 4vw, 32px);
  color: #ffffff;
  background: #1f8f4d;
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(16, 72, 39, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.quick-whatsapp-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(16, 72, 39, 0.24);
}

.quick-whatsapp-grid span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 950;
}

.quick-whatsapp-grid strong {
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.quick-whatsapp-grid small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.35;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.68fr);
  gap: clamp(34px, 7vw, 100px);
  padding: clamp(84px, 11vw, 150px) clamp(20px, 6vw, 92px);
  color: #ffffff;
  background: var(--green);
}

.contact .eyebrow {
  color: var(--sun);
}

.contact p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  font-weight: 900;
}

.contact-list a,
.contact-list span {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
}

.newsletter-modal[hidden] {
  display: none;
}

.newsletter-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 12, 0.68);
  backdrop-filter: blur(8px);
}

.newsletter-panel {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(24px, 5vw, 42px);
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 6px;
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.32);
}

.newsletter-panel h2 {
  max-width: 9ch;
  margin-bottom: 18px;
  font-size: clamp(2rem, 7vw, 4.2rem);
}

.newsletter-panel p {
  color: var(--muted);
}

.newsletter-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.newsletter-form {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.newsletter-consent {
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.newsletter-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  color: var(--ink);
  background: var(--cream);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: #40483f;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 15px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--green) 50%),
    linear-gradient(135deg, var(--green) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(36, 63, 46, 0.16);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 6vw, 92px);
  color: #4d564e;
  background: var(--paper);
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-page {
  background: var(--cream);
}

.legal-header {
  color: var(--ink);
  background: rgba(251, 250, 244, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.legal-header .header-cta {
  color: var(--green);
  border-color: var(--green);
}

.legal-main {
  padding-top: 112px;
}

.legal-hero,
.legal-content {
  padding-inline: clamp(20px, 6vw, 92px);
}

.legal-hero {
  padding-top: clamp(72px, 10vw, 128px);
  padding-bottom: 44px;
}

.legal-hero h1 {
  max-width: none;
  color: var(--ink);
  font-size: clamp(3.8rem, 8vw, 8rem);
}

.legal-content {
  display: grid;
  gap: 1px;
  max-width: 1080px;
  padding-bottom: clamp(82px, 11vw, 140px);
}

.legal-content article {
  padding: clamp(24px, 4vw, 40px);
  background: #ffffff;
  border: 1px solid var(--line);
}

.legal-content h2 {
  margin-bottom: 18px;
  font-size: clamp(1.4rem, 2.4vw, 2.35rem);
}

.legal-content p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
}

.legal-content a {
  color: var(--green);
  font-weight: 850;
}

@media (max-width: 1050px) {
  .main-nav {
    display: none;
  }

  .hero-logo {
    height: clamp(260px, 50vw, 420px);
    margin-bottom: 44px;
  }

  .hero-service-badges {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .hero-service-badges a {
    min-height: 0;
  }

  .hero-service-badges strong {
    font-size: clamp(1.32rem, 4vw, 2rem);
  }

  .intro,
  .division-split,
  .availability,
  .freiraeume,
  .personal-brand,
  .photo-cta,
  .service-area,
  .reviews-layout,
  .reference-layout,
  .contact {
    grid-template-columns: 1fr;
  }

  .competence-grid,
  .garden-build-grid,
  .brand-principles,
  .caretaker-grid,
  .finder-grid,
  .quick-whatsapp-grid,
  .review-list,
  .reference-list,
  .values,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 720px) {
  .site-header {
    justify-content: space-between;
    gap: 10px;
    padding: 14px 14px;
    background: rgba(17, 21, 18, 0.92);
    backdrop-filter: blur(14px);
  }

  .brand {
    gap: 8px;
    max-width: 200px;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

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

  .brand small {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }

  .header-actions {
    gap: 8px;
    flex-shrink: 0;
  }

  .whatsapp-link,
  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4.25rem);
    max-width: 12ch;
  }

  .hero-copy {
    width: calc(100% - 36px);
    margin: 0 auto 36px;
  }

  .hero-logo {
    width: calc(100vw - 36px);
    height: auto;
    max-height: min(34vh, 300px);
    margin: 0 auto 32px;
    transform: none;
    object-fit: contain;
    object-position: center;
  }

  .hero-copy .hero-lead {
    font-size: clamp(1.18rem, 6vw, 1.8rem);
  }

  .hero-copy .hero-context {
    font-size: 0.98rem;
  }

  .hero-service-badges {
    margin-top: 22px;
  }

  .hero-service-badges a {
    padding: 15px;
  }

  .hero-service-badges strong {
    font-size: clamp(1.35rem, 9vw, 2.25rem);
  }

  .hero-service-badges small {
    font-size: 0.92rem;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

  .intro,
  .availability,
  .freiraeume,
  .personal-brand,
  .service-area,
  .project-finder,
  .contact,
  .competence,
  .garden-build,
  .process,
  .faq,
  .caretaker-service {
    padding-inline: 18px;
  }

  .intro {
    gap: 18px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .intro h2 {
    max-width: none;
    font-size: clamp(1.9rem, 8.1vw, 2.6rem);
    line-height: 0.98;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .intro p:last-child {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .division-card {
    min-height: 0;
    padding: 28px 18px;
  }

  .division-card h2,
  .caretaker-division h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    line-height: 0.96;
  }

  .division-card p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.55;
  }

  .division-card ul {
    margin: 26px 0;
  }

  .competence-grid,
  .garden-build-grid,
  .brand-principles,
  .caretaker-grid,
  .finder-grid,
  .quick-whatsapp-grid,
  .review-list,
  .reference-list,
  .values,
  .steps,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .competence-card {
    min-height: 220px;
  }

  .project-card {
    min-height: 280px;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .photo-cta-button,
  .button,
  .review-refresh,
  .google-review-link {
    width: 100%;
  }

  .review-summary {
    display: grid;
  }

  .review-summary span {
    max-width: none;
    text-align: left;
  }

  .contact-form {
    min-width: 0;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .site-header {
    gap: 8px;
    padding: 12px 10px;
  }

  .brand strong {
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.78rem;
  }

  .brand small {
    display: block;
    font-size: 0.43rem;
    letter-spacing: 0.05em;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .site-header {
    align-items: center;
  }

  .header-actions {
    gap: 6px;
  }

  .whatsapp-link,
  .header-cta {
    min-width: 0;
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.74rem;
  }

  .hero {
    min-height: auto;
    padding-top: 88px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  .hero-logo {
    width: calc(100vw - 28px);
    height: auto;
    max-height: min(30vh, 220px);
    margin-bottom: 24px;
    object-position: center;
  }

  .hero-copy {
    width: calc(100% - 28px);
    margin-bottom: 30px;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .hero-copy .hero-lead {
    font-size: clamp(1.05rem, 5.4vw, 1.45rem);
    line-height: 1.16;
  }

  .hero-copy .hero-context {
    margin-top: 18px;
    font-size: 0.92rem;
  }

  .intro {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .intro h2 {
    font-size: clamp(1.72rem, 7.9vw, 2.2rem);
    line-height: 0.98;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .intro p:last-child,
  .division-card p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.52;
  }

  .division-card {
    padding: 24px 14px;
  }

  .division-card h2,
  .caretaker-division h2 {
    font-size: clamp(1.85rem, 9.4vw, 2.5rem);
    line-height: 1;
  }

  .hero-service-badges a {
    padding: 14px 14px 15px;
  }

  .hero-service-badges span {
    font-size: 0.68rem;
  }

  .hero-service-badges strong {
    font-size: clamp(1.28rem, 8vw, 1.95rem);
  }

  .eyebrow,
  .kicker {
    font-size: 0.7rem;
    letter-spacing: 0.11em;
  }

  .newsletter-panel {
    max-height: calc(100vh - 36px);
    overflow: auto;
  }

  .site-footer {
    padding-bottom: 28px;
  }
}
