.event-eyebrow,
.event-detail-badges,
.event-card-badges,
.event-section-kicker,
.event-sidebar-kicker,
.event-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.event-detail-shell {
  position: relative;
  z-index: 1;
}

.event-shell {
  width: min(1380px, calc(100vw - 40px));
  margin: 0 auto;
}

.event-hero-stack {
  position: relative;
}

.event-hero-stack .vs-hero-bg4 {
  position: relative;
  min-height: 700px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.event-hero-stack .vs-hero-bg4::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(214, 198, 145, 0.16) 0%, rgba(214, 198, 145, 0) 30%),
    linear-gradient(180deg, rgba(14, 21, 14, 0.54) 0%, rgba(14, 21, 14, 0.38) 26%, rgba(14, 21, 14, 0.52) 62%, rgba(14, 21, 14, 0.72) 100%);
  pointer-events: none;
}

.event-hero-stack .vs-hero-bg4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background:
    linear-gradient(180deg, rgba(243, 241, 233, 0) 0%, rgba(243, 241, 233, 0.18) 42%, rgba(243, 241, 233, 0.66) 78%, #f3f1e9 100%);
  pointer-events: none;
}

.event-hero-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12, 19, 13, 0.28) 0%, rgba(12, 19, 13, 0.08) 18%, rgba(12, 19, 13, 0.08) 82%, rgba(12, 19, 13, 0.28) 100%);
}

.event-hero-stack .hero-content-area {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 126px 0 188px;
}

.event-hero-stack .event-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.event-eyebrow,
.event-home-kicker {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f8f1df;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-hero-stack h1 {
  max-width: 760px;
  margin: 18px auto 12px;
  color: #fffdf6;
  font-size: clamp(2.2rem, 4.2vw, 3.9rem);
  line-height: 1.02;
  font-family: "Marcellus", serif;
}

.event-hero-stack p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255, 250, 239, 0.88);
  font-size: 0.96rem;
  line-height: 1.65;
}

.event-list-featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.event-list-featured span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff7e9;
  font-weight: 700;
}

.event-hero-stats,
.event-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  max-width: 760px;
  margin-inline: auto;
}

.event-hero-stat,
.event-fact-card {
  border-radius: 20px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 42px rgba(24, 35, 24, 0.16);
}

.event-hero-stat .label,
.event-fact-card .label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 248, 236, 0.74);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-hero-stat .value,
.event-fact-card .value {
  color: #fffef8;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.4;
}

.event-index-section {
  padding: 34px 0 126px;
  margin-bottom: -36px;
  background:
    radial-gradient(circle at top center, rgba(225, 220, 201, 0.72) 0%, rgba(225, 220, 201, 0) 28%),
    linear-gradient(180deg, #f3f1e9 0%, #edf2e6 100%);
}

.event-filter-panel {
  position: relative;
  z-index: 5;
  padding: 22px;
  margin-bottom: -42px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(57, 82, 52, 0.08);
  box-shadow: 0 24px 56px rgba(28, 41, 29, 0.1);
  backdrop-filter: blur(14px);
  transform: translateY(-76px);
}

.event-filter-panel form,
.event-filter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: end;
}

.event-field {
  display: grid;
  gap: 8px;
}

.event-field label {
  color: #324933;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-field input,
.event-field select {
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(62, 89, 54, 0.14);
  background: #fcfdf9;
  padding: 14px 16px;
  color: #29402e;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.event-field input:focus,
.event-field select:focus {
  outline: none;
  border-color: rgba(90, 125, 73, 0.42);
  box-shadow: 0 0 0 4px rgba(128, 160, 105, 0.14);
}

.event-filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.event-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin: 18px 0 24px;
}

.event-section-kicker,
.event-sidebar-kicker {
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #355236;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(34, 52, 32, 0.08);
}

.event-section-head h2,
.event-home-heading h2,
.event-story-card h2,
.event-inquiry-card h2 {
  margin: 10px 0 0;
  color: #233526;
  font-size: clamp(2.1rem, 3.4vw, 3.4rem);
  line-height: 1.02;
  font-family: "Marcellus", serif;
  text-wrap: balance;
}

.event-section-head p,
.event-home-heading p,
.event-block-head p,
.event-inquiry-card p {
  max-width: 620px;
  margin: 0;
  color: #60715c;
  line-height: 1.8;
}

.event-section-head--clean {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.82fr);
  align-items: start;
  gap: 28px;
}

