/* Brand palette v2 — Gayatri Kamdhenu Sevatirth (gold primary; maroon whisper only) */
:root {
	--gold: #d9a62e;
	--turmeric: #a8690d;
	--gold-tint: #fbefd1;
	--ivory: #fdf8ed;
	--ink: #2b211c;
	--warm-grey: #6b5d4f;
	--body-muted: #4a3f33;
	--maroon: #7a2e22;
	--footer-gold: #e8c87a;
	--white: #ffffff;

	--font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--font-sans: 'Noto Sans Gujarati', 'Noto Sans', system-ui, -apple-system, sans-serif;
	--container: min(1120px, calc(100% - 2rem));
	--header-height: 4.75rem;
}

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

html {
	color-scheme: light;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100vh;
	font-family: var(--font-sans);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--ink);
	background: var(--ivory);
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.hero-title,
.page-title,
.section-title,
.cta-title,
.card-title,
.brand-name {
	font-family: var(--font-serif);
	font-weight: 700;
}

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

img {
	width: 100%;
	height: auto;
}

a {
	color: var(--turmeric);
	text-underline-offset: 0.15em;
}

a:hover {
	color: var(--gold);
}

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

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

.skip-link {
	position: absolute;
	left: 1rem;
	top: -3rem;
	z-index: 1000;
	padding: 0.5rem 0.75rem;
	background: var(--ink);
	color: var(--ivory);
	text-decoration: none;
	border-radius: 0.25rem;
}

.skip-link:focus {
	top: 1rem;
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: color-mix(in srgb, var(--ivory) 94%, white);
	border-bottom: 3px solid var(--gold);
	box-shadow: 0 1px 0 color-mix(in srgb, var(--gold) 25%, transparent);
	backdrop-filter: blur(8px);
}

.site-header::before {
	content: '';
	display: block;
	height: 0.35rem;
	background: var(--gold);
}

.header-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.5rem;
	min-height: var(--header-height);
	padding-block: 0.75rem;
}

.brand {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	color: inherit;
	min-width: 12rem;
}

.brand-logo {
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	object-fit: contain;
}

.brand-text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.brand-name {
	display: flex;
	flex-direction: column;
	font-size: 0.92rem;
	line-height: 1.15;
	letter-spacing: 0.01em;
}

.brand-name__line {
	display: block;
}

.brand-rule {
	display: block;
	width: 2.25rem;
	height: 2px;
	background: color-mix(in srgb, var(--maroon) 55%, transparent);
	border-radius: 1px;
}

.brand-location {
	font-family: var(--font-sans);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	color: var(--warm-grey);
	text-transform: uppercase;
}

.brand-tagline {
	font-size: 0.75rem;
	color: var(--warm-grey);
	line-height: 1.2;
}

.primary-nav {
	flex: 1 1 auto;
}

.nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-link {
	display: inline-block;
	padding: 0.25rem 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--ink);
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.nav-link:hover,
.nav-link.is-active {
	color: var(--turmeric);
	border-bottom-color: var(--gold);
}

.header-tools {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.lang-switch {
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--turmeric);
	border: 1.5px solid var(--gold);
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	white-space: nowrap;
}

.lang-switch:hover {
	background: var(--gold-tint);
	color: var(--turmeric);
}

.newsletter-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: center;
}

.newsletter-coming-soon {
	margin: 0;
	font-size: 0.8rem;
	color: var(--warm-grey);
	max-width: 12rem;
	line-height: 1.35;
}

.newsletter-notice {
	margin: 0 0 0.35rem;
	padding: 0.35rem 0.5rem;
	font-size: 0.8rem;
	background: var(--gold-tint);
	border-radius: 0.25rem;
	color: var(--ink);
	max-width: 18rem;
}

.newsletter-form--header .newsletter-input {
	width: min(12rem, 40vw);
}

.newsletter-input {
	min-height: 2.25rem;
	padding: 0.35rem 0.6rem;
	border: 1px solid color-mix(in srgb, var(--warm-grey) 40%, white);
	border-radius: 0.35rem;
	background: white;
	color: var(--ink);
	font: inherit;
}

