.single-book-page {
	background:
		radial-gradient(circle at top left, rgba(201, 162, 84, 0.18), transparent 28%),
		linear-gradient(180deg, #080808 0%, #111111 18%, #0f0f0f 100%);
	color: var(--white);
	min-height: 100vh;
}

body.alfred-about-page {
	background: #080808;
}

.single-book-page .nav-logo {
	opacity: 1;
	pointer-events: auto;
}

.single-book-page .nav-logo a {
	color: inherit;
	text-decoration: none;
}

.single-book-nav-shell {
	background: rgba(8, 8, 8, 0.82);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(201, 162, 84, 0.16);
}

.single-book-page .site-nav.scrolled {
	background: rgba(8, 8, 8, 0.95);
}

.book-hero {
	position: relative;
	padding: 170px 0 100px;
	overflow: hidden;
}

.book-hero__backdrop {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.82) 42%, rgba(8, 8, 8, 0.58) 100%),
		radial-gradient(circle at 80% 18%, rgba(201, 162, 84, 0.28), transparent 18%),
		radial-gradient(circle at 18% 24%, rgba(201, 162, 84, 0.14), transparent 26%);
	pointer-events: none;
}

.book-hero__container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
	gap: 72px;
	align-items: start;
}

.book-hero__media {
	display: flex;
	justify-content: center;
}

.book-hero__cover-shell {
	width: min(100%, 380px);
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: none;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.book-hero__cover {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
}

.book-hero__placeholder {
	aspect-ratio: 3 / 4.4;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
	padding: 28px;
	border-radius: 18px;
	background: linear-gradient(180deg, #3a311f 0%, #120f0a 100%);
}

.book-hero__placeholder span {
	font-size: 0.82rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold-lt);
}

.book-hero__placeholder strong {
	font-family: var(--serif);
	font-size: 2rem;
	line-height: 1.1;
}

.book-hero__content {
	max-width: 760px;
}

.book-hero__eyebrow {
	margin-bottom: 18px;
	color: var(--gold);
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.book-hero__title {
	margin: 0 0 24px;
	font-family: var(--serif);
	font-size: clamp(2.8rem, 5vw, 5.4rem);
	line-height: 0.98;
	color: var(--white);
}

.single-book-hero__title {
	font-size: clamp(2.4rem, 3.8vw, 4rem);
	line-height: 1.04;
}

.book-hero__description {
	max-width: 680px;
	font-size: 1.1rem;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.76);
}

.book-hero__description p:last-child {
	margin-bottom: 0;
}

.book-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 36px;
}

.book-hero__actions .btn-primary,
.book-hero__actions .btn-outline {
	min-width: 190px;
	text-align: center;
}

.book-hero__actions .btn-outline,
.book-hero__actions .btn-outline:visited {
	color: var(--gold);
	text-decoration: none;
}

.book-hero__actions .btn-primary,
.book-hero__actions .btn-primary:visited {
	color: var(--black);
	text-decoration: none;
}

.book-hero__actions .btn-outline:hover,
.book-hero__actions .btn-outline:focus {
	color: var(--white);
	text-decoration: none;
}

.book-hero__actions .btn-primary:hover,
.book-hero__actions .btn-primary:focus {
	color: var(--white);
	text-decoration: none;
}

.book-hero__actions .btn-primary {
	opacity: 1;
	animation: none;
}

.book-meta-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 18px;
	margin-top: 42px;
}

.book-meta-card {
	padding: 22px 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(201, 162, 84, 0.12);
}

.book-meta-card__label {
	margin-bottom: 8px;
	color: var(--gold);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.book-meta-card__value {
	color: var(--white);
	font-size: 1rem;
	line-height: 1.6;
}

.single-book-story {
	color: var(--black2);
}

.single-book-story__container {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	gap: 64px;
	align-items: start;
}

.single-book-story__intro {
	position: sticky;
	top: 120px;
}

.single-book-story__body {
	font-size: 1.05rem;
	line-height: 1.95;
	color: var(--gray2);
}

.single-book-story__body > *:first-child {
	margin-top: 0;
}

.single-book-story__body strong {
	color: var(--black2);
}

.single-book-related .section-title,
.single-book-related .section-label {
	text-align: center;
}

.single-book-related .gold-rule {
	margin-left: auto;
	margin-right: auto;
}

.single-book-related .books-grid {
	margin-top: 56px;
}

.about-page-hero__container {
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 430px);
	align-items: center;
}

