:root {
  --ink: #17231f;
  --muted: #66716d;
  --dark: #062a26;
  --dark-2: #041d1b;
  --green: #83bd32;
  --green-2: #6fa928;
  --green-soft: #eaf5df;
  --amber: #f2b544;
  --paper: #f7faf6;
  --line: #dfe6df;
  --white: #ffffff;
  --shadow: 0 22px 50px rgba(8, 32, 27, 0.14);
  --radius: 8px;
  --container: 1180px;
  --heading: "Roboto Slab", Georgia, "Times New Roman", serif;
  --body: "Open Sans", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

.dispatch-photo img,
.service-card img,
.media-frame img,
.proof-photo img,
.cta-grid img {
  filter: saturate(0.88) contrast(1.06) brightness(0.95);
}

h1,
h2,
h3,
.brand strong,
.stats-grid strong,
.signature-list strong,
.authority-list strong,
.operator-facts strong,
.cta-form-head strong {
  font-family: var(--heading);
}

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

button,
input,
select {
  font: inherit;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 99;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--dark);
  padding: 10px 14px;
  font-weight: 800;
  box-shadow: var(--shadow);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  color: var(--white);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  flex: 0 0 auto;
  color: var(--green);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand strong {
  color: var(--green);
  font-size: 19px;
  font-weight: 900;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 9px;
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.9);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--green);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.phone-btn,
.menu-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.phone-btn {
  padding: 0 22px;
  color: var(--white);
  background: var(--green);
}

.phone-btn:hover,
.phone-btn:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  background: #93ca3f;
  transform: translateY(-1px);
}

.phone-btn svg,
.btn svg {
  width: 16px;
  height: 16px;
}

.menu-btn {
  display: none;
  width: 46px;
  border: 0;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  cursor: pointer;
}

.menu-btn svg {
  width: 30px;
  height: 30px;
}

.hero {
  position: relative;
  min-height: 700px;
  padding: 118px 0 34px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(2, 43, 38, 0.97) 0%, rgba(2, 43, 38, 0.86) 46%, rgba(2, 43, 38, 0.46) 100%),
    linear-gradient(0deg, rgba(1, 34, 31, 0.68), rgba(1, 34, 31, 0.18)),
    url("assets/hero-garbage-truck.jpg") center center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(2, 43, 38, 0), rgba(2, 43, 38, 0.75));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 44px;
  align-items: center;
}

.hero-kicker,
.section-heading p,
.band-label {
  margin: 0 0 10px;
  color: #5f8f24;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-kicker,
.hero .band-label,
.signature-proof .band-label,
.areas-band .band-label,
.cta-band .band-label,
.area-hero .hero-kicker {
  color: #b9f36a;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.06;
}

.hero h1 span {
  color: var(--green);
}

.hero-subtitle {
  max-width: 610px;
  margin: 22px 0 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.hero-badges li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 900;
}

.hero-badges svg,
.check-grid svg {
  color: var(--green);
  stroke-width: 3;
}

.zip-estimate {
  display: grid;
  grid-template-columns: minmax(180px, 240px) auto;
  gap: 10px;
  align-items: end;
  max-width: 520px;
  margin: 0 0 18px;
}

.zip-estimate label {
  display: grid;
  gap: 6px;
}

.zip-estimate label span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.zip-estimate input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  padding: 0 14px;
  font-size: 15px;
  font-weight: 900;
  outline: 0;
  backdrop-filter: blur(10px);
}

.zip-estimate input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.zip-estimate input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(131, 189, 50, 0.18);
}

.zip-estimate input.is-invalid {
  border-color: #ff9b7d;
  box-shadow: 0 0 0 3px rgba(255, 155, 125, 0.2);
}

.zip-result {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 800;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  border: 1px solid transparent;
  padding: 0 22px;
  cursor: pointer;
}

.btn-primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 16px 30px rgba(131, 189, 50, 0.25);
}

.btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.04);
}

.btn-soft {
  color: var(--dark);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.86);
}

.btn-outline:hover,
.btn-outline:focus-visible,
.btn-soft:hover,
.btn-soft:focus-visible {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-1px);
}

.borough-note {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 650px;
  margin-top: 28px;
}

.hero-proof-grid span {
  display: block;
  min-height: 76px;
  border-left: 3px solid var(--green);
  background: rgba(255, 255, 255, 0.08);
  padding: 13px 15px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.hero-proof-grid strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.05;
}

.hero-stack {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  min-height: 0;
}

.dispatch-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(3, 28, 25, 0.78);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
  min-height: 618px;
}

.dispatch-card::before {
  content: "5-BOROUGH ROUTE";
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(4, 29, 27, 0.68);
  color: var(--white);
  padding: 7px 9px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.dispatch-photo {
  position: relative;
  min-height: 618px;
}

.dispatch-photo img {
  width: 100%;
  height: 618px;
  object-fit: cover;
  object-position: center 58%;
}

.dispatch-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 29, 27, 0), rgba(4, 29, 27, 0.84));
}

.dispatch-photo div {
  position: absolute;
  inset: 18px 18px auto;
  z-index: 1;
}

.dispatch-photo span {
  display: block;
  margin-bottom: 4px;
  color: #ffe087;
  font-size: 11px;
  font-weight: 900;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
}

