/* =========================================================
   CONTACT.CSS
   Contact Page Only Styles
========================================================= */


/* =========================================================
   01 — HERO OVERRIDES
========================================================= */
.hero--contact {
  align-items: center;
}

.hero--contact .hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 24, 36, 0.84) 0%,
    rgba(0, 59, 74, 0.58) 42%,
    rgba(0, 59, 74, 0.18) 72%,
    rgba(0, 59, 74, 0.04) 100%
  );
}

.hero--contact .hero-content {
  text-align: left;
}

.hero--contact .hero-text-container {
  width: min(860px, 92vw);
  margin-right: auto;
}

.hero--contact .hero-headline {
  margin: 0;
  max-width: 860px;
}

.hero--contact .hero-tagline {
  max-width: 820px;
  margin-top: 16px;
  font-weight: 400;
}

.contact-hero-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: clamp(0.78rem, 1.4vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}


/* =========================================================
   02 — SHARED PAGE ELEMENTS
========================================================= */
.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--brand-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-intro h2,
.contact-band h2,
.contact-section-header h2,
.contact-direct h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.08;
  text-wrap: balance;
}

.contact-intro p,
.contact-band p,
.contact-direct p {
  color: #4f5f68;
  font-size: clamp(1.08rem, 1.45vw, 1.2rem);
  line-height: 1.65;
  text-wrap: pretty;
}


/* =========================================================
   03 — INTRO
========================================================= */
.contact-intro {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(46px, 7vw, 82px) 20px 34px;
  text-align: center;
}

.contact-intro p {
  max-width: 980px;
  margin: 0 auto;
}


/* =========================================================
   04 — PATH CARDS
========================================================= */
.contact-paths {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 20px clamp(56px, 7vw, 84px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.contact-path-card {
  padding: clamp(26px, 4vw, 38px);
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 59, 74, 0.10);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.contact-path-card--primary {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.contact-path-card--club {
  background: linear-gradient(135deg, #111111 0%, #003b4a 100%);
  color: #ffffff;
}

.contact-path-card--club .contact-eyebrow {
  color: #ff8a1d;
}

.contact-path-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.2;
}

.contact-path-card--club h3 {
  color: #ffffff;
}

.contact-path-card p {
  margin: 0 0 24px;
  color: #586872;
  line-height: 1.75;
}

.contact-path-card--club p {
  color: rgba(255, 255, 255, 0.84);
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--brand-1);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 119, 148, 0.22);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-button:hover {
  background: var(--brand-2);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 119, 148, 0.28);
}

.contact-button--dark {
  background: #ff8a1d;
  color: #111111;
  box-shadow: 0 12px 24px rgba(255, 138, 29, 0.24);
}

.contact-button--dark:hover {
  background: #ff9d3f;
  box-shadow: 0 16px 30px rgba(255, 138, 29, 0.32);
}


/* =========================================================
   05 — DETAILS BAND
========================================================= */
.contact-band {
  background: linear-gradient(135deg, #003b4a 0%, #005f73 100%);
  color: #ffffff;
  padding: clamp(50px, 7vw, 84px) 20px;
}

.contact-band-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: start;
}

.contact-band .contact-eyebrow,
.contact-band h2 {
  color: #ffffff;
}

.contact-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.contact-detail-list {
  display: grid;
  gap: 14px;
}

.contact-detail-item {
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-detail-item strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1rem;
}

.contact-detail-item span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}


/* =========================================================
   06 — SPECIALTIES
========================================================= */
.contact-specialties {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 88px) 20px 38px;
}

.contact-section-header {
  max-width: 1100px;
  margin: 0 auto 32px;
  text-align: center;
}

.contact-specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.contact-specialty-card {
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 59, 74, 0.10);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.contact-specialty-card h3 {
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: 1.12rem;
}

.contact-specialty-card p {
  margin: 0;
  color: #5d6a73;
  line-height: 1.7;
}


/* =========================================================
   07 — DIRECT CONTACT
========================================================= */
.contact-direct {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(46px, 7vw, 82px) 20px clamp(58px, 8vw, 98px);
  text-align: center;
}

.contact-direct p {
  max-width: 1000px;
  margin: 0 auto 22px;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--brand-2);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--brand-1);
}

.contact-email:hover {
  color: var(--brand-1);
  border-color: var(--brand-2);
}

.contact-social-link {
  margin-top: 12px;
}

.contact-direct-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact-mail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  color: var(--brand-2);
  font-size: 1.05em;
  line-height: 1;
}

.contact-or {
  color: #6f7d87;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.contact-direct-links .contact-social-link {
  margin-top: 0;
}


/* =========================================================
   08 — RESPONSIVE
========================================================= */
@media (max-width: 980px) {
  .contact-specialty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .hero--contact .hero-overlay {
    background: linear-gradient(
      to top,
      rgba(0, 22, 30, 0.82) 0%,
      rgba(0, 59, 74, 0.50) 48%,
      rgba(0, 59, 74, 0.12) 100%
    );
  }

  .hero--contact .hero-content {
    text-align: center;
  }

  .hero--contact .hero-text-container {
    margin: 0 auto;
  }

  .contact-paths,
  .contact-band-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .contact-specialty-grid {
    grid-template-columns: 1fr;
  }

  .contact-path-card,
  .contact-specialty-card {
    padding: 22px;
  }

  .contact-button {
    width: 100%;
  }
}




