:root {
  --events-card-shadow: 0 14px 28px rgba(91, 63, 27, 0.12);
}

.events-tool-shell {
  display: grid;
  gap: 22px;
  padding: 18px 0 34px;
}

.events-hero-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  padding: clamp(20px, 2.4vw, 30px);
  border-radius: var(--radius-xl);
  border: 2px solid rgba(131, 96, 50, 0.16);
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.95), rgba(248, 237, 215, 0.9));
  box-shadow: var(--shadow);
}

@media (max-width: 980px) {
  .events-hero-panel {
    grid-template-columns: 1fr;
  }
}

.events-eyebrow {
  margin: 0 0 0.45rem;
  color: rgba(74, 43, 18, 0.72);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.events-hero-copy h1 {
  margin: 0 0 0.8rem;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(2.1rem, 2.4vw, 2.7rem);
  letter-spacing: 0.01em;
}

.events-lede {
  margin: 0 0 1.1rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(27, 21, 15, 0.88);
}

.events-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.events-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.1rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.events-button:hover {
  transform: translateY(-1px);
}

.events-button-primary {
  background: linear-gradient(180deg, #8bc53f, #74ab28);
  color: #fff9e7;
  box-shadow: 0 10px 18px rgba(91, 131, 32, 0.18);
}

.events-button-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #6b4320;
  box-shadow: inset 0 0 0 1px rgba(131, 96, 50, 0.12);
}

.events-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

@media (max-width: 980px) {
  .events-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.events-kpi-card {
  min-height: 122px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(131, 96, 50, 0.08);
  background: #fff;
  box-shadow:
    0 8px 14px rgba(91, 63, 27, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.events-kpi-card span {
  display: block;
  color: rgba(74, 43, 18, 0.62);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.88rem;
}

.events-kpi-card strong {
  display: block;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.45rem;
  margin-top: 0.35rem;
}

.events-kpi-card p {
  margin: 0.5rem 0 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: rgba(27, 21, 15, 0.72);
}

.events-hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.events-hero-strip img {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  border: 1px solid rgba(131, 96, 50, 0.18);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 18px rgba(91, 63, 27, 0.1);
  object-fit: cover;
}

.events-hero-media {
  display: grid;
  gap: 16px;
  align-content: start;
}

.events-shot-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(131, 96, 50, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 26px rgba(91, 63, 27, 0.12);
}

.events-shot-card img {
  border-radius: 16px;
  border: 1px solid rgba(131, 96, 50, 0.14);
  background: rgba(248, 237, 215, 0.7);
}

.events-shot-card figcaption {
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.6;
  color: rgba(27, 21, 15, 0.74);
}

.events-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.events-anchor-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(131, 96, 50, 0.12);
  color: #69411d;
  font-weight: 800;
  text-decoration: none;
}

.events-panel {
  padding: clamp(18px, 2.1vw, 24px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(131, 96, 50, 0.14);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--events-card-shadow);
}

.events-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.events-panel-head h2 {
  margin: 0.2rem 0 0;
  font-family: "Baloo 2", sans-serif;
  letter-spacing: 0.02em;
  font-size: 1.9rem;
}

.events-panel-head p {
  margin: 0.6rem 0 0;
  max-width: 56ch;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(27, 21, 15, 0.78);
}

.events-panel-kicker {
  margin: 0;
  color: rgba(74, 43, 18, 0.62);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

@media (max-width: 760px) {
  .events-panel-head {
    flex-direction: column;
  }

  .events-panel-head p {
    max-width: none;
  }
}

.events-noscript {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(131, 96, 50, 0.16);
  background: rgba(248, 237, 215, 0.72);
}

.events-timeline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 980px) {
  .events-timeline-grid {
    grid-template-columns: 1fr;
  }
}

.events-timeline-season {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(131, 96, 50, 0.14);
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.9), rgba(248, 237, 215, 0.85));
}

.events-timeline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.events-timeline-head h3 {
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.events-timeline-list {
  display: grid;
  gap: 10px;
}

.events-timeline-item {
  cursor: pointer;
  appearance: none;
  font: inherit;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(131, 96, 50, 0.14);
  background: rgba(255, 255, 255, 0.88);
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.events-timeline-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(91, 63, 27, 0.12);
}

.events-timeline-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(116, 171, 40, 0.14);
  color: rgba(74, 43, 18, 0.9);
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
}

.events-timeline-title {
  margin: 0;
  font-weight: 900;
  line-height: 1.35;
}

.events-timeline-note {
  margin: 0.15rem 0 0;
  color: rgba(27, 21, 15, 0.74);
  font-size: 0.95rem;
  line-height: 1.55;
}

.events-finder-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
}

@media (max-width: 980px) {
  .events-finder-layout {
    grid-template-columns: 1fr;
  }
}

.events-filter-panel {
  position: sticky;
  top: 18px;
  align-self: start;
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(131, 96, 50, 0.16);
  background: rgba(248, 237, 215, 0.76);
}

