@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");

:root {
  --theme-bg: #f4f6f3;
  --theme-surface: #ffffff;
  --theme-surface-soft: #edf2ee;
  --theme-border: #d7dfd9;
  --theme-ink: #1f2d2a;
  --theme-muted: #66746f;
  --theme-brand: #315c55;
  --theme-brand-strong: #244841;
  --theme-brand-soft: #e4eeea;
  --theme-accent: #b88a46;
  --theme-accent-soft: #f3eadb;
  --theme-shadow: rgba(31, 45, 42, 0.08);
  --theme-shadow-strong: rgba(31, 45, 42, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--theme-bg);
  color: var(--theme-ink);
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

.container {
  width: min(1110px, calc(100% - 32px));
  margin: 0 auto;
}

.whatsapp-float {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  width: 50px;
  height: 50px;
}

.whatsapp-float img {
  width: 50px;
  height: 50px;
}

.sponsor-strip {
  padding: 12px 0;
  border-bottom: 1px solid #e7ecf3;
  background: #ffffff;
}

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

.sponsor-card {
  position: relative;
  display: flex;
  min-height: 156px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  color: #ffffff;
  padding: 18px 22px;
  box-shadow: 0 14px 28px var(--theme-shadow-strong);
  transition: transform 0.2s ease;
}

.sponsor-card::after {
  content: "";
  position: absolute;
  top: -44px;
  right: -42px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.sponsor-card > * {
  position: relative;
  z-index: 1;
}

.sponsor-card-green {
  background: linear-gradient(135deg, var(--theme-brand-strong) 0%, var(--theme-brand) 62%, #6d8d85 100%);
}

.sponsor-card-blue {
  background: linear-gradient(135deg, #435f5b 0%, #587671 62%, var(--theme-accent) 100%);
}

.sponsor-kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sponsor-card strong {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.05;
}

.sponsor-card span:not(.sponsor-kicker) {
  max-width: 78%;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  line-height: 1.35;
}

.sponsor-card em {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 13px;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sponsor-card:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.sponsor-image-card {
  min-height: 168px;
  padding: 0;
  background: #ffffff;
  color: var(--theme-ink);
}

.sponsor-image-card::after {
  display: none;
}

.sponsor-image-card img,
.sponsor-placeholder {
  width: 100%;
  height: 168px;
  border-radius: 10px;
}

.sponsor-image-card img {
  background: #ffffff;
  object-fit: contain;
}

.sponsor-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px dashed rgba(49, 92, 85, 0.36);
  background: #ffffff;
  color: #6d8178;
  text-align: center;
}

.sponsor-image-card .sponsor-placeholder span {
  max-width: none;
  margin: 0;
  color: #6d8178;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sponsor-image-card .sponsor-placeholder strong {
  margin-top: 2px;
  color: var(--theme-brand);
  font-size: 1.2rem;
  line-height: 1.05;
}

.topbar {
  border-bottom: 1px solid var(--theme-border);
  background: var(--theme-surface);
  box-shadow: 0 10px 30px var(--theme-shadow);
}

.nav-row {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand img {
  width: 190px;
  max-width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 34px;
  color: var(--theme-ink);
  font-size: 1.35rem;
  font-weight: 700;
}

.site-nav a {
  padding: 12px 0;
}

.site-nav a:hover {
  color: var(--theme-brand);
}

.home-events-section {
  padding: 34px 0 48px;
  background: linear-gradient(180deg, #f4f6f3 0%, #eef2ee 100%);
}

.home-events-heading {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.section-heading,
.home-events-heading .section-heading {
  margin: 0 0 8px;
  color: var(--theme-ink);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.home-events-heading p {
  margin: 0;
  color: var(--theme-muted);
  font-size: 16px;
  line-height: 1.4;
}

.home-featured-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.85fr);
  gap: 24px;
  margin-bottom: 34px;
}

.featured-event-card,
.next-events-panel,
.city-row {
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: var(--theme-surface);
  box-shadow: 0 18px 45px var(--theme-shadow);
}

.featured-event-card {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
  color: #ffffff;
}

.featured-event-card:hover {
  color: #ffffff;
}

.featured-event-media {
  position: relative;
  display: block;
  height: 360px;
}

.featured-event-card .event-photo-primary,
.featured-event-card .event-photo-secondary {
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.featured-event-card .event-photo-primary {
  width: 100%;
  height: 100%;
}

.featured-event-card .event-photo-secondary {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 180px;
  height: 108px;
  border-radius: 6px;
  background: #ffffff;
  object-fit: contain;
  padding: 6px;
  box-shadow: 0 14px 30px rgba(24, 37, 34, 0.2);
}

.featured-event-card:hover .event-photo-primary,
.featured-event-card:hover .event-photo-secondary {
  transform: scale(1.04);
}

.event-photo-support-empty {
  display: grid !important;
  place-items: center;
  border: 1px dashed rgba(31, 72, 61, 0.34);
  background: #ffffff;
  color: #6d8178;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.featured-event-card:hover .event-photo-support-empty {
  transform: none;
}

.featured-event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(25, 43, 40, 0.08), rgba(25, 43, 40, 0.86));
}

.featured-event-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 28px;
}

.event-tag,
.city-event-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-weight: 700;
}

.event-tag {
  margin-bottom: 12px;
  padding: 7px 12px;
  background: var(--theme-accent-soft);
  color: var(--theme-accent);
  font-size: 12px;
  text-transform: uppercase;
}

.featured-event-content h2 {
  max-width: 620px;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.15;
}

.featured-event-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
}

.next-events-panel {
  min-height: 360px;
  padding: 24px;
}

.next-events-panel h2 {
  margin: 0 0 18px;
  color: var(--theme-ink);
  font-size: 22px;
}

.next-events-panel a {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 2px 14px;
  padding: 14px 0;
  border-top: 1px solid #edf1f6;
  color: var(--theme-ink);
}

.next-events-panel a:first-of-type {
  border-top: 0;
}

.next-events-panel span {
  grid-row: span 2;
  align-self: center;
  border-radius: 8px;
  background: var(--theme-brand);
  color: #ffffff;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
}

.next-events-panel strong {
  font-size: 15px;
  line-height: 1.25;
}

.next-events-panel em,
.city-event-card em {
  color: var(--theme-muted);
  font-style: normal;
}

.home-filter-panel,
.filter-panel {
  margin: 0 0 34px;
  padding: 24px;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7f8f6);
  box-shadow: 0 18px 42px var(--theme-shadow);
}

.home-filter-intro,
.filter-intro {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.home-filter-intro span,
.filter-intro span {
  color: var(--theme-brand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-filter-intro strong,
.filter-intro strong {
  color: var(--theme-ink);
  font-size: 24px;
  line-height: 1.15;
}

.home-filter-grid,
.filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.filter-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-filter-field,
.filter-grid label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.home-filter-field span,
.filter-grid label span,
label span {
  color: #51607a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

input,
select,
textarea,
.home-filter-input,
.home-filter-select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d6dfeb;
  border-radius: 8px;
  background: #ffffff;
  color: var(--theme-ink);
  padding: 0 14px;
  font: inherit;
}

textarea {
  padding-top: 12px;
}

input:focus,
select:focus,
textarea:focus,
.home-filter-input:focus,
.home-filter-select:focus {
  border-color: var(--theme-brand);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(49, 92, 85, 0.12);
}

.home-filter-actions,
.filter-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.home-filter-submit,
.filter-actions button,
.button-link,
.event-contact {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--theme-brand);
  color: #ffffff;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.home-filter-submit {
  min-width: 148px;
}

.home-filter-submit:hover,
.filter-actions button:hover,
.button-link:hover,
.event-contact:hover {
  background: var(--theme-brand-strong);
  color: #ffffff;
}

.home-filter-reset,
.filter-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6dfeb;
  border-radius: 8px;
  background: #ffffff;
  color: var(--theme-brand);
  padding: 0 18px;
  font-weight: 700;
}

.home-filter-summary {
  margin: 0;
  color: #51607a;
  font-size: 14px;
}

.city-event-list {
  display: grid;
  gap: 22px;
}

.city-row {
  padding: 22px;
}

.city-row-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.city-row-heading h2 {
  margin: 0;
  color: var(--theme-ink);
  font-size: 24px;
}

.city-row-heading a {
  color: var(--theme-brand);
  font-weight: 700;
}

.city-event-scroller {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.city-event-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 4px 14px;
  min-height: 116px;
  padding: 10px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #ffffff;
  color: var(--theme-ink);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.city-event-card:hover {
  border-color: #b8c4dd;
  color: var(--theme-ink);
  transform: translateY(-2px);
}

.city-event-media {
  display: flex;
  grid-row: span 3;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.city-event-card .event-photo-primary,
.city-event-card .event-photo-secondary {
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.city-event-card .event-photo-primary {
  width: 116px;
  height: 96px;
}

.city-event-card .event-photo-secondary {
  width: 58px;
  height: 48px;
  border: 1px solid var(--theme-border);
  background: #ffffff;
  object-fit: contain;
  padding: 3px;
}

.city-event-card .event-photo-support-empty {
  font-size: 0.58rem;
}

.city-event-empty {
  width: 116px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--theme-brand-soft);
  color: var(--theme-brand);
  font-weight: 800;
  text-align: center;
}

.city-event-card span {
  padding: 4px 9px;
  background: var(--theme-brand-soft);
  color: var(--theme-brand);
  font-size: 12px;
}

.city-event-card strong {
  font-size: 15px;
  line-height: 1.25;
}

.home-newsletter-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding: 22px;
  border: 1px solid rgba(36, 72, 65, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--theme-brand-strong) 0%, var(--theme-brand) 100%);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.12);
}

.home-newsletter-visual {
  position: relative;
  width: 88px;
  height: 74px;
}

.home-newsletter-sheet {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 12px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-newsletter-pill {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-newsletter-sheet strong {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.15;
}

.home-newsletter-sheet em {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  font-style: normal;
}

.home-newsletter-sheet em:last-child {
  width: 68%;
}

.home-newsletter-copy span,
.home-action-secondary .home-action-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-newsletter-copy span {
  padding: 0;
  background: transparent;
}

.home-newsletter-copy h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
}

.home-newsletter-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.45;
}

.home-newsletter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  background: var(--theme-brand);
  color: #ffffff;
  padding: 0 16px;
  font-weight: 800;
  white-space: nowrap;
}

