/* ============================================================
   IRONCLAD HAULING — Heavy-duty junk removal & demolition.
   Industrial dark. Charcoal · Steel · Safety amber.
   ============================================================ */

:root {
  --bg: #0D0F13;
  --bg-2: #14171D;
  --panel: #191D24;
  --panel-2: #1F242C;
  --line: rgba(255,255,255,0.09);
  --amber: #32CD32;
  --amber-dk: #228B22;
  --steel: #8A96A6;
  --text: #EDEFF2;
  --muted: #939BA6;
  --disp: 'Archivo', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --hazard: repeating-linear-gradient(-45deg, var(--amber) 0 18px, #000000 18px 36px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

.kicker { font-family: var(--disp); font-weight: 700; font-size: .76rem; letter-spacing: .22em; text-transform: uppercase; color: var(--amber); margin-bottom: 1rem; }
.kicker--center { text-align: center; }
.section__title { font-family: var(--disp); font-weight: 800; font-size: clamp(1.9rem, 4.4vw, 3.3rem); line-height: 1.02; letter-spacing: -0.01em; text-transform: uppercase; max-width: 16ch; }
.amber { color: var(--amber); }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 6rem); position: relative; }
.section__head { max-width: 1320px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.section__sub { color: var(--muted); max-width: 42ch; }
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 200; background: var(--amber); box-shadow: 0 0 12px rgba(50,205,50,.8); }

.hazard { height: 12px; background: var(--hazard); background-size: 50.9px 50.9px; }
.hazard--top { position: absolute; top: 0; left: 0; right: 0; z-index: 3; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font-family: var(--disp); font-weight: 700; font-size: .92rem; letter-spacing: .02em; text-transform: uppercase; padding: .95rem 1.7rem; border-radius: 6px; cursor: pointer; border: 2px solid transparent; transition: all .35s var(--ease); }
.btn svg { width: 1.15em; height: 1.15em; }
.btn--lg { padding: 1.1rem 2rem; font-size: .98rem; }
.btn--amber { background: var(--amber); color: #000000; box-shadow: 0 12px 34px -12px rgba(50,205,50,.6); }
.btn--amber:hover { background: var(--amber-dk); transform: translateY(-3px); box-shadow: 0 18px 44px -12px rgba(50,205,50,.75); }
.btn--steel { background: transparent; color: var(--text); border-color: var(--line); }
.btn--steel:hover { border-color: var(--amber); color: var(--amber); transform: translateY(-3px); }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 120; display: flex; align-items: center; justify-content: space-between; padding: 1.05rem clamp(1.25rem, 6vw, 6rem); transition: all .4s var(--ease); }
.nav.is-stuck { background: rgba(13,15,19,.85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); padding-top: .75rem; padding-bottom: .75rem; }
.brand { font-family: var(--disp); font-weight: 900; letter-spacing: .04em; font-size: 1.15rem; display: flex; align-items: center; gap: .6rem; color: var(--text); }
.brand__mark { width: 30px; height: 30px; color: var(--amber); flex: none; }
.brand__sub { color: var(--steel); font-weight: 600; letter-spacing: .18em; font-size: .68rem; margin-left: -.2rem; }
.nav__links { display: flex; gap: 1.9rem; }
.nav__links a { font-size: .88rem; font-weight: 500; color: var(--muted); position: relative; transition: color .3s; }
.nav__links a:hover { color: var(--text); }
.nav__links a::after { content:''; position:absolute; left:0; bottom:-5px; height:2px; width:100%; background: var(--amber); transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__burger { display: none; flex-direction: column; gap: 6px; background: none; border: 0; cursor: pointer; }
.nav__burger span { width: 24px; height: 2px; background: var(--text); }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 8rem clamp(1.25rem, 6vw, 6rem) 5rem; overflow: hidden; }
.hero__photo { position: absolute; inset: 0; z-index: 0; background: center/cover no-repeat url('./assets/junk-two-trucks.jpeg'); filter: grayscale(.3) contrast(1.05); }
.hero__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(13,15,19,.96) 0%, rgba(13,15,19,.82) 45%, rgba(13,15,19,.6) 100%), linear-gradient(0deg, var(--bg) 2%, transparent 40%); }
.hero__inner { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; width: 100%; }
.tagline { font-family: var(--disp); letter-spacing: .16em; text-transform: uppercase; font-size: .82rem; font-weight: 600; color: var(--amber); display: flex; align-items: center; gap: .8rem; margin-bottom: 1.6rem; }
.tagline__bar { width: 46px; height: 3px; background: var(--amber); display: inline-block; }
.hero__title { font-family: var(--disp); font-weight: 900; font-size: clamp(3rem, 9.5vw, 7.5rem); line-height: .9; letter-spacing: -0.02em; text-transform: uppercase; margin-bottom: 1.5rem; }
.hero__lede { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--muted); max-width: 52ch; margin-bottom: 2.2rem; }
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.8rem; }
.hero__specs { list-style: none; display: flex; gap: clamp(1.5rem, 4vw, 3.5rem); }
.hero__specs li { display: flex; flex-direction: column; border-left: 3px solid var(--amber); padding-left: .9rem; }
.hero__specs strong { font-family: var(--disp); font-weight: 800; font-size: clamp(1.2rem, 2.4vw, 1.7rem); color: var(--text); line-height: 1.1; }
.hero__specs span { font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-top: .2rem; }

