/* ═══════════════════════════════════════════════════════════════
   AWG Pages — Grand Chronicle design
   Institutional, editorial, authoritative — distinct from
   activity cinema and degree sanctum layouts
   ═══════════════════════════════════════════════════════════════ */

.awgc-awg-page {
	overflow: clip;
	background: #f4f6fb;
}

/* ── Monument hero ── */
.awgc-awg-monument {
	position: relative;
	min-height: 520px;
	padding: 96px 0 72px;
	color: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.awgc-awg-monument__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.04);
	transition: transform 8s ease;
}

.awgc-awg-page:hover .awgc-awg-monument__bg {
	transform: scale(1.08);
}

.awgc-awg-monument__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(1, 7, 85, 0.94) 0%, rgba(1, 7, 85, 0.72) 42%, rgba(6, 145, 204, 0.55) 100%),
		radial-gradient(ellipse at 80% 20%, rgba(247, 149, 3, 0.22) 0%, transparent 55%);
}

.awgc-awg-monument__grid {
	position: absolute;
	inset: 0;
	opacity: 0.05;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.8) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.8) 1px, transparent 1px);
	background-size: 48px 48px;
	pointer-events: none;
}

.awgc-awg-monument__inner {
	position: relative;
	z-index: 2;
}

.awgc-awg-monument__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 56px;
	align-items: center;
}

.awgc-awg-monument__tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(247, 149, 3, 0.18);
	border: 1px solid rgba(247, 149, 3, 0.45);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.awgc-awg-monument__tag .fa {
	color: #f79503;
}

.awgc-awg-monument__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	font-weight: 700;
	line-height: 1.12;
	margin: 0 0 14px;
	color: #fff;
}

.awgc-awg-monument__title em {
	font-style: italic;
	color: #f79503;
}

.awgc-awg-monument__sub {
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.88);
	margin: 0 0 16px;
	max-width: 720px;
}

.awgc-awg-monument__lead {
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
	margin: 0 0 28px;
	max-width: 700px;
}

.awgc-awg-monument__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.awgc-awg-monument__stat {
	min-width: 100px;
	padding: 14px 18px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(8px);
}

.awgc-awg-monument__stat strong {
	display: block;
	font-size: 1.5rem;
	font-weight: 800;
	color: #f79503;
	line-height: 1.1;
}

.awgc-awg-monument__stat span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 4px;
}

.awgc-awg-monument__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.awgc-awg-monument__crest {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(247, 149, 3, 0.35), rgba(255, 255, 255, 0.06));
	box-shadow:
		0 0 0 3px rgba(247, 149, 3, 0.45),
		0 24px 60px rgba(0, 0, 0, 0.35);
	flex-shrink: 0;
}

.awgc-awg-monument__crest .fa {
	font-size: 56px;
	color: #f79503;
}

/* ── Marquee ── */
.awgc-awg-marquee {
	background: #010755;
	border-block: 3px solid #f79503;
	padding: 14px 0;
	overflow: hidden;
}

.awgc-awg-marquee__track {
	display: flex;
	width: max-content;
	animation: awgcAwgMarquee 40s linear infinite;
}

.awgc-awg-marquee__item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0 28px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	white-space: nowrap;
}

.awgc-awg-marquee__item .fa {
	color: #f79503;
	font-size: 10px;
}

@keyframes awgcAwgMarquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* ── Section heads ── */
.awgc-awg-section {
	padding: 72px 0;
}

.awgc-awg-section--cream {
	background: #faf8f4;
}

.awgc-awg-section--white {
	background: #fff;
}

.awgc-awg-section--navy {
	background: linear-gradient(160deg, #010755 0%, #021a85 100%);
	color: #fff;
}

.awgc-awg-section__head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 48px;
}

.awgc-awg-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 12px;
}

.awgc-awg-section__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 700;
	color: #010755;
	margin: 0;
}

.awgc-awg-section--navy .awgc-awg-section__title {
	color: #fff;
}

.awgc-awg-section--navy .awgc-awg-section__eyebrow {
	color: #f79503;
}

/* ── Chronicle story ── */
.awgc-awg-chronicle {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 48px;
	align-items: start;
}

.awgc-awg-chronicle--quote-only {
	grid-template-columns: 1fr;
	max-width: 640px;
	margin: 0 auto;
}

.awgc-awg-chronicle__prose {
	font-size: 1.02rem;
	line-height: 1.8;
	color: #444;
}

.awgc-awg-chronicle__prose p {
	margin-bottom: 18px;
}

.awgc-awg-chronicle__prose .awgc-lead {
	font-size: 1.15rem;
	color: #010755;
	font-weight: 500;
}

.awgc-awg-pullquote {
	position: relative;
	padding: 36px 32px;
	border-radius: 16px;
	background: linear-gradient(145deg, #010755, #021a85);
	color: #fff;
	box-shadow: 0 24px 60px rgba(1, 7, 85, 0.2);
}

.awgc-awg-pullquote::before {
	content: '\201C';
	position: absolute;
	top: 8px;
	left: 20px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 72px;
	line-height: 1;
	color: rgba(247, 149, 3, 0.35);
}

.awgc-awg-pullquote__text {
	position: relative;
	z-index: 1;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.2rem;
	font-style: italic;
	line-height: 1.55;
	margin: 0 0 16px;
}

.awgc-awg-pullquote__attrib {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f79503;
}

/* ── Story beats ── */
.awgc-awg-beats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 40px;
}

.awgc-awg-beat {
	padding: 28px 24px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 12px 36px rgba(1, 7, 85, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.awgc-awg-beat:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(1, 7, 85, 0.12);
}

.awgc-awg-beat__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, #f79503, #e07d00);
	color: #fff;
	font-size: 20px;
	margin-bottom: 16px;
}

.awgc-awg-beat__title {
	font-size: 1.1rem;
	font-weight: 800;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-awg-beat__text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: #666;
	margin: 0;
}

/* ── Timeline ── */
.awgc-awg-timeline {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding-left: 32px;
}

.awgc-awg-timeline::before {
	content: '';
	position: absolute;
	left: 7px;
	top: 8px;
	bottom: 8px;
	width: 3px;
	background: linear-gradient(180deg, #f79503, #0691cc);
	border-radius: 3px;
}

.awgc-awg-timeline__item {
	position: relative;
	padding: 0 0 32px 28px;
}

.awgc-awg-timeline__item:last-child {
	padding-bottom: 0;
}

.awgc-awg-timeline__dot {
	position: absolute;
	left: -32px;
	top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #f79503;
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px #f79503;
}

.awgc-awg-timeline__year {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 6px;
}

.awgc-awg-timeline__title {
	font-size: 1.15rem;
	font-weight: 800;
	color: #010755;
	margin: 0 0 8px;
}

.awgc-awg-timeline__text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: #666;
	margin: 0;
}

/* ── Pillars grid ── */
.awgc-awg-pillars {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.awgc-awg-pillar {
	padding: 32px 24px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	text-align: center;
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.awgc-awg-pillar:hover {
	transform: translateY(-6px);
	border-color: rgba(247, 149, 3, 0.4);
}

.awgc-awg-section--navy .awgc-awg-pillar {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.12);
}

.awgc-awg-pillar__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #f79503;
	font-size: 22px;
	margin-bottom: 18px;
}

.awgc-awg-pillar__title {
	font-size: 1.05rem;
	font-weight: 800;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-awg-section--navy .awgc-awg-pillar__title {
	color: #fff;
}

.awgc-awg-pillar__text {
	font-size: 0.92rem;
	line-height: 1.6;
	color: #666;
	margin: 0;
}

.awgc-awg-section--navy .awgc-awg-pillar__text {
	color: rgba(255, 255, 255, 0.78);
}

/* ── Structure tiers ── */
.awgc-awg-tiers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 40px;
}

.awgc-awg-tier {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.04), rgba(6, 145, 204, 0.06));
	border-left: 4px solid #f79503;
}

.awgc-awg-tier__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #010755;
	color: #f79503;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.awgc-awg-tier__title {
	font-size: 1rem;
	font-weight: 800;
	color: #010755;
	margin: 0 0 6px;
}

.awgc-awg-tier__text {
	font-size: 0.9rem;
	line-height: 1.55;
	color: #666;
	margin: 0;
}