.home-newsletter-button:hover {
  background: var(--theme-brand-strong);
  color: #ffffff;
}

.home-action-section {
  padding: 56px 0;
  background: #eef4f7;
}

.home-action-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 22px;
  align-items: stretch;
}

.home-action-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 18px 42px var(--theme-shadow);
}

.home-action-primary {
  background: linear-gradient(135deg, #ffffff 0%, #f4f7f4 58%, #e8efeb 100%);
}

.home-action-secondary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--theme-brand-strong) 0%, var(--theme-brand) 100%);
  color: #ffffff;
}

.home-action-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--theme-brand-soft);
  color: var(--theme-brand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-action-card h2 {
  margin: 0 0 12px;
  color: var(--theme-ink);
  font-size: 30px;
  line-height: 1.18;
}

.home-action-secondary h2 {
  color: #ffffff;
}

.home-action-card p {
  max-width: 620px;
  margin: 0 0 20px;
  color: var(--theme-muted);
  font-size: 16px;
  line-height: 1.55;
}

.home-action-secondary p {
  color: rgba(255, 255, 255, 0.94);
}

.home-action-note {
  margin-bottom: 24px !important;
  padding: 14px 16px;
  border-left: 4px solid var(--theme-accent);
  border-radius: 8px;
  background: #fbfaf7;
  color: var(--theme-ink) !important;
  font-weight: 700;
}

.home-action-button,
.home-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
}

