* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	background: #EDF4FB;
	color: #0D253F;
	line-height: 1.7;
	transition: background 0.4s, color .4s;
}

.donation-banner {
	background: linear-gradient(135deg,#2C5F8A,#5B9EC9);
	color: #fff;
	text-align: center;
	padding: 12px 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.05rem;
	letter-spacing: 1px;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.donation-banner a {
	color: #fff;
	text-decoration: none;
	background: rgba(255,255,255,0.2);
	padding: 6px 20px;
	border-radius: 25px;
	margin-left: 15px;
	transition: background .3s;
	font-weight: 600;
}

.donation-banner a:hover {
	background: rgba(255,255,255,0.35);
}

.hero {
	background: linear-gradient(170deg,#0D253F 0%,#2C5F8A 45%,#5B9EC9 100%);
	color: #fff;
	text-align: center;
	padding: 80px 20px 60px;
	position: relative;
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: repeating-linear-gradient(90deg, transparent, transparent 48%,
      rgba(255,255,255,0.03) 48%, rgba(255,255,255,0.03) 52%, transparent 52%);
}

.hero-shield-wrap {
	display: inline-block;
	margin-bottom: 28px;
	position: relative;
	filter: drop-shadow(0 6px 18px rgba(0,0,0,0.5));
}

.r66-sign {
	width: 130px;
	height: auto;
}

.hero h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
	position: relative;
}

.hero .subtitle {
	font-family: 'Playfair Display', serif;
	font-size: 1.3rem;
	font-style: italic;
	opacity: .9;
	margin-bottom: 5px;
}

.hero .centennial {
	display: inline-block;
	background: #F0C040;
	color: #0D253F;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	padding: 6px 25px;
	border-radius: 3px;
	font-size: 1rem;
	letter-spacing: 2px;
	margin-top: 15px;
}

nav {
	background: #0D253F;
	padding: 0;
	position: sticky;
	top: 44px;
	z-index: 999;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 3px solid #F0C040;
}

nav a {
	color: #ccc;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: .95rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 14px 22px;
	transition: all .3s;
}

nav a:hover {
	color: #F0C040;
	background: rgba(255,255,255,0.05);
}

.section {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 25px;
	background-color: #EDF4FB;
}

.section h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	color: #2C5F8A;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid #5B9EC9;
	display: inline-block;
}

.section p {
	margin-bottom: 18px;
	font-size: 1.05rem;
}

.section .highlight {
	background: #E8F2FB;
	border-left: 4px solid #5B9EC9;
	padding: 20px 25px;
	margin: 25px 0;
	border-radius: 0 8px 8px 0;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1.1rem;
	line-height: 1.8;
}

.gas-station-photo {
	width: 100%;
	max-height: 380px;
	object-fit: cover;
	border-radius: 8px;
	margin: 28px 0 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.photo-caption {
	text-align: center;
	font-size: .85rem;
	color: #888;
	font-style: italic;
	margin-bottom: 20px;
}

.map-section {
	background: #3A3A3A;
	padding: 40px 0 0;
}

.map-section h2 {
	color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.map-section .map-subtitle {
	color: #aaa;
	text-align: center;
	font-size: .95rem;
	margin-bottom: 20px;
}

#routeMap {
	width: 100%;
	height: 500px;
}

.map-stats {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 25px 20px;
	flex-wrap: wrap;
}

.stat {
	text-align: center;
	color: #fff;
}

.stat .num {
	font-family: 'Oswald', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #F0C040;
}

.stat .label {
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}

.tracking-section {
	background: linear-gradient(135deg, #1E3A5F, #0D253F);
	padding: 40px 0 0;
}

.tracking-section h2 {
	color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.tracking-section .track-subtitle {
	color: #8ab4f8;
	text-align: center;
	font-size: .95rem;
	margin-bottom: 20px;
}

#trackingMap {
	width: 100%;
	height: 450px;
}

.tracking-info {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 20px;
	flex-wrap: wrap;
}

.track-stat {
	background: rgba(255,255,255,0.1);
	padding: 15px 25px;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	min-width: 150px;
}

.track-stat .val {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	color: #8ab4f8;
}

.track-stat .lbl {
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .7;
}

.pulse-dot {
	width: 14px;
	height: 14px;
	background: #4CAF50;
	border-radius: 50%;
	display: inline-block;
	animation: pulse 2s infinite;
	vertical-align: middle;
	margin-right: 6px;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(76,175,80,0.6);
	}
	
	70% {
		box-shadow: 0 0 0 12px rgba(76,175,80,0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(76,175,80,0);
	}
}

.timeline {
	position: relative;
	padding: 20px 0;
}

.timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 3px;
	height: 100%;
	background: #4A90D9;
	top: 0;
}

.timeline-item {
	display: flex;
	justify-content: flex-end;
	padding-right: calc(50% + 30px);
	position: relative;
	margin-bottom: 30px;
}

.timeline-item:nth-child(even) {
	justify-content: flex-start;
	padding-right: 0;
	padding-left: calc(50% + 30px);
}

.timeline-item::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #4A90D9;
	border: 3px solid #EDF4FB;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	top: 10px;
}

.timeline-content {
	background: #fff;
	padding: 18px 22px;
	border-radius: 8px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	max-width: 350px;
}

.timeline-content .date {
	font-family: 'Oswald', sans-serif;
	color: #4A90D9;
	font-size: .9rem;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.timeline-content h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.1rem;
	margin-bottom: 5px;
	color: #0D253F;
}

.timeline-content p {
	font-size: .9rem;
	color: #666;
	line-height: 1.5;
}

.story-section {
	background: #fff;
	border-top: 5px solid #F0C040;
}

footer {
	background: #0D253F;
	color: #aaa;
	text-align: center;
	padding: 30px 20px;
	font-size: .85rem;
}

footer a {
	color: #F0C040;
	text-decoration: none;
}

@media (max-width: 768px) {
	.hero h1 {
		font-size: 1.8rem;
	}
	
	.r66-sign {
		width: 90px;
	}
	
	nav a {
		padding: 10px 14px;
		font-size: .85rem;
	}
	
	.timeline-item,.timeline-item:nth-child(even) {
		padding-left: 40px;
		padding-right: 0;
		justify-content: flex-start;
	}
	
	.timeline::before {
		left: 10px;
	}
	
	.timeline-item::after {
		left: 10px;
	}
	
	.map-stats {
		gap: 20px;
	}
}

.gallery-section {
	background: #EDF4FB;
	padding: 50px 0;
}

.gallery-section .inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 25px;
}

