/* ==========================================================================
   Eric's Disposal — WordPress theme stylesheet
   Ported from the final-best static build. Brand tokens: red #B00000,
   navy #1D2B4E, accent #E8442E (large-only). Self-hosted fonts declared
   below replace the Google Fonts CDN — keeps this theme's CSS file count
   at exactly 1 and removes the external font round-trip.
   ========================================================================== */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/poppins-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-variable.woff2') format('woff2');
}

:root {
  --red-700: #B00000;
  --red-800: #9E0B0B;
  --red-900: #6E0808;
  --accent-500: #E8442E;
  --accent-tint: #FDEEE9;
  --navy-800: #1D2B4E;
  --navy-900: #141F3A;
  --navy-950: #0B1226;
  --white: #FFFFFF;
  --offwhite: #F7F5F2;
  --paper: #F1ECE2;
  --grey-100: #E9E6E0;
  --grey-500: #5B6270;
  --grey-600: #4A5264;
  --green-600: #1E7D46;
  --shadow: 0 4px 16px rgba(20, 31, 58, .08);
  --shadow-hover: 0 8px 24px rgba(20, 31, 58, .14);
  --shadow-lg: 0 30px 80px rgba(11, 18, 38, .35);
  --radius-ctl: 8px;
  --radius-card: 14px;
  --radius-hero: 20px;
  --site-width: 1320px;
  --grad-navy: linear-gradient(150deg, var(--navy-950) 0%, var(--navy-800) 55%, #2A3C6B 100%);
  --grad-red: linear-gradient(120deg, var(--red-900), var(--red-700) 55%, var(--accent-500));
  --tex-contour: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1.2'%3E%3Cpath d='M0 104 Q35 82 70 102 T140 98'/%3E%3Cpath d='M0 76 Q35 56 70 74 T140 70'/%3E%3Cpath d='M0 48 Q35 30 70 46 T140 42'/%3E%3Cpath d='M0 20 Q35 4 70 18 T140 14'/%3E%3C/g%3E%3C/svg%3E");
  --tex-ridge: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='120' preserveAspectRatio='none' viewBox='0 0 1200 120'%3E%3Cpath d='M0 120 L120 54 L240 96 L360 30 L480 88 L600 40 L720 92 L840 44 L960 96 L1080 36 L1200 84 L1200 120 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  --font-head: 'Poppins', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  position: relative;
  overflow-x: hidden;
  color: var(--grey-600);
  background: var(--offwhite);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
}

body::before {
  position: fixed;
  z-index: -3;
  content: "";
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20, 31, 58, .028) 1px, transparent 1px) 0 0 / 46px 46px,
    linear-gradient(rgba(20, 31, 58, .024) 1px, transparent 1px) 0 0 / 46px 46px,
    radial-gradient(circle at 14% 12%, rgba(176, 0, 0, .07), transparent 32%),
    radial-gradient(circle at 88% 74%, rgba(232, 68, 46, .09), transparent 36%),
    radial-gradient(circle at 70% 18%, rgba(29, 43, 78, .08), transparent 30%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: none; }

h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { color: var(--navy-900); font-family: var(--font-head); font-weight: 700; letter-spacing: -.01em; }

h1 { font-size: clamp(2.6rem, 6.6vw, 5.4rem); line-height: .98; text-wrap: balance; }
h2 { font-size: clamp(1.9rem, 3.6vw, 3.1rem); line-height: 1.06; text-wrap: balance; }
h3 { font-size: 1.28rem; line-height: 1.2; }

.eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--red-700);
  font-family: var(--font-head);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.on-dark .eyebrow { color: var(--accent-500); }
.on-dark h2, .on-dark h3 { color: var(--white); }

.lede {
  max-width: 62ch;
  color: var(--grey-500);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.6;
}

.on-dark .lede { color: rgba(255, 255, 255, .78); }

/* --------------------------------------------------------------------------
   Canvas debris field — ambient dust/particle motif behind the whole page
   -------------------------------------------------------------------------- */
#debris-canvas {
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: .55;
  inset: 0;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Scroll-reveal utility
   -------------------------------------------------------------------------- */
[data-reveal] {
  opacity: 0;
  transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1);
  transform: translateY(30px);
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal="fade"] { transform: none; }

/* --------------------------------------------------------------------------
   Layout helpers
   -------------------------------------------------------------------------- */
