:root {
  --paper: #faf9f6;
  --ink: #16262e;
  --cart-green: #1d4a35;
  --cart-green-dark: #12362a;
  --hi-vis: #ee5a24;
  --hi-vis-dark: #c44a1c;
  --gulf-blue: #5ba4bd;
  --driftwood: #e9dcbc;
  --muted: #4b5c64;
}

* {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Instrument Sans", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--cart-green);
}

a:hover {
  color: var(--cart-green-dark);
}

.policy-link {
  color: var(--cart-green);
  font-weight: 650;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pricing-section .policy-link {
  color: #1d2410;
}

.schedule-conversion p .policy-link {
  color: #fff;
}

a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #ffb18e;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}

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

.site-root,
main {
  display: block;
}

.site-nav {
  box-shadow: 0 1px 0 rgba(22, 38, 46, 0.03);
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--hi-vis);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta,
.hero-copy > a,
.pricing-grid a,
.junk-section a {
  transition: background-color 160ms ease, box-shadow 160ms ease,
    transform 160ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.junk-section a:hover,
.junk-section a:focus-visible {
  background: var(--hi-vis-dark) !important;
  color: #fff;
}

.nav-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(22, 38, 46, 0.28);
  border-radius: 8px;
  padding: 8px 13px;
  background: rgba(250, 249, 246, 0.54);
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease,
    color 160ms ease;
}

.nav-contact:hover,
.nav-contact:focus-visible {
  border-color: rgba(29, 74, 53, 0.58);
  background: #eef3ee;
  color: var(--cart-green-dark);
}

.hero-copy > a:hover,
.hero-copy > a:focus-visible,
.pricing-grid > div:nth-child(3) a:hover,
.pricing-grid > div:nth-child(3) a:focus-visible {
  color: #fff;
  box-shadow: 0 12px 26px rgba(238, 90, 36, 0.45) !important;
  transform: translateY(-2px);
}

.pricing-grid > div:not(:nth-child(3)) a:hover,
.pricing-grid > div:not(:nth-child(3)) a:focus-visible {
  background: #eef3ee;
}

.building-pricing {
  margin-top: 24px;
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  border: 1px solid rgba(29, 74, 53, 0.22);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(31, 48, 28, 0.2);
}

.building-pricing-copy {
  padding: 36px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 55%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 22px),
    var(--cart-green);
}

.building-pricing-copy > span {
  color: #bbd2c3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.building-pricing-copy h3 {
  margin: 13px 0 17px;
  font: 800 clamp(31px, 4vw, 43px)/0.98 "Archivo", sans-serif;
  letter-spacing: -0.04em;
}

.building-pricing-copy p {
  margin: 0;
  color: #cfdfd5;
  font-size: 15.5px;
  line-height: 1.58;
}

.building-pricing-copy strong {
  color: #fff;
}

.building-pricing-copy .building-pricing-rule {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #a9c2b4;
  font-size: 13px;
}

.building-calculator {
  padding: 30px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #faf9f6;
}

.building-calculator-fields {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(130px, 0.45fr);
  gap: 14px;
}

.building-calculator label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #2d424a;
  font-size: 12px;
  font-weight: 700;
}

.building-calculator select,
.building-calculator input {
  min-width: 0;
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #c7d0cc;
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
  font: 500 14px/1.3 "Instrument Sans", sans-serif;
}

.building-calculator select:focus,
.building-calculator input:focus {
  border-color: var(--cart-green);
  outline: 3px solid rgba(29, 74, 53, 0.12);
}

.building-total {
  margin: 20px 0 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 4px 18px;
}

.building-total > span {
  color: var(--cart-green);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.building-total strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--ink);
  font: 800 42px/0.9 "Archivo", sans-serif;
  letter-spacing: -0.04em;
}

.building-total p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

#building-checkout {
  width: 100%;
  padding: 13px 18px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(#f4703c, var(--hi-vis));
  box-shadow: 0 6px 16px rgba(238, 90, 36, 0.28);
  cursor: pointer;
  font: 700 15px/1.35 "Instrument Sans", sans-serif;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

#building-checkout:hover,
#building-checkout:focus-visible {
  box-shadow: 0 10px 22px rgba(238, 90, 36, 0.38);
  transform: translateY(-2px);
}

#building-checkout:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.building-calculator > small {
  margin-top: 11px;
  color: #6f7e83;
  font-size: 11.5px;
  line-height: 1.45;
}

