
:root{
  --black:#111111;
  --charcoal:#181b20;
  --navy:#002f4f;
  --deep-navy:#02263f;
  --marlins-blue:#005a7c;
  --aqua:#12a9cf;
  --ice:#f5f8fa;
  --silver:#d9dde0;
  --white:#ffffff;
  --red:#b30d17;
  --muted:#b9c8d2;
  --line:rgba(255,255,255,.14);
  --card:#0a2436;
}
*{box-sizing:border-box} body{margin:0;background:#061727;color:var(--white);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif} a{text-decoration:none;color:inherit}
.top-strip{height:42px;background:#02101d;display:flex;gap:22px;align-items:center;padding:0 5vw;font-size:13px;text-transform:uppercase;font-weight:800;letter-spacing:.06em;color:#dceaf3;border-bottom:1px solid var(--line)}
.top-strip span{color:var(--teal)}
.main-nav{position:sticky;top:0;z-index:50;background:rgba(6,23,39,.96);backdrop-filter:blur(14px);display:flex;justify-content:space-between;align-items:center;padding:18px 5vw;border-bottom:1px solid var(--line)}
.brand{display:flex;gap:14px;align-items:center}.brand strong{font-size:24px;letter-spacing:-.04em}.brand span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.12em}
.logo{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--orange));color:#00111f;font-weight:1000}
.nav-links{display:flex;gap:22px;align-items:center;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.08em}.nav-links a:hover{color:var(--orange)}.nav-toggle{display:none;background:none;border:0;color:white;font-size:30px}


