/*
 * Cinematic audiobook landing page for The Books.
 * Brand kit: Midnight Black / Deep Navy / Prison Orange / Royal Blue /
 * Warm Paper / Off White, with Bebas Neue headlines, Oswald accents,
 * and Inter body copy (self-hosted below, no external Google Fonts request).
 * Expected production assets:
 * - assets/images/the-books-audiobook-cover.jpg
 * - assets/images/the-books-hero-background.jpg
 * - assets/images/the-books-before.jpg
 * - assets/images/the-books-night.jpg
 * - assets/images/the-books-after.jpg
 * - assets/images/the-books-story-background.jpg
 * - assets/images/guyshane-author-portrait.jpg
 * - assets/images/the-books-final-cta.jpg
 * - assets/audio/the-books-teaser.mp3
 */

@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/bebas-neue-v16-latin-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200 700;
	font-display: swap;
	src: url('../fonts/oswald-v57-latin-variable.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/inter-v20-latin-variable.woff2') format('woff2');
}

:root {
	--gs-black: #05070b;
	--gs-navy: #071a33;
	--gs-navy-soft: #0f2c52;
	--gs-blue: #1d4ed8;
	--gs-blue-bright: #7c96e8;
	--gs-orange: #f15a24;
	--gs-orange-bright: #ff7a46;
	--gs-cream: #e6d0b8;
	--gs-white: #f5f1e8;
	--gs-muted: #b9c0c8;
	--gs-line: rgba(255, 255, 255, 0.16);
	--gs-line-warm: rgba(241, 90, 36, 0.45);
	--gs-display: 'Bebas Neue', 'Arial Narrow', 'Roboto Condensed', Impact, Haettenschweiler, sans-serif;
	--gs-label: 'Oswald', 'Arial Narrow', 'Roboto Condensed', sans-serif;
	--gs-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--gs-shell: 80rem;
}

body.guyshane-audiobook-template {
	background: var(--gs-black);
}

body.guyshane-audiobook-template #masthead,
body.guyshane-audiobook-template .site-header,
body.guyshane-audiobook-template #ast-hb-header,
body.guyshane-audiobook-template .ast-header-break-point,
body.guyshane-audiobook-template .ast-above-header-wrap,
body.guyshane-audiobook-template .site-footer,
body.guyshane-audiobook-template #ast-scroll-top,
body.guyshane-audiobook-template .ast-scroll-to-top-right,
body.guyshane-audiobook-template [data-elementor-type="header"],
body.guyshane-audiobook-template [data-elementor-type="footer"] {
	display: none !important;
}

body.guyshane-audiobook-template .site-content,
body.guyshane-audiobook-template .site-content > .ast-container,
body.guyshane-audiobook-template .content-area,
body.guyshane-audiobook-template #primary {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.guyshane-audiobook-template .site-content > .ast-container {
	display: block !important;
}

.gs-audiobook,
.gs-audiobook *,
.gs-audiobook *::before,
.gs-audiobook *::after {
	box-sizing: border-box;
}

.gs-audiobook {
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background: var(--gs-black);
	color: var(--gs-white);
	font-family: var(--gs-body);
	font-size: 16px;
	line-height: 1.55;
}

.gs-audiobook h1,
.gs-audiobook h2,
.gs-audiobook h3,
.gs-audiobook p {
	margin-top: 0;
}

.gs-audiobook a {
	text-decoration: none;
}

.gs-audiobook button,
.gs-audiobook a {
	-webkit-tap-highlight-color: transparent;
}

.gs-shell {
	width: min(calc(100% - 3rem), var(--gs-shell));
	margin-inline: auto;
}

.gs-member-banner {
	background: var(--gs-orange);
}

.gs-member-banner__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem 1.2rem;
	padding: 0.6rem 0;
	text-align: center;
}

.gs-member-banner__text {
	margin-bottom: 0;
	color: var(--gs-black);
	font-family: var(--gs-label);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.gs-member-banner__link {
	flex: 0 0 auto;
	padding: 0.35rem 0.9rem;
	border: 1px solid var(--gs-black);
	border-radius: 999px;
	color: var(--gs-black);
	font-family: var(--gs-label);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease;
}

.gs-member-banner__link:hover,
.gs-member-banner__link:focus-visible {
	background: var(--gs-black);
	color: var(--gs-orange);
}

.gs-mini-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 0 max(1.5rem, calc((100vw - var(--gs-shell)) / 2));
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(6, 7, 11, 0.97);
	backdrop-filter: blur(14px);
}

