:root {
}	
}

body {
	margin: 0;
	background: var(--parchment);
	font-family: 'Cormorant Garamond', serif;
	color: var(--ink);
}

.lion-hero {
	position: relative;
	background: radial-gradient(ellipse at 50% 20%, #171310 0%, var(--black) 55%, #050403 100%);
	padding: 6rem 1.5rem 5rem;
	text-align: center;
	overflow: hidden;
	border-bottom: 6px double var(--gold);
}

.hero-emblem {
	width: 176px;
	height: 176px;
	margin: 0 auto 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-emblem img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.emblem-caption {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-size: .8rem;
	color: var(--gold-bright);
	margin: 0 0 1.5rem;
}

.hero-eyebrow {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	letter-spacing: .35em;
	text-transform: uppercase;
	font-size: .85rem;
	color: var(--gold-bright);
	margin: 0 0 1.25rem;
}

.hero-title {
	margin: 0;
	line-height: 1.15;
}

.hero-title .word {
	display: block;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 600;
	font-size: clamp(2.1rem, 6.4vw, 4.4rem);
	letter-spacing: .02em;
}

.hero-title .word-white {
	color: #ffffff;
	text-shadow: 0 0 18px rgba(201,162,75,0.3);
}

.hero-title .word-coral {
	color: var(--coral);
	text-shadow: 0 0 18px rgba(201,162,75,0.3);
}

.hero-rule {
	width: 120px;
	height: 1px;
	background: var(--gold);
	margin: 1.75rem auto 1.5rem;
	position: relative;
}

.hero-rule::before {
	content: '\2726';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--black);
	color: var(--gold-bright);
	padding: 0 12px;
	font-size: .8rem;
}

.hero-sub {
	font-size: 1.1rem;
	color: #e9dfc9;
	max-width: 580px;
	margin: 0 auto 2rem;
	line-height: 1.55;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	border: 1px solid var(--gold);
	color: var(--gold-bright);
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: .14em;
	text-transform: uppercase;
	font-size: .8rem;
	padding: .55rem 1.4rem;
	border-radius: 2px;
}

.hero-badge b {
	color: var(--coral);
	font-weight: 700;
}

.content-section {
	max-width: 720px;
	margin: 0 auto;
	padding: 4rem 1.5rem;
	text-align: center;
}

.content-section h2 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: var(--oxblood);
	font-size: 1.6rem;
	letter-spacing: .04em;
	margin-bottom: 1rem;
}

.content-section p {
	font-size: 1.15rem;
	line-height: 1.7;
}

.site-header {
	background: var(--black);
	padding: 1rem 1.5rem;
	text-align: center;
	border-bottom: 1px solid rgba(201,162,75,0.25);
}

.site-header .site-title {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: var(--gold-bright);
	font-size: .95rem;
	letter-spacing: .08em;
	text-decoration: none;
}

.pre-title {
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: .22em;
	text-transform: uppercase;
	font-size: .78rem;
	color: #c9bda3;
	margin: 0 0 .9rem;
}

.entry-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: .9rem;
	margin-bottom: 1.75rem;
	font-size: .85rem;
	color: #c9bda3;
}

.entry-confirmed {
	border: 1px solid var(--gold);
	color: var(--gold-bright);
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .72rem;
	padding: .3rem .8rem;
	border-radius: 2px;
}

.byline {
	font-style: italic;
}

.byline b {
	color: #f2e8d5;
	font-weight: 600;
}

.hero-ctas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin: 1rem 0 2.25rem;
}

.hero-ctas a {
	text-decoration: none;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: .85rem;
	padding: .75rem 1.6rem;
	border-radius: 2px;
}

.cta-primary {
	background: var(--coral);
	color: #1a0a06;
	font-weight: 700;
}

.cta-secondary {
	border: 1px solid #f2e8d5;
	color: #f2e8d5;
}

.route-strip {
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: .8rem;
	color: var(--gold-bright);
}

.section-block {
	max-width: 900px;
	margin: 0 auto;
	padding: 5rem 1.5rem;
}

.section-block.alt {
	background: #ece0c6;
}

.section-eyebrow {
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	color: var(--oxblood);
	letter-spacing: .3em;
	font-size: .8rem;
	margin-bottom: .5rem;
}

.section-title {
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 2rem;
	color: var(--ink);
	margin: 0 0 3rem;
}

.triangle-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 2rem;
}

.entrant-card {
	border: 1px solid var(--parchment-line);
	background: #f8f1e0;
	padding: 1.75rem;
	text-align: center;
}

.entrant-eyebrow {
	font-size: .75rem;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--oxblood);
	margin-bottom: .5rem;
}

.entrant-name {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1.4rem;
	margin: 0 0 .25rem;
}

.entrant-role {
	font-size: .8rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--coral);
	margin-bottom: 1rem;
}

.entrant-card p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.entrant-tag {
	font-size: .8rem;
	font-style: italic;
	color: var(--oxblood);
}

.route-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.route-stop {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 1.5rem;
	border-left: 2px solid var(--oxblood);
	padding-left: 1.5rem;
}

.route-tag {
	font-size: .75rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--oxblood);
}

.route-place {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1.25rem;
	margin: .2rem 0 .4rem;
}

.route-desc {
	font-size: .98rem;
	line-height: 1.55;
}

.press-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 2rem;
}

.press-card {
	text-align: center;
	border: 1px solid var(--parchment-line);
	padding: 1.5rem;
}

.press-source {
	font-size: .75rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--oxblood);
	margin-bottom: .5rem;
}

.press-title {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1.2rem;
	margin: 0 0 .6rem;
}

.press-card p {
	font-size: .95rem;
	line-height: 1.55;
}

.lived-block {
	text-align: center;
}

.lived-block p {
	font-size: 1.1rem;
	line-height: 1.7;
	max-width: 640px;
	margin: 0 auto 1.5rem;
}

.eyewitness-tag {
	display: inline-block;
	border: 1px solid var(--oxblood);
	color: var(--oxblood);
	font-size: .78rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: .5rem 1.2rem;
	margin-bottom: 2.5rem;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.5rem;
	text-align: left;
}

.stat-card {
	background: #f8f1e0;
	border: 1px solid var(--parchment-line);
	padding: 1.1rem 1.3rem;
}

.stat-label {
	font-size: .72rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--oxblood);
	margin-bottom: .35rem;
}

.stat-value {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1.2rem;
}

.closing-band {
	background: var(--black);
	color: #f2e8d5;
	text-align: center;
	padding: 5rem 1.5rem;
}

.closing-band h2 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1.9rem;
	max-width: 640px;
	margin: 0 auto 2rem;
	color: #f6efe0;
}

.site-footer {
	background: #1c1512;
	color: #cfc3a9;
	text-align: center;
	padding: 3rem 1.5rem;
	font-size: .9rem;
	line-height: 1.7;
}

.site-footer b {
	color: #f2e8d5;
}