/* ── Focus charter ── */
.awgc-awg-charter {
	max-width: 880px;
	margin: 0 auto;
	padding: 40px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 20px 50px rgba(1, 7, 85, 0.08);
}

.awgc-awg-charter__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #010755;
	margin: 0 0 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.awgc-awg-charter__title .fa {
	color: #f79503;
}

.awgc-awg-charter ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 24px;
}

.awgc-awg-charter li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444;
}

.awgc-awg-charter li .fa {
	color: #f79503;
	margin-top: 3px;
	flex-shrink: 0;
}

/* ── Grand Aims — bg image panel ── */
.awgc-awg-aims {
	position: relative;
	padding: 72px 0;
	overflow: hidden;
}

.awgc-awg-aims__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.05);
}

.awgc-awg-aims__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(1, 7, 85, 0.92) 0%, rgba(2, 26, 133, 0.85) 50%, rgba(1, 7, 85, 0.9) 100%),
		radial-gradient(ellipse at 25% 70%, rgba(247, 149, 3, 0.2) 0%, transparent 55%);
}

.awgc-awg-aims__inner {
	position: relative;
	z-index: 2;
}

.awgc-awg-aims__head {
	text-align: center;
	margin-bottom: 40px;
}

.awgc-awg-aims__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 12px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(247, 149, 3, 0.15);
	border: 1px solid rgba(247, 149, 3, 0.35);
}

.awgc-awg-aims__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.awgc-awg-aims__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.awgc-awg-aims__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 22px 22px 22px 56px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(8px);
}

.awgc-awg-aims__item:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.awgc-awg-aims__num {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	font-weight: 800;
	color: rgba(1, 7, 85, 0.12);
	line-height: 1;
}

.awgc-awg-aims__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #f79503;
	font-size: 12px;
	flex-shrink: 0;
	margin-top: 2px;
}

.awgc-awg-aims__text {
	font-size: 0.95rem;
	line-height: 1.55;
	color: #010755;
	font-weight: 500;
}

/* ── Board Responsibilities / duties panel ── */
.awgc-awg-duties {
	position: relative;
	overflow: hidden;
}

.awgc-awg-duties::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 10% 90%, rgba(247, 149, 3, 0.1) 0%, transparent 50%),
		radial-gradient(ellipse at 90% 10%, rgba(1, 7, 85, 0.06) 0%, transparent 45%);
	pointer-events: none;
}

.awgc-awg-duties .container {
	position: relative;
	z-index: 1;
}

.awgc-awg-duties__head {
	text-align: center;
	margin-bottom: 40px;
}

.awgc-awg-duties__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 12px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(247, 149, 3, 0.12);
	border: 1px solid rgba(247, 149, 3, 0.35);
}

.awgc-awg-duties__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	color: #010755;
	margin: 0;
}

.awgc-awg-duties__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	max-width: 960px;
	margin: 0 auto;
}

.awgc-awg-duties__card {
	position: relative;
	padding: 32px 28px 28px 72px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 14px 40px rgba(1, 7, 85, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.awgc-awg-duties__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(1, 7, 85, 0.12);
	border-color: rgba(247, 149, 3, 0.45);
}

.awgc-awg-duties__num {
	position: absolute;
	top: 16px;
	right: 18px;
	font-size: 2rem;
	font-weight: 800;
	color: rgba(1, 7, 85, 0.06);
	line-height: 1;
}

.awgc-awg-duties__icon {
	position: absolute;
	left: 22px;
	top: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, #f79503, #e07d00);
	color: #010755;
	font-size: 17px;
	box-shadow: 0 8px 24px rgba(247, 149, 3, 0.25);
}

.awgc-awg-duties__text {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.6;
	color: #010755;
	font-weight: 500;
}

/* ── Unit life (local commandery / auxiliary) ── */
.awgc-awg-unit-life {
	position: relative;
	overflow: hidden;
}

.awgc-awg-unit-life::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: radial-gradient(ellipse at 0% 30%, rgba(247, 149, 3, 0.1) 0%, transparent 60%);
	pointer-events: none;
}

.awgc-awg-unit-life .container {
	position: relative;
	z-index: 1;
}

.awgc-awg-unit-life__head {
	text-align: center;
	max-width: 920px;
	margin: 0 auto 40px;
}

.awgc-awg-unit-life__lead {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	line-height: 1.65;
	color: #010755;
	margin: 18px 0 0;
	font-weight: 500;
}

.awgc-awg-unit-life__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 28px;
}

.awgc-awg-unit-life__card {
	position: relative;
	padding: 30px 26px 26px 78px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 14px 40px rgba(1, 7, 85, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.awgc-awg-unit-life__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(1, 7, 85, 0.12);
	border-color: rgba(247, 149, 3, 0.4);
}

.awgc-awg-unit-life__num {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 1.75rem;
	font-weight: 800;
	color: rgba(1, 7, 85, 0.06);
	line-height: 1;
}

.awgc-awg-unit-life__icon {
	position: absolute;
	left: 22px;
	top: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, #010755, #021a85);
	color: #f79503;
	font-size: 18px;
	box-shadow: 0 8px 24px rgba(1, 7, 85, 0.18);
}

.awgc-awg-unit-life__title {
	font-size: 1.08rem;
	font-weight: 800;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-awg-unit-life__text {
	font-size: 0.94rem;
	line-height: 1.65;
	color: #555;
	margin: 0;
}

.awgc-awg-unit-life__chain {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 24px 28px;
	margin-bottom: 20px;
	border-radius: 14px;
	background: linear-gradient(135deg, #010755, #021a85);
	border-left: 4px solid #f79503;
	box-shadow: 0 16px 40px rgba(1, 7, 85, 0.15);
}

.awgc-awg-unit-life__chain-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.15);
	border: 1px solid rgba(247, 149, 3, 0.35);
	color: #f79503;
	font-size: 18px;
	flex-shrink: 0;
}

.awgc-awg-unit-life__chain-text {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 500;
}

.awgc-awg-unit-life__contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.awgc-awg-unit-life__contact-wrap {
	text-align: center;
	margin-bottom: 32px;
}

.awgc-awg-unit-life__contact-lead {
	max-width: 640px;
	margin: 0 auto 16px;
	font-size: 1rem;
	line-height: 1.65;
	color: #010755;
	font-weight: 600;
}

.awgc-awg-unit-life--no-nums .awgc-awg-unit-life__num {
	display: none;
}

.awgc-awg-unit-life__contact-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.1);
	color: #010755;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(1, 7, 85, 0.06);
	transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.awgc-awg-unit-life__contact-item .fa {
	color: #f79503;
}

.awgc-awg-unit-life__contact-item:hover {
	transform: translateY(-2px);
	border-color: rgba(247, 149, 3, 0.45);
	color: #010755;
	text-decoration: none;
}

.awgc-awg-unit-life__quote {
	margin: 0;
	padding: 36px 44px;
	border-radius: 16px;
	background: #fff;
	border-top: 3px solid #f79503;
	box-shadow: 0 20px 50px rgba(1, 7, 85, 0.1);
	text-align: center;
}

.awgc-awg-unit-life__quote-text {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.15rem, 2.5vw, 1.45rem);
	font-style: italic;
	line-height: 1.55;
	color: #010755;
	margin: 0 0 14px;
}

.awgc-awg-unit-life__quote-attr {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f79503;
	font-style: normal;
}

/* ── Leadership spotlight ── */
.awgc-awg-spotlight {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
	padding: 40px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 24px 60px rgba(1, 7, 85, 0.1);
	margin-bottom: 48px;
}

.awgc-awg-spotlight__portrait {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	box-shadow: 0 16px 40px rgba(1, 7, 85, 0.18);
}

.awgc-awg-spotlight__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.awgc-awg-spotlight__badge {
	position: absolute;
	bottom: 12px;
	left: 12px;
	right: 12px;
	padding: 8px 12px;
	border-radius: 8px;
	background: rgba(1, 7, 85, 0.88);
	color: #f79503;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
}

.awgc-awg-spotlight__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 8px;
}

.awgc-awg-spotlight__role {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.08);
	font-size: 12px;
	font-weight: 700;
	color: #010755;
	margin-bottom: 12px;
}

.awgc-awg-spotlight__name {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2rem;
	font-weight: 700;
	color: #010755;
	margin: 0 0 12px;
}

