/* ── Meeting Minutes Layout ───────────────────────────────────────── */

.meeting-meta {
  display: flex;
  gap: 2rem;
  padding: 1rem 1.25rem;
  background: #f5f5f5;
  border-left: 4px solid #5a3e2b;
  border-radius: 0 4px 4px 0;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}

.meeting-meta__item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.meeting-meta__label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
}

.meeting-meta__value {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.meeting-demo {
  padding: 1.25rem 1.5rem;
  background: #3d2b1f;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 2rem;
}

.meeting-demo__label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c8a882;
  margin-bottom: 0.25rem;
}

.meeting-demo__name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.meeting-demo__topic {
  font-size: 0.95rem;
  color: #d9c4ae;
  margin-top: 0.35rem;
  font-style: italic;
}

/* ── Post Images ──────────────────────────────────────────────────── */

.post-figure {
  margin: 1.75rem auto;
  max-width: 680px;
  text-align: center;
}

.post-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  display: block;
  margin: 0 auto;
}

.post-figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
  line-height: 1.4;
}

/* ── Next Meeting Banner ──────────────────────────────────────────── */

.meeting-next {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  padding: 1rem 1.25rem;
  background: #f0ebe5;
  border: 1px solid #d4c4b0;
  border-radius: 6px;
  font-size: 0.95rem;
}

.meeting-next__label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #888;
  white-space: nowrap;
}

.meeting-next__date {
  font-weight: 700;
  color: #3d2b1f;
}

.meeting-next__time {
  color: #555;
}

.meeting-next__location {
  color: #666;
}

/* ── Affiliates — Homepage Section (Option B) ─────────────────────── */

.affiliates-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #e8e0d8;
}

.affiliates-section__heading {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  margin-bottom: 1.25rem;
}

.affiliates-grid {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.affiliate-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1.25rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  flex: 1 1 200px;
  max-width: 260px;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.affiliate-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-color: #b08060;
  text-decoration: none;
}

.affiliate-card__logo {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 0.75rem;
}

.affiliate-card__initials {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #3d2b1f;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.affiliate-card__name {
  font-weight: 700;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.affiliate-card__desc {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.4;
}

/* ── Affiliates — Post Rail (Option D) ───────────────────────────── */

.affiliates-rail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding: 0.875rem 1.25rem;
  margin-top: 2.5rem;
  background: #faf8f5;
  border: 1px solid #e8e0d8;
  border-radius: 6px;
}

.affiliates-rail__label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #aaa;
  white-space: nowrap;
  margin-right: 0.25rem;
}

.affiliates-rail__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #555;
  font-size: 0.85rem;
  font-weight: 600;
  transition: color 0.15s ease;
}

.affiliates-rail__item:hover {
  color: #3d2b1f;
  text-decoration: none;
}

.affiliates-rail__item img {
  max-height: 24px;
  width: auto;
}

.affiliates-rail__initials {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #3d2b1f;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.03em;
}

.affiliates-rail__name {
  line-height: 1.2;
}

/* ── Meeting Dates Page ───────────────────────────────────────────── */

.meeting-next-callout {
  background: #3d2b1f;
  color: #fff;
  padding: 1.5rem 1.75rem;
  border-radius: 8px;
  margin-bottom: 2.5rem;
}

.meeting-next-callout__eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c8a882;
  margin-bottom: 0.4rem;
}

.meeting-next-callout__date {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.meeting-next-callout__details {
  font-size: 0.95rem;
  color: #d9c4ae;
}

.meeting-next-callout__location {
  font-size: 0.9rem;
  color: #c8a882;
  margin-top: 0.5rem;
}

.meeting-next-callout__demo {
  font-size: 0.9rem;
  color: #d9c4ae;
  font-style: italic;
  margin-top: 0.2rem;
}

.meeting-section-heading {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8e0d8;
  padding-bottom: 0.5rem;
}

.meeting-section-heading--past {
  margin-top: 3rem;
}

.meeting-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.meeting-list__item {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.2rem 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0ebe5;
}

.meeting-list__item:last-child {
  border-bottom: none;
}

.meeting-list__item--special {
  background: #fdf8f2;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 4px;
  border-bottom-color: #e8ddd0;
}

.meeting-list__date {
  font-weight: 700;
  color: #333;
  min-width: 150px;
}

.meeting-list__day {
  color: #999;
  font-size: 0.88rem;
}

.meeting-list__time {
  color: #555;
  font-size: 0.88rem;
}

.meeting-list__note {
  color: #a0621e;
  font-size: 0.85rem;
  font-style: italic;
  font-weight: 600;
}

.meeting-list__extra {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1rem;
  font-size: 0.85rem;
  padding-top: 0.1rem;
}

.meeting-list__location {
  color: #666;
}

.meeting-list__demo {
  color: #888;
  font-style: italic;
}

.meeting-list--past .meeting-list__item {
  opacity: 0.65;
}

.meeting-list--past .meeting-list__date {
  font-weight: 600;
  color: #555;
}

.meeting-list__post-link {
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary-600);
  text-decoration: none;
  white-space: nowrap;
  opacity: 1 !important;
}

.meeting-list__post-link:hover {
  color: var(--primary-700);
  text-decoration: underline;
}

@media (max-width: 600px) {
  .meeting-list__item {
    flex-direction: column;
    gap: 0.15rem;
  }
  .meeting-list__post-link {
    margin-left: 0;
    margin-top: 0.25rem;
  }
  .meeting-next-callout__date {
    font-size: 1.35rem;
  }
}
