/* ============================================================
   ECO ROLLOFF — Dumpster Rental, Los Angeles
   Industrial-editorial · Archivo + DM Sans · Red accent
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');
/* Brand name font — Ethnocentric (Typodermic), served from CDNFonts.
   To self-host instead: download the font, place it at /fonts/, and replace
   this import with your own @font-face rule (see fonts/README.txt). */
@import url('https://fonts.cdnfonts.com/css/ethnocentric');

/* ── Design Tokens ───────────────────────────────────────── */
:root {
  --ink:        #16201B;   /* deep eco charcoal */
  --ink-mid:    #20302A;
  --ink-soft:   #2B3B34;

  --red:        #D7282F;   /* primary accent — matches the bins */
  --red-dark:   #AE1F25;
  --red-pale:   #FCEBEB;

  --eco:        #4F7A2E;   /* sparing eco-green cue */
  --eco-dark:   #3C5E23;
  --bin-green:  #7BA03C;   /* product-banner green from the brand photos */
  --bin-green-d:#6B8E33;

  --white:      #FFFFFF;
  --off-white:  #F6F5F1;
  --surface:    #EFEEE9;
  --line:       #E2E0DA;
  --muted:      #6E6F69;
  --text:       #1B1F1C;
  --text-light: #54564F;

  --font-head: 'Archivo', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --max:       1240px;
  --r:         10px;
  --r-lg:      18px;
  --ease-out:  cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Reset ───────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:clip}
body{font-family:var(--font-body);font-size:18px;color:var(--text);background:var(--white);line-height:1.65;overflow-x:clip}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,select,textarea{font-family:inherit}
::selection{background:var(--red);color:#fff}

/* ── Typography ──────────────────────────────────────────── */
h1,h2,h3,h4,h5{font-family:var(--font-head);line-height:1.04;letter-spacing:-.01em}
h1{font-size:clamp(2.5rem,5.4vw,4.6rem);font-weight:800;letter-spacing:-.02em;text-transform:uppercase}
h2{font-size:clamp(1.85rem,3.6vw,2.9rem);font-weight:800;text-transform:uppercase;letter-spacing:-.015em}
h3{font-size:clamp(1.15rem,1.7vw,1.55rem);font-weight:700}
h4{font-size:1.05rem;font-weight:700}
p{line-height:1.75}

/* ── Layout ──────────────────────────────────────────────── */
.wrap{max-width:var(--max);margin:0 auto;padding:0 1.75rem}
.sec{padding:92px 0}
.sec-sm{padding:54px 0}
.text-center{text-align:center}

/* ── Eyebrow labels ──────────────────────────────────────── */
.eyebrow{
  display:inline-flex;align-items:center;gap:.55rem;
  font-family:var(--font-head);font-size:.82rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.16em;color:var(--red);
  margin-bottom:1rem;
}
.eyebrow::before{content:'';width:22px;height:2px;background:var(--red);display:inline-block}
.eyebrow.center{justify-content:center}

/* ── Buttons ─────────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.85rem;border-radius:6px;
  font-family:var(--font-head);font-size:.82rem;font-weight:700;
  letter-spacing:.05em;text-transform:uppercase;
  transition:all .25s var(--ease-out);white-space:nowrap;
}
.btn svg{width:15px;height:15px;flex-shrink:0}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 10px 26px rgba(215,40,47,.32)}
.btn-ink{background:var(--ink);color:#fff}
.btn-ink:hover{background:var(--ink-mid);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line)}
.btn-ghost:hover{border-color:var(--ink);background:var(--ink);color:#fff}
.btn-white{background:#fff;color:var(--red)}
.btn-white:hover{background:var(--ink);color:#fff;transform:translateY(-2px)}
.btn-ghost-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35)}
.btn-ghost-white:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.btn-lg{padding:1rem 2.3rem;font-size:.95rem}
.btn-sm{padding:.55rem 1.15rem;font-size:.72rem}

/* ── Top bar ─────────────────────────────────────────────── */
.topbar{background:var(--ink);color:rgba(255,255,255,.6);font-size:.78rem;padding:.5rem 0}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.topbar-left{display:flex;gap:1.5rem;flex-wrap:wrap}
.topbar a,.topbar span{color:rgba(255,255,255,.6);display:inline-flex;align-items:center;gap:.4rem}
.topbar a:hover{color:var(--red)}
.topbar svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.6}
.topbar .eco-chip{color:var(--bin-green);font-weight:600}

/* ── Header ──────────────────────────────────────────────── */
.site-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.98);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:.5rem;padding:.7rem 1.75rem;max-width:var(--max);margin:0 auto}
.logo{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex-shrink:0}
.logo img{height:62px;width:auto;display:block;flex-shrink:0}
.logo-name{font-family:'Ethnocentric',var(--font-head);font-weight:400;font-size:.82rem;letter-spacing:.03em;color:var(--ink);text-transform:uppercase;white-space:nowrap;line-height:1;text-align:center}
.logo-name-img{height:13px;width:auto;max-width:min(24vw,170px);object-fit:contain;display:block;flex-shrink:1;min-width:0}
.f-name-img{height:15px;width:auto;max-width:130px;object-fit:contain;display:block;margin-bottom:.2rem}
@media(max-width:760px){.logo img{height:46px}.logo-name{font-size:.62rem}.logo-name-img{height:10px}}
@media(max-width:420px){.logo-name{display:none}}
.nav-links{display:flex;align-items:center;gap:.1rem;flex:1;justify-content:center}
.nav-link{font-family:var(--font-head);font-size:.82rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--text-light);padding:.45rem .7rem;border-radius:6px;transition:color .2s;white-space:nowrap}
.nav-link:hover{color:var(--ink)}
.nav-link.active{color:var(--red)}
.nav-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}
.hamburger{display:none;flex-direction:column;gap:5px;padding:8px;flex-shrink:0}
.hamburger span{display:block;width:24px;height:2px;background:var(--ink);transition:all .3s}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.nav-link-mobile-cta{display:none}
.nav-link-mobile-call{display:none}

