/* ==========================================================================
   ABOUT / POVESTEA — Journey page
   ========================================================================== */

.er-about-body {
	background: var(--er-ink);
	color: #fff;
}

.er-about {
	position: relative;
	overflow-x: clip;
}

@supports (animation-range: entry 50% cover 50%) {
	.er-about .er-story-reveal {
		filter: url(#er-story-reveal);
		animation: er-story-reveal-k steps(calc(var(--n) + var(--m) + 1)) both;
		animation-timeline: view();
		animation-range: entry 35% cover 45%;
	}

	.er-about .er-story-reveal__text {
		overflow: hidden;
		background:
			linear-gradient(#00f 0 0) text,
			linear-gradient(
				90deg,
				red calc(var(--k) * 1ch),
				#000 calc((var(--k) + var(--m) + 1) * 1ch)
			),
			linear-gradient(#000, #0f0);
		background-blend-mode: lighten;
		color: #0000;
		-webkit-text-fill-color: #0000;
		text-shadow: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	@supports (animation-range: entry 50% cover 50%) {
		.er-about .er-story-reveal {
			filter: none;
			animation: none;
		}

		.er-about .er-story-reveal__text {
			background: none;
			color: inherit;
			-webkit-text-fill-color: currentColor;
		}
	}
}

/* --- Hero --- */
.er-about-hero {
	position: relative;
	height: 100svh;
	min-height: 34rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.er-about-hero__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.er-about-hero__img {
	width: 100%;
	height: 120%;
	margin-top: -10%;
	object-fit: cover;
	object-position: center 40%;
	filter: saturate(0.92) contrast(1.05);
	will-change: transform;
}

.er-about-hero__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(10, 12, 11, 0.55) 0%, rgba(10, 12, 11, 0.4) 45%, rgba(10, 12, 11, 0.88) 100%),
		radial-gradient(ellipse 80% 60% at 50% 40%, transparent 20%, rgba(0, 0, 0, 0.45) 100%);
}

.er-about-hero__grain {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 25%, rgba(15, 17, 16, 0.55) 100%);
	pointer-events: none;
}

.er-about-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 44rem);
	padding: 0 var(--er-container-gutter);
	text-align: center;
}

.er-about-hero__eyebrow {
	margin: 0 0 1rem;
}

.er-about-hero__title {
	margin: 0;
}

.er-about-hero__tagline {
	margin: 1.25rem 0 0;
	font-family: var(--er-font-display);
	font-size: clamp(1.2rem, 2.6vw, 1.75rem);
	font-style: italic;
	line-height: 1.35;
	color: #fff;
	text-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.er-about-hero__lead {
	margin: 1rem 0 0;
	max-width: 34rem;
	font-family: var(--er-font-sans);
	font-size: clamp(0.95rem, 1.5vw, 1.0625rem);
	line-height: 1.65;
	color: #fff;
}

.er-about-hero__cta {
	margin-top: 2rem;
	color: var(--er-ink);
	background: var(--er-ivory);
	border-color: #fff;
}

.er-about-hero__cta:hover {
	color: var(--er-ink);
	background: #fff;
}

/* --- Story body --- */
.er-about-story {
	position: relative;
	z-index: 2;
	padding: clamp(4.5rem, 11vh, 7rem) var(--er-container-gutter) clamp(5rem, 12vh, 8rem);
	background:
		radial-gradient(ellipse 45% 35% at 85% 0%, rgba(168, 134, 74, 0.08), transparent 65%),
		var(--er-ink);
}

.er-about-story__inner {
	width: min(100%, 42rem);
	margin-inline: auto;
}

.er-about-story__head {
	text-align: center;
	margin-bottom: clamp(2rem, 5vh, 3rem);
}

.er-about-story__lead-title {
	margin: 0.85rem 0 0;
	font-family: var(--er-font-display);
	font-size: clamp(1.65rem, 3.8vw, 2.5rem);
	font-weight: var(--er-weight-regular);
	font-style: italic;
	line-height: 1.25;
	color: #fff;
}

.er-about-story__rule {
	display: block;
	width: 4.5rem;
	height: 1px;
	margin: 1.35rem auto 0;
	background: rgba(201, 169, 106, 0.65);
	transform-origin: center;
}

.er-about-story__origin {
	margin-bottom: clamp(2.5rem, 6vh, 3.5rem);
}

.er-about-story__line {
	margin: 0 0 1.1rem;
	font-family: var(--er-font-display);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	font-style: italic;
	line-height: 1.65;
	color: #fff;
}

.er-about-story__line--closing {
	color: var(--er-gold-light);
}

.er-about-story__chapters {
	display: flex;
	flex-direction: column;
	gap: clamp(1.75rem, 4vh, 2.5rem);
}

.er-about-story__chapter {
	padding-bottom: clamp(1.5rem, 3vh, 2rem);
	border-bottom: 1px solid rgba(245, 241, 234, 0.1);
}

.er-about-story__chapter:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.er-about-story__chapter-title {
	margin: 0 0 0.75rem;
	font-family: var(--er-font-booking);
	font-size: 0.6875rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--er-gold-light);
}

