@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

body {
	font-family: 'Source Sans 3', 'Roboto', sans-serif;
	color: #243040;
}

h1, h2, h3, .sec-tittle h2, .slider-contant h2, .leadership-banner h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	letter-spacing: -0.02em;
}

.commission-hero {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #01233a;
}
.commission-hero img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.commission-hero-overlay {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 90px 0 48px;
	background: linear-gradient(180deg, rgba(1, 35, 58, 0.15) 0%, rgba(1, 35, 58, 0.88) 100%);
}
.commission-kicker {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #8fd3f0;
	margin-bottom: 12px;
}
.commission-hero h1 {
	font-size: 46px;
	line-height: 1.2;
	color: #fff;
	max-width: 820px;
	margin: 0 0 16px;
	font-weight: 700;
}
.commission-rule {
	width: 72px;
	height: 3px;
	background: #c9a227;
	margin: 0 0 18px;
}
.commission-crumb {
	list-style: none;
	display: flex;
	gap: 10px;
	padding: 0;
	margin: 0;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
}
.commission-crumb a { color: #fff; text-decoration: none; }

.pack-page {
	padding: 80px 0 100px;
	background: #f6f4ef;
}
.pack-wrap {
	max-width: 860px;
	margin: 0 auto;
	background: #fff;
	padding: 56px 60px;
	box-shadow: 0 18px 50px rgba(1, 35, 58, 0.08);
	border-top: 4px solid #01233a;
}
.pack-page h1, .pack-page h2, .pack-page h3 {
	color: #01233a;
	font-family: 'Libre Baskerville', Georgia, serif;
}
.pack-page h2 { font-size: 34px; margin-bottom: 22px; }
.pack-page h3 { font-size: 22px; margin: 40px 0 16px; }
.pack-page p, .pack-page li {
	font-size: 18px;
	line-height: 1.85;
	color: #3a4450;
}
.pack-page p { margin-bottom: 18px; }
.pack-quote {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 22px;
	line-height: 1.7;
	color: #01233a;
	font-style: italic;
	border-left: 4px solid #c9a227;
	padding: 6px 0 6px 22px;
	margin: 0 0 10px;
}
.pack-quote-src {
	color: #0b6b8f;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 32px;
}
.pack-table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0 36px;
	background: #fff;
}
.pack-table th, .pack-table td {
	border: 1px solid #dfe6ee;
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.6;
}
.pack-table th {
	background: #01233a;
	color: #fff;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 13px;
}
.pack-table tr:nth-child(even) { background: #f8fafc; }
.pack-sign {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-weight: 700;
	color: #01233a;
	margin-top: 32px;
}
.pack-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 18px;
	margin: 28px 0;
}
.pack-gallery img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 2px;
	display: block;
	background: #e8eef3;
}
.pack-gallery figure {
	margin: 0;
	background: #fff;
	box-shadow: 0 8px 24px rgba(1, 35, 58, 0.06);
	overflow: hidden;
	border-top: 3px solid #c9a227;
}
.pack-gallery figcaption {
	padding: 12px 14px 14px;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #01233a;
	line-height: 1.4;
}
.legacy-activity-gallery {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin-top: 8px;
}
.legacy-activity-gallery img {
	height: 180px;
}
.pack-note { font-size: 13px; color: #7a8490; }
.pack-portrait {
	background: #fff;
	padding: 16px;
	box-shadow: 0 12px 32px rgba(1,35,58,0.1);
}
.pack-portrait img { width: 100%; display: block; }
.home-who-row {
	display: grid;
	grid-template-columns: 0.9fr 1.2fr;
	gap: 36px;
	align-items: stretch;
	margin: 0 0 64px;
}
.home-prose {
	max-width: none;
	margin: 0;
	text-align: left;
	align-self: center;
}
.home-prose p {
	font-size: 15px;
	line-height: 1.7;
	color: #3a4450;
	margin-bottom: 12px;
}
.home-prose .home-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}
.home-prose .home-links a {
	display: inline-block;
	padding: 8px 14px;
	border: 1px solid #01233a;
	color: #01233a;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.home-prose .home-links a:hover {
	background: #01233a;
	color: #fff;
}
.home-who-media {
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 44px rgba(1, 35, 58, 0.14);
	border-top: 4px solid #c9a227;
	min-height: 480px;
}
.home-who-media img {
	width: 100%;
	height: 100%;
	min-height: 480px;
	object-fit: cover;
	display: block;
}
.banner-slide {
	min-height: 620px;
}
.main-banner .banner-slide > img,
.main-banner .banner-slide img {
	width: 100%;
	height: 620px;
	object-fit: cover;
}
.main-banner .slick-dots li button:before {
	color: #fff;
	font-size: 10px;
	opacity: 0.7;
}
.main-banner .slick-arrow {
	z-index: 21;
}
.slider-contant {
	max-width: 880px;
}
.slider-contant span {
	font-family: 'Source Sans 3', sans-serif;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.slider-contant h2 {
	font-size: 48px;
	line-height: 1.18;
}
.slider-contant p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 32px;
}