/* ── Sketch-icon base ────────────────────────────────────── */
/* hand-drawn line icons: round caps, slight imperfection via stroke */
.sketch{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* ── HERO ────────────────────────────────────────────────── */
.hero{background:var(--ink);padding:64px 0 92px;overflow:hidden;position:relative}
.hero::before{content:'';position:absolute;inset:0;
  background-image:radial-gradient(rgba(255,255,255,.035) 1.5px,transparent 1.5px);
  background-size:26px 26px;pointer-events:none;z-index:0}
.hero::after{content:'';position:absolute;top:-120px;right:-120px;width:620px;height:620px;border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(215,40,47,.12) 0%,transparent 64%);pointer-events:none;z-index:0}
.hero-inner{display:grid;grid-template-columns:1fr 400px;gap:3.5rem;align-items:center;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:.55rem;background:rgba(215,40,47,.14);border:1px solid rgba(215,40,47,.28);color:#FF8A8E;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.5rem;font-family:var(--font-head)}
.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--red);animation:blink 2s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.35}}
.hero h1{color:#fff;margin-bottom:1.3rem}
.hero h1 .accent{color:var(--red);white-space:nowrap}

/* ── Hero entrance — photo first, then shade/pattern/content fade in ── */
.hero-shade{position:absolute;inset:0;background:linear-gradient(rgba(18,24,20,.82),rgba(18,24,20,.88));z-index:0;pointer-events:none}
.hero.has-photo .hero-shade{opacity:0;transition:opacity 1.1s ease}
.hero.has-photo::before{opacity:0;transition:opacity 1.1s ease}
.hero.has-photo .hero-inner{opacity:0;transform:translateY(18px);transition:opacity .85s var(--ease-out) .25s,transform .85s var(--ease-out) .25s}
.hero.has-photo.hero-in .hero-shade{opacity:1}
.hero.has-photo.hero-in::before{opacity:1}
.hero.has-photo.hero-in .hero-inner{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){
  .hero.has-photo .hero-shade,.hero.has-photo::before{opacity:1;transition:none}
  .hero.has-photo .hero-inner{opacity:1;transform:none;transition:none}
}
.hero-desc{font-size:1.2rem;color:rgba(255,255,255,.6);font-weight:400;max-width:500px;margin-bottom:2.1rem;line-height:1.7}
.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:2.5rem}