.awgc-awg-spotlight__tagline {
	font-size: 1.05rem;
	color: #666;
	margin: 0 0 20px;
	line-height: 1.6;
}

.awgc-awg-spotlight__bio {
	font-size: 0.98rem;
	line-height: 1.75;
	color: #555;
}

.awgc-awg-spotlight__bio p {
	margin-bottom: 14px;
}

/* ── Seven grands board (premium wrapper) ── */
.awgc-awg-seven-board {
	padding-top: 0;
}

.awgc-awg-seven-board .awgc-seven-grands-board__head {
	text-align: center;
	margin-bottom: 40px;
}

.awgc-awg-seven-board .awgc-seven-grand-card {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.awgc-awg-seven-board .awgc-seven-grand-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 56px rgba(1, 7, 85, 0.14);
}

/* ── Profile embed ── */
.awgc-awg-profile .awgc-profile-card {
	box-shadow: 0 28px 70px rgba(1, 7, 85, 0.12);
	border-radius: 20px;
	overflow: hidden;
}

/* ── Leadership board wrapper ── */
.awgc-awg-officers {
	padding-top: 96px;
}

.awgc-awg-officers .awgc-leadership-board__head {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: center;
	gap: 12px;
	max-width: 1200px;
	margin: 0 auto 32px;
	text-align: center;
}

.awgc-awg-officers .awgc-leadership-board__title {
	margin: 0;
	white-space: nowrap;
	flex-shrink: 0;
}

.awgc-awg-officers .awgc-leadership-board__title::after {
	content: '·';
	margin-left: 12px;
	color: #f79503;
	font-weight: 400;
}

.awgc-awg-officers .awgc-leadership-board__sub {
	margin: 0;
	white-space: nowrap;
	font-size: clamp(11px, 1.05vw, 15px);
	line-height: 1.45;
	color: #5a6278;
}

@media (max-width: 991px) {
	.awgc-awg-officers .awgc-leadership-board__head {
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}

	.awgc-awg-officers .awgc-leadership-board__title::after {
		content: none;
	}

	.awgc-awg-officers .awgc-leadership-board__title,
	.awgc-awg-officers .awgc-leadership-board__sub {
		white-space: normal;
	}
}

/* ── Institution executives (Chevaliers Chapter, Nobles Temple) ── */
.awgc-awg-executives {
	padding-top: 112px;
	padding-bottom: 96px;
}

.awgc-awg-executives__head {
	max-width: 760px;
	margin: 0 auto 48px;
	padding-top: 12px;
	text-align: center;
}

.awgc-awg-executives__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #010755;
	margin: 0 0 16px;
}

.awgc-awg-executives__sub {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #5a6278;
}

.awgc-awg-executives__grid {
	padding-top: 36px;
}

.awgc-awg-executive-card {
	height: 100%;
	padding: 0 24px 32px;
	border-radius: 18px;
	background: linear-gradient(160deg, #fff 0%, #f4f6fb 100%);
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 18px 44px rgba(1, 7, 85, 0.08);
	text-align: center;
}

.awgc-awg-executive-card--interactive {
	cursor: pointer;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.awgc-awg-executive-card--interactive:hover,
.awgc-awg-executive-card--interactive:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(247, 149, 3, 0.35);
	box-shadow: 0 24px 52px rgba(1, 7, 85, 0.14);
	outline: none;
}

.awgc-awg-executive-card__photo-wrap {
	width: 132px;
	height: 132px;
	margin: -36px auto 0;
	border-radius: 50%;
	overflow: hidden;
	background: #e8ebf0;
	box-shadow: 0 10px 28px rgba(1, 7, 85, 0.12);
	border: 4px solid #fff;
}

.awgc-awg-executive-card__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.awgc-awg-executive-card__body {
	padding-top: 28px;
}

.awgc-awg-executive-card__role {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(247, 149, 3, 0.14);
	border: 1px solid rgba(247, 149, 3, 0.35);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #010755;
	margin: 0 0 20px;
}

.awgc-awg-executive-card__name {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	color: #010755;
	margin: 0 0 14px;
}

.awgc-awg-executive-card__term {
	margin: 0 0 22px;
	font-size: 0.95rem;
	color: #5a6278;
}

.awgc-awg-executive-card__term .fa {
	color: #f79503;
	margin-right: 6px;
}

.awgc-awg-executive-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 20px;
	border: 0;
	border-radius: 999px;
	background: #010755;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.awgc-awg-executive-card__cta:hover,
.awgc-awg-executive-card--interactive:hover .awgc-awg-executive-card__cta {
	background: #f79503;
}

.awgc-awg-executive-card__cta .fa {
	font-size: 12px;
}

.awgc-awg-page--chevaliers-chapter .awgc-awg-executive-card__role {
	background: rgba(1, 7, 85, 0.08);
	border-color: rgba(1, 7, 85, 0.16);
}

.awgc-awg-page--nobles-temple .awgc-awg-executive-card__role {
	background: rgba(6, 145, 204, 0.12);
	border-color: rgba(6, 145, 204, 0.28);
}

/* ── Buttons ── */
.awgc-awg-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 26px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.awgc-awg-btn--gold {
	background: #f79503;
	color: #fff;
	border: 2px solid #f79503;
}

.awgc-awg-btn--gold:hover {
	background: #e07d00;
	border-color: #e07d00;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(247, 149, 3, 0.35);
}

.awgc-awg-btn--ghost {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.awgc-awg-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}

.awgc-awg-btn--navy {
	background: #010755;
	color: #fff;
	border: 2px solid #010755;
}

.awgc-awg-btn--navy:hover {
	background: #021a85;
	color: #fff;
	transform: translateY(-2px);
}

/* ── Finale ── */
.awgc-awg-finale {
	padding: 72px 0;
	background: #fff;
	border-top: 1px solid rgba(1, 7, 85, 0.08);
	color: #010755;
	text-align: center;
}

.awgc-awg-finale__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.awgc-awg-finale h3 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #010755;
	margin: 0 0 16px;
}

.awgc-awg-finale__copy {
	margin: 0 0 28px;
}

.awgc-awg-finale__line {
	font-size: 1.05rem;
	line-height: 1.65;
	color: #666;
	margin: 0;
	white-space: nowrap;
}

.awgc-awg-finale__line + .awgc-awg-finale__line {
	margin-top: 6px;
}

@media (max-width: 991px) {
	.awgc-awg-finale__line {
		white-space: normal;
	}
}

.awgc-awg-finale p {
	font-size: 1.05rem;
	line-height: 1.65;
	color: #666;
	margin: 0 0 28px;
}

.awgc-awg-finale .awgc-awg-btn--ghost {
	color: #010755;
	border-color: rgba(1, 7, 85, 0.25);
}

.awgc-awg-finale .awgc-awg-btn--ghost:hover {
	background: rgba(1, 7, 85, 0.06);
	border-color: #010755;
	color: #010755;
}

.awgc-awg-finale__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

/* ── KSJI Global Order (history-ksji) ── */
.awgc-awg-page--ksji .awgc-awg-monument__shade {
	background:
		linear-gradient(115deg, rgba(1, 7, 85, 0.92) 0%, rgba(1, 7, 85, 0.78) 45%, rgba(6, 145, 204, 0.5) 100%),
		radial-gradient(ellipse at 20% 80%, rgba(247, 149, 3, 0.25) 0%, transparent 50%);
}

.awgc-awg-page--ksji .awgc-awg-monument__stats {
	display: none;
}

.awgc-awg-ksji-stats {
	background: linear-gradient(160deg, #010755 0%, #021a85 100%);
	padding: 28px 0;
	border-bottom: 1px solid rgba(247, 149, 3, 0.25);
}

.awgc-awg-ksji-stats__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.awgc-awg-ksji-stats__item {
	text-align: center;
	padding: 16px 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.awgc-awg-ksji-stats__value {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 4px;
}

.awgc-awg-ksji-stats__label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f79503;
}

.awgc-awg-page--ksji .awgc-awg-virtues {
	position: relative;
	overflow: hidden;
}

.awgc-awg-page--ksji .awgc-awg-virtues::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 12% 18%, rgba(247, 149, 3, 0.08) 0%, transparent 45%),
		radial-gradient(ellipse at 88% 82%, rgba(1, 7, 85, 0.05) 0%, transparent 40%);
	pointer-events: none;
}