.admin-bar .gs-mini-nav {
	top: 32px;
}

.gs-mini-nav__brand {
	display: inline-flex;
	align-items: center;
	color: var(--gs-white) !important;
	text-transform: uppercase;
}

.gs-mini-nav__logo {
	display: block;
	height: 54px;
	width: auto;
}

.gs-mini-nav__brand-text {
	display: none;
	gap: 0;
}

.gs-mini-nav__brand.gs-logo-fallback .gs-mini-nav__logo {
	display: none;
}

.gs-mini-nav__brand.gs-logo-fallback .gs-mini-nav__brand-text {
	display: inline-grid;
}

.gs-mini-nav__brand strong {
	font-family: var(--gs-display);
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 0.95;
}

.gs-mini-nav__brand span {
	color: var(--gs-orange);
	font-family: var(--gs-label);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.gs-mini-nav__links {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.4vw, 2.25rem);
}

.gs-mini-nav__link {
	border: 0;
	background: none;
	padding: 0;
	color: var(--gs-white) !important;
	font-family: var(--gs-label);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: color 160ms ease;
	cursor: pointer;
}

.gs-mini-nav__link:hover,
.gs-mini-nav__link:focus-visible {
	color: var(--gs-orange) !important;
}

.gs-mini-nav__link--account {
	color: var(--gs-muted) !important;
	font-weight: 500;
}

.gs-mini-nav__link--account:hover,
.gs-mini-nav__link--account:focus-visible {
	color: var(--gs-white) !important;
}

.gs-nav-cta {
	padding: 0.72rem 1.1rem;
	border: 1px solid var(--gs-orange);
	font-family: var(--gs-label);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--gs-orange) !important;
}

.gs-mini-nav__toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid var(--gs-line);
	background: transparent;
}

.gs-mini-nav__toggle span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: var(--gs-white);
}

.gs-hero {
	position: relative;
	isolation: isolate;
	min-height: 760px;
	padding: clamp(4rem, 7vw, 7rem) 0 clamp(4rem, 6vw, 6rem);
	border-bottom: 1px solid rgba(29, 78, 216, 0.35);
	background:
		linear-gradient(90deg, rgba(1, 7, 13, 0.98) 0%, rgba(1, 8, 15, 0.92) 44%, rgba(1, 8, 15, 0.42) 70%, rgba(1, 8, 15, 0.75) 100%),
		linear-gradient(180deg, transparent 65%, var(--gs-black) 100%),
		var(--gs-hero-bg),
		radial-gradient(circle at 75% 35%, #6b2c0c 0%, #07101a 45%, #010408 100%);
	background-position: center;
	background-size: cover;
}

.gs-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 70% 40%, rgba(241, 109, 34, 0.16), transparent 30%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.15), transparent 45%);
	content: '';
	pointer-events: none;
}

.gs-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.93fr) minmax(25rem, 1.07fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 6rem);
}

.gs-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 42rem;
}

.gs-kicker {
	margin-bottom: 0.9rem !important;
	color: var(--gs-blue-bright) !important;
	font-family: var(--gs-label);
	font-size: 0.82rem !important;
	font-weight: 700;
	letter-spacing: 0.23em;
	line-height: 1.2;
	text-transform: uppercase;
}

.gs-kicker--dark {
	color: #1d2730 !important;
}

.gs-hero h1,
.gs-section-title,
.gs-story h2,
.gs-author h2,
.gs-final-cta__title {
	font-family: var(--gs-display);
	font-weight: 400;
	letter-spacing: 0.012em;
	text-transform: uppercase;
}

.gs-hero h1 {
	max-width: 10ch;
	margin-bottom: 1.4rem;
	color: var(--gs-white);
	font-size: clamp(4rem, 7.1vw, 7.3rem);
	line-height: 0.9;
	text-shadow: 0 7px 28px rgba(0, 0, 0, 0.55);
}

