.csff {
  /* ---------- IMAGE SLOTS ---------- */
  --csff-img-hero:     url('../images/fallfestfront.png');
  --csff-img-together: url('../images/DogFallFest.jpeg');
  --csff-img-card-1:   url('');   /* schedule / stage */
  --csff-img-card-2:   url('');   /* parade */
  --csff-img-card-3:   url('');   /* craft booths */

  /* ---------- palette ---------- */
  --olive:    #4c5a2e;
  --olive-dk: #3a4523;
  --brick:    #b0442a;
  --brick-dk: #8f3620;
  --cream:    #f8f3e9;
  --cream-2:  #efe6d6;
  --ink:      #2b3018;
  --body:     #55574a;
  --line:     rgba(43,48,24,.16);

  --fallback: linear-gradient(135deg, #d8c9a8 0%, #c9a86f 45%, #a8703c 100%);

  color: var(--body);
  font-family: 'Barlow', system-ui, sans-serif;
  font-size: 1.07rem;
  line-height: 1.75;
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
.csff *, .csff *::before, .csff *::after { box-sizing: border-box; }
.csff p, .csff h1, .csff h2, .csff h3, .csff h4, .csff ul, .csff ol, .csff dl { margin: 0; }
.csff img { max-width: 100%; display: block; }

.csff__wrap { max-width: 1180px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.5rem); }

/* ---------- type ---------- */
.csff__eyebrow {
  font-family: 'Oswald', sans-serif; font-weight: 500;
  font-size: .82rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--brick);
}
.csff h2.csff__h {
  font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase;
  color: var(--ink); line-height: 1.04; letter-spacing: .012em;
  font-size: clamp(1.9rem, 4.2vw, 2.9rem); margin-top: .4rem;
}
.csff h3.csff__h3 {
  font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase;
  color: var(--ink); font-size: 1.02rem; letter-spacing: .07em; line-height: 1.25;
}
.csff__lede { font-size: 1.14rem; line-height: 1.72; margin-top: 1.2rem; max-width: 58ch; }

/* small leaf divider */
.csff__div { display: flex; align-items: center; gap: .7rem; color: var(--brick); margin: 1.6rem 0; max-width: 340px; }
.csff__div::before, .csff__div::after { content: ""; height: 1px; background: currentColor; flex: 1; opacity: .65; }
.csff__div--center { margin-inline: auto; }
.csff__div svg { width: 16px; height: 16px; flex: none; }

/* ---------- buttons ---------- */
.csff__btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: 'Oswald', sans-serif; font-weight: 500;
  font-size: .88rem; letter-spacing: .1em; text-transform: uppercase;
  padding: .85rem 1.6rem; text-decoration: none;
  background: var(--brick); color: #fff; border: 2px solid var(--brick);
  transition: background .15s ease, border-color .15s ease;
}
.csff__btn:hover, .csff__btn:focus-visible { background: var(--brick-dk); border-color: var(--brick-dk); }
.csff__btn--olive { background: var(--olive); border-color: var(--olive); }
.csff__btn--olive:hover, .csff__btn--olive:focus-visible { background: var(--olive-dk); border-color: var(--olive-dk); }
.csff__btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.csff__btn--ghost:hover, .csff__btn--ghost:focus-visible { background: var(--ink); color: var(--cream); }
.csff__btns { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.6rem; }

