:root {
  --red: #e52329;
  --red-dark: #b9151a;
  --yellow: #ffd323;
  --yellow-light: #fff4b8;
  --white: #fff;
  --paper: #f7f5f0;
  --grey: #e8e5df;
  --charcoal: #242424;
  --muted: #65625e;
  --shadow: 0 18px 50px rgba(49, 37, 30, .11);
  --radius: 22px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--paper); font-family: Inter, Arial, sans-serif; line-height: 1.55; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
.wrap { width: min(100% - 32px, 1160px); margin-inline: auto; }
.section { padding: 76px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

h1, .hero-thanks { font-family: Impact, "Arial Narrow", Arial, sans-serif; text-transform: uppercase; }
h2, h3, .button, .eyebrow, .campaign-badge, .progress-readout { font-family: "Arial Narrow", Arial, sans-serif; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 14px; font-size: clamp(2.35rem, 6.5vw, 4.35rem); font-weight: 800; line-height: 1; letter-spacing: -.025em; }
.eyebrow { margin-bottom: 10px; color: var(--red); font-weight: 800; font-size: 1rem; letter-spacing: .14em; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading > p:last-child { max-width: 630px; color: var(--muted); }
.centered { margin-inline: auto; text-align: center; }

.site-header { color: var(--charcoal); background: var(--white); border-bottom: 1px solid var(--grey); box-shadow: 0 6px 20px rgba(36,36,36,.08); }
.brand-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 112px; padding-block: 12px; }
.header-logo { display: block; height: auto; object-fit: contain; border: 0; background: transparent; box-shadow: none; }
.header-logo-wbs { width: clamp(145px, 22vw, 205px); max-height: 86px; object-position: left center; }
.header-logo-award { width: clamp(138px, 21vw, 200px); max-height: 70px; object-position: right center; }
.hero { position: relative; overflow: hidden; min-height: 690px; color: var(--white); background: var(--red); }
.hero-tools { position: absolute; inset: 0; pointer-events: none; }
.hero-tools span { position: absolute; color: var(--charcoal); font-family: Arial, sans-serif; font-size: clamp(5rem, 16vw, 12rem); font-weight: 400; line-height: 1; opacity: .065; filter: grayscale(1); }
.hero-tools span:nth-child(1) { top: 8%; right: 7%; transform: rotate(-12deg); }
.hero-tools span:nth-child(2) { right: 31%; bottom: 8%; transform: rotate(7deg); }
.hero-tools span:nth-child(3) { left: 4%; bottom: 8%; transform: rotate(-8deg); }
.hero-tools span:nth-child(4) { top: 38%; right: 44%; transform: rotate(80deg); }
.hero-tools span:nth-child(5) { top: 6%; left: 30%; transform: rotate(17deg); }
.hero-tools span:nth-child(6) { right: 3%; bottom: -2%; }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(26px, 5vw, 68px); align-items: start; padding-top: 68px; padding-bottom: 110px; }
.hero-copy-stack { position: relative; min-width: 0; }
.campaign-badge { display: inline-flex; align-items: center; min-height: 38px; margin-bottom: 24px; padding: 7px 14px; color: var(--charcoal); background: var(--yellow); font-size: .9rem; font-weight: 800; letter-spacing: .08em; }
.hero-thanks { margin-bottom: 9px; color: var(--yellow); font-size: clamp(1.7rem, 4vw, 2.75rem); font-weight: 200; line-height: 1.05; }
.hero-gratitude { max-width: 660px; margin-bottom: 28px; font-size: clamp(.98rem, 1.8vw, 1.16rem); line-height: 1.6; }
h1 { max-width: 800px; margin-bottom: 22px; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(4.3rem, 14vw, 9rem); font-weight: 600; line-height: .76; letter-spacing: -.045em; }
h1 span { display: block; color: var(--yellow); }
.hero-stat { margin-bottom: 14px; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(1.4rem, 4.5vw, 2.15rem); font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.hero-stat span { color: var(--yellow); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 13px 22px; border: 0; border-radius: 8px; text-decoration: none; font-size: 1.18rem; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .check-tile:focus-visible, a:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }
.button-primary { color: var(--charcoal); background: var(--yellow); box-shadow: 0 10px 0 var(--red-dark); }
.hero-microcopy { margin: 20px 0 0; font-size: .86rem; font-weight: 700; }
.deadline-badge { position: sticky; top: 24px; display: grid; justify-items: center; align-content: center; width: clamp(180px, 18vw, 220px); height: clamp(180px, 18vw, 220px); padding: 22px; color: var(--charcoal); text-align: center; background: var(--yellow); border: 5px solid var(--white); border-radius: 50%; box-shadow: 8px 10px 0 var(--red-dark), 0 16px 32px rgba(76,0,0,.16); transform: rotate(3deg); }
.deadline-icon { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 8px; color: var(--white); background: var(--red); border-radius: 50%; font-size: 1rem; }
.deadline-badge small, .deadline-badge strong, .deadline-badge b { font-family: "Arial Narrow", Arial, sans-serif; text-transform: uppercase; }
.deadline-badge small { max-width: 145px; color: var(--red-dark); font-size: clamp(.72rem, 1.2vw, .9rem); font-weight: 900; line-height: 1.05; letter-spacing: .08em; }
.deadline-badge strong { max-width: 100%; font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 900; line-height: .95; letter-spacing: -.05em; }
.deadline-badge b { margin-top: 5px; color: var(--red); font-size: 1.7rem; line-height: 1; }
.hero-stripe { position: absolute; right: -4%; bottom: 45px; width: 55%; height: 28px; background: var(--yellow); transform: rotate(-4deg); transform-origin: right; }

.vote-section { background: var(--white); }
.vote-grid { display: grid; gap: 24px; }
.vote-card { position: relative; display: flex; flex-direction: column; min-height: 530px; overflow: hidden; padding: 28px; border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .2s ease; }
.vote-card:hover { transform: translateY(-5px); }
.services-card { color: var(--white); background: var(--red); }
.shopping-card { color: var(--charcoal); background: var(--yellow); }
.vote-card::after { content: ""; position: absolute; right: -70px; top: 70px; width: 190px; height: 190px; border: 22px solid currentColor; opacity: .07; transform: rotate(45deg); }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 36px; font-family: "Arial Narrow", Arial, sans-serif; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 2px solid currentColor; border-radius: 50%; font-size: 1.4rem; }
.vote-card h3 { position: relative; z-index: 1; margin-bottom: 28px; font-size: clamp(2.65rem, 9vw, 4.6rem); font-weight: 800; line-height: .92; }
.nomination-list { position: relative; z-index: 1; display: grid; gap: 14px; margin: 0 0 32px; padding: 0; list-style: none; }
.nomination-list li { display: grid; grid-template-columns: 27px 1fr; gap: 7px; font-weight: 700; }
.nomination-list li::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; color: var(--charcoal); background: var(--yellow); border-radius: 50%; font-size: .78rem; }
.shopping-card .nomination-list li::before { color: var(--white); background: var(--red); }
.card-button { position: relative; z-index: 1; justify-content: space-between; width: 100%; margin-top: auto; color: var(--charcoal); background: var(--white); }
.shopping-card .card-button { color: var(--white); background: var(--red); }
.official-note { position: relative; z-index: 1; margin: 10px 0 0; text-align: center; font-size: .72rem; opacity: .75; }

