:root {
  --navy: #08122a;
  --navy-2: #0c1a3a;
  --navy-3: #132447;
  --gold: #c9a227;
  --gold-2: #e8c547;
  --cream: #f7f4ea;
  --paper: #fffdf8;
  --ink: #10141c;
  --muted: #5c6478;
  --line: rgba(201, 162, 39, 0.35);
  --shadow: 0 18px 50px rgba(8, 18, 42, 0.18);
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.bar {
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.bar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  flex-wrap: wrap;
}

.bar a {
  text-decoration: none;
  font-weight: 800;
}

.site-header {
  background: var(--navy);
  color: var(--cream);
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 3px solid var(--gold);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
}

.brand {
  text-decoration: none;
  line-height: 1;
}

.brand strong {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: 0.08em;
  color: var(--gold);
}

.brand span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 4px;
}

nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

nav a {
  text-decoration: none;
  color: #e8ecf7;
  font-weight: 600;
  font-size: 0.95rem;
}

nav a:hover,
nav a[aria-current="page"] {
  color: var(--gold);
}

.phone-cta {
  background: var(--gold);
  color: var(--navy) !important;
  padding: 10px 16px;
  font-weight: 800 !important;
  letter-spacing: 0.03em;
}

.menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 8px 12px;
  font-weight: 700;
}

.hero {
  background:
    linear-gradient(90deg, rgba(8, 18, 42, 0.92) 0%, rgba(8, 18, 42, 0.72) 55%, rgba(8, 18, 42, 0.45) 100%),
    #08122a;
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.hero.hero-photo {
  background:
    linear-gradient(90deg, rgba(8, 18, 42, 0.94) 0%, rgba(8, 18, 42, 0.82) 52%, rgba(8, 18, 42, 0.62) 100%),
    url("../img/roll-off-truck.jpg") right center / cover no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  padding: 72px 0 80px;
  align-items: center;
}

.kicker {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin: 0 0 12px;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  letter-spacing: 0.03em;
  line-height: 0.95;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  color: var(--gold);
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--cream);
  font-size: 0.42em;
  letter-spacing: 0.08em;
  margin-top: 8px;
}

.lede {
  font-size: 1.35rem;
  max-width: 38rem;
  margin: 0 0 28px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 14px 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  border: 2px solid transparent;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
}

.btn-ghost {
  border-color: var(--gold);
  color: var(--gold);
  background: transparent;
}

.btn-navy {
  background: var(--navy);
  color: var(--gold);
}

.card {
  background: var(--paper);
  color: var(--ink);
  padding: 28px;
  box-shadow: var(--shadow);
  border-top: 6px solid var(--gold);
}

.card h2 {
  font-size: 2rem;
  color: var(--navy);
}

label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 12px 0 6px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #d7dbe6;
  background: #fff;
  font: inherit;
}

.hp {
  position: absolute;
  left: -9999px;
}

.note {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 10px 0 0;
}

.strip {
  background: var(--navy-2);
  color: var(--cream);
}

.strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 28px 0;
}

.strip strong {
  display: block;
  color: var(--gold);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.section {
  padding: 72px 0;
}

.section h2 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--navy);
  text-transform: uppercase;
}

.gold-rule {
  width: 88px;
  height: 4px;
  background: var(--gold);
  margin: 0 0 28px;
}

.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.three,
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.service {
  background: var(--cream);
  padding: 0 0 24px;
  border: 1px solid #eee6d2;
}

.service img {
  height: 280px;
  width: 100%;
  object-fit: contain;
  background: #fff;
  padding: 16px 16px 0;
}

.service h3 {
  font-size: 2rem;
  color: var(--navy);
  padding: 22px 22px 0;
}

.service p,
.service a {
  margin-left: 22px;
  margin-right: 22px;
}

.service a {
  font-weight: 800;
  color: var(--navy);
}

.price-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.checks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checks a {
  color: var(--navy);
  font-weight: 700;
}

.checks li {
  padding: 10px 0 10px 28px;
  position: relative;
  font-size: 1.08rem;
}

.checks li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--gold);
  position: absolute;
  left: 0;
  top: 16px;
}

.quote-panel {
  background: var(--navy);
  color: var(--cream);
  padding: 36px;
}

.quote-panel h3 {
  color: var(--gold);
  font-size: 2.2rem;
}

.size-group {
  margin-bottom: 40px;
}

