/**
 * GRZ Gaming — faithful premium brand landing models (dev 85).
 * Approved visual families: immersive (Razer / Steam and siblings) and
 * editorial light (Nintendo / Xbox). Live WooCommerce data stays intact.
 */

body.grz-brand-landing-page {
	--grz-blp-accent: #0762e6;
	--grz-blp-accent-2: #63c3ff;
	--grz-blp-deep: #061522;
	--grz-blp-deep-2: #0b3047;
	--grz-blp-line: rgba(255, 255, 255, .16);
	--grz-blp-shadow: 0 30px 80px rgba(0, 0, 0, .24);
	margin: 0;
	background: var(--grz-blp-deep);
}

/* ========================================================================== 
   Razer Gold — production fidelity correction (dev 88)
   The approved composition is one continuous branded surface: the navigation
   is embedded in the hero, the finder uses compact open cards, and the footer
   inherits the same dark-green atmosphere without a white theme reset.
   ========================================================================== */

body.grz-brand-razer-gold {
	--grz-razer-deep: #001d10;
	--grz-razer-panel: rgba(2, 43, 22, .78);
	--grz-razer-line: rgba(52, 220, 48, .42);
	--grz-razer-muted: rgba(233, 255, 239, .68);
	background: var(--grz-razer-deep);
	color: #fff;
}

body.grz-brand-razer-gold .grz-site-content {
	background: var(--grz-razer-deep);
}

body.grz-brand-razer-gold :is(.grz-header, .grz-header__shell, .grz-main-header) {
	background: #00180d;
	box-shadow: none;
}

body.grz-brand-razer-gold .grz-header::before {
	display: none;
}

body.grz-brand-razer-gold .grz-main-header {
	border-bottom: 1px solid rgba(52, 220, 48, .24);
}

body.grz-brand-razer-gold .grz-main-header__inner {
	width: min(calc(100% - 112px), 1320px);
	max-width: 1320px;
	min-height: 70px;
	grid-template-columns: 106px minmax(390px, 1fr) minmax(270px, 320px) auto;
	gap: 18px;
}

body.grz-brand-razer-gold .grz-brand__image {
	filter: brightness(0) invert(1);
}

body.grz-brand-razer-gold .grz-brand__main,
body.grz-brand-razer-gold .grz-brand__sub,
body.grz-brand-razer-gold .grz-primary-menu > li > a,
body.grz-brand-razer-gold .grz-icon-button {
	color: #fff;
}

body.grz-brand-razer-gold .grz-primary-menu > li > a {
	min-height: 58px;
	padding-inline: 18px;
	border: 1px solid transparent;
	border-radius: 10px 10px 0 0;
}

body.grz-brand-razer-gold .grz-primary-menu > li > a:is(:hover, :focus-visible),
body.grz-brand-razer-gold .grz-primary-menu > li.current-menu-item > a,
body.grz-brand-razer-gold .grz-primary-menu > li.current-menu-ancestor > a,
body.grz-brand-razer-gold .grz-primary-menu > li:has(> a[href*="gift-card"]) > a,
body.grz-brand-razer-gold .grz-primary-menu > li:has(> a[href*="game-card"]) > a {
	border-color: rgba(52, 220, 48, .2);
	background: rgba(52, 220, 48, .12);
	box-shadow: inset 0 -3px 0 #37df34;
	color: #fff;
	transform: none;
}

body.grz-brand-razer-gold .grz-product-search input {
	height: 42px;
	border-color: rgba(52, 220, 48, .32);
	background: rgba(0, 9, 5, .42);
	color: #fff;
}

body.grz-brand-razer-gold .grz-product-search input::placeholder {
	color: rgba(255, 255, 255, .65);
}

body.grz-brand-razer-gold .grz-product-search button {
	color: #fff;
}

body.grz-brand-razer-gold .grz-header-actions {
	gap: 7px;
}

.grz-razer-header-locales {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	margin-inline-end: 2px;
}

.grz-razer-locale {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	gap: 6px;
	padding: 0 7px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.grz-razer-locale .grz-icon {
	width: 15px;
	height: 15px;
}

.grz-razer-locale:is(:hover, :focus-visible) {
	border-color: rgba(52, 220, 48, .42);
	background: rgba(52, 220, 48, .12);
	color: #43e440;
}

body.grz-brand-razer-gold .grz-header-actions .grz-icon-button {
	border-color: transparent;
}

body.grz-brand-razer-gold .grz-header-actions .grz-icon-button:is(:hover, :focus-visible) {
	border-color: rgba(52, 220, 48, .48);
	background: rgba(52, 220, 48, .13);
	color: #43e440;
}

body.grz-brand-razer-gold .grz-sign-in {
	min-height: 38px;
	border: 1px solid rgba(52, 220, 48, .48);
	border-radius: 9px;
	background: rgba(52, 220, 48, .07);
	box-shadow: none;
	color: #54e84f;
	padding-inline: 13px;
}

body.grz-brand-razer-gold .grz-sign-in:is(:hover, :focus-visible) {
	border-color: #49e246;
	background: #39d936;
	box-shadow: 0 10px 28px rgba(46, 220, 45, .24);
	color: #001d10;
	transform: translateY(-1px);
}

body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero {
	min-height: 680px;
	background-color: #03120c;
	background-image: var(--grz-blp-hero);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero::after {
	display: none;
}

body.grz-brand-razer-gold .grz-blp-hero::before {
	z-index: 0;
	background: linear-gradient(90deg, rgba(0, 10, 6, .08), transparent 48%, rgba(0, 8, 5, .05));
}

body.grz-brand-razer-gold .grz-blp-hero > .grz-blp-shell {
	z-index: 1;
	padding-top: 12px;
}

body.grz-brand-razer-gold .grz-blp-breadcrumb {
	color: rgba(255, 255, 255, .62);
}

body.grz-brand-razer-gold .grz-blp-breadcrumb :is(a, b) {
	color: inherit;
}

body.grz-brand-razer-gold .grz-blp-hero__grid {
	grid-template-columns: minmax(440px, .84fr) minmax(520px, 1.16fr);
	min-height: 620px;
	padding: 22px 28px 42px;
}

body.grz-brand-razer-gold .grz-blp-hero__copy {
	align-self: center;
	max-width: 490px;
}

body.grz-brand-razer-gold .grz-blp-brand-lockup {
	max-width: 182px;
	height: 60px;
	margin-bottom: 24px;
}

body.grz-brand-razer-gold .grz-blp-hero__copy h1 {
	font-size: clamp(46px, 3.55vw, 56px);
}

body.grz-brand-razer-gold .grz-blp-hero__products {
	min-height: 500px;
}

body.grz-brand-razer-gold .grz-blp-body {
	padding: 0 0 34px;
	background:
		radial-gradient(circle at 86% 7%, rgba(46, 221, 43, .08), transparent 27%),
		radial-gradient(circle at 8% 28%, rgba(255, 79, 15, .055), transparent 24%),
		linear-gradient(180deg, #001d10 0%, #00180d 58%, #00170d 100%);
}

body.grz-brand-razer-gold .grz-blp-finder {
	padding: 28px 30px 30px;
	border-color: var(--grz-razer-line);
	background: rgba(3, 40, 20, .72);
	box-shadow: 0 26px 64px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .04);
	backdrop-filter: blur(14px);
}

body.grz-brand-razer-gold .grz-blp-finder__header {
	min-height: 48px;
}

body.grz-brand-razer-gold .grz-blp-finder__header h2 {
	font-size: 27px;
}

body.grz-brand-razer-gold .grz-blp-search {
	width: 320px;
	height: 46px;
	border-color: rgba(52, 220, 48, .38);
	background: rgba(0, 16, 9, .58);
}

body.grz-brand-razer-gold .grz-blp-filters {
	gap: 10px;
	margin-bottom: 24px;
}

body.grz-brand-razer-gold .grz-blp-filters button {
	min-height: 34px;
	padding-inline: 18px;
	border-color: rgba(52, 220, 48, .38);
	background: rgba(0, 14, 8, .12);
}

body.grz-brand-razer-gold .grz-blp-filters button:is(:hover, :focus-visible),
body.grz-brand-razer-gold .grz-blp-filters button.is-active {
	border-color: #3de039;
	background: linear-gradient(135deg, #22bd25, #3fe83b);
	box-shadow: 0 9px 22px rgba(52, 220, 48, .2);
	color: #fff;
}

body.grz-brand-razer-gold .grz-blp-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 28px 25px;
}

body.grz-brand-razer-gold .grz-blp-card {
	transition: transform .24s ease, filter .24s ease;
}

body.grz-brand-razer-gold .grz-blp-card:is(:hover, :focus-within) {
	transform: translateY(-7px);
	filter: drop-shadow(0 16px 22px rgba(34, 229, 46, .15));
}

body.grz-brand-razer-gold .grz-blp-card__link:focus-visible {
	outline: 2px solid #4eea4b;
	outline-offset: 7px;
	border-radius: 8px;
}

body.grz-brand-razer-gold .grz-blp-card__art {
	height: 176px;
	min-height: 176px;
	overflow: hidden;
	border-radius: 9px;
}

body.grz-brand-razer-gold .grz-blp-card__art > img:not(.grz-blp-card__flag) {
	width: 100%;
	height: 176px;
	max-height: 176px;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 13px 18px rgba(0, 0, 0, .28));
	mix-blend-mode: normal;
	transform: none;
	transform-origin: center;
	transition: transform .28s ease, filter .28s ease;
}

body.grz-brand-razer-gold .grz-blp-card:is(:hover, :focus-within) .grz-blp-card__art > img:not(.grz-blp-card__flag) {
	filter: drop-shadow(0 16px 20px rgba(38, 237, 48, .28));
	transform: scale(1.025);
}

body.grz-brand-razer-gold .grz-blp-card__flag {
	top: 7px;
	right: 7px;
	width: 28px;
	height: 19px;
}

body.grz-brand-razer-gold .grz-blp-card__global {
	top: 7px;
	right: 7px;
	width: 27px;
	height: 27px;
}

body.grz-brand-razer-gold .grz-blp-card__content {
	padding-top: 10px;
}

body.grz-brand-razer-gold .grz-blp-card__content > strong {
	min-height: 32px;
	font-size: 12px;
	line-height: 1.34;
}

body.grz-brand-razer-gold .grz-blp-card__region,
body.grz-brand-razer-gold .grz-blp-card__meta {
	font-size: 10.5px;
}

body.grz-brand-razer-gold .grz-blp-card:is(:hover, :focus-within) .grz-blp-card__content > strong {
	color: #79f276;
}

body.grz-brand-razer-gold :is(.grz-blp-info-grid, .grz-blp-guides) {
	border-color: var(--grz-razer-line);
	background: rgba(3, 40, 20, .68);
	box-shadow: 0 22px 56px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .04);
	backdrop-filter: blur(12px);
}