.container { width: min(var(--site-width), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 108px 0; }
.section.tight { padding: 72px 0; }
.section.alt { background: var(--paper); }
.section-head { max-width: 720px; margin-bottom: 46px; }
.section-head.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-head.full { max-width: none; }
.section-head.full .lede { max-width: 62ch; margin-right: auto; margin-left: auto; }

.grid { display: grid; gap: 18px; }
.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 26px;
  color: var(--white);
  font-family: var(--font-head);
  font-size: .95rem;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: var(--radius-ctl);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.btn-primary { background: var(--red-700); }
.btn-primary:hover { background: var(--red-800); }
.btn-ghost { color: var(--white); border-color: rgba(255, 255, 255, .32); }
.btn-ghost:hover { background: rgba(255, 255, 255, .1); }
.btn-dark { color: var(--white); background: var(--navy-800); }
.btn .icon { display: inline-flex; width: 18px; height: 18px; }
.btn .icon svg { width: 100%; height: 100%; }

/* --------------------------------------------------------------------------
   Header — floating glass pill
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  width: min(var(--site-width), calc(100% - 32px));
  padding: 8px 8px 8px 14px;
  color: var(--white);
  background: rgba(11, 18, 38, .66);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 100px;
  box-shadow: 0 20px 50px rgba(11, 18, 38, .35);
  backdrop-filter: blur(18px) saturate(140%);
  transition: transform .5s cubic-bezier(.2, .8, .2, 1), background .3s ease, border-radius .3s ease;
  transform: translate(-50%, 0);
  animation: header-drop .7s cubic-bezier(.2, .8, .2, 1) both;
}
.site-header.is-solid { background: rgba(11, 18, 38, .9); border-radius: 22px; }

.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background: var(--white);
  border: 2px solid var(--accent-500);
  border-radius: 50%;
  place-items: center;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-text { display: none; line-height: 1.05; }
.brand-text strong { display: block; font-family: var(--font-head); font-size: .96rem; }
.brand-text small { display: block; margin-top: 2px; color: var(--accent-500); font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.main-nav { display: none; justify-content: center; gap: 2px; }
.main-nav a {
  padding: 10px 13px;
  color: rgba(255, 255, 255, .78);
  font-size: .86rem;
  font-weight: 600;
  border-radius: 100px;
  transition: background .18s ease, color .18s ease;
}
.main-nav a:hover { color: var(--white); background: rgba(255, 255, 255, .1); }

.nav-item { position: relative; display: flex; }
.nav-item > a { display: inline-flex; align-items: center; gap: 5px; }
.nav-item .caret { width: 10px; height: 10px; transition: transform .18s ease; }
.nav-item:hover .caret, .nav-item:focus-within .caret { transform: rotate(180deg); }
.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 20;
  display: grid;
  gap: 2px;
  width: 240px;
  padding: 8px;
  color: var(--white);
  background: rgba(11, 18, 38, .97);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.dropdown a { display: block; padding: 10px 12px; color: rgba(255, 255, 255, .82); font-size: .86rem; font-weight: 600; border-radius: 10px; }
.dropdown a:hover, .dropdown a:focus { color: var(--white); background: rgba(255, 255, 255, .1); }
.dropdown a[aria-current="page"] { color: var(--accent-500); }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { visibility: visible; opacity: 1; transform: translate(-50%, 0); }

.header-actions { display: flex; align-items: center; gap: 8px; justify-self: end; }
.header-call {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  color: rgba(255, 255, 255, .9);
  font-size: .86rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
}
.header-cta {
  padding: 12px 18px;
  color: var(--navy-950);
  font-family: var(--font-head);
  font-weight: 800;
  background: var(--accent-500);
  border-radius: 100px;
  transition: transform .18s ease, filter .18s ease;
}
.header-cta:hover { filter: brightness(1.08); transform: translateY(-2px); }

.nav-toggle {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
}
.nav-toggle span { position: relative; display: block; width: 16px; height: 2px; background: currentColor; }
.nav-toggle span::before, .nav-toggle span::after { position: absolute; left: 0; width: 100%; height: 100%; content: ""; background: currentColor; }
.nav-toggle span::before { top: -5px; }
.nav-toggle span::after { top: 5px; }

.mobile-nav {
  position: fixed;
  top: 74px;
  right: 16px;
  left: 16px;
  z-index: 99;
  display: none;
  flex-direction: column;
  padding: 10px;
  color: var(--white);
  background: rgba(11, 18, 38, .96);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 13px 14px; font-weight: 600; border-radius: 10px; }
.mobile-nav a:hover { background: rgba(255, 255, 255, .08); }
.mobile-nav a.sub { padding: 10px 14px 10px 30px; color: rgba(255, 255, 255, .68); font-size: .92rem; font-weight: 500; }
.mobile-nav a.sub[aria-current="page"] { color: var(--accent-500); }
.mobile-nav .header-cta { margin-top: 6px; text-align: center; }

@media (min-width: 1080px) {
  .main-nav { display: flex; }
  .brand-text { display: block; }
  .header-call { display: inline-flex; }
  .nav-toggle { display: none; }
}

/* --------------------------------------------------------------------------
   Interior-page chrome — banner hero, breadcrumb, note, photo tiles, CTA band
   -------------------------------------------------------------------------- */
.page-hero {
  padding: 150px 0 68px;
  color: var(--white);
  background: var(--navy-950);
  background-image: var(--tex-contour), var(--grad-navy);
}
.breadcrumb { margin-bottom: 20px; color: rgba(255, 255, 255, .55); font-size: .85rem; font-weight: 600; }
.breadcrumb a { color: rgba(255, 255, 255, .85); transition: color .15s ease; }
.breadcrumb a:hover { color: var(--white); }
.page-hero h1 { max-width: 18ch; color: var(--white); }
.page-hero .sub { max-width: 58ch; margin-top: 18px; color: rgba(255, 255, 255, .8); font-size: 1.05rem; line-height: 1.65; }

.page-hero.split .container { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 44px; align-items: center; }
.page-hero.split .sub { margin-bottom: 26px; }
.page-hero.split .hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.page-hero .photo-frame { overflow: hidden; border-radius: var(--radius-hero); box-shadow: var(--shadow-lg); }
.page-hero .photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }

.bin-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.bin-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.bin-card .bin-art { width: 100%; height: auto; }
.bin-card h3 { display: flex; align-items: center; gap: 8px; font-size: 1.05rem; }
.bin-card .yd-tag { padding: 3px 9px; color: var(--white); font-family: var(--font-head); font-size: .62rem; font-weight: 800; text-transform: uppercase; background: var(--red-700); border-radius: 20px; }
.bin-card p { color: var(--grey-500); font-size: .9rem; line-height: 1.5; }
.bin-card .text-link { margin-top: 2px; color: var(--red-700); font-family: var(--font-head); font-weight: 700; font-size: .88rem; }
.bin-card .text-link:hover { text-decoration: underline; }

.size-chip { display: inline-block; margin-bottom: 10px; padding: 4px 11px; color: var(--red-700); font-family: var(--font-head); font-size: .72rem; font-weight: 800; background: var(--accent-tint); border-radius: 20px; }

.materials-grid.two { grid-template-columns: 1fr 1fr; }
.process-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.note {
  padding: 16px 20px;
  margin-top: 28px;
  color: var(--grey-600);
  font-size: .88rem;
  line-height: 1.55;
  background: var(--accent-tint);
  border-left: 3px solid var(--accent-500);
  border-radius: 10px;
}

.info-band { padding: 64px 0; color: var(--white); background: var(--navy-950); background-image: var(--tex-contour), var(--grad-navy); }
.info-band h2 { max-width: 30ch; margin: 10px 0 16px; color: var(--white); }
.info-band p { max-width: 74ch; color: rgba(255, 255, 255, .8); line-height: 1.65; }
.info-band .mini-corridor { display: block; width: 100%; max-width: 760px; height: auto; margin-top: 30px; }

.photo-tile { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--radius-card); box-shadow: var(--shadow); }
.photo-tile img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-tile:hover img { transform: scale(1.06); }
.photo-tile .cap {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 5px 13px;
  color: var(--white);
  font-family: var(--font-head);
  font-size: .78rem;
  font-weight: 700;
  background: rgba(10, 16, 34, .55);
  border-radius: 20px;
  backdrop-filter: blur(6px);
}