.main-banner .banner-slider .banner-slide {
	position: relative;
	min-height: 92vh;
	height: 92vh;
	overflow: hidden;
}
.main-banner .banner-slider .banner-slide > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 18%;
	display: block;
}
.main-banner .banner-slider .banner-slide:before {
	display: block !important;
	opacity: 1 !important;
	content: "" !important;
	background: linear-gradient(180deg, rgba(1, 35, 58, 0.12) 0%, rgba(1, 35, 58, 0.18) 42%, rgba(1, 35, 58, 0.82) 100%);
	z-index: 2;
}
.main-banner .banner-slider .slider-contant {
	top: auto;
	bottom: 12%;
	left: 8%;
	right: auto;
	transform: none;
	margin-top: 0;
	max-width: 640px;
	text-align: left;
	z-index: 10;
	padding: 0;
}
.main-banner .banner-slider .slider-contant span {
	display: inline-block;
	margin-bottom: 10px;
}
.main-banner .banner-slider .slider-contant span:before {
	display: none;
}
.main-banner .banner-slider .slider-contant h2 {
	font-size: 40px;
	line-height: 1.22;
	margin-bottom: 12px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.main-banner .banner-slider .slider-contant p {
	font-size: 16px;
	line-height: 1.55;
	margin-bottom: 0;
	max-width: 520px;
	opacity: 0.95;
}
.main-banner .home-donate-bar {
	position: relative;
	z-index: 5;
	background: transparent;
	padding: 0 0 28px;
	margin-top: -10px;
}
.main-banner .banner-donation-content {
	margin-top: 0;
	box-shadow: 0 16px 40px rgba(1, 35, 58, 0.18);
}
.chairman-page {
	padding: 40px 0 90px;
	background: linear-gradient(180deg, #f6f4ef 0%, #fff 40%);
}
.chairman-video-top {
	max-width: 920px;
	margin: 0 auto 48px;
}
.chairman-video-top .video-title {
	margin: 0 0 14px;
}
.chairman-video-top .video-frame {
	margin-top: 0;
}
.chairman-letter {
	background: #fff;
	padding: 48px 50px;
	box-shadow: 0 20px 50px rgba(1, 35, 58, 0.08);
	border-top: 5px solid #01233a;
}
.chairman-letter h1 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 38px;
	line-height: 1.25;
	margin: 0 0 12px;
	color: #01233a;
	font-weight: 700;
}
.chairman-letter .pack-quote {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 20px;
	line-height: 1.75;
	color: #01233a;
	font-style: italic;
	border-left: 4px solid #c9a227;
	padding: 8px 0 8px 24px;
	margin: 28px 0 12px;
	background: transparent;
}
.chairman-letter .pack-quote-src {
	font-family: 'Source Sans 3', sans-serif;
	color: #0b6b8f;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 36px;
}
.chairman-body p {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 18px;
	line-height: 1.9;
	color: #3a4450;
	margin: 0 0 22px;
	text-align: justify;
	hyphens: auto;
}
.chairman-body p:last-child {
	margin-bottom: 0;
}
.chairman-letter .pack-sign {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	color: #01233a;
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid #e4e9ef;
}
.chairman-role {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	color: #5a6570;
	letter-spacing: 0.02em;
}
.video-frame {
	position: relative;
	padding-top: 56.25%;
	background: #01233a;
	margin-top: 28px;
	box-shadow: 0 18px 40px rgba(1, 35, 58, 0.18);
}
.video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.video-title {
	font-family: 'Source Sans 3', sans-serif;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #0b6b8f;
	margin: 36px 0 10px;
	text-align: center;
}
.about-intro {
	background: #01233a;
	padding: 72px 0 64px;
	color: #fff;
}
.about-intro h1 {
	font-size: 42px;
	color: #fff;
	max-width: 820px;
	margin: 0 0 16px;
}
.about-lead {
	max-width: 720px;
	font-size: 20px;
	line-height: 1.7;
	color: rgba(255,255,255,0.88);
	margin: 0;
}
.about-layout {
	padding: 50px 0 90px;
	background: #f6f4ef;
}
.about-card {
	background: #fff;
	padding: 46px 44px;
	height: 100%;
	box-shadow: 0 16px 40px rgba(1, 35, 58, 0.07);
	border-top: 4px solid #c9a227;
}
.about-card h2 {
	font-size: 30px;
	margin-bottom: 18px;
}
.about-card--navy {
	background: #01233a;
	color: #fff;
	border-top-color: #c9a227;
}
.about-card--navy h2 { color: #fff; }
.about-objectives {
	list-style: none;
	padding: 0;
	margin: 28px 0 0;
	counter-reset: obj;
}
.about-objectives li {
	counter-increment: obj;
	position: relative;
	padding: 14px 0 14px 58px;
	border-bottom: 1px solid #e6ecf1;
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
}
.about-objectives li:before {
	content: counter(obj, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 14px;
	font-family: 'Libre Baskerville', Georgia, serif;
	color: #c9a227;
	font-size: 18px;
}
.about-manifesto {
	list-style: none;
	padding: 0;
	margin: 0;
}
.about-manifesto li {
	position: relative;
	padding: 0 0 16px 22px;
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255,255,255,0.9);
}
.about-manifesto li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	background: #c9a227;
}
.about-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 42px;
}
.about-cta a {
	display: inline-block;
	padding: 12px 22px;
	background: #fff;
	color: #01233a;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #d5dee6;
}
.about-cta a:hover { background: #01233a; color: #fff; }
.initiative-panel {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr;
	gap: 28px;
	margin-bottom: 48px;
	align-items: stretch;
}
.initiative-panel > div {
	background: #fff;
	padding: 42px 44px;
	box-shadow: 0 16px 40px rgba(1, 35, 58, 0.07);
	border-top: 4px solid #01233a;
}
.initiative-panel aside {
	background: #01233a;
	color: #fff;
	padding: 42px 36px;
}
.initiative-panel aside strong {
	display: block;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 32px;
	margin: 8px 0 14px;
}
.initiative-panel aside a {
	color: #c9a227;
	font-weight: 700;
	text-decoration: none;
}
.legacy-page {
	padding: 50px 0 90px;
	background: #f6f4ef;
}
.legacy-intro {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 28px;
	margin-bottom: 56px;
	align-items: stretch;
}
.legacy-intro-text {
	background: #fff;
	padding: 46px 44px;
	box-shadow: 0 16px 40px rgba(1, 35, 58, 0.07);
	border-top: 4px solid #01233a;
}
.legacy-intro-text h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 32px;
	color: #01233a;
	margin: 0 0 18px;
}
.legacy-intro-text p {
	font-size: 17px;
	line-height: 1.8;
	color: #3a4450;
	margin-bottom: 16px;
}
.legacy-intro-media {
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(1, 35, 58, 0.12);
	min-height: 280px;
}
.legacy-intro-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.legacy-section {
	margin-bottom: 56px;
}
.legacy-section > h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 32px;
	color: #01233a;
	margin: 0 0 14px;
}
.legacy-lead {
	max-width: 820px;
	font-size: 17px;
	line-height: 1.8;
	color: #3a4450;
	margin-bottom: 28px;
}
.legacy-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.legacy-card {
	margin: 0;
	background: #fff;
	box-shadow: 0 12px 32px rgba(1, 35, 58, 0.08);
	overflow: hidden;
	border-top: 3px solid #c9a227;
}
.legacy-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	background: #e8eef3;
}
.legacy-card figcaption {
	padding: 16px 18px 20px;
}
.legacy-card strong {
	display: block;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 16px;
	color: #01233a;
	margin-bottom: 4px;
}
.legacy-card span {
	font-size: 13px;
	color: #6a7580;
	line-height: 1.45;
}
.legacy-milestones {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}
.legacy-milestone {
	display: grid;
	grid-template-columns: 140px 1fr;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(1, 35, 58, 0.07);
	border-top: 3px solid #01233a;
}
.legacy-milestone-img {
	min-height: 160px;
}
.legacy-milestone-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.legacy-milestone-body {
	padding: 22px 24px;
}
.legacy-milestone-body span {
	display: block;
	font-family: 'Libre Baskerville', Georgia, serif;
	color: #c9a227;
	font-size: 18px;
	margin-bottom: 6px;
}
.legacy-milestone-body h3 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 20px;
	color: #01233a;
	margin: 0 0 10px;
}
.legacy-milestone-body p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #3a4450;
}
.phase-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-top: 28px;
}
.phase-card {
	background: #01233a;
	color: #fff;
	padding: 26px 24px;
	min-height: 140px;
}
.phase-card:nth-child(2) { background: #0b4a63; }
.phase-card:nth-child(3) { background: #0d5c7a; }
.phase-card:nth-child(4) { background: #147a96; }
.phase-card span {
	display: block;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 12px;
	color: #c9a227;
	margin-bottom: 8px;
	font-family: 'Source Sans 3', sans-serif;
}
.phase-card strong {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 22px;
	display: block;
	margin-bottom: 8px;
}
.phase-card p { color: rgba(255,255,255,0.86); margin: 0; font-size: 15px; line-height: 1.55; }
#roadmap { scroll-margin-top: 110px; }
@media (max-width: 991px) {
	.initiative-panel { grid-template-columns: 1fr; }
	.legacy-intro { grid-template-columns: 1fr; }
	.legacy-gallery { grid-template-columns: repeat(2, 1fr); }
	.legacy-milestones { grid-template-columns: 1fr; }
	.home-who-row { grid-template-columns: 1fr; gap: 28px; }
	.home-who-media,
	.home-who-media img { min-height: 340px; }
}
@media (max-width: 767px) {
	.phase-grid { grid-template-columns: 1fr; }
	.chairman-letter { padding: 28px 22px; }
	.main-banner .banner-slider .banner-slide {
		height: 78vh;
		min-height: 520px;
	}
	.main-banner .banner-slider .slider-contant {
		left: 5%;
		right: 5%;
		bottom: 10%;
		max-width: none;
	}
	.main-banner .banner-slider .slider-contant h2 {
		font-size: 28px;
	}
	.about-intro h1 { font-size: 32px; }
	.legacy-gallery { grid-template-columns: 1fr; }
	.legacy-milestone { grid-template-columns: 1fr; }
	.legacy-milestone-img { height: 180px; }
	.legacy-intro-text { padding: 28px 22px; }
}
