.ccr-video-map {
	--ccr-blue: #0a3161;
	--ccr-white: #e3e2de;
	--ccr-fog: #cac8c5;
	--ccr-red: #a9143c;
	--ccr-gold: #d7a942;
	--ccr-brown: #a56246;
	--ccr-bg: #071f3d;
	--ccr-ink: var(--ccr-white);
	--ccr-muted: var(--ccr-fog);
	--ccr-panel: #0a2345;
	--ccr-line: rgba(227, 226, 222, 0.2);
	background: var(--ccr-bg);
	color: var(--ccr-ink);
	font-family: inherit;
	min-height: 100vh;
	overflow: clip;
	position: relative;
}

.ccr-video-map *,
.ccr-video-map *::before,
.ccr-video-map *::after {
	box-sizing: border-box;
}

.ccr-video-map__inner {
	margin: 0 auto;
	max-width: 1360px;
	padding: clamp(36px, 5vw, 72px) clamp(18px, 4vw, 56px);
}

.ccr-video-map__hero {
	align-items: start;
	display: grid;
	gap: clamp(24px, 5vw, 72px);
	grid-template-columns: minmax(170px, 320px) minmax(320px, 760px);
	justify-content: space-between;
	margin-bottom: 28px;
	width: 100%;
}

.ccr-video-map__brand img {
	display: block;
	height: auto;
	max-width: min(260px, 26vw);
	width: 100%;
}

