/* Shared visual language, aligned with the service-area page. */
body {
  background: #f8fbfc;
}
.site-header {
  box-shadow: none;
  background: rgba(248, 251, 252, 0.97);
}
.section,
.page-hero,
.trust-strip,
.testimonials-section {
  max-width: 1200px;
  margin-inline: auto;
}
.section {
  padding: 48px 28px;
}
.section:nth-of-type(odd):not(.hero):not(.trust-strip) {
  background: transparent;
}
.page-hero {
  padding: 58px 28px 32px;
  background: transparent;
  color: var(--ink);
  min-height: 0;
}
.page-hero::after {
  display: none;
}
.page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.4rem, 4.7vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
}
.page-hero .eyebrow {
  color: var(--blue-dark);
}
.page-hero .section-copy {
  color: var(--muted);
  max-width: 660px;
}
.page-hero .secondary {
  color: var(--ink);
  background: white;
}
h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}
h3 {
  line-height: 1.2;
}
.eyebrow {
  font-weight: 800;
  letter-spacing: 0.12em;
}
.section-copy {
  line-height: 1.65;
}
.section-heading {
  margin-bottom: 24px;
}
.button {
  box-shadow: none;
  min-height: 50px;
  font-weight: 800;
}
.button:hover {
  box-shadow: 0 6px 18px rgba(7, 28, 39, 0.1);
  transform: translateY(-1px);
}
.primary {
  background: var(--blue);
}
.calculator,
.booking-form,
.service-grid article,
.work-card,
.team-card,
.contact-card,
.instagram-widget,
.about-story article,
.about-story aside,
.why-grid article,
.why-us,
.review-card,
.gallery-strip figure {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  box-shadow: 0 8px 28px rgba(7, 28, 39, 0.04);
}
.service-grid article:hover,
.work-card:hover {
  box-shadow: 0 10px 28px rgba(7, 28, 39, 0.07);
}
.service-grid article h2,
.work-card h2 {
  font-size: 1.45rem;
  line-height: 1.2;
}
.calculator,
.booking-form {
  padding: 28px;
}
input,
select,
textarea {
  border-radius: 10px;
}
.estimate {
  border-radius: 14px;
  padding: 24px;
}
.estimate b {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}
.split {
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.trust-strip {
  background: transparent;
  border-bottom: 1px solid var(--line);
}
.trust-strip div {
  background: transparent;
  color: var(--ink);
  padding: 24px 28px;
}
.trust-strip span {
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
}
.trust-strip div + div::before {
  background: var(--line);
}
.about-story {
  margin-top: 0;
  gap: 24px;
}
.about-section {
  background: transparent;
}
.team-heading,
.landscaping-detail {
  margin-top: 56px;
}
.team-card {
  gap: 20px;
  padding: 26px;
}
.why-us {
  margin-top: 40px;
  padding: 28px;
}
.booking-section {
  margin-top: 12px;
  border-top: 1px solid var(--line);
}
.hero {
  width: calc(100% - 56px);
  max-width: 1144px;
  margin: 28px auto 0;
  border-radius: 24px;
  min-height: 620px;
  padding: 64px 42px;
  grid-template-columns: minmax(0, 1fr);
}
.hero-copy {
  width: 58%;
  max-width: 650px;
}
.hero-copy h1 {
  font-size: clamp(3.5rem, 6.5vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.hero-copy > p {
  background: none;
  border: none;
  padding: 0;
  backdrop-filter: none;
  font-size: 0.75rem;
}
.hero-copy > span {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 500;
}
.hero-contact span {
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 500;
}
.hero-contact a {
  font-size: 0.92rem;
}
.hero-proof {
  transform: none;
  right: 28px;
  bottom: 28px;
  width: 300px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(7, 28, 39, 0.16);
}
.hero-proof p {
  font-size: 0.8rem;
}
.hero-proof .compare-pair img {
  position: static;
  height: auto;
  aspect-ratio: 16 / 9;
}
.hero-proof figcaption {
  padding: 6px 10px;
  font-size: 0.75rem;
}
.hero-proof strong { margin-top: 10px; font-size: 1rem; }
.hero-proof p { margin-bottom: 12px; }
.testimonials-section {
  padding: 48px 28px 64px;
  background: transparent;
}
.review-heading {
  margin-bottom: 26px;
}
.testimonials-content.section {
  padding: 0;
  background: transparent;
}
.review-card {
  padding: 26px;
  align-content: start;
  grid-template-rows: auto 1fr auto;
}
.review-card blockquote {
  font-size: 1rem;
  line-height: 1.7;
}
.review-card p {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.review-card span {
  margin-top: 4px;
  font-size: 0.85rem;
}
.review-grid {
  align-items: stretch;
}
footer {
  padding-block: 28px;
}
@media (min-width: 1200px) {
  .page-hero {
    padding-right: 40%;
    min-height: 340px;
  }
  .page-proof {
    width: 27%;
    right: 28px;
    border-color: white;
    box-shadow: 0 8px 28px rgba(7, 28, 39, 0.07);
  }
}
/* A portrait photo needs its own column on wide screens, not cover cropping. */
@media (min-width: 1024px) {
  .hero {
    padding: 56px 42px;
    background: #061c27;
  }
  .hero::before, .hero::after { display: none; }
  .hero .hero-main-photo {
    left: auto;
    right: 0;
    width: 46%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
    filter: none;
  }
  .hero-copy { width: 49%; max-width: 500px; }
  .hero-copy h1 { font-size: 4rem; line-height: 1.08; letter-spacing: -.045em; }
  .hero-copy > span { max-width: 440px; font-size: 1.1rem; line-height: 1.65; }
  .hero-copy > p { letter-spacing: .09em; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { padding-inline: 18px; font-size: .92rem; }
  .hero-contact { display: grid; gap: 8px; margin-top: 24px; }
  .hero-contact span { margin-top: 0; font-size: .85rem; }
  .hero-proof { width: 260px; right: 20px; bottom: 20px; }
}
@media (max-width: 820px) {
  .split,
  .about-story {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .hero-copy {
    width: 72%;
  }
  .hero {
    min-height: 700px;
    padding-bottom: 235px;
  }
  .review-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .hero::after {
    background: linear-gradient(180deg, rgba(4,21,30,.62), rgba(4,29,41,.5) 50%, rgba(4,21,30,.9));
  }
  .section {
    padding: 34px 16px;
  }
  .page-hero {
    padding: 36px 16px 12px;
  }
  .hero {
    width: calc(100% - 32px);
    margin-top: 16px;
    min-height: 740px;
    padding: 38px 22px 230px;
    border-radius: 20px;
    align-items: start;
  }
  .hero-copy {
    width: 100%;
  }
  .hero-copy h1 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }
  .hero-copy > span {
    font-size: 1.05rem;
  }
  .hero-actions {
    margin-top: 24px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-proof {
    width: calc(100% - 32px);
    right: 16px;
    bottom: 16px;
  }
  .trust-strip div {
    padding: 20px 16px;
  }
  .calculator,
  .booking-form {
    padding: 22px 18px;
  }
  .testimonials-section {
    padding: 34px 16px 48px;
  }
  .review-card {
    padding: 24px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .team-heading,
  .landscaping-detail {
    margin-top: 38px;
  }
}