/* ---------- nav ---------- */
.csff__nav { background: var(--cream); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.csff__navinner { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: .9rem 2.2rem; padding-block: 1.1rem; }
.csff__nav a {
  font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1.02rem;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--olive); text-decoration: none;
  padding: .45rem 0; border-bottom: 3px solid transparent;
}
.csff__nav a:hover, .csff__nav a:focus-visible, .csff__nav a[aria-current] { color: var(--brick); border-bottom-color: var(--brick); }
.csff__nav a.csff__btn { color: #fff; border-bottom: 3px solid var(--brick); padding: .8rem 1.7rem; font-size: .9rem; letter-spacing: .1em; }
.csff__nav a.csff__btn:hover { color: #fff; }

/* nav wordmark */
.csff__logo { margin-right: 1.5rem; padding: 0; border-bottom: 0 !important; flex: none; }
.csff__logo img { width: 200px; height: auto; display: block; }
@media (max-width: 900px) {
  .csff__navinner { justify-content: center; }
  .csff__logo { margin-right: 0; flex-basis: 100%; }
  .csff__logo img { width: 230px; margin-inline: auto; }
}

/* ---------- hero ---------- */
.csff__hero {
  position: relative; background: var(--cream-2);
  background-image: var(--csff-img-hero), var(--fallback);
  background-size: cover; background-position: center 62%;
  min-height: clamp(480px, 66vw, 700px);
  display: flex; align-items: flex-start;
}
.csff__hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(248,243,233,.97) 0%, rgba(248,243,233,.95) 38%, rgba(248,243,233,.80) 52%, rgba(248,243,233,.25) 66%, rgba(248,243,233,0) 78%);
}
@media (max-width: 760px) {
  .csff__hero::before { background: linear-gradient(180deg, rgba(248,243,233,.96) 0%, rgba(248,243,233,.9) 62%, rgba(248,243,233,.55) 100%); }
}
.csff__heroinner > * { max-width: 660px; }
.csff__hero h1 {
  font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase;
  font-size: clamp(2.9rem, 8.5vw, 5.4rem); line-height: .92; color: var(--ink);
  letter-spacing: -.005em; margin-top: .35rem;
}
.csff__hero .csff__eyebrow { font-size: clamp(.9rem, 2vw, 1.05rem); letter-spacing: .2em; color: var(--olive); }
.csff__herosub { font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; font-size: clamp(1rem, 2.4vw, 1.3rem); letter-spacing: .04em; color: var(--ink); }
.csff__herolist { font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; font-size: clamp(.9rem, 2.1vw, 1.1rem); letter-spacing: .09em; color: var(--brick); margin-top: .5rem; }

.csff__datebadge {
  display: inline-flex; align-items: center; gap: 1rem;
  background: var(--olive); color: #fff; padding: 1.25rem 1.9rem; margin-top: 2.4rem;
}
.csff__datebadge svg { width: 30px; height: 30px; flex: none; stroke: #fff; }
.csff__datebadge b { display: block; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: clamp(1.05rem, 2.6vw, 1.35rem); letter-spacing: .05em; text-transform: uppercase; }
.csff__datebadge span { font-size: 1rem; opacity: .9; }

/* ---------- feature icon row ---------- */
.csff__features { padding: clamp(4rem, 8vw, 6rem) 0; background: var(--cream); text-align: center; }
.csff__featgrid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 3rem; }
@media (min-width: 900px) { .csff__featgrid { grid-template-columns: repeat(5, 1fr); } }
.csff__feat { padding: 2rem 1.5rem; border-left: 1px solid var(--line); }
.csff__feat:first-child { border-left: 0; }
@media (max-width: 899px) { .csff__feat:nth-child(odd) { border-left: 0; } }
.csff__feat svg { width: 46px; height: 46px; margin: 0 auto .9rem; stroke: var(--olive); fill: none; stroke-width: 1.5; }
.csff__feat:nth-child(2) svg, .csff__feat:nth-child(4) svg { stroke: var(--brick); }
.csff__feat h3 { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: .85rem; letter-spacing: .08em; color: var(--ink); }
.csff__feat p { font-size: .95rem; margin-top: .45rem; }

