/* Let the code-owned experience fill its Bricks mounting section. */
body:has(.g2m-bme) #brx-content .brxe-section:has(.g2m-bme) {
	padding: 0;
}

body:has(.g2m-bme) #brx-content .brxe-container:has(.g2m-bme),
body:has(.g2m-bme) #brx-content .brxe-shortcode:has(> .g2m-bme) {
	width: 100%;
	max-width: none;
}

/* Keep the global header legible while it overlays the dark Explorer hero. */
body:has(.g2m-bme) #brx-header .header__logo-light {
	filter: brightness(0) invert(1);
}

body:has(.g2m-bme) #brx-header .header__getstarted,
body:has(.g2m-bme) #brx-header .header__menu-icon {
	color: #ffffff !important;
}

.g2m-bme {
	--g2m-bme-navy: #182630;
	--g2m-bme-navy-soft: #263b48;
	--g2m-bme-teal: #2fa4b8;
	--g2m-bme-teal-soft: #e3f3f6;
	--g2m-bme-lime: #58b7c7;
	--g2m-bme-orange: #c66b32;
	--g2m-bme-purple: #6d6aa9;
	--g2m-bme-ink: #1f2933;
	--g2m-bme-muted: #4b5563;
	--g2m-bme-line: #d7dde2;
	--g2m-bme-page: #f6f7f8;
	--g2m-bme-surface: #ffffff;
	display: block;
	width: 100%;
	color: var(--g2m-bme-ink);
	background: transparent;
	font-family: univia-pro, sans-serif;
	font-size: 18px;
	line-height: 1.45;
	isolation: isolate;
}
.g2m-bme,
.g2m-bme * {
	box-sizing: border-box;
}

.g2m-bme [hidden] {
	display: none !important;
}

.g2m-bme h1,
.g2m-bme h2,
.g2m-bme h3,
.g2m-bme p {
	margin-top: 0;
	font-family: inherit;
}

.g2m-bme button,
.g2m-bme select {
	font: inherit;
}

.g2m-bme__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	gap: 1.5rem clamp(2rem, 6vw, 6rem);
	align-items: end;
	padding: clamp(5rem, 8vw, 7rem) clamp(2.5rem, 8.5vw, 7rem) clamp(4rem, 7vw, 6rem);
	color: #ffffff;
	background:
		radial-gradient(circle at 86% 14%, rgba(47, 164, 184, 0.28), transparent 24rem),
		linear-gradient(132deg, var(--g2m-bme-navy), var(--g2m-bme-navy-soft));
}

