/* AWGC inner pages — brand colors only (#010755 #021a85 #0691cc #f79503 #cc0000 #990000) */

.awgc-page-body {
	font-family: 'Poppins', sans-serif;
}

/* Hero */
.awgc-hero {
	position: relative;
	min-height: 280px;
}

.awgc-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.88) 0%, rgba(2, 26, 133, 0.75) 100%);
	pointer-events: none;
}

.awgc-hero-entry {
	position: relative;
	z-index: 2;
	padding: 55px 0 40px;
}

.awgc-hero-badge {
	display: inline-block;
	background: rgba(247, 149, 3, 0.15);
	border: 1px solid rgba(247, 149, 3, 0.5);
	color: #f79503;
	padding: 5px 14px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.awgc-hero-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 8px;
	color: #fff !important;
}

.awgc-hero-sub {
	color: #fff !important;
}

.awgc-hero-entry h1,
.awgc-hero-entry p {
	color: #fff !important;
}

.awgc-hero-sub {
	font-size: 16px;
	opacity: 0.9;
	max-width: 600px;
}

/* Breadcrumb — hidden site-wide */
.breadcrumb-row,
.awgc-breadcrumb {
	display: none !important;
}

.awgc-breadcrumb {
	background: #f5f5f5;
	border-bottom: 1px solid #e8e8e8;
}

.awgc-breadcrumb ul li a {
	color: #666;
}

.awgc-breadcrumb ul li a:hover {
	color: #f79503;
}

.awgc-breadcrumb ul li a.awgc-breadcrumb-current {
	color: #010755;
	font-weight: 600;
}

/* Main content */
.awgc-main-section {
	padding: 50px 0;
}

.awgc-section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #010755;
	margin-bottom: 16px;
	font-size: 26px;
}

.awgc-lead {
	font-size: 16px;
	line-height: 1.75;
	color: #444;
	margin-bottom: 16px;
}

.awgc-main-section p {
	color: #666;
	line-height: 1.75;
	margin-bottom: 14px;
}

.awgc-content-image {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
	.awgc-page-intro {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.awgc-page-intro__media {
		display: flex;
	}

	.awgc-page-intro .awgc-content-image:not(.awgc-content-image--contain) {
		flex: 1;
		width: 100%;
		min-height: 280px;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.awgc-page-intro .awgc-content-image--contain {
		flex: 1;
		width: 100%;
		min-height: 280px;
		height: 100%;
		object-fit: contain;
	}
}

.awgc-content-image--contain {
	object-fit: contain;
	background: #fff;
	padding: 12px;
	aspect-ratio: 4 / 3;
}

/* Stats */
.awgc-stat-card {
	background: #f5f5f5;
	border-left: 4px solid #f79503;
	padding: 18px 20px;
	border-radius: 0 4px 4px 0;
}

.awgc-stat-value {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #010755;
	margin: 0 0 4px;
}

.awgc-stat-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #666;
}

/* Structure pages — premium layout */
.awgc-main-section--structure {
	padding-bottom: 36px;
}

.awgc-structure-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.06);
	color: #010755;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.awgc-structure-eyebrow .fa {
	color: #f79503;
}

.awgc-section-title--structure {
	font-size: clamp(1.65rem, 3vw, 2rem);
	margin-bottom: 14px;
}

.awgc-lead--structure {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.05rem, 1.8vw, 1.2rem);
	line-height: 1.7;
	color: #333;
	margin-bottom: 0;
}

.awgc-main-section--structure .awgc-content-image {
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(1, 7, 85, 0.12);
	border: none;
}

.awgc-structure-sidebar-stats {
	margin-top: 24px;
	padding: 22px 18px;
	border-radius: 14px;
	background: linear-gradient(180deg, #f8f9fc 0%, #fff 100%);
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.06);
}

.awgc-structure-sidebar-stats__title {
	font-size: 14px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 14px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.awgc-structure-sidebar-stats__title .fa {
	color: #f79503;
	margin-right: 6px;
}

.awgc-stats-row--compact {
	margin-left: -6px;
	margin-right: -6px;
}

.awgc-stats-row--compact > [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}

.awgc-stat-card--compact {
	padding: 14px 12px;
	text-align: center;
	border-left: none;
	border-top: 3px solid #f79503;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(1, 7, 85, 0.05);
}

.awgc-stat-card--compact .awgc-stat-value {
	font-size: 22px;
}

.awgc-stat-card--compact .awgc-stat-label {
	font-size: 10px;
	line-height: 1.35;
}

.awgc-structure-section__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.awgc-structure-section__card {
	padding-left: 78px;
}

.awgc-structure-section__contact {
	text-align: center;
	margin-top: 8px;
}

.awgc-structure-section__contact-lead {
	max-width: 640px;
	margin: 0 auto 16px;
	font-size: 1rem;
	line-height: 1.65;
	color: #010755;
	font-weight: 600;
}

@media (max-width: 767px) {
	.awgc-structure-section__grid {
		grid-template-columns: 1fr;
	}

	.awgc-structure-section__card {
		padding-left: 26px;
		padding-top: 72px;
	}

	.awgc-structure-section__card .awgc-awg-unit-life__icon {
		left: 50%;
		transform: translateX(-50%);
		top: 18px;
	}
}

/* Activity pages — premium layout */
.awgc-activity-page {
	padding-top: 48px;
	padding-bottom: 56px;
}

.awgc-activity-hero__media {
	position: relative;
	height: 100%;
	min-height: 360px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(1, 7, 85, 0.16);
	border: 1px solid rgba(1, 7, 85, 0.08);
}

.awgc-activity-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	object-position: center;
}

.awgc-activity-hero__badge {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 56px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #fff;
	font-size: 22px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.awgc-activity-page--grand-convention .awgc-activity-hero__badge {
	background: linear-gradient(135deg, #f79503, #d97f02);
}

.awgc-activity-hero__copy {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 0 8px 12px;
}

.awgc-activity-hero__eyebrow,
.awgc-activity-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(247, 149, 3, 0.12);
	border: 1px solid rgba(247, 149, 3, 0.28);
	color: #d97f02;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 16px;
	align-self: flex-start;
}

.awgc-activity-hero__eyebrow .fa,
.awgc-activity-eyebrow .fa {
	color: #f79503;
}

.awgc-activity-hero__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	line-height: 1.15;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-activity-hero__subtitle {
	font-size: 16px;
	font-weight: 600;
	color: #0691cc;
	margin: 0 0 14px;
}

.awgc-activity-hero__lead {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 0 0 22px;
}

.awgc-activity-hero .awgc-stats-row {
	margin-top: 0;
}

.awgc-activity-story {
	padding: 28px 30px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e8edf3;
	box-shadow: 0 8px 28px rgba(1, 7, 85, 0.05);
}

.awgc-activity-story__title {
	margin: 0 0 18px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #010755;
}

.awgc-activity-story__title .fa {
	color: #f79503;
	margin-right: 8px;
}

.awgc-activity-pillars__title,
.awgc-activity-timeline__title,
.awgc-activity-delegation__title {
	margin: 0 0 18px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #010755;
}

.awgc-activity-pillars__title .fa,
.awgc-activity-timeline__title .fa,
.awgc-activity-delegation__title .fa {
	color: #f79503;
	margin-right: 8px;
}

.awgc-activity-pillar {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	height: 100%;
	padding: 20px 18px;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.awgc-activity-pillar:hover {
	transform: translateY(-2px);
	border-color: rgba(6, 145, 204, 0.28);
	box-shadow: 0 10px 26px rgba(1, 7, 85, 0.08);
}

.awgc-activity-pillar__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #fff;
	font-size: 17px;
}

.awgc-activity-page--grand-convention .awgc-activity-pillar__icon {
	background: linear-gradient(135deg, #010755, #f79503);
}

.awgc-activity-pillar__body h5 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 800;
	color: #010755;
}

.awgc-activity-pillar__body p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #64748b;
}

.awgc-activity-timeline__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.awgc-activity-timeline__day {
	height: 100%;
	padding: 22px 20px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 6px 20px rgba(1, 7, 85, 0.05);
}

.awgc-activity-timeline__day-head {
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 2px solid rgba(6, 145, 204, 0.15);
}

.awgc-activity-timeline__day-label {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.08);
	color: #010755;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.awgc-activity-page--grand-convention .awgc-activity-timeline__day-label {
	background: rgba(247, 149, 3, 0.14);
	color: #d97f02;
}

.awgc-activity-timeline__day-head h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	color: #010755;
}

.awgc-activity-timeline__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.awgc-activity-timeline__item {
	display: flex;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px dashed #e8edf3;
}

.awgc-activity-timeline__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.awgc-activity-timeline__time {
	flex-shrink: 0;
	min-width: 48px;
	font-size: 12px;
	font-weight: 800;
	color: #0691cc;
	padding-top: 2px;
}

.awgc-activity-timeline__content strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #010755;
	margin-bottom: 3px;
}

.awgc-activity-timeline__content p {
	margin: 0;
	font-size: 12px;
	line-height: 1.55;
	color: #64748b;
}

.awgc-activity-delegation__card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	height: 100%;
	padding: 18px 16px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.03), rgba(6, 145, 204, 0.06));
	border: 1px solid rgba(6, 145, 204, 0.14);
}

.awgc-activity-delegation__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 11px;
	background: rgba(1, 7, 85, 0.1);
	color: #010755;
	font-size: 17px;
}

.awgc-activity-delegation__card h5 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 700;
	color: #010755;
}

.awgc-activity-delegation__card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #64748b;
}

.awgc-activity-edition__inner {
	display: flex;
	align-items: stretch;
	gap: 0;
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, #010755 0%, #021a85 55%, rgba(6, 145, 204, 0.85) 100%);
	box-shadow: 0 18px 48px rgba(1, 7, 85, 0.2);
}

.awgc-activity-edition__media {
	position: relative;
	flex: 0 0 42%;
	max-width: 42%;
}

.awgc-activity-edition__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

.awgc-activity-edition__year {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(247, 149, 3, 0.92);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.awgc-activity-edition__copy {
	flex: 1;
	padding: 28px 30px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.awgc-activity-edition__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 10px;
}

.awgc-activity-edition__copy h4 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	line-height: 1.25;
}

.awgc-activity-edition__copy p {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}

.awgc-activity-edition__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #f79503;
	text-decoration: none;
	transition: gap 0.2s ease;
}

.awgc-activity-edition__link:hover {
	color: #fff;
	gap: 12px;
}

.awgc-activity-nav-group + .awgc-activity-nav-group {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #e8edf3;
}

.awgc-activity-nav-group__label {
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0691cc;
	margin-bottom: 8px;
}

.awgc-activity-nav-group__label .fa {
	color: #f79503;
	margin-right: 6px;
}

.awgc-activity-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.awgc-activity-nav li + li {
	margin-top: 4px;
}

.awgc-activity-nav a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 10px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	color: #555;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.awgc-activity-nav a .fa {
	width: 16px;
	text-align: center;
	color: #0691cc;
	font-size: 12px;
}

.awgc-activity-nav a:hover,
.awgc-activity-nav a.is-active {
	background: rgba(1, 7, 85, 0.06);
	color: #010755;
}

.awgc-activity-nav a.is-active {
	font-weight: 800;
	border-left: 3px solid #f79503;
	padding-left: 7px;
}

.awgc-sidebar-card--activities {
	max-height: 620px;
	overflow-y: auto;
}

.awgc-activity-program {
	padding: 24px 0 8px;
	border-top: 1px solid #e8edf3;
}

.awgc-activity-program__title {
	margin: 0 0 18px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #010755;
}

.awgc-activity-program__title .fa {
	color: #f79503;
	margin-right: 8px;
}

.awgc-activity-program__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	height: 100%;
	padding: 18px 16px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.awgc-activity-program__item:hover {
	transform: translateY(-2px);
	border-color: rgba(6, 145, 204, 0.25);
	box-shadow: 0 8px 22px rgba(1, 7, 85, 0.08);
}

.awgc-activity-program__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 11px;
	background: rgba(1, 7, 85, 0.08);
	color: #010755;
	font-size: 17px;
}

.awgc-activity-program__item h5 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 700;
	color: #010755;
}

.awgc-activity-program__item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #64748b;
}

.awgc-activity-page .awgc-meta-note {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.awgc-activity-hero__media,
	.awgc-activity-hero__image {
		min-height: 280px;
	}

	.awgc-activity-hero__copy {
		padding-left: 0;
	}

	.awgc-activity-timeline__grid {
		grid-template-columns: 1fr;
	}

	.awgc-activity-edition__inner {
		flex-direction: column;
	}

	.awgc-activity-edition__media {
		flex: none;
		max-width: 100%;
	}
}

/* Feature cards */
.awgc-highlights-section {
	padding: 45px 0;
}

.awgc-feature-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 3px solid #010755;
	padding: 24px 20px;
	height: 100%;
}

.awgc-feature-icon {
	width: 44px;
	height: 44px;
	background: #010755;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 14px;
	border-radius: 4px;
}

.awgc-feature-card h4 {
	font-weight: 700;
	color: #010755;
	font-size: 16px;
	margin-bottom: 8px;
}

.awgc-feature-card p {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.6;
}

/* Unit badge */
.awgc-unit-badge-card {
	background: #010755;
	color: #fff;
	border-radius: 4px;
	padding: 36px 24px;
	text-align: center;
}

.awgc-unit-shield {
	width: 100px;
	height: 100px;
	margin: 0 auto 16px;
	border-radius: 50%;
	border: 3px solid #f79503;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.06);
}

.awgc-unit-number {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #f79503;
}

.awgc-unit-shield .fa {
	font-size: 24px;
	margin-top: 4px;
}

.awgc-unit-badge-card h3,
.awgc-unit-badge-card .awgc-unit-name {
	font-size: 18px;
	margin-bottom: 4px;
	color: #fff !important;
}

.awgc-unit-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0691cc;
}

.awgc-unit-page .awgc-unit-badge-card {
	box-shadow: 0 16px 40px rgba(1, 7, 85, 0.18);
}

.awgc-unit-badge-card p {
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	font-size: 13px;
}

/* Info list */
.awgc-info-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.awgc-info-list li {
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	color: #444;
}

.awgc-info-list li i {
	color: #f79503;
	width: 22px;
	margin-right: 6px;
}

/* Degree badge */
.awgc-degree-badge {
	display: inline-block;
	background: #010755;
	color: #fff;
	padding: 30px 40px;
	border-radius: 4px;
	border-top: 4px solid #f79503;
}

.awgc-degree-num {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #f79503;
	line-height: 1;
}

.awgc-degree-label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.85);
}

/* Media grid (news fallback) */
.awgc-media-item {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.awgc-media-thumb {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
}

.awgc-media-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.awgc-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #010755;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

/* Gallery pages */
.awgc-gallery-page {
	padding: 48px 0 72px;
	background: linear-gradient(180deg, #eef3f9 0%, #f8fafc 45%, #ffffff 100%);
}

.awgc-gallery-hero {
	margin-bottom: 36px;
}

.awgc-gallery-hero__main {
	max-width: 720px;
	margin-bottom: 28px;
}

.awgc-gallery-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0691cc;
	margin-bottom: 10px;
}

.awgc-gallery-hero__eyebrow .fa {
	color: #f79503;
}

.awgc-gallery-hero__title {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 800;
	color: #010755;
	margin: 0 0 8px;
	line-height: 1.15;
}

.awgc-gallery-hero__subtitle {
	font-size: 17px;
	font-weight: 600;
	color: #0691cc;
	margin: 0 0 12px;
}

.awgc-gallery-hero__lead {
	font-size: 16px;
	line-height: 1.65;
	color: #4a5568;
	margin: 0;
	max-width: 640px;
}

.awgc-gallery-hero__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px 24px;
	padding: 20px 24px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.06);
}