.newsletter-input:focus {
	outline: 2px solid var(--gold);
	outline-offset: 1px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	padding: 0.45rem 0.9rem;
	border-radius: 0.35rem;
	border: 1px solid transparent;
	font: inherit;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.btn--gold {
	background: var(--gold);
	color: var(--ink);
	border-color: color-mix(in srgb, var(--turmeric) 35%, var(--gold));
}

.btn--gold:hover {
	background: color-mix(in srgb, var(--gold) 85%, white);
	color: var(--ink);
}

.translation-banner,
.translation-pending {
	margin: 0;
	padding: 0.65rem 1rem;
	background: var(--gold-tint);
	border-bottom: 1px solid color-mix(in srgb, var(--gold) 45%, white);
	color: var(--ink);
	font-size: 0.875rem;
	text-align: center;
}

.site-main {
	min-height: calc(100vh - var(--header-height) - 12rem);
}

/* Home */
.hero {
	background: var(--ivory);
	border-bottom: 3px solid var(--gold);
	text-align: center;
}

.hero-inner {
	padding-block: clamp(2.5rem, 6vw, 4.5rem);
	min-height: 16rem;
}

.hero-om {
	margin: 0 0 0.35rem;
	font-size: clamp(1.75rem, 4vw, 2rem);
	line-height: 1;
	color: var(--gold);
}

.hero-rule {
	display: block;
	width: 2.85rem;
	height: 2px;
	margin: 0.65rem auto 1rem;
	background: color-mix(in srgb, var(--maroon) 55%, transparent);
	border-radius: 1px;
}

.eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--warm-grey);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.hero-title {
	margin: 0 0 0.75rem;
	max-width: 22ch;
	margin-inline: auto;
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	line-height: 1.15;
}

.hero-lead {
	margin: 0 auto;
	max-width: 42ch;
	font-size: clamp(1rem, 2vw, 1.125rem);
	color: var(--body-muted);
}

.section {
	padding-block: clamp(2rem, 5vw, 3rem);
}

.section-title,
.page-title {
	margin: 0 0 1rem;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	line-height: 1.2;
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	gap: 1rem;
}

.card {
	padding: 1rem 1.1rem;
	background: var(--white);
	border: 1px solid color-mix(in srgb, var(--warm-grey) 20%, white);
	border-top: 3px solid var(--gold);
	border-radius: 0.5rem;
	min-height: 8rem;
}

.card-icon {
	width: 2.125rem;
	height: 2.125rem;
	margin-bottom: 0.65rem;
	border-radius: 50%;
	background: var(--gold-tint);
	border: 1.5px solid var(--gold);
}

.card-tag {
	display: inline-block;
	margin-top: 0.5rem;
	font-family: var(--font-sans);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: color-mix(in srgb, var(--maroon) 65%, transparent);
	text-transform: uppercase;
}

.card-title {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
}

