:root {
  --fall-ink: #203128;
  --fall-muted: #68766d;
  --fall-pine: #174f3e;
  --fall-pine-deep: #0f382d;
  --fall-orange: #db6f2a;
  --fall-gold: #f2c14e;
  --fall-cream: #fbf6e9;
  --fall-paper: #fffdf8;
  --fall-line: rgba(32, 49, 40, .14);
  --fall-shadow: 0 24px 64px rgba(32, 49, 40, .12);
}

body.fall-guide-page {
  margin: 0;
  background: var(--fall-cream);
  color: var(--fall-ink);
}

.fall-guide-shell {
  overflow: hidden;
}

.fall-guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  min-height: 690px;
  background: var(--fall-pine-deep);
  color: #fff;
}

.fall-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(76px, 9vw, 130px) clamp(24px, 7vw, 100px);
}

.fall-eyebrow {
  margin: 0 0 14px;
  color: var(--fall-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.fall-hero-copy .fall-eyebrow {
  color: #f7cf70;
}

.fall-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(48px, 6.5vw, 88px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.fall-hero-copy h1 em {
  color: var(--fall-gold);
  font-style: normal;
}

.fall-hero-dek {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
}

.fall-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.fall-hero-proof strong {
  color: #fff;
  font-size: 18px;
}

.fall-primary-action,
.fall-official-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-weight: 900;
  text-decoration: none;
}

.fall-primary-action {
  margin-top: 34px;
  padding: 14px 19px;
  border-radius: 999px;
  background: var(--fall-gold);
  color: #2d240d;
}

.fall-primary-action:hover {
  background: #ffda74;
  color: #2d240d;
  transform: translateY(-2px);
}

.fall-hero-media,
.fall-card-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #d7b16e;
}

.fall-hero-media img,
.fall-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fall-hero-media img {
  min-height: 690px;
  object-position: 50% 46%;
}

.fall-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 56, 45, .24), transparent 45%);
  pointer-events: none;
}

.fall-hero-media figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  max-width: 290px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(15, 35, 29, .78);
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}

.fall-photo-credit {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: calc(100% - 24px);
  font-size: 9px;
  font-weight: 800;
}

.fall-hero-media .fall-photo-credit {
  bottom: 64px;
}

.fall-photo-credit > span,
.fall-photo-credit > a {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(15, 35, 29, .8);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.fall-shortlist,
.fall-list-section,
.fall-parent-playbook {
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
}

.fall-shortlist {
  padding-top: clamp(72px, 8vw, 108px);
  padding-bottom: clamp(72px, 8vw, 108px);
  background: var(--fall-paper);
}

.fall-shortlist h2,
.fall-list-head h2,
.fall-parent-playbook h2 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.fall-shortlist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 32px;
}

.fall-shortlist-grid a {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--fall-line);
  border-radius: 22px;
  background: var(--fall-cream);
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.fall-shortlist-grid a:hover {
  border-color: rgba(219, 111, 42, .42);
  box-shadow: 0 16px 36px rgba(32, 49, 40, .1);
  transform: translateY(-3px);
}