.awgc-gallery-page--photo,
.awgc-gallery-page--video {
	padding-top: 36px;
	background: linear-gradient(180deg, #e8eef6 0%, #f4f7fb 38%, #ffffff 100%);
}

.awgc-gallery-hero--photo,
.awgc-gallery-hero--video {
	margin-bottom: 40px;
}

.awgc-gallery-hero--photo .awgc-gallery-hero__panel,
.awgc-gallery-hero--video .awgc-gallery-hero__panel {
	position: relative;
	padding: 28px 28px 0;
	border-radius: 20px;
	background:
		radial-gradient(circle at 92% 8%, rgba(247, 149, 3, 0.18) 0%, transparent 42%),
		radial-gradient(circle at 8% 92%, rgba(6, 145, 204, 0.16) 0%, transparent 40%),
		linear-gradient(135deg, #010755 0%, #001447 52%, #000a32 100%);
	border: 1px solid rgba(247, 149, 3, 0.22);
	box-shadow:
		0 24px 56px rgba(1, 7, 85, 0.28),
		0 8px 20px rgba(0, 0, 0, 0.18);
	overflow: visible;
}

.awgc-gallery-hero--video .awgc-gallery-hero__panel {
	background:
		radial-gradient(circle at 92% 8%, rgba(6, 145, 204, 0.2) 0%, transparent 42%),
		radial-gradient(circle at 8% 92%, rgba(247, 149, 3, 0.14) 0%, transparent 40%),
		linear-gradient(135deg, #010755 0%, #001447 52%, #000a32 100%);
}

.awgc-gallery-hero--photo .awgc-gallery-hero__panel::before,
.awgc-gallery-hero--video .awgc-gallery-hero__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, transparent 38%);
	pointer-events: none;
}

.awgc-gallery-hero--photo .awgc-gallery-hero__content,
.awgc-gallery-hero--video .awgc-gallery-hero__content {
	position: relative;
	z-index: 1;
	padding-bottom: 22px;
}

.awgc-gallery-hero__kicker {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(247, 149, 3, 0.95);
}

.awgc-gallery-hero__breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.awgc-gallery-hero__breadcrumb a {
	color: rgba(247, 149, 3, 0.95);
	text-decoration: none;
	transition: color 0.2s ease;
}

.awgc-gallery-hero__breadcrumb a:hover {
	color: #fff;
}

.awgc-gallery-hero__breadcrumb-sep {
	color: rgba(255, 255, 255, 0.35);
	font-weight: 500;
}

.awgc-gallery-hero__breadcrumb-current {
	color: rgba(255, 255, 255, 0.72);
}

.awgc-gallery-hero--photo .awgc-gallery-hero__eyebrow,
.awgc-gallery-hero--video .awgc-gallery-hero__eyebrow {
	color: rgba(247, 149, 3, 0.95);
	margin-bottom: 12px;
}

.awgc-gallery-hero--photo .awgc-gallery-hero__title,
.awgc-gallery-hero--video .awgc-gallery-hero__title {
	color: #fff;
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 800;
	line-height: 1.08;
	margin-bottom: 12px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.awgc-gallery-hero--photo .awgc-gallery-hero__tagline,
.awgc-gallery-hero--video .awgc-gallery-hero__tagline {
	margin: 0;
	font-size: clamp(14px, 1.5vw, 16px);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
	max-width: 720px;
}

@media (min-width: 992px) {
	.awgc-gallery-hero--photo .awgc-gallery-hero__tagline,
	.awgc-gallery-hero--video .awgc-gallery-hero__tagline {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.awgc-gallery-hero--photo .awgc-gallery-filter-bar,
.awgc-gallery-hero--video .awgc-gallery-filter-bar {
	margin-top: 0;
	border-radius: 0 0 18px 18px;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: none;
	background: rgba(0, 0, 0, 0.22);
	position: relative;
	z-index: 2;
}

.awgc-gallery-hero--photo .awgc-gallery-filter-bar::before,
.awgc-gallery-hero--video .awgc-gallery-filter-bar::before {
	opacity: 0.75;
}

.awgc-gallery-filter-bar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 0;
	margin-top: 8px;
	padding: 0;
	background: linear-gradient(135deg, #010755 0%, #001040 48%, #00082e 100%);
	border: 1px solid rgba(247, 149, 3, 0.28);
	border-radius: 16px;
	box-shadow:
		0 18px 48px rgba(1, 7, 85, 0.35),
		0 4px 14px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	overflow: visible;
	position: relative;
}

.awgc-gallery-filter-bar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #f79503 0%, #0691cc 50%, #f79503 100%);
	opacity: 0.95;
	pointer-events: none;
}

.awgc-gallery-filter-field {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 6px;
	min-width: 0;
	padding: 18px 16px 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
}

.awgc-gallery-filter-field:last-child {
	border-right: 0;
}

.awgc-gallery-filter-field__label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(247, 149, 3, 0.92);
	line-height: 1;
}

.awgc-gallery-filter-dropdown {
	position: relative;
	width: 100%;
	z-index: 1;
}

.awgc-gallery-filter-dropdown.is-open {
	z-index: 30;
}

.awgc-gallery-filter-field:has(.awgc-gallery-filter-dropdown.is-open) {
	z-index: 12;
}

.awgc-gallery-filter-dropdown__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	height: 38px;
	padding: 0 0 0 11px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: linear-gradient(180deg, #101f7a 0%, #0c1868 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.awgc-gallery-filter-dropdown__value {
	flex: 1;
	min-width: 0;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.awgc-gallery-filter-dropdown__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 38px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0 10px 10px 0;
	background: linear-gradient(180deg, rgba(247, 149, 3, 0.22) 0%, rgba(247, 149, 3, 0.12) 100%);
	color: #f79503;
	font-size: 9px;
}

.awgc-gallery-filter-dropdown__trigger:hover,
.awgc-gallery-filter-dropdown.is-open .awgc-gallery-filter-dropdown__trigger {
	border-color: rgba(247, 149, 3, 0.5);
	background: linear-gradient(180deg, #142688 0%, #101f7a 100%);
}

.awgc-gallery-filter-dropdown.is-open .awgc-gallery-filter-dropdown__trigger {
	border-color: #f79503;
	box-shadow: 0 0 0 3px rgba(247, 149, 3, 0.2);
}

.awgc-gallery-filter-dropdown.is-open .awgc-gallery-filter-dropdown__icon {
	background: linear-gradient(180deg, rgba(247, 149, 3, 0.34) 0%, rgba(247, 149, 3, 0.18) 100%);
	color: #ffc04d;
}

.awgc-gallery-filter-dropdown__menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 30;
	margin: 0;
	padding: 6px;
	list-style: none;
	max-height: 220px;
	overflow-y: auto;
	border: 1px solid rgba(247, 149, 3, 0.35);
	border-radius: 10px;
	background: #010755;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
	display: none;
}

.awgc-gallery-filter-dropdown.is-open .awgc-gallery-filter-dropdown__menu {
	display: block;
}

.awgc-gallery-filter-dropdown__menu [role="option"] {
	padding: 9px 10px;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.88);
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.awgc-gallery-filter-dropdown__menu [role="option"]:hover,
.awgc-gallery-filter-dropdown__menu [role="option"].is-selected {
	background: rgba(247, 149, 3, 0.16);
	color: #fff;
}

.awgc-gallery-filter-select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.awgc-gallery-filter-field:focus-within {
	z-index: 6;
}

.awgc-gallery-filter-field--stat {
	justify-content: flex-end;
}

.awgc-gallery-filter-field__stat {
	display: flex;
	align-items: center;
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	padding: 0 11px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	color: #fff;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 12px rgba(6, 145, 204, 0.35);
}

@media (max-width: 991px) {
	.awgc-gallery-hero--photo .awgc-gallery-hero__panel,
	.awgc-gallery-hero--video .awgc-gallery-hero__panel {
		padding: 22px 18px 0;
		border-radius: 16px;
	}

	.awgc-gallery-filter-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awgc-gallery-filter-field:nth-child(2) {
		border-right: 0;
	}

	.awgc-gallery-filter-field:nth-child(1),
	.awgc-gallery-filter-field:nth-child(2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
}

@media (max-width: 575px) {
	.awgc-gallery-page--photo,
	.awgc-gallery-page--video {
		padding-top: 24px;
	}

	.awgc-gallery-hero--photo .awgc-gallery-hero__panel,
	.awgc-gallery-hero--video .awgc-gallery-hero__panel {
		padding: 18px 14px 0;
	}

	.awgc-gallery-filter-bar {
		grid-template-columns: 1fr;
	}

	.awgc-gallery-filter-field {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		padding: 16px 14px 14px;
	}

	.awgc-gallery-filter-field:last-child {
		border-bottom: 0;
	}

	.awgc-gallery-filter-field__stat {
		font-size: 18px;
	}
}

.awgc-gallery-page--photo .awgc-gallery-folders,
.awgc-gallery-page--video .awgc-gallery-folders {
	gap: 24px;
}

.awgc-gallery-page--photo .awgc-gallery-folder,
.awgc-gallery-page--video .awgc-gallery-folder {
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 14px 36px rgba(1, 7, 85, 0.12);
}

.awgc-gallery-page--photo .awgc-gallery-folder__program,
.awgc-gallery-page--video .awgc-gallery-folder__program {
	color: #010755;
}

.awgc-gallery-filter-groups {
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex: 1;
	min-width: min(100%, 520px);
}

.awgc-gallery-filter-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.awgc-gallery-filter-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #64748b;
}

.awgc-gallery-empty {
	padding: 28px 24px;
	text-align: center;
	background: #fff;
	border: 1px dashed #cbd5e1;
	border-radius: 14px;
	color: #64748b;
	font-size: 15px;
}

.awgc-gallery-card__date {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(1, 7, 85, 0.78);
	padding: 5px 10px;
	border-radius: 999px;
	backdrop-filter: blur(4px);
	pointer-events: none;
}

.awgc-gallery-hint {
	margin: 16px 0 0;
	font-size: 13px;
	font-weight: 600;
	color: #64748b;
	letter-spacing: 0.01em;
}

.awgc-gallery-hint .fa {
	margin-right: 8px;
	color: #f79503;
}

.awgc-gallery-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.awgc-gallery-filter {
	border: 1px solid #dde3ec;
	background: #f8fafc;
	color: #010755;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: none;
	padding: 10px 16px;
	border-radius: 999px;
	cursor: pointer;
	transition: all 0.18s ease;
	white-space: nowrap;
}

.awgc-gallery-filter:hover:not(.is-disabled) {
	border-color: #0691cc;
	color: #0691cc;
	background: #fff;
}

.awgc-gallery-filter.is-active {
	background: linear-gradient(135deg, #010755 0%, #0a2d8c 100%);
	border-color: #010755;
	color: #fff;
	box-shadow: 0 6px 16px rgba(1, 7, 85, 0.2);
}

.awgc-gallery-filter.is-disabled {
	opacity: 0.38;
	cursor: not-allowed;
}

.awgc-gallery-count {
	font-size: 12px;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background: #f1f5f9;
	padding: 10px 16px;
	border-radius: 999px;
	white-space: nowrap;
}

.awgc-gallery-folders {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 22px;
}

.awgc-gallery-folder {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.1);
	text-align: left;
	cursor: pointer;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.awgc-gallery-folder:hover,
.awgc-gallery-folder:focus-visible {
	transform: translateY(-6px);
	box-shadow: 0 22px 48px rgba(1, 7, 85, 0.18);
	outline: none;
}

.awgc-gallery-folder.is-hidden {
	display: none;
}

.awgc-gallery-folders.is-filter-empty {
	display: none;
}

.awgc-gallery-folder__cover {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #010755;
}

.awgc-gallery-folder__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.awgc-gallery-folder:hover .awgc-gallery-folder__cover img {
	transform: scale(1.05);
}

.awgc-gallery-folder__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(1, 7, 85, 0.82) 0%, rgba(1, 7, 85, 0.15) 55%, transparent 100%);
	pointer-events: none;
}

.awgc-gallery-folder__badge {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(247, 149, 3, 0.95);
	color: #010755;
	font-size: 18px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.awgc-gallery-folder__badge--video .fa {
	padding-left: 3px;
}

.awgc-gallery-folder__body {
	padding: 16px 18px 18px;
	background: #fff;
}

.awgc-gallery-folder__program {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #010755;
	line-height: 1.35;
	margin-bottom: 6px;
}

.awgc-gallery-folder__date {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #0691cc;
	margin-bottom: 8px;
}

.awgc-gallery-folder__count {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
	background: #f1f5f9;
	padding: 5px 10px;
	border-radius: 999px;
}

.awgc-gallery-folder-modal {
	position: fixed;
	inset: 0;
	z-index: 10040;
	display: none;
	padding: 24px;
}

.awgc-gallery-folder-modal.is-open {
	display: block;
}

.awgc-gallery-folder-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(1, 7, 85, 0.92);
}

.awgc-gallery-folder-modal__dialog {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	max-width: min(1180px, 96vw);
	max-height: calc(100vh - 48px);
	margin: 0 auto;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.awgc-gallery-folder-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px 18px;
	border-bottom: 1px solid #e8edf3;
	background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.awgc-gallery-folder-modal__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0691cc;
	margin-bottom: 6px;
}

.awgc-gallery-folder-modal__eyebrow .fa {
	color: #f79503;
}

.awgc-gallery-folder-modal__title {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 800;
	color: #010755;
	line-height: 1.2;
}

.awgc-gallery-folder-modal__meta {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #64748b;
}

.awgc-gallery-folder-modal__close {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 50%;
	background: #010755;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.22s ease, transform 0.22s ease;
}

.awgc-gallery-folder-modal__close:hover {
	background: #f79503;
	color: #010755;
	transform: scale(1.05);
}

.awgc-gallery-folder-modal__body {
	flex: 1;
	overflow: auto;
	padding: 24px;
	background: #f4f7fb;
}

.awgc-gallery-folder-modal__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
	gap: 14px;
}

.awgc-gallery-folder-modal__thumb {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(1, 7, 85, 0.08);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	text-align: left;
}

.awgc-gallery-folder-modal__thumb:hover,
.awgc-gallery-folder-modal__thumb:focus-visible {
	transform: translateY(-3px);
	border-color: #f79503;
	box-shadow: 0 14px 28px rgba(1, 7, 85, 0.14);
	outline: none;
}

.awgc-gallery-folder-modal__thumb-media {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #010755;
}

.awgc-gallery-folder-modal__thumb-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.awgc-gallery-folder-modal__thumb-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(1, 7, 85, 0.28);
	color: #fff;
	pointer-events: none;
}

.awgc-gallery-folder-modal__thumb-play .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.95);
	color: #010755;
	font-size: 14px;
	padding-left: 3px;
}

.awgc-gallery-folder-modal__thumb-label {
	display: block;
	padding: 10px 10px 12px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	color: #010755;
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.awgc-gallery-lightbox__stage.is-loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	border: 3px solid rgba(247, 149, 3, 0.35);
	border-top-color: #f79503;
	border-radius: 50%;
	animation: awgc-gallery-spin 0.7s linear infinite;
}

@keyframes awgc-gallery-spin {
	to { transform: rotate(360deg); }
}

