.nzgcm-profile {
  --nzgcm-profile-gold: #bd983e;
  --nzgcm-profile-ink: #171717;
  --nzgcm-profile-muted: #6a6a6a;
  --nzgcm-profile-line: #deded9;
  --nzgcm-profile-soft: #f6f6f3;
  width: 100%;
  margin: 36px 0 0;
  color: var(--nzgcm-profile-ink);
  font-family: Montserrat, Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", sans-serif;
}
.nzgcm-profile *, .nzgcm-profile *::before, .nzgcm-profile *::after { box-sizing: border-box; }
.nzgcm-profile__intro { margin: 0 0 30px; font-size: 16px; line-height: 1.75; }
.nzgcm-profile__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 26px; align-items: stretch; }
.nzgcm-profile__details, .nzgcm-profile__location { min-width: 0; padding: 30px; background: #fff; border: 1px solid var(--nzgcm-profile-line); }
.nzgcm-profile__eyebrow { margin: 0 0 8px !important; color: var(--nzgcm-profile-gold); font-size: 11px !important; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.nzgcm-profile h2 { margin: 0 0 24px; color: var(--nzgcm-profile-ink); font-size: clamp(24px, 2.2vw, 32px); font-weight: 500; line-height: 1.2; }
.nzgcm-profile__facts { margin: 0; }
.nzgcm-profile__facts > div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 14px 0; border-top: 1px solid var(--nzgcm-profile-line); }
.nzgcm-profile__facts > div:last-child { border-bottom: 1px solid var(--nzgcm-profile-line); }
.nzgcm-profile__facts dt { color: var(--nzgcm-profile-muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.nzgcm-profile__facts dd { margin: 0; color: var(--nzgcm-profile-ink); font-size: 15px; line-height: 1.45; overflow-wrap: anywhere; }
.nzgcm-profile__facts a { color: inherit; text-decoration: none; border-bottom: 1px solid #c6c6c1; }
.nzgcm-profile__facilities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.nzgcm-profile__facilities span { padding: 8px 11px; color: #555; background: var(--nzgcm-profile-soft); border: 1px solid #e7e7e2; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.nzgcm-profile__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.nzgcm-profile__button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 12px 18px; color: var(--nzgcm-profile-ink) !important; background: #fff; border: 1px solid #c8c8c2; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-decoration: none !important; text-transform: uppercase; }
.nzgcm-profile__button--primary { color: #fff !important; background: var(--nzgcm-profile-gold); border-color: var(--nzgcm-profile-gold); }
.nzgcm-profile__button:hover { color: #fff !important; background: #171717; border-color: #171717; }
.nzgcm-profile__location { display: flex; flex-direction: column; }
.nzgcm-profile__location-head { flex: 0 0 auto; }
.nzgcm-profile__map { width: 100%; min-height: 360px; flex: 1 1 auto; background: #e5eef0; }
.nzgcm-profile__map .leaflet-control-attribution { font-size: 10px; }
.nzgcm-profile__map-fallback { display: flex; min-height: 300px; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 30px; background: var(--nzgcm-profile-soft); text-align: center; }
.nzgcm-profile__map-fallback a { color: var(--nzgcm-profile-gold); font-weight: 700; text-decoration: none; text-transform: uppercase; }
.nzgcm-profile__events { margin-top: 34px; }
.nzgcm-profile__events .nzge-wrap { max-width: none; margin: 0; }
.nzgcm-profile__events-empty { padding: 28px; border-top: 2px solid var(--nzgcm-profile-gold); background: var(--nzgcm-profile-soft); }
.nzgcm-profile__events-empty h2 { margin-bottom: 10px; }

/* TagDiv commonly treats custom post types like articles; club profiles are directory pages. */
body.single-golf_club .td-post-date,
body.single-golf_club .td-post-sharing-top,
body.single-golf_club .td-post-sharing-bottom,
body.single-golf_club .td-post-sharing-visible { display: none !important; }

@media (max-width: 900px) {
  .nzgcm-profile { margin-top: 24px; }
  .nzgcm-profile__grid { grid-template-columns: 1fr; gap: 18px; }
  .nzgcm-profile__details, .nzgcm-profile__location { padding: 22px; }
  .nzgcm-profile__map { min-height: 310px; }
}
@media (max-width: 560px) {
  .nzgcm-profile__details, .nzgcm-profile__location { padding: 18px; }
  .nzgcm-profile__facts > div { grid-template-columns: 88px 1fr; gap: 12px; }
  .nzgcm-profile__actions { display: grid; grid-template-columns: 1fr; }
  .nzgcm-profile__button { width: 100%; }
  .nzgcm-profile__map { min-height: 280px; }
}
