
.hp-team-hero{
  position:relative;
  overflow:hidden;
  padding:64px 0;
  background:linear-gradient(135deg,#111419 0%,#171c23 68%,#102746 100%);
  color:#fff;
}
.hp-team-hero.has-background{
  background-image:var(--hp-team-bg);
  background-position:center;
  background-size:cover;
}
.hp-team-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(10,13,18,.96) 0%,rgba(15,20,28,.88) 55%,rgba(12,27,48,.78) 100%);
}
.hp-team-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:250px minmax(0,1fr) 320px;
  gap:44px;
  align-items:center;
}
.hp-team-mark{
  display:grid;
  place-items:center;
  min-height:250px;
  padding:24px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(12,15,19,.82);
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}
.hp-team-mark img{
  width:100%;
  max-height:205px;
  object-fit:contain;
}
.hp-team-mark span{
  font-size:54px;
  font-weight:900;
}
.hp-team-heading .hp-kicker{color:#78a0dc!important}
.hp-team-heading h1{
  margin:14px 0 6px;
  color:#fff!important;
  font-size:clamp(44px,4.5vw,68px);
  line-height:.98;
  letter-spacing:-.045em;
}
.hp-team-native{
  color:#dbe1e9;
  font-size:26px;
}
.hp-team-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:28px 0 20px;
}
.hp-team-chips span{
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  color:#fff;
  font-size:12px;
}
.hp-team-hero-links{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}
.hp-team-hero-links a{
  color:#92b6eb!important;
  font-size:13px;
  font-weight:800;
}
.hp-team-hero-links a:hover{color:#fff!important}
.hp-team-summary{
  padding:28px;
  border-radius:16px;
  background:#fff;
  color:var(--hp-text);
}
.hp-team-summary>small{
  color:var(--hp-blue);
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
}
.hp-team-summary>strong{
  display:block;
  margin:12px 0 3px;
  color:var(--hp-blue);
  font-size:29px;
  line-height:1.1;
}
.hp-team-summary>span{
  color:var(--hp-muted);
  font-size:12px;
}
.hp-team-summary-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 24px;
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid var(--hp-line);
}
.hp-team-summary-grid b{
  display:block;
  font-size:18px;
  line-height:1.25;
  overflow-wrap:anywhere;
}
.hp-team-summary-grid small{
  display:block;
  margin-top:4px;
  color:var(--hp-muted);
  font-size:10px;
}

.hp-team-shell{
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  gap:40px;
  align-items:start;
  padding:48px 0;
}
.hp-team-sidebar{
  display:grid;
  gap:18px;
  align-content:start;
}
.hp-team-details,
.hp-team-quick-links,
.hp-team-content,
.hp-team-location,
.hp-team-connect{
  background:#fff;
  border:1px solid var(--hp-line);
  border-radius:10px;
}
.hp-team-details,
.hp-team-quick-links,
.hp-team-location,
.hp-team-connect{
  padding:20px;
}
.hp-team-details dl{margin:0}
.hp-team-details dl div{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:11px 0;
  border-bottom:1px solid #edf0f2;
}
.hp-team-details dl div:last-child{border-bottom:0}
.hp-team-details dt{
  color:var(--hp-muted);
  font-size:11px;
}
.hp-team-details dd{
  max-width:58%;
  margin:0;
  color:var(--hp-text);
  font-size:12px;
  font-weight:750;
  text-align:right;
  overflow-wrap:anywhere;
}
.hp-team-quick-links a{
  display:flex;
  justify-content:space-between;
  padding:11px 0;
  border-bottom:1px solid #edf0f2;
  color:var(--hp-blue)!important;
  font-size:12px;
  font-weight:800;
}
.hp-team-quick-links a:last-child{border-bottom:0}

.hp-team-content{
  min-width:0;
  padding:18px 36px;
  overflow:hidden;
}
.hp-team-overview{
  margin:14px 0 24px;
  padding:28px;
  border-left:4px solid var(--hp-blue);
  background:var(--hp-blue-soft);
}
.hp-team-overview>small{
  color:var(--hp-blue);
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
}
.hp-team-overview h2{
  margin:7px 0 12px;
  color:var(--hp-text)!important;
  font-size:29px;
}
.hp-team-overview p,
.hp-team-overview li{
  color:#354251;
  font-family:Georgia,serif;
  font-size:16px;
  line-height:1.75;
}
.hp-team-content-section{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:18px;
  padding:30px 0;
  border-bottom:1px solid var(--hp-line);
}
.hp-team-content-section:last-child{border-bottom:0}
.hp-team-content-section>span{
  padding-top:5px;
  color:#9bb1cd;
  font-size:11px;
  font-weight:900;
}
.hp-team-content-section h2{
  margin:0 0 12px;
  color:var(--hp-text)!important;
  font-size:27px;
}
.hp-team-content-section p,
.hp-team-content-section li{
  color:#39414a;
  font-family:Georgia,serif;
  font-size:16px;
  line-height:1.75;
}
.hp-team-content img,
.hp-team-content iframe,
.hp-team-content figure{
  max-width:100%!important;
}

