/*
Theme Name: Drew Junk Removal Service
Theme URI: https://drewhaul.com/
Author: Custom Theme Build
Description: A fully editable, responsive junk-removal business theme with services, service areas, pricing, FAQs, reviews, contact forms, and before/after galleries.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: drew-junk-removal-service
*/

:root {
  --jjr-primary: #18b783;
  --jjr-primary-dark: #109a6e;
  --jjr-navy: #07182d;
  --jjr-navy-soft: #0c2340;
  --jjr-text: #0b1729;
  --jjr-muted: #667085;
  --jjr-bg: #ffffff;
  --jjr-surface: #f6f8fb;
  --jjr-border: #dfe5ec;
  --jjr-white: #ffffff;
  --jjr-radius: 14px;
  --jjr-shadow: 0 14px 35px rgba(7, 24, 45, .09);
  --jjr-container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--jjr-text); background: var(--jjr-bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--jjr-primary-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--jjr-text); font-weight: 800; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.45rem, 6vw, 4.65rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.2em; }
.jjr-container { width: min(calc(100% - 40px), var(--jjr-container)); margin-inline: auto; }
.jjr-section { padding: 88px 0; }
.jjr-section--soft { background: var(--jjr-surface); }
.jjr-section--dark { color: rgba(255,255,255,.82); background: var(--jjr-navy); }
.jjr-section--dark h1, .jjr-section--dark h2, .jjr-section--dark h3 { color: var(--jjr-white); }
.jjr-section-head { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.jjr-section-head p { color: var(--jjr-muted); font-size: 1.05rem; }
.jjr-kicker { display: inline-block; margin-bottom: 12px; color: var(--jjr-primary-dark); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.screen-reader-text { position: absolute; overflow: hidden; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; }
.jjr-empty { padding: 34px; border: 2px dashed var(--jjr-border); border-radius: var(--jjr-radius); text-align: center; color: var(--jjr-muted); }

.jjr-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 22px; border: 2px solid var(--jjr-primary); border-radius: 8px; color: #fff; background: var(--jjr-primary); font-weight: 800; line-height: 1.1; cursor: pointer; transition: .2s ease; }
.jjr-button:hover { border-color: var(--jjr-primary-dark); color: #fff; background: var(--jjr-primary-dark); text-decoration: none; transform: translateY(-1px); }
.jjr-button--outline { border-color: rgba(255,255,255,.8); color: #fff; background: transparent; }
.jjr-button--outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.jjr-button--nav { min-height: 42px; padding: 10px 18px; font-size: .88rem; }

.jjr-site-header { position: sticky; z-index: 100; top: 0; color: #fff; background: rgba(7,24,45,.97); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.jjr-header-inner { display: grid; grid-template-columns: minmax(210px,1fr) auto minmax(210px,1fr); align-items: center; gap: 24px; min-height: 76px; }
.jjr-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 1rem; font-weight: 850; }
.jjr-brand:hover { color: #fff; text-decoration: none; }
.jjr-brand img { width: auto; max-width: 190px; max-height: 48px; }
.jjr-brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; background: var(--jjr-primary); font-size: 1.05rem; }
.jjr-header-phone { color: #fff; font-size: 1.22rem; font-weight: 850; }
.jjr-header-phone:hover { color: var(--jjr-primary); text-decoration: none; }
.jjr-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.jjr-nav { border-top: 1px solid rgba(255,255,255,.06); }
.jjr-nav ul { display: flex; align-items: center; justify-content: center; gap: 28px; margin: 0; padding: 12px 0; list-style: none; }
.jjr-nav a { color: rgba(255,255,255,.86); font-size: .9rem; font-weight: 700; }
.jjr-nav a:hover, .jjr-nav .current-menu-item > a { color: var(--jjr-primary); text-decoration: none; }
.jjr-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; color: #fff; background: transparent; font-size: 1.25rem; }

.jjr-hero { position: relative; overflow: hidden; min-height: 660px; display: flex; align-items: center; color: rgba(255,255,255,.88); background: var(--jjr-navy); }
.jjr-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,45,.98) 0%, rgba(7,24,45,.92) 50%, rgba(7,24,45,.45) 100%); }
.jjr-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .48; }
.jjr-hero-content { position: relative; z-index: 2; max-width: 800px; padding: 86px 0 115px; }
.jjr-hero h1 { color: #fff; }
.jjr-accent { color: var(--jjr-primary); }
.jjr-hero-copy { max-width: 660px; font-size: 1.17rem; }
.jjr-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.jjr-trust-inline { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 30px 0 0; padding: 0; list-style: none; font-size: .9rem; }
.jjr-trust-inline li::before { content: "✓"; margin-right: 7px; color: var(--jjr-primary); font-weight: 900; }
.jjr-benefits { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.12); background: rgba(7,24,45,.88); }
.jjr-benefits ul { display: grid; grid-template-columns: repeat(5,1fr); gap: 15px; margin: 0; padding: 17px 0; list-style: none; text-align: center; font-size: .86rem; font-weight: 700; }
.jjr-benefits li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; border: 1px solid var(--jjr-primary); border-radius: 50%; color: var(--jjr-primary); }