.awgc-awg-page--ksji .awgc-awg-virtues .container {
	position: relative;
	z-index: 1;
}

.awgc-awg-virtues__subtitle {
	max-width: 620px;
	margin: 14px auto 0;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #666;
}

.awgc-awg-virtues__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.awgc-awg-virtue {
	text-align: center;
	padding: 32px 20px;
	border-radius: 16px;
	background: linear-gradient(160deg, #010755 0%, #021a85 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 48px rgba(1, 7, 85, 0.18);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.awgc-awg-virtue:hover {
	transform: translateY(-4px);
	border-color: rgba(247, 149, 3, 0.5);
	box-shadow: 0 24px 56px rgba(1, 7, 85, 0.24);
}

.awgc-awg-virtue__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, #f79503, #e07d00);
	color: #fff;
	font-size: 22px;
	margin-bottom: 16px;
}

.awgc-awg-virtue__name {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}

.awgc-awg-virtue__text {
	font-size: 0.9rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

/* ── KSJI Global Chronicle — full-bleed hero + story cards ── */
.awgc-awg-ksji-chronicle {
	padding: 0 0 72px;
	overflow: hidden;
}

.awgc-awg-ksji-chronicle__hero {
	position: relative;
	min-height: clamp(420px, 52vh, 620px);
	display: flex;
	align-items: flex-end;
}

.awgc-awg-ksji-chronicle__hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.awgc-awg-ksji-chronicle__hero-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(1, 7, 85, 0.35) 0%, rgba(1, 7, 85, 0.15) 35%, rgba(1, 7, 85, 0.88) 100%),
		linear-gradient(90deg, rgba(1, 7, 85, 0.55) 0%, transparent 55%);
	pointer-events: none;
}

.awgc-awg-ksji-chronicle__hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	padding-top: clamp(180px, 28vh, 320px);
	padding-bottom: 48px;
}

.awgc-awg-ksji-chronicle__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 14px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(247, 149, 3, 0.18);
	border: 1px solid rgba(247, 149, 3, 0.45);
}

.awgc-awg-ksji-chronicle__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.15;
	margin: 0 0 12px;
	max-width: 820px;
}

.awgc-awg-ksji-chronicle__subtitle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
}

.awgc-awg-ksji-chronicle__subtitle .fa {
	color: #f79503;
}

.awgc-awg-ksji-chronicle__since {
	flex-shrink: 0;
	text-align: center;
	padding: 20px 28px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(10px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.awgc-awg-ksji-chronicle__since-label {
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 4px;
}

.awgc-awg-ksji-chronicle__since strong {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.awgc-awg-ksji-chronicle__body {
	padding-top: 56px;
}

.awgc-awg-ksji-chronicle__lead {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.7;
	color: #444;
}

.awgc-awg-ksji-chronicle__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.awgc-awg-ksji-chronicle__card {
	position: relative;
	padding: 28px 28px 28px 32px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 16px 48px rgba(1, 7, 85, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.awgc-awg-ksji-chronicle__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 56px rgba(1, 7, 85, 0.12);
}

.awgc-awg-ksji-chronicle__card--highlight {
	background: linear-gradient(145deg, #010755 0%, #0a1a6e 100%);
	border-color: rgba(247, 149, 3, 0.35);
}

.awgc-awg-ksji-chronicle__card--highlight .awgc-awg-ksji-chronicle__card-title,
.awgc-awg-ksji-chronicle__card--highlight .awgc-awg-ksji-chronicle__card-text {
	color: #fff;
}

.awgc-awg-ksji-chronicle__card--highlight .awgc-awg-ksji-chronicle__card-year {
	color: #f79503;
}

.awgc-awg-ksji-chronicle__card--highlight .awgc-awg-ksji-chronicle__num {
	color: rgba(255, 255, 255, 0.12);
}

.awgc-awg-ksji-chronicle__card-head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 16px;
}

.awgc-awg-ksji-chronicle__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #f79503;
	font-size: 16px;
	flex-shrink: 0;
}

.awgc-awg-ksji-chronicle__card--highlight .awgc-awg-ksji-chronicle__icon {
	background: rgba(247, 149, 3, 0.2);
	border: 1px solid rgba(247, 149, 3, 0.4);
}

.awgc-awg-ksji-chronicle__card-titles {
	flex: 1;
	min-width: 0;
}

.awgc-awg-ksji-chronicle__card-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #010755;
	margin: 0 0 4px;
	line-height: 1.25;
}

.awgc-awg-ksji-chronicle__card-year {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0691cc;
}

.awgc-awg-ksji-chronicle__num {
	font-size: 2rem;
	font-weight: 800;
	color: rgba(1, 7, 85, 0.08);
	line-height: 1;
	flex-shrink: 0;
}

.awgc-awg-ksji-chronicle__card-text {
	font-size: 0.95rem;
	line-height: 1.65;
	color: #555;
	margin: 0;
}

.awgc-awg-ksji-chronicle__tags {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.awgc-awg-ksji-chronicle__tags li {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.06);
	color: #010755;
	border: 1px solid rgba(1, 7, 85, 0.1);
}

.awgc-awg-ksji-chronicle__quote {
	margin: 48px 0 0;
	padding: 36px 40px;
	border-radius: 16px;
	text-align: center;
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.04) 0%, rgba(247, 149, 3, 0.08) 100%);
	border: 1px solid rgba(1, 7, 85, 0.1);
	border-left: 4px solid #f79503;
}

.awgc-awg-ksji-chronicle__quote-text {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-style: italic;
	font-weight: 500;
	line-height: 1.55;
	color: #010755;
	margin: 0;
}

.awgc-awg-ksji-chronicle__quote-attr {
	display: block;
	margin-top: 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f79503;
	font-style: normal;
}

.awgc-awg-pullquote--inline {
	margin-top: 28px;
}

.awgc-awg-nations__intro {
	max-width: 640px;
	margin: 16px auto 0;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #666;
}

.awgc-awg-nations__region + .awgc-awg-nations__region {
	margin-top: 40px;
}

.awgc-awg-nations__region-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #010755;
	margin: 0 0 18px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.06);
	border: 1px solid rgba(1, 7, 85, 0.1);
}

.awgc-awg-nations__region-title .fa {
	color: #f79503;
}