summary::-webkit-details-marker {
  display: none;
}

summary:focus-visible {
  border-radius: 6px;
  outline-offset: 2px;
}

details[open] .faq-plus {
  transform: rotate(45deg);
}

details[open] {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28) !important;
}

.hero-scene {
  position: absolute;
  inset: 0;
  transform-origin: top left;
}

.hero-plane {
  z-index: 3;
}

@keyframes gg-move {
  0%,
  8% {
    left: calc(8% + min(30%, 160px) + 10px);
  }
  24%,
  72% {
    left: calc(84% - 96px);
  }
  88%,
  100% {
    left: calc(8% + min(30%, 160px) + 10px);
  }
}

@keyframes gg-tilt {
  0%,
  8% {
    transform: rotate(0deg);
  }
  11%,
  21% {
    transform: rotate(-7deg);
  }
  24%,
  72% {
    transform: rotate(0deg);
  }
  75%,
  85% {
    transform: rotate(7deg);
  }
  88%,
  100% {
    transform: rotate(0deg);
  }
}

@keyframes gg-spin {
  0%,
  8% {
    transform: rotate(0deg);
  }
  24%,
  72% {
    transform: rotate(680deg);
  }
  88%,
  100% {
    transform: rotate(0deg);
  }
}

@keyframes gg-sun {
  0% {
    transform: translate(-30px, 400px);
  }
  8%,
  58% {
    transform: translate(0, 0);
  }
  68%,
  100% {
    transform: translate(-30px, 400px);
  }
}

@keyframes gg-moon {
  0%,
  62% {
    transform: translate(30px, 400px);
  }
  72%,
  90% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(30px, 400px);
  }
}

@keyframes gg-night {
  0% {
    opacity: 1;
  }
  8%,
  60% {
    opacity: 0;
  }
  70%,
  100% {
    opacity: 1;
  }
}

@keyframes gg-canglow {
  0% {
    opacity: 1;
  }
  8%,
  60% {
    opacity: 0;
  }
  70%,
  100% {
    opacity: 1;
  }
}

@keyframes gg-fly {
  from {
    left: 100%;
  }
  to {
    left: -440px;
  }
}

@keyframes gg-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes gg-prop {
  0%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.15);
  }
}

@keyframes gg-wave {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }
  30% {
    transform: rotate(1.2deg) translateY(-1.5px);
  }
  65% {
    transform: rotate(-1deg) translateY(1.5px);
  }
}

@keyframes gg-sheen {
  0%,
  68% {
    left: -60%;
  }
  100% {
    left: 130%;
  }
}

@keyframes gg-roll {
  from {
    transform: translateX(-70px);
  }
  to {
    transform: translateX(100vw);
  }
}

