/**
 * Shell: magazine-spread
 */

body.llw-shell-magazine-spread .site-header,
.llw-shell-header--magazine-spread {
	background: #faf7f2;
	border-bottom: 3px double #d6d3d1;
	box-shadow: none;
	color: #292524;
}

body.llw-shell-magazine-spread .site-header__toggle {
	border-color: #d6d3d1;
	color: #292524;
}

body.llw-shell-magazine-spread .site-header__toggle-bar {
	background: #292524;
}

body.llw-shell-magazine-spread .primary-menu a {
	color: #57534e;
}

body.llw-shell-magazine-spread .primary-menu a:hover,
body.llw-shell-magazine-spread .primary-menu .current-menu-item > a {
	color: var(--llw-brand-primary, #92400e);
}

body.llw-shell-magazine-spread .site-header__btn--outline {
	border-color: #78716c;
	color: #292524;
	background: #fff;
}

body.llw-shell-magazine-spread .site-header__btn--outline:hover {
	border-color: var(--llw-brand-primary, #92400e);
	color: var(--llw-brand-primary, #92400e);
}

body.llw-shell-magazine-spread .site-header__btn--primary {
	background: var(--llw-brand-primary, #92400e);
	border-color: var(--llw-brand-primary, #92400e);
	color: #fff;
}

.llw-shell-header--magazine-spread .llw-shell-header__frame {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	max-width: var(--llw-max-width, 1100px);
	margin: 0 auto;
	padding: 0.75rem 1.25rem;
}

.llw-shell-header--magazine-spread .llw-shell-header__nav {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-left: auto;
}

.llw-shell-hero--magazine-spread .llw-shell-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: center;
}

.llw-shell-hero--magazine-spread .home-hero__badge {
	background: color-mix(in srgb, var(--llw-brand-primary, #92400e) 12%, #ffffff);
	border: 1px solid color-mix(in srgb, var(--llw-brand-primary, #92400e) 30%, #ffffff);
	color: var(--llw-brand-primary, #92400e);
}

.llw-shell-hero--magazine-spread .home-hero-card .home-live-data__title,
.llw-shell-hero--magazine-spread .home-hero-card .home-highlights__title {
	color: #1c1917;
	font-family: var(--llw-identity-font-title, "Playfair Display", serif);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.llw-shell-hero--magazine-spread .home-hero-card .home-live-data__item {
	background: #fff;
	border: 1px solid #e7e5e4;
}

.llw-shell-hero--magazine-spread .home-hero-card .home-live-data__number {
	color: var(--llw-brand-primary, #92400e);
}

.llw-shell-hero--magazine-spread .home-hero-card .home-live-data__label {
	color: #78716c;
}

.llw-shell-hero--magazine-spread .home-hero-card .home-highlights__list li {
	color: #57534e;
}

.llw-shell-hero--magazine-spread.llw-shell-variant-2,
.llw-shell-magazine-hero--v2 {
	background: #faf7f2;
	padding: 2.5rem 0 3rem;
	border-bottom: 3px double #d6d3d1;
}

.llw-shell-magazine-hero__v2 {
	display: grid;
	grid-template-columns: minmax(200px, 280px) 1fr;
	gap: 2.5rem 3rem;
	align-items: start;
}

.llw-shell-magazine-hero__rail {
	padding-top: 0.25rem;
	border-right: 1px solid #d6d3d1;
	padding-right: 2rem;
}

.llw-shell-magazine-hero__rail .home-live-data__title {
	margin: 0 0 1rem;
	font-family: var(--llw-identity-font-title, "Playfair Display", serif);
	font-size: 1rem;
	font-weight: 700;
	color: #292524;
	text-transform: none;
	letter-spacing: 0;
}

.llw-shell-magazine-hero__stats {
	display: grid;
	gap: 1rem;
	margin: 0;
}

.llw-shell-magazine-hero__stat {
	margin: 0;
}

.llw-shell-magazine-hero__stat dt {
	margin: 0 0 0.2rem;
	font-size: 0.8rem;
	color: #78716c;
}

.llw-shell-magazine-hero__stat dd {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--llw-brand-primary, #92400e);
}

.llw-shell-magazine-hero--v2 .home-hero__badge {
	background: color-mix(in srgb, var(--llw-brand-primary, #92400e) 12%, #ffffff);
	border: 1px solid color-mix(in srgb, var(--llw-brand-primary, #92400e) 30%, #ffffff);
	color: var(--llw-brand-primary, #92400e);
}

.llw-shell-magazine-hero--v2 .home-hero__title {
	font-family: var(--llw-identity-font-title, "Playfair Display", serif);
	color: #1c1917;
}

.llw-shell-magazine-hero--v2 .home-gradient-text {
	color: var(--llw-brand-primary, #92400e);
}

.llw-shell-magazine-hero--v2 .home-hero__description {
	color: #57534e;
}

.llw-shell-hero--magazine-spread.llw-shell-variant-2 .llw-shell-hero__stack,
.llw-shell-hero--magazine-spread.llw-shell-variant-2 .llw-shell-hero__foot {
	max-width: 920px;
	margin: 0 auto;
}

.llw-shell-hero--magazine-spread .llw-shell-hero__hud {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--llw-color-border-subtle, rgba(255,255,255,0.15));
}

.llw-shell-hero--magazine-spread .llw-shell-hero__hud-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	list-style: none;
	margin: 0.5rem 0 0;
	padding: 0;
}

.llw-shell-games-stage__deck .llw-game-grid {
	display: grid;
	gap: 1.25rem;
}

.llw-shell-games-grid .llw-shell-games-stage__deck .llw-game-grid {
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.llw-shell-games-masonry .llw-shell-games-stage__deck .llw-game-grid {
	grid-template-columns: repeat(3, 1fr);
}

.llw-shell-games-lanes .llw-shell-games-stage__deck .llw-game-grid {
	grid-template-columns: repeat(2, 1fr);
}

.llw-shell-games-stamps .llw-shell-games-stage__deck .llw-game-grid {
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.llw-shell-games-products .llw-shell-games-stage__deck .llw-game-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.llw-shell-games-bento .llw-shell-games-stage__deck .llw-game-grid {
	grid-template-columns: repeat(6, 1fr);
}

.llw-shell-games-bento .llw-shell-games-stage__deck .llw-game-card:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
}

.llw-shell-sports-stage__band {
	height: 4px;
	background: var(--llw-color-accent, #fff200);
	opacity: 0.85;
}

.llw-shell-sports-stage__marquee {
	margin-top: 1rem;
}

/* Variant 1 — media-first hero */
body.llw-shell-variant-1 .llw-shell-hero__grid--media-first .home-hero__media {
	order: -1;
}

/* Variant 1 — horizontal game scroll */
body.llw-shell-variant-1 .llw-shell-games-stage__deck {
	overflow-x: auto;
}

body.llw-shell-variant-1 .llw-shell-games-stage__deck .llw-game-grid {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	min-width: 100%;
}

body.llw-shell-variant-1 .llw-shell-games-stage__deck .llw-game-card {
	flex: 0 0 200px;
	max-width: 200px;
}

/* Variant 2 — stacked hero, list games */
body.llw-shell-variant-2 .llw-shell-hero__grid {
	grid-template-columns: 1fr;
	text-align: center;
}

body.llw-shell-variant-2 .llw-shell-games-stage__deck .llw-game-grid {
	grid-template-columns: 1fr;
}

body.llw-shell-variant-2 .llw-shell-games-stage__deck .llw-game-card {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 1rem;
	align-items: center;
}

@media (max-width: 768px) {
	.llw-shell-magazine-hero__v2 {
		grid-template-columns: 1fr;
	}

	.llw-shell-magazine-hero__rail {
		border-right: none;
		border-bottom: 1px solid #d6d3d1;
		padding-right: 0;
		padding-bottom: 1.5rem;
	}

	.llw-shell-header--magazine-spread .llw-shell-header__toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.llw-shell-header--magazine-spread .llw-shell-header__nav {
		display: none;
		flex: 1 1 100%;
		flex-direction: column;
		align-items: stretch;
		margin-left: 0;
	}

	body.nav-open .llw-shell-header--magazine-spread .llw-shell-header__nav {
		display: flex;
	}

	.llw-shell-hero--magazine-spread .llw-shell-hero__grid {
		grid-template-columns: 1fr;
	}

	.llw-shell-games-masonry .llw-shell-games-stage__deck .llw-game-grid,
	.llw-shell-games-products .llw-shell-games-stage__deck .llw-game-grid,
	.llw-shell-games-bento .llw-shell-games-stage__deck .llw-game-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}