.fall-shortlist-grid span {
  color: var(--fall-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fall-shortlist-grid strong {
  margin-top: 15px;
  font-family: Fraunces, Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
}

.fall-shortlist-grid small {
  margin-top: auto;
  padding-top: 14px;
  color: var(--fall-muted);
  font-size: 12px;
  line-height: 1.45;
}

.fall-list-section {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(82px, 9vw, 124px);
}

.fall-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.fall-result-count {
  margin: 0 0 6px;
  color: var(--fall-muted);
  font-size: 13px;
  font-weight: 800;
}

.fall-filter-groups {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding: 16px;
  border: 1px solid var(--fall-line);
  border-radius: 22px;
  background: rgba(255, 253, 248, .86);
  box-shadow: 0 12px 32px rgba(32, 49, 40, .06);
}

.fall-filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fall-filter-group::-webkit-scrollbar { display: none; }

.fall-filter-group > span {
  flex: 0 0 110px;
  color: var(--fall-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fall-filter-group button,
.fall-no-results button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid var(--fall-line);
  border-radius: 999px;
  background: #fff;
  color: var(--fall-ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.fall-filter-group button.is-active {
  border-color: var(--fall-pine);
  background: var(--fall-pine);
  color: #fff;
}

.fall-festival-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.fall-festival-card {
  overflow: hidden;
  border: 1px solid var(--fall-line);
  border-radius: 28px;
  background: var(--fall-paper);
  box-shadow: 0 16px 42px rgba(32, 49, 40, .08);
  scroll-margin-top: 110px;
}

.fall-festival-card[hidden] { display: none; }

.fall-card-media {
  height: 310px;
}

.fall-card-media img {
  object-position: center 45%;
  transition: transform .45s ease;
}

.fall-festival-card:hover .fall-card-media img {
  transform: scale(1.025);
}

.fall-region-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 253, 248, .92);
  color: var(--fall-pine-deep);
  font-size: 10px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.fall-card-body {
  padding: clamp(22px, 4vw, 32px);
}

.fall-card-date-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fall-card-date {
  margin: 0;
  color: var(--fall-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fall-cost-badge {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(219, 111, 42, .11);
  color: #9b4311;
  font-size: 10px;
  font-weight: 900;
}

.fall-cost-badge.is-free {
  background: rgba(23, 107, 82, .11);
  color: var(--fall-pine);
}

.fall-card-body h2 {
  margin: 13px 0 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
  letter-spacing: -.04em;
}

.fall-card-location {
  margin: 10px 0 0;
  color: var(--fall-muted);
  font-size: 12px;
  font-weight: 700;
}

.fall-best-for {
  display: grid;
  gap: 4px;
  margin: 22px 0 0;
  padding-left: 13px;
  border-left: 3px solid var(--fall-gold);
  font-size: 16px;
  font-weight: 900;
}

.fall-best-for span {
  color: var(--fall-muted);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fall-family-copy {
  margin: 18px 0 0;
  color: #435149;
  font-size: 14px;
  line-height: 1.65;
}

.fall-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}

.fall-card-facts span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f2eee2;
  color: #536057;
  font-size: 10px;
  font-weight: 800;
}

.fall-parent-note {
  margin-top: 20px;
  padding: 15px;
  border-radius: 17px;
  background: #f7f0dd;
}

.fall-parent-note strong {
  color: #8f481d;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fall-parent-note p {
  margin: 6px 0 0;
  color: #5e503f;
  font-size: 12px;
  line-height: 1.55;
}

.fall-official-link {
  margin-top: 20px;
  color: var(--fall-pine);
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: rgba(23, 79, 62, .3);
  text-underline-offset: 4px;
}

.fall-no-results {
  margin-top: 30px;
  padding: 32px;
  border: 1px solid var(--fall-line);
  border-radius: 24px;
  background: var(--fall-paper);
  text-align: center;
}

.fall-no-results h3,
.fall-no-results p { margin: 0; }
.fall-no-results p { margin-top: 7px; color: var(--fall-muted); }
.fall-no-results button { margin-top: 18px; background: var(--fall-pine); color: #fff; }

.fall-parent-playbook {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 8vw, 100px);
  padding-top: clamp(76px, 9vw, 124px);
  padding-bottom: clamp(76px, 9vw, 124px);
  background: var(--fall-pine-deep);
  color: #fff;
}

.fall-parent-playbook .fall-eyebrow { color: #f7cf70; }
.fall-parent-playbook h2 { color: #fff; }

.fall-parent-playbook ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: fall-step;
}

.fall-parent-playbook li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 18px 18px 58px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .05);
  counter-increment: fall-step;
}

.fall-parent-playbook li::before {
  content: counter(fall-step);
  position: absolute;
  left: 18px;
  top: 16px;
  color: var(--fall-gold);
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
  font-weight: 700;
}

.fall-parent-playbook strong { font-size: 14px; }
.fall-parent-playbook span { color: rgba(255, 255, 255, .7); font-size: 12px; line-height: 1.55; }

@media (max-width: 980px) {
  .fall-guide-hero { grid-template-columns: 1fr; }
  .fall-hero-media { height: 460px; }
  .fall-hero-media img { min-height: 0; }
  .fall-shortlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fall-parent-playbook { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .fall-hero-copy { padding: 68px 18px 54px; }
  .fall-hero-copy h1 { font-size: clamp(46px, 14vw, 66px); }
  .fall-hero-media { height: 380px; }
  .fall-shortlist,
  .fall-list-section,
  .fall-parent-playbook { padding-inline: 14px; }
  .fall-list-head { align-items: flex-start; flex-direction: column; }
  .fall-filter-group > span { flex-basis: 76px; }
  .fall-festival-grid { grid-template-columns: 1fr; gap: 16px; }
  .fall-card-media { height: 260px; }
  .fall-parent-playbook li { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .fall-shortlist-grid { grid-template-columns: 1fr; }
  .fall-shortlist-grid a { min-height: 148px; }
  .fall-hero-proof { display: grid; }
  .fall-hero-media { height: 330px; }
  .fall-hero-media figcaption { display: none; }
  .fall-hero-media .fall-photo-credit { bottom: 12px; }
}

html[data-theme="dark"] body.fall-guide-page {
  --fall-ink: #f5f5ef;
  --fall-muted: #c1cbc4;
  --fall-cream: #111b17;
  --fall-paper: #18241f;
  --fall-line: rgba(255, 255, 255, .14);
  background: #111b17;
  color: #f5f5ef;
}

html[data-theme="dark"] .fall-filter-groups,
html[data-theme="dark"] .fall-filter-group button,
html[data-theme="dark"] .fall-festival-card,
html[data-theme="dark"] .fall-no-results {
  background: #18241f;
  color: #f5f5ef;
}

html[data-theme="dark"] .fall-shortlist-grid a,
html[data-theme="dark"] .fall-card-facts span {
  background: #213029;
}

html[data-theme="dark"] .fall-family-copy { color: #d1d8d3; }
html[data-theme="dark"] .fall-parent-note { background: #34291e; }
html[data-theme="dark"] .fall-parent-note p { color: #ead8c5; }
html[data-theme="dark"] .fall-official-link { color: #8bd4bc; }
html[data-theme="dark"] body.fall-guide-page .fall-primary-action,
html[data-theme="dark"] body.fall-guide-page .fall-primary-action:visited {
  color: #2d240d !important;
}

@media (prefers-reduced-motion: reduce) {
  .fall-primary-action,
  .fall-shortlist-grid a,
  .fall-card-media img { transition: none; }
}
