:root {
  --ihrl-navy: #0b1d4b;
  --ihrl-navy-2: #11264f;
  --ihrl-gold: #f0c664;
  --ihrl-gold-soft: rgba(240, 198, 100, 0.18);
  --ihrl-soft: #f5f7fb;
  --ihrl-border: rgba(11, 29, 75, 0.12);
  --ihrl-text: #22395f;
  --ihrl-muted: rgba(34, 57, 95, 0.75);
  --shadow-soft: 0 18px 42px rgba(13, 29, 69, 0.08);
  --shadow-card: 0 12px 28px rgba(15, 35, 80, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

body.page-events {
  background: #f4f7fb;
  color: var(--ihrl-text);
}

.page-events .internal-main {
  padding-bottom: 0;
}

.event-platform {
  padding-bottom: 0;
}

.event-hero {
  position: relative;
  background: linear-gradient(180deg, rgba(11, 29, 75, 0.98), rgba(14, 34, 74, 0.96));
  color: #fff;
  padding: 36px 0 30px;
  overflow: hidden;
}

.event-hero::before {
  content: "";
  position: absolute;
  inset: 18% auto auto 50%;
  width: 520px;
  height: 520px;
  transform: translateX(-25%);
  border-radius: 50%;
  border: 1px solid rgba(240, 198, 100, 0.2);
  background: rgba(255,255,255,0.02);
}

.event-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 100%;
  background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 46%, transparent 95%);
  pointer-events: none;
}

.event-hero .container {
  position: relative;
  z-index: 1;
}

.breadcrumb-nav {
  margin-bottom: 16px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.8);
}

.breadcrumb a,
.breadcrumb li {
  color: rgba(255,255,255,0.8);
}

.breadcrumb .current {
  color: var(--ihrl-gold);
}

.event-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.9);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
}

.event-hero h1 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.06em;
}

.event-hero p {
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  max-width: 620px;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.primary-btn,
.secondary-btn,
.btn-outline,
.filter-btn,
.view-btn,
.calendar-btn,
.status-chip,
.registration-button,
.event-link,
.share-btn,
.action-link,
.event-card__action,
.search-clear {
  transition: all 0.2s ease;
}

.primary-btn,
.secondary-btn,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
}

.primary-btn {
  background: var(--ihrl-gold);
  color: var(--ihrl-navy);
}

.primary-btn:hover,
.primary-btn:focus-visible {
  background: #e8b64a;
  box-shadow: 0 10px 24px rgba(240, 198, 100, 0.28);
}

.btn-outline {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  color: #fff;
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: rgba(255,255,255,0.08);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.metric-pill {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 12px 14px;
  min-width: 120px;
}

.metric-pill strong {
  display: block;
  color: var(--ihrl-gold);
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.metric-pill span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.visual-card {
  position: relative;
  width: min(100%, 420px);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 28px;
  padding: 12px;
  box-shadow: 0 22px 44px rgba(7, 15, 31, 0.22);
}

.visual-card img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
}

.visual-badge,
.visual-meta {
  position: absolute;
  border-radius: 12px;
  background: rgba(11, 29, 75, 0.86);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
}

.visual-badge {
  top: 24px;
  left: 24px;
  padding: 8px 12px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visual-meta {
  right: 24px;
  bottom: 22px;
  padding: 12px 14px;
  min-width: 160px;
}

.visual-meta strong {
  display: block;
  color: var(--ihrl-gold);
  font-size: 1.2rem;
}

.visual-meta span {
  color: rgba(255,255,255,0.84);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-space {
  padding-top: 34px;
  padding-bottom: 26px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 22px;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(2rem, 2.5vw, 2.7rem);
  letter-spacing: -0.04em;
}

.section-header p {
  margin: 0;
  color: var(--ihrl-muted);
}

.featured-event {
  background: #fff;
  border: 1px solid var(--ihrl-border);
  border-radius: 28px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
}

.featured-image {
  position: relative;
  min-height: 350px;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--ihrl-navy);
  background: var(--ihrl-gold);
  border: 1px solid rgba(11,29,75,0.08);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-content {
  padding: 28px;
}

.featured-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.featured-type {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(11,29,75,.05);
  color: var(--ihrl-navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-open {
  background: rgba(28, 128, 74, 0.12);
  color: #147d4f;
}

.status-closed {
  background: rgba(111, 122, 138, 0.12);
  color: #48586f;
}

.status-upcoming {
  background: rgba(240,198,100,0.16);
  color: var(--ihrl-navy);
}

.status-completed {
  background: rgba(27, 74, 147, 0.1);
  color: var(--ihrl-navy);
}

.featured-title {
  margin: 0 0 10px;
  color: var(--ihrl-navy);
  font-size: clamp(2rem, 2.5vw, 2.7rem);
  line-height: 1.2;
}

.featured-description {
  margin: 0 0 18px;
  line-height: 1.8;
  color: var(--ihrl-muted);
}

.featured-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.meta-box {
  background: var(--ihrl-soft);
  border: 1px solid rgba(11,29,75,0.06);
  border-radius: 14px;
  padding: 12px 14px;
}

.meta-box span {
  display: block;
  font-size: 0.68rem;
  color: var(--ihrl-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.meta-box strong {
  color: var(--ihrl-navy);
  font-size: 1rem;
}

.featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.event-discovery {
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--ihrl-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  padding: 18px 20px 20px;
}

.discovery-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.discovery-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.discovery-field label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ihrl-muted);
}

.discovery-field input,
.discovery-field select {
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid var(--ihrl-border);
  background: var(--ihrl-soft);
  padding: 0 14px;
  color: var(--ihrl-navy);
  font-weight: 600;
}

.event-viewer {
  background: transparent;
}

.view-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--ihrl-border);
  border-radius: 999px;
  box-shadow: var(--shadow-card);
}

.view-btn {
  min-height: 40px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--ihrl-text);
  font-weight: 700;
  padding: 0 14px;
}

.view-btn.is-active {
  background: var(--ihrl-navy);
  color: #fff;
}

.event-results {
  margin-top: 22px;
}

.event-grid-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.event-card-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--ihrl-border);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  min-height: 100%;
}