.awgc-gallery-lightbox__nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.awgc-gallery-folder-modal__item {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: #010755;
	border-radius: 14px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 16px 40px rgba(1, 7, 85, 0.16);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
	text-align: left;
}

.awgc-gallery-folder-modal__item:hover,
.awgc-gallery-folder-modal__item:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 50px rgba(1, 7, 85, 0.22);
	outline: none;
}

.awgc-gallery-folder-modal__item img {
	display: block;
	width: 100%;
	max-height: min(82vh, 920px);
	object-fit: contain;
	margin: 0 auto;
	background: #000;
}

.awgc-gallery-folder-modal__item--video iframe {
	display: block;
	width: 100%;
	height: min(70vh, 680px);
	border: 0;
	background: #000;
	pointer-events: none;
}

.awgc-gallery-folder-modal__video-poster {
	position: relative;
	display: block;
	background: #000;
}

.awgc-gallery-folder-modal__video-poster img {
	display: block;
	width: 100%;
	max-height: min(82vh, 920px);
	object-fit: contain;
	margin: 0 auto;
}

.awgc-gallery-folder-modal__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(1, 7, 85, 0.35);
	color: #fff;
}

.awgc-gallery-folder-modal__play .fa {
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.95);
	color: #010755;
	font-size: 24px;
	padding-left: 5px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.awgc-gallery-folder-modal__caption {
	display: block;
	padding: 14px 18px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background: rgba(1, 7, 85, 0.96);
	text-align: left;
}

.awgc-gallery-folder-modal__hint {
	margin: 0;
	padding: 12px 24px 18px;
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
	text-align: center;
	background: #fff;
	border-top: 1px solid #e8edf3;
}

@media (max-width: 575px) {
	.awgc-gallery-folder-modal {
		padding: 0;
	}

	.awgc-gallery-folder-modal__dialog {
		max-width: 100%;
		max-height: 100vh;
		height: 100vh;
		border-radius: 0;
	}

	.awgc-gallery-folder-modal__body {
		padding: 16px;
	}

	.awgc-gallery-filter-bar {
		flex-direction: column;
		align-items: stretch;
		padding: 16px;
	}

	.awgc-gallery-filter-bar__meta {
		align-items: flex-start;
	}

	.awgc-gallery-filter-bar__count {
		text-align: left;
	}

	.awgc-gallery-filter-field {
		min-width: 100%;
	}
}

.awgc-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
}

.awgc-gallery-grid--videos {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.awgc-gallery-card {
	position: relative;
	display: block;
	border-radius: 14px;
	overflow: hidden;
	background: #010755;
	border: none;
	box-shadow: 0 10px 30px rgba(1, 7, 85, 0.12);
	text-decoration: none;
	color: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.awgc-gallery-card:hover,
.awgc-gallery-card:focus-visible {
	transform: translateY(-6px);
	box-shadow: 0 22px 48px rgba(1, 7, 85, 0.22);
	text-decoration: none;
	color: #fff;
	outline: none;
}

.awgc-gallery-card.is-hidden {
	display: none;
}

.awgc-gallery-card--feature {
	grid-column: span 2;
}

.awgc-gallery-card__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.awgc-gallery-card--feature .awgc-gallery-card__media {
	aspect-ratio: 16 / 9;
}

.awgc-gallery-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.awgc-gallery-card:hover .awgc-gallery-card__media img {
	transform: scale(1.06);
}

.awgc-gallery-card__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(1, 7, 85, 0.92) 0%, rgba(1, 7, 85, 0.15) 55%, transparent 100%);
	opacity: 0.85;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.awgc-gallery-card:hover .awgc-gallery-card__shade {
	opacity: 1;
}

.awgc-gallery-card__expand,
.awgc-gallery-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.85);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.95);
	color: #010755;
	font-size: 20px;
	opacity: 0;
	transition: opacity 0.28s ease, transform 0.28s ease;
	pointer-events: none;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.awgc-gallery-card__play .fa {
	padding-left: 4px;
}

.awgc-gallery-card:hover .awgc-gallery-card__expand,
.awgc-gallery-card:hover .awgc-gallery-card__play,
.awgc-gallery-card:focus-visible .awgc-gallery-card__expand,
.awgc-gallery-card:focus-visible .awgc-gallery-card__play {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.awgc-gallery-card__meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 18px 18px 16px;
	pointer-events: none;
}

.awgc-gallery-card__cat {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f79503;
	background: rgba(1, 7, 85, 0.65);
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 8px;
	backdrop-filter: blur(4px);
}

.awgc-gallery-card__title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.awgc-gallery-card--feature .awgc-gallery-card__title {
	font-size: 18px;
}

/* Native fallback lightbox */
.awgc-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px 72px 56px;
}

.awgc-gallery-lightbox.is-open {
	display: flex;
}

.awgc-gallery-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(1, 7, 85, 0.96);
}

.awgc-gallery-lightbox__stage {
	position: relative;
	z-index: 2;
	max-width: 96vw;
	max-height: calc(100vh - 96px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.awgc-gallery-lightbox__img {
	max-width: 96vw;
	max-height: calc(100vh - 96px);
	width: auto;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.awgc-gallery-lightbox__img.is-hidden,
.awgc-gallery-lightbox__iframe-wrap.is-hidden {
	display: none;
}

.awgc-gallery-lightbox__iframe-wrap {
	width: min(92vw, 1280px);
	height: min(80vh, 720px);
}

.awgc-gallery-lightbox__iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.awgc-gallery-lightbox__close,
.awgc-gallery-lightbox__nav {
	position: absolute;
	z-index: 3;
	border: 0;
	cursor: pointer;
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.awgc-gallery-lightbox__close {
	top: 20px;
	right: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, #010755 0%, #021a85 100%);
	border: 2px solid #f79503;
	color: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.awgc-gallery-lightbox__close .fa {
	font-size: 20px;
	line-height: 1;
}

.awgc-gallery-lightbox__close:hover,
.awgc-gallery-lightbox__close:focus-visible {
	background: #f79503;
	color: #010755;
	border-color: #fff;
	transform: translateY(-1px);
}

.awgc-gallery-lightbox__nav {
	background: rgba(1, 7, 85, 0.88);
	color: #fff;
	border: 2px solid rgba(247, 149, 3, 0.45);
}

.awgc-gallery-lightbox__nav {
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 72px;
	border-radius: 8px;
	font-size: 22px;
}

.awgc-gallery-lightbox__nav--prev {
	left: 16px;
}

.awgc-gallery-lightbox__nav--next {
	right: 16px;
}

.awgc-gallery-lightbox__nav:hover {
	background: #f79503;
	color: #010755;
	border-color: #fff;
}

.awgc-gallery-lightbox__close:hover {
	color: #010755;
}

.awgc-gallery-lightbox__caption {
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	z-index: 3;
	margin: 0;
	padding: 12px 20px;
	max-width: min(90vw, 720px);
	background: rgba(1, 7, 85, 0.92);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-radius: 8px;
}

.awgc-gallery-lightbox__counter {
	position: absolute;
	top: 22px;
	left: 24px;
	z-index: 3;
	color: #f79503;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Magnific Popup — AWGC lightbox (max size) */
.awgc-mfp.mfp-bg {
	background: rgba(1, 7, 85, 0.96);
	opacity: 1;
}

.awgc-mfp.mfp-wrap .mfp-container {
	padding: 20px 12px;
}

.awgc-mfp.mfp-image-holder .mfp-content,
.awgc-mfp.mfp-iframe-holder .mfp-content {
	max-width: 96vw;
	width: auto;
}

.awgc-mfp .mfp-figure {
	max-width: 96vw;
}

.awgc-mfp .mfp-figure:after {
	background: transparent;
}

.awgc-mfp .mfp-img {
	max-width: 96vw !important;
	max-height: calc(100vh - 72px) !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	border-radius: 6px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.awgc-mfp .mfp-iframe-scaler,
.awgc-mfp .awgc-mfp-iframe {
	width: 92vw;
	max-width: 1280px;
	padding-top: 0;
	height: min(80vh, 720px);
}

.awgc-mfp .mfp-iframe-scaler iframe,
.awgc-mfp .awgc-mfp-iframe iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}

.awgc-mfp .mfp-bottom-bar {
	margin-top: 0;
	background: rgba(1, 7, 85, 0.95);
	padding: 14px 20px;
	border-radius: 0 0 8px 8px;
}

.awgc-mfp .mfp-title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	padding-right: 48px;
}

.awgc-mfp .mfp-counter {
	color: #f79503;
	font-weight: 700;
	font-size: 13px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

.awgc-mfp .mfp-close,
.awgc-mfp-close {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	top: 20px !important;
	right: 20px !important;
	width: 48px !important;
	height: 48px !important;
	padding: 0 !important;
	border-radius: 50% !important;
	background: linear-gradient(135deg, #010755 0%, #021a85 100%) !important;
	border: 2px solid #f79503 !important;
	color: #fff !important;
	line-height: 1 !important;
	opacity: 1 !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.awgc-mfp .mfp-close::before,
.awgc-mfp-close::before {
	display: none !important;
}

.awgc-mfp .mfp-iframe-holder .awgc-mfp-close,
.awgc-mfp .awgc-mfp-iframe .awgc-mfp-close {
	position: fixed;
	z-index: 1046;
}

.awgc-mfp .mfp-close .fa,
.awgc-mfp-close .fa {
	font-size: 20px;
	line-height: 1;
}

.awgc-mfp .mfp-close:hover,
.awgc-mfp-close:hover,
.awgc-mfp .mfp-close:focus-visible,
.awgc-mfp-close:focus-visible {
	background: #f79503 !important;
	color: #010755 !important;
	border-color: #fff !important;
	transform: translateY(-1px);
	opacity: 1 !important;
}

.awgc-mfp .mfp-arrow {
	opacity: 0.95;
	width: 56px;
	height: 96px;
	margin-top: -48px;
}

.awgc-mfp .mfp-arrow:before,
.awgc-mfp .mfp-arrow:after {
	border-top-width: 14px;
	border-bottom-width: 14px;
}

.awgc-mfp .mfp-arrow-left:before {
	border-right: 18px solid #f79503;
	margin-left: 24px;
}

.awgc-mfp .mfp-arrow-right:before {
	border-left: 18px solid #f79503;
	margin-right: 24px;
}

@media (max-width: 991px) {
	.awgc-gallery-card--feature {
		grid-column: span 1;
	}

	.awgc-gallery-card--feature .awgc-gallery-card__media {
		aspect-ratio: 4 / 3;
	}

	.awgc-gallery-card--feature .awgc-gallery-card__title {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	.awgc-gallery-page {
		padding: 32px 0 48px;
	}

	.awgc-gallery-hero__toolbar {
		padding: 16px;
		flex-direction: column;
		align-items: stretch;
	}

	.awgc-gallery-count {
		text-align: center;
	}

	.awgc-gallery-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.awgc-gallery-grid--videos {
		grid-template-columns: 1fr;
	}

	.awgc-gallery-filter {
		padding: 8px 14px;
		font-size: 10px;
	}
}

/* News page */
.awgc-news-page {
	padding: 50px 0 60px;
	background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
}

.awgc-news-intro {
	margin-bottom: 28px;
}

.awgc-news-featured {
	display: grid;
	grid-template-columns: 1fr;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e8edf3;
	box-shadow: 0 20px 50px rgba(1, 7, 85, 0.1);
	margin-bottom: 32px;
}

.awgc-news-featured__media {
	position: relative;
	min-height: 260px;
	background: #010755;
}

.awgc-news-featured__media img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	display: block;
}

.awgc-news-featured__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: #f79503;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 7px 12px;
	border-radius: 999px;
}

.awgc-news-featured__badge .fa {
	margin-right: 5px;
}

.awgc-news-featured__body {
	padding: 24px 22px 28px;
}

.awgc-news-featured__title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #010755;
	margin: 12px 0 14px;
	line-height: 1.35;
}

.awgc-news-featured__excerpt {
	color: #555;
	line-height: 1.75;
	margin-bottom: 20px;
}

.awgc-news-panel {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.06);
}

.awgc-news-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eef2f6;
}

.awgc-news-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.awgc-news-filter {
	border: 1px solid #dde3ec;
	background: #f8fafc;
	color: #010755;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 10px 16px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.22s ease;
}

.awgc-news-filter:hover {
	border-color: #0691cc;
	color: #0691cc;
}

.awgc-news-filter.is-active {
	background: #010755;
	border-color: #010755;
	color: #fff;
}

.awgc-news-count {
	font-size: 12px;
	font-weight: 700;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background: #f4f7fb;
	padding: 8px 14px;
	border-radius: 999px;
}

.awgc-news-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
}

.awgc-news-meta__cat {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0691cc;
	background: rgba(6, 145, 204, 0.1);
	padding: 4px 8px;
	border-radius: 4px;
}

.awgc-news-meta__date {
	font-size: 12px;
	color: #888;
	font-weight: 600;
}

.awgc-news-meta__date .fa {
	color: #f79503;
	margin-right: 4px;
}

.awgc-news-card {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.awgc-news-card:hover {
	transform: translateY(-5px);
	border-color: #f79503;
	box-shadow: 0 14px 32px rgba(1, 7, 85, 0.12);
}

.awgc-news-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #010755;
}

.awgc-news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.awgc-news-card:hover .awgc-news-card__media img {
	transform: scale(1.06);
}

.awgc-news-card__body {
	padding: 18px 18px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.awgc-news-card__title {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 10px 0 10px;
}

.awgc-news-card__title a {
	color: #010755;
	text-decoration: none;
}

.awgc-news-card__title a:hover {
	color: #0691cc;
}

.awgc-news-card__excerpt {
	font-size: 14px;
	line-height: 1.65;
	color: #666;
	margin-bottom: 14px;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.awgc-news-card__link {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #f79503;
	text-decoration: none;
}

.awgc-news-card__link:hover {
	color: #0691cc;
}

.awgc-news-card__link .fa {
	margin-left: 4px;
}

.awgc-news-read-btn .fa-long-arrow-right {
	margin-left: 8px;
}

/* News article modal */
.awgc-news-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}

.awgc-news-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.awgc-news-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(1, 7, 85, 0.88);
}

.awgc-news-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 820px;
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.awgc-news-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(1, 7, 85, 0.85);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.awgc-news-modal__close:hover {
	background: #f79503;
}

.awgc-news-modal__hero img {
	width: 100%;
	max-height: 360px;
	object-fit: cover;
	display: block;
	border-radius: 12px 12px 0 0;
}

.awgc-news-modal__content {
	padding: 24px 28px 32px;
}

.awgc-news-modal__content h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #010755;
	margin: 14px 0 16px;
	line-height: 1.35;
}

.awgc-news-modal__content #awgc-news-modal-body {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
}

body.awgc-news-modal-open {
	overflow: hidden;
}

@media (min-width: 992px) {
	.awgc-news-featured {
		grid-template-columns: 1.1fr 1fr;
	}

	.awgc-news-featured__media,
	.awgc-news-featured__media img {
		min-height: 100%;
	}
}

@media (max-width: 767px) {
	.awgc-news-panel {
		padding: 16px;
	}

	.awgc-news-featured__title {
		font-size: 20px;
	}

	.awgc-news-modal__content {
		padding: 18px 20px 24px;
	}

	.awgc-news-modal__content h2 {
		font-size: 22px;
	}
}

/* Page actions — match site buttons */
.awgc-page-actions .site-button {
	background: #f79503;
	border-color: #f79503;
}

.awgc-page-actions .site-button:hover {
	background: #0691cc;
	border-color: #0691cc;
}

.awgc-page-actions .site-button.white {
	background: #010755;
	border-color: #010755;
	color: #fff;
}

.awgc-page-actions .site-button.white:hover {
	background: #021a85;
	border-color: #021a85;
}

/* Master page layout — sidebar, CTA, prose */
.awgc-page-prose p {
	line-height: 1.75;
	color: #444;
	margin-bottom: 16px;
}

.awgc-page-sidebar {
	position: sticky;
	top: 90px;
}

.awgc-sidebar-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	padding: 22px 20px;
	margin-bottom: 20px;
	box-shadow: 0 4px 18px rgba(1, 7, 85, 0.06);
}

