:root {
  --paper: #fff6e6;
  --ink: #191410;
  --tiger: #f7941d;
  --tiger-dark: #d9740a;
  --purple: #7b2d8e;
  --sky: #2aabe2;
  --red: #e63329;
  --green: #7cb342;
  --cream-card: #fffdf7;
  --line: rgba(25, 20, 16, 0.12);
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3 {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.5px;
  margin: 0 0 0.5em 0;
}
.eyebrow {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--tiger-dark);
}
a {
  color: inherit;
}
.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* -------- skip link / focus -------- */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--tiger);
  color: var(--ink);
  padding: 10px 16px;
  z-index: 200;
  font-family: "Space Mono", monospace;
  font-weight: 700;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 3px;
}

/* -------- top nav -------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ink);
  border-bottom: 4px solid var(--tiger);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 28px;
  max-width: 1120px;
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Bungee", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
}
.brand img {
  height: 42px;
  width: auto;
}
.nav-links {
  display: flex;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Space Mono", monospace;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}
.nav-links a:hover {
  opacity: 1;
  border-color: var(--tiger);
}
.nav-cta {
  background: var(--tiger);
  color: var(--ink);
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}
.nav-toggle {
  display: none;
}

/* -------- hero -------- */
.hero {
  background: var(--ink);
  color: #fff;
  padding: 64px 28px 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-banner {
  max-width: 560px;
  margin: 0 auto 28px;
}
.hero-eyebrow {
  color: var(--tiger);
}
.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.1rem);
  max-width: 820px;
  margin: 14px auto 18px;
}
.hero p.lede {
  max-width: 600px;
  margin: 0 auto 34px;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
}
.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid transparent;
  display: inline-block;
  transition: transform 0.15s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: var(--tiger);
  color: var(--ink);
}
.btn-primary:hover {
  background: #fff;
}
.btn-ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.btn-ghost:hover {
  border-color: #fff;
}

/* -------- tiger stripe divider (signature element) -------- */
.stripes {
  display: block;
  width: 100%;
  height: 34px;
}
.stripes-flip {
  transform: scaleY(-1);
}

/* -------- section basics -------- */
section {
  padding: 76px 0;
}
.section-head {
  max-width: 640px;
  margin: 0 auto 44px;
  text-align: center;
}
.section-head h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
}
.section-head p {
  color: rgba(25, 20, 16, 0.72);
  font-size: 1.05rem;
  margin-top: 10px;
}

/* -------- about -------- */
.about {
  background: var(--cream-card);
}
.about-grid {
  display: flex;
  gap: 56px;
  align-items: center;
}
.about-text {
  flex: 1.1;
  min-width: 280px;
}
.about-art {
  flex: 0.9;
  min-width: 240px;
}
.about-art {
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-art img {
  max-width: 260px;
}
.about-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}
.about-text p {
  margin: 0 0 16px;
}
.badge-row {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.badge {
  font-family: "Space Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  background: rgba(25, 20, 16, 0.04);
  color: rgba(25, 20, 16, 0.78);
  padding: 7px 12px;
  border-radius: 3px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--ink);
}