.event-section-head--clean .event-section-copy {
  max-width: none;
}

.event-section-head--clean h2 {
  margin-top: 0;
  font-size: clamp(1.95rem, 3vw, 3rem);
  line-height: 1.08;
}

.event-section-head--clean p {
  max-width: none;
  padding-top: 10px;
}

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

.event-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(54, 75, 49, 0.08);
  box-shadow: 0 22px 48px rgba(31, 45, 31, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.event-card:hover,
.home-event-card:hover {
  transform: translateY(-8px);
  border-color: rgba(94, 126, 77, 0.18);
  box-shadow: 0 32px 62px rgba(31, 45, 31, 0.14);
}

.event-card-media,
.home-event-card-media {
  position: relative;
  display: block;
  height: 272px;
  overflow: hidden;
}

.event-card-media::after,
.home-event-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 30, 20, 0) 32%, rgba(21, 30, 20, 0.48) 100%);
}

.event-card-media img,
.home-event-card-media img,
.event-side-card img,
.event-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.38s ease;
}

.event-card:hover .event-card-media img,
.home-event-card:hover .home-event-card-media img,
.event-side-card:hover img {
  transform: scale(1.04);
}

.event-card-badges {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.event-card-badges span,
.event-detail-badges span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(21, 31, 21, 0.76);
  color: #fff7e9;
  font-size: 0.8rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.event-card-body,
.home-event-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.event-card-meta,
.event-card-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.event-card-meta span,
.event-card-details span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #556654;
  font-size: 0.92rem;
  line-height: 1.55;
}

.event-card-meta i,
.event-card-details i {
  color: #5d7f58;
}

.event-card h3,
.home-event-card-body h3 {
  margin: 0;
  color: #223726;
  font-size: 1.55rem;
  line-height: 1.2;
  font-family: "Marcellus", serif;
}

.event-card h3 a,
.home-event-card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.event-card p,
.home-event-card-body p {
  margin: 0;
  color: #5b6957;
  line-height: 1.82;
}

.event-card-footer,
.home-event-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 6px;
}

.event-card-price .label,
.home-event-price .label {
  display: block;
  margin-bottom: 8px;
  color: #7b8773;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-card-price strong,
.home-event-price strong {
  color: #234027;
  font-size: 1.15rem;
  line-height: 1.2;
}

.event-card--catalog {
  position: relative;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(214, 229, 205, 0.7), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf4 100%);
  box-shadow: 0 22px 48px rgba(28, 42, 28, 0.09);
}

.event-card--catalog::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(66, 93, 61, 0.08);
  pointer-events: none;
}

.event-card--catalog .event-card-media {
  height: 250px;
}