.how-section { background: var(--paper); }
.steps { display: grid; gap: 30px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; padding: 32px 22px 24px; text-align: center; }
.steps li:not(:last-child)::after { content: "↓"; position: absolute; left: 50%; bottom: -26px; color: var(--red); font-size: 1.7rem; }
.step-number { position: absolute; top: 12px; left: 18px; color: var(--red); font-family: "Arial Narrow", Arial, sans-serif; font-size: 2rem; font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 86px; height: 86px; margin: 0 auto 22px; color: var(--red); background: var(--yellow-light); border-radius: 50%; font-family: "Arial Narrow", Arial, sans-serif; font-size: 2.8rem; font-weight: 800; }
.steps h3 { margin-bottom: 6px; font-size: 1.55rem; }
.steps p { margin: 0; color: var(--muted); font-size: .9rem; }

.tracker-section { position: relative; overflow: hidden; color: var(--white); background: var(--charcoal); }
.tracker-section::before { content: ""; position: absolute; inset: 0; opacity: .035; background-image: linear-gradient(90deg, #fff 1px, transparent 1px), linear-gradient(#fff 1px, transparent 1px); background-size: 42px 42px; }
.tracker-wrap { position: relative; }
.tracker-intro { max-width: 820px; margin-bottom: 42px; }
.tracker-intro > p:not(.eyebrow) { max-width: 690px; color: #c9c7c2; }
.progress-readout { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.progress-readout > strong { flex: 0 0 auto; color: var(--yellow); font-size: clamp(3.6rem, 13vw, 6rem); line-height: .9; }
.progress-readout div { display: grid; gap: 2px; }
.progress-readout span { font-weight: 900; font-size: clamp(1.35rem, 5vw, 2.1rem); line-height: 1; }
.progress-readout small { color: #c9c7c2; font-family: Inter, sans-serif; font-size: .82rem; font-weight: 600; text-transform: none; }
.progress-track { overflow: hidden; width: 100%; max-width: 720px; height: 10px; margin-top: 18px; background: #484848; border-radius: 10px; }
.progress-track span { display: block; width: 0; height: 100%; background: var(--yellow); transition: width .35s ease; }
.journey-sectors { display: grid; gap: 22px; }
.sector-card { position: relative; overflow: hidden; padding: 22px; background: #2f2f2f; border: 2px solid #4b4b4b; border-radius: 18px; transition: opacity .25s ease, border-color .25s ease, background .25s ease, transform .25s ease; }
.sector-card.is-next { background: #383838; border-color: var(--yellow); transform: translateY(-3px); }
.sector-card.is-complete { opacity: .68; border-color: #696969; }
.sector-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.sector-header small { display: block; margin-bottom: 2px; color: #aaa; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sector-header h3 { margin: 0; color: var(--yellow); font-size: clamp(1.65rem, 6vw, 2.3rem); line-height: .94; }
.sector-count { flex: 0 0 auto; color: var(--white); font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.45rem; font-weight: 800; }
.sector-tiles { display: grid; gap: 10px; }
.done-stamp { position: absolute; z-index: 2; top: 18px; right: 20px; display: none; padding: 6px 10px; color: var(--white); background: var(--red); border: 2px solid var(--yellow); border-radius: 5px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 1rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transform: rotate(-4deg); }
.sector-card.is-complete .done-stamp { display: block; }
.sector-card.is-complete .sector-count { visibility: hidden; }
.sector-card.is-complete .sector-tiles { opacity: .75; }
.check-tile { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 70px; padding: 12px 14px; color: var(--white); text-align: left; background: #262626; border: 2px solid #505050; border-radius: 12px; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.check-tile:hover { border-color: var(--yellow); }
.check-tile[aria-pressed="true"] { color: var(--charcoal); background: var(--yellow); border-color: var(--yellow); transform: scale(.985); }
.tile-check { flex: 0 0 36px; display: grid; place-items: center; width: 36px; height: 36px; color: transparent; border: 2px solid #777; border-radius: 50%; font-weight: 900; transition: color .2s ease, background .2s ease, transform .2s ease; }
.check-tile[aria-pressed="true"] .tile-check { color: var(--white); background: var(--red); border-color: var(--red); transform: rotate(-8deg) scale(1.05); }
.check-tile > span:last-child { font-weight: 700; }
.next-action { display: grid; gap: 16px; align-items: center; margin-top: 28px; padding: 22px; color: var(--white); background: #303030; border: 2px solid #555; border-left: 6px solid var(--yellow); border-radius: 14px; }
.next-action small { display: block; margin-bottom: 5px; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.next-action strong { display: block; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(1.35rem, 4vw, 1.75rem); font-weight: 800; line-height: 1.15; text-transform: none; }
.next-button { width: 100%; color: var(--white); background: var(--red); }
.completion-state { margin-top: 30px; padding: 30px 22px; color: var(--charcoal); text-align: center; background: var(--yellow); border-radius: 18px; }
.completion-state[hidden], .support-card-area[hidden], .return-prompt[hidden], .share-instruction[hidden] { display: none; }
.completion-kicker { margin-bottom: 3px; color: var(--red); font-family: "Arial Narrow", Arial, sans-serif; font-size: 2.3rem; font-weight: 900; }
.completion-state h3 { margin-bottom: 4px; font-size: clamp(2.5rem, 9vw, 4.5rem); line-height: .9; }
.completion-state p:not(.completion-kicker) { margin-bottom: 20px; font-weight: 800; text-transform: uppercase; }
.completion-create { color: var(--white); background: var(--red); }
.support-card-area { display: grid; gap: 28px; align-items: center; margin-top: 30px; padding: 22px; background: #313131; border: 2px solid #515151; border-radius: 18px; }
.support-card-copy h3 { margin-bottom: 10px; font-size: clamp(2.5rem, 9vw, 4.2rem); line-height: .9; }
.support-card-copy > p:not(.eyebrow) { color: #ccc; }
.support-card-actions { display: grid; gap: 10px; margin-top: 24px; }
.card-download { color: var(--charcoal); background: var(--yellow); }
.card-share { color: var(--white); background: var(--red); }
.share-instruction { margin: 14px 0 0; padding: 12px; color: var(--charcoal) !important; background: var(--yellow); border-radius: 8px; font-size: .82rem; font-weight: 700; }
#support-canvas { display: block; width: min(100%, 390px); height: auto; margin-inline: auto; background: var(--red); border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.confetti-piece { position: absolute; top: 45%; left: 50%; width: 8px; height: 14px; background: var(--yellow); animation: pop .9s ease-out forwards; pointer-events: none; }
@keyframes pop { to { transform: translate(var(--x), var(--y)) rotate(var(--r)); opacity: 0; } }

.share-section { background: var(--red); color: var(--white); }
.share-section .eyebrow { color: var(--yellow); }
.share-wrap { display: grid; gap: 28px; }
.share-wrap h2 { max-width: 660px; }
.share-wrap p:last-child { max-width: 570px; }
.share-actions { display: grid; gap: 12px; align-content: center; }
.whatsapp-button { color: #0e4d28; background: var(--white); }
.copy-button { color: var(--charcoal); background: var(--yellow); }

.footer { padding: 46px 0 98px; color: #f7f5f0; background: #222222; }
.footer-grid { display: grid; gap: 34px; align-items: end; }
.footer-brand { display: grid; gap: 8px; justify-items: start; }
.footer-logo { display: block; width: min(100%, 205px); height: auto; max-height: 114px; object-fit: contain; object-position: left center; }
.footer strong { font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.4rem; text-transform: uppercase; }
.footer-details { display: grid; gap: 22px; }
.footer address { color: #fff; font-style: normal; line-height: 1.65; }
.map-link { display: inline-flex; align-items: flex-start; gap: 10px; border-radius: 6px; text-decoration: none; transition: color .18s ease, background .18s ease; }
.location-pin { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; color: var(--red-dark); background: var(--yellow); border-radius: 50%; font-size: 1.3rem; font-weight: 900; }
.map-link:hover { color: var(--yellow); }
.map-link:focus-visible { color: var(--yellow); outline: 3px solid var(--yellow); outline-offset: 5px; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; place-items: center; width: 42px; height: 42px; color: var(--red-dark); background: var(--yellow); border: 2px solid transparent; border-radius: 50%; font-family: Inter, Arial, sans-serif; font-size: .82rem; font-weight: 900; text-decoration: none; transition: color .18s ease, background .18s ease, transform .18s ease; }
.social-links a:first-child { font-family: Arial, sans-serif; font-size: 1.4rem; }
.social-links a:hover { color: var(--charcoal); background: var(--white); transform: translateY(-2px); }
.social-links a:focus-visible { color: var(--charcoal); background: var(--white); outline: 3px solid var(--yellow); outline-offset: 3px; }
.footer p { margin: 0; color: #fff; }
.footer-message { color: var(--yellow) !important; font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.65rem; line-height: 1.2; text-transform: uppercase; }
.footer-message strong { font-size: 2rem; }
.disclaimer { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.72); font-size: .75rem; }
.mobile-vote-bar { position: fixed; z-index: 50; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; width: 100%; box-shadow: 0 -6px 24px rgba(0,0,0,.22); transition: transform .22s ease, visibility .22s ease; }
.mobile-vote-bar.is-hidden { visibility: hidden; transform: translateY(110%); }
.mobile-vote-bar a { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 12px 18px; color: var(--charcoal); background: var(--yellow); font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.15rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.mobile-vote-bar a:last-child { color: var(--white); background: var(--red); }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 86px; padding: 11px 18px; color: var(--white); background: var(--charcoal); border-radius: 8px; opacity: 0; transform: translate(-50%, 20px); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.return-prompt { position: fixed; z-index: 80; right: 16px; bottom: 82px; width: min(calc(100% - 32px), 390px); padding: 20px; color: var(--charcoal); background: var(--white); border: 3px solid var(--yellow); border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.return-prompt strong { display: block; margin-right: 24px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.7rem; text-transform: uppercase; }
.return-prompt p { margin: 5px 0 14px; color: var(--muted); font-size: .86rem; }
.prompt-close { position: absolute; top: 8px; right: 9px; display: grid; place-items: center; width: 36px; height: 36px; color: var(--charcoal); background: transparent; border: 0; font-size: 1.6rem; cursor: pointer; }
.prompt-button { width: 100%; min-height: 48px; color: var(--white); background: var(--red); font-size: 1rem; }
.tracker-complete .mobile-vote-bar { display: none; }

@media (min-width: 720px) {
  .wrap { width: min(100% - 64px, 1160px); }
  .section { padding: 104px 0; }
  .hero-content { padding-top: 78px; }
  .vote-grid, .journey-sectors, .share-wrap, .footer-grid { grid-template-columns: 1fr 1fr; }
  .vote-card { padding: 38px; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps li:not(:last-child)::after { content: "→"; top: 78px; right: -24px; bottom: auto; left: auto; }
  .share-actions { justify-self: end; min-width: 310px; }
  .next-action { grid-template-columns: 1fr auto; padding: 22px 26px; }
  .next-button { width: auto; min-width: 315px; }
  .support-card-area { grid-template-columns: 1fr minmax(280px, 390px); padding: 32px; }
  .footer-details { justify-items: end; text-align: right; }
  .footer-message { text-align: right; }
}

@media (min-width: 980px) {
  .mobile-vote-bar { display: none; }
  .footer { padding-bottom: 56px; }
}

@media (max-width: 420px) {
  .brand-bar { min-height: 94px; gap: 12px; }
  .header-logo-wbs { width: min(48vw, 158px); height: 70px; }
  .header-logo-award { width: min(42vw, 145px); height: 55px; }
  .hero { min-height: 0; }
  .hero-content { display: block; padding-top: 46px; padding-bottom: 82px; }
  .campaign-badge { margin-bottom: 20px; }
  .hero-gratitude { margin-bottom: 24px; }
  h1 { font-size: clamp(4rem, 21vw, 5.4rem); }
  .deadline-badge { position: static; width: 172px; height: 172px; margin: 32px auto 0; padding: 18px; transform: rotate(-3deg); }
  .progress-readout { align-items: flex-start; flex-direction: column; gap: 10px; }
  .progress-readout > strong { font-size: 4.3rem; }
  .sector-card { padding: 18px; }
}

@media (max-width: 350px) {
  .header-logo-wbs { width: 148px; height: 64px; }
  .header-logo-award { width: 126px; height: 48px; }
}

@media (min-width: 421px) and (max-width: 719px) {
  .hero-content { display: block; padding-top: 54px; }
  .deadline-badge { position: static; width: 185px; height: 185px; margin: 34px auto 0; transform: rotate(-2deg); }
}

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