/* -------- programs -------- */
.programs {
  background: var(--paper);
}
.season-tag {
  display: inline-block;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.season-spring {
  background: #fce4c7;
  color: var(--tiger-dark);
}
.season-fall {
  background: #e7d9ec;
  color: var(--purple);
}

.program-grid {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.program-card {
  background: var(--cream-card);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  padding: 34px;
  display: flex;
  gap: 30px;
  align-items: center;
  box-shadow: 8px 8px 0 rgba(25, 20, 16, 0.08);
}
.program-logo {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  border-radius: 14px;
  padding: 18px;
  align-self: stretch;
}
.program-body {
  flex: 1;
  min-width: 0;
}
.program-logo img {
  max-width: 100%;
}

.program-card.has-photos {
  flex-direction: column;
  align-items: stretch;
}
.program-top {
  display: flex;
  gap: 30px;
  align-items: center;
}
.program-photos {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
  padding-top: 26px;
  border-top: 2px dashed rgba(25, 20, 16, 0.15);
}
.program-photos figure {
  flex: 1;
  min-width: 240px;
  margin: 0;
}
.program-photos img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top center;
  border-radius: 14px;
  border: 3px solid var(--ink);
  display: block;
}
.program-photos figcaption {
  font-family: "Space Mono", monospace;
  font-size: 0.74rem;
  color: rgba(25, 20, 16, 0.58);
  margin-top: 8px;
}
.program-body h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.program-body p {
  margin: 0 0 14px;
  color: rgba(25, 20, 16, 0.78);
}
.program-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.chip {
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding: 6px 10px;
  border-radius: 3px;
  border: 1px solid var(--line);
  border-left-width: 3px;
  background: rgba(25, 20, 16, 0.04);
  color: rgba(25, 20, 16, 0.8);
}
.card-spring {
  border-color: var(--ink);
}
.card-spring .program-meta .chip {
  background: rgba(247, 148, 29, 0.1);
  border-color: rgba(247, 148, 29, 0.3);
  border-left-color: var(--tiger);
}
.card-folklorico .program-meta .chip,
.card-glee .program-meta .chip {
  background: rgba(123, 45, 142, 0.08);
  border-color: rgba(123, 45, 142, 0.25);
  border-left-color: var(--purple);
}

/* -------- how it works -------- */
.how {
  background: var(--ink);
  color: #fff;
}
.how .section-head p {
  color: rgba(255, 255, 255, 0.72);
}
.steps {
  display: flex;
  gap: 22px;
  counter-reset: step;
  flex-wrap: wrap;
}
.step {
  flex: 1;
  min-width: 220px;
}
.step {
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 28px 24px;
}
.step-num {
  font-family: "Bungee", sans-serif;
  font-size: 1.7rem;
  color: var(--tiger);
  margin-bottom: 12px;
  display: block;
}
.step h3 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 8px;
}
.step p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  font-size: 0.96rem;
}

/* -------- support -------- */
.support {
  background: var(--cream-card);
}
.support-grid {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.support-card {
  flex: 1;
  min-width: 260px;
}
.support-card {
  border-radius: var(--radius);
  padding: 32px;
  border: 3px solid var(--ink);
}
.support-card.donate {
  background: var(--tiger);
}
.support-card.volunteer {
  background: var(--paper);
}
.support-card h3 {
  font-size: 1.3rem;
}
.support-card p {
  margin: 0 0 20px;
}
.support-card .btn-primary {
  background: var(--ink);
  color: #fff;
}
.support-card .btn-primary:hover {
  background: #000;
}

/* -------- footer -------- */
footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.85);
  padding: 56px 0 30px;
}
.footer-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-grid > div {
  flex: 1;
  min-width: 200px;
}
.footer-grid > div:first-child {
  flex: 1.3;
  min-width: 260px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.footer-brand img {
  height: 44px;
}
.footer-brand span {
  font-family: "Bungee", sans-serif;
  color: #fff;
  font-size: 1.05rem;
}
footer h4 {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: var(--tiger);
  margin: 0 0 14px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li {
  margin-bottom: 10px;
}
footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.78);
}
footer a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  font-family: "Space Mono", monospace;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
}

/* -------- responsive -------- */
@media (max-width: 860px) {
  .nav-links {
    display: none;
  }
  .about-grid {
    flex-direction: column;
  }
  .about-art {
    order: -1;
  }
  .program-card {
    flex-direction: column;
  }
  .program-top {
    flex-direction: column;
  }
  .program-logo {
    padding: 26px 40px;
    flex-basis: auto;
    width: 100%;
  }
  .program-photos img {
    height: 220px;
  }
  .program-photos figure {
    min-width: 160px;
  }
  .steps {
    flex-direction: column;
  }
  .support-grid {
    flex-direction: column;
  }
  .footer-grid {
    flex-direction: column;
    gap: 28px;
  }
}
@media (max-width: 520px) {
  .program-photos {
    flex-direction: column;
  }
  .program-photos figure {
    min-width: 100%;
  }
}

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