.nav-current { color: var(--red) !important; }

.furniture-hero-layout { min-height: 440px; }
.furniture-hero-visual { position: relative; min-height: 390px; display: flex; align-items: center; justify-content: center; }
.furniture-hero-visual picture { position: relative; z-index: 2; display: block; width: min(88%, 560px); }
.furniture-hero-visual img { display: block; width: 100%; height: auto; mix-blend-mode: normal; filter: none; }
.furniture-photo-visual picture { overflow: hidden; width: min(88%, 560px); aspect-ratio: 8 / 5; border-radius: 16px; }
.furniture-photo-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.furniture-hero .furniture-photo-visual { overflow: hidden; width: min(88%, 620px); min-height: 0; aspect-ratio: 8 / 5; border-radius: 0; }
.furniture-hero .furniture-photo-visual img { height: 100%; object-fit: cover; object-position: center 55%; }
.appliance-photo-visual img { object-position: center 48%; }
.appliance-hero-layout .hero-copy { min-width: 0; }
.appliance-hero-layout .hero-copy h1 { max-width: 650px; }
.appliance-hero-layout .hero-copy h1 em { max-width: 100%; white-space: normal; text-wrap: balance; }
.cleanout-photo-visual img { object-position: center 48%; }
.yard-waste-photo-visual img { object-position: center 50%; }
.construction-photo-visual img { object-position: center 50%; }
.construction-debris-hero .hero-copy { min-width: 0; }
.construction-debris-hero .hero-copy h1 { max-width: 650px; font-size: clamp(52px, 4.1vw, 64px); }
.construction-debris-hero .hero-copy h1 span,
.construction-debris-hero .hero-copy h1 em { max-width: 100%; white-space: normal; text-wrap: balance; }
.cleanout-hero-layout .hero-copy { min-width: 0; }
.cleanout-hero-layout .hero-copy h1 { max-width: 650px; }
.cleanout-hero-layout .hero-copy h1 em { max-width: 100%; white-space: normal; text-wrap: balance; }
#furniture-types { scroll-margin-top: 98px; }
#appliance-types { scroll-margin-top: 98px; }
#cleanout-types { scroll-margin-top: 98px; }
#yard-waste-types, #construction-types { scroll-margin-top: 98px; }
.furniture-types .quick-service { color: var(--ink); }
.furniture-types .quick-service:hover { color: white; }
.furniture-types .furniture-type-icon { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cleanout-types-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }

@media (max-width: 1100px) {
  .cleanout-types-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.service-hero { position: relative; overflow: hidden; background: #fff; }
.service-hero-grid { position: absolute; inset: 0; opacity: .45; background: radial-gradient(circle at 88% 22%, rgba(227,6,19,.11), transparent 31%); }
.service-hero-layout { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; min-height: 650px; padding-top: 60px; padding-bottom: 66px; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 24px; color: #85898f; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.breadcrumbs a:hover { color: var(--red); }
.service-hero-copy h1 { max-width: 760px; margin: 17px 0 23px; font-size: clamp(52px, 4.1vw, 64px); line-height: .98; letter-spacing: -4px; }
.service-hero-copy h1 em { color: var(--red); font-style: normal; }
.service-lead { max-width: 660px; margin-bottom: 28px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-hero-actions { display: flex; align-items: center; gap: 25px; }
.service-hero-actions .button { min-width: 310px; text-transform: uppercase; letter-spacing: .25px; }
.service-phone-link { color: var(--red); border-bottom: 1px solid var(--red); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.service-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 720px; margin-top: 34px; padding-top: 20px; border-top: 1px solid #d4d2cd; }
.service-trust-row span { display: flex; flex-direction: column; padding-right: 18px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.service-trust-row span + span { padding-left: 18px; border-left: 1px solid #d4d2cd; }
.service-trust-row strong { color: var(--ink); font-size: 12px; }
.service-hero-media { position: relative; overflow: hidden; min-height: 510px; background: #e9e6df; border: 8px solid white; border-radius: 22px; box-shadow: var(--shadow); }
.service-hero-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(17,18,20,.08); border-radius: 14px; pointer-events: none; }
.service-hero-media picture, .service-hero-media img { display: block; width: 100%; height: 100%; }
.service-hero-media img { position: absolute; inset: 0; object-fit: cover; object-position: center; }
.service-photo-badge { position: absolute; z-index: 2; left: 25px; bottom: 25px; display: flex; flex-direction: column; min-width: 175px; padding: 14px 17px; color: white; background: rgba(17,18,20,.92); border-left: 4px solid var(--red); border-radius: 7px; box-shadow: 0 12px 30px rgba(0,0,0,.22); line-height: 1.2; }
.service-photo-badge strong { font-size: 15px; }
.service-photo-badge span { color: #cfd1d4; font-size: 11px; }

.pricing-section { background: white; }
.pricing-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: center; }
.pricing-copy h2, .prep-heading h2 { margin: 13px 0 22px; font-size: clamp(40px, 4.3vw, 61px); line-height: 1.03; letter-spacing: -3.3px; }
.pricing-copy > p, .prep-heading > p { max-width: 520px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.price-note { display: flex; flex-direction: column; max-width: 520px; margin-top: 25px; padding: 18px 20px; background: #f5f3ef; border-left: 4px solid var(--red); border-radius: 6px; }
.price-note strong { font-size: 14px; }
.price-note span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.price-factors { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.price-factors article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; min-height: 175px; padding: 28px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-factors article > span { color: var(--red); font-size: 11px; font-weight: 800; }
.price-factors h3 { margin: 0 0 8px; font-size: 17px; }
.price-factors p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.other-furniture-callout { padding: 0 0 var(--section-space); background: white; }
.other-furniture-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 25px 30px; color: white; background: var(--ink); border-left: 5px solid var(--red); border-radius: 10px; }
.other-furniture-inner div { display: flex; flex-direction: column; gap: 4px; }
.other-furniture-inner strong { font-size: 20px; letter-spacing: -.35px; }
.other-furniture-inner span { color: #c9cbd0; font-size: 13px; line-height: 1.5; }
.other-furniture-inner .button { flex: 0 0 auto; padding: 14px 21px; font-size: 12px; }

.prep-section { background: #f6f5f2; }
.prep-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.prep-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.prep-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; min-height: 145px; padding: 25px; background: white; border: 1px solid #dedbd5; border-radius: 11px; box-shadow: 0 12px 28px rgba(17,18,20,.045); }
.prep-list li > span { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--red); border-radius: 50%; font-size: 14px; font-weight: 800; }
.prep-list strong { font-size: 15px; }
.prep-list p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.appliance-proof-section { background: white; }
.appliance-proof-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.appliance-proof-copy h2 { margin: 13px 0 22px; font-size: clamp(40px, 4.3vw, 61px); line-height: 1.03; letter-spacing: -3.3px; }
.appliance-proof-copy p { max-width: 470px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.appliance-proof-copy .text-link { display: inline-block; margin-top: 20px; color: var(--red); font-size: 13px; font-weight: 800; }
.before-after-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.before-after-grid figure { overflow: hidden; margin: 0; background: #f4f2ee; border: 1px solid var(--line); border-radius: 12px; }
.before-after-grid picture { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.before-after-grid img { width: 100%; height: 100%; object-fit: cover; }
.before-after-grid .range-proof picture { background: #e9e6df; }
.before-after-grid .range-proof img { object-fit: contain; }
.before-after-grid .cleanout-proof picture { aspect-ratio: 3 / 4; }
.before-after-grid .cleanout-proof img { object-position: center; }
.before-after-grid figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 14px 16px; }
.before-after-grid figcaption strong { color: var(--red); font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.before-after-grid figcaption span { color: var(--muted); font-size: 11px; text-align: right; }

.demolition-projects-section { background: #f7f7f7; }
.demolition-projects-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.demolition-projects-heading h2 { margin: 8px 0 12px; }
.demolition-projects-heading p { margin: 0; color: #555; }
.demolition-projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.demolition-project { overflow: hidden; border: 1px solid #e3e3e3; border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(22,22,22,.08); }
.demolition-project h3 { margin: 0; padding: 20px 22px 16px; font-size: 1.18rem; }
.demolition-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; background: #fff; }
.demolition-pair figure { position: relative; overflow: hidden; margin: 0; aspect-ratio: 5 / 4; background: #ddd; }
.demolition-pair img { width: 100%; height: 100%; object-fit: cover; }
.demolition-pair figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 12px; color: #fff; background: rgba(20,20,20,.82); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.demolition-pair figure:last-child figcaption { background: var(--red); }
.demolition-projects-cta { margin-top: 36px; text-align: center; }

#how-it-works, #quote, #faq { scroll-margin-top: 98px; }

@media (max-width: 1000px) {
  .furniture-hero-visual { min-height: 360px; max-width: 600px; width: 100%; margin: 0 auto; }
  .service-hero-layout { grid-template-columns: 1fr; gap: 34px; }
  .service-hero-copy { max-width: 780px; }
  .service-hero-media { min-height: 470px; }
  .pricing-layout, .prep-layout, .appliance-proof-layout { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 700px) {
  .cleanout-types-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #furniture-types { scroll-margin-top: 84px; }
  #appliance-types { scroll-margin-top: 84px; }
  #cleanout-types { scroll-margin-top: 84px; }
  #yard-waste-types, #construction-types { scroll-margin-top: 84px; }
  .furniture-hero-layout { min-height: auto; }
  .furniture-hero-visual { min-height: 250px; }
  .furniture-hero-visual picture { width: min(92%, 390px); }
  .furniture-photo-visual picture { aspect-ratio: 4 / 3; }
  .furniture-hero .furniture-photo-visual { width: 100%; aspect-ratio: 4 / 3; }
  .appliance-hero-layout .hero-copy h1 { max-width: none; }
  .cleanout-hero-layout .hero-copy h1 { max-width: none; }
  .construction-debris-hero .hero-copy h1 { max-width: none; }
  .service-hero-layout { min-height: auto; padding-top: 42px; padding-bottom: var(--section-space-mobile); }
  .breadcrumbs { margin-bottom: 18px; }
  .service-hero-copy h1 { font-size: 46px; letter-spacing: -3.2px; }
  .service-hero-copy h1 em { white-space: normal; }
  .service-lead { font-size: 15px; line-height: 1.55; }
  .service-hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .service-hero-actions .button { width: 100%; min-width: 0; }
  .service-phone-link { align-self: center; }
  .service-trust-row { grid-template-columns: 1fr; gap: 12px; }
  .service-trust-row span, .service-trust-row span + span { padding: 0; border-left: 0; }
  .service-hero-media { min-height: 330px; border-width: 5px; border-radius: 16px; }
  .service-photo-badge { left: 15px; bottom: 15px; }
  .price-factors, .prep-list { grid-template-columns: 1fr; }
  .before-after-grid { grid-template-columns: 1fr; }
  .service-section-heading { gap: 18px; }
  .pricing-copy h2, .prep-heading h2, .appliance-proof-copy h2 { font-size: 42px; letter-spacing: -2.4px; }
  .price-factors article { min-height: 140px; }
  .other-furniture-callout { padding-bottom: var(--section-space-mobile); }
  .other-furniture-inner { align-items: stretch; flex-direction: column; gap: 18px; padding: 23px; }
  .other-furniture-inner .button { width: 100%; text-align: center; }
  #how-it-works, #quote, #faq { scroll-margin-top: 84px; }
}

@media (max-width: 780px) {
  .demolition-projects { grid-template-columns: 1fr; }
  .demolition-projects-heading { margin-bottom: 28px; }
}

@media (max-width: 480px) {
  .demolition-pair { grid-template-columns: 1fr; }
  .demolition-pair figure { aspect-ratio: 4 / 3; }
}
