:root {
  --ink: #13210d;
  --forest: #173611;
  --forest-2: #244f14;
  --moss: #4f7f18;
  --lime: #96bf20;
  --cream: #fff7c9;
  --paper: #f6f2dc;
  --panel: #fffbe8;
  --muted: #63705b;
  --gold: #f3c34c;
  --orange: #f2a54a;
  --line: rgba(19, 33, 13, 0.16);
  --shadow: 0 22px 70px rgba(19, 33, 13, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, rgba(246, 242, 220, 0.94), rgba(246, 242, 220, 1)),
    repeating-linear-gradient(135deg, rgba(150, 191, 32, 0.12) 0 1px, transparent 1px 18px);
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 82px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: rgba(19, 33, 13, 0.92);
  border-bottom: 1px solid rgba(255, 247, 201, 0.18);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(280px, 42vw);
  min-width: 172px;
  height: 62px;
}

.brand-logo {
  display: block;
  width: 100%;
  max-height: 62px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.28));
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.45vw, 22px);
  margin-left: auto;
  color: rgba(255, 247, 201, 0.84);
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  font-weight: 700;
}

.nav a:hover,
.mobile-nav a:hover,
.site-footer a:hover {
  color: var(--gold);
}

.header-call {
  display: inline-flex;
  justify-content: center;
  min-width: 112px;
  padding: 11px 16px;
  color: #16310f;
  font-weight: 800;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--gold), var(--orange));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 247, 201, 0.22);
  border-radius: 8px;
  background: rgba(255, 247, 201, 0.96);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--forest);
}

.mobile-nav {
  position: fixed;
  top: 82px;
  left: 0;
  right: 0;
  z-index: 19;
  display: none;
  padding: 12px 18px 18px;
  background: rgba(19, 33, 13, 0.98);
  border-bottom: 1px solid rgba(255, 247, 201, 0.16);
}

.mobile-nav a {
  display: block;
  padding: 13px 4px;
  color: var(--cream);
  font-weight: 800;
}

.mobile-nav .mobile-book-link {
  margin-top: 8px;
  padding: 13px 16px;
  color: #16310f;
  text-align: center;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--gold), var(--orange));
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--forest);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 42%;
  filter: saturate(0.9) contrast(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19, 33, 13, 0.98) 0%, rgba(23, 54, 17, 0.89) 42%, rgba(23, 54, 17, 0.34) 72%),
    repeating-linear-gradient(115deg, rgba(150, 191, 32, 0.13) 0 2px, transparent 2px 34px),
    linear-gradient(0deg, rgba(19, 33, 13, 0.36), transparent 44%);
}

.hero-content {
  position: relative;
  width: min(690px, calc(100% - 36px));
  margin: 112px 0 42px clamp(18px, 7vw, 92px);
  color: var(--cream);
}

.hero-logo {
  display: block;
  width: min(430px, 88vw);
  height: auto;
  margin: 0 0 24px -10px;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.36));
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", system-ui, sans-serif;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--cream);
  font-size: clamp(2.85rem, 7.4vw, 6.6rem);
  text-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
}

h2 {
  margin-bottom: 19px;
  font-size: clamp(2.15rem, 5vw, 4.2rem);
}

