:root {
  --green-900: #17382b;
  --green-700: #0f5d42;
  --green-100: #e8f4eb;
  --orange-600: #d36b1f;
  --orange-100: #fff1e5;
  --teal-700: #0f6b70;
  --teal-100: #e1f4f2;
  --ink: #17211d;
  --muted: #5d6861;
  --line: #dbe3de;
  --paper: #fbfcfa;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(23, 56, 43, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body::selection {
  color: var(--white);
  background: var(--green-700);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 12px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-header[data-elevated="true"] {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(23, 56, 43, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  width: 66px;
  height: 66px;
  object-fit: contain;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.24));
}

.brand-copy {
  max-width: none;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.site-header[data-elevated="true"] .brand-logo {
  filter: none;
}

.site-header[data-elevated="true"] .brand-copy {
  text-shadow: none;
}

.site-nav {
  display: flex;
  gap: 22px;
  font-size: 0.94rem;
  font-weight: 750;
}

.site-nav a,
.header-call {
  text-decoration: none;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-call {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 33, 25, 0.86) 0%, rgba(12, 33, 25, 0.67) 38%, rgba(12, 33, 25, 0.2) 70%),
    linear-gradient(0deg, rgba(12, 33, 25, 0.64), rgba(12, 33, 25, 0.05) 44%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(760px, calc(100% - 36px));
  min-height: 92vh;
  align-content: center;
  gap: 24px;
  justify-items: start;
  padding: 112px 0 56px;
  margin-left: clamp(18px, 7vw, 96px);
  text-align: left;
}

.eyebrow {
  margin: 0;
  color: var(--orange-600);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffc081;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 6vw, 5.65rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero h1 {
  max-width: none;
  font-size: clamp(2.6rem, 5vw, 4.75rem);
  line-height: 0.95;
}

.hero-title-group {
  display: grid;
  width: min(100%, 720px);
  gap: 18px;
  justify-items: start;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
  line-height: 1.18;
}

.hero-copy {
  max-width: 630px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.03rem, 1.6vw, 1.25rem);
  text-align: left;
}

.hero-primary-action {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.hero-primary-action .button {
  min-width: 230px;
}

.hero-actions,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: var(--orange-600);
  box-shadow: 0 12px 26px rgba(211, 107, 31, 0.32);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 720px;
  margin: 10px 0 0;
  text-align: left;
}

.hero-facts div {
  display: grid;
  align-content: center;
  min-height: 110px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero-facts dt {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 850;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.trust-item {
  padding: clamp(24px, 4vw, 42px);
  background: var(--white);
}

.trust-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--teal-700);
  font-size: 1.1rem;
  font-weight: 900;
}

.trust-item p {
  max-width: 360px;
  margin-bottom: 0;
  color: var(--muted);
}

.section {
  padding: clamp(72px, 10vw, 124px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  max-width: 860px;
  gap: 10px;
  margin-bottom: 32px;
}

.section-heading p:not(.eyebrow),
.about-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.service-card,
.faq-panel,
.estimate-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 56, 43, 0.08);
}

.service-card {
  min-height: 0;
  padding: clamp(20px, 2.5vw, 30px);
}

.service-card.featured {
  color: var(--white);
  border-color: transparent;
  background:
    linear-gradient(135deg, rgba(15, 93, 66, 0.96), rgba(15, 107, 112, 0.94)),
    var(--green-700);
}

.top-services-card {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
}

.service-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green-900);
  background: var(--orange-100);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card h3 {
  margin-bottom: 16px;
}

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

.featured-services {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.service-chip-list li {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid rgba(23, 56, 43, 0.12);
  border-radius: 8px;
  background: #f7fbf8;
  color: var(--green-900);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.18;
}

.service-card.featured .service-chip-list li {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.11);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.gallery-section {
  background: var(--green-100);
}

.compact {
  max-width: 760px;
}

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

.gallery-card {
  position: relative;
  display: grid;
  min-height: 330px;
  align-content: end;
  overflow: hidden;
  padding: 22px;
  border-radius: 8px;
  color: var(--white);
  isolation: isolate;
  box-shadow: var(--shadow);
  text-decoration: none;
  transform: translateY(0);
  transition:
    transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1.15),
    box-shadow 220ms ease;
}

.gallery-card:hover,
.gallery-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(23, 56, 43, 0.26);
}

.gallery-card::before,
.gallery-card::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
}

.gallery-card::before {
  background:
    linear-gradient(160deg, rgba(23, 56, 43, 0.2), rgba(23, 56, 43, 0.85)),
    url("assets/gallery/landscaping/cover.webp") center / cover;
}

.gallery-card.handyman::before {
  background-image:
    linear-gradient(160deg, rgba(23, 56, 43, 0.2), rgba(23, 56, 43, 0.85)),
    url("assets/gallery/handyman/cover.webp");
  background-position: 52% center;
}

.gallery-card.outdoor::before {
  background-image:
    linear-gradient(160deg, rgba(23, 56, 43, 0.2), rgba(23, 56, 43, 0.85)),
    url("assets/gallery/outdoorprojects/cover.webp");
  background-position: 58% center;
}