.jjr-grid { display: grid; gap: 24px; }
.jjr-grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.jjr-grid--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.jjr-grid--4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.jjr-card { position: relative; padding: 28px; border: 1px solid var(--jjr-border); border-radius: var(--jjr-radius); background: #fff; box-shadow: 0 7px 22px rgba(7,24,45,.04); }
.jjr-card:hover { box-shadow: var(--jjr-shadow); transform: translateY(-2px); }
.jjr-card p:last-child { margin-bottom: 0; }
.jjr-stat { display: flex; gap: 18px; align-items: flex-start; }
.jjr-stat-number { color: var(--jjr-navy); font-size: 2.5rem; font-weight: 900; line-height: 1; }
.jjr-stat-label { font-weight: 800; }
.jjr-how-step { text-align: center; }
.jjr-step-number { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 18px; border-radius: 50%; color: #fff; background: var(--jjr-primary); font-size: 1.15rem; font-weight: 900; }
.jjr-service-card { display: flex; flex-direction: column; min-height: 100%; color: inherit; }
.jjr-service-card:hover { color: inherit; text-decoration: none; }
.jjr-service-card .jjr-card-arrow { margin-top: auto; color: var(--jjr-primary-dark); font-weight: 800; }
.jjr-card-media { overflow: hidden; aspect-ratio: 16/10; margin: -28px -28px 24px; border-radius: var(--jjr-radius) var(--jjr-radius) 0 0; background: var(--jjr-surface); }
.jjr-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.jjr-service-card:hover .jjr-card-media img { transform: scale(1.035); }
.jjr-center-action { margin-top: 36px; text-align: center; }

.jjr-about { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 64px; }
.jjr-about-media { overflow: hidden; min-height: 490px; border-radius: 20px; box-shadow: var(--jjr-shadow); }
.jjr-about-media img { width: 100%; height: 100%; min-height: 490px; object-fit: cover; }
.jjr-richtext p { color: var(--jjr-muted); font-size: 1.03rem; }

.jjr-price-card { display: flex; flex-direction: column; text-align: center; }
.jjr-price-card.is-featured { border: 2px solid var(--jjr-primary); transform: translateY(-8px); }
.jjr-price-badge { position: absolute; top: -15px; left: 50%; padding: 5px 13px; border-radius: 999px; color: #fff; background: var(--jjr-primary); font-size: .74rem; font-weight: 850; transform: translateX(-50%); white-space: nowrap; }
.jjr-price { margin: 12px 0; color: var(--jjr-navy); font-size: 2.7rem; font-weight: 900; line-height: 1; }
.jjr-price small { display: block; margin-bottom: 8px; color: var(--jjr-muted); font-size: .76rem; font-weight: 700; }
.jjr-price-card .jjr-button { margin-top: auto; }
.jjr-payment-note { margin-top: 30px; text-align: center; color: var(--jjr-muted); }

.jjr-review { display: flex; flex-direction: column; }
.jjr-stars { color: var(--jjr-primary); letter-spacing: 3px; }
.jjr-review blockquote { margin: 15px 0 22px; color: #344054; font-size: 1rem; }
.jjr-review cite { margin-top: auto; color: var(--jjr-navy); font-style: normal; font-weight: 800; }
.jjr-area-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.jjr-area-cloud a { padding: 10px 15px; border: 1px solid var(--jjr-border); border-radius: 999px; color: var(--jjr-text); background: #fff; font-weight: 700; }
.jjr-area-cloud a:hover { border-color: var(--jjr-primary); color: var(--jjr-primary-dark); text-decoration: none; }

.jjr-faq { max-width: 850px; margin: auto; }
.jjr-faq-item { border-bottom: 1px solid var(--jjr-border); }
.jjr-faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; border: 0; color: var(--jjr-text); background: transparent; text-align: left; font: inherit; font-size: 1.08rem; font-weight: 800; cursor: pointer; }
.jjr-faq-question::after { content: "+"; color: var(--jjr-primary-dark); font-size: 1.6rem; }
.jjr-faq-question[aria-expanded="true"]::after { content: "–"; }
.jjr-faq-answer { padding: 0 36px 20px 4px; color: var(--jjr-muted); }
.jjr-faq-answer[hidden] { display: none; }

.jjr-quote { background: linear-gradient(135deg,var(--jjr-navy),var(--jjr-navy-soft)); }
.jjr-quote-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.jjr-quote-copy { color: rgba(255,255,255,.78); }
.jjr-quote-copy h2 { color: #fff; }
.jjr-form { padding: 30px; border-radius: var(--jjr-radius); color: var(--jjr-text); background: #fff; box-shadow: var(--jjr-shadow); }
.jjr-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.jjr-field { margin-bottom: 17px; }
.jjr-field label { display: block; margin-bottom: 6px; font-size: .88rem; font-weight: 800; }
.jjr-field input, .jjr-field select, .jjr-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cfd7e1; border-radius: 7px; color: var(--jjr-text); background: #fff; font: inherit; }
.jjr-field textarea { min-height: 110px; resize: vertical; }
.jjr-field input:focus, .jjr-field select:focus, .jjr-field textarea:focus { outline: 3px solid color-mix(in srgb,var(--jjr-primary) 25%,transparent); border-color: var(--jjr-primary); }
.jjr-honeypot { position: absolute !important; left: -10000px !important; }
.jjr-notice { margin-bottom: 18px; padding: 12px 15px; border-radius: 7px; font-weight: 700; }
.jjr-notice--success { color: #075f42; background: #dff8ed; }
.jjr-notice--error { color: #8a1c1c; background: #fde7e7; }

.jjr-page-hero { padding: 78px 0; color: rgba(255,255,255,.8); background: linear-gradient(135deg,var(--jjr-navy),var(--jjr-navy-soft)); text-align: center; }
.jjr-page-hero h1 { color: #fff; font-size: clamp(2.3rem,5vw,4rem); }
.jjr-page-hero p { max-width: 720px; margin: 0 auto 25px; font-size: 1.08rem; }
.jjr-content { max-width: 820px; margin: auto; }
.jjr-content h2 { margin-top: 1.5em; font-size: 1.8rem; }
.jjr-content ul { padding-left: 1.2em; }
.jjr-single-image { overflow: hidden; max-height: 570px; margin: -34px auto 48px; border-radius: 18px; box-shadow: var(--jjr-shadow); }
.jjr-single-image img { width: 100%; max-height: 570px; object-fit: cover; }
.jjr-breadcrumb { margin-bottom: 14px; color: var(--jjr-primary); font-size: .88rem; font-weight: 800; }
.jjr-cta-card { margin-top: 42px; padding: 34px; border-radius: var(--jjr-radius); color: #fff; background: var(--jjr-navy); text-align: center; }
.jjr-cta-card h3 { color: #fff; }

.jjr-gallery-section + .jjr-gallery-section { margin-top: 70px; }
.jjr-gallery-grid { columns: 3 280px; column-gap: 20px; }
.jjr-gallery-item { break-inside: avoid; margin: 0 0 20px; overflow: hidden; border: 1px solid var(--jjr-border); border-radius: var(--jjr-radius); background: #fff; box-shadow: 0 6px 20px rgba(7,24,45,.06); }
.jjr-gallery-item img { width: 100%; }
.jjr-gallery-caption { padding: 14px 16px; font-weight: 750; }
.jjr-before-after { display: grid; grid-template-columns: 1fr 1fr; }
.jjr-before-after figure { position: relative; margin: 0; }
.jjr-before-after img { width: 100%; height: 300px; object-fit: cover; }
.jjr-photo-label { position: absolute; top: 12px; left: 12px; padding: 5px 9px; border-radius: 5px; color: #fff; background: rgba(7,24,45,.82); font-size: .72rem; font-weight: 900; text-transform: uppercase; }

.jjr-site-footer { padding: 58px 0 24px; color: rgba(255,255,255,.7); background: #041121; }
.jjr-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.jjr-site-footer h3 { color: #fff; font-size: 1rem; }
.jjr-site-footer ul { margin: 0; padding: 0; list-style: none; }
.jjr-site-footer li { margin: 7px 0; }
.jjr-site-footer a { color: rgba(255,255,255,.82); }
.jjr-footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .84rem; }

@media (max-width: 900px) {
  .jjr-header-inner { grid-template-columns: 1fr auto; }
  .jjr-header-phone { display: none; }
  .jjr-menu-toggle { display: inline-grid; place-items: center; }
  .jjr-header-actions .jjr-button { display: none; }
  .jjr-nav { display: none; }
  .jjr-nav.is-open { display: block; }
  .jjr-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0 18px; }
  .jjr-nav a { display: block; padding: 9px 0; }
  .jjr-benefits { position: static; }
  .jjr-hero { display: block; min-height: 0; }
  .jjr-hero-content { padding: 75px 0; }
  .jjr-benefits ul { grid-template-columns: repeat(2,1fr); }
  .jjr-grid--4 { grid-template-columns: repeat(2,1fr); }
  .jjr-grid--3 { grid-template-columns: 1fr; }
  .jjr-about, .jjr-quote-layout { grid-template-columns: 1fr; }
  .jjr-about-media { min-height: 350px; }
  .jjr-about-media img { min-height: 350px; }
  .jjr-price-card.is-featured { transform: none; }
}

@media (max-width: 620px) {
  .jjr-container { width: min(calc(100% - 28px),var(--jjr-container)); }
  .jjr-section { padding: 64px 0; }
  .jjr-grid--2, .jjr-grid--4, .jjr-form-row { grid-template-columns: 1fr; }
  .jjr-hero::after { background: rgba(7,24,45,.88); }
  .jjr-hero-content { padding: 58px 0; }
  .jjr-benefits ul { grid-template-columns: 1fr; text-align: left; }
  .jjr-actions .jjr-button { width: 100%; }
  .jjr-card { padding: 23px; }
  .jjr-card-media { margin: -23px -23px 21px; }
  .jjr-form { padding: 22px; }
  .jjr-before-after { grid-template-columns: 1fr; }
  .jjr-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .jjr-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