.awgc-sidebar-card h4 {
	font-size: 15px;
	font-weight: 700;
	color: #010755;
	margin: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.awgc-sidebar-card h4 i {
	color: #f79503;
	margin-right: 8px;
}

.awgc-sidebar-card--contact {
	border-top: 3px solid #f79503;
}

.awgc-sidebar-card--join {
	background: linear-gradient(145deg, #010755 0%, #021a85 100%);
	border: none;
}

.awgc-sidebar-card--join h4,
.awgc-sidebar-card--join p {
	color: #fff;
}

.awgc-sidebar-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.awgc-sidebar-links li {
	border-bottom: 1px solid #f0f0f0;
}

.awgc-sidebar-links li:last-child {
	border-bottom: none;
}

.awgc-sidebar-links a {
	display: block;
	padding: 10px 0;
	color: #333;
	font-size: 14px;
	transition: color 0.2s, padding-left 0.2s;
}

.awgc-sidebar-links a:hover {
	color: #0691cc;
	padding-left: 6px;
}

.awgc-sidebar-links a i {
	color: #f79503;
	margin-right: 8px;
}

.awgc-sidebar-card--facts {
	border-top: 3px solid #010755;
	padding: 18px 16px;
}

.awgc-sidebar-card--explore {
	border-top: 3px solid #f79503;
	padding: 18px 16px;
}

.awgc-sidebar-card--facts h4,
.awgc-sidebar-card--explore h4 {
	font-size: 12px;
	margin-bottom: 14px;
	letter-spacing: 0.08em;
}

.awgc-sidebar-facts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.awgc-sidebar-facts li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 9px 0;
	border-bottom: 1px solid rgba(1, 7, 85, 0.06);
}

.awgc-sidebar-facts li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.awgc-sidebar-facts__icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.08), rgba(6, 145, 204, 0.1));
	color: #010755;
	font-size: 12px;
}

.awgc-sidebar-facts__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.awgc-sidebar-facts__label {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #94a3b8;
}

.awgc-sidebar-facts__value {
	font-size: 13px;
	font-weight: 600;
	color: #010755;
	line-height: 1.4;
	word-break: break-word;
}

a.awgc-sidebar-facts__value {
	color: #0691cc;
	text-decoration: none;
}

a.awgc-sidebar-facts__value:hover {
	color: #cc0000;
	text-decoration: underline;
}

.awgc-sidebar-links--explore {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.awgc-sidebar-links--explore li {
	border-bottom: none;
}

.awgc-sidebar-links--explore a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(1, 7, 85, 0.03);
	border: 1px solid rgba(1, 7, 85, 0.07);
	font-size: 13px;
	font-weight: 600;
	color: #334155;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.awgc-sidebar-links--explore a:hover {
	padding-left: 12px;
	background: rgba(6, 145, 204, 0.08);
	border-color: rgba(6, 145, 204, 0.2);
	color: #010755;
	transform: translateX(3px);
}

.awgc-sidebar-links--explore a i {
	width: 16px;
	text-align: center;
	margin-right: 0;
	color: #cc0000;
	font-size: 14px;
}

.awgc-sidebar-card--promo {
	padding: 0;
	border-top: none;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(1, 7, 85, 0.12);
}

.awgc-sidebar-promo-slider {
	position: relative;
}

.awgc-sidebar-promo__slide {
	margin: 0;
}

.awgc-sidebar-promo__link {
	display: block;
	line-height: 0;
}

.awgc-sidebar-promo__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.awgc-sidebar-promo-slider.owl-carousel .owl-stage-outer {
	border-radius: 12px;
}

.awgc-sidebar-promo-slider.owl-carousel .owl-nav {
	position: absolute;
	inset: 0;
	pointer-events: none;
	margin: 0;
}

.awgc-sidebar-promo-slider.owl-carousel .owl-nav button.owl-prev,
.awgc-sidebar-promo-slider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(1, 7, 85, 0.78) !important;
	color: #fff !important;
	font-size: 14px;
	line-height: 34px;
	pointer-events: auto;
	opacity: 0;
	transition: opacity 0.2s ease, background 0.2s ease;
}

.awgc-sidebar-promo-slider.owl-carousel:hover .owl-nav button.owl-prev,
.awgc-sidebar-promo-slider.owl-carousel:hover .owl-nav button.owl-next {
	opacity: 1;
}

.awgc-sidebar-promo-slider.owl-carousel .owl-nav button.owl-prev:hover,
.awgc-sidebar-promo-slider.owl-carousel .owl-nav button.owl-next:hover {
	background: #cc0000 !important;
}

.awgc-sidebar-promo-slider.owl-carousel .owl-nav button.owl-prev {
	left: 8px;
}

.awgc-sidebar-promo-slider.owl-carousel .owl-nav button.owl-next {
	right: 8px;
}

.awgc-sidebar-promo-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: 0;
	line-height: 1;
}

.awgc-sidebar-promo-slider.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background: rgba(255, 255, 255, 0.55);
	transition: transform 0.2s ease, background 0.2s ease;
}

.awgc-sidebar-promo-slider.owl-carousel .owl-dots .owl-dot.active span,
.awgc-sidebar-promo-slider.owl-carousel .owl-dots .owl-dot:hover span {
	background: #f79503;
	transform: scale(1.15);
}

.awgc-sidebar-promo-slider.is-single .owl-nav,
.awgc-sidebar-promo-slider.is-single .owl-dots {
	display: none !important;
}

.awgc-page-cta {
	background: linear-gradient(135deg, #010755 0%, #0691cc 100%);
	padding: 50px 0;
	margin-top: 0;
}

.awgc-page-cta__inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.awgc-page-cta__inner h3 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 12px;
}

.awgc-page-cta__inner p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 24px;
	white-space: nowrap;
}

@media (max-width: 991px) {
	.awgc-page-cta__inner p {
		white-space: normal;
	}
}

.awgc-page-cta__actions .site-button {
	margin: 6px 8px;
}

.awgc-page-cta__actions .site-button.white {
	background: #f79503;
	border-color: #f79503;
	color: #fff;
}

.awgc-focus-list {
	background: #f8f9fc;
	border-left: 4px solid #f79503;
	padding: 20px 24px;
	border-radius: 0 8px 8px 0;
}

.awgc-focus-list__title {
	color: #010755;
	font-weight: 700;
	margin-bottom: 14px;
}

.awgc-focus-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.awgc-focus-list li {
	padding: 6px 0;
	color: #444;
	line-height: 1.5;
}

.awgc-focus-list li i {
	color: #0691cc;
	margin-right: 10px;
}

.awgc-officers-grid .awgc-officer-card {
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.awgc-officer-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.awgc-officer-card h5 {
	font-size: 15px;
	margin: 14px 12px 4px;
	color: #010755;
}

.awgc-officer-card span {
	display: block;
	padding-bottom: 16px;
	color: #888;
	font-size: 13px;
}

.awgc-meta-note {
	background: #fff8eb;
	border: 1px solid #fde0a8;
	border-radius: 6px;
	padding: 12px 16px;
	color: #665522;
	font-size: 14px;
	margin-top: 16px;
}

.awgc-meta-note i {
	color: #f79503;
	margin-right: 8px;
}

@media (max-width: 991px) {
	.awgc-page-sidebar {
		position: static;
	}
}

/* Profile page — premium officer/chaplain layout */
.awgc-profile-page {
	padding-top: 40px;
	padding-bottom: 30px;
}

.awgc-profile-card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 24px 64px rgba(1, 7, 85, 0.12);
	border: 1px solid rgba(1, 7, 85, 0.08);
}

.awgc-profile-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	z-index: 3;
	background: linear-gradient(90deg, #010755, #0691cc, #f79503);
}

.awgc-profile-card--chaplain::before {
	background: linear-gradient(90deg, #010755, #0691cc, #010755);
}

.awgc-profile-card__grid {
	display: grid;
	grid-template-columns: minmax(200px, 240px) 1fr;
	align-items: start;
}

.awgc-profile-card__aside {
	position: relative;
	padding: 0;
	align-self: start;
}

.awgc-profile-card--chaplain .awgc-profile-card__aside {
	background: linear-gradient(180deg, #010755 0%, #021a85 55%, #010755 100%);
}

.awgc-profile-card__portrait {
	position: relative;
	width: 100%;
	max-height: 280px;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 12px;
}

.awgc-profile-card__photo {
	width: 100%;
	height: 100%;
	max-height: 252px;
	object-fit: cover;
	object-position: center top;
	display: block;
	border-radius: 8px;
}

.awgc-profile-card__portrait-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(1, 7, 85, 0.05) 0%, rgba(1, 7, 85, 0.55) 100%);
	pointer-events: none;
}

.awgc-profile-card__org {
	position: absolute;
	left: 18px;
	top: 18px;
	bottom: auto;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	backdrop-filter: blur(6px);
}

.awgc-profile-card__org .fa {
	color: #f79503;
}

.awgc-profile-card__crest {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.18);
	border: 1px solid rgba(247, 149, 3, 0.45);
	color: #f79503;
	font-size: 20px;
}

.awgc-profile-card__main {
	padding: 36px 40px 34px;
}

.awgc-profile-card__head {
	margin-bottom: 22px;
}

.awgc-profile-card__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #0691cc;
	margin-bottom: 10px;
}

.awgc-profile-card__eyebrow .fa {
	color: #f79503;
	font-size: 10px;
}

.awgc-profile-card__role {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
	background: rgba(1, 7, 85, 0.08);
	color: #010755;
}

.awgc-profile-card--chaplain .awgc-profile-card__role {
	background: rgba(6, 145, 204, 0.12);
	color: #021a85;
}

.awgc-profile-card__name {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #010755;
	margin: 0 0 10px;
	line-height: 1.15;
}

.awgc-profile-card__tagline {
	font-size: 16px;
	line-height: 1.65;
	color: #666;
	margin: 0;
	max-width: 620px;
}

.awgc-profile-card__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 26px;
}

.awgc-profile-card__stat {
	text-align: center;
	padding: 14px 10px;
	border-radius: 10px;
	background: #f5f7fb;
	border: 1px solid #e8edf5;
}

.awgc-profile-card--president .awgc-profile-card__stat,
.awgc-profile-card--gsec .awgc-profile-card__stat,
.awgc-profile-card--default .awgc-profile-card__stat {
	background: #cc0000;
	border-color: #990000;
}

.awgc-profile-card--respected .awgc-profile-card__stat,
.awgc-profile-card--gsec-la .awgc-profile-card__stat {
	background: #010755;
	border-color: #021a85;
}

.awgc-profile-card__stat-value {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #010755;
	line-height: 1.1;
}

.awgc-profile-card--president .awgc-profile-card__stat-value,
.awgc-profile-card--gsec .awgc-profile-card__stat-value,
.awgc-profile-card--default .awgc-profile-card__stat-value,
.awgc-profile-card--respected .awgc-profile-card__stat-value,
.awgc-profile-card--gsec-la .awgc-profile-card__stat-value {
	color: #fff;
}

.awgc-profile-card--chaplain .awgc-profile-card__stat-value {
	color: #0691cc;
}

.awgc-profile-card__stat-label {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #888;
}

.awgc-profile-card--president .awgc-profile-card__stat-label,
.awgc-profile-card--gsec .awgc-profile-card__stat-label,
.awgc-profile-card--default .awgc-profile-card__stat-label,
.awgc-profile-card--respected .awgc-profile-card__stat-label,
.awgc-profile-card--gsec-la .awgc-profile-card__stat-label {
	color: rgba(255, 255, 255, 0.82);
}

.awgc-profile-card__bio-wrap {
	position: relative;
	padding: 22px 24px 20px;
	border-radius: 12px;
	background: #fafbfd;
	border: 1px solid #eef1f6;
}

.awgc-profile-card__bio-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 24px;
	right: 24px;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: linear-gradient(90deg, #010755, #0691cc);
}

.awgc-profile-card__bio-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #010755;
	margin-bottom: 14px;
}

.awgc-profile-card__bio-label .fa {
	color: #f79503;
}

.awgc-profile-card__bio p:last-child {
	margin-bottom: 0;
}

.awgc-profile-card__focus .awgc-focus-list__title {
	color: #010755;
}

.awgc-profile-page .awgc-page-sidebar {
	margin-top: 0;
}

@media (max-width: 991px) {
	.awgc-profile-card__grid {
		grid-template-columns: 1fr;
	}

	.awgc-profile-card__aside {
		max-width: 260px;
		margin: 0 auto;
	}

	.awgc-profile-card__portrait {
		max-height: 260px;
	}

	.awgc-profile-card__photo {
		max-height: 232px;
	}

	.awgc-profile-card__main {
		padding: 28px 22px 26px;
	}

	.awgc-profile-card__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awgc-profile-card__name {
		font-size: 28px;
	}
}

@media (max-width: 575px) {
	.awgc-profile-card__stats {
		grid-template-columns: 1fr 1fr;
	}

	.awgc-profile-card__org {
		left: 12px;
		top: 12px;
		bottom: auto;
		font-size: 10px;
		padding: 6px 10px;
	}
}

/* Leadership pages — featured profile + officer board */
.awgc-leadership-page {
	padding-top: 40px;
	padding-bottom: 30px;
}

