:root {
  --navy: #0d1b33;
  --navy-light: #16274a;
  --gold: #ffc107;
  --charcoal: #1f1f1f;
  --offwhite: #f7f8fa;
  --white: #ffffff;
  --muted: #5b6574;
  --line: #dfe4ea;
  --radius: 14px;
  --shadow: 0 16px 45px rgba(13, 27, 51, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.65;
}

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

a { color: inherit; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  z-index: 9999;
  background: var(--gold);
  color: var(--navy);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.header-inner,
.footer-inner,
.blog-hero-inner,
.article-shell,
.blog-grid,
.section-heading {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

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

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: var(--navy);
  text-decoration: none;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 34px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.02em;
}

.wordmark .co,
.wordmark .arrow { color: var(--gold); }

.wordmark .arrow { font-style: normal; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a { text-decoration: none; }
.site-nav a:hover { color: #886500; }

.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 7px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(255, 193, 7, 0.23);
}

.button:hover { background: #ffd044; }

.blog-hero {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 193, 7, 0.16), transparent 28%),
    var(--navy);
  padding: 52px 0 42px;
}

.blog-hero-inner { max-width: 980px; }

.breadcrumbs {
  margin: 0 0 18px;
  color: #c7cfda;
  font-size: 14px;
}

.breadcrumbs a { color: var(--white); }

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--navy);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.018em;
}

.blog-hero h1 {
  max-width: 930px;
  margin: 0;
  color: var(--white);
  font-size: clamp(48px, 7vw, 82px);
}

.blog-hero .dek {
  max-width: 780px;
  margin: 18px 0 0;
  color: #e6eaf0;
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.55;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 20px;
  color: #c7cfda;
  font-size: 14px;
}

.hero-image-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 0;
}

.hero-image {
  width: 100%;
  aspect-ratio: 1.91 / 1;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(240px, 300px);
  justify-content: space-between;
  gap: 64px;
  padding: 58px 0 80px;
}

.article-body {
  font-size: 17px;
  line-height: 1.8;
}

.article-body > p:first-child {
  margin-top: 0;
  color: #333b47;
  font-size: 20px;
  line-height: 1.7;
}

.article-body h2 {
  margin: 48px 0 14px;
  font-size: clamp(36px, 4.6vw, 49px);
  scroll-margin-top: 100px;
}

.article-body h3 {
  margin: 30px 0 10px;
  font-size: 30px;
  scroll-margin-top: 100px;
}

.article-body p,
.article-body ul,
.article-body ol { margin: 0 0 20px; }

.article-body li + li { margin-top: 9px; }

.article-body a {
  color: #6f5400;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.article-body a:hover { color: var(--navy); }

.callout {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 6px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: #fff8da;
}

.callout strong { color: var(--navy); }

.steps {
  padding: 0;
  list-style: none;
  counter-reset: load-off-step;
}

.steps li {
  position: relative;
  min-height: 54px;
  margin: 0 0 18px;
  padding-left: 70px;
  counter-increment: load-off-step;
}

.steps li::before {
  content: counter(load-off-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--gold);
  color: var(--navy);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 25px;
}

.faq-list {
  margin-top: 22px;
  border-top: 1px solid var(--line);
}

.faq-list details { border-bottom: 1px solid var(--line); }

.faq-list summary {
  cursor: pointer;
  padding: 19px 32px 19px 0;
  color: var(--navy);
  font-weight: 800;
}

.faq-list details p { padding: 0 0 18px; }

.article-aside { align-self: start; }

.aside-card {
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--offwhite);
}

.aside-card.sticky { position: sticky; top: 100px; }

.aside-card h2 {
  margin: 0 0 12px;
  font-size: 29px;
}

.aside-card ul { margin: 0; padding-left: 19px; }
.aside-card li + li { margin-top: 8px; }
.aside-card a { color: var(--navy); font-weight: 700; }

.phone-display {
  display: block;
  margin: 11px 0 16px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.article-cta {
  margin-top: 48px;
  padding: 30px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
}

.article-cta h2 {
  margin: 0 0 10px;
  color: var(--white);
}

.article-cta p { color: #e5eaf0; }

.related-links {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.related-links h2 { margin-top: 0; }

.blog-index-intro {
  padding: 70px 0 28px;
  text-align: center;
}

.blog-index-intro h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(54px, 8vw, 88px);
}

.blog-index-intro p {
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 19px;
}

.blog-index-intro .eyebrow { color: #765900; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding: 30px 0 86px;
}

.blog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(13, 27, 51, 0.08);
}

.blog-card:first-child { grid-column: 1 / -1; }

.blog-card img {
  width: 100%;
  aspect-ratio: 1.91 / 1;
  object-fit: cover;
}

.blog-card-content { padding: 25px 26px 28px; }

.blog-card .card-kicker {
  margin: 0 0 7px;
  color: #7b5d00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4vw, 45px);
}

.blog-card p { color: var(--muted); }

.blog-card .read-link {
  color: var(--navy);
  font-weight: 800;
  text-underline-offset: 4px;
}

.site-footer {
  color: var(--white);
  background: var(--navy);
  padding: 46px 0 28px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 38px;
}

.site-footer h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 30px;
}

.site-footer p,
.site-footer a { color: #dbe1e9; }
.site-footer a:hover { color: var(--gold); }
.footer-small { font-size: 13px; }

@media (max-width: 900px) {
  .site-nav a:not(.button) { display: none; }
  .article-shell { grid-template-columns: 1fr; gap: 20px; }
  .article-aside { order: -1; }
  .aside-card.sticky { position: static; }
  .aside-card.toc { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 660px) {
  .header-inner,
  .footer-inner,
  .blog-hero-inner,
  .article-shell,
  .blog-grid,
  .section-heading,
  .hero-image-wrap { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; position: relative; }
  .wordmark { font-size: 29px; }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span { display: block; width: 24px; height: 2px; background: #0D1B33; }
  .site-nav { display: none; gap: 10px; }
  .site-nav .button { min-height: 42px; padding-inline: 13px; font-size: 12px; }
  .site-nav.is-open {
    display: flex;
    position: absolute;
    z-index: 101;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 14px 16px;
    background: #fff;
    border-bottom: 1px solid #e7eaf0;
    box-shadow: 0 12px 24px rgba(13, 27, 51, 0.12);
  }
  .site-nav.is-open a { min-height: 44px; display: flex; align-items: center; }
  .site-nav.is-open .button { justify-content: center; margin-top: 8px; }

  .blog-hero { padding: 40px 0 34px; }
  .hero-image-wrap { margin-top: 18px; }
  .hero-image { border-radius: 10px; }
  .article-shell { padding-top: 38px; }
  .article-body { font-size: 16px; }
  .article-body > p:first-child { font-size: 18px; }
  .steps li { padding-left: 62px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card:first-child { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; }

  .hero-image,
  .blog-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
  }

  .crop-junk-removal { object-position: 77% center; }
  .crop-garage-cleanout { object-position: 38% center; }
  .crop-furniture-appliance { object-position: left center; }
  .crop-whole-home { object-position: 86% center; }
  .crop-yard-debris { object-position: 50% center; }
}

@media print {
  .site-header,
  .article-aside,
  .site-footer,
  .article-cta { display: none; }
  .blog-hero { padding: 20px 0; color: #000; background: #fff; }
  .blog-hero h1 { color: #000; }
  .blog-hero .dek,
  .article-meta { color: #333; }
  .article-shell { display: block; padding-top: 20px; }
}