.gallery-section h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	color: #2C5F8A;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #5B9EC9;
	display: inline-block;
}

.gallery-filter {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 20px 0 30px;
}

.filter-btn {
	font-family: 'Oswald', sans-serif;
	font-size: .85rem;
	letter-spacing: 1px;
	padding: 7px 18px;
	border-radius: 20px;
	border: 2px solid #5B9EC9;
	background: transparent;
	color: #2C5F8A;
	cursor: pointer;
	transition: all .25s;
}

.filter-btn:hover,.filter-btn.active {
	background: #2C5F8A;
	border-color: #2C5F8A;
	color: #fff;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
}

.gallery-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	transition: transform 0.25s, box-shadow .25s;
	cursor: pointer;
}

.gallery-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.18);
}

.gallery-card .thumb {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.gallery-card .thumb-placeholder {
	width: 100%;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e8e0d8, #d0c8be);
	color: #888;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	letter-spacing: 1px;
	gap: 8px;
}

.thumb-placeholder .ph-icon {
	font-size: 2.5rem;
	opacity: .5;
}

.gallery-card.video-card .thumb-placeholder {
	background: linear-gradient(135deg, #1e3a5f, #2c5f8a);
	color: #8ab4f8;
}

.gallery-card .card-info {
	padding: 14px 16px;
}

.gallery-card .card-state {
	font-family: 'Oswald', sans-serif;
	font-size: .78rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #4A90D9;
	margin-bottom: 4px;
}

.gallery-card .card-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	color: #0D253F;
	margin-bottom: 4px;
}

.gallery-card .card-caption {
	font-size: .82rem;
	color: #888;
	line-height: 1.45;
}

.gallery-card .video-badge {
	display: inline-block;
	background: #E8433E;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: .72rem;
	letter-spacing: 1px;
	padding: 2px 8px;
	border-radius: 10px;
	margin-bottom: 6px;
}

.gallery-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	color: #aaa;
	text-align: center;
	gap: 10px;
}

