/* Tony's Dumpsters SRQ -- original stylesheet, v2 multi-page build */

:root {
  --ink: #0E2B29;
  --ink-dark: #081A18;
  --moss: #1F9D74;
  --moss-dark: #17805F;
  --amber: #E8A33D;
  --sand: #F6F5F1;
  --white: #ffffff;
  --gray-700: #4B5A57;
  --gray-500: #7A8B87;
  --gray-200: #E1E7E4;
  --radius: 12px;
  --shadow: 0 8px 28px rgba(14, 43, 41, 0.10);
  --container: 1160px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--moss);
  color: var(--white);
  padding: 10px 16px;
  z-index: 1000;
  border-radius: 0 0 6px 0;
}
.skip-link:focus { left: 0; }

h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; font-weight: 700; }
h2.section-title { font-size: clamp(1.6rem, 3vw, 2.15rem); text-align: center; margin-bottom: .3em; }
h1.page-title { font-size: clamp(1.9rem, 4vw, 2.7rem); }
p.section-lead { text-align: center; color: var(--gray-700); max-width: 720px; margin: 0 auto 2.5rem; }
p.eyebrow {
  display: inline-block;
  color: var(--moss-dark);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .8em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  padding: .8em 1.5em;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--moss); color: var(--white); }
.btn-primary:hover { background: var(--moss-dark); }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,.5); color: var(--white); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.btn-lg { padding: 1em 2em; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 500; background: var(--ink); color: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--white); flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-weight: 800; font-size: 1.02rem; }
.brand-suffix { font-size: .7rem; letter-spacing: .12em; color: var(--amber); font-weight: 700; }

.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; width: 40px; height: 40px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--white); border-radius: 2px; }

.primary-nav { display: flex; align-items: center; gap: 20px; flex: 1; justify-content: flex-end; }
.primary-nav ul { list-style: none; display: flex; gap: 18px; margin: 0; padding: 0; flex-wrap: wrap; justify-content: flex-end; }
.primary-nav a { font-weight: 600; font-size: .88rem; opacity: .92; }
.primary-nav a:hover { opacity: 1; color: var(--amber); }
.nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Hero */
.hero {
  background: linear-gradient(160deg, var(--ink) 0%, var(--ink-dark) 100%);
  color: var(--white);
  padding: 84px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -180px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(31,157,116,.28), transparent 70%);
}
.hero::before {
  content: "";
  position: absolute;
  left: -100px;
  top: -140px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(232,163,61,.16), transparent 70%);
}
.hero-inner { position: relative; z-index: 1; max-width: 760px; }
.hero-badge {
  display: inline-block;
  background: rgba(31,157,116,.16);
  color: #6FE0B4;
  border: 1px solid rgba(111,224,180,.35);
  padding: .35em 1em;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 1.2em;
}
.hero p.lead { font-size: 1.12rem; color: rgba(255,255,255,.86); max-width: 620px; margin-bottom: 1.8em; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-points { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 2.4em; padding-top: 1.8em; border-top: 1px solid rgba(255,255,255,.15); }
.hero-point { display: flex; align-items: center; gap: .6em; font-weight: 600; font-size: .93rem; color: rgba(255,255,255,.9); }
.hero-point svg { flex-shrink: 0; }

.page-hero {
  background: linear-gradient(160deg, var(--ink) 0%, var(--ink-dark) 100%);
  color: var(--white);
  padding: 58px 0 64px;
}
.page-hero p.lead { color: rgba(255,255,255,.85); max-width: 680px; margin: .6em 0 0; }
.breadcrumbs { font-size: .82rem; color: rgba(255,255,255,.6); margin-bottom: 1em; }
.breadcrumbs a { color: rgba(255,255,255,.85); }
.breadcrumbs a:hover { color: var(--amber); }

section { padding: 72px 0; }
.section-alt { background: var(--sand); }
.section-sm { padding: 48px 0; }

/* Value grid / cards */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  transition: transform .15s ease;
}
.card:hover { transform: translateY(-4px); }
.card-icon {
  width: 46px; height: 46px; border-radius: 10px;
  background: rgba(31,157,116,.12);
  display: flex; align-items: center; justify-content: center;
  color: var(--moss-dark); margin-bottom: 16px;
}
.card h3 { font-size: 1.05rem; margin-bottom: .4em; }
.card p { color: var(--gray-700); font-size: .93rem; margin: 0 0 .8em; }
.card .card-link { font-weight: 700; color: var(--moss-dark); font-size: .88rem; }

/* Size cards */
.sizes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.size-card { border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.size-card-head { background: var(--ink); color: var(--white); padding: 18px 22px; display: flex; align-items: baseline; justify-content: space-between; }
.size-card-head strong { font-size: 1.5rem; color: var(--amber); }
.size-card-head span { font-size: .78rem; opacity: .8; }
.size-card-body { padding: 18px 22px; }
.size-card-body ul { margin: 0; padding-left: 1.1em; color: var(--gray-700); font-size: .9rem; }
.size-card-body li { margin-bottom: .4em; }
.size-note { font-size: .82rem; color: var(--gray-500); font-style: italic; margin-top: .8em; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; counter-reset: step; }
.process-step { position: relative; padding: 30px 22px 22px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); }
.process-step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -18px; left: 22px; width: 36px; height: 36px; border-radius: 50%;
  background: var(--moss); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 800;
}
.process-step h3 { margin-top: .6em; font-size: 1.02rem; }
.process-step p { color: var(--gray-700); font-size: .92rem; margin: 0; }