.dispatch-photo strong {
  display: block;
  max-width: 310px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.22;
}

.dispatch-list {
  position: absolute;
  inset: 104px 14px auto;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: transparent;
}

.dispatch-list li {
  min-height: 38px;
  background: rgba(4, 29, 27, 0.76);
  padding: 8px 10px;
  backdrop-filter: blur(8px);
}

.dispatch-list li:nth-child(n+3) {
  display: none;
}

.dispatch-list span,
.dispatch-list strong {
  display: block;
}

.dispatch-list span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.dispatch-list strong {
  margin-top: 3px;
  color: var(--white);
  font-size: 12px;
  line-height: 1.25;
}

.estimate-card {
  position: static;
  z-index: 3;
  width: 100%;
  max-width: 460px;
  scroll-margin-top: 96px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 22px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.3);
}

.estimate-card h2 {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
}

.estimate-card label,
.cta-estimate-form label {
  display: block;
  margin-bottom: 12px;
}

.estimate-card label span,
.cta-estimate-form label span {
  display: block;
  margin-bottom: 7px;
  color: #59615e;
  font-size: 12px;
  font-weight: 900;
}

.estimate-card input,
.estimate-card select,
.cta-estimate-form input,
.cta-estimate-form select {
  width: 100%;
  height: 47px;
  border: 1px solid #dce4dd;
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
  outline: 0;
}

.estimate-card input:focus,
.estimate-card select:focus,
.cta-estimate-form input:focus,
.cta-estimate-form select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(131, 189, 50, 0.18);
}

.estimate-card input.is-invalid,
.estimate-card select.is-invalid,
.cta-estimate-form input.is-invalid,
.cta-estimate-form select.is-invalid {
  border-color: #c4472d;
  background: #fff8f5;
  box-shadow: 0 0 0 3px rgba(196, 71, 45, 0.12);
}

.photo-upload {
  position: relative;
  display: grid !important;
  gap: 7px;
  min-height: 76px;
  border: 1px dashed #b8cbb7;
  border-radius: 6px;
  background: #f7fbf4;
  padding: 12px;
}

.photo-upload input[type="file"] {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.photo-upload strong,
.photo-upload em {
  display: flex;
  align-items: center;
}

.photo-upload strong {
  gap: 8px;
  color: var(--dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}

.photo-upload strong svg {
  width: 16px;
  height: 16px;
  color: var(--green-2);
}

.photo-upload em {
  min-height: 17px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.btn-full {
  width: 100%;
  min-height: 48px;
}

.form-note,
.form-result {
  margin: 12px 0 0;
  color: var(--green-2);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.form-result {
  min-height: 18px;
  color: var(--dark);
}

.stats-bar {
  background: var(--dark);
  color: var(--white);
}

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

.stats-grid article {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 22px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.stats-grid article:first-child {
  border-left: 0;
}

.stats-grid svg {
  width: 38px;
  height: 38px;
  color: var(--green);
}

.stats-grid strong,
.stats-grid span {
  display: block;
}

.stats-grid strong {
  font-size: 19px;
  line-height: 1.15;
}

.stats-grid span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.signature-proof {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 30, 27, 0.92) 0%, rgba(3, 30, 27, 0.78) 48%, rgba(3, 30, 27, 0.34) 100%),
    linear-gradient(0deg, rgba(3, 30, 27, 0.28), rgba(3, 30, 27, 0.28)),
    url("assets/hero-garbage-truck.jpg") center center / cover no-repeat;
}

.signature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 70px;
  align-items: end;
  min-height: 430px;
  padding: 78px 0;
}

.signature-proof h2 {
  max-width: 720px;
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.08;
}

.signature-proof h2 span {
  display: block;
  color: var(--green);
  font-size: 82px;
  line-height: 0.95;
}

.signature-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.signature-list li {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 18px 0;
}

.signature-list strong {
  color: var(--white);
  font-size: 17px;
  line-height: 1.2;
}

.signature-list span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.section {
  padding: 88px 0;
}

.services {
  background: linear-gradient(180deg, var(--white), var(--paper));
}

.section-heading h2 {
  max-width: 490px;
  margin: 0;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.18;
}

.heading-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.ghost-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #a8c68d;
  border-radius: 5px;
  color: var(--green-2);
  padding: 0 20px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ghost-link:hover,
.ghost-link:focus-visible {
  border-color: var(--green);
  background: var(--green-soft);
}

.service-grid {
  display: grid;
  gap: 24px;
}

.service-grid-featured {
  grid-template-columns: repeat(3, 1fr);
}

.service-grid-compact {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #dfe6df;
  border-radius: var(--radius);
  background: var(--white);
  overflow: visible;
  box-shadow: 0 14px 35px rgba(16, 38, 32, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(16, 38, 32, 0.12);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  border-radius: var(--radius) var(--radius) 0 0;
  object-fit: cover;
}

.service-card-featured img {
  aspect-ratio: 1.58 / 1;
}

.service-card-featured h3 {
  font-size: 20px;
}

.service-card-featured {
  min-height: 100%;
}

.service-card-featured p {
  flex: 1 1 auto;
  min-height: 72px;
}

.service-card-featured .service-tag {
  margin-top: auto;
}

.service-grid-compact .service-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 6px 24px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 18px 0;
  overflow: visible;
}

.service-grid-compact .service-card:last-child {
  border-bottom: 0;
}

.service-grid-compact .service-card:hover {
  transform: none;
  box-shadow: none;
}

.service-grid-compact .service-card img {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 150px;
  height: 96px;
  border-radius: 6px;
  aspect-ratio: auto;
  object-fit: cover;
}

.service-grid-compact .icon-bubble {
  display: none;
}

.service-grid-compact .service-card h3,
.service-grid-compact .service-card p,
.service-grid-compact .service-card a {
  margin-left: 0;
  margin-right: 0;
}

.service-grid-compact .service-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 5px;
}

.service-grid-compact .service-card p {
  grid-column: 2;
  grid-row: 2;
  min-height: 0;
  margin-bottom: 0;
}

.service-grid-compact .service-card a {
  grid-column: 2;
  grid-row: 3;
  margin-bottom: 0;
  white-space: nowrap;
}

.icon-bubble {
  position: relative;
  z-index: 2;
  display: grid;
  width: 56px;
  height: 56px;
  margin: -28px 0 16px 18px;
  place-items: center;
  flex: 0 0 auto;
  border: 4px solid var(--white);
  border-radius: 50%;
  background: #f7fbf4;
  color: var(--green-2);
  box-shadow: 0 10px 24px rgba(16, 38, 32, 0.12);
}

.icon-bubble svg {
  width: 25px;
  height: 25px;
}

.service-card h3,
.service-card p,
.service-card a {
  margin-left: 20px;
  margin-right: 20px;
}

.service-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}