/* CLIENTS */
.clients { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.clients__inner { max-width: 1320px; margin: 0 auto; padding: 1.6rem clamp(1.25rem, 6vw, 6rem); display: flex; align-items: center; gap: 2.5rem; flex-wrap: wrap; }
.clients__inner > span { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.clients__logos { display: flex; gap: clamp(1.5rem, 4vw, 3rem); flex-wrap: wrap; }
.clients__logos b { font-family: var(--disp); font-weight: 700; letter-spacing: .1em; color: rgba(237,239,242,.38); font-size: .92rem; transition: color .3s; }
.clients__logos b:hover { color: var(--text); }

/* CAPABILITIES */
.cap__grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.cap { padding: 2rem 1.8rem; border-radius: 12px; background: var(--panel); border: 1px solid var(--line); transition: transform .5s var(--ease), border-color .4s, background .4s; position: relative; overflow: hidden; }
.cap::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background: var(--amber); transform: scaleY(0); transform-origin: top; transition: transform .5s var(--ease); }
.cap:hover { transform: translateY(-6px); border-color: rgba(255,176,32,.4); background: var(--panel-2); }
.cap:hover::before { transform: scaleY(1); }
.cap__ico { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,176,32,.12); color: var(--amber); border: 1px solid rgba(255,176,32,.25); margin-bottom: 1.2rem; }
.cap__ico svg { width: 28px; height: 28px; }
.cap h3 { font-family: var(--disp); font-weight: 700; font-size: 1.3rem; text-transform: uppercase; letter-spacing: .01em; margin-bottom: .5rem; }
.cap p { font-size: .93rem; color: var(--muted); }