h3 {
  margin-bottom: 9px;
  font-size: 1.04rem;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy {
  max-width: 560px;
  color: rgba(255, 251, 232, 0.88);
  font-size: 1.17rem;
}

.hero-slogan {
  max-width: 640px;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: clamp(1.15rem, 2.3vw, 1.75rem);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-area {
  max-width: 650px;
  margin-bottom: 0;
  padding: 13px 15px;
  color: var(--cream);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.5;
  border: 1px solid rgba(255, 247, 201, 0.24);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: rgba(19, 33, 13, 0.58);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 21px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: #16310f;
  background: linear-gradient(180deg, var(--gold), var(--orange));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.button.secondary {
  color: var(--cream);
  background: rgba(255, 247, 201, 0.1);
  border: 1px solid rgba(255, 247, 201, 0.34);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof span {
  padding: 9px 12px;
  color: var(--cream);
  font-size: 0.84rem;
  font-weight: 800;
  border: 1px solid rgba(255, 247, 201, 0.22);
  border-radius: 8px;
  background: rgba(19, 33, 13, 0.58);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #274d13;
}

.trust-band div {
  min-height: 124px;
  padding: 28px clamp(18px, 4vw, 48px);
  background: linear-gradient(180deg, #fff9d8, #f7edb9);
  border-top: 5px solid var(--lime);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  margin-bottom: 6px;
  color: var(--forest);
  font-size: 1.2rem;
}

.trust-band span {
  color: var(--muted);
}

.section,
.quote-section {
  padding: clamp(72px, 10vw, 126px) clamp(18px, 5vw, 72px);
  scroll-margin-top: 96px;
}

.hero {
  scroll-margin-top: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.split > div:first-child p:last-child {
  max-width: 520px;
  font-size: 1.06rem;
}

.service-grid,
.service-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-groups {
  grid-template-columns: 1fr;
}

.section-cta {
  grid-column: 2;
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
}

.service-card,
.service-group,
.steps article {
  padding: 25px;
  background: var(--panel);
  border: 2px solid rgba(79, 127, 24, 0.18);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(19, 33, 13, 0.08);
}

.service-group.featured-service {
  border-color: rgba(150, 191, 32, 0.42);
}

.service-group ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.service-group li {
  position: relative;
  padding-left: 24px;
  color: var(--forest);
  font-weight: 850;
  line-height: 1.45;
}

.service-group li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--moss);
  font-weight: 900;
}

.service-icon {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--moss);
  font-weight: 900;
}

.service-includes {
  grid-column: 2;
  padding: clamp(22px, 4vw, 30px);
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(23, 54, 17, 0.98), rgba(36, 79, 20, 0.98)),
    repeating-linear-gradient(45deg, rgba(150, 191, 32, 0.12) 0 1px, transparent 1px 18px);
  border: 2px solid rgba(255, 247, 201, 0.18);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(19, 33, 13, 0.16);
}

.service-includes h3 {
  margin-bottom: 17px;
  color: var(--cream);
  font-size: 1.2rem;
}

.service-includes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-includes li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--cream);
  font-weight: 900;
  line-height: 1.3;
  border: 1px solid rgba(255, 247, 201, 0.2);
  border-radius: 8px;
  background: rgba(255, 247, 201, 0.08);
}

.service-includes li span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: var(--forest);
  font-weight: 900;
  border-radius: 50%;
  background: var(--gold);
}

.certificate-note {
  margin: 18px 0 0;
  padding: 14px 15px;
  color: var(--forest);
  font-weight: 800;
  line-height: 1.5;
  border: 1px solid rgba(79, 127, 24, 0.24);
  border-left: 5px solid var(--lime);
  border-radius: 8px;
  background: rgba(255, 251, 232, 0.88);
}

.summer-services {
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(19, 33, 13, 0.97), rgba(36, 79, 20, 0.94)),
    repeating-linear-gradient(115deg, rgba(150, 191, 32, 0.13) 0 2px, transparent 2px 34px);
}

.summer-intro {
  max-width: 820px;
  margin-bottom: 30px;
}

.summer-services h2,
.summer-services h3 {
  color: var(--cream);
}

.summer-services p {
  color: rgba(255, 251, 232, 0.78);
}

.summer-showcase {
  display: grid;
  gap: 18px;
  max-width: 1040px;
}

.summer-feature {
  display: grid;
  grid-template-columns: minmax(230px, 0.46fr) minmax(0, 0.9fr);
  gap: 18px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid rgba(255, 247, 201, 0.2);
  border-radius: 8px;
  background: rgba(255, 247, 201, 0.08);
}

.summer-feature-copy span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  color: var(--forest);
  font-weight: 900;
  border-radius: 50%;
  background: var(--gold);
}

.summer-feature-copy p {
  margin-bottom: 0;
}

.gallery-category {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.summer-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  justify-self: end;
}

.summer-photo-grid.two-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.summer-photo-grid figure {
  margin: 0;
}

.summer-photo-grid img {
  display: block;
  width: 100%;
  height: 158px;
  object-fit: cover;
  border: 1px solid rgba(255, 247, 201, 0.2);
  border-radius: 8px;
  background: rgba(255, 247, 201, 0.1);
}

.summer-photo-grid figcaption {
  margin-top: 8px;
  color: var(--cream);
  font-size: 0.88rem;
  font-weight: 900;
}

.before-after-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 880px;
  margin-top: 20px;
}

.before-after-card {
  overflow: hidden;
  border: 1px solid rgba(255, 247, 201, 0.2);
  border-radius: 8px;
  background: rgba(255, 247, 201, 0.08);
}

.before-after-card img {
  display: block;
  width: 100%;
  height: clamp(170px, 21vw, 245px);
  object-fit: contain;
  background: rgba(9, 20, 7, 0.28);
}

.before-after-card div {
  padding: 14px;
}

.before-after-card h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.before-after-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.warning-section {
  color: white;
  background:
    linear-gradient(135deg, rgba(19, 33, 13, 0.96), rgba(36, 79, 20, 0.96)),
    repeating-linear-gradient(45deg, rgba(150, 191, 32, 0.16) 0 1px, transparent 1px 18px);
}