.cta-band { padding: 84px 0; color: var(--white); text-align: center; background: var(--grad-red); }
.cta-band h2 { color: var(--white); }
.cta-band p { max-width: 52ch; margin: 16px auto 30px; color: rgba(255, 255, 255, .9); }
.cta-band .btn-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.btn-white { color: var(--red-700); background: var(--white); }
.btn-white:hover { background: var(--offwhite); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100vh;
  padding: 128px max(20px, calc((100vw - var(--site-width)) / 2)) 64px;
  overflow: hidden;
  align-items: end;
  background: var(--navy-950);
}
.hero-media { position: absolute; z-index: -1; overflow: hidden; inset: 0; }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.06);
  transform: scale(1.12) translateY(0);
  transition: transform .2s linear;
}
.hero-media::after {
  position: absolute;
  content: "";
  inset: 0;
  background:
    linear-gradient(100deg, rgba(11, 18, 38, .92) 6%, rgba(11, 18, 38, .38) 52%, rgba(11, 18, 38, .82)),
    linear-gradient(0deg, rgba(11, 18, 38, .96), transparent 46%);
}
.hero-scanline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 2px;
  background: linear-gradient(transparent, rgba(232, 68, 46, .85), transparent);
  animation: scan 5.2s ease-in-out infinite;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 30px;
  align-items: end;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .75fr);
}
.hero-copy { color: var(--white); }
.hero-copy h1 { max-width: 900px; margin-bottom: 22px; color: var(--white); }
.hero-copy h1 em { font-style: normal; color: var(--accent-500); }
.hero-copy .lede { margin-bottom: 30px; color: rgba(255, 255, 255, .82); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }

.trust-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  color: rgba(255, 255, 255, .88);
  font-size: .82rem;
  font-weight: 600;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 100px;
}
.trust-chips svg { width: 16px; height: 16px; flex: none; }

.hero-panel {
  display: grid;
  gap: 4px;
  justify-self: end;
  width: min(100%, 340px);
  padding: 24px;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius-hero);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
}
.hero-panel span { color: rgba(255, 255, 255, .68); font-size: .82rem; }
.hero-panel strong { margin: 10px 0; font-family: var(--font-head); font-size: clamp(2rem, 4vw, 2.7rem); line-height: .95; }
.hero-panel small { color: rgba(255, 255, 255, .68); line-height: 1.5; }

.scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .6);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.scroll-cue .line { width: 1px; height: 34px; overflow: hidden; background: rgba(255, 255, 255, .22); }
.scroll-cue .line::after {
  display: block;
  width: 100%;
  height: 40%;
  content: "";
  background: var(--accent-500);
  animation: cue-drop 1.8s ease-in-out infinite;
}

/* --------------------------------------------------------------------------
   Marquee
   -------------------------------------------------------------------------- */
.marquee {
  overflow: hidden;
  color: var(--white);
  background: var(--grad-red);
  border-block: 1px solid rgba(255, 255, 255, .18);
}
.marquee-track { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.marquee span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 30px;
  font-family: var(--font-head);
  font-size: .92rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.marquee span::after { content: "\2726"; color: rgba(255, 255, 255, .55); font-size: .7rem; }

/* --------------------------------------------------------------------------
   Bin size — interactive visualizer
   -------------------------------------------------------------------------- */
.bin-stage {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding: 40px;
  color: var(--white);
  background: var(--grad-navy);
  background-image: var(--tex-contour), var(--grad-navy);
  border-radius: var(--radius-hero);
}
.bin-visual { position: relative; display: grid; place-items: center; min-height: 240px; }
.bin-visual svg { width: 100%; max-width: 300px; height: auto; transition: transform .35s cubic-bezier(.3, .8, .3, 1); filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .35)); }
.bin-readout {
  position: absolute;
  bottom: -6px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--font-head);
  color: var(--white);
}
.bin-readout .num { font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 800; font-variant-numeric: tabular-nums; }
.bin-readout .unit { color: rgba(255, 255, 255, .6); font-size: .95rem; font-weight: 700; text-transform: uppercase; }

