.vhf-team-page {
  --vhf-navy: #172252;
  --vhf-blue: #2868c7;
  --vhf-bg: #f6f8fc;
  --vhf-soft: #eaf0fa;
  --vhf-border: #e1e7f0;
  --vhf-text: #566078;
  color: var(--vhf-navy);
  background: var(--vhf-bg);
  font-family: inherit;
  width: 100%;
}

.vhf-team-page *, .vhf-team-page *::before, .vhf-team-page *::after { box-sizing: border-box; }
.vhf-team-page h1, .vhf-team-page h2, .vhf-team-page h3, .vhf-team-page p { margin-top: 0; }
.vhf-team-page a { text-decoration: none; }

.vhf-team-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #eef3fb 0%, #e2eaf7 100%);
  padding: 64px 25px;
}

.vhf-team-hero-inner,
.vhf-team-content {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.vhf-team-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
}

.vhf-team-breadcrumb {
  color: #727b91;
  font-size: 14px;
  margin-bottom: 24px;
}
.vhf-team-breadcrumb span { margin: 0 8px; color: #9ba4b8; }
.vhf-team-breadcrumb a { color: var(--vhf-blue); font-weight: 700; }
.vhf-team-hero h1 { color: var(--vhf-navy); font-size: clamp(40px, 5vw, 64px); line-height: 1.05; margin-bottom: 13px; letter-spacing: -.035em; }
.vhf-team-season { color: var(--vhf-blue); font-size: 19px; font-weight: 750; margin-bottom: 0; }

.vhf-team-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 7px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 750;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.vhf-team-button:hover { transform: translateY(-2px); }
.vhf-team-button--primary { color: #fff !important; background: var(--vhf-blue); box-shadow: 0 9px 22px rgba(40,104,199,.2); }
.vhf-team-button--primary:hover { background: #2059ad; }

.vhf-team-content { padding: 0 25px 80px; }
.vhf-team-photo-wrap,
.vhf-team-photo-placeholder {
  position: relative;
  margin: -1px 0 54px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--vhf-border);
  border-radius: 0 0 15px 15px;
  box-shadow: 0 14px 36px rgba(23,34,82,.11);
}
.vhf-team-photo { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; }
.vhf-team-photo-placeholder { min-height: 360px; display: grid; place-items: center; background: linear-gradient(135deg,#dbe6f8,#edf3fb); }
.vhf-team-photo-placeholder span { color: rgba(23,34,82,.13); font-size: clamp(80px,16vw,190px); font-weight: 900; letter-spacing: -.08em; }

.vhf-team-intro {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(230px,310px);
  gap: 50px;
  align-items: center;
  padding: 42px 44px 42px 50px;
  margin-bottom: 76px;
  background: #fff;
  border: 1px solid var(--vhf-border);
  border-left: 7px solid var(--vhf-blue);
  border-radius: 13px;
  box-shadow: 0 10px 28px rgba(23,34,82,.075);
}
.vhf-team-kicker { margin-bottom: 9px; color: var(--vhf-blue); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.vhf-team-intro h2, .vhf-team-section-heading h2, .vhf-team-cta h2 { color: var(--vhf-navy); font-size: clamp(27px,3vw,39px); line-height: 1.15; letter-spacing: -.025em; margin-bottom: 15px; }
.vhf-team-richtext, .vhf-team-richtext p { color: var(--vhf-text); font-size: 17px; line-height: 1.72; }
.vhf-team-richtext > :last-child { margin-bottom: 0; }
.vhf-team-link-list { display: grid; gap: 11px; }
.vhf-team-link-list a { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 16px 18px; color: var(--vhf-blue); background: #f0f5fd; border: 1px solid #dbe7f8; border-radius: 8px; font-weight: 750; }
.vhf-team-link-list a:hover { background: #e6effc; }

.vhf-team-section { margin-bottom: 76px; }
.vhf-team-section-heading { margin-bottom: 28px; }
.vhf-team-section-heading h2 { margin-bottom: 0; }
.vhf-team-training-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.vhf-team-training-card { display: flex; gap: 19px; min-height: 145px; padding: 27px; background: #fff; border: 1px solid var(--vhf-border); border-radius: 13px; box-shadow: 0 8px 24px rgba(23,34,82,.065); }
.vhf-team-training-icon { flex: 0 0 45px; width: 45px; height: 45px; display: grid; place-items: center; color: var(--vhf-blue); background: #eaf2fd; border-radius: 50%; }
.vhf-team-training-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vhf-team-training-card h3 { margin-bottom: 5px; color: var(--vhf-navy); font-size: 20px; }
.vhf-team-training-card p { margin-bottom: 3px; color: var(--vhf-text); font-size: 15px; line-height: 1.5; }
.vhf-team-training-card .vhf-team-training-time { color: var(--vhf-blue); font-size: 18px; font-weight: 800; }
.vhf-team-training-card .vhf-team-training-note { margin-top: 7px; color: #788196; font-size: 13px; }

.vhf-team-coaches .vhf-group-heading { display: none !important; }
.vhf-team-coaches .vhf-person-group { margin: 0 !important; }
.vhf-team-coaches .vhf-people { margin: 0 !important; }

.vhf-team-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 43px 48px; color: #fff; background: linear-gradient(135deg,var(--vhf-navy),#253d86); border-radius: 14px; box-shadow: 0 14px 34px rgba(23,34,82,.17); }
.vhf-team-cta .vhf-team-kicker { color: #a9c9fb; }
.vhf-team-cta h2 { color: #fff; margin-bottom: 8px; }
.vhf-team-cta p:not(.vhf-team-kicker) { max-width: 650px; margin-bottom: 0; color: #d7def1; font-size: 16px; line-height: 1.6; }
.vhf-team-button--light { flex: 0 0 auto; color: var(--vhf-navy) !important; background: #fff; }
.vhf-team-button--light:hover { background: #eff4fc; }
.vhf-team-notice { padding: 18px; color: #7a4d00; background: #fff8e5; border: 1px solid #f0d89d; border-radius: 8px; }
.vhf-team-back-link { margin: 25px 0 0; text-align: center; }
.vhf-team-back-link a { display: inline-flex; align-items: center; gap: 8px; color: var(--vhf-blue); font-size: 14px; font-weight: 800; }

.vhf-team-overview {
  --vhf-navy: #172252;
  --vhf-blue: #2868c7;
  --vhf-bg: #f6f8fc;
  --vhf-soft: #eaf0fa;
  --vhf-border: #e1e7f0;
  --vhf-text: #566078;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 36px 25px 80px;
  color: var(--vhf-navy);
  font-family: inherit;
}
.vhf-team-overview *, .vhf-team-overview *::before, .vhf-team-overview *::after { box-sizing: border-box; }
.vhf-team-overview h1, .vhf-team-overview h2, .vhf-team-overview p { margin-top: 0; }
.vhf-team-overview a { text-decoration: none; }
.vhf-team-overview-hero { margin-bottom: 32px; padding: 48px 52px; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--vhf-navy), #29448f); border-radius: 16px; box-shadow: 0 14px 34px rgba(23,34,82,.16); }
.vhf-team-overview-hero .vhf-team-kicker { color: #a9c9fb; }
.vhf-team-overview-hero h1 { margin-bottom: 13px; color: #fff; font-size: clamp(39px, 5vw, 59px); line-height: 1.04; letter-spacing: -.04em; }
.vhf-team-overview-hero > p:last-child { max-width: 760px; margin-bottom: 0; color: #dbe2f2; font-size: 17px; line-height: 1.7; }
.vhf-team-overview-grid { display: grid; grid-template-columns: repeat(var(--vhf-overview-columns, 3), minmax(0, 1fr)); gap: 23px; }
.vhf-team-overview-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--vhf-border); border-radius: 14px; box-shadow: 0 9px 27px rgba(23,34,82,.075); transition: transform .2s ease, box-shadow .2s ease; }
.vhf-team-overview-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(23,34,82,.12); }
.vhf-team-overview-image { display: block; height: 220px; overflow: hidden; background: linear-gradient(145deg,#dce7f8,#edf3fb); }
.vhf-team-overview-photo { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.vhf-team-overview-card:hover .vhf-team-overview-photo { transform: scale(1.025); }
.vhf-team-overview-placeholder { display: grid; width: 100%; height: 100%; color: rgba(23,34,82,.16); font-size: 71px; font-weight: 900; letter-spacing: -.08em; place-items: center; }
.vhf-team-overview-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 25px 25px 27px; }
.vhf-team-overview-season { margin-bottom: 8px; color: var(--vhf-blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vhf-team-overview-copy h2 { margin-bottom: 17px; font-size: 23px; line-height: 1.18; letter-spacing: -.02em; }
.vhf-team-overview-copy h2 a { color: var(--vhf-navy); }
.vhf-team-overview-training { width: 100%; margin-bottom: 21px; padding: 13px 0; border-top: 1px solid var(--vhf-border); border-bottom: 1px solid var(--vhf-border); }
.vhf-team-overview-training p { display: flex; justify-content: space-between; gap: 13px; margin-bottom: 5px; color: var(--vhf-text); font-size: 13px; }
.vhf-team-overview-training p:last-child { margin-bottom: 0; }
.vhf-team-overview-training strong { color: var(--vhf-navy); }
.vhf-team-overview-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--vhf-blue); font-size: 14px; font-weight: 800; }
.vhf-team-overview-link span { font-size: 18px; transition: transform .2s ease; }
.vhf-team-overview-link:hover span { transform: translateX(3px); }

@media (max-width: 800px) {
  .vhf-team-hero { padding: 48px 25px; }
  .vhf-team-hero-inner { align-items: start; flex-direction: column; }
  .vhf-team-button--primary { width: 100%; }
  .vhf-team-photo-wrap, .vhf-team-photo-placeholder { margin-bottom: 38px; border-radius: 0 0 11px 11px; }
  .vhf-team-photo-placeholder { min-height: 250px; }
  .vhf-team-intro { grid-template-columns: 1fr; gap: 27px; padding: 31px 28px; margin-bottom: 58px; }
  .vhf-team-training-grid { grid-template-columns: 1fr; }
  .vhf-team-section { margin-bottom: 58px; }
  .vhf-team-cta { align-items: stretch; flex-direction: column; padding: 34px 29px; }
  .vhf-team-button--light { width: 100%; }
  .vhf-team-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .vhf-team-hero { padding: 40px 20px; }
  .vhf-team-content { padding: 0 20px 55px; }
  .vhf-team-breadcrumb { margin-bottom: 18px; }
  .vhf-team-hero h1 { font-size: 39px; }
  .vhf-team-intro { padding: 28px 23px; border-left-width: 5px; }
  .vhf-team-training-card { padding: 23px 20px; }
  .vhf-team-overview { padding: 20px 20px 55px; }
  .vhf-team-overview-hero { padding: 37px 27px; border-radius: 13px; }
  .vhf-team-overview-hero h1 { font-size: 40px; }
  .vhf-team-overview-grid { grid-template-columns: 1fr; }
  .vhf-team-overview-image { height: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  .vhf-team-button, .vhf-team-overview-card, .vhf-team-overview-photo, .vhf-team-overview-link span { transition: none; }
}
