@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,700&family=Inter:wght@400;500;600;700&display=swap');
:root {
  --ink: #070609;
  --ink-soft: #111014;
  --purple: #9b20ff;
  --purple-dark: #5b0ca1;
  --purple-light: #c774ff;
  --silver: #d9d9df;
  --paper: #f5f3f7;
  --muted: #aaa4b0;
  --line: rgba(255,255,255,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: "Inter", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; }

.site-header {
  height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px;
  max-width: 1440px; margin: 0 auto; padding: 0 46px; border-bottom: 1px solid var(--line);
  position: relative; z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-transform: uppercase; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(199,116,255,.65);
  border-radius: 50%; color: var(--purple-light); font-size: 27px; background: radial-gradient(circle at 40% 30%, #4f176e, #100d13 70%);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.04), 0 0 22px rgba(155,32,255,.24);
}
.brand strong { display: block; font: 800 20px/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; }
.brand small { display: block; margin-top: 5px; color: var(--purple-light); font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .19em; }
nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; color: #d6d0d9; }
nav a, .header-call { transition: color .2s ease; }
nav a:hover, nav a:focus-visible, .header-call:hover { color: var(--purple-light); }
.header-call { font-size: 12px; font-weight: 600; color: var(--muted); text-align: right; }
.header-call span { display: block; margin-top: 4px; color: #fff; font: 800 18px/1 "Barlow Condensed", sans-serif; letter-spacing: .05em; }

.hero {
  min-height: 760px; max-width: 1440px; margin: 0 auto; padding: 86px 46px 96px; display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); align-items: center; gap: 72px; position: relative; overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 65%); }
.hero-glow { position: absolute; width: 620px; height: 620px; right: -150px; top: 20px; border-radius: 50%; background: radial-gradient(circle, rgba(155,32,255,.24), transparent 67%); filter: blur(12px); }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow { margin: 0 0 20px; color: var(--purple-light); font: 800 14px/1 "Barlow Condensed", sans-serif; letter-spacing: .19em; text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.eyebrow span { display: inline-block; width: 35px; height: 2px; background: var(--purple); box-shadow: 0 0 12px var(--purple); }
.eyebrow.light { color: #e0c4f5; }
.hero h1 { margin: 0; font: 900 clamp(76px, 8vw, 124px)/.78 "Barlow Condensed", sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 span { display: block; color: transparent; background: linear-gradient(180deg, #fff 5%, #dddce1 43%, #77767c 51%, #f6f5f8 78%, #a6a3aa); background-clip: text; -webkit-background-clip: text; -webkit-text-stroke: 1px #fff; filter: drop-shadow(0 5px 0 #333) drop-shadow(0 0 18px rgba(255,255,255,.12)); }
.hero-lead { margin: 36px 0 12px; color: #fff; font: italic 800 clamp(25px, 2.5vw, 37px)/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.hero-description { margin: 0; max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; border-radius: 4px; font: 800 16px/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.button-primary { background: linear-gradient(135deg, #b747ff, #7611c6 58%, #4d087f); box-shadow: 0 10px 28px rgba(121,17,196,.3), inset 0 1px rgba(255,255,255,.32); }
.button-primary:hover { box-shadow: 0 14px 36px rgba(155,32,255,.45), inset 0 1px rgba(255,255,255,.4); }
.button-ghost { border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.04); }
.hero-proof { margin-top: 31px; display: flex; gap: 30px; color: #bfb9c3; font-size: 13px; }
.hero-proof b { color: var(--purple-light); font: 800 19px/1 "Barlow Condensed", sans-serif; margin-right: 5px; }
.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(100%, 560px); }
.poster-frame { position: relative; padding: 8px; background: linear-gradient(145deg, #eee, #4e4b52 34%, #ddd 52%, #5b5660); clip-path: polygon(6% 0,100% 0,100% 94%,94% 100%,0 100%,0 6%); filter: drop-shadow(0 24px 50px rgba(0,0,0,.55)) drop-shadow(0 0 30px rgba(155,32,255,.23)); transform: rotate(1.2deg); }
.poster-frame::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(184,93,255,.62); pointer-events: none; }
.poster-frame img { display: block; width: 100%; background: #000; }
.take-it-all-badge { position: absolute; right: -24px; bottom: -34px; width: 184px; aspect-ratio: 1; border-radius: 50%; display: grid; align-content: center; text-align: center; padding: 20px; background: radial-gradient(circle at 36% 25%, #63308a, #1b0b25 47%, #050506 72%); border: 5px double #c7c4cc; box-shadow: 0 0 0 6px #211f24, 0 0 0 8px #8d24d1, 0 18px 34px #000; transform: rotate(-6deg); text-transform: uppercase; }
.take-it-all-badge small { font: 700 14px/1.1 "Barlow Condensed", sans-serif; color: #d8cedf; letter-spacing: .08em; }
.take-it-all-badge strong { margin-top: 7px; font: 900 27px/.9 "Barlow Condensed", sans-serif; color: #fff; }

.promise-strip { border-block: 1px solid #8320c4; background: linear-gradient(100deg, #eeedf0, #a6a4aa 50%, #f0eff2); color: #161318; display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-strip article { min-height: 170px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 30px 40px; border-right: 1px solid rgba(20,14,24,.28); }
.promise-strip article:last-child { border-right: 0; }
.promise-mark { flex: 0 0 76px; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 35% 25%, #a83aff, #3b075e 72%); color: #fff; border: 4px double #e6dfea; box-shadow: 0 8px 16px rgba(0,0,0,.28); font: 900 24px/1 "Barlow Condensed", sans-serif; }
.promise-strip h2 { margin: 0 0 5px; font: 900 27px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.promise-strip p { margin: 0; max-width: 260px; color: #413b45; font-size: 13px; line-height: 1.45; }

.section { padding: 112px max(46px, calc((100vw - 1348px) / 2)); }
.accepted { background: var(--paper); color: #151217; }
.section-heading { max-width: 690px; }
.section-heading h2, .dropoff h2, .impact h2, .flyer h2, .final-cta h2 { margin: 0; font: 900 clamp(54px, 6vw, 84px)/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: -.025em; }
.section-heading > p:last-child { margin: 22px 0 0; color: #655f68; font-size: 17px; line-height: 1.65; }
.accepted-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 52px; }
.accepted-card { min-height: 126px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; padding: 22px; border: 1px solid #d7d3da; background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.accepted-card:hover { transform: translateY(-3px); border-color: var(--purple); box-shadow: 0 14px 30px rgba(50,30,60,.09); }
.item-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #af46f5, #4a076f); border: 3px double #e1c8ee; font: 900 17px/1 "Barlow Condensed", sans-serif; letter-spacing: .04em; }
.accepted-card h3 { margin: 0 0 5px; font: 800 22px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.accepted-card p { margin: 0; color: #77717b; font-size: 12px; line-height: 1.4; }
.check { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #f0e4f8; color: #7312b3; font-size: 14px; font-weight: 800; }
.question-line { margin-top: 18px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #19151d; color: #fff; }
.question-line p { margin: 0; color: #bfb8c3; font-size: 14px; }
.question-line strong { color: #fff; }
.question-line a { color: var(--purple-light); font: 800 17px/1 "Barlow Condensed", sans-serif; letter-spacing: .04em; text-transform: uppercase; }

.dropoff { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 100px; align-items: center; background: radial-gradient(circle at 80% 45%, rgba(155,32,255,.18), transparent 28%), #0b090d; }
.dropoff-copy { max-width: 720px; }
.dropoff-lead { max-width: 630px; margin: 24px 0 44px; color: #aaa3ad; font-size: 18px; line-height: 1.7; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 5px; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 23px 0; border-top: 1px solid var(--line); }
.steps li > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid #7634a1; color: var(--purple-light); font: 900 19px/1 "Barlow Condensed", sans-serif; transform: rotate(45deg); }
.steps li > span::first-line { transform: rotate(-45deg); }
.steps h3 { margin: 0 0 6px; font: 800 23px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.steps p { margin: 0; color: #8e8792; font-size: 13px; line-height: 1.5; }
.location-card { min-height: 540px; padding: 48px 42px; text-align: center; background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.015)); border: 1px solid rgba(199,116,255,.33); box-shadow: 0 28px 70px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.035); }
.location-label { margin: 0; color: var(--purple-light); font: 800 13px/1 "Barlow Condensed", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.pin { margin: 35px auto 12px; width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; transform: rotate(45deg); background: radial-gradient(circle at 35% 30%, #b653f5, #4f0878 70%); border: 4px double #e9e2ed; box-shadow: 0 14px 30px rgba(0,0,0,.4); font-size: 30px; color: #fff; }
.location-card h3 { margin: 24px 0 2px; font: 900 58px/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.location-card > p:nth-of-type(2) { margin: 10px 0 24px; color: #b1aab5; }
.always-open { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 30px; color: #d4cad8; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.always-open span { width: 8px; height: 8px; border-radius: 50%; background: #8eff9e; box-shadow: 0 0 10px #62e976; }
.location-card .button { width: 100%; }
.phone-link { display: block; margin-top: 26px; font: 900 30px/1 "Barlow Condensed", sans-serif; letter-spacing: .07em; }
.location-card > small { color: #807986; }

.impact { display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 44px; background: linear-gradient(90deg, #e5e4e8, #f8f7f9 42%, #c5c3c9); color: #161317; border-block: 1px solid #8d22cb; }
.impact-mark { width: 132px; height: 132px; display: grid; place-items: center; border-radius: 50%; font-size: 75px; color: var(--purple-dark); background: radial-gradient(circle, #fff, #a4a1aa); border: 6px double #5d5862; box-shadow: 0 14px 28px rgba(0,0,0,.22); }
.impact h2 { font-size: clamp(48px, 5vw, 76px); }
.impact p:last-child { max-width: 750px; color: #5f5963; line-height: 1.65; }
.button-ghost-dark { border-color: #847d88; color: #211b24; white-space: nowrap; }

.flyer { background: #100d12; }
.centered { margin: 0 auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { color: #aaa3ae; }
.flyer-image { display: block; width: min(760px, 100%); margin: 52px auto 0; padding: 8px; background: linear-gradient(135deg, #eee, #57535b, #dedde1); box-shadow: 0 28px 70px #000, 0 0 50px rgba(155,32,255,.17); transition: transform .25s ease; }
.flyer-image:hover { transform: translateY(-5px); }
.flyer-image img { display: block; width: 100%; }

.final-cta { padding: 105px 40px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(207,112,255,.35), transparent 43%), linear-gradient(125deg, #410963, #9a1edf 50%, #32064d); border-block: 1px solid #d78aff; }
.final-cta p { margin: 0 0 10px; font: 800 18px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .16em; }
.final-cta h2 { font-size: clamp(65px, 8vw, 112px); }
.final-cta > div { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button-silver { color: #19151c; background: linear-gradient(180deg, #fff, #bab8bf); border-color: #fff; }
.button-outline { border-color: rgba(255,255,255,.7); }

footer { max-width: 1440px; min-height: 150px; margin: 0 auto; padding: 34px 46px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #8e8792; font-size: 12px; }
footer p { text-align: center; }
footer > div:last-child { justify-self: end; display: flex; gap: 8px; }
footer a:hover { color: var(--purple-light); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr .72fr; gap: 42px; }
  .hero h1 { font-size: 82px; }
  .accepted-grid { grid-template-columns: repeat(2, 1fr); }
  .dropoff { gap: 55px; grid-template-columns: 1fr 370px; }
  .impact { grid-template-columns: 110px 1fr; }
  .impact-mark { width: 105px; height: 105px; font-size: 58px; }
  .impact .button { grid-column: 2; justify-self: start; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { display: none; }
}

@media (max-width: 820px) {
  .site-header { height: 74px; padding: 0 22px; }
  nav { display: none; }
  .brand strong { font-size: 17px; }
  .brand-mark { width: 40px; height: 40px; }
  .header-call { font-size: 0; }
  .header-call span { font-size: 16px; }
  .hero { padding: 66px 24px 98px; grid-template-columns: 1fr; gap: 64px; }
  .hero::before { mask-image: linear-gradient(to bottom, #000, transparent 55%); }
  .hero-copy { max-width: 680px; }
  .hero h1 { font-size: clamp(72px, 18vw, 112px); }
  .hero-visual { justify-self: center; width: min(560px, 92%); }
  .promise-strip { grid-template-columns: 1fr; }
  .promise-strip article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(20,14,24,.24); min-height: 130px; }
  .section { padding: 84px 24px; }
  .dropoff { grid-template-columns: 1fr; }
  .location-card { width: min(100%, 480px); justify-self: center; }
  .impact { grid-template-columns: 90px 1fr; gap: 28px; }
  .impact-mark { width: 86px; height: 86px; font-size: 46px; }
  .impact .button { grid-column: 1 / -1; }
  footer { padding: 30px 24px; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 16px; }
  .header-call span { font-size: 15px; }
  .hero { padding-inline: 18px; }
  .hero h1 { font-size: clamp(66px, 22vw, 96px); }
  .hero-description { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 18px; flex-direction: column; }
  .take-it-all-badge { width: 138px; right: -12px; bottom: -44px; }
  .take-it-all-badge strong { font-size: 21px; }
  .promise-strip article { padding: 28px 22px; }
  .promise-mark { flex-basis: 64px; width: 64px; height: 64px; }
  .section-heading h2, .dropoff h2, .impact h2, .flyer h2 { font-size: 52px; }
  .accepted-grid { grid-template-columns: 1fr; }
  .accepted-card { grid-template-columns: 52px 1fr auto; padding: 18px; }
  .item-mark { width: 52px; height: 52px; }
  .question-line { align-items: flex-start; flex-direction: column; }
  .location-card { min-height: 0; padding: 40px 24px; }
  .location-card h3 { font-size: 48px; }
  .impact { grid-template-columns: 1fr; text-align: left; }
  .impact-mark { width: 78px; height: 78px; }
  .final-cta { padding: 82px 20px; }
  .final-cta h2 { font-size: 66px; }
  .final-cta .button { width: 100%; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, footer > div:last-child { justify-self: center; }
  footer > div:last-child { flex-wrap: wrap; justify-content: center; }
}

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