.bin-copy .bin-kicker { color: var(--accent-500); font-family: var(--font-head); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.bin-copy h3 { margin: 12px 0 14px; color: var(--white); font-size: clamp(1.5rem, 2.6vw, 2.2rem); }
.bin-copy p { max-width: 46ch; color: rgba(255, 255, 255, .78); line-height: 1.6; }

.size-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.size-card {
  display: grid;
  gap: 4px;
  min-height: 92px;
  padding: 16px;
  color: var(--navy-900);
  text-align: left;
  cursor: pointer;
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-card);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}
.size-card span { font-family: var(--font-head); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; line-height: 1; }
.size-card small { color: var(--grey-500); font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.size-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.size-card.active { color: var(--white); background: var(--red-700); border-color: transparent; box-shadow: 0 20px 44px rgba(176, 0, 0, .3); }
.size-card.active small { color: rgba(255, 255, 255, .78); }

/* --------------------------------------------------------------------------
   Service cards
   -------------------------------------------------------------------------- */
.service-card {
  position: relative;
  display: grid;
  min-height: 340px;
  align-content: end;
  padding: 24px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-900);
  border-radius: var(--radius-card);
  isolation: isolate;
}
.service-card img {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
  inset: 0;
}
.service-card::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 18, 38, .94), rgba(11, 18, 38, .22) 60%);
}
.service-card:hover img { transform: scale(1.08); }
.service-card .pill { align-self: start; justify-self: start; padding: 5px 12px; margin-bottom: auto; color: var(--navy-950); font-size: .68rem; font-weight: 800; text-transform: uppercase; background: var(--accent-500); border-radius: 100px; }
.service-card .tag { display: block; margin-bottom: 8px; color: var(--accent-500); font-family: var(--font-head); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.service-card h3 { color: var(--white); }
.service-card p { margin-top: 8px; color: rgba(255, 255, 255, .78); font-size: .94rem; line-height: 1.5; }

/* --------------------------------------------------------------------------
   What-they-handle — interactive rail + panel
   -------------------------------------------------------------------------- */
.handle-stage { display: grid; grid-template-columns: minmax(280px, .95fr) minmax(0, 1.15fr); gap: 28px; align-items: stretch; }
.handle-rail { display: flex; flex-direction: column; gap: 8px; }
.handle-item {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 15px 18px;
  text-align: left;
  cursor: pointer;
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-left: 3px solid transparent;
  border-radius: var(--radius-card);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.handle-item:hover { box-shadow: var(--shadow-hover); transform: translateX(3px); }
.handle-item.active { background: var(--accent-tint); border-left-color: var(--red-700); box-shadow: var(--shadow-hover); }
.handle-num { font-family: var(--font-head); font-size: 1.25rem; font-weight: 800; color: var(--grey-100); transition: color .2s ease; }
.handle-item.active .handle-num, .handle-item:hover .handle-num { color: var(--red-700); }
.handle-icon {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--navy-800);
  place-items: center;
  background: var(--offwhite);
  border-radius: 10px;
  transition: background .2s ease, color .2s ease;
}
.handle-icon svg { width: 20px; height: 20px; }
.handle-item.active .handle-icon { color: var(--white); background: var(--red-700); }
.handle-text { display: grid; gap: 3px; min-width: 0; }
.handle-text small { color: var(--grey-500); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
.handle-text strong { overflow: hidden; color: var(--navy-950); font-family: var(--font-head); font-size: .96rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.handle-arrow { position: relative; width: 16px; height: 16px; opacity: 0; transform: translateX(-4px); transition: opacity .2s ease, transform .2s ease; }
.handle-arrow::before { position: absolute; inset: 0; color: var(--red-700); font-weight: 700; content: "\2192"; }
.handle-item.active .handle-arrow, .handle-item:hover .handle-arrow { opacity: 1; transform: translateX(0); }

.handle-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 40px;
  color: var(--white);
  background: var(--grad-navy);
  background-image: var(--tex-contour), var(--grad-navy);
  border-radius: var(--radius-hero);
  isolation: isolate;
}
.handle-panel-glyph {
  position: absolute;
  top: -.1em;
  right: 18px;
  z-index: -1;
  font-family: var(--font-head);
  font-size: 9rem;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .1);
  pointer-events: none;
}
.handle-panel-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  color: var(--white);
  place-items: center;
  background: var(--grad-red);
  border-radius: 14px;
}
.handle-panel-icon svg { width: 28px; height: 28px; }
.handle-panel-tag { color: var(--accent-500); font-family: var(--font-head); font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.handle-panel-title { margin: 12px 0 14px; color: var(--white); font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.handle-panel-copy { max-width: 46ch; margin-bottom: 26px; color: rgba(255, 255, 255, .78); line-height: 1.6; }
.handle-panel .btn { align-self: start; margin-top: auto; }
.handle-fade-in { animation: handle-fade .32s ease both; }
@keyframes handle-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 860px) {
  .handle-stage { grid-template-columns: 1fr; }
  .handle-panel-glyph { display: none; }
  .handle-text strong { white-space: normal; }
}

/* --------------------------------------------------------------------------
   Proof / why-us grid
   -------------------------------------------------------------------------- */
.proof-card {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.proof-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.proof-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  place-items: center;
  background: var(--accent-tint);
  border-radius: 12px;
}
.proof-icon svg { width: 24px; height: 24px; }
.proof-card p { margin-top: 10px; color: var(--grey-500); font-size: .94rem; line-height: 1.55; }
.proof-card .text-link { display: inline-block; margin-top: 14px; color: var(--red-700); font-family: var(--font-head); font-weight: 700; font-size: .88rem; }
.proof-card .text-link:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   Service-area corridor
   -------------------------------------------------------------------------- */
.corridor-wrap { padding: 36px; background: var(--grad-navy); background-image: var(--tex-contour), var(--grad-navy); border-radius: var(--radius-hero); }
.corridor-map { display: block; width: 100%; height: auto; }
.corridor-map .route { stroke-dasharray: 900; stroke-dashoffset: 900; transition: stroke-dashoffset 1.8s cubic-bezier(.2, .7, .2, 1); }
.is-visible .corridor-map .route { stroke-dashoffset: 0; }
.corridor-map .dot { opacity: 0; transition: opacity .4s ease; transition-delay: 1.2s; }
.is-visible .corridor-map .dot { opacity: 1; }

.region-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.region-row { padding: 20px 22px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-card); }
.region-label { display: block; margin-bottom: 8px; color: var(--accent-500); font-family: var(--font-head); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.region-cities { color: rgba(255, 255, 255, .82); font-size: .92rem; line-height: 1.5; }

.coverage-map, .loc-map { display: block; width: 100%; height: auto; }

/* --------------------------------------------------------------------------
   Service ledger — alternating photo/copy rows (services hub)
   -------------------------------------------------------------------------- */
.service-block { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.service-block.reverse .service-media { order: 2; }
.service-media { overflow: hidden; border-radius: var(--radius-hero); box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; }
.service-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-icon { display: grid; width: 52px; height: 52px; margin-bottom: 18px; background: var(--accent-tint); border-radius: 14px; place-items: center; }
.service-icon svg { width: 26px; height: 26px; }
.service-copy h2 { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.service-copy .pill { display: inline-block; padding: 5px 12px; color: var(--white); font-family: var(--font-head); font-size: .64rem; font-weight: 800; text-transform: uppercase; background: var(--red-700); border-radius: 100px; }
.service-copy p { margin-top: 14px; color: var(--grey-500); line-height: 1.65; }
.service-copy .meta { display: grid; gap: 8px; margin-top: 18px; font-size: .92rem; color: var(--grey-600); }
.service-copy .meta strong { color: var(--navy-900); }
.service-copy .btn-row { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; margin-top: 24px; }
.service-copy .text-link { color: var(--red-700); font-weight: 700; font-size: .92rem; }
.service-copy .text-link:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   Bin-row detail cards (bin-rentals page)
   -------------------------------------------------------------------------- */
.bin-row { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; padding: 28px; margin-bottom: 16px; background: var(--white); border: 1px solid var(--grey-100); border-radius: var(--radius-card); box-shadow: var(--shadow); }
.bin-row .bin-art-wrap { flex: 0 0 190px; }
.bin-row .bin-art-wrap svg { width: 100%; height: auto; }
.bin-row .bin-row-body { flex: 1; min-width: 260px; }
.bin-row h3 { display: flex; align-items: center; gap: 10px; font-size: 1.35rem; }
.bin-row .bin-dims { margin-top: 8px; color: var(--grey-500); font-size: .92rem; }
.bin-row .bin-dims strong { color: var(--navy-900); }
.bin-row .bin-fit { margin-top: 6px; color: var(--grey-600); font-size: .94rem; }

/* --------------------------------------------------------------------------
   Comparison table
   -------------------------------------------------------------------------- */
.table-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--grey-100); border-radius: var(--radius-card); box-shadow: var(--shadow); }
.table-wrap table { width: 100%; border-collapse: collapse; }
.table-wrap th, .table-wrap td { padding: 15px 20px; font-size: .92rem; text-align: left; white-space: nowrap; border-bottom: 1px solid var(--grey-100); }
.table-wrap th { color: var(--white); font-family: var(--font-head); font-weight: 700; background: var(--navy-900); }
.table-wrap tbody tr:last-child td { border-bottom: none; }
.table-wrap tbody tr:hover { background: var(--offwhite); }

/* --------------------------------------------------------------------------
   Info tiles (quote + contact pages)
   -------------------------------------------------------------------------- */
.info-tiles { display: grid; gap: 14px; }
.info-tile { padding: 26px; background: var(--white); border: 1px solid var(--grey-100); border-radius: var(--radius-card); box-shadow: var(--shadow); }
.info-tile h4 { font-family: var(--font-head); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--red-700); }
.info-tile .big-phone { display: block; margin-top: 8px; color: var(--navy-950); font-family: var(--font-head); font-size: 1.7rem; font-weight: 800; }
.info-tile p { margin-top: 8px; color: var(--grey-500); font-size: .92rem; line-height: 1.6; }
.info-tile a:not(.big-phone) { color: var(--red-700); font-weight: 700; }

