/* calloween.org
   THESIS: a get-out-the-vote pep rally in print, carried by real photography.
   Refuses the nonprofit template (hero + icon cards + testimonial row).
   OWN-WORLD: white poster stock; navy #041742 ink and bands; red #B60F19
   fields like the event tablecloths; orange #E85D2A is ONLY ever an action.
   Anton display caps like the wordmark; Barlow for everything read.
   STORY: a parent lands, sees real students doing the work and one orange
   action; teachers, volunteers, sponsors each get a photo door to their page.
   FIRST VIEWPORT: full-bleed registration-table photo, navy scrim from the
   bottom, red+white wordmark, "No tricks. Just calls.", orange CTA.
   FORM: brief-pinned (palette, reference site, wordmarks supplied); band
   rhythm white/photo/navy/red, never two colored bands adjacent. */

:root {
  --paper:  #FFFFFF;
  --navy:   #041742;
  --red:    #B60F19;
  --orange: #E85D2A;
  --orange-press: #C74A1C;
  --line:   #E9E4DA;
  --ink-2:  #4A5573;          /* secondary text on white, navy-derived */
  --on-navy-2: #B7C0DC;       /* secondary text on navy */
  --shell:  72rem;
  --disp: "Anton", "Arial Narrow", sans-serif;
  --cond: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Barlow", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--navy);
  background: var(--paper);
}

img { max-width: 100%; height: auto; display: block; }

.shell { max-width: var(--shell); margin: 0 auto; padding: 0 1.5rem; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--navy); color: #fff; padding: .75rem 1.25rem; font-weight: 700;
}
.skip:focus { left: 0; }

:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

/* ------------------------------------------------------------------ type */

