/* ============================================================
   TERAVENT — Team Profile Pages CSS
   team-leadership.html · team-experts.html
   ============================================================ */

/* ─── Page hero ─── */
.team-hero {
  background: var(--ink);
  padding: 5.5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.team-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,222,206,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,222,206,0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}
.team-hero-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 2.5rem;
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 380px; gap: 4rem; align-items: start;
}
.team-breadcrumb {
  display: flex; align-items: center; gap: 0.5rem;
  font-family: 'DM Mono', monospace; font-size: 0.7rem;
  letter-spacing: 0.08em; color: rgba(255,255,255,0.35);
  margin-bottom: 1.5rem; flex-wrap: wrap;
}
.team-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.team-breadcrumb a:hover { color: var(--gold-mid); }
.team-breadcrumb .crumb-current { color: var(--gold-mid); }
.team-hero-eyebrow {
  font-family: 'DM Mono', monospace; font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-mid); margin-bottom: 1rem;
}
.team-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 300;
  color: var(--white); line-height: 1.08; margin-bottom: 1.2rem;
}
.team-hero-title em { font-style: italic; color: var(--gold-mid); }
.team-hero-desc {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.97rem; line-height: 1.78;
  color: rgba(255,255,255,0.58); max-width: 560px;
  margin-bottom: 2.5rem;
}
.team-hero-stats {
  display: flex; gap: 2.5rem; flex-wrap: wrap;
  padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08);
}
.team-stat { display: flex; flex-direction: column; gap: 0.15rem; }
.team-stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 300; color: var(--white); line-height: 1;
}
.team-stat-lbl {
  font-family: 'DM Mono', monospace; font-size: 0.62rem;
  letter-spacing: 0.08em; color: rgba(255,255,255,0.35);
  text-transform: uppercase;
}

/* Hero right — quick roster */
.team-hero-roster {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 1.6rem; align-self: start;
}
.roster-title {
  font-family: 'DM Mono', monospace; font-size: 0.65rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); margin-bottom: 1rem;
  padding-bottom: 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.roster-item {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0.55rem 0; border-bottom: 1px solid rgba(255,255,255,0.05);
  text-decoration: none; transition: all 0.15s; border-radius: 4px;
  padding-left: 0.3rem; padding-right: 0.3rem;
}
.roster-item:last-child { border-bottom: none; }
.roster-item:hover { background: rgba(255,255,255,0.04); }
.roster-avatar-sm {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(176,142,68,0.2);
  border: 1px solid rgba(176,142,68,0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 0.9rem;
  font-weight: 400; color: var(--gold-mid); flex-shrink: 0;
}
.roster-avatar-sm.green {
  background: rgba(45,94,58,0.25); border-color: rgba(45,94,58,0.4);
  color: #5aab72;
}
.roster-info { min-width: 0; }
.roster-name {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.8rem;
  font-weight: 500; color: rgba(255,255,255,0.8); white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.roster-role {
  font-family: 'DM Mono', monospace; font-size: 0.6rem;
  color: rgba(255,255,255,0.3); letter-spacing: 0.05em;
}
.roster-arrow {
  margin-left: auto; font-size: 0.65rem; color: rgba(255,255,255,0.2);
  flex-shrink: 0; transition: all 0.15s;
}
.roster-item:hover .roster-arrow { color: var(--gold-mid); transform: translateX(2px); }

/* ─── Section divider / label ─── */
.team-section-header {
  max-width: 1160px; margin: 0 auto; padding: 3.5rem 2.5rem 2rem;
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; border-bottom: 1px solid var(--border-light);
}
.team-section-header-left {}
.team-section-eyebrow {
  font-family: 'DM Mono', monospace; font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-mid); margin-bottom: 0.5rem;
}
.team-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 300;
  color: var(--ink); line-height: 1.2;
}
.team-section-title em { font-style: italic; color: var(--forest); }
.team-section-count {
  font-family: 'DM Mono', monospace; font-size: 0.7rem;
  color: var(--text-muted); white-space: nowrap;
  padding-bottom: 0.3rem;
}

/* ─── Individual profile cards — Leadership ─── */
.profiles-wrap {
  max-width: 1160px; margin: 0 auto; padding: 0 2.5rem 2rem;
}

