/* =========================================================
   CONTACT PAGE ONLY
   File: contact-page.css
   Page: contact.html
========================================================= */

.contact-body .contact-main,
.contact-body .contact-main * {
  box-sizing: border-box;
}

.contact-main {
  color: #ffffff;
}

.contact-banner-shell {
  padding: 1rem 0 0.7rem;
}

.contact-foundation-banner {
  width: 100%;
  height: auto;
  display: block;
}

.contact-hero {
  padding: 0.5rem 0 1.5rem;
}

.contact-hero-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(255, 204, 0, 0.22), transparent 35%),
    linear-gradient(135deg, #2b0c36 0%, #540070 52%, #9900ce 100%);
  border-radius: 24px;
  padding: 34px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.contact-kicker {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  color: #ffcc00;
  margin-bottom: 10px;
}

.contact-hero-copy h1,
.contact-form-intro h2 {
  font-family: Byington, Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.contact-hero-copy h1 {
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  line-height: 0.95;
  margin-bottom: 18px;
}

.contact-hero-copy p {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.58;
}

.contact-leadership-card {
  background: #ffffff;
  color: #1d1d1d;
  border-radius: 20px;
  padding: 18px;
  min-height: 460px;
  display: flex;
  align-items: center;
}

.contact-photo-stack {
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

.contact-person-card {
  margin: 0;
  background: #540070;
  color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.contact-person-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.contact-person-main {
  grid-row: span 2;
}

.contact-person-main img {
  height: 500px;
}

.contact-person-card figcaption {
  padding: 12px 14px;
}

.contact-person-card strong {
  display: block;
  font-weight: 900;
}

.contact-person-card span {
  color: #ffcc00;
  font-weight: 800;
  font-size: 0.9rem;
}

.contact-info-section {
  padding: 0 0 1.5rem;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.contact-info-card {
  background: #ffffff;
  color: #1c1028;
  border-radius: 18px;
  padding: 30px;
  min-height: 250px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  border-top: 8px solid #ffcc00;
}

.contact-info-card-gold {
  background: #ffcc00;
  border-top-color: #ffffff;
}

.contact-info-icon {
  width: 54px;
  height: 54px;
  background: #540070;
  color: #ffcc00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 1.5rem;
  font-weight: 900;
}

.contact-info-card h2 {
  color: #540070;
  font-size: 1.65rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.contact-info-card p,
.contact-info-card address {
  line-height: 1.5;
  margin-bottom: 12px;
  font-style: normal;
}

.contact-info-card a {
  color: #540070;
  font-weight: 900;
  word-break: break-word;
}

.contact-form-intro-section {
  padding: 0 0 1.2rem;
}

.contact-form-intro {
  background: linear-gradient(180deg, #cb00ff 0%, #9900ce 100%);
  border-radius: 20px;
  padding: 36px 40px;
  text-align: center;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.05);
}

.contact-form-intro h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin-bottom: 18px;
}

.contact-form-intro p {
  max-width: 940px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.65;
}

.contact-form-section {
  padding: 0 0 1.5rem;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: start;
}

.contact-form-panel,
.contact-sidebar-card {
  background: #ffffff;
  color: #1d1d1d;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.contact-request-form h3 {
  color: #540070;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.contact-form-grid {
  display: grid;
  gap: 18px;
}

.contact-form-grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.contact-full-width {
  grid-column: 1 / -1;
}

.contact-form-group label {
  display: block;
  font-weight: 900;
  color: #540070;
  margin-bottom: 7px;
}

.contact-form-group label span {
  color: #b00020;
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
  width: 100%;
  border: 2px solid #e5d8eb;
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 1rem;
  background: #ffffff;
  color: #1d1d1d;
  outline: none;
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
  border-color: #540070;
  box-shadow: 0 0 0 4px rgba(84, 0, 112, 0.12);
}

.contact-hidden-field {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.contact-certification {
  margin-top: 20px;
  padding: 16px;
  background: #f5eff8;
  border-left: 6px solid #ffcc00;
  color: #3b014e;
  font-weight: 700;
  line-height: 1.45;
}

.contact-submit-wrap {
  margin-top: 20px;
  text-align: center;
}

.contact-submit-btn {
  border: none;
  border-radius: 999px;
  background: #ffcc00;
  color: #111111;
  font-weight: 900;
  padding: 15px 34px;
  font-size: 1.05rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.contact-submit-btn:hover {
  background: #540070;
  color: #ffffff;
}

.contact-submit-wrap p {
  color: #540070;
  margin: 12px 0 0;
  font-weight: 800;
}

.contact-sidebar-panel {
  display: grid;
  gap: 18px;
}

.contact-sidebar-card h3 {
  color: #540070;
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.contact-sidebar-card ul {
  margin: 0;
  padding-left: 20px;
}

.contact-sidebar-card li {
  margin-bottom: 10px;
  font-weight: 700;
}

.contact-sidebar-gold {
  background: #ffcc00;
  color: #1c1028;
}

.contact-sidebar-gold h3 {
  color: #540070;
}

.contact-sidebar-gold p {
  margin-bottom: 14px;
  line-height: 1.5;
}

.contact-cta-section {
  padding: 0 0 1.2rem;
}

.contact-cta-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-cta {
  min-width: 280px;
  min-height: 92px;
  padding: 16px 22px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.contact-cta-contact {
  background: linear-gradient(180deg, #cb00ff 0%, #9100c2 100%);
  color: #ffffff;
  gap: 14px;
}

.contact-cta-contact img {
  width: 72px;
  height: auto;
  display: block;
}

.contact-cta-contact span {
  font-size: 1.35rem;
  line-height: 1.1;
}

.contact-cta-donate {
  background: #ffcc00;
  color: #111111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 1px;
}

@media (max-width: 991.98px) {
  .contact-hero-card,
  .contact-info-grid,
  .contact-form-layout {
    grid-template-columns: 1fr;
  }

  .contact-leadership-card {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .contact-hero-card,
  .contact-form-intro,
  .contact-form-panel,
  .contact-sidebar-card,
  .contact-info-card {
    padding: 26px 22px;
  }

  .contact-photo-stack,
  .contact-form-grid-two {
    grid-template-columns: 1fr;
  }

  .contact-person-main {
    grid-row: auto;
  }

  .contact-person-main img,
  .contact-person-card img {
    height: 320px;
  }

  .contact-cta {
    width: 100%;
    max-width: 420px;
  }

  .contact-cta-contact span {
    font-size: 1.15rem;
  }

  .contact-cta-donate {
    font-size: 1.8rem;
  }
}