.awgc-profile-card--president .awgc-profile-card__aside,
.awgc-profile-card--gsec .awgc-profile-card__aside {
	background: linear-gradient(180deg, #010755 0%, #021a85 55%, #010755 100%);
}

.awgc-profile-card--respected .awgc-profile-card__aside,
.awgc-profile-card--gsec-la .awgc-profile-card__aside {
	background: linear-gradient(180deg, #4a0e4e 0%, #6b1a72 55%, #4a0e4e 100%);
}

.awgc-profile-card--president .awgc-profile-card__role {
	color: #f79503;
}

.awgc-profile-card--gsec .awgc-profile-card__role {
	color: #0691cc;
}

.awgc-profile-card--respected .awgc-profile-card__role,
.awgc-profile-card--gsec-la .awgc-profile-card__role {
	color: #e8a0c8;
}

.awgc-leadership-quick-profile {
	background: #010755;
	border-color: #010755;
}

.awgc-leadership-quick-profile:hover {
	background: #0691cc;
	border-color: #0691cc;
}

.awgc-leadership-board__head {
	margin-bottom: 28px;
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.awgc-leadership-page .awgc-leadership-board__head {
	max-width: 1200px;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}

.awgc-unit-officers .awgc-leadership-board__head {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

.awgc-unit-officers {
	width: 100%;
}

.awgc-leadership-board__title {
	font-size: 28px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-leadership-page .awgc-leadership-board__title {
	margin: 0;
	white-space: nowrap;
	flex-shrink: 0;
}

.awgc-leadership-page .awgc-leadership-board__title::after {
	content: '·';
	margin-left: 12px;
	color: #f79503;
	font-weight: 400;
}

.awgc-leadership-board__sub {
	color: #5a6278;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
}

.awgc-leadership-page .awgc-leadership-board__sub {
	white-space: nowrap;
	font-size: clamp(11px, 1.05vw, 15px);
	line-height: 1.45;
	margin: 0;
}

@media (max-width: 991px) {
	.awgc-leadership-page .awgc-leadership-board__head {
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}

	.awgc-leadership-page .awgc-leadership-board__title::after {
		content: none;
	}

	.awgc-leadership-page .awgc-leadership-board__title,
	.awgc-leadership-page .awgc-leadership-board__sub {
		white-space: normal;
	}
}

.awgc-leadership-officer {
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 12px 36px rgba(1, 7, 85, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.awgc-leadership-officer:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 48px rgba(1, 7, 85, 0.14);
}

.awgc-leadership-officer__media {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: linear-gradient(180deg, #010755, #021a85);
}

.awgc-leadership-officer--respected .awgc-leadership-officer__media,
.awgc-leadership-officer--gsec-la .awgc-leadership-officer__media {
	background: linear-gradient(180deg, #4a0e4e, #6b1a72);
}

.awgc-leadership-officer__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	transition: transform 0.35s ease;
}

.awgc-leadership-officer:hover .awgc-leadership-officer__media img {
	transform: scale(1.04);
}

.awgc-leadership-officer__body {
	padding: 18px 16px 20px;
}

.awgc-leadership-officer__role {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #0691cc;
	margin-bottom: 6px;
}

.awgc-leadership-officer--president .awgc-leadership-officer__role {
	color: #f79503;
}

.awgc-leadership-officer--respected .awgc-leadership-officer__role,
.awgc-leadership-officer--gsec-la .awgc-leadership-officer__role {
	color: #9b4d9b;
}

.awgc-leadership-officer__name {
	font-size: 16px;
	font-weight: 700;
	color: #010755;
	margin: 0 0 6px;
	line-height: 1.35;
}

.awgc-leadership-officer__name a {
	color: inherit;
	text-decoration: none;
}

.awgc-leadership-officer__name a:hover {
	color: #0691cc;
}

.awgc-leadership-officer__term {
	display: block;
	font-size: 13px;
	color: #7a8199;
	margin-bottom: 10px;
}

.awgc-leadership-officer__btn {
	background: none;
	border: none;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	color: #010755;
	cursor: pointer;
	transition: color 0.2s ease;
}

.awgc-leadership-officer__btn:hover {
	color: #0691cc;
}

.awgc-leadership-officer__btn .fa {
	margin-left: 4px;
	font-size: 11px;
}

.awgc-leadership-about {
	margin-bottom: 10px;
}

.awgc-leadership-about__title {
	font-size: 22px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 16px;
}

.awgc-leadership-about__title .fa {
	color: #f79503;
	margin-right: 8px;
}

/* ── Seven Grands of Ghana ── */
.awgc-seven-grands-page {
	padding-top: 48px;
	padding-bottom: 56px;
}

.awgc-seven-grands-hero__media {
	position: relative;
	height: 100%;
	min-height: 360px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(1, 7, 85, 0.16);
	border: 1px solid rgba(1, 7, 85, 0.08);
}

.awgc-seven-grands-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	object-position: center;
}

.awgc-seven-grands-hero__badge {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.92);
	color: #fff;
	font-size: 20px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.awgc-seven-grands-hero__copy {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 0 8px 12px;
}

.awgc-seven-grands-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.06);
	color: #010755;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 16px;
	align-self: flex-start;
}

.awgc-seven-grands-hero__eyebrow .fa {
	color: #f79503;
}

.awgc-seven-grands-hero__title {
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.2;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-seven-grands-hero__subtitle {
	font-size: 16px;
	font-weight: 600;
	color: #0691cc;
	margin: 0 0 14px;
}

.awgc-seven-grands-hero__lead {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 0 0 22px;
}

.awgc-seven-grands-hero .awgc-stats-row {
	margin-top: 0;
}

.awgc-seven-grands-story__panel {
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	border: 1px solid rgba(1, 7, 85, 0.08);
	border-radius: 16px;
	padding: 28px 28px 22px;
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.06);
}

.awgc-seven-grands-story__title {
	font-size: 22px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 16px;
}

.awgc-seven-grands-story__title .fa {
	color: #f79503;
	margin-right: 8px;
}

.awgc-seven-grands-board__head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 34px;
}

.awgc-seven-grands-board__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(6, 145, 204, 0.1);
	color: #0691cc;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.awgc-seven-grands-board__title {
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: 800;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-seven-grands-board__sub {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #666;
}

.awgc-seven-grands-grid {
	justify-content: center;
}

.awgc-seven-grands-grid > [class*="col-"] {
	display: flex;
}

.awgc-seven-grand-card {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 22px 22px 20px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 10px 28px rgba(1, 7, 85, 0.07);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.awgc-seven-grand-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(1, 7, 85, 0.12);
}

.awgc-seven-grand-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.awgc-seven-grand-card__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border-radius: 12px;
	background: rgba(1, 7, 85, 0.06);
	color: #010755;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.awgc-seven-grand-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(6, 145, 204, 0.1);
	color: #0691cc;
	font-size: 15px;
}

.awgc-seven-grand-card__flag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	align-self: flex-start;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(247, 149, 3, 0.12);
	color: #d97f02;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.awgc-seven-grand-card__name {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
	color: #010755;
	margin: 0 0 8px;
}

.awgc-seven-grand-card__name a {
	color: inherit;
	transition: color 0.25s ease;
}

.awgc-seven-grand-card__name a:hover {
	color: #0691cc;
}

.awgc-seven-grand-card__region {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #0691cc;
}

.awgc-seven-grand-card__summary {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.65;
	color: #555;
}

.awgc-seven-grand-card__jurisdiction {
	margin: 0;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid rgba(1, 7, 85, 0.08);
	font-size: 12px;
	line-height: 1.6;
	color: #777;
}

.awgc-seven-grand-card__jurisdiction strong {
	color: #010755;
	font-weight: 700;
}

.awgc-seven-grand-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f79503;
}

.awgc-seven-grand-card__link:hover {
	color: #010755;
}

.awgc-seven-grand-card--home {
	border-top: 4px solid #f79503;
	background: linear-gradient(180deg, #fff 0%, #fffbf5 100%);
}

.awgc-seven-grand-card--home .awgc-seven-grand-card__num {
	background: rgba(247, 149, 3, 0.14);
	color: #d97f02;
}

.awgc-seven-grand-card--home .awgc-seven-grand-card__icon {
	background: rgba(247, 149, 3, 0.14);
	color: #f79503;
}

/* ── Parish Ministry ── */
.awgc-parish-ministry-page {
	padding-top: 36px;
	padding-bottom: 56px;
}

.awgc-parish-ministry-page--detail {
	padding-top: 28px;
}

.awgc-parish-ministry-layout {
	align-items: flex-start;
}

.awgc-parish-ministry-layout__sidebar {
	position: relative;
}

.awgc-parish-ministry-page--detail .awgc-page-sidebar--parish-ministry {
	position: sticky;
	top: 90px;
}

.awgc-parish-ministry-hero--compact {
	margin-bottom: 0;
}

.awgc-parish-ministry-hero--compact .awgc-parish-ministry-hero__media {
	min-height: 0;
	height: auto;
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.12);
}

.awgc-parish-ministry-hero--compact .awgc-parish-ministry-hero__image {
	min-height: 0;
	height: 200px;
	max-height: 220px;
}

.awgc-parish-ministry-hero--compact .awgc-parish-ministry-hero__badge {
	width: 42px;
	height: 42px;
	right: 12px;
	bottom: 12px;
	font-size: 16px;
}

.awgc-parish-ministry-hero--compact .awgc-parish-ministry-hero__copy {
	padding: 0;
	justify-content: flex-start;
}

.awgc-parish-ministry-hero--compact .awgc-parish-ministry-hero__title {
	font-size: clamp(24px, 2.5vw, 32px);
	margin-bottom: 8px;
}

.awgc-parish-ministry-hero--compact .awgc-parish-ministry-hero__subtitle {
	font-size: 15px;
	margin-bottom: 10px;
}

.awgc-parish-ministry-hero--compact .awgc-parish-ministry-hero__lead {
	font-size: 15px;
	line-height: 1.65;
	margin-bottom: 14px;
}

.awgc-parish-ministry-hero--compact .awgc-parish-ministry-hero__eyebrow {
	margin-bottom: 12px;
}

.awgc-parish-ministry-hero__media {
	position: relative;
	height: 100%;
	min-height: 340px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(1, 7, 85, 0.16);
	border: 1px solid rgba(1, 7, 85, 0.08);
}

.awgc-parish-ministry-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
	object-position: center;
}

.awgc-parish-ministry-hero__badge {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.92);
	color: #fff;
	font-size: 20px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.awgc-parish-ministry-hero__copy {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 0 8px 12px;
}

.awgc-parish-ministry-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.06);
	color: #010755;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 16px;
	align-self: flex-start;
}

.awgc-parish-ministry-hero__eyebrow .fa {
	color: #f79503;
}

.awgc-parish-ministry-hero__title {
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.2;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-parish-ministry-hero__subtitle {
	font-size: 16px;
	font-weight: 600;
	color: #0691cc;
	margin: 0 0 14px;
}

.awgc-parish-ministry-hero__lead {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 0 0 22px;
}

.awgc-parish-ministry-hero .awgc-stats-row {
	margin-top: 0;
}

.awgc-parish-ministry-board__head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 34px;
}

.awgc-parish-ministry-board__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(6, 145, 204, 0.1);
	color: #0691cc;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.awgc-parish-ministry-board__eyebrow .fa {
	color: #f79503;
}

.awgc-parish-ministry-board__title {
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: 800;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-parish-ministry-board__sub {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #666;
}

.awgc-parish-ministry-grid > [class*="col-"] {
	display: flex;
}

.awgc-parish-ministry-card {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px 24px 22px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	text-decoration: none;
	color: inherit;
}

.awgc-parish-ministry-card__accent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #0691cc 0%, #f79503 100%);
	opacity: 0.9;
}

