.calendar-page {
  max-width: none;
  padding-top: 0;
  padding-bottom: 4rem;
}

.calendar-hero {
  max-width: 1040px;
  margin-bottom: 0.9rem;
}

.calendar-hero .section-rule {
  margin-bottom: 0.7rem;
}

.calendar-hero h1 {
  margin: 0 0 0.7rem;
  font-family: var(--font-editorial);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
  font-weight: 600;
}

.calendar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.calendar-actions a,
.calendar-actions button {
  text-decoration: none;
}

.calendar-subscribe-note {
  margin: 0.45rem 0 0;
  font-family: var(--font-editorial);
  font-size: 0.82rem;
  line-height: 1.4;
  opacity: 0.68;
}

.official-notice {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 0.75rem;
  margin: 0.9rem 0 1.75rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--rule);
  font-family: var(--font-editorial);
  font-size: 0.84rem;
  line-height: 1.4;
}

.official-notice strong {
  font-family: "Electrolize", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.official-notice a {
  width: fit-content;
  margin-left: auto;
  white-space: nowrap;
}

.calendar-section {
  margin-top: 1.75rem;
}

.calendar-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--rule);
}

.calendar-section-head h2 {
  margin: 0;
  font-family: var(--font-editorial);
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  font-weight: 600;
}

.meeting-list {
  display: grid;
}

.calendar-group-heading {
  margin: 1.15rem 0 0;
  padding: 0 0 0.45rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--rule);
}

.calendar-group-heading:first-child {
  margin-top: 0.8rem;
}

.meeting-card {
  display: grid;
  gap: 0.42rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--rule);
}

.meeting-when {
  margin: 0;
  font-family: "Electrolize", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0.72;
}

.meeting-card h3 {
  max-width: 900px;
  font-family: var(--font-editorial);
  margin: 0;
  font-size: clamp(1.25rem, 4.5vw, 1.8rem);
  line-height: 1.18;
  font-weight: 600;
}

.meeting-location {
  margin: 0;
  font-family: var(--font-editorial);
  font-size: 0.92rem;
  line-height: 1.4;
  opacity: 0.78;
}

.meeting-analyses {
  max-width: 900px;
  margin-top: 0.05rem;
}

.meeting-analysis-label {
  margin: 0 0 0.18rem;
  color: var(--muted);
  font-family: "Electrolize", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.meeting-analyses ul {
  display: grid;
  gap: 0.16rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.meeting-analyses a {
  font-family: var(--font-editorial);
  font-size: 0.86rem;
  line-height: 1.3;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.meeting-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.9rem;
  margin-top: 0.05rem;
}

.meeting-official-link,
.meeting-add {
  font-family: "Electrolize", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
}

.meeting-official-link {
  font-weight: 500;
  opacity: 0.84;
}

.meeting-add {
  padding: 0;
  opacity: 0.82;
}

.calendar-loading,
.calendar-empty {
  margin: 1rem 0;
  font-family: var(--font-editorial);
  line-height: 1.5;
  opacity: 0.72;
}

.recent-section {
  margin-top: 2.5rem;
}

@media (max-width: 640px) {
  .calendar-actions {
    gap: 0.45rem;
  }

  .official-notice {
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .official-notice a {
    margin-left: 0;
  }

  .calendar-group-heading {
    margin-top: 1rem;
  }

  .meeting-card {
    padding: 0.82rem 0;
  }
}