.gs-hero h1 span {
	display: block;
	color: var(--gs-orange);
}

.gs-hero__lede {
	max-width: 36rem;
	margin-bottom: 1.5rem !important;
	color: #e6e9ed;
	font-size: clamp(1.02rem, 1.5vw, 1.25rem);
	line-height: 1.72;
}

.gs-player {
	max-width: 39rem;
	margin: 1.65rem 0 1.4rem;
}

.gs-player__label {
	margin-bottom: 0.45rem !important;
	color: var(--gs-orange) !important;
	font-family: var(--gs-label);
	font-size: 0.78rem !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gs-player__row {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 78px;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(117, 155, 190, 0.45);
	border-radius: 1rem;
	background: rgba(2, 9, 16, 0.78);
	box-shadow: inset 0 0 35px rgba(29, 78, 216, 0.14);
}

.gs-player__button,
.gs-preview-play__icon {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--gs-orange-bright), #d54f10);
	box-shadow: 0 10px 30px rgba(241, 109, 34, 0.3);
	color: #fff;
	cursor: pointer;
}

.gs-player__icon {
	font-size: 1.05rem;
}

.gs-player__native {
	width: 100%;
	margin-top: 0.6rem;
	max-width: 100%;
}

.gs-player__native[data-js-ready] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.gs-icon-play,
.gs-icon-pause {
	position: relative;
	display: inline-grid;
	width: 16px;
	height: 16px;
	place-items: center;
}

.gs-icon__shape {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.gs-icon-play .gs-icon__shape--pause,
.gs-icon-pause .gs-icon__shape--play {
	display: none;
}

.gs-player__timeline {
	min-width: 0;
	flex: 1;
}

.gs-waveform {
	position: relative;
	height: 6px;
	margin: 11px 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
}

.gs-waveform span {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--gs-progress, 0%);
	border-radius: 999px;
	background: var(--gs-orange);
	transition: width 100ms linear;
}

.gs-waveform span::after {
	position: absolute;
	top: 50%;
	right: -6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--gs-orange);
	box-shadow: 0 0 0 3px rgba(241, 90, 36, 0.25);
	content: '';
	transform: translateY(-50%);
}