.awgc-awg-nations__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.awgc-awg-nation {
	position: relative;
	padding: 28px 22px 22px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 12px 36px rgba(1, 7, 85, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.awgc-awg-nation:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 48px rgba(1, 7, 85, 0.12);
}

.awgc-awg-nation--home {
	border-color: rgba(247, 149, 3, 0.45);
	background: linear-gradient(145deg, #fff 0%, #fffaf3 100%);
}

.awgc-awg-nation__flag {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f79503;
}

.awgc-awg-nation__flag .fa {
	margin-right: 4px;
}

.awgc-awg-nation__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #010755;
	color: #f79503;
	font-size: 18px;
	margin-bottom: 14px;
}

.awgc-awg-nation--home .awgc-awg-nation__icon {
	background: linear-gradient(135deg, #f79503, #e07d00);
	color: #fff;
}

.awgc-awg-nation__name {
	font-size: 1.1rem;
	font-weight: 800;
	color: #010755;
	margin: 0 0 8px;
}

.awgc-awg-nation__name a {
	color: inherit;
	text-decoration: none;
}

.awgc-awg-nation__name a:hover {
	color: #f79503;
}

.awgc-awg-nation__region {
	font-size: 12px;
	font-weight: 600;
	color: #0691cc;
	margin: 0 0 10px;
}

.awgc-awg-nation__region .fa {
	margin-right: 4px;
}

.awgc-awg-nation__text {
	font-size: 0.9rem;
	line-height: 1.6;
	color: #666;
	margin: 0 0 12px;
}

.awgc-awg-nation__link {
	font-size: 13px;
	font-weight: 700;
	color: #f79503;
	text-decoration: none;
}

.awgc-awg-nation__link:hover {
	color: #010755;
}

.awgc-awg-timeline__link {
	display: inline-block;
	margin-left: 6px;
	font-weight: 700;
	color: #f79503;
	text-decoration: none;
	white-space: nowrap;
}

.awgc-awg-timeline__link:hover {
	color: #010755;
}

.awgc-awg-timeline--ksji .awgc-awg-section__title {
	color: #fff;
}

.awgc-awg-timeline--ksji .awgc-awg-timeline::before {
	background: linear-gradient(180deg, #f79503, rgba(6, 145, 204, 0.6));
}

.awgc-awg-timeline--ksji .awgc-awg-timeline__dot {
	border-color: #010755;
	box-shadow: 0 0 0 2px #f79503;
}

.awgc-awg-timeline--ksji .awgc-awg-timeline__title {
	color: #fff;
}

.awgc-awg-timeline--ksji .awgc-awg-timeline__text {
	color: rgba(255, 255, 255, 0.82);
}

.awgc-awg-timeline--ksji .awgc-awg-timeline__link {
	color: #f79503;
}

.awgc-awg-timeline--ksji .awgc-awg-timeline__link:hover {
	color: #fff;
}

.awgc-awg-page--ksji .awgc-awg-supreme {
	background: linear-gradient(135deg, #faf8f4 0%, #fff 55%, rgba(247, 149, 3, 0.08) 100%);
	border: 1px solid rgba(1, 7, 85, 0.1);
	box-shadow: 0 18px 44px rgba(1, 7, 85, 0.08);
}

.awgc-awg-page--ksji .awgc-awg-supreme__title {
	color: #010755;
}

.awgc-awg-page--ksji .awgc-awg-supreme__text {
	color: #5a6278;
}

.awgc-awg-page--ksji .awgc-awg-supreme__crest {
	background: rgba(1, 7, 85, 0.08);
	border-color: rgba(1, 7, 85, 0.14);
}

.awgc-awg-page--ksji .awgc-awg-supreme__crest .fa {
	color: #010755;
}

.awgc-awg-supreme-section {
	padding-top: 56px;
	padding-bottom: 72px;
}

.awgc-awg-supreme {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 32px;
	align-items: center;
	padding: 40px 44px;
	border-radius: 20px;
	background: linear-gradient(135deg, #010755 0%, #021a85 55%, #0691cc 100%);
	color: #fff;
	box-shadow: 0 28px 70px rgba(1, 7, 85, 0.2);
}

.awgc-awg-supreme__crest {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.2);
	border: 2px solid rgba(247, 149, 3, 0.5);
	flex-shrink: 0;
}

.awgc-awg-supreme__crest .fa {
	font-size: 40px;
	color: #f79503;
}

.awgc-awg-supreme__eyebrow {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 10px;
}

.awgc-awg-supreme__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.65rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 12px;
}

.awgc-awg-supreme__text {
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
	margin: 0 0 20px;
	max-width: 560px;
}

/* ── Chaplaincy Sanctum (meet-the-chaplain) ── */
.awgc-awg-page--chaplain .awgc-awg-monument__bg {
	background-color: #010755;
	transform: none;
}

.awgc-awg-page--chaplain:hover .awgc-awg-monument__bg {
	transform: none;
}

.awgc-awg-page--chaplain .awgc-awg-monument__shade {
	background:
		linear-gradient(115deg, rgba(1, 7, 85, 0.94) 0%, rgba(1, 7, 85, 0.78) 42%, rgba(6, 145, 204, 0.55) 100%),
		radial-gradient(ellipse at 80% 20%, rgba(247, 149, 3, 0.22) 0%, transparent 55%);
}

.awgc-awg-page--chaplain .awgc-awg-monument__portrait--circle {
	--chaplain-portrait-diameter: 300px;
	--chaplain-portrait-inset: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--chaplain-portrait-diameter);
	height: var(--chaplain-portrait-diameter);
	min-width: var(--chaplain-portrait-diameter);
	flex-shrink: 0;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	box-shadow:
		0 18px 44px rgba(0, 0, 0, 0.28),
		0 0 0 3px rgba(247, 149, 3, 0.45);
}

.awgc-awg-page--chaplain .awgc-awg-monument__portrait--circle img {
	display: block;
	width: calc(var(--chaplain-portrait-diameter) - (var(--chaplain-portrait-inset) * 2));
	height: calc(var(--chaplain-portrait-diameter) - (var(--chaplain-portrait-inset) * 2));
	border-radius: 50%;
	object-fit: contain;
	object-position: center center;
}

/* ── Institution pages (Chevaliers Chapter, Nobles Temple) ── */
.awgc-awg-page--institution .awgc-awg-monument__bg {
	background-color: #010755;
	transform: none;
}

.awgc-awg-page--institution:hover .awgc-awg-monument__bg {
	transform: none;
}

.awgc-awg-page--institution .awgc-awg-monument__shade {
	background:
		linear-gradient(115deg, rgba(1, 7, 85, 0.94) 0%, rgba(1, 7, 85, 0.78) 42%, rgba(6, 145, 204, 0.55) 100%),
		radial-gradient(ellipse at 80% 20%, rgba(247, 149, 3, 0.22) 0%, transparent 55%);
}

.awgc-awg-page--institution .awgc-awg-monument__portrait--circle {
	--institution-emblem-diameter: 300px;
	--institution-emblem-inset: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--institution-emblem-diameter);
	height: var(--institution-emblem-diameter);
	min-width: var(--institution-emblem-diameter);
	flex-shrink: 0;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	box-shadow:
		0 18px 44px rgba(0, 0, 0, 0.28),
		0 0 0 3px rgba(247, 149, 3, 0.45);
}

.awgc-awg-page--institution .awgc-awg-monument__portrait--emblem img {
	display: block;
	width: calc(var(--institution-emblem-diameter) - (var(--institution-emblem-inset) * 2));
	height: calc(var(--institution-emblem-diameter) - (var(--institution-emblem-inset) * 2));
	object-fit: contain;
	object-position: center center;
}

.awgc-awg-page--chevaliers-chapter .awgc-awg-monument__portrait--circle {
	--institution-emblem-inset: 22px;
}

.awgc-awg-page--nobles-temple .awgc-awg-monument__portrait--circle {
	--institution-emblem-inset: 14px;
}

.awgc-awg-page--structure-ladies .awgc-awg-monument__portrait--circle {
	--institution-emblem-inset: 16px;
	box-shadow:
		0 18px 44px rgba(0, 0, 0, 0.28),
		0 0 0 3px rgba(6, 145, 204, 0.45);
}

.awgc-awg-page--structure-ladies .awgc-awg-monument__tag {
	background: rgba(6, 145, 204, 0.18);
	border-color: rgba(6, 145, 204, 0.45);
}

.awgc-awg-page--structure-knights:not(.awgc-awg-page--cadet-commandery) .awgc-awg-monument__portrait--circle {
	--institution-emblem-inset: 32px;
}

.awgc-awg-page--cadet-commandery .awgc-awg-monument__portrait--circle {
	--institution-emblem-diameter: 236px;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	margin-inline: auto;
}

.awgc-awg-page--cadet-commandery .awgc-awg-monument__portrait--emblem img {
	width: auto;
	height: auto;
	max-width: 68%;
	max-height: 68%;
	object-fit: contain;
	object-position: center center;
	margin: 0 auto;
	display: block;
}

.awgc-awg-page--junior-auxiliary .awgc-awg-monument__portrait--circle {
	--institution-emblem-diameter: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	margin-inline: auto;
}

.awgc-awg-page--junior-auxiliary .awgc-awg-monument__portrait--emblem img {
	width: auto;
	height: auto;
	max-width: 70%;
	max-height: 70%;
	object-fit: contain;
	object-position: center center;
	margin: 0;
	display: block;
	flex-shrink: 0;
}

.awgc-awg-chaplain__intro {
	display: grid;
	grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
	margin-bottom: 48px;
}

.awgc-awg-chaplain__frame {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 32px 80px rgba(1, 7, 85, 0.2);
	background: linear-gradient(160deg, #010755, #021a85);
	padding: 16px;
}

.awgc-awg-chaplain__photo {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: contain;
	object-position: center center;
	border-radius: 12px;
	background: #fff;
}

.awgc-awg-chaplain__frame-ring {
	position: absolute;
	inset: 10px;
	border: 2px solid rgba(247, 149, 3, 0.35);
	border-radius: 14px;
	pointer-events: none;
}

.awgc-awg-chaplain__seal {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	padding: 12px 16px;
	border-radius: 10px;
	background: rgba(1, 7, 85, 0.9);
	border: 1px solid rgba(247, 149, 3, 0.4);
	color: #f79503;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
}

.awgc-awg-chaplain__seal .fa {
	margin-right: 8px;
}

.awgc-awg-chaplain__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 12px;
}

.awgc-awg-chaplain__role {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 999px;
	background: #010755;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.awgc-awg-chaplain__name {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	color: #010755;
	margin: 0 0 14px;
	line-height: 1.15;
}

.awgc-awg-chaplain__tagline {
	font-size: 1.1rem;
	line-height: 1.65;
	color: #555;
	margin: 0 0 28px;
	max-width: 540px;
}

.awgc-awg-chaplain__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.awgc-awg-chaplain__stat {
	padding: 16px 12px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.1);
	text-align: center;
	box-shadow: 0 8px 24px rgba(1, 7, 85, 0.06);
}