.highlights-band {
	padding: 1.35rem 1rem;
	background: var(--gold-tint);
	color: color-mix(in srgb, var(--turmeric) 85%, var(--ink));
	font-family: var(--font-sans);
	font-size: 0.8125rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.updates-teaser,
.lead,
.cta-body {
	margin: 0;
	max-width: 60ch;
	color: var(--warm-grey);
}

.cta-panel {
	padding: clamp(1.25rem, 3vw, 2rem);
	background: linear-gradient(180deg, white, var(--gold-tint));
	border: 1px solid color-mix(in srgb, var(--gold) 35%, white);
	border-radius: 0.75rem;
}

.cta-title {
	margin: 0 0 0.5rem;
	font-size: 1.35rem;
}

.page-simple {
	padding-block: 2rem;
}

/* Footer */
.site-footer {
	margin-top: 2rem;
	background: var(--ink);
	color: var(--footer-gold);
	border-top: 3px solid var(--gold);
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
	gap: 1.5rem;
	padding-block: 2rem;
}

.footer-heading {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	color: var(--footer-gold);
}

.footer-text {
	margin: 0 0 0.5rem;
	color: color-mix(in srgb, var(--footer-gold) 82%, white);
	font-size: 0.925rem;
}

.footer-socials a {
	font-weight: 600;
	color: var(--footer-gold);
}

.footer-sep {
	margin-inline: 0.35rem;
	color: color-mix(in srgb, var(--footer-gold) 60%, transparent);
}

.footer-bottom {
	padding-block: 1rem 1.5rem;
	border-top: 1px solid color-mix(in srgb, var(--footer-gold) 22%, transparent);
}

.footer-rights {
	margin: 0;
	font-size: 0.8125rem;
	color: color-mix(in srgb, var(--footer-gold) 75%, white);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lang-switch--footer {
	display: inline-block;
	color: var(--footer-gold);
	border-color: color-mix(in srgb, var(--footer-gold) 65%, transparent);
}

.lang-switch--footer:hover {
	background: color-mix(in srgb, var(--footer-gold) 12%, transparent);
	color: white;
}

.newsletter-coming-soon {
	color: color-mix(in srgb, var(--footer-gold) 70%, white);
}

@media (max-width: 900px) {
	.header-inner {
		align-items: flex-start;
	}

	.primary-nav {
		order: 3;
		width: 100%;
	}

	.header-tools {
		margin-left: auto;
	}
}

@media (max-width: 640px) {
	.newsletter-form--header {
		width: 100%;
	}

	.newsletter-form--header .newsletter-input {
		flex: 1 1 10rem;
		width: auto;
	}
}

/* Audio gallery player */
.page-gallery-audio .page-back {
	margin: 0 0 1rem;
}

.audio-index {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.audio-index__item {
	padding: 0.75rem 1rem;
	background: var(--white);
	border: 1px solid color-mix(in srgb, var(--warm-grey) 20%, white);
	border-radius: 0.35rem;
}

.audio-index__link {
	font-weight: 700;
	text-decoration: none;
	color: var(--ink);
}

.audio-index__link:hover {
	color: var(--turmeric);
}

.audio-index__composer,
.audio-index__playlist {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.9rem;
	color: var(--warm-grey);
}

.audio-player {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}

.audio-player__title {
	margin: 0 0 0.25rem;
	font-size: 1.5rem;
}

.audio-player__composer {
	margin: 0 0 0.75rem;
	color: var(--warm-grey);
}

.audio-player__description {
	margin: 0 0 1rem;
}

.audio-player__element {
	width: 100%;
	margin: 0 0 0.75rem;
}

.audio-player__actions {
	margin: 0;
}

.audio-lyrics {
	margin: 0 0 1.25rem;
}

.audio-lyrics__heading {
	margin: 0 0 0.5rem;
	font-size: 1rem;
}

.audio-lyrics__body {
	padding: 1rem;
	background: var(--white);
	border: 1px solid color-mix(in srgb, var(--warm-grey) 20%, white);
	border-radius: 0.35rem;
	line-height: 1.7;
}

.audio-lyrics__body--gu {
	font-family: 'Noto Sans Gujarati', 'Noto Sans', system-ui, sans-serif;
}

@media (max-width: 768px) {
	.audio-player {
		grid-template-columns: 1fr;
	}
}

/* Public pages */
.page-title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	line-height: 1.2;
}

.lead {
	margin: 0 0 1.5rem;
	font-size: 1.05rem;
	color: var(--warm-grey);
	max-width: 65ch;
}

.section {
	margin-block: 2.5rem;
}

.section-title {
	margin: 0 0 1rem;
	font-size: 1.35rem;
}

.section-title--spotlight {
	color: var(--turmeric);
	font-size: 1.5rem;
}

.section-title--schedule {
	color: var(--turmeric);
	border-top: 3px solid var(--gold);
	padding-top: 1rem;
}

.subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid color-mix(in srgb, var(--warm-grey) 25%, white);
}

.subnav__link {
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--warm-grey);
	padding: 0.2rem 0;
	border-bottom: 2px solid transparent;
}

.subnav__link:hover,
.subnav__link.is-active {
	color: var(--turmeric);
	border-bottom-color: var(--gold);
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
	gap: 1rem;
}

.card {
	padding: 1.25rem;
	background: var(--white);
	border: 1px solid color-mix(in srgb, var(--warm-grey) 20%, white);
	border-top: 3px solid var(--gold);
	border-radius: 0.5rem;
}