.gs-preview-play__wave {
	display: block;
	width: 100%;
	height: 28px;
	color: rgba(255, 255, 255, 0.85);
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.gs-player__times {
	display: flex;
	justify-content: space-between;
	margin-top: 0.18rem;
	color: #c5cbd2;
	font-family: var(--gs-label);
	font-size: 0.72rem;
	letter-spacing: 0.04em;
}

.gs-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.gs-actions--center {
	justify-content: center;
}

.gs-button {
	display: inline-flex;
	min-width: 12.5rem;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.5rem;
	border: 1px solid transparent;
	border-radius: 0.4rem;
	font-family: var(--gs-label);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
	cursor: pointer;
}

.gs-button:hover,
.gs-button:focus-visible {
	transform: translateY(-2px);
}

.gs-button--primary {
	border-color: var(--gs-orange);
	background: linear-gradient(180deg, var(--gs-orange-bright), #e35915);
	box-shadow: 0 12px 32px rgba(241, 109, 34, 0.24);
	color: #fff !important;
}

.gs-button--primary:hover,
.gs-button--primary:focus-visible {
	background: linear-gradient(180deg, #ff8a3d, var(--gs-orange));
	box-shadow: 0 16px 36px rgba(241, 109, 34, 0.34);
}

.gs-button--outline {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(2, 8, 14, 0.35);
	color: #fff !important;
}

.gs-button--outline:hover,
.gs-button--outline:focus-visible {
	border-color: var(--gs-orange);
	background: rgba(241, 109, 34, 0.08);
}

/* The hero is the money section: make the primary CTA command attention
   and let the secondary preview button recede next to it. */
.gs-hero .gs-actions .gs-button--primary {
	min-width: 16rem;
	min-height: 62px;
	padding: 1.05rem 2.1rem;
	font-size: 1.02rem;
	box-shadow: 0 18px 46px rgba(241, 90, 36, 0.45);
}

.gs-hero .gs-actions .gs-button--primary:hover,
.gs-hero .gs-actions .gs-button--primary:focus-visible {
	box-shadow: 0 22px 52px rgba(241, 90, 36, 0.58);
}

.gs-hero .gs-actions .gs-button--outline {
	min-width: 10.5rem;
	min-height: 62px;
	border-color: rgba(255, 255, 255, 0.24);
	background: transparent;
	color: #ccd2d8 !important;
	font-weight: 600;
}

.gs-hero .gs-actions .gs-button--outline:hover,
.gs-hero .gs-actions .gs-button--outline:focus-visible {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.04);
	color: #fff !important;
}

.gs-offer-line {
	margin: 1rem 0 0 !important;
	color: var(--gs-orange-bright);
	font-family: var(--gs-label);
	font-size: 0.8rem !important;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.gs-trust-line {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0.6rem 0 0 !important;
	color: #d0d4d8;
	font-family: var(--gs-label);
	font-size: 0.75rem !important;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gs-trust-line span::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 0.5rem;
	vertical-align: middle;
	border-radius: 50%;
	background: var(--gs-orange);
	content: '';
}

.gs-hero__art {
	position: relative;
	min-height: 610px;
	background:
		var(--gs-cover) center / contain no-repeat,
		radial-gradient(circle at 50% 48%, rgba(241, 109, 34, 0.2), transparent 50%);
	filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.65));
}

.gs-hero__badge {
	position: absolute;
	right: 3%;
	bottom: 4%;
	display: grid;
	width: 122px;
	height: 122px;
	place-content: center;
	border: 2px solid #c97b34;
	border-radius: 50%;
	background: radial-gradient(circle, #8a4818 0%, #5c2b0b 75%);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5), inset 0 0 0 5px rgba(255, 174, 91, 0.12);
	color: #ffd8ad;
	font-family: var(--gs-label);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.gs-hero__badge span {
	display: block;
}

.gs-timeline,
.gs-benefits,
.gs-author {
	background:
		radial-gradient(circle at 50% 0%, rgba(23, 77, 119, 0.18), transparent 42rem),
		var(--gs-black);
}

.gs-timeline {
	padding: clamp(3.5rem, 6vw, 5.8rem) 0;
}

.gs-section-title {
	margin-bottom: 0.35rem;
	color: var(--gs-white);
	font-size: clamp(2rem, 3.4vw, 3.45rem);
	line-height: 1.02;
}

.gs-section-title--center {
	text-align: center;
}

.gs-title-rule {
	width: 42px;
	height: 3px;
	margin: 0.8rem auto 2.2rem;
	background: var(--gs-orange);
}

.gs-timeline__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border: 1px solid rgba(87, 128, 163, 0.35);
}

.gs-scene {
	position: relative;
	isolation: isolate;
	display: flex;
	min-height: clamp(380px, 36vw, 480px);
	align-items: flex-end;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(1, 9, 16, 0.05) 0%, rgba(1, 9, 16, 0.35) 55%, rgba(1, 9, 16, 0.94) 100%),
		var(--gs-scene) center / cover no-repeat,
		linear-gradient(135deg, #0d2133, #06101a);
}

.gs-scene + .gs-scene {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.gs-scene::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.65) 100%);
	content: '';
}

.gs-scene__body {
	padding: 2rem;
}

.gs-scene__step {
	margin-bottom: 0.65rem !important;
	color: var(--gs-blue) !important;
	font-family: var(--gs-label);
	font-size: 1.4rem !important;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gs-scene__step--orange {
	color: var(--gs-orange) !important;
}

.gs-scene p:last-child {
	margin-bottom: 0;
	color: #f2f4f6;
	font-size: 1.05rem;
	line-height: 1.55;
}

.gs-story {
	position: relative;
	padding: clamp(4rem, 7vw, 7rem) 0;
	background: var(--gs-black);
	color: #171a1e;
}

.gs-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
	align-items: stretch;
	gap: clamp(1.5rem, 3vw, 3rem);
}

.gs-story__copy {
	max-width: 44rem;
	padding: clamp(2rem, 3.4vw, 3.25rem);
	border-radius: 0.6rem;
	background: var(--gs-cream);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
	align-self: center;
}

