.brochure-page { background: var(--cream); }
.brochure-hero { position: relative; min-height: 760px; height: 92vh; overflow: hidden; background: var(--forest-dark); color: var(--white); }
.brochure-hero-image { position: absolute; inset: 0 0 0 46%; background: linear-gradient(90deg, var(--forest-dark), transparent 35%), url("assets/services/landscaping.jpg") 55% center / cover no-repeat; }
.brochure-hero::after { position: absolute; content: ""; inset: 0; background: linear-gradient(90deg, rgba(6,28,20,.98) 0%, rgba(6,28,20,.88) 40%, rgba(6,28,20,.12) 76%); }
.brochure-hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(100% - 10vw, 1320px); height: 100%; margin: auto; padding-top: 5rem; }
.brochure-hero-copy h1 { max-width: 800px; }
.brochure-hero-copy > p:not(.eyebrow) { max-width: 580px; margin: 2rem 0; color: rgba(255,255,255,.75); font-size: 1.08rem; line-height: 1.7; }
.brochure-intro { padding: clamp(5rem, 9vw, 9rem) max(5vw, calc((100vw - 1180px) / 2)); text-align: center; }
.brochure-intro h2 { max-width: 900px; margin: auto; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .98; }
.brochure-intro > p:last-child { max-width: 650px; margin: 1.5rem auto 0; color: var(--muted); line-height: 1.75; }
.brochure-services { padding: 0 max(5vw, calc((100vw - 1320px) / 2)) clamp(5rem, 10vw, 10rem); }
.brochure-service { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; min-height: 570px; margin-bottom: 2rem; background: var(--paper); }
.brochure-service.reverse .brochure-photo { order: 2; }
.brochure-service.reverse .brochure-detail { order: 1; }
.brochure-photo { position: relative; min-height: 480px; overflow: hidden; }
.brochure-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.brochure-service:hover .brochure-photo img { transform: scale(1.025); }
.brochure-photo span { position: absolute; left: 1.5rem; bottom: 1.5rem; display: grid; place-items: center; width: 3.4rem; height: 3.4rem; border-radius: 50%; color: var(--forest); background: var(--leaf); font-family: Georgia, serif; }
.brochure-detail { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 5vw, 5.5rem); }
.brochure-detail h2 { font-size: clamp(2.8rem, 4vw, 4.7rem); line-height: .98; }
.brochure-detail > p:not(.kicker) { margin: 1.5rem 0; color: var(--muted); line-height: 1.75; }
.brochure-detail ul { display: grid; gap: .75rem; margin: .5rem 0 0; padding: 0; list-style: none; }
.brochure-detail li { position: relative; padding-left: 1.5rem; color: #3b4a42; font-size: .9rem; }
.brochure-detail li::before { position: absolute; content: ""; left: 0; top: .55em; width: .55rem; height: .55rem; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 1px var(--forest); }
.brochure-contact { padding: clamp(5rem, 9vw, 9rem) max(5vw, calc((100vw - 1100px) / 2)); text-align: center; color: var(--white); background: var(--forest); }
.brochure-contact h2 { max-width: 900px; margin: auto; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .98; }
.brochure-contact > p:not(.kicker) { margin: 1.5rem auto 2rem; color: rgba(255,255,255,.7); }
.brochure-contact > div { display: flex; justify-content: center; align-items: center; gap: 1.8rem; }
.brochure-email { padding-bottom: .35rem; border-bottom: 1px solid var(--leaf); color: var(--leaf); font-size: .86rem; font-weight: 800; text-decoration: none; }

@media (max-width: 800px) {
  .brochure-hero-image { inset: 0; }
  .brochure-hero::after { background: linear-gradient(90deg, rgba(6,28,20,.9), rgba(6,28,20,.35)), linear-gradient(0deg, rgba(6,28,20,.5), transparent); }
  .brochure-service { grid-template-columns: 1fr; }
  .brochure-service.reverse .brochure-photo, .brochure-service.reverse .brochure-detail { order: initial; }
  .brochure-photo { min-height: 390px; }
}

@media (max-width: 620px) {
  .brochure-hero { min-height: 680px; height: 100svh; }
  .brochure-hero-copy { width: calc(100% - 2.4rem); }
  .brochure-hero-copy h1 { font-size: clamp(3.25rem, 16vw, 4.8rem); }
  .brochure-intro { padding: 5rem 1.2rem; }
  .brochure-services { padding: 0 1.2rem 5rem; }
  .brochure-photo { min-height: 290px; }
  .brochure-detail { padding: 2.5rem 1.5rem 3rem; }
  .brochure-contact { padding: 5rem 1.2rem; }
  .brochure-contact > div { align-items: stretch; flex-direction: column; }
}