.awgc-parish-ministry-card--altar-serving .awgc-parish-ministry-card__accent {
	background: linear-gradient(90deg, #f79503 0%, #ffbf47 100%);
}

.awgc-parish-ministry-card--guard-of-honour .awgc-parish-ministry-card__accent {
	background: linear-gradient(90deg, #010755 0%, #0691cc 100%);
}

.awgc-parish-ministry-card--ushering .awgc-parish-ministry-card__accent {
	background: linear-gradient(90deg, #0691cc 0%, #38bdf8 100%);
}

.awgc-parish-ministry-card--ppc-members .awgc-parish-ministry-card__accent {
	background: linear-gradient(90deg, #16a34a 0%, #4ade80 100%);
}

.awgc-parish-ministry-card--pyc-members .awgc-parish-ministry-card__accent {
	background: linear-gradient(90deg, #7c3aed 0%, #a78bfa 100%);
}

.awgc-parish-ministry-card--teachings .awgc-parish-ministry-card__accent {
	background: linear-gradient(90deg, #0f766e 0%, #2dd4bf 100%);
}

.awgc-parish-ministry-card--moral-education-youth .awgc-parish-ministry-card__accent {
	background: linear-gradient(90deg, #db2777 0%, #f472b6 100%);
}

.awgc-parish-ministry-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 48px rgba(1, 7, 85, 0.14);
	border-color: rgba(247, 149, 3, 0.28);
	text-decoration: none;
	color: inherit;
}

.awgc-parish-ministry-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(6, 145, 204, 0.14) 0%, rgba(1, 7, 85, 0.06) 100%);
	color: #0691cc;
	font-size: 22px;
	margin-bottom: 18px;
	box-shadow: inset 0 0 0 1px rgba(6, 145, 204, 0.12);
	transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.awgc-parish-ministry-card--altar-serving .awgc-parish-ministry-card__icon {
	background: linear-gradient(145deg, rgba(247, 149, 3, 0.18) 0%, rgba(247, 149, 3, 0.06) 100%);
	color: #d97706;
	box-shadow: inset 0 0 0 1px rgba(247, 149, 3, 0.16);
}

.awgc-parish-ministry-card--guard-of-honour .awgc-parish-ministry-card__icon {
	background: linear-gradient(145deg, rgba(1, 7, 85, 0.14) 0%, rgba(6, 145, 204, 0.08) 100%);
	color: #010755;
	box-shadow: inset 0 0 0 1px rgba(1, 7, 85, 0.12);
}

.awgc-parish-ministry-card--ushering .awgc-parish-ministry-card__icon {
	background: linear-gradient(145deg, rgba(6, 145, 204, 0.16) 0%, rgba(56, 189, 248, 0.08) 100%);
	color: #0284c7;
}

.awgc-parish-ministry-card--ppc-members .awgc-parish-ministry-card__icon {
	background: linear-gradient(145deg, rgba(22, 163, 74, 0.16) 0%, rgba(74, 222, 128, 0.08) 100%);
	color: #15803d;
}

.awgc-parish-ministry-card--pyc-members .awgc-parish-ministry-card__icon {
	background: linear-gradient(145deg, rgba(124, 58, 237, 0.16) 0%, rgba(167, 139, 250, 0.08) 100%);
	color: #6d28d9;
}

.awgc-parish-ministry-card--teachings .awgc-parish-ministry-card__icon {
	background: linear-gradient(145deg, rgba(15, 118, 110, 0.16) 0%, rgba(45, 212, 191, 0.08) 100%);
	color: #0f766e;
}

.awgc-parish-ministry-card--moral-education-youth .awgc-parish-ministry-card__icon {
	background: linear-gradient(145deg, rgba(219, 39, 119, 0.16) 0%, rgba(244, 114, 182, 0.08) 100%);
	color: #be185d;
}

.awgc-parish-ministry-card:hover .awgc-parish-ministry-card__icon {
	transform: scale(1.06);
}

.awgc-parish-ministry-card__title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-parish-ministry-card__text {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.7;
	color: #5b6475;
	flex: 1;
}

.awgc-parish-ministry-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f79503;
}

.awgc-parish-ministry-card:hover .awgc-parish-ministry-card__link {
	color: #010755;
}

.awgc-parish-ministry-card:hover .awgc-parish-ministry-card__link .fa {
	transform: translateX(4px);
}

.awgc-parish-ministry-card__link .fa {
	transition: transform 0.3s ease;
}

.awgc-parish-ministry-story {
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	border: 1px solid rgba(1, 7, 85, 0.08);
	border-radius: 16px;
	padding: 28px 28px 22px;
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.06);
	margin-bottom: 28px;
}

.awgc-parish-ministry-story__title {
	font-size: 22px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 16px;
}

.awgc-parish-ministry-story__title .fa {
	color: #f79503;
	margin-right: 8px;
}

.awgc-sidebar-card--ministry {
	border-top: 4px solid #0691cc;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 14px 34px rgba(1, 7, 85, 0.08);
}

.awgc-page-sidebar--parish-ministry {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.awgc-page-sidebar--parish-ministry .awgc-sidebar-card {
	margin-bottom: 0;
}

.awgc-page-sidebar--parish-ministry .awgc-sidebar-card--ministry h4 {
	margin-bottom: 14px;
}

.awgc-page-sidebar--parish-ministry .awgc-sidebar-card--promo {
	padding: 14px;
	overflow: hidden;
}

.awgc-page-sidebar--parish-ministry .awgc-sidebar-promo__image {
	border-radius: 10px;
}

.awgc-sidebar-card--ministry h4 .fa {
	color: #f79503;
}

.awgc-parish-ministry-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.awgc-parish-ministry-nav li + li {
	margin-top: 6px;
}

.awgc-parish-ministry-nav a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 11px 12px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #444;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.awgc-parish-ministry-nav a .fa {
	flex: 0 0 18px;
	width: 18px;
	margin-top: 2px;
	text-align: center;
	color: #0691cc;
}

.awgc-parish-ministry-nav a:hover,
.awgc-parish-ministry-nav a.is-active {
	background: rgba(6, 145, 204, 0.08);
	color: #010755;
}

.awgc-parish-ministry-nav a.is-active {
	font-weight: 700;
	box-shadow: inset 3px 0 0 #f79503;
	padding-left: 9px;
}

@media (max-width: 991px) {
	.awgc-parish-ministry-page--detail .awgc-page-sidebar--parish-ministry {
		position: static;
	}

	.awgc-parish-ministry-hero--compact .awgc-parish-ministry-hero__image {
		height: 180px;
		max-height: 180px;
	}
}

@media (min-width: 992px) {
	.awgc-seven-grands-hero__media,
	.awgc-seven-grands-hero__image {
		min-height: 460px;
	}

	.awgc-parish-ministry-page--hub .awgc-parish-ministry-hero__media,
	.awgc-parish-ministry-page--hub .awgc-parish-ministry-hero__image {
		min-height: 420px;
	}
}

@media (max-width: 991px) {
	.awgc-seven-grands-hero__copy {
		padding-left: 0;
	}

	.awgc-parish-ministry-page--hub .awgc-parish-ministry-hero__copy {
		padding-left: 0;
	}
}

/* ── Degree Pages ── */
.awgc-degree-page {
	padding-top: 48px;
	padding-bottom: 56px;
}

.awgc-degree-hero__visual {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	height: 100%;
}

.awgc-degree-medallion {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 148px;
	height: 148px;
	border-radius: 50%;
	background: linear-gradient(145deg, #010755 0%, #021a85 55%, #0691cc 100%);
	box-shadow: 0 18px 48px rgba(1, 7, 85, 0.28);
	border: 4px solid rgba(247, 149, 3, 0.85);
}

.awgc-degree-page--ladies .awgc-degree-medallion {
	background: linear-gradient(145deg, #010755 0%, #7c3aed 45%, #ec4899 100%);
	border-color: rgba(236, 72, 153, 0.75);
}

.awgc-degree-medallion__ring {
	position: absolute;
	inset: -10px;
	border-radius: 50%;
	border: 2px dashed rgba(255, 255, 255, 0.22);
}

.awgc-degree-medallion__num {
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
	color: #f79503;
}

.awgc-degree-page--ladies .awgc-degree-medallion__num {
	color: #ffd0e8;
}

.awgc-degree-medallion--level-0 .awgc-degree-medallion__num {
	font-size: 36px;
}

.awgc-degree-medallion__theme {
	margin-top: 6px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
}

.awgc-degree-hero__media {
	width: 100%;
	flex: 1;
	min-height: 260px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(1, 7, 85, 0.14);
	border: 1px solid rgba(1, 7, 85, 0.08);
}

.awgc-degree-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	object-position: center;
}

.awgc-degree-hero__image--contain {
	object-fit: contain;
	padding: 28px;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 55%, #fff 100%);
}

.awgc-degree-armor {
	padding: 42px 36px;
	border-radius: 22px;
	background: linear-gradient(145deg, #010755 0%, #021a85 48%, #010755 100%);
	color: #fff;
	box-shadow: 0 24px 60px rgba(1, 7, 85, 0.22);
	position: relative;
	overflow: hidden;
}

.awgc-degree-armor::before {
	content: '';
	position: absolute;
	top: -120px;
	right: -80px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(247, 149, 3, 0.14);
	filter: blur(40px);
	pointer-events: none;
}

.awgc-degree-armor__head {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin-bottom: 36px;
}

.awgc-degree-armor__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(247, 149, 3, 0.16);
	color: #fbd38d;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.awgc-degree-armor__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 12px;
	color: #fff;
}

.awgc-degree-armor__intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.awgc-degree-armor__medallions {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-bottom: 36px;
}

.awgc-degree-armor__medallion {
	margin: 0;
	text-align: center;
}

.awgc-degree-armor__medallion-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 280px;
	max-width: 280px;
	margin: 0 auto;
	padding: 0;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	box-shadow:
		0 18px 44px rgba(0, 0, 0, 0.22),
		inset 0 0 0 1px rgba(1, 7, 85, 0.08);
	border: 3px solid rgba(247, 149, 3, 0.42);
}

.awgc-degree-armor__medallion-frame img {
	display: block;
	width: 244px !important;
	height: 244px !important;
	max-width: 244px !important;
	max-height: 244px !important;
	margin: 0 auto;
	object-fit: contain;
	object-position: center center;
}

.awgc-degree-armor__medallion figcaption {
	margin-top: 14px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.awgc-degree-armor__pieces {
	position: relative;
	z-index: 1;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.awgc-degree-armor__pieces-head {
	margin-bottom: 22px;
}

.awgc-degree-armor__pieces-head h4 {
	margin: 0 0 8px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #fbd38d;
}

.awgc-degree-armor__pieces-head h4 .fa {
	margin-right: 8px;
}

.awgc-degree-armor__pieces-head p {
	margin: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.76);
}

.awgc-degree-armor__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.awgc-degree-armor__piece {
	position: relative;
	padding: 18px 18px 18px 22px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(6px);
}

.awgc-degree-armor__piece-accent {
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 4px;
	border-radius: 999px;
	background: var(--accent, #f79503);
}

.awgc-degree-armor__piece h5 {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.awgc-degree-armor__piece p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 991px) {
	.awgc-degree-armor {
		padding: 32px 24px;
	}

	.awgc-degree-armor__medallions {
		grid-template-columns: 1fr;
	}

	.awgc-degree-armor__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.awgc-degree-armor__grid {
		grid-template-columns: 1fr;
	}
}

.awgc-degree-hero__copy {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 0 8px 12px;
}

.awgc-degree-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(1, 7, 85, 0.06);
	color: #010755;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 16px;
	align-self: flex-start;
}

.awgc-degree-hero__eyebrow .fa {
	color: #f79503;
}

.awgc-degree-page--ladies .awgc-degree-hero__eyebrow .fa {
	color: #ec4899;
}

.awgc-degree-hero__title {
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.2;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-degree-hero__subtitle {
	font-size: 16px;
	font-weight: 600;
	color: #0691cc;
	margin: 0 0 14px;
}

.awgc-degree-page--ladies .awgc-degree-hero__subtitle {
	color: #db2777;
}

.awgc-degree-hero__lead {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 0 0 18px;
}

.awgc-degree-hero__virtue {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	padding: 12px 16px;
	margin-bottom: 18px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(247, 149, 3, 0.1) 0%, rgba(6, 145, 204, 0.08) 100%);
	border: 1px solid rgba(247, 149, 3, 0.22);
}

.awgc-degree-page--ladies .awgc-degree-hero__virtue {
	background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(124, 58, 237, 0.08) 100%);
	border-color: rgba(236, 72, 153, 0.22);
}

.awgc-degree-hero__virtue-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #888;
}

.awgc-degree-hero__virtue strong {
	font-size: 15px;
	color: #010755;
}

.awgc-degree-hero .awgc-stats-row {
	margin-top: 0;
}

.awgc-degree-ladder {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 34px;
	padding: 22px 20px;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 10px 28px rgba(1, 7, 85, 0.06);
}

.awgc-degree-ladder__step {
	display: flex;
	align-items: center;
	gap: 0;
}

.awgc-degree-ladder__dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 10px;
	border-radius: 999px;
	background: #fff;
	border: 2px solid rgba(1, 7, 85, 0.12);
	color: #888;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	transition: all 0.3s ease;
}

.awgc-degree-ladder__step.is-passed .awgc-degree-ladder__dot {
	background: rgba(6, 145, 204, 0.1);
	border-color: rgba(6, 145, 204, 0.35);
	color: #0691cc;
}

.awgc-degree-ladder__step.is-active .awgc-degree-ladder__dot {
	background: linear-gradient(135deg, #010755, #0691cc);
	border-color: #f79503;
	color: #fff;
	box-shadow: 0 8px 20px rgba(1, 7, 85, 0.2);
}

.awgc-degree-page--ladies .awgc-degree-ladder__step.is-active .awgc-degree-ladder__dot {
	background: linear-gradient(135deg, #010755, #ec4899);
}

.awgc-degree-ladder__step.is-award .awgc-degree-ladder__dot {
	min-width: 48px;
	background: linear-gradient(135deg, #f79503, #d97706);
	border-color: #fff;
	color: #fff;
}

.awgc-degree-ladder__line {
	display: block;
	width: 28px;
	height: 2px;
	background: rgba(1, 7, 85, 0.12);
}

.awgc-degree-story {
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	border: 1px solid rgba(1, 7, 85, 0.08);
	border-radius: 16px;
	padding: 28px 28px 22px;
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.06);
	margin-bottom: 8px;
}

.awgc-degree-story__title {
	font-size: 22px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 16px;
}

.awgc-degree-story__title .fa {
	color: #f79503;
	margin-right: 8px;
}

.awgc-degree-requirements {
	padding: 24px 24px 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 8px 24px rgba(1, 7, 85, 0.05);
}

.awgc-degree-requirements__title {
	font-size: 18px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 14px;
}

.awgc-degree-requirements__title .fa {
	color: #0691cc;
	margin-right: 8px;
}

.awgc-degree-requirements__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.awgc-degree-requirements__list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(1, 7, 85, 0.06);
	font-size: 14px;
	line-height: 1.65;
	color: #444;
}

.awgc-degree-requirements__list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.awgc-degree-requirements__list li .fa {
	color: #f79503;
	margin-top: 3px;
	flex-shrink: 0;
}

.awgc-sidebar-card--degree {
	border-top: 4px solid #010755;
}

.awgc-sidebar-card--degree-ladies {
	border-top-color: #ec4899;
}

.awgc-degree-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.awgc-degree-nav li + li {
	margin-top: 4px;
}

.awgc-degree-nav a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease;
}

.awgc-degree-nav a .fa {
	width: 18px;
	text-align: center;
	color: #010755;
}

.awgc-sidebar-card--degree-ladies .awgc-degree-nav a .fa {
	color: #db2777;
}

.awgc-degree-nav a:hover,
.awgc-degree-nav a.is-active {
	background: rgba(1, 7, 85, 0.06);
	color: #010755;
}

.awgc-degree-nav a.is-active {
	font-weight: 700;
	border-left: 3px solid #f79503;
	padding-left: 9px;
}

.awgc-sidebar-card--degree-ladies .awgc-degree-nav a.is-active {
	border-left-color: #ec4899;
}

@media (min-width: 992px) {
	.awgc-degree-hero__media,
	.awgc-degree-hero__image {
		min-height: 300px;
	}

	.awgc-degree-hero__copy {
		padding-left: 12px;
	}
}

@media (max-width: 991px) {
	.awgc-degree-hero__copy {
		padding-left: 0;
	}

	.awgc-degree-ladder__line {
		width: 16px;
	}
}

@media (max-width: 767px) {
	.awgc-hero-title {
		font-size: 26px;
	}
	.awgc-hero {
		min-height: 220px;
	}
	.awgc-hero-entry {
		padding: 40px 0 30px;
	}
}

/* ── Chapter degree pages (Chevaliers & Nobles Temple) ── */
.awgc-degree-page--chapter .awgc-degree-hero {
	position: relative;
	padding: 8px 0 0;
}

.awgc-degree-page--chapter .awgc-degree-hero::before {
	content: '';
	position: absolute;
	inset: -12px -8px auto;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f79503, #0691cc, #f79503);
}

.awgc-degree-page--chapter-4 .awgc-degree-medallion {
	background: linear-gradient(145deg, #010755 0%, #1a3a8f 45%, #f79503 100%);
	border-color: rgba(255, 215, 120, 0.9);
	box-shadow: 0 22px 56px rgba(247, 149, 3, 0.22);
}

.awgc-degree-page--chapter-5 .awgc-degree-medallion {
	background: linear-gradient(145deg, #010755 0%, #4c1d95 40%, #0691cc 100%);
	border-color: rgba(186, 230, 253, 0.95);
	box-shadow: 0 22px 56px rgba(6, 145, 204, 0.28);
}

.awgc-degree-page--chapter-5 .awgc-degree-medallion__num {
	color: #e0f2fe;
}

.awgc-degree-hero__chapter-badge {
	display: inline-flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(247, 149, 3, 0.12);
	border: 1px solid rgba(247, 149, 3, 0.28);
	color: #010755;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.awgc-degree-page--chapter-5 .awgc-degree-hero__chapter-badge {
	background: rgba(6, 145, 204, 0.1);
	border-color: rgba(6, 145, 204, 0.28);
}

.awgc-degree-page--chapter .awgc-degree-hero__title {
	font-size: clamp(28px, 3vw, 38px);
}

.awgc-degree-page--chapter .awgc-degree-hero__media {
	box-shadow: 0 24px 60px rgba(1, 7, 85, 0.18);
	border: 3px solid rgba(247, 149, 3, 0.35);
}

.awgc-degree-page--chapter-5 .awgc-degree-hero__media {
	border-color: rgba(6, 145, 204, 0.35);
}

.awgc-degree-pillars {
	padding: 26px 24px 10px;
	border-radius: 16px;
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.06);
}

.awgc-degree-pillars__title {
	font-size: 18px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 18px;
}

.awgc-degree-pillars__title .fa {
	color: #f79503;
	margin-right: 8px;
}

.awgc-degree-page--chapter-5 .awgc-degree-pillars__title .fa {
	color: #0691cc;
}

.awgc-degree-pillar {
	display: flex;
	gap: 14px;
	height: 100%;
	padding: 18px 16px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	box-shadow: 0 8px 22px rgba(1, 7, 85, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.awgc-degree-pillar:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(1, 7, 85, 0.1);
}

.awgc-degree-pillar__icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #fff;
	font-size: 16px;
}

.awgc-degree-page--chapter-4 .awgc-degree-pillar__icon {
	background: linear-gradient(135deg, #010755, #f79503);
}

.awgc-degree-pillar__body h5 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 800;
	color: #010755;
}

.awgc-degree-pillar__body p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #64748b;
}

/* ═══════════════════════════════════════════════════════════════
   AWGC Market Place — premium catalog layout
   ═══════════════════════════════════════════════════════════════ */

.awgc-market-page .page-content {
	overflow: clip;
}

.awgc-market-hero {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.awgc-market-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.92) 0%, rgba(2, 26, 133, 0.78) 45%, rgba(247, 149, 3, 0.35) 100%);
}

.awgc-market-hero__inner {
	position: relative;
	z-index: 2;
	padding: 72px 0 64px;
	max-width: 720px;
}

.awgc-market-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(247, 149, 3, 0.18);
	border: 1px solid rgba(247, 149, 3, 0.45);
	color: #f79503;
	padding: 7px 16px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.awgc-market-hero__title {
	font-family: var(--awgc-display, 'Playfair Display', serif);
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	font-weight: 700;
	color: #fff !important;
	margin: 0 0 14px;
	line-height: 1.1;
}

.awgc-market-hero__sub {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 17px;
	line-height: 1.65;
	margin: 0 0 28px;
	max-width: 600px;
}