@keyframes gg-wheel {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.schedule-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 0;
  background-color: #dcebf1;
  background-image: linear-gradient(
      rgba(47, 110, 140, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(47, 110, 140, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
}

.schedule-section::before {
  position: absolute;
  top: -280px;
  right: -180px;
  width: 680px;
  height: 680px;
  border: 90px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.schedule-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 104px 24px 96px;
}

.schedule-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 44px;
}

.schedule-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  border: 1px solid rgba(29, 74, 53, 0.18);
  border-radius: 999px;
  padding: 7px 16px;
  background: rgba(250, 249, 246, 0.58);
  color: var(--cart-green);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.schedule-intro h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: "Archivo", sans-serif;
  font-size: clamp(42px, 5.5vw, 62px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.schedule-intro > div:first-child > p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
  text-wrap: pretty;
}

.schedule-verification {
  border-left: 4px solid var(--hi-vis);
  padding: 4px 0 4px 18px;
}

.schedule-verification-label {
  display: block;
  margin-bottom: 7px;
  color: #456270;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.schedule-verification strong {
  display: block;
  color: var(--ink);
  font-family: "Archivo", sans-serif;
  font-size: 18px;
}

.schedule-verification p {
  margin: 8px 0 0;
  color: #526a75;
  font-size: 13.5px;
  line-height: 1.5;
}

.schedule-boards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.schedule-board {
  overflow: hidden;
  scroll-margin-top: 16px;
  border: 1px solid rgba(22, 38, 46, 0.12);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 22px 52px rgba(28, 67, 83, 0.14);
}

.schedule-board-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 28px 30px;
  border-bottom: 1px solid rgba(22, 38, 46, 0.1);
}

.schedule-board-number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: var(--cart-green);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.schedule-board-gulf .schedule-board-number {
  background: #2f6e8c;
}

.schedule-board-fort .schedule-board-number {
  background: #8c774f;
}

.schedule-board-header h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Archivo", sans-serif;
  font-size: clamp(29px, 3.5vw, 40px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1;
}

.schedule-board-summary {
  margin: 7px 0 0;
  color: var(--hi-vis-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.schedule-provider {
  border-radius: 999px;
  padding: 8px 13px;
  background: #edf1ec;
  color: #50625a;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.schedule-fact-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid rgba(22, 38, 46, 0.1);
  background: #f1eee4;
}

.schedule-fact {
  display: grid;
  grid-template-columns: minmax(90px, 0.45fr) minmax(160px, 0.7fr) minmax(
      210px,
      1fr
    );
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 22px 30px;
}

.schedule-fact + .schedule-fact {
  border-left: 1px solid rgba(22, 38, 46, 0.1);
}

.schedule-fact > span {
  color: #65716e;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.schedule-fact strong {
  color: var(--cart-green);
  font-family: "Archivo", sans-serif;
  font-size: 17px;
}

.schedule-fact small {
  color: #5c6967;
  font-size: 13px;
  line-height: 1.45;
}

.orange-zone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 24px 30px 28px;
}

.zone-calendar {
  overflow: hidden;
  border: 1px solid rgba(22, 38, 46, 0.12);
  border-radius: 15px;
  background: #fff;
}

.zone-calendar-header {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 17px;
  border-bottom: 1px solid rgba(22, 38, 46, 0.1);
  background: #f7f7f4;
}

.zone-calendar-header > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zone-swatch {
  width: 8px;
  height: 34px;
  border-radius: 999px;
  background: #69757b;
}

.zone-calendar-blue .zone-swatch {
  background: #4f93d5;
}

.zone-calendar h4 {
  margin: 0;
  color: var(--ink);
  font-family: "Archivo", sans-serif;
  font-size: 18px;
}

.zone-calendar h4 span {
  display: block;
  margin-top: 3px;
  color: #718087;
  font-family: "Instrument Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zone-next {
  border-radius: 999px;
  padding: 7px 10px;
  background: #e7eee8;
  color: var(--cart-green);
  font-size: 11.5px;
  line-height: 1.25;
  text-align: center;
}

.zone-months {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px minmax(0, 1fr);
  column-gap: 8px;
  margin: 0;
  padding: 10px 16px 14px;
}

.zone-months dt,
.zone-months dd {
  padding: 8px 4px;
  border-bottom: 1px solid rgba(22, 38, 46, 0.07);
}

.zone-months dt:nth-of-type(n + 11),
.zone-months dd:nth-of-type(n + 11) {
  border-bottom: 0;
}

.zone-months dt,
.zone-months dd {
  margin: 0;
}

.zone-months dt {
  color: #76838a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zone-months dd {
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 650;
  white-space: nowrap;
}

.zone-months time {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 5px;
}

.zone-months time.is-next-pickup {
  background: var(--hi-vis);
  color: #fff;
  box-shadow: 0 3px 8px rgba(238, 90, 36, 0.24);
}

.schedule-source-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 30px;
  border-top: 1px solid rgba(22, 38, 46, 0.1);
  background: #f3f4ef;
}

.schedule-source-row > p {
  max-width: 62ch;
  margin: 0;
  color: #5d6a69;
  font-size: 13.5px;
  line-height: 1.5;
}

.schedule-source-row > p a {
  color: var(--cart-green);
  font-weight: 700;
}

.schedule-source-links {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.schedule-source-links a,
.fort-provider-grid a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(29, 74, 53, 0.25);
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--cart-green);
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease,
    color 160ms ease;
}

.schedule-source-links a:hover,
.schedule-source-links a:focus-visible,
.fort-provider-grid a:hover,
.fort-provider-grid a:focus-visible {
  border-color: var(--cart-green);
  background: var(--cart-green);
  color: #fff;
}

.gulf-route-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  padding: 26px 30px;
}

.route-day-panel {
  border-radius: 15px;
  padding: 24px;
  background: #eaf2f5;
}

.route-day-panel-recycle {
  background: #e8eee6;
}

.route-service-label,
.provider-step {
  display: block;
  margin-bottom: 7px;
  color: #54717d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.route-day-panel-recycle .route-service-label {
  color: #59705f;
}