.service-card p {
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.service-tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin: 0 20px 18px;
  border-left: 3px solid var(--green);
  background: var(--green-soft);
  color: var(--dark);
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card a svg {
  width: 13px;
  height: 13px;
}

.specialty-services {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(6, 42, 38, 0.97), rgba(7, 59, 50, 0.94)),
    var(--dark);
  padding: 30px;
  color: var(--white);
  box-shadow: 0 20px 48px rgba(14, 35, 30, 0.14);
}

.specialty-services h3 {
  max-width: 380px;
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.12;
}

.specialty-services p:not(.band-label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.7;
}

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

.specialty-services li {
  display: flex;
  min-width: 0;
  min-height: 104px;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  padding: 13px;
}

.specialty-services svg {
  width: 24px;
  height: 24px;
  color: var(--green);
  flex: 0 0 auto;
}

.specialty-services span {
  display: grid;
  gap: 6px;
}

.specialty-services strong {
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.specialty-services em {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.field-proof {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(131, 189, 50, 0.16), transparent 34%),
    linear-gradient(135deg, #041d1b 0%, #07362f 54%, #0d241f 100%);
}

.field-proof-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 58px;
  align-items: center;
}

.field-proof-copy h2 {
  max-width: 530px;
  margin: 0;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.12;
}

.field-proof-copy > p:not(.band-label) {
  max-width: 540px;
  margin: 20px 0 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 650;
}

.proof-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 26px;
}

.proof-list-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
}

.proof-list-grid svg {
  width: 19px;
  height: 19px;
  color: var(--green);
  flex: 0 0 auto;
}

.proof-media-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: auto auto;
  gap: 18px;
}

.proof-photo,
.proof-mini-card {
  overflow: hidden;
  border-radius: var(--radius);
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.22);
}

.proof-photo {
  position: relative;
  min-height: 230px;
}

.proof-photo-large {
  grid-row: span 2;
  min-height: 480px;
}

.proof-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.proof-photo-large img {
  object-position: center 70%;
}

.proof-photo figcaption {
  position: absolute;
  inset: auto 16px 16px;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.proof-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 28, 25, 0), rgba(3, 28, 25, 0.76));
}

.proof-photo strong {
  color: var(--white);
  font-size: 17px;
  line-height: 1.2;
}

.proof-photo span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
}

.proof-mini-card {
  display: grid;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 24px;
}

.proof-mini-card strong {
  color: var(--amber);
  font-size: 12px;
  text-transform: uppercase;
}

.proof-mini-card span {
  display: flex;
  align-items: center;
  min-height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.proof-mini-card span:last-child {
  border-bottom: 0;
}

.authority-section {
  background: var(--paper);
}

.authority-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 66px;
  align-items: center;
}

.authority-map h2,
.authority-copy h2 {
  max-width: 560px;
  margin: 0 0 28px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
}

.route-map {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(5, 42, 37, 0.96), rgba(7, 62, 52, 0.94)),
    var(--dark);
  box-shadow: 0 26px 70px rgba(11, 36, 30, 0.16);
}

.route-map::before,
.route-map::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.route-map::before {
  inset: 50px 64px 62px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.08) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.08) 50%, transparent 51%);
}

.route-map::after {
  left: 20%;
  right: 18%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--amber), var(--green));
  transform: rotate(-16deg);
  box-shadow: 0 0 22px rgba(131, 189, 50, 0.45);
}

.route-node {
  position: absolute;
  z-index: 2;
  width: 190px;
  border-left: 3px solid var(--green);
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 14px;
  color: var(--white);
}

.route-node::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 17px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--dark);
  border-radius: 50%;
  background: var(--green);
}

.route-node strong,
.route-node em {
  display: block;
  font-style: normal;
}

.route-node strong {
  font-size: 15px;
  line-height: 1.2;
}