.awgc-market-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.awgc-market-hero__actions .site-button.white {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
}

.awgc-market-hero__actions .site-button.white:hover {
	background: #fff;
	color: #010755;
}

.awgc-market-stats {
	background: #fff;
	border-bottom: 1px solid #e8edf3;
	margin-top: -28px;
	position: relative;
	z-index: 3;
}

.awgc-market-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(1, 7, 85, 0.1);
	border: 1px solid #e8edf3;
	overflow: hidden;
}

.awgc-market-stat {
	padding: 28px 20px;
	text-align: center;
	border-right: 1px solid #eef2f7;
}

.awgc-market-stat:last-child {
	border-right: none;
}

.awgc-market-stat__value {
	display: block;
	font-family: var(--awgc-display, 'Playfair Display', serif);
	font-size: 2rem;
	font-weight: 700;
	color: #010755;
	line-height: 1;
	margin-bottom: 6px;
}

.awgc-market-stat__label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #64748b;
}

.awgc-market-nav {
	position: sticky;
	top: 0;
	z-index: 90;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid #e8edf3;
	transition: box-shadow 0.25s ease;
}

.awgc-market-nav.is-stuck {
	box-shadow: 0 8px 24px rgba(1, 7, 85, 0.08);
}

.awgc-market-nav__inner {
	display: flex;
	gap: 6px;
	overflow-x: auto;
	padding: 12px 0;
	scrollbar-width: none;
}

.awgc-market-nav__inner::-webkit-scrollbar {
	display: none;
}

.awgc-market-nav__link {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: #475569;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid transparent;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.awgc-market-nav__link:hover,
.awgc-market-nav__link.is-active {
	background: rgba(247, 149, 3, 0.1);
	border-color: rgba(247, 149, 3, 0.35);
	color: #010755;
}

.awgc-market-nav__link.is-active {
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.08), rgba(247, 149, 3, 0.12));
}

.awgc-market-categories {
	padding: 70px 0 50px;
	background: #f8fafc;
}

.awgc-market-section {
	padding: 64px 0;
}

.awgc-market-section--alt {
	background: #f8fafc;
}

.awgc-market-section--featured {
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	padding-top: 50px;
}

.awgc-market-section--digital {
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.03), rgba(6, 145, 204, 0.05));
}

.awgc-market-section-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 40px;
}

.awgc-market-section-head--left {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	max-width: 720px;
}

.awgc-market-section-head__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 10px;
}

.awgc-market-section-head__title {
	font-family: var(--awgc-display, 'Playfair Display', serif);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 700;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-market-section-head__sub {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: #64748b;
}

.awgc-market-categories__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.awgc-market-cat-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 18px;
	padding: 28px 24px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 8px 28px rgba(1, 7, 85, 0.05);
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, border-color 0.3s;
}

.awgc-market-cat-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(1, 7, 85, 0.1);
	border-color: rgba(247, 149, 3, 0.35);
	color: inherit;
}

.awgc-market-cat-card__icon {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #fff;
	font-size: 22px;
	margin-bottom: 18px;
}

.awgc-market-cat-card__title {
	font-size: 17px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 10px;
}

.awgc-market-cat-card__text {
	font-size: 13px;
	line-height: 1.6;
	color: #64748b;
	margin: 0 0 18px;
	flex: 1;
}

.awgc-market-cat-card__meta {
	font-size: 12px;
	font-weight: 700;
	color: #f79503;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

.awgc-market-products__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.awgc-market-products__grid--featured {
	grid-template-columns: repeat(4, 1fr);
}

.awgc-market-product {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(1, 7, 85, 0.05);
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}

.awgc-market-product:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 44px rgba(1, 7, 85, 0.1);
}

.awgc-market-product--featured {
	border-color: rgba(247, 149, 3, 0.25);
}

.awgc-market-product__media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: linear-gradient(180deg, #f1f5f9, #e8edf3);
}

.awgc-market-product__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.awgc-market-product:hover .awgc-market-product__media img {
	transform: scale(1.05);
}

.awgc-market-product__audience {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
	background: rgba(1, 7, 85, 0.85);
}

.awgc-market-product__audience--ladies { background: rgba(153, 0, 0, 0.88); }
.awgc-market-product__audience--officers { background: rgba(247, 149, 3, 0.95); color: #010755; }
.awgc-market-product__audience--youth { background: rgba(6, 145, 204, 0.92); }
.awgc-market-product__audience--all { background: rgba(1, 7, 85, 0.85); }
.awgc-market-product__audience--units { background: rgba(2, 26, 133, 0.9); }

.awgc-market-product__ribbon {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	background: #f79503;
	color: #010755;
}

.awgc-market-product__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px;
}

.awgc-market-product__title {
	font-size: 16px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 8px;
	line-height: 1.35;
}

.awgc-market-product__text {
	font-size: 13px;
	line-height: 1.65;
	color: #64748b;
	margin: 0 0 14px;
	flex: 1;
}

.awgc-market-product__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.awgc-market-product__tags li {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	padding: 4px 9px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #475569;
}

.awgc-market-product__foot {
	border-top: 1px solid #eef2f7;
	padding-top: 16px;
	margin-top: auto;
}

.awgc-market-product__price {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #94a3b8;
	margin-bottom: 12px;
}

.awgc-market-product__price .fa {
	color: #f79503;
	margin-right: 4px;
}

.awgc-market-product__actions {
	display: flex;
	gap: 8px;
}

.awgc-market-product__btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	background: #010755;
	color: #fff !important;
	border: 1px solid #010755;
	transition: background 0.2s, transform 0.2s;
}

.awgc-market-product__btn:hover {
	background: #0691cc;
	border-color: #0691cc;
	color: #fff !important;
	transform: translateY(-1px);
}

.awgc-market-product__btn--ghost {
	background: transparent;
	color: #010755 !important;
	border-color: #d7dee8;
}

.awgc-market-product__btn--ghost:hover {
	background: rgba(247, 149, 3, 0.1);
	border-color: #f79503;
	color: #010755 !important;
}

.awgc-market-digital__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.awgc-market-digital-card {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 16px;
	padding: 22px;
	box-shadow: 0 6px 20px rgba(1, 7, 85, 0.04);
	transition: transform 0.25s, box-shadow 0.25s;
}

.awgc-market-digital-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(1, 7, 85, 0.08);
}

.awgc-market-digital-card__icon {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, #010755, #0691cc);
	color: #fff;
	font-size: 18px;
}

.awgc-market-digital-card__body h4 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 800;
	color: #010755;
}

.awgc-market-digital-card__body p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #64748b;
}

.awgc-market-digital-card__link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #f79503;
	text-decoration: none;
}

.awgc-market-digital-card__link:hover {
	color: #0691cc;
}

.awgc-market-digital__note {
	margin: 28px 0 0;
	padding: 16px 20px;
	border-radius: 12px;
	background: rgba(247, 149, 3, 0.08);
	border: 1px solid rgba(247, 149, 3, 0.2);
	font-size: 14px;
	color: #475569;
}

.awgc-market-digital__note a {
	color: #010755;
	font-weight: 700;
}

.awgc-market-order {
	padding: 70px 0;
	background: #010755;
	color: #fff;
}

.awgc-market-order .awgc-market-section-head__eyebrow {
	color: #f79503;
}

.awgc-market-order .awgc-market-section-head__title {
	color: #fff;
}

.awgc-market-order__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.awgc-market-order-step {
	position: relative;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	padding: 28px 24px;
}

.awgc-market-order-step__num {
	position: absolute;
	top: 16px;
	right: 18px;
	font-family: var(--awgc-display, 'Playfair Display', serif);
	font-size: 2.5rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.08);
	line-height: 1;
}

.awgc-market-order-step__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: #f79503;
	color: #010755;
	font-size: 18px;
	margin-bottom: 16px;
}

.awgc-market-order-step h4 {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 800;
	color: #fff;
}

.awgc-market-order-step p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

.awgc-market-cta {
	padding: 0;
}

.awgc-market-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	background: linear-gradient(135deg, #010755 0%, #021a85 55%, #0691cc 100%);
	border-radius: 0;
	padding: 56px 48px;
}

.awgc-market-cta__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #f79503;
	margin-bottom: 10px;
}

.awgc-market-cta__copy h3 {
	margin: 0 0 10px;
	font-family: var(--awgc-display, 'Playfair Display', serif);
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-weight: 700;
	color: #fff;
}

.awgc-market-cta__copy p {
	margin: 0;
	max-width: 520px;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
}

.awgc-market-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.awgc-market-cta__actions .site-button.outline.white {
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
	background: transparent;
}

.awgc-market-cta__actions .site-button.outline.white:hover {
	background: #fff;
	color: #010755;
}

@media (max-width: 1199px) {
	.awgc-market-products__grid--featured {
		grid-template-columns: repeat(2, 1fr);
	}

	.awgc-market-categories__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) {
	.awgc-market-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.awgc-market-stat:nth-child(2) {
		border-right: none;
	}

	.awgc-market-stat:nth-child(1),
	.awgc-market-stat:nth-child(2) {
		border-bottom: 1px solid #eef2f7;
	}

	.awgc-market-products__grid,
	.awgc-market-products__grid--featured {
		grid-template-columns: repeat(2, 1fr);
	}

	.awgc-market-order__steps {
		grid-template-columns: 1fr;
	}

	.awgc-market-cta__inner {
		padding: 44px 28px;
	}
}

@media (max-width: 767px) {
	.awgc-market-hero {
		min-height: 360px;
	}

	.awgc-market-hero__inner {
		padding: 56px 0 48px;
	}

	.awgc-market-stats {
		margin-top: -18px;
	}

	.awgc-market-stats__grid {
		grid-template-columns: 1fr 1fr;
		border-radius: 14px;
	}

	.awgc-market-stat {
		padding: 20px 14px;
	}

	.awgc-market-categories__grid,
	.awgc-market-products__grid,
	.awgc-market-products__grid--featured,
	.awgc-market-digital__grid {
		grid-template-columns: 1fr;
	}

	.awgc-market-section {
		padding: 48px 0;
	}

	.awgc-market-cta__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ═══════════════════════════════════════════════════════════════
   AWGC Online Shop — e-commerce layout
   ═══════════════════════════════════════════════════════════════ */

.awgc-shop-page .page-content {
	overflow: clip;
}

.awgc-shop-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

body.awgc-shop-cart-open,
body.awgc-shop-checkout-open,
body.awgc-shop-modal-open {
	overflow: hidden;
}

/* Hero */
.awgc-shop-hero {
	position: relative;
	min-height: 380px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.awgc-shop-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(1, 7, 85, 0.94) 0%, rgba(2, 26, 133, 0.82) 50%, rgba(247, 149, 3, 0.28) 100%);
}

.awgc-shop-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 36px;
	align-items: center;
	padding: 64px 0 56px;
}

.awgc-shop-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(247, 149, 3, 0.2);
	border: 1px solid rgba(247, 149, 3, 0.45);
	color: #f79503;
	padding: 7px 16px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.awgc-shop-hero__title {
	font-family: var(--awgc-display, 'Playfair Display', serif);
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	font-weight: 700;
	color: #fff !important;
	margin: 0 0 12px;
	line-height: 1.1;
}

.awgc-shop-hero__sub {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

.awgc-shop-hero__search-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 26px;
}

.awgc-shop-hero__search-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 10px;
}

.awgc-shop-hero__search {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border-radius: 14px;
	padding: 4px 16px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.awgc-shop-hero__search .fa-search {
	color: #f79503;
	font-size: 16px;
}

.awgc-shop-hero__search input {
	flex: 1;
	border: 0;
	background: transparent;
	height: 48px;
	font-size: 15px;
	color: #010755;
	outline: none;
}

.awgc-shop-hero__search-hint {
	margin: 12px 0 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
}

.awgc-shop-hero__search-hint .fa {
	color: #f79503;
	margin-right: 4px;
}

/* Shop showcase — trust + stats band */
.awgc-shop-showcase {
	position: relative;
	z-index: 4;
	margin-top: -22px;
	padding-bottom: 4px;
}

.awgc-shop-showcase__panel {
	background: #fff;
	border: 1px solid rgba(1, 7, 85, 0.08);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(1, 7, 85, 0.08);
	overflow: hidden;
}

.awgc-shop-showcase__trust {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
}

.awgc-shop-trust-card {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 14px 15px;
	background: #fff;
	border-right: 1px solid #eef2f7;
	overflow: hidden;
	transition: background 0.2s;
}

.awgc-shop-trust-card:last-child {
	border-right: 0;
}

.awgc-shop-trust-card:hover {
	background: #fafbfd;
}

.awgc-shop-trust-card__glow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
}

