/**
 * Placeholder Ad — matches Figma R1 AA (375 mobile / 1280 & 1920 desktop)
 *
 * @format
 */

/* poppins-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/poppins-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/merriweather-v33-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-garamond-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/cormorant-garamond-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/cormorant-garamond-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
	--rgr-navy: #052331;
	--rgr-gold: #bfa06a;
	--rgr-mist: #a8b6be;
	--rgr-white: #ffffff;
}

html:has(body.page-template-template-ad) {
	margin: 0 !important;
	background: var(--rgr-navy);
}

.page-template-template-ad {
	margin: 0 !important;
	padding: 0;
	background: var(--rgr-navy);
	color: var(--rgr-white);
	overflow-x: hidden;
	min-height: 100%;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-template-template-ad header,
.page-template-template-ad #menu,
.page-template-template-ad nav.navigation,
.page-template-template-ad .megaMenu,
.page-template-template-ad .banner,
.page-template-template-ad footer {
	display: none !important;
}

.page-template-template-ad .page-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
	background: var(--rgr-navy);
}

.rgr-page,
.rgr-page * {
	box-sizing: border-box;
}

.rgr-page {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--rgr-navy);
	padding: 0;
}

.rgr-frame {
	width: 100%;
	border: 0;
	padding: 0;
}

.rgr-contain {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.rgr-mark {
	margin: 0;
	padding: 30px 0 0;
	font-family: 'Cormorant Garamond', 'EB Garamond', serif;
	font-weight: 500;
	font-size: 100px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: var(--rgr-white);
	text-align: center;
	white-space: nowrap;
}

.rgr-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.rgr-brand__name {
	margin: 0;
	font-family: 'Cormorant Garamond', 'EB Garamond', serif;
	font-weight: 600;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--rgr-white);
	text-align: center;
	white-space: nowrap;
}

.rgr-rule {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 231px;
}

.rgr-rule--lower {
	padding-top: 10px;
	width: auto;
}

.rgr-rule__line {
	flex: 1 0 0;
	min-width: 1px;
	height: 2px;
	background: var(--rgr-gold);
}

.rgr-rule--lower .rgr-rule__line {
	flex: 0 0 100px;
	width: 100px;
}

.rgr-diamond {
	display: block;
	width: 8px;
	height: 8px;
	background: var(--rgr-gold);
	transform: rotate(-45deg);
	flex-shrink: 0;
}

.rgr-diamond--sm {
	width: 5px;
	height: 5px;
}

.rgr-award {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
}

.rgr-laurel {
	display: block;
	width: 45.597px;
	height: 149.94px;
	flex-shrink: 0;
	object-fit: contain;
}

.rgr-award__copy {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	text-align: center;
}

.rgr-award__kicker {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--rgr-gold);
	white-space: nowrap;
}

.rgr-award__title {
	margin: 0;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 36px;
	line-height: normal;
	color: var(--rgr-white);
	text-align: center;
	max-width: 184px;
}

.rgr-award__sub {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--rgr-mist);
	text-align: center;
}

.rgr-points {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 22px;
	line-height: normal;
	color: var(--rgr-white);
	text-align: center;
}

.rgr-url {
	margin: 0;
	padding: 10px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--rgr-white);
	text-align: center;
	white-space: nowrap;
}

.rgr-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	width: 100%;
	margin: 0;
	padding: 0 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	color: var(--rgr-mist);
	text-align: center;
}

.rgr-meta a {
	color: inherit;
	text-decoration: none;
}

.rgr-meta a:hover,
.rgr-meta a:focus {
	color: var(--rgr-white);
}

.rgr-dot {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--rgr-gold);
	flex-shrink: 0;
}

@media (min-width: 900px) {
	.rgr-page {
		align-items: center;
		padding: 40px;
	}

	.rgr-frame {
		max-width: 1202px;
		border: 1px solid var(--rgr-mist);
		padding: 30px 40px;
	}

	.rgr-mark {
		padding: 0;
		font-size: 150px;
		line-height: 150px;
		letter-spacing: 0.1em;
	}

	.rgr-brand {
		padding-bottom: 20px;
	}

	.rgr-brand__name {
		font-size: 20px;
		letter-spacing: 0.06em;
	}

	.rgr-rule {
		width: 431px;
	}

	.rgr-rule--lower .rgr-rule__line,
	.rgr-rule .rgr-rule__line {
		flex: 0 0 200px;
		width: 200px;
	}

	.rgr-award {
		gap: 40px;
		padding: 10px 120px 21px;
	}

	.rgr-award__copy {
		flex: 0 1 auto;
		width: auto;
		padding: 0;
	}

	.rgr-award__kicker {
		font-size: 16px;
		letter-spacing: 0.26em;
	}

	.rgr-award__title {
		font-size: 56px;
		max-width: none;
	}

	.rgr-award__sub {
		line-height: normal;
		letter-spacing: 0.26em;
	}

	.rgr-points {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
		width: auto;
		padding: 4px 0;
		font-size: 24px;
	}

	.rgr-url {
		font-size: 30px;
		letter-spacing: 0.2em;
	}

	.rgr-meta {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 21px;
		padding: 0;
		font-size: 24px;
		white-space: nowrap;
	}
}