.route-node em {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
}

.node-manhattan {
  left: 12%;
  top: 13%;
}

.node-brooklyn {
  left: 42%;
  top: 30%;
}

.node-queens {
  right: 8%;
  top: 15%;
}

.node-bronx {
  left: 18%;
  bottom: 17%;
}

.node-staten {
  right: 12%;
  bottom: 15%;
}

.mapbox-panel {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(5, 42, 37, 0.96), rgba(7, 62, 52, 0.94)),
    var(--dark);
  box-shadow: 0 26px 70px rgba(11, 36, 30, 0.16);
}

.mapbox-panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 42%;
  background: linear-gradient(180deg, rgba(4, 29, 27, 0), rgba(4, 29, 27, 0.78));
  pointer-events: none;
}

.mapbox-borough-map {
  position: absolute;
  inset: 0;
  min-height: 430px;
  background:
    linear-gradient(135deg, rgba(4, 42, 37, 0.94), rgba(6, 61, 52, 0.9)),
    var(--dark);
}

.mapbox-borough-map::before {
  content: "Loading NYC borough map";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mapbox-borough-map.is-map-fallback::before {
  content: "NYC coverage: Manhattan, Brooklyn, Queens, The Bronx and Staten Island";
  padding: 0 28px;
  text-align: center;
}

.mapboxgl-canvas {
  outline: 0;
}

.borough-marker {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--green);
  color: var(--dark);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 900;
}

.borough-marker::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(131, 189, 50, 0.42);
  border-radius: 50%;
}

.mapboxgl-popup-content {
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  color: var(--dark);
  font-family: var(--body);
  font-weight: 800;
}

.map-legend {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 46px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-legend li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(4, 29, 27, 0.72);
  color: var(--white);
  padding: 9px 10px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  backdrop-filter: blur(10px);
}

.map-legend span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  color: var(--dark);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 900;
}

.authority-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.authority-list li {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}

.authority-list strong {
  color: var(--dark);
  font-size: 19px;
  line-height: 1.1;
}

.authority-list span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.operator-layer {
  background: var(--white);
}

.operator-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px 62px;
  align-items: start;
}

.operator-grid h2 {
  max-width: 560px;
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
}

.operator-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.75;
}

.operator-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  overflow: hidden;
}

.operator-facts article {
  display: grid;
  gap: 6px;
  min-height: 128px;
  align-content: center;
  border-left: 1px solid var(--line);
  padding: 18px;
}

.operator-facts article:first-child {
  border-left: 0;
}

.operator-facts strong {
  color: var(--green-2);
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

.operator-facts span {
  color: var(--dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.operator-checklist {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.operator-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 16px;
  color: var(--dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 12px 30px rgba(16, 38, 32, 0.04);
}

.operator-checklist svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--green);
}

.trust-commerce {
  background: linear-gradient(180deg, var(--white), var(--paper));
}

.trust-commerce-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
  align-items: start;
}

.payment-panel,
.guarantee-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 38px rgba(16, 38, 32, 0.06);
}

.payment-panel {
  padding: 26px;
}

.payment-panel h3 {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.15;
}

.payment-panel p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.65;
}

.payment-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-chips span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid #b7cdb1;
  border-radius: 5px;
  background: var(--green-soft);
  color: var(--dark);
  padding: 0 11px;
  font-size: 12px;
  font-weight: 900;
}

.guarantee-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.guarantee-grid article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-content: start;
  gap: 8px 16px;
  min-height: 0;
  padding: 22px;
}

.guarantee-grid svg {
  width: 32px;
  height: 32px;
  color: var(--green);
}

.guarantee-grid strong {
  color: var(--dark);
  font-family: var(--heading);
  font-size: 17px;
  line-height: 1.2;
}

.guarantee-grid p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
}

.process-section {
  padding-top: 28px;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 0.93fr;
  gap: 78px;
  align-items: center;
}

.media-frame {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(14, 35, 30, 0.14);
}

.media-frame img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.steps-list {
  display: grid;
  gap: 28px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 42px 1fr 44px;
  align-items: start;
  gap: 16px;
  list-style: none;
}

.steps-list li::marker {
  content: "";
}

.steps-list li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
}

.steps-list h3 {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.25;
}

.steps-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.steps-list li > svg {
  width: 34px;
  height: 34px;
  color: #8db981;
  stroke-width: 1.7;
}

.haul-section {
  padding-top: 42px;
}

.split-layout-reverse {
  grid-template-columns: 1fr 0.9fr;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 13px 42px;
  max-width: 720px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-grid li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #33413d;
  font-size: 14px;
  font-weight: 800;
}

.check-grid svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.media-frame-small img {
  height: 335px;
}

.captioned-media {
  overflow: visible;
  margin: 0;
  box-shadow: none;
}

.captioned-media img {
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(14, 35, 30, 0.14);
}

.captioned-media figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.haul-infographic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 22%, rgba(131, 189, 50, 0.2), transparent 34%),
    linear-gradient(135deg, #f8fbf6, #eef6ea);
  padding: 26px;
  box-shadow: 0 20px 48px rgba(14, 35, 30, 0.1);
}

.haul-infographic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--green), transparent);
}