.card--link {
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.card--link:hover {
	border-color: var(--gold);
	box-shadow: 0 0.25rem 1rem rgba(43, 33, 28, 0.06);
}

.card-title {
	margin: 0 0 0.35rem;
	font-size: 1.1rem;
}

.badge {
	display: inline-block;
	padding: 0.1rem 0.45rem;
	border-radius: 0.25rem;
	background: var(--gold-tint);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.muted,
.empty-state {
	color: var(--warm-grey);
}

/* Events */
.events-section--spotlight {
	padding: 1.5rem;
	background: linear-gradient(180deg, var(--gold-tint), transparent);
	border-radius: 0.5rem;
}

.events-section--schedule {
	margin-top: 3rem;
	padding-top: 1rem;
}

.event-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
	gap: 1.25rem;
}

.event-grid--compact .event-card__image {
	max-height: 8rem;
}

.event-card {
	background: var(--white);
	border: 1px solid color-mix(in srgb, var(--warm-grey) 20%, white);
	border-radius: 0.5rem;
	overflow: hidden;
}

.event-card--spotlight {
	border-color: color-mix(in srgb, var(--gold) 45%, white);
	box-shadow: 0 0.15rem 0.75rem rgba(217, 166, 46, 0.12);
}

.event-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.event-card__image {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.event-card__image--placeholder {
	background: var(--gold-tint);
	min-height: 8rem;
}

.event-card__body {
	padding: 1rem;
}

.event-card__meta {
	margin: 0 0 0.35rem;
	font-size: 0.8rem;
	color: var(--warm-grey);
}

.event-card__title {
	margin: 0 0 0.35rem;
	font-size: 1.1rem;
}

.event-card__location,
.event-card__excerpt {
	margin: 0;
	font-size: 0.9rem;
	color: var(--warm-grey);
}

.data-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
	background: var(--white);
	border: 1px solid color-mix(in srgb, var(--warm-grey) 20%, white);
	border-radius: 0.35rem;
	overflow: hidden;
}

.data-table th,
.data-table td {
	padding: 0.6rem 0.75rem;
	text-align: left;
	border-bottom: 1px solid color-mix(in srgb, var(--warm-grey) 12%, white);
}

.data-table th {
	background: var(--gold-tint);
}

.schedule-day th {
	background: color-mix(in srgb, var(--turmeric) 12%, var(--gold-tint));
	color: var(--turmeric);
	text-align: left;
}

/* Gallery */
.photo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
	gap: 0.75rem;
}

.photo-card {
	margin: 0;
	position: relative;
}

.photo-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 0.35rem;
}

.photo-card figcaption {
	margin-top: 0.35rem;
	font-size: 0.8rem;
	color: var(--warm-grey);
}

.filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.filter-chip {
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, var(--warm-grey) 30%, white);
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--ink);
}

.filter-chip.is-active,
.filter-chip:hover {
	background: var(--gold-tint);
	border-color: var(--gold);
}

.video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.video-card {
	display: block;
	text-decoration: none;
	color: inherit;
	background: var(--white);
	border: 1px solid color-mix(in srgb, var(--warm-grey) 20%, white);
	border-radius: 0.5rem;
	overflow: hidden;
	padding: 0.75rem;
}

.video-card__thumb,
.video-card__thumb-placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 0.35rem;
	background: var(--gold-tint);
}

.video-card__title {
	margin: 0.5rem 0 0.25rem;
	font-size: 1rem;
}

.video-card__cta {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--turmeric);
}

.katha-playlist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	counter-reset: katha-day;
}

.katha-playlist__item {
	counter-increment: katha-day;
}

/* Timeline */
.timeline__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.timeline__item {
	border-left: 3px solid color-mix(in srgb, var(--warm-grey) 30%, white);
	padding-left: 1rem;
}

.timeline__item.is-active {
	border-left-color: var(--maroon);
}

.timeline__marker {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 1rem;
	width: 100%;
	padding: 0.75rem 0;
	border: none;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

.timeline__year {
	font-weight: 700;
	color: var(--turmeric);
	min-width: 3.5rem;
}

.timeline__title {
	font-weight: 600;
}

.timeline__panel {
	padding: 0 0 1rem 0.5rem;
}

.timeline__image {
	max-width: 20rem;
	border-radius: 0.35rem;
	margin-bottom: 0.75rem;
}

.timeline__desc {
	margin: 0;
	color: var(--warm-grey);
}

/* Forms */
.public-form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 32rem;
}

.form-label {
	font-size: 0.875rem;
	font-weight: 600;
}

.form-input {
	min-height: 2.5rem;
	padding: 0.5rem 0.65rem;
	border: 1px solid color-mix(in srgb, var(--warm-grey) 35%, white);
	border-radius: 0.35rem;
	font: inherit;
}

.form-input:focus {
	outline: 2px solid var(--gold);
	outline-offset: 1px;
}

.form-title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
}

