﻿:root {
  --red: #2cb60a;
  --red-dark: #a51f1f;
  --blue: #163b77;
  --gold: #f4b400;
  --text: #1f2430;
  --muted: #5a6475;
  --bg: #ffffff;
  --light: #f3f6fb;
  --tan: #f6f0e7;
  --line: #dde5ef;
  --white: #ffffff;
  --shadow: 0 16px 34px rgba(22, 59, 119, 0.08);
  --radius: 20px;
  --radius-lg: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.4;
}
img { display: block; width: 100%; height: auto; border-radius: 16px; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: 'Oswald', Impact, sans-serif;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2rem, 4vw, 4.15rem); margin-bottom: 1rem; text-transform: uppercase; }
h2 { font-size: clamp(1.75rem, 3vw, 3rem); margin-bottom: 0.9rem; text-transform: uppercase; }
h3 { font-size: 1.25rem; margin-bottom: 0.75rem; text-transform: uppercase; }
p { margin-bottom: 1rem; }
ul { margin: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: var(--white);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  z-index: 99;
}
.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}
.topbar {
  background: var(--blue);
  color: var(--white);
  font-size: 0.92rem;
}
.topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.topbar-inner p { margin-bottom: 0; }
.topbar-inner a { color: var(--gold); font-weight: 700; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}
.nav-row {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  max-width: 560px;
  min-width: 0;
}
.brand-logo {
  width: 112px;
  height: auto;
  border-radius: 0;
  flex: 0 0 auto;
}
.brand strong { display: block; font-weight: 800; }
.brand small { display: block; color: var(--muted); margin-top: 0.15rem; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.site-nav a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}
.nav-button,
.button-primary,
.button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
}
.nav-button,
.button-primary {
  background: var(--red);
  color: var(--white) !important;
}
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  border: 2px solid var(--blue);
  color: var(--blue);
  text-align: center;
}
.button-light {
  background: var(--white);
  color: var(--red);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  margin: 4px auto;
}
.hero {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 2.5rem 0 3.25rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.4rem;
  align-items: start;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  background: rgba(198, 40, 40, 0.08);
  color: var(--red);
  border: 1px solid rgba(198, 40, 40, 0.15);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
}
.hero-lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 60ch;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.4rem 0;
}
.hero-media {
  display: grid;
  gap: 1rem;
  margin-top: 60px;
}
.hero-photo-main,
.hero-mini-grid img,
.process-card,
.size-card,
.local-card,
.content-box,
.faq-grid details,
.recommendation-banner,
.quick-facts-grid article {
  box-shadow: var(--shadow);
}
.hero-photo-main img {
  min-height: 240px;
  object-fit: cover;
}
.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.hero-mini-grid img {
  min-height: 175px;
  object-fit: cover;
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
}
.hero-points div {
  padding: 1rem;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow);
  min-height: 100%;
}
.hero-points strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
.hero-points span {
  color: var(--muted);
  font-size: 0.9rem;
}
.hero-points-full {
  grid-column: 1 / -1;
  margin-top: 1rem;
}
.quick-facts { padding: 0 0 2rem; }
.quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.quick-facts-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem;
}
.fact-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
  margin-bottom: 0.8rem;
}
.quick-facts-grid article h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.quick-facts-grid article p {
  color: var(--muted);
  margin-bottom: 0;
}
.section { padding: 4.5rem 0; }
.section-tan { background: var(--tan); }
.section-heading { margin-bottom: 2rem; }
.section-label {
  color: var(--red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  margin-bottom: 0.55rem;
}
.section-heading p:last-child {
  color: var(--muted);
  max-width: 72ch;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.process-card,
.local-card {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 20px;
  padding: 1rem;
}
.process-card span {
  display: inline-block;
  margin: 0.9rem 0 0.45rem;
  color: var(--red);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.process-card p,
.local-card p {
  color: var(--muted);
  margin-bottom: 0;
}
.process-card img,
.local-card img {
  min-height: 180px;
  object-fit: cover;
}
.size-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.size-card {
  background: var(--white);
  border: 1px solid rgba(22, 59, 119, 0.1);
  border-top: 5px solid var(--red);
  border-radius: 20px;
  padding: 1rem;
}
.size-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.size-card-head strong {
  color: var(--blue);
  font-size: 1.15rem;
}
.size-card ul {
  padding-left: 1.1rem;
  margin: 0.9rem 0 0;
  color: var(--muted);
}
.size-card li { margin-bottom: 0.5rem; }
.size-card img {
  min-height: 150px;
  object-fit: cover;
}
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}
.content-box {
  padding: 1.2rem;
  border-radius: 18px;
  margin-top: 1rem;
  border: 1px solid var(--line);
  background: var(--white);
}
.success-box { border-left: 6px solid var(--blue); }
.warning-box { border-left: 6px solid var(--red); }
.neutral-box { border-left: 6px solid var(--gold); }
.red-box { border-left: 6px solid #ff0000;}
.content-box ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}
.image-stack {
  display: grid;
  gap: 1rem;
}
.image-stack img {
  min-height: 260px;
  object-fit: cover;
}
.local-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.faq-grid details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem 1.1rem;
}
.faq-grid summary {
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid details p {
  color: var(--muted);
  margin: 0.8rem 0 0;
}
.recommendation-section {
  background: linear-gradient(135deg, var(--blue) 0%, #244b8b 100%);
}
.recommendation-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  background: transparent;
  color: var(--white);
  border-radius: var(--radius-lg);
}
.recommendation-copy p { color: rgba(255, 255, 255, 0.88); }
.light-label { color: var(--gold); }
.recommendation-image img {
  min-height: 380px;
  object-fit: cover;
  border-radius: 22px;
}
.recommended-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.25rem;
}
.recommended-brand img {
  width: min(260px, 100%);
  background: #fff;
  padding: 0.75rem;
  border-radius: 18px;
}
.recommendation-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 22px;
  padding: 1.5rem;
    flex-direction: column;
  align-items: center;
}
.recommendation-logo-panel img {
  width: min(360px, 100%);
  min-height: unset;
  object-fit: contain;
  border-radius: 0;
  display: block;
}
.recommendation-logo-panel .dumpbutt {
  text-align: center;
}
.dumpbutt {
  background: var(--red);
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
}