.route-day-panel h4,
.fort-provider-grid h4 {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  letter-spacing: -0.015em;
}

.route-days {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.route-days span {
  display: grid;
  min-width: 54px;
  min-height: 44px;
  place-items: center;
  border-radius: 9px;
  background: #2f6e8c;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.route-day-panel-recycle .route-days span {
  background: var(--cart-green);
}

.route-days .route-day-double {
  min-width: 104px;
  background: var(--hi-vis);
}

.route-day-panel p {
  margin: 16px 0 0;
  color: #53666e;
  font-size: 13.5px;
  line-height: 1.55;
}

.schedule-alert {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin: 0 30px 26px;
  border: 1px solid rgba(196, 74, 28, 0.22);
  border-radius: 12px;
  padding: 15px 17px;
  background: #fff1e9;
  color: var(--hi-vis-dark);
}

.schedule-alert svg {
  flex: none;
  margin-top: 1px;
}

.schedule-alert p {
  margin: 0;
  color: #684a3c;
  font-size: 13.5px;
  line-height: 1.55;
}

.schedule-alert strong {
  color: #833d20;
}

.fort-provider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 26px 30px 18px;
}

.fort-provider-grid section {
  border: 1px solid rgba(22, 38, 46, 0.1);
  border-radius: 15px;
  padding: 23px;
  background: #f3efe5;
}

.fort-provider-grid section + section {
  background: #e9f0ed;
}

.fort-provider-grid p {
  min-height: 66px;
  margin: 0 0 18px;
  color: #596765;
  font-size: 13.5px;
  line-height: 1.55;
}

.fort-recycling-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.4fr);
  gap: 30px;
  margin: 0 30px 26px;
  border-radius: 15px;
  padding: 22px 24px;
  background: var(--ink);
  color: #fff;
}

.fort-recycling-date span {
  display: block;
  margin-bottom: 9px;
  color: #9fbac6;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.fort-recycling-date strong {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}

.fort-recycling-band p {
  margin: 0;
  color: #c4d2d7;
  font-size: 13.5px;
  line-height: 1.55;
}

.fort-recycling-band .fort-dropoff {
  margin-top: 10px;
  color: #fff;
}

.schedule-conversion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 30px;
  border-radius: 22px;
  padding: 36px 38px;
  background-color: var(--cart-green);
  background-image: repeating-linear-gradient(
    90deg,
    rgba(250, 249, 246, 0.04) 0 3px,
    transparent 3px 26px
  );
  color: #fff;
  box-shadow: 0 20px 46px rgba(28, 67, 83, 0.18);
}

.schedule-conversion span {
  display: block;
  margin-bottom: 8px;
  color: #a9c2b4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.schedule-conversion h3 {
  margin: 0 0 8px;
  font-family: "Archivo", sans-serif;
  font-size: 29px;
  letter-spacing: -0.02em;
}

.schedule-conversion p {
  max-width: 58ch;
  margin: 0;
  color: #bcd0c5;
  font-size: 14.5px;
  line-height: 1.55;
}

.schedule-conversion > a {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-bottom: 3px solid var(--hi-vis-dark);
  border-radius: 10px;
  padding: 14px 22px;
  background: var(--hi-vis);
  box-shadow: 0 8px 18px rgba(9, 29, 20, 0.22);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 160ms ease,
    transform 160ms ease;
}

.schedule-conversion > a:hover,
.schedule-conversion > a:focus-visible {
  background: #f16b36;
  color: #fff;
  box-shadow: 0 11px 24px rgba(9, 29, 20, 0.3);
  transform: translateY(-2px);
}

.footer-bin-runner {
  will-change: transform;
}

.footer-nav a,
.footer-contact-button,
.footer-social-link {
  transition: color 160ms ease;
}

.footer-nav a,
.footer-social-link {
  color: #c3d2d9;
  font-size: 14.5px;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-social-link:hover,
.footer-social-link:focus-visible {
  color: #fff;
}

.footer-social-link {
  align-self: flex-start;
}

.footer-contact-button {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(195, 210, 217, 0.42);
  border-radius: 8px;
  padding: 9px 15px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease,
    color 160ms ease;
}

.footer-contact-button:hover,
.footer-contact-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.service-content-backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 75% at 72% 50%,
    #1d4a35 30%,
    rgba(29, 74, 53, 0) 100%
  );
  pointer-events: none;
}

