:root {
  --black: #080806;
  --black-2: #11100c;
  --black-3: #19170f;
  --gold: #c99b45;
  --gold-2: #f2d58b;
  --gold-3: #8c672a;
  --cream: #f8f3e8;
  --muted: #c9c0ae;
  --line: rgba(242, 213, 139, 0.28);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 10%, rgba(242, 213, 139, 0.11), transparent 28%),
    linear-gradient(135deg, #080806 0%, #12100b 52%, #070706 100%);
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: .75rem 1rem;
  background: var(--gold-2);
  color: var(--black);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background .2s ease, box-shadow .2s ease;
}
.site-header.compact,
.site-header.is-scrolled {
  background: rgba(8, 8, 6, .96);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .4);
  backdrop-filter: blur(16px);
}
.top-strip {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  padding: .45rem 1rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #050504, #18130a, #050504);
  color: var(--gold-2);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
}
.nav {
  width: min(1200px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: .85rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 1px solid var(--line);
}
.brand strong,
.brand small { display: block; line-height: 1; }
.brand strong {
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  text-transform: uppercase;
}
.brand small {
  margin-top: .3rem;
  color: #fff;
  font-size: .72rem;
  letter-spacing: .08rem;
  text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 1.1rem; font-weight: 800; }
.nav-links a { color: #f8f3e8; font-size: .94rem; }
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--gold-2); }
.nav-call,
.btn-primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #11100c !important;
  box-shadow: 0 14px 34px rgba(201, 155, 69, .25);
}
.nav-call { padding: .78rem 1rem; border: 1px solid rgba(255,255,255,.12); }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.35);
  color: var(--cream);
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