.about-page-hero__content {
	max-width: 760px;
}

.about-page-hero__media {
	display: flex;
	justify-content: flex-end;
}

.about-page-hero__frame {
	width: min(100%, 430px);
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.about-page-hero__image {
	display: block;
	width: 100%;
	height: min(72vh, 720px);
	object-fit: cover;
	object-position: center top;
	border-radius: 0;
	filter: grayscale(100%) contrast(1.02);
}

.about-page-hero__placeholder {
	min-height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 12px;
	padding: 28px;
	border-radius: 22px;
	background: linear-gradient(180deg, #2d271d 0%, #120f0a 100%);
}

.about-page-hero__placeholder span {
	font-size: 0.82rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold-lt);
}

.about-page-hero__placeholder strong {
	font-family: var(--serif);
	font-size: 2.8rem;
	line-height: 1;
}

.about-page-content__container {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	gap: 64px;
	align-items: start;
}

.about-page-content__intro {
	position: sticky;
	top: 120px;
}

.about-page-content__body {
	font-size: 1.05rem;
	line-height: 1.95;
	color: var(--gray2);
}

.about-page-content__body > *:first-child {
	margin-top: 0;
}

.about-page-content__body h2,
.about-page-content__body h3,
.about-page-content__body h4 {
	margin-top: 2.2em;
	margin-bottom: 0.7em;
	font-family: var(--serif);
	color: var(--black2);
	line-height: 1.1;
}

.about-page-content__body strong {
	color: var(--black2);
}

.about-page-content__body blockquote {
	margin: 2.4rem 0;
	padding-left: 24px;
	border-left: 3px solid var(--gold);
	font-family: var(--serif);
	font-size: 1.2rem;
	font-style: italic;
	color: var(--black2);
}

.contact-page-hero__container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 430px);
	gap: 72px;
	align-items: center;
}

.contact-page-hero__content {
	max-width: 760px;
}