.gs-story__art {
	position: relative;
	min-height: 26rem;
	border-radius: 0.6rem;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(1, 5, 10, 0.1) 0%, rgba(1, 5, 10, 0.82) 100%),
		var(--gs-story-bg) center / cover no-repeat,
		linear-gradient(145deg, #201209, #05070b);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.gs-story h2 {
	margin-bottom: 1.35rem;
	color: #15191d;
	font-size: clamp(2.15rem, 3.8vw, 3.6rem);
	line-height: 0.98;
}

.gs-story p {
	margin-bottom: 1rem;
	color: #22272c;
	font-size: 1.08rem;
	line-height: 1.68;
}

.gs-story p strong,
.gs-story__question {
	color: #a13c0d;
}

.gs-story__question {
	font-weight: 800;
}

.gs-benefits {
	padding: clamp(3rem, 5vw, 4.5rem) 0;
}

.gs-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gs-benefits article {
	padding: 0 1.75rem;
	text-align: center;
}

.gs-benefits article + article {
	border-left: 1px solid var(--gs-line);
}

.gs-benefit-icon {
	display: grid;
	width: 88px;
	height: 88px;
	place-items: center;
	margin: 0 auto 1.3rem;
	border: 2px solid currentColor;
	border-radius: 50%;
	color: var(--gs-orange);
	box-shadow: 0 0 32px rgba(241, 109, 34, 0.22);
}

.gs-benefit-icon svg {
	width: 38px;
	height: 38px;
}

.gs-benefits article:nth-child(even) .gs-benefit-icon {
	color: var(--gs-blue);
	box-shadow: 0 0 32px rgba(29, 78, 216, 0.3);
}

.gs-benefits h3 {
	margin-bottom: 0.65rem;
	color: var(--gs-white);
	font-family: var(--gs-label);
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.05;
	text-transform: uppercase;
}

.gs-benefits article:nth-child(even) h3 {
	color: var(--gs-blue-bright);
}

.gs-benefits p {
	margin-bottom: 0;
	color: #c9d0d7;
	font-size: 1.02rem;
	line-height: 1.5;
}

.gs-how {
	padding: clamp(4rem, 7vw, 6rem) 0;
	border-top: 1px solid rgba(29, 78, 216, 0.3);
	background: linear-gradient(180deg, var(--gs-navy-soft) 0%, var(--gs-black) 45%);
}

.gs-how__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gs-how__grid::before {
	position: absolute;
	top: 28px;
	right: 16.5%;
	left: 16.5%;
	z-index: 0;
	height: 1px;
	background: rgba(241, 90, 36, 0.35);
	content: '';
}

.gs-how__step {
	position: relative;
	z-index: 1;
	text-align: center;
}

.gs-how__number {
	display: grid;
	width: 56px;
	height: 56px;
	margin: 0 auto 1.1rem;
	place-items: center;
	border: 2px solid var(--gs-orange);
	border-radius: 50%;
	background: var(--gs-black);
	box-shadow: 0 0 28px rgba(241, 90, 36, 0.2);
	color: var(--gs-orange);
	font-family: var(--gs-display);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
}

