
:root {
  --ink: #09090d;
  --ink-2: #111018;
  --paper: #f7f6f8;
  --white: #ffffff;
  --muted: #6b6871;
  --line: #dedbe3;
  --purple: #7518ea;
  --purple-bright: #a33bff;
  --purple-soft: #f0e7ff;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: white; color: black; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.company-bar { background: #050507; color: #d9d6df; font-size: 12px; letter-spacing: .04em; }
.company-bar-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.company-bar-inner span { display: inline-flex; align-items: center; gap: 8px; }
.company-bar-inner i { width: 7px; height: 7px; border-radius: 50%; background: #a536ff; box-shadow: 0 0 14px #a536ff; }
.company-bar-inner b { color: white; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,246,248,.94); border-bottom: 1px solid rgba(28,24,36,.1); backdrop-filter: blur(18px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; }
.brand img { width: 58px; height: 42px; object-fit: cover; object-position: 50% 42%; border-radius: 7px; }
.brand span { display: grid; line-height: .95; }
.brand strong { font-size: 23px; letter-spacing: -.04em; }
.brand small { margin-top: 6px; font-size: 10px; text-transform: uppercase; letter-spacing: .31em; color: var(--muted); }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #3f3b45; font-size: 14px; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--purple); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.text-link { font-size: 13px; font-weight: 800; }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-button span { display: block; height: 2px; margin: 6px 0; background: var(--ink); transition: transform .2s; }
.mobile-nav { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--purple), var(--purple-bright)); box-shadow: 0 10px 28px rgba(117,24,234,.24); }
.button-ghost { color: white; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.button-large { min-height: 56px; padding-inline: 25px; font-size: 14px; }
.button-light { background: white; color: var(--ink); }
.button-outline { border-color: rgba(255,255,255,.45); color: white; }
.button-dark { background: var(--ink); color: white; }

.hero { position: relative; overflow: hidden; background: #08070b; color: white; min-height: 690px; display: grid; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-glow { position: absolute; width: 700px; height: 700px; right: -220px; top: -150px; border-radius: 50%; background: radial-gradient(circle, rgba(128,31,244,.32), rgba(128,31,244,0) 67%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 74px; align-items: center; padding-block: 88px; }
.eyebrow { margin: 0 0 15px; color: var(--purple); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .19em; }
.eyebrow.light { color: #c48aff; }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(56px, 6vw, 88px); line-height: .94; letter-spacing: -.065em; }
.hero h1 span { background: linear-gradient(100deg, #e6d2ff, #992cff); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #c7c3cc; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero-points { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 34px; color: #b9b4bf; font-size: 12px; font-weight: 800; }
.hero-points span { display: inline-flex; align-items: center; gap: 9px; }
.hero-points span::before { content: ""; width: 7px; height: 7px; border: 1px solid #9e39ff; transform: rotate(45deg); }
.hero-mark { position: relative; min-height: 480px; }
.hero-logo-wrap { position: absolute; inset: 0 0 80px 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); box-shadow: 0 35px 90px rgba(0,0,0,.35); overflow: hidden; }
.hero-logo-wrap::after { content: ""; position: absolute; inset: auto -10% -38% 5%; height: 48%; transform: rotate(-8deg); background: linear-gradient(100deg, transparent, rgba(143,40,255,.25), transparent); filter: blur(22px); }
.hero-logo-wrap img { width: 92%; height: 82%; object-fit: contain; position: relative; z-index: 1; }
.route-card { position: absolute; width: 310px; right: -22px; bottom: 0; padding: 20px 22px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(19,16,25,.92); box-shadow: 0 24px 70px rgba(0,0,0,.52); backdrop-filter: blur(20px); }
.route-head { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); color: #96909c; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.route-head b { color: #bc79ff; }
.route-line { display: grid; grid-template-columns: 17px 1fr; align-items: center; gap: 12px; padding-top: 14px; }
.route-line i { width: 9px; height: 9px; border: 2px solid #9e3bff; border-radius: 50%; box-shadow: 0 0 0 4px rgba(158,59,255,.08); }
.route-line span { display: grid; }
.route-line strong { font-size: 12px; }
.route-line small { color: #8e8895; font-size: 10px; margin-top: 4px; }

.proof-strip { position: relative; z-index: 2; margin-top: -1px; background: white; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: 1.5fr 1fr .8fr .8fr; }
.proof-grid > div { padding: 24px 22px; border-left: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 1px solid var(--line); }
.proof-grid small { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.proof-grid strong { font-size: 13px; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 45px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 60px); line-height: 1; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; background: rgba(255,255,255,.58); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .24s, background .24s, box-shadow .24s; }
.service-card:hover { position: relative; z-index: 1; transform: translateY(-4px); background: white; box-shadow: 0 24px 55px rgba(30,22,42,.1); }
.service-number { color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.service-card h3 { margin: 54px 0 14px; font-size: 24px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card a { margin-top: auto; padding-top: 28px; color: var(--purple); font-size: 12px; font-weight: 900; }

.early-cta { padding: 76px 0; background: linear-gradient(125deg, #5b0ac3, #8d22f6); color: white; }
.early-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.early-cta h2 { margin: 0; font-size: clamp(36px, 4vw, 58px); letter-spacing: -.04em; }
.early-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

.giveback { position: relative; overflow: hidden; padding: 125px 0; background: #0a090d; color: white; }
.giveback::before { content: ""; position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 16% 34%, #8420ff 0, transparent 31%), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: auto, 54px 54px, 54px 54px; }
.giveback-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.bin-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.bin-body { position: absolute; left: 13%; bottom: 78px; width: 64%; height: 430px; transform: perspective(900px) rotateY(5deg); border: 1px solid #4b4654; border-radius: 14px 16px 42px 33px; background: linear-gradient(105deg, #312e36, #19181d 70%); box-shadow: inset -25px 0 35px rgba(0,0,0,.34), 28px 50px 85px rgba(0,0,0,.55); }
.bin-body::after { content: ""; position: absolute; top: 0; right: -9%; width: 12%; height: 94%; background: linear-gradient(90deg, #252329, #121114); border-radius: 0 13px 28px 0; }
.bin-lid { position: absolute; z-index: 2; left: 8%; top: 76px; width: 74%; height: 50px; border: 1px solid #5d5668; border-radius: 12px 24px 9px 9px; background: linear-gradient(#46414d, #1a191d); box-shadow: 0 22px 35px rgba(0,0,0,.44); transform: perspective(500px) rotateX(-4deg); }
.bin-lid::before { content: ""; position: absolute; top: -17px; right: 28px; width: 110px; height: 18px; border-radius: 9px 9px 2px 2px; background: #29262d; border: 1px solid #504a59; }
.bin-label { position: absolute; left: 13%; top: 17%; width: 74%; min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; border: 1px solid #5d1ea9; border-radius: 12px; background: linear-gradient(145deg, #09080c, #141019); box-shadow: 0 0 40px rgba(124,25,232,.15); text-align: center; }
.bin-label img { width: 82%; height: 100px; object-fit: contain; }
.bin-label strong { margin-top: 10px; color: #ba6bff; font-size: 18px; letter-spacing: .13em; }
.bin-label span { margin-top: 7px; color: #a9a2af; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.bin-wheel { position: absolute; z-index: 3; bottom: 54px; width: 64px; height: 64px; border: 7px solid #17161a; border-radius: 50%; background: #3b3741; box-shadow: 0 8px 12px rgba(0,0,0,.45); }
.bin-wheel::after { content: ""; position: absolute; inset: 14px; border-radius: 50%; background: #17161a; }
.bin-wheel.one { left: 19%; }.bin-wheel.two { left: 61%; }
.bin-capacity { position: absolute; z-index: 4; right: 0; bottom: 36px; min-width: 165px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(23,18,29,.94); box-shadow: 0 20px 45px rgba(0,0,0,.45); }
.bin-capacity strong { display: block; color: #c17bff; font-size: 25px; }
.bin-capacity span { display: block; margin-top: 3px; color: #918b98; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.giveback-copy h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .99; letter-spacing: -.055em; }
.giveback-copy h2 span { color: #a43aff; }
.giveback-lead { max-width: 680px; margin: 27px 0 0; color: #c7c2cd; font-size: 16px; line-height: 1.75; }
.giveback-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 32px; }
.giveback-link { color: #c99bff; font-size: 12px; font-weight: 800; }
.giveback-rule { margin-top: 38px; padding: 24px 0 0 25px; border-top: 1px solid rgba(255,255,255,.14); border-left: 3px solid #8d22f6; }
.giveback-rule strong { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.giveback-rule p { max-width: 630px; margin: 8px 0 0; color: #a9a3af; font-size: 13px; line-height: 1.65; }

.bin-process { background: #f4f2f6; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.steps-grid article { min-height: 265px; padding: 28px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--purple-soft); color: var(--purple); font-size: 11px; font-weight: 900; }
.steps-grid h3 { margin: 50px 0 12px; font-size: 21px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.accepted-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
.accepted { position: relative; padding: 31px 32px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.accepted > span { display: inline-block; margin-bottom: 25px; padding: 7px 10px; border-radius: 5px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.accepted.yes > span { background: #e8f8ee; color: #176b35; }.accepted.no > span { background: #f7e9ec; color: #89233b; }
.accepted h3 { margin: 0 0 10px; font-size: 21px; }
.accepted p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.scheme-note { margin: 22px 0 0; padding: 0 8px; color: #79747e; font-size: 11px; line-height: 1.65; }

.community-band { padding: 92px 0; color: white; background: linear-gradient(120deg, #431085, #7417dd 58%, #8d22f6); }
.community-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: start; }
.community-grid h2 { max-width: 460px; margin: 0; font-size: clamp(40px, 4.5vw, 66px); line-height: 1; letter-spacing: -.05em; }
.community-grid > div > p { margin: 0; color: #e1d3ee; font-size: 16px; line-height: 1.75; }
.community-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: rgba(255,255,255,.18); }
.community-stats div { min-height: 120px; padding: 20px; background: rgba(50,11,92,.38); }
.community-stats strong { display: block; font-size: 21px; }
.community-stats span { display: block; margin-top: 8px; color: #d8c5e9; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .06em; }

.fleet { background: white; }
.fleet-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.fleet-copy h2, .about-intro h2, .quote-copy h2, .faq h2 { margin: 0; font-size: clamp(40px, 4.5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.fleet-copy > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.check-list { list-style: none; margin: 28px 0 32px; padding: 0; }
.check-list li { position: relative; padding: 10px 0 10px 29px; color: #37323d; font-size: 13px; border-bottom: 1px solid #ebe8ee; }
.check-list li::before { content: "✓"; position: absolute; left: 1px; color: var(--purple); font-weight: 900; }
.fleet-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #f5f3f7; box-shadow: 0 30px 70px rgba(28,19,39,.1); }
.fleet-art { min-height: 330px; display: grid; place-items: center; border-radius: 12px; background: #09080c; overflow: hidden; }
.fleet-art img { width: 92%; height: 300px; object-fit: contain; }
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.spec-grid div { min-height: 78px; display: flex; flex-direction: column; justify-content: center; padding: 13px 15px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-grid small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.spec-grid strong { margin-top: 6px; font-size: 13px; }
.fleet-card > p { margin: 18px 6px 2px; color: var(--muted); font-size: 11px; line-height: 1.6; }

.about { background: #f4f2f6; }
.about-intro { display: grid; grid-template-columns: .3fr 1fr .8fr; gap: 50px; align-items: start; }
.about-intro .eyebrow { padding-top: 9px; }
.about-intro > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 60px; }
.value-grid article { min-height: 245px; padding: 26px; border: 1px solid var(--line); background: white; }
.value-grid span { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.value-grid h3 { margin: 52px 0 11px; font-size: 20px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.quote-section { padding: 110px 0; color: white; background: #0a090d; }
.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.quote-copy { position: sticky; top: 135px; }
.quote-copy > p:not(.eyebrow) { margin: 24px 0 0; color: #aaa4b0; font-size: 15px; line-height: 1.7; }
.contact-block { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.13); }
.contact-block > * { display: grid; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-block small { color: #8e8795; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.contact-block strong { margin-top: 5px; font-size: 13px; overflow-wrap: anywhere; }
.quote-form { padding: 36px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: #131117; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 17px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid label > span { color: #ded9e2; font-size: 11px; font-weight: 800; }
.form-grid em { margin-left: 4px; color: #7f7887; font-size: 9px; font-style: normal; font-weight: 400; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 47px; border: 1px solid #343039; border-radius: 8px; outline: 0; padding: 12px 13px; background: #0c0b0f; color: white; font-size: 13px; }
.form-grid textarea { resize: vertical; line-height: 1.5; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: #9130ef; box-shadow: 0 0 0 3px rgba(145,48,239,.13); }
.quote-form > .button { margin-top: 27px; }
.form-privacy { max-width: 650px; margin: 17px 0 0; color: #8c8592; font-size: 10px; line-height: 1.55; }
.quote-result { margin-top: 30px; padding: 24px; border: 1px solid #7130b3; border-radius: 11px; background: #1b1224; }
.quote-result > span { color: #bd77ff; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.quote-result h3 { margin: 7px 0 6px; font-size: 21px; }.quote-result p { margin: 0 0 14px; color: #a8a1ad; font-size: 12px; }
.quote-result textarea { width: 100%; resize: vertical; border: 1px solid #3d3346; border-radius: 7px; padding: 12px; background: #0d0b10; color: #c9c3cf; font: 11px/1.5 monospace; }
.quote-result > div { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 95px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 42px 25px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 7px; top: 22px; color: var(--purple); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 720px; margin: -4px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.site-footer { padding: 68px 0 22px; color: #b5afb9; background: #070609; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr 1.05fr 1fr; gap: 55px; }
.footer-brand img { width: 210px; height: 95px; object-fit: contain; }
.footer-brand p { color: white; font-size: 15px; line-height: 1.55; }
.footer-grid h3 { margin: 5px 0 19px; color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid a, .footer-grid span { color: #99939f; font-size: 11px; line-height: 1.5; overflow-wrap: anywhere; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 18px; border-top: 1px solid #242127; color: #6e6873; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom details { max-width: 560px; text-align: right; }
.footer-bottom summary { cursor: pointer; color: #9d97a2; }
.footer-bottom p { text-align: left; text-transform: none; letter-spacing: 0; font-size: 10px; line-height: 1.5; }
.footer-bottom a { color: #c28af4; }

@media (max-width: 1020px) {
  .desktop-nav, .text-link { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: fixed; inset: 116px 0 auto 0; z-index: 49; display: grid; padding: 18px 22px 30px; background: rgba(247,246,248,.98); border-bottom: 1px solid var(--line); transform: translateY(-140%); transition: transform .25s; }
  .mobile-nav.is-open { transform: translateY(0); }
  .mobile-nav a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-weight: 800; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-mark { min-height: 460px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .giveback-grid, .fleet-grid { grid-template-columns: 1fr; }
  .giveback-copy { order: -1; }
  .steps-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .community-grid { grid-template-columns: 1fr; gap: 35px; }
  .about-intro { grid-template-columns: 1fr 1.2fr; }
  .about-intro > p:last-child { grid-column: 2; }
  .quote-layout, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .quote-copy { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .company-bar-inner { justify-content: center; }
  .company-bar-inner > span:last-child { display: none; }
  .nav-shell { min-height: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 50px; height: 36px; }
  .brand strong { font-size: 20px; }
  .nav-actions .button { display: none; }
  .mobile-nav { top: 106px; }
  .hero { min-height: auto; }
  .hero-grid { gap: 54px; padding-block: 74px 64px; }
  .hero h1 { font-size: clamp(51px, 16vw, 70px); }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-points { gap: 13px 18px; }
  .hero-mark { min-height: 360px; }
  .hero-logo-wrap { bottom: 56px; }
  .route-card { width: calc(100% - 22px); right: 0; padding: 17px 18px; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .proof-grid > div { padding: 16px 8px; border: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-right: 0; border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 265px; }
  .service-card h3 { margin-top: 34px; }
  .early-cta { padding: 62px 0; }
  .early-cta-inner { align-items: flex-start; flex-direction: column; }
  .early-cta-actions { justify-content: flex-start; width: 100%; }
  .early-cta-actions .button { width: 100%; }
  .giveback { padding: 82px 0; }
  .giveback-grid { gap: 50px; }
  .giveback-copy h2 { font-size: clamp(43px, 13vw, 60px); }
  .giveback-actions .button { width: 100%; }
  .bin-visual { min-height: 465px; }
  .bin-body { left: 8%; bottom: 58px; width: 72%; height: 315px; }
  .bin-lid { left: 4%; top: 66px; width: 81%; }
  .bin-label { top: 14%; min-height: 175px; }
  .bin-label img { height: 78px; }
  .bin-label strong { font-size: 14px; }
  .bin-wheel { bottom: 34px; width: 53px; height: 53px; }
  .bin-wheel.one { left: 15%; }.bin-wheel.two { left: 60%; }
  .bin-capacity { right: 0; bottom: 15px; min-width: 142px; }
  .steps-grid, .accepted-grid, .value-grid, .community-stats, .spec-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 220px; }
  .steps-grid h3 { margin-top: 36px; }
  .community-band { padding: 70px 0; }
  .community-stats div { min-height: auto; }
  .fleet-grid { gap: 45px; }
  .fleet-art { min-height: 220px; }.fleet-art img { height: 210px; }
  .about-intro { grid-template-columns: 1fr; gap: 20px; }
  .about-intro > p:last-child { grid-column: auto; }
  .value-grid { margin-top: 38px; }
  .value-grid article { min-height: 210px; }
  .quote-section { padding: 78px 0; }
  .quote-form { padding: 22px 18px; }
  .form-grid label.wide { grid-column: auto; }
  .quote-result > div .button { width: 100%; }
  .faq-grid { gap: 32px; }
  .footer-grid { gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom details { text-align: left; }
}

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

/* Static Crazy Domains release additions */
:focus-visible { outline: 3px solid #bd77ff; outline-offset: 3px; }
.recycling-card { background: linear-gradient(145deg, rgba(240,231,255,.75), rgba(255,255,255,.72)); }
.recycling-card .service-number { color: #5b0ac3; }
.collection-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.collection-options article { display: flex; flex-direction: column; min-height: 280px; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.045); }
.collection-options article > span { color: #c48aff; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.collection-options h3 { margin: 13px 0 9px; font-size: 22px; }
.collection-options p { margin: 0 0 22px; color: #b7b0bd; font-size: 13px; line-height: 1.65; }
.collection-options .button { align-self: flex-start; margin-top: auto; }
.form-privacy strong { color: #bfaecb; }
.noscript-note { margin: 18px 0 0; padding: 12px; border: 1px solid #7130b3; border-radius: 8px; color: #ded9e2; font-size: 12px; }
.noscript-note a { color: #c48aff; text-decoration: underline; }
.quote-result[hidden] { display: none; }
.contact-team { background: #f4f2f6; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-grid a { min-height: 185px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); transition: transform .2s, background .2s, box-shadow .2s; }
.contact-grid a:last-child { grid-column: 1 / -1; }
.contact-grid a:hover { position: relative; z-index: 1; transform: translateY(-3px); background: white; box-shadow: 0 22px 50px rgba(30,22,42,.09); }
.contact-grid span { color: var(--purple); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.contact-grid strong { margin-top: 34px; font-size: clamp(16px, 2vw, 22px); overflow-wrap: anywhere; }
.contact-grid small { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }

@media (max-width: 1020px) {
  .collection-options { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .collection-options, .contact-grid { grid-template-columns: 1fr; }
  .collection-options article { min-height: 245px; }
  .collection-options .button { width: 100%; }
  .contact-grid a:last-child { grid-column: auto; }
  .contact-grid a { min-height: 165px; }
}