body.grz-brand-razer-gold .grz-blp-info-grid {
	margin-top: 18px;
	padding: 24px 22px;
}

body.grz-brand-razer-gold .grz-blp-info-grid article {
	min-height: 188px;
	padding-inline: 23px;
}

body.grz-brand-razer-gold .grz-blp-info-icon {
	border: 1px solid rgba(255, 222, 76, .72);
	background: radial-gradient(circle at 35% 30%, #fff3a2 0 8%, #ffd83d 18%, #d99a00 72%, #7c4800 100%);
	box-shadow: 0 5px 14px rgba(255, 190, 0, .18), inset 0 0 0 2px rgba(255, 247, 169, .28);
	color: #173c0d;
}

body.grz-brand-razer-gold .grz-blp-guides {
	margin-top: 18px;
	padding: 20px 22px 22px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid {
	gap: 18px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid > a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	grid-template-rows: 106px auto auto;
	min-height: 170px;
	padding: 0;
	overflow: hidden;
	border-color: rgba(52, 220, 48, .36);
	background: rgba(0, 18, 10, .5);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

body.grz-brand-razer-gold .grz-blp-guide-art {
	grid-column: 1 / -1;
	grid-row: 1;
	width: 100%;
	height: 106px;
	overflow: hidden;
}

body.grz-brand-razer-gold .grz-blp-guide-art img {
	transition: transform .3s ease, filter .3s ease;
}

body.grz-brand-razer-gold .grz-blp-guides__grid b,
body.grz-brand-razer-gold .grz-blp-guides__grid small {
	grid-column: 1;
	padding-inline: 14px 4px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid b {
	grid-row: 2;
	padding-top: 9px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid small {
	grid-row: 3;
	padding-bottom: 10px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid > a > .grz-icon {
	grid-column: 2;
	grid-row: 2 / 4;
	align-self: center;
	justify-self: center;
}

body.grz-brand-razer-gold .grz-blp-guides__grid > a:is(:hover, :focus-visible) {
	border-color: #4fe84c;
	background: rgba(34, 196, 39, .1);
	box-shadow: 0 16px 30px rgba(32, 218, 40, .13);
	transform: translateY(-4px);
}

body.grz-brand-razer-gold .grz-blp-guides__grid > a:is(:hover, :focus-visible) .grz-blp-guide-art img {
	filter: saturate(1.08) brightness(1.06);
	transform: scale(1.035);
}

body.grz-brand-razer-gold :is(.grz-footer, .grz-footer__shell, .grz-footer-main, .grz-footer-bottom) {
	background: #00180d;
	color: #fff;
}

body.grz-brand-razer-gold .grz-footer {
	margin: 0;
	padding: 0;
}

body.grz-brand-razer-gold .grz-footer-trust {
	background: linear-gradient(135deg, #0751c9, #087af5);
}

body.grz-brand-razer-gold .grz-footer-main {
	padding-top: 22px;
	border-top: 1px solid rgba(52, 220, 48, .18);
}

body.grz-brand-razer-gold :is(.grz-footer-column h2, .grz-footer-support h2, .grz-footer-apps h3, .grz-payment-methods strong, .grz-social-links strong, .grz-footer-media__label) {
	color: #fff;
}

body.grz-brand-razer-gold :is(.grz-footer-brand p, .grz-footer-menu a, .grz-footer-support > p, .grz-footer-apps p, .grz-footer-locales, .grz-footer-copyright) {
	color: rgba(232, 255, 239, .68);
}

body.grz-brand-razer-gold .grz-footer-menu a:is(:hover, :focus-visible) {
	color: #4de649;
}

body.grz-brand-razer-gold :is(.grz-footer-main, .grz-footer-bottom, .grz-footer-support, .grz-footer-trustpilot, .grz-footer-copyright, .grz-social-links) {
	border-color: rgba(255, 255, 255, .13);
}

body.grz-brand-razer-gold :is(.grz-footer-brand__badge, .grz-footer-support__links a, .grz-footer-apps__buttons a, .grz-payment-methods span, .grz-social-links a, .grz-footer-locales .grz-locale-link) {
	border-color: rgba(52, 220, 48, .24);
	background: rgba(255, 255, 255, .055);
	color: #fff;
}

body.grz-brand-razer-gold :is(.grz-footer-brand__badge, .grz-footer-support__links a, .grz-footer-apps__buttons a, .grz-social-links a, .grz-footer-locales .grz-locale-link):is(:hover, :focus-visible) {
	border-color: rgba(52, 220, 48, .58);
	background: rgba(52, 220, 48, .12);
	color: #58ec55;
}

body.grz-brand-razer-gold .grz-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 1180px) {
	body.grz-brand-razer-gold .grz-main-header__inner {
		width: min(calc(100% - 48px), 1080px);
		grid-template-columns: 94px minmax(330px, 1fr) minmax(220px, 270px) auto;
		gap: 10px;
	}

	body.grz-brand-razer-gold .grz-primary-menu > li > a {
		padding-inline: 12px;
	}

	body.grz-brand-razer-gold .grz-blp-card__art,
	body.grz-brand-razer-gold .grz-blp-card__art > img:not(.grz-blp-card__flag) {
		height: 160px;
		min-height: 160px;
		max-height: 160px;
	}
}

@media (max-width: 940px) {
	.grz-razer-header-locales,
	body.grz-brand-razer-gold .grz-sign-in {
		display: none;
	}

	body.grz-brand-razer-gold .grz-blp-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	body.grz-brand-razer-gold .grz-main-header__inner {
		width: min(calc(100% - 26px), 680px);
		grid-template-columns: 36px 1fr auto;
	}

	body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero {
		min-height: 0;
		background-image: linear-gradient(180deg, rgba(0, 13, 7, .16), rgba(0, 13, 7, .64)), var(--grz-blp-hero);
		background-position: 68% center;
	}

	body.grz-brand-razer-gold .grz-blp-hero__grid {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 18px 0 26px;
	}

	body.grz-brand-razer-gold .grz-blp-hero__products {
		min-height: 210px;
	}

	body.grz-brand-razer-gold .grz-blp-finder {
		padding: 22px 15px;
	}

	body.grz-brand-razer-gold .grz-blp-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 13px;
	}

	body.grz-brand-razer-gold .grz-blp-card__art,
	body.grz-brand-razer-gold .grz-blp-card__art > img:not(.grz-blp-card__flag) {
		height: 142px;
		min-height: 142px;
		max-height: 142px;
	}

	body.grz-brand-razer-gold .grz-blp-guides__grid > a {
		grid-template-rows: 94px auto auto;
		min-height: 158px;
	}

	body.grz-brand-razer-gold .grz-blp-guide-art {
		height: 94px;
	}
}

body.grz-brand-razer-gold { --grz-blp-accent: #44d62c; --grz-blp-accent-2: #ffbf2f; --grz-blp-deep: #03120c; --grz-blp-deep-2: #062b15; --grz-blp-hero: url("../images/brand-landings/razer-gold-hero-v1.png"); }
body.grz-brand-steam { --grz-blp-accent: #2db7ff; --grz-blp-accent-2: #8edcff; --grz-blp-deep: #031425; --grz-blp-deep-2: #07365a; --grz-blp-hero: url("../images/brand-landings/steam-hero-v1.png"); }
body.grz-brand-nintendo { --grz-blp-accent: #e60012; --grz-blp-accent-2: #ff6370; --grz-blp-deep: #310006; --grz-blp-deep-2: #99000e; --grz-blp-hero: url("../images/brand-landings/nintendo-hero-v1.png"); }
body.grz-brand-playstation { --grz-blp-accent: #1688ff; --grz-blp-accent-2: #78c8ff; --grz-blp-deep: #020f26; --grz-blp-deep-2: #073e8c; --grz-blp-hero: url("../images/brand-landings/playstation-hero-v1.png"); }
body.grz-brand-xbox { --grz-blp-accent: #22a02a; --grz-blp-accent-2: #74ef70; --grz-blp-deep: #021307; --grz-blp-deep-2: #07521a; --grz-blp-hero: url("../images/brand-landings/xbox-hero-v1.png"); }
body.grz-brand-google-play { --grz-blp-accent: #32c96b; --grz-blp-accent-2: #56e8d7; --grz-blp-deep: #021b14; --grz-blp-deep-2: #075039; --grz-blp-hero: url("../images/brand-landings/google-play-hero-v1.png"); }
body.grz-brand-itunes { --grz-blp-accent: #ff477e; --grz-blp-accent-2: #bb70ff; --grz-blp-deep: #1a0618; --grz-blp-deep-2: #5b164e; --grz-blp-hero: url("../images/brand-landings/itunes-hero-v1.png"); }

.grz-brand-landing-page .grz-site-content {
	padding: 0;
}

/* The approved models treat the complete header as part of the hero. */
body.grz-brand-landing-page .grz-header {
	position: relative;
	z-index: 20;
	margin-bottom: -1px;
	background: var(--grz-blp-deep);
	box-shadow: none;
	color: #fff;
}

body.grz-brand-landing-page .grz-header::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: var(--grz-blp-hero, none);
	background-position: center top;
	background-size: cover;
	content: "";
	filter: saturate(1.04) brightness(.46);
	opacity: .74;
	pointer-events: none;
}

body.grz-brand-landing-page .grz-header__shell,
body.grz-brand-landing-page .grz-main-header,
body.grz-brand-landing-page .grz-utility {
	position: relative;
	background: transparent;
	color: #fff;
}

body.grz-brand-landing-page .grz-utility {
	border-bottom-color: rgba(255, 255, 255, .13);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .035);
}

body.grz-brand-landing-page .grz-main-header::after {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	height: 1px;
	background: rgba(255, 255, 255, .2);
	content: "";
}

body.grz-brand-landing-page :is(
	.grz-utility__links a,
	.grz-app-link,
	.grz-locale-indicator,
	.grz-utility__meta > *,
	.grz-brand,
	.grz-brand__sub,
	.grz-primary-menu > li > a,
	.grz-mobile-menu-button,
	.grz-mobile-search-button,
	.grz-header-actions .grz-icon-button,
	.grz-header-actions .grz-account-icon.is-authenticated
) {
	color: #fff;
}

body.grz-brand-landing-page .grz-brand__main {
	background: none;
	-webkit-text-fill-color: currentColor;
}

body.grz-brand-landing-page .grz-brand__image {
	filter: brightness(0) invert(1);
}

body.grz-brand-landing-page .grz-product-search input {
	border-color: rgba(255, 255, 255, .3);
	background: rgba(0, 0, 0, .22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	color: #fff;
	backdrop-filter: blur(12px);
}

body.grz-brand-landing-page .grz-product-search input::placeholder {
	color: rgba(255, 255, 255, .72);
}

body.grz-brand-landing-page .grz-product-search button {
	color: #fff;
}

body.grz-brand-landing-page .grz-primary-menu > li > a:hover,
body.grz-brand-landing-page .grz-primary-menu > li.current-menu-item > a,
body.grz-brand-landing-page .grz-primary-menu > li.current-menu-ancestor > a {
	box-shadow: inset 0 -2px 0 #fff;
	color: #fff;
}

body.grz-brand-landing-page :is(
	.grz-mobile-menu-button,
	.grz-mobile-search-button,
	.grz-header-actions .grz-icon-button,
	.grz-header-actions .grz-account-icon.is-authenticated
):is(:hover, :focus-visible) {
	border-color: rgba(255, 255, 255, .42);
	background: rgba(255, 255, 255, .13);
	color: #fff;
}

.grz-blp,
.grz-blp *,
.grz-blp *::before,
.grz-blp *::after {
	box-sizing: border-box;
}

.grz-blp {
	position: relative;
	overflow: hidden;
	background: var(--grz-blp-deep);
	color: #fff;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.grz-blp a {
	color: inherit;
	text-decoration: none;
}

.grz-blp img,
.grz-blp svg {
	display: block;
}

.grz-blp button,
.grz-blp input {
	font: inherit;
}

.grz-blp .grz-icon,
.grz-blp .grz-icon svg {
	width: 1em;
	height: 1em;
}

.grz-blp-shell {
	width: min(calc(100% - 40px), var(--grz-shell-max, 1440px));
	margin-inline: auto;
}

.grz-blp-hero {
	position: relative;
	min-height: 560px;
	background-color: var(--grz-blp-deep);
	background-image: var(--grz-blp-hero);
	background-position: center 36%;
	background-size: cover;
	color: #fff;
}

.grz-blp-hero::before {
	position: absolute;
	inset: 0;
	background: rgba(1, 9, 17, .16);
	content: "";
	pointer-events: none;
}

.grz-blp--light .grz-blp-hero::before {
	background: rgba(18, 0, 2, .1);
}

.grz-blp-hero > .grz-blp-shell {
	position: relative;
	z-index: 1;
	padding-top: 18px;
}

.grz-blp-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 34px;
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	font-weight: 600;
}

.grz-blp-breadcrumb a:is(:hover, :focus-visible),
.grz-blp-breadcrumb b {
	color: #fff;
}

.grz-blp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .84fr) minmax(460px, 1.16fr);
	align-items: center;
	gap: clamp(34px, 5.5vw, 86px);
	min-height: 430px;
	padding: 25px 0 80px;
}

.grz-blp-hero__copy {
	max-width: 620px;
}

.grz-blp-brand-name {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	background: rgba(0, 0, 0, .18);
	color: var(--grz-blp-accent-2);
	font-size: 10px;
	font-weight: 830;
	letter-spacing: .14em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.grz-blp-hero__copy h1 {
	max-width: 760px;
	margin: 15px 0 0;
	color: #fff;
	font-size: clamp(38px, 4.7vw, 68px);
	font-weight: 850;
	letter-spacing: -.048em;
	line-height: 1.02;
	text-wrap: balance;
}

.grz-blp-hero__copy h1 span,
.grz-blp-hero__copy h1 strong {
	display: block;
	font: inherit;
}

.grz-blp-hero__copy h1 strong {
	color: var(--grz-blp-accent);
}

.grz-blp--light .grz-blp-hero__copy h1 strong {
	color: #fff;
}

.grz-blp-hero__copy > p {
	max-width: 590px;
	margin: 19px 0 0;
	color: rgba(255, 255, 255, .83);
	font-size: 16px;
	font-weight: 520;
	line-height: 1.62;
}

.grz-blp-assurances {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 31px;
}

.grz-blp-assurances > span {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 9px;
	align-items: center;
}

.grz-blp-assurances .grz-icon {
	grid-row: 1 / span 2;
	width: 25px;
	height: 25px;
	color: var(--grz-blp-accent-2);
}

.grz-blp-assurances b {
	font-size: 11px;
	font-weight: 790;
}

.grz-blp-assurances small {
	margin-top: 3px;
	color: rgba(255, 255, 255, .62);
	font-size: 9.5px;
	line-height: 1.35;
}

.grz-blp-hero__products {
	position: relative;
	min-height: 350px;
	perspective: 900px;
}

.grz-blp-hero__product {
	position: absolute;
	top: 50%;
	left: 50%;
	width: clamp(210px, 19vw, 292px);
	aspect-ratio: .82;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, .76);
	border-radius: 25px;
	background: rgba(255, 255, 255, .08);
	box-shadow: 0 38px 70px rgba(0, 0, 0, .44);
}

.grz-blp-hero__product--1 {
	z-index: 3;
	transform: translate(-50%, -50%);
}

.grz-blp-hero__product--2 {
	z-index: 2;
	transform: translate(-108%, -48%) rotate(-8deg) scale(.78);
	opacity: .82;
}

.grz-blp-hero__product--3 {
	z-index: 1;
	transform: translate(8%, -46%) rotate(8deg) scale(.78);
	opacity: .82;
}

.grz-blp-region-note {
	position: absolute;
	left: 0;
	bottom: -34px;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 2px 12px;
	width: min(610px, calc(100% - 40px));
	min-height: 82px;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 15px;
	background: rgba(8, 16, 28, .82);
	box-shadow: 0 20px 45px rgba(0, 0, 0, .28);
	backdrop-filter: blur(18px);
}

.grz-blp-region-note .grz-icon {
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 10px;
	border-radius: 12px;
	background: var(--grz-blp-accent);
	color: #fff;
}

.grz-blp-region-note strong {
	align-self: end;
	font-size: 12px;
	font-weight: 800;
}

.grz-blp-region-note span {
	color: rgba(255, 255, 255, .65);
	font-size: 10px;
	line-height: 1.45;
}

.grz-blp-body {
	min-height: 400px;
	padding: 76px 0 78px;
	background-color: var(--grz-blp-deep);
	background-image: var(--grz-blp-hero);
	background-position: center top;
	background-size: cover;
}

.grz-blp--light .grz-blp-body {
	background-color: #f4f1ef;
}

.grz-blp-finder {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 22px;
	background: rgba(2, 12, 21, .9);
	box-shadow: var(--grz-blp-shadow), inset 0 1px 0 rgba(255, 255, 255, .08);
	backdrop-filter: blur(14px);
}

.grz-blp--light .grz-blp-finder {
	border-color: rgba(19, 33, 54, .12);
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 28px 70px rgba(38, 21, 20, .18), inset 0 1px 0 #fff;
	color: #142037;
}

.grz-blp-finder__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 21px;
	border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.grz-blp--light .grz-blp-finder__header {
	border-color: rgba(21, 36, 60, .12);
}

.grz-blp-eyebrow {
	color: var(--grz-blp-accent-2);
	font-size: 10px;
	font-weight: 820;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.grz-blp-finder h2,
.grz-blp-guides h2,
.grz-blp-related h2 {
	margin: 5px 0 0;
	color: #fff;
	font-size: clamp(25px, 2.5vw, 37px);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1.12;
}

.grz-blp--light :is(.grz-blp-finder h2, .grz-blp-guides h2, .grz-blp-related h2) {
	color: #142037;
}

.grz-blp-search {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	width: min(100%, 310px);
	min-height: 43px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .66);
}

.grz-blp--light .grz-blp-search {
	border-color: rgba(19, 40, 70, .16);
	background: #f7f9fc;
	color: #6b7890;
}

.grz-blp-search:focus-within {
	border-color: var(--grz-blp-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--grz-blp-accent) 20%, transparent);
}

.grz-blp-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: inherit;
	font-size: 12px;
}

.grz-blp-search input::placeholder {
	color: currentColor;
}

.grz-blp-filters {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 17px;
	overflow-x: auto;
	padding-bottom: 3px;
	white-space: nowrap;
}

.grz-blp-filters > span {
	margin-inline-end: 3px;
	color: rgba(255, 255, 255, .54);
	font-size: 10px;
	font-weight: 700;
}

.grz-blp--light .grz-blp-filters > span {
	color: #78859a;
}

.grz-blp-filters button {
	min-height: 33px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 999px;
	background: rgba(255, 255, 255, .06);
	color: rgba(255, 255, 255, .76);
	cursor: pointer;
	font-size: 10.5px;
	font-weight: 740;
}

.grz-blp--light .grz-blp-filters button {
	border-color: rgba(23, 42, 68, .13);
	background: #f5f7fa;
	color: #46546c;
}

.grz-blp-filters button:is(:hover, :focus-visible),
.grz-blp-filters button.is-active {
	border-color: var(--grz-blp-accent);
	background: var(--grz-blp-accent);
	color: #fff;
}

.grz-blp-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 15px;
	margin-top: 22px;
}

.grz-blp--light .grz-blp-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.grz-blp-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 15px;
	background: rgba(255, 255, 255, .07);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.grz-blp--light .grz-blp-card {
	border-color: rgba(26, 45, 75, .13);
	background: #fff;
	box-shadow: 0 11px 28px rgba(23, 34, 52, .08);
}

.grz-blp-card:is(:hover, :focus-within) {
	border-color: var(--grz-blp-accent);
	box-shadow: 0 18px 34px color-mix(in srgb, var(--grz-blp-accent) 23%, rgba(0, 0, 0, .18));
	transform: translateY(-3px);
}

.grz-blp-card.is-hidden {
	display: none;
}

.grz-blp-card__link {
	display: flex;
	min-height: 318px;
	flex-direction: column;
}

.grz-blp--light .grz-blp-card__link {
	min-height: 286px;
}

.grz-blp-card__art {
	position: relative;
	display: block;
	min-height: 182px;
	overflow: hidden;
	background: rgba(255, 255, 255, .06);
}

.grz-blp--light .grz-blp-card__art {
	min-height: 156px;
	background: #f1f4f8;
}

.grz-blp-card__art::after {
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: rgba(255, 255, 255, .12);
	content: "";
}

.grz-blp-card__art img {
	width: 100%;
	height: 182px;
	object-fit: cover;
}

.grz-blp--light .grz-blp-card__art img {
	height: 156px;
}

.grz-blp-card__content {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	padding: 14px;
}

.grz-blp-card__content > strong {
	display: -webkit-box;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: 790;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.grz-blp--light .grz-blp-card__content > strong {
	color: #17233a;
}

.grz-blp-card__region,
.grz-blp-card__meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 7px;
	color: rgba(255, 255, 255, .58);
	font-size: 9.5px;
	font-style: normal;
}

.grz-blp--light :is(.grz-blp-card__region, .grz-blp-card__meta) {
	color: #738198;
}

.grz-blp-card__meta b {
	color: #70e69f;
	font-weight: 720;
}

.grz-blp-card__meta em {
	margin-inline-start: auto;
	font-style: normal;
}

.grz-blp-card__price {
	display: block;
	margin-top: auto;
	padding-top: 11px;
	color: var(--grz-blp-accent-2);
	font-size: 17px;
	font-weight: 850;
}

.grz-blp-card__price del {
	margin-inline-end: 5px;
	color: rgba(255, 255, 255, .46);
	font-size: 10px;
	font-weight: 550;
}

.grz-blp--light .grz-blp-card__price del {
	color: #8b95a6;
}

.grz-blp-card__cta {
	display: grid;
	place-items: center;
	min-height: 34px;
	margin-top: 10px;
	border: 1px solid var(--grz-blp-accent);
	border-radius: 8px;
	color: var(--grz-blp-accent);
	font-size: 10px;
	font-weight: 800;
}

.grz-blp-card:is(:hover, :focus-within) .grz-blp-card__cta {
	background: var(--grz-blp-accent);
	color: #fff;
}

.grz-blp-pagination {
	margin-top: 22px;
}

.grz-blp-pagination ul {
	display: flex;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.grz-blp-pagination :is(a, span) {
	display: grid;
	place-items: center;
	min-width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 9px;
	font-size: 11px;
}

.grz-blp-pagination .current {
	border-color: var(--grz-blp-accent);
	background: var(--grz-blp-accent);
	color: #fff;
}

.grz-blp-empty {
	margin: 20px 0 0;
	padding: 24px;
	border: 1px dashed rgba(255, 255, 255, .22);
	border-radius: 12px;
	color: rgba(255, 255, 255, .7);
	text-align: center;
}

.grz-blp-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 24px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 17px;
	background: rgba(255, 255, 255, .07);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
	backdrop-filter: blur(12px);
}

.grz-blp-info-grid article {
	min-height: 210px;
	padding: 25px;
}

.grz-blp-info-grid article + article {
	border-inline-start: 1px solid rgba(255, 255, 255, .14);
}

.grz-blp-info-icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 11px;
	background: var(--grz-blp-accent);
	color: #fff;
}

.grz-blp-info-grid h3,
.grz-blp-purchase-info h3,
.grz-blp-redeem h3,
.grz-blp-faq > h3 {
	margin: 17px 0 0;
	color: #fff;
	font-size: 17px;
	font-weight: 820;
	letter-spacing: -.02em;
}

.grz-blp-info-grid p,
.grz-blp-purchase-info p,
.grz-blp-redeem p {
	margin: 9px 0 0;
	color: rgba(255, 255, 255, .64);
	font-size: 11.5px;
	line-height: 1.7;
}

.grz-blp-guides,
.grz-blp-related {
	margin-top: 28px;
}

.grz-blp-guides {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 17px;
	background: rgba(255, 255, 255, .055);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.grz-blp-guides h2,
.grz-blp-related h2 {
	font-size: 25px;
}

.grz-blp-guides__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 16px;
}

.grz-blp-guides__grid > a {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	min-height: 116px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 15px;
	background: rgba(255, 255, 255, .06);
	transition: border-color 160ms ease, transform 160ms ease;
}

.grz-blp-guides__grid > a:is(:hover, :focus-visible) {
	border-color: var(--grz-blp-accent);
	transform: translateY(-2px);
}

.grz-blp-guide-art {
	grid-row: 1 / span 2;
	align-self: stretch;
	background-image: var(--guide-image);
	background-position: center;
	background-size: cover;
}

.grz-blp-guides__grid b,
.grz-blp-guides__grid small {
	padding-inline: 15px;
}

.grz-blp-guides__grid b {
	align-self: end;
	font-size: 12.5px;
	font-weight: 790;
}

.grz-blp-guides__grid small {
	align-self: start;
	margin-top: 5px;
	color: rgba(255, 255, 255, .58);
	font-size: 10px;
}

/* Nintendo/Xbox: the approved brighter editorial lower sections. */
.grz-blp-purchase-info {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: 18px;
	margin-top: 24px;
}

.grz-blp-purchase-info article,
.grz-blp-redeem,
.grz-blp-faq,
.grz-blp--light .grz-blp-related {
	border: 1px solid rgba(18, 34, 58, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 24px 58px rgba(28, 26, 33, .14), inset 0 1px 0 #fff;
	color: #142037;
}

.grz-blp-purchase-info article {
	padding: 28px;
}

.grz-blp--light :is(.grz-blp-purchase-info h3, .grz-blp-redeem h3, .grz-blp-faq > h3) {
	margin-top: 0;
	color: #142037;
}

.grz-blp--light :is(.grz-blp-purchase-info p, .grz-blp-redeem p) {
	color: #66748b;
}

.grz-blp-region-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin-top: 18px;
}

.grz-blp-region-list > span {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 43px;
	padding: 0 12px;
	border: 1px solid rgba(20, 37, 65, .1);
	border-radius: 10px;
	background: #f7f9fb;
	font-size: 10.5px;
}

.grz-blp-region-list .grz-icon {
	color: var(--grz-blp-accent);
}

.grz-blp-purchase-info ol {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	counter-reset: blp-step;
	list-style: none;
}

.grz-blp-purchase-info li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #2a3850;
	font-size: 11.5px;
	font-weight: 700;
	counter-increment: blp-step;
}

.grz-blp-purchase-info li::before {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--grz-blp-accent);
	color: #fff;
	content: counter(blp-step);
	font-size: 10px;
	font-weight: 800;
}

.grz-blp-redeem {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, .65fr);
	align-items: center;
	gap: 32px;
	margin-top: 18px;
	padding: 29px;
}

.grz-blp-code-demo {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 51px;
	padding: 0 6px 0 14px;
	border: 1px solid rgba(19, 39, 68, .16);
	border-radius: 10px;
	background: #f5f7fa;
	color: #66748a;
	font-size: 11px;
	letter-spacing: .08em;
}

.grz-blp-code-demo b {
	display: grid;
	place-items: center;
	min-height: 39px;
	padding: 0 15px;
	border-radius: 8px;
	background: var(--grz-blp-accent);
	color: #fff;
	font-size: 10px;
	letter-spacing: normal;
}

.grz-blp-faq {
	margin-top: 18px;
	padding: 28px;
}

.grz-blp-faq > h3 {
	margin-bottom: 12px;
}

.grz-blp-faq__item {
	border-top: 1px solid rgba(18, 37, 63, .11);
}

.grz-blp-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 16px 1px;
	border: 0;
	background: transparent;
	color: #17243a;
	cursor: pointer;
	font-size: 12px;
	font-weight: 760;
	text-align: start;
}