.display {
  font-family: var(--disp);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -.01em;
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  line-height: 1.04;
  text-wrap: balance;
  margin: .35rem 0 1.1rem;
}
.display--light { color: #fff; }

.kicker {
  font-family: var(--cond);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 1rem;
  color: var(--red);
}
.kicker--light { color: #F4B9AC; }

p + p { margin-top: .9rem; }

.text-link { color: var(--red); font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.text-link:hover { color: var(--orange); }

/* Brush underline: the flyer's stroke, behind the words. */
.u-brush {
  background: url("/assets/brand/brush-red.png") no-repeat center 88% / 100% .38em;
  padding-bottom: .12em;
}
.u-brush--orange { background-image: url("/assets/brand/brush-orange.png"); }

/* --------------------------------------------------------------- buttons */

.btn {
  display: inline-block;
  font-family: var(--cond);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 1.05rem;
  color: #fff;
  background: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 4px;
  padding: .8rem 1.6rem;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .15s ease-out, border-color .15s ease-out;
}
.btn:hover { background: var(--orange-press); border-color: var(--orange-press); }
.btn--lg { font-size: 1.15rem; padding: .95rem 2rem; }
.btn--small { font-size: .95rem; padding: .5rem 1.1rem; }
.btn--full { width: 100%; }
.btn--ghost { background: transparent; color: #fff; border-color: #fff; }
.btn--ghost:hover { background: rgba(255, 255, 255, .14); border-color: #fff; }
.btn--white { background: #fff; border-color: #fff; color: var(--navy); }
.btn--white:hover { background: #E7EBF7; border-color: #E7EBF7; color: var(--navy); }

/* ---------------------------------------------------------------- header */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy);
}
.site-header .shell {
  display: flex; align-items: center; gap: 1.5rem;
  min-height: 4.25rem;
}
.wordmark img { width: clamp(150px, 16vw, 200px); height: auto; }
.site-nav { display: flex; gap: 1.4rem; margin-left: auto; }
.site-nav a {
  font-family: var(--cond);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.02rem;
  color: #fff;
  text-decoration: none;
  padding: .35rem 0;
  border-bottom: 3px solid transparent;
}
.site-nav a:hover { border-bottom-color: var(--orange); }
.site-nav a[aria-current="page"] { border-bottom-color: var(--orange); }

@media (max-width: 46rem) {
  .site-nav { display: none; }
  .site-header .shell { justify-content: space-between; }
}

/* ------------------------------------------------------------------ hero */

.hero { position: relative; min-height: min(92vh, 54rem); display: flex; align-items: flex-end; overflow: hidden; }
.hero--event { align-items: center; background: var(--navy); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 23, 66, .93) 0%, rgba(4, 23, 66, .55) 45%, rgba(4, 23, 66, .18) 100%);
}
.hero--event .hero-scrim {
  background: radial-gradient(ellipse at center, rgba(4, 23, 66, .30) 0%, rgba(4, 23, 66, .62) 100%);
}
.hero-content { position: relative; width: 100%; padding-top: 7rem; padding-bottom: 4.5rem; text-shadow: 0 1px 14px rgba(4, 23, 66, .55); }
.hero-content--center {
  text-align: center; padding-top: 5rem; padding-bottom: 5rem;
  display: flex; flex-direction: column; align-items: center;
}
.hero-mark { width: min(34rem, 86%); height: auto; margin: 1rem 0 .5rem; }
.hero-content--center .hero-mark { width: min(40rem, 92%); margin: 1.25rem 0 .75rem; }
.hero-sub--center { margin-left: auto; margin-right: auto; }
.event-info {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: .4rem 0; margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .35);
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  padding: .7rem 0;
  font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  font-size: clamp(1rem, 1.8vw, 1.25rem); color: #fff;
}
.event-info span { padding: 0 1.1rem; }
.event-info span + span { border-left: 1px solid rgba(255, 255, 255, .35); }

/* Mobile: everything in the hero fits one screen. */
@media (max-width: 46rem) {
  .hide-m { display: none !important; }
  .hero--event { min-height: calc(100svh - 4.25rem); align-items: flex-start; }
  .hero-content--center { padding-top: 1.1rem; padding-bottom: 2rem; }
  .hero-seals { gap: .7rem; margin-bottom: .35rem; }
  .hero-seal { width: 3.4rem; }
  .hero-content--center .hero-mark { margin: .55rem 0 .35rem; }
  .hero--event .hero-line { font-size: 1.45rem; }
  .hero-np { font-size: .8rem; letter-spacing: .1em; margin-top: .4rem; }
  .event-info {
    margin-top: .85rem; padding: .5rem 0;
    font-size: .95rem; letter-spacing: .06em;
    gap: .15rem .5rem;
  }
  .event-info span { padding: 0 .5rem; }
  .event-info span + span { border-left: 0; }
  .event-info span + span::before { content: "\00B7"; margin-right: .8rem; color: rgba(255, 255, 255, .6); }
  .hero-content--center .hero-ctas { margin-top: .9rem; }
  .countdown { margin-top: 1rem; gap: 1.3rem; }
  .cd-num { font-size: 1.7rem; }
  .cd-label { font-size: .72rem; }
  .cd-cell + .cd-cell::before { left: -.85rem; font-size: 1.4rem; }
}
.hero-np {
  font-family: var(--cond); font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; font-size: clamp(.85rem, 1.5vw, 1.05rem);
  color: #F4B9AC; margin-top: .55rem;
}
.hero-org { margin-top: 2rem; font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .07em; font-size: .95rem; color: var(--on-navy-2); }

.countdown { display: flex; justify-content: center; gap: 1.6rem; margin-top: 1.4rem; }
.cd-cell { display: flex; flex-direction: column; align-items: center; min-width: 3.2rem; }
.cd-num { font-family: var(--disp); font-weight: 400; font-size: 2.1rem; line-height: 1; color: #fff; font-variant-numeric: tabular-nums; }
.cd-label { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; color: var(--on-navy-2); margin-top: .3rem; }
.cd-cell + .cd-cell { position: relative; }
.cd-cell + .cd-cell::before { content: ":"; position: absolute; left: -1rem; top: .05rem; font-family: var(--disp); font-size: 1.7rem; color: rgba(255, 255, 255, .5); }
.hero-seals { display: flex; gap: 1rem; align-items: center; justify-content: center; margin-bottom: .8rem; }
.hero-seal { width: clamp(4.5rem, 8vw, 6.5rem); height: auto; filter: drop-shadow(0 4px 14px rgba(2, 8, 28, .5)); }
.foot-seals { display: flex; gap: .8rem; align-items: center; margin-bottom: 1rem; }
.foot-seal { width: 4.5rem; height: auto; }
.hero-line {
  font-family: var(--disp); font-weight: 400; text-transform: uppercase;
  color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.5rem); line-height: 1.1; letter-spacing: .01em;
}
.hero-sub { color: #E7EBF7; max-width: 38em; margin-top: .9rem; font-size: 1.1rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.hero-ctas--center { justify-content: center; }

@media (prefers-reduced-motion: no-preference) {
  .hero-content { animation: rise .7s cubic-bezier(.16, 1, .3, 1) both; }
  @keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}

/* Sub-page hero */
.subhero { position: relative; display: flex; align-items: flex-end; min-height: min(64vh, 40rem); overflow: hidden; }
.subhero--short { min-height: min(52vh, 32rem); }
.subhero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.subhero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 23, 66, .94) 0%, rgba(4, 23, 66, .5) 55%, rgba(4, 23, 66, .22) 100%);
}
.subhero-content { position: relative; width: 100%; padding-top: 5rem; padding-bottom: 3.5rem; }

