/*
Theme Name: Ahodie Homes
Description: Custom child theme for Ahodie Homes real estate website.
Author: Sobia
Template: ignition-oikia
Version: 1.0.0
Text Domain: ahodie-homes
*/

/* Design tokens
--------------------------------------------- */
:root {
	--ah-color-primary: #17352f;
	--ah-color-accent: #c8a96b;
	--ah-color-background: #f7f4ee;
	--ah-color-surface: #ffffff;
	--ah-color-heading: #1f2321;
	--ah-color-text: #5a625e;
	--ah-color-border: #ddd8cf;
	--ah-color-primary-hover: #214a42;
	--ah-color-accent-hover: #d3b77f;
	--ah-color-link-visited: #3f5b55;

	--ah-font-heading: "Instrument Serif", Georgia, serif;
	--ah-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ah-font-size-display: clamp(3.2rem, 7vw, 6.5rem);
	--ah-font-size-h1: clamp(2.7rem, 5vw, 4.8rem);
	--ah-font-size-h2: clamp(2.2rem, 4vw, 3.6rem);
	--ah-font-size-h3: clamp(1.7rem, 3vw, 2.5rem);
	--ah-font-size-h4: 1.4rem;
	--ah-font-size-body-large: 1.125rem;
	--ah-font-size-body: 1rem;
	--ah-font-size-small: 0.875rem;
	--ah-font-size-ui: 0.95rem;
	--ah-line-height-heading-large: 1;
	--ah-line-height-heading: 1.1;
	--ah-line-height-body: 1.65;
	--ah-line-height-small: 1.5;

	--ah-width-container: 1320px;
	--ah-width-content: 760px;
	--ah-space-section: 96px;
	--ah-space-grid: 32px;
	--ah-space-card: 28px;
	--ah-space-xs: 8px;
	--ah-space-sm: 12px;
	--ah-space-md: 20px;
	--ah-space-lg: 32px;
	--ah-space-xl: 48px;
	--ah-radius: 8px;
	--ah-radius-media: 12px;
	--ah-button-height: 50px;
	--ah-shadow-card: 0 12px 30px rgba(23, 53, 47, 0.06);
	--ah-transition: 180ms ease;

	/* Keep Ignition components aligned with the child-theme system. */
	--ignition-primary-color: var(--ah-color-primary);
	--ignition-secondary-color: var(--ah-color-accent);
	--ignition-body-background-color: var(--ah-color-background);
	--ignition-text-color: var(--ah-color-heading);
	--ignition-secondary-text-color: var(--ah-color-text);
	--ignition-border-color: var(--ah-color-border);
	--ignition-buttons-background-color: var(--ah-color-primary);
	--ignition-buttons-text-color: var(--ah-color-surface);
	--ignition-buttons-border-color: var(--ah-color-primary);
	--ignition-forms-background-color: var(--ah-color-surface);
	--ignition-forms-text-color: var(--ah-color-heading);
	--ignition-forms-border-color: var(--ah-color-border);
	--ignition-primary-font-family: var(--ah-font-body);
	--ignition-secondary-font-family: var(--ah-font-heading);
	--ignition-oikia-background-color-dark: var(--ah-color-primary);
	--ignition-oikia-form-label-bg-color: var(--ah-color-background);
	--ignition-oikia-form-label-border-color: var(--ah-color-border);
	--ignition-top-bar-background-color: var(--ah-color-primary);
	--ignition-top-bar-text-color: var(--ah-color-background);
	--ignition-top-bar-border-color: rgba(247, 244, 238, 0.16);
	--ignition-top-bar-transparent-background-color: rgba(23, 53, 47, 0.72);
	--ignition-top-bar-transparent-text-color: var(--ah-color-background);
	--ignition-top-bar-transparent-border-color: rgba(247, 244, 238, 0.2);
	--ignition-header-background-color: var(--ah-color-background);
	--ignition-header-overlay-background-color: transparent;
	--ignition-header-text-color: var(--ah-color-primary);
	--ignition-header-border-color: rgba(23, 53, 47, 0.14);
	--ignition-header-submenu-background-color: var(--ah-color-surface);
	--ignition-header-submenu-text-color: var(--ah-color-primary);
	--ignition-header-submenu-background-color-hover: rgba(200, 169, 107, 0.14);
	--ignition-header-submenu-text-color-hover: var(--ah-color-primary);
	--ignition-header-transparent-background-color: transparent;
	--ignition-header-transparent-overlay-background-color: rgba(10, 28, 24, 0.38);
	--ignition-header-transparent-text-color: var(--ah-color-surface);
	--ignition-header-transparent-border-color: rgba(247, 244, 238, 0.28);
	--ignition-header-transparent-submenu-bg-color: var(--ah-color-surface);
	--ignition-header-transparent-submenu-text-color: var(--ah-color-primary);
	--ignition-header-transparent-submenu-bg-color-hover: rgba(200, 169, 107, 0.14);
	--ignition-header-transparent-submenu-text-color-hover: var(--ah-color-primary);
	--ignition-header-sticky-background-color: rgba(247, 244, 238, 0.97);
	--ignition-header-sticky-overlay-background-color: transparent;
	--ignition-header-sticky-text-color: var(--ah-color-primary);
	--ignition-header-sticky-border-color: rgba(23, 53, 47, 0.14);
	--ignition-header-sticky-submenu-background-color: var(--ah-color-surface);
	--ignition-header-sticky-submenu-text-color: var(--ah-color-primary);
	--ignition-header-sticky-submenu-background-color-hover: rgba(200, 169, 107, 0.14);
	--ignition-header-sticky-submenu-text-color-hover: var(--ah-color-primary);
	--ignition-mobile-nav-background-color: var(--ah-color-primary);
	--ignition-mobile-nav-text-color: var(--ah-color-background);
	--ignition-mobile-nav-border-color: rgba(247, 244, 238, 0.18);
}

/* Global foundations
--------------------------------------------- */
body,
button,
input,
select,
textarea {
	font-family: var(--ah-font-body);
}