.hero{min-height:660px;position:relative;padding:80px 5vw;display:grid;align-items:end;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,23,39,.95),rgba(6,23,39,.55)),url('../assets/marlins-hero.svg') center/cover no-repeat;filter:saturate(1.1)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.2fr .45fr;gap:28px;align-items:end}.hero-copy{max-width:900px}
.kicker{color:var(--teal);text-transform:uppercase;font-size:13px;font-weight:1000;letter-spacing:.16em} h1{font-size:clamp(48px,8vw,110px);line-height:.88;margin:10px 0 18px;letter-spacing:-.08em} h2{font-size:clamp(30px,4vw,54px);line-height:.98;margin:8px 0 16px;letter-spacing:-.06em}.lead{color:#dceaf3;font-size:22px;line-height:1.45;max-width:780px}
.button-row{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 20px;font-weight:1000;text-transform:uppercase;font-size:13px;letter-spacing:.08em}.btn.orange{background:var(--orange)}.btn.ghost{border:1px solid var(--line);background:rgba(255,255,255,.08)}
.record-card{background:#f7fbff;color:#061727;border-radius:24px;padding:28px;box-shadow:0 20px 80px rgba(0,0,0,.36)}.record-card span{text-transform:uppercase;font-size:12px;font-weight:1000;color:var(--blue);letter-spacing:.14em}.record-card strong{display:block;font-size:86px;line-height:1;color:var(--orange);letter-spacing:-.08em}.record-card p{font-weight:900}
.page{padding:58px 5vw}.inner{min-height:70vh}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-head a{color:var(--orange);font-weight:1000}.schedule-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.game-card{background:linear-gradient(180deg,#103653,#0b263a);border:1px solid var(--line);border-radius:20px;padding:22px}.game-card span{color:var(--orange);text-transform:uppercase;font-size:12px;font-weight:1000}.game-card h3{font-size:28px;margin:8px 0}.game-card small{color:var(--muted)}
.content-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:22px;margin:60px 0}.feature-story{background:white;color:#061727;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:.8fr 1fr}.image-panel{min-height:360px;background:url('../assets/story-placeholder.svg') center/cover no-repeat}.story-text{padding:30px}.story-text a{color:var(--orange);font-weight:1000}.headlines{background:#092033;border:1px solid var(--line);border-radius:24px;padding:24px}.headlines a{display:block;padding:16px 0;border-top:1px solid var(--line);font-weight:900}.headlines span,.news-list span{display:inline-grid;place-items:center;background:var(--orange);color:white;border-radius:6px;padding:4px 6px;margin-right:8px;font-size:11px}
.quick-links{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:40px 0}.quick-links a{min-height:110px;display:grid;place-items:center;text-align:center;background:#0a2740;border:1px solid var(--line);border-radius:18px;text-transform:uppercase;font-weight:1000;letter-spacing:.08em}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-grid.large{grid-template-columns:repeat(3,1fr)}.gallery-grid article{min-height:190px;display:flex;align-items:flex-end;padding:22px;border-radius:20px;border:1px solid var(--line);font-size:24px;font-weight:1000;background:linear-gradient(135deg,rgba(0,184,200,.32),rgba(241,90,36,.25))}
.page-title{max-width:900px;margin-bottom:30px}.page-title p:not(.kicker){color:#d8e7f0;font-size:19px;line-height:1.5}.integration-banner{background:#fff;color:#061727;border-radius:18px;padding:20px;margin-bottom:20px}.table-card{overflow:auto;background:#092033;border:1px solid var(--line);border-radius:20px}table{width:100%;border-collapse:collapse;min-width:780px}th,td{padding:16px;border-bottom:1px solid var(--line);text-align:left}th{color:var(--teal);text-transform:uppercase;font-size:12px;letter-spacing:.14em}td a{color:var(--orange);font-weight:900}
.player-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.player{background:#092033;border:1px solid var(--line);border-radius:22px;padding:20px}.player-photo{height:190px;border-radius:18px;background:linear-gradient(135deg,var(--teal),var(--blue));display:grid;place-items:center;font-size:44px;font-weight:1000;margin-bottom:16px}.player span{color:var(--orange);font-weight:1000}.player h3{font-size:22px;margin:8px 0 4px}.player p{color:var(--muted)}
.stat-leaders,.sponsor-grid,.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.stat-leaders article,.sponsor-grid article,.contact-grid a,.form-placeholder,.news-list article{background:#092033;border:1px solid var(--line);border-radius:22px;padding:24px}.stat-leaders span{color:var(--teal);text-transform:uppercase;font-weight:1000;font-size:12px;letter-spacing:.14em}.stat-leaders strong,.sponsor-grid strong{display:block;font-size:48px;color:var(--orange);letter-spacing:-.06em}.sponsor-grid .featured{border-color:var(--orange);transform:translateY(-8px)}.contact-grid{grid-template-columns:repeat(3,1fr)}.contact-grid span{display:block;color:var(--teal);text-transform:uppercase;font-size:12px;font-weight:1000}.contact-grid strong{font-size:22px}.news-list{display:grid;gap:18px}
.footer{display:flex;justify-content:space-between;gap:24px;align-items:center;border-top:1px solid var(--line);background:#020d17;padding:36px 5vw;color:#c8d8e2}.footer-brand{display:flex;gap:14px;align-items:center}.footer p{margin:.25rem 0 0;color:var(--muted)}.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-weight:900;color:white}
@media(max-width:1000px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:91px;flex-direction:column;align-items:flex-start;background:#061727;padding:20px 5vw}.nav-links.open{display:flex}.hero-grid,.content-grid,.feature-story{grid-template-columns:1fr}.schedule-rail,.quick-links,.gallery-grid,.gallery-grid.large,.player-grid,.stat-leaders,.sponsor-grid,.contact-grid{grid-template-columns:1fr 1fr}.record-card strong{font-size:62px}}
@media(max-width:640px){.top-strip{display:none}.brand strong{font-size:18px}.logo{width:44px;height:44px}.hero{min-height:560px}.schedule-rail,.quick-links,.gallery-grid,.gallery-grid.large,.player-grid,.stat-leaders,.sponsor-grid,.contact-grid{grid-template-columns:1fr}.section-head,.footer{display:block}.feature-story{display:block}}


/* === Logo-integrated clean Marlins theme overrides === */
body{
  background:
    radial-gradient(circle at 18% 0%, rgba(18,169,207,.24), transparent 34%),
    linear-gradient(180deg, #061724 0%, #07131c 48%, #0b0d10 100%);
}
.top-strip{
  background:#0a0d10;
  color:var(--ice);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.top-strip span{color:var(--aqua)}
.main-nav{
  background:rgba(8,14,19,.94);
  border-bottom:1px solid rgba(255,255,255,.12);
  box-shadow:0 12px 35px rgba(0,0,0,.28);
}
.brand{min-width:280px}
.site-logo{
  width:76px;
  height:76px;
  object-fit:contain;
  border-radius:0;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.35));
  background:rgba(255,255,255,.96);
  padding:7px;
}
.footer-logo{
  width:72px;
  height:72px;
  object-fit:contain;
  background:#fff;
  border-radius:14px;
  padding:6px;
}
.brand strong{
  color:#fff;
  text-shadow:0 2px 14px rgba(0,0,0,.55);
}
.brand span{color:#d4e5ee}
.nav-links a{
  padding:10px 2px;
  border-bottom:2px solid transparent;
}
.nav-links a:hover{
  color:var(--aqua);
  border-bottom-color:var(--aqua);
}
.hero{
  background:linear-gradient(135deg,#081018 0%, #082a42 46%, #0b0d10 100%);
}
.logo-hero{
  min-height:690px;
}
.hero-bg{
  background:
    linear-gradient(90deg,rgba(6,13,19,.94),rgba(6,13,19,.68),rgba(6,13,19,.92)),
    url('../assets/marlins-hero.svg') center/cover no-repeat !important;
}
.hero-wordmark{
  max-width:560px;
  width:100%;
  background:rgba(255,255,255,.96);
  border-radius:26px;
  padding:18px 22px;
  margin-bottom:26px;
  box-shadow:0 26px 80px rgba(0,0,0,.34);
}
.kicker{
  color:var(--aqua);
}
h1,h2{
  color:#fff;
}
.lead{color:#e3eef4}
.btn.orange{
  background:linear-gradient(135deg,var(--marlins-blue),var(--aqua));
  color:#fff;
  box-shadow:0 14px 35px rgba(18,169,207,.22);
}
.btn.ghost{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.22);
}
.record-card{
  background:linear-gradient(180deg,#ffffff,#edf4f7);
  border:1px solid rgba(255,255,255,.72);
}
.league-card img{
  width:100%;
  max-width:240px;
  display:block;
  margin:0 auto 18px;
  object-fit:contain;
}
.record-card span{color:var(--marlins-blue)}
.record-card strong{color:var(--red)}
.game-card,.headlines,.player,.stat-leaders article,.sponsor-grid article,.contact-grid a,.form-placeholder,.news-list article,.table-card{
  background:linear-gradient(180deg,rgba(8,45,70,.92),rgba(5,22,34,.94));
  border:1px solid rgba(255,255,255,.13);
}
.game-card span,.section-head a,.story-text a,td a,.player span{
  color:var(--aqua);
}
.quick-links a{
  background:linear-gradient(135deg,rgba(0,90,124,.95),rgba(12,31,45,.95));
}
.gallery-grid article{
  background:
    linear-gradient(135deg,rgba(0,90,124,.78),rgba(17,17,17,.72)),
    url('../assets/story-placeholder.svg') center/cover no-repeat;
}
.feature-story{
  background:#f7fbff;
}
.story-text h2{
  color:#07131c;
}
.player-photo{
  background:
    radial-gradient(circle at top left,rgba(255,255,255,.75),transparent 32%),
    linear-gradient(135deg,var(--aqua),var(--marlins-blue) 52%,var(--black));
  color:#fff;
}
.stat-leaders strong,.sponsor-grid strong{
  color:var(--aqua);
}
.sponsor-grid .featured{
  border-color:var(--aqua);
}
.mabl-inline{
  width:96px;
  max-height:44px;
  object-fit:contain;
  background:#fff;
  border-radius:8px;
  padding:3px 5px;
  vertical-align:middle;
  margin-right:8px;
}
.footer{
  background:#080d12;
}
.footer-links a:hover{color:var(--aqua)}
@media(max-width:1000px){
  .site-logo{width:60px;height:60px}
  .brand{min-width:0}
  .hero-wordmark{max-width:440px}
}
@media(max-width:640px){
  .site-logo{width:52px;height:52px}
  .brand strong{font-size:16px}
  .hero-wordmark{border-radius:18px;padding:12px}
}


/* === Cleaner UF-style Marlins theme: white content, black nav, teal accents === */
:root{
  --black:#07090b;
  --charcoal:#111418;
  --teal:#009fc3;
  --teal-dark:#007997;
  --teal-soft:#e8f8fb;
  --white:#ffffff;
  --offwhite:#f5f7f8;
  --silver:#d9e1e5;
  --text:#111820;
  --muted-text:#5d6b75;
  --line-light:#dce5ea;
  --red:#b30d17;
}

body{
  background:var(--offwhite) !important;
  color:var(--text) !important;
}

.top-strip{
  background:#07090b !important;
  color:#ffffff !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
}

.top-strip span{
  color:var(--teal) !important;
}

.main-nav{
  background:#ffffff !important;
  color:var(--text) !important;
  border-bottom:1px solid var(--line-light) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.08) !important;
}

.brand strong{
  color:#111820 !important;
  text-shadow:none !important;
}

.brand span{
  color:var(--muted-text) !important;
}

.site-logo{
  background:#ffffff !important;
  border:1px solid var(--line-light);
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  filter:none !important;
}

.nav-links a{
  color:#111820 !important;
}

.nav-links a:hover{
  color:var(--teal) !important;
  border-bottom-color:var(--teal) !important;
}

.hero{
  background:#ffffff !important;
  color:var(--text) !important;
  min-height:610px !important;
  border-bottom:1px solid var(--line-light);
}

.hero-bg{
  background:
    linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.80),rgba(255,255,255,.55)),
    url('../assets/marlins-hero.svg') center/cover no-repeat !important;
  opacity:1 !important;
}

.hero-copy h1,
.page-title h1{
  color:var(--text) !important;
}

h1,h2,h3{
  color:var(--text) !important;
}

.lead,
.page-title p:not(.kicker){
  color:var(--muted-text) !important;
}

.hero-wordmark{
  background:#ffffff !important;
  border:1px solid var(--line-light);
  box-shadow:0 14px 38px rgba(0,0,0,.10) !important;
}

.kicker{
  color:var(--teal) !important;
}

.btn.orange{
  background:var(--teal) !important;
  color:#ffffff !important;
  box-shadow:0 10px 24px rgba(0,159,195,.22) !important;
}

.btn.ghost{
  background:#ffffff !important;
  color:var(--text) !important;
  border:1px solid var(--line-light) !important;
}

.record-card{
  background:#ffffff !important;
  color:var(--text) !important;
  border:1px solid var(--line-light) !important;
  box-shadow:0 16px 36px rgba(0,0,0,.10) !important;
}

.record-card strong{
  color:var(--teal) !important;
}

.page{
  background:var(--offwhite) !important;
}

.inner{
  background:
    linear-gradient(180deg,#ffffff 0%,#f5f7f8 100%) !important;
}

.events-results,
.media-section,
.content-grid{
  color:var(--text) !important;
}

.game-card,
.headlines,
.player,
.stat-leaders article,
.sponsor-grid article,
.contact-grid a,
.form-placeholder,
.news-list article,
.table-card{
  background:#ffffff !important;
  color:var(--text) !important;
  border:1px solid var(--line-light) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.06) !important;
}

.game-card h3,
.game-card p,
.headlines h3,
.headlines a,
.player h3,
.news-list h2{
  color:var(--text) !important;
}

.game-card small,
.player p,
.news-list p{
  color:var(--muted-text) !important;
}

.game-card span,
.section-head a,
.story-text a,
td a,
.player span{
  color:var(--teal) !important;
}

.schedule-rail .game-card:first-child{
  border-top:4px solid var(--teal) !important;
}

.quick-links a{
  background:#ffffff !important;
  color:var(--text) !important;
  border:1px solid var(--line-light) !important;
  box-shadow:0 8px 22px rgba(0,0,0,.05) !important;
}

.quick-links a:hover{
  background:var(--teal-soft) !important;
  color:var(--teal-dark) !important;
}

.gallery-grid article{
  background:
    linear-gradient(135deg,rgba(0,159,195,.78),rgba(7,9,11,.62)),
    url('../assets/story-placeholder.svg') center/cover no-repeat !important;
  color:#ffffff !important;
}

.feature-story{
  background:#ffffff !important;
  color:var(--text) !important;
  border:1px solid var(--line-light);
  box-shadow:0 12px 32px rgba(0,0,0,.06);
}

.story-text h2{
  color:var(--text) !important;
}

.story-text p{
  color:var(--muted-text) !important;
}

.player-photo{
  background:
    radial-gradient(circle at top left,rgba(255,255,255,.45),transparent 34%),
    linear-gradient(135deg,var(--teal),#101820) !important;
  color:#ffffff !important;
}

.stat-leaders strong,
.sponsor-grid strong{
  color:var(--teal) !important;
}

.stat-leaders span{
  color:#111820 !important;
}

.sponsor-grid .featured{
  border-color:var(--teal) !important;
  border-top:5px solid var(--teal) !important;
}

table{
  background:#ffffff !important;
  color:var(--text) !important;
}

th{
  color:#111820 !important;
  background:#eef3f5 !important;
  border-bottom:1px solid var(--line-light) !important;
}

td{
  border-bottom:1px solid var(--line-light) !important;
  color:var(--text) !important;
}

.integration-banner{
  background:#ffffff !important;
  color:var(--text) !important;
  border-left:6px solid var(--teal);
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}

.footer{
  background:#07090b !important;
  color:#ffffff !important;
  border-top:5px solid var(--teal) !important;
}

.footer p{
  color:#d5dde2 !important;
}

.footer-links a{
  color:#ffffff !important;
}

.footer-links a:hover{
  color:var(--teal) !important;
}

.footer-logo{
  background:#ffffff !important;
}

.mabl-inline{
  background:#ffffff !important;
}

@media(max-width:1000px){
  .nav-links{
    background:#ffffff !important;
    border-bottom:1px solid var(--line-light);
  }
}


/* === UF-style roster list page === */
.roster-page{
  background:#ffffff !important;
}
.roster-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:28px;
  align-items:start;
}
.roster-title h1{
  font-size:32px !important;
  letter-spacing:-.03em !important;
  border-left:5px solid var(--teal);
  padding-left:18px;
}
.roster-toolbar{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:24px 0 28px;
}
.roster-toolbar button,
.roster-toolbar select,
.coach-jump{
  height:52px;
  border-radius:9px;
  border:1px solid var(--line-light);
  background:#ffffff;
  color:var(--text);
  font-weight:800;
  padding:0 16px;
}
.roster-toolbar button:first-child,
.roster-toolbar button:nth-child(2),
.view-type .active{
  background:var(--teal);
  color:#ffffff;
  border-color:var(--teal);
}
.roster-toolbar select{
  min-width:190px;
}
.coach-jump{
  display:inline-flex;
  align-items:center;
  background:#eef3f5;
}
.view-type{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:8px;
}
.view-type span{
  color:var(--muted-text);
  font-size:13px;
}
.roster-list{
  display:grid;
  gap:14px;
}
.roster-row{
  display:grid;
  grid-template-columns:minmax(360px,1fr) minmax(220px,.8fr) 120px;
  gap:20px;
  align-items:center;
  background:#ffffff;
  border:1px solid var(--line-light);
  border-radius:10px;
  box-shadow:0 7px 22px rgba(0,0,0,.04);
  overflow:hidden;
}
.roster-main{
  display:flex;
  align-items:center;
  gap:18px;
  padding:18px 24px;
}
.headshot{
  width:76px;
  height:76px;
  border-radius:50%;
  background:
    radial-gradient(circle at top left,rgba(255,255,255,.70),transparent 32%),
    linear-gradient(135deg,var(--teal),#101820);
  color:#ffffff;
  display:grid;
  place-items:center;
  font-weight:1000;
  font-size:23px;
  flex:0 0 auto;
  position:relative;
}
.headshot::after{
  content:"";
  position:absolute;
  right:-3px;
  bottom:2px;
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--teal);
  border:3px solid #fff;
}
.player-name{
  color:#003f5f;
  font-weight:1000;
  font-size:18px;
}
.player-name:hover{
  color:var(--teal);
}
.player-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:7px;
  color:var(--muted-text);
  font-weight:800;
}
.player-meta span,
.player-meta strong{
  padding-right:10px;
  border-right:1px solid var(--line-light);
}
.player-meta span:last-child{
  border-right:0;
}
.roster-location{
  color:var(--text);
  line-height:1.35;
}
.roster-location span{
  font-size:14px;
}
.roster-location p{
  margin:4px 0 0;
  color:var(--muted-text);
}
.bio-link{
  color:#003f5f;
  font-weight:1000;
  padding-right:22px;
}
.bio-link:hover{
  color:var(--teal);
}
.related-news{
  background:#ffffff;
  border:1px solid var(--line-light);
  border-radius:10px;
  box-shadow:0 7px 22px rgba(0,0,0,.04);
  padding:24px;
  position:sticky;
  top:120px;
}
.related-news h2{
  font-size:22px;
  border-bottom:4px solid var(--teal);
  padding-bottom:12px;
  margin-bottom:20px;
}
.related-news article{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:12px;
  padding:14px 0;
  border-bottom:1px solid var(--line-light);
}
.news-thumb{
  width:56px;
  height:56px;
  border-radius:8px;
  background:linear-gradient(135deg,var(--teal),#101820);
  color:#ffffff;
  display:grid;
  place-items:center;
  font-weight:1000;
}
.related-news article a{
  font-weight:1000;
  color:#003f5f;
  line-height:1.25;
}
.related-news article span{
  grid-column:2;
  color:var(--muted-text);
  font-size:13px;
}
.all-news{
  display:block;
  text-align:center;
  margin-top:18px;
  background:#003f5f;
  color:#ffffff;
  padding:14px;
  border-radius:6px;
  font-weight:1000;
}
.coaches-block{
  margin-top:34px;
}
.coaches-block h2{
  font-size:28px;
}
.player-profile-page{
  background:#ffffff !important;
}
.back-link{
  color:var(--teal);
  font-weight:1000;
}
.player-profile-hero{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:28px;
  align-items:center;
  margin:28px 0;
  padding:34px;
  border:1px solid var(--line-light);
  border-radius:14px;
  background:#fff;
}
.profile-photo{
  width:180px;
  height:180px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--teal),#101820);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:54px;
  font-weight:1000;
}
.player-profile-hero h1{
  font-size:58px !important;
}
.profile-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:12px 0;
}
.profile-badges span{
  background:var(--teal-soft);
  color:#003f5f;
  border:1px solid var(--line-light);
  padding:8px 12px;
  border-radius:999px;
  font-weight:1000;
}
.profile-grid{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:22px;
}
.profile-grid article{
  background:#ffffff;
  border:1px solid var(--line-light);
  border-radius:14px;
  padding:24px;
}
@media(max-width:1100px){
  .roster-layout{
    grid-template-columns:1fr;
  }
  .related-news{
    position:static;
  }
  .roster-row{
    grid-template-columns:1fr;
    gap:0;
    padding-bottom:18px;
  }
  .roster-location,.bio-link{
    padding:0 24px 12px;
  }
  .view-type{
    margin-left:0;
  }
}
@media(max-width:650px){
  .roster-toolbar select{
    min-width:100%;
  }
  .roster-main{
    align-items:flex-start;
    padding:16px;
  }
  .headshot{
    width:62px;
    height:62px;
    font-size:18px;
  }
  .player-profile-hero,.profile-grid{
    grid-template-columns:1fr;
  }
  .profile-photo{
    width:140px;
    height:140px;
  }
  .player-profile-hero h1{
    font-size:38px !important;
  }
}