.grz-blp-faq__q .grz-icon {
	transition: transform 180ms ease;
}

.grz-blp-faq__a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 220ms ease;
}

.grz-blp-faq__a p {
	margin: 0;
	padding: 0 1px 16px;
	color: #6a778b;
	font-size: 11px;
	line-height: 1.65;
}

.grz-blp-faq__item.is-open .grz-blp-faq__a {
	max-height: 180px;
}

.grz-blp-faq__item.is-open .grz-blp-faq__q .grz-icon {
	transform: rotate(180deg);
}

.grz-blp-related {
	padding: 27px;
}

.grz-blp-related > div {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 11px;
	margin-top: 16px;
}

.grz-blp-related a {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 68px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 11px;
	background: rgba(255, 255, 255, .06);
}

.grz-blp--light .grz-blp-related a {
	border-color: rgba(20, 39, 67, .1);
	background: #f7f9fb;
}

.grz-blp-related img {
	width: 44px;
	height: 44px;
	border-radius: 9px;
	object-fit: cover;
}

.grz-blp-related b,
.grz-blp-related small {
	display: block;
}

/* Special-category footers continue the approved atmosphere instead of
 * snapping back to the normal white storefront footer. */
body.grz-brand-landing-page .grz-footer,
body.grz-brand-landing-page .grz-footer__shell,
body.grz-brand-landing-page .grz-footer-main,
body.grz-brand-landing-page .grz-footer-bottom {
	background: var(--grz-blp-deep);
	color: #fff;
}