.gs-how__step h3 {
	margin-bottom: 0.5rem;
	color: var(--gs-white);
	font-family: var(--gs-label);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.gs-how__step p {
	margin-bottom: 0;
	color: #c9d0d7;
	font-size: 0.95rem;
}

.gs-preview-strip {
	padding: 2.1rem 0;
	border-block: 1px solid rgba(29, 78, 216, 0.5);
	background: linear-gradient(90deg, var(--gs-navy) 0%, #12308a 55%, var(--gs-black) 100%);
	box-shadow: inset 0 0 60px rgba(29, 78, 216, 0.14);
}

.gs-preview-strip__grid {
	display: grid;
	grid-template-columns: minmax(16rem, 0.8fr) minmax(18rem, 1.25fr) auto;
	align-items: center;
	gap: 1.6rem;
}

.gs-preview-strip__heading .gs-kicker {
	margin-bottom: 0.3rem !important;
	color: #fff !important;
	font-size: 1.65rem !important;
	letter-spacing: 0.03em;
}

.gs-preview-strip__heading p:last-child {
	margin-bottom: 0;
	color: #dbe8f6;
	font-size: 0.95rem;
}

.gs-preview-play {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.9rem;
	min-width: 0;
	padding: 0.55rem 0.9rem;
	border: 0;
	border-radius: 0.45rem;
	background: rgba(8, 33, 78, 0.55);
	color: #fff;
	font-family: var(--gs-label);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
}

.gs-preview-play__icon {
	width: 44px;
	height: 44px;
	background: var(--gs-blue);
	box-shadow: 0 10px 25px rgba(29, 78, 216, 0.4);
}

.gs-preview-play__wave {
	min-width: 8rem;
}

.gs-author {
	padding: clamp(3rem, 6vw, 5.8rem) 0;
}

.gs-author__grid {
	display: grid;
	grid-template-columns: minmax(15rem, 0.75fr) minmax(0, 1.45fr) minmax(15rem, 0.8fr);
	align-items: stretch;
	gap: 2rem;
}

.gs-author__grid--no-portrait {
	grid-template-columns: minmax(0, 1.55fr) minmax(15rem, 0.85fr);
}

.gs-author__portrait {
	position: relative;
	min-height: 380px;
	overflow: hidden;
	border: 1px solid rgba(241, 90, 36, 0.35);
	background:
		linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.66)),
		var(--gs-author) center 18% / cover no-repeat,
		linear-gradient(145deg, #392115, #08111a);
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
	filter: grayscale(0.7) contrast(1.14) brightness(0.94);
}

.gs-author__portrait::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 0, 0, 0.55) 100%);
	content: '';
	pointer-events: none;
}

.gs-author__portrait::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(7, 26, 51, 0.45), rgba(241, 90, 36, 0.16));
	content: '';
	mix-blend-mode: color;
	pointer-events: none;
}

.gs-author__copy {
	align-self: center;
}

.gs-author h2 {
	margin-bottom: 0.7rem;
	color: var(--gs-white);
	font-size: clamp(2.6rem, 4.4vw, 4.9rem);
	line-height: 0.96;
}

.gs-author__copy > p:not(.gs-kicker):not(.gs-author__emphasis) {
	max-width: 42rem;
	color: #d7dce1;
	font-size: 1rem;
}

.gs-author__emphasis {
	max-width: 35rem;
	margin: 1rem 0 1.35rem !important;
	color: var(--gs-orange) !important;
	font-weight: 800;
}