.profile-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  border: 1px solid var(--border-light);
  border-radius: 14px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: box-shadow 0.25s;
  scroll-margin-top: 64px;
  background: var(--white);
}
.profile-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); }

.profile-left {
  background: var(--ink);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  overflow: hidden;
}
.profile-left::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,222,206,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,222,206,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.profile-initial-wrap {
  position: relative; width: 80px; height: 80px;
  margin-bottom: 1.5rem;
}
.profile-initial {
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(176,142,68,0.15);
  border: 1px solid rgba(176,142,68,0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 300; color: var(--gold-mid);
}
.profile-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400;
  color: var(--white); line-height: 1.2;
  margin-bottom: 0.3rem; position: relative;
}
.profile-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.78rem; color: rgba(255,255,255,0.45);
  line-height: 1.4; margin-bottom: 1.2rem; position: relative;
}
.profile-location {
  display: flex; align-items: center; gap: 0.4rem;
  font-family: 'DM Mono', monospace; font-size: 0.65rem;
  color: rgba(255,255,255,0.3); margin-bottom: 1.5rem; position: relative;
}
.profile-tags {
  display: flex; flex-wrap: wrap; gap: 0.35rem;
  margin-bottom: auto; position: relative;
}
.profile-tag {
  font-family: 'DM Mono', monospace; font-size: 0.6rem;
  letter-spacing: 0.06em; padding: 0.2rem 0.5rem;
  border-radius: 4px; border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.4);
}
.profile-social {
  display: flex; gap: 0.5rem; margin-top: 1.5rem; position: relative;
}
.profile-social-link {
  width: 30px; height: 30px; border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Mono', monospace; font-size: 0.72rem;
  color: rgba(255,255,255,0.4); text-decoration: none;
  transition: all 0.15s;
}
.profile-social-link:hover {
  border-color: var(--gold-mid); color: var(--gold-mid);
}

/* Founder badge */
.profile-founder-badge {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-family: 'DM Mono', monospace; font-size: 0.58rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-mid);
  border: 1px solid rgba(176,142,68,0.35);
  padding: 0.2rem 0.55rem; border-radius: 4px;
  background: rgba(176,142,68,0.08);
}

.profile-right {
  padding: 2.5rem 2.5rem;
  display: flex; flex-direction: column; gap: 0;
}
.profile-right-bio {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.93rem; line-height: 1.8;
  color: var(--text-secondary); margin-bottom: 2rem;
}
.profile-right-bio p { margin-bottom: 0.9rem; }
.profile-right-bio p:last-child { margin-bottom: 0; }
.profile-right-bio strong { color: var(--ink); font-weight: 600; }

.profile-detail-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.2rem; margin-bottom: 1.8rem;
}
.profile-detail-block {
  background: var(--bg-light); border-radius: 8px;
  padding: 1rem 1.2rem; border: 1px solid var(--border-light);
}
.profile-detail-label {
  font-family: 'DM Mono', monospace; font-size: 0.6rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 0.4rem;
}
.profile-detail-val {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.82rem;
  font-weight: 500; color: var(--ink); line-height: 1.4;
}

.profile-highlight-quote {
  border-left: 2px solid var(--gold-mid);
  padding: 0.8rem 1.2rem;
  background: var(--gold-pale);
  border-radius: 0 6px 6px 0;
  margin-bottom: 1.8rem;
}
.profile-highlight-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; font-style: italic; font-weight: 300;
  color: var(--gold); line-height: 1.5; margin: 0;
}

.profile-achievements {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light);
  display: flex; gap: 1.5rem; flex-wrap: wrap;
}
.profile-achievement {
  display: flex; flex-direction: column; gap: 0.15rem;
}
.profile-ach-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 300; color: var(--forest); line-height: 1;
}
.profile-ach-lbl {
  font-family: 'DM Mono', monospace; font-size: 0.6rem;
  letter-spacing: 0.06em; color: var(--text-muted); text-transform: uppercase;
}