.awgc-shop-trust-card--store .awgc-shop-trust-card__glow {
	background: linear-gradient(90deg, #010755, #0691cc);
}

.awgc-shop-trust-card--secure .awgc-shop-trust-card__glow {
	background: linear-gradient(90deg, #021a85, #0691cc);
}

.awgc-shop-trust-card--delivery .awgc-shop-trust-card__glow {
	background: linear-gradient(90deg, #f79503, #d97f02);
}

.awgc-shop-trust-card--sizing .awgc-shop-trust-card__glow {
	background: linear-gradient(90deg, #0691cc, #010755);
}

.awgc-shop-trust-card__icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 15px;
}

.awgc-shop-trust-card--store .awgc-shop-trust-card__icon {
	background: rgba(1, 7, 85, 0.08);
	color: #010755;
}

.awgc-shop-trust-card--secure .awgc-shop-trust-card__icon {
	background: rgba(6, 145, 204, 0.1);
	color: #0691cc;
}

.awgc-shop-trust-card--delivery .awgc-shop-trust-card__icon {
	background: rgba(247, 149, 3, 0.12);
	color: #d97f02;
}

.awgc-shop-trust-card--sizing .awgc-shop-trust-card__icon {
	background: rgba(6, 145, 204, 0.1);
	color: #021a85;
}

.awgc-shop-trust-card__body {
	min-width: 0;
}

.awgc-shop-trust-card__title {
	margin: 0 0 3px;
	font-size: 12px;
	font-weight: 800;
	color: #010755;
	line-height: 1.25;
}

.awgc-shop-trust-card__text {
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
	color: #64748b;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.awgc-shop-showcase__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: linear-gradient(135deg, #010755 0%, #021a85 100%);
	border-top: 1px solid #eef2f7;
}

.awgc-shop-stat-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.awgc-shop-stat-card:last-child {
	border-right: 0;
}

.awgc-shop-stat-card__icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-size: 12px;
	background: rgba(255, 255, 255, 0.1);
	color: #f79503;
}

.awgc-shop-stat-card--pricing .awgc-shop-stat-card__icon {
	background: rgba(247, 149, 3, 0.2);
	color: #fff;
}

.awgc-shop-stat-card__value {
	font-family: var(--awgc-display, 'Playfair Display', serif);
	font-size: 1.15rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.awgc-shop-stat-card--pricing .awgc-shop-stat-card__value {
	color: #f79503;
}

.awgc-shop-stat-card__label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	white-space: nowrap;
}

.awgc-shop-stat-card--pricing .awgc-shop-stat-card__label {
	color: rgba(247, 149, 3, 0.85);
}

/* Legacy trust/stats — kept for other pages */
.awgc-shop-trust {
	display: none;
}

.awgc-market-stats--shop {
	display: none;
}

/* Shop layout */
.awgc-shop {
	padding: 48px 0 64px;
	background: #f8fafc;
}

.awgc-shop__layout {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 28px;
	align-items: start;
}

.awgc-shop-sidebar {
	position: sticky;
	top: 88px;
}

.awgc-shop-sidebar__panel {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(1, 7, 85, 0.06);
	overflow: hidden;
}

.awgc-shop-sidebar__section {
	padding: 18px 16px 16px;
	border-bottom: 1px solid #eef2f7;
}

.awgc-shop-sidebar__section:last-of-type {
	border-bottom: 0;
}

.awgc-shop-sidebar__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.awgc-shop-sidebar__head-icon {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(1, 7, 85, 0.08), rgba(6, 145, 204, 0.12));
	color: #010755;
	font-size: 14px;
}

.awgc-shop-sidebar__head-icon--audience {
	background: linear-gradient(135deg, rgba(247, 149, 3, 0.14), rgba(247, 149, 3, 0.06));
	color: #d97f02;
}

.awgc-shop-sidebar__title {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	color: #010755;
	letter-spacing: 0.2px;
}

.awgc-shop-filter-pills,
.awgc-shop-filter-chips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.awgc-shop-filter-chips {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
}

.awgc-shop-filter-pill,
.awgc-shop-filter-chip {
	display: block;
	cursor: pointer;
}

.awgc-shop-filter-pill input,
.awgc-shop-filter-chip input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.awgc-shop-filter-pill span,
.awgc-shop-filter-chip span {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	border-radius: 10px;
	border: 1px solid #e8edf3;
	background: #fafbfd;
	font-size: 12px;
	font-weight: 600;
	color: #475569;
	transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.awgc-shop-filter-chip span {
	padding: 7px 11px;
	font-size: 11px;
	border-radius: 999px;
}

.awgc-shop-filter-pill span .fa,
.awgc-shop-filter-chip span .fa {
	width: 14px;
	text-align: center;
	color: #94a3b8;
	font-size: 12px;
	transition: color 0.2s;
}

.awgc-shop-filter-pill:hover span,
.awgc-shop-filter-chip:hover span {
	border-color: rgba(247, 149, 3, 0.35);
	background: #fff;
	color: #010755;
}

.awgc-shop-filter-pill:has(input:checked) span,
.awgc-shop-filter-chip:has(input:checked) span {
	background: linear-gradient(135deg, #010755, #021a85);
	border-color: #010755;
	color: #fff;
	box-shadow: 0 6px 16px rgba(1, 7, 85, 0.18);
}

.awgc-shop-filter-pill:has(input:checked) span .fa,
.awgc-shop-filter-chip:has(input:checked) span .fa {
	color: #f79503;
}

.awgc-shop-sidebar__help {
	padding: 18px 16px;
	background: linear-gradient(160deg, #010755 0%, #021a85 70%, #010755 100%);
	color: #fff;
	text-align: center;
}

.awgc-shop-sidebar__help-icon {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(247, 149, 3, 0.2);
	color: #f79503;
	font-size: 16px;
	margin-bottom: 10px;
}

.awgc-shop-sidebar__help-title {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
}

.awgc-shop-sidebar__help p {
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.78);
}

.awgc-shop-sidebar__help-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 11px 14px;
	border-radius: 10px;
	background: #f79503;
	color: #010755 !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.awgc-shop-sidebar__help-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(247, 149, 3, 0.35);
	color: #010755 !important;
}

.awgc-shop-sidebar__help-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.awgc-shop-sidebar__help-link:hover {
	color: #f79503;
}

/* Toolbar */
.awgc-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
	padding: 14px 18px;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 14px;
}

.awgc-shop-toolbar__left {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.awgc-shop-toolbar__count {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #010755;
}

.awgc-shop-toolbar__sort-label {
	font-size: 12px;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.awgc-shop-toolbar__sort {
	height: 38px;
	border: 1px solid #d7dee8;
	border-radius: 10px;
	padding: 0 12px;
	font-size: 13px;
	font-weight: 600;
	color: #010755;
	background: #fff;
}

.awgc-shop-cart-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #010755, #021a85);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s;
	position: relative;
}

.awgc-shop-cart-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(1, 7, 85, 0.25);
}

.awgc-shop-cart-btn.is-pulse {
	animation: awgcShopPulse 0.5s ease;
}

@keyframes awgcShopPulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.06); }
}

.awgc-shop-cart-btn__badge {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #f79503;
	color: #010755;
	font-size: 11px;
	font-weight: 800;
	line-height: 20px;
	text-align: center;
}

/* Product grid */
.awgc-shop-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.awgc-shop-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 18px;
	overflow: hidden;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}

.awgc-shop-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 40px rgba(1, 7, 85, 0.1);
}

.awgc-shop-card--featured {
	border-color: rgba(247, 149, 3, 0.35);
}

.awgc-shop-card[hidden] {
	display: none !important;
}

.awgc-shop-card__media {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f1f5f9;
}

.awgc-shop-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.awgc-shop-card:hover .awgc-shop-card__media img {
	transform: scale(1.06);
}

.awgc-shop-card__quick {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #010755;
	cursor: pointer;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.25s, transform 0.25s;
	z-index: 2;
}

.awgc-shop-card:hover .awgc-shop-card__quick {
	opacity: 1;
	transform: translateY(0);
}

.awgc-shop-card__audience {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	background: rgba(1, 7, 85, 0.88);
}

.awgc-shop-card__audience--ladies { background: rgba(153, 0, 0, 0.9); }
.awgc-shop-card__audience--officers { background: #f79503; color: #010755; }
.awgc-shop-card__audience--youth { background: #0691cc; }

.awgc-shop-card__ribbon {
	position: absolute;
	bottom: 12px;
	left: 12px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	background: #f79503;
	color: #010755;
}

.awgc-shop-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px;
}

.awgc-shop-card__cat {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #94a3b8;
	margin-bottom: 4px;
}

.awgc-shop-card__title {
	font-size: 15px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 6px;
	line-height: 1.35;
}

.awgc-shop-card__text {
	font-size: 12px;
	line-height: 1.55;
	color: #64748b;
	margin: 0 0 14px;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.awgc-shop-card__foot {
	margin-top: auto;
}

.awgc-shop-card__price-row {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 12px;
}

.awgc-shop-card__price {
	font-size: 18px;
	font-weight: 800;
	color: #010755;
}

.awgc-shop-card__price-note {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #94a3b8;
}

.awgc-shop-card__buy {
	display: flex;
	gap: 8px;
	align-items: center;
}

.awgc-shop-qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid #d7dee8;
	border-radius: 10px;
	overflow: hidden;
}

.awgc-shop-qty__btn {
	width: 32px;
	height: 36px;
	border: 0;
	background: #f8fafc;
	color: #010755;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.awgc-shop-qty__input {
	width: 36px;
	height: 36px;
	border: 0;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	color: #010755;
	-moz-appearance: textfield;
}

.awgc-shop-qty__input::-webkit-outer-spin-button,
.awgc-shop-qty__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.awgc-shop-card__add {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 12px;
	border: 0;
	border-radius: 10px;
	background: #010755;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s;
}

.awgc-shop-card__add:hover {
	background: #0691cc;
	color: #fff !important;
}

.awgc-shop-card__add--ghost {
	background: transparent;
	border: 1px solid #d7dee8;
	color: #010755 !important;
}

.awgc-shop-empty {
	text-align: center;
	padding: 48px 24px;
	background: #fff;
	border: 1px dashed #d7dee8;
	border-radius: 16px;
	margin-bottom: 22px;
}

.awgc-shop-empty .fa {
	font-size: 36px;
	color: #f79503;
	margin-bottom: 12px;
}

/* Cart drawer */
.awgc-shop-cart {
	position: fixed;
	inset: 0;
	z-index: 10050;
	pointer-events: none;
}

.awgc-shop-cart.is-open {
	pointer-events: auto;
}

.awgc-shop-cart__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(1, 7, 85, 0.45);
	opacity: 0;
	transition: opacity 0.3s;
}

.awgc-shop-cart.is-open .awgc-shop-cart__backdrop {
	opacity: 1;
}

.awgc-shop-cart__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(420px, 100%);
	height: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	box-shadow: -12px 0 40px rgba(1, 7, 85, 0.15);
}

.awgc-shop-cart.is-open .awgc-shop-cart__panel {
	transform: translateX(0);
}

.awgc-shop-cart__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 22px;
	border-bottom: 1px solid #eef2f7;
}

.awgc-shop-cart__head h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: #010755;
}

.awgc-shop-cart__close {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 10px;
	background: #f1f5f9;
	color: #010755;
	cursor: pointer;
}

.awgc-shop-cart__body {
	flex: 1;
	overflow-y: auto;
	padding: 16px 22px;
}

.awgc-shop-cart__empty {
	text-align: center;
	padding: 48px 16px;
	color: #94a3b8;
}

.awgc-shop-cart__empty .fa {
	font-size: 40px;
	margin-bottom: 12px;
	color: #d7dee8;
}

.awgc-shop-cart__line {
	display: grid;
	grid-template-columns: 64px 1fr auto;
	gap: 12px;
	align-items: start;
	padding: 14px 0;
	border-bottom: 1px solid #eef2f7;
}

.awgc-shop-cart__line-media img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 10px;
}

.awgc-shop-cart__line-body strong {
	display: block;
	font-size: 13px;
	color: #010755;
	margin-bottom: 2px;
}

.awgc-shop-cart__line-body > span {
	font-size: 12px;
	color: #64748b;
}

.awgc-shop-cart__line-qty {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.awgc-shop-cart__line-qty button {
	width: 28px;
	height: 28px;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	font-weight: 700;
}

.awgc-shop-cart__line-remove {
	border: 0;
	background: transparent;
	color: #cc0000;
	cursor: pointer;
	padding: 4px;
}

.awgc-shop-cart__foot {
	padding: 18px 22px 24px;
	border-top: 1px solid #eef2f7;
	background: #f8fafc;
}

.awgc-shop-cart__subtotal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	font-size: 14px;
}

.awgc-shop-cart__subtotal strong {
	font-size: 18px;
	color: #010755;
}

.awgc-shop-cart__note {
	font-size: 11px;
	color: #64748b;
	margin: 0 0 14px;
}

/* Product modal */
.awgc-shop-modal,
.awgc-shop-checkout {
	position: fixed;
	inset: 0;
	z-index: 10060;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}

.awgc-shop-modal.is-open,
.awgc-shop-checkout.is-open {
	pointer-events: auto;
	opacity: 1;
}

.awgc-shop-modal__backdrop,
.awgc-shop-checkout__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(1, 7, 85, 0.55);
}

.awgc-shop-modal__dialog,
.awgc-shop-checkout__dialog {
	position: relative;
	width: min(900px, 100%);
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(1, 7, 85, 0.2);
}

.awgc-shop-checkout__dialog {
	width: min(960px, 100%);
}

.awgc-shop-modal__close,
.awgc-shop-checkout__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 10px;
	background: #f1f5f9;
	cursor: pointer;
	z-index: 2;
}

.awgc-shop-modal__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.awgc-shop-modal__media img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.awgc-shop-modal__body {
	padding: 32px;
}

.awgc-shop-modal__cat {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f79503;
}

.awgc-shop-modal__body h2 {
	font-size: 24px;
	font-weight: 800;
	color: #010755;
	margin: 8px 0 12px;
}

.awgc-shop-modal__price {
	font-size: 22px;
	font-weight: 800;
	color: #010755;
	margin: 16px 0;
}

.awgc-shop-modal__actions {
	display: flex;
	gap: 10px;
}

/* Checkout */
.awgc-shop-checkout__grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
}

.awgc-shop-checkout__summary {
	padding: 32px;
	background: #f8fafc;
	border-right: 1px solid #eef2f7;
}

.awgc-shop-checkout__summary h2 {
	font-size: 20px;
	font-weight: 800;
	color: #010755;
	margin: 0 0 20px;
}

.awgc-shop-checkout__list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.awgc-shop-checkout__list li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #e8edf3;
	font-size: 13px;
}

.awgc-shop-checkout__list em {
	font-style: normal;
	color: #94a3b8;
}

.awgc-shop-checkout__total {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 700;
	color: #010755;
}

.awgc-shop-checkout__form-wrap {
	padding: 32px;
}

.awgc-shop-checkout__form-wrap h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 800;
	color: #010755;
}

.awgc-shop-checkout__form-wrap > p {
	font-size: 13px;
	color: #64748b;
	margin: 0 0 20px;
}

.awgc-shop-checkout__form .form-group {
	margin-bottom: 14px;
}

.awgc-shop-checkout__form label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #475569;
	margin-bottom: 6px;
}

.awgc-shop-checkout__form .form-control {
	border-radius: 10px;
	border-color: #d7dee8;
	height: 44px;
}

.awgc-shop-checkout__msg {
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 13px;
	margin-bottom: 14px;
}

.awgc-shop-checkout__msg.is-success {
	background: rgba(6, 145, 204, 0.1);
	color: #010755;
	border: 1px solid rgba(6, 145, 204, 0.25);
}

.awgc-shop-checkout__msg.is-error {
	background: rgba(204, 0, 0, 0.08);
	color: #990000;
	border: 1px solid rgba(204, 0, 0, 0.2);
}

.awgc-market-order--shop {
	padding: 56px 0;
}

@media (max-width: 1199px) {
	.awgc-shop-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) {
	.awgc-shop-hero__grid {
		grid-template-columns: 1fr;
	}

	.awgc-shop-showcase__trust {
		grid-template-columns: repeat(2, 1fr);
	}

	.awgc-shop-trust-card:nth-child(2) {
		border-right: 0;
	}

	.awgc-shop-trust-card:nth-child(1),
	.awgc-shop-trust-card:nth-child(2) {
		border-bottom: 1px solid #eef2f7;
	}

	.awgc-shop-showcase__stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.awgc-shop-stat-card:nth-child(2) {
		border-right: 0;
	}

	.awgc-shop-stat-card:nth-child(1),
	.awgc-shop-stat-card:nth-child(2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.awgc-shop-stat-card {
		justify-content: flex-start;
		padding: 10px 14px;
	}

	.awgc-shop__layout {
		grid-template-columns: 1fr;
	}

	.awgc-shop-sidebar {
		position: static;
		display: block;
	}

	.awgc-shop-sidebar__panel {
		margin-bottom: 20px;
	}

	.awgc-shop-modal__grid,
	.awgc-shop-checkout__grid {
		grid-template-columns: 1fr;
	}

	.awgc-shop-checkout__summary {
		border-right: 0;
		border-bottom: 1px solid #eef2f7;
	}
}

@media (max-width: 767px) {
	.awgc-shop-showcase {
		margin-top: -16px;
	}

	.awgc-shop-showcase__panel {
		border-radius: 14px;
	}

	.awgc-shop-showcase__trust,
	.awgc-shop-showcase__stats {
		grid-template-columns: 1fr;
	}

	.awgc-shop-trust-card,
	.awgc-shop-stat-card {
		border-right: 0;
		border-bottom: 1px solid #eef2f7;
	}

	.awgc-shop-stat-card {
		border-bottom-color: rgba(255, 255, 255, 0.1);
		justify-content: center;
	}

	.awgc-shop-trust-card:last-child,
	.awgc-shop-stat-card:last-child {
		border-bottom: 0;
	}

	.awgc-shop-sidebar {
		display: block;
	}

	.awgc-shop-grid {
		grid-template-columns: 1fr;
	}

	.awgc-shop-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.awgc-shop-cart-btn {
		justify-content: center;
	}
}