.awgc-awg-chaplain__stat strong {
	display: block;
	font-size: 1.25rem;
	font-weight: 800;
	color: #010755;
	line-height: 1.1;
}

.awgc-awg-chaplain__stat span {
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #888;
	margin-top: 6px;
}

.awgc-awg-chaplain__quote {
	margin: 0 0 48px;
	padding: 36px 40px;
	border-radius: 16px;
	background: linear-gradient(135deg, #010755 0%, #021a85 100%);
	color: #fff;
	border-left: 4px solid #f79503;
	box-shadow: 0 20px 50px rgba(1, 7, 85, 0.15);
}

.awgc-awg-chaplain__quote-text {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.55;
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.95);
}

.awgc-awg-chaplain__quote-attr {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f79503;
	font-style: normal;
}

.awgc-awg-chaplain__bio {
	padding: 40px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 16px 40px rgba(1, 7, 85, 0.06);
}

.awgc-awg-chaplain__bio-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #010755;
	margin: 0 0 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.awgc-awg-chaplain__bio-title .fa {
	color: #f79503;
}

.awgc-awg-chaplain__bio-prose {
	font-size: 1.02rem;
	line-height: 1.8;
	color: #444;
}

.awgc-awg-chaplain__bio-prose p {
	margin-bottom: 18px;
}

.awgc-awg-chaplain__bio-prose .awgc-lead {
	font-size: 1.12rem;
	color: #010755;
	font-weight: 500;
}

.awgc-awg-chaplain-focus__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.awgc-awg-chaplain-focus__card {
	padding: 28px 22px;
	border-radius: 16px;
	background: #faf8f4;
	border: 1px solid rgba(1, 7, 85, 0.08);
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.awgc-awg-chaplain-focus__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 40px rgba(1, 7, 85, 0.1);
}

.awgc-awg-chaplain-focus__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #f79503;
	font-size: 20px;
	margin-bottom: 16px;
}

.awgc-awg-chaplain-focus__title {
	font-size: 1.05rem;
	font-weight: 800;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-awg-chaplain-focus__text {
	font-size: 0.9rem;
	line-height: 1.6;
	color: #666;
	margin: 0;
}

/* ── AWG Heritage (history-awg) ── */
.awgc-awg-page--heritage .awgc-awg-monument__shade {
	background:
		linear-gradient(115deg, rgba(1, 7, 85, 0.93) 0%, rgba(2, 26, 133, 0.8) 50%, rgba(6, 145, 204, 0.45) 100%),
		radial-gradient(ellipse at 85% 20%, rgba(247, 149, 3, 0.2) 0%, transparent 50%);
}

.awgc-awg-heritage {
	position: relative;
	overflow: hidden;
}

.awgc-awg-heritage::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	background: radial-gradient(ellipse at 100% 0%, rgba(247, 149, 3, 0.08) 0%, transparent 60%);
	pointer-events: none;
}

.awgc-awg-heritage__header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 36px;
	align-items: center;
	margin-bottom: 48px;
}

.awgc-awg-heritage__year {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(135deg, #010755, #021a85);
	color: #fff;
	box-shadow: 0 20px 50px rgba(1, 7, 85, 0.25);
	border: 3px solid #f79503;
	flex-shrink: 0;
}

.awgc-awg-heritage__year-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 2px;
}

.awgc-awg-heritage__year-value {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.awgc-awg-heritage__titles .awgc-awg-section__head {
	margin-bottom: 0;
	text-align: left;
}

.awgc-awg-heritage__titles .awgc-awg-section__eyebrow {
	margin-bottom: 10px;
}

.awgc-awg-heritage__titles .awgc-awg-section__title {
	margin-bottom: 6px;
	text-align: left;
}

.awgc-awg-heritage__subtitle {
	font-size: 1.05rem;
	color: #666;
	margin: 0;
	font-weight: 500;
}

.awgc-awg-heritage__canvas {
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
	gap: 48px;
	align-items: start;
	margin-bottom: 44px;
}

.awgc-awg-heritage__portrait {
	position: sticky;
	top: 100px;
}

.awgc-awg-heritage__frame {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow:
		0 32px 80px rgba(1, 7, 85, 0.2),
		inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.awgc-awg-heritage__image {
	display: block;
	width: 100%;
	min-height: 480px;
	object-fit: cover;
	object-position: center;
}

.awgc-awg-heritage__frame-accent {
	position: absolute;
	inset: 0;
	border: 4px solid rgba(247, 149, 3, 0.35);
	border-radius: 20px;
	pointer-events: none;
}

.awgc-awg-heritage__frame-badge {
	position: absolute;
	left: 16px;
	bottom: 16px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.9);
	color: #f79503;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(6px);
}

.awgc-awg-heritage__frame-badge .fa {
	margin-right: 8px;
}

.awgc-awg-heritage__caption {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 16px 0 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #010755;
}

.awgc-awg-heritage__caption .fa {
	color: #f79503;
}

.awgc-awg-heritage__lead {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.2rem, 2.2vw, 1.45rem);
	line-height: 1.65;
	color: #010755;
	font-weight: 500;
	margin: 0 0 32px;
	padding: 28px 32px;
	border-radius: 16px;
	background: #fff;
	border-left: 4px solid #f79503;
	box-shadow: 0 12px 40px rgba(1, 7, 85, 0.08);
}

.awgc-awg-heritage__rail {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-left: 8px;
}

.awgc-awg-heritage__rail::before {
	content: '';
	position: absolute;
	left: 27px;
	top: 24px;
	bottom: 24px;
	width: 2px;
	background: linear-gradient(180deg, #f79503 0%, rgba(1, 7, 85, 0.15) 100%);
}

.awgc-awg-heritage__chapter {
	position: relative;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 20px;
	padding: 0 0 24px;
}

.awgc-awg-heritage__chapter:last-child {
	padding-bottom: 0;
}

.awgc-awg-heritage__chapter-marker {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding-top: 4px;
}

.awgc-awg-heritage__chapter-num {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: rgba(1, 7, 85, 0.35);
}

.awgc-awg-heritage__chapter-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #f79503;
	color: #010755;
	font-size: 15px;
	box-shadow: 0 6px 20px rgba(1, 7, 85, 0.1);
}

