:root {
  --ink: #213326;
  --muted: #667363;
  --leaf: #20f51f;
  --leaf-dark: #3f8530;
  --moss: #6c8c55;
  --sage: #dfe9d5;
  --mist: #f4f7ef;
  --clay: #c07953;
  --cream: #fbfcf7;
  --line: rgba(33, 51, 38, 0.14);
  --shadow: 0 24px 60px rgba(33, 51, 38, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(251, 252, 247, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(196px, 42vw);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  align-items: center;
  font-size: 0.94rem;
  font-weight: 600;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--leaf-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(44px, 8vw, 98px) clamp(20px, 5vw, 72px) clamp(32px, 6vw, 68px);
  overflow: hidden;
}

.hero-content {
  max-width: 710px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 8vw, 6.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  margin: 0 0 12px;
  font-size: 1.24rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 7px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
}

.button.primary {
  background: var(--ink);
  color: white;
}

.button.secondary {
  background: transparent;
}

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

.hero-visual {
  position: relative;
  min-height: min(620px, 68vh);
}

.garden-frame {
  position: relative;
  width: min(100%, 610px);
  aspect-ratio: 0.82;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(33, 51, 38, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(32, 245, 31, 0.12), transparent 34%),
    linear-gradient(35deg, #b9cfa3 0 34%, #7e9d63 34% 50%, #e1ded0 50% 61%, #8fac6f 61% 100%);
  box-shadow: var(--shadow);
}

.garden-frame::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 27% 26%, rgba(255, 255, 255, 0.32), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(33, 51, 38, 0.18), transparent 20%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 42%);
}

.terrace {
  position: absolute;
  right: 8%;
  bottom: 8%;
  width: 45%;
  height: 26%;
  border-radius: 6px;
  background:
    repeating-linear-gradient(90deg, rgba(33, 51, 38, 0.16) 0 1px, transparent 1px 22px),
    #c8b99e;
  transform: rotate(-4deg);
}

.path {
  position: absolute;
  left: 35%;
  bottom: -6%;
  width: 18%;
  height: 78%;
  border-radius: 999px 999px 0 0;
  background: #d8d1bf;
  transform: rotate(24deg);
}

.plant,
.tree,
.pond {
  position: absolute;
  border-radius: 999px;
}

.plant {
  background: rgba(64, 111, 48, 0.86);
  box-shadow: inset 0 0 0 12px rgba(32, 245, 31, 0.08);
}

.bed-one {
  left: 7%;
  top: 12%;
  width: 42%;
  height: 24%;
}

.bed-two {
  right: 5%;
  top: 35%;
  width: 34%;
  height: 28%;
}

.bed-three {
  left: 9%;
  bottom: 16%;
  width: 36%;
  height: 22%;
}

.tree {
  width: 96px;
  height: 96px;
  background: #2f6428;
  box-shadow:
    32px 22px 0 #4f8741,
    -24px 24px 0 #5d974c,
    10px -23px 0 #375f2f;
}

.tree-one {
  right: 18%;
  top: 10%;
}

.tree-two {
  left: 16%;
  top: 46%;
  transform: scale(0.8);
}

.pond {
  right: 17%;
  bottom: 36%;
  width: 25%;
  height: 13%;
  background: #8eb7a7;
  transform: rotate(-12deg);
}

.section {
  padding: clamp(58px, 9vw, 112px) clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(26px, 6vw, 72px);
  align-items: end;
  background: var(--mist);
  border-block: 1px solid var(--line);
}

.intro p:last-child,
.about p,
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(28px, 5vw, 52px);
}

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

.service-card {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.service-card span {
  display: block;
  margin-bottom: 38px;
  color: var(--leaf-dark);
  font-weight: 900;
}

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

.process {
  background: #eef3e9;
}

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

.steps li {
  min-height: 220px;
  padding: 28px;
  background: var(--cream);
}

.steps strong {
  display: block;
  margin-bottom: 18px;
  font-size: 1.08rem;
}

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

.about {
  display: grid;
  grid-template-columns: minmax(220px, 0.4fr) minmax(0, 0.8fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.portrait {
  display: grid;
  place-items: center;
  width: min(100%, 360px);
  aspect-ratio: 0.86;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 26%, var(--sage) 0 18%, transparent 19%),
    linear-gradient(160deg, var(--moss), var(--leaf-dark));
  box-shadow: var(--shadow);
}

.portrait span {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(251, 252, 247, 0.92);
  color: var(--leaf-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 700;
}

.about p {
  max-width: 720px;
  margin-top: 20px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  background: var(--ink);
  color: white;
}

.contact .eyebrow,
.contact p {
  color: #dcebd5;
}

.contact-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-panel a {
  color: white;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 800;
  text-decoration-color: rgba(32, 245, 31, 0.7);
  text-underline-offset: 5px;
}

.contact-panel p {
  margin-top: 6px;
}

footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

footer img {
  width: 142px;
  height: auto;
}

footer p {
  margin: 0;
  text-align: right;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .intro,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-visual {
    min-height: 0;
  }

  .garden-frame {
    width: min(100%, 520px);
    margin-inline: auto;
    aspect-ratio: 1.05;
  }

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

  .service-card,
  .steps li {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .brand {
    width: min(180px, 70vw);
  }

  h1 {
    font-size: clamp(2.58rem, 15vw, 4.4rem);
  }

  .hero-actions,
  footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  footer p {
    text-align: left;
  }
}