.haul-infographic-core,
.haul-infographic article {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(111, 169, 40, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
}

.haul-infographic-core {
  grid-row: span 3;
  display: grid;
  align-content: center;
  min-height: 330px;
  background:
    linear-gradient(135deg, rgba(6, 42, 38, 0.96), rgba(8, 69, 58, 0.94)),
    var(--dark);
  color: var(--white);
}

.haul-infographic-core span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.haul-infographic-core strong {
  margin-top: 12px;
  font-family: var(--heading);
  font-size: 34px;
  line-height: 1.08;
}

.haul-infographic article {
  display: grid;
  gap: 8px;
}

.haul-infographic article span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 900;
}

.haul-infographic article strong {
  font-family: var(--heading);
  font-size: 18px;
  line-height: 1.2;
}

.haul-infographic article p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.eco-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(131, 189, 50, 0.16), transparent 32%),
    linear-gradient(135deg, #062a26, #073d34 58%, #041d1b);
  color: var(--white);
}

.eco-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 58px;
  align-items: center;
}

.eco-score {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 34px;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.18);
}

.eco-score span {
  color: var(--green);
  font-family: var(--heading);
  font-size: 86px;
  font-weight: 900;
  line-height: 0.9;
}

.eco-score strong {
  max-width: 360px;
  font-family: var(--heading);
  font-size: 29px;
  line-height: 1.1;
}

.eco-score p,
.eco-copy > p:not(.band-label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 750;
  line-height: 1.7;
}

.eco-copy h2 {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: 35px;
  line-height: 1.14;
}

.eco-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 26px 0;
}

.eco-steps article {
  display: grid;
  gap: 10px;
  min-height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  padding: 16px;
}

.eco-steps strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-family: var(--heading);
}

.eco-steps span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.eco-section .ghost-link {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--white);
}

.guide-cluster {
  background: var(--paper);
}

.guide-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.guide-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 26px;
  box-shadow: 0 16px 38px rgba(16, 38, 32, 0.06);
}

.guide-card-primary {
  background:
    linear-gradient(135deg, rgba(6, 42, 38, 0.96), rgba(7, 59, 50, 0.95)),
    var(--dark);
  color: var(--white);
}

.guide-card span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-left: 3px solid var(--green);
  background: var(--green-soft);
  color: var(--dark);
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-card-primary span {
  background: rgba(255, 255, 255, 0.1);
  color: var(--green);
}

.guide-card h3 {
  margin: 18px 0 12px;
  font-size: 20px;
  line-height: 1.18;
}

.guide-card p,
.guide-card li {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.65;
}

.guide-card-primary p,
.guide-card-primary li {
  color: rgba(255, 255, 255, 0.78);
}

.guide-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.guide-card li {
  position: relative;
  padding-left: 20px;
}

.guide-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.areas-band,
.cta-band {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(2, 48, 42, 0.98), rgba(2, 65, 56, 0.96)),
    var(--dark);
}

.areas-band {
  padding: 64px 0;
}

.areas-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 58px;
  align-items: center;
}

.areas-grid h2,
.cta-grid h2 {
  max-width: 470px;
  margin: 0 0 26px;
  font-size: 33px;
  line-height: 1.15;
}

.borough-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.borough-list li {
  min-width: 0;
}

.borough-list a {
  display: grid;
  justify-items: center;
  gap: 14px;
  width: 100%;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.borough-list a:hover,
.borough-list a:focus-visible {
  color: var(--green);
}

.borough-list svg {
  width: 46px;
  height: 46px;
  color: var(--green);
  stroke-width: 1.7;
}

.borough-letter {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid rgba(185, 243, 106, 0.3);
  border-radius: 50%;
  background: rgba(131, 189, 50, 0.12);
  color: var(--green);
  font-family: var(--body);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.neighborhood-routes {
  background: var(--white);
}

.neighborhood-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.neighborhood-grid a {
  display: grid;
  gap: 10px;
  min-width: 0;
  min-height: 176px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 20px;
  box-shadow: 0 14px 34px rgba(16, 38, 32, 0.05);
}

.neighborhood-grid a:hover,
.neighborhood-grid a:focus-visible {
  border-color: var(--green);
  background: var(--green-soft);
}

.neighborhood-grid strong {
  color: var(--dark);
  font-size: 18px;
  line-height: 1.15;
}

.neighborhood-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.zip-coverage {
  background: var(--paper);
}

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

.zip-borough-grid article {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 24px;
  box-shadow: 0 16px 38px rgba(16, 38, 32, 0.06);
}

.zip-borough-grid article:nth-child(3) {
  grid-column: span 2;
}

.zip-borough-grid h3 {
  margin: 0;
  color: var(--dark);
  font-size: 22px;
  line-height: 1.15;
}

.zip-borough-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.zip-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zip-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(131, 189, 50, 0.28);
  border-radius: 6px;
  background: var(--green-soft);
  color: var(--dark);
  padding: 5px 9px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.zip-source-note {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
}

.project-gallery {
  background: var(--paper);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.project-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 18px;
  box-shadow: 0 16px 38px rgba(16, 38, 32, 0.06);
}

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

.project-images figure {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  margin: 0;
  border-radius: 6px;
  background: var(--paper);
}

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

.project-images figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 4px;
  background: rgba(4, 29, 27, 0.82);
  color: var(--white);
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 18px 0 8px;
  font-size: 20px;
  line-height: 1.18;
}

.project-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
}

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

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 64px;
  align-items: start;
}