/* CTA band */
.cta-band { background: var(--moss); color: var(--white); text-align: center; padding: 54px 0; }
.cta-band h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: .3em; }
.cta-band p { color: rgba(255,255,255,.92); margin-bottom: 1.6em; }
.cta-band .btn-outline { border-color: var(--white); color: var(--white); }
.cta-band .btn-outline:hover { background: var(--white); color: var(--moss-dark); }
.cta-band-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Location grid */
.areas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.area-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 24px; }
.area-card h3 { margin-bottom: .3em; }
.area-card p { color: var(--gray-700); font-size: .9rem; }
.areas-note { text-align: center; color: var(--gray-700); max-width: 640px; margin: 0 auto 2rem; background: var(--white); border: 1px dashed var(--gray-200); border-radius: var(--radius); padding: 22px; font-size: .92rem; }

/* FAQ accordion */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 20px 4px; font-weight: 700; font-size: 1rem; display: flex; justify-content: space-between; align-items: center; cursor: pointer; color: var(--ink); }
.faq-question .icon { transition: transform .2s ease; color: var(--moss-dark); flex-shrink: 0; margin-left: 12px; }
.faq-item[data-open="true"] .faq-question .icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; color: var(--gray-700); font-size: .95rem; }
.faq-answer p { padding: 0 4px 20px; margin: 0; }
.faq-item[data-open="true"] .faq-answer { max-height: 500px; }

/* Two-column content */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split-copy p { color: var(--gray-700); margin-bottom: 1.05em; }
.stat-panel { background: var(--ink); border-radius: var(--radius); padding: 38px; color: var(--white); display: grid; gap: 22px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat { text-align: center; }
.stat strong { display: block; font-size: 1.7rem; color: var(--amber); }
.stat span { font-size: .8rem; color: rgba(255,255,255,.75); }

/* Disclosure / trust note box */
.notice-box {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-left: 4px solid var(--amber);
  border-radius: 8px;
  padding: 18px 22px;
  font-size: .9rem;
  color: var(--gray-700);
  margin: 1.6em 0;
}
.notice-box strong { color: var(--ink); }

/* Content page prose */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-size: 1.3rem; margin-top: 1.6em; }
.prose p { color: var(--gray-700); }
.prose ul { color: var(--gray-700); }

/* Contact / quote form */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-info h2 { text-align: left; }
.contact-info p { color: var(--gray-700); }
.contact-list { list-style: none; padding: 0; margin: 1.6em 0; display: grid; gap: 14px; }
.contact-list li { display: flex; align-items: center; gap: .8em; font-weight: 600; }
.contact-list .icon { color: var(--moss-dark); flex-shrink: 0; }

.quote-form { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: .75em .9em; border: 1px solid var(--gray-200); border-radius: 8px;
  font-family: inherit; font-size: .95rem; color: var(--ink); background: var(--white);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid var(--moss); outline-offset: 1px; }
.form-field textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: .8rem; color: var(--gray-500); margin-top: 10px; }
.hp-field { position: absolute; left: -9999px; }
.form-alert { padding: 14px 16px; border-radius: 8px; margin-bottom: 18px; font-size: .92rem; font-weight: 600; }
.form-alert.success { background: #e6f6ec; color: #1c6b3a; border: 1px solid #b6e3c5; }
.form-alert.error { background: #fdeceb; color: #9c2b21; border: 1px solid #f3c1bc; }
.form-alert.info { background: #fef6e7; color: #8a5a12; border: 1px solid #f0d8a8; }

/* Footer */
.site-footer { background: var(--ink-dark); color: rgba(255,255,255,.85); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-brand img { margin-bottom: 6px; }
.footer-brand p { margin: 0; font-weight: 700; color: var(--white); }
.footer-tagline { font-weight: 400 !important; color: rgba(255,255,255,.6) !important; font-size: .88rem; }
.footer-disclaimer { font-weight: 400 !important; color: rgba(255,255,255,.5) !important; font-size: .78rem !important; line-height: 1.5; margin-top: .6em !important; }
.footer-disclaimer a { text-decoration: underline; color: rgba(255,255,255,.7); }
.footer-col h2 { font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--amber); margin-bottom: 1em; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: .9rem; }
.footer-col a:hover { color: var(--amber); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; padding: 18px 0; font-size: .8rem; color: rgba(255,255,255,.5); }
.footer-legal { list-style: none; display: flex; gap: 16px; margin: 0; padding: 0; }
.footer-legal a:hover { color: var(--amber); }

/* Mobile sticky CTA bar */
.mobile-cta-bar { display: none; }

/* Utility */
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* Responsive */
@media (max-width: 980px) {
  .split, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .primary-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--ink);
    flex-direction: column; align-items: stretch; padding: 10px 20px 24px; display: none; gap: 16px;
  }
  .primary-nav.open { display: flex; }
  .primary-nav ul { flex-direction: column; gap: 4px; justify-content: flex-start; }
  .primary-nav ul li a { display: block; padding: 10px 0; }
  .nav-cta { flex-direction: column; align-items: stretch; }
  .hero, .page-hero { padding: 52px 0 60px; }
  .hero-points { flex-direction: column; gap: 14px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  section { padding: 52px 0; }

  body.has-mobile-cta { padding-bottom: 68px; }
  .mobile-cta-bar {
    display: flex;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 600;
    background: var(--white); border-top: 1px solid var(--gray-200);
    box-shadow: 0 -6px 18px rgba(0,0,0,.08);
  }
  .mobile-cta { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5em; padding: 14px 8px; font-weight: 700; font-size: .92rem; }
  .mobile-cta.call { background: var(--ink); color: var(--white); }
  .mobile-cta.quote { background: var(--moss); color: var(--white); }
}
