/* ---- Living Soil ---- */
:root {
  --ink: #2c2418;
  --ink-soft: #5c5342;
  --cream: #faf6ec;
  --cream-deep: #f1ead9;
  --leaf: #4c8a54;
  --leaf-dark: #2e5d3b;
  --soil: #3e3226;
  --gold: #e8b64c;
  --radius: 20px;
  --shadow: 0 10px 30px rgba(44, 36, 24, 0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}

h1, h2, h3 { font-family: "Fraunces", Georgia, serif; font-weight: 600; line-height: 1.12; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); letter-spacing: -0.02em; }
h1 em { color: var(--leaf-dark); font-style: italic; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); letter-spacing: -0.01em; }
h3 { font-size: 1.22rem; margin-bottom: 0.5rem; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--leaf);
  margin-bottom: 0.9rem;
}

/* ---- Nav ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 236, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(44, 36, 24, 0.08);
}
.nav {
  max-width: 1120px; margin: 0 auto; padding: 0.9rem 1.4rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand {
  display: flex; align-items: center; gap: 0.7rem;
  color: var(--ink); text-decoration: none;
}
.brand-logo {
  width: 54px; height: 54px; object-fit: contain;
  flex: 0 0 auto;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.3rem; font-weight: 600;
}
.brand-tag {
  font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 500;
}
.nav-links { display: flex; align-items: center; gap: 1.4rem; }
.nav-links a { color: var(--ink-soft); text-decoration: none; font-size: 0.95rem; font-weight: 500; }
.nav-links a:hover { color: var(--leaf-dark); }
.nav-phone {
  font-weight: 600 !important; color: var(--leaf-dark) !important;
  font-size: 1.02rem !important; white-space: nowrap;
}

/* ---- Icons (Lucide) ---- */
.icon {
  width: 1.15em; height: 1.15em;
  flex: 0 0 auto;
  vertical-align: -0.18em;
  stroke: currentColor; fill: none;
}

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  background: var(--leaf-dark); color: #fff !important;
  padding: 0.85rem 1.7rem; border-radius: 999px;
  text-decoration: none; font-weight: 600; font-size: 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-shadow: 0 4px 14px rgba(46, 93, 59, 0.28);
}
.btn:hover { background: var(--leaf); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(46, 93, 59, 0.32); }
.btn-small { padding: 0.55rem 1.2rem; font-size: 0.9rem; }
.btn-ghost {
  background: transparent; color: var(--leaf-dark) !important;
  border: 2px solid var(--leaf-dark); box-shadow: none;
}
.btn-ghost:hover { background: rgba(46, 93, 59, 0.08); }
.btn-light { background: var(--cream); color: var(--leaf-dark) !important; box-shadow: none; }
.btn-light:hover { background: #fff; }
.btn-wide { width: 100%; max-width: 22rem; min-height: 58px; font-size: 1.1rem; }
.btn-call { display: inline-flex; align-items: center; gap: 0.55rem; white-space: nowrap; }
button.btn { font-family: inherit; border: none; cursor: pointer; }
button.btn-ghost { background: transparent; border: 2px solid var(--leaf-dark); }
.services-cta, .steps-cta { text-align: center; margin-top: 2.5rem; }
.steps-cta { text-align: left; }

/* ---- Hero ---- */
.hero {
  max-width: 1120px; margin: 0 auto;
  padding: 4.5rem 1.4rem 3.5rem;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center;
}
.lede { font-size: 1.18rem; color: var(--ink-soft); margin: 1.3rem 0 2rem; max-width: 34rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-photo {
  width: 100%; height: 100%; min-height: 320px; max-height: 480px;
  object-fit: cover; border-radius: 24px;
  box-shadow: var(--shadow); display: block;
}

/* ---- Parallax bands ---- */
.parallax {
  min-height: 46vh;
  display: grid; place-items: center;
  background-size: cover; background-position: center;
  position: relative;
}
.parallax::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(30, 32, 20, 0.42);
}
.parallax-1 { background-image: url("images/sunlit-garden.jpg"); }
.parallax-2 { background-image: url("images/iris-meadow.jpg"); }
.parallax-content { position: relative; padding: 4rem 1.4rem; max-width: 46rem; text-align: center; }
.parallax-quote {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  font-style: italic; line-height: 1.4;
  color: #fff; text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
/* True parallax on larger screens only — fixed backgrounds are unreliable on mobile Safari/Chrome */
@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .parallax { background-attachment: fixed; min-height: 54vh; }
}

/* ---- Trust bar ---- */
.trust { background: var(--soil); color: var(--cream); }
.trust-inner {
  max-width: 1120px; margin: 0 auto; padding: 1.6rem 1.4rem;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center;
}
.trust-inner div { display: flex; flex-direction: column; gap: 0.15rem; }
.trust-inner strong { font-family: "Fraunces", Georgia, serif; font-size: 1.05rem; }
.trust-inner span { font-size: 0.85rem; opacity: 0.75; }

/* ---- Sections ---- */
.section { max-width: 1120px; margin: 0 auto; padding: 5rem 1.4rem; }
.section-alt { max-width: none; background: var(--cream-deep); }
.section-alt > * { max-width: 1120px; margin-left: auto; margin-right: auto; }
.section-alt { padding: 5rem 1.4rem; }
.section-head { text-align: center; max-width: 42rem; margin: 0 auto 3rem; }
.section-lede { color: var(--ink-soft); margin-top: 0.9rem; font-size: 1.05rem; }

/* ---- Service cards ---- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.card {
  background: #fff; border-radius: var(--radius); padding: 1.8rem;
  box-shadow: 0 4px 16px rgba(44, 36, 24, 0.06);
  border: 1px solid rgba(44, 36, 24, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-icon {
  font-size: 1.6rem; width: 3.2rem; height: 3.2rem;
  display: grid; place-items: center;
  background: var(--cream-deep); border-radius: 14px; margin-bottom: 1.1rem;
}
.card p { color: var(--ink-soft); font-size: 0.97rem; }

/* ---- Approach ---- */
.approach {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3.5rem; align-items: center;
}
.approach-text > p { color: var(--ink-soft); margin: 1rem 0 1.8rem; max-width: 32rem; }
.steps { list-style: none; display: flex; flex-direction: column; gap: 1.1rem; }
.steps li { display: flex; gap: 1rem; align-items: flex-start; }
.steps div { color: var(--ink-soft); }
.steps strong { color: var(--ink); }
.step-num {
  flex: 0 0 auto; width: 2rem; height: 2rem; border-radius: 50%;
  background: var(--leaf-dark); color: #fff;
  display: grid; place-items: center;
  font-weight: 600; font-size: 0.9rem; margin-top: 0.15rem;
}
.approach-art img {
  width: 100%; height: 100%; max-height: 520px; object-fit: cover;
  border-radius: 24px; box-shadow: var(--shadow); display: block;
}

/* ---- Gallery ---- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.tile {
  aspect-ratio: 4 / 3; border-radius: var(--radius);
  position: relative; overflow: hidden;
  box-shadow: 0 4px 16px rgba(44, 36, 24, 0.08);
  transition: transform 0.18s ease;
}
.tile:hover { transform: scale(1.02); }
.tile img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.tile:hover img { transform: scale(1.06); }
.tile figcaption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.6rem 1.1rem 0.8rem;
  background: linear-gradient(transparent, rgba(30, 24, 15, 0.78));
  color: #fff; font-size: 0.9rem; font-weight: 500;
}

/* ---- Testimonials ---- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.quotes blockquote {
  background: #fff; border-radius: var(--radius); padding: 1.8rem;
  box-shadow: 0 4px 16px rgba(44, 36, 24, 0.06);
  display: flex; flex-direction: column; gap: 1rem;
}
.quotes p { font-family: "Fraunces", Georgia, serif; font-size: 1.08rem; line-height: 1.5; }
.quotes cite { color: var(--ink-soft); font-style: normal; font-size: 0.9rem; }

/* ---- Contact / CTA ---- */
.cta { background: var(--leaf-dark); color: var(--cream); text-align: center; }
.contact-inner { max-width: 620px; margin: 0 auto; padding: 4.5rem 1.4rem 5rem; }
.contact-lede { margin: 1rem 0 2rem; opacity: 0.92; font-size: 1.1rem; }

/* Big click-to-call — the primary action for older visitors */
.phone-button {
  display: inline-flex; align-items: center; gap: 1rem;
  background: var(--cream); color: var(--leaf-dark);
  padding: 1.1rem 2.2rem; border-radius: 999px;
  text-decoration: none; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, background 0.15s ease;
}
.phone-button:hover, .phone-button:focus-visible { background: #fff; transform: translateY(-2px); }
.phone-icon {
  width: 2rem; height: 2rem;
  flex: 0 0 auto;
  stroke: currentColor; fill: none;
  stroke-width: 2;
}
.phone-text { display: flex; flex-direction: column; text-align: left; line-height: 1.25; }
.phone-label { font-size: 0.85rem; opacity: 0.75; }
.phone-number {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.7rem; font-weight: 600; letter-spacing: 0.01em;
  white-space: nowrap;
}

.contact-or {
  margin: 1.8rem 0 1.2rem; opacity: 0.7;
  font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.12em;
}
.contact-email { margin-top: 1.6rem; font-size: 1rem; opacity: 0.9; }
.contact-email a { color: var(--cream); font-weight: 600; }

/* ---- Enquiry form ---- */
.form-card {
  background: var(--cream); color: var(--ink);
  border-radius: var(--radius); padding: 2rem 1.8rem;
  text-align: left; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.field { margin-bottom: 1.3rem; }
.field label {
  display: block; margin-bottom: 0.5rem;
  font-size: 1.05rem; font-weight: 600; color: var(--ink);
}
.optional { font-weight: 400; color: var(--ink-soft); font-size: 0.95rem; }
.field input, .field textarea {
  width: 100%; font-family: inherit; font-size: 1.15rem; color: var(--ink);
  padding: 0.9rem 1rem; background: #fff;
  border: 2px solid #cfc7b4; border-radius: 12px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field input { min-height: 56px; }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--leaf);
  box-shadow: 0 0 0 4px rgba(76, 138, 84, 0.22);
}
.field input.invalid, .field textarea.invalid { border-color: #b3402f; }
.field textarea { resize: vertical; line-height: 1.5; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-note { font-size: 0.95rem; color: var(--ink-soft); margin-bottom: 1.2rem; }

.submit-button {
  width: 100%; min-height: 62px;
  font-family: inherit; font-size: 1.2rem; font-weight: 600;
  color: #fff; background: var(--leaf-dark);
  border: none; border-radius: 999px; cursor: pointer;
  box-shadow: 0 4px 14px rgba(46, 93, 59, 0.3);
  transition: background 0.15s ease, transform 0.15s ease;
}
.submit-button:hover:not(:disabled) { background: var(--leaf); transform: translateY(-2px); }
.submit-button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.submit-button:disabled { opacity: 0.65; cursor: default; }

.form-status {
  margin-top: 1rem; font-size: 1.02rem; text-align: center; color: #a5372a;
}
.form-status:empty { display: none; }

.form-success { text-align: center; padding: 1.5rem 0; }
.success-tick {
  width: 3.4rem; height: 3.4rem;
  margin: 0 auto 0.9rem;
  display: block;
  /* the sprite strokes with currentColor, so set colour (not stroke) here */
  color: var(--leaf);
  fill: none;
}
.form-success h3 { color: var(--leaf-dark); margin-bottom: 0.7rem; font-size: 1.35rem; }
.form-success p { color: var(--ink-soft); }
.form-success a { color: var(--leaf-dark); font-weight: 600; }

/* ---- Service areas strip (low-key, for SEO) ---- */
.areas-strip { background: var(--cream-deep); border-top: 1px solid rgba(44, 36, 24, 0.07); }
.areas-strip-inner {
  max-width: 900px; margin: 0 auto; padding: 3rem 1.4rem; text-align: center;
}
.areas-strip h2 {
  font-size: 1.15rem; color: var(--ink-soft); font-weight: 500;
  margin-bottom: 1rem;
}
.areas-list {
  font-size: 0.88rem; color: var(--ink-soft); opacity: 0.85;
  line-height: 2; max-width: 780px; margin: 0 auto;
}
.areas-strip .areas-note {
  margin-top: 1.2rem; font-size: 0.95rem; color: var(--ink-soft);
}

/* ---- Contact dialog ---- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(28, 24, 16, 0.62);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 1.2rem; overflow-y: auto;
}
.modal-backdrop[hidden] { display: none; }
.modal {
  position: relative;
  background: var(--cream); color: var(--ink);
  width: 100%; max-width: 30rem; margin: auto;
  border-radius: var(--radius); padding: 2.2rem 1.8rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.modal h2 { font-size: 1.7rem; margin-bottom: 0.6rem; }
.modal-lede { color: var(--ink-soft); margin-bottom: 1.6rem; font-size: 1.02rem; }
.modal .contact-or {
  color: var(--ink-soft); margin: 1.5rem 0 1.2rem;
  font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.12em;
}
.modal form { text-align: left; }
.modal-close {
  position: absolute; top: 0.6rem; right: 0.9rem;
  width: 44px; height: 44px;
  font-size: 2rem; line-height: 1; color: var(--ink-soft);
  background: none; border: none; cursor: pointer; border-radius: 50%;
}
.modal-close:hover { background: rgba(44, 36, 24, 0.08); color: var(--ink); }
.phone-button-modal {
  background: var(--leaf-dark); color: var(--cream);
  box-shadow: 0 4px 14px rgba(46, 93, 59, 0.3);
}
.phone-button-modal:hover, .phone-button-modal:focus-visible { background: var(--leaf); }
.phone-button-modal .phone-label { color: rgba(250, 246, 236, 0.8); }

/* ---- Footer ---- */
.footer { background: var(--soil); color: rgba(250, 246, 236, 0.75); font-size: 0.92rem; }
.footer-inner {
  max-width: 1120px; margin: 0 auto; padding: 2.2rem 1.4rem 1.4rem;
  display: flex; justify-content: space-between; gap: 1.4rem; flex-wrap: wrap;
}
.footer-brand { display: flex; flex-direction: column; gap: 0.2rem; }
.footer-brand strong {
  font-family: "Fraunces", Georgia, serif; font-size: 1.25rem; color: var(--cream);
}
.footer-brand span { font-size: 0.85rem; opacity: 0.75; }
.footer-contact { display: flex; flex-direction: column; gap: 0.45rem; }
.footer-contact a {
  color: var(--cream); text-decoration: none; font-size: 1.02rem;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.footer-contact a:hover { text-decoration: underline; }
.footer-base {
  max-width: 1120px; margin: 0 auto; padding: 1rem 1.4rem 1.8rem;
  border-top: 1px solid rgba(250, 246, 236, 0.14);
  font-size: 0.82rem; opacity: 0.65;
}

/* ---- Responsive ---- */
@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; padding-top: 2.5rem; }
  .approach { grid-template-columns: 1fr; }
  .cards, .quotes { grid-template-columns: 1fr 1fr; }
  .trust-inner { grid-template-columns: 1fr 1fr; }
  /* Drop the section links, but never the phone number. */
  .nav-links a:not(.nav-phone) { display: none; }
  .nav-links { gap: 0.8rem; }
}

@media (max-width: 620px) {
  .cards, .quotes, .gallery { grid-template-columns: 1fr; }
  .brand-text { display: none; }
  .brand-logo { width: 60px; height: 60px; }
  .nav { padding: 0.6rem 1rem; }
  .nav-phone { font-size: 1.15rem !important; }
  .nav-links .btn-small { padding: 0.5rem 1rem; font-size: 0.85rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { text-align: center; justify-content: center; }
  .modal { padding: 2rem 1.2rem; }
  .phone-number { font-size: 1.5rem; }
  .areas-list { font-size: 0.82rem; line-height: 1.9; }
  .footer-inner { flex-direction: column; }
}

@media (max-width: 380px) {
  .nav-phone { font-size: 1rem !important; }
  .brand-logo { width: 50px; height: 50px; }
}