@media (max-width: 1020px) {
  .nav-contact {
    display: none;
  }

  .desktop-nav {
    gap: 18px !important;
    font-size: 14px !important;
  }

  .hero-grid {
    gap: 34px !important;
  }

  .hero-copy h1 {
    font-size: 52px !important;
  }

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

  .pricing-grid > div {
    grid-column: auto !important;
  }

  .pricing-grid > div:last-child {
    grid-column: 1 / -1 !important;
    justify-self: center;
    width: calc(50% - 9px);
    box-sizing: border-box;
  }

  .service-grid {
    gap: 36px !important;
  }

  .schedule-intro {
    gap: 42px;
  }

  .schedule-fact {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }
}

@media (max-width: 780px) {
  html {
    scroll-padding-top: 66px;
  }

  .nav-inner {
    gap: 10px !important;
    padding: 11px 18px !important;
  }

  .brand-link {
    gap: 8px !important;
  }

  .brand-link span {
    font-size: 22px !important;
  }

  .desktop-nav {
    display: none !important;
  }

  .nav-cta {
    padding: 9px 13px !important;
    font-size: 14px !important;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 36px !important;
    min-height: auto !important;
    padding: 46px 18px 82px !important;
  }

  .hero-copy {
    gap: 20px !important;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 13vw, 56px) !important;
  }

  .hero-copy h1 > span {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px !important;
  }

  .hero-copy h1 > span > span {
    font-size: clamp(40px, 13vw, 54px) !important;
  }

  .hero-service-row {
    align-items: flex-start !important;
    flex-direction: column;
    white-space: normal !important;
  }

  .hero-service-row > div {
    flex-wrap: wrap !important;
  }

  .hero-visual {
    height: 420px !important;
  }

  [data-screen-label="Hero"] > a {
    padding: 12px 20px !important;
    font-size: 15px !important;
  }

  .how-section,
  .built-section,
  .pricing-section,
  .faq-section {
    min-height: auto !important;
  }

  .section-shell,
  .built-section > div,
  .pricing-section > div,
  .faq-section > div {
    padding: 72px 18px !important;
  }

  .schedule-shell {
    padding: 72px 18px !important;
  }

  .schedule-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    margin-bottom: 34px;
  }

  .schedule-intro h2 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .schedule-verification {
    max-width: 520px;
  }

  .schedule-board-header {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 24px 22px;
  }

  .schedule-provider {
    grid-column: 2;
    justify-self: start;
  }

  .schedule-fact-rail,
  .orange-zone-grid,
  .gulf-route-grid,
  .fort-provider-grid,
  .fort-recycling-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .schedule-fact {
    grid-template-columns: minmax(115px, 0.45fr) minmax(0, 0.75fr) minmax(
        200px,
        1fr
      );
    gap: 14px;
    padding: 19px 22px;
  }

  .schedule-fact + .schedule-fact {
    border-top: 1px solid rgba(22, 38, 46, 0.1);
    border-left: 0;
  }

  .orange-zone-grid,
  .gulf-route-grid,
  .fort-provider-grid {
    padding: 22px;
  }

  .schedule-alert,
  .fort-recycling-band {
    margin-right: 22px;
    margin-left: 22px;
  }

  .fort-provider-grid p {
    min-height: 0;
  }

  .schedule-source-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 22px;
  }

  .schedule-source-links {
    justify-content: flex-start;
  }

  .schedule-conversion {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px;
  }

  .steps-grid,
  .audience-grid,
  .pricing-grid,
  .service-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .pricing-grid > div:last-child {
    grid-column: auto !important;
    justify-self: stretch;
    width: auto;
  }

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

  .building-pricing-copy,
  .building-calculator {
    padding: 28px 24px;
  }

  .steps-grid {
    gap: 16px !important;
  }

  .steps-grid + p {
    line-height: 1.6;
  }

  .how-section svg[aria-hidden="true"] {
    display: none;
  }

  .service-grid {
    gap: 40px !important;
    min-height: auto !important;
    padding: 72px 18px !important;
  }

  .service-content-backdrop {
    background: radial-gradient(
      ellipse 100% 75% at 50% 72%,
      #1d4a35 30%,
      rgba(29, 74, 53, 0) 100%
    );
  }

  .service-grid iframe {
    height: 300px !important;
  }

  [data-screen-label="How it works"] h2,
  [data-screen-label="Built for"] h2,
  [data-screen-label="Pricing"] h2,
  [data-screen-label="Service area"] h2,
  [data-screen-label="Pickup schedules"] h2,
  [data-screen-label="FAQ"] h2 {
    font-size: clamp(34px, 10vw, 42px) !important;
  }

  .junk-section > div {
    padding: 48px 18px !important;
  }

  .junk-section > div > div {
    padding: 32px 24px !important;
  }

  .footer-grid {
    align-items: flex-start !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px !important;
    padding: 52px 18px 20px !important;
  }
}