/* --------------------------------------------------------------------------
   Process steps
   -------------------------------------------------------------------------- */
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 8px; counter-reset: step; }
.process-grid li {
  position: relative;
  padding: 30px 26px;
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
}
.process-grid .step-num {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 60px;
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 800;
  background: var(--red-700);
  border-radius: 50%;
  place-items: center;
}
.process-grid p { margin-top: 10px; color: var(--grey-500); line-height: 1.55; }

/* --------------------------------------------------------------------------
   Materials
   -------------------------------------------------------------------------- */
.materials-grid { display: grid; grid-template-columns: .82fr .82fr 1.05fr; gap: 16px; align-items: stretch; }
.materials-grid .panel { padding: 28px; background: var(--white); border: 1px solid var(--grey-100); border-radius: var(--radius-card); }
.materials-grid .panel.no { background: var(--paper); }
.status-bar { display: block; width: 40px; height: 5px; margin-bottom: 20px; border-radius: 100px; }
.status-bar.good { background: var(--green-600); }
.status-bar.bad { background: var(--red-700); }
.materials-grid ul { display: grid; gap: 11px; }
.materials-grid li { position: relative; padding-left: 20px; color: var(--grey-600); font-size: .95rem; }
.materials-grid li::before { position: absolute; top: .55em; left: 0; width: 7px; height: 7px; content: ""; background: var(--grey-500); border-radius: 50%; }
.panel.yes li::before { background: var(--green-600); }
.panel.no li::before { background: var(--red-700); }
.materials-photo { position: relative; overflow: hidden; border-radius: var(--radius-card); }
.materials-photo img { width: 100%; height: 100%; object-fit: cover; }
.materials-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 14px;
  color: var(--white);
  font-size: .82rem;
  font-weight: 600;
  background: rgba(11, 18, 38, .68);
  border-radius: 100px;
  backdrop-filter: blur(6px);
}

