/**
 * Javelina Explorers Travel Program
 *
 * @package TAMUK_Foundation
 * @since   1.1.0
 */

.tamuk-exp {
	font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
	color: #333;
}

/* ==========================================================================
   Banner
   ========================================================================== */

.tamuk-exp-banner {
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 2rem;
}

.tamuk-exp-banner-img {
	width: 100%;
	height: auto;
	display: block;
}

/* ==========================================================================
   Introduction
   ========================================================================== */

.tamuk-exp-intro {
	max-width: 800px;
	margin: 0 auto 2.5rem;
	font-size: 1.05rem;
	line-height: 1.75;
	color: #374151;
	text-align: center;
}

.tamuk-exp-intro p {
	margin: 0 0 1rem;
}

.tamuk-exp-intro p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   Section Headers
   ========================================================================== */

.tamuk-exp-section-header {
	border-top: 3px solid #FCC10F;
	padding-top: 1rem;
	margin-bottom: 1.5rem;
}

.tamuk-exp-accent { display: none; }

.tamuk-exp-section-title {
	font-family: 'Cinzel', serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #003399;
	margin: 0;
}

/* ==========================================================================
   Trip Cards
   ========================================================================== */

.tamuk-exp-trips {
	margin-bottom: 3rem;
}

.tamuk-exp-trips-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 1.5rem;
}

.tamuk-exp-trip-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tamuk-exp-trip-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.tamuk-exp-trip-image {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: linear-gradient(135deg, #003399 0%, #001a4d 100%);
}

.tamuk-exp-trip-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tamuk-exp-trip-image--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.3);
}

.tamuk-exp-trip-year-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 4px 14px;
	background: #FCC10F;
	color: #003399;
	font-size: 0.8rem;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: 0.04em;
}

.tamuk-exp-trip-body {
	padding: 1.5rem;
}

.tamuk-exp-trip-destination {
	font-family: 'Cinzel', serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #003399;
	margin: 0 0 0.25rem;
}

.tamuk-exp-trip-tagline {
	font-size: 1rem;
	font-style: italic;
	color: #6B7280;
	margin: 0 0 0.5rem;
}

.tamuk-exp-trip-dates {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #003399;
	margin: 0 0 0.75rem;
}

.tamuk-exp-trip-dates svg {
	flex-shrink: 0;
	opacity: 0.6;
}

.tamuk-exp-trip-desc {
	font-size: 0.9rem;
	color: #4B5563;
	line-height: 1.6;
	margin: 0 0 1rem;
}

.tamuk-exp-trip-downloads {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.tamuk-exp-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0.4rem 1rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: #003399;
	background: #fff;
	border: 1.5px solid #003399;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.tamuk-exp-download-btn:hover {
	background: #003399;
	color: #fff;
}

.tamuk-exp-trip-addon {
	padding: 1rem 1.25rem;
	background: #eff6ff;
	border-radius: 10px;
	border: 1px solid #bfdbfe;
}

.tamuk-exp-trip-addon-text {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.85rem;
	color: #1E40AF;
	line-height: 1.5;
}

.tamuk-exp-trip-addon-text svg {
	flex-shrink: 0;
	margin-top: 2px;
	color: #3B82F6;
}

.tamuk-exp-trip-addon-downloads {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid #bfdbfe;
}

.tamuk-exp-download-btn--addon {
	border-color: #3B82F6;
	color: #1E40AF;
	background: #fff;
	font-size: 0.78rem;
}

.tamuk-exp-download-btn--addon:hover {
	background: #1E40AF;
	border-color: #1E40AF;
	color: #fff;
}

/* ==========================================================================
   Trip Director
   ========================================================================== */

.tamuk-exp-director {
	margin-bottom: 3rem;
}

.tamuk-exp-director-card {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
	background: #f8f9fb;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 2rem;
}

.tamuk-exp-director-photo {
	flex-shrink: 0;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #003399;
}

.tamuk-exp-director-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tamuk-exp-director-info {
	flex: 1;
	min-width: 0;
}