.size-group h3 {
  font-size: 1.8rem;
  color: var(--navy);
  text-transform: uppercase;
  margin: 0 0 8px;
}

.size-note {
  margin: 0 0 16px;
  color: var(--muted);
}

.size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 8px;
}

.size-pills span {
  display: inline-block;
  border: 1px solid #eee6d2;
  background: #fff;
  padding: 12px 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.04em;
}

.sizes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.size {
  border: 1px solid #eee6d2;
  padding: 16px 16px 22px;
  background: #fff;
}

.size em {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.size img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  background: #fff;
  margin-bottom: 12px;
}

.dumpster-end {
  position: relative;
  width: fit-content;
  max-width: 100%;
  height: 160px;
  margin: 0 auto 12px;
  background: #fff;
}

.dumpster-end img {
  width: auto;
  height: 160px;
  margin-bottom: 0;
}

.cover-bottom-abs {
  position: absolute;
  left: 75.2%;
  top: 49.5%;
  width: 15.8%;
  height: 24.5%;
  background: #141414;
  pointer-events: none;
}

.size strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  color: var(--navy);
}

.page-hero {
  background: var(--navy);
  color: var(--cream);
  padding: 56px 0;
}

.page-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
}

.muted {
  color: var(--muted);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid #ece6d6;
}

th {
  background: var(--navy);
  color: var(--gold);
  font-weight: 700;
}

.footer {
  background: var(--navy);
  color: #cfd6e8;
  padding: 48px 0 24px;
}

.footer .wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
}

.footer a {
  color: var(--gold);
  text-decoration: none;
}

.footer strong {
  color: var(--gold);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}

.legal {
  border-top: 1px solid rgba(201, 162, 39, 0.25);
  margin-top: 28px;
  padding-top: 16px;
  font-size: 0.85rem;
}

.city-group {
  margin-top: 36px;
}

.city-group h3 {
  font-size: 1.35rem;
  margin-bottom: 0;
}

.city-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  columns: 4;
  column-gap: 28px;
}

.city-list li {
  break-inside: avoid;
  padding: 5px 0;
  border-bottom: 1px solid #eee6d2;
  font-size: 0.95rem;
}

.city-list a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}

.city-list a:hover {
  text-decoration: underline;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  margin: 24px 0 8px;
}

.city-grid a {
  display: block;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e4dcc4;
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}

.city-grid a:hover,
.city-grid a:focus-visible {
  border-color: var(--gold);
}

.quote-wrap {
  max-width: 560px;
}

.faq {
  margin-top: 40px;
}

.faq h3 {
  font-size: 1.35rem;
  color: var(--navy);
  margin: 22px 0 8px;
  text-transform: none;
  letter-spacing: 0;
}

.pay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.hidden {
  display: none !important;
}

.bill-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.bill-toolbar h2 {
  margin-bottom: 4px;
}

.badge-open {
  color: #a32020;
  font-weight: 800;
}

.badge-paid {
  color: #1f7a3a;
  font-weight: 800;
}

.table-wrap {
  overflow-x: auto;
  padding: 0;
}

.table-wrap table {
  margin: 0;
}

.table-wrap th:first-child,
.table-wrap td:first-child {
  padding-left: 20px;
}

code {
  font-size: 0.92em;
  background: #efe8d4;
  padding: 2px 6px;
}

.ok,
.err {
  display: none;
  margin-top: 12px;
  font-weight: 700;
}

.ok {
  color: #1f7a3a;
}

.err {
  color: #a32020;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 80;
  background: var(--gold);
  color: var(--navy);
  padding: 10px 16px;
  font-weight: 800;
  text-decoration: none;
}

.skip:focus {
  left: 8px;
}

.call-bar {
  display: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 64px;
  }

  .call-bar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: var(--gold);
    color: var(--navy);
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 16px 12px;
  }
}

@media (max-width: 900px) {
  .menu-btn {
    display: block;
  }

  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy-2);
    flex-direction: column;
    padding: 16px 20px 24px;
    gap: 14px;
  }

  nav.open {
    display: flex;
  }

  .hero-grid,
  .two,
  .three,
  .price-grid,
  .pay-grid,
  .strip .wrap,
  .sizes,
  .footer .wrap,
  .city-list {
    grid-template-columns: 1fr;
  }

  .city-list {
    columns: 2;
  }

  .hero-grid {
    padding: 44px 0 52px;
  }
}