h1, h2, h3, p { overflow-wrap: normal; }
p, li, dd, a, span, strong, input, textarea, select { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; line-height: 1.03; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(3.1rem, 8vw, 7rem); text-transform: uppercase; }
h2 { font-size: clamp(2rem, 4.4vw, 4rem); }
p { color: var(--muted); }
.eyebrow {
  margin: 0 0 .75rem;
  color: var(--gold-2);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12rem;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, 1.08fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  overflow: hidden;
  padding: 10rem max(1rem, calc((100vw - 1200px) / 2)) 5rem;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(242,213,139,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,213,139,.075) 1px, transparent 1px),
    radial-gradient(circle at 78% 42%, rgba(242,213,139,.14), transparent 24%),
    linear-gradient(135deg, #070706 0%, #11100c 48%, #070706 100%);
  background-size: 54px 54px, 54px 54px, auto, auto;
}
.hero-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,8,6,.85), rgba(8,8,6,.26) 58%, rgba(8,8,6,.64)),
    linear-gradient(0deg, var(--black), rgba(8,8,6,0) 40%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.hero h1 {
  max-width: 700px;
  font-size: clamp(3.2rem, 6.2vw, 5.85rem);
  word-break: keep-all;
  hyphens: none;
}
.hero-content p:not(.eyebrow) {
  max-width: 650px;
  margin: 1rem 0 0;
  color: #f8f3e8;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.55rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.15rem;
  border: 1px solid transparent;
  font-weight: 900;
  text-align: center;
}
.btn-secondary {
  border-color: var(--line);
  background: rgba(8,8,6,.64);
  color: #fff;
}
.hero-visual {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: .95rem;
  border: 1px solid rgba(242,213,139,.48);
  background: rgba(10,9,7,.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.hero-visual::before {
  content: "";
  position: absolute;
  right: -1rem;
  top: 1rem;
  width: 100%;
  height: 100%;
  border: 2px solid var(--gold);
  opacity: .8;
  z-index: -1;
}
.hero-visual figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
}
.hero-visual img {
  width: 100%;
  height: min(58vh, 640px);
  min-height: 430px;
  object-fit: cover;
  object-position: center 52%;
}
.hero-service-badge {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: .9rem 0 0;
}
.hero-service-badge span {
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-service-badge strong {
  color: #fff;
  font-size: .88rem;
  text-align: right;
}
.hero-visual dl {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 1px;
  margin: .95rem 0 0;
  background: var(--line);
}
.hero-visual dl div {
  padding: .9rem;
  background: rgba(8,8,6,.92);
}
.hero-visual dt { color: var(--muted); font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.hero-visual dd { margin: .15rem 0 0; color: var(--gold-2); font-size: 1rem; font-weight: 900; }

.signature-strip {
  display: flex;
  justify-content: center;
  gap: 0;
  border-block: 1px solid var(--line);
  background: #0b0a08;
  overflow-x: auto;
}
.signature-strip span {
  flex: 0 0 auto;
  padding: .95rem 1.35rem;
  border-right: 1px solid var(--line);
  color: var(--gold-2);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.section {
  width: min(1200px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 5.5rem 0;
}
.section-heading { max-width: 820px; margin-bottom: 2rem; }
.split-intro,
.contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 2rem;
  align-items: center;
}
.section-copy { max-width: 620px; }
.text-link {
  display: inline-block;
  margin-top: .75rem;
  color: var(--gold-2);
  font-weight: 900;
}
.image-stack {
  position: relative;
  min-height: 520px;
}
.image-stack-main,
.image-stack-float {
  position: absolute;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.image-stack-main {
  inset: 0;
  width: 100%;
  height: 100%;
}
.image-stack-float {
  right: 0;
  bottom: 0;
  width: 45%;
  height: 42%;
}

.service-showcase {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.service-slab {
  position: relative;
  grid-column: span 2;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0e0d09;
  box-shadow: 0 20px 70px rgba(0,0,0,.26);
}
.service-slab.featured-service {
  grid-column: span 3;
}
.service-slab::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8,8,6,.96), rgba(8,8,6,.56) 42%, rgba(8,8,6,.12));
}
.service-slab img,
.service-slab video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.service-slab:hover img,
.service-slab:hover video { transform: scale(1.04); }
.service-slab span,
.service-slab p {
  position: relative;
  z-index: 1;
  margin-inline: 1.15rem;
}
.service-slab span {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 900;
}
.service-slab p { margin-bottom: 1.2rem; color: #f4eee0; }
.center-action { margin-top: 1.4rem; text-align: center; }

.tree-gallery,
.roofing-gallery,
.service-gallery {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: .75rem;
  border: 0;
  background: transparent;
}
.tree-gallery figure,
.roofing-gallery figure,
.service-gallery figure {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0d0c08;
}
.tree-gallery figure:first-child,
.roofing-gallery figure:first-child,
.landscape-gallery figure:first-child {
  grid-row: span 2;
}
.tree-gallery img,
.roofing-gallery img,
.service-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compact-gallery {
  grid-template-columns: 1fr;
}
.compact-gallery figure {
  min-height: 236px;
}

.feature-panel {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 2rem;
  align-items: center;
  padding: 5.5rem max(1rem, calc((100vw - 1200px) / 2));
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(242,213,139,.08), rgba(8,8,6,.9));
}
.feature-copy { max-width: 520px; }
.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}
figure { margin: 0; }
.before-after figure,
.service-media,
.map-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0d0c08;
}
.before-after img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
figcaption {
  position: absolute;
  left: .8rem;
  bottom: .8rem;
  padding: .42rem .65rem;
  border: 1px solid var(--line);
  background: rgba(8,8,6,.86);
  color: var(--gold-2);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.quote-band {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.quote-band h2 { max-width: 780px; }

.page-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  padding: 10rem max(1rem, calc((100vw - 1200px) / 2)) 4rem;
  overflow: hidden;
}
.page-hero.simple { min-height: 410px; }
.page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.42) contrast(1.08);
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,8,6,.92), rgba(8,8,6,.42));
}
.page-hero > div { position: relative; z-index: 1; max-width: 830px; }
.page-hero h1 {
  max-width: 980px;
  font-size: clamp(2.45rem, 5.4vw, 5.1rem);
  word-break: keep-all;
  hyphens: none;
}
.page-hero p:not(.eyebrow) { max-width: 650px; color: #f8f3e8; font-size: 1.15rem; }

.service-detail {
  width: min(1200px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 4.5rem 0;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.service-detail > * {
  min-width: 0;
}
.service-detail.flip .service-media { order: 2; }
.service-media {
  min-width: 0;
}
.service-media img,
.service-media video {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.service-media.service-gallery img,
.service-media.tree-gallery img,
.service-media.roofing-gallery img {
  height: 100%;
}
.service-text ul {
  display: grid;
  gap: .6rem;
  padding: 0;
  margin: 1.2rem 0;
  list-style: none;
}
.service-text li {
  padding: .7rem .85rem;
  border-left: 2px solid var(--gold);
  background: rgba(255,255,255,.04);
  color: var(--cream);
  font-weight: 800;
}
.lux-panel,
.contact-card,
.quote-form,
.faq-page details,
.thank-you-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow: var(--shadow);
}
.lux-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.lux-panel span {
  padding: 1.4rem;
  background: #0d0c08;
  color: var(--muted);
}
.lux-panel strong {
  display: block;
  color: var(--gold-2);
  font-size: 2.4rem;
  font-family: Georgia, "Times New Roman", serif;
}
.map-card iframe { width: 100%; height: 360px; border: 0; filter: grayscale(1) contrast(1.1); }
.map-card a { display: block; padding: .9rem 1rem; color: var(--gold-2); font-weight: 900; }

.faq-page {
  display: grid;
  gap: .85rem;
  max-width: 920px;
}
.faq-page details { padding: 1.15rem 1.25rem; }
.faq-page summary { cursor: pointer; color: #fff; font-weight: 900; font-size: 1.08rem; }

.contact-layout { align-items: start; }
.contact-layout > *,
.contact-card,
.quote-form {
  min-width: 0;
}
.contact-card { padding: 1.4rem; }
.contact-methods {
  display: grid;
  gap: .75rem;
  margin: 1rem 0;
}
.contact-methods a {
  display: block;
  padding: .95rem 1rem;
  border: 1px solid var(--line);
  background: rgba(8,8,6,.72);
}
.contact-methods strong,
.contact-methods span {
  display: block;
}
.contact-methods strong {
  color: var(--gold-2);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08rem;
}
.contact-methods span {
  margin-top: .2rem;
  color: #fff;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.emergency-note {
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(201,155,69,.1);
  color: #fff;
}
.emergency-note a {
  color: var(--gold-2);
  font-weight: 900;
}
.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
  padding: 1.25rem;
}
.quote-form label {
  display: grid;
  gap: .35rem;
  color: var(--gold-2);
  font-weight: 900;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  background: #0b0a08;
  color: #fff;
  padding: .9rem;
}
.quote-form textarea { resize: vertical; }
.full { grid-column: 1 / -1; }

.thank-you-page {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  overflow: hidden;
  background: var(--black);
}
.thank-you-card {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  padding: clamp(1.2rem, 4vw, 2rem);
  text-align: left;
}
.thank-you-brand {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}
.thank-you-brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border: 1px solid var(--line);
}
.thank-you-content {
  max-width: 720px;
  padding: 2rem 0 1.2rem;
}
.thank-you-content h1 {
  font-size: clamp(2.5rem, 7vw, 5rem);
  word-break: keep-all;
  hyphens: none;
}
.thank-you-content p:not(.eyebrow) {
  color: #f8f3e8;
  font-size: 1.1rem;
}
.thank-you-next {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin: .8rem 0 1rem;
}
.thank-you-next article {
  min-height: 110px;
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(8,8,6,.72);
}
.thank-you-next strong {
  display: block;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}
.thank-you-next span {
  display: block;
  margin-top: .65rem;
  color: #fff;
  font-weight: 800;
}
.thank-you-actions {
  margin-top: 1rem;
}

.site-footer {
  padding: 3rem max(1rem, calc((100vw - 1200px) / 2)) 1rem;
  border-top: 1px solid var(--line);
  background: #070706;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 2rem;
}
.footer-grid img { width: 150px; border: 1px solid var(--line); }
.footer-grid h2 { margin: 0 0 1rem; color: var(--gold-2); font-size: 1rem; text-transform: uppercase; }
.footer-grid a,
.footer-grid p { display: block; margin: .45rem 0; color: var(--muted); }
.footer-grid a:hover,
.footer-bottom a { color: var(--gold-2); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-bottom.single { margin-top: 0; }
.sticky-quote {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: none;
  padding: .82rem 1rem;
  background: var(--gold);
  color: #11100c;
  box-shadow: var(--shadow);
  font-weight: 900;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .top-strip { display: none; }
  .site-header { background: rgba(8,8,6,.96); }
  .menu-toggle { display: block; }
  .nav { width: min(100% - 1rem, 1200px); }
  .nav-links {
    position: absolute;
    left: .5rem;
    right: .5rem;
    top: calc(100% - .2rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .6rem;
    border: 1px solid var(--line);
    background: #080806;
    box-shadow: var(--shadow);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: .9rem; border-bottom: 1px solid rgba(242,213,139,.14); }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-visual {
    width: min(100%, 680px);
  }
  .hero-visual::before {
    right: -.55rem;
    top: .55rem;
  }
  .split-intro,
  .feature-panel,
  .service-detail,
  .contact-layout,
  .quote-band {
    grid-template-columns: 1fr;
  }
  .quote-band { display: grid; }
  .service-detail.flip .service-media { order: 0; }
  .service-showcase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .service-slab,
  .service-slab.featured-service {
    width: 100%;
    grid-column: auto;
    min-height: 360px;
  }
  .tree-gallery,
  .roofing-gallery,
  .service-gallery {
    grid-template-columns: 1fr;
  }
  .tree-gallery figure:first-child,
  .roofing-gallery figure:first-child,
  .landscape-gallery figure:first-child {
    grid-row: auto;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .nav,
  .section,
  .service-detail {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 1.05rem; }
  .brand small { font-size: .62rem; }
  h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  h2 { font-size: clamp(1.85rem, 10vw, 3rem); }
  .hero h1,
  .page-hero h1,
  .thank-you-content h1 {
    font-size: clamp(2.1rem, 10vw, 3.25rem);
  }
  .section { padding: 4rem 0; }
  .hero {
    padding-top: 7.5rem;
  }
  .hero-visual {
    padding: .65rem;
  }
  .hero-visual img {
    height: 360px;
    min-height: 0;
    object-position: center 58%;
  }
  .hero-visual dl {
    grid-template-columns: 1fr;
  }
  .hero-service-badge {
    display: block;
  }
  .hero-service-badge strong {
    display: block;
    margin-top: .2rem;
    text-align: left;
  }
  .signature-strip { justify-content: start; }
  .image-stack { min-height: 390px; }
  .image-stack-main { inset: 0; width: 100%; height: 100%; }
  .service-showcase {
    display: flex !important;
    flex-direction: column !important;
  }
  .service-slab,
  .service-slab.featured-service {
    min-height: 310px;
    width: 100% !important;
  }
  .service-slab span {
    max-width: calc(100% - 2rem);
    font-size: clamp(1.55rem, 8vw, 2.15rem);
    line-height: 1.05;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
  }
  .service-slab p {
    max-width: calc(100% - 2rem);
    font-size: 1rem;
    line-height: 1.45;
  }
  .before-after,
  .lux-panel,
  .quote-form,
  .thank-you-next,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .before-after img,
  .service-media img,
  .service-media video { height: 320px; }
  .service-gallery figure,
  .tree-gallery figure,
  .roofing-gallery figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .landscape-gallery figure:first-child,
  .compact-gallery figure {
    aspect-ratio: 16 / 10;
  }
  .service-gallery img,
  .tree-gallery img,
  .roofing-gallery img {
    height: 100%;
  }
  .page-hero { min-height: 450px; padding-top: 8rem; }
  .footer-bottom { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .sticky-quote { display: none; }
}