.tamuk-exp-director-name {
	font-family: 'Cinzel', serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #003399;
	margin: 0 0 0.15rem;
}

.tamuk-exp-director-role {
	font-size: 0.9rem;
	font-weight: 600;
	color: #FCC10F;
	margin: 0 0 1rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.tamuk-exp-director-bio {
	font-size: 0.95rem;
	color: #4B5563;
	line-height: 1.7;
}

.tamuk-exp-director-bio p {
	margin: 0 0 0.75rem;
}

.tamuk-exp-director-bio p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   CTA / Contact
   ========================================================================== */

.tamuk-exp-cta {
	margin-bottom: 2rem;
}

.tamuk-exp-cta-card {
	background: linear-gradient(135deg, #003399 0%, #001a4d 100%);
	border-radius: 14px;
	padding: 2.5rem;
	text-align: center;
	color: #fff;
}

.tamuk-exp-cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: rgba(252, 193, 15, 0.15);
	border: 2px solid rgba(252, 193, 15, 0.3);
	border-radius: 50%;
	color: #FCC10F;
	margin: 0 auto 1rem;
}

.tamuk-exp-cta-text {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.65;
	max-width: 650px;
	margin: 0 auto 1.5rem;
}

.tamuk-exp-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.tamuk-exp-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0.6rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 600;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.2s ease;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.08);
}

.tamuk-exp-cta-btn:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.5);
}

.tamuk-exp-cta-btn--primary {
	background: #FCC10F;
	color: #003399;
	border-color: #FCC10F;
}

.tamuk-exp-cta-btn--primary:hover {
	background: #fff;
	border-color: #fff;
	color: #003399;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 768px) {
	.tamuk-exp-trips-grid {
		grid-template-columns: 1fr;
	}

	.tamuk-exp-director-card {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 1.5rem;
	}

	.tamuk-exp-director-photo {
		width: 120px;
		height: 120px;
	}

	.tamuk-exp-cta-card {
		padding: 1.5rem;
	}

	.tamuk-exp-cta-actions {
		flex-direction: column;
		align-items: center;
	}

	.tamuk-exp-banner {
		border-radius: 10px;
	}
}

/* ==========================================================================
   Entrance Animations (scroll-triggered via IntersectionObserver)
   ========================================================================== */

.tamuk-exp-banner,
.tamuk-exp-intro,
.tamuk-exp-section-header,
.tamuk-exp-trip-card,
.tamuk-exp-director-card,
.tamuk-exp-cta-card {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.tamuk-exp-banner.tamuk-exp-visible,
.tamuk-exp-intro.tamuk-exp-visible,
.tamuk-exp-section-header.tamuk-exp-visible,
.tamuk-exp-trip-card.tamuk-exp-visible,
.tamuk-exp-director-card.tamuk-exp-visible,
.tamuk-exp-cta-card.tamuk-exp-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Stagger trip cards */
.tamuk-exp-trip-card:nth-child(1) { transition-delay: 0s; }
.tamuk-exp-trip-card:nth-child(2) { transition-delay: 0.12s; }
.tamuk-exp-trip-card:nth-child(3) { transition-delay: 0.24s; }

/* Director card slides in from left */
.tamuk-exp-director-card {
	transform: translateX(-30px);
}
.tamuk-exp-director-card.tamuk-exp-visible {
	transform: translateX(0);
}

/* CTA card scales up slightly */
.tamuk-exp-cta-card {
	transform: translateY(20px) scale(0.97);
}
.tamuk-exp-cta-card.tamuk-exp-visible {
	transform: translateY(0) scale(1);
}

/* ==========================================================================
   Reduced Motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	.tamuk-exp-banner,
	.tamuk-exp-intro,
	.tamuk-exp-section-header,
	.tamuk-exp-trip-card,
	.tamuk-exp-director-card,
	.tamuk-exp-cta-card {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.tamuk-exp-trip-card,
	.tamuk-exp-download-btn,
	.tamuk-exp-cta-btn {
		transition: none;
	}

	.tamuk-exp-trip-card:hover {
		transform: none;
	}
}
