```css
:root {
	--ae-offwhite: #F9F7F6;
	--ae-blush: #EDC9C8;
	--ae-pomegranate: #B1534D;
	--ae-mustard: #E1C66D;
	--ae-sea: #1B5497;
	--ae-sky: #DDE4E8;
	--ae-ink: #302B29;
	--ae-white: #FFFFFF;
}

/* =========================================================
   MOBILE — NO STICKY HEADER
   ========================================================= */

@media (max-width: 782px) {

	.ae-site-header.ae-header-sticky {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		transform: none !important;
		box-shadow: none !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}

	.ae-site-header.ae-header-hidden {
		transform: none !important;
	}

}

/* =========================================================
   BASE
   ========================================================= */

body {
	background-color: #F9F7F6 !important;
	color: var(--ae-ink);
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

.wp-site-blocks {
	background-color: var(--ae-offwhite);
}

a {
	color: inherit;
}

.ae-mono {
	font-family: "DM Mono", monospace;
	font-size: .7rem;
	font-weight: 400;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ae-display,
.ae-editorial-heading {
	font-family: "Instrument Serif", serif !important;
	font-weight: 400 !important;
	letter-spacing: -.025em;
}

.ae-section {
	padding: clamp(5rem, 10vw, 10rem) clamp(1rem, 4vw, 4rem);
}

.ae-page-intro {
	padding-top: clamp(7rem, 14vw, 14rem);
	padding-bottom: clamp(4rem, 8vw, 8rem);
}

.ae-section-copy {
	max-width: 650px;
	font-size: clamp(1.05rem, 1.8vw, 1.3rem);
	line-height: 1.75;
}


/* =========================================================
   HEADER
   ========================================================= */

.ae-site-header {
	z-index: 1000;
	width: 100%;
	padding: 1.25rem clamp(1.5rem, 4vw, 4rem);
	background: transparent !important;
	transition:
		color .4s ease,
		padding .4s ease,
		box-shadow .4s ease,
		transform .4s cubic-bezier(.2,.7,.2,1);
}

.ae-site-header .wp-block-site-logo img {
	display: block;
	width: auto;
	max-width: 145px;
	max-height: 62px;
}

/* Navigation hover underline */
.ae-site-header .wp-block-navigation-item__content {
	text-decoration: none;
	text-underline-offset: 0.3em;
	text-decoration-thickness: 1px;
	transition: color .25s ease, text-decoration-color .25s ease;
}

.ae-site-header .wp-block-navigation-item__content:hover {
	text-decoration: underline;
	text-decoration-color: currentColor;
}

.ae-site-header .wp-block-navigation-item__content:hover {
	color: var(--ae-pomegranate);
}

@media (min-width: 783px) {

	.ae-site-header .wp-block-navigation__container {
		gap: clamp(1.5rem, 2.5vw, 2.75rem);
	}

}


/* =========================================================
   HOMEPAGE — TRANSPARENT HEADER OVER HERO
   ========================================================= */

.ae-front-page .ae-site-header {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	color: var(--ae-offwhite);
	border-bottom-color: rgba(249,247,246,.25);
}

.ae-front-page .ae-site-header .wp-block-navigation-item__content {
	color: var(--ae-offwhite);
}

.ae-front-page .ae-site-header .wp-block-navigation-item__content:hover {
	color: var(--ae-mustard);
}


.ae-hero.wp-block-cover {
	position: relative !important;
}


/* =========================================================
   STICKY HEADER
   ========================================================= */

.ae-site-header.ae-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(249,247,246,.97);
	color: var(--ae-ink);
	border-bottom-color: rgba(48,43,41,.12);
	box-shadow: 0 8px 30px rgba(48,43,41,.06);
	padding-top: .8rem;
	padding-bottom: .8rem;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.ae-site-header.ae-header-sticky .wp-block-navigation-item__content {
	color: var(--ae-ink);
}

.ae-site-header.ae-header-sticky .wp-block-navigation-item__content:hover {
	color: var(--ae-pomegranate);
}

.ae-site-header.ae-header-hidden {
	transform: translateY(-110%);
}


/* =========================================================
   FOOTER
   ========================================================= */

.ae-site-footer {
	padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4rem) 2rem;
	border-top: 1px solid rgba(48,43,41,.18);
}

.ae-footer-title {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 2rem;
}

.ae-footer-intro {
	max-width: 360px;
}

.ae-footer-bottom {
	margin-top: 5rem;
	opacity: .6;
}


/* =========================================================
   HERO
   ========================================================= */

.ae-hero {
	min-height: 90vh !important;
	background-color: var(--ae-offwhite);
}

.ae-hero .wp-block-cover__inner-container {
	width: min(1400px, calc(100% - 2rem));
	margin-inline: auto;
	color: var(--ae-ink);
	padding-top: 6rem;
	padding-bottom: 4rem;
}

.ae-hero-title {
	max-width: 1000px;
	margin: 1rem 0 2rem;
	font-family: "Instrument Serif", serif !important;
	font-size: clamp(4rem, 10vw, 10rem) !important;
	font-weight: 400 !important;
	line-height: .82 !important;
	letter-spacing: -.035em;
}

.ae-hero-copy {
	max-width: 520px;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
}


/* =========================================================
   BUTTONS / LINKS
   ========================================================= */

.wp-block-button__link {
	border-radius: 0 !important;
}

.ae-link {
	font-family: "DM Mono", monospace;
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .06em;
}


/* =========================================================
   SERVICES
   ========================================================= */

.ae-service-row {
	width: 100%;
	padding: 2.5rem 0;
	border-top: 1px solid rgba(48,43,41,.25);
}

.ae-service-row:last-child {
	border-bottom: 1px solid rgba(48,43,41,.25);
}

.ae-service-title {
	flex: 1 1 40%;
	margin: 0 !important;
	font-family: "Instrument Serif", serif !important;
	font-size: clamp(2.3rem, 4vw, 4.5rem) !important;
	line-height: .95 !important;
}

.ae-service-title a {
	text-decoration: none;
}

.ae-service-title a:hover {
	color: var(--ae-pomegranate);
}

.ae-service-description {
	flex: 1 1 40%;
	max-width: 420px;
}


/* =========================================================
   COLOUR SECTIONS
   ========================================================= */

.ae-blush-section {
	background: var(--ae-blush);
}

.ae-sky-section {
	background: var(--ae-sky);
}

.ae-pomegranate-section {
	background: var(--ae-pomegranate);
	color: var(--ae-offwhite);
}

.ae-pomegranate-section .wp-block-button__link {
	background: var(--ae-offwhite);
	color: var(--ae-ink);
}

.ae-pomegranate-section .ae-mono {
	color: var(--ae-offwhite);
}


/* =========================================================
   INSIGHTS
   ========================================================= */

.ae-insight-card {
	padding-bottom: 2rem;
}

.ae-insight-card .wp-block-post-featured-image {
	margin-bottom: 1.5rem;
	overflow: hidden;
}

.ae-insight-card img {
	display: block;
	transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.ae-insight-card:hover img {
	transform: scale(1.025);
}

.ae-insight-card .wp-block-post-title {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1;
}

.ae-insight-card .wp-block-post-title a {
	text-decoration: none;
}


/* =========================================================
   SERVICE ARCHIVE
   ========================================================= */

.ae-service-archive-item {
	padding-block: clamp(3rem, 7vw, 7rem);
	border-top: 1px solid rgba(48,43,41,.25);
}

.ae-service-archive-item:last-child {
	border-bottom: 1px solid rgba(48,43,41,.25);
}

.ae-service-archive-title {
	font-family: "Instrument Serif", serif !important;
	font-size: clamp(3rem, 7vw, 7rem) !important;
	line-height: .88 !important;
}

.ae-service-archive-title a {
	text-decoration: none;
}

.ae-service-archive-excerpt {
	max-width: 600px;
	margin-block: 1.5rem 2rem;
}

.ae-service-featured-image {
	margin-bottom: 4rem;
}

.ae-service-featured-image img {
	width: 100%;
	max-height: 800px;
	object-fit: cover;
}

.ae-service-hero {
	padding-top: clamp(7rem, 14vw, 14rem);
	padding-bottom: clamp(4rem, 8vw, 8rem);
}

.ae-service-intro {
	max-width: 650px;
	font-size: clamp(1.1rem, 2vw, 1.4rem);
	line-height: 1.6;
}


/* =========================================================
   INSIGHT ARCHIVE
   ========================================================= */

.ae-insight-archive-item {
	padding-block: clamp(3rem, 6vw, 6rem);
	border-top: 1px solid rgba(48,43,41,.25);
}

.ae-insight-archive-item:last-child {
	border-bottom: 1px solid rgba(48,43,41,.25);
}

.ae-insight-archive-title {
	font-family: "Instrument Serif", serif !important;
	font-size: clamp(2.7rem, 5vw, 5.5rem) !important;
	line-height: .92 !important;
}

.ae-insight-archive-title a {
	text-decoration: none;
}

.ae-insight-archive-item .wp-block-post-featured-image {
	overflow: hidden;
}

.ae-insight-archive-item img {
	transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.ae-insight-archive-item:hover img {
	transform: scale(1.025);
}


/* =========================================================
   SINGLE POST
   ========================================================= */

.ae-post-header {
	padding-top: clamp(7rem, 14vw, 14rem);
	padding-bottom: clamp(4rem, 8vw, 8rem);
}

.ae-post-featured-image {
	margin-bottom: clamp(4rem, 8vw, 8rem);
}

.ae-post-featured-image img {
	width: 100%;
	max-height: 850px;
	object-fit: cover;
}

.ae-post-body {
	max-width: 760px;
}

.ae-post-body p {
	font-size: 1.05rem;
	line-height: 1.9;
}

.ae-post-body h2,
.ae-post-body h3 {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	line-height: 1;
}

.ae-post-body h2 {
	font-size: clamp(2.5rem, 5vw, 5rem);
	margin-top: 4rem;
}

.ae-post-body blockquote {
	border-left: 1px solid var(--ae-pomegranate);
	padding-left: 2rem;
	margin-block: 4rem;
	font-family: "Instrument Serif", serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1;
}


/* =========================================================
   BOOKING
   ========================================================= */

.ae-booking-placeholder {
	min-height: 500px;
	padding: clamp(2rem, 5vw, 5rem);
	background: var(--ae-white);
	border: 1px solid rgba(48,43,41,.15);
	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.ae-scroll-reveal {
	opacity: 0;
	transform: translateY(25px);
	transition:
		opacity .8s ease,
		transform .8s cubic-bezier(.2,.7,.2,1);
}

.ae-scroll-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}




/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 782px) {

	.ae-section {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	.ae-site-header {
		padding: 1rem 20px;
	}

	.ae-site-header .wp-block-site-logo img {
		max-width: 125px;
		max-height: 55px;
	}

	.ae-front-page .ae-site-header {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.ae-site-header.ae-header-sticky {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}

	.ae-hero {
		min-height: 80vh !important;
		padding-top: clamp(7rem, 12vw, 11rem);
	}

	.ae-hero .wp-block-cover__inner-container {
		width: calc(100% - 2.5rem);
	}

	.ae-hero-title {
		font-size: clamp(3.5rem, 17vw, 6rem) !important;
	}

	.ae-service-row {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.ae-service-description {
		max-width: none;
	}

	.ae-insight-archive-item .wp-block-columns {
		display: flex;
		flex-direction: column-reverse;
	}

	.ae-insight-archive-item .wp-block-column {
		flex-basis: 100% !important;
	}

	.ae-insight-archive-item .wp-block-post-featured-image {
		margin-bottom: 2rem;
	}

	.ae-footer-bottom {
		margin-top: 3rem;
	}
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

	.ae-scroll-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.ae-insight-card img,
	.ae-insight-archive-item img {
		transition: none;
	}
}
/* =========================================================
   MOBILE NAVIGATION — FULL SCREEN OVERLAY
   ========================================================= */

@media (max-width: 782px) {

	.wp-block-navigation__responsive-container.is-menu-open {
		position: fixed !important;
		inset: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		max-height: none !important;
		overflow-y: auto !important;
		z-index: 99999 !important;
		box-sizing: border-box;
	}

	.wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation__responsive-close {
		position: absolute;
		top: 1rem;
		right: 1.25rem;
		z-index: 100000;
	}

	.wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation__responsive-container-content {
		width: 100%;
		min-height: 100%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

/* =========================================================
   EDITOR — SHOW SCROLL REVEAL CONTENT
   ========================================================= */

.editor-styles-wrapper .ae-scroll-reveal {
	opacity: 1;
	transform: none;
}