/* WEZA — shared stylesheet. Brand tokens are unchanged from the original site. */
:root {
  --magenta: #A91B60;
  --pink: #FF6C92;
  --blush: #DB537C;
  --charcoal: #312E2D;
  --white: #FAF9F6;
  --cream: #FFF8F0;
  --orange: #FF6B35;
  --yellow: #FFD23F;
  --cyan: #00D4AA;
  --purple: #8B5CF6;
  --green: #2F8F5B;
  --ink: #312E2D;
  --muted: #6B6563;
  --line: rgba(49,46,45,0.12);
  --radius: 14px;
  --max: 1160px;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--magenta); }
h1, h2, h3, h4 { font-family: 'Archivo Black', 'DM Sans', sans-serif; font-weight: 400; line-height: 1.1; margin: 0 0 0.5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul { padding-left: 1.2em; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--charcoal); color: #fff; padding: 10px 14px; border-radius: 6px; z-index: 1000; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

/* Layout */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }
section { padding: 72px 0; }
.section-lead { max-width: 720px; margin-bottom: 40px; }
.section-lead p { font-size: 1.15rem; color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 900px) { .two-col, .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .two-col, .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; } section { padding: 52px 0; } }

.bg-cream { background: var(--cream); }
.bg-magenta { background: var(--magenta); color: var(--white); }
.bg-magenta h2, .bg-magenta h3, .bg-magenta a { color: var(--white); }
.bg-charcoal { background: var(--charcoal); color: var(--white); }
.bg-charcoal h2, .bg-charcoal h3 { color: var(--white); }

/* Buttons */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: 999px;
  font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 1rem;
  text-decoration: none; border: 2px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), background .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn-pink { background: var(--pink); color: var(--charcoal); }