/* Hero ZIP card */
.hero-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-lg);overflow:hidden;backdrop-filter:blur(8px)}
.hero-card-top{background:var(--red);padding:1.7rem 1.9rem;text-align:left}
.hct-label{font-family:var(--font-head);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.78);margin-bottom:.3rem}
.hct-title{font-family:var(--font-head);font-size:1.6rem;font-weight:800;color:#fff;line-height:1.05;text-transform:uppercase}
.hero-card-body{padding:1.7rem 1.9rem}
.hcb-zip-row{display:flex;gap:.6rem;margin-bottom:.8rem}
.hcb-zip-row input{flex:1;padding:.85rem 1rem;background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.18);border-radius:6px;color:#fff;font-size:1.1rem;text-align:center;letter-spacing:.1em;outline:none;transition:border-color .2s}
.hcb-zip-row input::placeholder{color:rgba(255,255,255,.4)}
.hcb-zip-row input:focus{border-color:var(--red)}
.hcb-zip-row button{flex-shrink:0;background:var(--red);color:#fff;border-radius:6px;padding:0 1.3rem;font-family:var(--font-head);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:background .2s}
.hcb-zip-row button:hover{background:var(--red-dark)}
.hcb-msg{min-height:1.3rem;font-size:.86rem;margin-bottom:1rem}
.hcb-msg .ok{color:#7BD389}
.hcb-msg .no{color:#FF8A8E}
.hcb-list{display:flex;flex-direction:column;gap:.6rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem}
.hcb-item{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:rgba(255,255,255,.72)}
.hcb-item svg{width:18px;height:18px;color:var(--red);flex-shrink:0}
/* ZIP-covered success state */
.hcb-success:not([hidden]){display:flex;flex-direction:column}
.hcb-success-head{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1.4rem}
.hcb-check{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center}
.hcb-check svg{width:24px;height:24px;color:#fff}
.hcb-success-title{font-family:var(--font-head);font-weight:800;font-size:1.18rem;color:#fff;line-height:1.2}
.hcb-success-title span{color:var(--red)}
.hcb-success-sub{color:rgba(255,255,255,.62);font-size:.92rem;margin-top:.25rem}
.hcb-success-actions{display:flex;flex-direction:column;gap:.7rem}
.hcb-success-actions .btn{width:100%;justify-content:center}
.hcb-retry{display:inline-flex;align-self:center;align-items:center;gap:.45rem;margin-top:1.15rem;background:none;border:none;color:rgba(255,255,255,.62);font-size:.9rem;font-weight:600;cursor:pointer;padding:.3rem}
.hcb-retry:hover{color:#fff}
.hcb-retry svg{width:16px;height:16px}

/* ── Trust strip ─────────────────────────────────────────── */
.trust-strip{background:var(--off-white);border-bottom:1px solid var(--line)}
.trust-inner{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:2rem 1.5rem;text-align:center;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:.55rem}
.trust-item:last-child{border-right:none}
.trust-item svg{width:38px;height:38px;color:var(--red)}
.trust-num{font-family:var(--font-head);font-size:1.7rem;font-weight:800;color:var(--ink);line-height:1}
.trust-label{font-size:.82rem;color:var(--muted);line-height:1.35}

/* ── Section heading helper ──────────────────────────────── */
.sec-head{max-width:660px;margin:0 auto 3rem;text-align:center}
.sec-head h2{color:var(--ink);margin-bottom:.7rem}
.sec-head p{color:var(--muted);font-size:1.08rem}

/* ══ DUMPSTER CARDS (matches brand photos: green banner) ══ */
.bins-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.bin-card{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:all .28s var(--ease-out)}
.bin-card:hover{transform:translateY(-6px);box-shadow:0 24px 54px rgba(22,32,27,.13);border-color:transparent}
.bin-banner{background:#fff;border-bottom:1px solid var(--line);position:relative;padding:1.4rem 1.4rem 1.1rem;min-height:212px;display:flex;flex-direction:column}
.bin-3d{position:absolute;inset:0;z-index:1;cursor:grab;touch-action:pan-y;opacity:0;transition:opacity .8s ease}
.bin-3d.revealed{opacity:1}
.bin-3d canvas{display:block;width:100%!important;height:100%!important}
/* photo cover sits above the 3D until every model is loaded, then fades away */
.bin-cover{position:absolute;inset:0;z-index:2;background:#fff;display:flex;align-items:center;justify-content:center;padding:1.4rem;transition:opacity .8s ease,transform .8s ease;pointer-events:none}
.bin-cover.hide{opacity:0;transform:scale(1.04)}
.bin-cover .bin-photo.cover{width:100%;height:100%;object-fit:cover;border-radius:8px}
/* on phones show the whole dumpster instead of a cropped/zoomed-in fill */
@media(max-width:760px){
  .bin-cover{padding:.9rem}
  .bin-cover .bin-photo.cover,
  img.bin-photo.cover{object-fit:contain}
}
.bin-3d-fallback:not([hidden]){position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:1.4rem}
.bin-photo{margin-top:auto;width:100%;height:128px;object-fit:contain;filter:drop-shadow(0 8px 10px rgba(0,0,0,.22))}
img.bin-photo.cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;margin:0;filter:none}
.bin-body{padding:1.6rem 1.5rem;flex:1;display:flex;flex-direction:column;text-align:center}
.bin-name{font-family:var(--font-head);font-size:1.5rem;font-weight:800;color:var(--ink);text-transform:uppercase;margin-bottom:.3rem}
.bin-tag{font-size:.9rem;color:var(--red);font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}
.bin-desc{font-size:1rem;color:var(--text-light);line-height:1.65;margin-bottom:.9rem}
.bin-meta{display:flex;flex-direction:column;gap:.5rem;margin:.4rem 0 1.3rem;padding:1rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.bin-meta-row{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.92rem;color:var(--ink);font-weight:700}
.bin-meta-row svg{width:18px;height:18px;color:var(--ink);flex-shrink:0}
.bin-meta-row strong{color:var(--ink);font-family:var(--font-head)}
.bin-card .btn{margin-top:auto;justify-content:center;width:100%}

/* ══ SIGNATURE — SCROLL TIMELINE ═════════════════════════ */
.timeline-sec{background:var(--ink);position:relative;overflow:hidden;padding:96px 0 110px}
.timeline-sec::before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.025) 1.5px,transparent 1.5px);background-size:26px 26px}
.timeline-sec .wrap{position:relative;z-index:1}
.timeline-sec .sec-head h2{color:#fff}
.timeline-sec .sec-head p{color:rgba(255,255,255,.5)}
.timeline{position:relative;max-width:760px;margin:4rem auto 0;padding-left:0}
/* the spine */
.tl-spine{position:absolute;left:50%;top:14px;bottom:14px;width:3px;transform:translateX(-50%);background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden}
.tl-spine-fill{position:absolute;left:0;top:0;width:100%;height:0;background:linear-gradient(var(--red),var(--red-dark));border-radius:3px;transition:height .15s linear}
.tl-step{position:relative;display:grid;grid-template-columns:1fr 96px 1fr;align-items:center;gap:1.5rem;margin-bottom:3.2rem}
.tl-step:last-child{margin-bottom:0}
.tl-node{grid-column:2;grid-row:1;justify-self:center;width:78px;height:78px;border-radius:50%;background:var(--ink-mid);border:2px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:all .45s var(--ease-out)}
.tl-node svg{width:40px;height:40px;color:rgba(255,255,255,.32);opacity:.6;transform:scale(.72);transition:color .45s var(--ease-out),opacity .45s var(--ease-out),transform .45s var(--ease-out)}
.tl-num{position:absolute;top:-10px;left:-10px;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.1);color:rgba(255,255,255,.55);font-family:var(--font-head);font-weight:800;font-size:.78rem;display:flex;align-items:center;justify-content:center;transition:all .45s}
.tl-card{grid-row:1;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);border-radius:var(--r);padding:1.2rem 1.4rem;transition:all .45s var(--ease-out);opacity:.5}
.tl-step:nth-child(odd) .tl-card{grid-column:1;text-align:right}
.tl-step:nth-child(even) .tl-card{grid-column:3;text-align:left}
.tl-card .step-k{font-family:var(--font-head);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--red);margin-bottom:.3rem}
.tl-card h3{color:#fff;font-size:1.25rem;margin-bottom:.3rem;text-transform:uppercase}
.tl-card p{color:rgba(255,255,255,.55);font-size:.95rem;margin:0}
/* active state */
.tl-step.active .tl-node{background:var(--red);border-color:var(--red);transform:scale(1.08);box-shadow:0 0 0 8px rgba(215,40,47,.16)}
.tl-step.active .tl-node svg{color:#fff;opacity:1;transform:scale(1)}
.tl-step.active .tl-num{background:#fff;color:var(--red)}
.tl-step.active .tl-card{opacity:1;border-color:rgba(215,40,47,.4);background:rgba(215,40,47,.07)}

/* ── Why us ──────────────────────────────────────────────── */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--line);margin-top:3rem;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.why-card{background:#fff;padding:2.4rem 2rem;transition:background .22s}
.why-card:hover{background:var(--off-white)}
.why-icon{width:50px;height:50px;color:var(--red);margin-bottom:1.1rem}
.why-icon svg{width:100%;height:100%}
.why-card h3{font-size:1.15rem;color:var(--ink);margin-bottom:.5rem;text-transform:uppercase}
.why-card p{font-size:1rem;color:var(--muted);margin:0;line-height:1.7}
.why-photo{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;margin-bottom:1.3rem}
.guide-link{color:var(--red-dark);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.guide-link:hover{color:var(--red)}

/* ── No-services note band ───────────────────────────────── */
.note-band{background:var(--red-pale);border:1px solid #F3C9CA;border-radius:var(--r-lg);padding:1.5rem 1.8rem;display:flex;gap:1.1rem;align-items:flex-start}
.note-band svg{width:30px;height:30px;color:var(--red-dark);flex-shrink:0;margin-top:.1rem}
.note-band h4{color:var(--red-dark);font-size:1.05rem;margin-bottom:.25rem;text-transform:uppercase}
.note-band p{color:#7A3B3C;font-size:1rem;margin:0;line-height:1.6}

/* ── Gallery ─────────────────────────────────────────────── */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.gallery-grid.home{grid-template-columns:repeat(4,1fr)}
.gal-tile{position:relative;border-radius:var(--r);overflow:hidden;aspect-ratio:4/3;background:var(--ink-mid);cursor:pointer;border:1px solid var(--line)}
.gal-tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}
.gal-tile:hover img{transform:scale(1.06)}
.gal-tile .gal-cap{position:absolute;left:0;right:0;bottom:0;padding:1.5rem .9rem .8rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;font-size:.85rem;font-weight:600;opacity:0;transform:translateY(8px);transition:all .3s}
.gal-tile:hover .gal-cap{opacity:1;transform:translateY(0)}
.gal-tile.placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;color:rgba(255,255,255,.3);text-align:center;padding:1rem}
.gal-tile.placeholder svg{width:36px;height:36px}
.gal-tile.placeholder span{font-size:.78rem;letter-spacing:.04em}
/* lightbox */
.lightbox{position:fixed;inset:0;background:rgba(10,14,12,.94);z-index:2000;display:none;align-items:center;justify-content:center;padding:2rem}
.lightbox.open{display:flex}
.lightbox img{max-width:92vw;max-height:88vh;border-radius:8px;box-shadow:0 30px 80px rgba(0,0,0,.6)}
.lightbox .lb-close{position:absolute;top:1.4rem;right:1.6rem;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:1.6rem;display:flex;align-items:center;justify-content:center}
.lightbox .lb-close:hover{background:var(--red)}
.lightbox .lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.6rem}
.lightbox .lb-nav:hover{background:var(--red)}
.lightbox .lb-prev{left:1.4rem}.lightbox .lb-next{right:1.4rem}

/* ── Testimonials ────────────────────────────────────────── */
.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.test-card{background:#fff;border-radius:var(--r-lg);padding:1.9rem;border:1px solid var(--line);display:flex;flex-direction:column;transition:all .25s;text-decoration:none;color:inherit}
.test-card:hover{box-shadow:0 14px 38px rgba(22,32,27,.09);transform:translateY(-3px);border-color:var(--red-pale)}
.test-stars{color:#E8A21C;font-size:1.05rem;letter-spacing:.1em;margin-bottom:.9rem}
.test-text{font-size:1.05rem;color:var(--text-light);line-height:1.7;flex:1;margin-bottom:1.3rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.test-author{display:flex;align-items:center;gap:.8rem;border-top:1px solid var(--line);padding-top:1.1rem}
.test-avatar{width:38px;height:38px;border-radius:50%;background:var(--ink);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:.85rem;font-weight:700;color:#fff;flex-shrink:0}
.test-name{font-weight:700;font-size:1rem;color:var(--ink);font-family:var(--font-head)}
.test-info{font-size:.78rem;color:var(--muted);display:flex;align-items:center;gap:.32rem}

/* ── CTA banner ──────────────────────────────────────────── */
.cta-banner{background:var(--red);padding:84px 0;text-align:center;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.05) 1.5px,transparent 1.5px);background-size:26px 26px}
.cta-banner>*{position:relative;z-index:1}
.cta-banner h2{color:#fff;margin-bottom:1rem}
.cta-banner p{color:rgba(255,255,255,.92);font-size:1.4rem;font-weight:500;margin:0 auto 2rem;max-width:680px;line-height:1.55}
.cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}

/* ── Footer ──────────────────────────────────────────────── */
.site-footer{background:var(--ink);padding:70px 0 0;color:rgba(255,255,255,.5)}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.3fr;gap:3rem;padding-bottom:3.2rem}
.footer-brand .name{font-family:'Ethnocentric',var(--font-head);font-size:1.1rem;font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.02em}
.footer-brand .name em{color:var(--red);font-style:normal}
.footer-brand .sub{font-size:.64rem;color:rgba(255,255,255,.3);letter-spacing:.2em;text-transform:uppercase;margin-top:3px}
.footer-about{font-size:1rem;color:rgba(255,255,255,.4);margin:1.1rem 0 1.3rem;line-height:1.7}
.footer-eco{display:flex;align-items:center;gap:.45rem;font-size:.8rem;color:var(--bin-green);font-weight:600;margin-top:.55rem}
.footer-eco svg{width:16px;height:16px;flex-shrink:0}
.footer-family{color:var(--red)}
.footer-col h4{font-family:var(--font-head);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.32);margin-bottom:1.2rem}
.footer-col ul{display:flex;flex-direction:column;gap:.55rem}
.footer-col ul a{font-size:1rem;color:rgba(255,255,255,.5);transition:color .2s}
.footer-col ul a:hover{color:var(--red)}
.fcontact{display:flex;flex-direction:column;gap:.8rem}
.fcontact-item{display:flex;gap:.65rem;align-items:center;font-size:1rem;color:rgba(255,255,255,.5);line-height:1.5}
.fcontact-item svg{width:17px;height:17px;color:var(--red);flex-shrink:0}
.fcontact-item a:hover{color:var(--red)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.4rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.7rem;font-size:.78rem;color:rgba(255,255,255,.28)}
.footer-bottom a{color:rgba(255,255,255,.4)}
.footer-bottom a:hover{color:var(--red)}

/* ── Divider ─────────────────────────────────────────────── */
.divider{height:3px;background:linear-gradient(90deg,var(--red) 0%,var(--bin-green) 100%)}

/* ── Inner page header ───────────────────────────────────── */
.page-header{background:var(--ink);padding:56px 0;position:relative;overflow:hidden}
.page-header::before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.025) 1.5px,transparent 1.5px);background-size:26px 26px}
.page-header>.wrap{position:relative;z-index:1}
.page-header h1{color:#fff;font-size:clamp(1.9rem,4.2vw,3.2rem);margin-bottom:.5rem}
.page-header .sub{color:rgba(255,255,255,.5);font-size:1.1rem;font-weight:400;margin:0;max-width:620px}
.breadcrumb{display:flex;gap:.5rem;font-size:.78rem;color:rgba(255,255,255,.32);margin-bottom:.9rem;flex-wrap:wrap;align-items:center}
.breadcrumb a{color:rgba(255,255,255,.45)}
.breadcrumb a:hover{color:var(--red)}
.bc-sep{opacity:.3}

/* ── Forms ───────────────────────────────────────────────── */
.form-card{background:#fff;border-radius:var(--r-lg);padding:2.5rem;box-shadow:0 4px 26px rgba(22,32,27,.06);border:1px solid var(--line)}
.form-card h2{color:var(--ink);margin-bottom:.45rem}
.form-card>p{color:var(--muted);font-size:1.02rem;margin-bottom:1.7rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.form-group{margin-bottom:1.15rem}
.form-group label{display:block;font-family:var(--font-head);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink);margin-bottom:.45rem}
.form-group .req{color:var(--red)}
.form-group .opt{color:var(--muted);font-weight:400;font-size:.85em}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem 1rem;border:1.5px solid var(--line);border-radius:8px;font-size:1.02rem;color:var(--text);background:#fff;transition:border-color .2s,box-shadow .2s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(215,40,47,.1)}
.form-group textarea{resize:vertical;min-height:120px}
.form-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-note{font-size:.85rem;color:var(--muted);margin-top:1rem;text-align:center}
.form-msg{padding:1rem 1.2rem;border-radius:8px;font-size:.95rem;margin-bottom:1.2rem;display:none}
.form-msg.show{display:block}
.form-msg.ok{background:#EAF6EC;border:1px solid #BFE3C6;color:#2C6B38}
.form-msg.err{background:var(--red-pale);border:1px solid #F3C9CA;color:var(--red-dark)}

/* segmented toggle (contact: customer vs partner) */
.seg{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;background:var(--surface);padding:.4rem;border-radius:10px;margin-bottom:1.6rem}
.seg button{padding:.75rem;border-radius:7px;font-family:var(--font-head);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);transition:all .2s}
.seg button.active{background:#fff;color:var(--red);box-shadow:0 2px 8px rgba(0,0,0,.07)}

/* ── Quote / Contact sidebars ────────────────────────────── */
.quote-grid{display:grid;grid-template-columns:1fr 330px;gap:3rem;align-items:start}
.side-card{background:var(--ink);border-radius:var(--r-lg);padding:1.9rem;color:#fff;position:sticky;top:90px}
.side-card h3{color:#fff;font-size:1.2rem;margin-bottom:1.3rem;text-transform:uppercase}
.side-perk{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.1rem}
.side-perk-icon{width:36px;height:36px;background:rgba(215,40,47,.16);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.side-perk-icon svg{width:18px;height:18px;color:var(--red)}
.side-perk-text strong{display:block;font-size:.98rem;color:#fff;margin-bottom:.1rem;font-family:var(--font-head)}
.side-perk-text span{font-size:.82rem;color:rgba(255,255,255,.45);line-height:1.45}
.side-hours{border-top:1px solid rgba(255,255,255,.1);margin-top:1.3rem;padding-top:1.3rem}
.side-hours table{width:100%}
.side-hours td{font-size:.92rem;padding:.2rem 0}
.side-hours td:first-child{color:rgba(255,255,255,.5)}
.side-hours td:last-child{color:#fff;font-weight:600;text-align:right}

/* ── Contact details ─────────────────────────────────────── */
.contact-grid{display:grid;grid-template-columns:340px 1fr;gap:3rem;align-items:start}
.contact-side h2{color:#fff;font-size:1.6rem;margin-bottom:1.6rem;text-transform:uppercase}
.c-detail{display:flex;gap:1rem;margin-bottom:1.4rem}
.c-icon{width:42px;height:42px;background:rgba(215,40,47,.15);border:1px solid rgba(215,40,47,.26);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.c-icon svg{width:19px;height:19px;color:var(--red)}
.c-detail-text strong{display:block;font-family:var(--font-head);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.34);margin-bottom:.28rem}
.c-detail-text span,.c-detail-text a{font-size:1.05rem;color:#fff}
.c-detail-text a:hover{color:var(--red)}

/* ── Service areas ───────────────────────────────────────── */
.coverage-map{position:relative;z-index:0;width:100%;height:66vh;max-height:720px;min-height:380px;background:var(--off-white)}
.coverage-map .leaflet-container{font:inherit}
.coverage-map .leaflet-control-zoom{border:none;box-shadow:0 3px 12px rgba(0,0,0,.2);margin:0 18px 18px 0;border-radius:12px;overflow:hidden}
.coverage-map .leaflet-control-zoom a{width:48px;height:48px;line-height:46px;font-size:1.8rem;font-weight:600;color:#16201B;background:#fff}
.coverage-map .leaflet-control-zoom a:hover{background:#f4f4f2;color:var(--red)}
.areas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.7rem}
.area-item{background:#fff;border:1px solid var(--line);border-radius:8px;padding:.8rem 1rem;display:flex;align-items:center;gap:.55rem;font-size:1rem;color:var(--text-light);transition:all .2s}
.area-item .area-pin{color:var(--red);flex-shrink:0}
.area-link{cursor:pointer}
.area-link:hover{border-color:var(--red);color:var(--red-dark);box-shadow:0 4px 14px rgba(215,40,47,.1)}
.area-go{margin-left:auto;width:13px;height:13px;color:var(--muted);opacity:.65;flex-shrink:0;transition:all .2s}
.area-link:hover .area-go{color:var(--red);opacity:1}
.area-item:hover{border-color:var(--red);color:var(--red-dark);background:var(--red-pale)}
.area-item svg{width:16px;height:16px;color:var(--red);flex-shrink:0}

/* ── ZIP checker section (shared) ────────────────────────── */
.zip-sec{background:var(--off-white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:4rem 0}
.zip-box{max-width:520px;margin:0 auto;text-align:center}
.zip-box h2{color:var(--ink);margin-bottom:.6rem}
.zip-box p{color:var(--muted);font-size:1.05rem;margin-bottom:1.8rem}
.zip-row{display:flex;gap:.65rem;max-width:400px;margin:0 auto .75rem}
.zip-row input{flex:1;padding:.9rem 1.25rem;border:2px solid var(--line);border-radius:8px;font-size:1.1rem;text-align:center;outline:none;background:#fff;color:var(--ink);transition:border-color .25s;letter-spacing:.1em}
.zip-row input:focus{border-color:var(--red)}
.zip-row button{flex-shrink:0;padding:.9rem 1.6rem;background:var(--red);color:#fff;border-radius:8px;font-family:var(--font-head);font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.zip-row button:hover{background:var(--red-dark)}
.zip-msg{min-height:1.5rem;font-size:.92rem}
.zip-msg .no{color:var(--red)}
/* ZIP-covered success state (matches hero card behavior) */
.zip-success:not([hidden]){display:flex;flex-direction:column;max-width:420px;margin:0 auto}
.zip-success-head{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1.3rem;text-align:left}
.zip-check{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center}
.zip-check svg{width:24px;height:24px;color:#fff}
.zip-success-title{font-family:var(--font-head);font-weight:800;font-size:1.18rem;color:var(--ink);line-height:1.2}
.zip-success-title span{color:var(--red-dark)}
.zip-success-sub{color:var(--muted);font-size:.92rem;margin-top:.25rem}
.zip-success-actions{display:flex;flex-direction:column;gap:.7rem}
.zip-success-actions .btn{width:100%;justify-content:center}
.zip-retry{display:inline-flex;align-self:center;align-items:center;gap:.45rem;margin-top:1.1rem;background:none;border:none;color:var(--muted);font-size:.9rem;font-weight:600;cursor:pointer;padding:.3rem}
.zip-retry:hover{color:var(--ink)}
.zip-retry svg{width:16px;height:16px}
.zip-msg .ok{color:var(--eco);font-weight:600}

/* ── Legal pages ─────────────────────────────────────────── */
.legal{max-width:760px}
.legal p{color:var(--text-light);line-height:1.85;margin-bottom:1.1rem}
.legal h2{font-size:1.3rem;margin:2.2rem 0 .8rem;color:var(--ink)}
.legal a{color:var(--red-dark);text-decoration:underline}
.legal a:hover{color:var(--red)}
.legal-list{margin:0 0 1.1rem;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.6rem}
.legal-list li{position:relative;padding-left:1.6rem;color:var(--text-light);line-height:1.7}
.legal-list li::before{content:'';position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--red)}
.zip-covered{display:none;text-align:center;max-width:520px;margin:0 auto}
.zip-covered .check{width:58px;height:58px;background:var(--eco);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;color:#fff}
.zip-covered .check svg{width:28px;height:28px}

/* ── About ───────────────────────────────────────────────── */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-visual{border-radius:var(--r-lg);overflow:hidden;min-height:380px;background:var(--ink-mid);display:flex;align-items:center;justify-content:center}
.about-visual img{width:100%;height:100%;object-fit:cover}
.about-visual .ph{color:rgba(255,255,255,.2)}
.about-visual .ph svg{width:90px;height:90px}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:2.5rem}
@media(max-width:1000px){.value-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.value-grid{grid-template-columns:1fr}}
.value-card{background:#fff;border:1px solid var(--line);border-left:3px solid var(--red);padding:1.5rem;border-radius:0 var(--r) var(--r) 0}
.value-card h4{color:var(--ink);margin-bottom:.4rem;text-transform:uppercase}
.value-card p{font-size:.98rem;color:var(--muted);margin:0;line-height:1.65}

/* ── Misc ────────────────────────────────────────────────── */
.list-check{display:flex;flex-direction:column;gap:.55rem}
.list-check li{display:flex;align-items:flex-start;gap:.55rem;color:var(--text-light)}
.list-check li svg{width:18px;height:18px;color:var(--eco);flex-shrink:0;margin-top:.2rem}
.side-card .list-check li{color:rgba(255,255,255,.85)}
.side-card .list-check li svg{color:#7BC47F}

/* ── Scroll reveal ───────────────────────────────────────── */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}
.reveal.in{opacity:1;transform:none}

/* ── Family-owned badge (About page) ─────────────────────── */
.family-badge{display:inline-flex;align-items:center;gap:.55rem;background:var(--red-pale);color:var(--red-dark);border:1px solid rgba(215,40,47,.22);border-radius:999px;padding:.5rem 1.05rem;font-family:var(--font-head);font-weight:700;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.1rem}
.family-badge svg{width:19px;height:19px;flex-shrink:0}

/* ── City landing pages ──────────────────────────────────── */
.city-hero{background:linear-gradient(160deg,var(--ink),#0f1a14);color:#fff;text-align:center;padding:3.6rem 0 3rem}
.city-hero h1{font-family:var(--font-head);font-weight:800;font-size:clamp(2rem,5vw,3.2rem);line-height:1.05;margin:.5rem 0 1rem}
.city-hero p{max-width:680px;margin:0 auto 1.7rem;color:rgba(255,255,255,.82);line-height:1.7;font-size:1.05rem}
.city-hero-cta{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}
.cta-actions{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-top:1.3rem}
.btn-ghost-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}
.btn-ghost-light:hover{background:rgba(255,255,255,.12)}
.btn-white{background:#fff;color:var(--ink)}
.btn-white:hover{background:#f0f0ee}
.btn-outline{background:transparent;color:var(--red-dark);border:1.5px solid var(--red)}
.btn-outline:hover{background:var(--red);color:#fff}
.city-sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.4rem}
.city-size-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.6rem;display:flex;flex-direction:column;gap:.5rem}
.city-size-card h3{font-family:var(--font-head);font-weight:800;font-size:1.25rem;color:var(--ink)}
.css-dims{font-weight:700;color:var(--red-dark);font-size:.95rem}
.city-size-card p{color:var(--text-light);line-height:1.6;font-size:.95rem;flex:1}
.css-meta{font-size:.85rem;color:var(--muted);font-weight:600}
.city-size-card .btn{margin-top:.6rem;align-self:flex-start}
.city-sizes-note{text-align:center;margin-top:1.6rem;color:var(--text-light)}
.city-sizes-note a{color:var(--red-dark);font-weight:600;text-decoration:underline}
.city-why{display:grid;grid-template-columns:1.15fr .85fr;gap:2.6rem;align-items:start}
.city-why h2{margin-bottom:1rem}
.city-why p{color:var(--text-light);line-height:1.75}
.city-list{list-style:none;padding:0;margin:1.3rem 0 1.7rem;display:flex;flex-direction:column;gap:.6rem}
.city-list li{position:relative;padding-left:1.9rem;color:var(--ink)}
.city-list li::before{content:'✓';position:absolute;left:0;top:0;width:1.35rem;height:1.35rem;background:var(--red-pale);color:var(--red-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}
.city-reviews{display:flex;flex-direction:column;gap:1rem}
.cr-head{font-family:var(--font-head);font-weight:800;font-size:1.05rem;color:var(--ink);margin:0 0 .2rem}
.city-review{display:block;background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.3rem;transition:box-shadow .2s,transform .2s}
.city-review:hover{box-shadow:0 10px 26px rgba(22,32,27,.08);transform:translateY(-2px)}
.cr-stars{color:#F5B301;letter-spacing:2px;font-size:.95rem}
.city-review p{color:var(--ink);line-height:1.6;margin:.5rem 0 .8rem;font-size:.95rem}
.cr-name{display:flex;align-items:center;gap:.55rem;font-size:.85rem;color:var(--muted);font-weight:600}
.cr-avatar{width:30px;height:30px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700}
.city-nearby{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-top:1.4rem}
.city-nearby a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.55rem 1.2rem;color:var(--ink);font-weight:600;font-size:.92rem;transition:all .2s}
.city-nearby a:hover{border-color:var(--red);color:var(--red-dark)}
@media(max-width:820px){ .city-sizes{grid-template-columns:1fr} .city-why{grid-template-columns:1fr;gap:1.8rem} }

/* ── FAQ accordion ───────────────────────────────────────── */
.faq-list{max-width:860px;margin:2.6rem auto 0;display:flex;flex-direction:column;gap:.8rem}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:box-shadow .25s}
.faq-item[open]{box-shadow:0 10px 30px rgba(22,32,27,.07)}
.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.4rem;font-family:var(--font-head);font-weight:700;font-size:1.08rem;color:var(--ink)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--red-pale);color:var(--red-dark);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;line-height:1;transition:transform .25s}
.faq-item[open] summary::after{content:'−';transform:rotate(180deg)}
.faq-item summary:hover{color:var(--red-dark)}
.faq-a{padding:0 1.4rem 1.25rem;color:var(--text-light);line-height:1.7}
.faq-a p{margin:0 0 .8rem}
.faq-a p:last-child{margin-bottom:0}
.faq-a a{color:var(--red-dark);font-weight:600;text-decoration:underline}
.faq-note{font-size:.88rem;color:var(--muted);font-style:italic}

/* ── Form thank-you panel ─────────────────────────────────── */
.form-success:not([hidden]){display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.2rem 1rem 1.4rem}
.fs-check{width:64px;height:64px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.fs-check svg{width:34px;height:34px;color:#fff}
.form-success h3{font-family:var(--font-head);font-weight:800;font-size:1.6rem;color:var(--ink);margin:0 0 .5rem}
.form-success p{color:var(--text-light);max-width:440px;margin:0 0 1.4rem;line-height:1.65}

/* ── Responsive ──────────────────────────────────────────── */
@media(max-width:1100px){
  /* backdrop-filter on the header traps position:fixed children — turn it off on
     mobile so the full-screen menu anchors to the viewport at any scroll position */
  .site-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff}
  .nav-links{display:none;position:fixed;top:0;left:0;right:0;bottom:0;height:100dvh;background:#fff;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:88px 1.6rem 2rem;z-index:998;overflow-y:auto}
  .nav-links.open{display:flex}
  .nav-link{padding:1.15rem .5rem;border-bottom:1px solid var(--line);width:100%;font-size:1.2rem;text-align:center}
  .nav-link-mobile-cta{display:block;background:var(--red);color:#fff;border-radius:8px;text-align:center;margin-top:1.2rem;border-bottom:none;padding:1rem}
  .nav-link-mobile-call{display:flex;align-items:center;justify-content:center;gap:.6rem;background:transparent;color:var(--ink);border:1.5px solid var(--line);border-radius:8px;text-align:center;margin-top:.7rem;border-bottom-width:1.5px;padding:1rem}
  .nav-link-mobile-call svg{width:20px;height:20px;color:var(--red);flex-shrink:0}
  .nav-actions{display:none}
  .hamburger{display:flex;position:relative;z-index:1001}
  body.menu-open{overflow:hidden;position:fixed;width:100%}
  /* keep the header (and its X button) pinned to the viewport while the menu is open —
     a fixed body would otherwise carry the sticky header off-screen when scrolled */
  body.menu-open .site-header{position:fixed;top:0;left:0;right:0;z-index:1000}
  .hero-inner{grid-template-columns:1fr;justify-items:center;text-align:center}
  .hero-inner>div:first-child{text-align:center}
  .hero-actions{justify-content:center}
  .hero-desc{margin-left:auto;margin-right:auto}
  .hero-card{max-width:440px;width:100%;margin:0 auto}
  .hero-card-top{text-align:center}
  .hcb-list{text-align:left;display:inline-flex;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}
  .quote-grid{grid-template-columns:1fr}
  .side-card{position:static}
  .contact-grid{grid-template-columns:1fr}
  .contact-side{order:-1}
  .about-grid{grid-template-columns:1fr;gap:2.5rem}
  .about-visual{min-height:280px}
}
@media(max-width:900px){
  .bins-grid{grid-template-columns:1fr;max-width:430px;margin:0 auto}
  .why-grid{grid-template-columns:1fr;background:transparent;border:none;gap:1rem}
  .why-card{border:1px solid var(--line);border-radius:var(--r-lg)}
  .test-grid{grid-template-columns:1fr 1fr}
  .trust-inner{grid-template-columns:1fr 1fr}
  .trust-item{border-right:none;border-bottom:1px solid var(--line)}
  .trust-item:nth-child(odd){border-right:1px solid var(--line)}
  .gallery-grid,.gallery-grid.home{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  body{font-size:17px}
  .sec{padding:60px 0}
  /* timeline → single column, spine on the left */
  .timeline{max-width:520px}
  .tl-spine{left:39px}
  .tl-step{grid-template-columns:78px 1fr;gap:1.1rem;margin-bottom:2.2rem}
  .tl-node{grid-column:1;justify-self:start}
  .tl-step:nth-child(odd) .tl-card,.tl-step:nth-child(even) .tl-card{grid-column:2;text-align:left}
  .form-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;text-align:center}
  .topbar-left{justify-content:center}
}
@media(max-width:560px){
  .hero-actions,.cta-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn,.cta-actions .btn{width:100%;justify-content:center}
  .why-grid{grid-template-columns:1fr;background:transparent;border:none;gap:1rem}
  .why-card{border:1px solid var(--line);border-radius:var(--r-lg)}
  .test-grid{grid-template-columns:1fr}
  .form-card{padding:1.6rem}
}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;transition-duration:.001ms!important}
  .reveal{opacity:1;transform:none}
}