/* PROCESS */
.process { background: var(--bg-2); }
.process__rail { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.pnode { padding: 2rem 1.6rem; border-radius: 12px; background: var(--panel); border: 1px solid var(--line); position: relative; transition: transform .5s var(--ease), border-color .4s; }
.pnode:hover { transform: translateY(-6px); border-color: rgba(255,176,32,.4); }
.pnode__idx { font-family: var(--disp); font-size: 2.6rem; font-weight: 900; color: transparent; -webkit-text-stroke: 1.5px var(--amber); display: block; margin-bottom: 1rem; }
.pnode h3 { font-family: var(--disp); font-weight: 700; font-size: 1.25rem; text-transform: uppercase; margin-bottom: .5rem; }
.pnode p { font-size: .92rem; color: var(--muted); }

/* FLEET */
.fleet__grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.bin { position: relative; padding: 2rem 1.7rem; border-radius: 12px; background: var(--panel); border: 1px solid var(--line); transition: transform .5s var(--ease), border-color .4s; }
.bin:hover { transform: translateY(-6px); border-color: rgba(255,176,32,.4); }
.bin--feature { border-color: var(--amber); background: linear-gradient(180deg, rgba(255,176,32,.08), transparent); }
.bin__badge { position: absolute; top: -12px; left: 1.6rem; font-family: var(--disp); font-weight: 700; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: #1A1206; background: var(--amber); padding: .3rem .8rem; border-radius: 4px; }
.bin__size { font-family: var(--disp); font-weight: 900; font-size: 3rem; line-height: 1; color: var(--amber); margin-bottom: .8rem; }
.bin__size span { font-size: 1.1rem; color: var(--steel); font-weight: 600; }
.bin h3 { font-family: var(--disp); font-weight: 700; font-size: 1.2rem; text-transform: uppercase; margin-bottom: .4rem; }
.bin p { font-size: .92rem; color: var(--muted); margin-bottom: 1rem; }
.bin__eq { font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--steel); border-top: 1px solid var(--line); padding-top: .9rem; display: block; }

/* COVERAGE */
.coverage { background: var(--bg-2); }
.coverage__grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.coverage__map { position: relative; aspect-ratio: 1/0.85; border-radius: 12px; border: 1px solid var(--line); background: radial-gradient(circle at 48% 46%, rgba(255,176,32,.1), transparent 60%), var(--bg); overflow: hidden; background-image: radial-gradient(circle at 48% 46%, rgba(255,176,32,.1), transparent 60%), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: auto, 38px 38px, 38px 38px; }
.radar { position: absolute; left: 48%; top: 46%; transform: translate(-50%,-50%); width: 20px; height: 20px; }
.radar span { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(255,176,32,.45); animation: radar 3.4s ease-out infinite; }
.radar span:nth-child(2){ animation-delay: 1.1s; } .radar span:nth-child(3){ animation-delay: 2.2s; }
@keyframes radar { 0%{ transform: scale(1); opacity: .9; } 100%{ transform: scale(16); opacity: 0; } }
.coverage__pins b { position: absolute; left: var(--x); top: var(--y); width: 9px; height: 9px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 10px var(--amber); transform: translate(-50%,-50%); animation: blink 2.8s ease-in-out infinite; }
.coverage__pins b.is-home { width: 14px; height: 14px; box-shadow: 0 0 18px var(--amber); }
.coverage__pins b:nth-child(2){ animation-delay:.4s; } .coverage__pins b:nth-child(3){ animation-delay:.8s; }
.coverage__pins b:nth-child(4){ animation-delay:1.2s; } .coverage__pins b:nth-child(5){ animation-delay:1.6s; }
@keyframes blink { 0%,100%{ opacity:.4; } 50%{ opacity:1; } }
.coverage__towns { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.6rem 0 2rem; }
.coverage__towns span { font-size: .84rem; color: var(--muted); padding: .45rem .9rem; border-radius: 4px; border: 1px solid var(--line); background: var(--panel); transition: all .3s; }
.coverage__towns span:hover { color: var(--amber); border-color: var(--amber); }

/* REVIEWS */
.reviews__grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.review { padding: 2rem; border-radius: 12px; border: 1px solid var(--line); background: var(--panel); transition: transform .5s var(--ease), border-color .4s; }
.review:hover { transform: translateY(-6px); border-color: rgba(255,176,32,.4); }
.review__stars { display: flex; gap: 2px; margin-bottom: 1rem; }
.review__stars svg { width: 18px; height: 18px; color: var(--amber); }
.review blockquote { font-size: 1.05rem; color: var(--text); margin-bottom: 1.4rem; }
.review figcaption { display: flex; align-items: center; gap: .8rem; }
.review figcaption img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.review figcaption span { display: flex; flex-direction: column; font-size: .82rem; color: var(--muted); }
.review figcaption strong { color: var(--text); font-weight: 600; font-size: .95rem; }

/* FAQ */
.faq { background: var(--bg-2); }
.faq__grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); }
.faq__intro { position: sticky; top: 120px; align-self: start; }
.acc { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); margin-bottom: .9rem; overflow: hidden; transition: border-color .4s; }
.acc[open] { border-color: rgba(255,176,32,.4); }
.acc summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 1.5rem; font-family: var(--disp); font-weight: 600; font-size: 1.05rem; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary i { position: relative; width: 16px; height: 16px; flex: none; }
.acc summary i::before, .acc summary i::after { content:''; position:absolute; background: var(--amber); transition: transform .4s var(--ease); }
.acc summary i::before { top: 7px; left: 0; width: 16px; height: 2px; }
.acc summary i::after { top: 0; left: 7px; width: 2px; height: 16px; }
.acc[open] summary i::after { transform: rotate(90deg); opacity: 0; }
.acc p { max-height: 0; overflow: hidden; padding: 0 1.5rem; color: var(--muted); transition: max-height .5s var(--ease), padding .5s; }
.acc[open] p { max-height: 260px; padding: 0 1.5rem 1.4rem; }

