/* ============================================================
   SITELY DEMO — "Elias Junk Removal" prospect mockup.
   Sample marketing site built to pitch a real, owner-operated
   San Fernando Valley / Greater LA junk removal & hauling
   service (Luis Elias). Not affiliated. All photos are licensed
   stock placeholders; all reviews are clearly marked samples —
   the business has no public reviews yet. Not indexed.
   Theme: fresh eco-green / deep evergreen ink / citrus orange —
   clean-out energy, recycling and LA sunshine.
   ============================================================ */
:root {
  --ink: #0b1f19;           /* evergreen black — topbar, panels, footer */
  --ink-2: #123128;         /* nav text, dark band mid-tone */
  --ink-3: #1a4335;         /* hover states on dark */
  --grn: #16a05d;           /* primary accent — fresh green */
  --grn-d: #0e7f47;         /* accent hover / eyebrow on light */
  --grn-l: #3ecf82;         /* accent text on dark backgrounds */
  --org: #f4731f;           /* secondary accent — citrus orange */
  --org-l: #ff9a4d;         /* citrus highlight on dark */
  --mist: #eef5f1;          /* green-tinted alt section bg */
  --cream: #f7fbf8;         /* field / soft bg */
  --paper: #ffffff;
  --body: #51655b;          /* body copy on light */
  --heading: #0b1f19;
  --line: #dbe7e0;  --line-dk: #24503f;
  --shadow: 0 18px 44px rgba(8, 34, 25, .14);
  --shadow-sm: 0 8px 22px rgba(8, 34, 25, .09);
  --radius: 14px;  --radius-sm: 9px;
  --font-head: 'Bricolage Grotesque', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* ---------- reset & base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--paper);
       line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--heading);
                 line-height: 1.12; letter-spacing: -.015em; font-weight: 700; }
section { scroll-margin-top: 84px; }
.container { width: min(1220px, 92%); margin: 0 auto; }
.eyebrow { font-size: .82rem; font-weight: 600; letter-spacing: .16em;
           text-transform: uppercase; color: var(--grn-d); margin-bottom: .55rem; }
.sec { padding: 80px 0 86px; }
.sec.alt { background: var(--mist); }
.sec-head { max-width: 790px; margin: 0 auto 46px; text-align: center; }
.sec-head h2 { font-size: clamp(1.85rem, 3.6vw, 2.65rem); margin-bottom: .6rem; }
.sec-head p { color: var(--body); font-size: 1.04rem; }

