/* GET IT GONE TODAY
   Plain CSS. Change the colors below to adjust the whole site. */
:root {
  color-scheme: dark;
  --background: #101710;
  --surface: #19231a;
  --surface-raised: #213020;
  --text: #f5f6ed;
  --muted: #bbc6b7;
  --green: #5fd406; /*#b8ef28;*/
  --dg: #58c306;
  --border: #354432;
}

/* Base */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { text-decoration-color: var(--dg); text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid var(--dg); outline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }
p { line-height: 1.6; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { color: var(--green); font-size: 11px; line-height: 1.5; font-weight: 700; letter-spacing: 1.7px; margin-bottom: 16px; }
h1 { font-size: clamp(34px, 3.7vw, 48px); line-height: 1.1; letter-spacing: -1.6px; margin-bottom: 18px; }
h2 { font-size: clamp(28px, 3vw, 37px); line-height: 1.15; letter-spacing: -1px; margin-bottom: 14px; }
h1 span, h2 span { color: var(--green); }
.skip-link { position: fixed; top: 10px; left: 10px; padding: 15px; background: var(--dg); color: #101710; z-index: 10; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.button { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 22px; min-height: 56px; background: var(--green); color: #14200c; border-radius: 4px; font-size: 17px; font-weight: 800; }
.button:hover { background: var(--dg); text-decoration-color: currentColor; }

/* Small header, then the full hero image */
.site-header { background: #0b100c; border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 22px; }
.header-inner nav { display: flex; gap: 25px; font-size: 13px; color: var(--muted); }
.header-inner nav a { display: inline-flex; align-items: center; min-height: 44px; padding-block: 12px; }
.header-phone { display: inline-flex; align-items: center; min-height: 44px; font-size: 18px; font-weight: 800; white-space: nowrap; }
.header-phone span { color: var(--green); margin-left: 8px; }
.hero { background: #080c08; }
.hero > img { width: 100%; max-width: 1440px; margin-inline: auto; }
img.logo { width: 56px; height: auto; }
.quick-facts { background: var(--green); color: #17200e; }
.facts-inner { display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 58px; font-size: 13px; }
.facts-inner strong { font-weight: 800; }
.facts-inner > span:last-child strong { font-size: 21px; margin-left: 4px; }

/* Sizes and pricing */
.rental-section { display: grid; grid-template-columns: 1.45fr 1fr; align-items: center; gap: 70px; padding-block: 56px; }
.rental-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; max-width: 440px; margin-bottom: 25px; }
.size-options { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; max-width: 480px; }
.size { display: flex; align-items: center; gap: 12px; padding: 16px 19px; background: var(--surface); border: 1px solid var(--border); border-radius: 5px; }
.size > strong { color: var(--green); font-size: 43px; line-height: 1; letter-spacing: -2px; }
.size > span { font-size: 14px; font-weight: 700; line-height: 1.5; }
.size small { color: var(--muted); font-size: 10px; font-weight: 400; }
.rental-price { background: var(--surface-raised); border: 1px solid #4d603d; border-top: 3px solid var(--green); padding: 28px; border-radius: 5px; }
.rental-price > p:first-child { font-size: 15px; margin-bottom: 3px; }
.price { color: var(--green); font-size: 79px; font-weight: 800; line-height: 1.1; letter-spacing: -4px; margin-bottom: 13px; }
.included { color: var(--muted); font-size: 13px; margin-bottom: 20px; }
.included strong { color: var(--text); }
.fine-print { color: var(--muted); font-size: 11px; margin: 14px 0 0; }
.prohibited-items { grid-column: 1 / -1; border-top: 1px solid var(--border); padding-top: 24px; }
.prohibited-items h2 { font-size: 20px; letter-spacing: -.4px; }
.prohibited-items ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 28px; padding-left: 20px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.prohibited-items li::marker { color: var(--green); }

/* Photo-led service cards */
.services-section { background: var(--surface); padding-block: 48px 52px; border-block: 1px solid var(--border); }
.services-icon-strip { width: 100%; max-width: 1040px; height: auto; margin: 0 auto 30px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 26px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading > p { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { background: var(--background); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.service-card > img { width: 100%; height: 300px; object-fit: cover;}
/* The supplied photos have black margins. These positions show the photo area
   without changing the original image files. */
.service-card .dumpsters-photo { object-position: 50% 80%; }
.service-card .truck-photo { object-position: 50% 58%; }
.service-card .junk-photo { object-position: 50% 40%; }
.service-copy { padding: 23px; }
.service-copy h3 { font-size: 20px; letter-spacing: -.4px; margin-bottom: 11px; }
.service-copy p { font-size: 14px; color: var(--muted); margin-bottom: 0; line-height: 1.4em;}
.services-contact { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 26px; }
.services-contact p { max-width: 580px; margin: 0; color: var(--muted); font-size: 14px; }
.services-contact .button { flex-shrink: 0; }
.professionals { margin-top: 30px; padding: 28px; background: var(--background); border-left: 3px solid var(--green); border-radius: 4px; }
.professionals h2 { font-size: clamp(23px, 2.5vw, 30px); }
.professionals p { max-width: 850px; margin-bottom: 0; color: var(--muted); font-size: 15px; }

/* Counties */
.area-section { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 60px; padding-block: 48px; }
.area-section .eyebrow { margin-bottom: 12px; }
.area-section p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.counties { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 20px; margin: 0; padding: 0; list-style: none; }
.counties li { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.counties li::before { content: '\2022'; color: var(--green); margin-right: 10px; }

/* Final brand image and contact */
.contact-section { background: #050805; padding-block: 30px; border-top: 1px solid var(--border); }
.contact-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 75px; align-items: center; }
.contact-inner > img { width: 100%; }
.contact-copy { padding-block: 22px; }
.contact-copy h2 { font-size: 43px; }
.contact-copy > p:not(.eyebrow):not(.fine-print) { color: var(--muted); font-size: 15px; }
.contact-copy .button { max-width: 360px; }
.email { display: inline-block; padding-block: 18px 8px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }

/* Facebook updates */
.facebook-section { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 45px; padding-block: 42px; }
.facebook-copy h2 { font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -.4px; }
.facebook-copy p { color: var(--muted); font-size: 14px; margin-bottom: 12px; }
.facebook-copy p:last-child { margin-bottom: 0; }
.facebook-icon { flex-shrink: 0; }
.site-footer { border-top: 1px solid var(--border); padding-block: 27px; background: #0b100c; }
.footer-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 20px; text-align: center; }
.footer-inner > div { grid-column: 2; }
.footer-inner strong { font-size: 13px; letter-spacing: .5px; }
.footer-inner p { color: var(--muted); font-size: 11px; margin: 8px 0 0; }
.footer-inner > a { grid-column: 3; justify-self: end; display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 12px; white-space: nowrap; }

.footer-credit { text-align: center; margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--border); color: var(--muted); font-size: 12px; }
.footer-credit a { display: inline-block; padding-block: 5px; color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

/* Tablet */
@media (max-width: 900px) {
  .header-inner nav { gap: 15px; }
  .header-phone { font-size: 16px; }
  .rental-section { gap: 30px; }
  .size { padding: 13px; gap: 10px; }
  .size > strong { font-size: 36px; }
  .size > span { font-size: 12px; }
  .service-grid { gap: 14px; }
  .service-card > img { height: 190px; }
  .service-copy { padding: 18px; }
  .service-copy h3 { font-size: 18px; }
  .service-copy p { font-size: 13px; }
  .contact-inner, .area-section { gap: 35px; }
  .contact-copy h2 { font-size: 36px; }
  .prohibited-items ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .facebook-section { gap: 25px; }
}

/* Phones */
@media (max-width: 640px) {
  .container { width: calc(100% - 32px); }
  .header-inner { min-height: 64px; gap: 8px 18px; padding-block: 6px; }
  .header-inner nav { gap: 16px; font-size: 12px; }
  .header-phone { font-size: 14px; }
  .header-phone span { display: none; }
  .facts-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; padding-block: 15px; font-size: 11px; }
  .facts-inner > span:last-child strong { font-size: 17px; }
  .rental-section { grid-template-columns: 1fr; padding-block: 33px; gap: 25px; }
  h1 { font-size: 34px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.4px; }
  .rental-copy > p:not(.eyebrow) { font-size: 14px; margin-bottom: 20px; }
  .size-options { max-width: none; gap: 10px; }
  .size { padding: 15px 12px; }
  .size > strong { font-size: 39px; }
  .size small { font-size: 9px; }
  .rental-price { padding: 23px; }
  .prohibited-items ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; }
  .price { font-size: 69px; }
  .services-section { padding-block: 34px; }
  .services-icon-strip { margin-bottom: 24px; }
  .section-heading { display: block; margin-bottom: 23px; }
  .section-heading > p { margin-top: 13px; }
  .service-grid { grid-template-columns: 1fr; gap: 20px; }
  .services-contact { flex-direction: column; align-items: stretch; gap: 16px; }
  .services-contact .button { width: 100%; }
  .professionals { padding: 22px; }
  .professionals p { font-size: 14px; }
  .service-card > img { height: auto; aspect-ratio: 2.0; }
  .service-copy { padding: 21px; }
  .service-copy h3 { font-size: 21px; }
  .service-copy p { font-size: 14px; }
  .area-section { grid-template-columns: 1fr; padding-block: 35px; gap: 22px; }
  .counties { gap: 7px 16px; }
  .counties li { font-size: 12px; }
  .counties li::before { margin-right: 6px; }
  .contact-section { padding-block: 22px 30px; }
  .contact-inner { grid-template-columns: 1fr; gap: 15px; }
  .contact-inner > img { max-width: 430px; margin-inline: auto; }
  .contact-copy { padding: 0; text-align: center; }
  .contact-copy h2 { font-size: 35px; }
  .contact-copy h2 br { display: none; }
  .contact-copy .button { max-width: none; }
  .facebook-section { grid-template-columns: 1fr; gap: 22px; padding-block: 32px; }
  .footer-inner { display: flex; flex-direction: column; gap: 8px; }
  .footer-inner > a { margin-top: 0; }
  .service-card .dumpsters-photo { object-position: 50% 50%; }
  .service-card .truck-photo { object-position: 50% 27%; }
  .service-card .junk-photo { object-position: 50% 57%; }
  img.logo { width: 50px; }
}

@media (max-width: 400px) {
  .header-inner { justify-content: center; gap: 0; }
  .header-inner nav { width: 100%; justify-content: center; gap: 9px; }
  img.logo { display: none; }
}

@media (max-width: 359px) {
  .header-phone { font-size: 13px; }
  .size { gap: 8px; padding-inline: 10px; }
  .size > strong { font-size: 34px; }
  .size > span { font-size: 11px; }
  .button { font-size: 16px; padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
