/* D C Garden Services - Hemel Hempstead, Hertfordshire
   Bespoke build · Fraunces + Inter · Botanical green + ochre + cream
   Composition: photo-wall hero (7 photos), testimonial wall, gradient text */

:root{
  --leaf: #3f5d3a;
  --leaf-deep: #2a4327;
  --leaf-soft: #7a9670;
  --ochre: #c4a04d;
  --ochre-deep: #a08236;
  --ink: #1a1f1a;
  --ink-2: #2c322c;
  --ink-soft: #5a605a;
  --cream: #faf6ec;
  --cream-deep: #f0e9d4;
  --line: #d9d2bd;
  --paper: #fdfaf2;
}

*{box-sizing:border-box; margin:0; padding:0;}
html{ scroll-behavior:smooth; }
body{
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 17px; line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; height:auto; display:block; }
a{ color: var(--leaf-deep); text-decoration: none; }
a:hover{ color: var(--ochre-deep); }
.container{ width: min(1160px, 92vw); margin: 0 auto; }

.site-header{
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
}
.hd{ display:flex; align-items:center; justify-content:space-between; padding:18px 0; gap:22px; }
.bm{ display:flex; align-items:baseline; gap:14px; color:var(--ink); text-decoration:none; }
.bm .nm{
  font-family: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  letter-spacing: -.01em;
  line-height: 1.05;
  color: var(--leaf-deep);
  font-variation-settings: "opsz" 24, "SOFT" 50;
}
.bm .nm em{ font-style: italic; color: var(--ochre-deep); font-weight: 500; }
.bm .sub{
  display: none;
  font-size: .66rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--ink-soft);
  padding-left: 14px; border-left: 1px solid var(--line);
}
@media (min-width:760px){ .bm .sub{ display:inline-block; } }

.nv{ display:none; list-style:none; gap:26px; align-items:center; }
@media (min-width:880px){ .nv{ display:flex; } }
.nv a{ color: var(--ink); font-size: .9rem; font-weight: 500; padding: 6px 0; position: relative; }
.nv a:hover, .nv a[aria-current="page"]{ color: var(--ochre-deep); }
.nv a::after{ content:''; position:absolute; left:0; bottom:-3px; width:0; height:2px; background:var(--ochre); transition: width .22s ease; }
.nv a:hover::after, .nv a[aria-current="page"]::after{ width:100%; }

.phone-leaf{
  display:inline-flex; align-items:center; gap:10px;
  background: var(--leaf); color:#fff;
  padding: 11px 20px; font-weight:600; font-size:.9rem;
  border-radius: 999px;
}
.phone-leaf:hover{ background: var(--leaf-deep); color:#fff; }
.phone-leaf svg{ width:14px; height:14px; }

.menu-btn{ display:inline-flex; flex-direction:column; gap:5px; background:transparent; border:0; padding:8px; cursor:pointer; }
@media (min-width:880px){ .menu-btn{ display:none; } }
.menu-btn span{ width:24px; height:2px; background:var(--ink); }
.mn{ display:none; background:var(--paper); border-bottom:1px solid var(--line); }
.mn.open{ display:block; }
.mn ul{ list-style:none; padding:8px 24px 24px; }
.mn li{ border-bottom:1px solid var(--line); }
.mn a{ display:block; padding:14px 0; color:var(--ink); font-weight:500; }

/* HERO - photo wall + overlay headline */
.hero{
  position: relative;
  padding: 0;
  background: var(--leaf-deep);
}
.photo-wall{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 78vh;
  min-height: 540px;
  gap: 0;
}
@media (max-width: 720px){
  .photo-wall{ grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 1fr); min-height: 80vh; }
}
.photo-wall .tile{
  background-size: cover; background-position: center;
  position: relative;
}
.photo-wall .tile::after{
  content: '';
  position: absolute; inset: 0;
  background: rgba(20,30,20,.45);
}
.hero-overlay{
  position: absolute;
  bottom: 60px; left: 50%; transform: translateX(-50%);
  width: min(840px, 90vw);
  background: var(--cream);
  padding: 48px 48px 44px;
  text-align: center;
  border-top: 6px solid var(--ochre);
  box-shadow: 0 24px 60px rgba(20,30,20,.3);
}
@media (max-width: 720px){
  .hero-overlay{ padding: 32px 26px 28px; bottom: 24px; }
}
.hero-eyebrow{
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .72rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--ochre-deep); font-weight: 600;
  margin-bottom: 18px;
}
.hero-eyebrow::before, .hero-eyebrow::after{
  content:''; width: 32px; height: 1px; background: var(--ochre);
}
.hero h1{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.1; letter-spacing: -.015em;
  color: var(--leaf-deep);
  margin-bottom: 18px;
  font-variation-settings: "opsz" 48, "SOFT" 80;
}
.hero h1 em{ font-style: italic; color: var(--ochre-deep); }
.hero p.lede{
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  color: var(--ink-2);
  margin-bottom: 28px;
  max-width: 600px; margin-left: auto; margin-right: auto;
}
.hero-act{ display:inline-flex; gap:12px; flex-wrap:wrap; justify-content:center; }