.dumpbutt:hover {
  background: #da5e22;
  color: #fff;
  cursor: pointer;
}
.site-footer {
  background: #0f2348;
  color: rgba(255, 255, 255, 0.9);
  padding: 2rem 0 2.8rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: start;
}
.site-footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}
.site-footer a {
  color: var(--gold);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .hero-grid,
  .two-column,
  .recommendation-banner,
  .size-grid,
  .process-grid,
  .local-grid,
  .faq-grid,
  .quick-facts-grid,
  .hero-points,
  .hero-points-full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .size-grid,
  .process-grid,
  .local-grid,
  .faq-grid,
  .quick-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.65rem 0;
  }
}

@media (max-width: 780px) {
  .menu-toggle { display: inline-block; }

  .site-nav {
    display: none;
    position: absolute;
    top: 126px;
    left: 1rem;
    right: 1rem;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: flex-start;
  }

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

  .topbar-inner,
  .nav-row,
  .footer-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .nav-row {
    padding: 0.75rem 0;
  }

  .brand {
    max-width: 100%;
  }

  .brand-logo {
    width: 86px;
  }

  .hero-grid,
  .two-column,
  .recommendation-banner,
  .size-grid,
  .process-grid,
  .local-grid,
  .faq-grid,
  .quick-facts-grid,
  .hero-points,
  .hero-points-full,
  .hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-photo-main img,
  .recommendation-image img {
    min-height: 260px;
  }

  .hero {
    padding: 1.5rem 0 2.25rem;
  }

  .section {
    padding: 3.25rem 0;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary,
  .button-secondary,
  .button-light,
  .nav-button {
    width: 100%;
  }

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

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

  h1 {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  h2 {
    font-size: clamp(1.45rem, 6vw, 2rem);
  }

  h3 {
    font-size: 1.1rem;
  }

  .hero-lead,
  .hero-points span,
  .quick-facts-grid article p,
  .process-card p,
  .local-card p,
  .faq-grid details p,
  .section-heading p:last-child,
  .content-box ul,
  .size-card ul {
    font-size: 0.96rem;
  }

  .site-nav {
    top: 116px;
    left: 0.5rem;
    right: 0.5rem;
  }

  .brand {
    gap: 0.7rem;
  }

  .brand-logo {
    width: 72px;
  }

  .hero-points div,
  .quick-facts-grid article,
  .process-card,
  .size-card,
  .local-card,
  .faq-grid details,
  .content-box {
    padding: 0.9rem;
  }
}