.gallery-empty-icon {
	font-size: 3rem;
	opacity: .35;
	margin-bottom: 8px;
}

.gallery-empty-state p {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1.1rem;
	margin: 0;
}

.gallery-empty-state .gallery-empty-sub {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: .85rem;
	color: #5B9EC9;
	opacity: .7;
}

.lightbox-overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.92);
	z-index: 9000;
	align-items: center;
	justify-content: center;
}

.lightbox-overlay.open {
	display: flex;
}

.lightbox-content {
	max-width: 90vw;
	max-height: 85vh;
	position: relative;
	text-align: center;
}

.lightbox-content img {
	max-width: 100%;
	max-height: 80vh;
	border-radius: 4px;
	box-shadow: 0 0 40px rgba(0,0,0,0.6);
}

.lightbox-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	line-height: 1;
}

.lightbox-caption {
	color: #ccc;
	margin-top: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: .9rem;
}

@media (max-width: 768px) {
	.gallery-grid {
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	}
}

.fundraising-section {
	background: #EDF4FB;
	padding: 60px 0;
	border-top: 4px solid #F0C040;
	border-bottom: 4px solid #F0C040;
}

.fundraising-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 25px;
}

.fundraising-title {
	font-family: 'Oswald', sans-serif;
	font-size: 2.2rem;
	color: #2C5F8A;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 8px;
}

.fundraising-sub {
	text-align: center;
	color: #2C5F8A;
	font-size: 1rem;
	margin-bottom: 35px;
	font-style: italic;
	font-family: 'Playfair Display', serif;
}

.fundraising-video-wrap {
	width: 100%;
	max-width: 780px;
	margin: 0 auto 40px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	background: #000;
}

.fundraising-video-wrap video {
	width: 100%;
	display: block;
	max-height: 480px;
}

.fundraising-org {
	color: #333;
	margin-bottom: 40px;
}

.fundraising-org h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.3rem;
	color: #2C5F8A;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.fundraising-org p {
	font-size: 1rem;
	line-height: 1.75;
	margin-bottom: 14px;
}

.tiers-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	color: #2C5F8A;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 6px;
}

.tiers-sub {
	text-align: center;
	color: #555;
	font-size: 0.9rem;
	margin-bottom: 28px;
}

.donation-tiers {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 16px;
	margin-bottom: 40px;
}

.tier-card {
	background: white;
	border: 1px solid rgba(44,95,138,0.2);
	border-radius: 10px;
	padding: 22px 20px;
	color: #333;
	transition: background 0.25s, transform 0.2s;
	box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.tier-card:hover {
	background: #E8F2FB;
	transform: translateY(-3px);
}

.tier-card--large {
	border-color: #F0C040;
	background: #fffbef;
}

.tier-amount {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: #2C5F8A;
	margin-bottom: 6px;
}

.tier-label {
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #3B638C;
	margin-bottom: 8px;
}

.tier-desc {
	font-size: 0.85rem;
	color: #555;
	line-height: 1.5;
}

.fundraising-cta {
	text-align: center;
	padding-top: 10px;
}

.donate-btn {
	display: inline-block;
	background: linear-gradient(135deg, #2C5F8A, #5B9EC9);
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1rem;
	letter-spacing: 2px;
	padding: 16px 40px;
	border-radius: 35px;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(74,144,217,0.4);
	transition: transform 0.2s, box-shadow .2s;
	margin-bottom: 18px;
	display: inline-block;
}

.donate-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(74,144,217,0.55);
}

.cta-links {
	color: #8ab4f8;
	font-size: .9rem;
}

.cta-links a {
	color: #8ab4f8;
}

.cta-links a:hover {
	color: #fff;
}

@media (max-width: 768px) {
	.donation-tiers {
		grid-template-columns: 1fr 1fr;
	}
	
	.fundraising-title {
		font-size: 1.6rem;
	}
}

@media (max-width: 480px) {
	.donation-tiers {
		grid-template-columns: 1fr;
	}
}