@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&family=Uncial+Antiqua&display=swap');

.ha-manuscript-hero {
	padding: clamp(4.5rem, 10vw, 7.5rem) 0 clamp(3.5rem, 8vw, 5.8rem);
	background:
		radial-gradient(circle at 15% 15%, rgba(227, 184, 99, 0.18), transparent 22rem),
		linear-gradient(135deg, #1b1520, #352334 55%, #151a22);
	color: #fff4db;
}

.ha-manuscript-hero .et_pb_row,
.ha-manuscript-section .et_pb_row {
	width: min(92%, 1050px);
	max-width: 1050px;
}

.ha-manuscript-hero-copy {
	max-width: 46rem;
	margin: 0 auto;
	text-align: center;
}

.ha-manuscript-kicker {
	margin: 0 0 0.75rem;
	color: #dfb66d;
	font-family: 'IM Fell English', Georgia, serif;
	font-size: 0.85rem;
	font-style: italic;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ha-manuscript-hero h1 {
	margin: 0;
	color: #fff5df;
	font-family: 'Uncial Antiqua', Georgia, serif;
	font-size: clamp(2.3rem, 5.4vw, 4.7rem);
	font-weight: 400;
	line-height: 1.18;
}

.ha-manuscript-hero p:last-child {
	margin: 1.15rem auto 0;
	color: rgba(255, 245, 223, 0.78);
	font-family: 'IM Fell English', Georgia, serif;
	font-size: 1.18rem;
	font-style: italic;
	line-height: 1.7;
}

.ha-manuscript-section {
	padding: clamp(3rem, 7vw, 6rem) 0;
	background: #2a211f;
}

.ha-manuscript-sheet {
	position: relative;
	padding: clamp(1.6rem, 5vw, 4.4rem);
	overflow: hidden;
	border: 1px solid rgba(83, 51, 17, 0.47);
	border-radius: 0.35rem;
	background:
		radial-gradient(circle at 14% 9%, rgba(255, 255, 238, 0.56), transparent 19rem),
		radial-gradient(circle at 91% 88%, rgba(108, 69, 25, 0.19), transparent 22rem),
		repeating-linear-gradient(0deg, rgba(92, 56, 16, 0.025) 0, rgba(92, 56, 16, 0.025) 1px, transparent 1px, transparent 4px),
		#dcc18d;
	box-shadow: 0 1.7rem 3.5rem rgba(0, 0, 0, 0.42);
	color: #2f180d;
}

.ha-manuscript-sheet::before,
.ha-manuscript-sheet::after {
	position: absolute;
	width: 5.2rem;
	height: 5.2rem;
	border-color: rgba(100, 59, 18, 0.44);
	content: '';
	pointer-events: none;
}

.ha-manuscript-sheet::before {
	top: 0.8rem;
	left: 0.8rem;
	border-top: 2px solid;
	border-left: 2px solid;
}

.ha-manuscript-sheet::after {
	right: 0.8rem;
	bottom: 0.8rem;
	border-right: 2px solid;
	border-bottom: 2px solid;
}

.ha-manuscript-heading {
	max-width: 43rem;
	margin: 0 auto 2.25rem;
	padding-bottom: 1.3rem;
	border-bottom: 1px solid rgba(90, 54, 18, 0.34);
	text-align: center;
}

.ha-manuscript-heading h2 {
	margin: 0;
	color: #45240f;
	font-family: 'Uncial Antiqua', Georgia, serif;
	font-size: clamp(1.65rem, 3.5vw, 2.5rem);
	font-weight: 400;
	line-height: 1.35;
}

.ha-manuscript-heading p {
	margin: 0.6rem 0 0;
	color: #72451f;
	font-family: 'IM Fell English', Georgia, serif;
	font-size: 1rem;
	font-style: italic;
}

.ha-manuscript-copy {
	max-width: 48rem;
	margin: 0 auto;
	font-family: 'IM Fell English', Georgia, serif;
	font-size: clamp(1.12rem, 2.1vw, 1.36rem);
	line-height: 1.8;
}

.ha-manuscript-copy p {
	margin: 0 0 1.2rem;
	padding: 0;
}

.ha-manuscript-copy p:first-child::first-letter {
	float: left;
	margin: 0.07em 0.12em 0 0;
	color: #782e1c;
	font-family: 'Uncial Antiqua', Georgia, serif;
	font-size: 4.2em;
	line-height: 0.72;
}

.ha-manuscript-illustration {
	width: min(15rem, 42%);
	float: right;
	margin: 0.25rem 0 1.25rem 1.8rem;
	padding: 0.6rem;
	border: 1px solid rgba(86, 47, 16, 0.5);
	background: rgba(255, 245, 213, 0.38);
	box-shadow: 0 0.7rem 1.3rem rgba(70, 38, 12, 0.2);
}

.ha-manuscript-illustration img {
	display: block;
	width: 100%;
	height: auto;
	filter: sepia(0.35) saturate(0.78) contrast(0.95);
}

.ha-manuscript-illustration figcaption {
	padding: 0.55rem 0.2rem 0.05rem;
	color: #70431f;
	font-family: 'IM Fell English', Georgia, serif;
	font-size: 0.78rem;
	font-style: italic;
	line-height: 1.35;
	text-align: center;
}

.ha-manuscript-closing {
	max-width: 44rem;
	margin: 2rem auto 0;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(90, 54, 18, 0.3);
	color: #593017;
	font-family: 'IM Fell English', Georgia, serif;
	font-size: 1.08rem;
	font-style: italic;
	line-height: 1.7;
	text-align: center;
}

@media (max-width: 600px) {
	.ha-manuscript-sheet {
		padding: 2rem 1.35rem;
	}

	.ha-manuscript-illustration {
		width: 100%;
		float: none;
		margin: 0 0 1.4rem;
	}
}
