/**
 * AAIC 80th Anniversary Page Stylesheet
 * 
 * Brand Colors:
 * - Purple (80th Signature): #8b5fa8
 * - Orange: #f6951F
 * - Gray: #6e7073
 * - Font: Raleway (wght: 400, 600, 700, 800)
 */

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

/* ============ BASE STYLES ============ */

.aaic-80th-page {
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #333;
	background-color: #fff;
	line-height: 1.6;
}

.aaic-80th-page h1,
.aaic-80th-page h2,
.aaic-80th-page h3,
.aaic-80th-page h4,
.aaic-80th-page h5,
.aaic-80th-page h6 {
	font-family: 'Raleway', sans-serif;
	margin-top: 0;
	line-height: 1.2;
}

/* ============ HERO SECTION ============ */

.aaic-80th-hero {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #8b5fa8 0%, #7a4d92 100%);
	color: #fff;
	overflow: hidden;
}

.aaic-80th-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.aaic-80th-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.aaic-80th-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 700px;
	padding: 60px 40px;
	background: rgba(139, 95, 168, 0.95);
	border-radius: 0;
}

.aaic-80th-hero-title {
	font-size: 3.5rem;
	font-weight: 800;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
}

.aaic-80th-hero-subtitle {
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 0 30px 0;
	color: #f6951F;
}

.aaic-80th-hero-description {
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0 0 20px 0;
	line-height: 1.8;
}

.aaic-80th-hero-tagline {
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	color: #e0d0f0;
	margin-top: 20px;
}

/* Button in Hero */
.aaic-80th-hero .aaic-80th-button {
	display: inline-block;
	margin-top: 30px;
}

/* ============ 80TH LOGO SECTION ============ */

.aaic-80th-logo-section {
	padding: 60px 40px;
	background-color: #fff;
	text-align: center;
}

.aaic-80th-logo-container {
	max-width: 800px;
	margin: 0 auto;
}

.aaic-80th-logo-image {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* ============ DONATION CTA SECTION ============ */

.aaic-80th-cta {
	padding: 60px 40px;
	background: linear-gradient(135deg, #f6951F 0%, #e88015 100%);
	color: #fff;
}

.aaic-80th-cta-content {
	max-width: 1000px;
	margin: 0 auto;
}

/* Logo in CTA Section */
.aaic-80th-cta-logo {
	text-align: center;
	margin-bottom: 40px;
}

.aaic-80th-cta-logo img {
	max-width: 100%;
	height: auto;
	max-height: 200px;
	display: block;
	margin: 0 auto;
}

/* CTA Heading */
.aaic-80th-cta h2 {
	font-size: 2.5rem;
	font-weight: 800;
	margin: 0 0 40px 0;
	color: #fff;
	text-align: center;
}

/* Two-Column Info Section */
.aaic-80th-cta-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.aaic-80th-cta-info-left {
	text-align: left;
}

.aaic-80th-cta-info-right {
	text-align: left;
}

.aaic-80th-cta-date {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1.6;
	color: #fff;
}

.aaic-80th-cta-tagline {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
	color: rgba(255, 255, 255, 0.95);
	line-height: 1.7;
	font-style: italic;
}

.aaic-80th-cta-info-right p {
	font-size: 1.05rem;
	margin: 0;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.95);
}

/* CTA Options (White Cards) */
.aaic-80th-cta-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 40px;
}

.aaic-80th-cta-option {
	background: #fff;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	text-align: center;
}

.aaic-80th-cta-option h4 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #8b5fa8;
	margin: 0 0 15px 0;
}

.aaic-80th-cta-option p {
	font-size: 0.95rem;
	color: #333;
	margin: 0;
	line-height: 1.6;
}

/* CTA Action Buttons */
.aaic-80th-cta-actions {
	text-align: center;
}

.aaic-80th-cta-secondary {
	font-size: 0.95rem;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.9);
}

.aaic-80th-cta-secondary a {
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
	transition: opacity 0.3s ease;
}

.aaic-80th-cta-secondary a:hover {
	opacity: 0.85;
}

/* ============ GRATITUDE SECTION ============ */

