/*
Theme Name: Vote Sanchez — Ward 5 Campaign
Theme URI: https://votesanchezward5.ca
Author: Rosemarie Sanchez Campaign
Author URI: https://votesanchezward5.ca
Description: Bold editorial campaign theme for Rosemarie Sanchez, Ward 5 Councillor (Mississauga 2026). Four pages (Home, Vision & Roadmap, Join the Campaign, Volunteer & Contact), trilingual switcher (English/Spanish/Punjabi), autoplay hero video with tap-for-sound, election countdown, donation rebate calculator, volunteer & lawn sign forms.
Version: 3.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vote-sanchez
Tags: campaign, politics, custom-colors, custom-logo
*/

:root {
  --blue: #0F6CBD;
  --blue-dark: #0A5495;
  --sky: #29AAEB;
  --cream: #F9F7F1;
  --paper: #FFFDF8;
  --ink: #14171F;
  --navy: #1A365D;
  --navy-dark: #122543;
  --flag-red: #D80027;
  --flag-red-dark: #A3001B;
  --green: #2E9E4F;
  --green-dark: #22793C;
  --green-deep: #1B5E33;
  --font-display: 'Bebas Neue', sans-serif;
  --font-grotesk: 'Cabinet Grotesk', sans-serif;
  --font-body: 'IBM Plex Sans', sans-serif;
  --font-script: 'Caveat', cursive;
}