/* ----------------------------------------------------------------- bands */

.band { padding: 3.25rem 0; }
.band--red { background: var(--red); color: #fff; }
.band--navy { background: var(--navy); color: #fff; }
.band-goal {
  font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .03em;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem); line-height: 1.3; max-width: 30em;
}
.band-goal strong { font-weight: 700; }
.band-copy { color: var(--on-navy-2); max-width: 44em; margin-top: 1rem; }
.band-link { color: #fff; font-weight: 700; }
.band-link:hover { color: var(--orange); }

/* -------------------------------------------------------------- sections */

.section { padding: 4.5rem 0; }
.section--tight { padding-top: 3.5rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
@media (max-width: 52rem) { .split { grid-template-columns: 1fr; gap: 2.25rem; } }

/* how it works */
.how-grid { display: grid; grid-template-columns: 1.2fr .9fr; gap: 3.5rem; align-items: start; margin-top: 1.5rem; }
@media (max-width: 52rem) { .how-grid { grid-template-columns: 1fr; gap: 2.5rem; } }
.how-step { display: grid; grid-template-columns: 64px 1fr; gap: 1.25rem; align-items: start; }
.how-step + .how-step { margin-top: 2rem; }
.how-step h3 { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 1.3rem; margin-bottom: .3rem; }
.how-step p { color: var(--ink-2); }

.script-card {
  background: #FDFBF7;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 12px 28px -14px rgba(4, 23, 66, .35);
  padding: 2rem 2.1rem 2.2rem;
  transform: rotate(-.6deg);
}
.script-label {
  font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
  color: var(--red); font-size: .95rem; margin-bottom: 1rem;
}
.script-card p { font-size: 1.05rem; line-height: 1.55; margin-top: .7rem; }
.script-card p:first-of-type { margin-top: 0; }
.script-blank {
  display: inline-block; width: 6.5em;
  border-bottom: 2px solid var(--navy);
}

/* rules band */
.rules-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3.5rem; align-items: center; }
@media (max-width: 52rem) { .rules-grid { grid-template-columns: 1fr; } }
.rules-lead { color: var(--on-navy-2); max-width: 40em; }
.rules-list { list-style: none; margin-top: 1.4rem; }
.rules-list li {
  padding: .8rem 0 .8rem 2.1rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-weight: 500;
}
.rules-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .16); }
.rules-list li::before {
  content: "";
  position: absolute; left: 0; top: 1.18rem;
  width: 1.05rem; height: 1.05rem;
  background: var(--orange);
  clip-path: polygon(14% 44%, 0 60%, 40% 100%, 100% 16%, 84% 0%, 39% 68%);
}
.rules-list--dark li { border-color: var(--line); }
.rules-photo img { border-radius: 6px; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; max-height: 34rem; }

/* checklists on navy and white */
.check-list { list-style: none; margin-top: 1.2rem; }
.check-list li {
  padding: .55rem 0 .55rem 1.9rem; position: relative; color: var(--on-navy-2);
}
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .95rem;
  width: .95rem; height: .95rem; background: var(--orange);
  clip-path: polygon(14% 44%, 0 60%, 40% 100%, 100% 16%, 84% 0%, 39% 68%);
}
.check-list--dark li { color: var(--ink-2); }