.contact-page-hero__panel {
	display: grid;
	gap: 16px;
	padding: 28px;
	border: 1px solid rgba(201, 162, 84, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(18px);
}

.contact-card {
	padding: 22px 20px;
	border: 1px solid rgba(201, 162, 84, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

.contact-card__label {
	margin-bottom: 8px;
	color: var(--gold);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.contact-card a,
.contact-card span {
	color: var(--white);
	font-size: 1rem;
	line-height: 1.55;
	text-decoration: none;
}

.contact-card a:hover,
.contact-card a:focus {
	color: var(--gold-lt);
	text-decoration: none;
	outline: none;
}

.contact-page-content__container {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	gap: 64px;
	align-items: start;
}

.contact-page-content__intro {
	position: sticky;
	top: 120px;
}

.contact-page-content__body {
	font-size: 1.05rem;
	line-height: 1.95;
	color: var(--gray2);
}

.contact-page-content__body > *:first-child {
	margin-top: 0;
}

.contact-page-content__body h2,
.contact-page-content__body h3,
.contact-page-content__body h4 {
	margin-top: 2.2em;
	margin-bottom: 0.7em;
	font-family: var(--serif);
	color: var(--black2);
	line-height: 1.1;
}

.contact-form {
	display: grid;
	gap: 20px;
	margin-bottom: 46px;
	padding: 32px;
	border: 1px solid rgba(201, 162, 84, 0.18);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 239, 0.96)),
		var(--offwhite);
	box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
}

.contact-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.contact-form__field {
	margin: 0;
}

.contact-form__field label {
	display: block;
	margin-bottom: 10px;
	color: var(--black2);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.contact-form__field input,
.contact-form__field textarea {
	width: 100%;
	border: 1px solid rgba(201, 162, 84, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--black2);
	font-family: var(--sans);
	font-size: 1rem;
	font-weight: 500;
	outline: 0;
}

.contact-form__field input {
	min-height: 50px;
	padding: 0 18px;
}

.contact-form__field textarea {
	display: block;
	min-height: 180px;
	padding: 16px 18px;
	resize: vertical;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
	border-color: var(--gold);
	box-shadow: 0 0 0 4px rgba(201, 162, 84, 0.14);
}

.contact-form__submit {
	justify-self: start;
	border: 2px solid var(--gold);
	cursor: pointer;
	opacity: 1;
	animation: none;
}

.contact-form__submit:hover,
.contact-form__submit:focus {
	background: transparent;
	color: var(--gold);
	outline: none;
}

.contact-form__hidden {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.contact-form-notice {
	margin-bottom: 22px;
	padding: 16px 18px;
	border-radius: 8px;
	font-weight: 700;
	line-height: 1.5;
}

.contact-form-notice--success {
	border: 1px solid rgba(78, 146, 96, 0.32);
	background: rgba(78, 146, 96, 0.1);
	color: #226236;
}

.contact-form-notice--error {
	border: 1px solid rgba(170, 62, 62, 0.28);
	background: rgba(170, 62, 62, 0.1);
	color: #8a2e2e;
}

.contact-inquiry-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.contact-inquiry {
	padding: 28px 24px;
	border: 1px solid rgba(201, 162, 84, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.76);
}

.contact-inquiry h3 {
	margin: 0 0 12px;
	font-size: 1.35rem;
}

.contact-inquiry p {
	margin: 0;
	color: var(--gray2);
	font-size: 0.98rem;
	line-height: 1.8;
}

.book-archive-hero {
	padding-bottom: 84px;
}

.book-archive-hero__container {
	position: relative;
	z-index: 1;
	display: block;
}

.book-archive-hero__content {
	max-width: 760px;
}

.book-archive-hero__description {
	max-width: 720px;
}

.book-archive-grid-section .section-subtitle {
	max-width: 620px;
}

.book-archive-layout {
	display: grid;
	grid-template-columns: minmax(270px, 320px) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
	margin-top: 40px;
}

.book-archive-sidebar,
.book-archive-main {
	min-width: 0;
}

.book-archive-sidebar {
	position: sticky;
	top: 92px;
	align-self: start;
}

.book-archive-controls {
	display: grid;
	gap: 24px;
	z-index: 12;
	padding: 28px;
	border: 1px solid rgba(201, 162, 84, 0.18);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 239, 0.96)),
		var(--offwhite);
	box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
	backdrop-filter: blur(18px);
}

.book-archive-search,
.book-archive-sort,
.book-archive-filters {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(201, 162, 84, 0.16);
}

.book-archive-controls__label {
	display: block;
	margin-bottom: 12px;
	color: var(--black2);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.book-archive-toolbar {
	display: grid;
	gap: 18px;
}

.book-archive-search {
	min-width: 0;
}

.book-archive-search .book-archive-search__input {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	min-height: 48px;
	padding: 0 18px 0 24px;
	border: 1px solid rgba(201, 162, 84, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: var(--black2);
	font-size: 0.98rem;
	font-weight: 500;
	outline: 0;
}

.book-archive-search .book-archive-search__input::placeholder {
	color: rgba(17, 17, 17, 0.52);
}

.book-archive-search .book-archive-search__input:focus,
.book-archive-search .book-archive-search__input:focus-visible {
	outline: none;
	border-color: var(--gold);
	box-shadow: 0 0 0 4px rgba(201, 162, 84, 0.14);
}

.book-archive-select-wrap {
	position: relative;
	max-width: none;
}

.book-archive-select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(17, 17, 17, 0.62);
	border-bottom: 2px solid rgba(17, 17, 17, 0.62);
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}

.book-archive-select {
	width: 100%;
	min-height: 48px;
	padding: 0 52px 0 24px;
	border: 1px solid rgba(201, 162, 84, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.98);
	color: var(--black2);
	font-size: 0.98rem;
	font-weight: 500;
	appearance: none;
}

.book-archive-select:focus {
	outline: none;
	border-color: var(--gold);
	box-shadow: 0 0 0 4px rgba(201, 162, 84, 0.14);
}

.book-archive-checkboxes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.book-archive-checkbox {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 0;
	padding: 11px 14px;
	border: 1px solid rgba(201, 162, 84, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.58);
	color: var(--black2);
	font-size: 0.9rem;
	font-weight: 500;
	cursor: pointer;
	text-align: left;
	justify-content: flex-start;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.book-archive-checkbox:hover {
	border-color: rgba(201, 162, 84, 0.36);
	background: rgba(255, 255, 255, 0.9);
	color: var(--gold2);
}

.book-archive-checkbox:has(input:checked) {
	border-color: rgba(201, 162, 84, 0.56);
	background: rgba(201, 162, 84, 0.12);
	color: var(--gold2);
}

.book-archive-checkbox input {
	width: 15px;
	height: 15px;
	margin: 0;
	accent-color: var(--gold);
	flex: 0 0 auto;
}

.book-archive-checkbox span {
	line-height: 1.35;
}

.book-archive-controls__empty {
	margin: 0;
	color: var(--gray2);
}

.book-archive-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	min-width: 150px;
	padding: 0 18px;
	border: 1px solid rgba(201, 162, 84, 0.32);
	border-radius: 999px;
	background: transparent;
	color: var(--black2);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
}

.book-archive-reset:hover,
.book-archive-reset:focus {
	background: var(--gold);
	border-color: var(--gold);
	color: var(--black);
	outline: none;
}

.book-archive-sidebar-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px 18px;
	padding-top: 2px;
	border-top: 0;
}

.book-archive-backtop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	min-width: 150px;
	padding: 0 18px;
	border: 1px solid rgba(201, 162, 84, 0.32);
	border-radius: 999px;
	background: transparent;
	color: var(--black2);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.book-archive-backtop::before {
	content: "↑";
	font-size: 0.95rem;
	line-height: 1;
	transform: translateY(-1px);
}

.book-archive-backtop:hover,
.book-archive-backtop:focus {
	background: var(--gold);
	border-color: var(--gold);
	color: var(--black);
	text-decoration: none;
	outline: none;
}

.book-archive-results {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px 20px;
}

.book-archive-results__count,
.book-archive-results__meta {
	margin: 0;
}

.book-archive-results__count {
	color: var(--black2);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.book-archive-results__meta {
	color: var(--gray2);
	font-size: 0.95rem;
}

.book-archive-grid {
	margin-top: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.book-archive-reveal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	margin-top: 56px;
}

.book-archive-reveal .btn-outline,
.book-archive-reveal .btn-outline:visited {
	color: var(--black2);
	text-decoration: none;
}

.book-archive-reveal .btn-primary,
.book-archive-reveal .btn-primary:visited {
	color: var(--black);
	text-decoration: none;
}

.book-archive-reveal .btn-outline:hover,
.book-archive-reveal .btn-outline:focus,
.book-archive-reveal .btn-primary:hover,
.book-archive-reveal .btn-primary:focus {
	color: var(--white);
	text-decoration: none;
}

.book-archive-empty {
	padding: 72px 40px;
	text-align: center;
	border: 1px solid rgba(201, 162, 84, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
}

.book-archive-empty h3 {
	margin-bottom: 12px;
	font-family: var(--serif);
	font-size: 2rem;
	color: var(--black2);
}

.book-archive-empty p {
	margin: 0;
	font-size: 1rem;
	color: var(--gray2);
}

.blog-hero .book-hero__title {
	max-width: 920px;
}

.blog-index-section {
	padding-top: 108px;
}

.blog-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-top: 52px;
}

.blog-archive-card {
	display: grid;
	min-height: 100%;
	border: 1px solid rgba(201, 162, 84, 0.16);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 22px 60px rgba(17, 17, 17, 0.08);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-archive-card:hover {
	transform: translateY(-6px);
	border-color: rgba(201, 162, 84, 0.42);
	box-shadow: 0 30px 80px rgba(17, 17, 17, 0.12);
}

.blog-archive-card .blog-card-image {
	display: block;
	text-decoration: none;
}

.blog-archive-card .blog-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.blog-archive-card:hover .blog-card-image img {
	transform: scale(1.04);
}

.blog-archive-card .blog-card-title a,
.blog-archive-card .blog-card-title a:visited {
	color: inherit;
	text-decoration: none;
}

.blog-archive-card .blog-card-title a:hover,
.blog-archive-card .blog-card-title a:focus {
	color: var(--gold-dark);
	text-decoration: none;
}

.blog-archive-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--gold);
	text-decoration: none;
	overflow: hidden;
}

.blog-archive-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.blog-archive-card:hover .blog-archive-card__image img {
	transform: scale(1.04);
}

.blog-archive-card__placeholder,
.blog-single-hero__placeholder {
	display: grid;
	align-content: center;
	justify-items: center;
	width: 100%;
	height: 100%;
	min-height: 230px;
	padding: 28px;
	color: var(--black);
	text-align: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(17, 17, 17, 0.08)),
		var(--gold);
}

.blog-archive-card__placeholder span,
.blog-single-hero__placeholder span {
	font-family: var(--sans);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: rgba(17, 17, 17, 0.72);
	text-transform: uppercase;
}

.blog-archive-card__placeholder strong,
.blog-single-hero__placeholder strong {
	max-width: 92%;
	margin-top: 12px;
	font-family: var(--serif);
	font-size: clamp(1.55rem, 3vw, 2.45rem);
	font-weight: 600;
	line-height: 1.08;
	color: var(--offwhite);
}

.blog-archive-card__body {
	display: grid;
	align-content: start;
	gap: 16px;
	padding: 28px;
}

.blog-archive-card__meta,
.blog-single-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	color: var(--gold-dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.blog-archive-card__title {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.45rem, 2vw, 2.1rem);
	line-height: 1.12;
}

.blog-archive-card__title a,
.blog-archive-card__title a:visited {
	color: var(--black2);
	text-decoration: none;
}

.blog-archive-card__title a:hover,
.blog-archive-card__title a:focus {
	color: var(--gold-dark);
}

.blog-archive-card__excerpt {
	color: var(--gray2);
	font-size: 0.98rem;
	line-height: 1.75;
}

.blog-archive-card .blog-read-more {
	justify-self: start;
	margin-top: 4px;
	color: var(--gold);
	text-decoration: none;
}

.blog-archive-card .blog-read-more:hover,
.blog-archive-card .blog-read-more:focus {
	color: var(--black2);
	text-decoration: none;
}

.blog-pagination {
	margin-top: 58px;
}

.blog-pagination .nav-links,
.blog-post-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.blog-pagination .page-numbers,
.blog-post-navigation a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 20px;
	border: 1px solid rgba(201, 162, 84, 0.34);
	border-radius: 999px;
	color: var(--black2);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.82);
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover,
.blog-post-navigation a:hover {
	border-color: var(--gold);
	background: var(--gold);
	color: var(--black);
}