*, *::before, *::after { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; overflow-x: clip; max-width: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  background-color: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: clip;
  max-width: 100%;
}
main { overflow-x: clip; }
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
::selection { background: var(--blue); color: var(--cream); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.wrap { max-width: 80rem; margin: 0 auto; padding-left: 1.25rem; padding-right: 1.25rem; }
@media (min-width: 768px) { .wrap { padding-left: 2rem; padding-right: 2rem; } }
.script { font-family: var(--font-script); }
.vs-flag { display: inline-block; vertical-align: middle; flex-shrink: 0; }

/* ===== Ticker ===== */
.vs-ticker { position: relative; z-index: 50; overflow: hidden; background: var(--green); color: var(--cream); padding: .5rem 0; border-bottom: 2px solid var(--ink); }
.vs-stripe { height: .375rem; width: 100%; background: linear-gradient(90deg, #D80027 0%, #D80027 33.3%, #2E9E4F 33.3%, #2E9E4F 66.6%, #0F6CBD 66.6%, #0F6CBD 100%); }
.vs-ticker-track { display: flex; width: max-content; animation: vs-marquee 30s linear infinite; }
.vs-ticker-row { display: flex; flex-shrink: 0; align-items: center; }
.vs-ticker-row span.txt { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .2em; font-size: .875rem; padding: 0 1.5rem; white-space: nowrap; }
@keyframes vs-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== Header ===== */
.vs-header { position: sticky; top: 0; z-index: 40; background: rgba(249,247,241,.95); backdrop-filter: blur(4px); border-bottom: 2px solid var(--ink); }
.vs-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 5.5rem; }
.vs-logo img { height: 13.5rem; width: auto; mix-blend-mode: multiply; }
.vs-nav { display: none; align-items: center; gap: 1.5rem; }
@media (min-width: 1024px) { .vs-nav { display: flex; } }
.vs-nav a.nav-link { font-family: var(--font-grotesk); font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; white-space: nowrap; transition: color .2s; }
.vs-nav a.nav-link:hover, .vs-nav a.nav-link.active { color: var(--flag-red); }
.vs-nav-right { display: none; align-items: center; gap: .75rem; }
@media (min-width: 1024px) { .vs-nav-right { display: flex; } }
.vs-nav-socials { display: none; align-items: center; gap: .375rem; }

.vs-soc {
  width: 2rem; height: 2rem;
  border: 2px solid rgba(20,23,31,.2);
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; transition: background-color .2s, border-color .2s, color .2s;
}
.vs-soc svg { width: .9rem; height: .9rem; }
@media (min-width: 1280px) { .vs-nav-socials { display: flex; } }
.vs-soc:hover { background: var(--blue); border-color: var(--blue); color: var(--cream); }
.vs-lang { display: flex; border: 2px solid var(--ink); }
.vs-lang button {
  font-family: var(--font-grotesk); font-size: .75rem; font-weight: 700; text-transform: uppercase;
  padding: .375rem .625rem; border: 0; background: transparent; cursor: pointer; color: var(--ink);
  transition: background-color .2s, color .2s;
}
.vs-lang button:hover { background: rgba(20,23,31,.08); }
.vs-lang button.active { background: var(--ink); color: var(--cream); }
.vs-menu-btn { display: inline-flex; padding: .5rem; border: 2px solid var(--ink); background: var(--paper); cursor: pointer; font-family: var(--font-grotesk); font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
@media (min-width: 1024px) { .vs-menu-btn { display: none; } }
.vs-mobile-nav { display: none; border-top: 2px solid var(--ink); background: var(--cream); padding: 1rem 1.25rem 1.5rem; }
.vs-mobile-nav.open { display: flex; flex-direction: column; gap: 1rem; }
.vs-mobile-nav a.nav-link { font-family: var(--font-grotesk); font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; }
.vs-mobile-nav .row { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }

/* ===== Buttons ===== */
.vs-btn {
  font-family: var(--font-grotesk); font-size: .875rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .15em;
  padding: .875rem 1.5rem; border: 2px solid var(--ink);
  text-decoration: none; cursor: pointer; display: inline-block;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform .2s, box-shadow .2s, background-color .2s, color .2s;
}
.vs-btn:hover { transform: translateY(-2px); box-shadow: 6px 6px 0 var(--ink); }
.vs-btn-blue { background: var(--blue); color: var(--cream); }
.vs-btn-blue:hover { background: var(--blue-dark); }
.vs-btn-ink { background: var(--ink); color: var(--cream); }
.vs-btn-ink:hover { background: var(--blue); }
.vs-btn-paper { background: var(--paper); color: var(--ink); }
.vs-btn-paper:hover { background: var(--ink); color: var(--cream); }
.vs-btn-green { background: var(--green); color: var(--cream); }
.vs-btn-green:hover { background: var(--green-dark); }
.vs-btn-red { background: var(--flag-red); color: var(--cream); }
.vs-btn-red:hover { background: var(--flag-red-dark); }

/* ===== Hero ===== */
.vs-hero { position: relative; overflow: hidden; border-bottom: 2px solid var(--ink); }
.vs-hero-ghost {
  position: absolute; bottom: -2rem; left: 0;
  font-family: var(--font-display); font-size: 20vw; line-height: 1;
  color: transparent; -webkit-text-stroke: 2px rgba(20,23,31,.08);
  pointer-events: none; user-select: none;
}
.vs-hero-grid { display: grid; gap: 2.5rem; padding: 3.5rem 0 4rem; position: relative; }
.vs-hero-photo { order: 1; position: relative; }
.vs-hero-copy { order: 2; position: relative; z-index: 1; }
.vs-hero-video { order: 3; }
@media (min-width: 1024px) {
  .vs-hero-grid { grid-template-columns: repeat(12, 1fr); align-items: center; padding: 5rem 0 6rem; }
  .vs-hero-photo { order: 0; grid-column: span 4; align-self: center; }
  .vs-hero-copy { grid-column: span 5; }
  .vs-hero-video { grid-column: span 3; }
}
/* Hero portrait: show the full image, no square crop */
.vs-hero-photo .vs-frame img { aspect-ratio: auto; object-fit: contain; object-position: center; background: var(--paper); }
/* Meet portrait: show the full image, no square crop */
#meet .vs-frame img { aspect-ratio: auto; object-fit: contain; object-position: center; background: var(--paper); }

/* Why section book image: natural aspect, frame sizes to image */
#why .vs-frame:nth-of-type(2) { aspect-ratio: auto; }
#why .vs-frame:nth-of-type(2) img { aspect-ratio: auto; object-fit: contain; object-position: center; background: var(--paper); }
.vs-kicker {
  display: inline-flex; align-items: center; gap: .625rem;
  font-family: var(--font-grotesk); font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .25em;
  background: var(--ink); color: var(--cream);
  padding: .5rem 1rem; margin: 0 0 1.5rem;
}
.vs-hero h1 {
  font-family: var(--font-display); text-transform: uppercase;
  line-height: .95; letter-spacing: -.01em;
  font-size: clamp(2.5rem, 10vw, 8.5rem);
  margin: 0; font-weight: 400; word-break: normal; overflow-wrap: break-word;
}
.vs-hero h1 .accent { color: var(--blue); }
.vs-hero h1.vs-hero-title { font-size: clamp(2.25rem, 4.4vw, 3.5rem); white-space: nowrap; line-height: 1; letter-spacing: -.005em; }
@media (max-width: 900px) { .vs-hero h1.vs-hero-title { white-space: normal; font-size: clamp(2rem, 7.5vw, 3rem); line-height: .95; } }
@media (max-width: 480px) { .vs-hero h1.vs-hero-title { font-size: clamp(1.75rem, 9vw, 2.5rem); } }
.vs-hero .script { font-size: clamp(1.75rem, 4vw, 2.5rem); color: var(--navy); margin: 1rem 0 0; transform: rotate(-1deg); }
.vs-hero .lede { max-width: 36rem; margin: 1.5rem 0 0; font-size: 1.0625rem; color: rgba(20,23,31,.8); }
.vs-hero-ctas { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem; }
@media (max-width: 640px) { .vs-hero-ctas .vs-btn { width: 100%; text-align: center; } }
.vs-polls { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.vs-poll { border: 2px solid var(--ink); background: var(--paper); padding: .625rem 1rem; box-shadow: 4px 4px 0 var(--ink); }
.vs-poll.dark { background: var(--ink); color: var(--cream); }
.vs-poll .a { display: block; font-family: var(--font-grotesk); font-size: .625rem; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; color: var(--blue); }
.vs-poll.dark .a { color: var(--flag-red); }
.vs-poll .b { font-family: var(--font-grotesk); font-weight: 700; }
.vs-countdown-label { font-family: var(--font-grotesk); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; color: rgba(20,23,31,.6); margin: 2rem 0 .75rem; }
.vs-countdown { display: flex; gap: .75rem; flex-wrap: wrap; }
.vs-countdown .unit { background: var(--ink); color: var(--cream); border: 2px solid var(--ink); padding: .75rem 1rem; text-align: center; min-width: 4.5rem; flex: 1; max-width: 6rem; }
@media (min-width: 640px) { .vs-countdown .unit { flex: none; } }
.vs-countdown .num { font-family: var(--font-display); font-size: 2rem; line-height: 1; }
.vs-countdown .lbl { font-family: var(--font-grotesk); font-size: .625rem; text-transform: uppercase; letter-spacing: .25em; margin-top: .25rem; color: rgba(249,247,241,.7); }

.vs-frame { background: var(--paper); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); overflow: hidden; position: relative; }
.vs-frame img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: top; }
.vs-frame img.contain { object-fit: contain; background: var(--paper); }
.vs-frame img.blend { mix-blend-mode: multiply; filter: contrast(1.03); }
.vs-frame-bar { background: var(--ink); color: var(--cream); padding: .625rem 1rem; display: flex; align-items: center; justify-content: space-between; }
.vs-frame-bar .left { font-family: var(--font-display); font-size: 1.125rem; text-transform: uppercase; letter-spacing: .05em; }
.vs-sticker {
  position: absolute; top: -1.5rem; right: -1rem;
  width: 6rem; height: 6rem; border-radius: 9999px;
  background: var(--blue); border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink); transform: rotate(12deg);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--cream); z-index: 2;
}
.vs-sticker .a { font-family: var(--font-grotesk); font-size: .625rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.vs-sticker .b { font-family: var(--font-display); font-size: 1.625rem; line-height: 1; }

.vs-video-frame { position: relative; border: 2px solid var(--ink); background: var(--ink); box-shadow: 6px 6px 0 var(--ink); overflow: hidden; }
.vs-video-frame video { width: 100%; aspect-ratio: 9/16; object-fit: cover; display: block; background: var(--ink); }
.vs-sound-btn {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(20,23,31,.3); border: 0; cursor: pointer; padding: 0;
}
.vs-sound-btn span {
  display: inline-flex; align-items: center; gap: .625rem;
  background: var(--blue); color: var(--cream);
  border: 2px solid var(--cream); padding: .875rem 1.25rem;
  font-family: var(--font-grotesk); font-size: .875rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .15em;
  box-shadow: 4px 4px 0 var(--ink);
  animation: vs-pulse 1.6s ease-in-out infinite;
}
.vs-sound-btn:hover span { background: var(--blue-dark); }
@keyframes vs-pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06); } }
.vs-video-toggle {
  position: absolute; bottom: .75rem; right: .75rem; z-index: 2;
  width: 2.75rem; height: 2.75rem;
  background: var(--cream); color: var(--ink);
  border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: .875rem; cursor: pointer; line-height: 1;
  transition: background-color .2s, color .2s, border-color .2s;
}
.vs-video-toggle:hover { background: var(--flag-red); color: var(--cream); border-color: var(--flag-red); }
.vs-video-caption { display: flex; align-items: center; gap: .625rem; padding: .75rem 1rem; color: var(--cream); background: var(--ink); }
.vs-video-caption .play { width: 2rem; height: 2rem; flex-shrink: 0; background: var(--blue); border: 1px solid rgba(249,247,241,.4); display: flex; align-items: center; justify-content: center; font-size: .625rem; }
.vs-video-caption .txt { font-family: var(--font-grotesk); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }

/* ===== Sections ===== */
.vs-section { border-bottom: 2px solid var(--ink); padding: 5rem 0; }
@media (min-width: 768px) { .vs-section { padding: 7rem 0; } }
.vs-section.paper { background: var(--paper); }
.vs-section.navy { background: var(--navy); color: var(--cream); }
.vs-section.blue { background: var(--blue); color: var(--cream); }
.vs-section.blue .vs-h2 .accent { color: var(--cream); }
.vs-section.blue .vs-rule { background: var(--cream); }
.vs-section.green { background: var(--green); color: var(--cream); }
.vs-section.green .vs-h2 .accent { color: var(--cream); }
.vs-kicker-sm { display: flex; align-items: center; gap: .625rem; font-family: var(--font-grotesk); font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; color: var(--blue); margin: 0 0 1rem; }
.vs-kicker-sm.on-dark { color: var(--sky); }
.vs-h2 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(2.75rem, 6vw, 4.5rem); line-height: .9; letter-spacing: -.01em; margin: 0; font-weight: 400; }
.vs-h2 .accent { color: var(--blue); }
.vs-section.navy .vs-h2 .accent { color: var(--sky); }
.vs-rule { height: .25rem; width: 6rem; background: var(--blue); margin-top: 1.5rem; }
.vs-section.navy .vs-rule { background: var(--sky); }
.vs-lead { max-width: 42rem; margin-top: 1.5rem; font-size: 1.0625rem; color: rgba(20,23,31,.75); }

