:root {
  --bg: #f5f7f3;
  --surface: #ffffff;
  --text: #111111;
  --muted: #5f6b66;
  --line: #d9e3dc;
  --accent: #7dff3c;
  --accent-dark: #4ab51a;
  --panel: #101412;
  --shadow: 0 18px 50px rgba(10, 20, 14, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #111513;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background-color: #111513;
  background:
    radial-gradient(circle at top left, rgba(125, 255, 60, 0.18), transparent 28%),
    linear-gradient(180deg, #f8fbf8 0%, #eef3ee 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

button,
[type="button"],
[type="submit"] {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
}

.skip-link:focus {
  left: 10px;
  z-index: 1000;
  background: var(--surface);
  padding: 0.75rem 1rem;
  border-radius: 999px;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 200;
  backdrop-filter: blur(14px);
  background:
    radial-gradient(circle at top left, rgba(125, 255, 60, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(248, 251, 248, 0.92) 0%, rgba(238, 243, 238, 0.92) 100%);
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
  width: 100%;
  left: 0;
  right: 0;
}

main > .section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #d8ff7e);
  color: #081006;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0.5rem;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.96rem;
}

.nav-menu a {
  color: var(--muted);
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--text);
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--accent), #b0ff57);
  color: #081006;
  box-shadow: 0 10px 24px rgba(125, 255, 60, 0.24);
}

.button-secondary {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--line);
}

.hero,
.page-hero {
  padding: 5rem 0 4rem;
}