.warning-section .eyebrow {
  color: var(--gold);
}

.warning-section h2,
.warning-section p {
  color: white;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.warning-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.warning-list article {
  position: relative;
  min-height: 170px;
  gap: 13px;
  padding: 18px;
  color: var(--cream);
  border: 1px solid rgba(255, 247, 201, 0.18);
  border-radius: 8px;
  background: rgba(255, 247, 201, 0.08);
}

.warning-list article > span {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--lime);
}

.warning-list h3 {
  color: var(--cream);
}

.warning-list p {
  margin-bottom: 0;
  color: rgba(255, 251, 232, 0.78);
  font-size: 0.95rem;
}

.problem-section {
  background: linear-gradient(180deg, var(--paper), #fffbe8);
}

.problem-section .section-heading p:last-child {
  max-width: 680px;
  font-size: 1.06rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1160px;
}

.problem-card {
  overflow: hidden;
  background: var(--panel);
  border: 2px solid rgba(79, 127, 24, 0.18);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(19, 33, 13, 0.08);
}

.problem-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #d9dcc8;
}

.problem-card div {
  padding: 18px;
}

.problem-card-text {
  min-height: 210px;
}

.problem-card-text div {
  display: grid;
  align-content: center;
  min-height: 100%;
}

.problem-card h3 {
  color: var(--forest);
}

.problem-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.process {
  background:
    linear-gradient(180deg, #fffbe8, #f7edc6),
    repeating-linear-gradient(135deg, rgba(150, 191, 32, 0.12) 0 1px, transparent 1px 18px);
}

.steps,
.process-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.steps article span,
.process-group li::before {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: white;
  font-weight: 900;
  border-radius: 50%;
  background: var(--moss);
}

.process-group {
  padding: 25px;
  background: var(--panel);
  border: 2px solid rgba(79, 127, 24, 0.18);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(19, 33, 13, 0.08);
}

.process-group h3 {
  margin-bottom: 18px;
  color: var(--forest);
  font-size: 1.14rem;
}

.process-group ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process-step;
}

.process-group li {
  position: relative;
  min-height: 88px;
  padding-left: 58px;
  counter-increment: process-step;
}

.process-group li::before {
  content: counter(process-step);
  position: absolute;
  left: 0;
  top: 2px;
  margin-bottom: 0;
}

.process-group strong {
  display: block;
  margin-bottom: 5px;
  color: var(--forest);
  font-weight: 900;
}

.process-group p {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1.28fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: start;
  background: linear-gradient(180deg, var(--paper), #fffbe8);
}

.about-photo {
  position: sticky;
  top: 108px;
}

.about-photo img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: 64% center;
  border: 2px solid rgba(79, 127, 24, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(19, 33, 13, 0.14);
}

.about-copy {
  max-width: 780px;
}

.about-copy h2 {
  color: var(--forest);
}

.about-copy p {
  margin-bottom: 15px;
}

.owner-signature {
  margin-top: 24px;
  color: var(--forest);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.45;
}

.owner-signature span {
  color: var(--moss);
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(270px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
  background: linear-gradient(180deg, #244f14, #173611);
}

.quote-copy {
  max-width: 560px;
  color: var(--cream);
}

.quote-copy h2 {
  color: var(--cream);
}

.quote-copy p {
  color: rgba(255, 251, 232, 0.78);
}

address {
  margin-top: 28px;
  color: var(--cream);
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}

address a {
  color: var(--gold);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 44px;
  margin-top: 22px;
  padding: 10px 14px;
  color: var(--cream);
  font-weight: 900;
  border: 1px solid rgba(255, 247, 201, 0.26);
  border-radius: 8px;
  background: rgba(255, 247, 201, 0.08);
}

.social-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  background: #fffbe8;
  border: 2px solid rgba(255, 247, 201, 0.5);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-size: 0.92rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(19, 33, 13, 0.2);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: #fffdf1;
}

select {
  min-height: 52px;
}

textarea {
  resize: vertical;
}

.hidden-field {
  display: none;
}

.form-status {
  min-height: 28px;
  margin: 2px 0 0;
  color: var(--forest);
  font-weight: 900;
  line-height: 1.45;
}

.button:disabled {
  opacity: 0.68;
  cursor: wait;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(217, 162, 63, 0.28);
  border-color: var(--lime);
}

.thank-you-page {
  min-height: 100svh;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(19, 33, 13, 0.96), rgba(36, 79, 20, 0.96)),
    repeating-linear-gradient(115deg, rgba(150, 191, 32, 0.13) 0 2px, transparent 2px 34px);
}

.thank-you {
  width: min(820px, calc(100% - 36px));
  min-height: 100svh;
  display: grid;
  align-content: center;
  margin: 0 auto;
  padding: 72px 0;
}

.thank-you-logo {
  width: min(430px, 86vw);
  height: auto;
  margin-bottom: 26px;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.36));
}