.home-action-button {
  background: var(--theme-brand);
  color: #ffffff;
}

.home-action-button:hover {
  background: var(--theme-brand-strong);
  color: #ffffff;
}

.home-action-link {
  background: var(--theme-accent-soft);
  color: var(--theme-accent);
}

.home-action-link:hover {
  background: var(--theme-accent);
  color: #ffffff;
}

.page-hero {
  padding: 44px 0;
  background: linear-gradient(180deg, #f4f6f3 0%, #eef2ee 100%);
  border-bottom: 1px solid var(--theme-border);
}

.page-hero.compact {
  padding: 38px 0;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--theme-brand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.1;
}

.page-hero p {
  max-width: 720px;
  color: var(--theme-muted);
  font-size: 1.05rem;
}

.events-page,
.static-page,
.event-detail {
  padding: 40px 0 60px;
  background: linear-gradient(180deg, #f4f6f3 0%, #eef2ee 100%);
}

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

.event-card {
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: var(--theme-surface);
  color: var(--theme-ink);
  box-shadow: 0 18px 42px var(--theme-shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.event-card:hover {
  color: var(--theme-ink);
  border-color: #b8c4dd;
  transform: translateY(-2px);
}

.event-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--theme-brand-soft);
}

.event-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card-empty {
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--theme-brand);
  font-weight: 800;
}

.event-card-body {
  padding: 16px;
}

.event-pill {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: var(--theme-brand-soft);
  color: var(--theme-brand);
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 800;
}

.event-card-body h3 {
  margin: 9px 0 8px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.event-card-body p,
.event-card-body small {
  color: var(--theme-muted);
}

.date-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  align-content: center;
  background: #ffffff;
  color: var(--theme-ink);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.date-badge strong {
  font-size: 1.3rem;
  line-height: 1;
}

.date-badge em {
  color: var(--theme-brand);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.card-city {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(31, 45, 42, 0.78);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.event-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
}

.event-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: 210px;
  gap: 12px;
  margin-bottom: 0;
}

.event-gallery img {
  width: 100%;
  height: 100%;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  object-fit: cover;
}

.event-gallery .main {
  grid-row: span 2;
}

.event-gallery.single {
  grid-template-columns: 1fr;
}

.event-gallery.empty {
  min-height: 320px;
  grid-template-columns: 1fr;
  place-items: center;
  border-radius: 8px;
  background: var(--theme-brand-soft);
  color: var(--theme-brand);
}

.event-detail-grid,
.static-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 24px;
}

.event-copy h1 {
  margin: 12px 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.08;
}

.lead,
.rich-text,
.static-page p {
  color: var(--theme-muted);
  font-size: 1.05rem;
}

.rich-text a {
  color: var(--theme-brand);
  text-decoration: underline;
}

.event-info,
.static-grid aside {
  align-self: start;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 18px 42px var(--theme-shadow);
}

.event-info dt {
  color: var(--theme-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-info dd {
  margin: 4px 0 16px;
}

.event-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-support {
  align-self: start;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 18px 42px var(--theme-shadow);
}

.event-support h2 {
  margin: 0 0 12px;
  color: var(--theme-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.event-support-list {
  display: grid;
  gap: 12px;
}

.event-support-list img,
.event-support-empty {
  width: 100%;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  background: #ffffff;
}

.event-support-list img {
  max-height: 240px;
  padding: 10px;
  object-fit: contain;
}

.event-support-empty {
  display: grid;
  min-height: 140px;
  place-items: center;
  background: #f8faf8;
  color: #8a9a92;
  font-weight: 800;
}

.static-grid aside {
  display: grid;
  gap: 8px;
}

.static-grid aside a {
  color: var(--theme-brand);
  font-weight: 800;
}

.empty-state {
  border: 1px dashed #b6c3cc;
  border-radius: 8px;
  background: #ffffff;
  padding: 28px;
  color: var(--theme-muted);
  text-align: center;
}

.site-footer {
  background: #eef2ef;
  color: var(--theme-muted);
}

.footer-row {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--theme-brand);
  color: rgba(255, 255, 255, 0.96);
}

.site-footer .container.footer-row {
  width: 100%;
  max-width: none;
  padding: 0 max(16px, calc((100vw - 1110px) / 2));
}

.footer-row p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.96);
}

@media (max-width: 991px) {
  .home-featured-row,
  .home-action-grid,
  .event-media-grid,
  .event-detail-grid,
  .static-grid {
    grid-template-columns: 1fr;
  }

  .featured-event-card,
  .next-events-panel {
    min-height: auto;
  }

  .home-filter-grid,
  .filter-grid,
  .events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-event-scroller,
  .home-newsletter-panel {
    grid-template-columns: 1fr;
  }

  .home-newsletter-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 22px, 1110px);
  }

  .sponsor-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sponsor-card {
    min-height: 118px;
    padding: 15px 18px;
  }

  .sponsor-image-card {
    min-height: 122px;
    padding: 0;
  }

  .sponsor-image-card img,
  .sponsor-placeholder {
    height: 122px;
  }

  .sponsor-card strong {
    font-size: 21px;
  }

  .sponsor-card span:not(.sponsor-kicker) {
    max-width: 88%;
  }

  .nav-row,
  .footer-row {
    flex-direction: column;
    align-items: center;
  }

  .nav-row {
    gap: 8px;
    padding: 10px 0 12px;
  }

  .brand img {
    width: 158px;
  }

  .site-nav {
    justify-content: center;
    gap: 4px 22px;
    font-size: 1rem;
  }

  .whatsapp-float {
    right: 7px;
  }

  .home-events-section {
    padding-top: 26px;
    padding-bottom: 36px;
  }

  .section-heading,
  .home-events-heading .section-heading {
    font-size: 2.05rem;
  }

  .home-filter-grid,
  .filter-grid,
  .events-grid {
    grid-template-columns: 1fr;
  }

  .home-filter-panel,
  .filter-panel {
    padding: 18px;
  }

  .home-filter-intro strong,
  .filter-intro strong {
    font-size: 21px;
  }

  .home-filter-actions,
  .filter-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-filter-submit,
  .home-filter-reset,
  .filter-actions button,
  .filter-actions a {
    width: 100%;
  }

  .featured-event-media {
    height: 300px;
  }

  .featured-event-card .event-photo-primary {
    height: 100%;
  }

  .featured-event-card .event-photo-secondary {
    top: 14px;
    right: 14px;
    width: 124px;
    height: 74px;
  }

  .featured-event-content {
    padding: 22px;
  }

  .featured-event-content h2 {
    font-size: 24px;
  }

  .city-row {
    padding: 16px;
  }

  .city-event-card {
    grid-template-columns: 118px 1fr;
  }

  .city-event-card .event-photo-primary,
  .city-event-empty {
    width: 92px;
    height: 84px;
  }

  .city-event-card .event-photo-secondary {
    width: 46px;
    height: 42px;
  }

  .event-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .event-gallery .main {
    grid-row: span 1;
  }

  .site-footer .container.footer-row {
    padding: 16px;
  }
}