.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding: 13px 26px;
  font-size: .9rem; font-weight: 600;
  letter-spacing: .04em;
  text-decoration:none; cursor:pointer; border:0;
  transition: transform .15s ease, background .2s ease, color .2s ease;
}
.btn-leaf{ background: var(--leaf); color: #fff; }
.btn-leaf:hover{ background: var(--leaf-deep); transform: translateY(-1px); color: #fff; }
.btn-ochre{ background: var(--ochre); color: var(--ink); }
.btn-ochre:hover{ background: var(--ochre-deep); color: #fff; }
.btn-outline{ background: transparent; color: var(--leaf-deep); border: 2px solid var(--leaf-deep); }
.btn-outline:hover{ background: var(--leaf-deep); color: #fff; }
.btn-light{ background: var(--cream); color: var(--ink); }
.btn-light:hover{ background: var(--cream-deep); }

/* Trust strip */
.trust{
  background: var(--leaf-deep);
  color: var(--cream);
  padding: 26px 0;
}
.tr-row{
  display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:34px;
  font-size: .82rem; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 500;
}
.tr-row strong{ color: var(--ochre); font-weight: 700; }
.tr-row .dot{ width:5px; height:5px; background:var(--ochre); border-radius:50%; }

section{ padding: 88px 0; }
@media (max-width:720px){ section{ padding: 64px 0; } }

.section-head{ max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-head .eyebrow{
  display:inline-block;
  font-size: .74rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--ochre-deep); font-weight: 600;
  margin-bottom: 14px;
}
.section-head h2{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08; letter-spacing: -.015em;
  color: var(--leaf-deep);
  margin-bottom: 14px;
  font-variation-settings: "opsz" 36;
}
.section-head h2 em{ font-style: italic; color: var(--ochre-deep); }
.section-head p.kicker{ font-size: 1.05rem; color: var(--ink-soft); max-width: 560px; margin: 0 auto; }

/* Services - 4 categories */
.services{ background: var(--cream); }
.svc-cards{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width:880px){ .svc-cards{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width:560px){ .svc-cards{ grid-template-columns: 1fr; } }
.svc-card{
  background: var(--paper);
  text-decoration:none; color: var(--ink);
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .2s ease, box-shadow .25s ease;
}
.svc-card:hover{ transform: translateY(-4px); box-shadow: 0 18px 36px rgba(20,30,20,.12); color: var(--ink); }
.svc-card .pic{
  aspect-ratio: 4/3;
  background-size: cover; background-position: center;
}
.svc-card .body{ padding: 24px 24px 28px; flex: 1; display:flex; flex-direction:column; }
.svc-card h3{
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.3rem; font-weight: 600;
  margin-bottom: 8px;
  color: var(--leaf-deep);
}
.svc-card p{ color: var(--ink-soft); font-size: .92rem; flex: 1; }
.svc-card .arrow{
  margin-top: 16px;
  font-size: .76rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ochre-deep); font-weight: 600;
}
.svc-card .arrow::after{ content: ' →'; }

/* About strip */
.about{ background: var(--paper); }
.about-row{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px; align-items: center;
}
@media (max-width:880px){ .about-row{ grid-template-columns: 1fr; gap: 40px; } }
.about p{ color: var(--ink-2); font-size: 1.04rem; margin-bottom: 18px; line-height: 1.7; }
.about p.lead{
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: 1.45rem; line-height: 1.5;
  color: var(--leaf-deep); margin-bottom: 22px;
}
.est-card{
  background: var(--leaf-deep);
  color: var(--cream);
  padding: 40px 36px;
  text-align: center;
  position: relative;
}
.est-card::before{
  content:'';
  position:absolute; top:-12px; left:50%; transform:translateX(-50%);
  width: 60px; height: 60px;
  background: var(--ochre);
  display:block;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
.est-card .big{
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(3rem, 6vw, 4.6rem);
  font-weight: 500;
  color: var(--ochre);
  line-height: 1;
  margin: 14px 0 6px;
}
.est-card .lbl{
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(250,246,236,.78);
  margin-bottom: 26px;
}
.est-card .since{
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--cream);
}
.est-card .name{
  margin-top: 22px; padding-top: 22px;
  border-top: 1px solid rgba(196,160,77,.3);
  font-size: .88rem;
  color: var(--cream-deep);
}
.est-card .name strong{ color: var(--ochre); display:block; font-size:1rem; margin-bottom:4px; font-weight:600; }

/* Testimonials wall */
.testimonials{ background: var(--leaf-deep); color: var(--cream); }
.testimonials .section-head .eyebrow{ color: var(--ochre); }
.testimonials .section-head h2{ color: #fff; }
.testimonials .section-head h2 em{ color: var(--ochre); }
.testimonials .section-head p.kicker{ color: rgba(250,246,236,.7); }
.tw-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width:720px){ .tw-grid{ grid-template-columns: 1fr; } }
.tw-card{
  background: rgba(250,246,236,.06);
  border-left: 3px solid var(--ochre);
  padding: 26px 28px;
}
.tw-card .qm{
  font-family: 'Fraunces', Georgia, serif;
  font-size: 2.4rem;
  color: var(--ochre);
  line-height: 1;
  margin-bottom: 8px;
}
.tw-card p{
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: 1.05rem; line-height: 1.55;
  color: var(--cream);
}

/* CTA */
.cta-band{
  background: var(--ochre);
  color: var(--ink);
  padding: 80px 0;
  text-align: center;
}
.cta-band h2{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.1; margin-bottom: 18px;
}
.cta-band h2 em{ font-style: italic; color: var(--leaf-deep); }
.cta-band p{ max-width: 540px; margin: 0 auto 30px; font-size: 1.04rem; color: rgba(26,31,26,.78); }
.cta-band .btns{ display:inline-flex; gap:12px; flex-wrap:wrap; justify-content:center; }
.cta-band .btn-leaf{ background: var(--leaf-deep); color: var(--ochre); }
.cta-band .btn-light{ background: var(--cream); }

/* Contact */
.contact{ background: var(--paper); padding: 80px 0; }
.c-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px; align-items: start;
}
@media (max-width:880px){ .c-grid{ grid-template-columns: 1fr; gap: 40px; } }
.c-form{
  background: var(--cream); padding: 40px 36px;
  border-top: 4px solid var(--leaf);
}
.c-form .row{ display:grid; gap:16px; margin-bottom:16px; grid-template-columns: 1fr 1fr; }
@media (max-width:600px){ .c-form .row{ grid-template-columns:1fr; } }
.c-form label{
  display:block;
  font-size:.72rem; letter-spacing:.18em; text-transform:uppercase;
  color: var(--ink-soft); font-weight:600;
  margin-bottom:6px;
}
.c-form input, .c-form select, .c-form textarea{
  width:100%; padding:12px 14px;
  border:1px solid var(--line); background: var(--paper);
  font-family:inherit; font-size:1rem; color: var(--ink); border-radius:0;
}
.c-form input:focus, .c-form select:focus, .c-form textarea:focus{
  outline: 2px solid var(--leaf); outline-offset: -2px;
}
.c-form textarea{ min-height:130px; resize:vertical; }
.c-form button{ width:100%; margin-top:12px; }
.c-form .promise{ margin-top:14px; font-size:.8rem; color: var(--ink-soft); }
.c-info h3{
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.7rem; font-weight: 500;
  color: var(--leaf-deep);
  margin-bottom: 22px;
}
.c-info dl{ display:grid; grid-template-columns: 100px 1fr; row-gap:16px; align-items:baseline; }
.c-info dt{
  font-size:.7rem; letter-spacing:.2em; text-transform:uppercase;
  color: var(--ochre-deep); font-weight:700;
}
.c-info dd a{ color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.c-info dd a:hover{ color: var(--ochre-deep); }
.c-map{ margin-top:28px; border:1px solid var(--line); }
.c-map iframe{ width:100%; border:0; display:block; }

/* Page hero (sub) */
.page-hero{
  background: var(--leaf-deep);
  color: var(--cream);
  padding: 88px 0 60px;
  position: relative; overflow: hidden;
}
.page-hero::after{
  content: '';
  position: absolute;
  bottom: -50px; right: -50px;
  width: 200px; height: 200px;
  background: var(--ochre);
  opacity: .1;
  border-radius: 50%;
}
.page-hero h1{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  line-height: 1.08; margin-bottom: 16px;
  font-variation-settings: "opsz" 48;
}
.page-hero h1 em{ font-style: italic; color: var(--ochre); }
.page-hero p{ color: rgba(250,246,236,.82); max-width: 560px; font-size: 1.05rem; }
.page-hero .crumbs{
  font-size:.74rem; letter-spacing:.26em; text-transform:uppercase;
  color: var(--ochre); margin-bottom:22px;
}
.page-hero .crumbs a{ color: var(--ochre); }

.sub-body{ background: var(--paper); padding: 80px 0; }
.sub-narrow{ max-width: 760px; margin: 0 auto; }
.sub-narrow p{ font-size: 1.06rem; margin-bottom: 18px; color: var(--ink-2); line-height: 1.7; }
.sub-narrow p.lead{
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: 1.45rem; line-height: 1.5;
  color: var(--leaf-deep); margin-bottom: 28px;
}
.sub-narrow h2{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 36px 0 16px;
  color: var(--leaf-deep);
}

/* Footer */
.site-footer{
  background: var(--ink);
  color: rgba(250,246,236,.7);
  padding: 60px 0 24px;
  text-align: center;
}
.foot-mark{
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.55rem; font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  font-variation-settings: "opsz" 36;
}
.foot-mark em{ font-style: italic; color: var(--ochre); }
.foot-tag{
  font-size:.76rem; letter-spacing:.26em; text-transform:uppercase;
  color: rgba(250,246,236,.45);
  margin-bottom: 28px;
}
.foot-links{ display:flex; justify-content:center; gap:24px; flex-wrap:wrap; margin-bottom: 22px; }
.foot-links a{ color: rgba(250,246,236,.7); font-size:.92rem; }
.foot-links a:hover{ color:#fff; }
.foot-contact{ display:flex; justify-content:center; gap:22px; flex-wrap:wrap; font-size:.9rem; color: rgba(250,246,236,.7); }
.foot-contact a{ color: rgba(250,246,236,.7); }
.foot-contact a:hover{ color:#fff; }
.foot-bottom{
  margin-top:36px; padding-top:20px;
  border-top:1px solid rgba(255,255,255,.06);
  font-size:.78rem; color: rgba(250,246,236,.4);
}

.sticky-call{
  position:fixed; bottom:14px; left:14px; right:14px;
  background: var(--leaf); color:#fff;
  padding:13px 18px; font-weight:600; font-size:.94rem;
  display:flex; justify-content:space-between; align-items:center;
  z-index:50; text-decoration:none;
  border-radius:999px;
  box-shadow: 0 14px 28px rgba(63,93,58,.4);
}
.sticky-call:hover{ color:#fff; }
@media (min-width:900px){ .sticky-call{ display:none; } }