.thank-you h1 {
  margin-bottom: 18px;
}

.thank-you p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 251, 232, 0.84);
  font-size: 1.16rem;
}

.faq-section {
  background: linear-gradient(180deg, #fffbe8, var(--paper));
}

.faq-list {
  display: grid;
  gap: 22px;
  max-width: 980px;
}

.faq-group {
  display: grid;
  gap: 12px;
}

.faq-group h3 {
  margin: 8px 0 2px;
  color: var(--forest);
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
}

.faq-list details {
  padding: 0;
  overflow: hidden;
  border: 2px solid rgba(79, 127, 24, 0.18);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 34px rgba(19, 33, 13, 0.06);
}

.faq-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  color: var(--forest);
  font-weight: 900;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  margin-left: auto;
  color: var(--moss);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.google-reviews-section {
  padding: 70px 20px;
  text-align: center;
  background: #f8f9fa;
}

.google-reviews-container {
  max-width: 900px;
  margin: 0 auto;
}

.google-reviews-title {
  margin-bottom: 15px;
  color: #1f2937;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: 900;
}

.google-reviews-text {
  max-width: 650px;
  margin: 0 auto 35px;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.7;
}

.google-stars {
  margin-bottom: 10px;
  color: #fbbc04;
  font-size: 2rem;
  letter-spacing: 2px;
}

.google-rating {
  margin-bottom: 30px;
  color: #222;
  font-size: 1.2rem;
  font-weight: 800;
}

.google-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.google-btn-primary {
  color: white;
  background: #188038;
}

.google-btn-primary:hover {
  background: #146c2e;
  transform: translateY(-2px);
}

.google-btn-secondary {
  border: 2px solid #188038;
  color: #188038;
  background: white;
}

.google-btn-secondary:hover {
  color: white;
  background: #188038;
  transform: translateY(-2px);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--cream);
  background: #0e1c09;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  margin-top: 4px;
  color: rgba(255, 247, 201, 0.72);
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-social {
  min-height: 40px;
  margin-top: 0;
  padding: 8px 12px;
}

@media (max-width: 1180px) {
  .problem-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .problem-grid,
  .summer-photo-grid,
  .summer-photo-grid.two-up,
  .before-after-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .nav,
  .header-call {
    display: none;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .mobile-nav.open {
    display: block;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(19, 33, 13, 0.96), rgba(23, 54, 17, 0.78)),
      repeating-linear-gradient(115deg, rgba(150, 191, 32, 0.12) 0 2px, transparent 2px 30px),
      linear-gradient(0deg, rgba(19, 33, 13, 0.36), transparent 55%);
  }

  .hero-content {
    margin-left: 18px;
  }

  .hero-logo {
    width: min(330px, 78vw);
    margin-bottom: 18px;
  }

  .trust-band,
  .split,
  .about-section,
  .warning-list,
  .steps,
  .process-groups,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-group ul {
    grid-template-columns: 1fr;
  }

  .summer-feature {
    grid-template-columns: 1fr;
  }

  .summer-photo-grid {
    justify-self: stretch;
    max-width: none;
  }

  .before-after-gallery {
    max-width: none;
  }

  .section-cta {
    grid-column: 1;
    margin-top: 0;
  }

  .service-includes {
    grid-column: 1;
  }

  .about-photo {
    position: static;
  }

  .about-photo img {
    max-height: 420px;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 74px;
    padding: 8px 14px;
  }

  .brand {
    width: min(215px, 66vw);
    min-width: 0;
    height: 56px;
  }

  .brand-logo {
    max-height: 56px;
  }

  .mobile-nav {
    top: 74px;
  }

  .hero-content {
    width: calc(100% - 28px);
    margin-top: 92px;
  }

  h1 {
    font-size: 2.42rem;
    line-height: 0.98;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.24);
  }

  .hero-copy {
    font-size: 1.03rem;
  }

  .button {
    width: 100%;
  }

  .service-includes ul {
    grid-template-columns: 1fr;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .summer-photo-grid,
  .summer-photo-grid.two-up,
  .before-after-gallery {
    grid-template-columns: 1fr;
  }

  .summer-photo-grid img {
    height: 190px;
  }

  .before-after-card img {
    height: 190px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .google-buttons {
    flex-direction: column;
    align-items: center;
  }

  .google-btn {
    width: 100%;
    max-width: 320px;
  }

  .social-link {
    width: 100%;
    justify-content: center;
  }

  .footer-links {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
}