.aaic-80th-gratitude {
	padding: 60px 40px;
	background-color: #f9f9f9;
	text-align: center;
}

.aaic-80th-gratitude-content {
	max-width: 700px;
	margin: 0 auto;
}

.aaic-80th-gratitude-text {
	font-size: 1.2rem;
	font-weight: 600;
	color: #8b5fa8;
	margin: 0 0 40px 0;
	line-height: 1.8;
}

.aaic-80th-gratitude-signatures {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	text-align: center;
}

.aaic-80th-gratitude-signatures p {
	font-size: 1rem;
	color: #333;
	margin: 0;
	line-height: 1.6;
}

/* ============ BUTTONS ============ */

.aaic-80th-button {
	display: inline-block;
	padding: 15px 40px;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.aaic-80th-button-primary {
	background-color: #fff;
	color: #f6951F;
	border: 2px solid #fff;
}

.aaic-80th-button-primary:hover {
	background-color: transparent;
	color: #fff;
}

.aaic-80th-hero .aaic-80th-button-primary {
	background-color: #f6951F;
	color: #fff;
}

.aaic-80th-hero .aaic-80th-button-primary:hover {
	background-color: #e88015;
	color: #fff;
}

/* ============ HISTORY / TIMELINE SECTION ============ */

.aaic-80th-history {
	padding: 80px 40px;
	background-color: #f9f9f9;
}

.aaic-80th-history-header {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 60px;
}

.aaic-80th-history-header h2 {
	font-size: 2.5rem;
	font-weight: 800;
	margin: 0 0 10px 0;
	color: #8b5fa8;
}

.aaic-80th-history-header p {
	font-size: 1.1rem;
	font-weight: 400;
	color: #6e7073;
	margin: 0;
}

/* Timeline Container */
.aaic-80th-timeline {
	max-width: 900px;
	margin: 0 auto;
}

/* Decade Headers */
.aaic-80th-timeline-decade {
	margin-bottom: 50px;
}

.aaic-80th-decade-header {
	font-size: 1.8rem;
	font-weight: 700;
	color: #6e7073;
	margin: 40px 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #f6951F;
	display: inline-block;
}

/* Timeline Entry */
.aaic-80th-timeline-entry {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 30px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}

.aaic-80th-timeline-entry:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.aaic-80th-entry-year {
	font-size: 1.3rem;
	font-weight: 800;
	color: #8b5fa8;
	padding-top: 5px;
}

.aaic-80th-page .aaic-80th-timeline .aaic-80th-entry-content h4 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #8b5fa8 !important;
	margin: 0 0 10px 0;
}

.aaic-80th-page .aaic-80th-entry-content h4 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #8b5fa8 !important;
	margin: 0 0 10px 0;
}

.aaic-80th-entry-content p {
	font-size: 1rem;
	font-weight: 400;
	color: #555;
	margin: 0;
	line-height: 1.7;
}

/* ============ RESPONSIVE DESIGN ============ */