.form-success {
	padding: 0.75rem 1rem;
	background: color-mix(in srgb, var(--gold) 20%, white);
	border: 1px solid var(--gold);
	border-radius: 0.35rem;
}

.form-note {
	font-size: 0.85rem;
	margin-top: 1rem;
}

.link-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.link-list a {
	font-weight: 600;
}

.resource-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.resource-list a {
	font-weight: 600;
}

.stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
	gap: 1rem;
}

.stat-card {
	padding: 1rem;
	background: var(--white);
	border: 1px solid color-mix(in srgb, var(--warm-grey) 20%, white);
	border-radius: 0.35rem;
	text-align: center;
}

.stat-card__value {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--gold);
}

.stat-card__label {
	font-size: 0.85rem;
	color: var(--warm-grey);
}

.page-back {
	margin: 0 0 1rem;
}

.rich-text p {
	margin: 0 0 1rem;
}

.event-detail__hero {
	width: 100%;
	max-height: 20rem;
	object-fit: cover;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}

.event-detail__meta {
	margin: 0 0 1rem;
	color: var(--warm-grey);
}

.about-affiliation {
	margin-bottom: 1.5rem;
}

.contact-details p {
	margin: 0.35rem 0;
}

.sanskar-timing {
	margin-bottom: 1rem;
}

/* About → Our Story (PRD §6.2) */
.page-our-story {
	padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.page-our-story__inner {
	max-width: 42rem;
}

.page-our-story__timeline {
	max-width: min(960px, var(--container));
	margin-inline: auto;
	padding-inline: max(1rem, calc((100% - 960px) / 2));
}

.our-story-head {
	text-align: center;
	padding-block: clamp(2rem, 5vw, 4.25rem) clamp(1rem, 3vw, 1.75rem);
}

.our-story-head__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.85rem, 4vw, 2.125rem);
	line-height: 1.15;
}

.our-story-head__rule {
	display: block;
	width: 3.125rem;
	height: 3px;
	margin: 0 auto 0.875rem;
	background: var(--gold);
	border-radius: 1px;
}

.our-story-head__intro {
	margin: 0 auto;
	max-width: 30rem;
	font-family: var(--font-serif);
	font-style: italic;
	font-size: 1rem;
	color: var(--warm-grey);
}

.our-story-narrative {
	margin-block: 0 2rem;
}

.our-story-narrative__note {
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	background: var(--gold-tint);
	border-left: 3px solid var(--gold);
	border-radius: 0.25rem;
	font-size: 0.875rem;
}

.our-story-narrative__body {
	font-size: 1.02rem;
	line-height: 1.75;
	color: var(--ink);
}

.our-story-narrative__body p {
	margin: 0 0 1.25rem;
}

.story-stats {
	margin-block: 2rem 2.5rem;
	padding-block: 1.25rem;
	border-block: 1px solid color-mix(in srgb, var(--gold) 35%, white);
	background: linear-gradient(180deg, var(--gold-tint), transparent);
}

.story-stats__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
	gap: 0.85rem;
	max-width: 42rem;
	margin-inline: auto;
}

.story-stat-card {
	padding: 0.85rem 0.75rem;
	text-align: center;
	background: var(--white);
	border: 1px solid color-mix(in srgb, var(--gold) 30%, white);
	border-top: 3px solid var(--gold);
	border-radius: 0.35rem;
}

.story-stat-card__value {
	display: block;
	font-family: var(--font-serif);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--gold);
	line-height: 1.1;
}

.story-stat-card__label {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--warm-grey);
	line-height: 1.3;
}

.story-scroll-timeline {
	position: relative;
	max-width: 56.25rem;
	margin: clamp(2rem, 5vw, 3.75rem) auto clamp(3rem, 6vw, 6.25rem);
	padding: 0 1.25rem;
}

.story-scroll-timeline__spine {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	margin-left: -1.5px;
	background: color-mix(in srgb, var(--maroon) 12%, transparent);
	overflow: hidden;
}

.story-scroll-timeline__spine-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(180deg, var(--gold), var(--turmeric));
	transition: height 0.15s ease-out;
}