/* ─── Extended team row ─── */
.extended-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  max-width: 1160px; margin: 0 auto; padding: 2rem 2.5rem 4rem;
}
.extended-card {
  background: var(--white); border: 1px solid var(--border-light);
  border-radius: 10px; padding: 1.4rem;
  display: flex; flex-direction: column; gap: 0.5rem;
  transition: all 0.2s; text-decoration: none;
}
.extended-card:hover {
  border-color: var(--forest); transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
}
.ext-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--foam);
  border: 1px solid rgba(45,94,58,0.2);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem;
  font-weight: 400; color: var(--forest); margin-bottom: 0.5rem;
}
.ext-name {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.88rem;
  font-weight: 600; color: var(--ink);
}
.ext-role {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.77rem;
  color: var(--text-secondary);
}
.ext-prev {
  font-family: 'DM Mono', monospace; font-size: 0.62rem;
  color: var(--text-muted); margin-top: 0.3rem;
}

/* ─── Expert board profile cards ─── */
.expert-profile-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  border: 1px solid var(--border-light);
  border-radius: 14px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background: var(--white);
  transition: box-shadow 0.25s;
  scroll-margin-top: 64px;
}
.expert-profile-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); }

.expert-profile-left {
  background: var(--forest);
  padding: 2.5rem 1.8rem;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}
.expert-profile-left::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,222,206,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,222,206,0.08) 1px, transparent 1px);
  background-size: 28px 28px; pointer-events: none;
}
.expert-initial {
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 300; color: var(--white);
  margin-bottom: 1.2rem; position: relative;
}
.expert-profile-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 400; color: var(--white);
  line-height: 1.2; margin-bottom: 0.3rem; position: relative;
}
.expert-profile-role {
  font-family: 'DM Mono', monospace; font-size: 0.65rem;
  letter-spacing: 0.08em; color: rgba(255,255,255,0.5);
  text-transform: uppercase; margin-bottom: 0.8rem; position: relative;
}
.expert-profile-affil {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.78rem;
  color: rgba(255,255,255,0.6); line-height: 1.5;
  margin-bottom: 1.5rem; position: relative;
}
.expert-specialisms {
  display: flex; flex-wrap: wrap; gap: 0.3rem;
  position: relative; margin-top: auto;
}
.expert-spec-tag {
  font-family: 'DM Mono', monospace; font-size: 0.58rem;
  letter-spacing: 0.06em; padding: 0.2rem 0.5rem;
  border-radius: 4px; border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.55);
}

/* Chair variant */
.expert-profile-card.chair .expert-profile-left {
  background: var(--ink);
}
.expert-profile-card.chair .expert-initial {
  background: rgba(176,142,68,0.2); border-color: rgba(176,142,68,0.4);
  color: var(--gold-mid);
}
.chair-badge {
  position: absolute; top: 1.2rem; right: 1.2rem;
  font-family: 'DM Mono', monospace; font-size: 0.58rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold-mid);
  border: 1px solid rgba(176,142,68,0.4);
  padding: 0.2rem 0.5rem; border-radius: 4px;
  background: rgba(176,142,68,0.08);
}

.expert-profile-right {
  padding: 2.5rem;
  display: flex; flex-direction: column; gap: 0;
}
.expert-bio-text {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.93rem; line-height: 1.8;
  color: var(--text-secondary); margin-bottom: 1.8rem;
}
.expert-bio-text p { margin-bottom: 0.8rem; }
.expert-bio-text p:last-child { margin-bottom: 0; }

.expert-detail-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; margin-bottom: 1.5rem;
}
.expert-detail-block {
  background: var(--bg-light); border-radius: 8px;
  padding: 0.9rem 1rem; border: 1px solid var(--border-light);
}
.expert-detail-label {
  font-family: 'DM Mono', monospace; font-size: 0.58rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 0.35rem;
}
.expert-detail-val {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.8rem;
  font-weight: 500; color: var(--ink); line-height: 1.35;
}
.expert-links {
  display: flex; gap: 0.7rem; flex-wrap: wrap;
  padding-top: 1.2rem; border-top: 1px solid var(--border-light);
  margin-top: auto;
}
.expert-link-btn {
  font-family: 'DM Mono', monospace; font-size: 0.68rem;
  letter-spacing: 0.05em; color: var(--forest);
  text-decoration: none; padding: 0.35rem 0.8rem;
  border: 1px solid rgba(45,94,58,0.25); border-radius: 5px;
  background: var(--foam); transition: all 0.15s;
}
.expert-link-btn:hover { background: #d4e8d8; border-color: var(--forest); }

/* ─── Board principles strip ─── */
.board-principles {
  background: var(--ink); padding: 4rem 0;
  position: relative; overflow: hidden;
}
.board-principles::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,222,206,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,222,206,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}
.bp-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 2.5rem;
  position: relative;
}
.bp-eyebrow {
  font-family: 'DM Mono', monospace; font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-mid); margin-bottom: 0.8rem;
}
.bp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 300; color: var(--white);
  line-height: 1.2; margin-bottom: 2.5rem;
}
.bp-title em { font-style: italic; color: var(--gold-mid); }
.bp-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.bp-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px; padding: 1.4rem;
}
.bp-num {
  font-family: 'Cormorant Garamond', serif; font-size: 1.8rem;
  font-weight: 300; color: rgba(255,255,255,0.12);
  line-height: 1; margin-bottom: 0.8rem;
}
.bp-card-title {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.88rem;
  font-weight: 600; color: rgba(255,255,255,0.85); margin-bottom: 0.5rem;
}
.bp-card-text {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.78rem;
  color: rgba(255,255,255,0.42); line-height: 1.7;
}

