/*
Theme Name: Wagyu Buch Gold
Theme URI: https://wagyu-kobe-rind.de
Author: Wagyu Buch
Description: Gold-Edition des responsiven One-Pagers für das Buch „Das Wagyu-Kobe-Rind“ mit natürlichem Rindmotiv, animiertem Siegel und integrierter Leseprobe.
Version: 1.2.2
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: wagyu-buch
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--ink: #0f0c08;
	--ink-soft: #181209;
	--ink-card: #241b10;
	--accent: #cda85f;
	--accent-dark: #95702e;
	--accent-light: #ecd491;
	--cream: #f4efe5;
	--paper: #fffaf1;
	--muted: #b9aa98;
	--line: rgba(255, 255, 255, 0.13);
	--dark-line: rgba(15, 12, 8, 0.13);
	--gold: #cda85f;
	--shell: min(1180px, calc(100vw - 40px));
	--radius: 22px;
	--shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

body {
	margin: 0;
	background: var(--cream);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

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

::selection {
	background: var(--accent);
	color: var(--ink);
}

.shell {
	width: var(--shell);
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: #fff;
	color: var(--ink);
	font-weight: 800;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	color: #fff;
	background: rgba(16, 8, 6, 0.25);
	border-bottom: 1px solid transparent;
	transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled,
body:not(.home) .site-header {
	background: rgba(16, 8, 6, 0.93);
	border-color: rgba(255, 255, 255, 0.09);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 150px;
}

.brand-mark {
	display: inline-grid;
	place-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--accent);
	color: var(--ink);
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.06em;
	box-shadow: 0 8px 22px rgba(205, 168, 95, 0.28);
}

.brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.brand-copy strong {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.brand-copy small {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.brand-custom-logo img,
.custom-logo-link img {
	width: auto;
	max-width: 210px;
	height: 48px;
	object-fit: contain;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.4vw, 35px);
}

.site-nav > a:not(.button) {
	position: relative;
	padding-block: 10px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.site-nav > a:not(.button)::after {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 0;
	height: 2px;
	background: var(--accent);
	content: "";
	transition: width 0.25s ease;
}

.site-nav > a:hover,
.site-nav > a:focus-visible {
	color: #fff;
}

.site-nav > a:hover::after,
.site-nav > a:focus-visible::after {
	width: 100%;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.nav-toggle svg,
.button svg,
.book-line svg,
.order-benefits svg,
.plugin-required > svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nav-toggle-close {
	display: none;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	padding: 0 25px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #efd99f 0%, var(--accent) 52%, #a77b36 100%);
	box-shadow: 0 15px 35px rgba(205, 168, 95, 0.22);
	color: var(--ink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
	background: linear-gradient(135deg, #f7e5b5 0%, #dcb970 52%, #b68a43 100%);
	box-shadow: 0 18px 42px rgba(205, 168, 95, 0.36);
	color: var(--ink);
	transform: translateY(-2px);
}

.button-small {
	min-height: 44px;
	padding-inline: 20px;
}

.button-full {
	width: 100%;
	margin-top: 20px;
}

.hero {
	position: relative;
	min-height: 810px;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 40%, rgba(165, 121, 48, 0.3), transparent 27%),
		radial-gradient(circle at 14% 14%, rgba(128, 91, 38, 0.2), transparent 24%),
		linear-gradient(126deg, #0f0c08 0%, #1b140c 54%, #080604 100%);
	color: #fff;
}

.hero::before {
	position: absolute;
	inset: -5%;
	background-image: url("assets/images/wagyu-pattern.svg");
	background-position: center;
	background-size: 1240px auto;
	content: "";
	opacity: 0.16;
	pointer-events: none;
	will-change: background-position, transform;
	animation: wagyu-pattern-drift 22s ease-in-out infinite alternate;
}

.hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	align-items: center;
	gap: 65px;
	min-height: 780px;
	padding-top: 115px;
	padding-bottom: 95px;
}

.hero-copy {
	max-width: 680px;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0 0 20px;
	color: var(--accent);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.eyebrow > span {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: currentColor;
}

.eyebrow-light {
	color: var(--accent-light);
}

.hero h1,
.section h2,
.standard-page h1 {
	margin: 0;
	font-family: "Arial Black", Inter, ui-sans-serif, sans-serif;
	font-weight: 950;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.hero h1 {
	max-width: 720px;
	font-size: clamp(58px, 6.8vw, 96px);
}

.hero-subtitle {
	margin: 22px 0 0;
	color: var(--accent-light);
	font-size: clamp(18px, 2vw, 25px);
	font-weight: 900;
	letter-spacing: 0.03em;
}

.hero-intro {
	max-width: 610px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 17px;
	line-height: 1.75;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 27px;
	margin-top: 36px;
}

.text-link {
	position: relative;
	padding-block: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.36);
	color: rgba(255, 255, 255, 0.92);
	font-size: 13px;
	font-weight: 850;
}

.text-link:hover,
.text-link:focus-visible {
	border-color: var(--accent);
	color: #fff;
}

.hero-meta {
	display: flex;
	gap: 46px;
	margin-top: 48px;
}

.hero-meta > div {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
	border-left: 2px solid var(--accent);
}

.hero-meta strong {
	font-size: 15px;
	font-weight: 900;
}

.hero-meta span {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.46);
	font-size: 11px;
}

.hero-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 580px;
}

.book-mockup {
	position: relative;
	z-index: 2;
	width: min(360px, 80%);
	transform: perspective(1300px) rotateY(-8deg) rotateZ(1.2deg);
	transform-style: preserve-3d;
	filter: drop-shadow(32px 36px 28px rgba(0, 0, 0, 0.42));
	transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-visual:hover .book-mockup {
	transform: perspective(1300px) rotateY(-2deg) rotateZ(0deg) translateY(-7px);
}

.book-mockup img {
	position: relative;
	z-index: 2;
	width: 100%;
	aspect-ratio: 0.68;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 2px 7px 7px 2px;
	background: #080808;
	object-fit: cover;
}

.book-spine {
	position: absolute;
	top: 2%;
	bottom: 2%;
	left: -14px;
	width: 18px;
	border-radius: 3px 0 0 3px;
	background: linear-gradient(90deg, #020202 0%, #191919 65%, #3b2720 100%);
	transform: rotateY(-48deg);
	transform-origin: right;
}

.book-mockup::after {
	position: absolute;
	right: 4px;
	bottom: -9px;
	left: 10px;
	height: 11px;
	background: linear-gradient(180deg, #e3d9c9 0%, #8c8171 100%);
	content: "";
	transform: skewX(-28deg);
	transform-origin: top;
}

.cover-glow {
	position: absolute;
	z-index: 0;
	width: 430px;
	height: 430px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(205, 168, 95, 0.38), transparent 67%);
	filter: blur(18px);
}

.quality-seal {
	--seal-orbit: 65px;
	position: absolute;
	z-index: 3;
	right: 2%;
	bottom: 13%;
	display: grid;
	place-items: center;
	width: 116px;
	height: 116px;
	border: 1px solid rgba(236, 212, 145, 0.52);
	border-radius: 50%;
	background: rgba(14, 7, 5, 0.84);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
	text-align: center;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	animation: wagyu-seal-float 4.8s ease-in-out infinite;
}

.quality-seal::before {
	position: absolute;
	inset: 7px;
	border: 1px dashed rgba(236, 212, 145, 0.32);
	border-top-color: var(--accent-light);
	border-right-color: rgba(236, 212, 145, 0.13);
	border-radius: inherit;
	content: "";
	animation: wagyu-seal-ring 12s linear infinite;
}

.quality-seal::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px;
	border-radius: 50%;
	background: var(--accent-light);
	box-shadow: 0 0 12px rgba(236, 212, 145, 0.72);
	content: "";
	transform: rotate(0deg) translateX(var(--seal-orbit));
	animation: wagyu-seal-orbit 8s linear infinite;
}

.quality-seal span {
	position: relative;
	z-index: 2;
	margin-top: 10px;
	color: var(--accent-light);
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
}

.quality-seal small {
	position: relative;
	z-index: 2;
	margin-top: -18px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.hero-visual:hover .quality-seal::before {
	animation-duration: 5s;
}

.hero-visual:hover .quality-seal::after {
	animation-duration: 4s;
}

@keyframes wagyu-seal-float {
	0%,
	100% {
		transform: translateY(0) rotate(-1deg);
	}
	50% {
		transform: translateY(-8px) rotate(1deg);
	}
}

@keyframes wagyu-seal-ring {
	to {
		transform: rotate(360deg);
	}
}

@keyframes wagyu-seal-orbit {
	to {
		transform: rotate(360deg) translateX(var(--seal-orbit));
	}
}

@keyframes wagyu-pattern-drift {
	0% {
		background-position: 46% 51%;
		transform: translate3d(-1.2%, 0, 0) scale(1.03);
	}
	100% {
		background-position: 55% 46%;
		transform: translate3d(1.4%, -1%, 0) scale(1.08);
	}
}

@keyframes wagyu-pattern-drift-preview {
	0% {
		background-position: 54% 48%;
		transform: translate3d(1%, 0, 0) scale(1.04);
	}
	100% {
		background-position: 45% 54%;
		transform: translate3d(-1.4%, 1%, 0) scale(1.08);
	}
}

.hero-orb {
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	background: radial-gradient(circle at 32% 28%, #f3dda2 0%, var(--accent) 38%, #73501d 100%);
	box-shadow: inset -12px -18px 30px rgba(52, 34, 8, 0.4), 0 18px 35px rgba(0, 0, 0, 0.35);
	opacity: 0.72;
}

.hero-orb-one {
	top: 17%;
	right: 8%;
	width: 42px;
	height: 42px;
}

.hero-orb-two {
	bottom: 19%;
	left: 45%;
	width: 22px;
	height: 22px;
	filter: blur(1px);
}

.hero-bottom {
	position: absolute;
	right: -2%;
	bottom: -72px;
	left: -2%;
	z-index: 3;
	height: 115px;
	border-radius: 45% 55% 0 0 / 44% 44% 0 0;
	background: linear-gradient(100deg, #a67832 0%, #d8b76f 48%, #a77933 100%);
}

.topic-strip {
	position: relative;
	z-index: 4;
	background: linear-gradient(100deg, #a67832 0%, #d8b76f 48%, #a77933 100%);
	color: var(--ink);
}

.topic-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	padding: 47px 0 55px;
}

.topic-list > div {
	position: relative;
	display: grid;
	grid-template-columns: 56px 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	padding: 0 30px;
	border-right: 1px solid rgba(15, 12, 8, 0.2);
}

.topic-list > div:first-child {
	padding-left: 0;
}

.topic-list > div:last-child {
	padding-right: 0;
	border-right: 0;
}

.topic-number {
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(15, 12, 8, 0.32);
	border-radius: 50%;
	font-size: 10px;
	font-weight: 900;
}

.topic-list strong {
	font-size: 14px;
	font-weight: 900;
}

.topic-list small {
	color: rgba(15, 12, 8, 0.62);
	font-size: 10px;
}

.section {
	position: relative;
	padding: 125px 0;
}

.section h2 {
	font-size: clamp(46px, 6vw, 78px);
}

.section-story {
	overflow: hidden;
	background: var(--cream);
}

.section-story::after {
	position: absolute;
	right: -150px;
	bottom: 30px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(16, 8, 6, 0.06);
	border-radius: 50%;
	box-shadow: inset 0 0 0 45px var(--cream), inset 0 0 0 46px rgba(16, 8, 6, 0.05), inset 0 0 0 90px var(--cream), inset 0 0 0 91px rgba(16, 8, 6, 0.04);
	content: "";
}

.story-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 0.82fr;
	gap: 90px;
	align-items: start;
}

.section-heading h2 {
	max-width: 620px;
}

.story-copy {
	padding-top: 38px;
}

.lead {
	font-size: 20px;
	font-weight: 650;
	line-height: 1.65;
}

.story-copy p:not(.lead) {
	color: #63554d;
}

.book-line {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid var(--dark-line);
	font-size: 12px;
	font-weight: 850;
}

.book-line svg {
	color: var(--accent);
}

.feature-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-top: 85px;
}

.feature-card {
	min-height: 300px;
	padding: 36px 30px;
	border: 1px solid var(--dark-line);
	border-radius: 3px;
	background: rgba(255, 250, 243, 0.62);
	transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
	background: var(--ink);
	box-shadow: var(--shadow);
	color: #fff;
	transform: translateY(-8px);
}

.feature-index {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: var(--accent);
	font-size: 10px;
	font-weight: 900;
}

.feature-card h3 {
	margin: 53px 0 13px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.feature-card p {
	margin: 0;
	color: #75665d;
	font-size: 13px;
}

.feature-card:hover p {
	color: rgba(255, 255, 255, 0.6);
}

.section-preview {
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 100%, rgba(184, 139, 64, 0.18), transparent 26%),
		linear-gradient(120deg, #151009 0%, #070604 100%);
	color: #fff;
}

.section-preview::before {
	position: absolute;
	inset: -4%;
	background-image: url("assets/images/wagyu-pattern.svg");
	background-position: center;
	background-size: 1200px auto;
	content: "";
	opacity: 0.12;
	pointer-events: none;
	will-change: background-position, transform;
	animation: wagyu-pattern-drift-preview 28s ease-in-out infinite alternate;
}

.preview-heading {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 0.72fr;
	gap: 70px;
	align-items: end;
	margin-bottom: 55px;
}

.preview-heading p:last-child {
	max-width: 470px;
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 15px;
}

.preview-placeholder {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 520px;
	padding: 40px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.035);
	text-align: center;
}

.preview-placeholder span {
	color: var(--accent);
	font-family: Georgia, serif;
	font-size: 72px;
	font-weight: 900;
}

.preview-placeholder h3 {
	margin: 10px 0 0;
	font-size: 24px;
}

.preview-placeholder p {
	max-width: 540px;
	margin: 4px auto 0;
	color: rgba(255, 255, 255, 0.55);
}

.section-author {
	background: var(--paper);
}

.author-grid {
	display: grid;
	grid-template-columns: 0.88fr 1fr;
	gap: 110px;
	align-items: center;
}

.author-visual {
	position: relative;
	min-height: 570px;
}

.author-visual > img,
.author-placeholder {
	width: 82%;
	height: 530px;
	border-radius: 3px;
	background: #d8cabc;
	box-shadow: var(--shadow);
	object-fit: cover;
}

.author-placeholder {
	display: grid;
	place-content: center;
	background:
		linear-gradient(rgba(16, 8, 6, 0.18), rgba(16, 8, 6, 0.52)),
		radial-gradient(circle at 45% 25%, #d7c1ad, #7e6656 70%);
	color: #fff;
	text-align: center;
}

.author-placeholder span {
	font-family: "Arial Black", sans-serif;
	font-size: 105px;
	letter-spacing: -0.09em;
	line-height: 1;
	opacity: 0.7;
}

.author-placeholder small {
	margin-top: 18px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.author-accent-card {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 210px;
	height: 210px;
	padding: 30px;
	background: linear-gradient(145deg, #ead18f 0%, var(--accent) 58%, #a67a35 100%);
	box-shadow: 0 20px 55px rgba(90, 61, 16, 0.24);
	color: var(--ink);
}

.author-accent-card span {
	font-family: Georgia, serif;
	font-size: 43px;
	font-weight: 900;
}

.author-accent-card small {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.author-copy h2 {
	margin-bottom: 35px;
}

.author-copy .lead {
	max-width: 620px;
	font-size: 18px;
	font-weight: 550;
}

.author-copy blockquote {
	position: relative;
	margin: 40px 0 0;
	padding: 25px 0 0 30px;
	border-top: 1px solid var(--dark-line);
	color: var(--accent);
	font-family: Georgia, serif;
	font-size: 25px;
	font-style: italic;
	line-height: 1.45;
}

.author-copy blockquote::before {
	position: absolute;
	left: 0;
	top: 18px;
	font-family: Georgia, serif;
	font-size: 42px;
	content: "“";
}

.section-order {
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 88%, rgba(205, 168, 95, 0.19), transparent 25%),
		linear-gradient(126deg, #171109 0%, #0b0805 100%);
	color: #fff;
}

.section-order::before {
	position: absolute;
	top: -120px;
	right: -80px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(205, 168, 95, 0.22);
	border-radius: 50%;
	box-shadow: inset 0 0 0 50px #151009, inset 0 0 0 51px rgba(205, 168, 95, 0.2), inset 0 0 0 100px #151009, inset 0 0 0 101px rgba(205, 168, 95, 0.13);
	content: "";
}

.order-shell {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 0.85fr 1fr;
	gap: 90px;
	align-items: start;
}

.order-copy .eyebrow {
	color: var(--accent-light);
}

.order-copy > p:not(.eyebrow) {
	max-width: 500px;
	color: rgba(255, 255, 255, 0.72);
}

.order-price {
	display: flex;
	flex-direction: column;
	margin-top: 38px;
	padding: 24px 0;
	border-top: 1px solid rgba(205, 168, 95, 0.34);
	border-bottom: 1px solid rgba(205, 168, 95, 0.34);
}

.order-price small {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.order-price strong {
	margin-top: 4px;
	font-size: 29px;
	font-weight: 950;
	letter-spacing: -0.04em;
}

.order-price span {
	color: rgba(255, 255, 255, 0.64);
	font-size: 11px;
}

.order-benefits {
	display: grid;
	gap: 11px;
	margin: 27px 0 0;
	padding: 0;
	list-style: none;
}

.order-benefits li {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 12px;
	font-weight: 750;
}

.order-benefits svg {
	width: 17px;
	height: 17px;
	color: var(--accent-light);
}

.order-card {
	padding: 40px;
	border-radius: var(--radius);
	background: var(--paper);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
	color: var(--ink);
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.field-full {
	grid-column: 1 / -1;
}

.field-small {
	grid-column: span 1;
}

.field-grow {
	grid-column: span 1;
}

.field > span {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
	width: 100%;
	min-height: 49px;
	padding: 11px 14px;
	border: 1px solid rgba(16, 8, 6, 0.18);
	border-radius: 8px;
	outline: 0;
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
	min-height: 90px;
	resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(205, 168, 95, 0.16);
}

.checkbox-field {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	align-items: start;
	margin-top: 20px;
	color: #675a52;
	font-size: 10px;
	line-height: 1.5;
}

.checkbox-field input {
	width: 16px;
	height: 16px;
	margin-top: 1px;
	accent-color: var(--accent);
}

.form-note {
	margin: 12px 0 0;
	color: #867870;
	font-size: 10px;
	text-align: center;
}

.honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-message {
	margin-bottom: 24px;
	padding: 14px 16px;
	border-radius: 9px;
	font-size: 12px;
}

.form-message-success {
	background: #e4f6e7;
	color: #155c27;
}

.form-message-error {
	background: #fff3d6;
	color: #6b4913;
}

.plugin-required {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 10px;
	text-align: center;
}

.plugin-required > svg {
	width: 54px;
	height: 54px;
	color: var(--accent);
}

.plugin-required h3 {
	margin: 18px 0 5px;
	font-size: 24px;
}

.plugin-required p {
	max-width: 440px;
	margin: 0 0 15px;
	color: #75675e;
}

.contact-strip {
	background: var(--ink);
	color: #fff;
}

.contact-strip-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 150px;
}

.contact-strip-inner > div:first-child {
	display: flex;
	flex-direction: column;
}

.contact-strip small {
	color: rgba(255, 255, 255, 0.45);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.contact-strip strong {
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.contact-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px 28px;
}

.contact-links a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 13px;
	font-weight: 800;
}

.contact-links a:hover,
.contact-links a:focus-visible {
	border-color: var(--accent);
}

.site-footer {
	padding: 34px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: #090504;
	color: #fff;
}

.footer-inner {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 45px;
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 13px;
}

.footer-brand .brand-mark {
	width: 38px;
	height: 38px;
	font-size: 14px;
}

.footer-brand > div {
	display: flex;
	flex-direction: column;
}

.footer-brand strong {
	font-size: 13px;
	font-weight: 900;
}

.footer-brand small {
	color: rgba(255, 255, 255, 0.42);
	font-size: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-nav {
	display: flex;
	gap: 22px;
}

.footer-nav a,
.copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 10px;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
	color: #fff;
}

.standard-page {
	min-height: 70vh;
	padding: 160px 0 100px;
	background: var(--paper);
}

.prose {
	max-width: 850px;
}

.standard-page h1 {
	margin-bottom: 40px;
	font-size: clamp(44px, 6vw, 78px);
}

.prose h2,
.prose h3 {
	margin-top: 2em;
	line-height: 1.2;
}

.prose a {
	color: var(--accent);
	text-decoration: underline;
}

.prose table {
	width: 100%;
	border-collapse: collapse;
}

.prose td,
.prose th {
	padding: 10px;
	border: 1px solid var(--dark-line);
	text-align: left;
}

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
	opacity: 1;
	transform: none;
}

.reveal-delay-short {
	transition-delay: 0.08s;
}

.reveal-delay {
	transition-delay: 0.16s;
}

.reveal-delay-long {
	transition-delay: 0.24s;
}

@media (max-width: 1050px) {
	:root {
		--shell: min(940px, calc(100vw - 40px));
	}

	.hero-grid {
		grid-template-columns: 1.05fr 0.78fr;
		gap: 30px;
	}

	.hero h1 {
		font-size: clamp(55px, 7.8vw, 82px);
	}

	.book-mockup {
		width: min(320px, 88%);
	}

	.quality-seal {
		right: -1%;
		bottom: 17%;
	}

	.topic-list > div {
		grid-template-columns: 46px 1fr;
		padding-inline: 15px;
	}

	.topic-list small {
		display: none;
	}

	.topic-number {
		grid-row: auto;
	}

	.story-grid,
	.preview-heading,
	.author-grid,
	.order-shell {
		gap: 55px;
	}

	.feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.nav-toggle {
		display: inline-grid;
		place-items: center;
	}

	.nav-toggle > span:not(.screen-reader-text) {
		line-height: 0;
	}

	.site-nav {
		position: fixed;
		top: 82px;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 3px;
		padding: 24px 20px 45px;
		background: rgba(16, 8, 6, 0.985);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-12px);
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	}

	.admin-bar .site-nav {
		top: 128px;
	}

	body.nav-open .site-nav {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	body.nav-open .nav-toggle-open {
		display: none;
	}

	body.nav-open .nav-toggle-close {
		display: inline;
	}

	.site-nav > a:not(.button) {
		padding: 15px 8px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 17px;
	}

	.site-nav .button {
		margin-top: 18px;
	}

	.hero {
		min-height: auto;
	}

	.hero-grid {
		grid-template-columns: 1fr;
		gap: 40px;
		min-height: auto;
		padding-top: 150px;
		padding-bottom: 140px;
		text-align: center;
	}

	.hero-copy {
		max-width: 680px;
		margin-inline: auto;
	}

	.eyebrow,
	.hero-actions,
	.hero-meta {
		justify-content: center;
	}

	.hero h1 {
		font-size: clamp(50px, 12vw, 78px);
	}

	.hero-intro {
		margin-inline: auto;
	}

	.hero-visual {
		min-height: 500px;
	}

	.book-mockup {
		width: min(330px, 75vw);
	}

	.quality-seal {
		right: 12%;
		bottom: 7%;
	}

	.hero-orb-two {
		display: none;
	}

	.topic-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 1px;
		padding-block: 35px;
	}

	.topic-list > div,
	.topic-list > div:first-child,
	.topic-list > div:last-child {
		padding: 18px 12px;
		border: 0;
		background: rgba(255, 255, 255, 0.06);
	}

	.section {
		padding: 95px 0;
	}

	.story-grid,
	.preview-heading,
	.author-grid,
	.order-shell {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.story-copy {
		padding-top: 0;
	}

	.preview-heading p:last-child {
		margin: 0;
	}

	.author-visual {
		max-width: 560px;
		min-height: 510px;
	}

	.author-visual > img,
	.author-placeholder {
		height: 470px;
	}

	.order-copy {
		max-width: 620px;
	}

	.contact-strip-inner {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding-block: 32px;
	}

	.contact-links {
		justify-content: flex-start;
	}

	.footer-inner {
		grid-template-columns: 1fr auto;
	}

	.copyright {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	:root {
		--shell: calc(100vw - 28px);
	}

	.header-inner {
		min-height: 72px;
	}

	.site-nav {
		top: 72px;
	}

	.admin-bar .site-nav {
		top: 118px;
	}

	.brand-mark {
		width: 40px;
		height: 40px;
	}

	.hero-grid {
		padding-top: 125px;
	}

	.hero h1 {
		font-size: clamp(45px, 14vw, 67px);
	}

	.hero-subtitle {
		font-size: 16px;
	}

	.hero-intro {
		font-size: 15px;
	}

	.hero-actions {
		flex-direction: column;
		gap: 14px;
	}

	.hero-actions .button {
		width: 100%;
	}

	.hero-meta {
		gap: 25px;
		text-align: left;
	}

	.hero-visual {
		min-height: 440px;
	}

	.quality-seal {
		--seal-orbit: 54px;
		right: 0;
		bottom: 6%;
		width: 96px;
		height: 96px;
	}

	.quality-seal span {
		font-size: 20px;
	}

	.topic-list strong {
		font-size: 12px;
	}

	.topic-number {
		width: 36px;
		height: 36px;
	}

	.section {
		padding: 78px 0;
	}

	.section h2 {
		font-size: clamp(41px, 12vw, 58px);
	}

	.lead {
		font-size: 17px;
	}

	.feature-grid {
		grid-template-columns: 1fr;
		margin-top: 55px;
	}

	.feature-card {
		min-height: 245px;
	}

	.author-visual {
		min-height: 430px;
	}

	.author-visual > img,
	.author-placeholder {
		width: 90%;
		height: 400px;
	}

	.author-placeholder span {
		font-size: 76px;
	}

	.author-accent-card {
		width: 150px;
		height: 150px;
		padding: 20px;
	}

	.author-accent-card span {
		font-size: 31px;
	}

	.order-card {
		padding: 27px 20px;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.field,
	.field-full,
	.field-small,
	.field-grow {
		grid-column: 1;
	}

	.footer-inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.footer-nav {
		justify-content: flex-start;
	}

	.standard-page {
		padding-top: 130px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}

	.hero::before,
	.section-preview::before,
	.quality-seal,
	.quality-seal::before,
	.quality-seal::after {
		animation: none !important;
	}
}