@media (max-width: 570px) {
  .building-calculator-fields,
  .building-total {
    grid-template-columns: minmax(0, 1fr);
  }

  .building-total strong {
    grid-column: 1;
    grid-row: auto;
    margin: 5px 0;
  }

  .schedule-board {
    border-radius: 17px;
  }

  .schedule-board-header {
    gap: 14px;
    padding: 21px 17px;
  }

  .schedule-board-number {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .schedule-board-header h3 {
    font-size: 27px;
  }

  .schedule-board-summary {
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: 0.055em;
  }

  .schedule-provider {
    font-size: 11.5px;
  }

  .schedule-fact {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    padding: 17px;
  }

  .orange-zone-grid,
  .gulf-route-grid,
  .fort-provider-grid {
    padding: 17px;
  }

  .zone-calendar-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .zone-next {
    margin-left: 18px;
  }

  .zone-months {
    padding-inline: 12px;
  }

  .zone-months {
    grid-template-columns: 32px minmax(0, 1fr) 32px minmax(0, 1fr);
    column-gap: 4px;
  }

  .zone-months dd {
    font-size: 12.5px;
  }

  .schedule-alert,
  .fort-recycling-band {
    margin-right: 17px;
    margin-left: 17px;
  }

  .schedule-source-row {
    padding: 18px 17px;
  }

  .schedule-source-links {
    width: 100%;
  }

  .schedule-source-links a {
    justify-content: center;
    flex: 1 1 150px;
  }

  .schedule-conversion {
    border-radius: 17px;
    padding: 27px 22px;
  }

  .schedule-conversion h3 {
    font-size: 25px;
  }

  .schedule-conversion > a {
    width: 100%;
  }

  .hero-visual {
    --hero-scene-scale: 0.98;
    --hero-scene-width: 102.041%;
    height: 412px !important;
  }

  .hero-scene {
    inset: auto;
    top: 0;
    left: 0;
    width: var(--hero-scene-width);
    height: 408px;
    transform: scale(var(--hero-scene-scale));
  }
}

@media (max-width: 550px) {
  .hero-visual {
    --hero-scene-scale: 0.94;
    --hero-scene-width: 106.383%;
    height: 396px !important;
  }
}

@media (max-width: 510px) {
  .hero-visual {
    --hero-scene-scale: 0.87;
    --hero-scene-width: 114.943%;
    height: 367px !important;
  }
}

@media (max-width: 470px) {
  .hero-visual {
    --hero-scene-scale: 0.79;
    --hero-scene-width: 126.582%;
    height: 334px !important;
  }
}

@media (max-width: 430px) {
  .brand-link span {
    font-size: 20px !important;
  }

  .brand-link svg {
    width: 23px;
    height: 26px;
  }

  .nav-cta {
    padding-inline: 10px !important;
  }

  .hero-visual {
    --hero-scene-scale: 0.73;
    --hero-scene-width: 136.986%;
    height: 310px !important;
  }

  .service-grid iframe {
    height: 260px !important;
  }
}

@media (max-width: 400px) {
  .hero-visual {
    --hero-scene-scale: 0.67;
    --hero-scene-width: 149.254%;
    height: 285px !important;
  }
}

@media (max-width: 370px) {
  .hero-visual {
    --hero-scene-scale: 0.61;
    --hero-scene-width: 163.934%;
    height: 261px !important;
  }
}

@media (max-width: 340px) {
  .hero-visual {
    --hero-scene-scale: 0.55;
    --hero-scene-width: 181.818%;
    height: 236px !important;
  }
}

@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;
  }

  .hero-night,
  .hero-moon {
    opacity: 0 !important;
  }

  .footer-bin-runner {
    animation: none !important;
    transform: translateX(18px);
    will-change: auto;
  }

  .footer-bin-wheel {
    animation: none !important;
  }
}
