@charset "UTF-8";
/* ============================================================
   Community Mural Day / Save the Arts — page stylesheet
   ------------------------------------------------------------
   Built from the Next.js source in `community-mural-day-source`:
     1. Geist webfont faces (self-hosted, was Google Fonts)
     2. Tailwind v4 theme + preflight, copied verbatim from the
        production build so rendering matches the original site
     3. app/globals.css, unmodified
   Edit section 3 to restyle the page.
   ============================================================ */

/* ---------- 1. Geist ---------- */
/* cyrillic-ext */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/fonts/geist/geist-ff2310f5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/fonts/geist/geist-875ccdd4.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/fonts/geist/geist-52306abf.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/fonts/geist/geist-001175b1.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/fonts/geist/geist-98bbbccb.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-geist-sans: 'Geist', sans-serif;
}

/* ---------- 2. Tailwind theme + preflight (from production build) ---------- */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace; --spacing: 0.25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button { box-sizing: border-box; margin: 0px; padding: 0px; border: 0px solid; }
  html, :host { line-height: 1.5; text-size-adjust: 100%; tab-size: 4; font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings, normal); font-variation-settings: var(--default-font-variation-settings, normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings, normal); font-variation-settings: var(--default-mono-font-variation-settings, normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea, ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; border-radius: 0px; background-color: transparent; opacity: 1; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
  ::placeholder {
  color: currentcolor;
  @supports (color: color-mix(in lab, red, red)) {
  color: color-mix(in oklab, currentcolor, transparent);
}
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer utilities {
  .visible { visibility: visible; }
  .relative { position: relative; }
  .start { inset-inline-start: var(--spacing); }
  .table { display: table; }
}

/* ---------- 3. app/globals.css ---------- */

:root {
  --navy: #071b39;
  --navy-2: #0b2b53;
  --gold: #eea417;
  --gold-light: #ffd46f;
  --green: #58b52b;
  --green-deep: #247032;
  --sky: #82bfe8;
  --cream: #fffaf0;
  --paper: #fffdf8;
  --ink: #12213a;
  --muted: #5f6978;
  --line: rgba(7, 27, 57, 0.12);
  --shadow: 0 24px 60px rgba(7, 27, 57, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  inset-block-start: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(208, 168, 82, 0.98), rgba(236, 211, 147, 0.98) 46%, rgba(255, 248, 222, 0.99));
  border-bottom: 2px solid rgba(151, 112, 34, 0.58);
  backdrop-filter: blur(14px);
}

.topbarInner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  text-decoration: none;
}

.brand .brandLogos {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.brandLogos img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: saturate(1.12) contrast(1.08);
}

.brandLogos img.kiwanisLogo {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.brand span,
.brand small {
  display: block;
}

.brand strong {
  display: block;
  color: #071b39;
  font-size: 1.03rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand small {
  color: #27435d;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.navLinks {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
}

.navLinks .navButton {
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.navLinks .navVolunteer {
  background: var(--green);
  color: white;
}

.navLinks .navDonate {
  background: var(--navy);
  color: white;
}

.navLinks .navAcademy {
  border-color: var(--navy);
  background: transparent;
  color: var(--navy);
}

.navLinks .navVolunteer:hover {
  background: var(--green-deep);
}

.navLinks .navDonate:hover {
  background: var(--navy-2);
}

.navLinks .navAcademy:hover {
  border-color: var(--navy);
  background: rgba(7, 27, 57, 0.07);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 760px;
  display: grid;
  align-items: center;
  color: white;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(135deg, #06172f 0%, #09284e 62%, #0d3560 100%);
  background-size: 56px 56px, 56px 56px, auto;
}

.heroGlow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.34;
}

.heroGlowOne {
  width: 460px;
  height: 460px;
  right: -180px;
  top: -120px;
  background: radial-gradient(circle, var(--gold), transparent 68%);
}

.heroGlowTwo {
  width: 380px;
  height: 380px;
  left: -200px;
  bottom: -120px;
  background: radial-gradient(circle, var(--green), transparent 70%);
}

.heroLogoWatermark {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 52%;
  width: min(760px, 68vw);
  height: auto;
  opacity: 0.2;
  filter: saturate(1.45) brightness(1.65);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.heroInner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 52px;
  align-items: center;
  padding-block: 92px 112px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.darkKicker {
  color: var(--green-deep);
}

.lightKicker {
  color: var(--gold-light);
}

.hero h1 {
  max-width: 770px;
  margin: 0;
  font-size: clamp(3.35rem, 7vw, 6.75rem);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.hero h1 .taglineLine {
  display: flex;
  align-items: baseline;
  gap: 0.22em;
  margin-top: 12px;
  font-size: clamp(2.25rem, 3.1vw, 3.2rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
  white-space: nowrap;
}

.hero h1 .purposeText {
  color: var(--gold);
}

.hero h1 .futureText {
  color: #7ec53a;
  font-style: normal;
}

.heroLead {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.75;
}

.freeWord {
  color: #8bd748;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.heroActions,
.finalActions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.buttonGold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 14px 34px rgba(238, 164, 23, 0.26);
}

.buttonGold:hover {
  background: var(--gold-light);
}

.heroActions .buttonGold {
  border-radius: 4px;
  background: var(--green);
  color: white;
  box-shadow: 0 14px 34px rgba(87, 159, 34, 0.3);
}

.heroActions .buttonGold:hover {
  background: var(--green-deep);
}

.textLink {
  color: white;
  font-size: 0.9rem;
  font-weight: 750;
  text-underline-offset: 5px;
}

.textLink span {
  display: inline-block;
  margin-left: 6px;
  color: var(--gold);
}

.eventLine {
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  gap: clamp(72px, 12vw, 160px);
  width: min(900px, 100%);
  margin: 4px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.eventLine > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.eventLine svg,
.detailCard > svg {
  width: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.eventLine strong,
.eventLine small {
  display: block;
}

.eventLine strong {
  font-size: 1.05rem;
}

.eventLine small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
}

.heroArt {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
}

.heroCard {
  position: relative;
  z-index: 2;
  width: min(500px, 100%);
  padding: 46px 38px 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px 48px 4px 48px;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  transform: rotate(1.5deg);
}

.cardLabel {
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.heroCard blockquote {
  margin: 24px 0 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.3vw, 2.6rem);
  line-height: 1.18;
}

.heroCard cite {
  display: block;
  margin-top: 14px;
  font-family: var(--font-body), Arial, sans-serif;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signatureLine {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signatureLine svg {
  width: 29px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.paintStroke {
  position: absolute;
  height: 95px;
  border-radius: 45% 8% 48% 10%;
  opacity: 0.8;
  filter: saturate(1.1);
}

.strokeGold {
  width: 415px;
  right: -15px;
  top: 64px;
  background: var(--gold);
  transform: rotate(-12deg);
  clip-path: polygon(0 18%, 92% 0, 100% 20%, 95% 60%, 7% 100%);
}

.strokeGreen {
  width: 360px;
  left: -10px;
  bottom: 70px;
  background: var(--green);
  transform: rotate(15deg);
  clip-path: polygon(5% 5%, 100% 30%, 95% 80%, 0 100%, 8% 58%);
}

.compass {
  position: absolute;
  z-index: -1;
  right: -130px;
  bottom: -165px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.compass::before,
.compass::after {
  content: "";
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(238, 164, 23, 0.12);
  border-radius: 50%;
}

.compass::after {
  inset: 92px;
}

.compass span {
  position: absolute;
  color: rgba(255, 212, 111, 0.25);
  font-size: 0.7rem;
  font-weight: 800;
}

.compass .north { top: 18px; left: 50%; }
.compass .east { right: 18px; top: 50%; }
.compass .south { bottom: 18px; left: 50%; }
.compass .west { left: 18px; top: 50%; }

.needle {
  position: absolute;
  inset: 90px 192px;
  border-radius: 100% 100% 10% 10%;
  background: linear-gradient(var(--gold), rgba(255, 255, 255, 0.04));
  transform: rotate(37deg);
}

.brushEdge {
  position: absolute;
  inset: auto 0 -2px;
  height: 24px;
  background: var(--cream);
  clip-path: polygon(0 48%, 4% 24%, 8% 54%, 14% 20%, 20% 44%, 28% 8%, 38% 40%, 48% 14%, 60% 45%, 70% 10%, 78% 42%, 87% 18%, 94% 54%, 100% 25%, 100% 100%, 0 100%);
}

.partnerBar {
  padding: 28px 0;
  border-bottom: 1px solid rgba(7, 27, 57, 0.1);
  background: var(--paper);
}

.partnerInner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 28px;
}

.partnerIntro {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.partner {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  font-size: 0.78rem;
}

.partner img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.partner img.kiwanisLogo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.partner img.bronxLogo {
  width: 72px;
  height: 46px;
}

.partner img.artsLogo {
  width: 96px;
  height: 44px;
}

.partnerBadge {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.volunteerBadge {
  background: var(--green);
  font-size: 1rem;
}

.snapshotSection,
.detailsSection {
  padding: 118px 0;
}

.snapshotSection {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 212, 111, 0.2), transparent 28%),
    linear-gradient(145deg, #174f2c 0%, #2e7b35 52%, #4d9c3e 100%);
}

.snapshotContent {
  position: relative;
  z-index: 1;
}

.snapshotIntro {
  margin: 0 auto 46px;
  text-align: center;
}

.detailsIntro h2,
.academyCopy h2,
.artistCopy h2,
.finalCta h2 {
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.snapshotKicker {
  margin: 0;
  color: white;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.snapshotKicker strong {
  color: var(--gold-light);
}

.snapshotGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.snapshotCard {
  min-height: 230px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px 34px 5px 34px;
  box-shadow: 0 24px 58px rgba(5, 34, 22, 0.22);
  text-align: center;
}

.snapshotCream {
  color: var(--navy);
  background: rgba(255, 250, 235, 0.94);
}

.snapshotGold {
  color: var(--navy);
  background: linear-gradient(145deg, #f8da81, #dea521);
}

.snapshotNavy {
  color: white;
  background: linear-gradient(145deg, #123f62, var(--navy));
}

.snapshotNumber {
  color: currentColor;
  font-size: clamp(4rem, 7vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.snapshotCard h3 {
  margin: 12px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.snapshotCard > p {
  margin: 8px 0 0;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.45;
}

.preparePanel {
  position: relative;
  margin-top: 34px;
  padding: 32px 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 30px 5px 30px 5px;
  background: rgba(5, 38, 31, 0.36);
  box-shadow: 0 24px 58px rgba(5, 34, 22, 0.18);
  backdrop-filter: blur(8px);
}

.prepareTitle {
  margin: 0 0 22px;
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.prepareGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.prepareCard {
  min-height: 104px;
  padding: 16px 12px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px 18px 4px 18px;
  background: rgba(255, 255, 255, 0.12);
  text-align: center;
}

.prepareCard span {
  font-size: 1.45rem;
  line-height: 1;
}

.prepareCard strong {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vibeRibbon {
  position: relative;
  width: min(900px, calc(100% - 24px));
  margin: 26px auto -4px;
  padding: 14px 24px;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 44px);
  border: 2px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: linear-gradient(90deg, #f5ca59, #ffe8a5, #f1bd3c);
  box-shadow: 0 14px 32px rgba(7, 27, 57, 0.2);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: rotate(-0.7deg);
}

.vibeRibbon::before,
.vibeRibbon::after {
  content: "✦";
  position: absolute;
  top: 50%;
  color: white;
  font-size: 1.15rem;
  transform: translateY(-50%);
}

.vibeRibbon::before { left: -20px; }
.vibeRibbon::after { right: -20px; }

.artistSection,
.academySection {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0;
  color: white;
  background: var(--navy);
}

.artistSection {
  padding-bottom: 0;
}

.artistGrid,
.academyGrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 92px;
  align-items: center;
}

.artistGrid {
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "photo copy"
    "donate empty";
  grid-template-rows: auto auto;
  column-gap: 64px;
  row-gap: 22px;
  align-items: stretch;
}

.artistPhoto {
  grid-area: photo;
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  align-self: start;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(255, 212, 111, 0.72);
  border-radius: 5px 42px 5px 42px;
  background: #06172f;
  box-shadow: 0 34px 74px rgba(0, 0, 0, 0.32);
  transform: rotate(-0.8deg);
}

.artistPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buttonSaveArts {
  grid-area: donate;
  justify-self: center;
  border: 1px solid var(--gold-light);
  color: white;
  background: transparent;
  box-shadow: none;
}

.buttonSaveArts:hover {
  border-color: white;
  color: white;
  background: transparent;
}

.artistVisual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px 70px 4px 70px;
  background: linear-gradient(180deg, #2872a5 0%, #75bce8 52%, #e79c2c 100%);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.26);
}

.artistVisual::after {
  content: "";
  position: absolute;
  inset: auto -10% -12% -10%;
  height: 38%;
  background: linear-gradient(160deg, #184e24 0 42%, #407d26 43% 100%);
  clip-path: polygon(0 43%, 20% 15%, 40% 50%, 58% 9%, 76% 42%, 100% 12%, 100% 100%, 0 100%);
}

.sun {
  position: absolute;
  left: 11%;
  top: 12%;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 22px rgba(255, 212, 111, 0.14), 0 0 0 44px rgba(255, 212, 111, 0.07);
}

.mountain {
  position: absolute;
  bottom: 18%;
  width: 70%;
  height: 48%;
  background: #e8f2f4;
  clip-path: polygon(0 100%, 42% 0, 100% 100%);
}

.mountainOne { left: -12%; }
.mountainTwo {
  right: -15%;
  height: 58%;
  background: #d8e9ec;
}

.path {
  position: absolute;
  z-index: 4;
  left: 43%;
  bottom: -6%;
  width: 26%;
  height: 57%;
  border-radius: 50%;
  border-left: 30px solid var(--gold-light);
  transform: rotate(12deg);
}

.artistVisual > span {
  position: absolute;
  z-index: 6;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(7, 27, 57, 0.75);
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.artistVisual > span:nth-of-type(1) { left: 9%; bottom: 12%; }
.artistVisual > span:nth-of-type(2) { right: 8%; top: 16%; }
.artistVisual > span:nth-of-type(3) { right: 12%; bottom: 8%; }

.star {
  position: absolute;
  color: var(--gold-light);
}

.starOne { right: 17%; top: 12%; }
.starTwo { right: 30%; top: 29%; font-size: 0.7rem; }
.starThree { left: 34%; top: 21%; font-size: 0.8rem; }

.artistCopy h2,
.academyCopy h2 {
  color: white;
}

.artistCopy > p:not(.kicker),
.academyCopy > p:not(.kicker) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
}

.artistCopy > p:not(.kicker) {
  margin-top: 18px;
}

.artistCopy {
  grid-area: copy;
}

.humanPromise {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 4px solid var(--gold);
  border-radius: 0 18px 0 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.humanPromise p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.humanPromise strong {
  display: block;
  margin-top: 7px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.3vw, 1.65rem);
  line-height: 1.25;
}

.artistCopy .humanMantra {
  margin-top: 24px;
  color: var(--gold-light);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0.07em;
}

.artistAcademyButton {
  margin-top: 22px;
}

.socialRibbon {
  position: relative;
  z-index: 1;
  margin-top: 88px;
  color: var(--navy);
  background: linear-gradient(90deg, #d2a84e 0%, #f0d992 48%, #fff3c9 100%);
  border-top: 2px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 -16px 38px rgba(0, 0, 0, 0.16);
}

.socialRibbonInner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.socialRibbonTitle {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.facebookMark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: white;
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
}

.socialRibbonTitle strong,
.socialRibbonTitle small {
  display: block;
}

.socialRibbonTitle strong {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.socialRibbonTitle small {
  margin-top: 3px;
  color: #36516a;
  font-size: 0.78rem;
  font-weight: 700;
}

.socialRibbonLinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1;
}

.socialRibbonLinks a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 8px 8px 16px;
  border: 1px solid rgba(7, 27, 57, 0.28);
  border-radius: 4px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
}

.socialRibbonLinks a strong {
  padding: 8px 13px;
  border-radius: 3px;
  color: white;
  background: #1877f2;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.socialRibbonLinks a:hover {
  border-color: #1877f2;
  background: white;
}

.detailsSection {
  background: var(--paper);
}

.detailsIntro {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 90px;
  align-items: end;
}

.detailsIntro > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 1rem;
}

.detailsCards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 58px;
}

.detailCard {
  min-height: 330px;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 4px 28px 4px 28px;
  background: var(--cream);
}

.detailCard.dateCard {
  border-color: transparent;
  background: var(--navy);
  color: white;
}

.detailCard > svg,
.detailGlyph {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border: 1px solid rgba(7, 27, 57, 0.12);
  border-radius: 14px;
  color: var(--green-deep);
  font-size: 0.88rem;
  font-weight: 900;
}

.detailCard.dateCard > svg {
  padding: 11px;
  border-color: rgba(255, 255, 255, 0.16);
}

.heartGlyph {
  color: #bd4e3d;
}

.detailLabel {
  margin: 0 0 10px;
  color: var(--green-deep);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dateCard .detailLabel {
  color: var(--gold-light);
}

.detailCard h3 {
  margin: 0 0 14px;
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

.detailCard > p:not(.detailLabel) {
  margin: 0 0 11px;
  color: var(--muted);
  font-size: 0.86rem;
}

.dateCard > p:not(.detailLabel) {
  color: rgba(255, 255, 255, 0.67);
}

.detailsCallout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 28px;
  border-left: 5px solid var(--gold);
  background: #f4ebd6;
}

.detailsCallout span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.buttonNavy {
  background: var(--navy);
  color: white;
}

.academySection {
  background:
    radial-gradient(circle at 10% 10%, rgba(87, 159, 34, 0.25), transparent 34%),
    linear-gradient(135deg, var(--navy), #0e3a63);
}

.academyBadge {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 25px rgba(255, 255, 255, 0.025);
  text-align: center;
}

.badgeApa {
  display: block;
  color: white;
  font-size: clamp(4.5rem, 11vw, 8.5rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: underline 8px var(--green);
  text-underline-offset: 12px;
}

.academyBadge > span:last-child {
  margin-top: 32px;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.academyCopy .button {
  margin-top: 34px;
}

.buttonOutline {
  border-color: rgba(255, 255, 255, 0.55);
  color: white;
}

.buttonOutline:hover {
  border-color: white;
  background: white;
  color: var(--navy);
}

.finalCta {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: var(--gold);
  color: var(--navy);
}

.finalCta::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(7, 27, 57, 0.11);
  border-radius: 50%;
  box-shadow: inset 0 0 0 60px rgba(7, 27, 57, 0.03), inset 0 0 0 120px rgba(7, 27, 57, 0.02);
}

.finalCtaInner {
  position: relative;
  z-index: 2;
  max-width: 870px;
  text-align: center;
}

.finalCta .darkKicker {
  color: var(--navy-2);
}

.finalCta h2 {
  margin-inline: auto;
}

.finalCtaInner > p:not(.kicker) {
  max-width: 680px;
  margin: 24px auto 0;
  color: rgba(7, 27, 57, 0.72);
  font-size: 1.05rem;
}

.finalActions {
  justify-content: center;
}

.finalCta .buttonGold {
  background: var(--navy);
  color: white;
  box-shadow: none;
}

.buttonGhost {
  border-color: rgba(7, 27, 57, 0.42);
  color: var(--navy);
}

.buttonGhost:hover {
  background: rgba(255, 255, 255, 0.3);
}

footer {
  padding: 58px 0 48px;
  background: #050f22;
  color: white;
}

.footerInner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: end;
}

.footerBrand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footerBrand img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.footerBrand p {
  max-width: 410px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.83rem;
}

.footerLinks {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.footerLinks a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

.copyright {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.37);
  font-size: 0.71rem;
}

.mobileCta {
  display: none;
}

@media (max-width: 980px) {
  .navLinks {
    gap: 7px;
    font-size: 0.7rem;
  }

  .navLinks .navButton {
    padding: 8px 10px;
  }

  .heroInner,
  .artistGrid,
  .academyGrid {
    grid-template-columns: 1fr;
  }

  .heroInner {
    gap: 38px;
  }

  .heroArt {
    min-height: 400px;
  }

  .artistGrid,
  .academyGrid {
    gap: 54px;
  }

  .artistGrid {
    grid-template-areas:
      "photo"
      "donate"
      "copy";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 28px;
  }

  .artistVisual {
    min-height: 410px;
  }

  .academyBadge {
    width: min(500px, 82vw);
    margin-inline: auto;
  }

  .detailsCards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 28px, 1160px);
  }

  .topbarInner {
    min-height: 72px;
  }

  .brandLogos img {
    width: 46px;
    height: 46px;
  }

  .brandLogos img.kiwanisLogo {
    width: 50px;
    height: 50px;
  }

  .brand strong {
    font-size: 0.84rem;
  }

  .brand small,
  .navLinks {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .heroInner {
    padding-block: 68px 88px;
  }

  .hero h1 {
    font-size: clamp(3rem, 13.5vw, 4.6rem);
  }

  .hero h1 .taglineLine {
    gap: 0.18em;
    font-size: clamp(1.5rem, 6vw, 2.6rem);
  }

  .heroLead {
    font-size: 1rem;
  }

  .eventLine {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 42px;
  }

  .eventLine > div {
    width: min(100%, 300px);
  }

  .heroArt {
    min-height: 340px;
  }

  .heroCard {
    padding: 38px 28px 30px;
  }

  .heroCard blockquote {
    font-size: 1.55rem;
  }

  .strokeGold {
    width: 95%;
  }

  .strokeGreen {
    width: 90%;
  }

  .partnerInner {
    justify-content: flex-start;
    gap: 16px 26px;
  }

  .partnerIntro {
    width: 100%;
  }

  .snapshotSection,
  .detailsSection,
  .artistSection,
  .academySection,
  .finalCta {
    padding: 76px 0;
  }

  .artistSection {
    padding-bottom: 0;
  }

  .socialRibbon {
    margin-top: 64px;
  }

  .socialRibbonInner {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding-block: 28px;
  }

  .socialRibbonLinks {
    display: grid;
    justify-content: stretch;
  }

  .socialRibbonLinks a {
    justify-content: space-between;
  }

  .detailsIntro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .snapshotGrid {
    grid-template-columns: 1fr;
  }

  .prepareGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .preparePanel {
    padding: 26px 18px 24px;
  }

  .vibeRibbon {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px 20px;
    border-radius: 22px;
    font-size: 0.72rem;
  }

  .detailsCards {
    grid-template-columns: 1fr;
  }

  .detailCard {
    min-height: auto;
  }

  .detailsCallout,
  .footerInner {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .detailsCallout {
    flex-direction: column;
  }

  .detailsCallout .button {
    width: 100%;
  }

  .footerLinks {
    justify-content: flex-start;
  }

  .mobileCta {
    position: fixed;
    z-index: 80;
    inset: auto 12px 12px;
    display: block;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobileCta a {
    display: block;
    padding: 14px 20px;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 12px 34px rgba(7, 27, 57, 0.3);
    color: var(--navy);
    font-size: 0.87rem;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
  }

  footer {
    padding-bottom: 94px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}

/* ============================================================
   4. Accessibility fixes (WCAG 2.1 AA)

   Kept in a separate section so section 3 above stays an exact
   copy of the design source's globals.css. Each override notes
   the measured contrast ratio it replaces.
   ============================================================ */

:root {
  --green-aa: #2f7d1f;     /* white on this = 5.15:1 */
  --facebook-aa: #1064c4;  /* white on this = 5.77:1 */
}

/* 1.4.3 Contrast — white on --green (#58b52b) measured 2.61:1,
   well under the 4.5:1 needed for 12-14px text. Affects the
   "Reserve your brush" CTA and the "Volunteer" nav button.
   Hover stays darker than rest, as originally designed. */
.navLinks .navVolunteer,
.heroActions .buttonGold {
  background: var(--green-aa);
}

.navLinks .navVolunteer:hover,
.heroActions .buttonGold:hover {
  background: var(--green-deep);   /* 6.11:1 */
}

/* 2.4.7 Focus Visible — the global gold focus ring sits on gold
   surfaces in the topbar and social ribbon at 1.06:1, i.e. invisible.
   Navy reads clearly on both (7.68:1 and 15.44:1). */
.topbar :focus-visible,
.socialRibbon :focus-visible {
  outline-color: var(--navy);
}

/* 1.4.3 Contrast — #36516a on the ribbon's gold stop was 3.72:1. */
.socialRibbonTitle small {
  color: #1f3346;                  /* 5.83:1 */
}

/* 1.4.3 Contrast — white on Facebook blue #1877f2 was 4.23:1 at 12px. */
.facebookMark,
.socialRibbonLinks a strong {
  background: var(--facebook-aa);
}

/* The Tolkien attribution now sits outside <blockquote> so screen
   readers do not read it as part of the quotation. These two rules
   keep the spacing pixel-identical to before the move, and give
   <cite> the sans-serif the original rule intended — it previously
   inherited Georgia because var(--font-body) was never defined. */
.heroCard blockquote {
  margin-bottom: 0;
}

.heroCard cite {
  margin-bottom: 34px;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  line-height: 1.18;  /* was inherited from <blockquote>; keeps the card the same height */
}

/* ============================================================
   5. Performance

   The mural photo is served as WebP with a JPEG fallback via
   <picture>. The <picture> element becomes the grid item inside
   .artistPhoto, so it has to fill the square itself — otherwise
   the image would shrink to its intrinsic size.
   ============================================================ */

.artistPhoto picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* ============================================================
   6. Volunteer signup form

   Sits between the green "At a Glance" band and the navy
   "More Than a Mural" band, so it uses the cream/paper palette
   to keep the page's light/dark rhythm.
   ============================================================ */

.signupSection {
  position: relative;
  padding: 100px 0;
  background: var(--cream);
  color: var(--ink);
}

.signupInner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

.signupIntro h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.signupLead {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.signupNotice {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  border-radius: 0 14px 0 14px;
  background: #f6ecd7;
  font-size: 0.92rem;
}

/* ---- the form card ---- */
.signupForm,
.signupThanks {
  padding: 34px 32px;
  border: 1px solid var(--line);
  border-radius: 5px 34px 5px 34px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.fieldRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  margin: 0 0 18px;
  border: 0;
  padding: 0;
}

.fieldFull { grid-column: 1 / -1; }
.fieldNarrow { max-width: 190px; }

.field label,
.field legend {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.field label span[aria-hidden],
.field legend span[aria-hidden] { color: #b4471f; }

.field small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="number"],
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(7, 27, 57, 0.22);
  border-radius: 4px 14px 4px 14px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 0.95rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field textarea { resize: vertical; }

.field input:focus,
.field textarea:focus {
  border-color: var(--green-deep);
  box-shadow: 0 0 0 3px rgba(47, 125, 31, 0.16);
  outline: none;
}

.field input:user-invalid,
.field textarea:user-invalid { border-color: #b4471f; }

/* ---- radios + checkbox ---- */
.radioRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
}

.radioRow label,
.checkField label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--ink);
  font-size: 0.93rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.checkField label { align-items: flex-start; }

.radioRow input,
.checkField input {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  accent-color: var(--green-deep);
}

.checkField input { margin-top: 2px; }

/* ---- footer + messages ---- */
.formFooter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 26px;
}

.formNote {
  color: var(--muted);
  font-size: 0.82rem;
}

.formError {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #b4471f;
  border-radius: 0 12px 0 12px;
  background: #fbeceb;
  color: #7d2f18;
  font-size: 0.9rem;
}

/* ---- success state ---- */
.signupThanks {
  text-align: center;
}

.thanksMark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--green-deep);
  color: white;
  font-size: 1.7rem;
}

.signupThanks h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: -0.03em;
}

.signupThanks p {
  margin: 12px auto 26px;
  max-width: 420px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .signupInner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 760px) {
  .signupSection { padding: 72px 0; }

  .signupForm,
  .signupThanks { padding: 26px 20px; }

  .fieldRow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fieldNarrow { max-width: none; }
}

/* ============================================================
   7. Mural donation button + disclosure line

   The button used to be the grid item itself. It is now wrapped
   so a short clarifying line can sit beneath it, so the wrapper
   takes over the "donate" grid area and the button reverts to
   normal flow inside it.
   ============================================================ */

.saveArtsGive {
  grid-area: donate;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 430px;
  text-align: center;
}

.saveArtsGive .buttonSaveArts {
  grid-area: auto;
  justify-self: auto;
}

.giveNote {
  color: rgba(255, 255, 255, 0.7);   /* 8.87:1 on the navy section */
  font-size: 0.78rem;
  line-height: 1.55;
}