/* ─── Cross-navigation strip ─── */
.team-crossnav {
  background: var(--bg-light); border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 2.5rem 0;
}
.tcn-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.tcn-text {}
.tcn-label {
  font-family: 'DM Mono', monospace; font-size: 0.65rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 0.3rem;
}
.tcn-title {
  font-family: 'Instrument Sans', sans-serif; font-size: 1rem;
  font-weight: 600; color: var(--ink);
}
.tcn-desc {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.82rem;
  color: var(--text-secondary); margin-top: 0.2rem;
}
.tcn-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: 'Instrument Sans', sans-serif; font-size: 0.83rem;
  font-weight: 500; background: var(--forest); color: var(--white);
  padding: 0.7rem 1.4rem; border-radius: 6px; text-decoration: none;
  transition: opacity 0.15s; white-space: nowrap;
}
.tcn-btn:hover { opacity: 0.88; }
.tcn-btn.outline {
  background: transparent; color: var(--forest);
  border: 1px solid rgba(45,94,58,0.3);
}
.tcn-btn.outline:hover { background: var(--foam); }

/* ─── CTA strip ─── */
.team-cta {
  background: var(--ink); padding: 4rem 0;
  text-align: center; position: relative; overflow: hidden;
}
.team-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,222,206,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,222,206,0.04) 1px, transparent 1px);
  background-size: 52px 52px;
}
.team-cta-inner { position: relative; max-width: 560px; margin: 0 auto; padding: 0 2rem; }
.team-cta-eyebrow {
  font-family: 'DM Mono', monospace; font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-mid); margin-bottom: 1rem;
}
.team-cta-title {
  font-family: 'Cormorant Garamond', serif; font-size: 2.4rem;
  font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 1rem;
}
.team-cta-title em { font-style: italic; color: var(--gold-mid); }
.team-cta-desc {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.9rem;
  color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 2rem;
}
.team-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ─── Responsive ─── */
@media (max-width: 980px) {
  .team-hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .team-hero-roster { max-width: 480px; }
  .profile-card { grid-template-columns: 1fr; }
  .profile-left { padding: 2rem 2rem 1.5rem; flex-direction: row; flex-wrap: wrap; gap: 1rem; align-items: flex-start; }
  .profile-initial-wrap { margin-bottom: 0; }
  .profile-left > *:not(.profile-initial-wrap):not(.profile-founder-badge) { flex: 1; min-width: 160px; }
  .profile-social { margin-top: 0.5rem; }
  .expert-profile-card { grid-template-columns: 1fr; }
  .expert-profile-left { padding: 1.8rem; }
  .bp-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .team-hero { padding: 4rem 0 3rem; }
  .team-hero-inner { padding: 0 1.5rem; }
  .team-section-header { padding: 2.5rem 1.5rem 1.5rem; flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .profiles-wrap { padding: 0 1.5rem 2rem; }
  .extended-team-grid { padding: 1.5rem 1.5rem 3rem; grid-template-columns: 1fr 1fr; }
  .profile-detail-grid { grid-template-columns: 1fr; }
  .expert-detail-row { grid-template-columns: 1fr 1fr; }
  .bp-grid { grid-template-columns: 1fr; }
  .tcn-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 440px) {
  .extended-team-grid { grid-template-columns: 1fr; }
}
