.aura-history-page {
	background: #fff;
	padding-top: clamp(56px, 6vw, 96px);
}

.aura-history-section {
	position: relative;
	display: grid;
	align-items: center;
	min-height: clamp(420px, 52vw, 680px);
	padding: clamp(36px, 6vw, 88px) 0;
	background: #fff;
	color: #fff;
	overflow: hidden;
}

.aura-history-section + .aura-history-section {
	padding-top: 0;
}

.aura-history-section__media {
	position: absolute;
	inset: clamp(12px, 2.5vw, 32px);
	z-index: 0;
	overflow: hidden;
	border-radius: var(--aura-single-radius-media, 8px);
	background-color: #4b1c22;
}

.aura-history-section__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(75, 28, 34, 0.18);
	pointer-events: none;
}

.aura-history-section__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.aura-history-section__inner {
	position: relative;
	z-index: 2;
	width: min(100% - 40px, 920px);
	margin: 0 auto;
	padding: clamp(88px, 10vw, 150px) 0;
	text-align: center;
}

.aura-history-section__panel {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	box-sizing: border-box;
	width: min(100% - clamp(48px, 12vw, 180px), 920px);
	margin: 0 auto;
	padding: clamp(32px, 5vw, 64px) clamp(22px, 5vw, 72px);
	border-radius: var(--aura-single-radius-panel, 8px);
	background: rgba(75, 28, 34, 0.94);
	backdrop-filter: blur(12px) saturate(75%);
	text-align: center;
	animation: aura-history-panel-opacity 7s ease-in-out infinite;
}

.aura-history-section__panel::before,
.aura-history-section__panel::after {
	position: absolute;
	z-index: 0;
	content: "";
	pointer-events: none;
	border-radius: 50%;
	will-change: transform, opacity;
}

.aura-history-section__panel::before {
	left: -14%;
	top: -34%;
	width: min(720px, 70vw);
	aspect-ratio: 1;
	background:
		radial-gradient(
			circle at 50% 50%,
			rgba(245, 184, 111, 0.48) 0%,
			rgba(245, 184, 111, 0.26) 24%,
			rgba(255, 255, 255, 0.10) 42%,
			rgba(245, 184, 111, 0) 70%
		);
	filter: blur(18px);
	opacity: 0.95;
	animation: aura-history-halo-float-left 8s ease-in-out infinite;
}

.aura-history-section__panel::after {
	right: -12%;
	bottom: -38%;
	width: min(860px, 76vw);
	aspect-ratio: 1;
	background:
		radial-gradient(
			circle at 50% 50%,
			rgba(255, 255, 255, 0.32) 0%,
			rgba(245, 184, 111, 0.24) 22%,
			rgba(75, 28, 34, 0.16) 46%,
			rgba(245, 184, 111, 0) 72%
		);
	filter: blur(20px);
	opacity: 0.9;
	animation: aura-history-halo-float-right 9s ease-in-out infinite;
}

.aura-history-section__constellation {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
	animation: aura-history-constellation-drift 18s ease-in-out infinite;
}

.aura-history-section__star {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	box-shadow:
		0 0 10px rgba(255, 255, 255, 0.62),
		0 0 22px rgba(245, 184, 111, 0.42);
	opacity: 0.75;
	animation: aura-history-star-twinkle 3.8s ease-in-out infinite;
}

.aura-history-section__star::after {
	position: absolute;
	inset: -4px;
	content: "";
	border-radius: 50%;
	background: radial-gradient(circle, rgba(245, 184, 111, 0.36), transparent 62%);
}

.aura-history-section__star--1 {
	left: 17%;
	top: 26%;
	animation-delay: -0.4s;
}

.aura-history-section__star--2 {
	left: 28%;
	top: 58%;
	width: 4px;
	height: 4px;
	animation-delay: -1.2s;
}

.aura-history-section__star--3 {
	right: 22%;
	top: 24%;
	width: 6px;
	height: 6px;
	animation-delay: -2s;
}

.aura-history-section__star--4 {
	right: 15%;
	bottom: 30%;
	width: 4px;
	height: 4px;
	animation-delay: -2.8s;
}

.aura-history-section__star--5 {
	left: 52%;
	bottom: 22%;
	width: 3px;
	height: 3px;
	animation-delay: -1.7s;
}

.aura-history-section__kicker,
.aura-history-section__title,
.aura-history-section__content,
.aura-history-section__button {
	position: relative;
	z-index: 3;
}

.aura-history-section__kicker {
	margin: 0 0 24px;
	color: #fff;
	font-family: Arimo, Manrope, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-transform: uppercase;
}

.aura-history-section__title {
	margin: 0 0 24px;
	color: #fff;
	font-family: Arimo, Manrope, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-transform: uppercase;
}

.aura-history-section__content {
	margin: 0 auto;
	max-width: 560px;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 1px 18px rgba(28, 10, 13, 0.18);
}

.aura-history-section__content p {
	margin: 0;
}

.aura-history-section__content p + p {
	margin-top: 16px;
}

.aura-history-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 28px auto 0;
	padding: 13px 22px;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background 180ms ease,
		color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.aura-history-section__button:hover,
.aura-history-section__button:focus-visible {
	background: #fff;
	color: #4b1c22;
	border-color: #fff;
	transform: translateY(-1px);
}

.aura-history-section__button:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.8);
	outline-offset: 4px;
}

@keyframes aura-history-panel-opacity {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.93;
	}
}

@keyframes aura-history-halo-float-left {
	0%,
	100% {
		opacity: 0.78;
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		opacity: 1;
		transform: translate3d(22px, 18px, 0) scale(1.08);
	}
}

@keyframes aura-history-halo-float-right {
	0%,
	100% {
		opacity: 0.72;
		transform: translate3d(0, 0, 0);
	}

	50% {
		opacity: 1;
		transform: translate3d(-18px, -22px, 0) scale(1.07);
	}
}

@keyframes aura-history-star-twinkle {
	0%,
	100% {
		opacity: 0.48;
		transform: scale(0.86);
	}

	45% {
		opacity: 1;
		transform: scale(1.22);
	}

	70% {
		opacity: 0.76;
		transform: scale(1);
	}
}

@keyframes aura-history-constellation-drift {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(-14px, 10px, 0);
	}
}

@media (max-width: 767px) {
	.aura-history-section {
		min-height: clamp(520px, 92svh, 720px);
		padding: 20px 0;
	}

	.aura-history-section__media {
		inset: 12px;
		border-radius: 8px;
	}

	.aura-history-section__inner {
		width: min(100% - 24px, 920px);
		padding: clamp(72px, 18vw, 120px) 0;
	}

	.aura-history-section__panel {
		width: min(100% - 24px, 920px);
		padding: 32px 22px;
		border-radius: 8px;
	}

	.aura-history-section__kicker,
	.aura-history-section__title {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.aura-history-section__content {
		font-size: 13px;
		line-height: 1.75;
	}

	.aura-history-section__button {
		margin-top: 24px;
		width: 100%;
		max-width: 320px;
	}
}