.gs-author__note {
	align-self: center;
	padding: 1.2rem 0 1.2rem 2rem;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.gs-author__note > span {
	display: block;
	height: 3.2rem;
	color: var(--gs-orange);
	font-family: Georgia, serif;
	font-size: 5rem;
	font-weight: 700;
	line-height: 0.8;
}

.gs-author__note p {
	margin-bottom: 1rem;
	color: var(--gs-white);
	font-size: 1.16rem;
	line-height: 1.45;
}

.gs-author__note small {
	color: #c2c8ce;
}

.gs-final-cta {
	position: relative;
	isolation: isolate;
	padding: clamp(4rem, 6vw, 6.5rem) 0;
	background:
		linear-gradient(90deg, rgba(1, 5, 10, 0.97) 0%, rgba(2, 8, 15, 0.85) 52%, rgba(2, 8, 15, 0.55) 100%),
		var(--gs-final-bg) right center / cover no-repeat,
		linear-gradient(135deg, #080b10, #31160b);
	text-align: center;
}

.gs-final-cta::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
	content: '';
}

.gs-final-cta__title {
	margin-bottom: 0.4rem;
	color: var(--gs-white);
	font-size: clamp(2rem, 3.8vw, 3.6rem);
	letter-spacing: 0.03em;
}

.gs-final-cta__subtitle {
	max-width: 46rem;
	margin: 0 auto 1.7rem;
	color: var(--gs-orange);
	font-family: var(--gs-label);
	font-weight: 700;
	font-size: clamp(1.25rem, 2vw, 2rem);
	line-height: 1.15;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}

.gs-legal {
	padding: 1.9rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: #010307;
}

.gs-legal__grid {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
}

.gs-legal__brand {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.6rem;
}

.gs-legal__logo {
	display: block;
	height: 32px;
	width: auto;
	filter: grayscale(1) brightness(1.5) opacity(0.85);
}

.gs-legal__brand-text {
	display: none;
	color: var(--gs-muted);
	font-family: var(--gs-display);
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gs-legal__brand.gs-logo-fallback .gs-legal__logo {
	display: none;
}

.gs-legal__brand.gs-logo-fallback .gs-legal__brand-text {
	display: block;
}

.gs-legal__disclaimer {
	margin-bottom: 0;
	color: #a8b0b8;
	font-size: 0.85rem;
	line-height: 1.6;
}

.gs-legal__copyright {
	flex: 0 0 auto;
	margin-bottom: 0;
	white-space: nowrap;
	color: #a8b0b8;
	font-size: 0.85rem;
	line-height: 1.5;
}

.gs-mobile-bar {
	display: none;
}

.gs-float-player {
	display: none;
}

@media (min-width: 48.0625rem) {
	.gs-float-player {
		position: fixed;
		right: 1.5rem;
		bottom: 1.5rem;
		z-index: 60;
		display: flex;
		align-items: center;
		gap: 1rem;
		max-width: 27rem;
		padding: 0.9rem 1.1rem;
		border: 1px solid rgba(29, 78, 216, 0.4);
		border-radius: 0.75rem;
		background: rgba(5, 10, 18, 0.94);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
		opacity: 0;
		transform: translateY(1rem);
		pointer-events: none;
		transition: opacity 220ms ease, transform 220ms ease;
	}

	.gs-float-player.is-visible {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}
}

.gs-float-player__play {
	display: grid;
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--gs-orange-bright), #d54f10);
	box-shadow: 0 10px 30px rgba(241, 109, 34, 0.3);
	color: #fff;
	cursor: pointer;
}

.gs-float-player__info {
	min-width: 0;
	flex: 1;
}

.gs-float-player__label {
	margin-bottom: 0.35rem !important;
	color: var(--gs-orange) !important;
	font-family: var(--gs-label);
	font-size: 0.72rem !important;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gs-float-player__buy {
	flex: 0 0 auto;
	min-width: 0;
	min-height: 0;
	padding: 0.65rem 1.1rem;
	font-size: 0.78rem;
}

@media (max-width: 74rem) {
	.gs-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.9fr);
	}

	.gs-hero__art {
		min-height: 520px;
	}

	.gs-preview-strip__grid {
		grid-template-columns: 0.8fr 1fr;
	}

	.gs-preview-strip__grid > .gs-button {
		grid-column: 2;
		justify-self: end;
	}
}

@media (max-width: 62rem) {
	.admin-bar .gs-mini-nav {
		top: 46px;
	}

	.gs-mini-nav__toggle {
		display: block;
	}

	.gs-mini-nav__links {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		padding: 0.75rem 1.5rem 1.25rem;
		border-bottom: 1px solid var(--gs-line);
		background: rgba(1, 4, 8, 0.98);
	}

	.gs-mini-nav__links.is-open {
		display: flex;
	}

	.gs-mini-nav__links .gs-mini-nav__link {
		width: 100%;
		padding: 0.8rem 0;
		text-align: left;
	}

	.gs-mini-nav__links .gs-nav-cta {
		margin-top: 0.4rem;
		text-align: center;
	}

	.gs-hero {
		min-height: auto;
	}

	.gs-hero__grid {
		grid-template-columns: 1fr;
	}

	.gs-hero__copy {
		max-width: 46rem;
	}

	.gs-hero__art {
		min-height: 560px;
		order: -1;
	}

	.gs-hero__badge {
		right: 10%;
	}

	.gs-story__grid {
		grid-template-columns: 1fr;
	}

	.gs-story__copy {
		max-width: 46rem;
	}

	.gs-story__art {
		min-height: 20rem;
	}

	.gs-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.5rem 0;
	}

	.gs-benefits article:nth-child(3) {
		border-left: 0;
	}

	.gs-how__grid {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}

	.gs-how__grid::before {
		display: none;
	}

	.gs-author__grid {
		grid-template-columns: minmax(15rem, 0.75fr) minmax(0, 1.25fr);
	}

	.gs-author__grid--no-portrait {
		grid-template-columns: 1fr;
	}

	.gs-author__note {
		grid-column: 1 / -1;
		padding: 1.5rem 0 0;
		border-top: 1px solid var(--gs-line);
		border-left: 0;
	}
}

