/*
  Civic Advocacy Ledger — Women for Progress PAC recovery.
  Editorial plum-and-gold system with asymmetric information bands and authentic PAC assets.
*/
:root {
  --plum: #4b1248;
  --plum-deep: #270b2d;
  --plum-soft: #6d2b69;
  --gold: #d4a72c;
  --gold-light: #f1d782;
  --ink: #231f26;
  --slate: #5f5962;
  --paper: #fffdf8;
  --ivory: #f6f0e5;
  --line: #ddd2c4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(39, 11, 45, 0.16);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Sans 3", system-ui, sans-serif;
  line-height: 1.62;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); background: var(--white); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
  padding: 10px clamp(20px, 5vw, 72px);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(75, 18, 72, 0.12);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; min-width: 245px; }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 14px 5px 14px 5px; padding: 5px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--plum-deep); font-family: "Libre Baskerville", serif; font-size: 1rem; }
.brand-copy small { margin-top: 6px; color: var(--slate); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.site-nav a { position: relative; text-decoration: none; font-weight: 700; font-size: 0.92rem; }
.site-nav a:not(.nav-action)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right 180ms var(--ease-out); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav .nav-action { background: var(--plum); color: var(--white); padding: 11px 16px; box-shadow: 5px 5px 0 var(--gold); transition: transform 150ms var(--ease-out), box-shadow 150ms var(--ease-out); }
.site-nav .nav-action:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--gold); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--plum-deep); }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr); background: var(--plum-deep); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: clamp(76px, 9vw, 130px) clamp(24px, 7vw, 110px); color: var(--white); }
.hero-copy::before { content: ""; position: absolute; top: 68px; left: 0; width: 54%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.eyebrow, .kicker { margin: 0 0 17px; color: var(--gold-light); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin: 0; font-family: "Libre Baskerville", serif; font-size: clamp(3rem, 6.2vw, 6.25rem); line-height: 0.98; letter-spacing: -0.045em; text-wrap: balance; }
.hero-lead { max-width: 710px; margin: 34px 0 0; color: #ede2ec; font-size: clamp(1.08rem, 1.35vw, 1.32rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 19px; border: 1px solid transparent; text-decoration: none; font-weight: 800; transition: transform 150ms var(--ease-out), background 180ms var(--ease-out), color 180ms var(--ease-out); }
.button:active { transform: scale(0.97); }
.button-gold { background: var(--gold); color: var(--plum-deep); }
.button-gold:hover { background: var(--gold-light); }
.button-outline { border-color: rgba(255,255,255,0.45); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--plum-deep); }
.legal-note { margin: 28px 0 0; color: #cdbfce; font-size: 0.88rem; }
.hero-visual { position: relative; min-height: 690px; background: linear-gradient(135deg, #efe6ed 0%, #fffdf8 72%); }
.hero-visual::before { content: ""; position: absolute; inset: 0 0 0 24%; background: linear-gradient(150deg, transparent 0 44%, rgba(212,167,44,0.24) 44.2% 45%, transparent 45.2%); }
.hero-image-frame { position: absolute; inset: 50% clamp(28px, 5vw, 86px) auto clamp(28px, 4vw, 70px); transform: translateY(-60%); background: var(--white); box-shadow: var(--shadow); border: 1px solid rgba(75,18,72,0.16); padding: 16px; }
.hero-image-frame::after { content: ""; position: absolute; width: 56px; height: 56px; right: -18px; bottom: -18px; border-right: 3px solid var(--gold); border-bottom: 3px solid var(--gold); }
.value-ribbon { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(2, 1fr); background: var(--gold); color: var(--plum-deep); }
.value-ribbon span { padding: 14px 18px; border: 1px solid rgba(39,11,45,0.14); font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; }

.action-ledger { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--gold); color: var(--plum-deep); }
.action-ledger article { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 27px clamp(20px, 4vw, 58px); border-right: 1px solid rgba(39,11,45,0.18); }
.action-ledger article > span { font-family: "Libre Baskerville", serif; font-weight: 700; color: rgba(39,11,45,0.5); }
.action-ledger h2 { margin: 0; font-family: "Libre Baskerville", serif; font-size: 1.16rem; }
.action-ledger p { margin: 4px 0 0; font-size: 0.94rem; }

.section { display: grid; grid-template-columns: 150px minmax(0, 0.85fr) minmax(280px, 0.58fr); gap: clamp(32px, 6vw, 90px); padding: clamp(82px, 10vw, 150px) clamp(22px, 7vw, 110px); }
.section-label { color: var(--plum); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); justify-self: center; padding-left: 22px; border-left: 1px solid var(--gold); }
.section h2, .process h2, .support h2, .gallery-preview h2, .contact h2 { margin: 0; font-family: "Libre Baskerville", serif; font-size: clamp(2rem, 4vw, 4.15rem); line-height: 1.12; letter-spacing: -0.035em; text-wrap: balance; }
.section .kicker, .process .kicker, .gallery-preview .kicker, .contact .kicker { color: var(--plum); }
.mission { background: var(--paper); grid-template-columns: 150px minmax(0, 0.74fr) minmax(420px, 1.26fr); grid-template-areas: "label heading copy" "label pillars pillars" "label commitment commitment"; }
.mission .section-label { grid-area: label; }
.section-heading { grid-area: heading; }
.mission-copy { grid-area: copy; font-size: 1.08rem; }
.mission-copy p:first-child { margin-top: 0; }
.mission-copy strong { color: var(--plum); }
.mission-pillars { grid-area: pillars; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 20px; border-top: 5px solid var(--gold); background: var(--ivory); }
.mission-pillars article { min-height: 310px; padding: clamp(24px, 3vw, 38px); border-right: 1px solid var(--line); }
.mission-pillars article:last-child { border-right: 0; }
.mission-pillars span { color: var(--gold); font-family: "Libre Baskerville", serif; font-size: 1.8rem; font-weight: 700; }
.mission-pillars h3 { margin: 48px 0 14px; color: var(--plum-deep); font-family: "Libre Baskerville", serif; font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: 0.04em; text-transform: uppercase; }
.mission-pillars p { margin: 0; color: var(--slate); }
.mission-commitment { grid-area: commitment; display: grid; grid-template-columns: 1fr 0.78fr; gap: clamp(30px, 6vw, 84px); margin-top: 10px; padding: clamp(28px, 4vw, 52px); background: var(--plum-deep); color: var(--white); }
.mission-commitment .kicker { color: var(--gold-light); }
.mission-commitment p { margin-bottom: 0; color: #e8dce8; font-size: 1.06rem; }
.commitment-lines { display: flex; flex-direction: column; justify-content: center; gap: 14px; padding-left: 28px; border-left: 2px solid var(--gold); }
.commitment-lines strong { font-family: "Libre Baskerville", serif; font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.4; }
.commitment-lines span { margin-top: 8px; color: var(--gold-light); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.17em; text-transform: uppercase; }
.commitment-lines em { font-family: "Libre Baskerville", serif; font-size: 1.1rem; }

.endorsements { grid-template-columns: 150px minmax(0, 1fr) minmax(300px, 0.44fr); background: var(--ivory); }
.endorsement-copy { max-width: 780px; }
.endorsement-copy p { font-size: 1.06rem; }
.endorsement-aside { align-self: stretch; background: var(--plum); color: var(--white); padding: clamp(28px, 4vw, 52px); border-top: 8px solid var(--gold); }
.endorsement-aside img { width: 150px; height: 150px; object-fit: contain; background: var(--white); padding: 7px; margin-bottom: 34px; }
.aside-title { margin: 0 0 10px; font-family: "Libre Baskerville", serif; font-size: 1.35rem; font-weight: 700; }
.endorsement-aside a { display: inline-block; margin-top: 16px; color: var(--gold-light); font-weight: 800; }

.process { padding: clamp(82px, 10vw, 150px) clamp(22px, 7vw, 110px); background: var(--plum-deep); color: var(--white); }
.process-intro { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(30px, 5vw, 80px); align-items: end; }
.process-intro .kicker { grid-column: 1; }
.process-intro h2 { grid-column: 1; }
.process-intro > p:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0 0 5px; color: #d7cad8; font-size: 1.09rem; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid rgba(255,255,255,0.18); }
.process-steps article { min-height: 280px; padding: 32px 25px; border-right: 1px solid rgba(255,255,255,0.18); }
.process-steps span { color: var(--gold); font-family: "Libre Baskerville", serif; font-size: 2rem; }
.process-steps h3 { margin: 48px 0 12px; font-family: "Libre Baskerville", serif; font-size: 1.25rem; }
.process-steps p { margin: 0; color: #d7cad8; }
.process blockquote { margin: 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,0.18); color: var(--gold-light); font-family: "Libre Baskerville", serif; font-size: 1rem; }

.support { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(40px, 8vw, 140px); padding: clamp(70px, 8vw, 110px) clamp(22px, 7vw, 110px); background: var(--gold); color: var(--plum-deep); }
.support .kicker { color: var(--plum); }
.support-copy { max-width: 800px; font-size: 1.08rem; }
.support-copy p:first-child { margin-top: 0; }
.support-guardrail { padding-left: 18px; border-left: 4px solid var(--plum); font-weight: 600; }
.support-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 24px; }
.button-light { background: var(--plum-deep); color: var(--white); }
.button-light:hover { background: var(--plum); }
.support-email { color: var(--plum-deep); font-weight: 800; text-underline-offset: 5px; }
.payment-note { display: block; margin-top: 18px; color: rgba(39,11,45,0.78); }

.events { grid-template-columns: 150px minmax(300px, 0.64fr) minmax(420px, 1fr); background: var(--paper); }
.events-heading p { font-size: 1.05rem; }
.program-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 4px solid var(--gold); }
.program-list article { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.program-list article > span { color: var(--plum); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.program-list h3 { margin: 12px 0 8px; font-family: "Libre Baskerville", serif; }
.program-list p { margin: 0; color: var(--slate); }
.event-notice { grid-column: 2 / span 2; margin-top: 14px; padding: 22px 26px; background: var(--ivory); border-left: 5px solid var(--plum); }
.event-notice strong { font-family: "Libre Baskerville", serif; }
.event-notice p { display: inline; margin: 0 16px; }
.event-notice a { color: var(--plum); font-weight: 800; }

.gallery-preview { padding: clamp(80px, 9vw, 130px) clamp(22px, 7vw, 110px); background: var(--ivory); }
.gallery-title { display: grid; grid-template-columns: 0.42fr 1fr; gap: 40px; align-items: end; }
.gallery-title .kicker { margin-bottom: 8px; }
.gallery-stage { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(30px, 6vw, 90px); align-items: center; margin-top: 52px; }
.gallery-stage img { background: var(--white); padding: 14px; box-shadow: var(--shadow); }
.gallery-stage p { font-size: 1.08rem; }
.gallery-stage ul { list-style: none; padding: 0; margin: 28px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.gallery-stage li { padding: 11px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.text-link { color: var(--plum); font-weight: 800; text-underline-offset: 5px; }

.news { grid-template-columns: 150px 0.65fr 1.1fr; background: var(--paper); }
.news-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.news-list article { padding: 30px; border-top: 5px solid var(--plum); background: var(--white); box-shadow: 0 16px 45px rgba(39,11,45,0.09); }
.news-list article > span { color: var(--plum); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.news-list h3 { margin: 20px 0 14px; font-family: "Libre Baskerville", serif; font-size: 1.38rem; }
.news-list p { color: var(--slate); }
.source-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 22px; }
.source-links a { color: var(--plum); font-weight: 800; }

.contact { display: grid; grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 130px); align-items: center; padding: clamp(70px, 8vw, 110px) clamp(22px, 7vw, 110px); background: var(--plum); color: var(--white); }
.contact-mark { background: var(--white); padding: clamp(22px, 4vw, 44px); box-shadow: 12px 12px 0 var(--gold); }
.contact-mark img { width: 100%; max-height: 260px; object-fit: contain; }
.contact-copy { max-width: 850px; }
.contact-copy .kicker { color: var(--gold-light); }
.contact-copy p { color: #eadfeb; font-size: 1.06rem; }
.contact-copy a { display: inline-block; margin-top: 10px; color: var(--gold-light); font-size: clamp(1.05rem, 2vw, 1.5rem); font-weight: 800; }

footer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding: 28px clamp(22px, 7vw, 110px); background: #16081a; color: #cdbfce; font-size: 0.86rem; }
footer p { margin: 0; }
footer strong { color: var(--white); }
footer a { color: var(--gold-light); font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 1120px) {
  .site-nav { position: fixed; inset: 82px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 8px; }
  .site-nav .nav-action { margin-top: 8px; text-align: center; }
  .nav-toggle { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .hero-copy { padding-bottom: 74px; }
  .section { grid-template-columns: 90px 1fr; }
  .section-label { grid-row: 1 / span 3; }
  .mission { grid-template-columns: 90px 1fr; grid-template-areas: "label heading" "label copy" "label pillars" "label commitment"; }
  .mission-pillars { margin-top: 28px; }
  .endorsements { grid-template-columns: 90px 1fr; }
  .endorsement-aside { grid-column: 2; }
  .events { grid-template-columns: 90px 1fr; }
  .program-list { grid-column: 2; }
  .event-notice { grid-column: 2; }
  .news { grid-template-columns: 90px 1fr; }
  .news-list { grid-column: 2; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: 8px 18px; }
  .brand { min-width: 0; }
  .brand-mark { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 0.9rem; }
  .brand-copy small { font-size: 0.57rem; }
  .site-nav { top: 72px; }
  .hero { min-height: 0; }
  .hero-copy { padding: 74px 22px 58px; }
  .hero-copy::before { top: 52px; }
  .hero h1 { font-size: clamp(2.55rem, 14vw, 4.2rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .hero-image-frame { transform: translateY(-66%); padding: 10px; }
  .value-ribbon { grid-template-columns: 1fr 1fr; }
  .value-ribbon span { padding: 10px 12px; font-size: 0.67rem; }
  .action-ledger { grid-template-columns: 1fr; }
  .action-ledger article { border-right: 0; border-bottom: 1px solid rgba(39,11,45,0.18); }
  .section { display: block; padding: 78px 22px; }
  .section-label { writing-mode: horizontal-tb; transform: none; display: inline-block; margin-bottom: 28px; padding: 0 0 7px; border-left: 0; border-bottom: 2px solid var(--gold); }
  .mission-pillars, .endorsement-aside, .program-list, .news-list { margin-top: 34px; }
  .mission-pillars { grid-template-columns: 1fr; }
  .mission-pillars article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .mission-pillars h3 { margin-top: 24px; }
  .mission-commitment { grid-template-columns: 1fr; margin-top: 0; padding: 30px 24px; }
  .commitment-lines { padding: 24px 0 0; border-left: 0; border-top: 2px solid var(--gold); }
  .endorsement-aside { padding: 30px; }
  .process { padding: 78px 22px; }
  .process-intro { display: block; }
  .process-intro > p:last-child { margin-top: 25px; }
  .process-steps { grid-template-columns: 1fr; margin-top: 48px; }
  .process-steps article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
  .process-steps h3 { margin-top: 24px; }
  .support { grid-template-columns: 1fr; padding: 70px 22px; }
  .support-actions { align-items: stretch; }
  .support-actions .button { width: 100%; }
  .events { display: block; }
  .program-list { grid-template-columns: 1fr; }
  .event-notice { margin-top: 18px; }
  .event-notice p { display: block; margin: 8px 0; }
  .gallery-preview { padding: 74px 22px; }
  .gallery-title, .gallery-stage { grid-template-columns: 1fr; }
  .gallery-title { gap: 10px; }
  .gallery-stage { margin-top: 34px; }
  .gallery-stage ul { grid-template-columns: 1fr; }
  .news-list { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; padding: 70px 22px; }
  .contact-mark { max-width: 320px; }
  footer { grid-template-columns: 1fr; padding: 28px 22px; }
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out); }
  [data-reveal].revealed { opacity: 1; transform: translateY(0); }
}