body {
	background-color: var(--ah-color-background);
	color: var(--ah-color-text);
	font-size: var(--ah-font-size-body);
	line-height: var(--ah-line-height-body);
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.entry-item-title,
.page-title,
.page-hero-title,
.widget-title {
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-weight: 400;
	letter-spacing: -0.02em;
}

h1,
.page-title,
.page-hero-content .page-hero-title {
	font-size: var(--ah-font-size-h1);
	line-height: var(--ah-line-height-heading-large);
}

h2 {
	font-size: var(--ah-font-size-h2);
	line-height: var(--ah-line-height-heading);
}

h3 {
	font-size: var(--ah-font-size-h3);
	line-height: var(--ah-line-height-heading);
}

h4 {
	font-size: var(--ah-font-size-h4);
	line-height: 1.2;
}

.ah-display,
.is-style-ah-display {
	font-size: var(--ah-font-size-display);
	line-height: 0.98;
}

.ah-text-large,
.is-style-ah-text-large {
	font-size: var(--ah-font-size-body-large);
}

.page-hero .page-hero-title,
.page-hero .page-hero-subtitle {
	color: var(--ah-color-surface);
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .widget-title {
	color: inherit;
}

small,
.entry-meta,
.entry-item-excerpt,
.page-subtitle,
.page-hero-subtitle {
	font-size: var(--ah-font-size-small);
	line-height: var(--ah-line-height-small);
}

::selection {
	background: var(--ah-color-accent);
	color: var(--ah-color-heading);
}

/* Text links
--------------------------------------------- */
:where(
	.entry-content,
	.comment-content,
	.wp-block-post-content,
	.wp-block-paragraph,
	.wp-block-list,
	.wp-block-quote,
	.wp-block-pullquote,
	.wp-block-table,
	.wp-block-gutenbee-paragraph
) a:not(.btn):not(.button):not(.wp-element-button):not(.wp-block-button__link):not(.gutenbee-block-button-link):not([role="button"]):not(.page-numbers) {
	color: var(--ah-color-primary);
	text-decoration-line: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
	transition: color var(--ah-transition), text-decoration-color var(--ah-transition), text-underline-offset var(--ah-transition);
}

:where(
	.entry-content,
	.comment-content,
	.wp-block-post-content,
	.wp-block-paragraph,
	.wp-block-list,
	.wp-block-quote,
	.wp-block-pullquote,
	.wp-block-table,
	.wp-block-gutenbee-paragraph
) a:not(.btn):not(.button):not(.wp-element-button):not(.wp-block-button__link):not(.gutenbee-block-button-link):not([role="button"]):not(.page-numbers):visited {
	color: var(--ah-color-link-visited);
}

:where(
	.entry-content,
	.comment-content,
	.wp-block-post-content,
	.wp-block-paragraph,
	.wp-block-list,
	.wp-block-quote,
	.wp-block-pullquote,
	.wp-block-table,
	.wp-block-gutenbee-paragraph
) a:not(.btn):not(.button):not(.wp-element-button):not(.wp-block-button__link):not(.gutenbee-block-button-link):not([role="button"]):not(.page-numbers):hover,
:where(
	.entry-content,
	.comment-content,
	.wp-block-post-content,
	.wp-block-paragraph,
	.wp-block-list,
	.wp-block-quote,
	.wp-block-pullquote,
	.wp-block-table,
	.wp-block-gutenbee-paragraph
) a:not(.btn):not(.button):not(.wp-element-button):not(.wp-block-button__link):not(.gutenbee-block-button-link):not([role="button"]):not(.page-numbers):focus {
	color: var(--ah-color-accent);
	text-underline-offset: 0.24em;
}

:where(
	.entry-content,
	.comment-content,
	.wp-block-post-content,
	.wp-block-paragraph,
	.wp-block-list,
	.wp-block-quote,
	.wp-block-pullquote,
	.wp-block-table,
	.wp-block-gutenbee-paragraph
) a:not(.btn):not(.button):not(.wp-element-button):not(.wp-block-button__link):not(.gutenbee-block-button-link):not([role="button"]):not(.page-numbers):focus-visible {
	border-radius: 2px;
	outline: 2px solid var(--ah-color-primary);
	outline-offset: 3px;
}

/* Layout and rhythm
--------------------------------------------- */
.container {
	max-width: var(--ah-width-container);
}

.main {
	padding-block: var(--ah-space-section);
}

.entry-content > :where(p, ul, ol, blockquote):not(.alignwide):not(.alignfull),
.ah-content-width {
	max-width: var(--ah-width-content);
}

.ah-section {
	padding-block: var(--ah-space-section);
}

.ah-grid {
	display: grid;
	gap: var(--ah-space-grid);
}

.row {
	row-gap: var(--ah-space-grid);
}

/* Inner pages
=================================== */
body.home .page-hero,
body.page-template-template-canvas .page-hero,
body.single-ignition-property .page-hero,
body.tax .page-hero,
body.archive .page-hero,
body.search .page-hero,
body.error404 .page-hero {
	background-image: none;
}

body.page:not(.home):not(.page-template-template-canvas) .page-hero {
	min-height: clamp(240px, 26vw, 360px);
	padding-block: clamp(72px, 8vw, 112px);
	background-color: var(--ah-color-primary);
	background-position: center center;
	color: var(--ah-color-background);
	border-bottom: 1px solid rgba(200, 169, 107, 0.28);
}

body.page:not(.home):not(.page-template-template-canvas) .page-hero::before {
	background: linear-gradient(90deg, rgba(23, 53, 47, 0.88) 0%, rgba(23, 53, 47, 0.82) 45%, rgba(23, 53, 47, 0.60) 100%);
}

body.page:not(.home):not(.page-template-template-canvas) .page-hero-content {
	position: relative;
	max-width: 880px;
	margin-inline: auto;
	text-align: left;
}

body.page:not(.home):not(.page-template-template-canvas) .page-hero-content::before,
body.page:not(.home):not(.page-template-template-canvas) .page-title-wrap::before {
	display: block;
	width: 42px;
	height: 2px;
	margin-bottom: var(--ah-space-md);
	background: var(--ah-color-accent);
	content: "";
}

body.page:not(.home):not(.page-template-template-canvas) .page-hero .page-hero-title,
body.page:not(.home):not(.page-template-template-canvas) .page-title {
	max-width: 850px;
	margin-bottom: var(--ah-space-sm);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(2.75rem, 5.4vw, 5rem);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.03em;
}

body.page:not(.home):not(.page-template-template-canvas) .page-hero .page-hero-subtitle {
	max-width: 680px;
	margin: var(--ah-space-md) 0 0;
	color: rgba(247, 244, 238, 0.84);
	font-family: var(--ah-font-body);
	font-size: clamp(1rem, 1.3vw, 1.18rem);
	line-height: 1.65;
}

body.page:not(.home):not(.page-template-template-canvas) .page-hero .page-hero-title {
	color: var(--ah-color-background);
}

/* Add ah-page-hero-dark to the body when a deep-forest title treatment is desired. */
body.page.ah-page-hero-dark:not(.home) .page-hero {
	background-color: var(--ah-color-primary);
	color: var(--ah-color-background);
	border-bottom-color: rgba(247, 244, 238, 0.15);
}

body.page.ah-page-hero-dark:not(.home) .page-hero::before {
	background: linear-gradient(90deg, rgba(23, 53, 47, 0.96), rgba(23, 53, 47, 0.76));
}

body.page.ah-page-hero-dark:not(.home) .page-hero :is(.page-hero-title, .page-hero-subtitle) {
	color: var(--ah-color-background);
}

body.page:not(.home):not(.page-template-template-canvas) .page-title-wrap {
	margin-bottom: clamp(36px, 5vw, 64px);
	padding-bottom: var(--ah-space-lg);
	border-bottom: 1px solid var(--ah-color-border);
}

body.page:not(.home):not(.page-template-template-canvas) .section-pre-main .ignition-breadcrumbs {
	padding-block: 14px;
	border-bottom-color: var(--ah-color-border);
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.035em;
}

body.page:not(.home):not(.page-template-template-canvas) .section-pre-main .ignition-breadcrumbs a {
	color: var(--ah-color-primary);
}

body.page:not(.home):not(.page-template-template-canvas) .section-pre-main .ignition-breadcrumbs a:hover {
	color: var(--ah-color-primary-hover);
}

body.page:not(.home):not(.page-template-template-canvas) #site-content,
body.page:not(.home):not(.page-template-template-canvas) .entry,
body.page:not(.home):not(.page-template-template-canvas) .entry-content {
	min-width: 0;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content {
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
	font-size: 1rem;
	line-height: 1.75;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content > :where(p, ul, ol, blockquote) {
	max-width: 760px;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content > p {
	margin-bottom: 1.5em;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content > :is(h2, h3, h4) {
	max-width: 800px;
	margin-top: clamp(40px, 5vw, 64px);
	margin-bottom: var(--ah-space-md);
	color: var(--ah-color-heading);
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content > :is(h2, h3, h4):first-child {
	margin-top: 0;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content h2 {
	font-size: clamp(2rem, 3.4vw, 3.25rem);
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content h3 {
	font-size: clamp(1.55rem, 2.3vw, 2.15rem);
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content :is(ul, ol) {
	padding-left: 1.35em;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content li + li {
	margin-top: 0.5em;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content blockquote {
	margin-block: clamp(32px, 4vw, 48px);
	padding: clamp(22px, 3vw, 30px);
	border-left: 2px solid var(--ah-color-accent);
	background: rgba(200, 169, 107, 0.09);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.45;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content :is(figure, img) {
	border-radius: var(--ah-radius-media);
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content figcaption {
	margin-top: var(--ah-space-sm);
	color: var(--ah-color-text);
	font-size: 0.82rem;
	line-height: 1.5;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content :is(table, .wp-block-table table) {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92rem;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content :is(th, td) {
	padding: 14px 16px;
	border: 1px solid var(--ah-color-border);
	text-align: left;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content th {
	background: rgba(23, 53, 47, 0.06);
	color: var(--ah-color-heading);
	font-weight: 700;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content .wp-block-table {
	overflow-x: auto;
}

body.page:not(.home):not(.page-template-template-canvas) .entry-content hr {
	margin-block: clamp(40px, 6vw, 72px);
	border: 0;
	border-top: 1px solid var(--ah-color-border);
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget {
	margin-bottom: var(--ah-space-lg);
	padding: clamp(24px, 2.5vw, 28px);
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background: var(--ah-color-surface);
	box-shadow: none;
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
	font-size: 0.92rem;
	line-height: 1.65;
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget_block:has(> .ah-sidebar-cta) {
	padding: 0;
	border: 0;
	background: transparent;
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget-title {
	margin-bottom: var(--ah-space-md);
	padding-bottom: 14px;
	border-bottom: 1px solid var(--ah-color-border);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(1.4rem, 2vw, 1.75rem);
	font-weight: 400;
	line-height: 1.15;
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget-title::after {
	display: block;
	width: 32px;
	height: 2px;
	margin-top: 12px;
	background: var(--ah-color-accent);
	content: "";
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget :is(ul, ol) {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget li + li {
	margin-top: 10px;
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget a {
	color: var(--ah-color-primary);
	text-decoration-color: transparent;
	text-underline-offset: 0.18em;
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget a:hover {
	color: var(--ah-color-primary-hover);
	text-decoration-color: currentColor;
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .ah-sidebar-links li + li,
body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget.ah-sidebar-links li + li {
	margin-top: 0;
	border-top: 1px solid var(--ah-color-border);
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .ah-sidebar-links a,
body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget.ah-sidebar-links a {
	display: block;
	padding-block: 11px;
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar :is(.widget.ah-sidebar-cta, .ah-sidebar-cta) {
	border-color: rgba(247, 244, 238, 0.14);
	background: var(--ah-color-primary);
	color: rgba(247, 244, 238, 0.84);
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar .ah-sidebar-cta:not(.widget) {
	padding: clamp(24px, 2.5vw, 28px);
	border-radius: var(--ah-radius);
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar :is(.widget.ah-sidebar-cta, .ah-sidebar-cta) :is(h2, h3, h4, .widget-title) {
	color: var(--ah-color-background);
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar :is(.widget.ah-sidebar-cta, .ah-sidebar-cta) a:not(.wp-block-button__link) {
	color: var(--ah-color-accent);
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar :is(.widget.ah-sidebar-cta, .ah-sidebar-cta) .wp-block-button__link {
	border-color: var(--ah-color-accent);
	background: var(--ah-color-accent);
	color: var(--ah-color-primary);
}

body.page:not(.home):not(.page-template-template-canvas) .sidebar :is(.widget.ah-sidebar-cta, .ah-sidebar-cta) .wp-block-button__link:hover {
	border-color: var(--ah-color-background);
	background: var(--ah-color-background);
	color: var(--ah-color-primary);
}

@media (max-width: 991px) {
	body.page:not(.home):not(.page-template-template-canvas) .sidebar:not(.sidebar-drawer) {
		margin-top: clamp(44px, 7vw, 64px);
	}

	body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget {
		padding: 24px;
	}
}

@media (max-width: 575px) {
	body.page:not(.home):not(.page-template-template-canvas) .page-hero {
		min-height: 0;
		padding-block: 56px;
		background-position: 62% center;
	}

	body.page:not(.home):not(.page-template-template-canvas) .page-hero .page-hero-title,
	body.page:not(.home):not(.page-template-template-canvas) .page-title {
		font-size: clamp(2.45rem, 12vw, 3.45rem);
	}

	body.page:not(.home):not(.page-template-template-canvas) .entry-content blockquote {
		padding: 20px;
	}

	body.page:not(.home):not(.page-template-template-canvas) .entry-content :is(th, td) {
		padding: 11px 12px;
	}

	body.page:not(.home):not(.page-template-template-canvas) .sidebar .widget {
		padding: 22px;
	}
}

/* Buttons and controls
--------------------------------------------- */
:where(
	.btn,
	.button,
	.gutenbee-block-button-link,
	.wp-block-button__link,
	input[type="submit"],
	input[type="reset"],
	button[type="submit"]
) {
	display: inline-flex;
	min-height: var(--ah-button-height);
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border: 1px solid var(--ah-color-primary);
	border-radius: var(--ah-radius);
	background-color: var(--ah-color-primary);
	color: var(--ah-color-surface);
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-ui);
	font-weight: 600;
	line-height: 1.2;
	transition: background-color var(--ah-transition), border-color var(--ah-transition), color var(--ah-transition), transform var(--ah-transition);
}

:where(
	.btn,
	.button,
	.gutenbee-block-button-link,
	.wp-block-button__link,
	input[type="submit"],
	input[type="reset"],
	button[type="submit"]
):hover,
:where(
	.btn,
	.button,
	.gutenbee-block-button-link,
	.wp-block-button__link,
	input[type="submit"],
	input[type="reset"],
	button[type="submit"]
):focus {
	border-color: var(--ah-color-primary-hover);
	background-color: var(--ah-color-primary-hover);
	color: var(--ah-color-surface);
	transform: translateY(-1px);
}

.button-secondary,
.wp-block-button.is-style-outline > .wp-block-button__link {
	border-color: var(--ah-color-primary);
	background-color: transparent;
	color: var(--ah-color-primary);
}

.button-secondary:hover,
.button-secondary:focus,
.wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:focus {
	background-color: var(--ah-color-primary);
	color: var(--ah-color-surface);
}

.button-accent {
	border-color: var(--ah-color-accent);
	background-color: var(--ah-color-accent);
	color: var(--ah-color-heading);
}

.button-accent:hover,
.button-accent:focus {
	border-color: var(--ah-color-accent-hover);
	background-color: var(--ah-color-accent-hover);
	color: var(--ah-color-heading);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
select,
textarea {
	border-color: var(--ah-color-border);
	border-radius: var(--ah-radius);
	background-color: var(--ah-color-surface);
	color: var(--ah-color-heading);
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--ah-color-primary);
	box-shadow: 0 0 0 3px rgba(23, 53, 47, 0.12);
	outline: 0;
}

/* Stock header and navigation
--------------------------------------------- */
.header {
	font-family: var(--ah-font-body);
}

.head-intro {
	font-size: 0.8rem;
	letter-spacing: 0.025em;
}

.head-intro-inner {
	padding-block: 9px;
}

.head-mast-inner {
	min-height: 96px;
	padding-block: 22px;
}

.site-branding {
	max-width: 220px;
}

.site-branding img {
	width: auto;
	max-height: 56px;
	transition: max-height var(--ah-transition);
}

.site-logo {
	font-family: var(--ah-font-heading);
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: -0.015em;
}

.navigation-main a,
.mobile-nav-trigger {
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-ui);
	font-weight: 600;
}

.navigation-main > li > a {
	margin-inline: clamp(10px, 1.2vw, 16px);
	padding-block: 14px;
	letter-spacing: 0.01em;
	transition: color var(--ah-transition);
}

.navigation-main > li > a::before {
	left: 50%;
	bottom: 5px;
	width: 14px;
	height: 2px;
	border: 0;
	background-color: var(--ah-color-accent);
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform var(--ah-transition);
}

.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a,
.navigation-main > .current_page_item > a,
.navigation-main > .current_page_ancestor > a {
	color: var(--ah-color-accent);
}

.navigation-main > li:hover > a::before,
.navigation-main > li:focus-within > a::before,
.navigation-main > .current-menu-item > a::before,
.navigation-main > .current-menu-parent > a::before,
.navigation-main > .current-menu-ancestor > a::before,
.navigation-main > .current_page_item > a::before,
.navigation-main > .current_page_ancestor > a::before {
	transform: translateX(-50%) scaleX(1);
}

.navigation-main > li > a:focus-visible,
.mobile-nav-trigger:focus-visible {
	border-radius: 4px;
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.navigation-main ul {
	min-width: 240px;
	padding-block: 10px;
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	box-shadow: 0 18px 45px rgba(23, 53, 47, 0.12);
}

.navigation-main li li a {
	padding: 10px 16px;
	font-size: var(--ah-font-size-small);
	font-weight: 500;
	line-height: 1.4;
	transition: color var(--ah-transition), background-color var(--ah-transition);
}

.navigation-main .nav-button > a {
	min-height: 48px;
	margin-left: 18px;
	padding: 0 22px;
	border: 1px solid var(--ah-color-primary);
	border-radius: var(--ah-radius);
	background-color: var(--ah-color-primary);
	color: var(--ah-color-surface);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color var(--ah-transition), border-color var(--ah-transition), color var(--ah-transition), transform var(--ah-transition);
}

.navigation-main .nav-button > a:hover,
.navigation-main .nav-button > a:focus {
	border-color: var(--ah-color-accent);
	background-color: var(--ah-color-accent);
	color: var(--ah-color-heading);
	transform: translateY(-1px);
}

.header-fixed .head-mast:not(.sticky-fixed) .navigation-main .nav-button > a {
	border-color: rgba(247, 244, 238, 0.9);
	background-color: rgba(247, 244, 238, 0.96);
	color: var(--ah-color-primary);
	box-shadow: none;
}

.header-fixed .head-mast:not(.sticky-fixed) .navigation-main .nav-button > a:hover,
.header-fixed .head-mast:not(.sticky-fixed) .navigation-main .nav-button > a:focus {
	border-color: var(--ah-color-accent);
	background-color: var(--ah-color-accent);
	color: var(--ah-color-heading);
}

.navigation-main .nav-button > a:focus-visible {
	outline: 3px solid var(--ah-color-accent);
	outline-offset: 3px;
}

.head-mast.sticky-fixed {
	box-shadow: 0 10px 30px rgba(23, 53, 47, 0.08);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.head-mast.sticky-fixed .head-mast-inner {
	min-height: 74px;
	padding-block: 12px;
}

.head-mast.sticky-fixed .site-branding img {
	max-height: 44px;
}

.mobile-nav-trigger {
	min-height: 46px;
	padding: 0 16px;
	border-width: 1px;
	border-radius: var(--ah-radius);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.navigation-mobile-wrap {
	padding-inline: 24px;
}

.navigation-mobile {
	width: min(100%, 720px);
	margin-inline: auto;
	padding-bottom: 40px;
}

.navigation-mobile a {
	padding-block: 17px;
	font-family: var(--ah-font-body);
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	transition: color var(--ah-transition), padding-left var(--ah-transition);
}

.navigation-mobile a:hover,
.navigation-mobile a:active {
	color: var(--ah-color-accent);
	padding-left: 4px;
}

.navigation-mobile a:focus-visible,
.navigation-mobile-dismiss:focus-visible,
.menu-item-sub-menu-toggle:focus-visible {
	outline: 2px solid var(--ah-color-accent);
	outline-offset: -3px;
}

.navigation-mobile li ul {
	padding-left: 18px;
}

.navigation-mobile li li a {
	font-size: var(--ah-font-size-small);
	color: rgba(247, 244, 238, 0.82);
}

.navigation-mobile .nav-button > a {
	min-height: 50px;
	margin-top: 18px;
	padding: 14px 18px;
	border: 1px solid var(--ah-color-accent);
	border-radius: var(--ah-radius);
	background-color: var(--ah-color-accent);
	color: var(--ah-color-heading);
	font-weight: 600;
	text-align: center;
}

.navigation-mobile .nav-button > a:hover,
.navigation-mobile .nav-button > a:active,
.navigation-mobile .nav-button > a:focus {
	padding-left: 18px;
	border-color: var(--ah-color-accent-hover);
	background-color: var(--ah-color-accent-hover);
	color: var(--ah-color-heading);
}

.navigation-mobile .nav-button > a:focus-visible {
	outline: 3px solid var(--ah-color-surface);
	outline-offset: 3px;
}

.navigation-mobile-dismiss {
	min-height: 64px;
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-small);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Homepage hero
--------------------------------------------- */
body.home.page-template-template-fullwidth-boxed .header,
body.home.page-template-template-fullwidth-boxed .header .container {
	width: 100%;
	max-width: none;
}

body.home.page-template-template-fullwidth-boxed .entry-content > .ah-home-hero.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.ah-home-hero.wp-block-gutenbee-slideshow {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background-color: var(--ah-color-primary);
	color: var(--ah-color-background);
}

.ah-home-hero .ah-hero__slide {
	position: relative;
	height: clamp(620px, 76vh, 820px);
	min-height: 620px;
	overflow: hidden;
}

.ah-home-hero .ah-hero__media,
.ah-home-hero .ah-hero__media::after,
.ah-home-hero .ah-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ah-home-hero .ah-hero__media {
	background-color: var(--ah-color-primary);
}

.ah-home-hero .ah-hero__media img {
	object-fit: cover;
	object-position: center;
}

.ah-home-hero .ah-hero__media::after {
	background:
		linear-gradient(90deg, rgba(8, 27, 23, 0.86) 0%, rgba(8, 27, 23, 0.68) 42%, rgba(8, 27, 23, 0.2) 72%, rgba(8, 27, 23, 0.08) 100%),
		linear-gradient(0deg, rgba(8, 27, 23, 0.28) 0%, transparent 45%);
	content: "";
}

.ah-home-hero .ah-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	align-items: center;
	width: min(calc(100% - 40px), var(--ah-width-container));
	margin-inline: auto;
	padding-block: clamp(96px, 12vh, 150px);
}

.ah-home-hero .ah-hero__content {
	width: min(100%, 760px);
}

.ah-home-hero .ah-hero__eyebrow {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ah-home-hero .ah-hero__heading {
	max-width: 720px;
	margin: 0 0 24px;
	color: var(--ah-color-background);
	font-family: var(--ah-font-heading);
	font-size: clamp(3.25rem, 6vw, 6rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 0.98;
}

.ah-home-hero .ah-hero__text {
	max-width: 620px;
	margin: 0 0 var(--ah-space-lg);
	color: rgba(247, 244, 238, 0.86);
	font-family: var(--ah-font-body);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.7;
}

.ah-home-hero .ah-hero__button {
	border-color: var(--ah-color-accent);
	background-color: var(--ah-color-accent);
	color: var(--ah-color-heading);
}

.ah-home-hero .ah-hero__button:hover,
.ah-home-hero .ah-hero__button:focus {
	border-color: var(--ah-color-accent-hover);
	background-color: var(--ah-color-accent-hover);
	color: var(--ah-color-heading);
}

.ah-home-hero .ah-hero__button:focus-visible,
.ah-home-hero button.slick-arrow:focus-visible,
.ah-home-hero .slick-dots button:focus-visible {
	outline: 2px solid var(--ah-color-background);
	outline-offset: 4px;
}

.ah-home-hero button.slick-arrow {
	z-index: 3;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(247, 244, 238, 0.28);
	border-radius: 50%;
	background-color: rgba(23, 53, 47, 0.18);
	box-shadow: none;
	color: rgba(247, 244, 238, 0.86);
	opacity: 0.78;
	transition: border-color var(--ah-transition), background-color var(--ah-transition), color var(--ah-transition), opacity var(--ah-transition);
}

.ah-home-hero button.slick-arrow:hover,
.ah-home-hero button.slick-arrow:focus {
	border-color: rgba(247, 244, 238, 0.52);
	background-color: rgba(23, 53, 47, 0.3);
	color: var(--ah-color-background);
	opacity: 0.96;
}

.ah-home-hero button.slick-arrow svg {
	width: 44%;
	height: 44%;
}

.ah-home-hero button.slick-prev {
	left: clamp(14px, 2.5vw, 42px);
}

.ah-home-hero button.slick-next {
	right: clamp(14px, 2.5vw, 42px);
}

.ah-home-hero .slick-dots {
	left: 50%;
	bottom: 28px;
	display: flex;
	width: auto;
	gap: 9px;
	padding: 0;
	transform: translateX(-50%);
}

.ah-home-hero .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.ah-home-hero .slick-dots button {
	width: 7px;
	height: 7px;
	min-height: 0;
	padding: 0;
	border: 1px solid rgba(247, 244, 238, 0.72);
	border-radius: 50%;
	background-color: transparent !important;
	opacity: 0.7;
	transition: width var(--ah-transition), border-color var(--ah-transition), background-color var(--ah-transition), opacity var(--ah-transition);
}

.ah-home-hero .slick-dots .slick-active button {
	width: 24px;
	border-color: var(--ah-color-accent);
	border-radius: 999px;
	background-color: var(--ah-color-accent) !important;
	opacity: 1;
}

/* Homepage: Who We Are
--------------------------------------------- */
.ah-who-we-are,
.entry-content .ah-who-we-are.alignfull {
	width: 100% !important;
	max-width: 100% !important;
	margin-inline: 0 !important;
	padding-block: var(--ah-space-section);
	background-color: var(--ah-color-background);
	overflow-x: clip;
}

.ah-who-we-are > .wp-block-columns {
	width: 100%;
	max-width: var(--ah-width-container);
	margin-inline: auto;
	padding-inline: 32px;
}

.ah-who-we-are__grid {
	display: grid;
	grid-template-columns: minmax(0, 42fr) minmax(0, 52fr);
	align-items: center;
	gap: clamp(48px, 7vw, 96px);
	margin: 0;
}

.ah-who-we-are__grid > .wp-block-column {
	min-width: 0;
	padding: 0;
}

.ah-who-we-are__content {
	max-width: 610px;
}

.ah-who-we-are__eyebrow {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
}

.ah-who-we-are .ah-who-we-are__heading {
	max-width: 600px;
	margin: 0 0 24px;
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(2.8rem, 4.5vw, 4.7rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.02;
}

.ah-who-we-are__body,
.ah-who-we-are__supporting {
	max-width: 590px;
	font-family: var(--ah-font-body);
	line-height: var(--ah-line-height-body);
}

.ah-who-we-are__body {
	margin: 0 0 18px;
	color: var(--ah-color-heading);
	font-size: var(--ah-font-size-body-large);
}

.ah-who-we-are__supporting {
	margin: 0 0 var(--ah-space-lg);
	color: var(--ah-color-text);
	font-size: var(--ah-font-size-body);
}

.ah-who-we-are__cta {
	margin: var(--ah-space-sm) 0 0;
}

.ah-who-we-are__cta a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--ah-color-primary);
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-ui);
	font-weight: 600;
	letter-spacing: 0.01em;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.28em;
	transition: color var(--ah-transition), text-decoration-color var(--ah-transition), gap var(--ah-transition);
}

.ah-who-we-are__cta a::after {
	content: "\2192";
	transition: transform var(--ah-transition);
}

.ah-who-we-are__cta a:hover,
.ah-who-we-are__cta a:focus {
	gap: 14px;
	color: var(--ah-color-primary-hover);
	text-decoration-color: currentColor;
}

.ah-who-we-are__cta a:hover::after,
.ah-who-we-are__cta a:focus::after {
	transform: translateX(2px);
}

.ah-who-we-are__cta a:focus-visible {
	border-radius: 2px;
	outline: 2px solid var(--ah-color-accent);
	outline-offset: 4px;
}

.ah-who-we-are__image {
	margin: 0;
}

.ah-who-we-are__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	border-radius: var(--ah-radius-media);
	object-fit: cover;
	object-position: center 30%;
}

.ah-who-we-are__image-label {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: var(--ah-space-md) 0 0;
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
	font-size: 0.8rem;
	line-height: 1.4;
}

.ah-who-we-are__image-label-primary {
	color: var(--ah-color-accent);
	font-weight: 700;
	letter-spacing: 0.14em;
}

.ah-who-we-are__image-label-secondary {
	color: var(--ah-color-text);
	letter-spacing: 0.02em;
}

/* Homepage: What We Do
--------------------------------------------- */
.ah-what-we-do {
	width: 100%;
	max-width: var(--ah-width-container);
	margin: 0 auto var(--ah-space-section);
	padding: clamp(48px, 6vw, 80px) clamp(32px, 5vw, 72px);
	border-radius: var(--ah-radius-media);
	background-color: var(--ah-color-primary);
	color: var(--ah-color-background);
}

.ah-what-we-do__header {
	margin-bottom: clamp(48px, 6vw, 76px);
}

.ah-what-we-do__header > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	align-items: end;
	gap: clamp(40px, 7vw, 96px);
}

.ah-what-we-do__eyebrow {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
}

.ah-what-we-do .ah-what-we-do__heading {
	max-width: 720px;
	margin: 0;
	color: var(--ah-color-background);
	font-family: var(--ah-font-heading);
	font-size: clamp(2.8rem, 4.8vw, 4.8rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.02;
}

.ah-what-we-do__intro {
	max-width: 520px;
	margin: 0;
	color: rgba(247, 244, 238, 0.76);
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-body-large);
	line-height: 1.7;
}

.ah-what-we-do__services {
	border-top: 1px solid rgba(247, 244, 238, 0.18);
	border-bottom: 1px solid rgba(247, 244, 238, 0.18);
}

.ah-what-we-do__services > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.ah-what-we-do__row {
	margin: 0;
	padding: clamp(28px, 3vw, 40px) clamp(20px, 2.4vw, 32px);
	border-right: 1px solid rgba(247, 244, 238, 0.18);
}

.ah-what-we-do__row > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 38px;
	grid-template-rows: auto auto 1fr;
	align-content: start;
	align-items: start;
	gap: 22px 12px;
}

.ah-what-we-do__row:last-child {
	border-right: 0;
}

.ah-what-we-do__row > .wp-block-group__inner-container > p:last-child {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	justify-self: end;
}

.ah-what-we-do__number {
	margin: 0;
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.ah-what-we-do .ah-what-we-do__title {
	grid-column: 1 / -1;
	grid-row: 2;
	margin: 0;
	font-family: var(--ah-font-heading);
	font-size: clamp(1.65rem, 2.1vw, 2.2rem);
	font-weight: 400;
	line-height: 1.08;
}

#entry-9 .ah-what-we-do .ah-what-we-do__title a:link,
#entry-9 .ah-what-we-do .ah-what-we-do__title a:visited {
	color: var(--ah-color-background);
	text-decoration: none;
}

.ah-what-we-do__description {
	grid-column: 1 / -1;
	grid-row: 3;
	max-width: 560px;
	margin: 0;
	color: rgba(247, 244, 238, 0.7);
	font-family: var(--ah-font-body);
	line-height: 1.65;
}

#entry-9 .ah-what-we-do a.ah-what-we-do__arrow:link,
#entry-9 .ah-what-we-do a.ah-what-we-do__arrow:visited {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	justify-self: end;
	border: 1px solid rgba(200, 169, 107, 0.55);
	border-radius: 50%;
	color: var(--ah-color-background);
	font-size: 1.1rem;
	line-height: 1;
	text-decoration: none;
	transition: border-color var(--ah-transition), background-color var(--ah-transition), color var(--ah-transition), transform var(--ah-transition);
}

#entry-9 .ah-what-we-do .ah-what-we-do__title a:hover,
#entry-9 .ah-what-we-do .ah-what-we-do__title a:focus,
#entry-9 .ah-what-we-do .ah-what-we-do__title a:active {
	color: var(--ah-color-accent);
}

#entry-9 .ah-what-we-do a.ah-what-we-do__arrow:hover,
#entry-9 .ah-what-we-do a.ah-what-we-do__arrow:focus,
#entry-9 .ah-what-we-do a.ah-what-we-do__arrow:active {
	border-color: var(--ah-color-accent);
	background-color: rgba(200, 169, 107, 0.08);
	color: var(--ah-color-accent);
	transform: translateX(2px);
}

.ah-what-we-do .ah-what-we-do__title a:focus-visible,
.ah-what-we-do a.ah-what-we-do__arrow:focus-visible {
	border-radius: 2px;
	outline: 2px solid var(--ah-color-accent);
	outline-offset: 4px;
}

@media (max-width: 991px) {
	.ah-what-we-do {
		padding-inline: 40px;
	}

	.ah-what-we-do__header > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		gap: var(--ah-space-lg);
	}

	.ah-what-we-do__intro {
		max-width: 680px;
	}

	.ah-what-we-do__services > .wp-block-group__inner-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ah-what-we-do__row:nth-child(2n) {
		border-right: 0;
	}

	.ah-what-we-do__row:nth-child(n + 3) {
		border-top: 1px solid rgba(247, 244, 238, 0.18);
	}
}

@media (max-width: 767px) {
	.ah-what-we-do {
		padding: 48px 24px;
	}

	.ah-what-we-do__services > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.ah-what-we-do__row,
	.ah-what-we-do__row:nth-child(2n) {
		border-right: 0;
	}

	.ah-what-we-do__row:nth-child(n + 2) {
		border-top: 1px solid rgba(247, 244, 238, 0.18);
	}
}

@media (max-width: 575px) {
	.ah-what-we-do {
		padding: 44px 20px;
		border-radius: var(--ah-radius);
	}

	.ah-what-we-do__heading br {
		display: none;
	}
}

/* Homepage: Selected Properties
--------------------------------------------- */
.ah-selected-properties {
	width: 100%;
	max-width: var(--ah-width-container);
	margin: 0 auto var(--ah-space-section);
	padding-block: var(--ah-space-section);
}

.ah-selected-properties__header {
	margin-bottom: clamp(44px, 6vw, 72px);
}

.ah-selected-properties__header > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	align-items: end;
	gap: clamp(40px, 7vw, 96px);
}

.ah-selected-properties__eyebrow {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
}

.ah-selected-properties .ah-selected-properties__heading {
	max-width: 720px;
	margin: 0;
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(2.8rem, 4.8vw, 4.8rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.02;
}

.ah-selected-properties__intro {
	max-width: 520px;
	margin: 0 0 var(--ah-space-lg);
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-body-large);
	line-height: 1.7;
}

#entry-9 .ah-selected-properties .ah-selected-properties__cta a:link,
#entry-9 .ah-selected-properties .ah-selected-properties__cta a:visited {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--ah-color-primary);
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-ui);
	font-weight: 600;
	text-decoration: none;
}

.ah-selected-properties__cta a::after {
	content: "\2192";
	transition: transform var(--ah-transition);
}

#entry-9 .ah-selected-properties .ah-selected-properties__cta a:hover,
#entry-9 .ah-selected-properties .ah-selected-properties__cta a:focus,
#entry-9 .ah-selected-properties .ah-selected-properties__cta a:active {
	color: var(--ah-color-accent);
}

.ah-selected-properties__cta a:hover::after,
.ah-selected-properties__cta a:focus::after {
	transform: translateX(2px);
}

.ah-selected-properties__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 3vw, 40px);
}

.ah-selected-properties__item {
	min-width: 0;
}

.ah-selected-properties .ignition-property.entry-item {
	overflow: visible;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.ah-selected-properties .ignition-property.entry-item:hover {
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

.ah-selected-properties .entry-item-thumb {
	margin: 0;
	overflow: hidden;
	border-radius: var(--ah-radius-media);
	background-color: var(--ah-color-border);
}

.ah-selected-properties__item:nth-child(1) .entry-item-thumb,
.ah-selected-properties__item:nth-child(3) .entry-item-thumb {
	aspect-ratio: 4 / 5;
}

.ah-selected-properties__item:nth-child(2) .entry-item-thumb {
	aspect-ratio: 4 / 3;
}

.ah-selected-properties .entry-item-thumb a,
.ah-selected-properties .entry-item-thumb img {
	display: block;
	width: 100%;
	height: 100%;
}

.ah-selected-properties .entry-item-thumb img {
	object-fit: cover;
	object-position: center;
	transition: transform 500ms ease;
}

.ah-selected-properties__item:nth-child(3) .entry-item-thumb img {
	object-position: center top;
}

.ah-selected-properties .ignition-property.entry-item:hover .entry-item-thumb img {
	transform: scale(1.025);
}

.ah-selected-properties .ignition-property .entry-item-content {
	padding: 24px 0 0;
	background: transparent;
}

.ah-selected-properties .ignition-property .entry-item-title {
	margin-bottom: var(--ah-space-sm);
	font-family: var(--ah-font-heading);
	font-size: clamp(1.7rem, 2.5vw, 2.35rem);
	line-height: 1.08;
}

#entry-9 .ah-selected-properties .entry-item-title a:link,
#entry-9 .ah-selected-properties .entry-item-title a:visited {
	color: var(--ah-color-primary);
	text-decoration: none;
}

#entry-9 .ah-selected-properties .entry-item-title a:hover,
#entry-9 .ah-selected-properties .entry-item-title a:focus,
#entry-9 .ah-selected-properties .entry-item-title a:active {
	color: var(--ah-color-accent);
}

.ah-selected-properties .entry-item-title a::after {
	display: inline-block;
	margin-left: 10px;
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: 0.75em;
	content: "\2197";
	transition: transform var(--ah-transition);
}

.ah-selected-properties .entry-item-title a:hover::after,
.ah-selected-properties .entry-item-title a:focus::after {
	transform: translate(2px, -2px);
}

.ah-selected-properties .ignition-property .entry-meta {
	margin: 0;
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-small);
}

.ah-selected-properties .ignition-property.entry-item .btn-entry-more {
	display: none;
}

@media (max-width: 991px) {
	.ah-selected-properties__header > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		gap: var(--ah-space-lg);
	}

	.ah-selected-properties__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ah-selected-properties {
		padding-inline: 20px;
	}

	.ah-selected-properties__grid {
		grid-template-columns: 1fr;
		gap: var(--ah-space-xl);
	}
}

/* Homepage: Why Ahodie
--------------------------------------------- */
.ah-why-ahodie {
	width: 100%;
	max-width: var(--ah-width-container);
	margin: 0 auto var(--ah-space-section);
	padding: var(--ah-space-section) clamp(32px, 5vw, 72px);
	border-top: 1px solid var(--ah-color-border);
}

.ah-why-ahodie > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: start;
	gap: clamp(56px, 8vw, 112px);
}

.ah-why-ahodie__eyebrow {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
}

.ah-why-ahodie .ah-why-ahodie__heading {
	max-width: 620px;
	margin: 0 0 var(--ah-space-lg);
	color: var(--ah-color-primary);
	font-family: var(--ah-font-heading);
	font-size: clamp(2.7rem, 4.5vw, 4.5rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.02;
}

.ah-why-ahodie__intro {
	max-width: 560px;
	margin: 0;
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-body-large);
	line-height: 1.7;
}

.ah-why-ahodie__principles {
	border-top: 1px solid var(--ah-color-border);
}

.ah-why-ahodie__principles > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ah-why-ahodie__principle {
	min-width: 0;
	padding: clamp(28px, 3vw, 40px);
	border-bottom: 1px solid var(--ah-color-border);
}

.ah-why-ahodie__principle:nth-child(odd) {
	padding-left: 0;
	border-right: 1px solid var(--ah-color-border);
}

.ah-why-ahodie__principle:nth-child(even) {
	padding-right: 0;
}

.ah-why-ahodie__number {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.ah-why-ahodie .ah-why-ahodie__title {
	margin: 0 0 var(--ah-space-sm);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(1.55rem, 2.2vw, 2rem);
	font-weight: 400;
	line-height: 1.12;
}

.ah-why-ahodie__description {
	margin: 0;
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
	line-height: 1.65;
}

@media (max-width: 991px) {
	.ah-why-ahodie {
		padding-inline: 40px;
	}

	.ah-why-ahodie > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		gap: var(--ah-space-xl);
	}

	.ah-why-ahodie__intro {
		max-width: 680px;
	}
}

@media (max-width: 767px) {
	.ah-why-ahodie {
		padding-inline: 20px;
	}

	.ah-why-ahodie__principles > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.ah-why-ahodie__principle,
	.ah-why-ahodie__principle:nth-child(odd),
	.ah-why-ahodie__principle:nth-child(even) {
		padding: 28px 0;
		border-right: 0;
	}
}

/* Shared surfaces
--------------------------------------------- */
.box-container,
.wp-block-columns.is-style-ignition-oikia-box,
.wp-block-gutenbee-container.is-style-ignition-oikia-box,
.wp-block-gutenbee-banner.is-style-ignition-oikia-box {
	border-color: var(--ah-color-border);
	border-radius: var(--ah-radius);
	background-color: var(--ah-color-surface);
	padding: var(--ah-space-card);
}

/* Pre-footer call to action
--------------------------------------------- */
.ahodie-pre-footer-cta {
	width: 100%;
	max-width: none;
	margin: 0;
	padding-block: var(--ah-space-section);
	background-color: var(--ah-color-primary);
	background-position: center center;
	color: var(--ah-color-background);
	border-bottom: 1px solid rgba(200, 169, 107, 0.28);
}

.ahodie-pre-footer-cta.wp-block-cover .wp-block-cover__background {
	background: linear-gradient(90deg, rgba(23, 53, 47, 0.88) 0%, rgba(23, 53, 47, 0.82) 52%, rgba(23, 53, 47, 0.76) 100%);
	opacity: 1;
}

.ahodie-pre-footer-cta.wp-block-cover .wp-block-cover__image-background {
	object-position: center center;
}

.ahodie-pre-footer-cta .ahodie-pre-footer-cta__inner {
	width: min(calc(100% - 40px), var(--ah-width-container));
	max-width: var(--ah-width-container);
	margin: 0 auto;
	gap: clamp(40px, 7vw, 96px);
}

.ahodie-pre-footer-cta__eyebrow {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-small);
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: var(--ah-line-height-small);
}

.ahodie-pre-footer-cta .ahodie-pre-footer-cta__heading {
	max-width: 780px;
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-background);
	font-family: var(--ah-font-heading);
	font-size: var(--ah-font-size-h2);
	font-weight: 400;
	line-height: var(--ah-line-height-heading);
}

.ahodie-pre-footer-cta__body {
	max-width: 680px;
	margin: 0;
	color: rgba(247, 244, 238, 0.78);
	font-size: var(--ah-font-size-body-large);
	line-height: var(--ah-line-height-body);
}

.ahodie-pre-footer-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.ahodie-pre-footer-cta__actions .wp-block-buttons {
	justify-content: flex-end;
}

.ahodie-pre-footer-cta__primary .wp-block-button__link {
	border-color: var(--ah-color-accent);
	background-color: var(--ah-color-accent);
	color: var(--ah-color-heading);
}

.ahodie-pre-footer-cta__primary .wp-block-button__link:visited {
	color: var(--ah-color-heading);
}

.ahodie-pre-footer-cta__primary .wp-block-button__link:hover,
.ahodie-pre-footer-cta__primary .wp-block-button__link:focus,
.ahodie-pre-footer-cta__primary .wp-block-button__link:active {
	border-color: var(--ah-color-accent-hover);
	background-color: var(--ah-color-accent-hover);
	color: var(--ah-color-heading);
}

.ahodie-pre-footer-cta__primary .wp-block-button__link:focus-visible,
.ahodie-pre-footer-cta__secondary a:focus-visible {
	outline: 3px solid var(--ah-color-surface);
	outline-offset: 4px;
}

.ahodie-pre-footer-cta__secondary {
	margin: var(--ah-space-md) 0 0;
}

.ahodie-pre-footer-cta__secondary a,
.ahodie-pre-footer-cta__secondary a:visited {
	color: var(--ah-color-background);
	font-size: var(--ah-font-size-ui);
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-color: rgba(200, 169, 107, 0.7);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3em;
	transition: color var(--ah-transition), text-decoration-color var(--ah-transition);
}

.ahodie-pre-footer-cta__secondary a:hover,
.ahodie-pre-footer-cta__secondary a:focus,
.ahodie-pre-footer-cta__secondary a:active {
	color: var(--ah-color-accent);
	text-decoration-color: currentColor;
}

/* Stock Oikia footer
--------------------------------------------- */
.footer {
	--ignition-footer-background-color: var(--ah-color-primary);
	--ignition-footer-border-color: rgba(200, 169, 107, 0.24);
	--ignition-footer-title-color: var(--ah-color-background);
	--ignition-footer-text-color: rgba(247, 244, 238, 0.78);
	--ignition-footer-credits-background-color: var(--ah-color-primary);
	--ignition-footer-credits-border-color: rgba(200, 169, 107, 0.24);
	--ignition-footer-credits-text-color: rgba(247, 244, 238, 0.68);
	--ignition-footer-credits-link-color: var(--ah-color-background);
	background-color: var(--ah-color-primary);
	color: rgba(247, 244, 238, 0.78);
	font-family: var(--ah-font-body);
}

.footer .container {
	width: min(calc(100% - 40px), var(--ah-width-container));
}

.footer-widgets {
	padding-block: clamp(64px, 7vw, 92px) clamp(44px, 5vw, 68px);
	border-top: 1px solid rgba(200, 169, 107, 0.24);
}

.footer-widgets .row {
	row-gap: var(--ah-space-xl);
}

.footer-widgets .widget {
	margin-bottom: var(--ah-space-lg);
	color: rgba(247, 244, 238, 0.78);
	font-size: var(--ah-font-size-small);
	line-height: 1.75;
}

.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer .widget-title {
	position: relative;
	margin: 0 0 24px;
	padding-bottom: 16px;
	color: var(--ah-color-background);
	font-family: var(--ah-font-heading);
	font-size: clamp(1.45rem, 2vw, 1.8rem);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
}

.footer .widget-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 34px;
	height: 1px;
	background-color: var(--ah-color-accent);
	content: "";
}

.footer .widget p,
.footer .widget address {
	margin-bottom: 14px;
}

.footer .widget address {
	font-style: normal;
}

.footer .widget ul:not([id*="social"]) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .widget ul:not([id*="social"]) li {
	margin: 0;
	padding: 5px 0;
	border: 0;
}

.footer .widget a,
.footer .widget a:visited,
.footer-info a,
.footer-info a:visited {
	color: var(--ah-color-background);
	text-decoration-color: transparent;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.28em;
	transition: color var(--ah-transition), text-decoration-color var(--ah-transition);
}

.footer .widget a:hover,
.footer .widget a:focus,
.footer-info a:hover,
.footer-info a:focus {
	color: var(--ah-color-accent);
	text-decoration: underline;
	text-decoration-color: currentColor;
}

.footer .widget a:focus-visible,
.footer-info a:focus-visible {
	border-radius: 2px;
	outline: 2px solid var(--ah-color-accent);
	outline-offset: 4px;
}

.footer [id*="social"].menu {
	gap: 8px;
	margin-top: var(--ah-space-md);
}

.footer [id*="social"].menu a {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(200, 169, 107, 0.36);
	border-radius: 50%;
	background: transparent;
	color: var(--ah-color-background);
	opacity: 1;
}

.footer [id*="social"].menu a:hover,
.footer [id*="social"].menu a:focus {
	border-color: var(--ah-color-accent);
	background-color: var(--ah-color-accent);
	color: var(--ah-color-primary);
	text-decoration: none;
}

.footer-info {
	padding-block: 22px;
	border-top: 1px solid rgba(200, 169, 107, 0.24);
	background-color: var(--ah-color-primary);
	color: rgba(247, 244, 238, 0.68);
	font-family: var(--ah-font-body);
	font-size: 0.78rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.footer-info .row {
	row-gap: var(--ah-space-sm);
}

.footer-content-slot-item {
	margin-inline: 0 18px;
}

.footer-content-slot-item:first-child {
	margin-left: 0;
}

.footer-content-slot-item:last-child {
	margin-right: 0;
}

.footer .btn-to-top {
	border: 1px solid rgba(200, 169, 107, 0.42);
	background-color: var(--ah-color-primary);
	color: var(--ah-color-accent);
	transition: border-color var(--ah-transition), background-color var(--ah-transition), color var(--ah-transition);
}

.footer .btn-to-top:hover,
.footer .btn-to-top:focus {
	border-color: var(--ah-color-accent);
	background-color: var(--ah-color-accent);
	color: var(--ah-color-primary);
}

.footer .btn-to-top:focus-visible {
	outline: 2px solid var(--ah-color-background);
	outline-offset: 3px;
}

/* Founder message
--------------------------------------------- */
.ah-founder-message {
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
}

.ah-founder-message__portrait {
	width: min(100%, 520px);
	margin: 0 auto clamp(52px, 7vw, 84px);
	overflow: hidden;
	border-radius: var(--ah-radius-media);
	background: transparent;
}

.ah-founder-message__portrait img {
	display: block;
	width: 100% !important;
	height: auto !important;
	object-fit: contain;
}

.ah-founder-message__content {
	max-width: 760px;
	margin-inline: auto;
}

.ah-founder-message__eyebrow {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-accent);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

.ah-founder-message__heading {
	max-width: 720px;
	margin: 0 0 clamp(36px, 5vw, 52px);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(2.55rem, 5vw, 4.55rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.032em;
}

.ah-founder-message__letter {
	max-width: 700px;
	margin: 0;
	font-size: clamp(1rem, 1.25vw, 1.08rem);
	line-height: 1.85;
}

.ah-founder-message__letter > p {
	margin: 0 0 1.55em;
}

.ah-founder-message__salutation {
	color: var(--ah-color-heading);
	font-weight: 600;
}

.ah-founder-message__regards {
	margin-top: clamp(32px, 4vw, 44px) !important;
	margin-bottom: var(--ah-space-md) !important;
}

.ah-founder-message__signature {
	margin-top: 0;
	padding-top: var(--ah-space-md);
	border-top: 1px solid var(--ah-color-border);
}

.ah-founder-message__name {
	margin: 0 0 4px !important;
	color: var(--ah-color-primary);
	font-family: var(--ah-font-heading);
	font-size: clamp(1.75rem, 2.7vw, 2.3rem);
	line-height: 1.1;
}

.ah-founder-message__role {
	margin: 0 !important;
	color: var(--ah-color-text);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

@media (max-width: 575px) {
	.ah-founder-message__portrait {
		width: min(100%, 416px);
		margin-bottom: 44px;
	}

	.ah-founder-message__heading {
		margin-bottom: 32px;
	}

	.ah-founder-message__letter {
		line-height: 1.78;
	}
}

/* Services overview
--------------------------------------------- */
.ah-services-overview {
	font-family: var(--ah-font-body);
}

.ah-services-intro {
	max-width: 790px;
	margin: 0 0 clamp(44px, 6vw, 72px);
}

.ah-services-eyebrow {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-accent);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

.ah-services-heading {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(2.2rem, 4vw, 3.65rem);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.028em;
}

.ah-services-lead {
	max-width: 740px;
	margin: 0;
	font-size: clamp(1.02rem, 1.3vw, 1.14rem);
	line-height: 1.75;
}

.ah-services-grid {
	margin-bottom: clamp(56px, 7vw, 88px);
}

.ah-services-row {
	align-items: stretch;
	margin-bottom: var(--ah-space-grid);
}

.ah-services-row:last-child {
	margin-bottom: 0;
}

.ah-services-row > .wp-block-column {
	display: flex;
}

.ah-service-card {
	display: flex;
	width: 100%;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background: var(--ah-color-surface);
	box-shadow: none;
	transition: border-color var(--ah-transition), transform var(--ah-transition);
}

.ah-service-card:hover {
	border-color: rgba(200, 169, 107, 0.78);
	transform: translateY(-3px);
}

.ah-service-card__media {
	margin: 0;
	overflow: hidden;
	border-radius: 0;
}

.ah-service-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
	transition: transform 320ms ease;
}

.ah-service-card:hover .ah-service-card__media img {
	transform: scale(1.018);
}

.ah-service-card__content {
	display: flex;
	min-height: 260px;
	flex: 1;
	flex-direction: column;
	padding: clamp(24px, 3vw, 32px);
}

.ah-service-card__title {
	margin: 0 0 var(--ah-space-sm);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(1.7rem, 2.5vw, 2.25rem);
	font-weight: 400;
	line-height: 1.08;
}

.ah-service-card__content > p:not(.ah-service-card__link) {
	margin: 0 0 var(--ah-space-md);
	line-height: 1.7;
}

.ah-service-card__link {
	margin: auto 0 0;
	padding-top: var(--ah-space-md);
	border-top: 1px solid var(--ah-color-border);
}

.ah-service-card__link a {
	color: var(--ah-color-primary);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-decoration: none;
	text-transform: uppercase;
}

.ah-service-card__link a:hover {
	color: var(--ah-color-primary-hover);
}

.ah-service-card__link a:focus-visible {
	border-radius: 2px;
	outline: 2px solid var(--ah-color-accent);
	outline-offset: 4px;
}

.ah-services-closing {
	padding: clamp(30px, 5vw, 52px);
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background: rgba(255, 255, 255, 0.62);
}

.ah-services-closing .ah-services-heading {
	max-width: 680px;
	font-size: clamp(2rem, 3.5vw, 3.15rem);
}

.ah-services-closing > p {
	max-width: 680px;
	margin-bottom: var(--ah-space-lg);
}

@media (max-width: 781px) {
	.ah-services-row {
		gap: var(--ah-space-grid);
	}

	.ah-service-card__content {
		min-height: 0;
	}
}

@media (max-width: 575px) {
	.ah-services-intro {
		margin-bottom: 40px;
	}

	.ah-services-grid {
		margin-bottom: 52px;
	}

	.ah-services-closing {
		padding: 24px;
	}
}

/* Service page starter pattern
--------------------------------------------- */
.ah-service-page-starter {
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
}

.ah-service-page-starter .ah-service-editor-note,
.ah-service-page-starter .ah-service-page-image:not(:has(img)),
.ah-service-page-starter .ah-service-page-list:empty,
.ah-service-page-starter .ah-service-page-optional:has(> .ah-service-editor-note:only-child) {
	display: none;
}

.ah-service-page-section {
	margin-bottom: clamp(48px, 6vw, 76px);
}

.ah-service-page-heading {
	margin: 0 0 var(--ah-space-lg);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(2rem, 3.5vw, 3.15rem);
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: -0.025em;
}

.ah-service-page-image {
	margin-block: 0;
	overflow: hidden;
	border-radius: var(--ah-radius-media);
}

.ah-service-page-image img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.ah-service-page-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 var(--ah-space-lg);
	margin: 0;
	padding: 0;
	list-style: none;
}

.ah-service-page-list li {
	position: relative;
	margin: 0;
	padding: 14px 0 14px 24px;
	border-bottom: 1px solid var(--ah-color-border);
	color: var(--ah-color-heading);
}

.ah-service-page-list li::before {
	position: absolute;
	top: 1.35em;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ah-color-accent);
	content: "";
}

.ah-service-page-columns {
	align-items: stretch;
	gap: var(--ah-space-grid);
}

.ah-service-page-columns > .wp-block-column,
.ah-service-page-support-followup {
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background: rgba(255, 255, 255, 0.62);
}

.ah-service-page-columns h3,
.ah-service-page-support-followup h3 {
	margin: 0 0 var(--ah-space-sm);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(1.45rem, 2.2vw, 1.9rem);
	font-weight: 400;
	line-height: 1.15;
}

.ah-service-page-columns h3:not(:first-child) {
	margin-top: var(--ah-space-lg);
	padding-top: var(--ah-space-lg);
	border-top: 1px solid var(--ah-color-border);
}

.ah-service-page-support-followup {
	margin-top: var(--ah-space-grid);
}

.ah-service-page-cta {
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background: rgba(247, 244, 238, 0.72);
}

.ah-service-page-cta .ah-service-page-heading {
	max-width: 620px;
	margin-bottom: var(--ah-space-md);
	font-size: clamp(2rem, 3vw, 2.8rem);
}

.ah-service-page-cta > p {
	max-width: 650px;
	margin-bottom: var(--ah-space-lg);
}

@media (max-width: 767px) {
	.ah-service-page-section {
		margin-bottom: 46px;
	}

	.ah-service-page-list {
		grid-template-columns: 1fr;
	}

	.ah-service-page-cta {
		padding: 24px;
	}
}

/* Property search
--------------------------------------------- */
.page-id-12 .property-search-form-horizontal {
	margin-bottom: clamp(36px, 5vw, 56px);
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background: var(--ah-color-background);
}

.page-id-12 .property-search-form .row {
	align-items: flex-end;
}

.page-id-12 .property-search-form label {
	display: block;
	margin-bottom: var(--ah-space-xs);
	color: var(--ah-color-primary);
	font-family: var(--ah-font-body);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.08em;
}

.page-id-12 .property-search-form input,
.page-id-12 .property-search-form .ignition-oikia-select {
	height: 48px;
	margin-bottom: var(--ah-space-md);
}

.page-id-12 .property-search-form input:not([type="submit"]),
.page-id-12 .property-search-form .ignition-oikia-select select {
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background-color: var(--ah-color-surface);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-ui);
	transition: border-color var(--ah-transition), box-shadow var(--ah-transition);
}

.page-id-12 .property-search-form input:not([type="submit"]):hover,
.page-id-12 .property-search-form .ignition-oikia-select:hover select {
	border-color: rgba(23, 53, 47, 0.42);
}

.page-id-12 .property-search-form input:not([type="submit"]):focus,
.page-id-12 .property-search-form .ignition-oikia-select select:focus {
	border-color: var(--ah-color-accent);
	box-shadow: 0 0 0 3px rgba(200, 169, 107, 0.18);
	outline: 0;
}

.page-id-12 .property-search-form .ignition-oikia-select::after {
	border-radius: 0 var(--ah-radius) var(--ah-radius) 0;
	background-color: var(--ah-color-surface);
}

.page-id-12 .property-search-form .ignition-oikia-select::before {
	top: 7px;
	right: 7px;
	height: 34px;
	width: 34px;
	border-radius: calc(var(--ah-radius) - 2px);
	background-color: var(--ah-color-primary);
	color: var(--ah-color-background);
	line-height: 34px;
}

.page-id-12 .property-search-form .ignition-oikia-select:hover::before {
	background-color: var(--ah-color-primary-hover);
}

.page-id-12 .property-search-form input.property-filters-submit {
	height: 48px;
	margin: 22px 0 var(--ah-space-md);
	border: 1px solid var(--ah-color-primary);
	border-radius: var(--ah-radius);
	background: var(--ah-color-primary);
	color: var(--ah-color-background);
	font-family: var(--ah-font-body);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	transition: background-color var(--ah-transition), border-color var(--ah-transition), color var(--ah-transition);
}

.page-id-12 .property-search-form input.property-filters-submit:hover,
.page-id-12 .property-search-form input.property-filters-submit:focus {
	border-color: var(--ah-color-primary-hover);
	background: var(--ah-color-primary-hover);
	color: var(--ah-color-background);
}

.page-id-12 .property-search-form input.property-filters-submit:focus-visible {
	outline: 2px solid var(--ah-color-accent);
	outline-offset: 3px;
}

.page-id-12 .shortcode-package-search-page {
	margin-top: clamp(8px, 2vw, 20px);
}

@media (max-width: 767px) {
	.page-id-12 .property-search-form-horizontal {
		padding: 22px;
	}

	.page-id-12 .property-search-form input.property-filters-submit {
		margin-top: 0;
	}
}

@media (max-width: 575px) {
	.page-id-12 .property-search-form-horizontal {
		padding: 20px;
	}
}

/* Property sidebar
--------------------------------------------- */
body:is(
	.single-ignition-property,
	.tax-ignition_property_type,
	.tax-ignition_property_status,
	.tax-ignition_property_amenity,
	.tax-ignition_property_location,
	.tax-ignition_property_agent
) .sidebar .widget {
	margin-bottom: var(--ah-space-lg);
	padding: clamp(24px, 2.5vw, 28px);
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background: var(--ah-color-surface);
	box-shadow: none;
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
	font-size: 0.92rem;
	line-height: 1.65;
}

body:is(
	.single-ignition-property,
	.tax-ignition_property_type,
	.tax-ignition_property_status,
	.tax-ignition_property_amenity,
	.tax-ignition_property_location,
	.tax-ignition_property_agent
) .sidebar .widget_block:has(> .ah-property-sidebar-cta) {
	padding: 0;
	border: 0;
	background: transparent;
}

body:is(
	.single-ignition-property,
	.tax-ignition_property_type,
	.tax-ignition_property_status,
	.tax-ignition_property_amenity,
	.tax-ignition_property_location,
	.tax-ignition_property_agent
) .sidebar .widget-title {
	margin-bottom: var(--ah-space-md);
	padding-bottom: 14px;
	border-bottom: 1px solid var(--ah-color-border);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(1.4rem, 2vw, 1.75rem);
	font-weight: 400;
	line-height: 1.15;
}

body:is(
	.single-ignition-property,
	.tax-ignition_property_type,
	.tax-ignition_property_status,
	.tax-ignition_property_amenity,
	.tax-ignition_property_location,
	.tax-ignition_property_agent
) .sidebar .widget-title::after {
	display: block;
	width: 32px;
	height: 2px;
	margin-top: 12px;
	background: var(--ah-color-accent);
	content: "";
}

body:is(
	.single-ignition-property,
	.tax-ignition_property_type,
	.tax-ignition_property_status,
	.tax-ignition_property_amenity,
	.tax-ignition_property_location,
	.tax-ignition_property_agent
) .sidebar .widget :is(ul, ol) {
	margin: 0;
	padding: 0;
	list-style: none;
}

body:is(
	.single-ignition-property,
	.tax-ignition_property_type,
	.tax-ignition_property_status,
	.tax-ignition_property_amenity,
	.tax-ignition_property_location,
	.tax-ignition_property_agent
) .sidebar .ah-sidebar-links li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--ah-color-border);
}

body:is(
	.single-ignition-property,
	.tax-ignition_property_type,
	.tax-ignition_property_status,
	.tax-ignition_property_amenity,
	.tax-ignition_property_location,
	.tax-ignition_property_agent
) .sidebar .widget a {
	color: var(--ah-color-primary);
	text-underline-offset: 0.18em;
}

body:is(
	.single-ignition-property,
	.tax-ignition_property_type,
	.tax-ignition_property_status,
	.tax-ignition_property_amenity,
	.tax-ignition_property_location,
	.tax-ignition_property_agent
) .sidebar .widget a:hover {
	color: var(--ah-color-primary-hover);
}

.sidebar .ah-property-sidebar-cta {
	padding: clamp(24px, 2.5vw, 28px);
	border: 1px solid rgba(247, 244, 238, 0.14);
	border-radius: var(--ah-radius);
	background: var(--ah-color-primary);
	box-shadow: none;
	color: rgba(247, 244, 238, 0.86);
	font-family: var(--ah-font-body);
}

.sidebar .ah-property-sidebar-cta .widget-title {
	border-bottom-color: rgba(247, 244, 238, 0.16);
	color: var(--ah-color-background);
}

.sidebar .ah-property-sidebar-cta .widget-title::after {
	background: var(--ah-color-accent);
}

.sidebar .ah-property-sidebar-cta .wp-block-button__link {
	border-color: var(--ah-color-accent);
	background: var(--ah-color-accent);
	color: var(--ah-color-primary);
}

.sidebar .ah-property-sidebar-cta .wp-block-button__link:hover,
.sidebar .ah-property-sidebar-cta .wp-block-button__link:focus {
	border-color: var(--ah-color-background);
	background: var(--ah-color-background);
	color: var(--ah-color-primary);
}

.sidebar .ah-property-sidebar-cta .wp-block-button__link:focus-visible {
	outline: 2px solid var(--ah-color-accent);
	outline-offset: 3px;
}

.sidebar .ah-property-sidebar-contact p:first-of-type {
	margin-bottom: var(--ah-space-sm);
	color: var(--ah-color-primary);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}

@media (max-width: 991px) {
	body:is(
		.single-ignition-property,
		.tax-ignition_property_type,
		.tax-ignition_property_status,
		.tax-ignition_property_amenity,
		.tax-ignition_property_location,
		.tax-ignition_property_agent
	) .sidebar:not(.sidebar-drawer) {
		margin-top: clamp(44px, 7vw, 64px);
	}
}

/* Property cards
--------------------------------------------- */
.ignition-property.entry-item,
.ignition-property.entry-item-media {
	overflow: hidden;
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background-color: var(--ah-color-surface);
	box-shadow: none;
	transition: border-color var(--ah-transition), box-shadow var(--ah-transition), transform var(--ah-transition);
}

.ignition-property.entry-item:hover,
.ignition-property.entry-item-media:hover {
	border-color: color-mix(in srgb, var(--ah-color-primary) 32%, var(--ah-color-border));
	box-shadow: var(--ah-shadow-card);
	transform: translateY(-2px);
}

.ignition-property .entry-thumb {
	overflow: hidden;
	background-color: var(--ah-color-border);
}

.ignition-property .entry-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.ignition-property.entry-item:hover .entry-thumb img,
.ignition-property.entry-item-media:hover .entry-thumb img {
	transform: scale(1.035);
}

.ignition-property .entry-item-content,
.ignition-property .entry-item-content-wrap {
	border: 0;
	background-color: var(--ah-color-surface);
	padding: var(--ah-space-card);
}

.ignition-property .entry-title,
.ignition-property .entry-item-title {
	font-family: var(--ah-font-heading);
	font-size: var(--ah-font-size-h4);
	line-height: 1.15;
}

.ignition-property .entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: var(--ah-space-xs) var(--ah-space-sm);
	color: var(--ah-color-text);
}

.ignition-property.entry-item .btn,
.ignition-property.entry-item-media .btn {
	position: static;
	min-height: 0;
	justify-content: flex-start;
	margin-top: var(--ah-space-md);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ah-color-primary);
	font-family: var(--ah-font-heading);
	font-size: 1.5rem;
	font-weight: 400;
}

.ignition-property.entry-item .btn:hover,
.ignition-property.entry-item .btn:focus,
.ignition-property.entry-item-media .btn:hover,
.ignition-property.entry-item-media .btn:focus {
	background: transparent;
	color: var(--ah-color-primary-hover);
	transform: none;
}

/* Responsive system
--------------------------------------------- */
@media (max-width: 991px) {
	:root {
		--ah-space-section: 72px;
	}

	.ah-who-we-are > .wp-block-columns {
		padding-inline: 24px;
	}

	.head-mast-inner {
		min-height: 78px;
		padding-block: 14px;
	}

	.site-branding img {
		max-height: 46px;
	}

	.ahodie-pre-footer-cta .ahodie-pre-footer-cta__inner {
		flex-direction: column;
		gap: var(--ah-space-lg);
	}

	.ahodie-pre-footer-cta.wp-block-cover .wp-block-cover__image-background {
		object-position: 58% center;
	}

	.ahodie-pre-footer-cta__actions,
	.ahodie-pre-footer-cta__actions .wp-block-buttons {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.ahodie-pre-footer-cta__secondary {
		text-align: left;
	}

	.ah-home-hero .ah-hero__slide {
		height: clamp(600px, 72vh, 720px);
		min-height: 600px;
	}

	.ah-home-hero .ah-hero__content {
		width: min(82%, 680px);
	}

	.ah-who-we-are__grid {
		gap: 40px;
	}

	.footer-widgets {
		padding-block: 64px 40px;
	}
}

@media (max-width: 767px) {
	.ah-home-hero .ah-hero__slide {
		height: clamp(560px, 78svh, 680px);
		min-height: 560px;
	}

	.ah-home-hero .ah-hero__media img {
		object-position: 58% center;
	}

	.ah-home-hero .ah-hero__media::after {
		background: linear-gradient(90deg, rgba(8, 27, 23, 0.88) 0%, rgba(8, 27, 23, 0.68) 70%, rgba(8, 27, 23, 0.42) 100%);
	}

	.ah-home-hero .ah-hero__inner {
		align-items: flex-end;
		padding-block: 88px 84px;
	}

	.ah-home-hero .ah-hero__content {
		width: 100%;
	}

	.ah-home-hero .ah-hero__heading {
		font-size: clamp(2.75rem, 12vw, 4.25rem);
	}

	.ah-home-hero button.slick-arrow {
		display: none !important;
	}

	.ah-who-we-are__grid {
		grid-template-columns: 1fr;
		gap: var(--ah-space-xl);
	}

	.ah-who-we-are__content {
		max-width: 680px;
	}

	.footer-widgets .row > [class*="col-"] + [class*="col-"] {
		padding-top: var(--ah-space-lg);
		border-top: 1px solid rgba(200, 169, 107, 0.18);
	}

	.footer-info {
		padding-block: 24px;
	}

	.footer-content-slot,
	.footer-content-slot-end {
		justify-content: flex-start;
		margin-block: 0;
		text-align: left;
	}
}

@media (max-width: 575px) {
	:root {
		--ah-space-section: 56px;
		--ah-space-grid: 20px;
		--ah-space-card: 22px;
	}

	:where(
		.btn,
		.button,
		.gutenbee-block-button-link,
		.wp-block-button__link,
		input[type="submit"],
		input[type="reset"],
		button[type="submit"]
	) {
		padding-inline: 22px;
	}

	.ah-home-hero .ah-hero__inner {
		width: min(calc(100% - 32px), var(--ah-width-container));
	}

	.ah-home-hero .ah-hero__eyebrow {
		margin-bottom: 16px;
		font-size: 0.72rem;
	}

	.ah-home-hero .ah-hero__heading {
		margin-bottom: 18px;
	}

	.ah-home-hero .ah-hero__text {
		margin-bottom: 26px;
		font-size: 0.98rem;
		line-height: 1.6;
	}

	.ah-who-we-are > .wp-block-columns {
		width: min(100%, var(--ah-width-container));
		padding-inline: 20px;
	}

	.ah-who-we-are__eyebrow {
		font-size: 0.72rem;
	}

	.ah-who-we-are .ah-who-we-are__heading {
		font-size: clamp(2.45rem, 12vw, 3.5rem);
	}

	.ah-who-we-are__body {
		font-size: 1.05rem;
	}

	.ah-who-we-are__image-label {
		font-size: 0.76rem;
	}

	.footer .container {
		width: min(calc(100% - 32px), var(--ah-width-container));
	}

	.footer-widgets {
		padding-block: 52px 32px;
	}

	.footer-widgets .row {
		row-gap: var(--ah-space-lg);
	}

	.footer .widget-title {
		margin-bottom: var(--ah-space-md);
	}

	.footer-content-slot {
		flex-wrap: wrap;
		gap: 6px 16px;
	}

	.footer-content-slot-item {
		margin: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
	}

	.ah-home-hero .slick-track {
		transition-duration: 0.01ms !important;
	}
}

/* Single-property starter pattern
--------------------------------------------- */
.single-ignition-property .ah-property-starter {
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
}

.single-ignition-property .ah-property-editor-note,
.single-ignition-property .ah-property-gallery:empty,
.single-ignition-property .ah-property-optional-media:has(.ah-property-editor-note:only-child) {
	display: none;
}

.single-ignition-property .ah-property-section {
	margin-block: 0 clamp(44px, 6vw, 72px);
}

.single-ignition-property .ah-property-gallery-section {
	margin-bottom: clamp(40px, 5vw, 64px);
}

.single-ignition-property .ah-property-gallery {
	gap: clamp(10px, 1.5vw, 16px);
}

.single-ignition-property .ah-property-gallery img {
	aspect-ratio: 3 / 2;
	border-radius: var(--ah-radius-media);
	object-fit: cover;
}

.single-ignition-property .ah-property-section-title {
	margin: 0 0 var(--ah-space-lg);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(2rem, 3.3vw, 3rem);
	font-weight: 400;
	line-height: var(--ah-line-height-heading);
	letter-spacing: -0.025em;
}

.single-ignition-property .ah-property-facts {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background: var(--ah-color-surface);
}

.single-ignition-property .ah-property-facts .ah-property-section-title {
	margin-bottom: var(--ah-space-md);
}

.single-ignition-property .ah-property-facts .ignition-oikia-property-table {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 var(--ah-space-lg);
	margin: 0;
	border: 0;
}

.single-ignition-property .ah-property-facts .ignition-oikia-property-table tbody,
.single-ignition-property .ah-property-facts .ignition-oikia-property-table tr {
	display: contents;
}

.single-ignition-property .ah-property-facts .ignition-oikia-property-table th,
.single-ignition-property .ah-property-facts .ignition-oikia-property-table td {
	padding: 13px 0;
	border: 0;
	border-bottom: 1px solid var(--ah-color-border);
	background: transparent;
}

.single-ignition-property .ah-property-facts .ignition-oikia-property-table th {
	width: auto;
	color: var(--ah-color-text);
	font-family: var(--ah-font-body);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.single-ignition-property .ah-property-facts .ignition-oikia-property-table td {
	padding-left: var(--ah-space-md);
	color: var(--ah-color-primary);
	font-family: var(--ah-font-body);
	font-weight: 600;
	text-align: right;
}

.single-ignition-property .ah-property-amenities-section .property-amenities {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px var(--ah-space-lg);
	margin: 0;
}

.single-ignition-property .ah-property-amenities-section .property-amenities li {
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid var(--ah-color-border);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-body);
}

.single-ignition-property .ah-property-amenities-section .property-amenities li::before {
	color: var(--ah-color-accent);
}

.single-ignition-property .ah-property-location .ignition-oikia-property-address {
	margin-bottom: var(--ah-space-md);
	color: var(--ah-color-primary);
	font-family: var(--ah-font-body);
	font-size: 0.95rem;
	font-weight: 600;
}

.single-ignition-property .ah-property-location .ignition-oikia-property-map {
	height: clamp(300px, 38vw, 420px);
	margin-top: var(--ah-space-md);
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius-media);
	overflow: hidden;
}

@media (max-width: 767px) {
	.single-ignition-property .ah-property-section {
		margin-bottom: 44px;
	}

	.single-ignition-property .ah-property-facts {
		padding: 22px;
	}

	.single-ignition-property .ah-property-facts .ignition-oikia-property-table,
	.single-ignition-property .ah-property-amenities-section .property-amenities {
		grid-template-columns: 1fr;
	}

	.single-ignition-property .ah-property-gallery {
		grid-template-columns: 1fr;
	}

	.single-ignition-property .ah-property-gallery figure {
		width: 100% !important;
	}
}

/* Start a Project page
--------------------------------------------- */
.ah-project-page {
	display: flex;
	flex-direction: column;
	width: min(100%, var(--ah-width-container));
	margin-inline: auto;
	padding-inline: clamp(20px, 3vw, 40px);
	gap: clamp(56px, 7vw, var(--ah-space-section));
}

.ah-project-page > .ah-project-intro,
.ah-project-page > .ah-project-layout,
.ah-project-page > .ah-project-map-section {
	width: 100%;
	max-width: none !important;
	margin-inline: 0 !important;
}

.ah-project-page > .ah-project-intro {
	margin-bottom: clamp(16px, 2vw, 28px) !important;
}

.ah-project-intro .ah-project-eyebrow {
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
}

.ah-project-intro .ah-project-heading {
	max-width: 820px;
	margin: 0 0 var(--ah-space-md);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-heading);
	font-size: clamp(2.75rem, 5.2vw, 4.75rem);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.ah-project-intro .ah-project-lead {
	max-width: 680px;
	margin: 0;
	color: var(--ah-color-text);
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	line-height: 1.7;
}

.ah-project-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
	align-items: flex-start;
	gap: clamp(32px, 5vw, 64px);
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius-media);
	background-color: var(--ah-color-surface);
}

.ah-project-layout > .wp-block-column {
	min-width: 0;
}

.ah-project-form-column {
	padding-left: clamp(32px, 4vw, 56px);
}

.ah-project-info-heading {
	margin: 0 0 var(--ah-space-md);
	font-size: clamp(1.6rem, 2.4vw, 2.1rem);
}

.ah-project-info-copy {
	max-width: 420px;
	margin: 0 0 var(--ah-space-lg);
	color: var(--ah-color-text);
	line-height: 1.7;
}

.ah-project-info-list {
	display: flex;
	flex-direction: column;
	gap: var(--ah-space-md);
	padding-top: var(--ah-space-lg);
	border-top: 1px solid var(--ah-color-border);
}

.ah-project-info-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	color: var(--ah-color-heading);
	font-size: var(--ah-font-size-body-large);
	line-height: 1.5;
}

.ah-project-info-item a {
	color: var(--ah-color-primary);
	font-weight: 600;
	text-decoration-color: transparent;
	text-underline-offset: 0.2em;
}

.ah-project-info-item a:hover,
.ah-project-info-item a:focus {
	color: var(--ah-color-primary-hover);
	text-decoration-line: underline;
	text-decoration-color: currentColor;
}

.ah-project-info-label {
	color: var(--ah-color-accent);
	font-family: var(--ah-font-body);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ah-project-info-address {
	font-style: normal;
	line-height: 1.55;
}

.ah-project-form-card {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.ah-project-map-section {
	padding-top: clamp(40px, 5vw, 64px);
	border-top: 1px solid var(--ah-color-border);
}

.ah-project-map-section > .ah-project-map {
	width: 100%;
	max-width: none !important;
	margin-inline: 0 !important;
}

.ah-project-map-heading {
	margin: 0 0 var(--ah-space-sm);
	font-size: clamp(1.6rem, 2.4vw, 2.1rem);
}

.ah-project-map-address {
	max-width: 520px;
	margin: 0 0 var(--ah-space-lg);
	color: var(--ah-color-text);
}

.ah-project-map {
	position: relative;
	width: 100%;
	height: clamp(320px, 34vw, 440px);
	overflow: hidden;
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius-media);
}

.ah-project-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 991px) {
	.ah-project-layout {
		grid-template-columns: 1fr;
		gap: var(--ah-space-xl);
	}

	.ah-project-layout .ah-project-info-column,
	.ah-project-layout .ah-project-form-column {
		flex-basis: 100% !important;
	}

	.ah-project-form-column {
		padding-top: 0;
		padding-left: 0;
	}

	.ah-project-info-copy {
		max-width: none;
	}
}

@media (max-width: 575px) {
	.ah-project-page {
		padding-inline: 20px;
	}

	.ah-project-layout {
		gap: var(--ah-space-lg);
		padding: 24px 20px;
	}

	.ah-project-form-column {
		padding-top: 0;
	}

	.ah-project-map {
		height: 300px;
		border-radius: var(--ah-radius);
	}
}

/* Contact Form 7 design system
--------------------------------------------- */
.wpcf7 {
	--ah-cf7-error: #b3432b;
	--ah-cf7-success: #3f6b52;
	color: var(--ah-color-primary);
	font-family: var(--ah-font-body);
}

.wpcf7-form {
	margin: 0;
}

.ah-cf7-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--ah-space-lg) var(--ah-space-lg);
}

.ah-cf7-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ah-cf7-field-full {
	grid-column: 1 / -1;
}

.ah-cf7-field > label {
	color: var(--ah-color-primary);
	font-size: var(--ah-font-size-ui);
	font-weight: 600;
	letter-spacing: 0.01em;
}

.wpcf7-form-control-wrap {
	display: block;
	position: relative;
}

.wpcf7-form-control {
	display: block;
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	background-color: var(--ah-color-surface);
	color: var(--ah-color-heading);
	font-family: var(--ah-font-body);
	font-size: var(--ah-font-size-body);
	line-height: 1.4;
	transition: border-color var(--ah-transition), box-shadow var(--ah-transition);
}

select.wpcf7-form-control {
	padding-right: 40px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2317352f' stroke-width='1.6'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 14px;
}

textarea.wpcf7-form-control {
	min-height: 160px;
	padding: 14px 16px;
	resize: vertical;
}

.wpcf7-form-control:hover {
	border-color: rgba(23, 53, 47, 0.32);
}

.wpcf7-form-control:focus {
	border-color: var(--ah-color-accent);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(200, 169, 107, 0.28);
}

.wpcf7-form-control::placeholder {
	color: rgba(90, 98, 94, 0.62);
}

.ah-cf7-acceptance {
	flex-direction: row;
	align-items: flex-start;
}

.wpcf7-acceptance {
	display: block;
	font-size: var(--ah-font-size-small);
	line-height: 1.6;
}

.wpcf7-acceptance .wpcf7-list-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
}

.wpcf7-acceptance input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	flex-shrink: 0;
	accent-color: var(--ah-color-primary);
}

.wpcf7-acceptance .wpcf7-list-item-label {
	color: var(--ah-color-text);
}

.ah-cf7-submit-row {
	margin-top: var(--ah-space-sm);
}

.wpcf7-submit {
	width: auto;
	min-width: 220px;
}

@media (max-width: 575px) {
	.wpcf7-submit {
		width: 100%;
	}
}

.wpcf7-spinner {
	margin: 0 0 0 12px;
	vertical-align: middle;
}

.wpcf7-not-valid-tip {
	display: block;
	margin-top: 6px;
	color: var(--ah-cf7-error);
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.4;
}

.wpcf7-form-control.wpcf7-not-valid {
	border-color: var(--ah-cf7-error);
}

.wpcf7-form-control.wpcf7-not-valid:focus {
	box-shadow: 0 0 0 3px rgba(179, 67, 43, 0.2);
}

.wpcf7-response-output {
	margin: var(--ah-space-lg) 0 0;
	padding: 14px 18px;
	border: 1px solid var(--ah-color-border);
	border-radius: var(--ah-radius);
	color: var(--ah-color-text);
	font-size: var(--ah-font-size-small);
	line-height: 1.5;
}

.wpcf7-form.sent .wpcf7-response-output {
	border-color: rgba(63, 107, 82, 0.4);
	background-color: rgba(63, 107, 82, 0.08);
	color: var(--ah-cf7-success);
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output,
.wpcf7-form.payment-required .wpcf7-response-output {
	border-color: rgba(179, 67, 43, 0.4);
	background-color: rgba(179, 67, 43, 0.08);
	color: var(--ah-cf7-error);
}

@media (max-width: 575px) {
	.ah-cf7-grid {
		grid-template-columns: 1fr;
	}
}