.awgc-awg-heritage__chapter-body {
	padding: 20px 24px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 10px 32px rgba(1, 7, 85, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.awgc-awg-heritage__chapter:hover .awgc-awg-heritage__chapter-body {
	transform: translateX(4px);
	box-shadow: 0 16px 40px rgba(1, 7, 85, 0.1);
}

.awgc-awg-heritage__chapter--highlight .awgc-awg-heritage__chapter-body {
	background: linear-gradient(135deg, #010755, #021a85);
	border-color: rgba(247, 149, 3, 0.4);
}

.awgc-awg-heritage__chapter--highlight .awgc-awg-heritage__chapter-title {
	color: #fff;
}

.awgc-awg-heritage__chapter--highlight .awgc-awg-heritage__chapter-text {
	color: rgba(255, 255, 255, 0.88);
}

.awgc-awg-heritage__chapter--highlight .awgc-awg-heritage__chapter-icon {
	background: #f79503;
	border-color: #f79503;
	color: #010755;
}

.awgc-awg-heritage__chapter-title {
	font-size: 1.05rem;
	font-weight: 800;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-awg-heritage__chapter-text {
	font-size: 0.94rem;
	line-height: 1.7;
	color: #555;
	margin: 0;
}

.awgc-awg-heritage__tags {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.awgc-awg-heritage__tags li {
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.06);
	border: 1px solid rgba(1, 7, 85, 0.1);
	font-size: 11px;
	font-weight: 600;
	color: #010755;
}

.awgc-awg-heritage__chapter--highlight .awgc-awg-heritage__tags li {
	background: rgba(247, 149, 3, 0.15);
	border-color: rgba(247, 149, 3, 0.35);
	color: #f79503;
}

.awgc-awg-heritage__prose {
	font-size: 1.02rem;
	line-height: 1.8;
	color: #444;
}

.awgc-awg-heritage__prose p {
	margin-bottom: 18px;
}

.awgc-awg-heritage__quote {
	margin: 0 0 48px;
	padding: 40px 48px;
	border-radius: 16px;
	background: linear-gradient(135deg, #010755, #021a85);
	color: #fff;
	text-align: center;
	border-top: 3px solid #f79503;
	box-shadow: 0 24px 60px rgba(1, 7, 85, 0.15);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.awgc-awg-heritage__quote-copy {
	max-width: 1200px;
	margin: 0 auto;
}

.awgc-awg-heritage__quote-line {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.25rem, 2.8vw, 1.75rem);
	font-style: italic;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	margin: 0;
	white-space: nowrap;
}

.awgc-awg-heritage__quote-line + .awgc-awg-heritage__quote-line {
	margin-top: 8px;
}

@media (max-width: 991px) {
	.awgc-awg-heritage__quote-line {
		white-space: normal;
	}
}

.awgc-awg-heritage__quote-text {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.15rem, 2.5vw, 1.45rem);
	font-style: italic;
	line-height: 1.55;
	margin: 0 0 14px;
	color: #fff;
}

.awgc-awg-heritage__quote-attr {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f79503;
	font-style: normal;
}

.awgc-awg-heritage__milestones {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.awgc-awg-heritage__milestone {
	position: relative;
	padding: 32px 24px 24px;
	border-radius: 16px;
	background: #faf8f4;
	border: 1px solid rgba(1, 7, 85, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.awgc-awg-heritage__milestone:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 48px rgba(1, 7, 85, 0.1);
}

.awgc-awg-heritage__milestone-num {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 2rem;
	font-weight: 800;
	color: rgba(1, 7, 85, 0.08);
	line-height: 1;
}

.awgc-awg-heritage__milestone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, #f79503, #e07d00);
	color: #fff;
	font-size: 20px;
	margin-bottom: 16px;
}

.awgc-awg-heritage__milestone-title {
	font-size: 1.1rem;
	font-weight: 800;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-awg-heritage__milestone-text {
	font-size: 0.92rem;
	line-height: 1.65;
	color: #666;
	margin: 0;
}

.awgc-awg-heritage__milestone-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--awgc-blue);
	text-decoration: none;
}

.awgc-awg-heritage__milestone-link:hover {
	color: var(--awgc-navy);
}

/* ── KSJI Africa (ksji-africa) ── */
.awgc-awg-page--africa .awgc-awg-monument__shade {
	background:
		linear-gradient(115deg, rgba(1, 7, 85, 0.92) 0%, rgba(153, 0, 0, 0.55) 45%, rgba(247, 149, 3, 0.35) 100%),
		radial-gradient(ellipse at 80% 15%, rgba(247, 149, 3, 0.25) 0%, transparent 55%);
}

.awgc-awg-page--africa .awgc-awg-heritage::before {
	background: radial-gradient(ellipse at 100% 0%, rgba(247, 149, 3, 0.12) 0%, transparent 60%);
}

.awgc-awg-page--africa .awgc-awg-heritage__year {
	background: linear-gradient(145deg, var(--awgc-navy) 0%, #990000 100%);
	border-color: rgba(247, 149, 3, 0.35);
}

.awgc-awg-page--africa .awgc-awg-heritage__year-value {
	color: var(--awgc-orange);
}

.awgc-awg-page--africa .awgc-awg-heritage__frame-accent {
	border-color: rgba(247, 149, 3, 0.55);
	background: none;
}

.awgc-awg-page--africa .awgc-awg-heritage__frame {
	box-shadow: 0 24px 60px rgba(1, 7, 85, 0.18);
}

.awgc-awg-page--africa .awgc-awg-heritage__image {
	min-height: 0;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center top;
}

.awgc-awg-page--africa .awgc-awg-heritage__chapter-icon {
	background: rgba(247, 149, 3, 0.12);
	color: var(--awgc-orange);
}

.awgc-awg-page--africa .awgc-awg-heritage__chapter--highlight .awgc-awg-heritage__chapter-body {
	background: linear-gradient(135deg, var(--awgc-navy) 0%, #1a0a6e 100%);
}

.awgc-awg-page--africa .awgc-awg-heritage__quote {
	border-left-color: var(--awgc-orange);
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.04) 0%, rgba(247, 149, 3, 0.08) 100%);
}

.awgc-awg-page--africa .awgc-awg-heritage__quote-line {
	color: var(--awgc-navy);
}

.awgc-awg-page--africa .awgc-awg-scale__card {
	border-top-color: var(--awgc-orange);
}

.awgc-awg-page--africa .awgc-awg-marquee {
	background: linear-gradient(90deg, var(--awgc-navy) 0%, #5c0000 50%, var(--awgc-navy) 100%);
}

.awgc-awg-page--seven-grands .awgc-awg-monument__shade {
	background:
		linear-gradient(115deg, rgba(1, 7, 85, 0.9) 0%, rgba(6, 145, 204, 0.55) 55%, rgba(247, 149, 3, 0.3) 100%);
}

.awgc-awg-scale__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.awgc-awg-scale__card {
	text-align: center;
	padding: 28px 16px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.awgc-awg-scale__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.2);
	color: #f79503;
	font-size: 18px;
	margin-bottom: 14px;
}

.awgc-awg-scale__value {
	display: block;
	font-size: 1.75rem;
	font-weight: 800;
	color: #f79503;
	line-height: 1.1;
}

.awgc-awg-scale__label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 8px;
}

/* ── Jurisdiction & Boundaries ── */
.awgc-awg-jurisdiction {
	position: relative;
	overflow: hidden;
}

.awgc-awg-jurisdiction::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 8% 12%, rgba(247, 149, 3, 0.07) 0%, transparent 42%),
		radial-gradient(ellipse at 92% 88%, rgba(1, 7, 85, 0.05) 0%, transparent 40%);
	pointer-events: none;
}

.awgc-awg-jurisdiction .container {
	position: relative;
	z-index: 1;
}

.awgc-awg-jurisdiction__intro {
	max-width: 680px;
	margin: 14px auto 0;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #666;
}

.awgc-awg-jurisdiction__canvas {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 28px;
	margin-bottom: 32px;
}

.awgc-awg-jurisdiction__panel {
	padding: 28px;
	border-radius: 18px;
	background: #faf8f4;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 18px 48px rgba(1, 7, 85, 0.06);
}

.awgc-awg-jurisdiction__panel--compass {
	display: flex;
	flex-direction: column;
}

.awgc-awg-jurisdiction__panel-head {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(1, 7, 85, 0.08);
}

.awgc-awg-jurisdiction__panel-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #f79503;
	font-size: 18px;
	flex-shrink: 0;
}

.awgc-awg-jurisdiction__panel-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #010755;
	margin: 0 0 4px;
	line-height: 1.2;
}

.awgc-awg-jurisdiction__panel-sub {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #666;
}

.awgc-awg-jurisdiction__deanery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 20px;
}

.awgc-awg-jurisdiction__deanery {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
	padding: 22px 14px 18px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 10px 28px rgba(1, 7, 85, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.awgc-awg-jurisdiction__deanery:hover {
	transform: translateY(-4px);
	border-color: rgba(247, 149, 3, 0.35);
	box-shadow: 0 16px 36px rgba(1, 7, 85, 0.1);
}

.awgc-awg-jurisdiction__deanery-num {
	position: absolute;
	top: 10px;
	left: 12px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: rgba(1, 7, 85, 0.18);
}

.awgc-awg-jurisdiction__deanery-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.12);
	color: #f79503;
	font-size: 16px;
}