.event-card-media-top {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.event-card-date-badge,
.event-card-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.event-card-date-badge {
  background: rgba(255, 250, 240, 0.92);
  color: #24402a;
  box-shadow: 0 18px 28px rgba(22, 33, 21, 0.16);
  font-size: 0.8rem;
  font-weight: 800;
}

.event-card-date-badge i {
  color: #5d7f58;
}

.event-card-type-badge {
  justify-content: center;
  background: rgba(28, 41, 28, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff6e7;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-card--catalog .event-card-badges {
  left: 14px;
  right: 14px;
  bottom: 14px;
  gap: 8px;
}

.event-card--catalog .event-card-badges span {
  background: rgba(34, 49, 33, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 28px rgba(19, 28, 19, 0.14);
}

.event-card--catalog .event-card-body {
  gap: 14px;
  padding: 18px 18px 20px;
}

.event-card-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.event-card-summary-item {
  display: grid;
  gap: 6px;
  padding: 12px 13px;
  border-radius: 18px;
  background: rgba(241, 245, 236, 0.95);
  border: 1px solid rgba(61, 88, 56, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.event-card-summary-item--wide {
  grid-column: 1 / -1;
}

.event-card-summary-label {
  color: #788473;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-card-summary-item strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #243928;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.45;
}

.event-card-summary-item i {
  color: #5d7f58;
}

.event-card-copy {
  display: grid;
  gap: 10px;
}

.event-card--catalog h3 {
  font-size: clamp(1.38rem, 1.8vw, 1.7rem);
  line-height: 1.12;
}

.event-card--catalog p {
  color: #61705f;
  font-size: 0.95rem;
  line-height: 1.72;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-card-insights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(247, 250, 242, 0.98) 0%, rgba(237, 243, 231, 0.98) 100%);
  border: 1px solid rgba(66, 93, 61, 0.08);
}

.event-card-insight {
  display: grid;
  gap: 8px;
  padding: 4px;
}

.event-card-insight-label {
  color: #7b8676;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-card-insight strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #253a29;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 800;
}

.event-card-insight i {
  color: #5d7f58;
}

.event-card--catalog .event-card-footer {
  align-items: end;
  gap: 14px;
  padding-top: 2px;
}

.event-card--catalog .event-card-price strong {
  font-size: 1.48rem;
  font-weight: 900;
  color: #203623;
  letter-spacing: -0.02em;
}

.event-button--card {
  min-width: 0;
  padding-inline: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #eff4e8 100%);
  border-color: rgba(53, 82, 55, 0.12);
  color: #284129;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 14px 28px rgba(36, 53, 34, 0.08);
}

.event-button--card:hover {
  background: linear-gradient(180deg, #ffffff 0%, #e7efdc 100%);
  color: #203623;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 18px 34px rgba(36, 53, 34, 0.12);
}

.event-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1px solid rgba(44, 70, 39, 0.14);
  background: linear-gradient(135deg, #5a7b46 0%, #355237 100%);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(29, 42, 28, 0.18);
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.event-button:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 24px 40px rgba(29, 42, 28, 0.22);
}

.event-button--ghost {
  background: #f6f7f1;
  color: #2e4a31;
  box-shadow: none;
}

.event-button--ghost:hover {
  color: #203623;
  background: #edf2e5;
}

.event-button--light {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff7ea;
  box-shadow: none;
}

.event-button--light:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.event-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.event-pagination a,
.event-pagination span {
  min-width: 48px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  background: #ffffff;
  color: #325034;
  border: 1px solid rgba(50, 80, 52, 0.08);
  box-shadow: 0 12px 28px rgba(33, 49, 31, 0.07);
}

.event-pagination .is-active {
  background: #355237;
  color: #ffffff;
}

.event-empty-state {
  padding: 44px;
  border-radius: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(55, 79, 50, 0.08);
  box-shadow: 0 22px 52px rgba(31, 45, 30, 0.08);
}

.event-empty-state h2 {
  margin-bottom: 12px;
  color: #233526;
  font-size: 2rem;
  font-family: "Marcellus", serif;
}

.event-empty-state p {
  margin: 0 auto;
  max-width: 620px;
  color: #647161;
  line-height: 1.8;
}

.event-detail-stack .vs-hero-bg4 {
  min-height: 640px;
  align-items: end;
}

.event-detail-stack .vs-hero-bg4::before {
  background:
    radial-gradient(circle at 50% 16%, rgba(214, 198, 145, 0.14) 0%, rgba(214, 198, 145, 0) 28%),
    linear-gradient(180deg, rgba(14, 21, 14, 0.66) 0%, rgba(14, 21, 14, 0.44) 30%, rgba(14, 21, 14, 0.6) 72%, rgba(14, 21, 14, 0.76) 100%);
}

.event-detail-stack .vs-hero-bg4::after {
  background: linear-gradient(180deg, rgba(246, 242, 232, 0) 0%, rgba(246, 242, 232, 0.16) 40%, #f4f1e8 100%);
}

.event-detail-stack .hero-content-area {
  padding: 156px 0 188px;
}

.event-detail-stack .event-detail-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.event-detail-stack .event-detail-shell::after {
  content: "";
  position: absolute;
  right: 2%;
  top: -30px;
  width: 280px;
  height: 280px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 250, 237, 0.14), rgba(255, 250, 237, 0));
  transform: rotate(16deg);
  pointer-events: none;
}

.event-detail-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.event-detail-copy h1 {
  margin: 18px 0 16px;
  color: #fffdf6;
  font-size: clamp(2.7rem, 4.8vw, 4.6rem);
  line-height: 1;
  font-family: "Marcellus", serif;
  text-wrap: balance;
}

.event-detail-copy p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 247, 233, 0.82);
  font-size: 1rem;
  line-height: 1.75;
}

.event-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff7eb;
  background: rgba(255, 255, 255, 0.1);
}

.event-back-link:hover {
  color: #ffffff;
}

.event-detail-badges {
  margin-top: 22px;
}

.event-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.event-detail-facts {
  position: relative;
  z-index: 2;
  margin-top: -118px;
  padding-bottom: 24px;
  background: linear-gradient(180deg, rgba(244, 241, 232, 0) 0%, #f4f1e8 56%, #eff3e8 100%);
}

.event-fact-grid {
  margin-top: 0;
  max-width: 1180px;
  gap: 18px;
}

.event-fact-card {
  background: linear-gradient(155deg, #ffffff 0%, #f5f0e4 100%);
  border: 1px solid rgba(54, 75, 49, 0.08);
  box-shadow: 0 24px 56px rgba(30, 44, 30, 0.1);
  padding: 20px 22px;
  border-radius: 26px;
}

.event-fact-card .label {
  color: #6b745f;
}

.event-fact-card .value {
  color: #243928;
  font-size: 1.05rem;
  line-height: 1.45;
}

.event-detail-main {
  padding: 12px 0 112px;
  background: linear-gradient(180deg, #f4f1e8 0%, #edf2e8 100%);
}

.event-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.88fr);
  gap: 24px;
  align-items: start;
}

.event-story-card,
.event-inquiry-card,
.event-side-collection {
  border-radius: 32px;
  border: 1px solid rgba(54, 75, 49, 0.08);
  box-shadow: 0 24px 56px rgba(30, 44, 30, 0.1);
}

.event-story-card {
  padding: 40px 42px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 244, 233, 0.96) 100%);
}

.event-content-block + .event-content-block {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(71, 96, 66, 0.1);
}

.event-block-head {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.event-story-card h2,
.event-inquiry-card h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.08;
}

.event-rich-text,
.event-rich-text p {
  color: #596858;
  line-height: 1.84;
  font-size: 1rem;
}

.event-rich-text p:last-child {
  margin-bottom: 0;
}

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

.event-highlight-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(155deg, #f4f8ec 0%, #fbf1e4 100%);
  border: 1px solid rgba(65, 93, 59, 0.08);
}

.event-highlight-item i {
  width: 18px;
  color: #517849;
  margin-top: 4px;
}

.event-highlight-item span {
  color: #4f6150;
  line-height: 1.68;
}

.event-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

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

.event-gallery-tile {
  position: relative;
  grid-column: span 4;
  min-height: 228px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(30, 44, 30, 0.08);
}

.event-gallery-tile--feature {
  grid-column: span 12;
  min-height: 380px;
}

.event-gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-gallery-tile figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(20, 29, 20, 0.58);
  color: #fffdf7;
  line-height: 1.6;
  backdrop-filter: blur(12px);
}