/* ---------- split (photo + text) ---------- */
.csff__split { display: grid; grid-template-columns: 1fr; }
@media (min-width: 900px) { .csff__split { grid-template-columns: 1fr 1fr; } }
.csff__splitimg {
  min-height: 300px;
  background-image: var(--csff-img-together), var(--fallback);
  background-size: cover; background-position: center;
}
.csff__splittext { background: var(--cream-2); padding: clamp(3.25rem, 7vw, 5.5rem) clamp(1.75rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }

/* ---------- olive info band ---------- */
.csff__band { background: var(--olive); color: #fff; }
.csff__bandgrid { display: grid; grid-template-columns: 1fr; padding-block: clamp(2.4rem, 5vw, 3.25rem); }
@media (min-width: 780px) { .csff__bandgrid { grid-template-columns: repeat(3, 1fr); } }
.csff__banditem { display: flex; gap: 1.15rem; padding: 1.15rem 0; align-items: flex-start; justify-content: center; }
@media (min-width: 780px) {
  .csff__banditem { padding: .6rem 1.5rem; }
  .csff__banditem + .csff__banditem { border-left: 1px solid rgba(255,255,255,.28); }
}
.csff__banditem svg { width: 34px; height: 34px; flex: none; stroke: #fff; fill: none; stroke-width: 1.4; }
.csff__banditem dt { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: .92rem; letter-spacing: .1em; }
.csff__banditem dd { margin: .25rem 0 0; font-size: 1rem; color: #eef1e4; line-height: 1.45; }

/* light version of the info band */
.csff__bandgrid--light { color: var(--body); }
.csff__bandgrid--light .csff__banditem svg { stroke: var(--olive); }
.csff__bandgrid--light .csff__banditem dt { color: var(--ink); }
.csff__bandgrid--light .csff__banditem dd { color: var(--body); }
.csff__bandgrid--light .csff__banditem + .csff__banditem { border-left-color: var(--line); }

/* ---------- red plan band ---------- */
.csff__planband { background: var(--brick); }
.csff__planbandinner { display: flex; flex-wrap: wrap; gap: 1.5rem 2rem; align-items: center; justify-content: space-between; padding-block: clamp(2rem, 4vw, 2.75rem); }
.csff__planband h2.csff__h { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.2rem); }
.csff__planband p { color: #f6e3dc; margin-top: .4rem; }
.csff__btn--onred { color: #fff; border-color: #fff; background: transparent; }
.csff__btn--onred:hover, .csff__btn--onred:focus-visible { background: #fff; color: var(--brick); border-color: #fff; }

/* ---------- theme / parchment panel ---------- */
.csff__parchment {
  position: relative;
  background-image: url('../images/papercastle.png');
  background-size: cover; background-position: center right;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}
.csff__themegrid { display: grid; gap: clamp(2rem, 4vw, 3rem); grid-template-columns: 1fr; align-items: center; position: relative; z-index: 1; }
@media (min-width: 860px) { .csff__themegrid { grid-template-columns: 300px 1fr; } }
.csff__themeart img { width: 100%; max-width: 300px; border-radius: 50%; margin-inline: auto; }
@media (max-width: 859px) {
  .csff__parchment { background-position: 72% center; }
  .csff__parchment::before { content: ""; position: absolute; inset: 0; background: rgba(244,234,214,.80); }
}

/* ---------- plan your day cards ---------- */
.csff__plan { padding: clamp(4rem, 8vw, 6rem) 0; }
.csff__plangrid { display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 4rem); align-items: start; }
@media (min-width: 940px) { .csff__plangrid { grid-template-columns: .85fr 2fr; } }
.csff__cards { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 620px) { .csff__cards { grid-template-columns: repeat(3, 1fr); } }
.csff__card { text-align: center; text-decoration: none; display: block; color: inherit; }
.csff__cardimg { aspect-ratio: 4/3; background-size: cover; background-position: center; background-image: var(--fallback); }
.csff__card:nth-child(1) .csff__cardimg { background-image: var(--csff-img-card-1), var(--fallback); }
.csff__card:nth-child(2) .csff__cardimg { background-image: var(--csff-img-card-2), var(--fallback); }
.csff__card:nth-child(3) .csff__cardimg { background-image: var(--csff-img-card-3), var(--fallback); }
.csff__card h3 { margin-top: .9rem; }
.csff__card p { font-size: .95rem; margin-top: .35rem; }
.csff__card:hover h3, .csff__card:focus-visible h3 { color: var(--brick); }

/* ---------- sections & schedule ---------- */
.csff__section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.csff__section--alt { background: var(--cream-2); }
.csff__sechead { max-width: 62ch; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.csff__sechead--center { text-align: center; margin-inline: auto; }

.csff__schedule { list-style: none; padding: 0; max-width: 860px; }
.csff__slot { display: grid; grid-template-columns: 120px 1fr; gap: 1.8rem; padding: 1.9rem 0; border-top: 1px solid var(--line); }
.csff__slot:last-child { border-bottom: 1px solid var(--line); }
.csff__slot time { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; color: var(--brick); padding-top: .12rem; line-height: 1.35; }
.csff__slot h3 { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 1.02rem; letter-spacing: .05em; color: var(--ink); }
.csff__slot p { font-size: .98rem; margin-top: .25rem; }
.csff__where { font-size: .88rem; color: var(--olive); font-weight: 600; }

.csff__dayhead {
  font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase;
  font-size: 1.6rem; letter-spacing: .05em; color: var(--ink);
  margin-top: 3.5rem; padding-bottom: .7rem; border-bottom: 3px solid var(--brick);
}
.csff__schedule + .csff__dayhead, .csff__dayhead:first-of-type { margin-top: 0; }
.csff__sponsor { font-size: .86rem; color: #6f7162; margin-top: .4rem; }
.csff__sponsor b { font-weight: 600; color: var(--olive); }

/* expandable events */
.csff__event { min-width: 0; }
.csff__event summary { list-style: none; cursor: pointer; display: block; }
.csff__event summary::-webkit-details-marker { display: none; }
.csff__event summary::marker { content: ""; }
.csff__event summary h3 {
  font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase;
  font-size: 1.02rem; letter-spacing: .05em; color: var(--ink); margin: 0;
}
.csff__event summary .csff__where { display: block; font-size: .88rem; color: var(--olive); font-weight: 600; margin-top: .25rem; }
.csff__event summary:hover h3, .csff__event summary:focus-visible h3 { color: var(--brick); }
.csff__event summary:focus-visible { outline: 3px solid var(--brick); outline-offset: 4px; }

.csff__more {
  display: inline-flex; align-items: center; gap: .45rem; margin-top: .7rem;
  font-family: 'Oswald', sans-serif; font-weight: 600;
  font-size: .78rem; letter-spacing: .09em; text-transform: uppercase;
  color: var(--brick);
  border: 2px solid rgba(176,68,42,.4); padding: .4rem .9rem;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.csff__event summary:hover .csff__more { background: var(--brick); border-color: var(--brick); color: #fff; }
.csff__more::after {
  content: ""; width: 7px; height: 7px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px); transition: transform .18s ease;
}
.csff__event[open] .csff__more::after { transform: rotate(-135deg) translateY(-2px); }
.csff__event[open] .csff__more .csff__more-open { display: inline; }
.csff__event[open] .csff__more .csff__more-shut { display: none; }
.csff__more .csff__more-open { display: none; }

.csff__eventbody { padding-top: 1.1rem; }
.csff__eventbody p { font-size: .98rem; margin-top: .35rem; }
.csff__eventbody p:first-child { margin-top: 0; }
.csff__subhead {
  font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase;
  font-size: .78rem; letter-spacing: .1em; color: var(--olive);
  margin-top: 1.3rem; margin-bottom: .3rem;
}
.csff__eventbody .csff__rules { margin-top: .4rem; }
.csff__eventbody .csff__rules li { margin-bottom: .5rem; font-size: .98rem; }
.csff__fineprint { font-size: .88rem; color: #6f7162; margin-top: 1.2rem; font-style: italic; }

.csff__slot a[href*="facebook"] {
  font-family: 'Oswald', sans-serif; font-weight: 500;
  font-size: .82rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--brick); text-decoration: none;
  border-bottom: 1px solid rgba(176,68,42,.35);
}
.csff__slot a[href*="facebook"]:hover { border-bottom-color: var(--brick); }

/* live stage list */
.csff__stage { list-style: none; padding: 0; display: grid; gap: 0 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .csff__stage { grid-template-columns: repeat(2, 1fr); } }
.csff__stage li { display: grid; grid-template-columns: 72px 1fr; gap: 1rem; padding: .85rem 0; border-top: 1px solid var(--line); }
.csff__stage time { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: .95rem; color: var(--brick); }
.csff__stage span { font-size: 1rem; line-height: 1.4; }

/* ---------- info cards ---------- */
.csff__grid { display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .csff__grid--3 { grid-template-columns: repeat(3,1fr); } .csff__grid--2 { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 900px) { .csff__grid--4 { grid-template-columns: repeat(4,1fr); } }
@media (min-width: 560px) and (max-width: 899px) { .csff__grid--4 { grid-template-columns: repeat(2,1fr); } }
.csff__box { background: var(--cream); border: 1px solid var(--line); border-top: 4px solid var(--olive); padding: 2.2rem 2rem; }
.csff__section--alt .csff__box { background: #fff; }
.csff__box:nth-child(2) { border-top-color: var(--brick); }
.csff__box p { font-size: .98rem; margin-top: .55rem; }

/* rules list */
.csff__rules { margin-top: 1.5rem; padding-left: 1.3rem; max-width: 62ch; }
.csff__rules li { margin-bottom: .8rem; font-size: 1.02rem; }

/* ---------- sponsor list ---------- */
.csff__sponsorlist { list-style: none; padding: 0; margin-top: 2rem; display: grid; gap: 0 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 620px) { .csff__sponsorlist { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .csff__sponsorlist { grid-template-columns: repeat(3, 1fr); } }
.csff__sponsorlist li { padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: 1.02rem; line-height: 1.4; }

/* ---------- map figure ---------- */
.csff__mapfig { margin: 2rem 0 0; }
.csff__mapfig img { width: 100%; border: 1px solid var(--line); background: #fff; }
.csff__mapfig figcaption { margin-top: .8rem; font-size: .92rem; color: var(--body); }

/* ---------- forms ---------- */
.csff__form { max-width: 720px; margin-top: 2.5rem; }
.csff__field { margin-bottom: 1.4rem; }
.csff__field label { display: block; margin-bottom: .45rem; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
.csff__field .csff__hint { display: block; font-family: 'Barlow', sans-serif; font-weight: 400; font-size: .88rem; letter-spacing: 0; text-transform: none; color: var(--body); margin-top: .2rem; }
.csff__field input, .csff__field select, .csff__field textarea { width: 100%; padding: .8rem .9rem; font-family: 'Barlow', sans-serif; font-size: 1.02rem; color: var(--ink); background: #fff; border: 2px solid var(--line); border-radius: 0; }
.csff__field input:focus, .csff__field select:focus, .csff__field textarea:focus { outline: 3px solid var(--brick); outline-offset: 2px; border-color: var(--olive); }
.csff__field textarea { min-height: 110px; resize: vertical; }
.csff__field--row { display: grid; gap: 1.4rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .csff__field--row { grid-template-columns: 1fr 1fr; } }
.csff__req { color: var(--brick); }
.csff__check { display: flex; gap: .7rem; align-items: flex-start; }
.csff__check input { width: auto; margin-top: .35rem; flex: none; }
.csff__check label { text-transform: none; letter-spacing: 0; font-family: 'Barlow', sans-serif; font-weight: 400; font-size: .98rem; color: var(--body); }
.csff__hp { position: absolute; left: -9999px; }

/* embedded forms (Airtable / Jotform) */
.csff__embed { margin-top: 2rem; max-width: 820px; }
.csff__embed iframe { width: 100%; }

/* ---------- donate ---------- */
.csff__donate { background: var(--olive); color: #fff; padding: clamp(4rem, 8vw, 6rem) 0; }
.csff__donate h2.csff__h { color: #fff; }
.csff__donate .csff__eyebrow { color: #d8c98f; }
.csff__donate p { color: #eaeddf; }

/* ---------- footer ---------- */
.csff__foot { background: var(--olive-dk); color: #dfe3d2; padding: 3.25rem 0; }
.csff__footinner { display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; align-items: center; justify-content: center; text-align: center; }
.csff__foot a { color: #fff; }
.csff__social { display: flex; gap: .7rem; }
.csff__social a { width: 38px; height: 38px; border: 1.5px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-content: center; }
.csff__social svg { width: 17px; height: 17px; fill: #fff; }

/* ---------- quality floor ---------- */
.csff a:focus-visible { outline: 3px solid var(--brick); outline-offset: 3px; }
.csff__band a:focus-visible, .csff__donate a:focus-visible, .csff__foot a:focus-visible { outline-color: #fff; }
.csff__skip { position: absolute; left: -9999px; background: var(--ink); color: #fff; padding: .8rem 1.3rem; z-index: 60; }
.csff__skip:focus { left: 1rem; top: 1rem; }
.csff--js .csff__reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.csff--js .csff__reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .csff--js .csff__reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- phones ---------- */
@media (max-width: 560px) {
  .csff__nav { position: static; }
  .csff__navinner { gap: .55rem 1.15rem; padding-block: 1rem; }
  .csff__nav a { font-size: .82rem; letter-spacing: .04em; }
  .csff__nav a.csff__btn { padding: .6rem 1.2rem; font-size: .78rem; }

  .csff__slot { grid-template-columns: 1fr; gap: .3rem; padding: 1.5rem 0; }
  .csff__slot time { font-size: 1.1rem; }
  .csff__slot time br { display: none; }

  .csff__featgrid { grid-template-columns: 1fr; }
  .csff__feat { border-left: 0; border-top: 1px solid var(--line); padding: 1.75rem 1rem; }
  .csff__feat:first-child { border-top: 0; }

  .csff__stage li { grid-template-columns: 60px 1fr; }
}

/* ---------- big monitors ---------- */
@media (min-width: 1500px) {
  .csff { font-size: 1.15rem; }
  .csff__wrap { max-width: 1360px; }
  .csff__hero h1 { font-size: 6.2rem; }
  .csff__hero { min-height: 740px; }
}

/* ---------- fun run shirt ---------- */
.csff__shirtgrid { display: grid; gap: clamp(1.5rem, 4vw, 3rem); grid-template-columns: 1fr; align-items: center; margin-top: 2rem; }
@media (min-width: 760px) { .csff__shirtgrid { grid-template-columns: 320px 1fr; } }
.csff__shirtgrid img { width: 100%; }

.csff__slot p > a:not([href*="facebook"]) {
  font-family: inherit; font-size: inherit; font-weight: 600;
  letter-spacing: normal; text-transform: none;
  color: var(--brick); text-decoration: underline;
}

/* ---------- schedule at a glance ---------- */
.csff__glancegrid { display: grid; gap: 0 3rem; grid-template-columns: 1fr; margin-top: 2rem; }
@media (min-width: 820px) { .csff__glancegrid { grid-template-columns: 1fr 1fr; } }
.csff__glance { list-style: none; padding: 0; }
.csff__glance li { display: grid; grid-template-columns: 92px 1fr; gap: 1rem; padding: .6rem 0; border-bottom: 1px solid var(--line); }
.csff__glance time { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: .82rem; letter-spacing: .04em; color: var(--brick); padding-top: .18rem; }
.csff__glance span { font-size: 1rem; line-height: 1.35; }
.csff__glance em { font-style: normal; color: var(--olive); font-size: .92rem; }

/* ---------- container alignment (keep last) ---------- */
.csff__hero .csff__heroinner,
.csff__band .csff__bandgrid {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: clamp(1.1rem, 4vw, 2.5rem);
}
@media (min-width: 1500px) {
  .csff__hero .csff__heroinner,
  .csff__band .csff__bandgrid { max-width: 1360px; }
}

.csff__hero .csff__heroinner {
  position: relative;
  z-index: 1;
  padding-block: clamp(2rem, 4vw, 3rem) clamp(3rem, 7vw, 5rem);
}