@media (max-width: 980px) {
  .events-filter-panel {
    position: static;
  }
}

.events-field {
  display: grid;
  gap: 8px;
  font-weight: 800;
  color: rgba(74, 43, 18, 0.88);
}

.events-field span {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.events-field input,
.events-field select {
  width: 100%;
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  border-radius: 16px;
  border: 1px solid rgba(131, 96, 50, 0.22);
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-weight: 700;
  color: rgba(27, 21, 15, 0.88);
}

.events-filter-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 6px;
}

.events-action-button {
  border: none;
  cursor: pointer;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(131, 96, 50, 0.18);
  color: rgba(74, 43, 18, 0.9);
  transition: transform 0.18s ease;
}

.events-action-button:hover {
  transform: translateY(-1px);
}

.events-action-button-primary {
  background: linear-gradient(180deg, #8bc53f, #74ab28);
  color: #fff9e7;
  box-shadow: 0 12px 18px rgba(91, 131, 32, 0.18);
}

.events-filter-note {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(27, 21, 15, 0.72);
}

.events-results-panel {
  display: grid;
  gap: 14px;
}

.events-results-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.events-results-head h3 {
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.55rem;
}

.events-results-meta {
  margin: 0.4rem 0 0;
  color: rgba(27, 21, 15, 0.72);
}

.events-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.events-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(116, 171, 40, 0.14);
  border: 1px solid rgba(116, 171, 40, 0.18);
  color: rgba(74, 43, 18, 0.9);
  font-weight: 900;
  font-size: 0.9rem;
}

.events-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 980px) {
  .events-results-grid {
    grid-template-columns: 1fr;
  }
}

.events-event-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(131, 96, 50, 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 28px rgba(91, 63, 27, 0.12);
  display: grid;
  gap: 10px;
}

.events-event-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.events-event-title {
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}

.events-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.events-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(131, 96, 50, 0.14);
  background: rgba(248, 237, 215, 0.72);
  color: rgba(74, 43, 18, 0.92);
  font-weight: 900;
  font-size: 0.86rem;
}

.events-event-summary {
  margin: 0;
  line-height: 1.65;
  color: rgba(27, 21, 15, 0.84);
}

.events-event-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.events-meta-item {
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(131, 96, 50, 0.12);
  background: rgba(248, 237, 215, 0.58);
}

.events-meta-item span {
  display: block;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(74, 43, 18, 0.68);
}

.events-meta-item strong {
  display: block;
  margin-top: 4px;
  font-weight: 900;
}

.events-character-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.events-character-row img {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(131, 96, 50, 0.2);
  background: rgba(248, 237, 215, 0.72);
  object-fit: cover;
}

.events-character-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px dashed rgba(131, 96, 50, 0.24);
  background: rgba(255, 255, 255, 0.76);
  font-weight: 900;
  font-size: 0.9rem;
  color: rgba(74, 43, 18, 0.9);
}

.events-event-section h4 {
  margin: 0.2rem 0 0.4rem;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.15rem;
}

.events-event-section ul {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(27, 21, 15, 0.82);
  line-height: 1.6;
}

.events-event-section p {
  margin: 0;
  line-height: 1.6;
  color: rgba(27, 21, 15, 0.82);
}

.events-empty {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(131, 96, 50, 0.16);
  background: rgba(248, 237, 215, 0.72);
}

.events-prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 980px) {
  .events-prep-grid {
    grid-template-columns: 1fr;
  }
}

.events-prep-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(131, 96, 50, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 22px rgba(91, 63, 27, 0.1);
}

.events-prep-card h3 {
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.35rem;
}

.events-prep-card ul {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  line-height: 1.65;
}

.events-prep-link {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 26px;
  border: 1px solid rgba(131, 96, 50, 0.18);
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.95), rgba(248, 237, 215, 0.9));
  box-shadow: 0 18px 28px rgba(91, 63, 27, 0.12);
  text-decoration: none;
}

@media (max-width: 980px) {
  .events-prep-link {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

.events-prep-link-copy p {
  margin: 0.2rem 0 0;
  line-height: 1.6;
  color: rgba(27, 21, 15, 0.78);
}

.events-prep-link-kicker {
  margin: 0;
  color: rgba(74, 43, 18, 0.62);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.events-prep-link-copy h3 {
  margin: 0.3rem 0 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.45rem;
}

.events-prep-link-media img {
  width: 70px;
  height: 70px;
}

.events-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 980px) {
  .events-faq-grid {
    grid-template-columns: 1fr;
  }
}

.events-faq-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(131, 96, 50, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 22px rgba(91, 63, 27, 0.1);
}

.events-faq-card h3 {
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.35rem;
}

.events-faq-card p {
  margin: 0.75rem 0 0;
  line-height: 1.65;
  color: rgba(27, 21, 15, 0.78);
}