.event-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 20px;
}

.event-inquiry-card {
  display: grid;
  padding: 30px;
  background: linear-gradient(180deg, #223727 0%, #16221a 100%);
  color: #ffffff;
}

.event-inquiry-card h2,
.event-inquiry-card p {
  color: #ffffff;
}

.event-inquiry-card p {
  color: rgba(255, 250, 239, 0.8);
  font-size: 0.98rem;
  line-height: 1.74;
}

.event-sidebar-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 24px;
}

.event-sidebar-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.event-sidebar-list span {
  color: rgba(255, 249, 235, 0.72);
}

.event-sidebar-list strong {
  color: #ffffff;
  text-align: right;
  font-size: 1rem;
  line-height: 1.4;
}

.event-inquiry-card > .event-button {
  justify-self: center;
}

.event-contact-links {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 16px;
  text-align: center;
}

.event-contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff8ea;
  text-decoration: none;
}

.event-contact-links i {
  margin-right: 0;
}

.event-side-collection {
  padding: 26px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.event-side-collection h3 {
  margin: 0 0 16px;
  color: #233526;
  font-size: 1.5rem;
  font-family: "Marcellus", serif;
}

.event-side-grid {
  display: grid;
  gap: 14px;
}

.event-side-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 10px;
  border-radius: 22px;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(54, 75, 49, 0.08);
  box-shadow: 0 14px 28px rgba(30, 44, 30, 0.06);
}

.event-side-card img {
  height: 84px;
  border-radius: 16px;
}

.event-side-card strong,
.event-side-card span {
  display: block;
}

.event-side-card strong {
  color: #223726;
  line-height: 1.35;
}

.event-side-card span {
  margin-top: 6px;
  color: #61725f;
  line-height: 1.5;
}