.num-list { list-style: none; counter-reset: n; margin-top: 1.2rem; }
.num-list li {
  counter-increment: n;
  padding: .7rem 0 .7rem 2.6rem; position: relative;
  border-top: 1px solid var(--line); font-weight: 500;
}
.num-list li:last-child { border-bottom: 1px solid var(--line); }
.num-list li::before {
  content: counter(n);
  position: absolute; left: 0; top: .78rem;
  font-family: var(--disp); font-size: 1.15rem; color: var(--red);
}
.num-list + p { margin-top: 1rem; color: var(--ink-2); }

/* collage: rounded bento grid, one hero tile plus squares */
.collage {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr; gap: 12px;
}
.collage img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 16px; aspect-ratio: 1;
}
.collage .span2 { grid-column: span 2; grid-row: span 2; }
@media (max-width: 46rem) {
  .collage { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .collage img { border-radius: 12px; }
}
.gallery-caption {
  font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .05em;
  color: var(--ink-2); font-size: .95rem; padding-top: 1rem;
}

/* audience doors */
.doors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 1.75rem; }
@media (max-width: 52rem) { .doors { grid-template-columns: 1fr; } }
.door {
  position: relative; display: block; overflow: hidden; border-radius: 6px;
  min-height: 26rem; text-decoration: none;
}
.door img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}
.door:hover img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { .door:hover img { transform: none; } }
.door-face {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 23, 66, .95) 0%, rgba(4, 23, 66, .45) 55%, rgba(4, 23, 66, .12) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.75rem;
}
.door-title {
  font-family: var(--disp); text-transform: uppercase; color: #fff;
  font-size: 1.7rem; line-height: 1.1;
}
.door-sub { color: #D4DAEC; margin-top: .6rem; font-size: .98rem; line-height: 1.5; }
.door-go {
  font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  color: var(--orange); margin-top: 1rem; font-size: 1.02rem;
}
.door:hover .door-go { text-decoration: underline; text-underline-offset: 3px; }

/* who we are */
.who-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3.5rem; align-items: center; }
@media (max-width: 52rem) {
  .who-grid { grid-template-columns: 1fr; }
  .who-grid .who-photo { order: 2; }
}
.who-photo img { border-radius: 12px; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; max-height: 34rem; }
.who-photo figcaption { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .85rem; color: var(--ink-2); margin-top: .5rem; }
.who-copy p { max-width: 36em; }
.who-copy p + p { margin-top: 1rem; }
.who-news { margin-top: 1.5rem; max-width: 26rem; }
.who-news img { border-radius: 12px; }
.who-news figcaption { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .85rem; color: var(--ink-2); margin-top: .5rem; }

/* the case grid (teachers) */
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 1.5rem; border-top: 1px solid var(--line); }
@media (max-width: 46rem) { .case-grid { grid-template-columns: 1fr; } }
.case-item { padding: 1.75rem 2rem 1.75rem 0; border-bottom: 1px solid var(--line); }
.case-item h3 {
  font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
  font-size: 1.25rem; margin-bottom: .4rem; color: var(--red);
}
.case-item p { color: var(--ink-2); }

/* volunteer teams */
.teams-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 2.5rem; margin-top: 1.5rem; }
@media (max-width: 52rem) { .teams-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 34rem) { .teams-grid { grid-template-columns: 1fr; } }
.team { border-top: 3px solid var(--red); padding-top: .9rem; }
.team h3 { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 1.25rem; }
.team p { color: var(--ink-2); margin-top: .3rem; }