.ccr-video-map__brand {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.ccr-video-map__brand .ccr-video-map__fogerty-logo {
	max-width: min(220px, 22vw);
}

.ccr-video-map__hero-copy {
	justify-self: end;
	max-width: 760px;
	text-align: right;
}

.ccr-video-map__eyebrow {
	color: var(--ccr-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ccr-video-map h1 {
	color: var(--ccr-ink);
	font-size: clamp(2.4rem, 6vw, 5.7rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	text-wrap: balance;
}

.ccr-video-map__hero > p:last-child {
	color: var(--ccr-muted);
	font-size: clamp(1rem, 1.8vw, 1.35rem);
	line-height: 1.45;
	margin: 18px 0 0;
	max-width: 620px;
}

.ccr-video-map__hero-copy > p:last-child {
	color: var(--ccr-muted);
	font-size: clamp(1rem, 1.8vw, 1.35rem);
	line-height: 1.45;
	margin: 18px 0 0 auto;
	max-width: 620px;
}

.ccr-video-map__toolbar {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--ccr-line);
	border-radius: 999px;
	display: inline-flex;
	gap: 4px;
	margin: 28px 0 22px;
	padding: 5px;
}

.ccr-video-map__toolbar button,
.ccr-video-map__locations button {
	appearance: none;
	border: 0;
	cursor: pointer;
	font: inherit;
}

.ccr-video-map__toolbar button {
	background: transparent;
	border-radius: 999px;
	color: var(--ccr-muted);
	font-size: 0.9rem;
	font-weight: 700;
	min-height: 38px;
	padding: 7px 15px;
}

.ccr-video-map__toolbar button.is-active {
	background: var(--ccr-ink);
	color: #16130f;
}

.ccr-video-map__layout {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	height: clamp(430px, 42vw, 620px);
	min-height: 0;
}

.ccr-video-map__map-wrap {
	min-width: 0;
}

.ccr-video-map__map {
	background:
		linear-gradient(145deg, rgba(10, 49, 97, 0.46), transparent 48%),
		linear-gradient(25deg, rgba(165, 98, 70, 0.22), transparent 56%),
		#081a33;
	border: 1px solid var(--ccr-line);
	border-radius: 8px;
	box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.28);
	height: 100%;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.ccr-video-map__outline {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.ccr-video-map__state {
	fill: rgba(227, 226, 222, 0.08);
	stroke: rgba(227, 226, 222, 0.15);
	stroke-linejoin: round;
	stroke-width: 0.9;
	transition: fill 160ms ease, stroke 160ms ease;
}

.ccr-video-map__state.has-videos {
	fill: rgba(215, 169, 66, 0.18);
	stroke: rgba(215, 169, 66, 0.34);
}

.ccr-video-map__state.is-active {
	fill: rgba(169, 20, 60, 0.36);
	stroke: rgba(227, 226, 222, 0.55);
}

.ccr-video-map__state-boundaries {
	fill: none;
	pointer-events: none;
	stroke: rgba(227, 226, 222, 0.24);
	stroke-linejoin: round;
	stroke-width: 0.8;
}

.ccr-video-map__nation-outline {
	fill: none;
	pointer-events: none;
	stroke: rgba(227, 226, 222, 0.52);
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.ccr-video-map__markers {
	inset: 0;
	position: absolute;
}

.ccr-video-map__marker {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--ccr-gold);
	cursor: pointer;
	display: grid;
	height: 42px;
	justify-items: center;
	left: var(--x);
	padding: 0;
	position: absolute;
	top: var(--y);
	transform: translate(-50%, -50%);
	width: 42px;
	z-index: 2;
}

.ccr-video-map__marker::before {
	background: rgba(215, 169, 66, 0.22);
	border-radius: 999px;
	content: "";
	height: 42px;
	position: absolute;
	width: 42px;
}

.ccr-video-map__marker::after {
	color: var(--ccr-gold);
	content: "★";
	font-size: 25px;
	line-height: 1;
	position: relative;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	transform: translateY(-1px);
}

.ccr-video-map__marker span {
	background: var(--ccr-red);
	border: 2px solid var(--ccr-bg);
	border-radius: 999px;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
	min-width: 19px;
	padding: 3px 5px;
	position: absolute;
	right: -2px;
	top: 0;
}

.ccr-video-map__marker.is-active::before,
.ccr-video-map__marker:hover::before,
.ccr-video-map__marker:focus-visible::before {
	animation: ccr-marker-pulse 1.3s ease-out infinite;
	background: rgba(169, 20, 60, 0.3);
}

.ccr-video-map__marker:focus-visible,
.ccr-video-map__toolbar button:focus-visible,
.ccr-video-map__locations button:focus-visible,
.ccr-video-map__video-card:focus-visible,
.ccr-video-map__modal-close:focus-visible,
.ccr-video-map__sheet-close:focus-visible {
	outline: 3px solid var(--ccr-gold);
	outline-offset: 3px;
}

@keyframes ccr-marker-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(169, 20, 60, 0.5);
		transform: scale(0.9);
	}
	100% {
		box-shadow: 0 0 0 18px rgba(169, 20, 60, 0);
		transform: scale(1);
	}
}

.ccr-video-map__panel {
	background: var(--ccr-panel);
	border: 1px solid var(--ccr-line);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

.ccr-video-map__panel-empty {
	border-bottom: 1px solid var(--ccr-line);
	padding: 22px;
}

.ccr-video-map__panel-kicker {
	color: var(--ccr-gold);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ccr-video-map__panel h2,
.ccr-video-map__sheet h2 {
	color: var(--ccr-ink);
	font-size: 1.6rem;
	line-height: 1.05;
	margin: 0;
}

.ccr-video-map__panel-empty p:last-child,
.ccr-video-map__sheet p {
	color: var(--ccr-muted);
	line-height: 1.45;
	margin: 10px 0 0;
}

.ccr-video-map__video-list {
	align-content: start;
	display: grid;
	flex: 1 1 auto;
	gap: 10px;
	min-height: 0;
	overflow: auto;
	padding: 12px;
}

.ccr-video-map__video-card {
	align-items: center;
	background: rgba(227, 226, 222, 0.07);
	border: 1px solid var(--ccr-line);
	border-radius: 8px;
	color: inherit;
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: 104px 1fr;
	height: 86px;
	min-height: 86px;
	padding: 9px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.ccr-video-map__thumb {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, var(--ccr-blue), var(--ccr-brown));
	border-radius: 6px;
	display: grid;
	justify-items: center;
	overflow: hidden;
	position: relative;
}

.ccr-video-map__thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ccr-video-map__thumb::after {
	align-items: center;
	background: rgba(7, 31, 61, 0.84);
	border: 1px solid rgba(227, 226, 222, 0.54);
	border-radius: 999px;
	color: var(--ccr-ink);
	content: "▶";
	display: grid;
	font-size: 0.78rem;
	height: 30px;
	justify-items: center;
	left: 50%;
	padding-left: 2px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
}

.ccr-video-map__video-card strong {
	color: var(--ccr-ink);
	display: block;
	font-size: 0.98rem;
	line-height: 1.2;
}

.ccr-video-map__video-card small {
	color: var(--ccr-muted);
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	margin-top: 6px;
	text-transform: uppercase;
}

.ccr-video-map__locations {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.ccr-video-map__locations button {
	background: rgba(227, 226, 222, 0.07);
	border: 1px solid var(--ccr-line);
	border-radius: 999px;
	color: var(--ccr-ink);
	font-size: 0.9rem;
	font-weight: 700;
	padding: 9px 12px;
}

.ccr-video-map__locations button.is-active {
	background: var(--ccr-red);
	border-color: var(--ccr-red);
	color: #fff;
}

.ccr-video-map__sheet {
	--ccr-ink: #e3e2de;
	--ccr-line: rgba(227, 226, 222, 0.2);
	--ccr-panel: #0a2345;
	display: none;
}

.ccr-video-map__sheet,
.ccr-video-map__sheet *,
.ccr-video-map__sheet *::before,
.ccr-video-map__sheet *::after {
	box-sizing: border-box;
}

.ccr-video-map__modal {
	--ccr-gold: #d7a942;
	--ccr-ink: #e3e2de;
	display: none;
	inset: 0;
	position: fixed;
	z-index: 2147483000;
}

.ccr-video-map__modal,
.ccr-video-map__modal *,
.ccr-video-map__modal *::before,
.ccr-video-map__modal *::after {
	box-sizing: border-box;
}

html.ccr-video-map-modal-open,
body.ccr-video-map-modal-open {
	overflow: hidden;
	overscroll-behavior: none;
}

.ccr-video-map__modal.is-open {
	display: block;
}

.ccr-video-map__modal-backdrop {
	background: #02050a;
	inset: 0;
	position: absolute;
}

.ccr-video-map__modal-window {
	background: #050505;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	left: 50%;
	max-width: min(1000px, calc(100vw - 28px));
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.ccr-video-map__modal.is-instagram .ccr-video-map__modal-window {
	max-height: calc(100vh - 28px);
	max-width: min(580px, calc(100vw - 28px));
	overflow-y: auto;
}

.ccr-video-map__modal-close,
.ccr-video-map__sheet-close {
	appearance: none;
	background: var(--ccr-ink);
	border: 0;
	border-radius: 999px;
	color: #11100d;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 700;
	height: 38px;
	line-height: 1;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 38px;
	z-index: 2;
}

.ccr-video-map__player {
	background: #050505;
}

.ccr-video-map__player-stage {
	aspect-ratio: 16 / 9;
}

.ccr-video-map__player-stage iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.ccr-video-map__player.is-instagram .ccr-video-map__player-stage {
	align-items: flex-start;
	aspect-ratio: auto;
	background: #fff;
	display: flex;
	justify-content: center;
	height: min(720px, calc(100vh - 104px));
	overflow: hidden;
	padding: 48px 10px 10px;
}

.ccr-video-map__player-fallback {
	align-items: center;
	color: var(--ccr-ink);
	display: grid;
	min-height: 280px;
	padding: 36px;
	text-align: center;
}

.ccr-video-map__player-source {
	background: #050505;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	padding: 10px 56px 11px 14px;
	text-align: right;
}

.ccr-video-map__player-source a {
	color: var(--ccr-gold);
	font-size: 0.85rem;
	font-weight: 800;
}

@media (max-width: 900px) {
	.ccr-video-map__inner {
		padding: 34px 16px 108px;
		width: 100%;
	}

	.ccr-video-map h1 {
		font-size: 2.15rem;
		line-height: 1.05;
	}

	.ccr-video-map__hero {
		gap: 22px;
		grid-template-columns: 1fr;
		margin-bottom: 24px;
	}

	.ccr-video-map__brand img {
		max-width: min(210px, 58vw);
	}

	.ccr-video-map__brand .ccr-video-map__fogerty-logo {
		max-width: min(175px, 48vw);
	}

	.ccr-video-map__hero-copy {
		justify-self: start;
		max-width: 100%;
		text-align: left;
	}

	.ccr-video-map__hero > p:last-child {
		max-width: 100%;
	}

	.ccr-video-map__hero-copy > p:last-child {
		margin-left: 0;
		max-width: 100%;
	}

	.ccr-video-map__toolbar {
		border-radius: 8px;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 100%;
		width: 100%;
	}

	.ccr-video-map__toolbar button {
		border-radius: 6px;
		line-height: 1.15;
		min-height: 44px;
		padding-left: 10px;
		padding-right: 10px;
		white-space: normal;
	}

	.ccr-video-map__layout {
		display: block;
		height: auto;
	}

	.ccr-video-map__map {
		aspect-ratio: 1.22;
		height: auto;
		max-width: calc(100vw - 32px);
		min-height: 0;
		width: 100%;
	}

	.ccr-video-map__panel {
		display: none;
	}

	.ccr-video-map__marker {
		height: 48px;
		width: 48px;
	}

	.ccr-video-map__marker::before {
		height: 48px;
		width: 48px;
	}

	.ccr-video-map__locations {
		flex-wrap: nowrap;
		margin-left: 0;
		margin-right: 0;
		overflow-x: auto;
		padding: 0 0 8px;
	}

	.ccr-video-map__locations button {
		white-space: nowrap;
	}

	.ccr-video-map__sheet {
		background: var(--ccr-panel);
		border: 1px solid var(--ccr-line);
		border-radius: 16px 16px 0 0;
		bottom: 0;
		box-shadow: 0 -24px 70px rgba(0, 0, 0, 0.45);
		display: block;
		left: 0;
		max-height: 78vh;
		overflow: auto;
		padding: 20px 14px 18px;
		position: fixed;
		right: 0;
		transform: translateY(calc(100% + 16px));
		transition: transform 220ms ease;
		z-index: 2147482000;
	}

	.ccr-video-map__sheet.is-open {
		transform: translateY(0);
	}

	.ccr-video-map__sheet-drag {
		background: rgba(247, 240, 221, 0.32);
		border-radius: 999px;
		height: 4px;
		margin: 0 auto 16px;
		width: 54px;
	}

	.ccr-video-map__sheet .ccr-video-map__video-list {
		display: grid;
		grid-auto-columns: minmax(250px, 84vw);
		grid-auto-flow: column;
		margin: 16px -14px 0;
		max-height: none;
		overflow-x: auto;
		padding: 0 14px 8px;
		scroll-snap-type: x mandatory;
	}

	.ccr-video-map__sheet .ccr-video-map__video-card {
		align-content: start;
		height: auto;
		grid-template-columns: 1fr;
		min-height: 0;
		scroll-snap-align: start;
	}

	.ccr-video-map__sheet .ccr-video-map__thumb {
		aspect-ratio: 16 / 9;
		width: 100%;
	}

	.ccr-video-map__modal-window {
		max-width: calc(100vw - 18px);
	}

	.ccr-video-map__modal.is-instagram .ccr-video-map__modal-window {
		max-height: calc(100svh - 18px);
		max-width: calc(100vw - 18px);
	}

	.ccr-video-map__player.is-instagram .ccr-video-map__player-stage {
		height: min(680px, calc(100svh - 94px));
		padding-left: 0;
		padding-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ccr-video-map__marker.is-active::before,
	.ccr-video-map__marker:hover::before,
	.ccr-video-map__marker:focus-visible::before {
		animation: none;
	}

	.ccr-video-map__sheet {
		transition: none;
	}
}
