:root {
  --pink: #f4b7bc;
  --pink-bright: #ff9eaa;
  --black: #101010;
  --paper: #fffdfb;
  --muted: #6a6464;
  --line: #d8d1cf;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 88px;
  padding: .75rem max(1.25rem, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(255,253,251,.94);
  border-bottom: 1px solid rgba(16,16,16,.16);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; font: 700 .78rem/1.05 "Syne", sans-serif; text-transform: uppercase; letter-spacing: .02em; }
.brand img { width: 60px; aspect-ratio: 1.1; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.25rem); }
nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
nav a:not(.nav-contact):hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .35rem; }
.nav-contact { background: var(--black); color: #fff; padding: .75rem 1.15rem; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: var(--black); color: #fff; padding: .65rem 1rem; border-radius: 999px; font: 600 .88rem "DM Sans", sans-serif; }

.hero {
  min-height: calc(100svh - 88px);
  padding: clamp(3.5rem, 8vw, 8rem) max(1.25rem, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  position: relative;
  background: var(--pink);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(16,16,16,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(16,16,16,.2) 1px, transparent 1px); background-size: 56px 56px; }
.hero-copy, .hero-mark, .hero-note { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1.25rem; font-size: .77rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Syne", sans-serif; line-height: .98; letter-spacing: -.045em; }
h1 { margin: 0; max-width: 800px; font-size: clamp(3.3rem, 7.5vw, 7.4rem); }
.hero-lead { max-width: 720px; margin: 2rem 0 0; font-size: clamp(1.1rem, 1.9vw, 1.45rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.25rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.25rem; border: 2px solid var(--black); border-radius: 999px; text-decoration: none; font-weight: 700; }
.button-dark { color: #fff; background: var(--black); }
.button-light { background: rgba(255,255,255,.75); }
.button:hover { transform: translateY(-2px); }
.hero-mark { display: grid; place-items: center; min-height: 480px; }
.hero-mark .hero-cow { width: min(46vw, 650px); position: relative; z-index: 2; transform: rotate(-2deg) translateX(-1%); filter: drop-shadow(14px 16px 0 rgba(255,255,255,.38)); }
.orbit { position: absolute; border: 2px solid var(--black); border-radius: 50%; }
.orbit-a { width: 110%; aspect-ratio: 1; transform: rotate(18deg) scaleY(.42); }
.orbit-b { width: 92%; aspect-ratio: 1; transform: rotate(-34deg) scaleY(.35); }
.hero-note { position: absolute; right: max(1.25rem, calc((100vw - var(--max)) / 2)); bottom: 1.5rem; margin: 0; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.section { max-width: var(--max); margin-inline: auto; padding: clamp(5rem, 10vw, 9rem) 1.25rem; }
.section-number { font: 700 .78rem "Syne", sans-serif; margin-bottom: 2rem; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; align-items: start; }
.section-heading .eyebrow { padding-top: .5rem; }
h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5.2rem); }
h3 { margin: 0; font-size: clamp(1.5rem, 2.2vw, 2.25rem); }
.intro-copy { max-width: 820px; margin: 4rem 0 0 auto; font-size: clamp(1.12rem, 1.7vw, 1.35rem); }
.intro-copy p { margin: 0 0 1.25rem; }

.manifesto-strip { display: flex; gap: 2rem; align-items: center; width: max-content; padding: 1rem 0; background: var(--black); color: var(--pink); transform: rotate(-1.4deg) translateX(-2rem); }
.manifesto-strip p { margin: 0; font: 700 clamp(1.3rem, 3vw, 3rem)/1 "Syne", sans-serif; text-transform: uppercase; white-space: nowrap; }

.actions { max-width: none; background: var(--black); color: #fff; padding-inline: max(1.25rem, calc((100vw - var(--max)) / 2)); }
.actions-heading { max-width: var(--max); }
.actions-heading > p:last-child { grid-column: 2; max-width: 600px; color: #c9c4c2; font-size: 1.08rem; }
.timeline { margin-top: clamp(3rem, 7vw, 7rem); border-top: 1px solid #484545; }
.timeline-item { display: grid; grid-template-columns: minmax(150px, .5fr) 2fr; gap: 2rem; padding: clamp(2rem, 4vw, 3.5rem) 0; border-bottom: 1px solid #484545; }
.timeline-date { color: var(--pink); font: 700 .84rem "Syne", sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.timeline-body { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.45fr); gap: clamp(1.5rem, 4vw, 4rem); }
.timeline-body p { margin: 0; color: #d8d4d2; font-size: 1.03rem; }
.timeline-item.featured { margin-inline: -1.25rem; padding-inline: 1.25rem; background: var(--pink); color: var(--black); border-bottom: 0; }
.timeline-item.featured .timeline-date { color: var(--black); }
.timeline-item.featured .timeline-body p { color: #2f2929; }

.goals { padding-bottom: 6rem; }
.goals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 5rem; background: var(--line); border: 1px solid var(--line); }
.goals-grid article { padding: clamp(1.5rem, 3vw, 3rem); background: var(--paper); }
.goals-grid article > span { display: block; margin-bottom: 5rem; font: 700 .8rem "Syne", sans-serif; }
.goals-grid h3 { margin-bottom: 1.2rem; }
.goals-grid p { margin: 0; color: var(--muted); }
blockquote { margin: clamp(5rem, 9vw, 9rem) 0 0; max-width: 1050px; font: 700 clamp(2.2rem, 5vw, 5rem)/1.05 "Syne", sans-serif; letter-spacing: -.04em; }
blockquote::before { content: "“"; color: var(--pink-bright); }

.support { max-width: none; padding-inline: max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--pink); }
.support-intro { display: grid; grid-template-columns: .45fr 1.55fr; column-gap: 2rem; }
.support-intro .section-number { grid-row: 1 / 4; }
.support-intro .eyebrow { margin-bottom: 1.5rem; }
.support-intro > p:last-child { max-width: 590px; font-size: 1.15rem; }
.donation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 4rem; background: var(--black); border: 1px solid var(--black); }
.donation-card { min-height: 350px; padding: 1.6rem; display: flex; flex-direction: column; background: var(--paper); text-decoration: none; transition: background .2s, color .2s; }
.donation-card:hover, .donation-card:focus-visible { background: var(--black); color: #fff; }
.donation-card.monthly { background: var(--black); color: #fff; }
.donation-card.monthly:hover { background: #332f2f; }
.donation-card .amount { font: 700 clamp(2.1rem, 3vw, 3.3rem) "Syne", sans-serif; margin-bottom: 1.5rem; }
.donation-card > span:nth-child(2) { font-size: 1.05rem; }
.donation-card strong { margin-top: auto; font-size: .92rem; }
.paypal-note { margin: 1rem 0 0; font-size: .82rem; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
.contact-links { border-top: 1px solid var(--black); }
.contact-links a { display: flex; justify-content: space-between; padding: 1.3rem 0; border-bottom: 1px solid var(--black); font: 700 clamp(1.2rem, 2vw, 1.8rem) "Syne", sans-serif; text-decoration: none; }
.contact-links a:hover { color: #b63d4e; }

footer { min-height: 280px; padding: 3rem max(1.25rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: auto 1fr auto auto; gap: 2rem; align-items: end; background: var(--black); color: #fff; }
.footer-logo img { width: 104px; filter: grayscale(1) invert(1); mix-blend-mode: screen; }
footer p { margin: 0; }
footer a { text-underline-offset: .3rem; }
.back-top { justify-self: end; }

@media (max-width: 900px) {
  .site-header { min-height: 74px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1.25rem; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--black); }
  nav.open { display: flex; }
  nav a { padding: .6rem 0; font-size: 1.05rem; }
  .nav-contact { text-align: center; padding: .9rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; padding-bottom: 5rem; }
  .hero-mark { min-height: 320px; order: -1; }
  .hero-mark .hero-cow { width: min(88vw, 540px); transform: rotate(-2deg); }
  .hero-note { display: none; }
  .section-heading, .support-intro { grid-template-columns: 1fr; }
  .support-intro .section-number { grid-row: auto; }
  .section-heading .eyebrow { padding-top: 0; }
  .actions-heading > p:last-child { grid-column: auto; }
  .timeline-body { grid-template-columns: 1fr; gap: 1rem; }
  .goals-grid { grid-template-columns: 1fr; }
  .goals-grid article > span { margin-bottom: 2.5rem; }
  .donation-grid { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: auto 1fr; }
  .footer-mail, .back-top { justify-self: start; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .brand span { display: none; }
  .hero { padding-top: 2.2rem; }
  .hero-mark { min-height: 260px; }
  .hero-mark .hero-cow { width: min(96vw, 470px); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .timeline-item { grid-template-columns: 1fr; gap: 1rem; }
  .donation-grid { grid-template-columns: 1fr; }
  .donation-card { min-height: 270px; }
  footer { grid-template-columns: 1fr; align-items: start; }
}

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