.gallery-card.before-after::before {
  background-image:
    linear-gradient(160deg, rgba(23, 56, 43, 0.16), rgba(23, 56, 43, 0.84)),
    url("assets/gallery/beforeafter/cover.png");
  background-position: center;
}

.gallery-card::after {
  background: linear-gradient(0deg, rgba(23, 56, 43, 0.78), rgba(23, 56, 43, 0.08));
}

.gallery-card span {
  margin-bottom: 10px;
  color: #ffd8af;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-card h3 {
  max-width: 260px;
  margin: 0;
}

.gallery-page {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f6faf6 0%, var(--paper) 44%, var(--green-100) 100%);
}

.gallery-hero {
  display: grid;
  min-height: 48vh;
  align-items: end;
  padding: 132px clamp(18px, 5vw, 72px) 48px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(23, 56, 43, 0.95), rgba(15, 107, 112, 0.82)),
    url("assets/gallery/landscaping/cover.webp") center / cover;
}

.gallery-hero-inner {
  max-width: 820px;
}

.gallery-hero h1 {
  margin-bottom: 18px;
}

.gallery-hero .eyebrow {
  color: #ffc081;
}

.gallery-hero p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.gallery-hero-note {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.98rem !important;
}

.project-gallery-section {
  display: grid;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 72px);
}

.project-gallery-copy {
  max-width: 840px;
}

.project-gallery-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.active-gallery-copy h2 {
  margin-bottom: 12px;
}

.gallery-tabs {
  display: flex;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scrollbar-color: var(--teal-700) transparent;
}

.gallery-tab {
  position: relative;
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(23, 56, 43, 0.14);
  border-radius: 8px;
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 20px rgba(23, 56, 43, 0.08);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition:
    transform 240ms cubic-bezier(0.2, 0.9, 0.2, 1.15),
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.gallery-tab:hover,
.gallery-tab:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(211, 107, 31, 0.45);
}

.gallery-tab[aria-selected="true"] {
  border-color: var(--orange-600);
  color: var(--white);
  background: linear-gradient(135deg, var(--green-700), var(--teal-700));
  box-shadow: 0 16px 28px rgba(23, 56, 43, 0.18);
}

.gallery-tab[aria-selected="true"]::after {
  position: absolute;
  right: 14px;
  bottom: -7px;
  left: 14px;
  height: 3px;
  border-radius: 999px;
  content: "";
  background: var(--orange-600);
}

.gallery-browser {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(23, 56, 43, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 42px rgba(23, 56, 43, 0.1);
  outline: none;
}

.gallery-browser:focus-visible {
  outline: 3px solid rgba(15, 107, 112, 0.35);
  outline-offset: 8px;
}

.gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  padding: 4px;
  scrollbar-color: var(--teal-700) transparent;
}

.gallery-thumbnail {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 8px;
  padding: 0;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(23, 56, 43, 0.13);
  cursor: pointer;
  transition:
    transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1.15),
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.gallery-thumbnail:hover,
.gallery-thumbnail:focus-visible {
  transform: translateY(-4px) scale(1.02);
}

.gallery-thumbnail[aria-current="true"] {
  border-color: var(--orange-600);
  box-shadow:
    0 0 0 4px rgba(211, 107, 31, 0.16),
    0 16px 28px rgba(23, 56, 43, 0.18);
}

.gallery-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-empty {
  grid-column: 1 / -1;
  min-width: min(100%, 420px);
  margin: 0;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
}

.gallery-slideshow {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(10px, 2vw, 18px);
  align-items: center;
}

.gallery-stage {
  min-width: 0;
  margin: 0;
}

.gallery-stage.is-switching .gallery-image-wrap {
  animation: gallery-bounce 390ms cubic-bezier(0.2, 0.9, 0.2, 1.15);
}

.gallery-image-wrap {
  position: relative;
  display: grid;
  min-height: clamp(280px, 50vw, 620px);
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(23, 56, 43, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(225, 244, 242, 0.7)),
    var(--white);
  box-shadow: var(--shadow);
}

.gallery-image-wrap img {
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-fit: cover;
}

.before-after-display {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  height: 100%;
}