/* --------------------------------------------------------------------------
   Photo break
   -------------------------------------------------------------------------- */
.photo-break {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 62vh;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}
.photo-break img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: .82; inset: 0; }
.photo-break::after { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(100deg, rgba(11, 18, 38, .9), rgba(11, 18, 38, .12) 60%); }
.photo-break .container { padding: 60px 20px; }
.photo-break-copy { max-width: 640px; }
.photo-break-copy h2 { color: var(--white); }
.photo-break-copy p { margin-top: 14px; color: rgba(255, 255, 255, .8); }

/* --------------------------------------------------------------------------
   Quote + contact
   -------------------------------------------------------------------------- */
.quote-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 40px; align-items: start; }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 28px; background: var(--white); border: 1px solid var(--grey-100); border-radius: var(--radius-card); box-shadow: var(--shadow); }
.quote-form label { display: grid; gap: 8px; color: var(--navy-800); font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea {
  min-height: 48px;
  padding: 12px 14px;
  color: var(--navy-900);
  font: inherit;
  background: var(--offwhite);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-ctl);
}
.quote-form textarea { min-height: 100px; resize: vertical; }
.quote-form .full { grid-column: 1 / -1; }
.quote-form button { width: 100%; }

.contact-tiles { display: grid; gap: 12px; margin-top: 30px; }
.contact-tile { display: grid; gap: 6px; padding: 20px 22px; background: var(--white); border: 1px solid var(--grey-100); border-radius: var(--radius-card); transition: transform .18s ease, box-shadow .18s ease; }
.contact-tile:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.contact-tile small { color: var(--red-700); font-weight: 700; text-transform: uppercase; }
.contact-tile strong { font-family: var(--font-head); font-size: 1.15rem; color: var(--navy-900); }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faq { max-width: 880px; margin: 0 auto; }
.faq details { padding: 22px 0; border-top: 1px solid var(--grey-100); }
.faq details:last-child { border-bottom: 1px solid var(--grey-100); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy-900); font-family: var(--font-head); font-weight: 700; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; font-size: 1.4rem; color: var(--red-700); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { max-width: 74ch; margin-top: 14px; color: var(--grey-500); line-height: 1.6; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { position: relative; color: rgba(255, 255, 255, .82); background: var(--navy-950); }
.footer-ridge { position: absolute; top: -1px; left: 0; width: 100%; height: 40px; color: var(--navy-950); transform: translateY(-100%); }
.footer-ridge svg { width: 100%; height: 100%; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 34px; padding: 74px 0 46px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand img { width: 40px; height: 40px; border-radius: 50%; }
.footer-brand strong { font-family: var(--font-head); color: var(--white); }
.footer-grid h4 { margin-bottom: 16px; color: var(--white); font-size: .96rem; }
.footer-grid ul { display: grid; gap: 10px; }
.footer-grid a:hover { color: var(--white); }
.footer-grid p { max-width: 34ch; font-size: .92rem; line-height: 1.6; }
.footer-bottom { padding: 22px 0; color: rgba(255, 255, 255, .5); font-size: .82rem; text-align: center; border-top: 1px solid rgba(255, 255, 255, .1); }

/* --------------------------------------------------------------------------
   Sticky mobile call bar
   -------------------------------------------------------------------------- */
.callbar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 30px rgba(11, 18, 38, .18); }
.callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px; color: var(--white); font-family: var(--font-head); font-weight: 700; }
.callbar .call { background: var(--navy-900); }
.callbar .quote { background: var(--red-700); }