@media (max-width: 48rem) {
	.gs-shell {
		width: min(calc(100% - 2rem), var(--gs-shell));
	}

	.gs-mini-nav {
		min-height: 68px;
		padding-inline: 1rem;
	}

	.gs-mini-nav__logo {
		height: 40px;
	}

	.gs-hero {
		padding-top: 2rem;
		background:
			linear-gradient(180deg, rgba(1, 7, 13, 0.42) 0%, rgba(1, 7, 13, 0.94) 45%, var(--gs-black) 100%),
			var(--gs-hero-bg) center top / cover no-repeat,
			var(--gs-black);
	}

	.gs-hero__art {
		min-height: 420px;
	}

	.gs-hero h1 {
		font-size: clamp(3.35rem, 15vw, 5.4rem);
	}

	.gs-player__row {
		min-height: 70px;
	}

	.gs-button,
	.gs-hero .gs-actions .gs-button--primary,
	.gs-hero .gs-actions .gs-button--outline {
		width: 100%;
		min-width: 0;
		padding: 0.85rem 1.5rem;
		font-size: 0.9rem;
	}

	.gs-actions {
		display: grid;
	}

	.gs-trust-line {
		display: grid;
		gap: 0.45rem;
	}

	.gs-timeline__grid {
		grid-template-columns: 1fr;
	}

	.gs-scene + .gs-scene {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
	}

	.gs-story h2 {
		font-size: clamp(2.3rem, 11vw, 4rem);
	}

	.gs-benefits__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.gs-benefits article {
		padding: 1.8rem 0;
	}

	.gs-benefits article + article,
	.gs-benefits article:nth-child(3) {
		border-top: 1px solid var(--gs-line);
		border-left: 0;
	}

	.gs-preview-strip__grid {
		grid-template-columns: 1fr;
	}

	.gs-preview-strip__grid > .gs-button {
		grid-column: auto;
		justify-self: stretch;
	}

	.gs-preview-play {
		grid-template-columns: auto 1fr;
	}

	.gs-preview-play > span:last-child {
		display: none;
	}

	.gs-author__grid {
		grid-template-columns: 1fr;
	}

	.gs-author__portrait {
		min-height: 420px;
	}

	.gs-author__note {
		grid-column: auto;
	}

	.gs-legal__grid {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		padding-bottom: 4.2rem;
		text-align: center;
	}

	.gs-legal__brand {
		justify-content: center;
	}

	.gs-legal__copyright {
		white-space: normal;
	}

	.gs-mobile-bar {
		position: fixed;
		right: 0.8rem;
		bottom: 0.8rem;
		left: 0.8rem;
		z-index: 60;
		display: flex;
		align-items: stretch;
		gap: 0.6rem;
	}

	.gs-mobile-bar__play {
		display: grid;
		flex: 0 0 auto;
		width: 52px;
		place-items: center;
		border: 1px solid rgba(255, 255, 255, 0.35);
		border-radius: 0.4rem;
		background: rgba(5, 7, 11, 0.92);
		box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
		color: #fff;
		cursor: pointer;
	}

	.gs-mobile-bar__buy {
		display: flex;
		flex: 1;
		min-height: 52px;
		align-items: center;
		justify-content: center;
		border: 1px solid #ff8a3d;
		border-radius: 0.4rem;
		background: linear-gradient(180deg, var(--gs-orange-bright), #db5415);
		box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
		color: #fff !important;
		font-family: var(--gs-label);
		font-weight: 700;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}
}

@media (max-width: 30rem) {
	.gs-hero__art {
		min-height: 340px;
	}

	.gs-hero__badge {
		right: 2%;
		bottom: 2%;
		width: 88px;
		height: 88px;
		font-size: 0.92rem;
	}

	.gs-player__row {
		gap: 0.7rem;
		padding-inline: 0.75rem;
	}

	.gs-player__button {
		width: 44px;
		height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gs-audiobook *,
	.gs-audiobook *::before,
	.gs-audiobook *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