.hp-team-section{
  padding:4px 0 42px;
}
.hp-team-section-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:18px;
  padding-bottom:14px;
  border-bottom:1px solid var(--hp-line);
}
.hp-team-section-heading small{
  color:var(--hp-blue);
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
}
.hp-team-section-heading h2{
  margin:3px 0 0;
  color:var(--hp-text)!important;
  font-size:30px;
}
.hp-team-section-heading>a{
  color:var(--hp-blue)!important;
  font-size:12px;
  font-weight:800;
}
.hp-team-section-heading>span{
  color:var(--hp-muted);
  font-size:11px;
}
.hp-team-fighters-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.hp-team-fighter-card{
  overflow:hidden;
  border:1px solid var(--hp-line);
  border-radius:8px;
  background:#fff;
  color:var(--hp-text)!important;
}
.hp-team-fighter-image{
  height:210px;
  background:#101318;
}
.hp-team-fighter-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.hp-team-fighter-card>div:last-child{padding:14px}
.hp-team-fighter-card small{
  color:var(--hp-blue);
  font-size:10px;
  font-weight:900;
}
.hp-team-fighter-card h3{
  margin:5px 0 2px;
  font-size:18px;
  line-height:1.2;
}
.hp-team-fighter-card p{
  margin:0;
  color:var(--hp-muted);
  font-size:11px;
}

.hp-team-contact-row{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:16px;
  padding-bottom:42px;
}
.hp-team-location-body{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  align-items:center;
}
.hp-team-map-card{
  display:grid;
  place-items:center;
  min-height:235px;
  border-radius:8px;
  background:linear-gradient(135deg,#e7ebef,#d8e0e9);
  text-align:center;
}
.hp-team-map-card span{
  color:var(--hp-blue);
  font-size:30px;
  font-weight:900;
}
.hp-team-map-card small{
  display:block;
  color:var(--hp-muted);
}
.hp-team-location h3{
  margin:0 0 6px;
  font-size:24px;
}
.hp-team-location p{
  margin:0 0 5px;
  color:var(--hp-muted);
}
.hp-team-connect p{
  color:var(--hp-muted);
}
.hp-team-connect-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.hp-team-connect-links a{
  padding:8px 11px;
  border-radius:999px;
  background:var(--hp-blue-soft);
  color:var(--hp-blue)!important;
  font-size:11px;
  font-weight:800;
}

.hp-team-gallery{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-auto-rows:220px;
  gap:10px;
}
.hp-team-gallery-item{
  overflow:hidden;
  border-radius:8px;
  background:#e4e8ec;
}
.hp-team-gallery-item:first-child{grid-row:span 2}
.hp-team-gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}
.hp-team-gallery-item:hover img{transform:scale(1.025)}
.hp-team-gallery-count-1{grid-template-columns:1fr}
.hp-team-gallery-count-1 .hp-team-gallery-item:first-child{
  grid-row:auto;
  height:420px;
}
.hp-team-gallery-count-2{grid-template-columns:2fr 1fr}
.hp-team-gallery-count-2 .hp-team-gallery-item:first-child{grid-row:auto}

@media(max-width:1050px){
  .hp-team-hero-grid{grid-template-columns:220px minmax(0,1fr)}
  .hp-team-summary{grid-column:1/-1}
  .hp-team-fighters-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:850px){
  .hp-team-shell{grid-template-columns:1fr}
  .hp-team-sidebar{grid-template-columns:1fr 1fr}
  .hp-team-contact-row{grid-template-columns:1fr}
  .hp-team-fighters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .hp-team-hero{padding:42px 0}
  .hp-team-hero-grid{grid-template-columns:1fr}
  .hp-team-mark{max-width:270px;min-height:220px}
  .hp-team-heading h1{font-size:44px}
  .hp-team-sidebar{grid-template-columns:1fr}
  .hp-team-content{padding:14px 20px}
  .hp-team-content-section{grid-template-columns:1fr;gap:8px}
  .hp-team-fighters-grid{grid-template-columns:1fr}
  .hp-team-location-body{grid-template-columns:1fr}
  .hp-team-gallery{grid-template-columns:1fr;grid-auto-rows:220px}
  .hp-team-gallery-item:first-child{grid-row:auto}
  .hp-team-section-heading{display:block}
  .hp-team-section-heading>span{display:block;margin-top:6px}
}

/* Beta 5.13 contact and map refinements */
.hp-team-map-card{
  overflow:hidden;
  padding:0;
}
.hp-team-map-card iframe{
  display:block;
  width:100%;
  min-height:235px;
  height:100%;
  border:0;
}
.hp-team-contact-list{
  margin:12px 0 0;
}
.hp-team-contact-list div{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:11px 0;
  border-bottom:1px solid #edf0f2;
}
.hp-team-contact-list dt{
  color:var(--hp-muted);
  font-size:11px;
}
.hp-team-contact-list dd{
  max-width:65%;
  margin:0;
  color:var(--hp-text);
  font-size:12px;
  font-weight:750;
  text-align:right;
  overflow-wrap:anywhere;
}
.hp-team-summary-grid b{
  font-size:16px;
}
.hp-team-section-heading>div>small:empty,
.hp-fighter-media-heading>div>small:empty{
  display:none;
}
