.aditi-gallery-page {
	--ag-navy: #123566;
	--ag-deep: #0b2547;
	--ag-gold: #d49a22;
	--ag-cream: #f7f5ef;
	--ag-paper: #fffdf8;
	--ag-ink: #14233b;
	--ag-muted: #68758a;
	--ag-line: rgba(18,53,102,.14);

	background: var(--ag-paper);
	color: var(--ag-ink);
	overflow: hidden;
}

.aditi-gallery-page *,
.aditi-gallery-page *::before,
.aditi-gallery-page *::after {
	box-sizing: border-box;
}

.aditi-gallery-page a {
	color: inherit;
	text-decoration: none;
}

.aditi-gallery-page h1,
.aditi-gallery-page h2,
.aditi-gallery-page h3,
.aditi-gallery-page p {
	margin-top: 0;
}

.ag-container {
	width: min(1200px, calc(100% - 64px));
	margin-inline: auto;
}

.ag-eyebrow,
.ag-section-label {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--ag-gold);
}


/* HERO */

.ag-hero {
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	background: var(--ag-paper);
}

.ag-hero-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(430px,.9fr);
	gap: 85px;
	align-items: center;
}

.ag-hero-copy {
	max-width: 720px;
}

.ag-eyebrow {
	padding: 10px 16px;
	border: 1px solid rgba(212,154,34,.28);
	border-radius: 999px;
}

.ag-hero h1 {
	margin: 28px 0;
	color: var(--ag-navy);
	font-family: Georgia,"Times New Roman",serif;
	font-size: clamp(52px,6vw,90px);
	line-height: .9;
	letter-spacing: -.05em;
}

.ag-hero h1 em {
	display: block;
	color: var(--ag-gold);
	font-style: normal;
}

.ag-hero-copy > p {
	max-width: 650px;
	color: var(--ag-muted);
	font-family: Georgia,"Times New Roman",serif;
	font-size: 18px;
	line-height: 1.75;
}

.ag-hero-actions,
.ag-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 35px;
}

.ag-button {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0 22px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ag-button-primary {
	background: var(--ag-navy);
	color: #fff !important;
}

.ag-button-outline {
	border: 1px solid rgba(18,53,102,.22);
	color: var(--ag-navy) !important;
}

.ag-button span {
	color: var(--ag-gold);
	font-size: 16px;
}

.ag-hero-visual {
	position: relative;
	min-height: 540px;
}

.ag-hero-image {
	position: absolute;
	inset: 0 0 45px 45px;
	overflow: hidden;
	background: #e5e0d5;
	border-radius: 2px 55px 2px 55px;
	box-shadow: 0 35px 80px rgba(18,53,102,.13);
}

.ag-real-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: center;
}

.ag-hero-caption {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 270px;
	display: flex;
	gap: 18px;
	padding: 22px;
	background: #fff;
	border-left: 3px solid var(--ag-gold);
	box-shadow: 0 18px 45px rgba(18,53,102,.12);
}

.ag-hero-caption > span {
	color: var(--ag-gold);
	font-family: Georgia,"Times New Roman",serif;
	font-size: 27px;
}

.ag-hero-caption strong,
.ag-hero-caption small {
	display: block;
}

.ag-hero-caption strong {
	color: var(--ag-navy);
	font-family: Georgia,"Times New Roman",serif;
	font-size: 15px;
}

.ag-hero-caption small {
	margin-top: 5px;
	color: var(--ag-muted);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8px;
	letter-spacing: .1em;
	text-transform: uppercase;
}


/* ARCHIVE */

.ag-archive {
	padding: 125px 0;
	background: var(--ag-paper);
}

.ag-archive-heading {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(280px,.65fr);
	gap: 80px;
	align-items: end;
	margin-bottom: 45px;
}

.ag-archive-heading h2 {
	margin: 18px 0 0;
	color: var(--ag-navy);
	font-family: Georgia,"Times New Roman",serif;
	font-size: clamp(45px,5vw,72px);
	line-height: .94;
	letter-spacing: -.045em;
}

.ag-archive-heading h2 em {
	display: block;
	color: var(--ag-gold);
	font-style: normal;
}

.ag-archive-heading > p {
	margin: 0;
	color: var(--ag-muted);
	font-family: Georgia,"Times New Roman",serif;
	font-size: 16px;
	line-height: 1.75;
}

.ag-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 45px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--ag-line);
}