.home-event-showcase {
  padding: 0 0 88px;
  background: linear-gradient(180deg, #f6f2e8 0%, #eef3e7 100%);
}

.event-home-shell {
  padding: 42px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(146, 186, 117, 0.12), transparent 26%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 241, 227, 0.96) 100%);
  border: 1px solid rgba(54, 75, 49, 0.08);
  box-shadow: 0 24px 56px rgba(30, 44, 30, 0.08);
}

.event-home-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.home-event-card {
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(54, 75, 49, 0.08);
  box-shadow: 0 20px 46px rgba(30, 44, 30, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-event-card-media {
  height: 236px;
}

.home-event-card-footer {
  margin-top: auto;
}

@media (max-width: 1199px) {
  .event-shell {
    width: min(100%, calc(100vw - 30px));
  }

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

  .event-filter-panel form,
  .event-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-filter-actions {
    grid-column: span 2;
  }

  .event-detail-layout {
    grid-template-columns: 1fr;
  }

  .event-sidebar {
    position: static;
  }

  .event-section-head--clean {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .event-section-head--clean p {
    padding-top: 0;
  }
}

@media (max-width: 1399px) {
  .event-hero-stack .vs-hero-bg4 {
    min-height: 650px;
  }
}

@media (max-width: 991px) {
  .event-hero-stack .vs-hero-bg4 {
    min-height: 560px;
  }

  .event-hero-stack .hero-content-area {
    padding: 108px 0 156px;
  }

  .event-hero-stack h1,
  .event-detail-copy h1 {
    font-size: clamp(2.4rem, 9vw, 4rem);
  }

  .event-hero-stats,
  .event-fact-grid,
  .event-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-home-shell,
  .event-story-card {
    padding: 28px;
  }

  .event-index-section,
  .event-detail-main,
  .home-event-showcase {
    padding-bottom: 88px;
  }

  .event-filter-panel {
    transform: translateY(-56px);
    margin-bottom: -28px;
  }

  .event-gallery-tile {
    grid-column: span 6;
  }

  .event-gallery-tile--feature {
    grid-column: span 12;
    min-height: 320px;
  }

  .event-detail-stack .vs-hero-bg4 {
    min-height: 540px;
  }

  .event-detail-stack .hero-content-area {
    padding: 142px 0 156px;
  }
}

@media (max-width: 767px) {
  .event-hero-stack .vs-hero-bg4 {
    min-height: 500px;
  }

  .event-hero-stack .hero-content-area {
    padding: 92px 0 118px;
  }

  .event-index-section,
  .event-detail-main,
  .home-event-showcase {
    padding-bottom: 72px;
  }

  .event-grid,
  .home-event-grid,
  .event-hero-stats,
  .event-fact-grid,
  .event-highlight-grid,
  .event-gallery-grid,
  .event-filter-panel form,
  .event-filter-grid {
    grid-template-columns: 1fr;
  }

  .event-filter-actions {
    grid-column: auto;
    justify-content: stretch;
    flex-direction: column;
  }

  .event-filter-actions .event-button {
    width: 100%;
  }

  .event-filter-panel {
    transform: none;
    margin-bottom: 0;
  }

  .event-card-media,
  .home-event-card-media {
    height: 240px;
  }

  .event-card--catalog .event-card-media {
    height: 240px;
  }

  .event-card-media-top {
    flex-direction: column;
    align-items: start;
  }

  .event-card-date-badge,
  .event-card-type-badge {
    min-height: 38px;
    padding: 9px 12px;
  }

  .event-card-summary {
    grid-template-columns: 1fr;
  }

  .event-card-summary-item--wide {
    grid-column: auto;
  }

  .event-card--catalog .event-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .event-button--card {
    width: 100%;
    min-width: 0;
  }

  .event-gallery-tile,
  .event-gallery-tile--feature {
    grid-column: span 1;
    min-height: 240px;
  }

  .event-home-shell,
  .event-story-card,
  .event-inquiry-card,
  .event-side-collection {
    padding: 22px;
    border-radius: 26px;
  }

  .event-hero-stack .event-shell {
    margin-top: 24px;
  }

  .event-shell {
    width: min(100%, calc(100vw - 18px));
  }

  .event-detail-stack .vs-hero-bg4 {
    min-height: 470px;
  }

  .event-detail-stack .hero-content-area {
    padding: 128px 0 132px;
  }

  .event-detail-facts {
    margin-top: -86px;
  }

  .event-detail-stack .event-detail-shell::after {
    display: none;
  }

  .event-side-card {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .event-side-card img {
    height: 72px;
  }
}