/* Meet */
.vs-meet-grid { display: grid; gap: 2.5rem; margin-top: 3.5rem; }
@media (min-width: 1024px) { .vs-meet-grid { grid-template-columns: 4fr 8fr; gap: 3.5rem; } }
.vs-sticky { position: sticky; top: 7rem; }
@media (max-width: 1023px) { .vs-sticky { position: static; } }
@media (max-width: 1023px) {
  .vs-hero-photo { max-width: 24rem; margin-left: auto; margin-right: auto; }
  .vs-meet-grid > div > .vs-sticky,
  .vs-split .vs-sticky { max-width: 20rem; margin-left: auto; margin-right: auto; }
}
.vs-meet-cards { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .vs-meet-cards { grid-template-columns: 1fr 1fr; } }
.vs-mini-card { background: #C9E5FF; border: 2px solid var(--ink); padding: 1.5rem; box-shadow: 4px 4px 0 var(--ink); transition: transform .2s, box-shadow .2s; height: 100%; }
.vs-mini-card:hover { transform: translateY(-6px); box-shadow: 6px 6px 0 var(--ink); }
.vs-mini-card .icon { width: 2.75rem; height: 2.75rem; border: 2px solid var(--ink); background: var(--paper); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; transition: background-color .2s, color .2s; }
.vs-mini-card:hover .icon { background: var(--blue); color: var(--cream); }
.vs-mini-card h3 { font-family: var(--font-grotesk); font-size: 1.125rem; font-weight: 700; margin: 0 0 .5rem; }
.vs-mini-card p { margin: 0; font-size: .9375rem; color: rgba(20,23,31,.7); }
.vs-callout { border: 2px solid var(--ink); background: #062B63; padding: 1.75rem; box-shadow: 6px 6px 0 var(--blue); grid-column: 1 / -1; }
.vs-callout p { font-family: var(--font-grotesk); font-size: clamp(1.5rem, 2.6vw, 2.125rem); font-weight: 600; margin: 0; text-align: center; color: #fff; line-height: 1.35; }
/* Together callout: full-width horizontal band, NOT confined to the right column */
.vs-callout-full { width: 100%; margin-top: 2.5rem; border-left: 0; border-right: 0; box-shadow: 0 6px 0 var(--blue); padding: 2.5rem 1.5rem; }
.vs-callout-full p { color: #fff; }
.vs-quote-script { font-family: var(--font-script); font-size: 1.625rem; color: var(--blue); transform: rotate(-1deg); margin: 1.25rem 0 0; }

/* Meet section kicker: double size */
#meet .vs-kicker-sm { font-size: 1.625rem; letter-spacing: .18em; margin-bottom: 1.25rem; }
@media (max-width: 640px) { #meet .vs-kicker-sm { font-size: 1.25rem; } }
/* Why I'm Running kicker: double size */
#why .vs-kicker-sm { font-size: 1.625rem; letter-spacing: .18em; margin-bottom: 1.25rem; }
@media (max-width: 640px) { #why .vs-kicker-sm { font-size: 1.25rem; } }
/* Community Voices kicker: double size */
#endorsements .vs-kicker-sm { font-size: 1.625rem; letter-spacing: .18em; margin-bottom: 1.25rem; }
@media (max-width: 640px) { #endorsements .vs-kicker-sm { font-size: 1.25rem; } }
/* Join the Movement kicker: double size */
#donate .vs-kicker-sm { font-size: 1.625rem; letter-spacing: .18em; margin-bottom: 1.25rem; }
@media (max-width: 640px) { #donate .vs-kicker-sm { font-size: 1.25rem; } }
/* Join the Campaign page: double every kicker */
.page-template-template-join .vs-section .vs-kicker-sm { font-size: 1.625rem; letter-spacing: .18em; margin-bottom: 1.25rem; }
@media (max-width: 640px) { .page-template-template-join .vs-section .vs-kicker-sm { font-size: 1.25rem; } }
/* Vision & Roadmap: kicker-xl utility for hero kicker + Vision + Commitment */
.vs-kicker-xl { font-size: 1.625rem; letter-spacing: .18em; margin-bottom: 1.25rem; }
.vs-kicker-xl.on-dark { color: var(--cream); }
.vs-kicker-xl .flag { width: 1.625rem; height: 1.625rem; }
@media (max-width: 640px) { .vs-kicker-xl { font-size: 1.25rem; } .vs-kicker-xl .flag { width: 1.375rem; height: 1.375rem; } }
/* Vision hero lead paragraph */
.vs-lead-hero { font-family: var(--font-grotesk); font-size: clamp(1.0625rem, 1.4vw, 1.25rem); line-height: 1.55; max-width: 38rem; margin: 1.25rem 0 1.5rem; color: var(--ink); }

/* Numbered list rows (Why / Roadmap) */
.vs-num-list { margin: 3.5rem 0 0; padding: 0; list-style: none; border: 2px solid var(--ink); background: var(--paper); box-shadow: 6px 6px 0 var(--ink); }
.vs-num-list li { display: flex; gap: 1.25rem; padding: 1.25rem 1.5rem; border-bottom: 2px solid rgba(20,23,31,.15); transition: background-color .2s; }
.vs-num-list li:last-child { border-bottom: 0; }
.vs-num-list li:hover { background: var(--cream); }
.vs-num-list .num { font-family: var(--font-display); font-size: 2rem; line-height: 1; color: var(--blue); flex-shrink: 0; width: 2.5rem; padding-top: .125rem; }
.vs-num-list h3 { font-family: var(--font-grotesk); font-size: 1.125rem; font-weight: 700; margin: 0; transition: color .2s; }
.vs-num-list li:hover h3 { color: var(--blue); }
.vs-num-list p { margin: .25rem 0 0; font-size: .9375rem; color: rgba(20,23,31,.7); }
.vs-split { display: grid; gap: 2.5rem; margin-top: 3.5rem; align-items: start; }
.vs-split > div { align-self: start; }
@media (min-width: 1024px) { .vs-split { grid-template-columns: 5fr 7fr; } }
.vs-split .list-side { min-width: 0; }

/* Platform bento */
.vs-bento { display: grid; gap: 1.25rem; margin-top: 3.5rem; }
@media (min-width: 768px) { .vs-bento { grid-template-columns: repeat(4, 1fr); } .vs-bento .wide { grid-column: span 2; } }
.vs-card { border: 2px solid var(--ink); background: var(--cream); padding: 1.75rem; box-shadow: 4px 4px 0 var(--ink); transition: transform .2s, box-shadow .2s; height: 100%; }
.vs-card:hover { transform: translateY(-6px); box-shadow: 6px 6px 0 var(--ink); }
.vs-card.dark { background: var(--green-deep); color: var(--cream); }
.vs-card .icon { width: 2.75rem; height: 2.75rem; border: 2px solid var(--ink); background: var(--paper); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.vs-card.dark .icon { border-color: rgba(249,247,241,.4); background: var(--blue); color: var(--cream); }
.vs-card h3 { font-family: var(--font-grotesk); font-size: 1.25rem; font-weight: 700; margin: 0 0 .5rem; }
.vs-card p { margin: 0; font-size: .9375rem; color: rgba(20,23,31,.7); }
.vs-card.dark p { color: rgba(249,247,241,.75); }

/* Endorsements */
.vs-quotes { display: grid; gap: 1.5rem; margin-top: 3.5rem; }
@media (min-width: 640px) { .vs-quotes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .vs-quotes { grid-template-columns: repeat(4, 1fr); } }
.vs-quote { background: var(--paper); border: 2px solid var(--ink); padding: 1.75rem; box-shadow: 4px 4px 0 var(--ink); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; margin: 0; }
.vs-quote:hover { transform: translateY(-6px); box-shadow: 6px 6px 0 var(--ink); }
.vs-quote .qmark { color: var(--blue); font-size: 2rem; line-height: 1; font-family: var(--font-display); }
.vs-quote blockquote { margin: 1rem 0 0; flex: 1; font-size: 1rem; color: rgba(20,23,31,.85); }
.vs-quote figcaption { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 2px solid rgba(20,23,31,.1); display: flex; align-items: center; gap: 1rem; }
.vs-quote .avatar { width: 3rem; height: 3rem; border-radius: 9999px; object-fit: cover; border: 2px solid var(--ink); }
.vs-quote .who { font-family: var(--font-grotesk); font-weight: 700; }
.vs-quote .role { font-family: var(--font-grotesk); font-size: .75rem; text-transform: uppercase; letter-spacing: .2em; color: rgba(20,23,31,.55); margin-top: .25rem; }
.vs-note-card { background: var(--green-deep); color: var(--cream); border: 2px solid var(--ink); padding: 1.75rem; box-shadow: 6px 6px 0 var(--blue); display: flex; flex-direction: column; justify-content: center; }
.vs-note-card .tag { color: var(--sky); font-family: var(--font-grotesk); font-weight: 700; text-transform: uppercase; font-size: .75rem; letter-spacing: .25em; display: block; margin-bottom: .75rem; }
.vs-note-card p { font-family: var(--font-grotesk); font-size: 1.0625rem; font-weight: 500; margin: 0; }

/* Donate / rebate */
.vs-donate-grid { display: grid; gap: 2rem; margin-top: 3.5rem; align-items: stretch; }
@media (min-width: 1024px) { .vs-donate-grid { grid-template-columns: 4fr 4fr 4fr; } }
.vs-donate-grid > * { align-self: stretch; }
.vs-donate-side { display: flex; flex-direction: column; gap: 1.5rem; }
.vs-donate-side .vs-frame img { aspect-ratio: auto; object-fit: contain; }
.vs-donate-side .vs-stat { flex: 1; }
.vs-donate { background: var(--cream); color: var(--ink); border: 2px solid var(--ink); padding: 1.75rem; box-shadow: 6px 6px 0 var(--blue); display: flex; flex-direction: column; gap: 1rem; }
.vs-donate h3 { font-family: var(--font-display); font-size: clamp(1.75rem, 3.2vw, 2.5rem); margin: 0; text-transform: uppercase; }
.vs-donate p { font-family: var(--font-grotesk); font-size: 1.0625rem; line-height: 1.5; margin: 0; }
.vs-donate .legal { font-size: .8125rem; color: var(--ink); opacity: .7; margin-top: .25rem; }
.vs-donate .vs-btn { width: 100%; text-align: center; }
.vs-donate .vs-btn + .vs-btn { margin-top: 0; }
.vs-donate-side { display: flex; flex-direction: column; gap: 1.5rem; }
.vs-donate-side .vs-frame { background: var(--cream); }
.vs-donate-side .vs-frame img { aspect-ratio: auto; object-fit: contain; }
.vs-donate-side .vs-stat { flex: 1; }
.vs-rebate { border: 2px solid var(--ink); background: var(--cream); color: var(--ink); padding: 1.75rem; box-shadow: 6px 6px 0 var(--blue); display: flex; flex-direction: column; }
.vs-rebate h3 { font-family: var(--font-display); font-size: clamp(1.5rem, 2.8vw, 2.25rem); font-weight: 400; margin: 0 0 .75rem; text-transform: uppercase; color: var(--ink); }
.vs-rebate .lead { font-size: 1rem; color: rgba(20,23,31,.75); margin: 0 0 1.5rem; }
.vs-rebate ul { margin: 0; padding: 0; list-style: none; }
.vs-rebate li { display: flex; gap: .75rem; margin-bottom: .875rem; font-size: .9375rem; }
.vs-rebate li::before { content: ""; flex-shrink: 0; width: .5rem; height: .5rem; background: var(--blue); transform: rotate(45deg); margin-top: .45rem; }
.vs-calc { margin-top: 2rem; border-top: 2px solid rgba(20,23,31,.15); padding-top: 1.5rem; }
.vs-calc label { display: block; font-family: var(--font-grotesk); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; color: var(--blue); margin-bottom: .75rem; }
.vs-calc .row { display: flex; }
.vs-calc input { flex: 1; background: var(--paper); border: 2px solid var(--ink); border-right: 0; padding: .75rem 1rem; color: var(--ink); font-family: var(--font-grotesk); border-radius: 0; }
.vs-calc button { background: var(--blue); color: var(--cream); border: 2px solid var(--blue); padding: 0 1.5rem; font-family: var(--font-grotesk); font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; cursor: pointer; border-radius: 0; }
.vs-calc button:hover { background: var(--ink); border-color: var(--ink); }
.vs-calc .out { margin-top: 1rem; font-family: var(--font-grotesk); font-weight: 700; }
.vs-calc .out.ok { color: var(--blue); }
.vs-stat { border: 2px solid var(--ink); background: var(--cream); color: var(--ink); padding: 1.75rem; box-shadow: 6px 6px 0 var(--blue); display: flex; flex-direction: column; }
.vs-stat .big { font-family: var(--font-display); font-size: 4.5rem; line-height: 1; color: var(--blue); }
.vs-stat .t { font-family: var(--font-grotesk); font-weight: 700; font-size: 1.125rem; margin-top: .5rem; line-height: 1.4; }
.vs-stat .kv { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(20,23,31,.15); padding: .5rem 0; font-family: var(--font-grotesk); font-size: .875rem; }
.vs-stat .kv:last-child { border-bottom: 0; }
.vs-stat .kv .k { color: rgba(20,23,31,.6); }
.vs-stat .kv .v { font-weight: 700; }
@media (min-width: 1024px) { .vs-stat-sticky { position: sticky; top: 7rem; } }

/* Events */
.vs-events { margin-top: 3.5rem; border: 2px solid var(--ink); background: var(--paper); box-shadow: 6px 6px 0 var(--ink); }
.vs-event { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; padding: 1.5rem 1.75rem; border-bottom: 2px solid var(--ink); transition: background-color .2s; }
.vs-event:last-child { border-bottom: 0; }
.vs-event:hover { background: var(--cream); }
.vs-event .date { text-align: center; border: 2px solid var(--ink); background: var(--cream); padding: .5rem 1rem; min-width: 4.75rem; }
.vs-event .date .d { font-family: var(--font-display); font-size: 2.25rem; line-height: 1; }
.vs-event .date .m { font-family: var(--font-grotesk); font-size: .625rem; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; margin-top: .25rem; }
.vs-event h3 { font-family: var(--font-grotesk); font-size: 1.375rem; font-weight: 700; margin: 0; }
.vs-event p { margin: .25rem 0 0; font-size: .9375rem; color: rgba(20,23,31,.7); }
.vs-event .where { display: block; font-family: var(--font-grotesk); font-size: .75rem; text-transform: uppercase; letter-spacing: .2em; color: rgba(20,23,31,.5); margin-top: .5rem; }
.vs-event.hot { background: var(--blue); color: var(--cream); }
.vs-event.hot:hover { background: var(--blue-dark); }
.vs-event.hot .date { border-color: var(--cream); background: transparent; }
.vs-event.hot p { color: rgba(249,247,241,.85); }
.vs-event.hot .where { color: rgba(249,247,241,.75); }
.vs-rsvp { font-family: var(--font-grotesk); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; border: 2px solid var(--ink); padding: .75rem 1.25rem; text-decoration: none; transition: background-color .2s, color .2s; }
.vs-rsvp:hover { background: var(--ink); color: var(--cream); }
.vs-event.hot .vs-rsvp { border-color: var(--cream); }
.vs-event.hot .vs-rsvp:hover { background: var(--cream); color: var(--blue); }
@media (max-width: 640px) { .vs-event { grid-template-columns: auto 1fr; } .vs-rsvp { display: none; } }

/* Election info / blog / multi cards */
.vs-two { display: grid; gap: 1.5rem; margin-top: 2rem; }
@media (min-width: 768px) { .vs-two { grid-template-columns: 1fr 1fr; } }
.vs-elect { border: 2px solid var(--ink); background: var(--cream); padding: 1.75rem; box-shadow: 4px 4px 0 var(--ink); height: 100%; }
.vs-elect.dark { background: var(--blue); color: var(--cream); box-shadow: 6px 6px 0 var(--ink); border-color: var(--blue); }
.vs-elect.dark h4 { color: var(--cream); }
.vs-elect.dark p { color: rgba(249,247,241,.92); }
.vs-elect h4 { font-family: var(--font-grotesk); font-size: 1.25rem; font-weight: 700; margin: 0 0 .5rem; }
.vs-elect p { margin: 0; font-size: .9375rem; color: rgba(20,23,31,.7); }
.vs-elect.dark p { color: rgba(249,247,241,.75); }
.vs-elect .when { margin-top: 1rem; font-family: var(--font-grotesk); font-weight: 700; color: var(--blue); }
.vs-elect.dark .when { color: var(--sky); }
.vs-three { display: grid; gap: 1.5rem; margin-top: 3rem; }
@media (min-width: 768px) { .vs-three { grid-template-columns: repeat(3, 1fr); } }
.vs-blog { background: var(--paper); border: 2px solid var(--ink); padding: 1.75rem; box-shadow: 4px 4px 0 var(--ink); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; height: 100%; }
.vs-blog:hover { transform: translateY(-6px); box-shadow: 6px 6px 0 var(--ink); }
.vs-blog h3 { font-family: var(--font-grotesk); font-size: 1.125rem; font-weight: 700; margin: 1rem 0 .5rem; line-height: 1.35; }
.vs-blog h3 a { color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--blue); padding-bottom: 1px; transition: color .2s, border-color .2s; }
.vs-blog h3 a:hover { color: var(--blue); }
.vs-blog p { margin: 0; font-size: .875rem; color: rgba(20,23,31,.7); flex: 1; }
.vs-blog .date { margin-top: 1.25rem; padding-top: 1rem; border-top: 2px solid rgba(20,23,31,.1); font-family: var(--font-grotesk); font-size: .75rem; text-transform: uppercase; letter-spacing: .2em; color: rgba(20,23,31,.5); }
.vs-blog .bicon { color: var(--blue); }
.vs-multi { border: 2px solid rgba(249,247,241,.3); background: var(--navy-dark); overflow: hidden; transition: border-color .2s; height: 100%; }
.vs-multi:hover { border-color: var(--cream); }
.vs-multi img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.vs-multi .body { padding: 1.5rem; }
.vs-multi h3 { font-family: var(--font-grotesk); font-size: 1.125rem; font-weight: 700; margin: 0 0 .5rem; color: var(--cream); }
.vs-multi p { margin: 0; font-size: .875rem; color: rgba(249,247,241,.75); }

/* Gallery */
.vs-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2.5rem; }
@media (min-width: 1024px) { .vs-gallery { grid-template-columns: repeat(4, 1fr); } }
.vs-gallery figure { margin: 0; border: 2px solid var(--ink); background: var(--paper); box-shadow: 4px 4px 0 var(--ink); overflow: hidden; }
.vs-gallery img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .5s; }
.vs-gallery figure:hover img { transform: scale(1.05); }
.vs-gallery figcaption { padding: .75rem 1rem; font-family: var(--font-grotesk); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; border-top: 2px solid var(--ink); }
.vs-gallery .video-tile { grid-column: span 2; border: 2px solid var(--ink); background: var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.vs-gallery .video-tile video { width: 100%; height: 18rem; object-fit: cover; display: block; }

/* Vision page hero */
.vs-page-hero { border-bottom: 2px solid var(--ink); background: var(--paper); }
.vs-page-hero .wrap { padding: 5rem 0; display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .vs-page-hero .wrap { grid-template-columns: 7fr 5fr; padding: 6rem 0; } }
.vs-page-hero h1 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(3.5rem, 8vw, 6.5rem); line-height: .85; margin: 0; font-weight: 400; }
.vs-page-hero h1 .accent { color: var(--blue); }
.vs-page-hero .sub { font-family: var(--font-grotesk); font-size: .9375rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: rgba(20,23,31,.6); margin-top: 1rem; }
.vs-page-hero .logo-img { height: 5rem; width: auto; mix-blend-mode: multiply; margin-top: 2rem; }
.vs-page-hero .photo { max-width: 24rem; margin-left: auto; width: 100%; }
@media (max-width: 1023px) { .vs-page-hero .photo { margin-left: 0; } }

/* Checklist (vision intro) */
.vs-checklist { margin: 3rem 0 0; padding: 0; list-style: none; max-width: 56rem; }
.vs-checklist li { display: flex; gap: 1rem; margin-bottom: 1.25rem; font-size: 1.0625rem; color: rgba(249,247,241,.9); }
.vs-checklist .tick { flex-shrink: 0; width: 1.5rem; height: 1.5rem; margin-top: .2rem; border: 2px solid var(--sky); color: var(--sky); display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700; }

/* Legal / policy pages (Privacy Policy, Terms & Conditions) */
.vs-legal-page { padding: 4rem 0 6rem; }
.vs-legal-page h1 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); text-transform: uppercase; letter-spacing: -.01em; line-height: 1; margin: 0 0 1rem; font-weight: 400; }
.vs-legal-page h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 2.4vw, 2rem); text-transform: uppercase; letter-spacing: .02em; margin: 2.5rem 0 1rem; font-weight: 400; }
.vs-legal-page h3 { font-family: var(--font-grotesk); font-size: 1.125rem; font-weight: 700; margin: 2rem 0 .75rem; line-height: 1.3; }
.vs-legal-page p { font-size: 1.0625rem; line-height: 1.7; margin: 0 0 1.1rem; color: rgba(20,23,31,.85); max-width: 48rem; }
.vs-legal-page p a, .vs-legal-page li a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.vs-legal-page p a:hover, .vs-legal-page li a:hover { color: var(--ink); }
.vs-legal-page ul { margin: 0 0 1.25rem; padding-left: 1.5rem; max-width: 48rem; }
.vs-legal-page ul li { font-size: 1.0625rem; line-height: 1.7; margin-bottom: .65rem; color: rgba(20,23,31,.85); }
.vs-legal-page .vs-lead { font-family: var(--font-grotesk); color: var(--ink); font-size: 1.125rem; }
.vs-legal-page .vs-rule { margin-bottom: 2rem; }

/* Closing band */
.vs-closing { margin-top: 3rem; background: var(--blue); color: var(--cream); border: 2px solid var(--ink); padding: 3rem 2rem; box-shadow: 6px 6px 0 var(--ink); text-align: center; }
.vs-closing p { font-family: var(--font-grotesk); font-size: 1.25rem; font-weight: 500; line-height: 1.6; max-width: 48rem; margin: 1.5rem auto 0; }
.vs-closing .tag { font-family: var(--font-display); font-size: 2.25rem; text-transform: uppercase; letter-spacing: .05em; color: var(--cream); margin-top: 1.5rem; }

/* ===== Forms ===== */
.vs-forms { display: grid; gap: 2rem; margin-top: 3.5rem; }
@media (min-width: 1024px) { .vs-forms { grid-template-columns: 1fr 1fr; } }
.vs-form-card { background: var(--cream); border: 2px solid var(--ink); padding: 1.75rem; box-shadow: 4px 4px 0 var(--ink); display: flex; flex-direction: column; }
.vs-form-card h3 { font-family: var(--font-display); font-size: 1.875rem; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 .5rem; font-weight: 400; }
.vs-form-card .sub { font-size: .875rem; color: rgba(20,23,31,.7); margin: 0 0 1.5rem; }
.vs-form-card label.f { font-family: var(--font-grotesk); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; display: block; margin-bottom: .35rem; }
.vs-form-card input[type="text"], .vs-form-card input[type="email"], .vs-form-card input[type="tel"], .vs-form-card textarea {
  width: 100%; border: 2px solid var(--ink); background: var(--paper);
  padding: .75rem 1rem; font-family: var(--font-grotesk); font-size: .9375rem;
  margin-bottom: 1rem; border-radius: 0; color: var(--ink);
}
.vs-form-card input:focus, .vs-form-card textarea:focus { outline: 2px solid var(--blue); outline-offset: -2px; }
.vs-form-card .check { display: flex; gap: .75rem; font-size: .75rem; color: rgba(20,23,31,.7); align-items: flex-start; margin-bottom: 1rem; }
.vs-form-card .check input { margin-top: .2rem; }
.vs-form-card .vs-btn { width: 100%; text-align: center; border-radius: 0; margin-top: auto; }
.vs-form-ok { background: var(--blue); color: var(--cream); border: 2px solid var(--ink); padding: 1rem 1.25rem; font-family: var(--font-grotesk); font-weight: 700; margin: 2rem 0 0; }
.vs-contact-band { margin-top: 2.5rem; background: var(--ink); color: var(--cream); border: 2px solid var(--ink); padding: 2rem; box-shadow: 6px 6px 0 var(--blue); }
.vs-contact-band h3 { font-family: var(--font-display); font-size: 1.875rem; text-transform: uppercase; margin: 0 0 1.5rem; font-weight: 400; }
.vs-contact-band .row { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .vs-contact-band .row { grid-template-columns: repeat(3, 1fr); } }
.vs-contact-band a { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-family: var(--font-grotesk); font-weight: 700; word-break: break-all; transition: color .2s; }
.vs-contact-band a:hover { color: var(--sky); }
.vs-contact-band .cicon { color: var(--sky); flex-shrink: 0; }
.vs-contact-band .socials { margin-top: 2rem; padding-top: 1.5rem; border-top: 2px solid rgba(249,247,241,.15); display: flex; flex-wrap: wrap; gap: .75rem; }
.vs-contact-band .vs-soc { width: 2.75rem; height: 2.75rem; border-color: rgba(249,247,241,.3); color: var(--cream); font-size: .75rem; }
.vs-contact-band .vs-soc:hover { background: var(--blue); border-color: var(--blue); }

/* ===== Footer ===== */
.vs-footer { background: var(--ink); color: var(--cream); }
.vs-footer .wrap { padding-top: 4rem; padding-bottom: 4rem; display: grid; gap: 3rem; }
@media (min-width: 768px) { .vs-footer .wrap { grid-template-columns: 5fr 3fr 4fr; } }
.vs-footer h4 { font-family: var(--font-grotesk); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .3em; color: var(--sky); margin: 0 0 1.5rem; }
.vs-footer .blurb { color: rgba(249,247,241,.7); font-size: .9375rem; max-width: 22rem; }
.vs-footer .logo-wrap { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.vs-footer .logo-wrap .logo-bg { background: var(--cream); border: 2px solid var(--cream); padding: .375rem .75rem; }
.vs-footer .logo-wrap img { height: 3.5rem; width: auto; mix-blend-mode: multiply; }
.vs-contact { margin: 0; padding: 0; }
.vs-contact li { list-style: none; margin-bottom: 1rem; }
.vs-contact a { text-decoration: none; word-break: break-all; }
.vs-contact a:hover { color: var(--sky); }
.vs-socials { display: flex; flex-wrap: wrap; gap: .75rem; }
.vs-socials .vs-soc { width: 2.75rem; height: 2.75rem; border-color: rgba(249,247,241,.3); font-size: .75rem; }
.vs-socials .vs-soc:hover { background: var(--blue); border-color: var(--blue); color: var(--cream); transform: translateY(-4px); }
.vs-news { display: flex; max-width: 22rem; margin-top: 2rem; }
.vs-news input { flex: 1; background: var(--navy-dark); border: 2px solid rgba(249,247,241,.3); border-right: 0; padding: .75rem 1rem; color: var(--cream); font-family: var(--font-grotesk); border-radius: 0; min-width: 0; }
.vs-news button { background: var(--blue); border: 2px solid var(--blue); color: var(--cream); font-family: var(--font-grotesk); font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; padding: 0 1.25rem; cursor: pointer; border-radius: 0; }
.vs-news button:hover { background: var(--blue-dark); }
.vs-footer-links { display: flex; gap: 1.5rem; margin-top: 2.5rem; }
.vs-footer-links a { font-family: var(--font-grotesk); font-size: .75rem; text-transform: uppercase; letter-spacing: .2em; color: rgba(249,247,241,.5); text-decoration: none; }
.vs-footer-links a:hover { color: var(--cream); }
.vs-legal { border-top: 2px solid rgba(249,247,241,.15); }
.vs-legal .wrap { padding-top: 1.5rem; padding-bottom: 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; align-items: center; }
.vs-legal p { margin: 0; font-family: var(--font-grotesk); font-size: .75rem; text-transform: uppercase; letter-spacing: .2em; color: rgba(249,247,241,.5); display: flex; align-items: center; gap: .625rem; flex-wrap: wrap; }
.vs-legal .script { color: var(--sky); font-size: 1.25rem; transform: rotate(-1deg); }

/* ===== Interior pages ===== */
.vs-page { padding: 5rem 0; }
.vs-page h1 { font-family: var(--font-display); font-size: clamp(2.75rem, 6vw, 4.5rem); text-transform: uppercase; margin: 0 0 2rem; font-weight: 400; }
.vs-page .content { max-width: 46rem; font-size: 1.0625rem; }

/* Reveal */
.vs-reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
.vs-reveal.in { opacity: 1; transform: none; }


/* Join the Campaign hero image */
.vs-join-hero { margin: 0 0 2.5rem; border: 2px solid var(--cream); box-shadow: 6px 6px 0 var(--ink); overflow: hidden; }
.vs-join-hero img { width: 100%; height: auto; display: block; object-fit: cover; }

/* Blog grid (Join page) */
.vs-blog-grid { margin-top: 2.5rem; }

/* Minimal footer (Contact, Legal, Follow — VERTICAL layout for contact+legal, HORIZONTAL for follow) */
.vs-footer-min { background: var(--ink); color: var(--cream); padding: 3rem 0 2rem; border-top: 4px solid var(--blue); }
.vs-footer-min .wrap { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .vs-footer-min .wrap { grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem 3rem; } }
.vs-footer-min .vs-footer-rights { grid-column: 1 / -1; margin-top: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(249,247,241,.15); }
.vs-footer-min h4 { font-family: var(--font-display); font-size: 1.125rem; text-transform: uppercase; margin: 0 0 1rem; letter-spacing: .1em; color: var(--cream); }
/* Contact (VERTICAL list) */
.vs-footer-contact-list { display: flex; flex-direction: column; gap: .85rem; }  .vs-footer-contact-list a { display: flex; flex-wrap: nowrap; gap: .75rem; align-items: center; color: var(--cream); text-decoration: none; padding: .4rem 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
.vs-footer-contact-list a:hover { border-bottom-color: rgba(249,247,241,.4); }  .vs-footer-contact-list .ico { font-size: 1.5rem; line-height: 1; flex-shrink: 0; }
.vs-footer-contact-list .lbl { display: inline; font-family: var(--font-grotesk); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--sky); margin-right: .5rem; white-space: nowrap; }
.vs-footer-contact-list .val { display: inline; font-family: var(--font-grotesk); font-size: 1rem; font-weight: 500; white-space: nowrap; }
/* Legal (VERTICAL list) */
.vs-footer-legal .vs-footer-links { display: flex; flex-direction: column; gap: .65rem; }
.vs-footer-legal .vs-footer-links a { color: var(--cream); font-family: var(--font-grotesk); font-size: .95rem; text-decoration: none; padding-bottom: 2px; border-bottom: 2px solid transparent; transition: border-color .2s; width: max-content; }
.vs-footer-legal .vs-footer-links a:hover { border-bottom-color: var(--cream); }
/* Follow the Campaign (HORIZONTAL row of social icons) */
.vs-footer-social .vs-footer-socials { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.vs-footer-social .vs-footer-socials a { color: var(--cream); text-decoration: none; display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border: 2px solid var(--cream); border-radius: 4px; transition: background-color .2s, color .2s; }
.vs-footer-social .vs-footer-socials a:hover { background: var(--cream); color: var(--ink); }
.vs-footer-social .vs-footer-socials svg, .vs-footer-social .vs-footer-socials img { width: 1.125rem; height: 1.125rem; }
/* Copyright row */
.vs-footer-rights { margin: 0; grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(249,247,241,.15); font-family: var(--font-grotesk); font-size: .75rem; color: rgba(249,247,241,.6); }
@media (max-width: 640px) {
  .vs-footer-min .wrap { grid-template-columns: 1fr; gap: 2rem; }
}