.ag-filter-button {
	min-height: 38px;
	padding: 0 15px;
	border: 1px solid transparent;
	background: transparent;
	color: var(--ag-muted);
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ag-filter-button.is-active {
	background: var(--ag-navy);
	color: #fff;
}

.ag-gallery-grid {
	display: grid;
	grid-template-columns: repeat(12,1fr);
	gap: 58px 26px;
	align-items: start;
}

.ag-gallery-item {
	grid-column: span 5;
	min-width: 0;
}

.ag-gallery-item-large {
	grid-column: span 7;
}

.ag-gallery-item:nth-child(3n+2) {
	margin-top: 80px;
}

.ag-gallery-image {
	overflow: hidden;
	background: #d5d1c8;
}

.ag-gallery-image .ag-real-image {
	min-height: 390px;
	transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.ag-gallery-item-large .ag-gallery-image .ag-real-image {
	min-height: 530px;
}

.ag-gallery-item:hover .ag-real-image {
	transform: scale(1.025);
}

.ag-layout-image {
	object-fit: contain !important;
	padding: 14px;
	background: #fff;
}

.ag-gallery-meta {
	padding-top: 16px;
}

.ag-gallery-meta > span {
	display: block;
	margin-bottom: 7px;
	color: var(--ag-gold);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .15em;
}

.ag-gallery-meta strong {
	display: block;
	color: var(--ag-navy);
	font-family: Georgia,"Times New Roman",serif;
	font-size: 25px;
	font-weight: 500;
}

.ag-gallery-meta p {
	margin: 6px 0 0;
	color: var(--ag-muted);
	font-family: Georgia,"Times New Roman",serif;
	font-size: 14px;
	line-height: 1.55;
}

.ag-gallery-item.is-hidden {
	display: none;
}


/* FINAL CTA */

.ag-final {
	padding: 125px 0;
	background: var(--ag-navy);
	color: #fff;
}

.ag-final h2 {
	max-width: 900px;
	margin: 25px 0;
	font-family: Georgia,"Times New Roman",serif;
	font-size: clamp(48px,5.8vw,84px);
	line-height: .92;
	letter-spacing: -.05em;
}

.ag-final h2 em {
	display: block;
	color: #e0a72d;
	font-style: normal;
}

.ag-final p {
	max-width: 600px;
	color: rgba(255,255,255,.66);
	font-family: Georgia,"Times New Roman",serif;
	font-size: 17px;
	line-height: 1.7;
}

.ag-button-light {
	background: #fff;
	color: var(--ag-navy) !important;
}

.ag-button-ghost {
	border: 1px solid rgba(255,255,255,.3);
	color: #fff !important;
}


/* TABLET */

@media (max-width: 950px) {

	.ag-container {
		width: min(100% - 44px,760px);
	}

	.ag-hero {
		min-height: auto;
		padding: 80px 0;
	}

	.ag-hero-inner {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.ag-hero-visual {
		min-height: 480px;
	}

	.ag-archive-heading {
		gap: 45px;
	}

	.ag-gallery-item,
	.ag-gallery-item-large {
		grid-column: span 6;
	}

	.ag-gallery-item:nth-child(3n+2) {
		margin-top: 0;
	}

}


/* MOBILE */

@media (max-width: 600px) {

	.ag-container {
		width: calc(100% - 30px);
	}

	.ag-hero {
		padding: 60px 0 70px;
	}

	.ag-hero h1 {
		font-size: clamp(45px,14vw,64px);
	}

	.ag-hero-visual {
		min-height: 360px;
	}

	.ag-hero-image {
		inset: 0 0 35px 20px;
		border-radius: 2px 35px 2px 35px;
	}

	.ag-hero-caption {
		width: 235px;
		padding: 18px;
	}

	.ag-archive {
		padding: 80px 0;
	}

	.ag-archive-heading {
		display: block;
		margin-bottom: 40px;
	}

	.ag-archive-heading > p {
		margin-top: 25px;
	}

	.ag-filter {
		overflow-x: auto;
		flex-wrap: nowrap;
		scrollbar-width: none;
	}

	.ag-filter::-webkit-scrollbar {
		display: none;
	}

	.ag-filter-button {
		flex: 0 0 auto;
	}

	.ag-gallery-grid {
		display: block;
	}

	.ag-gallery-item,
	.ag-gallery-item-large {
		margin: 0 0 42px !important;
	}

	.ag-gallery-image .ag-real-image,
	.ag-gallery-item-large .ag-gallery-image .ag-real-image {
		min-height: 360px;
	}

	.ag-gallery-meta strong {
		font-size: 22px;
	}

	.ag-final {
		padding: 90px 0;
	}

	.ag-final-actions,
	.ag-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ag-button {
		width: 100%;
	}

}