.g2m-bme__eyebrow,
.g2m-bme__kicker {
	margin-bottom: 0.7rem;
	color: var(--g2m-bme-teal);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.g2m-bme__hero .g2m-bme__eyebrow {
	grid-column: 1 / -1;
	margin-bottom: 0;
	color: var(--g2m-bme-teal);
}

.g2m-bme__title {
	grid-column: 1;
	grid-row: 2 / span 2;
	max-width: 760px;
	margin-bottom: 0;
	color: inherit;
	font-size: clamp(3.5rem, 6.15vw, 5.5rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.g2m-bme__lede {
	grid-column: 2;
	max-width: 520px;
	margin-bottom: 0;
	color: #ffffff;
	font-size: clamp(1.05rem, 1.75vw, 1.25rem);
	line-height: 1.6;
}

.g2m-bme__meta {
	display: flex;
	grid-column: 2;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	color: #c8d5dc;
	font-size: 13px;
	line-height: 1.45;
}

.g2m-bme__meta strong {
	color: #ffffff;
}

.g2m-bme__toolbar {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 170px 170px;
	gap: 1rem;
	align-items: end;
	margin: -1.5rem clamp(2.5rem, 8.5vw, 7rem) 0;
	padding: 1.1rem 1.25rem;
	border: 1px solid var(--g2m-bme-line);
	border-radius: 14px;
	background: var(--g2m-bme-surface);
	box-shadow: 0 12px 28px rgba(24, 38, 48, 0.12);
}

.g2m-bme__lens-group {
	min-width: 0;
}

.g2m-bme__control-label {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--g2m-bme-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.g2m-bme__lenses {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.g2m-bme__lens {
	padding: 0.5rem 0.65rem;
	border: 1px solid var(--g2m-bme-line);
	border-radius: 99px;
	color: var(--g2m-bme-muted);
	background: transparent;
	cursor: pointer;
	font-size: 14px;
}

.g2m-bme__lens[aria-pressed="true"] {
	border-color: var(--g2m-bme-navy);
	color: #ffffff;
	background: var(--g2m-bme-navy);
}

.g2m-bme__lens:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

/* Inactive lenses are previews of Phase 3, not broken controls. Say so on the pill itself
   rather than only in a tooltip, so nobody reads the greyed state as a loading failure. */
.g2m-bme__lens-soon {
	margin-left: 0.35rem;
	padding: 0.05rem 0.4rem;
	border: 1px solid currentColor;
	border-radius: 99px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	vertical-align: middle;
}

.g2m-bme__select-control {
	width: 170px;
	flex: 0 0 auto;
}

.g2m-bme select {
	width: 100%;
	min-height: 40px;
	padding: 0.5rem 2rem 0.5rem 0.65rem;
	border: 1px solid var(--g2m-bme-line);
	border-radius: 8px;
	color: var(--g2m-bme-muted);
	background: var(--g2m-bme-page);
	font-size: 14px;
}

.g2m-bme__status {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	margin: 1rem clamp(2.5rem, 8.5vw, 7rem) 0;
	color: var(--g2m-bme-muted);
	font-size: 13px;
}

.g2m-bme__status > span:first-child {
	flex: 0 0 auto;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--g2m-bme-orange);
}

.g2m-bme[data-state="ready"] .g2m-bme__status > span:first-child {
	background: var(--g2m-bme-teal);
}

/* Keep the successful load announcement available to assistive technology without occupying the finished layout. */
.g2m-bme[data-state="ready"] .g2m-bme__status {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.g2m-bme[data-state="loading"] .g2m-bme__status > span:first-child {
	animation: g2m-bme-pulse 1.2s ease-in-out infinite;
}

.g2m-bme[data-state="empty"] .g2m-bme__status > span:first-child {
	background: var(--g2m-bme-muted);
}

.g2m-bme[data-state="error"] .g2m-bme__status > span:first-child {
	background: var(--g2m-bme-orange);
}

@keyframes g2m-bme-pulse {
	0%, 100% {
		opacity: 0.6;
		box-shadow: 0 0 0 0 rgba(198, 107, 50, 0);
	}
	50% {
		opacity: 1;
		box-shadow: 0 0 0 5px rgba(198, 107, 50, 0.14);
	}
}

@keyframes g2m-bme-loading-sweep {
	from { background-position: 180% 0; }
	to { background-position: -80% 0; }
}

.g2m-bme [aria-busy="true"] .g2m-bme__data-message {
	gap: 0.75rem;
	flex-direction: column;
}

.g2m-bme [aria-busy="true"] .g2m-bme__data-message::after {
	width: 72px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent 10%, var(--g2m-bme-teal) 50%, transparent 90%) 0 0 / 200% 100%;
	content: "";
	animation: g2m-bme-loading-sweep 1.4s ease-in-out infinite;
}

/* Block evidence loads a metro in 20,000-row pages, which for the largest metros takes long
   enough that an indeterminate sweep reads as "stuck". Once the first page returns, the
   loader sets --g2m-bme-progress and the sweep becomes a determinate fill. */
.g2m-bme [aria-busy="true"] .g2m-bme__data-message[style*="--g2m-bme-progress"]::after {
	width: min(260px, 70%);
	background: linear-gradient(90deg, var(--g2m-bme-teal) var(--g2m-bme-progress), rgba(74, 171, 190, 0.18) 0) 0 0 / 100% 100%;
	animation: none;
	transition: background 240ms ease;
}

.g2m-bme [aria-busy="true"] .g2m-bme__metric-value,
.g2m-bme [aria-busy="true"] [data-bme-pricing-summary],
.g2m-bme [aria-busy="true"] .g2m-bme__horizontal-row > i {
	color: transparent;
	background: linear-gradient(100deg, rgba(74, 171, 190, 0.08) 20%, rgba(74, 171, 190, 0.25) 42%, rgba(74, 171, 190, 0.08) 64%) 0 0 / 220% 100%;
	animation: g2m-bme-loading-sweep 1.65s ease-in-out infinite;
}

.g2m-bme [aria-busy="true"] .g2m-bme__metric-value {
	width: min(72%, 8rem);
	min-height: 0.82em;
	border-radius: 0.14em;
}

.g2m-bme [aria-busy="true"] [data-bme-pricing-summary] {
	width: 3.25em;
	min-height: 0.9em;
	border-radius: 0.14em;
}

.g2m-bme .g2m-bme__market-detail[aria-busy="true"] [data-bme-market-availability],
.g2m-bme .g2m-bme__market-detail[aria-busy="true"] .g2m-bme__market-facts strong {
	width: 4.5ch;
	min-height: 0.85em;
	border-radius: 0.14em;
	color: transparent;
	background: linear-gradient(100deg, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.24) 42%, rgba(255, 255, 255, 0.08) 64%) 0 0 / 220% 100%;
	animation: g2m-bme-loading-sweep 1.65s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
	.g2m-bme[data-state="loading"] .g2m-bme__status > span:first-child,
	.g2m-bme [aria-busy="true"] .g2m-bme__data-message::after,
	.g2m-bme [aria-busy="true"] .g2m-bme__metric-value,
	.g2m-bme [aria-busy="true"] [data-bme-pricing-summary],
	.g2m-bme [aria-busy="true"] .g2m-bme__horizontal-row > i,
	.g2m-bme .g2m-bme__market-detail[aria-busy="true"] [data-bme-market-availability],
	.g2m-bme .g2m-bme__market-detail[aria-busy="true"] .g2m-bme__market-facts strong {
		animation: none;
	}
}

.g2m-bme__body {
	display: grid;
	grid-template-columns: minmax(200px, 20%) minmax(0, 80%);
	gap: 0;
	align-items: start;
	width: 100%;
	max-width: 1280px;
	margin: 2.25rem auto 0;
	padding-top: 71px;
}

.g2m-bme__sidenav {
	position: sticky;
	top: 100px;
	display: flex;
	padding: 0 0 48px;
	flex-direction: column;
}

.g2m-bme__sidenav > span {
	margin-bottom: 20px;
	padding-left: 10px;
	color: var(--g2m-bme-teal);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.g2m-bme__sidenav a {
	width: 100%;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid var(--g2m-bme-teal);
	color: var(--g2m-bme-ink);
	font-size: 13px;
	font-weight: 500;
	line-height: 20.8px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 160ms ease, transform 500ms ease;
}

.g2m-bme__sidenav a:hover,
.g2m-bme__sidenav a:focus-visible {
	color: var(--g2m-bme-teal);
	transform: translateX(5px);
}

.g2m-bme__sidenav a[aria-current="true"] {
	color: var(--g2m-bme-ink);
}

.g2m-bme__body-content {
	min-width: 0;
}

.g2m-bme__overview,
.g2m-bme__pricing,
.g2m-bme__explorer {
	padding: clamp(3.5rem, 7vw, 5.5rem) clamp(2rem, 4vw, 3.5rem);
	scroll-margin-top: 7rem;
}

.g2m-bme__overview {
	padding-top: 0;
	padding-right: 48px;
	padding-left: 48px;
}

.g2m-bme__overview,
.g2m-bme__pricing,
.g2m-bme__explorer,
.g2m-bme__method {
	display: block;
}

.g2m-bme__section-head {
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.g2m-bme__section-head h2 {
	margin-bottom: 0.25rem;
	font-size: clamp(1.8rem, 2.55vw, 2.25rem);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.5px;
}

.g2m-bme__section-head p {
	margin-bottom: 0;
	color: var(--g2m-bme-muted);
	font-size: 16px;
}

.g2m-bme__section-head > span {
	color: var(--g2m-bme-orange);
	font-size: 13px;
	white-space: nowrap;
}

.g2m-bme__metric-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.g2m-bme__metric,
.g2m-bme__chart,
.g2m-bme__scope {
	border: 1px solid var(--g2m-bme-line);
	border-radius: 12px;
	background: var(--g2m-bme-surface);
}

.g2m-bme__metric {
	--g2m-bme-metric-accent: var(--g2m-bme-teal);
	--g2m-bme-metric-tint: rgba(47, 164, 184, 0.13);
	position: relative;
	display: flex;
	min-height: 178px;
	overflow: hidden;
	padding: 1.35rem;
	border: 0;
	background: linear-gradient(145deg, var(--g2m-bme-metric-tint), #ffffff 66%);
	box-shadow: 0 8px 24px rgba(24, 38, 48, 0.08);
	flex-direction: column;
}

.g2m-bme__metric::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: var(--g2m-bme-metric-accent);
	content: "";
}

.g2m-bme__metric:nth-child(2) {
	--g2m-bme-metric-accent: #167b87;
	--g2m-bme-metric-tint: rgba(22, 123, 135, 0.12);
}

.g2m-bme__metric:nth-child(3) {
	--g2m-bme-metric-accent: var(--g2m-bme-orange);
	--g2m-bme-metric-tint: rgba(198, 107, 50, 0.12);
}

.g2m-bme__metric:nth-child(4) {
	--g2m-bme-metric-accent: var(--g2m-bme-purple);
	--g2m-bme-metric-tint: rgba(109, 106, 169, 0.12);
}

.g2m-bme__metric-label {
	min-height: 2.9em;
	color: var(--g2m-bme-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.g2m-bme__metric-value {
	margin: auto 0 0.3rem;
	color: var(--g2m-bme-metric-accent);
	font-size: 42px;
	line-height: 1;
}

.g2m-bme__metric-hint {
	color: var(--g2m-bme-muted);
	font-size: 13px;
	line-height: 1.4;
}

.g2m-bme__chart-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	grid-template-rows: auto auto;
	gap: 1rem;
	align-items: stretch;
}

.g2m-bme__chart-grid > article {
	height: 100%;
	align-self: stretch;
}

.g2m-bme__chart-grid > [data-bme-provider-region] {
	display: grid;
	grid-column: 1;
	grid-row: 1;
	grid-template-columns: minmax(0, 1fr) 160px;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.g2m-bme__chart-grid > [data-bme-provider-region] > h3,
.g2m-bme__chart-grid > [data-bme-provider-region] > p,
.g2m-bme__chart-grid > [data-bme-provider-region] > .g2m-bme__chart-note {
	grid-column: 1 / -1;
}

.g2m-bme__chart-grid > [data-bme-provider-region] > h3 {
	grid-row: 1;
}

.g2m-bme__chart-grid > [data-bme-provider-region] > p {
	grid-row: 2;
}

.g2m-bme__chart-grid > [data-bme-provider-region] > [data-bme-provider-chart] {
	grid-column: 1;
	grid-row: 3;
}

.g2m-bme__chart-grid > [data-bme-provider-region] > [data-bme-provider-legend] {
	display: flex;
	grid-column: 2;
	grid-row: 3;
	margin: 1rem 0 0.6rem 1rem;
	align-self: center;
	flex-direction: column;
}

.g2m-bme__chart-grid > [data-bme-provider-region] > [data-bme-provider-legend][hidden] {
	display: none;
}

.g2m-bme__chart-grid > [data-bme-provider-region] > .g2m-bme__chart-note {
	grid-row: 4;
}

.g2m-bme__chart-grid > [data-bme-ranking-region] {
	grid-column: 1 / -1;
	grid-row: 2;
}

.g2m-bme__chart-grid > article:nth-child(3) {
	grid-column: 2;
	grid-row: 1;
}

.g2m-bme__chart,
.g2m-bme__scope {
	padding: 1.35rem;
}

.g2m-bme__chart h3,
.g2m-bme__scope h3 {
	margin-bottom: 0.2rem;
	font-size: 18px;
	line-height: 1.35;
}

.g2m-bme__chart > p,
.g2m-bme__scope > p {
	margin-bottom: 1.25rem;
	color: var(--g2m-bme-muted);
	font-size: 14px;
	line-height: 1.5;
}

.g2m-bme__period-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.9rem;
	margin: 1rem 0 0.6rem;
	color: var(--g2m-bme-muted);
	font-size: 13px;
}

.g2m-bme__period-legend[hidden] {
	display: none;
}

.g2m-bme__period-legend span {
	display: inline-flex;
	gap: 0.3rem;
	align-items: center;
}

.g2m-bme__period-legend em,
.g2m-bme__speed-value em {
	color: var(--g2m-bme-muted);
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
}

.g2m-bme__period-legend em.is-positive,
.g2m-bme__speed-value em.is-positive {
	color: #3e7c55;
}

.g2m-bme__period-legend em.is-negative,
.g2m-bme__speed-value em.is-negative {
	color: #a75238;
}

.g2m-bme__period-legend i {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 2px;
	background: var(--g2m-bme-teal);
}

.g2m-bme__provider-bars {
	display: flex;
	flex: 1;
	min-height: 150px;
	align-items: center;
}

.g2m-bme__provider-bars > * {
	width: 100%;
}

.g2m-bme__provider-stack-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 150px));
	gap: 1.25rem 2.5rem;
	width: 100%;
	margin-top: 1rem;
	align-items: end;
	justify-content: center;
}

.g2m-bme__provider-stack-list > div {
	display: flex;
	gap: 0.6rem;
	align-items: center;
	flex-direction: column;
}

.g2m-bme__provider-stack-list > div > span,
.g2m-bme__provider-stack-list strong {
	font-size: 13px;
}

.g2m-bme__provider-stack-list > div > span {
	color: var(--g2m-bme-muted);
	font-weight: 600;
	text-align: center;
}

.g2m-bme__provider-stack-track {
	display: flex;
	width: 92px;
	height: 230px;
	overflow: hidden;
	border: 1px solid #dce8ea;
	border-radius: 7px;
	background: #edf3f4;
	align-items: flex-end;
}

.g2m-bme__provider-stack {
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: inherit;
	flex-direction: column-reverse;
}

.g2m-bme__provider-stack > span {
	display: block;
	width: 100%;
	min-height: 2px;
	border-top: 1px solid rgba(255, 255, 255, 0.75);
}

.g2m-bme__provider-stack-list strong {
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.g2m-bme__period-legend .is-technology-0 i,
.g2m-bme__provider-stack .is-technology-0 { background: #8b95a1; }
.g2m-bme__period-legend .is-technology-1 i,
.g2m-bme__provider-stack .is-technology-1 { background: #b87333; }
.g2m-bme__period-legend .is-technology-2 i,
.g2m-bme__provider-stack .is-technology-2 { background: var(--g2m-bme-purple); }
.g2m-bme__period-legend .is-technology-3 i,
.g2m-bme__provider-stack .is-technology-3 { background: var(--g2m-bme-teal); }
.g2m-bme__period-legend .is-technology-4 i,
.g2m-bme__provider-stack .is-technology-4 { background: #68a977; }
.g2m-bme__period-legend .is-technology-5 i,
.g2m-bme__provider-stack .is-technology-5 { background: #d39c34; }
.g2m-bme__period-legend .is-technology-6 i,
.g2m-bme__provider-stack .is-technology-6 { background: #385c8a; }

.g2m-bme__data-message {
	display: flex;
	min-height: 150px;
	margin: 0;
	align-items: center;
	justify-content: center;
	color: var(--g2m-bme-muted);
	font-size: 14px;
	text-align: center;
}

.g2m-bme__chart-note {
	display: block;
	margin-top: 1rem;
	color: var(--g2m-bme-muted);
	font-size: 12px;
	line-height: 1.45;
}

.g2m-bme__identity-note {
	padding-top: 0.75rem;
	border-top: 1px solid var(--g2m-bme-line);
}

.g2m-bme__identity-note a {
	color: var(--g2m-bme-teal-deep);
	font-weight: 700;
}

.g2m-bme__ranking-list {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.g2m-bme__ranking-row {
	display: grid;
	grid-template-columns: 2.5rem minmax(180px, 1.25fr) minmax(180px, 2fr) 7rem 7.5rem;
	gap: 0.85rem;
	min-height: 52px;
	padding: 0.55rem 0;
	align-items: center;
	border-bottom: 1px solid var(--g2m-bme-line);
}

.g2m-bme__ranking-row[hidden] {
	display: none;
}

.g2m-bme__ranking-rank {
	color: var(--g2m-bme-muted);
	font-size: 13px;
	font-weight: 700;
}

.g2m-bme__ranking-identity,
.g2m-bme__ranking-units {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.g2m-bme__ranking-identity strong {
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.g2m-bme__ranking-identity small,
.g2m-bme__ranking-units small {
	color: var(--g2m-bme-muted);
	font-size: 11px;
}

.g2m-bme__ranking-track {
	display: block;
	height: 10px;
	overflow: hidden;
	border-radius: 99px;
	background: var(--g2m-bme-page);
}

.g2m-bme__ranking-track b {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--g2m-bme-teal-deep), var(--g2m-bme-teal));
}

.g2m-bme__ranking-units {
	align-items: flex-end;
	text-align: right;
}

.g2m-bme__ranking-units strong {
	font-size: 17px;
}

.g2m-bme__ranking-change {
	color: var(--g2m-bme-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-align: right;
}

.g2m-bme__ranking-change.is-positive { color: #3e7c55; }
.g2m-bme__ranking-change.is-negative { color: #a75238; }

.g2m-bme__ranking-toggle {
	margin-top: 1rem;
	padding: 0.65rem 1rem;
	border: 1px solid var(--g2m-bme-teal);
	border-radius: 999px;
	background: transparent;
	color: var(--g2m-bme-teal-deep);
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.g2m-bme__ranking-toggle:hover,
.g2m-bme__ranking-toggle:focus-visible {
	background: rgba(47, 164, 184, 0.1);
}

.g2m-bme__horizontal-row {
	display: grid;
	grid-template-columns: minmax(82px, 1fr) minmax(58px, 1.5fr) 4.5rem;
	gap: 0.65rem;
	align-items: center;
	margin: 0.85rem 0;
	font-size: 13px;
}

.g2m-bme__horizontal-row > i,
.g2m-bme__detail-row > i {
	display: block;
	height: 0.48rem;
	overflow: hidden;
	border-radius: 99px;
	background: var(--g2m-bme-page);
}

.g2m-bme__horizontal-row b,
.g2m-bme__detail-row b {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: var(--g2m-bme-teal);
}

.g2m-bme__speed-value {
	display: flex;
	align-items: flex-end;
	text-align: right;
	flex-direction: column;
}

.g2m-bme__pricing {
	background: transparent;
	border-top: 1px solid var(--g2m-bme-line);
}

.g2m-bme__pricing-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
	gap: 1rem;
	align-items: stretch;
}

.g2m-bme__pricing-grid > * {
	height: 100%;
	align-self: stretch;
}

.g2m-bme__price-distribution {
	display: grid;
	gap: 0.25rem;
}

.g2m-bme__price-row {
	display: grid;
	grid-template-columns: 7rem minmax(150px, 1fr) 5rem 6.5rem;
	gap: 0.75rem;
	min-height: 58px;
	padding: 0.55rem 0;
	align-items: center;
	border-bottom: 1px solid var(--g2m-bme-line);
	font-size: 13px;
}

.g2m-bme__price-row:last-child {
	border-bottom: 0;
}

.g2m-bme__price-row > span:first-child {
	font-weight: 600;
}

.g2m-bme__price-track {
	position: relative;
	display: block;
	height: 10px;
	border-radius: 99px;
	background: var(--g2m-bme-page);
}

.g2m-bme__price-track b {
	position: absolute;
	top: 0;
	height: 100%;
	border-radius: inherit;
	background: rgba(47, 164, 184, 0.45);
}

.g2m-bme__price-track u {
	position: absolute;
	top: -4px;
	width: 3px;
	height: 18px;
	border-radius: 2px;
	background: var(--g2m-bme-teal-deep);
	text-decoration: none;
	transform: translateX(-50%);
}

.g2m-bme__price-value {
	display: flex;
	align-items: flex-end;
	text-align: right;
	flex-direction: column;
}

.g2m-bme__price-value strong {
	font-size: 18px;
	line-height: 1.1;
}

.g2m-bme__price-value small,
.g2m-bme__price-change {
	color: var(--g2m-bme-muted);
	font-size: 11px;
}

.g2m-bme__price-change {
	font-style: normal;
	font-weight: 700;
	text-align: right;
}

.g2m-bme__price-change.is-positive { color: #a75238; }
.g2m-bme__price-change.is-negative { color: #3e7c55; }

.g2m-bme__pricing-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
}

.g2m-bme__pricing-summary h3,
.g2m-bme__pricing-summary > p {
	grid-column: 1 / -1;
}

.g2m-bme__pricing-summary > div {
	padding: 1rem 0.75rem;
	border-bottom: 1px solid var(--g2m-bme-line);
}

.g2m-bme__pricing-summary > div:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.g2m-bme__pricing-summary > div:nth-of-type(odd) {
	border-right: 1px solid var(--g2m-bme-line);
}

.g2m-bme__pricing-summary > div strong {
	color: var(--g2m-bme-teal-deep);
	font-size: 28px;
	line-height: 1;
}

.g2m-bme__scope > div {
	padding: 0.8rem 0;
	border-bottom: 1px solid var(--g2m-bme-line);
}

.g2m-bme__scope > div:last-child {
	border-bottom: 0;
}

@media (min-width: 761px) {
	.g2m-bme__scope.g2m-bme__pricing-summary > div {
		padding: 1rem 1.25rem;
	}
}

.g2m-bme__scope strong,
.g2m-bme__scope span {
	display: block;
}

.g2m-bme__scope strong {
	margin-bottom: 0.2rem;
	font-size: 14px;
}

.g2m-bme__scope span {
	color: var(--g2m-bme-muted);
	font-size: 13px;
}

.g2m-bme__explorer {
	background: var(--g2m-bme-surface);
	border-top: 1px solid var(--g2m-bme-line);
}

.g2m-bme__map-controls {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.g2m-bme__map-controls label {
	flex: 1 1 175px;
	min-width: 0;
	max-width: 240px;
}

.g2m-bme__map-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	min-height: 0;
	overflow: hidden;
	border: 1px solid var(--g2m-bme-line);
	border-radius: 14px;
}

.g2m-bme__state-map-panel {
	min-width: 0;
	padding: clamp(1.25rem, 2.5vw, 2rem);
	background: #ffffff;
}

.g2m-bme__state-map-head {
	display: flex;
	gap: 1rem;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.g2m-bme__state-map-head h3 {
	margin: 0 0 0.2rem;
	font-size: 18px;
}

.g2m-bme__state-map-head p,
.g2m-bme__state-map-head > span {
	margin: 0;
	color: var(--g2m-bme-muted);
	font-size: 13px;
}

.g2m-bme__state-map-head > span {
	white-space: nowrap;
}

.g2m-bme__state-map-viewport {
	overflow-x: auto;
	padding: 0.25rem 0.2rem 0.65rem;
}

.g2m-bme__state-map {
	display: grid;
	grid-template-columns: repeat(12, minmax(32px, 1fr));
	grid-template-rows: repeat(9, 42px);
	gap: 6px;
	min-width: 0;
	align-items: stretch;
}

.g2m-bme__state-map > .g2m-bme__data-message {
	grid-area: 1 / 1 / -1 / -1;
}

.g2m-bme__state-tile {
	display: grid;
	min-width: 0;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(8, 43, 67, 0.12);
	border-radius: 7px;
	color: var(--g2m-bme-navy);
	background: #edf3f4;
	cursor: pointer;
	transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}

.g2m-bme__state-tile[data-level="0"],
.g2m-bme__map-legend i[data-level="0"] { background: #edf6f7; }
.g2m-bme__state-tile[data-level="1"],
.g2m-bme__map-legend i[data-level="1"] { background: #cfe8ec; }
.g2m-bme__state-tile[data-level="2"],
.g2m-bme__map-legend i[data-level="2"] { background: #9fd2da; }
.g2m-bme__state-tile[data-level="3"],
.g2m-bme__map-legend i[data-level="3"] { background: #55aebe; }
.g2m-bme__state-tile[data-level="4"],
.g2m-bme__map-legend i[data-level="4"] { background: #177e93; }

.g2m-bme__state-tile[data-level="4"] {
	color: #ffffff;
}

.g2m-bme__state-tile:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(8, 43, 67, 0.14);
}

.g2m-bme__state-tile:focus-visible,
.g2m-bme__state-tile.is-selected,
/* Bricks/Automatic.css ships `body.bricks-is-frontend.bricks-is-frontend :focus { outline: none }`
   at (0,3,1). A mouse click leaves the tile focused, so the selected outline vanished until
   focus moved elsewhere. This selector is (0,4,0) so the selection stays visible while focused. */
.g2m-bme__state-map .g2m-bme__state-tile.is-selected:focus {
	position: relative;
	z-index: 1;
	outline: 3px solid #c96724;
	outline-offset: 2px;
}

.g2m-bme__state-tile strong {
	font-size: 12px;
	letter-spacing: 0.04em;
}

.g2m-bme__map-legend {
	display: flex;
	gap: 0.35rem;
	align-items: center;
	margin-top: 1rem;
	color: var(--g2m-bme-muted);
	font-size: 11px;
}

.g2m-bme__map-legend i {
	width: 1.4rem;
	height: 0.65rem;
	border: 1px solid rgba(8, 43, 67, 0.1);
}

.g2m-bme__map-legend span:last-child {
	margin-left: 0.2rem;
}

.g2m-bme__map-placeholder {
	display: grid;
	min-height: 520px;
	place-items: center;
	padding: 2rem;
	color: var(--g2m-bme-muted);
	background:
		radial-gradient(circle at 20% 24%, rgba(10, 118, 111, 0.09), transparent 14rem),
		linear-gradient(to right, transparent 49.8%, rgba(8, 43, 67, 0.04) 50%, transparent 50.2%) 0 0 / 18% 100%,
		linear-gradient(to bottom, transparent 49.8%, rgba(8, 43, 67, 0.04) 50%, transparent 50.2%) 0 0 / 100% 18%,
		var(--g2m-bme-page);
	font-size: 14px;
	text-align: center;
}

.g2m-bme__market-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
	gap: 0.2rem 2rem;
	padding: clamp(1.5rem, 3vw, 2rem);
	align-items: center;
	color: #ffffff;
	background: var(--g2m-bme-navy);
}

.g2m-bme__market-detail .g2m-bme__kicker {
	grid-column: 1;
	color: var(--g2m-bme-lime);
}

.g2m-bme__market-detail h3 {
	grid-column: 1;
	margin-bottom: 0.25rem;
	color: #ffffff;
	font-size: 1.75rem;
	line-height: 1.1;
	letter-spacing: -0.035em;
}

.g2m-bme__market-detail > p:not(.g2m-bme__kicker) {
	grid-column: 1;
	margin-bottom: 0;
	color: #b7cbd3;
	font-size: 14px;
}

.g2m-bme__market-primary {
	display: grid;
	grid-column: 2;
	grid-row: 1 / span 3;
	grid-template-columns: 1fr auto;
	gap: 0.15rem 1rem;
	padding: 1.25rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.g2m-bme__market-primary strong {
	grid-row: 1 / span 2;
	color: #ffffff;
	font-size: clamp(2.6rem, 5vw, 4rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
}

.g2m-bme__market-primary span {
	align-self: end;
	color: #c1d1d8;
	font-size: 12px;
	text-align: right;
}

.g2m-bme__market-primary em {
	color: var(--g2m-bme-lime);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-align: right;
}

.g2m-bme__market-primary em.is-negative { color: #f0b4a1; }
.g2m-bme__market-primary em.is-positive { color: var(--g2m-bme-lime); }

.g2m-bme__market-facts {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.g2m-bme__market-facts > div {
	display: block;
	padding: 1rem 1.25rem;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.g2m-bme__market-facts > div:first-child { padding-left: 0; }
.g2m-bme__market-facts > div:last-child { border-right: 0; }

.g2m-bme__market-facts strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #ffffff;
	font-size: 22px;
}

.g2m-bme__market-facts span {
	color: #c1d1d8;
	font-size: 12px;
	line-height: 1.35;
}

.g2m-bme__detail-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.35rem 0.75rem;
	margin: 0.9rem 0;
	font-size: 14px;
}

.g2m-bme__detail-row span {
	color: #c1d1d8;
}

.g2m-bme__detail-row > i {
	grid-column: 1 / -1;
	background: rgba(255, 255, 255, 0.13);
}

.g2m-bme__detail-row b {
	background: var(--g2m-bme-lime);
}

.g2m-bme__detail-subhead {
	margin: 1.8rem 0 0.6rem !important;
	color: var(--g2m-bme-lime) !important;
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.g2m-bme__market-detail small {
	grid-column: 1 / -1;
	display: block;
	margin-top: 0.85rem;
	color: #b7cbd3;
	font-size: 13px;
}

.g2m-bme__block-explorer {
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border-top: 1px solid var(--g2m-bme-line);
	background: #ffffff;
}

.g2m-bme__block-head {
	display: flex;
	gap: 1rem;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.g2m-bme__block-head .g2m-bme__kicker {
	margin-bottom: 0.35rem;
}

.g2m-bme__block-head h3 {
	margin: 0 0 0.25rem;
	font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.g2m-bme__block-head p:last-child,
.g2m-bme__block-head > span {
	margin: 0;
	color: var(--g2m-bme-muted);
	font-size: 13px;
}

.g2m-bme__block-head > span {
	white-space: nowrap;
}

.g2m-bme__block-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 1rem;
	border: 1px solid var(--g2m-bme-line);
	border-radius: 10px;
}

.g2m-bme__block-summary > div {
	padding: 1rem 1.25rem;
	border-right: 1px solid var(--g2m-bme-line);
}

.g2m-bme__block-summary > div:last-child {
	border-right: 0;
}

.g2m-bme__block-summary strong,
.g2m-bme__block-summary span {
	display: block;
}

.g2m-bme__block-summary strong {
	margin-bottom: 0.25rem;
	color: var(--g2m-bme-navy);
	font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.g2m-bme__block-summary span {
	color: var(--g2m-bme-muted);
	font-size: 12px;
	line-height: 1.35;
}

.g2m-bme__block-map {
	overflow: hidden;
	border: 1px solid var(--g2m-bme-line);
	border-radius: 10px;
	background: #f7fafb;
}

.g2m-bme__block-map-canvas {
	display: block;
	width: 100%;
	height: clamp(320px, 44vw, 520px);
}

.g2m-bme__block-map-canvas.is-unavailable {
	display: grid;
	place-items: center;
	padding: 2rem;
	color: var(--g2m-bme-muted);
	text-align: center;
}

.g2m-bme__block-map .maplibregl-canvas:focus-visible {
	outline: 3px solid var(--g2m-bme-teal);
	outline-offset: -3px;
}

.g2m-bme__block-map .maplibregl-ctrl-group {
	box-shadow: 0 1px 5px rgba(14, 35, 48, 0.24);
}

.g2m-bme__block-map .maplibregl-ctrl-attrib {
	font-size: 10px;
}

.g2m-bme__block-map .maplibregl-popup {
	z-index: 4;
}

.g2m-bme__block-map .maplibregl-popup-content {
	padding: 1rem 3rem 1rem 1rem;
	border-radius: 10px;
}

.g2m-bme__block-map .maplibregl-popup-close-button {
	top: 0.5rem;
	right: 0.5rem;
	display: grid;
	width: 2rem;
	height: 2rem;
	padding: 0;
	place-items: center;
	border-radius: 50%;
	color: var(--g2m-bme-muted);
	background: transparent;
	font-size: 18px;
	line-height: 1;
}

.g2m-bme__block-map .maplibregl-popup-close-button:hover,
.g2m-bme__block-map .maplibregl-popup-close-button:focus-visible {
	color: var(--g2m-bme-navy);
	background: var(--g2m-bme-page);
}

.g2m-bme__block-map .maplibregl-popup-close-button:focus-visible {
	outline: 2px solid var(--g2m-bme-teal);
	outline-offset: 1px;
}

.g2m-bme__map-popup strong,
.g2m-bme__map-popup span {
	display: block;
}

.g2m-bme__map-popup strong {
	margin-bottom: 0.35rem;
	color: var(--g2m-bme-navy);
}

.g2m-bme__map-popup span {
	color: var(--g2m-bme-muted);
	font-size: 12px;
	line-height: 1.45;
}

.g2m-bme__map-popup .g2m-bme__map-popup-provider-title {
	margin: 0.7rem 0 0.25rem;
	padding-top: 0.65rem;
	border-top: 1px solid var(--g2m-bme-line);
	font-size: 13px;
}

.g2m-bme__map-popup .g2m-bme__map-popup-provider-status {
	color: var(--g2m-bme-muted);
	font-size: 10px;
}

.g2m-bme__map-popup-providers {
	display: grid;
	gap: 0.25rem;
	max-height: 15rem;
	margin: 0.45rem 0 0;
	padding: 0;
	overflow-y: auto;
	list-style: none;
}

.g2m-bme__map-popup-providers li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem;
	align-items: baseline;
}

.g2m-bme__map-popup-providers li span {
	color: var(--g2m-bme-navy);
	font-size: 11px;
	font-weight: 600;
}

.g2m-bme__map-popup-providers li b {
	color: var(--g2m-bme-navy);
	font-size: 11px;
}

.g2m-bme__tract-switch {
	margin: 0;
	padding: 1rem 1rem 0.9rem;
	border: 0;
	border-bottom: 1px solid var(--g2m-bme-line);
	background: #ffffff;
}

.g2m-bme__tract-switch[hidden] {
	display: none;
}

.g2m-bme__tract-switch legend {
	padding: 0.9rem 0 0;
	color: var(--g2m-bme-navy);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.g2m-bme__tract-switch-note {
	margin: 0.45rem 0 0.75rem;
	max-width: 62ch;
	color: var(--g2m-bme-muted);
	font-size: 11px;
}

.g2m-bme__tract-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.1rem;
	align-items: center;
}


.g2m-bme__tract-option {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	color: var(--g2m-bme-navy);
	font-size: 12px;
	cursor: pointer;
}


.g2m-bme__tract-option input {
	margin: 0;
	accent-color: #b91c1c;
}

/* Fullscreen targets the whole component so the controls come with it; the canvas has a
   clamped height for the inline case and has to be released to fill the screen. */
.g2m-bme__block-map:fullscreen {
	display: flex;
	flex-direction: column;
	border-radius: 0;
	background: #ffffff;
}

.g2m-bme__block-map:fullscreen .g2m-bme__block-map-canvas {
	flex: 1 1 auto;
	height: auto;
	min-height: 0;
}

.g2m-bme__tract-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: center;
	justify-content: flex-end;
	padding: 0.6rem 0.75rem;
	border-top: 1px solid var(--g2m-bme-line);
	background: #ffffff;
	color: var(--g2m-bme-muted);
	font-size: 11px;
}

.g2m-bme__tract-legend[hidden] {
	display: none;
}

.g2m-bme__tract-legend i {
	width: 1.3rem;
	height: 0.65rem;
	background: #fcd34d;
}

.g2m-bme__tract-legend i[data-level="1"] { background: #fb923c; }
.g2m-bme__tract-legend i[data-level="2"] { background: #ef4444; }
.g2m-bme__tract-legend i[data-level="3"] { background: #b91c1c; }
.g2m-bme__tract-legend i[data-level="4"] { background: #6b1111; }

.g2m-bme__tract-legend em {
	flex-basis: 100%;
	text-align: right;
	font-style: normal;
}

.g2m-bme__tract-note {
	display: block;
	padding: 0 0.75rem 0.7rem;
	background: #ffffff;
	line-height: 1.5;
}

.g2m-bme__tract-note[hidden] {
	display: none;
}

.g2m-bme__map-popup-caveat {
	margin-top: 0.35rem;
	color: var(--g2m-bme-muted);
	font-size: 10px;
	line-height: 1.4;
}

.g2m-bme__block-map-legend {
	display: flex;
	gap: 0.35rem;
	align-items: center;
	justify-content: flex-end;
	padding: 0.65rem 0.75rem;
	border-top: 1px solid var(--g2m-bme-line);
	background: #ffffff;
	color: var(--g2m-bme-muted);
	font-size: 11px;
}

.g2m-bme__block-map-legend i {
	width: 1.3rem;
	height: 0.65rem;
	background: #dcebed;
}

.g2m-bme__block-map-legend i:nth-of-type(2) { background: #afd8dd; }
.g2m-bme__block-map-legend i:nth-of-type(3) { background: #77bdc8; }
.g2m-bme__block-map-legend i:nth-of-type(4) { background: #3b9aae; }
.g2m-bme__block-map-legend i:nth-of-type(5) { background: #0b6f86; }

.g2m-bme__block-filter-note {
	margin: 0.65rem 0 0;
	color: var(--g2m-bme-muted);
	font-size: 12px;
}

.g2m-bme__competitive-set {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	margin-top: 1.25rem;
	padding: clamp(1rem, 2.5vw, 1.5rem);
	border: 1px solid var(--g2m-bme-line);
	border-radius: 10px;
	background: #ffffff;
}

.g2m-bme__competitive-set > * {
	width: 100%;
	max-width: none;
}

.g2m-bme__competitive-head {
	display: flex;
	gap: 1rem;
	align-items: start;
	justify-content: space-between;
}

.g2m-bme__competitive-head h4 {
	margin: 0 0 0.2rem;
	color: var(--g2m-bme-navy);
	font-size: 18px;
}

.g2m-bme__competitive-head p {
	margin: 0;
	color: var(--g2m-bme-muted);
	font-size: 13px;
}

.g2m-bme__competitive-head > strong {
	flex: 0 0 auto;
	padding: 0.35rem 0.6rem;
	border-radius: 999px;
	background: #e9f5f6;
	color: var(--g2m-bme-navy-soft);
	font-size: 12px;
}

.g2m-bme__competitive-columns,
.g2m-bme__competitive-item {
	display: grid;
	grid-template-columns: 2.5rem minmax(190px, 0.9fr) minmax(180px, 1.35fr) minmax(5rem, auto);
	gap: 0.85rem;
	align-items: center;
}

.g2m-bme__competitive-columns {
	margin-top: 1.25rem;
	padding: 0 0.75rem 0.45rem;
	border-bottom: 1px solid var(--g2m-bme-line);
	color: var(--g2m-bme-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.g2m-bme__competitive-columns span:first-child {
	grid-column: 2;
}

.g2m-bme__competitive-columns span:last-child {
	grid-column: 3 / 5;
	text-align: right;
}

.g2m-bme__competitive-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.g2m-bme__competitive-item {
	min-height: 3.65rem;
	padding: 0.6rem 0.75rem;
	border-bottom: 1px solid var(--g2m-bme-line);
}

.g2m-bme__competitive-item.is-selected {
	background: #f0f9fa;
	box-shadow: inset 3px 0 0 var(--g2m-bme-teal);
}

.g2m-bme__competitive-rank {
	color: var(--g2m-bme-muted);
	font-size: 12px;
	font-weight: 700;
}

.g2m-bme__competitive-identity strong,
.g2m-bme__competitive-identity small {
	display: block;
}

.g2m-bme__competitive-identity strong {
	color: var(--g2m-bme-navy);
	font-size: 14px;
	line-height: 1.2;
}

.g2m-bme__competitive-identity small {
	margin-top: 0.2rem;
	color: var(--g2m-bme-muted);
	font-size: 11px;
}

.g2m-bme__competitive-identity em {
	display: inline-block;
	margin: 0.2rem 0.35rem 0 0;
	padding: 0.12rem 0.35rem;
	border-radius: 999px;
	background: var(--g2m-bme-navy);
	color: #ffffff;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.g2m-bme__competitive-meter {
	display: block;
	height: 0.65rem;
	overflow: hidden;
	border-radius: 999px;
	background: #edf2f3;
}

.g2m-bme__competitive-meter i {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--g2m-bme-teal), #72bcc7);
}

.g2m-bme__competitive-value {
	color: var(--g2m-bme-navy);
	font-size: 14px;
	text-align: right;
}

.g2m-bme__competitive-set > .g2m-bme__data-message {
	margin: 1rem 0 0;
}

.g2m-bme__competitive-set > .g2m-bme__chart-note {
	display: block;
	margin-top: 0.9rem;
}

.g2m-bme__method {
	padding: clamp(3.5rem, 7vw, 5.5rem) clamp(2rem, 4vw, 3.5rem);
	border-top: 1px solid var(--g2m-bme-line);
	background: var(--g2m-bme-surface);
	scroll-margin-top: 7rem;
}

.g2m-bme__method-head {
	max-width: 760px;
	margin-bottom: 1.5rem;
}

.g2m-bme__method-head .g2m-bme__kicker {
	margin-bottom: 0.45rem;
}

.g2m-bme__method-head h2 {
	margin-bottom: 0.5rem;
	font-size: clamp(1.8rem, 2.55vw, 2.25rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.g2m-bme__method-head > p:last-child {
	margin-bottom: 0;
	color: var(--g2m-bme-muted);
	font-size: 16px;
}

.g2m-bme__method-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	/* The theme sets align-items: flex-start on grids, so cards keep their content height
	   and leave a ragged gap under the shorter one in each row. */
	align-items: stretch;
}

.g2m-bme__method-card {
	position: relative;
	min-width: 0;
	padding: 1.5rem 1.5rem 1.5rem 4.25rem;
	border: 1px solid var(--g2m-bme-line);
	border-radius: 12px;
	background: var(--g2m-bme-surface);
}

.g2m-bme__method-number {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	color: var(--g2m-bme-teal);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.g2m-bme__method-card h3 {
	margin-bottom: 0.55rem;
	font-size: 18px;
	line-height: 1.3;
}

.g2m-bme__method-card p {
	margin-bottom: 0;
	color: var(--g2m-bme-muted);
	font-size: 14px;
	line-height: 1.55;
}

.g2m-bme__method-card p + p {
	margin-top: 0.65rem;
	padding-top: 0.65rem;
	border-top: 1px solid var(--g2m-bme-line);
}

.g2m-bme__method-foot {
	display: flex;
	gap: 1rem 2rem;
	margin-top: 1.25rem;
	padding-top: 1rem;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--g2m-bme-line);
	color: var(--g2m-bme-muted);
	font-size: 12px;
}

.g2m-bme__method-foot p {
	margin-bottom: 0;
}

.g2m-bme__method-foot strong {
	color: var(--g2m-bme-ink);
}

.g2m-bme__method-links {
	display: flex;
	gap: 0.5rem 1rem;
	flex-wrap: wrap;
}

.g2m-bme__method-links a {
	color: var(--g2m-bme-teal);
	font-weight: 700;
}

.g2m-bme__method-links a:hover,
.g2m-bme__method-links a:focus-visible {
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

@media (max-width: 1040px) {
	.g2m-bme__hero {
		grid-template-columns: 1fr;
	}

	.g2m-bme__title,
	.g2m-bme__lede,
	.g2m-bme__meta {
		grid-column: 1;
		grid-row: auto;
	}

	.g2m-bme__lede {
		max-width: 760px;
	}

	.g2m-bme__body {
		display: grid;
		grid-template-columns: minmax(180px, 25%) minmax(0, 75%);
		padding-top: 32px;
	}

	.g2m-bme__sidenav {
		display: flex;
	}

	.g2m-bme__overview {
		padding-right: 32px;
		padding-left: 32px;
	}

	.g2m-bme__toolbar {
		display: flex;
		align-items: stretch;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.g2m-bme__lens-group {
		width: 100%;
	}

	.g2m-bme__metric-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.g2m-bme__chart-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
	}

	.g2m-bme__chart-grid > [data-bme-provider-region] {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.g2m-bme__chart-grid > [data-bme-availability-region] {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.g2m-bme__chart-grid > [data-bme-ranking-region] {
		grid-column: 1 / -1;
		grid-row: 3;
	}
}

/* Mobile is a linear reading experience, not a compressed desktop dashboard. */
@media (max-width: 760px) {
	.g2m-bme {
		overflow-x: hidden;
	}

	.g2m-bme__hero,
	.g2m-bme__toolbar,
	.g2m-bme__meta,
	.g2m-bme__section-head,
	.g2m-bme__map-controls,
	.g2m-bme__state-map-head,
	.g2m-bme__block-head,
	.g2m-bme__competitive-head,
	.g2m-bme__method,
	.g2m-bme__method-foot {
		display: flex;
		align-items: stretch;
		flex-direction: column;
	}

	.g2m-bme__hero {
		gap: 0.9rem;
		padding: 4.25rem 1.25rem 3.25rem;
	}

	.g2m-bme__title,
	.g2m-bme__lede,
	.g2m-bme__meta {
		width: 100%;
		max-width: none;
	}

	.g2m-bme__title {
		font-size: clamp(2.35rem, 12vw, 3.25rem);
		line-height: 1.02;
	}

	.g2m-bme__lede {
		font-size: 1rem;
		line-height: 1.5;
	}

	.g2m-bme__meta {
		gap: 0.4rem;
	}

	.g2m-bme__toolbar {
		display: none;
	}

	.g2m-bme__lens-group,
	.g2m-bme__select-control,
	.g2m-bme__map-controls label {
		width: 100%;
		max-width: none;
	}

	.g2m-bme__map-controls label {
		flex: 0 0 auto;
	}

	.g2m-bme__lens:disabled {
		display: none;
	}

	.g2m-bme select,
	.g2m-bme__lens,
	.g2m-bme__ranking-toggle {
		min-height: 44px;
	}

	.g2m-bme__status {
		margin-right: 1rem;
		margin-left: 1rem;
		align-items: flex-start;
		line-height: 1.4;
	}

	.g2m-bme__status > span:first-child {
		margin-top: 0.28rem;
	}

	.g2m-bme__body {
		display: block;
		margin-top: 0;
		padding-top: 0;
	}

	.g2m-bme__sidenav {
		display: none;
	}

	.g2m-bme__overview,
	.g2m-bme__pricing,
	.g2m-bme__explorer {
		display: block;
		padding: 2.75rem 1.125rem;
	}

	.g2m-bme__overview {
		padding-top: 2rem;
	}

	.g2m-bme__section-head {
		gap: 0.65rem;
		margin-bottom: 1rem;
	}

	.g2m-bme__section-head h2 {
		font-size: 1.65rem;
		line-height: 1.18;
	}

	.g2m-bme__section-head > span {
		align-self: flex-start;
		white-space: normal;
	}

	.g2m-bme__metric-grid,
	.g2m-bme__chart-grid,
	.g2m-bme__pricing-grid,
	.g2m-bme__pricing-summary,
	.g2m-bme__map-layout,
	.g2m-bme__market-detail,
	.g2m-bme__market-facts,
	.g2m-bme__block-summary,
	.g2m-bme__method-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.75rem;
	}

	.g2m-bme__chart-grid > [data-bme-provider-region],
	.g2m-bme__chart-grid > [data-bme-availability-region],
	.g2m-bme__chart-grid > [data-bme-ranking-region],
	.g2m-bme__chart-grid > article:nth-child(3),
	.g2m-bme__market-detail .g2m-bme__kicker,
	.g2m-bme__market-detail h3,
	.g2m-bme__market-detail > p:not(.g2m-bme__kicker),
	.g2m-bme__market-primary,
	.g2m-bme__market-facts {
		grid-column: 1;
		grid-row: auto;
	}

	.g2m-bme__chart-grid > [data-bme-provider-region] {
		display: block;
	}

	.g2m-bme__chart,
	.g2m-bme__scope,
	.g2m-bme__competitive-set {
		padding: 1rem;
	}

	.g2m-bme__metric {
		min-height: 132px;
		padding: 1rem;
	}

	.g2m-bme__metric-label {
		min-height: 0;
	}

	.g2m-bme__metric-value {
		margin-top: 0.8rem;
		font-size: 36px;
	}

	.g2m-bme__period-legend,
	.g2m-bme__chart-grid > [data-bme-provider-region] > [data-bme-provider-legend] {
		margin: 0.75rem 0 0;
		align-items: flex-start;
		flex-direction: column;
	}

	.g2m-bme__provider-stack-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.g2m-bme__provider-stack-track {
		width: 78px;
		height: 190px;
	}

	.g2m-bme__horizontal-row,
	.g2m-bme__price-row,
	.g2m-bme__ranking-row,
	.g2m-bme__competitive-item {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		gap: 0.45rem;
	}

	.g2m-bme__horizontal-row {
		margin: 1rem 0;
	}

	.g2m-bme__speed-value,
	.g2m-bme__price-value,
	.g2m-bme__ranking-units {
		align-items: flex-start;
		text-align: left;
	}

	.g2m-bme__price-row {
		padding: 0.85rem 0;
	}

	.g2m-bme__price-row > span:first-child,
	.g2m-bme__price-change,
	.g2m-bme__ranking-change,
	.g2m-bme__competitive-value {
		text-align: left;
	}

	.g2m-bme__pricing-summary > div,
	.g2m-bme__pricing-summary > div:nth-of-type(odd),
	.g2m-bme__pricing-summary > div:nth-last-child(-n + 2) {
		padding: 0.9rem 0;
		border-right: 0;
		border-bottom: 1px solid var(--g2m-bme-line);
	}

	.g2m-bme__pricing-summary > div:last-child {
		border-bottom: 0;
	}

	.g2m-bme__map-controls,
	.g2m-bme__block-head,
	.g2m-bme__competitive-head {
		gap: 0.75rem;
	}

	.g2m-bme__state-map-panel {
		display: block;
		padding: 1rem;
	}

	.g2m-bme__state-map-head {
		gap: 0.35rem;
		margin-bottom: 1rem;
	}

	.g2m-bme__state-map-viewport {
		width: 100%;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
	}

	.g2m-bme__state-map {
		min-width: 600px;
	}

	.g2m-bme__state-tile {
		min-height: 44px;
	}

	.g2m-bme__map-legend {
		flex-wrap: wrap;
	}

	.g2m-bme__market-detail {
		display: block;
		padding: 1.25rem;
	}

	.g2m-bme__market-detail h3 {
		font-size: 1.55rem;
	}

	.g2m-bme__market-primary {
		display: flex;
		margin-top: 0.85rem;
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
	}

	.g2m-bme__market-primary strong {
		font-size: 2.6rem;
	}

	.g2m-bme__market-primary span,
	.g2m-bme__market-primary em {
		text-align: left;
	}

	.g2m-bme__market-facts {
		display: block;
	}

	.g2m-bme__market-facts > div,
	.g2m-bme__market-facts > div:first-child {
		display: block;
		padding: 0.85rem 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.g2m-bme__market-facts > div:last-child {
		border-bottom: 0;
	}

	.g2m-bme__market-facts span {
		max-width: none;
		text-align: left;
	}

	.g2m-bme__block-explorer {
		padding: 1rem;
	}

	.g2m-bme__block-summary {
		display: block;
	}

	.g2m-bme__block-summary > div {
		padding: 1rem;
		border-right: 0;
		border-bottom: 1px solid var(--g2m-bme-line);
	}

	.g2m-bme__block-summary > div:last-child {
		border-bottom: 0;
	}

	.g2m-bme__block-summary strong,
	.g2m-bme__block-summary span {
		padding: 0;
		border-right: 0;
	}

	.g2m-bme__block-map-canvas {
		height: 360px;
	}

	.g2m-bme__block-map-legend {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.g2m-bme__map-popup-providers li {
		display: block;
	}

	.g2m-bme__map-popup-providers li b {
		display: block;
		margin-top: 0.15rem;
	}

	.g2m-bme__competitive-columns {
		display: none;
	}

	.g2m-bme__competitive-head > strong {
		align-self: flex-start;
	}

	.g2m-bme__competitive-meter {
		width: 100%;
	}

	.g2m-bme__method {
		gap: 1rem;
		padding: 2.75rem 1.125rem;
	}

	.g2m-bme__method-head {
		margin-bottom: 0.25rem;
	}

	.g2m-bme__method-head h2 {
		font-size: 1.65rem;
	}

	.g2m-bme__method-card {
		padding: 1.25rem 1.25rem 1.25rem 3.75rem;
	}

	.g2m-bme__method-number {
		top: 1.25rem;
		left: 1.25rem;
	}

	.g2m-bme__method-foot,
	.g2m-bme__method-links {
		align-items: flex-start;
	}

	.g2m-bme__method-links {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.g2m-bme *,
	.g2m-bme *::before,
	.g2m-bme *::after {
		scroll-behavior: auto !important;
	}
}
