/* ═══════════════════════════════════════════════════════
   TETON TROUTFITTERS — ABOUT PAGE CSS
   Scoped with .tt- prefix. No global overrides.
   Loaded conditionally on the About page only.
   ═══════════════════════════════════════════════════════ */


/* ── Hero Overlay ─────────────────────────────────────── */

.tt-about-hero {
	position: relative;
}

.tt-about-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(7, 15, 26, 0.92) 0%,
		rgba(7, 15, 26, 0.40) 55%,
		rgba(7, 15, 26, 0.15) 100%
	);
	pointer-events: none;
	z-index: 1;
}

.tt-about-hero .elementor-column {
	z-index: 2;
}


/* ── Hero Stat Separators ─────────────────────────────── */

.tt-hero-stat + .tt-hero-stat {
	border-left: 0.03125rem solid rgba(255, 255, 255, 0.12);
	padding-left: 2rem;
}


/* ── Section Label with Line ──────────────────────────── */

.tt-sec-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #2B7A6F;
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin-bottom: 0.75rem;
}

.tt-sec-label::after {
	content: '';
	flex: 1;
	height: 0.03125rem;
	background: #E8E4DC;
}

.tt-sec-label--light::after {
	background: rgba(255, 255, 255, 0.08);
}


/* ── Milestone Timeline ───────────────────────────────── */

.tt-timeline-col {
	padding: 1.25rem 1.5rem;
	border-right: 0.03125rem solid #E8E4DC;
	position: relative;
}

.tt-timeline-col:last-child {
	border-right: none;
}

.tt-timeline-col::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1.5rem;
	width: 0.5rem;
	height: 0.1875rem;
	background: #C49A3C;
}


/* ── Permitted Water Cards ────────────────────────────── */

.tt-water-card {
	border-top: 0.1875rem solid #2B7A6F;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tt-water-card--featured {
	border-top-color: #C49A3C;
}


/* ── Guide Team Cards ─────────────────────────────────── */

.tt-guide-card__img {
	position: relative;
	overflow: hidden;
	background: #142236;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tt-guide-avatar {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: #0B1A2C;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: #F2EDE2;
}

.tt-guide-avatar--owner {
	border: 0.125rem solid #C49A3C;
}

.tt-guide-avatar--head {
	border: 0.125rem solid #2B7A6F;
}

.tt-guide-avatar--default {
	border: 0.125rem solid rgba(255, 255, 255, 0.2);
}

.tt-guide-badge {
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 0.5rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.125rem 0.375rem;
	border-radius: 0.125rem;
}

.tt-guide-badge--owner {
	background: #C49A3C;
	color: #070F1A;
}

.tt-guide-badge--head {
	background: #2B7A6F;
	color: #F2EDE2;
}


/* ── Conservation Principle Cards ─────────────────────── */

.tt-principle {
	background: rgba(255, 255, 255, 0.04);
	border: 0.03125rem solid rgba(255, 255, 255, 0.08);
	border-radius: 0.375rem;
	padding: 0.875rem;
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
}

.tt-principle__num {
	font-family: Lora, Georgia, serif;
	font-size: 1.125rem;
	color: #C49A3C;
	flex-shrink: 0;
	width: 1.5rem;
	text-align: right;
}


/* ── Riverbend Project Stat Cards ─────────────────────── */

.tt-rb-stat {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 0.375rem;
	padding: 1.25rem;
}


/* ── Responsive ───────────────────────────────────────── */

@media (max-width: 48rem) {
	.tt-hero-stat + .tt-hero-stat {
		padding-left: 1rem;
	}
}