.story-scroll-timeline__progress-label {
	position: fixed;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 40;
	padding: 0.375rem 0.875rem;
	background: var(--ink);
	color: var(--gold-tint);
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 999px;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.story-scroll-timeline__progress-label.is-show {
	opacity: 0.9;
}

.story-scroll-timeline__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.story-scroll-timeline__item {
	position: relative;
	width: 50%;
	padding: 0 3.125rem 4.375rem;
	opacity: 0;
	transform: translateY(1.875rem);
	transition:
		opacity 0.7s ease-out,
		transform 0.7s ease-out;
}

.story-scroll-timeline__item:nth-child(odd) {
	left: 0;
	text-align: right;
}

.story-scroll-timeline__item:nth-child(even) {
	left: 50%;
	text-align: left;
}

.story-scroll-timeline__item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.story-scroll-timeline__dot {
	position: absolute;
	top: 2px;
	width: 1.375rem;
	height: 1.375rem;
	border-radius: 50%;
	background: var(--ivory);
	border: 3px solid var(--turmeric);
	z-index: 2;
	transition:
		transform 0.4s ease,
		border-color 0.4s ease,
		box-shadow 0.4s ease;
}

.story-scroll-timeline__item:nth-child(odd) .story-scroll-timeline__dot {
	right: -0.6875rem;
}

.story-scroll-timeline__item:nth-child(even) .story-scroll-timeline__dot {
	left: -0.6875rem;
}

.story-scroll-timeline__item.is-visible .story-scroll-timeline__dot {
	border-color: var(--maroon);
	box-shadow: 0 0 0 6px color-mix(in srgb, var(--gold) 25%, transparent);
}

.story-scroll-timeline__item.is-latest.is-visible .story-scroll-timeline__dot {
	animation: story-timeline-pulse 1.8s ease-in-out infinite;
}

@keyframes story-timeline-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 6px color-mix(in srgb, var(--gold) 25%, transparent);
	}
	50% {
		box-shadow: 0 0 0 12px color-mix(in srgb, var(--gold) 12%, transparent);
	}
}

.story-timeline-card {
	display: inline-block;
	max-width: 21.25rem;
	padding: 1.125rem 1.375rem;
	text-align: left;
	background: var(--white);
	border: 1px solid #ecdfc9;
	border-radius: 0.625rem;
	box-shadow: 0 2px 10px color-mix(in srgb, var(--maroon) 6%, transparent);
}

.story-timeline-card__year {
	margin-bottom: 0.375rem;
	font-family: var(--font-sans);
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--turmeric);
	text-transform: none;
}

.story-timeline-card__title {
	margin: 0 0 0.5rem;
	font-family: var(--font-serif);
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--maroon);
}

.story-timeline-card__desc {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 0.90625rem;
	line-height: 1.55;
	color: var(--warm-grey);
}

.story-timeline-card__pending {
	display: inline-block;
	margin-left: 0.35rem;
	font-family: var(--font-sans);
	font-size: 0.62rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: color-mix(in srgb, var(--maroon) 65%, transparent);
	vertical-align: middle;
}

.story-timeline-card__image {
	width: 100%;
	height: auto;
	border-radius: 0.35rem;
	margin-bottom: 0.65rem;
}

.story-scroll-timeline--reduced .story-scroll-timeline__item {
	opacity: 1;
	transform: none;
	transition: none;
}

.story-scroll-timeline--reduced .story-scroll-timeline__spine-fill {
	height: 100% !important;
	transition: none;
}

.story-scroll-timeline--reduced .story-scroll-timeline__item.is-latest .story-scroll-timeline__dot {
	animation: none;
	box-shadow: 0 0 0 6px color-mix(in srgb, var(--gold) 25%, transparent);
}

@media (prefers-reduced-motion: reduce) {
	.story-scroll-timeline__item {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.story-scroll-timeline__spine-fill {
		height: 100% !important;
		transition: none;
	}

	.story-scroll-timeline__item.is-latest .story-scroll-timeline__dot {
		animation: none;
	}
}

@media (max-width: 720px) {
	.story-scroll-timeline__spine {
		left: 1.375rem;
		margin-left: 0;
	}

	.story-scroll-timeline__item {
		width: 100%;
		left: 0 !important;
		text-align: left !important;
		padding: 0 0 3.125rem 3.5rem;
	}

	.story-scroll-timeline__item:nth-child(odd) .story-scroll-timeline__dot,
	.story-scroll-timeline__item:nth-child(even) .story-scroll-timeline__dot {
		left: 0.6875rem;
		right: auto;
	}

	.story-timeline-card {
		display: block;
		max-width: 100%;
	}
}
