.pfm-nfl-teams-map-page {
--pfm-map-navy: #071a3a;
--pfm-map-blue: #143566;
--pfm-map-red: #a10f1b;
--pfm-map-red-dark: #7e0b15;
--pfm-map-gold: #d6a313;
--pfm-map-ink: #172033;
--pfm-map-copy: #2f3b4f;
--pfm-map-muted: #5f6d82;
--pfm-map-line: #dfe5ee;
--pfm-map-soft: #f7f9fc;
--pfm-map-white: #fff;
width: min(100%, 1240px);
margin: 0 auto;
color: var(--pfm-map-ink);
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}
.pfm-nfl-teams-map-page *,
.pfm-nfl-teams-map-page *::before,
.pfm-nfl-teams-map-page *::after { box-sizing: border-box; }
.pfm-nfl-teams-map-page h1,
.pfm-nfl-teams-map-page h2,
.pfm-nfl-teams-map-page h3,
.pfm-nfl-teams-map-page p,
.pfm-nfl-teams-map-page a,
.pfm-nfl-teams-map-page button,
.pfm-nfl-teams-map-page table,
.pfm-nfl-teams-map-page th,
.pfm-nfl-teams-map-page td,
.pfm-nfl-teams-map-page span,
.pfm-nfl-teams-map-page small,
.pfm-nfl-teams-map-page strong {
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
word-spacing: normal !important;
}
.pfm-nfl-teams-map-page h1,
.pfm-nfl-teams-map-page h2,
.pfm-nfl-teams-map-page h3 {
clear: none !important;
text-transform: none !important;
}
.pfm-nfl-teams-map-page p { text-transform: none !important; }
.pfm-nfl-teams-map-page a,
.pfm-nfl-teams-map-page a:link,
.pfm-nfl-teams-map-page a:visited {
text-decoration: none !important;
}
.pfm-nfl-teams-map-page button {
margin: 0 !important;
text-transform: none !important;
letter-spacing: normal !important;
box-shadow: none;
}
.pfm-nfl-teams-map-page .pfm-kicker {
display: block;
margin: 0 0 9px !important;
color: var(--pfm-map-red) !important;
font-size: 12px !important;
font-weight: 900 !important;
letter-spacing: .105em !important;
line-height: 1.2 !important;
text-transform: uppercase !important;
}
.pfm-nfl-map-hero {
position: relative;
display: block;
overflow: hidden;
min-height: 0;
margin: 0 0 24px;
padding: clamp(24px, 4vw, 42px);
border: 1px solid var(--pfm-map-line);
border-top: 5px solid var(--pfm-map-red);
border-radius: 16px;
background: linear-gradient(145deg, #fff 0%, #f9fafb 100%);
box-shadow: 0 12px 32px rgba(15,23,42,.07);
color: var(--pfm-map-ink);
isolation: isolate;
}
.pfm-nfl-map-hero::after {
content: "";
position: absolute;
right: -92px;
bottom: -132px;
width: 270px;
height: 270px;
border: 44px solid rgba(161,15,27,.035);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.pfm-nfl-map-hero-copy {
position: relative;
z-index: 1;
}
.pfm-nfl-map-hero .pfm-kicker { color: var(--pfm-map-red) !important; }
.pfm-nfl-map-hero h1 {
max-width: 850px;
margin: 0 !important;
color: var(--pfm-map-ink) !important;
font-size: clamp(34px, 5vw, 58px) !important;
font-weight: 950 !important;
letter-spacing: -.045em !important;
line-height: 1.02 !important;
text-wrap: balance;
}
.pfm-nfl-map-hero-copy > p {
max-width: 800px;
margin: 18px 0 0 !important;
color: var(--pfm-map-copy) !important;
font-size: 18px !important;
font-weight: 560 !important;
line-height: 1.58 !important;
}
.pfm-nfl-map-stage,
.pfm-nfl-map-directory,
.pfm-nfl-map-stadium-facts,
.pfm-nfl-map-states,
.pfm-nfl-map-shared,
.pfm-nfl-map-related {
margin-top: clamp(32px, 5vw, 58px);
}
.pfm-nfl-map-section-heading {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(260px, 460px);
gap: 30px;
align-items: end;
margin-bottom: 22px;
}
.pfm-nfl-map-section-heading h2,
.pfm-nfl-map-related h2 {
margin: 0 !important;
color: var(--pfm-map-ink) !important;
font-size: clamp(28px, 3vw, 40px) !important;
font-weight: 950 !important;
letter-spacing: -.035em !important;
line-height: 1.08 !important;
text-wrap: balance;
}
.pfm-nfl-map-section-heading > p,
.pfm-nfl-map-related > p {
margin: 0 !important;
color: var(--pfm-map-muted) !important;
font-size: 16px !important;
font-weight: 500 !important;
line-height: 1.62 !important;
}
.pfm-nfl-map-canvas {
aspect-ratio: 864 / 518;
min-height: 430px;
overflow: hidden;
position: relative;
border: 1px solid var(--pfm-map-line);
border-radius: 20px;
background: #f7f9fc;
box-shadow: 0 14px 34px rgba(15,23,42,.09);
isolation: isolate;
}
.pfm-nfl-map-viewport {
width: 100%;
height: 100%;
position: relative;
}
.pfm-nfl-map-base,
.pfm-nfl-map-markers {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
.pfm-nfl-map-base {
display: block;
object-fit: fill;
pointer-events: none;
user-select: none;
}
.pfm-nfl-map-markers { z-index: 2; }
.pfm-nfl-teams-map-page .pfm-nfl-map-marker {
--pfm-marker-bubble-size: clamp(38px, 3.6vw, 48px);
--pfm-marker-stem-height: 12px;
--pfm-marker-primary: var(--pfm-map-red);
--pfm-marker-fill: #f1f3f5;
appearance: none !important;
-webkit-appearance: none !important;
-webkit-tap-highlight-color: transparent;
touch-action: manipulation;
outline: none !important;
display: block !important;
width: var(--pfm-marker-bubble-size) !important;
height: calc(var(--pfm-marker-bubble-size) + var(--pfm-marker-stem-height)) !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
position: absolute;
top: var(--pfm-map-y);
left: var(--pfm-map-x);
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: #fff !important;
cursor: pointer;
overflow: visible !important;
transform: translate(-50%, -100%);
z-index: 3;
}
.pfm-nfl-map-marker-bubble {
display: grid;
place-items: center;
width: var(--pfm-marker-bubble-size);
height: var(--pfm-marker-bubble-size);
position: absolute;
top: 0;
left: 50%;
padding: 3px;
border: 2px solid var(--pfm-marker-primary);
border-radius: 50%;
background: var(--pfm-marker-fill);
box-shadow: 0 4px 12px rgba(15,21,29,.33), 0 0 0 1px rgba(0,0,0,.12);
transform: translateX(-50%);
transform-origin: 50% 100%;
transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
z-index: 2;
}
.pfm-nfl-map-marker-stem {
width: 3px;
height: var(--pfm-marker-stem-height);
position: absolute;
left: 50%;
bottom: 0;
border-radius: 999px;
background: var(--pfm-marker-primary);
box-shadow: 0 0 0 1px rgba(255,255,255,.92);
transform: translateX(-50%);
z-index: 1;
}
.pfm-nfl-map-marker-anchor {
width: 8px;
height: 8px;
position: absolute;
left: 50%;
bottom: -4px;
border: 2px solid #fff;
border-radius: 50%;
background: var(--pfm-marker-primary);
box-shadow: 0 1px 4px rgba(15,21,29,.35);
transform: translateX(-50%);
z-index: 3;
}
.pfm-nfl-teams-map-page .pfm-nfl-map-marker:hover,
.pfm-nfl-teams-map-page .pfm-nfl-map-marker:focus-visible,
.pfm-nfl-teams-map-page .pfm-nfl-map-marker.is-active {
background: transparent !important;
box-shadow: none !important;
z-index: 8;
}
.pfm-nfl-teams-map-page .pfm-nfl-map-marker:hover .pfm-nfl-map-marker-bubble,
.pfm-nfl-teams-map-page .pfm-nfl-map-marker:focus-visible .pfm-nfl-map-marker-bubble,
.pfm-nfl-teams-map-page .pfm-nfl-map-marker.is-active .pfm-nfl-map-marker-bubble {
filter: saturate(1.08);
transform: translateX(-50%) scale(1.13);
box-shadow: 0 8px 22px rgba(15,21,29,.4), 0 0 0 4px rgba(161,15,27,.18);
}
.pfm-nfl-map-marker:focus:not(:focus-visible) {
outline: none !important;
box-shadow: none !important;
}
.pfm-nfl-map-marker:focus-visible { outline: none !important; }
.pfm-nfl-map-marker:focus-visible .pfm-nfl-map-marker-anchor {
outline: 3px solid var(--pfm-map-navy);
outline-offset: 3px;
}
.pfm-nfl-map-marker-logos {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.pfm-nfl-map-marker img {
display: block;
width: 82%;
height: 82%;
object-fit: contain;
filter: drop-shadow(0 1px 1px rgba(0,0,0,.3));
}
.pfm-nfl-teams-map-page .pfm-nfl-map-marker.is-shared {
--pfm-marker-bubble-size: clamp(49px, 4.4vw, 60px);
}
.pfm-nfl-map-marker.is-shared .pfm-nfl-map-marker-bubble { border-radius: 22px; }
.pfm-nfl-map-marker.is-shared .pfm-nfl-map-marker-logos { gap: 2px; padding: 0 3px; }
.pfm-nfl-map-marker.is-shared img { width: 44%; height: 70%; margin: 0; }
.pfm-nfl-map-popover {
width: min(355px, calc(100% - 24px));
max-height: calc(100% - 24px);
overflow: auto;
overscroll-behavior: contain;
position: absolute;
top: var(--pfm-popover-y, 18px);
left: var(--pfm-popover-x, 18px);
padding: 20px;
border: 1px solid #cfd7e3;
border-top: 5px solid var(--pfm-map-red);
border-radius: 16px;
background: rgba(255,255,255,.99);
box-shadow: 0 22px 48px rgba(7,26,58,.24);
color: var(--pfm-map-ink);
z-index: 20;
}
.pfm-nfl-map-popover[hidden] { display: none !important; }
.pfm-nfl-teams-map-page .pfm-nfl-map-popover-close {
appearance: none !important;
display: grid !important;
place-items: center !important;
width: 44px !important;
height: 44px !important;
min-height: 44px !important;
margin: 0 !important;
padding: 0 !important;
position: absolute;
top: 12px;
right: 12px;
border: 2px solid var(--pfm-map-red) !important;
border-radius: 50% !important;
background: var(--pfm-map-navy) !important;
color: #fff !important;
font-size: 25px !important;
font-weight: 700 !important;
line-height: 1 !important;
cursor: pointer;
z-index: 3;
}
.pfm-nfl-teams-map-page .pfm-nfl-map-popover-close:hover,
.pfm-nfl-teams-map-page .pfm-nfl-map-popover-close:focus-visible {
border-color: var(--pfm-map-gold) !important;
background: var(--pfm-map-red) !important;
color: #fff !important;
outline: 3px solid rgba(161,15,27,.18) !important;
outline-offset: 2px !important;
}
.pfm-nfl-map-popover-location {
margin: 0 56px 16px 0 !important;
color: var(--pfm-map-muted) !important;
font-size: 12px !important;
font-weight: 900 !important;
letter-spacing: .065em !important;
line-height: 1.45 !important;
text-transform: uppercase !important;
}
.pfm-nfl-map-popover-team + .pfm-nfl-map-popover-team {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid var(--pfm-map-line);
}
.pfm-nfl-map-popover-team-head {
display: grid;
grid-template-columns: 50px minmax(0, 1fr);
gap: 12px;
align-items: center;
}
.pfm-nfl-map-popover-team-head img {
width: 50px;
height: 50px;
object-fit: contain;
}
.pfm-nfl-map-popover-team-head h3 {
margin: 0 !important;
color: var(--pfm-map-ink) !important;
font-size: 18px !important;
font-weight: 900 !important;
letter-spacing: -.02em !important;
line-height: 1.2 !important;
}
.pfm-nfl-map-popover-team-head p {
margin: 4px 0 0 !important;
color: var(--pfm-map-muted) !important;
font-size: 14px !important;
font-weight: 600 !important;
line-height: 1.35 !important;
}
.pfm-nfl-map-popover-metrics {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
margin: 13px 0;
}
.pfm-nfl-map-popover-metrics span {
padding: 10px 11px;
border: 1px solid #e7ebf0;
border-radius: 10px;
background: var(--pfm-map-soft);
}
.pfm-nfl-map-popover-metrics small {
display: block;
color: var(--pfm-map-muted) !important;
font-size: 11px !important;
font-weight: 900 !important;
letter-spacing: .045em !important;
line-height: 1.25 !important;
text-transform: uppercase !important;
}
.pfm-nfl-map-popover-metrics strong {
display: block;
margin-top: 4px;
color: var(--pfm-map-ink) !important;
font-size: 19px !important;
font-weight: 950 !important;
line-height: 1.1 !important;
}
.pfm-nfl-map-popover-team a,
.pfm-nfl-map-related-links a,
.pfm-nfl-map-popover-team a:link,
.pfm-nfl-map-related-links a:link,
.pfm-nfl-map-popover-team a:visited,
.pfm-nfl-map-related-links a:visited {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 9px 14px;
border: 1px solid var(--pfm-map-red) !important;
border-radius: 999px;
background: #fff !important;
color: var(--pfm-map-red) !important;
-webkit-text-fill-color: var(--pfm-map-red) !important;
font-size: 12px !important;
font-weight: 900 !important;
line-height: 1.25 !important;
text-align: center;
}
.pfm-nfl-map-popover-team a { width: 100%; }
.pfm-nfl-map-popover-team a:hover,
.pfm-nfl-map-popover-team a:focus-visible,
.pfm-nfl-map-related-links a:hover,
.pfm-nfl-map-related-links a:focus-visible {
border-color: var(--pfm-map-red) !important;
background: var(--pfm-map-red) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
outline: 3px solid rgba(161,15,27,.14) !important;
outline-offset: 2px !important;
}
.pfm-nfl-map-help {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 8px 20px;
margin-top: 12px;
color: var(--pfm-map-muted);
font-size: 12px;
line-height: 1.5;
}
.pfm-nfl-map-help span { color: var(--pfm-map-muted) !important; }
.pfm-nfl-map-noscript,
.pfm-nfl-map-filter-status {
color: var(--pfm-map-muted) !important;
font-size: 14px !important;
line-height: 1.5 !important;
}
.pfm-nfl-map-filters {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 12px;
}
.pfm-nfl-teams-map-page .pfm-nfl-map-filters button {
appearance: none !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
width: auto !important;
height: auto !important;
min-height: 44px !important;
padding: 8px 14px !important;
border: 1px solid #cfd7e3 !important;
border-radius: 999px !important;
background: #fff !important;
color: #354258 !important;
font-size: 12px !important;
font-weight: 850 !important;
line-height: 1.2 !important;
cursor: pointer;
}
.pfm-nfl-teams-map-page .pfm-nfl-map-filters button:hover,
.pfm-nfl-teams-map-page .pfm-nfl-map-filters button:focus-visible,
.pfm-nfl-teams-map-page .pfm-nfl-map-filters button.is-active {
border-color: var(--pfm-map-red) !important;
background: var(--pfm-map-red) !important;
color: #fff !important;
outline: 3px solid rgba(161,15,27,.13) !important;
outline-offset: 2px !important;
}
.pfm-nfl-map-filter-status { margin: 0 0 12px !important; }
.pfm-nfl-map-table-wrap {
width: 100%;
max-width: 100%;
overflow-x: auto !important;
overflow-y: hidden;
border: 1px solid var(--pfm-map-line);
border-radius: 16px;
background: #fff;
box-shadow: 0 10px 28px rgba(15,23,42,.07);
-webkit-overflow-scrolling: touch;
}
.pfm-nfl-map-table {
width: 100% !important;
min-width: 890px;
margin: 0 !important;
border: 0 !important;
display: table !important;
table-layout: auto;
border-collapse: collapse !important;
border-spacing: 0 !important;
background: #fff;
color: var(--pfm-map-ink);
font-size: 14px !important;
}
.pfm-nfl-map-table caption {
width: 1px !important;
height: 1px !important;
margin: -1px !important;
padding: 0 !important;
overflow: hidden !important;
position: absolute !important;
border: 0 !important;
clip: rect(0 0 0 0) !important;
clip-path: inset(50%) !important;
white-space: nowrap !important;
}
.pfm-nfl-map-table thead {
display: table-header-group !important;
background: var(--pfm-map-navy) !important;
color: #fff !important;
}
.pfm-nfl-map-table tbody { display: table-row-group !important; }
.pfm-nfl-map-table tr { display: table-row !important; }
.pfm-nfl-map-table th,
.pfm-nfl-map-table td { display: table-cell !important; }
.pfm-nfl-map-table th,
.pfm-nfl-map-table td {
padding: 13px 15px !important;
border: 0 !important;
border-bottom: 1px solid #e4e8ec !important;
color: var(--pfm-map-copy) !important;
font-size: 14px !important;
line-height: 1.4 !important;
text-align: left;
vertical-align: middle;
}
.pfm-nfl-map-table thead th {
border-bottom: 0 !important;
color: #fff !important;
font-size: 11px !important;
font-weight: 900 !important;
letter-spacing: .055em !important;
text-transform: uppercase !important;
}
.pfm-nfl-map-table tbody tr:last-child > * { border-bottom: 0 !important; }
.pfm-nfl-map-table tbody tr:hover { background: #fafbfc; }
.pfm-nfl-map-table .is-number { text-align: right; font-variant-numeric: tabular-nums; }
.pfm-nfl-map-table tr[hidden] { display: none !important; }
.pfm-nfl-map-team-link,
.pfm-nfl-map-team-link:link,
.pfm-nfl-map-team-link:visited {
display: inline-grid;
grid-template-columns: 42px minmax(0, 1fr);
gap: 10px;
align-items: center;
color: var(--pfm-map-ink) !important;
-webkit-text-fill-color: var(--pfm-map-ink) !important;
font-size: 14px !important;
font-weight: 900 !important;
line-height: 1.25 !important;
}
.pfm-nfl-map-team-link img { width: 42px; height: 42px; object-fit: contain; }
.pfm-nfl-map-team-link:hover,
.pfm-nfl-map-team-link:focus-visible {
color: var(--pfm-map-red) !important;
-webkit-text-fill-color: var(--pfm-map-red) !important;
outline: none;
text-decoration: underline !important;
text-underline-offset: 3px;
}
.pfm-nfl-map-stadium-editorial {
max-width: 940px;
padding: clamp(20px, 3vw, 30px);
border: 1px solid var(--pfm-map-line);
border-left: 5px solid var(--pfm-map-red);
border-radius: 14px;
background: linear-gradient(145deg, #fff 0%, #f9fafb 100%);
box-shadow: 0 9px 26px rgba(15,23,42,.055);
}
.pfm-nfl-map-stadium-editorial p {
margin: 0 !important;
color: var(--pfm-map-copy) !important;
font-size: 16px !important;
line-height: 1.68 !important;
}
.pfm-nfl-map-stadium-editorial p + p { margin-top: 13px !important; }
.pfm-nfl-map-stadium-fact-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
margin-top: 18px;
}
.pfm-nfl-map-stadium-fact-card {
min-width: 0;
padding: 20px;
border: 1px solid var(--pfm-map-line);
border-top: 4px solid var(--pfm-map-red);
border-radius: 14px;
background: #fff;
box-shadow: 0 8px 24px rgba(15,23,42,.06);
}
.pfm-nfl-map-stadium-fact-label {
display: block;
color: var(--pfm-map-red) !important;
font-size: 10px !important;
font-weight: 900 !important;
letter-spacing: .075em !important;
line-height: 1.25 !important;
text-transform: uppercase !important;
}
.pfm-nfl-map-stadium-fact-card > strong {
display: block;
margin-top: 10px;
color: var(--pfm-map-navy) !important;
font-size: clamp(27px, 3vw, 36px) !important;
font-weight: 950 !important;
letter-spacing: -.035em !important;
line-height: 1 !important;
}
.pfm-nfl-map-stadium-fact-card h3 {
margin: 11px 0 0 !important;
color: var(--pfm-map-ink) !important;
font-size: 18px !important;
font-weight: 950 !important;
letter-spacing: -.02em !important;
line-height: 1.2 !important;
}
.pfm-nfl-map-stadium-fact-card p {
margin: 8px 0 0 !important;
color: var(--pfm-map-muted) !important;
font-size: 13px !important;
line-height: 1.55 !important;
}
.pfm-nfl-map-stadium-sources {
margin-top: 16px;
padding: 14px 16px;
border: 1px solid var(--pfm-map-line);
border-radius: 12px;
background: var(--pfm-map-soft);
}
.pfm-nfl-map-stadium-sources summary {
color: var(--pfm-map-ink) !important;
font-size: 13px !important;
font-weight: 900 !important;
line-height: 1.35 !important;
cursor: pointer;
}
.pfm-nfl-map-stadium-sources ul {
margin: 12px 0 0 18px !important;
padding: 0 !important;
}
.pfm-nfl-map-stadium-sources li {
margin: 6px 0 !important;
color: var(--pfm-map-copy) !important;
font-size: 13px !important;
line-height: 1.45 !important;
}
.pfm-nfl-map-stadium-sources a,
.pfm-nfl-map-stadium-sources a:link,
.pfm-nfl-map-stadium-sources a:visited {
color: var(--pfm-map-red) !important;
-webkit-text-fill-color: var(--pfm-map-red) !important;
font-weight: 800 !important;
text-decoration: underline !important;
text-underline-offset: 2px;
}
.pfm-nfl-map-state-grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 11px;
}
.pfm-nfl-map-state-card {
display: grid;
min-height: 116px;
padding: 15px;
border: 1px solid var(--pfm-map-line);
border-radius: 13px;
background: #fff;
box-shadow: 0 7px 20px rgba(15,23,42,.055);
}
.pfm-nfl-map-state-card strong {
color: var(--pfm-map-red) !important;
font-size: 25px !important;
font-weight: 950 !important;
line-height: 1 !important;
}
.pfm-nfl-map-state-card span {
align-self: end;
color: var(--pfm-map-ink) !important;
font-size: 14px !important;
font-weight: 900 !important;
line-height: 1.2 !important;
}
.pfm-nfl-map-state-card small {
margin-top: 4px;
color: var(--pfm-map-muted) !important;
font-size: 12px !important;
line-height: 1.3 !important;
}
.pfm-nfl-map-shared-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
.pfm-nfl-map-shared-grid article {
display: grid;
grid-template-columns: 142px minmax(0, 1fr);
gap: 20px;
align-items: center;
padding: 22px;
border: 1px solid var(--pfm-map-line);
border-left: 6px solid var(--pfm-map-red);
border-radius: 16px;
background: #fff;
box-shadow: 0 9px 26px rgba(15,23,42,.065);
}
.pfm-nfl-map-shared-logos {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
min-width: 0;
}
.pfm-nfl-map-shared-logos img {
display: block;
width: 56px;
height: 56px;
margin: 0;
object-fit: contain;
filter: drop-shadow(0 2px 2px rgba(0,0,0,.12));
}
.pfm-nfl-map-shared-grid h3 {
margin: 0 !important;
color: var(--pfm-map-ink) !important;
font-size: 20px !important;
font-weight: 950 !important;
letter-spacing: -.02em !important;
line-height: 1.18 !important;
}
.pfm-nfl-map-shared-grid p {
margin: 5px 0 !important;
color: var(--pfm-map-muted) !important;
font-size: 15px !important;
line-height: 1.45 !important;
}
.pfm-nfl-map-shared-grid span {
color: var(--pfm-map-copy) !important;
font-size: 13px !important;
font-weight: 800 !important;
line-height: 1.45 !important;
}
.pfm-nfl-map-related {
padding: clamp(24px, 4vw, 42px);
border: 1px solid var(--pfm-map-line);
border-radius: 20px;
background: linear-gradient(135deg, #f4f6f8, #fff);
}
.pfm-nfl-map-related > p { max-width: 780px; margin-top: 12px !important; }
.pfm-nfl-map-related-links {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 10px;
margin-top: 22px;
}
@media (max-width: 1050px) {
.pfm-nfl-map-stadium-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pfm-nfl-map-state-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pfm-nfl-map-related-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
.pfm-nfl-map-hero {
margin-bottom: 20px;
padding: 30px 24px;
border-radius: 18px;
}
.pfm-nfl-map-hero h1 {
font-size: clamp(34px, 9vw, 46px) !important;
line-height: 1.04 !important;
}
.pfm-nfl-map-hero-copy > p {
margin-top: 16px !important;
font-size: 16px !important;
line-height: 1.58 !important;
}
.pfm-nfl-map-section-heading {
grid-template-columns: 1fr;
gap: 10px;
align-items: start;
}
.pfm-nfl-map-section-heading h2,
.pfm-nfl-map-related h2 {
font-size: clamp(28px, 8vw, 36px) !important;
line-height: 1.1 !important;
}
.pfm-nfl-map-canvas {
min-height: 0;
height: 372px;
aspect-ratio: auto;
overflow-x: auto;
overflow-y: hidden;
overscroll-behavior-inline: contain;
-webkit-overflow-scrolling: touch;
}
.pfm-nfl-map-viewport { width: 620px; height: 372px; }
.pfm-nfl-map-popover {
width: auto;
max-height: min(66vh, 520px);
position: fixed;
inset: auto 12px max(12px, env(safe-area-inset-bottom));
margin: 0;
padding: 18px;
z-index: 9999;
}
.pfm-nfl-map-popover-location {
margin: 0 56px 15px 0 !important;
font-size: 11px !important;
}
.pfm-nfl-map-table-wrap {
max-width: 100%;
overflow-x: auto !important;
overflow-y: hidden;
border-radius: 14px;
-webkit-overflow-scrolling: touch;
overscroll-behavior-inline: contain;
}
.pfm-nfl-map-table {
display: table !important;
min-width: 820px;
}
.pfm-nfl-map-table thead { display: table-header-group !important; }
.pfm-nfl-map-table tbody { display: table-row-group !important; }
.pfm-nfl-map-table tr { display: table-row !important; }
.pfm-nfl-map-table th,
.pfm-nfl-map-table td { display: table-cell !important; }
.pfm-nfl-map-state-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pfm-nfl-map-shared-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
.pfm-nfl-map-stage,
.pfm-nfl-map-directory,
.pfm-nfl-map-stadium-facts,
.pfm-nfl-map-states,
.pfm-nfl-map-shared,
.pfm-nfl-map-related { margin-top: 30px; }
.pfm-nfl-map-hero { padding: 26px 20px; }
.pfm-nfl-map-hero h1 {
font-size: clamp(32px, 10.5vw, 42px) !important;
letter-spacing: -.04em !important;
}
.pfm-nfl-map-canvas { border-radius: 14px; }
.pfm-nfl-teams-map-page .pfm-nfl-map-marker {
--pfm-marker-bubble-size: 44px;
--pfm-marker-stem-height: 11px;
width: 44px !important;
height: 55px !important;
}
.pfm-nfl-map-marker-bubble {
padding: 2px;
border-width: 2px;
}
.pfm-nfl-teams-map-page .pfm-nfl-map-marker.is-shared {
--pfm-marker-bubble-size: 56px;
width: 56px !important;
height: 67px !important;
}
.pfm-nfl-map-help { display: grid; }
.pfm-nfl-map-filters {
flex-wrap: nowrap;
overflow-x: auto;
padding: 2px 2px 8px;
scroll-snap-type: x proximity;
overscroll-behavior-inline: contain;
}
.pfm-nfl-map-filters button {
flex: 0 0 auto;
scroll-snap-align: start;
}
.pfm-nfl-map-stadium-fact-grid { grid-template-columns: 1fr; }
.pfm-nfl-map-state-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pfm-nfl-map-shared-grid article {
grid-template-columns: 118px minmax(0, 1fr);
gap: 14px;
padding: 17px;
}
.pfm-nfl-map-shared-logos { gap: 10px; }
.pfm-nfl-map-shared-logos img { width: 50px; height: 50px; }
.pfm-nfl-map-related-links { grid-template-columns: 1fr; }
}
@media (max-width: 380px) {
.pfm-nfl-map-popover-metrics { grid-template-columns: 1fr; }
.pfm-nfl-map-shared-grid article { grid-template-columns: 1fr; }
.pfm-nfl-map-shared-logos { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
.pfm-nfl-map-marker-bubble { transition: none; }
}