.blog-empty {
	margin-top: 48px;
	padding: 54px 40px;
	border: 1px solid rgba(201, 162, 84, 0.18);
	border-radius: 8px;
	text-align: center;
	background: #ffffff;
}

.blog-empty h3 {
	margin: 0 0 10px;
	font-family: var(--serif);
	font-size: 2rem;
	color: var(--black2);
}

.blog-empty p {
	margin: 0 auto 24px;
	max-width: 620px;
	color: var(--gray2);
	line-height: 1.7;
}

.papers-index-section {
	padding-top: 108px;
}

.papers-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin-top: 52px;
}

.paper-card {
	display: grid;
	align-content: start;
	gap: 16px;
	min-height: 100%;
	padding: 28px;
	border: 1px solid rgba(201, 162, 84, 0.16);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 22px 60px rgba(17, 17, 17, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.paper-card:hover {
	transform: translateY(-6px);
	border-color: rgba(201, 162, 84, 0.42);
	box-shadow: 0 30px 80px rgba(17, 17, 17, 0.12);
}

.paper-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	color: var(--gold-dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.paper-card__taxonomy {
	font-size: 0.65rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--gold2);
}

.paper-card__title {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.08rem, 1.35vw, 1.35rem);
	font-weight: 500;
	line-height: 1.22;
}

.paper-card__title a,
.paper-card__title a:visited {
	color: var(--black2);
	text-decoration: none;
}

.paper-card__title a:hover,
.paper-card__title a:focus {
	color: var(--black2);
	text-decoration: none;
}

.paper-card__excerpt {
	margin: 0;
	color: var(--gray2);
	font-size: 0.88rem;
	line-height: 1.65;
}

.paper-card__link {
	justify-self: start;
	margin-top: 4px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--gold);
	text-decoration: none;
	transition: gap 0.3s ease;
}