.event-card-item:hover,
.event-card-item:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(15, 35, 80, 0.12);
}

.event-card-media {
  position: relative;
  display: block;
  height: 190px;
  overflow: hidden;
}

.event-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.event-card-item:hover .event-card-media img,
.event-card-item:focus-within .event-card-media img {
  transform: scale(1.05);
}

.event-card-category {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(11,29,75,0.85);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-card-date {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 74px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(11,29,75,0.08);
  color: var(--ihrl-navy);
  border-radius: 16px;
  padding: 8px 10px;
}

.event-card-date strong {
  font-size: 1.5rem;
  line-height: 1;
}

.event-card-date span {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}

.event-card-body {
  padding: 18px 18px 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.event-card-body h3 {
  margin: 0 0 8px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: var(--ihrl-navy);
}

.event-card-body p {
  margin: 0 0 12px;
  color: var(--ihrl-muted);
  line-height: 1.7;
}

.event-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(11,29,75,0.08);
  color: var(--ihrl-muted);
  font-size: 0.8rem;
}

.event-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.event-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px 18px;
}

.event-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-card-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ihrl-navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.event-card-action:hover,
.event-card-action:focus-visible {
  color: #173f8d;
}

.list-view {
  display: none;
}

.list-view.is-visible,
.grid-view.is-visible,
.calendar-view.is-visible {
  display: block;
}

.list-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--ihrl-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.list-table th,
.list-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(11,29,75,0.08);
  vertical-align: middle;
}

.list-table th {
  background: rgba(245,247,251,0.9);
  color: var(--ihrl-navy);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.list-table td {
  color: var(--ihrl-text);
}

.list-date {
  font-weight: 800;
  color: var(--ihrl-navy);
}

.calendar-shell {
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--ihrl-border);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
  padding: 18px;
}

.calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.calendar-title {
  font-size: 1.4rem;
  color: var(--ihrl-navy);
  margin: 0;
}

.calendar-nav {
  display: flex;
  gap: 8px;
}

.calendar-btn {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid var(--ihrl-border);
  background: #fff;
  color: var(--ihrl-navy);
  font-weight: 700;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-day-name,
.calendar-day {
  border-radius: 12px;
  min-height: 110px;
}

.calendar-day-name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: rgba(11,29,75,0.04);
  color: var(--ihrl-muted);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.calendar-day {
  position: relative;
  border: 1px solid rgba(11,29,75,0.08);
  background: rgba(245,247,251,0.6);
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.calendar-day.is-muted {
  opacity: 0.55;
}

.calendar-day .date-number {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ihrl-navy);
}

.calendar-event {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(240,198,100,0.14);
  color: var(--ihrl-navy);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.2;
}

.empty-state {
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--ihrl-border);
  border-radius: 20px;
  padding: 34px 22px;
  box-shadow: var(--shadow-card);
  text-align: center;
}

.empty-state h3 {
  color: var(--ihrl-navy);
}