@media (min-width: 860px) { .callbar { display: none; } }

/* --------------------------------------------------------------------------
   Keyframes
   -------------------------------------------------------------------------- */
@keyframes header-drop { from { opacity: 0; transform: translate(-50%, -30px); } to { opacity: 1; transform: translate(-50%, 0); } }
@keyframes scan { 0%, 100% { transform: translateX(-6vw); } 50% { transform: translateX(66vw); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes cue-drop { 0% { transform: translateY(-100%); } 60%, 100% { transform: translateY(100%); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { justify-self: start; width: 100%; max-width: 340px; }
  .bin-stage { grid-template-columns: 1fr; }
  .size-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cols-3, .cols-4, .cols-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .materials-grid { grid-template-columns: 1fr; }
  .page-hero.split .container { grid-template-columns: 1fr; }
  .page-hero.split .photo-frame { order: -1; max-height: 320px; }
  .service-block { grid-template-columns: 1fr; }
  .service-block.reverse .service-media { order: -1; }
  .bin-row { flex-direction: column; align-items: flex-start; }
  .region-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .section { padding: 76px 0; }
  .cols-2, .cols-3, .cols-4, .cols-5, .size-grid { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 108px; }
  .hero-actions .btn, .hero-actions { width: 100%; }
}

/* --------------------------------------------------------------------------
   Contact Form 7 compatibility — restyled onto .quote-form, CF7's own
   stylesheet is dequeued (see inc/cf7.php) so this is the only CF7 CSS.
   -------------------------------------------------------------------------- */
.quote-form .wpcf7-form-control-wrap { display: contents; }
.quote-form .wpcf7-not-valid-tip { grid-column: 1 / -1; margin-top: -4px; color: var(--red-700); font-size: .78rem; font-weight: 600; text-transform: none; }
.quote-form .wpcf7-response-output { grid-column: 1 / -1; margin: 0; padding: 12px 16px; color: var(--navy-800); font-size: .88rem; font-weight: 600; text-transform: none; border-radius: var(--radius-ctl); border-width: 1px; border-style: solid; }
.quote-form-wrap .wpcf7-form.sent .wpcf7-response-output { color: var(--green-600); background: rgba(30, 125, 70, .08); border-color: rgba(30, 125, 70, .3); }
.quote-form-wrap .wpcf7-form.failed .wpcf7-response-output,
.quote-form-wrap .wpcf7-form.aborted .wpcf7-response-output,
.quote-form-wrap .wpcf7-form.spam .wpcf7-response-output { color: var(--red-700); background: var(--accent-tint); border-color: rgba(176, 0, 0, .25); }
.quote-form .wpcf7-spinner { margin: 0 auto; }
