
.contact-page .contact-team-section { padding-top: 0; position: relative; z-index: 2; }
.contact-intro { width: min(1240px, 100%); margin: 0 auto 24px; }
.contact-intro .contact-eyebrow { color: var(--green); font-size: .78rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; margin: 0; }
.contact-intro h2 { color: var(--white); font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.15; font-weight: 500; margin: 0 0 20px; }
.contact-intro > p:last-child { color: var(--mist); line-height: 1.7; margin: 0; }
.contact-page .contact-grid--primary { width: min(1240px, 100%); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.contact-page .person-card--primary { padding: 28px 22px 32px; min-width: 0; background: rgba(8,43,80,.35); border: 1px solid rgba(217,226,234,.16); border-top: 2px solid var(--green); border-radius: 0; box-shadow: none; text-align: left; }
.contact-page .person-card .contact-area { min-height: 2.8em; margin: 0 0 24px; color: #b5d579; font-size: 1.25rem; line-height: 1.4; font-weight: 600; letter-spacing: 0; }
.contact-page .person-card h2 { font-size: clamp(1.4rem, 2vw, 1.7rem); font-weight: 500; margin-bottom: 8px; }
.contact-page .person-card h2 + p { margin-bottom: 26px; color: #b6c6d5; font-size: .875rem; line-height: 1.6; min-height: 3.2em; }
.contact-page .person-card a { width: fit-content; max-width: 100%; min-height: 44px; display: flex; align-items: center; margin: 0; color: #eef3f7; font-size: 1rem; overflow-wrap: anywhere; text-underline-offset: 5px; }
.contact-page .person-card a[href^="mailto:"] { text-decoration: underline; text-decoration-color: var(--green); }
.contact-page .person-card a:hover { color: #b5d579; }
.contact-page .person-card a:focus-visible { outline: 2px solid #b5d579; outline-offset: 4px; }
.contact-page .contact-founder { width: min(1240px, 100%); margin-top: 34px; }
.contact-page .contact-founder p { color: #aabccc; }
@media(max-width: 1050px) { .contact-page .contact-grid--primary { grid-template-columns: 1fr; gap: 24px; } .contact-page .person-card--primary { padding: 26px 24px; } .contact-page .person-card .contact-area { min-height: 0; margin-bottom: 22px; } .contact-intro { margin-bottom: 32px; } .contact-page .person-card h2 + p { min-height: 0; } }
/* Compact contact opening: bring the people closer to the hero. */
@media (min-width: 621px) {
  .contact-page .contact-hero { min-height: clamp(460px, 60svh, 580px); }
  .contact-page .contact-hero .hero-inner { min-height: calc(clamp(460px, 60svh, 580px) - var(--header-h)); padding-top: 76px; padding-bottom: 72px; }
}
.contact-intro .contact-eyebrow { display: flex; align-items: center; gap: 18px; font-size: .84rem; }
.contact-intro .contact-eyebrow::after { content: ""; width: 72px; height: 1px; background: rgba(139,172,71,.5); }
@media (max-width: 620px) { .contact-page .contact-hero .hero-inner { padding-top: 76px; padding-bottom: 60px; } .contact-intro { margin-bottom: 22px; } }
/* Open contact cards with restrained pointer and keyboard feedback. */
.contact-page .person-card--primary {
  border: 0;
  border-top: 1px solid rgba(139,172,71,.6);
  background: rgba(8,43,80,.12);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.contact-page .person-card a.contact-email-action {
  color: #b5d579;
  font-weight: 500;
  gap: 12px;
  text-decoration: none;
}
.contact-page .contact-email-action span { transition: transform 180ms ease; }
.contact-page .person-card--primary:focus-within {
  background: rgba(8,43,80,.5);
  border-top-color: #b5d579;
  box-shadow: inset 0 1px 0 #b5d579;
}
.contact-page .contact-email-action:focus-visible span { transform: translate(2px,-2px); }
@media (hover: hover) and (pointer: fine) {
  .contact-page .person-card--primary:hover {
    background: rgba(8,43,80,.5);
    border-top-color: #b5d579;
    box-shadow: inset 0 1px 0 #b5d579;
  }
  .contact-page .contact-email-action:hover span { transform: translate(2px,-2px); }
}
@media (prefers-reduced-motion: reduce) {
  .contact-page .person-card--primary, .contact-page .contact-email-action span { transition: none; }
  .contact-page .contact-email-action:hover span, .contact-page .contact-email-action:focus-visible span { transform: none; }
}

/* Quiet service marks: decorative icons, readable labels, no card interaction. */
.contact-page .contact-service-section { padding-top: 36px; padding-bottom: 12px; }
.contact-page .contact-benefits { max-width: 1060px; gap: 24px; }
.contact-page .benefit-tile,
.contact-page .benefit-tile:hover { position: relative; min-height: 140px; padding: 14px 8px; border: 0; border-radius: 0; background: transparent; box-shadow: none; cursor: default; transition: none; }
.contact-page .benefit-tile img,
.contact-page .benefit-tile:nth-child(-n + 2) img,
.contact-page .benefit-tile:hover img { width: 112px; height: 112px; margin-bottom: 0; opacity: .12; filter: none; transform: none; transition: none; }
.contact-page .benefit-tile span { color: #aabccc; font-size: .875rem; line-height: 1.6; }
.contact-page .contact-address-section { padding-top: 48px; }
.contact-page .address-block p { font-size: 1.0625rem; }
.contact-page .address-block h2 { font-size: 1.625rem; font-weight: 500; }
.contact-page .address-block .general-contact-email { margin: 18px 0 0; }
.contact-page .general-contact-email a { display: inline-block; padding: 8px 0; max-width: 100%; font-size: 1.25rem; line-height: 1.5; color: #b5d579; overflow-wrap: anywhere; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 7px; }
@media (max-width: 620px) { .contact-page .contact-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; } }
@media (forced-colors: active) { .contact-page .benefit-tile img { opacity: 1; } }