.faq-list,
.area-faq .container {
  display: grid;
  gap: 12px;
}

.faq-list details,
.area-faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 0 22px;
  box-shadow: 0 14px 34px rgba(16, 38, 32, 0.05);
}

.faq-list summary,
.area-faq summary {
  cursor: pointer;
  padding: 18px 0;
  color: var(--dark);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.faq-list p,
.area-faq details p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.7;
}

.area-page {
  background: var(--white);
}

.area-header {
  position: sticky;
  inset: 0 0 auto;
  background:
    linear-gradient(90deg, rgba(4, 31, 28, 0.98), rgba(5, 48, 42, 0.96)),
    var(--dark);
}

.area-hero {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(5, 42, 37, 0.96), rgba(2, 74, 64, 0.9)),
    url("assets/hero-nyc.jpg") center / cover;
  padding: 92px 0 72px;
}

.area-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 64px;
  align-items: center;
}

.area-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.05;
}

.area-hero p:not(.hero-kicker) {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 750;
}

.area-proof {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(3, 25, 23, 0.5);
  padding: 20px;
  backdrop-filter: blur(10px);
}

.area-proof span {
  border-left: 3px solid var(--green);
  background: rgba(255, 255, 255, 0.08);
  padding: 13px 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
}

.area-content-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 64px;
}

.area-content h2,
.area-faq h2,
.area-links-section h2 {
  max-width: 680px;
  margin: 0 0 18px;
  color: var(--dark);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.16;
}

.area-content p {
  color: var(--muted);
  font-weight: 750;
}

.area-review-section {
  background: var(--white);
  padding-top: 0;
}

.area-review-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 54px;
  align-items: center;
}

.area-review-grid h2 {
  margin: 0;
  color: var(--dark);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
}

.area-review-card p {
  min-height: auto;
}

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

.area-neighborhoods li,
.area-link-grid a {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  padding: 12px 14px;
  color: var(--dark);
  font-size: 13px;
  font-weight: 900;
}

.area-faq,
.area-links-section {
  background: var(--paper);
}

.area-link-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.area-content article .area-link-grid,
.legal-body .area-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.area-link-grid a:hover,
.area-link-grid a:focus-visible {
  border-color: var(--green);
  background: var(--green-soft);
}

.tips-section {
  background: var(--white);
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tips-grid article {
  display: grid;
  align-content: start;
  min-height: 265px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 26px;
  box-shadow: 0 14px 34px rgba(16, 38, 32, 0.05);
}

.tips-grid span {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  border-left: 3px solid var(--green);
  background: var(--green-soft);
  color: var(--dark);
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tips-grid h3 {
  margin: 18px 0 12px;
  font-size: 21px;
  line-height: 1.16;
}

.tips-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.65;
}

.area-cta .cta-grid {
  grid-template-columns: minmax(0, 760px);
  align-items: start;
}

.centered {
  display: grid;
  justify-items: center;
  text-align: center;
}

.reviews {
  padding-bottom: 74px;
}

.review-slider {
  position: relative;
  margin-top: 38px;
}

.review-viewport {
  overflow: hidden;
  padding: 0 4px 6px;
}

.review-grid {
  display: flex;
  gap: 24px;
  margin-top: 0;
  transition: transform 320ms ease;
  will-change: transform;
}

.review-proof-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.review-proof-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--muted);
  padding: 0 14px;
  font-size: 12px;
  font-weight: 900;
}

.review-proof-line strong {
  color: var(--dark);
}

.external-review-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.external-review-row a,
.external-review-row span,
.review-platform-cta {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--dark);
  padding: 0 12px;
  font-size: 12px;
  font-weight: 900;
}

.external-review-row a:hover,
.external-review-row a:focus-visible,
.review-platform-cta:hover,
.review-platform-cta:focus-visible {
  border-color: var(--green);
  background: var(--green-soft);
}

.external-review-row span {
  color: var(--muted);
  background: var(--paper);
}

.review-platform-cta {
  cursor: pointer;
  text-transform: uppercase;
}

.review-card {
  flex: 0 0 calc((100% - 48px) / 3);
  border: 1px solid #dfe6df;
  border-radius: var(--radius);
  background: var(--white);
  padding: 26px;
  box-shadow: 0 14px 35px rgba(16, 38, 32, 0.05);
}

.review-context {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 18px;
  border-left: 3px solid var(--green);
  background: var(--green-soft);
  color: var(--dark);
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.stars {
  display: flex;
  gap: 4px;
  color: var(--green);
  line-height: 1;
}

.stars svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.4;
}

.review-card p {
  min-height: 92px;
  margin: 18px 0 22px;
  color: #33413d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.person {
  display: flex;
  align-items: center;
  gap: 11px;
}

.person span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #7ebd30, #d4e9bd);
  color: var(--dark);
  font-size: 13px;
  font-weight: 900;
}

.person strong {
  font-size: 12px;
  line-height: 1.3;
}

.review-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--green-2);
  box-shadow: 0 14px 34px rgba(16, 38, 32, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
}

.review-arrow svg {
  width: 18px;
  height: 18px;
}

.review-arrow:hover,
.review-arrow:focus-visible {
  border-color: var(--green);
  background: var(--green-soft);
}

.review-arrow-prev {
  left: -20px;
}