/* sponsorship tiers */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 1.75rem; }
@media (max-width: 52rem) { .tiers { grid-template-columns: 1fr 1fr; } }
@media (max-width: 34rem) { .tiers { grid-template-columns: 1fr; } }
.tier { border: 1px solid rgba(255, 255, 255, .22); border-radius: 6px; padding: 1.4rem 1.5rem; }
.tier h3 { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: 1.1rem; color: var(--on-navy-2); }
.tier-amt { font-family: var(--disp); font-size: 1.9rem; color: #fff; margin: .2rem 0; }
.tier p:last-child { color: var(--on-navy-2); font-size: .95rem; }

/* donate */
.give-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
@media (max-width: 52rem) { .give-grid { grid-template-columns: 1fr; } }
.give-embed iframe { border: 1px solid var(--line); border-radius: 6px; }
.give-alt { margin-top: .7rem; font-size: .95rem; }

/* --------------------------------------------------------------- sign-up */

.signup { background: #F7F5F0; }
.signup-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3.5rem; align-items: start; }
@media (max-width: 52rem) { .signup-grid { grid-template-columns: 1fr; } }
.signup-intro p { max-width: 32em; }
.signup-pumpkin { width: min(15rem, 55%); margin-top: 2rem; border-radius: 6px; }
.signup-photo { margin-top: 2rem; border-radius: 6px; }

.form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 30px -18px rgba(4, 23, 66, .3);
  padding: 2rem;
}
.hp { position: absolute; left: -9999px; }

.field { margin-bottom: 1.2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field-row .field--slim { max-width: 12rem; }
@media (max-width: 34rem) { .field-row { grid-template-columns: 1fr; gap: 0; } }

.field label, .field legend {
  display: block;
  font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .05em;
  font-size: .95rem; margin-bottom: .35rem;
}
.opt { color: var(--ink-2); text-transform: none; letter-spacing: 0; font-family: var(--body); font-weight: 400; }

.field input[type="text"], .field input[type="email"], .field input[type="tel"],
.field select, .field textarea {
  width: 100%;
  font: inherit;
  color: var(--navy);
  background: #fff;
  border: 1.5px solid #C9CEDD;
  border-radius: 4px;
  padding: .65rem .8rem;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid var(--orange); outline-offset: 1px; border-color: var(--orange);
}
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--red); }
.field-error { color: var(--red); font-weight: 500; font-size: .95rem; margin-top: .35rem; }

