:root{
  --dark:#122231;
  --dark-2:#1b3044;
  --orange:#f26b1d;
  --orange-dark:#dd5a0e;   /* icons, fills, borders */
  --orange-deep:#c24a06;   /* orange text on white (AA) */
  --orange-bright:#ff8f45; /* orange text on dark */
  --ink:#142434;
  --muted:#5b6572;
  --paper:#ffffff;
  --soft:#f6f7f8;
  --line:#dde2e6;
  --shadow:0 10px 30px rgba(7,27,49,.10);
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}

/* Small inline line icons (benefits, buttons) */
.ico{
  width:1em;
  height:1em;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}

/* Header */
.site-header{
  height:86px;
  background:#fff;
  display:flex;
  align-items:center;
  position:relative;
  z-index:20;
  box-shadow:0 1px 0 rgba(18,34,49,.08);
}
.header-inner{
  display:grid;
  grid-template-columns:300px 1fr 190px;
  align-items:center;
  gap:24px;
}
.brand img{width:275px;height:auto}
.main-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:30px;
}
.main-nav a{
  font-family:"Oswald","Arial Narrow",sans-serif;
  font-weight:600;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.02em;
  white-space:nowrap;
}
.main-nav a:hover{color:var(--orange-deep)}
.header-phone{
  background:linear-gradient(180deg,#f07023,#d4520a);
  color:#fff;
  border-radius:5px;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}
.header-phone .phone-icon{font-size:24px;display:flex}
.header-phone strong{display:block;font-family:"Oswald",sans-serif;font-size:20px;line-height:1}
.header-phone small{display:block;text-align:center;font-size:12px;margin-top:4px}
.menu-toggle{display:none}

/* Hero */
.hero{
  min-height:620px;
  position:relative;
  overflow:hidden;
  background:#a9d2ee;
}
.hero-photo{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg,rgba(18,34,49,.10),rgba(18,34,49,0) 55%),
    url("../images/hero-junk.svg");
  background-size:cover;
  background-position:center 72%;
}
.hero-inner{
  min-height:620px;
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
}
.hero-card{
  width:525px;
  padding:42px 40px 36px;
  color:#fff;
  background:linear-gradient(135deg,rgba(15,30,44,.985),rgba(24,44,63,.965));
  border-radius:2px;
  box-shadow:0 18px 60px rgba(3,18,35,.2);
}
.eyebrow{
  margin:0 0 14px;
  text-transform:uppercase;
  font-size:14px;
  font-weight:700;
  color:var(--orange-deep);
}
.hero-card .eyebrow,
.coverage-panel .eyebrow,
.aside-dark .eyebrow{color:var(--orange-bright)}
.hero h1,
.section-heading h2,
.coverage-panel h2,
.schedule-strip h2{
  font-family:"Oswald","Arial Narrow",sans-serif;
  text-transform:uppercase;
}
.hero h1{
  font-size:54px;
  line-height:1.06;
  letter-spacing:.012em;
  margin:0;
  color:#fff;
}
.short-rule{width:48px;height:3px;background:var(--orange);margin:20px 0}
.hero-copy{
  font-size:17px;
  line-height:1.65;
  max-width:440px;
  margin:0 0 24px;
}
.hero-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin:24px 0 26px;
}
.benefit{
  min-height:85px;
  text-align:center;
  padding:0 12px;
  border-right:1px solid rgba(255,255,255,.28);
}
.benefit:last-child{border-right:0}
.line-icon{
  height:42px;
  display:grid;
  place-items:center;
  color:var(--orange-bright);
  font-size:34px;
  line-height:1;
}
.line-icon .ico{stroke-width:1.7}
.benefit span{font-size:12px;line-height:1.35}
.primary-cta{
  background:linear-gradient(100deg,#ee6a1c,#d4520a);
  color:#fff;
  border-radius:5px;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  min-height:69px;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
  transition:filter .15s,transform .15s;
}
.calendar-icon{font-size:28px;display:flex}
.primary-cta strong{
  display:block;
  font-family:"Oswald",sans-serif;
  font-size:21px;
  text-transform:uppercase;
}
.primary-cta small{display:block;text-align:center;font-size:12px;margin-top:2px}
.primary-cta:hover{filter:brightness(1.06);transform:translateY(-1px)}

/* Sections */
.section-pad{padding:44px 0 40px}
.section-heading{margin-bottom:30px}
.centered{text-align:center}
.section-heading .eyebrow{margin-bottom:6px}
.section-heading h2{
  margin:0;
  font-size:32px;
  line-height:1.2;
}
.center-rule{
  width:62px;
  height:3px;
  background:var(--orange);
  margin:13px auto 0;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.service-card{
  min-height:235px;
  border:1px solid #d7dce0;
  border-radius:5px;
  padding:26px 18px 20px;
  text-align:center;
  background:#fff;
  box-shadow:0 3px 11px rgba(6,30,54,.035);
  transition:border-color .15s,box-shadow .15s,transform .15s;
}
.service-card:hover{
  border-color:#f3b287;
  box-shadow:0 10px 24px rgba(6,30,54,.08);
  transform:translateY(-2px);
}
.service-icon{
  height:73px;
  display:grid;
  place-items:center;
}
.service-icon svg{
  width:60px;
  height:60px;
  fill:none;
  stroke:var(--orange-dark);
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-card h3{
  font-family:"Oswald","Arial Narrow",sans-serif;
  text-transform:uppercase;
  font-size:18px;
  line-height:1.15;
  margin:3px 0 12px;
}
.service-card p{
  margin:0 auto;
  font-size:13px;
  line-height:1.55;
  color:#1d2d3f;
  max-width:220px;
}

/* How it works */
.how{background:var(--soft);border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2}
.how-steps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  position:relative;
}
/* Dashed track linking the three numbers. */
.how-steps::before{
  content:"";
  position:absolute;
  top:31px;
  left:16.6%;
  right:16.6%;
  border-top:2px dashed #f0b58f;
}
.how-steps li{
  position:relative;
  text-align:center;
  padding:0 12px;
}
.how-num{
  width:64px;
  height:64px;
  margin:0 auto 16px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#f27526,#d4520a);
  color:#fff;
  font-family:"Oswald",sans-serif;
  font-size:28px;
  font-weight:700;
  box-shadow:0 0 0 7px var(--soft),0 8px 18px rgba(212,82,10,.28);
  position:relative;
}
.how-steps h3{
  font-family:"Oswald","Arial Narrow",sans-serif;
  text-transform:uppercase;
  font-size:20px;
  margin:0 0 8px;
}
.how-steps p{
  margin:0 auto;
  max-width:300px;
  font-size:14px;
  line-height:1.6;
  color:#33455c;
}

/* Split section */
.local-section{
  min-height:390px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 255px minmax(0,1.55fr);
  background:#f8f8f8;
}
.why-panel{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  background:linear-gradient(105deg,#fafafa,#f3f3f3);
}
.why-inner{
  width:min(100%,520px);
  padding:42px 38px 42px 30px;
}
.why-inner .eyebrow{font-size:13px}
.check-list{
  list-style:none;
  margin:22px 0 0;
  padding:0;
  display:grid;
  gap:16px;
}
.check-list li{
  position:relative;
  padding-left:30px;
  font-size:13px;
}
.check-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  width:18px;
  height:18px;
  border-radius:4px;
  display:grid;
  place-items:center;
  color:white;
  font-size:12px;
  font-weight:800;
  background:var(--orange-dark);
}
.crew-photo{margin:0;min-height:390px;overflow:hidden;background:#dfe4e8}
.crew-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.coverage-panel{
  color:#fff;
  background:linear-gradient(110deg,#172c40,#0e1c29);
  display:flex;
  align-items:center;
}
.coverage-inner{padding:36px 40px;max-width:660px}
.coverage-inner .eyebrow{font-size:13px}
.coverage-panel h2{
  color:#fff;
  margin:0;
  font-size:30px;
  line-height:1.15;
}
.coverage-panel p:not(.eyebrow){
  font-size:13px;
  line-height:1.6;
  color:#e6edf3;
  max-width:560px;
}
.area-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px 40px;
  margin-top:14px;
}
.area-grid span{
  position:relative;
  padding-left:23px;
  font-size:13px;
}
.area-grid span::before{
  content:"●";
  position:absolute;
  left:0;
  color:var(--orange-bright);
  font-size:13px;
}

/* Reviews */
.reviews{padding-top:40px;padding-bottom:44px}
.review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:48px;
}
.review-card{
  margin:0;
  min-height:208px;
  padding:28px 35px 24px;
  border:1px solid #e2e5e8;
  border-radius:5px;
  background:#fff;
  box-shadow:0 8px 20px rgba(7,26,45,.06);
  text-align:center;
  position:relative;
}
.quote-mark{
  position:absolute;
  top:-18px;
  left:50%;
  transform:translateX(-50%);
  color:var(--orange-dark);
  font-size:58px;
  font-family:Georgia,serif;
  font-weight:bold;
  line-height:1;
}
.review-card p{
  margin:12px 0 12px;
  font-size:14px;
  line-height:1.55;
  font-style:italic;
  color:#1d3247;
}
.stars{color:var(--orange-dark);letter-spacing:4px;font-size:17px}
.review-card footer{
  margin-top:10px;
  font-size:13px;
  font-weight:700;
}

/* FAQs */
.faqs{background:var(--soft);border-top:1px solid #edf0f2}
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 22px;
  align-items:start;
}
.faq{
  background:#fff;
  border:1px solid #e0e4e8;
  border-radius:6px;
  box-shadow:0 3px 10px rgba(7,26,45,.04);
}
.faq summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:17px 20px;
  font-weight:700;
  font-size:15px;
  line-height:1.35;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";
  flex:0 0 26px;
  width:26px;
  height:26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fdeee4;
  color:var(--orange-deep);
  font-size:18px;
  font-weight:700;
  line-height:1;
  transition:transform .15s;
}
.faq[open] summary::after{content:"–"}
.faq summary:hover{color:var(--orange-deep)}
.faq summary:focus-visible{outline:2px solid var(--orange-dark);outline-offset:2px;border-radius:6px}
.faq p{
  margin:0;
  padding:0 20px 18px;
  font-size:14px;
  line-height:1.65;
  color:#3a4b5f;
}

/* CTA bar */
.schedule-strip{
  background:linear-gradient(90deg,#c9490a,#ee6a1c);
  color:#fff;
}
.schedule-inner{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.schedule-lead{display:flex;align-items:center;gap:18px}
.schedule-icon{font-size:46px;display:flex}
.schedule-icon .ico{stroke-width:1.6}
.schedule-strip h2{margin:0;font-size:28px;line-height:1.05;color:#fff}
.schedule-strip p{margin:6px 0 0;font-size:14px}
.schedule-actions{display:flex;gap:16px;align-items:center}
.phone-button{
  min-width:186px;
  height:60px;
  border-radius:4px;
  background:var(--dark);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.phone-button>span:first-child{font-size:24px;display:flex}
.phone-button strong{display:block;font-family:"Oswald",sans-serif;font-size:18px}
.phone-button small{display:block;text-align:center;font-size:11px}
.schedule-button{
  min-width:190px;
  height:60px;
  padding:0 20px;
  border-radius:4px;
  background:#fff;
  color:var(--dark);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-family:"Oswald",sans-serif;
  font-size:17px;
  font-weight:700;
  text-transform:uppercase;
  transition:transform .15s,box-shadow .15s;
}
.schedule-button .ico{font-size:22px;color:var(--orange-dark)}
.schedule-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.14)}

/* Footer */
.site-footer{background:#0f1d2a;color:#fff}
.footer-grid{
  padding:30px 0 28px;
  display:grid;
  grid-template-columns:1.25fr .7fr .7fr 1.1fr;
  gap:50px;
}
.footer-brand img{
  width:238px;
  filter:brightness(0) invert(1);
  opacity:.98;
  margin-bottom:13px;
}
.footer-brand p,
.site-footer p,
.site-footer a{
  color:#d6e0e9;
  font-size:12px;
  line-height:1.55;
}
.site-footer h3{
  color:var(--orange-bright);
  font-size:13px;
  text-transform:uppercase;
  margin:3px 0 12px;
}
.site-footer a{display:block;margin:5px 0}
.site-footer a:hover{color:#fff}
.copyright{
  border-top:1px solid rgba(255,255,255,.08);
  text-align:center;
  padding:10px 20px 14px;
  color:#a9b6c3;
  font-size:11px;
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .primary-cta,.service-card,.schedule-button{transition:none}
  .primary-cta:hover,.service-card:hover,.schedule-button:hover{transform:none}
}

/* Narrow desktop: the seven nav links need the room, so collapse the menu
   earlier than the rest of the tablet layout. */
@media (max-width: 1140px){
  .site-header{height:auto;min-height:76px}
  .header-inner{grid-template-columns:1fr auto;min-height:76px}
  .brand img{width:235px}
  .header-phone{display:none}
  .menu-toggle{
    width:42px;height:42px;border:0;background:transparent;padding:9px;
    display:flex;flex-direction:column;justify-content:center;gap:5px;cursor:pointer
  }
  .menu-toggle span{height:2px;background:var(--dark);display:block;width:24px}
  .main-nav{
    display:none;
    position:absolute;
    top:76px;left:0;right:0;
    background:#fff;
    padding:16px 24px 22px;
    box-shadow:0 10px 20px rgba(0,0,0,.08);
    flex-direction:column;
    align-items:flex-start;
    gap:15px;
  }
  .main-nav.is-open{display:flex}
}

/* Tablet */
@media (max-width: 980px){
  .hero,.hero-inner{min-height:600px}
  .hero-card{width:500px}
  .hero h1{font-size:48px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .how-steps{gap:18px}
  .local-section{grid-template-columns:1fr 220px 1.2fr}
  .review-grid{gap:20px}
  .faq-grid{grid-template-columns:1fr}
  .schedule-inner{padding:18px 0;align-items:flex-start}
  .schedule-actions{flex-wrap:wrap;justify-content:flex-end}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:30px}
  .footer-grid>div:last-child{grid-column:2 / 4}
}

/* Mobile */
@media (max-width: 720px){
  .container{width:min(100% - 30px,var(--container))}
  /* Phones: stack the scene above the card instead of hiding it behind. The
     band keeps a fixed aspect ratio so the truck + garage crop is the same at
     every phone width. */
  .hero{min-height:0;display:flex;flex-direction:column;background:#fff}
  .hero-photo{
    position:relative;
    inset:auto;
    aspect-ratio:39 / 25;
    background-image:url("../images/hero-junk.svg");
    background-size:205% auto;
    background-position:88% 90%;
  }
  .hero-inner{min-height:0;padding:0 0 8px;margin-top:-38px}
  .hero-card{
    width:100%;
    padding:29px 23px 24px;
    background:linear-gradient(135deg,#0f1e2c,#172b3e);
  }
  .hero h1{font-size:42px}
  .hero-copy{font-size:15px}
  .hero-benefits{gap:0}
  .benefit{padding:0 7px}
  .benefit span{font-size:10px}
  .primary-cta strong{font-size:18px}
  .section-pad{padding:34px 0}
  .section-heading h2{font-size:27px}
  .service-grid{gap:12px}
  .service-card{min-height:220px;padding:22px 12px 16px}
  .how-steps{grid-template-columns:1fr;gap:26px}
  .how-steps::before{top:32px;bottom:32px;left:50%;right:auto;border-top:0;border-left:2px dashed #f0b58f}
  .how-steps li{background:var(--soft)}
  .local-section{display:block}
  .why-panel{justify-content:center}
  .why-inner{padding:34px 24px}
  .crew-photo{min-height:0}
  .crew-photo img{height:auto;aspect-ratio:9 / 10;max-height:560px}
  .coverage-inner{padding:35px 24px}
  .coverage-panel h2{font-size:27px}
  .review-grid{grid-template-columns:1fr;gap:34px}
  .review-card{min-height:0}
  .schedule-inner{display:block;padding:24px 0}
  .schedule-lead{align-items:flex-start}
  .schedule-strip h2{font-size:25px}
  .schedule-actions{justify-content:flex-start;margin-top:20px}
  .phone-button,.schedule-button{flex:1;min-width:155px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:26px;padding-top:30px}
  .footer-brand{grid-column:1 / 3}
  .footer-grid>div:last-child{grid-column:1 / 3}
}

@media (max-width: 480px){
  .brand img{width:208px}
  .hero h1{font-size:37px}
  .hero-card{padding:26px 18px 20px}
  .hero-benefits{grid-template-columns:1fr;gap:14px}
  .benefit{border-right:0;display:grid;grid-template-columns:48px 1fr;align-items:center;text-align:left;min-height:0}
  .line-icon{height:auto}
  .benefit span{font-size:12px}
  .primary-cta{min-height:63px}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:auto}
  .area-grid{grid-template-columns:1fr;gap:8px}
  .schedule-actions{display:grid;grid-template-columns:1fr;width:100%}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand,.footer-grid>div:last-child{grid-column:auto}
}

/* Booking CTA in the primary nav */
.main-nav .nav-book{color:var(--orange-deep)}
.main-nav .nav-book:hover{color:var(--orange-dark)}
.main-nav .nav-book[aria-current="page"]{color:var(--orange-deep);text-decoration:underline;text-underline-offset:5px}

/* ==========================================================================
   PLACEHOLDER PHONE — TEMPORARY
   Hides every phone element while (555) 555-1234 is still a placeholder.
   All the markup is left intact, so restoring is a two-step job:
     1. Replace (555) 555-1234 / +15555551234 in public/index.html and
        public/book.html with the real number.
     2. Delete this whole block.
   See also the "PLACEHOLDER PHONE" note in public/js/book.js, where the
   call-us prompts were softened to match.
   ========================================================================== */
.header-phone,
.phone-button,
.aside-dark,
.site-footer a[href^="tel:"]{display:none !important}

/* Reclaim the column the header phone button was sitting in. */
.header-inner{grid-template-columns:300px 1fr}
@media (max-width: 1140px){
  .header-inner{grid-template-columns:1fr auto}
}
/* END PLACEHOLDER PHONE */