.review-arrow-prev svg {
  transform: rotate(180deg);
}

.review-arrow-next {
  right: -20px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #d7ded8;
  padding: 0;
  cursor: pointer;
}

.dots button[aria-current="true"] {
  background: var(--green);
}

.cta-band {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 64px 0;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 70px;
  align-items: center;
}

.cta-grid > div > p:not(.band-label) {
  margin: -12px 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.cta-estimate-form {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.cta-form-head {
  display: grid;
  gap: 3px;
  margin-bottom: 18px;
}

.cta-form-head span {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cta-form-head strong {
  color: var(--dark);
  font-size: 25px;
  line-height: 1.1;
}

.form-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cta-estimate-form .form-note,
.cta-estimate-form .form-result {
  color: var(--green-2);
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(120deg, rgba(7, 30, 28, 0.95), rgba(18, 30, 34, 0.98)),
    var(--dark-2);
  padding: 72px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.75fr 0.75fr 1fr;
  gap: 42px;
  padding-bottom: 52px;
}

.footer-brand p {
  max-width: 285px;
  margin: 22px 0 24px;
  font-size: 14px;
  line-height: 1.75;
}

.review-platform-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.review-platform-row button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  padding: 0 13px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.review-platform-row button:hover,
.review-platform-row button:focus-visible {
  border-color: var(--green);
  background: rgba(131, 189, 50, 0.12);
  color: var(--green);
}

.site-footer h3 {
  margin: 0 0 20px;
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer nav a,
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--green);
}

.footer-contact svg {
  width: 17px;
  height: 17px;
  color: var(--green);
  flex: 0 0 auto;
}

.footer-payment {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 10px;
}

.footer-payment span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  padding: 0 8px;
  font-size: 10px;
  font-weight: 900;
}

.footer-contact .footer-fine {
  display: block;
  max-width: 250px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.5;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.creator-credit {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.creator-credit a {
  color: inherit;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--green);
}

.mobile-quick-actions {
  display: none;
}

.legal-page .area-content-grid {
  grid-template-columns: 0.68fr 1.32fr;
}

.legal-body {
  display: grid;
  gap: 24px;
}

.legal-body article {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}

.legal-body article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.legal-body h2 {
  margin: 0 0 10px;
  color: var(--dark);
  font-size: 24px;
  line-height: 1.2;
}

.legal-body p,
.legal-body li {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.legal-body ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.pricing-factors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.pricing-factors span {
  display: block;
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
  border-radius: 6px;
  background: var(--paper);
  padding: 14px 16px;
  color: var(--dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 86;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(4, 29, 27, 0.92);
  color: var(--white);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.back-to-top svg {
  width: 19px;
  height: 19px;
  transform: rotate(-90deg);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--green);
}

:focus-visible {
  outline: 3px solid rgba(131, 189, 50, 0.5);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 18px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 40px;
  }

  .hero h1 {
    font-size: 48px;
  }

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

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

  .field-proof-grid {
    gap: 38px;
  }

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

  .stats-grid article:nth-child(3) {
    border-left: 0;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .trust-commerce-grid,
  .eco-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header {
    position: fixed;
    background: rgba(3, 31, 28, 0.92);
    backdrop-filter: blur(10px);
  }

  .main-nav {
    position: fixed;
    inset: 78px 0 auto;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(3, 31, 28, 0.98);
    padding: 14px 22px 22px;
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .menu-btn {
    display: inline-flex;
  }

  .phone-btn span {
    display: none;
  }

  .phone-btn {
    width: 46px;
    padding: 0;
  }

  .hero {
    padding-top: 128px;
  }

  .hero-grid,
  .split-layout,
  .split-layout-reverse,
  .areas-grid,
  .cta-grid,
  .signature-grid,
  .field-proof-grid,
  .authority-grid,
  .guide-grid,
  .faq-grid,
  .area-hero-grid,
  .area-content-grid,
  .area-link-grid,
  .operator-grid,
  .operator-facts,
  .operator-checklist,
  .area-review-grid,
  .service-grid-featured,
  .specialty-services,
  .specialty-services ul,
  .trust-commerce-grid,
  .eco-grid,
  .project-grid,
  .tips-grid {
    grid-template-columns: 1fr;
  }

  .legal-page .area-content-grid,
  .pricing-factors,
  .area-content article .area-link-grid,
  .legal-body .area-link-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 34px;
  }

  .estimate-card {
    position: static;
    inset: auto;
    max-width: 470px;
    margin: 0;
  }

  .hero-stack {
    display: grid;
    gap: 18px;
    min-height: 0;
    max-width: 520px;
  }

  .dispatch-card,
  .dispatch-photo {
    min-height: 0;
  }

  .dispatch-photo img {
    height: 230px;
  }

  .dispatch-list {
    position: static;
    inset: auto;
    padding: 1px;
    background: rgba(255, 255, 255, 0.1);
  }

  .dispatch-list li:nth-child(n+3) {
    display: block;
  }

  .split-layout,
  .split-layout-reverse {
    gap: 42px;
  }

  .areas-grid {
    gap: 34px;
  }

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

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

  .zip-borough-grid,
  .zip-borough-grid article:nth-child(3) {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .guide-card {
    min-height: auto;
  }

  .area-hero h1 {
    font-size: 44px;
  }

  .operator-checklist {
    grid-column: auto;
  }

  .operator-facts article {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 100px;
  }

  .operator-facts article:first-child {
    border-top: 0;
  }

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

  .proof-media-grid {
    grid-template-columns: 1fr 1fr;
  }

  .route-map,
  .mapbox-panel,
  .mapbox-borough-map {
    min-height: 390px;
  }

  .proof-photo-large {
    min-height: 380px;
  }

  .cta-grid {
    gap: 34px;
  }

  .review-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .review-arrow-prev {
    left: 4px;
  }

  .review-arrow-next {
    right: 4px;
  }

  .signature-grid {
    gap: 28px;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
    padding-bottom: 72px;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand {
    min-width: auto;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 16px;
  }

  .hero {
    min-height: auto;
    padding: 116px 0 58px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-badges {
    display: grid;
    gap: 12px;
  }

  .zip-estimate {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .hero-proof-grid,
  .dispatch-list,
  .proof-list-grid,
  .proof-media-grid,
  .guarantee-grid,
  .eco-steps,
  .project-grid,
  .tips-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid {
    display: none;
  }

  .dispatch-card {
    display: none;
  }

  .hero-cta,
  .heading-row,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .borough-note {
    display: none;
  }

  .btn,
  .ghost-link {
    width: 100%;
  }

  .estimate-card {
    padding: 24px;
  }

  .photo-upload-desktop {
    display: none !important;
  }

  .stats-grid,
  .service-grid,
  .review-grid,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .check-grid {
    grid-template-rows: none;
    grid-auto-flow: row;
  }

  .stats-grid article,
  .stats-grid article:nth-child(3) {
    min-height: 92px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 0;
  }

  .stats-grid article:first-child {
    border-top: 0;
  }

  .section {
    padding: 66px 0;
  }

  .section-heading h2,
  .field-proof-copy h2,
  .authority-map h2,
  .authority-copy h2,
  .areas-grid h2,
  .cta-grid h2,
  .operator-grid h2,
  .area-review-grid h2,
  .area-content h2,
  .area-faq h2,
  .area-links-section h2,
  .signature-proof h2 {
    font-size: 29px;
  }

  .signature-proof {
    min-height: 0;
  }

  .signature-grid {
    padding: 62px 0;
  }

  .signature-proof h2 span {
    font-size: 58px;
  }

  .service-card p,
  .review-card p {
    min-height: auto;
  }

  .service-grid-compact .service-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .service-grid-compact .service-card img {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height: 170px;
  }

  .service-grid-compact .service-card h3,
  .service-grid-compact .service-card p,
  .service-grid-compact .service-card a {
    grid-column: auto;
    grid-row: auto;
  }

  .service-grid-compact .service-card a {
    justify-self: start;
  }

  .media-frame img {
    height: 310px;
  }

  .haul-infographic {
    grid-template-columns: 1fr;
  }

  .haul-infographic::before {
    display: none;
  }

  .haul-infographic-core {
    grid-row: auto;
    min-height: 220px;
  }

  .haul-infographic-core strong {
    font-size: 28px;
  }

  .specialty-services,
  .payment-panel,
  .eco-score,
  .project-card,
  .tips-grid article {
    padding: 20px;
  }

  .eco-score span {
    font-size: 64px;
  }

  .proof-photo,
  .proof-photo-large {
    min-height: 300px;
  }

  .route-map {
    display: grid;
    gap: 10px;
    min-height: auto;
    padding: 18px;
  }

  .mapbox-panel,
  .mapbox-borough-map {
    min-height: 380px;
  }

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

  .route-map::before,
  .route-map::after {
    display: none;
  }

  .route-node {
    position: relative;
    inset: auto;
    width: auto;
  }

  .node-manhattan,
  .node-brooklyn,
  .node-queens,
  .node-bronx,
  .node-staten {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .authority-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .steps-list li {
    grid-template-columns: 38px 1fr;
  }

  .steps-list li > svg {
    display: none;
  }

  .borough-list {
    grid-template-columns: 1fr;
    gap: 28px 18px;
  }

  .review-card {
    flex-basis: 100%;
  }

  .review-arrow {
    display: none;
  }

  .form-split {
    grid-template-columns: 1fr;
  }

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

  .zip-borough-grid article {
    padding: 20px;
  }

  .zip-chip-list {
    gap: 7px;
  }

  .zip-chip-list span {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 11px;
  }

  .area-hero {
    padding: 112px 0 58px;
  }

  .area-hero h1 {
    font-size: 34px;
  }

  .area-proof {
    padding: 14px;
  }

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

  .neighborhood-grid a {
    min-height: auto;
  }

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

  .mobile-quick-actions {
    position: fixed;
    inset: auto 10px 10px;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(4, 29, 27, 0.96);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(10px);
  }

  .mobile-quick-actions a {
    display: grid;
    min-height: 58px;
    place-items: center;
    gap: 3px;
    color: var(--white);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-quick-actions a:nth-child(2) {
    background: var(--green);
  }

  .mobile-quick-actions svg {
    width: 18px;
    height: 18px;
  }

  .back-to-top {
    bottom: 82px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .brand small {
    display: none;
  }

  .estimate-card {
    padding: 20px;
  }

  .borough-list {
    grid-template-columns: 1fr;
  }
}

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