body.grz-brand-landing-page .grz-footer-main::before,
body.grz-brand-landing-page .grz-footer-main::after,
body.grz-brand-landing-page .grz-footer-bottom::before,
body.grz-brand-landing-page .grz-footer-bottom::after,
body.grz-brand-landing-page .grz-footer-trust::after {
	display: none;
}

body.grz-brand-landing-page .grz-footer-trust {
	background: #075ed7;
}

body.grz-brand-landing-page :is(
	.grz-footer-brand p,
	.grz-footer-menu a,
	.grz-footer-support > p,
	.grz-footer-media__label,
	.grz-footer-apps p,
	.grz-payment-methods strong,
	.grz-social-links strong,
	.grz-footer-locales strong,
	.grz-footer-copyright
) {
	color: rgba(255, 255, 255, .64);
}

body.grz-brand-landing-page :is(.grz-footer-main, .grz-footer-bottom, .grz-footer-support, .grz-footer-trustpilot, .grz-footer-copyright, .grz-social-links) {
	border-color: rgba(255, 255, 255, .13);
}

body.grz-brand-landing-page :is(.grz-footer-brand__badge, .grz-footer-support__links a, .grz-footer-apps__buttons a, .grz-payment-methods span, .grz-social-links a) {
	border-color: rgba(255, 255, 255, .16);
	background: rgba(255, 255, 255, .07);
	color: #fff;
}