.btn-pink:hover { background: var(--yellow); }
.btn-magenta { background: var(--magenta); color: var(--white); }
.btn-magenta:hover { background: var(--blush); }
.btn-outline { border-color: currentColor; color: inherit; background: transparent; }
.btn-white { background: var(--white); color: var(--magenta); }
.btn-group { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-block { width: 100%; text-align: center; }

/* Header */
header.site-header { position: sticky; top: 0; z-index: 50; background: rgba(250,249,246,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav { max-width: var(--max); margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo-img { height: 52px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { text-decoration: none; color: var(--charcoal); font-weight: 500; }
.nav-links a[aria-current="page"] { color: var(--magenta); border-bottom: 2px solid var(--pink); }
.nav-links .btn { padding: 10px 20px; border-bottom: 0 !important; }
.lang-switch { margin-left: 8px; }
.lang-select { font: inherit; font-size: .9rem; padding: 7px 28px 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23312E2D' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 10px center; color: var(--charcoal); appearance: none; -webkit-appearance: none; cursor: pointer; }
mark.copy-needed { background: #FFF3B0; color: #6B5300; border-bottom: 2px dashed #E0B400; padding: 0 3px; font-style: italic; }
.menu-toggle { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--charcoal); cursor: pointer; padding: 6px; }
@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; padding: 16px 24px 24px; border-bottom: 1px solid var(--line); gap: 14px; }
  .nav-links.open { display: flex; }
  .nav-links .btn { text-align: center; }
}

/* Hero */
.hero { padding: 64px 0 56px; background: var(--cream); overflow: hidden; }
.hero .two-col { align-items: center; }
.hero .tagline { font-family: 'Bangers', 'Archivo Black', sans-serif; font-size: clamp(2.8rem, 8vw, 6rem); letter-spacing: .02em; color: var(--magenta); line-height: .95; margin: 0 0 18px; }
.hero .org { font-weight: 700; color: var(--blush); margin-bottom: 8px; }
.hero p { font-size: 1.15rem; max-width: 560px; }
.hero img { border-radius: var(--radius); box-shadow: 0 30px 60px -30px rgba(169,27,96,.45); }
.page-hero { padding: 56px 0 40px; background: var(--magenta); color: var(--white); }
.page-hero h1 { color: var(--white); }
.page-hero p { font-size: 1.15rem; max-width: 640px; opacity: .95; }
.partner-strip { display: flex; align-items: center; gap: 16px; margin-top: 28px; font-size: .95rem; color: var(--muted); }
.partner-strip img { height: 56px; width: auto; }

/* Stats — numbers are in the HTML; JS only animates */
.stats { background: var(--charcoal); color: var(--white); padding: 40px 0; }
.stats .grid-4 { text-align: center; }
.stat-item h3 { font-size: clamp(2rem, 4vw, 3rem); color: var(--pink); margin: 0; }
.stat-item p { margin: 6px 0 0; opacity: .9; }

/* Cards */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.card .icon { width: 48px; height: 48px; border-radius: 12px; background: var(--cream); color: var(--magenta); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 16px; }
.card-magenta { background: var(--magenta); color: var(--white); border: 0; }
.card-magenta h3, .card-magenta h4 { color: var(--white); }
.bg-cream .card { background: var(--white); }

/* Feature list (sustainability / inclusion) */
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.feature-list li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start; }
.feature-list .dot { width: 36px; height: 36px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .95rem; }
.feature-list.pink .dot { background: var(--pink); color: var(--charcoal); }
.feature-list strong { display: block; }

/* Quote */
blockquote.pull { border-left: 5px solid var(--pink); margin: 32px 0; padding: 8px 0 8px 24px; font-size: 1.2rem; }
blockquote.pull cite { display: block; margin-top: 8px; font-style: normal; font-size: .95rem; color: var(--muted); }

/* Team */
.team-card { text-align: center; }
.team-card img { width: 160px; height: 160px; object-fit: cover; border-radius: 50%; margin: 0 auto 16px; }
.team-card .role { color: var(--magenta); font-weight: 700; margin-bottom: 10px; }

/* Timeline (a real sequence) */
.timeline { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.timeline li { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.timeline time { font-family: 'Archivo Black', sans-serif; color: var(--magenta); }
@media (max-width: 600px) { .timeline li { grid-template-columns: 1fr; gap: 6px; } }

/* Logos */
.logo-row { display: flex; flex-wrap: wrap; gap: 32px; align-items: center; justify-content: center; }
.logo-row img { height: 64px; width: auto; max-width: 160px; object-fit: contain; }
.logo-row .invert { background: var(--charcoal); padding: 8px 12px; border-radius: 8px; }

/* Donation widget */
.donate-tabs { display: inline-flex; background: var(--cream); border-radius: 999px; padding: 4px; margin-bottom: 24px; }
.donate-tab { padding: 10px 22px; border-radius: 999px; border: 0; background: none; font: inherit; font-weight: 700; cursor: pointer; color: var(--charcoal); }
.donate-tab[aria-selected="true"] { background: var(--magenta); color: var(--white); }
.donation-tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 20px; }
@media (max-width: 900px) { .donation-tiers { grid-template-columns: 1fr 1fr; } }
.tier { border: 2px solid var(--line); border-radius: var(--radius); padding: 20px; background: #fff; text-align: left; cursor: pointer; font: inherit; color: inherit; position: relative; }
.tier .amount { font-family: 'Archivo Black', sans-serif; font-size: 1.8rem; color: var(--magenta); }
.tier .amount small { font-size: .5em; opacity: .7; }
.tier p { font-size: .95rem; margin: 6px 0 0; color: var(--muted); }
.tier[aria-pressed="true"] { border-color: var(--magenta); box-shadow: 0 0 0 3px rgba(169,27,96,.15); }
.tier.popular::before { content: "Most popular"; position: absolute; top: -12px; right: 12px; background: var(--yellow); color: var(--charcoal); font-size: .75rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.custom-amount { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 24px; }
.custom-amount input { padding: 12px 16px; border: 2px solid var(--line); border-radius: 10px; font: inherit; width: 200px; }
.donate-cta { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.donate-cta .btn { font-size: 1.1rem; padding: 16px 36px; }
.donate-note { font-size: .9rem; color: var(--muted); }
.donor-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; max-width: 640px; }
@media (max-width: 600px) { .donor-fields { grid-template-columns: 1fr; } }

/* Forms */
form.std { display: grid; gap: 14px; }
form.std label { font-weight: 700; display: block; margin-bottom: 4px; }
form.std input, form.std select, form.std textarea { width: 100%; padding: 12px 14px; border: 2px solid var(--line); border-radius: 10px; font: inherit; background: #fff; }
form.std textarea { min-height: 140px; }
form.std .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { form.std .row { grid-template-columns: 1fr; } }
.form-note { font-size: .9rem; color: var(--muted); }

/* Newsletter */
.newsletter-band { background: var(--pink); padding: 48px 0; }
.newsletter-band h2 { color: var(--charcoal); }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; max-width: 560px; }
.newsletter-form input[type="email"] { flex: 1 1 260px; padding: 14px 16px; border: 2px solid var(--charcoal); border-radius: 999px; font: inherit; }
.newsletter-form .btn { flex: 0 0 auto; }
.newsletter-form .consent { flex-basis: 100%; font-size: .85rem; }
.newsletter-form .consent input { margin-right: 6px; }
footer .newsletter-form input[type="email"] { border-color: transparent; }

/* Footer */
footer.site-footer { background: var(--charcoal); color: var(--white); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { height: 54px; width: auto; background: var(--white); padding: 6px 10px; border-radius: 8px; margin-bottom: 16px; }
footer h4 { color: var(--pink); margin-bottom: 14px; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer li { margin-bottom: 8px; }
footer a { color: var(--white); text-decoration: none; opacity: .9; }
footer a:hover { opacity: 1; text-decoration: underline; }
.social-icons { display: flex; gap: 12px; margin-top: 16px; }
.social-icons a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 40px; padding-top: 20px; font-size: .9rem; opacity: .8; }

/* Thank-you */
.thanks { text-align: center; padding: 96px 0; }
.thanks .mark { width: 88px; height: 88px; border-radius: 50%; background: var(--pink); display: flex; align-items: center; justify-content: center; font-size: 2.2rem; margin: 0 auto 24px; color: var(--charcoal); }

/* Reveal — animation only; content is visible without JS */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
  .js .reveal.in { opacity: 1; transform: none; }
}
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ===== v2 homepage / donate components ===== */
.hero-full { position: relative; min-height: 78vh; display: flex; align-items: flex-end; color: var(--white); background: var(--charcoal); overflow: hidden; padding: 0; }
.hero-full img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-full::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(49,46,45,.05) 30%, rgba(49,46,45,.82) 100%); }
.hero-full .wrap { position: relative; z-index: 1; padding-bottom: 56px; padding-top: 120px; width: 100%; }
.hero-full.has-give .wrap { padding-bottom: 150px; }
.hero-full h1 { font-family: 'Bangers', 'Archivo Black', sans-serif; font-size: clamp(3rem, 9vw, 7rem); letter-spacing: .02em; line-height: .92; color: var(--white); margin: 0 0 12px; max-width: 14ch; text-wrap: balance; }
.hero-full .sub { font-size: clamp(1.1rem, 2vw, 1.4rem); max-width: 34ch; margin: 0 0 24px; }
.hero-full .btn { font-size: 1.1rem; padding: 16px 34px; }
.hero-full .credit { position: absolute; right: 16px; bottom: 10px; font-size: .75rem; opacity: .7; z-index: 1; }

/* Inline donate strip */
.give { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 20px 50px -30px rgba(49,46,45,.4); }
.give .give-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.give h2 { margin: 0; font-size: 1.5rem; }
.give .donation-tiers { grid-template-columns: repeat(4, 1fr); margin-bottom: 14px; }
.give .tier { padding: 14px; }
.give .tier .amount { font-size: 1.5rem; }
.give .tier p { font-size: .85rem; }
.give .donor-fields { margin-bottom: 14px; max-width: none; }
.give-band { padding: 0; margin-top: -80px; position: relative; z-index: 2; }
@media (max-width: 900px) { .give .donation-tiers { grid-template-columns: 1fr 1fr; } .give-band { margin-top: -40px; } }

/* Story */
.story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.story .kicker { font-family: 'Bangers', sans-serif; letter-spacing: .04em; font-size: 1.3rem; color: var(--pink); margin: 0 0 8px; }
.story h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
.story .big { font-size: 1.25rem; }
@media (max-width: 900px) { .story { grid-template-columns: 1fr; } }

/* Impact tiles: number over photo */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tile { position: relative; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; background: var(--charcoal); color: var(--white); }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .75; }
.tile div { position: absolute; left: 20px; bottom: 18px; right: 20px; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.tile strong { display: block; font-family: 'Archivo Black', sans-serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; }
@media (max-width: 700px) { .tiles { grid-template-columns: 1fr; } .tile { aspect-ratio: 16/9; } }

/* League table */
.league { width: 100%; border-collapse: collapse; font-size: .98rem; }
.league th, .league td { padding: 12px 10px; text-align: left; border-bottom: 1px solid var(--line); }
.league th { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.league td.num, .league th.num { text-align: right; font-variant-numeric: tabular-nums; }
.league tr:first-child td { font-weight: 700; }
.league-wrap { overflow-x: auto; }

/* Progress */
.progress { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.progress li { display: grid; gap: 6px; }
.progress .row { display: flex; justify-content: space-between; font-weight: 700; }
.progress .bar { height: 12px; background: rgba(49,46,45,.1); border-radius: 999px; overflow: hidden; }
.progress .bar span { display: block; height: 100%; background: var(--pink); border-radius: 999px; }
.progress .bar span.done { background: var(--green); }
.progress small { color: var(--muted); }

/* Ways in */
.ways { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.way { display: block; text-decoration: none; color: inherit; border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); }
.way img { aspect-ratio: 3/2; object-fit: cover; width: 100%; }
.way div { padding: 18px 20px 22px; }
.way h3 { margin-bottom: 4px; }
.way p { color: var(--muted); font-size: .95rem; margin: 0; }
@media (max-width: 800px) { .ways { grid-template-columns: 1fr; } }

/* Monthly programme card */
.squad { background: var(--magenta); color: var(--white); border-radius: var(--radius); padding: 36px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: center; }
.squad h2, .squad h3 { color: var(--white); }
.squad ul { margin: 0 0 16px; }
@media (max-width: 800px) { .squad { grid-template-columns: 1fr; } }

/* Trust strip */
.trust { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; justify-content: center; opacity: .8; }
.trust img { height: 40px; width: auto; filter: grayscale(1); }
.trust .invert { background: var(--charcoal); padding: 6px 8px; border-radius: 6px; }

/* Press */
.press-strip { text-align: center; font-size: .95rem; color: var(--muted); margin: 0 0 8px; }
.press-strip span { font-weight: 700; color: var(--charcoal); margin-right: 6px; }
.press-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; max-width: 760px; }
.press-list li { border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.press-list .outlet { font-weight: 700; color: var(--magenta); }
.press-list time { color: var(--muted); font-size: .9rem; margin-left: 8px; }
.press-list a { font-family: 'Archivo Black', sans-serif; font-size: 1.15rem; text-decoration: none; color: var(--charcoal); }
.press-list a:hover { text-decoration: underline; }