.why-choose-hero {
  padding-top: 0.4rem;
  padding-bottom: 1.6rem;
  background:
    radial-gradient(circle at top center, rgba(158, 255, 89, 0.12), transparent 18%),
    linear-gradient(145deg, transparent 0 24%, rgba(92, 150, 56, 0.12) 24% 38%, transparent 38% 100%),
    linear-gradient(125deg, transparent 0 60%, rgba(170, 255, 105, 0.07) 60% 72%, transparent 72% 100%),
    linear-gradient(180deg, #171c19 0%, #222925 52%, #141815 100%);
}

.why-choose-hero .eyebrow {
  background: rgba(125, 255, 60, 0.14);
  color: #c7ff9e;
}

.why-choose-hero h1 {
  color: #f5f7f3;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.about-hero-line,
.about-hero-brand {
  display: block;
}

.about-hero-brand {
  display: inline-block;
  margin-top: 0.18rem;
  padding: 0.08em 0.36em;
  border-radius: 14px;
  background: linear-gradient(135deg, #8dff46 0%, #cbff7f 100%);
  color: #111513;
  box-shadow:
    0 10px 18px rgba(125, 255, 60, 0.16),
    0 0 16px rgba(125, 255, 60, 0.12);
}

.why-choose-hero p {
  color: rgba(245, 247, 243, 0.8);
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-hero .hero-card {
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(26, 31, 28, 0.96) 0%, rgba(18, 22, 20, 0.96) 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
}

.difference-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.difference-card {
  padding: 1.1rem 1rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(24, 29, 26, 0.92) 0%, rgba(16, 20, 18, 0.9) 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: center;
}

.difference-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7dff3c 0%, #b2ff67 100%);
  box-shadow: 0 12px 20px rgba(125, 255, 60, 0.18);
  font-size: 1.3rem;
}

.difference-icon img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.difference-card h2 {
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.difference-card p {
  margin-bottom: 0;
  color: rgba(245, 247, 243, 0.76);
  font-size: 0.9rem;
}

.about-image-section {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.about-feature-image {
  overflow: hidden;
}

.about-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.about-values-grid {
  gap: 1rem;
}

.about-value-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.08), transparent 24%),
    linear-gradient(180deg, #151a18 0%, #1f2622 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
  box-shadow:
    0 20px 34px rgba(10, 20, 14, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  min-height: 100%;
}

.about-value-card h2 {
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 0.85rem;
  position: relative;
  padding-top: 0.95rem;
}

.about-value-card h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7dff3c 0%, rgba(125, 255, 60, 0.12) 100%);
  box-shadow: 0 0 12px rgba(125, 255, 60, 0.22);
}

.about-value-card p {
  color: rgba(245, 247, 243, 0.8);
  margin-bottom: 0;
}

.about-page main {
  padding-top: 0;
}

.about-page .why-choose-hero .container > div:first-child {
  padding-top: 0;
}

.about-page .why-choose-hero h1 {
  margin-top: 0;
}

.about-page .section.about-image-section + .section {
  padding-top: 2rem;
}

.about-page .about-values-grid {
  margin-bottom: 0.2rem;
}

.about-page .about-values-grid + .section {
  padding-top: 2rem;
}

.about-page .cta-strip .cta-actions {
  flex-wrap: nowrap;
}

.about-page .cta-strip .cta-actions .button {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  font-size: 0.88rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.about-page .cta-strip .button-secondary {
  letter-spacing: -0.01em;
}

.about-form-intro {
  padding: 0 0 0.75rem;
}

.about-form-intro h2 {
  margin-bottom: 0.55rem;
}

.about-form-intro p {
  max-width: 34ch;
  margin-inline: auto;
}

.process-page-grid {
  display: grid;
  gap: 0.9rem;
}

.process-detail-card {
  display: grid;
  gap: 0.72rem;
  padding: 0.82rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(20, 24, 22, 0.96) 0%, rgba(28, 34, 31, 0.94) 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
  box-shadow:
    0 20px 34px rgba(10, 20, 14, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.process-detail-image {
  overflow: hidden;
}

.process-detail-image img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.process-detail-copy {
  padding: 0.1rem 0;
}

.process-detail-copy h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.process-detail-copy p {
  color: rgba(245, 247, 243, 0.82);
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.process-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0.26rem 0.62rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7dff3c 0%, #b6ff69 100%);
  color: #101510;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow:
    0 12px 20px rgba(125, 255, 60, 0.18),
    0 0 14px rgba(125, 255, 60, 0.12);
}

.hero-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(125, 255, 60, 0.12);
  color: #315f17;
  font-weight: 700;
  font-size: 0.9rem;
}

h1,
h2,
h3 {
  line-height: 1.1;
  margin: 0 0 1rem;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.03em;
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.hero-copy p,
.lead {
  font-size: 1.05rem;
  max-width: 60ch;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.hero-card,
.card,
.stat,
.trust-card,
.gallery-card,
.blog-card,
.feature,
.process-step,
.contact-panel {
  background: var(--surface);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-card {
  overflow: hidden;
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding: 4.5rem 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 2rem;
}

.grid-2,
.grid-3,
.grid-4,
.service-grid,
.gallery-grid,
.blog-grid,
.trust-grid,
.stats-grid,
.process-grid,
.footer-grid {
  display: grid;
  gap: 1.25rem;
}

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

.grid-3,
.blog-grid,
.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

.card,
.stat,
.trust-card,
.feature,
.process-step,
.contact-panel {
  padding: 1.5rem;
}

.service-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-copy {
  padding: 1.5rem;
  background: var(--surface);
}

.services-hero {
  padding-top: 0.9rem;
  padding-bottom: 1.9rem;
}

.services-hero-copy {
  text-align: center;
}

.services-hero-copy h1 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.services-hero-copy p {
  max-width: 31ch;
  margin: 0.9rem auto 1.2rem;
  color: rgba(244, 247, 242, 0.84);
  font-size: 0.98rem;
  line-height: 1.55;
}

.services-hub-grid,
.services-mini-grid {
  display: grid;
  gap: 1rem;
}

.services-section {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.services-page .themed-title,
.services-page .themed-title h2 {
  text-align: center;
}

.services-page .themed-title .title-line {
  display: block;
  width: 100%;
  text-align: center;
}

.services-hub-card {
  display: grid;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(125, 255, 60, 0.14), transparent 18%),
    linear-gradient(180deg, #131916 0%, #1a211d 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
  box-shadow:
    0 18px 32px rgba(10, 20, 14, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.services-hub-card:hover,
.services-hub-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(158, 255, 31, 0.36);
  box-shadow:
    0 20px 36px rgba(10, 20, 14, 0.2),
    0 0 24px rgba(158, 255, 31, 0.14);
}

.services-hub-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.services-hub-copy {
  padding: 1.15rem 1rem 1.1rem;
}

.services-hub-copy h3 {
  margin-bottom: 0.45rem;
  color: #f4f7f3;
  font-size: 1.28rem;
}

.services-hub-copy p {
  margin-bottom: 1rem;
  color: rgba(244, 247, 243, 0.78);
  line-height: 1.58;
}

.services-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.6rem;
  padding: 0.86rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #9eff1f, #cbff74);
  color: #071004;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(158, 255, 31, 0.18);
}

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

.services-mini-card {
  position: relative;
  overflow: hidden;
  padding: 0.95rem 0.85rem 0.9rem;
  text-align: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(125, 255, 60, 0.14), transparent 18%),
    linear-gradient(180deg, #141917 0%, #1a211d 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
  box-shadow:
    0 16px 30px rgba(10, 20, 14, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.services-mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.72rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at top center, rgba(158, 255, 31, 0.18), transparent 62%),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(158, 255, 31, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.services-mini-card h3 {
  margin: 0;
  color: #f4f7f3;
  font-size: 1rem;
  line-height: 1.35;
}

.services-page .section .themed-title {
  margin-bottom: 1.05rem;
}

.services-trust-grid {
  margin-top: 0.15rem;
}

.services-trust-card {
  min-height: 156px;
}

.services-page main {
  padding-top: 0;
}

.garage-service-page main {
  padding-top: 0;
}

.garage-hero {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: #0f1412;
}

.garage-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.garage-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 9, 0.2) 0%, rgba(8, 10, 9, 0.58) 48%, rgba(8, 10, 9, 0.88) 100%),
    radial-gradient(circle at top center, rgba(158, 255, 31, 0.12), transparent 24%);
}

.garage-hero-copy {
  position: relative;
  z-index: 1;
  min-height: 470px;
  display: grid;
  align-content: end;
  gap: 0.8rem;
  padding: 2rem 24px 1.5rem;
  text-align: center;
}

.garage-hero-copy h1 {
  margin: 0;
  color: #f5f7f3;
}

.garage-hero-copy p {
  margin: 0 auto 0.55rem;
  max-width: 24ch;
  color: rgba(244, 247, 243, 0.86);
  font-size: 0.98rem;
  line-height: 1.45;
}

.garage-transform-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.garage-service-page .transformation-title,
.garage-service-page .transformation-title h2,
.garage-service-page .transformation-title p,
.garage-service-page .themed-title,
.garage-service-page .themed-title h2 {
  text-align: center;
}

.garage-service-page .transformation-subhead {
  margin-inline: auto;
}

.garage-service-page .transformation-card {
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.garage-service-page .transformation-image {
  min-height: 0;
  aspect-ratio: 1.28 / 1;
  border-radius: 24px;
}

.garage-service-page .transformation-title,
.garage-service-page .transformation-card {
  max-width: none;
}

.garage-transform-section .container {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.garage-service-page .transformation-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.transformation-arrow {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: #9eff1f;
  font-size: 1.5rem;
  font-weight: 900;
  text-shadow: 0 0 12px rgba(158, 255, 31, 0.22);
}


.garage-benefits-grid,
.garage-trust-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.garage-benefit-card,
.garage-trust-item {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 1rem 0.95rem 0.95rem;
}

.garage-benefit-card {
  background:
    radial-gradient(circle at top right, rgba(125, 255, 60, 0.16), transparent 18%),
    linear-gradient(180deg, #141917 0%, #1a211d 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
  box-shadow:
    0 16px 30px rgba(10, 20, 14, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: center;
}

.garage-benefit-icon-image-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 0.72rem;
}

.garage-benefit-icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.garage-benefit-card h3 {
  margin-bottom: 0.35rem;
  color: #f4f7f3;
  font-size: 1.02rem;
}

.garage-benefit-card p {
  margin: 0;
  color: rgba(244, 247, 243, 0.74);
  font-size: 0.9rem;
  line-height: 1.45;
}

.garage-process-preview {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.garage-steps-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.garage-step-pill {
  display: grid;
  place-items: center;
  min-height: 64px;
  text-align: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.12), transparent 35%),
    linear-gradient(180deg, #141917 0%, #1a211d 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
  color: #f4f7f3;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(10, 20, 14, 0.12);
}

.garage-process-action {
  margin-top: 1rem;
  text-align: center;
}

.garage-gallery-strip-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.garage-gallery-stack {
  display: grid;
  gap: 0.9rem;
}

.garage-gallery-strip-section .themed-title,
.garage-gallery-strip-section .themed-title h2 {
  text-align: center;
}

.garage-gallery-marquee {
  overflow: hidden;
  width: 100%;
}

.garage-gallery-track {
  display: flex;
  width: max-content;
  gap: 0.9rem;
  animation: garageGalleryLoop 28s linear infinite;
}

.garage-gallery-track--reverse {
  animation-name: garageGalleryLoopReverse;
}

.garage-gallery-item {
  margin: 0;
  flex: 0 0 230px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 14px 28px rgba(10, 20, 14, 0.12);
}

.garage-gallery-item img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.garage-gallery-item:hover img,
.garage-gallery-item:focus-within img {
  transform: scale(1.05);
}

@keyframes garageGalleryLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.45rem));
  }
}

@keyframes garageGalleryLoopReverse {
  from {
    transform: translateX(calc(-50% - 0.45rem));
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .garage-gallery-stack {
    gap: 0.7rem;
  }

  .garage-gallery-marquee {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .garage-gallery-marquee::-webkit-scrollbar {
    display: none;
  }

  .garage-gallery-track {
    width: auto;
    gap: 0.7rem;
    animation: none;
    padding-inline: 0.1rem;
  }

  .garage-gallery-item {
    flex: 0 0 min(84vw, 320px);
    scroll-snap-align: center;
  }

  .garage-gallery-item img {
    height: 220px;
  }
}

.garage-compact-trust {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}

.homepage-why-choose .themed-title h2 {
  text-align: center;
}

.garage-faq-section {
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}

.homepage-faq-section {
  padding-top: 0.08rem;
}

.garage-service-page .section + .section {
  padding-top: 1rem;
}

.garage-trust-list {
  list-style: none;
  margin: 0;
  padding: 1.15rem 1rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(125, 255, 60, 0.16), transparent 18%),
    linear-gradient(180deg, #141917 0%, #1a211d 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
  box-shadow:
    0 18px 30px rgba(10, 20, 14, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.garage-trust-list li {
  position: relative;
  padding-left: 1.8rem;
  color: #f4f7f3;
  line-height: 1.5;
  font-weight: 600;
}

.garage-trust-list li + li {
  margin-top: 0.78rem;
}

.garage-trust-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.02rem;
  color: #9eff1f;
  font-size: 1rem;
  font-weight: 900;
}

.garage-ending-cta {
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.14), transparent 18%),
    linear-gradient(145deg, transparent 0 24%, rgba(92, 150, 56, 0.12) 24% 38%, transparent 38% 100%),
    linear-gradient(125deg, transparent 0 60%, rgba(170, 255, 105, 0.07) 60% 72%, transparent 72% 100%),
    linear-gradient(180deg, #171c19 0%, #222925 100%);
}

.garage-trust-line {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-weight: 800;
  color: #f4f7f3;
}

.commercial-service-page main {
  padding-top: 0;
}

.commercial-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #101412;
}

.commercial-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.commercial-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 9, 8, 0.24) 0%, rgba(7, 9, 8, 0.58) 52%, rgba(7, 9, 8, 0.86) 100%),
    radial-gradient(circle at top center, rgba(158, 255, 31, 0.1), transparent 24%);
}

.commercial-hero-copy {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: grid;
  align-content: end;
  gap: 0.75rem;
  padding: 2rem 24px 1.5rem;
  text-align: center;
}

.commercial-hero-copy h1 {
  margin: 0;
  color: #f5f7f3;
}

.commercial-hero-copy p {
  margin: 0 auto 0.55rem;
  max-width: 28ch;
  color: rgba(244, 247, 243, 0.85);
  line-height: 1.45;
}

.commercial-intro-card,
.commercial-brand-card {
  border-radius: 24px;
  padding: 1.2rem 1rem;
  background:
    radial-gradient(circle at top right, rgba(125, 255, 60, 0.14), transparent 18%),
    linear-gradient(180deg, #141917 0%, #1a211d 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
  box-shadow:
    0 16px 30px rgba(10, 20, 14, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.commercial-intro-card p,
.commercial-brand-card p {
  margin: 0;
  color: rgba(244, 247, 243, 0.82);
  line-height: 1.6;
}

.commercial-intro-section {
  padding-bottom: 0.6rem;
}

.commercial-space-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.commercial-service-page .themed-title,
.commercial-service-page .themed-title h2 {
  text-align: center;
}

.commercial-space-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 3.1rem 1fr;
  align-items: center;
  gap: 0.9rem;
  padding: 0.95rem 1rem 0.95rem 0.9rem;
  text-align: left;
  border-radius: 20px;
  background:
    radial-gradient(circle at right center, rgba(125, 255, 60, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 34%),
    linear-gradient(180deg, #141917 0%, #1a211d 100%);
  border: 1px solid rgba(125, 255, 60, 0.14);
  box-shadow:
    0 14px 24px rgba(10, 20, 14, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.commercial-space-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(158, 255, 31, 0.28), rgba(158, 255, 31, 0.9), rgba(158, 255, 31, 0.28));
  box-shadow: 0 0 12px rgba(158, 255, 31, 0.18);
}

.commercial-space-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  border-radius: 16px;
  border: 1px solid rgba(158, 255, 31, 0.18);
  background:
    radial-gradient(circle at top center, rgba(158, 255, 31, 0.18), transparent 62%),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  position: relative;
}

.commercial-space-icon::before,
.commercial-space-icon::after {
  content: "";
  position: absolute;
  border-color: #9eff1f;
}

.warehouse-icon::before {
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.6rem;
  height: 0.9rem;
  border: 2px solid #9eff1f;
  border-radius: 0.18rem;
}

.warehouse-icon::after {
  left: 0.78rem;
  top: 0.5rem;
  width: 1rem;
  height: 0.7rem;
  border-left: 2px solid #9eff1f;
  border-top: 2px solid #9eff1f;
  transform: skew(-18deg);
}

.workshop-icon::before {
  left: 0.72rem;
  top: 0.55rem;
  width: 1.2rem;
  height: 0.24rem;
  background: #9eff1f;
  border-radius: 999px;
  transform: rotate(32deg);
}

.workshop-icon::after {
  left: 1.42rem;
  top: 1rem;
  width: 0.24rem;
  height: 0.9rem;
  background: #9eff1f;
  border-radius: 999px;
  transform: rotate(32deg);
}

.showroom-icon::before {
  left: 0.62rem;
  top: 0.55rem;
  width: 1.38rem;
  height: 1rem;
  border: 2px solid #9eff1f;
  border-radius: 0.18rem;
}

.showroom-icon::after {
  left: 1.06rem;
  top: 0.24rem;
  width: 0.5rem;
  height: 0.28rem;
  background: #9eff1f;
  border-radius: 999px;
}

.retail-icon::before {
  left: 0.66rem;
  top: 0.78rem;
  width: 1.3rem;
  height: 0.98rem;
  border: 2px solid #9eff1f;
  border-top: 0;
  border-bottom-left-radius: 0.18rem;
  border-bottom-right-radius: 0.18rem;
}

.retail-icon::after {
  left: 0.88rem;
  top: 0.44rem;
  width: 0.86rem;
  height: 0.34rem;
  border: 2px solid #9eff1f;
  border-bottom: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

.parking-icon::before {
  left: 0.78rem;
  top: 0.52rem;
  width: 1.1rem;
  height: 1.44rem;
  border: 2px solid #9eff1f;
  border-radius: 0.18rem;
}

.parking-icon::after {
  left: 1.14rem;
  top: 0.86rem;
  width: 0.34rem;
  height: 0.72rem;
  background: #9eff1f;
  box-shadow: 0.34rem -0.08rem 0 -0.12rem #9eff1f;
  border-radius: 999px;
}

.industrial-icon::before {
  left: 0.54rem;
  bottom: 0.66rem;
  width: 1.54rem;
  height: 0.82rem;
  border: 2px solid #9eff1f;
  border-radius: 0.18rem;
}

.industrial-icon::after {
  left: 1.42rem;
  top: 0.44rem;
  width: 0.34rem;
  height: 0.94rem;
  border: 2px solid #9eff1f;
  border-bottom: 0;
  box-shadow: -0.38rem 0.22rem 0 -0.08rem #9eff1f;
}

.commercial-space-card h3 {
  margin: 0;
  color: #f4f7f3;
  font-size: 1rem;
  line-height: 1.3;
}

.commercial-benefits-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.commercial-benefits-section {
  padding-top: 1rem;
}

.commercial-benefit-icon {
  display: inline-block;
  width: 2.9rem;
  height: 2.9rem;
  margin-bottom: 0.7rem;
  border-radius: 50%;
  border: 2px solid #9eff1f;
  position: relative;
  box-shadow: 0 0 16px rgba(158, 255, 31, 0.1);
}

.commercial-benefit-icon::before,
.commercial-benefit-icon::after {
  content: "";
  position: absolute;
  border-color: #9eff1f;
}

.traffic-icon::before {
  left: 0.76rem;
  top: 0.54rem;
  width: 1.14rem;
  height: 0.78rem;
  border: 2px solid #9eff1f;
  border-radius: 0.22rem;
}

.traffic-icon::after {
  left: 0.92rem;
  bottom: 0.56rem;
  width: 0.82rem;
  height: 0.18rem;
  background: #9eff1f;
  border-radius: 999px;
}

.maintenance-icon::before {
  left: 0.74rem;
  top: 0.5rem;
  width: 1.34rem;
  height: 1.4rem;
  border: 2px solid #9eff1f;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.maintenance-icon::after {
  left: 1.08rem;
  top: 0.18rem;
  width: 0.66rem;
  height: 0.26rem;
  border: 2px solid #9eff1f;
  border-bottom: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

.finish-icon::before {
  left: 0.68rem;
  top: 0.58rem;
  width: 1.48rem;
  height: 1.06rem;
  border: 2px solid #9eff1f;
  border-radius: 0.22rem;
}

.finish-icon::after {
  left: 1.02rem;
  top: 0.34rem;
  width: 0.8rem;
  height: 0.2rem;
  background: #9eff1f;
  border-radius: 999px;
}

.performance-icon::before {
  left: 0.74rem;
  top: 0.6rem;
  width: 1.36rem;
  height: 1.1rem;
  border: 2px solid #9eff1f;
  border-radius: 50%;
}

.performance-icon::after {
  left: 1.42rem;
  top: 0.64rem;
  width: 0.2rem;
  height: 0.9rem;
  background: #9eff1f;
  border-radius: 999px;
  transform: rotate(28deg);
}

.commercial-process-preview,
.commercial-gallery-section,
.commercial-brand-section,
.commercial-faq-section {
  padding-top: 1.2rem;
}

.commercial-brand-section {
  padding-bottom: 0.35rem;
}

.commercial-faq-section {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.commercial-service-page .faq-section {
  margin-top: 0;
}

.commercial-service-page .themed-title,
.commercial-service-page .themed-title h2 {
  text-align: center;
}

.commercial-service-page .section + .section {
  padding-top: 1rem;
}

.commercial-brand-card .garage-trust-list {
  margin-bottom: 1rem;
}

.commercial-ending-cta {
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.14), transparent 18%),
    linear-gradient(145deg, transparent 0 24%, rgba(92, 150, 56, 0.12) 24% 38%, transparent 38% 100%),
    linear-gradient(125deg, transparent 0 60%, rgba(170, 255, 105, 0.07) 60% 72%, transparent 72% 100%),
    linear-gradient(180deg, #171c19 0%, #222925 100%);
}

.concrete-service-page main {
  padding-top: 0;
}

.concrete-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #101412;
}

.concrete-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.concrete-explainer-section,
.concrete-transform-section {
  padding-top: 1rem;
}

.concrete-service-page .themed-title,
.concrete-service-page .themed-title h2 {
  text-align: center;
}

.concrete-service-page .commercial-intro-section {
  padding-bottom: 0.95rem;
}

.concrete-service-page .concrete-explainer-section {
  padding-top: 1rem;
  padding-bottom: 0.9rem;
}

.concrete-service-page .commercial-space-section {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.concrete-service-page .commercial-benefits-section {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.concrete-service-page .commercial-process-preview {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.concrete-service-page .commercial-brand-section {
  padding-top: 1rem;
  padding-bottom: 0.7rem;
}

.concrete-service-page .commercial-faq-section {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.concrete-service-page .faq-section {
  margin-top: 0;
}

.concrete-service-page .section + .section {
  padding-top: 1.15rem;
}

.mini-line-icon {
  position: relative;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  color: #9eff1f;
}

.mini-line-icon::before,
.mini-line-icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.prep-icon::before {
  inset: 0.15rem 0.22rem 0.38rem 0.22rem;
  border: 2px solid currentColor;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.prep-icon::after {
  left: 0.58rem;
  top: -0.05rem;
  width: 0.22rem;
  height: 0.5rem;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0.28rem 0.06rem 0 0 currentColor;
}

.epoxy-icon::before {
  inset: 0.18rem 0.18rem 0.32rem 0.18rem;
  border: 2px solid currentColor;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.epoxy-icon::after {
  left: 0.38rem;
  top: -0.04rem;
  width: 0.64rem;
  height: 0.24rem;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

.team-icon::before {
  left: 0.47rem;
  top: 0.16rem;
  width: 0.46rem;
  height: 0.46rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: -0.48rem 0.2rem 0 -0.05rem currentColor, 0.48rem 0.2rem 0 -0.05rem currentColor;
}

.team-icon::after {
  left: 0.18rem;
  bottom: 0.18rem;
  width: 1.02rem;
  height: 0.5rem;
  border: 2px solid currentColor;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
  border-bottom: 0;
}

.service-icon::before {
  left: 0.18rem;
  top: 0.22rem;
  width: 1.02rem;
  height: 0.74rem;
  border: 2px solid currentColor;
  border-radius: 0.26rem;
}

.service-icon::after {
  right: 0.08rem;
  top: 0.5rem;
  width: 0.28rem;
  height: 0.28rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.services-process-strip,
.services-main-cta {
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.12), transparent 20%),
    linear-gradient(145deg, transparent 0 24%, rgba(92, 150, 56, 0.12) 24% 38%, transparent 38% 100%),
    linear-gradient(125deg, transparent 0 60%, rgba(170, 255, 105, 0.07) 60% 72%, transparent 72% 100%),
    linear-gradient(180deg, #171c19 0%, #222925 100%);
}

.services-main-cta .button-secondary,
.services-process-strip .button-secondary {
  background: #ffffff;
  color: #0d120f;
}

.services-page .section + .section {
  padding-top: 1.25rem;
}

.services-page .services-section + .section {
  padding-top: 1rem;
}

.services-page .services-process-strip,
.services-page .services-main-cta {
  padding: 1.6rem;
}

.stats-grid .stat strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.7rem;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--accent);
}

.gallery-card {
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.gallery-card .gallery-copy,
.blog-card .blog-copy {
  padding: 1rem 1.1rem 1.2rem;
}

.project-mosaic {
  display: grid;
  gap: 0.9rem;
}

.project-shot {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.08), transparent 24%),
    linear-gradient(180deg, #151a18 0%, #1f2622 100%);
  border: 1px solid rgba(125, 255, 60, 0.12);
  box-shadow:
    0 18px 34px rgba(10, 20, 14, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.project-shot img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.project-shot--large {
  min-height: 290px;
}

.project-shot--large img {
  min-height: 290px;
}

.blog-card {
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.tag {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #edf7e8;
  color: #315f17;
  font-size: 0.85rem;
  font-weight: 700;
}

.cta-strip {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #0e120f, #171f1a);
  color: #f4f7f3;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: center;
}

.cta-strip p {
  color: rgba(244, 247, 243, 0.92);
}

.site-footer {
  margin-top: 3rem;
  padding: 3.25rem 0 1.2rem;
  background:
    radial-gradient(circle at top center, rgba(186, 255, 119, 0.18), transparent 18%),
    linear-gradient(150deg, transparent 0 28%, rgba(104, 173, 58, 0.12) 28% 42%, transparent 42% 100%),
    linear-gradient(130deg, transparent 0 58%, rgba(182, 255, 110, 0.08) 58% 72%, transparent 72% 100%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.035) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, #141917 0%, #1c231f 46%, #111513 100%);
  color: #f5f7f3;
  border-top: 1px solid rgba(125, 255, 60, 0.12);
}

.footer-shell {
  display: grid;
  gap: 2rem;
}

.site-footer h3 {
  margin-bottom: 1rem;
  color: #f7faf5;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  color: rgba(245, 247, 243, 0.76);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.9fr) minmax(240px, 1fr);
  gap: 1.4rem;
  align-items: start;
}

.footer-column {
  position: relative;
  min-height: 100%;
  padding: 1.6rem 1.45rem;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(125, 255, 60, 0.1);
  box-shadow:
    0 18px 34px rgba(6, 10, 8, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer-brand p,
.footer-contact-list p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;
}

.footer-links {
  display: grid;
  gap: 0.8rem;
}

.footer-links a,
.footer-phone {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-weight: 700;
  line-height: 1.45;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-phone:hover,
.footer-phone:focus-visible {
  color: #b9ff6d;
  text-shadow: 0 0 18px rgba(125, 255, 60, 0.22);
  transform: translateX(3px);
}

.footer-links a:focus-visible,
.footer-phone:focus-visible {
  outline: none;
}

.footer-contact-list {
  display: grid;
  gap: 0.9rem;
}

.footer-phone {
  font-size: 1.2rem;
  color: #f7faf5;
}

.footer-bottom {
  margin-top: 0.3rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(245, 247, 243, 0.1);
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.article {
  padding: 4rem 0;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 320px;
  gap: 2rem;
  align-items: start;
}

.article-main img.featured-image {
  width: 100%;
  border-radius: var(--radius-lg);
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow);
}

.article-main h2 {
  margin-top: 2rem;
}

.article-main h3 {
  margin-top: 1.5rem;
}

.sidebar-box {
  position: sticky;
  top: 100px;
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

@media (max-width: 980px) {
  .hero-grid,
  .page-hero-grid,
  .grid-4,
  .stats-grid,
  .service-grid,
  .gallery-grid,
  .grid-3,
  .blog-grid,
  .trust-grid,
  .article-layout,
  .footer-grid,
  .cta-strip {
    grid-template-columns: 1fr;
  }

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

  .nav-toggle {
    display: inline-block;
  }

  .nav-menu {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.5rem);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: var(--shadow);
  }

  .nav-menu.open {
    display: flex;
  }
}

@media (max-width: 640px) {
  .hero,
  .page-hero,
  .section,
  .article {
    padding: 3.25rem 0;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }
}

.home-mobile {
  background:
    radial-gradient(circle at top center, rgba(69, 135, 66, 0.18), transparent 24%),
    linear-gradient(180deg, #f6f8f5 0%, #e8ede6 100%);
}

.mobile-header {
  background:
    radial-gradient(circle at top center, rgba(186, 255, 119, 0.14), transparent 20%),
    linear-gradient(150deg, transparent 0 28%, rgba(104, 173, 58, 0.08) 28% 42%, transparent 42% 100%),
    linear-gradient(130deg, transparent 0 58%, rgba(182, 255, 110, 0.05) 58% 72%, transparent 72% 100%),
    linear-gradient(180deg, #eef4eb 0%, #e2ebe0 54%, #d7e3d6 100%);
  border-bottom: 1px solid rgba(104, 173, 58, 0.14);
  box-shadow: 0 10px 24px rgba(10, 20, 14, 0.08);
}

.mobile-nav {
  min-height: 58px;
  gap: 0.75rem;
}

.brand-logo {
  max-width: 210px;
  margin-left: 0;
}

.site-logo {
  display: block;
  width: 100%;
  max-width: 174px;
  height: auto;
  object-fit: contain;
}

.brand-fallback {
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
}

.call-pill {
  min-height: 40px;
  padding: 0.6rem 0.82rem;
  white-space: nowrap;
  font-size: 0.88rem;
  box-shadow: 0 10px 20px rgba(125, 255, 60, 0.24);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.menu-pill {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #111111;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(10, 20, 14, 0.16);
}

.menu-pill span {
  width: 16px;
  height: 2px;
  margin: 0 auto;
  background: var(--accent);
  border-radius: 999px;
}

.mobile-drawer {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0.85rem;
  background:
    radial-gradient(circle at top center, rgba(186, 255, 119, 0.18), transparent 18%),
    linear-gradient(150deg, transparent 0 28%, rgba(104, 173, 58, 0.12) 28% 42%, transparent 42% 100%),
    linear-gradient(130deg, transparent 0 58%, rgba(182, 255, 110, 0.08) 58% 72%, transparent 72% 100%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.035) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, #141917 0%, #1c231f 46%, #111513 100%);
  border: 1px solid rgba(125, 255, 60, 0.1);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  box-shadow:
    0 20px 34px rgba(10, 20, 14, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  gap: 0;
  visibility: hidden;
  transition:
    max-height 0.16s ease,
    padding 0.16s ease,
    border-width 0.16s ease,
    gap 0.16s ease,
    visibility 0s linear 0.16s;
}

.mobile-drawer.open {
  max-height: 640px;
  padding: 0.85rem;
  border-width: 1px;
  border-top-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  gap: 0.55rem;
  visibility: visible;
  transition:
    max-height 0.16s ease,
    padding 0.16s ease,
    border-width 0.16s ease,
    gap 0.16s ease,
    visibility 0s linear 0s;
}

.mobile-drawer a {
  display: block;
  width: 100%;
  padding: 0.92rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  color: #f5f7f3;
  font-weight: 700;
  border: 1px solid rgba(125, 255, 60, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 18px rgba(10, 20, 14, 0.16);
}

.mobile-drawer a:hover,
.mobile-drawer a:focus-visible {
  background: rgba(125, 255, 60, 0.06);
  outline: none;
}

.mobile-drawer a:active {
  background: rgba(125, 255, 60, 0.1);
}

.mobile-hero {
  padding-top: 58px;
  padding-bottom: 0.6rem;
}

@media (max-width: 1023px) {
  .site-header .container {
    width: 100%;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    box-sizing: border-box;
  }

  .site-header {
    position: sticky;
    top: 0;
    padding: 0;
    border-bottom: 0;
  }

  body.nav-open {
    overflow: visible;
  }

  .mobile-header {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
    border-bottom: 0;
    box-shadow: none;
  }

  .mobile-nav {
    min-height: 58px;
    align-items: center;
  }

  .mobile-drawer {
    position: static;
    transform-origin: top;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .mobile-drawer.open {
    max-height: 960px;
  }

  .mobile-hero {
    padding-top: 0;
    margin-top: 0;
  }
}

.mobile-drawer a:last-child {
  margin-top: 0.15rem;
  text-align: center;
  background: linear-gradient(135deg, #9eff1f 0%, #b9ff64 100%);
  color: #081006;
  border-color: rgba(158, 255, 31, 0.28);
  box-shadow:
    0 10px 22px rgba(125, 255, 60, 0.22),
    0 0 18px rgba(125, 255, 60, 0.16);
}

.mobile-drawer a:last-child:hover,
.mobile-drawer a:last-child:focus-visible,
.mobile-drawer a:last-child:active {
  color: #081006;
  background: linear-gradient(135deg, #a8ff39 0%, #c6ff79 100%);
  border-color: rgba(158, 255, 31, 0.34);
  box-shadow:
    0 12px 24px rgba(125, 255, 60, 0.24),
    0 0 22px rgba(125, 255, 60, 0.18);
}

.hero-stack {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at top center, rgba(186, 255, 119, 0.18), transparent 18%),
    linear-gradient(150deg, transparent 0 28%, rgba(104, 173, 58, 0.12) 28% 42%, transparent 42% 100%),
    linear-gradient(130deg, transparent 0 58%, rgba(182, 255, 110, 0.08) 58% 72%, transparent 72% 100%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.035) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, #141917 0%, #1c231f 46%, #111513 100%);
  border: 0;
  box-shadow: none;
}

.hero-stack--full {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

.hero-stack .hero-copy {
  text-align: center;
  padding: 1.22rem 18px 1rem;
  border-radius: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.hero-stack .hero-copy p {
  margin-inline: auto;
}

.home-mobile h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.78rem, 5.6vw, 2.28rem);
  letter-spacing: -0.04em;
  color: #f5f6f2;
  text-wrap: initial;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: auto;
  line-height: 1.03;
  margin-bottom: 1.18rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.26);
  position: relative;
  text-align: center;
}

.hero-copy > p:not(.hero-kicker) {
  color: rgba(244, 247, 242, 0.84);
  font-weight: 600;
  margin-bottom: 1.04rem;
  max-width: 100%;
  padding-inline: 0;
  font-size: 0.88rem;
  text-shadow: none;
  line-height: 1.45;
  text-align: center;
}

.hero-line {
  display: block;
  width: 100%;
  white-space: normal;
  text-align: center;
  max-width: 100%;
  text-wrap: balance;
}

.hero-subcopy .hero-line {
  white-space: normal;
  width: 100%;
  text-align: center;
  text-wrap: balance;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #121614 0%, #232927 100%);
  color: #f1f5ef;
  font-size: 0.7rem;
  font-weight: 800;
  font-family: "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.01em;
  border: 1px solid rgba(103, 170, 63, 0.22);
  box-shadow:
    0 10px 18px rgba(10, 20, 14, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: hidden;
}

.hero-kicker::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #b7ff70;
  box-shadow: 0 0 6px rgba(156, 255, 84, 0.18);
}

.hero-kicker::after {
  content: none;
}

.hero-copy .hero-kicker {
  padding-left: 1.28rem;
}

.benefit-list {
  list-style: none;
  margin: 0.42rem auto 0;
  padding: 0.88rem 0.84rem;
  display: grid;
  gap: 0.42rem;
  max-width: 670px;
  justify-items: center;
  justify-content: center;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(22, 25, 23, 0.64) 0%, rgba(16, 19, 18, 0.52) 100%);
  border: 1px solid rgba(145, 255, 61, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.benefit-list li {
  position: relative;
  width: min(100%, 20.5rem);
  max-width: 100%;
  padding: 0.06rem 0 0.06rem 1.45rem;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #f4f7f2;
  font-weight: 700;
  font-size: 0.94rem;
  text-shadow: none;
  line-height: 1.35;
}

.benefit-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 0;
  color: #9cff43;
  font-size: 0.82rem;
  font-weight: 900;
  text-shadow: none;
}

.hero-photo-card {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 22px 36px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(125, 255, 60, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, #dfe6e2 0%, #cfd7d2 100%);
}

.hero-slideshow-card {
  aspect-ratio: 4 / 2.4;
  isolation: isolate;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(4%) scale(1.015);
  filter: blur(1px);
  transition:
    opacity 900ms ease,
    transform 1100ms ease,
    filter 1100ms ease;
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03);
}

.hero-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0);
  z-index: 3;
}

.hero-slide.is-exit {
  opacity: 0;
  transform: translateX(-4%) scale(1.02);
  filter: blur(1px);
  z-index: 2;
}

body.low-data-mode .hero-slide,
body.reduced-motion .hero-slide {
  transition: opacity 240ms ease;
  transform: none;
  filter: none;
}

body.low-data-mode .hero-slide.is-exit,
body.reduced-motion .hero-slide.is-exit {
  transform: none;
  filter: none;
}

.quick-cta,
.transform-cta,
.social-card,
.area-card,
.reason-card,
.review-card,
.process-card,
.before-after-slot {
  background: var(--surface);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.quick-cta,
.transform-cta {
  padding: 1.6rem;
  text-align: center;
}

.quick-cta {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7f1 100%);
}

.mobile-hero-actions {
  margin-top: 0.82rem;
}

.mobile-hero-actions .button-primary {
  max-width: 240px;
  margin-inline: auto;
  min-height: 46px;
  font-size: 0.98rem;
  font-weight: 800;
  padding: 0.82rem 1.05rem;
  box-shadow:
    0 14px 24px rgba(125, 255, 60, 0.24),
    0 0 18px rgba(125, 255, 60, 0.14);
}

.mobile-hero-actions .hero-work-button {
  display: none;
  max-width: 240px;
  margin-inline: auto;
  min-height: 46px;
  font-size: 0.98rem;
  font-weight: 800;
  padding: 0.82rem 1.05rem;
  background: rgba(255, 255, 255, 0.96);
  color: #161c19;
  border: 1px solid rgba(20, 25, 23, 0.1);
  box-shadow:
    0 14px 24px rgba(10, 20, 14, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.mobile-hero-actions .hero-work-button:hover,
.mobile-hero-actions .hero-work-button:focus-visible {
  background: #ffffff;
  color: #111614;
  box-shadow:
    0 0 0 1px rgba(158, 255, 31, 0.2),
    0 14px 24px rgba(10, 20, 14, 0.18);
}

.gallery-page .mobile-hero-actions .button-primary {
  max-width: 240px;
  margin-inline: auto;
  min-height: 46px;
  font-size: 0.98rem;
  font-weight: 800;
  padding: 0.82rem 1.05rem;
  box-shadow:
    0 14px 24px rgba(125, 255, 60, 0.24),
    0 0 18px rgba(125, 255, 60, 0.14);
}

.gallery-hero-subcopy {
  text-align: center;
  margin-inline: auto;
  max-width: 28ch;
}

.gallery-hero-cta {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0;
}

.process-hero-subcopy {
  text-align: center;
  margin-inline: auto;
  max-width: 29ch;
}

.process-hero-cta {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0;
}

.blog-page .why-choose-hero {
  padding-top: 1.4rem;
  padding-bottom: 1.8rem;
}

.blog-page .why-choose-hero h1,
.blog-page .why-choose-hero p {
  text-align: center;
  margin-inline: auto;
}

.blog-article-main {
  background: linear-gradient(180deg, #f7faf5 0%, #edf3ea 100%);
}

.article-main p,
.article-main li,
.sidebar-box p,
.sidebar-box a {
  color: #111614;
}

.blog-article-main .article-layout {
  padding-top: 20px;
}

.article-top-hero {
  padding-top: 1.4rem;
  padding-bottom: 1.8rem;
}

.article-top-hero h1 {
  text-align: center;
  margin-inline: auto;
  color: #f5f7f3;
}

.article-layout--light {
  padding-top: 1.1rem;
}

.blog-article-main .article-main h1 {
  margin-bottom: 1.2rem;
}

.blog-article-main .article-main img.featured-image {
  margin-top: 0.4rem;
  margin-bottom: 1.8rem;
}

.blog-article-main .article-main h1 {
  color: #f5f7f3;
}

.blog-article-main .cta-strip p {
  color: rgba(244, 247, 243, 0.88);
}

.faq-section {
  margin-top: 2.2rem;
  padding: 1.15rem;
  border-radius: 26px;
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.12), transparent 22%),
    linear-gradient(145deg, transparent 0 24%, rgba(92, 150, 56, 0.12) 24% 38%, transparent 38% 100%),
    linear-gradient(125deg, transparent 0 61%, rgba(170, 255, 105, 0.07) 61% 73%, transparent 73% 100%),
    linear-gradient(180deg, #171c19 0%, #202621 100%);
  border: 1px solid rgba(125, 255, 60, 0.16);
  box-shadow:
    0 20px 36px rgba(8, 12, 9, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.faq-section h2 {
  margin-bottom: 1rem;
  color: #f5f7f3;
}

.faq-item {
  border: 1px solid rgba(125, 255, 60, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(23, 29, 26, 0.96) 0%, rgba(30, 36, 33, 0.98) 100%);
  box-shadow:
    0 12px 22px rgba(10, 20, 14, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.faq-item + .faq-item {
  margin-top: 0.75rem;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1rem;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.45;
  color: #f4f7f3;
  position: relative;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #96ff59;
  text-shadow: 0 0 14px rgba(150, 255, 89, 0.22);
}

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

.faq-item p {
  padding: 0 1rem 1rem;
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(244, 247, 243, 0.86);
}

.full-button {
  width: 100%;
}

.quote-page {
  min-height: 100vh;
  padding-top: 0;
  background:
    radial-gradient(circle at top center, rgba(145, 255, 61, 0.18), transparent 18%),
    linear-gradient(150deg, transparent 0 28%, rgba(104, 173, 58, 0.08) 28% 42%, transparent 42% 100%),
    linear-gradient(130deg, transparent 0 58%, rgba(182, 255, 110, 0.06) 58% 72%, transparent 72% 100%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.18) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, #f7faf5 0%, #edf4e9 52%, #e4ede0 100%);
}

.quote-page main {
  padding-bottom: 2rem;
}

.quote-shell {
  width: min(calc(100% - 1.5rem), 520px);
  margin: 0 auto;
}

.quote-page-hero {
  padding: 1.15rem 0 0.8rem;
  text-align: center;
}

.quote-page-hero h1 {
  margin-bottom: 0.6rem;
  font-size: clamp(1.9rem, 7vw, 2.6rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #121513;
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: none;
  position: relative;
}

.quote-page-hero p {
  margin: 0 auto;
  max-width: 34ch;
  color: #425048;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.48;
}

.contact-page .quote-page-hero {
  padding: 1.35rem 0 1rem;
  background:
    radial-gradient(circle at top center, rgba(145, 255, 61, 0.16), transparent 18%),
    linear-gradient(150deg, transparent 0 28%, rgba(82, 124, 54, 0.16) 28% 40%, transparent 40% 100%),
    linear-gradient(130deg, transparent 0 56%, rgba(134, 212, 74, 0.12) 56% 70%, transparent 70% 100%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.08) 0 14%, transparent 14% 100%),
    linear-gradient(180deg, #141915 0%, #182019 55%, #101511 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(145, 255, 61, 0.1);
}

.contact-page .quote-page-hero h1,
.contact-page .quote-page-hero p {
  color: #f3f7f1;
}

.contact-page .quote-page-hero p {
  color: rgba(243, 247, 241, 0.88);
}

.quote-panel {
  padding: 1rem 0.9rem 1.1rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(30, 36, 33, 0.96) 0%, rgba(19, 24, 22, 0.94) 100%);
  border: 1px solid rgba(145, 255, 61, 0.18);
  box-shadow:
    0 24px 48px rgba(10, 20, 14, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}

.quote-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: 62%;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(125, 255, 60, 0) 0%, rgba(125, 255, 60, 0.95) 50%, rgba(125, 255, 60, 0) 100%);
  box-shadow: 0 0 18px rgba(125, 255, 60, 0.32);
}

.quote-panel::after {
  content: "";
  position: absolute;
  top: -28px;
  right: -18px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 255, 60, 0.16) 0%, rgba(125, 255, 60, 0.02) 56%, transparent 72%);
  pointer-events: none;
}

.quote-panel > * {
  position: relative;
  z-index: 1;
}

.contact-info-bar {
  margin-bottom: 1rem;
  padding: 1rem 0.9rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f3f8f0 100%);
  border: 1px solid rgba(125, 255, 60, 0.16);
  box-shadow:
    0 18px 32px rgba(10, 20, 14, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.contact-info-bar h2 {
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 1.35rem;
  color: #121513;
}

.contact-info-list {
  display: grid;
  gap: 0.7rem;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 52px;
  padding: 0.82rem 0.95rem;
  border-radius: 18px;
  background: rgba(17, 21, 19, 0.94);
  color: #f5f7f3;
  font-weight: 700;
  border: 1px solid rgba(125, 255, 60, 0.16);
  box-shadow:
    0 12px 22px rgba(10, 20, 14, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.contact-info-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7dff3c 0%, #b4ff6b 100%);
  color: #101510;
  font-size: 1rem;
  font-weight: 900;
  flex: 0 0 auto;
}

.quote-form {
  display: grid;
  gap: 0.9rem;
}

.quote-form .form-honeypot {
  display: none;
}

.quote-field {
  display: grid;
  gap: 0.3rem;
}

.quote-field span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
}

.quote-field input,
.quote-field textarea {
  width: 100%;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(125, 255, 60, 0.28);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 241, 0.96) 100%);
  color: #161616;
  font: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 0 3px rgba(125, 255, 60, 0.06),
    0 10px 20px rgba(0, 0, 0, 0.08);
}

.quote-field textarea {
  resize: vertical;
  min-height: 130px;
}

.quote-field input:focus,
.quote-field textarea:focus {
  outline: none;
  border-color: rgba(125, 255, 60, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.32),
    0 0 0 4px rgba(125, 255, 60, 0.12),
    0 0 18px rgba(125, 255, 60, 0.18);
}

.quote-field input::placeholder,
.quote-field textarea::placeholder {
  color: #8a8f94;
}

.quote-submit {
  width: min(100%, 220px);
  margin: 0.4rem auto 0;
  min-height: 48px;
  background: linear-gradient(135deg, #7dff3c 0%, #b3ff60 100%);
  color: #101510;
  font-size: 0.96rem;
  font-weight: 900;
  box-shadow:
    0 14px 24px rgba(125, 255, 60, 0.22),
    0 0 22px rgba(125, 255, 60, 0.18);
}

.quote-actions {
  margin-top: 0.2rem;
  text-align: center;
}

.thank-you-card {
  padding: 1.6rem 1.1rem;
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f2f6f0 100%);
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: var(--shadow);
}

.thank-you-card h1 {
  font-size: clamp(2.2rem, 8.5vw, 3.2rem);
  margin-bottom: 0.8rem;
}

.thank-you-card p {
  max-width: 30ch;
  margin-inline: auto;
}

.compact-section {
  padding: 1rem 0 1.75rem;
}

.section-title-center {
  text-align: center;
  margin-bottom: 1.25rem;
}

.section-title-center h2 {
  max-width: 22ch;
  margin-inline: auto;
  line-height: 1.18;
  text-wrap: balance;
  font-size: clamp(1.7rem, 5vw, 2.2rem);
  color: #141916;
}

.trust-title {
  margin-bottom: 1.4rem;
}

.trust-title h2,
.themed-title h2,
.area-card .themed-heading {
  max-width: 100%;
  padding: 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.72rem, 5.1vw, 2.15rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #121513;
  position: relative;
}

.trust-title h2::before,
.themed-title h2::before,
.area-card .themed-heading::before {
  content: "";
  display: block;
  width: 78px;
  height: 3px;
  margin: 0 auto 0.8rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2a362f 0%, #7dff3c 100%);
  box-shadow: 0 8px 18px rgba(125, 255, 60, 0.16);
}

.trust-title h2::after,
.themed-title h2::after,
.area-card .themed-heading::after {
  content: "";
  display: block;
  width: 132px;
  height: 1px;
  margin: 0.85rem auto 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0));
}

.themed-title {
  margin-bottom: 1.4rem;
}

.brand-emphasis {
  display: inline-block;
  font-weight: 900;
  margin: 0.38rem auto 0;
  color: #101510;
  padding: 0.12em 0.42em;
  border-radius: 14px;
  background: linear-gradient(135deg, #96ff48 0%, #d4ff84 100%);
  box-shadow:
    0 10px 20px rgba(125, 255, 60, 0.16),
    0 0 16px rgba(125, 255, 60, 0.12);
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: none;
  letter-spacing: -0.03em;
  line-height: 1;
}

.trust-line {
  display: block;
}

.transformation-title h2 {
  max-width: 100%;
  padding: 0.3rem 24px 0.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.72rem, 5.1vw, 2.15rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #111111;
  position: relative;
}

.transformation-title .title-line {
  display: block;
  white-space: nowrap;
}

.transformation-title h2::before {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 0 auto 0.85rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #111111 0%, #8cff47 100%);
}

.transformation-title p {
  max-width: 32ch;
}

.transformation-subhead {
  max-width: 100%;
}

.transformation-subhead .title-line {
  display: block;
  white-space: nowrap;
}

.reason-grid + .section-title-center,
.reason-grid .section-title-center {
  margin-bottom: 1.35rem;
}

.center-copy {
  margin-inline: auto;
}

.reason-grid,
.review-stack,
.mobile-process,
.social-area-grid {
  display: grid;
  gap: 1rem;
}

.reason-card,
.review-card,
.process-card,
.social-card,
.area-card {
  position: relative;
  overflow: hidden;
  padding: 1.35rem 1.25rem 1.2rem;
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(125, 255, 60, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f2f5f1 100%);
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow:
    0 14px 28px rgba(10, 20, 14, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.area-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(125, 255, 60, 0.06), transparent 22%),
    linear-gradient(225deg, transparent 68%, rgba(17, 17, 17, 0.025) 68% 82%, transparent 82%);
  pointer-events: none;
}

.area-card h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  color: #0f1512;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-shadow: 0 1px 0 rgba(125, 255, 60, 0.12);
}

.reason-card h3,
.process-card h3 {
  margin-bottom: 0.45rem;
}

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

.reason-card {
  position: relative;
  overflow: hidden;
  min-height: 136px;
  padding: 1.05rem 0.95rem 0.95rem;
  background:
    radial-gradient(circle at top right, rgba(125, 255, 60, 0.16), transparent 18%),
    linear-gradient(180deg, #141917 0%, #1a211d 100%);
  color: #f6f8f5;
  border: 1px solid rgba(125, 255, 60, 0.24);
  border-radius: 28px;
  box-shadow:
    0 14px 24px rgba(10, 12, 11, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.reason-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(0, 0, 0, 0.05));
  pointer-events: none;
}

.reason-card > * {
  position: relative;
  z-index: 1;
}

.reason-icon {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #111111 0%, #232927 100%);
  color: var(--accent);
  font-weight: 900;
  font-size: 0.95rem;
  box-shadow:
    0 12px 22px rgba(10, 20, 14, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.reason-icon-image {
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.reason-icon-shell {
  display: inline-grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.7rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(19, 22, 20, 0.96) 0%, rgba(29, 34, 31, 0.92) 100%);
  border: 1px solid rgba(125, 255, 60, 0.16);
  box-shadow:
    0 12px 20px rgba(10, 12, 11, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.reason-card h3 {
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.15;
}

.process-card h3 {
  font-size: 1.08rem;
  color: #ffffff;
  line-height: 1.15;
  text-align: left;
  margin-bottom: 0.55rem;
}

.reason-card p {
  font-size: 0.84rem;
  margin-bottom: 0;
  color: rgba(246, 248, 245, 0.84);
  line-height: 1.45;
}

.before-after-gallery {
  display: grid;
  gap: 1rem;
}

.transformation-actions {
  margin-top: 1.35rem;
  display: flex;
  justify-content: center;
}

.transformation-actions .button {
  width: min(100%, 320px);
}

.transformation-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.transformation-image {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: var(--shadow);
}

.transformation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-photo img,
.after-photo img {
  filter: none;
}

.image-label {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 20, 17, 0.82);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
}

.review-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1rem;
  margin: 0 auto 1rem;
  border-radius: 20px;
  background: rgba(25, 29, 27, 0.9);
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 12px 24px rgba(10, 20, 14, 0.12);
  justify-self: center;
  text-align: center;
  gap: 0.55rem;
  border: 1px solid rgba(156, 255, 84, 0.1);
}

.section.compact-section .container > .review-badge {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.review-badge strong {
  color: var(--accent);
  font-size: 1.15rem;
  line-height: 1.1;
}

.star-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.02rem;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
  flex-wrap: nowrap;
  letter-spacing: 0;
  font-size: 1.45rem;
  color: #f2b94b;
  font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
}

.star-row span {
  display: none;
}

.review-badge span:last-child {
  font-size: 0.7rem;
  line-height: 1.2;
}

.stars {
  color: #f2b94b;
  letter-spacing: 0.08em;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
}

.review-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f4f7f2 100%);
}

.section-divider {
  width: 100%;
  height: 1px;
  margin: 0 auto 1.3rem;
  background: linear-gradient(90deg, transparent 0%, rgba(23, 25, 24, 0.28) 20%, rgba(23, 25, 24, 0.28) 80%, transparent 100%);
}

.review-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #202523 0%, #383e3b 100%);
  color: #f2f5f1;
  font-size: 0.72rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.review-avatar-image {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  border: 2px solid rgba(17, 17, 17, 0.08);
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.phone-note {
  margin-top: 0.9rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  color: var(--text);
  font-weight: 800;
}

.social-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.social-button {
  width: 100%;
}

.dark-process {
  gap: 0.7rem;
}

.process-card {
  background: linear-gradient(180deg, #131916 0%, #1b221e 100%);
  color: #f5f7f3;
  border-color: rgba(125, 255, 60, 0.14);
  box-shadow:
    0 18px 34px rgba(10, 20, 14, 0.2),
    inset 0 1px 0 rgba(125, 255, 60, 0.08);
  position: relative;
  overflow: hidden;
}

.process-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), transparent 70%);
}

.process-card::after {
  content: "";
  position: absolute;
  right: -18px;
  top: -18px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 255, 60, 0.22) 0%, transparent 72%);
}

.process-card p {
  color: rgba(245, 247, 243, 0.75);
  margin-bottom: 0;
  text-align: left;
}

.process-card {
  text-align: left;
}

.process-arrow {
  display: grid;
  place-items: center;
  color: var(--accent);
  font-size: 1.4rem;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(125, 255, 60, 0.35);
}

.down-arrow {
  color: #0d120f;
  text-shadow: none;
  font-size: 1.15rem;
}

.dark-flow-arrow {
  color: #151817;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: none;
}

.dark-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 9, 8, 0.14), rgba(8, 9, 8, 0.22)),
    url("../images/background.png"),
    linear-gradient(180deg, #131514 0%, #1d201f 55%, #151716 100%);
  background-size: auto, cover, auto;
  background-position: center, center, center;
  border: 1px solid rgba(105, 122, 110, 0.28);
  box-shadow:
    0 18px 36px rgba(5, 8, 6, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  isolation: isolate;
}

.dark-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 22%);
  z-index: 0;
}

.dark-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, transparent 0 56%, rgba(255, 255, 255, 0.028) 56% 64%, transparent 64% 100%),
    radial-gradient(circle at center, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.2));
  pointer-events: none;
  opacity: 1;
}

.dark-cta h2,
.dark-cta .phone-note {
  color: #f5f7f3;
}

.dark-cta p {
  color: rgba(245, 247, 243, 0.76);
}

.dark-cta .eyebrow {
  background: rgba(18, 21, 20, 0.82);
  color: #f4f8f3;
  border: 1px solid rgba(125, 255, 60, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  margin-top: 0.3rem;
  position: relative;
  z-index: 1;
}

.dark-cta h2 {
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  font-size: clamp(1.6rem, 4.9vw, 2.1rem);
  line-height: 1.02;
  white-space: nowrap;
  color: #ffffff;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: none;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.dark-cta .button-primary {
  max-width: 280px;
  margin-inline: auto;
  background: linear-gradient(135deg, #7dff3c 0%, #a9ff68 100%);
  color: #121212;
  box-shadow: 0 16px 28px rgba(125, 255, 60, 0.22);
  border-radius: 999px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.cta-contact-button {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.dark-cta .phone-note {
  margin-top: 0.9rem;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.social-card {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7f2 100%);
}

.area-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.area-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 0.75rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #121614 0%, #232a27 100%);
  color: #f5f7f3;
  font-weight: 700;
  border: 1px solid rgba(125, 255, 60, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 10px 18px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
}

.area-tags span::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: 64%;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(125, 255, 60, 0), rgba(125, 255, 60, 0.9), rgba(125, 255, 60, 0));
  box-shadow: 0 0 12px rgba(125, 255, 60, 0.24);
  pointer-events: none;
}

.area-tags span::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 255, 60, 0.08) 0%, transparent 72%);
  pointer-events: none;
}

.unique-areas span:nth-child(odd) {
  transform: none;
}

.unique-areas span:nth-child(even) {
  transform: none;
}

.footer-grid-mobile {
  gap: 1.4rem;
}

@media (max-width: 900px) {
  html {
    scroll-behavior: auto;
  }

  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(244, 248, 242, 0.98);
  }

  .mobile-drawer {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 16px 28px rgba(10, 20, 14, 0.16);
  }

  .benefit-list {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero-slide,
  .hero-slide.is-active,
  .hero-slide.is-exit {
    transform: none;
    filter: none;
  }

  .hero-slide {
    transition: opacity 360ms ease;
  }

  .site-footer {
    padding-top: 2.7rem;
  }

  .footer-column {
    padding: 1.3rem 1.1rem;
    border-radius: 22px;
  }

  .footer-links a,
  .footer-phone {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 768px) {
  .mobile-hero-actions .hero-work-button.hero-work-button-desktop {
    display: inline-flex;
  }

  .brand-logo {
    max-width: 240px;
  }

  .site-logo {
    max-width: 228px;
  }

  .hero-stack {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }

  .hero-stack .quick-cta {
    grid-column: 1 / -1;
    max-width: 540px;
    justify-self: center;
  }

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

  .social-area-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-process {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }

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

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

  .project-shot--large {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .container {
    width: min(calc(100% - 3rem), 1240px);
  }

  .site-header {
    position: sticky;
    top: 0;
    padding: 0.5rem 1.5rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 1rem;
  }

  .mobile-header {
    min-height: 78px;
  }

  .mobile-nav {
    display: contents;
  }

  .site-header > .container.nav-bar.mobile-nav {
    display: contents;
  }

  .brand-logo {
    max-width: 210px;
    width: 100%;
    flex: 0 0 auto;
    order: 1;
    justify-self: start;
  }

  .site-logo {
    width: 100%;
    max-width: 210px;
    height: auto;
    opacity: 1;
    visibility: visible;
    object-fit: contain;
  }

  .mobile-header::before {
    content: none;
  }

  .mobile-header::after {
    content: none;
  }

  .header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    flex: 0 0 auto;
    order: 3;
    margin-left: 0;
    justify-self: end;
  }

  .menu-pill {
    display: none;
  }

  .mobile-drawer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    max-height: none;
    opacity: 1;
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    gap: 0.45rem;
    min-width: 0;
    order: 2;
    justify-self: center;
    visibility: visible;
  }

  .mobile-drawer a {
    white-space: nowrap;
    text-decoration: none;
    padding: 0.58rem 0.92rem;
    border-radius: 12px;
    background:
      radial-gradient(circle at top center, rgba(158, 255, 31, 0.08), transparent 62%),
      linear-gradient(180deg, rgba(22, 28, 25, 0.94) 0%, rgba(16, 20, 18, 0.92) 100%);
    color: #f4f7f2;
    border: 1px solid rgba(158, 255, 31, 0.1);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 8px 18px rgba(10, 20, 14, 0.12);
    font-size: 0.95rem;
    font-weight: 700;
    transition: color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  }

  .mobile-drawer a:hover,
  .mobile-drawer a:focus-visible {
    color: #9eff1f;
    background: rgba(20, 25, 23, 0.92);
    border-color: rgba(158, 255, 31, 0.28);
    box-shadow:
      0 0 0 1px rgba(158, 255, 31, 0.18),
      0 0 12px rgba(158, 255, 31, 0.12),
      0 10px 18px rgba(10, 20, 14, 0.16);
  }

  .call-pill {
    min-height: 48px;
    padding: 0.8rem 1.22rem;
    font-size: 0.96rem;
    font-weight: 800;
    white-space: nowrap;
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(125, 255, 60, 0.18);
  }

  .mobile-hero {
    padding-top: 1.2rem;
    padding-bottom: 1.45rem;
    background:
      radial-gradient(circle at top center, rgba(186, 255, 119, 0.18), transparent 18%),
      linear-gradient(150deg, transparent 0 28%, rgba(104, 173, 58, 0.12) 28% 42%, transparent 42% 100%),
      linear-gradient(130deg, transparent 0 58%, rgba(182, 255, 110, 0.08) 58% 72%, transparent 72% 100%),
      linear-gradient(118deg, rgba(255, 255, 255, 0.035) 0 18%, transparent 18% 100%),
      linear-gradient(180deg, #141917 0%, #1c231f 46%, #111513 100%);
  }

  .hero-stack {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
    gap: 2.2rem;
    align-items: center;
    background: transparent;
  }

  .hero-stack .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 0 1.1rem;
    min-width: 0;
  }

  .home-mobile h1,
  .hero-copy > p:not(.hero-kicker) {
    text-align: center;
    padding-inline: 0;
    margin-inline: auto;
  }

  .home-mobile h1 {
    max-width: 18ch;
    font-size: clamp(2.25rem, 3vw, 2.9rem);
    line-height: 0.98;
    margin-bottom: 1rem;
  }

  .hero-copy > p:not(.hero-kicker) {
    max-width: 38rem;
    font-size: 1.08rem;
    margin-bottom: 1rem;
  }

  .hero-line {
    display: block;
    white-space: nowrap;
    text-align: center;
  }

  .hero-subcopy .hero-line {
    white-space: normal;
    text-align: center;
  }

  .benefit-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 35rem;
    justify-items: center;
    padding: 1.12rem 1.2rem;
  }

  .benefit-list li {
    width: fit-content;
    font-size: 1.08rem;
  }

  .hero-copy .hero-kicker,
  .mobile-hero-actions,
  .mobile-hero-actions .button-primary {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
  }

  .mobile-hero-actions .button {
    width: auto;
    min-width: 220px;
  }

  .hero-photo-card {
    min-height: 410px;
  }

  .hero-slideshow-card {
    aspect-ratio: 4 / 3.05;
  }

  .garage-hero {
    min-height: 560px;
  }

  .garage-hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 10, 9, 0.72) 0%, rgba(8, 10, 9, 0.44) 38%, rgba(8, 10, 9, 0.2) 100%),
      linear-gradient(180deg, rgba(8, 10, 9, 0.24) 0%, rgba(8, 10, 9, 0.52) 62%, rgba(8, 10, 9, 0.74) 100%),
      radial-gradient(circle at 34% 32%, rgba(158, 255, 31, 0.12), transparent 22%);
  }

  .garage-hero-copy {
    min-height: 560px;
    align-content: center;
    justify-items: stretch;
    text-align: left;
    gap: 1.2rem;
    padding: 4.2rem 4.2rem 3.2rem;
    max-width: 1120px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 540px) auto;
    grid-template-areas:
      "title cta"
      "copy cta";
    align-items: center;
    justify-content: space-between;
  }

  .garage-hero-copy h1 {
    grid-area: title;
    max-width: 540px;
    width: 100%;
    font-size: clamp(3.2rem, 4.4vw, 4.7rem);
    line-height: 0.95;
    text-wrap: initial;
    justify-self: start;
    text-align: center;
  }

  .garage-hero-copy p {
    grid-area: copy;
    margin: 0;
    max-width: 540px;
    width: 100%;
    font-size: 1.22rem;
    line-height: 1.55;
    justify-self: start;
    text-align: center;
  }

  .garage-hero-copy .button {
    grid-area: cta;
    align-self: center;
    justify-self: end;
    width: auto;
    min-width: 260px;
    min-height: 56px;
    padding: 1rem 1.8rem;
    font-size: 1.05rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(125, 255, 60, 0.22);
  }

  .reason-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .reason-card {
    text-align: center;
    min-height: 220px;
    padding: 1.35rem 1.1rem 1.2rem;
  }

  .reason-card h3 {
    font-size: 1.1rem;
  }

  .reason-card p {
    font-size: 0.96rem;
  }

  .review-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .services-trust-grid,
  .commercial-benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .commercial-space-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .project-shot--large {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 100%;
  }

  .before-after-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .before-after-gallery .transformation-card:last-child {
    grid-column: 1 / -1;
    max-width: 560px;
    margin-inline: auto;
  }

  .homepage-why-choose .garage-trust-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.35rem;
  }

  .homepage-why-choose .garage-trust-list li {
    margin-top: 0;
    min-height: 112px;
    padding: 1rem 1rem 1rem 2.35rem;
    border-radius: 20px;
    background:
      radial-gradient(circle at top right, rgba(125, 255, 60, 0.12), transparent 24%),
      linear-gradient(180deg, rgba(23, 28, 25, 0.96) 0%, rgba(18, 22, 20, 0.94) 100%);
    border: 1px solid rgba(125, 255, 60, 0.12);
    box-shadow:
      0 14px 24px rgba(10, 20, 14, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .homepage-why-choose .garage-trust-list li + li {
    margin-top: 0;
  }

  .homepage-why-choose .garage-trust-list li::before {
    left: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .social-area-grid {
    grid-template-columns: 1fr;
  }

  .area-card {
    padding: 1.6rem 1.5rem 1.45rem;
  }

  .area-card .themed-heading {
    font-size: clamp(2rem, 2.6vw, 2.6rem);
    margin-bottom: 1.25rem;
  }

  .area-tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .area-tags span {
    min-height: 58px;
    font-size: 0.98rem;
  }

  .process-page-grid {
    gap: 1rem;
    max-width: 980px;
    margin-inline: auto;
  }

  .process-detail-card {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 0.92fr);
    align-items: start;
    gap: 0.75rem;
    padding: 0.72rem;
  }

  .process-detail-copy h2 {
    font-size: 1.18rem;
    margin-bottom: 0.4rem;
  }

  .process-detail-copy p {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .process-step-badge {
    min-height: 28px;
    padding: 0.24rem 0.62rem;
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
  }

  .process-detail-image img {
    min-height: 140px;
    max-height: 180px;
  }

  .process-detail-card--reverse .process-detail-copy {
    order: 2;
  }

  .process-detail-card--reverse .process-detail-image {
    order: 1;
  }

  .quote-page {
    padding-top: 0;
  }

  .quote-shell {
    width: min(calc(100% - 3rem), 760px);
  }

  .blog-card img,
  .services-hub-image img {
    height: 250px;
  }

  .gallery-page .project-shot img {
    min-height: 260px;
  }

  .home-mobile .mobile-process {
    max-width: none;
    margin-inline: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    gap: 1rem;
  }

  .home-mobile .process-arrow {
    display: none;
  }

  .home-mobile .process-card {
    min-height: 200px;
    padding: 1.3rem 1.15rem 1.15rem;
    border-radius: 24px;
  }

  .home-mobile .process-card h3 {
    font-size: 1.15rem;
    line-height: 1.08;
    margin-bottom: 0.7rem;
  }

  .home-mobile .process-card p {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .site-footer {
    margin-top: 4rem;
  }
}

@media (min-width: 1280px) {
  .container {
    width: min(calc(100% - 4rem), 1320px);
  }

  .mobile-header {
    gap: 1.25rem;
  }

  .brand-logo,
  .site-logo {
    max-width: 220px;
  }

  .mobile-drawer a {
    padding: 10px 16px;
    font-size: 0.96rem;
  }

  .call-pill {
    padding: 0.8rem 1.18rem;
  }

  .hero-stack {
    gap: 2.4rem;
  }

  .home-mobile h1 {
    max-width: 13ch;
    font-size: clamp(2.35rem, 2.85vw, 3.05rem);
  }

  .hero-copy > p:not(.hero-kicker) {
    font-size: 1.1rem;
  }
}
