/* K & A — toastmasters.html page styles */

/* ===== EXPLAINER (what's a toastmaster) ===== */
.tm-explain {
  padding: 96px 40px; background: var(--butter-2);
  --pink: var(--pink-deep); --pink-2: var(--pink-deep-2);
}
.tm-explain-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.tm-explain-head .eyebrow { justify-content: center; display: flex; align-items: center; gap: 14px; color: var(--orange-deep-d); }
.tm-explain-head .eyebrow::before, .tm-explain-head .eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.tm-explain-head h2 { margin-top: 16px; }
.tm-explain-head .lead {
  font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--ink-2);
  margin-top: 20px; line-height: 1.5;
}
.tm-cards {
  max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.tm-card {
  padding: 40px 32px; position: relative; border-radius: 10px;
  box-shadow: 0 16px 36px rgba(42,15,28,0.14);
}
.tm-card:nth-child(1) { background: var(--pink-deep); }
.tm-card:nth-child(2) { background: var(--orange-deep); }
.tm-card:nth-child(3) { background: var(--nav-active); }
.tm-card .icon {
  width: 64px; height: 64px; background: rgba(255,248,236,0.2); color: var(--cream);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 24px;
}
.tm-card h4 { font-family: var(--serif); font-weight: 900; font-size: 28px; line-height: 1.1; margin: 0 0 14px; color: var(--cream); }
.tm-card h4 em { font-style: italic; font-weight: 400; color: var(--butter); }
.tm-card p { font-size: 14px; color: rgba(255,248,236,0.9); line-height: 1.65; margin: 0; }

/* ===== MEET THEM ===== */
.tm-meet {
  padding: 96px 40px; background: var(--orange);
  --pink: var(--pink-deep); --pink-2: var(--pink-deep-2);
}
.tm-meet-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 0.85fr 1fr; gap: 72px; align-items: center; }
.tm-photo {
  aspect-ratio: 3 / 4; border-radius: 10px; overflow: hidden;
  border: 1px solid rgba(255,248,236,0.3); box-shadow: 0 20px 48px rgba(42,15,28,0.22);
}
.tm-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tm-photo-caption {
  margin-top: 14px; font-family: var(--serif); font-style: italic; font-size: 16px;
  color: rgba(255,248,236,0.85); text-align: center;
}
.tm-bio .eyebrow { color: rgba(255,248,236,0.75); display: flex; align-items: center; gap: 14px; }
.tm-bio .eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.tm-bio h2 { margin-top: 12px; color: var(--cream); }
.tm-bio h2 .em { color: var(--butter); }
.tm-bio .lead {
  font-family: var(--serif); font-style: italic; font-size: 20px; color: rgba(255,248,236,0.95);
  margin: 20px 0 0; line-height: 1.5;
}
.tm-bio p { font-size: 16px; line-height: 1.7; margin-top: 16px; max-width: 52ch; color: rgba(255,248,236,0.9); }
.tm-bio .placeholder-note {
  display: inline-block; margin-top: 18px; font-family: var(--sans); font-size: 11px;
  font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream);
  padding: 6px 14px; border: 1px dashed rgba(255,248,236,0.6); border-radius: 999px;
}
.tm-meta {
  margin-top: 36px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
  border-top: 1px solid rgba(255,248,236,0.28); padding-top: 28px;
}
.tm-meta .lbl { font-family: var(--sans); font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255,248,236,0.65); margin-bottom: 6px; }
.tm-meta .val { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--cream); }

/* ===== CONTACT / JOIN IN ===== */
.tm-contact {
  background: var(--butter-2); padding: 96px 40px; text-align: center;
  --pink: var(--pink-deep); --pink-2: var(--pink-deep-2);
}
.tm-contact-head { max-width: 640px; margin: 0 auto 48px; }
.tm-contact h2 { font-size: 64px; letter-spacing: -0.02em; margin: 0 0 16px; }
.tm-contact h2 em { font-style: italic; font-weight: 400; color: var(--orange-deep-d); }
.tm-contact .lead {
  font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--ink-2);
  margin: 0 auto; line-height: 1.55;
}
.contact-grid {
  max-width: 760px; margin: 48px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
}
.contact-card {
  border-radius: 10px; padding: 36px 28px; text-align: center;
  box-shadow: 0 16px 36px rgba(42,15,28,0.14);
}
.contact-card:nth-child(1) { background: var(--pink-deep); }
.contact-card:nth-child(2) { background: var(--orange-deep); }
.contact-card .role {
  font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: rgba(255,248,236,0.8); margin-bottom: 10px;
}
.contact-card h3 { font-size: 28px; margin: 0 0 12px; color: var(--cream); }
.contact-card h3 em { font-style: italic; font-weight: 400; color: var(--butter); }
.contact-card .num {
  display: block; font-family: var(--serif); font-style: italic; font-size: 18px;
  color: rgba(255,248,236,0.85); margin-bottom: 20px;
}
.contact-card .num em { font-style: normal; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .tm-explain { padding: 64px 24px; }
  .tm-cards { grid-template-columns: 1fr; }
  .tm-meet { padding: 64px 24px; }
  .tm-meet-grid { grid-template-columns: 1fr; gap: 40px; }
  .tm-photo { max-width: 380px; margin: 0 auto; }
  .tm-contact { padding: 64px 24px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .tm-explain-head .lead { font-size: 18px; }
  .tm-card { padding: 28px 20px; }
  .tm-card h4 { font-size: 24px; }
  .tm-bio .lead { font-size: 18px; }
  .tm-meta { grid-template-columns: 1fr; }
  .tm-contact h2 { font-size: 44px; }
  .tm-contact .lead { font-size: 17px; }
  .contact-card { padding: 28px 20px; }
}