body.grz-brand-landing-page .grz-brand--footer .grz-brand__image {
	filter: brightness(0) invert(1);
}

.grz-blp-related b {
	overflow: hidden;
	font-size: 10.5px;
	font-weight: 770;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.grz-blp-related small {
	margin-top: 3px;
	color: rgba(255, 255, 255, .54);
	font-size: 9px;
}

.grz-blp--light .grz-blp-related small {
	color: #7a879a;
}

@media (max-width: 1180px) {
	.grz-blp-grid,
	.grz-blp--light .grz-blp-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.grz-blp-related > div {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 940px) {
	.grz-blp-hero__grid {
		grid-template-columns: minmax(0, 1fr) 340px;
	}

	.grz-blp-hero__product--2,
	.grz-blp-hero__product--3 {
		display: none;
	}

	.grz-blp-grid,
	.grz-blp--light .grz-blp-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.grz-blp-info-grid,
	.grz-blp-guides__grid {
		grid-template-columns: 1fr;
	}

	.grz-blp-info-grid article + article {
		border-inline-start: 0;
		border-top: 1px solid rgba(255, 255, 255, .14);
	}
}

@media (max-width: 720px) {
	body.grz-brand-landing-page .grz-header::before {
		opacity: .35;
	}

	.grz-blp-shell {
		width: min(calc(100% - 26px), var(--grz-shell-max, 1440px));
	}

	.grz-blp-hero {
		min-height: 0;
		background-position: 58% center;
	}

	.grz-blp-hero__grid {
		grid-template-columns: 1fr;
		gap: 18px;
		min-height: 0;
		padding: 24px 0 78px;
		text-align: center;
	}

	.grz-blp-hero__copy {
		max-width: none;
	}

	.grz-blp-hero__copy h1 {
		font-size: clamp(34px, 11vw, 50px);
	}

	.grz-blp-hero__copy > p {
		margin-inline: auto;
		font-size: 14px;
	}

	.grz-blp-assurances {
		gap: 10px;
		text-align: start;
	}

	.grz-blp-hero__products {
		min-height: 250px;
	}

	.grz-blp-hero__product {
		width: 190px;
	}

	.grz-blp-region-note {
		left: 50%;
		bottom: -38px;
		transform: translateX(-50%);
		text-align: start;
	}

	.grz-blp-body {
		padding-top: 80px;
	}

	.grz-blp-finder {
		padding: 19px 14px;
		border-radius: 17px;
	}

	.grz-blp-finder__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.grz-blp-search {
		width: 100%;
	}

	.grz-blp-grid,
	.grz-blp--light .grz-blp-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.grz-blp-card__link,
	.grz-blp--light .grz-blp-card__link {
		min-height: 258px;
	}

	.grz-blp-card__art,
	.grz-blp--light .grz-blp-card__art,
	.grz-blp-card__art img,
	.grz-blp--light .grz-blp-card__art img {
		height: 136px;
		min-height: 136px;
	}

	.grz-blp-card__content {
		padding: 11px;
	}

	.grz-blp-info-grid,
	.grz-blp-purchase-info,
	.grz-blp-redeem {
		grid-template-columns: 1fr;
	}

	.grz-blp-info-grid article {
		min-height: 0;
	}

	.grz-blp-region-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.grz-blp-code-demo {
		min-width: 0;
	}

	.grz-blp-related > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 450px) {
	.grz-blp-assurances {
		grid-template-columns: 1fr;
		max-width: 250px;
		margin-inline: auto;
	}

	.grz-blp-grid,
	.grz-blp--light .grz-blp-grid,
	.grz-blp-related > div {
		grid-template-columns: 1fr;
	}

	.grz-blp-card__link,
	.grz-blp--light .grz-blp-card__link {
		min-height: 305px;
	}

	.grz-blp-card__art,
	.grz-blp--light .grz-blp-card__art,
	.grz-blp-card__art img,
	.grz-blp--light .grz-blp-card__art img {
		height: 180px;
		min-height: 180px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.grz-blp *,
	.grz-blp *::before,
	.grz-blp *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* ========================================================================== 
   Approved immersive category model — Razer Gold / Steam (dev 86)
   The reference uses one composed hero image and a calm, solid body. It does
   not repeat the artwork behind every section and it does not box each card.
   ========================================================================== */

body.grz-brand-mode-immersive {
	background: var(--grz-blp-deep);
}

body.grz-brand-mode-immersive .grz-header {
	background: var(--grz-blp-deep);
}

body.grz-brand-mode-immersive .grz-header::before {
	display: none;
}

body.grz-brand-mode-immersive .grz-header__shell,
body.grz-brand-mode-immersive .grz-utility,
body.grz-brand-mode-immersive .grz-main-header {
	background: var(--grz-blp-deep);
}

body.grz-brand-mode-immersive .grz-utility {
	position: absolute;
	top: var(--grz-topstrip-height, 28px);
	inset-inline: 0;
	z-index: 8;
	min-height: 0;
	height: 0;
	border-bottom: 0;
	background: transparent;
}

body.grz-brand-mode-immersive .grz-utility__links {
	display: none;
}

body.grz-brand-mode-immersive :is(.grz-utility__inner, .grz-main-header__inner) {
	width: min(calc(100% - 112px), 1320px);
	max-width: 1320px;
}

body.grz-brand-mode-immersive .grz-header__shell {
	position: relative;
}

body.grz-brand-mode-immersive .grz-utility__inner {
	position: relative;
	min-height: 0;
	height: 0;
}

body.grz-brand-mode-immersive .grz-utility__meta {
	position: absolute;
	top: 7px;
	inset-inline-end: 0;
	z-index: 2;
}

body.grz-brand-mode-immersive .grz-main-header {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

body.grz-brand-mode-immersive .grz-main-header::after {
	display: none;
}

body.grz-brand-mode-immersive .grz-primary-menu > li > a {
	min-height: 58px;
	padding-inline: 20px;
	border: 1px solid transparent;
	border-radius: 11px 11px 0 0;
}

body.grz-brand-mode-immersive .grz-primary-menu > li > a:hover,
body.grz-brand-mode-immersive .grz-primary-menu > li.current-menu-item > a,
body.grz-brand-mode-immersive .grz-primary-menu > li.current-menu-ancestor > a {
	border-color: color-mix(in srgb, var(--grz-blp-accent) 24%, transparent);
	background: color-mix(in srgb, var(--grz-blp-accent) 14%, transparent);
	box-shadow: inset 0 -3px 0 var(--grz-blp-accent);
}

body.grz-brand-mode-immersive .grz-product-search input {
	border-color: color-mix(in srgb, var(--grz-blp-accent) 25%, rgba(255, 255, 255, .2));
	background: rgba(0, 0, 0, .16);
}

body.grz-brand-mode-immersive :is(.grz-header-actions .grz-icon-button, .grz-header-actions .grz-account-icon.is-authenticated):is(:hover, :focus-visible) {
	border-color: color-mix(in srgb, var(--grz-blp-accent) 70%, #fff);
	background: color-mix(in srgb, var(--grz-blp-accent) 16%, transparent);
	color: var(--grz-blp-accent);
}

.grz-blp--immersive {
	overflow: clip;
	background: var(--grz-blp-deep);
}

.grz-blp--immersive .grz-blp-shell {
	width: min(calc(100% - 112px), 1320px);
}

.grz-blp--immersive .grz-blp-hero {
	min-height: 530px;
	background-color: var(--grz-blp-deep);
	background-position: center center;
	background-size: cover;
}

.grz-blp--immersive .grz-blp-hero::before {
	background: rgba(0, 7, 12, .12);
}

.grz-blp--immersive .grz-blp-hero > .grz-blp-shell {
	padding-top: 12px;
}

.grz-blp--immersive .grz-blp-breadcrumb {
	min-height: 30px;
	font-size: 11px;
}

.grz-blp--immersive .grz-blp-hero__grid {
	grid-template-columns: minmax(430px, .92fr) minmax(520px, 1.08fr);
	gap: 34px;
	min-height: 472px;
	padding: 12px 28px 30px;
}

.grz-blp--immersive .grz-blp-hero__copy {
	max-width: 560px;
}

.grz-blp--immersive .grz-blp-brand-lockup {
	width: auto;
	max-width: 190px;
	height: 62px;
	margin-bottom: 22px;
	object-fit: contain;
	object-position: left center;
}

.grz-blp--immersive :is(.grz-blp-brand-lockup, .grz-blp-hero__product-composite) {
	mix-blend-mode: lighten;
	-webkit-mask-image: radial-gradient(ellipse 84% 84% at 50% 50%, #000 52%, rgba(0, 0, 0, .94) 68%, transparent 100%);
	mask-image: radial-gradient(ellipse 84% 84% at 50% 50%, #000 52%, rgba(0, 0, 0, .94) 68%, transparent 100%);
}

.grz-blp--immersive .grz-blp-hero__copy h1 {
	max-width: 560px;
	margin-top: 0;
	font-size: clamp(42px, 3.4vw, 58px);
	letter-spacing: -.035em;
	line-height: 1.08;
}

.grz-blp--immersive .grz-blp-hero__copy > p {
	max-width: 510px;
	margin-top: 17px;
	font-size: 18px;
	line-height: 1.45;
}

.grz-blp--immersive .grz-blp-hero__copy > .grz-blp-hero__secondary {
	max-width: 460px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.5;
}

.grz-blp--immersive .grz-blp-assurances {
	gap: 24px;
	margin-top: 28px;
}

.grz-blp--immersive .grz-blp-assurances > span {
	grid-template-columns: 30px minmax(0, 1fr);
	column-gap: 10px;
}

.grz-blp--immersive .grz-blp-assurances .grz-icon {
	width: 27px;
	height: 27px;
	color: var(--grz-blp-accent);
}

.grz-blp--immersive .grz-blp-assurances b {
	font-size: 12px;
}

.grz-blp--immersive .grz-blp-assurances small {
	font-size: 10px;
}

.grz-blp--immersive .grz-blp-hero__products {
	min-height: 390px;
}

.grz-blp--immersive .grz-blp-hero__product-composite {
	width: 100%;
	max-width: 650px;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
	filter: drop-shadow(0 30px 36px rgba(0, 0, 0, .34));
}

.grz-blp--immersive .grz-blp-body {
	padding: 0 0 38px;
	background-color: var(--grz-blp-deep);
	background-image: none;
}

.grz-blp--immersive .grz-blp-finder {
	padding: 38px 36px 34px;
	border: 1px solid color-mix(in srgb, var(--grz-blp-accent) 40%, rgba(255, 255, 255, .12));
	border-radius: 14px;
	background: color-mix(in srgb, var(--grz-blp-deep-2) 40%, transparent);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .14);
}

.grz-blp--immersive .grz-blp-finder__header {
	align-items: center;
	min-height: 52px;
	padding-bottom: 0;
	border-bottom: 0;
}

.grz-blp--immersive .grz-blp-finder h2 {
	font-size: 28px;
	letter-spacing: -.025em;
}

.grz-blp--immersive .grz-blp-finder__toolbar {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 14px 0 28px;
}

.grz-blp--immersive .grz-blp-search {
	width: 340px;
	height: 50px;
	border-color: color-mix(in srgb, var(--grz-blp-accent) 42%, rgba(255, 255, 255, .16));
	border-radius: 10px;
	background: rgba(0, 0, 0, .14);
}

.grz-blp--immersive .grz-blp-filters {
	gap: 10px;
	min-width: 0;
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.grz-blp--immersive .grz-blp-filters button {
	min-height: 36px;
	padding: 0 18px;
	border-color: color-mix(in srgb, var(--grz-blp-accent) 38%, rgba(255, 255, 255, .12));
	background: transparent;
	font-size: 12px;
}

.grz-blp--immersive .grz-blp-filters button:is(:hover, :focus-visible),
.grz-blp--immersive .grz-blp-filters button.is-active {
	border-color: var(--grz-blp-accent);
	background: var(--grz-blp-accent);
	box-shadow: 0 8px 24px color-mix(in srgb, var(--grz-blp-accent) 24%, transparent);
	color: #fff;
}

.grz-blp--immersive .grz-blp-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 27px 26px;
	padding: 0;
	border: 0;
}

.grz-blp--immersive .grz-blp-card {
	min-width: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.grz-blp--immersive .grz-blp-card:is(:hover, :focus-within) {
	transform: translateY(-4px);
	border-color: transparent;
	box-shadow: none;
}

.grz-blp--immersive .grz-blp-card__link {
	display: block;
	min-height: 0;
}

.grz-blp--immersive .grz-blp-card__art {
	position: relative;
	display: grid;
	place-items: center;
	height: 172px;
	min-height: 172px;
	padding: 0;
	overflow: visible;
	background: transparent;
}

.grz-blp--immersive .grz-blp-card__art::after {
	display: none;
}

.grz-blp--immersive .grz-blp-card__art > img:not(.grz-blp-card__flag) {
	width: 100%;
	height: 172px;
	max-height: 172px;
	object-fit: contain;
	filter: drop-shadow(0 16px 20px rgba(0, 0, 0, .22));
	mix-blend-mode: lighten;
}

.grz-blp--immersive .grz-blp-card__flag {
	position: absolute;
	z-index: 2;
	top: 4px;
	right: 7px;
	width: 29px;
	height: 20px;
	min-height: 0;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 3px;
	object-fit: cover;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.grz-blp--immersive .grz-blp-card__global {
	position: absolute;
	z-index: 2;
	top: 4px;
	right: 7px;
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	background: rgba(3, 18, 12, .7);
	color: #fff;
}

.grz-blp--immersive .grz-blp-card__content {
	display: block;
	padding: 15px 0 0;
}

.grz-blp--immersive .grz-blp-search input::placeholder {
	color: rgba(255, 255, 255, .62);
	opacity: 1;
}

.grz-blp--immersive .grz-blp-card__content > strong {
	display: -webkit-box;
	min-height: 34px;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	font-weight: 720;
	line-height: 1.38;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.grz-blp--immersive .grz-blp-card__region {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, .56);
	font-size: 10.5px;
}

.grz-blp--immersive .grz-blp-card__meta {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 7px;
	color: var(--grz-blp-accent);
	font-size: 10.5px;
}

.grz-blp--immersive .grz-blp-card__meta .grz-icon {
	width: 12px;
	height: 12px;
}

.grz-blp--immersive .grz-blp-card__meta em {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	margin-inline-start: 8px;
	color: rgba(255, 255, 255, .8);
}

.grz-blp--immersive .grz-blp-card__meta em .grz-icon {
	color: var(--grz-blp-accent);
}

.grz-blp--immersive .grz-blp-pagination {
	margin-top: 30px;
}

.grz-blp--immersive .grz-blp-info-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 20px;
	padding: 28px 24px;
	border: 1px solid color-mix(in srgb, var(--grz-blp-accent) 38%, rgba(255, 255, 255, .12));
	border-radius: 14px;
	background: color-mix(in srgb, var(--grz-blp-deep-2) 36%, transparent);
	box-shadow: 0 24px 60px rgba(0, 0, 0, .1);
}

.grz-blp--immersive .grz-blp-info-grid article {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-content: start;
	min-height: 210px;
	padding: 0 26px;
}

.grz-blp--immersive .grz-blp-info-grid article + article {
	border-inline-start: 1px solid color-mix(in srgb, var(--grz-blp-accent) 28%, rgba(255, 255, 255, .12));
}

.grz-blp--immersive .grz-blp-info-icon {
	grid-column: 1;
	grid-row: 1;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--grz-blp-accent);
	color: #fff;
}

.grz-blp--immersive .grz-blp-info-grid h3 {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	margin: 0;
	font-size: 17px;
	line-height: 1.3;
}

.grz-blp--immersive .grz-blp-info-grid :is(p, ul, ol) {
	grid-column: 1 / -1;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	line-height: 1.55;
}

.grz-blp--immersive .grz-blp-info-grid p + p {
	margin-top: 8px;
}

.grz-blp--immersive .grz-blp-info-grid :is(ul, ol) {
	display: grid;
	gap: 7px;
	padding: 0;
	list-style: none;
}

.grz-blp--immersive .grz-blp-info-grid li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.grz-blp--immersive .grz-blp-info-grid li > .grz-icon,
.grz-blp--immersive .grz-blp-info-grid ol li::before {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	color: var(--grz-blp-accent);
}

.grz-blp--immersive .grz-blp-info-grid ol {
	counter-reset: grz-redeem;
}

.grz-blp--immersive .grz-blp-info-grid ol li {
	counter-increment: grz-redeem;
}

.grz-blp--immersive .grz-blp-info-grid ol li::before {
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--grz-blp-accent);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	content: counter(grz-redeem);
}

.grz-blp--immersive .grz-blp-guides {
	margin-top: 20px;
	padding: 22px 28px 28px;
	border: 1px solid color-mix(in srgb, var(--grz-blp-accent) 38%, rgba(255, 255, 255, .12));
	border-radius: 14px;
	background: color-mix(in srgb, var(--grz-blp-deep-2) 34%, transparent);
}

.grz-blp--immersive .grz-blp-guides h2 {
	margin-bottom: 18px;
	font-size: 20px;
}

.grz-blp--immersive .grz-blp-guides__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.grz-blp--immersive .grz-blp-guides__grid > a {
	position: relative;
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr) 20px;
	grid-template-rows: 1fr 1fr;
	align-items: center;
	min-height: 105px;
	padding: 0 14px 0 0;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--grz-blp-accent) 32%, rgba(255, 255, 255, .14));
	border-radius: 11px;
	background: rgba(0, 0, 0, .16);
}

.grz-blp--immersive .grz-blp-guide-art {
	grid-column: 1;
	grid-row: 1 / -1;
	display: block;
	width: 110px;
	height: 100%;
	background: var(--grz-blp-deep-2);
}

.grz-blp--immersive .grz-blp-guide-art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
}

.grz-blp--immersive .grz-blp-guides__grid b {
	align-self: end;
	font-size: 13px;
}

.grz-blp--immersive .grz-blp-guides__grid small {
	align-self: start;
	margin-top: 4px;
	color: rgba(255, 255, 255, .56);
	font-size: 10px;
}

.grz-blp--immersive .grz-blp-guides__grid > a > .grz-icon {
	grid-column: 3;
	grid-row: 1 / -1;
	color: #fff;
}

.grz-blp--immersive .grz-blp-guides__grid > a:is(:hover, :focus-visible) {
	border-color: var(--grz-blp-accent);
	background: color-mix(in srgb, var(--grz-blp-accent) 11%, transparent);
	transform: translateY(-2px);
}

body.grz-brand-mode-immersive .grz-footer,
body.grz-brand-mode-immersive .grz-footer__shell,
body.grz-brand-mode-immersive .grz-footer-main,
body.grz-brand-mode-immersive .grz-footer-bottom {
	background: var(--grz-blp-deep);
}

body.grz-brand-mode-immersive .grz-footer-trust {
	background: #075ed7;
}

@media (max-width: 1180px) {
	body.grz-brand-mode-immersive :is(.grz-utility__inner, .grz-main-header__inner),
	.grz-blp--immersive .grz-blp-shell {
		width: min(calc(100% - 48px), 1080px);
	}

	.grz-blp--immersive .grz-blp-hero__grid {
		grid-template-columns: minmax(370px, .92fr) minmax(430px, 1.08fr);
	}

	.grz-blp--immersive .grz-blp-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 940px) {
	.grz-blp--immersive .grz-blp-hero__grid {
		grid-template-columns: 1fr 1fr;
		padding-inline: 0;
	}

	.grz-blp--immersive .grz-blp-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.grz-blp--immersive .grz-blp-info-grid,
	.grz-blp--immersive .grz-blp-guides__grid {
		grid-template-columns: 1fr;
	}

	.grz-blp--immersive .grz-blp-info-grid article {
		min-height: 0;
		padding: 22px 12px;
	}

	.grz-blp--immersive .grz-blp-info-grid article + article {
		border-top: 1px solid color-mix(in srgb, var(--grz-blp-accent) 28%, rgba(255, 255, 255, .12));
		border-inline-start: 0;
	}
}

@media (max-width: 720px) {
	body.grz-brand-mode-immersive :is(.grz-utility__inner, .grz-main-header__inner),
	.grz-blp--immersive .grz-blp-shell {
		width: min(calc(100% - 26px), 680px);
	}

	.grz-blp--immersive .grz-blp-hero {
		min-height: 0;
		background-position: 42% center;
	}

	.grz-blp--immersive.grz-blp--hero-integrated .grz-blp-hero {
		background-image: none;
	}

	.grz-blp--immersive .grz-blp-hero__grid {
		grid-template-columns: 1fr;
		gap: 6px;
		min-height: 0;
		padding: 20px 0 32px;
		text-align: left;
	}

	.grz-blp--immersive .grz-blp-brand-lockup {
		height: 50px;
		margin-bottom: 15px;
	}

	.grz-blp--immersive .grz-blp-hero__copy h1 {
		font-size: clamp(36px, 10vw, 50px);
	}

	.grz-blp--immersive .grz-blp-hero__copy > p {
		margin-inline: 0;
		font-size: 15px;
	}

	.grz-blp--immersive .grz-blp-assurances {
		max-width: none;
		margin-inline: 0;
	}

	.grz-blp--immersive .grz-blp-hero__products {
		min-height: 255px;
	}

	.grz-blp--immersive.grz-blp--hero-integrated .grz-blp-hero__products {
		min-height: 220px;
		margin-top: 4px;
		background-image: var(--grz-blp-hero);
		background-position: 72% center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.grz-blp--immersive .grz-blp-body {
		padding-top: 22px;
	}

	.grz-blp--immersive .grz-blp-finder {
		padding: 22px 15px;
	}

	.grz-blp--immersive .grz-blp-search {
		width: 100%;
	}

	.grz-blp--immersive .grz-blp-finder__toolbar {
		align-items: stretch;
		flex-direction: column-reverse;
		gap: 10px;
		margin-block: 13px 22px;
	}

	.grz-blp--immersive .grz-blp-filters {
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.grz-blp--immersive .grz-blp-filters::-webkit-scrollbar {
		display: none;
	}

	.grz-blp--immersive .grz-blp-filters button {
		flex: 0 0 auto;
	}

	.grz-blp--immersive .grz-blp-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 14px;
	}

	.grz-blp--immersive .grz-blp-card__art {
		height: 160px;
		min-height: 160px;
	}

	.grz-blp--immersive .grz-blp-card__art > img:not(.grz-blp-card__flag) {
		height: 160px;
		max-height: 160px;
	}

	.grz-blp--immersive .grz-blp-guides__grid > a {
		grid-template-columns: 98px minmax(0, 1fr) 20px;
	}

	.grz-blp--immersive .grz-blp-guide-art {
		width: 90px;
	}
}

@media (max-width: 450px) {
	.grz-blp--immersive .grz-blp-assurances {
		grid-template-columns: 1fr;
	}

	.grz-blp--immersive .grz-blp-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 12px;
	}

	.grz-blp--immersive .grz-blp-card__link {
		min-height: 0;
	}

	.grz-blp--immersive .grz-blp-card__art {
		height: 138px;
		min-height: 138px;
	}

	.grz-blp--immersive .grz-blp-card__art > img:not(.grz-blp-card__flag) {
		height: 138px;
		max-height: 138px;
	}

	.grz-blp--immersive .grz-blp-card__content > strong {
		min-height: 31px;
		font-size: 11px;
	}

	.grz-blp--immersive .grz-blp-card__flag {
		width: 25px;
		height: 17px;
		min-height: 0;
	}
}

/* ========================================================================== 
   Razer Gold — signed-off model fidelity pass (dev 87)
   These rules are intentionally Razer-only. Other brand landings retain
   their existing production design while this approved page is finalized.
   ========================================================================== */

body.grz-brand-razer-gold .grz-header::before {
	display: block;
	background-image: linear-gradient(rgba(1, 16, 9, .82), rgba(1, 16, 9, .82)), url("../images/brand-landings/razer-gold-hero-v1.png");
	background-position: center 28%;
	background-size: cover;
	filter: none;
	opacity: 1;
}

body.grz-brand-razer-gold .grz-primary-menu > li:has(> a[href*="gift-card"]) > a,
body.grz-brand-razer-gold .grz-primary-menu > li:has(> a[href*="game-card"]) > a {
	border-color: color-mix(in srgb, var(--grz-blp-accent) 25%, transparent);
	background: color-mix(in srgb, var(--grz-blp-accent) 14%, transparent);
	box-shadow: inset 0 -3px 0 var(--grz-blp-accent);
	color: #fff;
}

body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero {
	min-height: 720px;
	background-color: #03120c;
	background-image: url("../images/brand-landings/razer-gold-hero-v1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image: url("../images/brand-landings/razer-gold-hero-integrated-v2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80%;
	content: "";
	mix-blend-mode: screen;
	-webkit-mask-image: radial-gradient(ellipse 72% 78% at 58% 50%, #000 52%, rgba(0, 0, 0, .9) 72%, transparent 100%);
	mask-image: radial-gradient(ellipse 72% 78% at 58% 50%, #000 52%, rgba(0, 0, 0, .9) 72%, transparent 100%);
	pointer-events: none;
}

body.grz-brand-razer-gold .grz-blp-hero::before {
	z-index: 1;
}

body.grz-brand-razer-gold .grz-blp-hero > .grz-blp-shell {
	z-index: 2;
}

body.grz-brand-razer-gold .grz-blp-hero__grid {
	min-height: 662px;
}

body.grz-brand-razer-gold .grz-blp-hero__copy h1 {
	font-size: clamp(48px, 3.9vw, 58px);
}

body.grz-brand-razer-gold .grz-blp-body {
	background-color: #03120c;
	background-image: linear-gradient(180deg, rgba(3, 18, 12, .84) 0%, rgba(3, 18, 12, .91) 42%, rgba(3, 18, 12, .96) 100%), url("../images/brand-landings/razer-gold-hero-v1.png");
	background-position: center top, center top;
	background-repeat: no-repeat;
	background-size: cover, cover;
}

body.grz-brand-razer-gold .grz-blp-finder {
	padding: 30px 34px 32px;
	background: rgba(3, 38, 18, .72);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .05);
	backdrop-filter: blur(16px);
}

body.grz-brand-razer-gold .grz-blp-finder__header {
	min-height: 48px;
}

body.grz-brand-razer-gold .grz-blp-search input::placeholder {
	color: rgba(255, 255, 255, .72);
}

body.grz-brand-razer-gold .grz-blp-grid {
	gap: 28px 26px;
}

body.grz-brand-razer-gold .grz-blp-card__art {
	height: 240px;
	min-height: 240px;
	overflow: hidden;
}

body.grz-brand-razer-gold .grz-blp-card__art > img:not(.grz-blp-card__flag) {
	width: 100%;
	height: 240px;
	max-height: 240px;
	object-fit: cover;
	object-position: center;
	transform: scale(1.25);
	transform-origin: center;
}

body.grz-brand-razer-gold .grz-blp-card__flag {
	top: 8px;
	right: 16px;
}

body.grz-brand-razer-gold .grz-blp-card__global {
	top: 7px;
	right: 15px;
}

body.grz-brand-razer-gold .grz-blp-card__content {
	padding-top: 11px;
}

body.grz-brand-razer-gold .grz-blp-finder__header h2 {
	font-size: clamp(25px, 2.1vw, 30px);
}

body.grz-brand-razer-gold .grz-blp-card__content > strong {
	min-height: 38px;
	font-size: 14.5px;
	line-height: 1.3;
}

body.grz-brand-razer-gold .grz-blp-card__region,
body.grz-brand-razer-gold .grz-blp-card__meta {
	font-size: 12.5px;
}

@media (max-width: 720px) {
	body.grz-brand-razer-gold .grz-blp-card__art {
		height: 160px;
		min-height: 160px;
	}

	body.grz-brand-razer-gold .grz-blp-card__art > img:not(.grz-blp-card__flag) {
		height: 160px;
		max-height: 160px;
		transform: none;
	}

	body.grz-brand-razer-gold .grz-blp-card__content > strong {
		min-height: 36px;
		font-size: 12.5px;
	}

	body.grz-brand-razer-gold .grz-blp-card__region,
	body.grz-brand-razer-gold .grz-blp-card__meta {
		font-size: 10.5px;
	}
}

body.grz-brand-razer-gold .grz-blp-info-grid,
body.grz-brand-razer-gold .grz-blp-guides {
	background: rgba(3, 39, 18, .66);
	backdrop-filter: blur(14px);
}

body.grz-brand-razer-gold .grz-blp-info-icon {
	border: 1px solid rgba(255, 222, 76, .72);
	background: radial-gradient(circle at 35% 30%, #fff3a2 0 8%, #ffd83d 18%, #d99a00 72%, #7c4800 100%);
	box-shadow: 0 5px 14px rgba(255, 190, 0, .18), inset 0 0 0 2px rgba(255, 247, 169, .28);
	color: #173c0d;
}

body.grz-brand-razer-gold .grz-blp-guides {
	padding: 20px 22px 23px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid {
	gap: 20px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid > a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	grid-template-rows: 100px auto auto;
	min-height: 162px;
	padding: 0;
	overflow: hidden;
}

body.grz-brand-razer-gold .grz-blp-guide-art {
	grid-column: 1 / -1;
	grid-row: 1;
	width: 100%;
	height: 100px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid b,
body.grz-brand-razer-gold .grz-blp-guides__grid small {
	grid-column: 1;
	padding-inline: 14px 4px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid b {
	grid-row: 2;
	padding-top: 9px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid small {
	grid-row: 3;
	padding-bottom: 10px;
}

body.grz-brand-razer-gold .grz-blp-guides__grid > a > .grz-icon {
	grid-column: 2;
	grid-row: 2 / 4;
	align-self: center;
	justify-self: center;
}

@media (max-width: 720px) {
	body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero {
		min-height: 0;
		background-image: none;
	}

	body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero::after {
		display: none;
	}

	body.grz-brand-razer-gold .grz-blp-hero__grid {
		min-height: 0;
	}

	body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero__products {
		background-color: #03120c;
		background-image: url("../images/brand-landings/razer-gold-hero-integrated-v2.png"), url("../images/brand-landings/razer-gold-hero-v1.png");
		background-position: 70% center, center;
		background-repeat: no-repeat;
		background-size: auto 100%, cover;
	}

	body.grz-brand-razer-gold .grz-blp-hero__copy h1 {
		font-size: clamp(38px, 11vw, 50px);
	}

	body.grz-brand-razer-gold .grz-blp-finder {
		padding: 22px 15px;
	}

	body.grz-brand-razer-gold .grz-blp-card__art,
	body.grz-brand-razer-gold .grz-blp-card__art > img:not(.grz-blp-card__flag) {
		height: 160px;
		min-height: 160px;
		max-height: 160px;
	}

	body.grz-brand-razer-gold .grz-blp-guides__grid > a {
		grid-template-columns: minmax(0, 1fr) 28px;
		grid-template-rows: 92px auto auto;
		min-height: 152px;
	}

	body.grz-brand-razer-gold .grz-blp-guide-art {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100%;
		height: 92px;
	}
}

/* Final cascade lock for the signed-off Razer proportions. */
body.grz-brand-razer-gold .grz-header::before {
	display: none;
}

body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero {
	min-height: 680px;
	background-color: #03120c;
	background-image: var(--grz-blp-hero);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero::after {
	display: none;
}

body.grz-brand-razer-gold .grz-blp-hero__grid {
	min-height: 620px;
}

body.grz-brand-razer-gold .grz-blp-body {
	background:
		radial-gradient(circle at 86% 7%, rgba(46, 221, 43, .08), transparent 27%),
		radial-gradient(circle at 8% 28%, rgba(255, 79, 15, .055), transparent 24%),
		linear-gradient(180deg, #001d10 0%, #00180d 58%, #00170d 100%);
}

body.grz-brand-razer-gold .grz-blp-finder {
	padding: 28px 30px 30px;
	background: rgba(3, 40, 20, .72);
}

body.grz-brand-razer-gold .grz-blp-grid {
	gap: 28px 25px;
}

body.grz-brand-razer-gold .grz-blp-card__art {
	height: 176px;
	min-height: 176px;
	overflow: hidden;
	border-radius: 9px;
}

body.grz-brand-razer-gold .grz-blp-card__art > img:not(.grz-blp-card__flag) {
	width: 100%;
	height: 176px;
	max-height: 176px;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 13px 18px rgba(0, 0, 0, .28));
	mix-blend-mode: normal;
	transform: none;
}

body.grz-brand-razer-gold .grz-blp-card:is(:hover, :focus-within) .grz-blp-card__art > img:not(.grz-blp-card__flag) {
	filter: drop-shadow(0 16px 20px rgba(38, 237, 48, .28));
	transform: scale(1.025);
}

body.grz-brand-razer-gold .grz-blp-card__content {
	padding-top: 10px;
}

body.grz-brand-razer-gold .grz-blp-card__content > strong {
	min-height: 32px;
	font-size: 12px;
	line-height: 1.34;
}

body.grz-brand-razer-gold .grz-blp-card__region,
body.grz-brand-razer-gold .grz-blp-card__meta {
	font-size: 10.5px;
}

@media (max-width: 720px) {
	body.grz-brand-razer-gold .grz-blp--hero-integrated .grz-blp-hero {
		min-height: 0;
		background-image: linear-gradient(180deg, rgba(0, 13, 7, .16), rgba(0, 13, 7, .64)), var(--grz-blp-hero);
		background-position: 68% center;
	}

	body.grz-brand-razer-gold .grz-blp-hero__grid {
		min-height: 0;
	}

	body.grz-brand-razer-gold .grz-blp-card__art,
	body.grz-brand-razer-gold .grz-blp-card__art > img:not(.grz-blp-card__flag) {
		height: 142px;
		min-height: 142px;
		max-height: 142px;
	}
}