/* QUOTE */
.quote { padding: clamp(5rem, 10vw, 8rem) clamp(1.25rem, 6vw, 6rem); text-align: center; position: relative; overflow: hidden; background: radial-gradient(60% 80% at 50% 0%, #1B1F27, var(--bg)); }
.quote__inner { position: relative; max-width: 680px; margin: 0 auto; }
.quote__title { font-family: var(--disp); font-weight: 900; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 1rem; }
.quote__sub { color: var(--muted); margin-bottom: 2.4rem; }
.quote__form { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; max-width: 560px; margin: 0 auto; }
.quote__form input, .quote__form select { padding: 1rem 1.2rem; border-radius: 6px; border: 1px solid var(--line); background: var(--panel); color: var(--text); font-family: var(--body); font-size: .95rem; }
.quote__form input::placeholder { color: var(--muted); }
.quote__form input:focus, .quote__form select:focus { outline: none; border-color: var(--amber); }
.quote__form input:nth-child(3), .quote__form select { grid-column: 1 / -1; }
.quote__form .btn { grid-column: 1 / -1; }

/* FOOTER */
.footer { border-top: 1px solid var(--line); padding: clamp(3rem,6vw,4.5rem) clamp(1.25rem, 6vw, 6rem) 2rem; }
.footer__top { max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.footer__links { display: flex; gap: 1.8rem; flex-wrap: wrap; }
.footer__links a { color: var(--muted); font-size: .9rem; transition: color .3s; }
.footer__links a:hover { color: var(--amber); }
.footer__base { max-width: 1320px; margin: 1.6rem auto 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; color: var(--muted); }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.cap__grid .cap:nth-child(2), .process__rail .pnode:nth-child(2), .fleet__grid .bin:nth-child(2), .reviews__grid .review:nth-child(2) { transition-delay: .08s; }
.cap__grid .cap:nth-child(3), .process__rail .pnode:nth-child(3), .fleet__grid .bin:nth-child(3), .reviews__grid .review:nth-child(3) { transition-delay: .16s; }
.cap__grid .cap:nth-child(4), .process__rail .pnode:nth-child(4), .fleet__grid .bin:nth-child(4) { transition-delay: .24s; }
.cap__grid .cap:nth-child(5) { transition-delay: .3s; } .cap__grid .cap:nth-child(6) { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } * { animation: none !important; } }

/* RESPONSIVE */
@media (max-width: 1080px) {
  .cap__grid { grid-template-columns: repeat(2, 1fr); }
  .process__rail { grid-template-columns: repeat(2, 1fr); }
  .fleet__grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__grid { grid-template-columns: 1fr; max-width: 620px; }
  .coverage__grid, .faq__grid { grid-template-columns: 1fr; }
  .faq__intro { position: static; }
}
@media (max-width: 640px) {
  .nav__links { display: none; }
  .nav__links.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: rgba(13,15,19,.97); backdrop-filter: blur(14px); padding: 1.4rem clamp(1.25rem,6vw,6rem); gap: 1rem; }
  .nav__cta { display: none; }
  .nav__burger { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-right: -10px; }
  .cap__grid, .process__rail, .fleet__grid { grid-template-columns: 1fr; }
  .hero__specs { flex-wrap: wrap; gap: 1.2rem 2rem; }
  .quote__form { grid-template-columns: 1fr; }
  .footer__base { flex-direction: column; gap: .4rem; }
}

/* Mobile: prevent iOS auto-zoom on input focus */
@media (max-width: 640px) { input, select, textarea { font-size: 16px !important; } }