@media (max-width: 768px) {
	
	/* Hero */
	.aaic-80th-hero {
		min-height: 400px;
	}

	.aaic-80th-hero-content {
		padding: 40px 30px;
	}

	.aaic-80th-hero-title {
		font-size: 2.5rem;
	}

	.aaic-80th-hero-subtitle {
		font-size: 1.2rem;
	}

	.aaic-80th-hero-description {
		font-size: 1rem;
	}

	/* CTA */
	.aaic-80th-cta {
		padding: 50px 30px;
	}

	.aaic-80th-cta h2 {
		font-size: 2rem;
	}

	.aaic-80th-cta-logo img {
		max-height: 150px;
	}

	.aaic-80th-cta-info {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.aaic-80th-cta-date {
		font-size: 1.1rem;
	}

	.aaic-80th-cta-tagline {
		font-size: 1rem;
	}

	.aaic-80th-cta-info-right p {
		font-size: 1rem;
	}

	.aaic-80th-cta-options {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-bottom: 30px;
	}

	.aaic-80th-cta-option {
		padding: 20px;
	}

	.aaic-80th-cta-option h4 {
		font-size: 1rem;
		margin-bottom: 8px;
	}

	.aaic-80th-cta-option p {
		font-size: 0.9rem;
	}

	.aaic-80th-gratitude-text {
		font-size: 1.1rem;
		margin-bottom: 30px;
	}

	.aaic-80th-gratitude-signatures {
		gap: 20px;
	}

	/* History */
	.aaic-80th-history {
		padding: 60px 30px;
	}

	.aaic-80th-history-header h2 {
		font-size: 2rem;
	}

	.aaic-80th-history-header {
		margin-bottom: 40px;
	}

	.aaic-80th-decade-header {
		font-size: 1.5rem;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	/* Timeline Timeline Entry */
	.aaic-80th-timeline-entry {
		grid-template-columns: 80px 1fr;
		gap: 20px;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.aaic-80th-entry-year {
		font-size: 1.1rem;
	}

	.aaic-80th-entry-content h4 {
		font-size: 1.1rem;
	}

	.aaic-80th-entry-content p {
		font-size: 0.95rem;
	}

}

@media (max-width: 480px) {
	
	/* Hero */
	.aaic-80th-hero {
		min-height: 350px;
	}

	.aaic-80th-hero-content {
		padding: 30px 20px;
	}

	.aaic-80th-hero-title {
		font-size: 2rem;
	}

	.aaic-80th-hero-subtitle {
		font-size: 1rem;
		margin-bottom: 15px;
	}

	.aaic-80th-hero-description {
		font-size: 0.95rem;
		margin-bottom: 15px;
	}

	.aaic-80th-hero-tagline {
		font-size: 0.9rem;
		margin-top: 15px;
	}

	.aaic-80th-button {
		padding: 12px 30px;
		font-size: 0.9rem;
	}

	/* CTA */
	.aaic-80th-cta {
		padding: 30px 20px;
	}

	.aaic-80th-cta h2 {
		font-size: 1.5rem;
		margin-bottom: 25px;
	}

	.aaic-80th-cta-logo {
		margin-bottom: 25px;
	}

	.aaic-80th-cta-logo img {
		max-height: 120px;
	}

	.aaic-80th-cta-info {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border: none;
	}

	.aaic-80th-cta-date {
		font-size: 0.95rem;
		margin-bottom: 15px;
	}

	.aaic-80th-cta-tagline {
		font-size: 0.9rem;
	}

	.aaic-80th-cta-info-right p {
		font-size: 0.9rem;
	}

	.aaic-80th-cta-options {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-bottom: 20px;
	}

	.aaic-80th-cta-option {
		padding: 15px;
	}

	.aaic-80th-cta-option h4 {
		font-size: 0.95rem;
		margin-bottom: 8px;
	}

	.aaic-80th-cta-option p {
		font-size: 0.85rem;
	}

	.aaic-80th-cta-secondary {
		font-size: 0.85rem;
		margin-top: 15px;
	}

	/* History */
	.aaic-80th-history {
		padding: 40px 20px;
	}

	.aaic-80th-history-header h2 {
		font-size: 1.6rem;
	}

	.aaic-80th-history-header {
		margin-bottom: 30px;
	}

	.aaic-80th-decade-header {
		font-size: 1.3rem;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	/* Timeline Entry */
	.aaic-80th-timeline-entry {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 25px;
		padding-bottom: 20px;
	}

	.aaic-80th-entry-year {
		font-size: 1rem;
	}

	.aaic-80th-entry-content h4 {
		font-size: 1rem;
		margin-bottom: 8px;
        color: #333 !important;
	}

	.aaic-80th-entry-content p {
		font-size: 0.9rem;
	}

}

/* ============ ACCESSIBILITY ============ */

@media (prefers-reduced-motion: reduce) {
	.aaic-80th-button {
		transition: none;
	}
}

/* Print Styles */
@media print {
	.aaic-80th-page {
		background-color: #fff;
	}

	.aaic-80th-hero {
		page-break-inside: avoid;
	}

	.aaic-80th-timeline-entry {
		page-break-inside: avoid;
	}
}