.empty-state p {
  color: var(--ihrl-muted);
}

.search-clear {
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid var(--ihrl-border);
  background: rgba(240,198,100,0.12);
  color: var(--ihrl-navy);
  font-weight: 700;
  padding: 0 14px;
}

.past-section {
  padding-top: 18px;
  padding-bottom: 32px;
}

.past-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.past-card {
  background: #fff;
  border: 1px solid var(--ihrl-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.past-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.past-card-body {
  padding: 18px;
}

.archive-date {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ihrl-muted);
  font-weight: 700;
  margin-bottom: 8px;
}

.past-card-body h3 {
  margin: 0 0 8px;
  color: var(--ihrl-navy);
  font-size: 1.25rem;
}

.past-card-body p {
  margin: 0 0 14px;
  color: var(--ihrl-muted);
  line-height: 1.7;
}

.event-detail-wrap {
  padding: 32px 0 20px;
}

.event-detail-page {
  background: #f5f7fb;
}

.detail-hero {
  position: relative;
  background: linear-gradient(180deg, rgba(11,29,75,0.94), rgba(18,40,84,0.92));
  padding: 40px 0 26px;
  color: #fff;
}

.detail-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  gap: 26px;
}

.detail-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  min-height: 430px;
  border: 1px solid rgba(255,255,255,0.12);
}

.detail-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(240,198,100,0.94);
  color: var(--ihrl-navy);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detail-copy h1 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.detail-copy p {
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
}

.detail-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.detail-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  font-size: 0.8rem;
}

.detail-main {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 22px;
  padding-top: 30px;
}

.content-panel,
.summary-panel,
.speaker-card,
.faq-item,
.related-card {
  background: #fff;
  border: 1px solid var(--ihrl-border);
  border-radius: 22px;
  box-shadow: var(--shadow-card);
}

.content-panel {
  padding: 22px 22px 18px;
}

.content-panel h2,
.summary-panel h3,
.related-section h2 {
  color: var(--ihrl-navy);
  margin-bottom: 14px;
}

.content-panel p,
.content-panel li {
  line-height: 1.8;
  color: var(--ihrl-muted);
}

.summary-panel {
  padding: 20px;
  align-self: start;
}

.info-list {
  display: grid;
  gap: 12px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(11,29,75,0.08);
  padding-bottom: 10px;
}

.info-row span {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ihrl-muted);
  font-weight: 700;
}

.info-row strong {
  color: var(--ihrl-navy);
  font-size: 0.92rem;
  text-align: right;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.registration-button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--ihrl-gold);
  color: var(--ihrl-navy);
  font-weight: 800;
  padding: 0 18px;
}

.share-btn,
.action-link {
  min-height: 46px;
  border: 1px solid var(--ihrl-border);
  border-radius: 999px;
  background: #fff;
  color: var(--ihrl-navy);
  font-weight: 700;
  padding: 0 14px;
}

.speaker-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.speaker-card {
  padding: 16px 16px 18px;
}

.speaker-card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
}

.speaker-card h4 {
  margin: 0 0 4px;
  color: var(--ihrl-navy);
}

.speaker-card p {
  margin: 0;
  color: var(--ihrl-muted);
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 14px 18px;
}

.faq-item h4 {
  margin: 0;
  color: var(--ihrl-navy);
  font-size: 1.02rem;
}

.related-section {
  padding-top: 20px;
  padding-bottom: 24px;
}

.related-card {
  overflow: hidden;
}

.related-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.related-body {
  padding: 16px;
}

.related-body h3 {
  margin: 0 0 6px;
  color: var(--ihrl-navy);
  font-size: 1.2rem;
}

.related-body p {
  margin: 0 0 14px;
  color: var(--ihrl-muted);
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .event-hero-inner,
  .featured-layout,
  .detail-main,
  .detail-inner {
    grid-template-columns: 1fr;
  }

  .discovery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-grid-list,
  .past-grid,
  .speaker-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .event-grid-list,
  .past-grid,
  .speaker-grid,
  .related-grid,
  .featured-meta,
  .discovery-grid {
    grid-template-columns: 1fr;
  }

  .event-hero {
    padding-top: 24px;
  }

  .hero-actions,
  .featured-actions,
  .detail-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .primary-btn,
  .secondary-btn,
  .btn-outline,
  .registration-button,
  .share-btn,
  .action-link,
  .event-card-action {
    width: 100%;
  }

  .calendar-day,
  .calendar-day-name {
    min-height: 84px;
  }

  .section-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .visual-card {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