.er-about-story__chapter-body,
.er-about-story__list-item-text,
.er-about-story__note-text {
	margin: 0;
	font-family: var(--er-font-sans);
	font-size: 0.975rem;
	line-height: 1.65;
	color: #fff;
}

.er-about-story__list {
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.er-about-story__list-item {
	position: relative;
	padding-left: 1.1rem;
}

.er-about-story__list-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: var(--er-gold-light);
}

.er-about-story__note {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	margin-top: 1.15rem;
	padding: 0.95rem 1rem;
	background: rgba(168, 134, 74, 0.1);
	border: 1px solid rgba(201, 169, 106, 0.28);
	border-radius: 6px;
}

.er-about-story__note-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.15rem;
	font-family: var(--er-font-booking);
	font-size: 0.6875rem;
	font-weight: var(--er-weight-bold);
	color: var(--er-ink);
	background: var(--er-gold-light);
	border-radius: 50%;
}

.er-about-story__footer {
	margin-top: clamp(2.75rem, 7vh, 4rem);
	padding-top: clamp(1.75rem, 4vh, 2.5rem);
	border-top: 1px solid rgba(245, 241, 234, 0.12);
	text-align: center;
}

.er-about-story__cta {
	margin: 0 0 1rem;
	font-family: var(--er-font-display);
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-style: italic;
	line-height: 1.4;
	color: #fff;
}

.er-about-story__location {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0.45rem;
	max-width: 34rem;
	margin: 0 auto;
	font-family: var(--er-font-sans);
	font-size: 0.875rem;
	line-height: 1.55;
	color: #fff;
}

.er-about-story__location-pin {
	flex-shrink: 0;
	width: 0.45rem;
	height: 0.45rem;
	margin-top: 0.45rem;
	border-radius: 50%;
	background: var(--er-gold-light);
	box-shadow: 0 0 0 3px rgba(168, 134, 74, 0.18);
}

.er-about-story__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 1.35rem;
	margin-top: 1.75rem;
}

.er-about-story__actions .er-btn-primary {
	color: var(--er-ink);
	background: var(--er-ivory);
	border-color: #fff;
}

.er-about-story__actions .er-btn-primary:hover {
	color: var(--er-ink);
	background: #fff;
}

.er-about-story__link {
	padding: 0 0 0.15rem;
	border-bottom: 1px solid rgba(245, 241, 234, 0.28);
	font-family: var(--er-font-booking);
	font-size: 0.6875rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.er-about-story__link:hover {
	color: var(--er-gold-light);
}

/* --- Host / founder portrait --- */
.er-about-host {
	position: relative;
	z-index: 2;
	padding: clamp(4.5rem, 11vh, 7.5rem) var(--er-container-gutter);
	background:
		radial-gradient(ellipse 50% 40% at 15% 30%, rgba(168, 134, 74, 0.1), transparent 60%),
		radial-gradient(ellipse 40% 35% at 90% 80%, rgba(168, 134, 74, 0.06), transparent 55%),
		var(--er-ink);
	border-top: 1px solid rgba(245, 241, 234, 0.08);
}

.er-about-host__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
	width: min(100%, 64rem);
	margin-inline: auto;
}

.er-about-host__portrait {
	margin: 0;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 4 / 5;
	background: #1a1c1a;
}

.er-about-host__portrait::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(10, 12, 11, 0.35) 100%);
	pointer-events: none;
}

.er-about-host__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	filter: saturate(0.92) contrast(1.04);
}

.er-about-host__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

.er-about-host__name {
	margin: 0.75rem 0 0;
	font-family: var(--er-font-display);
	font-size: clamp(2rem, 4.5vw, 3.15rem);
	font-weight: var(--er-weight-regular);
	line-height: 1.1;
	color: #fff;
}

.er-about-host__role {
	margin: 0.65rem 0 0;
	font-family: var(--er-font-display);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-style: italic;
	line-height: 1.4;
	color: rgba(201, 169, 106, 0.95);
}

.er-about-host__languages {
	margin: 0.55rem 0 0;
	font-family: var(--er-font-booking);
	font-size: 0.625rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
}

.er-about-host__rule {
	display: block;
	width: 3.5rem;
	height: 1px;
	margin: 1.35rem 0 1.25rem;
	background: rgba(201, 169, 106, 0.65);
}

.er-about-host__greeting {
	margin: 0 0 1rem;
	font-family: var(--er-font-display);
	font-size: clamp(1.1rem, 2.2vw, 1.35rem);
	font-style: italic;
	line-height: 1.55;
	color: #fff;
}

.er-about-host__text {
	margin: 0 0 0.95rem;
	font-family: var(--er-font-sans);
	font-size: 0.975rem;
	line-height: 1.7;
	color: #fff;
}

.er-about-host__text:last-child {
	margin-bottom: 0;
	font-family: var(--er-font-display);
	font-style: italic;
	color: #fff;
}

@media (max-width: 860px) {
	.er-about-host__inner {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
	}

	.er-about-host__portrait {
		width: min(100%, 22rem);
		margin-inline: auto;
		aspect-ratio: 3 / 4;
	}

	.er-about-host__copy {
		align-items: center;
	}

	.er-about-host__rule {
		margin-inline: auto;
	}
}

.er-about-body .er-journey-footer--page {
	margin-top: 0;
}