.awgc-awg-jurisdiction__deanery-name {
	font-size: 1rem;
	font-weight: 800;
	color: #010755;
}

.awgc-awg-jurisdiction__metric {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 20px;
	border-radius: 14px;
	background: linear-gradient(135deg, #010755 0%, #021a85 100%);
	margin-bottom: 16px;
}

.awgc-awg-jurisdiction__metric-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(247, 149, 3, 0.18);
	color: #f79503;
	font-size: 18px;
	flex-shrink: 0;
}

.awgc-awg-jurisdiction__metric-value {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.75rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
}

.awgc-awg-jurisdiction__metric-label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 2px;
}

.awgc-awg-jurisdiction__callout {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(247, 149, 3, 0.25);
	border-left: 4px solid #f79503;
}

.awgc-awg-jurisdiction__callout-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(247, 149, 3, 0.12);
	color: #f79503;
	font-size: 14px;
	flex-shrink: 0;
}

.awgc-awg-jurisdiction__callout-text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #444;
	font-weight: 500;
}

.awgc-awg-jurisdiction__rose {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-template-rows: auto 1fr auto;
	gap: 14px;
	flex: 1;
	align-content: center;
	min-height: 340px;
	max-width: 460px;
	margin: 0 auto;
	width: 100%;
}

.awgc-awg-jurisdiction__rose-ring {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px dashed rgba(247, 149, 3, 0.35);
	pointer-events: none;
	z-index: 0;
}

.awgc-awg-jurisdiction__bound {
	position: relative;
	z-index: 1;
	padding: 16px 18px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.1);
	box-shadow: 0 10px 28px rgba(1, 7, 85, 0.06);
	text-align: center;
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.awgc-awg-jurisdiction__bound:hover {
	transform: translateY(-3px);
	border-color: rgba(247, 149, 3, 0.35);
}

.awgc-awg-jurisdiction__bound--north {
	grid-column: 1 / -1;
}

.awgc-awg-jurisdiction__bound--west {
	grid-column: 1;
	grid-row: 2;
	align-self: center;
}

.awgc-awg-jurisdiction__bound--east {
	grid-column: 3;
	grid-row: 2;
	align-self: center;
}

.awgc-awg-jurisdiction__bound--south {
	grid-column: 1 / -1;
	grid-row: 3;
}

.awgc-awg-jurisdiction__bound-dir {
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0691cc;
	margin-bottom: 6px;
}

.awgc-awg-jurisdiction__bound-dir .fa {
	margin-right: 4px;
	color: #f79503;
}

.awgc-awg-jurisdiction__bound-name {
	display: block;
	font-size: 0.95rem;
	font-weight: 800;
	color: #010755;
	line-height: 1.3;
}

.awgc-awg-jurisdiction__center {
	grid-column: 2;
	grid-row: 2;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #f79503;
	font-weight: 800;
	font-size: 14px;
	box-shadow: 0 16px 40px rgba(1, 7, 85, 0.28);
	align-self: center;
	justify-self: center;
	border: 3px solid rgba(247, 149, 3, 0.45);
}

.awgc-awg-jurisdiction__center .fa {
	font-size: 24px;
	margin-bottom: 4px;
}

.awgc-awg-jurisdiction__former {
	padding: 28px 32px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.03) 0%, rgba(247, 149, 3, 0.06) 100%);
	border: 1px solid rgba(1, 7, 85, 0.08);
}

.awgc-awg-jurisdiction__former-title {
	font-size: 1rem;
	font-weight: 800;
	color: #010755;
	margin: 0 0 16px;
}

.awgc-awg-jurisdiction__former-title .fa {
	color: #f79503;
	margin-right: 8px;
}

.awgc-awg-jurisdiction__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.awgc-awg-jurisdiction__chip {
	padding: 9px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.1);
	font-size: 12px;
	font-weight: 600;
	color: #010755;
	box-shadow: 0 4px 14px rgba(1, 7, 85, 0.04);
}

/* ── Responsive ── */
@media (max-width: 1199px) {
	.awgc-awg-pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.awgc-awg-monument__layout {
		grid-template-columns: 1fr;
	}

	.awgc-awg-monument__crest {
		width: 120px;
		height: 120px;
		margin: 0 auto;
	}

	.awgc-awg-monument__crest .fa {
		font-size: 42px;
	}

	.awgc-awg-page--chaplain .awgc-awg-monument__portrait--circle {
		--chaplain-portrait-diameter: 240px;
		min-width: 0;
		margin: 0 auto;
	}

	.awgc-awg-page--institution .awgc-awg-monument__portrait--circle {
		--institution-emblem-diameter: 240px;
		min-width: 0;
		margin: 0 auto;
	}

	.awgc-awg-page--cadet-commandery .awgc-awg-monument__portrait--circle {
		--institution-emblem-diameter: 220px;
	}

	.awgc-awg-page--junior-auxiliary .awgc-awg-monument__portrait--circle {
		--institution-emblem-diameter: 240px;
	}

	.awgc-awg-chronicle {
		grid-template-columns: 1fr;
	}

	.awgc-awg-beats {
		grid-template-columns: 1fr;
	}

	.awgc-awg-pillars {
		grid-template-columns: 1fr 1fr;
	}

	.awgc-awg-tiers {
		grid-template-columns: 1fr;
	}

	.awgc-awg-charter ul {
		grid-template-columns: 1fr;
	}

	.awgc-awg-spotlight {
		grid-template-columns: 1fr;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}

	.awgc-awg-virtues__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awgc-awg-ksji-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awgc-awg-ksji-chronicle__hero-inner {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 36px;
	}

	.awgc-awg-ksji-chronicle__since {
		align-self: flex-start;
		padding: 14px 20px;
	}

	.awgc-awg-ksji-chronicle__since strong {
		font-size: 2rem;
	}

	.awgc-awg-ksji-chronicle__grid {
		grid-template-columns: 1fr;
	}

	.awgc-awg-ksji-chronicle__quote {
		padding: 28px 24px;
	}

	.awgc-awg-nations__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awgc-awg-supreme {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 32px 24px;
	}

	.awgc-awg-supreme__crest {
		margin: 0 auto;
	}

	.awgc-awg-chaplain__intro {
		grid-template-columns: 1fr;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.awgc-awg-chaplain__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awgc-awg-chaplain-focus__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awgc-awg-heritage__header {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.awgc-awg-heritage__year {
		margin: 0 auto;
	}

	.awgc-awg-heritage__titles .awgc-awg-section__title {
		text-align: center;
	}

	.awgc-awg-heritage__canvas {
		grid-template-columns: 1fr;
	}

	.awgc-awg-heritage__portrait {
		position: static;
	}

	.awgc-awg-heritage__image {
		min-height: 300px;
	}

	.awgc-awg-heritage__chapter {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
	}

	.awgc-awg-heritage__milestones {
		grid-template-columns: 1fr;
	}

	.awgc-awg-scale__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awgc-awg-jurisdiction__canvas {
		grid-template-columns: 1fr;
	}

	.awgc-awg-jurisdiction__deanery-grid {
		grid-template-columns: 1fr;
	}

	.awgc-awg-jurisdiction__rose {
		min-height: 300px;
		max-width: 100%;
	}

	.awgc-awg-aims__grid {
		grid-template-columns: 1fr;
	}

	.awgc-awg-aims__item:last-child:nth-child(odd) {
		max-width: none;
	}

	.awgc-awg-duties__grid {
		grid-template-columns: 1fr;
	}

	.awgc-awg-unit-life__grid {
		grid-template-columns: 1fr;
	}

	.awgc-awg-unit-life__chain {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.awgc-awg-monument {
		min-height: auto;
		padding: 72px 0 56px;
	}

	.awgc-awg-pillars {
		grid-template-columns: 1fr;
	}

	.awgc-awg-section {
		padding: 52px 0;
	}

	.awgc-awg-virtues__grid,
	.awgc-awg-nations__grid {
		grid-template-columns: 1fr;
	}

	.awgc-awg-chaplain__stats,
	.awgc-awg-chaplain-focus__grid {
		grid-template-columns: 1fr;
	}

	.awgc-awg-chaplain__bio {
		padding: 28px 22px;
	}

	.awgc-awg-scale__grid {
		grid-template-columns: 1fr;
	}
}