.paper-card__link:visited,
.paper-card__link:focus {
	color: var(--gold);
	text-decoration: none;
}

.paper-card__link:hover {
	color: var(--black2);
	text-decoration: none;
}

.paper-card:hover .paper-card__link {
	gap: 14px;
}

.blog-single-hero__container {
	align-items: center;
}

.blog-single-hero__title {
	font-size: clamp(2.2rem, 3.5vw, 3.7rem);
	line-height: 1.06;
}

.blog-single-hero__container--text-only {
	grid-template-columns: minmax(0, 920px);
}

.blog-single-hero__image-shell {
	position: relative;
	border: 1px solid rgba(201, 162, 84, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.blog-single-hero__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.blog-single-content-section {
	padding-top: 104px;
}

.blog-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 64px;
	align-items: start;
}

.blog-single-article {
	max-width: 820px;
}

.blog-single-article__content {
	margin-top: 26px;
	color: var(--black2);
	font-size: 1.08rem;
	line-height: 1.85;
}

.blog-single-article__content > *:first-child {
	margin-top: 0;
}

.blog-single-article__content h2,
.blog-single-article__content h3,
.blog-single-article__content h4 {
	margin-top: 2em;
	margin-bottom: 0.65em;
	font-family: var(--serif);
	color: var(--black2);
	line-height: 1.16;
}

.blog-single-article__content a {
	color: var(--gold-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.blog-single-sidebar {
	position: sticky;
	top: 120px;
	display: grid;
	gap: 20px;
}

.blog-single-sidebar__card {
	padding: 26px;
	border: 1px solid rgba(201, 162, 84, 0.2);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 239, 0.96)),
		var(--offwhite);
	box-shadow: 0 20px 58px rgba(17, 17, 17, 0.08);
}

.blog-single-sidebar__label {
	margin-bottom: 12px;
	color: var(--gold-dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.section-white .blog-single-sidebar__label {
	color: var(--gold-dark);
}

.blog-single-sidebar__card h2 {
	margin: 0 0 12px;
	font-family: var(--serif);
	font-size: 1.7rem;
	color: var(--black2);
}

.blog-single-sidebar__card p {
	margin: 0;
	color: var(--gray2);
	line-height: 1.7;
}

.blog-sidebar-article-list {
	display: grid;
	gap: 14px;
}

.blog-sidebar-article,
.blog-sidebar-article:visited {
	display: grid;
	gap: 8px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(201, 162, 84, 0.2);
	color: var(--black2);
	text-decoration: none;
}

.blog-sidebar-article:first-child {
	padding-top: 0;
}

.blog-sidebar-article:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.blog-sidebar-article span {
	color: var(--gold-dark);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.blog-sidebar-article strong {
	font-family: var(--serif);
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.18;
}

.blog-sidebar-article:hover strong,
.blog-sidebar-article:focus strong {
	color: var(--gold-dark);
}

.blog-single-topic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-single-topic-list a,
.blog-single-topic-list a:visited {
	display: inline-flex;
	padding: 9px 12px;
	border: 1px solid rgba(201, 162, 84, 0.28);
	border-radius: 999px;
	color: var(--black2);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-single-topic-list a:hover,
.blog-single-topic-list a:focus {
	border-color: var(--gold);
	background: var(--gold);
	color: var(--black);
}

.blog-related-section {
	padding-top: 26px;
}

.blog-related-books-grid {
	margin-top: 52px;
}

.blog-post-navigation {
	padding: 34px 0 96px;
	background: var(--offwhite);
}

.blog-post-navigation .nav-subtitle {
	display: block;
	font-size: 0.7rem;
	color: var(--gold-dark);
}

.blog-post-navigation .nav-title {
	font-family: var(--serif);
	font-size: 1.1rem;
	letter-spacing: 0;
	text-transform: none;
}

.utility-hero .book-hero__title {
	max-width: 980px;
}

.search-results-hero__title {
	font-size: clamp(2rem, 3.2vw, 3.4rem);
	line-height: 1.12;
}

.utility-results-section {
	padding-top: 96px;
}

.utility-search-panel {
	margin-bottom: 48px;
	padding: 24px;
	border: 1px solid rgba(201, 162, 84, 0.18);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 239, 0.96)),
		var(--offwhite);
	box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
}

.utility-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
}

.utility-search-form input {
	width: 100%;
	min-height: 54px;
	padding: 0 20px;
	border: 1px solid rgba(201, 162, 84, 0.3);
	border-radius: 999px;
	background: #ffffff;
	color: var(--black2);
	font-family: var(--sans);
	font-size: 1rem;
	font-weight: 600;
	outline: 0;
}

.utility-search-form input:focus,
.utility-search-form input:focus-visible {
	border-color: var(--gold);
	box-shadow: 0 0 0 4px rgba(201, 162, 84, 0.14);
}

.utility-search-form button {
	min-height: 54px;
	padding: 0 32px;
	border: 2px solid var(--gold);
	border-radius: 999px;
	background: var(--gold);
	color: var(--black);
	font-family: var(--sans);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.utility-search-form button:hover,
.utility-search-form button:focus {
	background: transparent;
	color: var(--gold-dark);
	transform: translateY(-1px);
}

.utility-results-meta {
	margin-bottom: 24px;
	color: var(--gold-dark);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.utility-result-list {
	display: grid;
	gap: 22px;
}

.utility-result-card {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	border: 1px solid rgba(201, 162, 84, 0.16);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 56px rgba(17, 17, 17, 0.08);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.utility-result-card:hover {
	transform: translateY(-4px);
	border-color: rgba(201, 162, 84, 0.38);
	box-shadow: 0 28px 72px rgba(17, 17, 17, 0.12);
}

.utility-result-card__media {
	display: grid;
	align-items: center;
	justify-items: center;
	min-height: 190px;
	color: rgba(17, 17, 17, 0.54);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(17, 17, 17, 0.06)),
		var(--gold);
	overflow: hidden;
}

.utility-result-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.utility-result-card__body {
	display: grid;
	align-content: center;
	gap: 12px;
	padding: 28px 32px;
}

.utility-result-card__type {
	color: var(--gold-dark);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.utility-result-card__title {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.45rem, 2.5vw, 2.35rem);
	line-height: 1.12;
}

.utility-result-card__title a,
.utility-result-card__title a:visited {
	color: var(--black2);
	text-decoration: none;
}

.utility-result-card__title a:hover,
.utility-result-card__title a:focus {
	color: var(--gold-dark);
	text-decoration: none;
}

.utility-result-card__body p {
	margin: 0;
	color: var(--gray2);
	font-size: 1rem;
	line-height: 1.72;
}

.utility-result-card__link {
	justify-self: start;
	color: var(--black2);
	text-decoration: none;
}

.utility-pagination {
	margin-top: 42px;
}

.utility-empty {
	padding: 64px 40px;
	border: 1px solid rgba(201, 162, 84, 0.18);
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
	box-shadow: 0 18px 56px rgba(17, 17, 17, 0.08);
}

.utility-empty h2 {
	margin: 0 0 12px;
	font-family: var(--serif);
	font-size: clamp(2rem, 5vw, 3rem);
	color: var(--black2);
}

.utility-empty p {
	max-width: 640px;
	margin: 0 auto 28px;
	color: var(--gray2);
	font-size: 1rem;
	line-height: 1.75;
}

.utility-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.utility-actions .btn-primary,
.utility-actions .btn-outline {
	opacity: 1;
	animation: none;
}

.utility-destination-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.utility-destination-card,
.utility-destination-card:visited {
	display: grid;
	align-content: start;
	min-height: 240px;
	padding: 28px;
	border: 1px solid rgba(201, 162, 84, 0.18);
	border-radius: 8px;
	background: #ffffff;
	color: var(--black2);
	text-decoration: none;
	box-shadow: 0 18px 56px rgba(17, 17, 17, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.utility-destination-card:hover,
.utility-destination-card:focus {
	transform: translateY(-6px);
	border-color: rgba(201, 162, 84, 0.42);
	box-shadow: 0 30px 80px rgba(17, 17, 17, 0.12);
}

.utility-destination-card span {
	margin-bottom: 18px;
	color: var(--gold-dark);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.utility-destination-card strong {
	margin-bottom: 12px;
	font-family: var(--serif);
	font-size: 1.65rem;
	font-weight: 600;
	line-height: 1.12;
}

.utility-destination-card p {
	margin: 0;
	color: var(--gray2);
	line-height: 1.7;
}

@media (max-width: 1100px) {
	.book-hero__container,
	.single-book-story__container,
	.about-page-content__container,
	.contact-page-hero__container,
	.contact-page-content__container,
	.blog-single-layout {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.book-archive-layout {
		grid-template-columns: 1fr;
	}

	.book-archive-controls {
		position: static;
		padding: 24px;
	}

	.book-archive-sidebar {
		position: static;
	}

	.single-book-story__intro,
	.about-page-content__intro,
	.contact-page-content__intro,
	.blog-single-sidebar {
		position: static;
	}

	.contact-inquiry-grid {
		grid-template-columns: 1fr;
	}

	.contact-form__row {
		grid-template-columns: 1fr;
	}

	.blog-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.utility-destination-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.book-hero {
		padding: 140px 0 76px;
	}

	.book-hero__title {
		font-size: clamp(2.4rem, 11vw, 4rem);
	}

	.single-book-hero__title {
		font-size: clamp(2rem, 9vw, 3.2rem);
	}

	.blog-single-hero__title {
		font-size: clamp(1.9rem, 7.2vw, 3rem);
	}

	.search-results-hero__title {
		font-size: clamp(1.7rem, 7vw, 2.6rem);
	}

	.book-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.book-hero__actions .btn-primary,
	.book-hero__actions .btn-outline {
		width: 100%;
	}

	.book-archive-reveal .btn-primary,
	.book-archive-reveal .btn-outline {
		width: 100%;
	}

	.book-meta-grid {
		grid-template-columns: 1fr 1fr;
	}

	.about-page-hero__frame {
		padding: 0;
		border-radius: 0;
	}

	.about-page-hero__image,
	.about-page-hero__placeholder {
		min-height: 0;
		height: auto;
	}
}

@media (max-width: 640px) {
	.book-hero__container {
		gap: 32px;
	}

	.book-hero__cover-shell {
		border-radius: 0;
	}

	.book-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.book-archive-controls {
		padding: 22px 18px;
		border-radius: 22px;
	}

	.book-archive-select-wrap {
		max-width: none;
	}

	.book-meta-grid {
		grid-template-columns: 1fr;
	}

	.about-page-hero__frame {
		width: 100%;
	}

	.utility-result-card {
		grid-template-columns: 1fr;
	}

	.utility-result-card__media {
		min-height: 220px;
	}

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

	.utility-search-form button {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.book-archive-grid,
	.blog-archive-grid {
		grid-template-columns: 1fr;
	}

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

	.utility-destination-grid {
		grid-template-columns: 1fr;
	}

	.blog-archive-card__body,
	.blog-single-sidebar__card {
		padding: 22px;
	}
}