/* ---------- reveal-on-scroll (JS adds .reveal only when motion is OK) ---------- */
.reveal { opacity: 0; transform: translateY(26px);
          transition: opacity .7s ease, transform .7s cubic-bezier(.16, 1, .3, 1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-head); font-weight: 600; font-size: .97rem; letter-spacing: .01em;
  text-decoration: none; text-align: center;
  padding: .9rem 1.8rem; border-radius: 999px; cursor: pointer;
  border: 2px solid transparent;
  transition: background .16s ease, transform .14s ease, color .16s ease,
              border-color .16s ease, box-shadow .16s ease;
}
.btn-block { width: 100%; border-radius: var(--radius-sm); }
.btn-grn { background: var(--grn); color: #fff; }
.btn-grn:hover { background: var(--grn-d); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-org { background: var(--org); color: #fff; }
.btn-org:hover { background: #d95f10; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--grn); }
.btn-ghost:hover { background: var(--grn); color: #fff; transform: translateY(-2px); }
.btn-ghost-dark { background: transparent; color: var(--ink); border-color: rgba(11, 31, 25, .5); }
.btn-ghost-dark:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn-outline-light { background: rgba(255,255,255,.07); color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-light:hover { background: #fff; color: var(--ink); transform: translateY(-2px); }

/* ---------- scroll progress ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--grn), var(--grn-l)); z-index: 60; }

/* ---------- topbar ---------- */
.topbar { background: var(--ink); color: #cfe3d8; font-size: .84rem; padding: 8px 0; }
.topbar-inner { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.topbar b { color: #fff; font-weight: 600; }
.topbar .gl { color: var(--grn-l); }
.topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.topbar a:hover { color: var(--grn-l); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff;
  border-bottom: 3px solid var(--grn); box-shadow: 0 4px 18px rgba(8, 34, 25, .07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 0; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 50px; height: 50px; border-radius: 13px; background: var(--grn); color: #fff;
  display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: 1.25rem;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.28); }
.brand-txt { display: flex; flex-direction: column; line-height: 1.12; }
.brand-top { font-family: var(--font-head); font-weight: 800; font-size: 1.38rem; color: var(--ink); }
.brand-sub { font-size: .6rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--grn-d); }
.nav { display: flex; gap: 26px; }
.nav a { text-decoration: none; font-weight: 600; font-size: .93rem; color: var(--ink-2); position: relative; padding: 4px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px;
  background: var(--grn); transition: right .22s ease; }
.nav a:hover::after { right: 0; }
.header-btns { display: flex; align-items: center; gap: 16px; }
.header-call { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.25; text-decoration: none; }
.header-call small { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--grn-d); }
.header-call b { font-size: 1.04rem; color: var(--ink); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 40px; height: 40px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px auto; transition: transform .2s ease; }

/* ---------- hero ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 58%;
  animation: kenburns 16s ease-out both; }
@keyframes kenburns { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(102deg, rgba(8, 30, 22, .94) 0%, rgba(8, 30, 22, .82) 44%, rgba(8, 30, 22, .38) 100%); }
.hero-inner { padding: 96px 0 104px; max-width: 740px; }
.kicker { display: inline-flex; align-items: center; gap: .5em; background: rgba(62, 207, 130, .16);
  color: var(--grn-l); border: 1px solid rgba(62, 207, 130, .4); border-radius: 999px;
  font-size: .8rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  padding: .42rem 1.05rem; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5.2vw, 3.95rem); font-weight: 800; margin: 18px 0 16px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .45); }
.hero h1 .gl { color: var(--grn-l); }
.hero-sub { color: #dcebe2; font-size: 1.09rem; max-width: 620px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 30px; }
.hero-badges span { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px; color: #ecf5f0; font-size: .84rem; font-weight: 500; padding: .38rem 1rem; }
.hero-badges .hot { background: rgba(244, 115, 31, .2); border-color: rgba(255, 154, 77, .55); color: var(--org-l); font-weight: 600; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; }
/* staggered entrance (disabled under reduced motion via the global gate below) */
.hero-inner > * { animation: rise .8s cubic-bezier(.16, 1, .3, 1) both; }
.hero-inner > *:nth-child(2) { animation-delay: .12s; }
.hero-inner > *:nth-child(3) { animation-delay: .22s; }
.hero-inner > *:nth-child(4) { animation-delay: .32s; }
.hero-inner > *:nth-child(5) { animation-delay: .42s; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

/* ---------- stats strip ---------- */
.stats { background: var(--grn); color: var(--ink); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 26px 20px; text-align: center; border-left: 1px solid rgba(11, 31, 25, .18); }
.stat:first-child { border-left: 0; }
.stat b { display: block; font-family: var(--font-head); font-size: 2.15rem; font-weight: 800; line-height: 1.1; }
.stat span { font-size: .84rem; font-weight: 500; color: rgba(11, 31, 25, .82); }

/* ---------- what-we-take marquee ---------- */
.tape { background: var(--ink); overflow: hidden; padding: 15px 0; }
.tape-track { display: flex; width: max-content; }
.tape-seq { display: flex; align-items: center; gap: 2.6rem; padding-right: 2.6rem; }
.tape-track { animation: tape 42s linear infinite; }
.tape:hover .tape-track { animation-play-state: paused; }
@keyframes tape { to { transform: translateX(-50%); } }
.tape-seq span { color: #e8f3ed; font-family: var(--font-head); font-weight: 600; font-size: .95rem;
  letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.tape-seq i { color: var(--grn-l); font-style: normal; font-size: .8rem; }

/* ---------- services ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-card figure { position: relative; margin: 0; overflow: hidden; }
.svc-card img { aspect-ratio: 5 / 3; object-fit: cover; width: 100%; transition: transform .45s ease; }
.svc-card img.pos-b { object-position: 50% 88%; }
.svc-card:hover img { transform: scale(1.05); }
.svc-card figure b { position: absolute; left: 14px; bottom: 12px; background: var(--grn); color: #fff;
  font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  border-radius: 999px; padding: .3rem .85rem; }
.svc-body { padding: 22px 24px 26px; }
.svc-body h3 { font-size: 1.2rem; margin-bottom: .45rem; }
.svc-body p { color: var(--body); font-size: .95rem; }

/* ---------- why split ---------- */
.split { display: grid; grid-template-columns: 1fr 1.05fr; }
.split-media { position: relative; min-height: 520px; }
.split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-panel { background: var(--ink); color: #d7e7de; padding: 76px 7% 76px 6%; }
.split-panel .eyebrow { color: var(--grn-l); }
.split-panel h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.35rem); margin-bottom: .8rem; }
.split-panel > p { font-size: 1rem; margin-bottom: 1.4rem; }
.tick { list-style: none; margin: 0 0 1.8rem; display: grid; gap: 14px; }
.tick li { position: relative; padding-left: 40px; font-size: .97rem; }
.tick li b { color: #fff; }
.tick li::before { content: "✓"; position: absolute; left: 0; top: .18em; width: 25px; height: 25px;
  background: var(--grn); color: #fff; font-size: .82rem; font-weight: 700;
  border-radius: 8px; display: grid; place-items: center; }

/* ---------- about band ---------- */
.about-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.about-inner h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-bottom: .4rem; }
.sig { font-family: var(--font-head); font-weight: 600; color: var(--grn-d); margin-bottom: 1.1rem; }
.about-inner p:not(.sig):not(.eyebrow) { color: var(--body); margin-bottom: 1rem; }

/* ---------- load-size estimator ---------- */
.load-wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: 46px; align-items: center; }
.load-truck { background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 34px 30px 26px; }
.load-truck svg { width: 100%; height: auto; display: block; }
#loadFill { transform: scaleX(.125); transform-origin: 24px center;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.load-pct { font-family: var(--font-head); font-weight: 800; }
.load-note { text-align: center; font-size: .82rem; color: var(--body); margin-top: 10px; }
.load-picker { display: grid; gap: 14px; }
.load-btns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.load-btn { font-family: var(--font-head); font-weight: 700; font-size: 1rem; padding: .8rem .4rem;
  background: #fff; color: var(--ink-2); border: 2px solid var(--line); border-radius: var(--radius-sm);
  cursor: pointer; transition: border-color .16s ease, background .16s ease, color .16s ease, transform .14s ease; }
.load-btn:hover { border-color: var(--grn); transform: translateY(-2px); }
.load-btn[aria-pressed="true"] { background: var(--grn); border-color: var(--grn); color: #fff; }
.load-desc { background: var(--cream); border: 1px solid var(--line); border-left: 4px solid var(--grn);
  border-radius: var(--radius-sm); padding: 18px 22px; min-height: 108px; }
.load-desc h3 { font-size: 1.08rem; margin-bottom: .3rem; }
.load-desc p { color: var(--body); font-size: .95rem; }
.load-fine { font-size: .86rem; color: var(--body); }
.load-fine b { color: var(--ink); }

/* ---------- how it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; position: relative; }
.steps::before { content: ""; position: absolute; top: 34px; left: 8%; right: 8%; height: 2px;
  background: var(--grn); opacity: .35; transform: scaleX(0); transform-origin: left;
  transition: transform 1.1s ease .2s; }
.steps.in::before { transform: scaleX(1); }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 46px 26px 30px; text-align: center; position: relative; }
.step .num { position: absolute; top: -24px; left: 50%; transform: translateX(-50%);
  width: 48px; height: 48px; border-radius: 50%; background: var(--grn); color: #fff;
  font-family: var(--font-head); font-weight: 800; font-size: 1.15rem;
  display: grid; place-items: center; box-shadow: 0 6px 16px rgba(14, 127, 71, .35); }
.step h3 { font-size: 1.16rem; margin-bottom: .45rem; }
.step p { color: var(--body); font-size: .95rem; }
.step .ic { font-size: 1.7rem; display: block; margin-bottom: .5rem; }

/* ---------- gallery ---------- */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.strip figure { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); }
.strip img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; transition: transform .5s ease; }
.strip figure:hover img { transform: scale(1.06); }
.strip figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 13px;
  background: linear-gradient(transparent, rgba(8, 30, 22, .88)); color: #fff;
  font-size: .86rem; font-weight: 600; }

/* ---------- reviews ---------- */
.rev-head { display: flex; align-items: center; justify-content: space-between; gap: 22px;
  flex-wrap: wrap; margin-bottom: 34px; }
.rev-head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.rev-head small { display: block; color: var(--body); font-size: .95rem; margin-top: .3rem; }
.rev-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rev-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--grn);
  border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 26px 26px 24px;
  display: flex; flex-direction: column; gap: 12px; }
.rev-tag { align-self: flex-start; background: var(--mist); color: var(--grn-d); font-size: .64rem;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border-radius: 999px; padding: .25rem .7rem; }
.stars { color: var(--org); letter-spacing: .1em; }
.star-empty { color: #c9d6cf; }
.rev-card p { color: var(--body); font-size: .95rem; flex: 1; }
.rev-user { display: flex; align-items: center; gap: 12px; }
.rev-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: #fff;
  font-weight: 700; display: grid; place-items: center; }
.rev-user b { display: block; line-height: 1.2; }
.rev-user span { font-size: .8rem; color: var(--body); }
.rev-card-cta { border-top-color: var(--org); background: var(--cream); }
.rev-note { margin-top: 26px; text-align: center; font-size: .84rem; color: var(--body);
  max-width: 760px; margin-inline: auto; }

/* ---------- service area ---------- */
.areas { background: var(--ink); color: #d7e7de; padding: 80px 0 86px; text-align: center; }
.areas .eyebrow { color: var(--grn-l); }
.areas h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.35rem); margin-bottom: .7rem; }
.areas > .container > p { max-width: 700px; margin: 0 auto 30px; }
.area-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.area-list li { border: 1px solid var(--line-dk); background: rgba(255,255,255,.04);
  border-radius: 999px; padding: .42rem 1.15rem; font-size: .9rem; }
.area-list .hq { background: var(--grn); border-color: var(--grn); color: #fff; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px; }
.area-list .hq span { background: rgba(255,255,255,.22); font-size: .62rem; font-weight: 700;
  letter-spacing: .08em; border-radius: 999px; padding: .1rem .5rem; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm); padding: 0 24px; }
.faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between;
  align-items: center; gap: 16px; padding: 18px 0; font-family: var(--font-head);
  font-weight: 600; font-size: 1.04rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--grn-d);
  line-height: 1; transition: transform .2s ease; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { color: var(--body); font-size: .95rem; padding: 0 0 20px; }

/* ---------- CTA band ---------- */
.cta { background: linear-gradient(120deg, var(--grn), #23bd72); color: var(--ink);
  text-align: center; padding: 72px 0 78px; }
.cta h2 { color: var(--ink); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: .6rem; }
.cta p { max-width: 640px; margin: 0 auto 26px; color: rgba(11, 31, 25, .85); }
.cta .hero-btns { justify-content: center; }
.cta .fine { font-size: .85rem; margin: 22px 0 0; color: rgba(11, 31, 25, .75); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 52px; align-items: start; }
.contact-info h3 { font-size: 1.6rem; margin-bottom: 1.1rem; }
.info-rows { display: grid; gap: 16px; margin-bottom: 26px; }
.info-row { display: flex; gap: 14px; align-items: flex-start; }
.info-row .ic { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 11px; background: var(--ink);
  color: var(--grn-l); display: grid; place-items: center; font-size: 1.05rem; }
.info-row > div b { display: block; font-size: .95rem; }
.info-row > div span, .info-row > div a { color: var(--body); font-size: .93rem; text-decoration: none; }
.info-row > div a:hover { color: var(--grn-d); }
.map-embed { width: 100%; height: 300px; border: 0; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.quote-form { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--grn);
  border-radius: var(--radius); box-shadow: var(--shadow); padding: 34px 34px 30px; }
.quote-form h3 { font-size: 1.45rem; margin-bottom: .3rem; }
.quote-form > p { color: var(--body); font-size: .93rem; margin-bottom: 1.3rem; }
.fld { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.fld label { font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-2); }
.fld input, .fld select, .fld textarea { font-family: var(--font-body); font-size: .95rem; color: var(--ink);
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: .75rem .9rem; transition: background .15s ease, outline-color .15s ease; outline: 2px solid transparent; }
.fld input:focus, .fld select:focus, .fld textarea:focus { background: #fff; outline-color: var(--grn); }
.fld-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-status { margin-top: 12px; font-size: .9rem; font-weight: 600; color: var(--grn-d); min-height: 1.4em; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #b9cfc4; padding: 62px 0 0; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.1fr; gap: 44px; padding-bottom: 44px; }
.footer-brand .brand-top { color: #fff; font-size: 1.3rem; }
.footer-brand .brand-sub { color: var(--grn-l); }
.footer-brand p { margin-top: 12px; }
.site-footer h4 { color: #fff; font-size: .95rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer ul { list-style: none; display: grid; gap: 8px; }
.site-footer ul a { text-decoration: none; }
.site-footer ul a:hover { color: var(--grn-l); }
.footer-contact b { color: #fff; }
.footer-bottom { border-top: 1px solid var(--line-dk); padding: 18px 0 22px; text-align: center;
  font-size: .82rem; color: #8fa89c; }
.footer-bottom a { color: #cfe3d8; }

/* ---------- sticky mobile call/text bar ---------- */
.mob-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 65;
  grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 24px rgba(8, 34, 25, .25); }
.mob-bar a { display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem; text-decoration: none;
  padding: 15px 0; }
.mob-bar .mb-call { background: var(--grn); color: #fff; }
.mob-bar .mb-text { background: var(--ink); color: #fff; }

/* ---------- demo chip ---------- */
.demo-chip { position: fixed; right: 18px; bottom: 18px; z-index: 70; display: flex; align-items: center; gap: 8px;
  background: #fff; color: #101828; text-decoration: none; border-radius: 999px; padding: .55rem 1rem .55rem .7rem;
  font-family: var(--font-body); font-size: .85rem; font-weight: 600; box-shadow: 0 10px 30px rgba(2,8,20,.35);
  border: 1px solid #e4e9f0; transition: transform .16s ease; }
.demo-chip:hover { transform: translateY(-2px); }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .steps::before { display: none; }
  .load-wrap { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split-media { min-height: 320px; order: -1; position: relative; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .rev-cards { grid-template-columns: 1fr; }
  .header-call { display: none; }
}
@media (max-width: 760px) {
  .nav { position: fixed; inset: 0 0 auto 0; flex-direction: column; align-items: flex-start; gap: 2px;
         background: #fff; padding: 82px 7vw 24px; display: none;
         box-shadow: 0 20px 40px rgba(8, 34, 25, .22); border-bottom: 3px solid var(--grn); }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .nav-toggle { display: block; position: relative; z-index: 80; }
  .header-btns .btn { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid rgba(11, 31, 25, .16); }
  .svc-grid, .footer-grid, .fld-2, .load-btns { grid-template-columns: 1fr 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .fld-2 { grid-template-columns: 1fr; }
  .strip { grid-template-columns: 1fr 1fr; }
  .hero-inner { padding: 64px 0 72px; }
  .rev-head { flex-direction: column; align-items: flex-start; }
  .mob-bar { display: grid; }
  body { padding-bottom: 54px; }
  .demo-chip { bottom: 72px; }
}

/* ---------- reduced motion: kill all animation ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .tape-track { width: auto; flex-wrap: wrap; justify-content: center; }
  .hero-inner > * { opacity: 1; transform: none; }
}