fieldset.field { border: 0; }
.seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
@media (max-width: 34rem) { .seg { grid-template-columns: 1fr; } }
.seg-opt { position: relative; display: block; cursor: pointer; }
.seg-opt input { position: absolute; opacity: 0; }
.seg-opt span {
  display: block; height: 100%;
  border: 1.5px solid #C9CEDD; border-radius: 4px;
  padding: .6rem .7rem; font-weight: 700; font-size: .95rem; line-height: 1.3;
  text-align: center;
}
.seg-opt small { font-weight: 400; color: var(--ink-2); }
.seg-opt input:checked + span { border-color: var(--navy); background: var(--navy); color: #fff; }
.seg-opt input:checked + span small { color: var(--on-navy-2); }
.seg-opt input:focus-visible + span { outline: 2px solid var(--orange); outline-offset: 2px; }

.form-note { color: var(--ink-2); font-size: .92rem; margin-top: .9rem; line-height: 1.5; }
.students { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: .7rem; }
.student-row input { width: 6.5rem; font: inherit; color: var(--navy); background: #fff; border: 1.5px solid #C9CEDD; border-radius: 4px; padding: .55rem .7rem; }
.student-row input:focus { outline: 2px solid var(--orange); outline-offset: 1px; border-color: var(--orange); }
.student-label { display: block; font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .8rem; margin-bottom: .25rem; }
.add-student { margin-bottom: .4rem; }

[data-show-role] { display: none; }

/* donate / shirt section */
.split--center { align-items: center; }
.shirt-photo img { border-radius: 16px; width: 100%; }
@media (max-width: 52rem) { .donate-home .shirt-photo { order: 2; } }
.donate-home p { max-width: 36em; }
.donate-home .hero-ctas { margin-top: 1.5rem; }

/* signup CTA panel (home + teachers) and the standalone signup page */
.signup-cta { display: grid; grid-template-columns: auto 1fr; gap: 3rem; align-items: center; }
@media (max-width: 46rem) { .signup-cta { grid-template-columns: 1fr; gap: 1.5rem; } }
.signup-cta p { max-width: 38em; }
.signup-cta .hero-ctas { margin-top: 1.5rem; }
.signup-pumpkin--cta { width: 13rem; margin-top: 0; border-radius: 16px; }
@media (max-width: 46rem) { .signup-pumpkin--cta { width: 9rem; } }
.btn--ghost-dark { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--ghost-dark:hover { background: rgba(4, 23, 66, .08); border-color: var(--navy); }
.signup--page { padding-top: 2.5rem; position: relative; }
/* Mobile only: the pumpkin tucks into the top-right corner so the title and
   form lead the screen. Desktop keeps it in the intro column. */
.signup-corner-pumpkin { display: none; }
@media (max-width: 46rem) {
  .signup-corner-pumpkin {
    display: block; position: absolute; top: 1rem; right: 1rem;
    width: 4.6rem; height: auto;
  }
  .signup--page { padding-top: 1.75rem; }
}

/* organizer page: tight rhythm so the next section peeks above the fold */
.organizers-intro { padding-top: 2.25rem; padding-bottom: 1.25rem; }
.organizers-intro + .section--tight { padding-top: 1.25rem; padding-bottom: 3rem; }
.hero-seals--dark { justify-content: flex-start; margin-bottom: 1rem; }
.hero-seals--dark .hero-seal { filter: none; width: 4.5rem; }
.org-lead { max-width: 44em; }
.org-perks { list-style: none; margin-top: 1.2rem; }
.org-perks li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; align-items: start; padding: .7rem 0; }
.org-perks span { color: var(--ink-2); }
.org-perks b { color: var(--navy); }

/* the party line */
.np-line {
  font-family: var(--cond); font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; font-size: 1.15rem; color: var(--navy);
  margin-top: 1.1rem;
}
.np-line--light { color: #fff; margin-top: .2rem; margin-bottom: .9rem; }
.np-video {
  font-family: var(--cond); font-weight: 600; text-transform: uppercase;
  letter-spacing: .14em; font-size: .95rem; color: #E7EBF7; margin-top: 1.1rem;
}

/* --------------------------------------------------------------- welcome */

.welcome { padding: 5.5rem 0; }
.welcome-inner { max-width: 38rem; text-align: center; }
.welcome-inner p { margin-top: 1rem; }
.welcome-pumpkin { width: 9rem; margin: 0 auto 1.5rem; border-radius: 6px; }
.welcome-share { font-weight: 500; }
.welcome-when { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .95rem; color: var(--ink-2); margin-top: 1rem; }
.welcome .hero-ctas { margin-top: 1.75rem; }

/* ------------------------------------------------------------ video band */

.band--video { position: relative; padding: 6.5rem 0; overflow: hidden; background: var(--navy); }
.band-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band-video-scrim { position: absolute; inset: 0; background: rgba(4, 23, 66, .45); }
.band-video-content { position: relative; text-align: center; }
.date-line {
  font-family: var(--disp); text-transform: uppercase; color: #fff;
  font-size: clamp(2rem, 5.4vw, 4.2rem); line-height: 1.05; margin-top: .5rem;
}
.date-site {
  font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .18em;
  color: var(--orange); font-size: clamp(1.05rem, 2vw, 1.4rem); margin-top: .8rem;
}

/* ---------------------------------------------------------------- footer */

.site-footer { background: var(--navy); color: var(--on-navy-2); padding: 3.5rem 0 2.5rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
@media (max-width: 52rem) { .foot-grid { grid-template-columns: 1fr; } }
.foot-mark { width: min(16rem, 70%); }
.foot-tag { margin-top: 1rem; max-width: 26em; }
.foot-hash { margin-top: .8rem; font-family: var(--cond); font-weight: 600; letter-spacing: .04em; color: #F4B9AC; display: flex; flex-wrap: wrap; gap: .3rem 1rem; }
.foot-col h2 {
  font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
  font-size: 1rem; color: #fff; margin-bottom: .8rem;
}
.foot-col a { display: block; color: var(--on-navy-2); text-decoration: none; padding: .22rem 0; }
.foot-col a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.foot-col p { margin-top: .6rem; font-size: .95rem; }
.foot-org { border-top: 1px solid rgba(255, 255, 255, .16); margin-top: 2.5rem; padding-top: 1.5rem; font-size: .92rem; }
.foot-org p + p { margin-top: .4rem; }
.foot-org a { color: #fff; }