.before-after-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.before-after-panel span {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(23, 56, 43, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-empty {
  max-width: 520px;
  margin: 0;
  padding: 22px;
  color: var(--muted);
  font-size: 1.05rem;
  text-align: center;
}

.gallery-stage figcaption {
  min-height: 28px;
  margin-top: 12px;
  color: var(--green-900);
  font-weight: 850;
  text-align: center;
}

.gallery-counter {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.gallery-arrow {
  display: inline-grid;
  width: clamp(46px, 6vw, 62px);
  height: clamp(46px, 6vw, 62px);
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--green-700);
  box-shadow: 0 14px 30px rgba(23, 56, 43, 0.22);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  cursor: pointer;
  transition:
    transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1.15),
    background 180ms ease,
    opacity 180ms ease;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  transform: translateY(-3px) scale(1.04);
  background: var(--teal-700);
}

.gallery-arrow:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@keyframes gallery-bounce {
  0% {
    opacity: 0.72;
    transform: translateX(16px) scale(0.985);
  }
  70% {
    opacity: 1;
    transform: translateX(-3px) scale(1.008);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

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

.faq-panel {
  padding: 12px;
}

.faq-panel h3 {
  padding: 14px 14px 4px;
}

details {
  border-top: 1px solid var(--line);
}

summary {
  min-height: 54px;
  padding: 16px 14px;
  font-weight: 850;
  cursor: pointer;
}

details p {
  padding: 0 14px 18px;
  margin: 0;
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 620px);
  gap: clamp(22px, 4vw, 48px);
  padding: clamp(44px, 7vw, 76px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(23, 56, 43, 0.98), rgba(15, 107, 112, 0.88)),
    var(--green-900);
}

.contact-copy {
  display: grid;
  gap: 14px;
  align-self: center;
}

.contact-copy .eyebrow {
  color: #ffc081;
}

.contact-copy h2 {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.contact-copy p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: var(--white);
  text-decoration: none;
}

.share-qr-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  max-width: 430px;
  margin-top: 2px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 5px solid var(--orange-600);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.share-qr-card img {
  display: block;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  background: var(--white);
}

.share-qr-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.share-qr-card .share-qr-title {
  margin-bottom: 4px;
  color: var(--white);
  font-weight: 850;
}

.estimate-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  padding: clamp(18px, 3vw, 26px);
  color: var(--ink);
}

.estimate-form label {
  display: grid;
  gap: 5px;
  font-size: 0.88rem;
  font-weight: 850;
}

.estimate-form .wide,
.honey-field,
.form-note,
.form-button,
.form-status {
  grid-column: 1 / -1;
}

.honey-field {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cfd9d2;
  border-radius: 8px;
  padding: 9px 11px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(15, 107, 112, 0.2);
  border-color: var(--teal-700);
}

.form-note,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.turnstile-shell {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbf8;
}

.turnstile-copy {
  display: grid;
  gap: 3px;
}

.turnstile-copy strong {
  color: var(--teal-900);
  font-size: 0.95rem;
}

.turnstile-copy span {
  color: var(--muted);
  font-size: 0.88rem;
}

.form-button {
  width: fit-content;
  border: 0;
}

.form-button:disabled {
  opacity: 0.68;
  cursor: wait;
  transform: none;
}

.thank-you-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(24px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(23, 56, 43, 0.98), rgba(15, 107, 112, 0.88)),
    var(--green-900);
}

.thank-you-card {
  display: grid;
  max-width: 720px;
  gap: 16px;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.thank-you-card img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.thank-you-card .eyebrow {
  color: #ffc081;
}

.thank-you-card h1 {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}

.thank-you-card p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.82);
  background: #10241c;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 850;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .service-grid,
  .gallery-grid,
  .about-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-services-card {
    grid-template-columns: 1fr;
  }

  .featured-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header {
    gap: 12px;
    padding: 10px 14px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand {
    gap: 8px;
  }

  .brand-copy {
    font-size: clamp(0.78rem, 3.6vw, 0.9rem);
  }

  .header-call {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0;
  }

  .header-call::after {
    content: "Call";
    font-size: 0.86rem;
  }

  .hero {
    min-height: 100vh;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 33, 25, 0.9), rgba(12, 33, 25, 0.66)),
      linear-gradient(0deg, rgba(12, 33, 25, 0.72), rgba(12, 33, 25, 0.18));
  }

  .hero-content {
    width: calc(100% - 28px);
    min-height: 100vh;
    gap: 18px;
    padding-top: 94px;
    padding-bottom: 38px;
    margin-left: 14px;
  }

  .hero h1 {
    font-size: clamp(2rem, 9.2vw, 3.25rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-primary-action .button {
    width: min(100%, 300px);
  }

  .hero-facts,
  .trust-band,
  .gallery-grid,
  .estimate-form {
    grid-template-columns: 1fr;
  }

  .hero-facts div {
    min-height: 88px;
  }

  .service-card,
  .gallery-card {
    min-height: 260px;
  }

  .service-card {
    min-height: 0;
  }

  .service-chip-list,
  .featured-services {
    grid-template-columns: 1fr;
  }

  .gallery-tabs,
  .gallery-thumbnails {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .gallery-thumbnails {
    grid-auto-columns: minmax(96px, 124px);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .gallery-slideshow {
    position: relative;
    display: block;
  }

  .gallery-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }

  .gallery-arrow:hover,
  .gallery-arrow:focus-visible {
    transform: translateY(-50%) scale(1.04);
  }

  .gallery-arrow.previous {
    left: 10px;
  }

  .gallery-arrow.next {
    right: 10px;
  }

  .before-after-display {
    grid-template-columns: 1fr;
  }

  .form-button {
    width: 100%;
  }

  .share-qr-card {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 12px;
  }

  .share-qr-card img {
    width: 108px;
    height: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
