/*
Theme Name: Agulha no Celeiro
Theme URI: https://agulhanoceleiro.pt
Author: Miguel Silva
Description: A hybrid PHP and Gutenberg theme for Agulha no Celeiro, based on its Figma design system.
Version: 2.4.2
License: Proprietary
Text Domain: agulha-no-celeiro
Tags: custom-logo, editor-style, accessibility-ready
Requires at least: 6.7
Requires PHP: 8.3
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-synthesis: none;
}

button {
	font-family: var(--wp--preset--font-family--archivo);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none !important;
}

/* Property directory and local frontend interactions. */

.anc-directory-hero {
	padding: 132px 0 80px;
	background: var(--wp--preset--color--surface);
}

.anc-directory-hero h1 {
	max-width: 760px;
	margin: 28px 0 18px;
	font: 300 48px/1.08 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.anc-directory-hero > .anc-container > p:last-child {
	max-width: 660px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 18px/1.6 var(--wp--preset--font-family--source-serif);
}

.anc-directory {
	padding: 72px 0 112px;
}

.anc-directory-filters {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
	padding-bottom: 32px;
	border-bottom: 1px solid #c9c1b2;
}

.anc-directory-filters label {
	display: grid;
	gap: 9px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 11px/1.2 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.anc-directory-filters :where(input, select) {
	width: 100%;
	min-height: 44px;
	padding: 0 10px;
	border: 1px solid #c9c1b2;
	border-radius: 2px;
	background: transparent;
	color: var(--wp--preset--color--foreground);
	font: 400 14px/1.2 var(--wp--preset--font-family--source-serif);
}

.anc-directory-filters > div {
	display: flex;
	grid-column: 1 / -1;
	align-items: center;
	gap: 24px;
}

.anc-directory-filters button,
.anc-directory-filters > div a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border: 1px solid #263c35;
	background: #263c35;
	color: #fff;
	font: 400 12px/1 var(--wp--preset--font-family--archivo);
	text-decoration: none;
}

.anc-directory-filters > div a {
	background: transparent;
	color: #263c35;
}

.anc-directory__count {
	margin: 40px 0 24px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 13px/1.4 var(--wp--preset--font-family--archivo);
}

.anc-directory-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 52px 24px;
}

.anc-directory-empty,
.anc-favorites-empty {
	padding: 72px 0;
	text-align: center;
}

.anc-directory-empty h2,
.anc-favorites-empty h2 {
	font: 300 32px/1.15 var(--wp--preset--font-family--archivo);
}

.anc-directory-empty p,
.anc-favorites-empty p {
	margin: 16px 0 28px;
	font: 400 17px/1.6 var(--wp--preset--font-family--source-serif);
}

[data-anc-favorites-page]:not(.is-ready) [data-anc-favorites-grid],
[data-anc-favorites-page]:not(.is-ready) [data-anc-favorites-empty],
.anc-favorites-item[hidden],
[data-anc-favorites-grid][hidden],
[data-anc-favorites-empty][hidden] {
	display: none !important;
}

.site-header__favorite {
	position: relative;
}

.site-header__favorite-count {
	position: absolute;
	top: -7px;
	right: -9px;
	display: grid;
	min-width: 17px;
	height: 17px;
	place-items: center;
	padding: 0 4px;
	border-radius: 20px;
	background: #263c35;
	color: #fff;
	font: 600 9px/1 var(--wp--preset--font-family--archivo);
}

.site-header__favorite-count[hidden] {
	display: none;
}

[data-anc-favorite][disabled],
[data-anc-share][disabled] {
	cursor: wait;
}

.anc-form-status {
	width: 100%;
	margin: 14px 0 0;
	font: 400 14px/1.5 var(--wp--preset--font-family--source-serif);
}

form[data-state="error"] .anc-form-status {
	color: #8f2727;
}

form[data-state="success"] .anc-form-status {
	color: #263c35;
}

form[aria-busy="true"] button[type="submit"] {
	cursor: wait;
	opacity: 0.7;
}

.anc-gallery-dialog {
	width: min(1120px, calc(100% - 40px));
	max-width: none;
	padding: 48px;
	border: 0;
	background: #171b19;
	color: #fff;
}

.anc-gallery-dialog::backdrop {
	background: rgb(0 0 0 / 82%);
}

.anc-gallery-dialog__close {
	position: absolute;
	top: 12px;
	right: 16px;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 32px;
}

.anc-gallery-dialog__stage {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	align-items: center;
	gap: 16px;
}

.anc-gallery-dialog__stage figure {
	height: min(68vh, 660px);
	margin: 0;
}

.anc-gallery-dialog__stage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.anc-gallery-dialog__stage > button {
	width: 44px;
	height: 44px;
	border: 1px solid rgb(255 255 255 / 55%);
	border-radius: 50%;
	background: transparent;
	color: inherit;
}

.anc-gallery-dialog__thumbs {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
}

.anc-gallery-dialog__thumbs button {
	width: 72px;
	height: 50px;
	padding: 0;
	border: 2px solid transparent;
	opacity: 0.65;
}

.anc-gallery-dialog__thumbs button:is(:hover, .is-current) {
	border-color: #fff;
	opacity: 1;
}

.anc-gallery-dialog__thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.anc-form-status {
	grid-column: 1 / -1;
	margin: 20px 0 0 !important;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 13px/1.5 var(--wp--preset--font-family--archivo);
}

@media (max-width: 781px) {
	.anc-directory-hero {
		padding: 104px 0 54px;
	}

	.anc-directory-hero h1 {
		font-size: 36px;
	}

	.anc-directory {
		padding: 44px 0 72px;
	}

	.anc-directory-filters,
	.anc-directory-grid {
		grid-template-columns: 1fr;
	}

	.anc-directory-grid {
		gap: 42px;
	}

	.anc-gallery-dialog {
		width: calc(100% - 20px);
		padding: 48px 12px 20px;
	}

	.anc-gallery-dialog__stage {
		grid-template-columns: 34px minmax(0, 1fr) 34px;
		gap: 6px;
	}

	.anc-gallery-dialog__stage figure {
		height: 62vh;
	}

	.anc-gallery-dialog__stage > button {
		width: 34px;
		height: 34px;
	}
}

/* Blog directory and about-us exports. */

.anc-blog-page,
.anc-about-page {
	color: var(--wp--preset--color--foreground);
}

.anc-blog-page :where(h1, h2, h3, p, figure, form, blockquote),
.anc-about-page :where(h1, h2, h3, p, figure, form, blockquote) {
	margin: 0;
}

body:has(.anc-blog-page) .wp-site-blocks > main,
body:has(.anc-about-page) .wp-site-blocks > main {
	margin-block-start: 0;
}

.blog-masthead {
	padding: 132px 0 82px;
	background: var(--wp--preset--color--surface);
}

.blog-masthead h1 {
	margin-top: 32px;
	font: 300 42px/1.1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.blog-masthead > .anc-container > p:last-child {
	margin-top: 30px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 18px/1.65 var(--wp--preset--font-family--source-serif);
}

.blog-feature {
	padding: 96px 0;
	background: var(--wp--preset--color--background);
}

.blog-feature__grid {
	display: grid;
	grid-template-columns: 590px 1fr;
	align-items: center;
	gap: 96px;
}

.blog-feature figure {
	overflow: hidden;
	border-radius: 3px;
	aspect-ratio: 1.3 / 1;
}

.blog-feature img,
.blog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-tag {
	display: inline-flex;
	min-height: 27px;
	align-items: center;
	padding: 0 14px;
	border: 1px solid #9f9a90;
	border-radius: 16px;
	font: 400 11px/1 var(--wp--preset--font-family--archivo);
}

.blog-feature h2 {
	max-width: 570px;
	margin-top: 30px;
	font: 300 34px/1.15 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.blog-feature__grid > div > p:not(.blog-meta) {
	max-width: 590px;
	margin-top: 34px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 17px/1.65 var(--wp--preset--font-family--source-serif);
}

.blog-meta {
	display: flex;
	gap: 32px;
	margin-top: 32px !important;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 12px/1.3 var(--wp--preset--font-family--archivo);
}

.blog-meta span + span::before {
	content: "·";
	margin-right: 18px;
}

.blog-feature .anc-text-link {
	margin-top: 32px;
	padding-left: 0;
}

.blog-archive {
	padding: 98px 0 104px;
	background: var(--wp--preset--color--surface);
}

.blog-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-top: 38px;
}

.blog-filters > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.blog-filters button {
	min-height: 30px;
	padding: 0 17px;
	border: 1px solid #aaa59a;
	border-radius: 17px;
	background: transparent;
	font: 400 11px/1 var(--wp--preset--font-family--archivo);
}

.blog-filters a {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: 0 17px;
	border: 1px solid #aaa59a;
	border-radius: 17px;
	color: inherit;
	font: 400 11px/1 var(--wp--preset--font-family--archivo);
	text-decoration: none;
}

.blog-filters button.is-active,
.blog-filters a.is-active {
	border-color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--primary);
}

.blog-filters input {
	width: 220px;
	min-height: 34px;
	border: 0;
	border-bottom: 1px solid #aaa59a;
	background: transparent;
	font: 400 11px/1 var(--wp--preset--font-family--archivo);
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 56px 32px;
	margin-top: 46px;
}

.blog-empty {
	grid-column: 1 / -1;
	padding: 72px 0;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 17px/1.6 var(--wp--preset--font-family--source-serif);
	text-align: center;
}

.blog-card__image {
	display: block;
	overflow: hidden;
	border-radius: 3px;
	aspect-ratio: 1.5 / 1;
}

.blog-card > .blog-tag {
	margin-top: 16px;
}

.blog-card h3 {
	min-height: 46px;
	margin-top: 14px;
	font: 500 15px/1.45 var(--wp--preset--font-family--archivo);
}

.blog-card h3 a {
	color: inherit;
	text-decoration: none;
}

.blog-card > p:not(.blog-meta) {
	min-height: 68px;
	margin-top: 15px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 13px/1.55 var(--wp--preset--font-family--source-serif);
}

.blog-card .blog-meta {
	margin-top: 18px !important;
}

.blog-card .anc-text-link {
	margin-top: 16px;
	padding-left: 0;
	font-size: 12px;
}

.blog-more {
	display: block;
	width: max-content;
	margin: 64px auto 0;
	padding: 14px 36px;
	border: 1px solid var(--wp--preset--color--foreground);
	border-radius: 3px;
	background: transparent;
	color: inherit;
	font: 400 12px/1 var(--wp--preset--font-family--archivo);
	text-decoration: none;
}

.blog-newsletter {
	background: var(--wp--preset--color--background);
}

.blog-newsletter h2 {
	font-size: 26px;
}

body:has(.anc-about-page) .site-header {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 0;
	background: transparent;
	color: #fff;
}

body:has(.anc-about-page) .site-header__logo a::before,
body:has(.anc-about-page) .site-header__search::before,
body:has(.anc-about-page) .site-header__search::after {
	filter: none;
}

body:has(.anc-about-page) .site-header__favorite {
	background-image: url("assets/images/figma/icon-15.svg");
}

body:has(.anc-about-page) .site-header__contact {
	border-color: #fff;
	color: #fff;
}

body:has(.anc-about-page) .site-header .wp-block-navigation-item__content,
body:has(.anc-about-page) .site-header .wp-block-navigation__responsive-container-open {
	color: #fff;
}

.about-hero {
	position: relative;
	height: 572px;
	overflow: hidden;
	background: #111;
	color: #fff;
}

.about-hero > img,
.about-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.about-hero > img {
	object-fit: cover;
}

.about-hero__shade {
	background: rgb(0 0 0 / 0.42);
}

.about-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	padding-top: 60px;
}

.about-hero .contact-breadcrumb {
	margin-bottom: 28px !important;
}

.about-hero h1 {
	font: 300 48px/1.1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.about-hero__content > p:last-child {
	margin-top: 22px;
	font: 400 17px/1.5 var(--wp--preset--font-family--source-serif);
}

.about-intro,
.about-differences,
.about-areas,
.about-valuation {
	padding: 104px 0;
	background: var(--wp--preset--color--background);
}

.about-intro__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 120px;
}

.about-intro h2,
.about-differences h2,
.about-areas h2,
.about-valuation h2 {
	margin-top: 22px;
	font: 300 36px/1.13 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.about-intro__grid > p,
.about-valuation__grid > div > p:not(.anc-overline) {
	color: var(--wp--preset--color--muted-foreground);
	font: 400 17px/1.7 var(--wp--preset--font-family--source-serif);
}

.about-process {
	padding: 96px 0;
	background: var(--wp--preset--color--surface);
}

.about-process__list {
	margin-top: 52px;
}

.about-process__row {
	display: grid;
	grid-template-columns: 90px 320px 1fr;
	gap: 28px;
	align-items: start;
	padding: 34px 0;
	border-top: 1px solid #ded3c0;
}

.about-process__row:last-child {
	border-bottom: 1px solid #ded3c0;
}

.about-process__row strong {
	color: var(--wp--preset--color--primary);
	font: 300 27px/1 var(--wp--preset--font-family--archivo);
}

.about-process__row h3,
.about-differences__grid h3,
.about-areas__grid h3 {
	font: 500 14px/1.4 var(--wp--preset--font-family--archivo);
}

.about-process__row p {
	color: var(--wp--preset--color--muted-foreground);
	font: 400 14px/1.65 var(--wp--preset--font-family--source-serif);
}

.about-differences__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 64px 54px;
	margin-top: 62px;
}

.about-differences__grid i {
	display: block;
	margin-bottom: 22px;
	font-style: normal;
}

.about-differences__grid p,
.about-areas__grid p {
	margin-top: 10px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 12px/1.5 var(--wp--preset--font-family--source-serif);
}

.about-manifesto {
	position: relative;
	display: grid;
	height: 650px;
	place-items: center;
	overflow: hidden;
	color: #fff;
}

.about-manifesto > img,
.about-manifesto__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.about-manifesto > img {
	object-fit: cover;
}

.about-manifesto__shade {
	background: rgb(0 0 0 / 0.34);
}

.about-manifesto blockquote {
	position: relative;
	z-index: 1;
	max-width: 1020px;
	text-align: center;
	font: 300 44px/1.15 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.about-areas {
	background: var(--wp--preset--color--surface);
}

.about-areas__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	margin-top: 48px;
}

.about-areas__grid img {
	width: 100%;
	aspect-ratio: 0.8 / 1;
	object-fit: cover;
	border-radius: 3px;
}

.about-areas__grid h3 {
	margin-top: 18px;
}

.about-areas__grid .anc-text-link {
	margin-top: 18px;
	padding-left: 0;
	font-size: 11px;
}

.about-quote {
	padding: 118px 0;
	background: var(--wp--preset--color--background);
	text-align: center;
}

.about-quote p {
	font: 400 11px/1 var(--wp--preset--font-family--archivo);
}

.about-quote blockquote {
	max-width: 1080px;
	margin: 30px auto 0;
	font: 300 39px/1.16 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.about-valuation {
	background: var(--wp--preset--color--surface);
}

.about-valuation__grid {
	display: grid;
	grid-template-columns: 1fr 540px;
	gap: 120px;
}

.about-valuation__grid > div > p:not(.anc-overline) {
	max-width: 520px;
	margin-top: 26px;
}

.about-valuation .contact-form {
	margin-top: 34px;
}

.about-valuation figure {
	overflow: hidden;
	border-radius: 3px;
	aspect-ratio: 0.78 / 1;
}

.about-valuation figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-newsletter {
	background: var(--wp--preset--color--background);
}

@media (max-width: 700px) {
	body:has(.anc-about-page) .site-header .wp-block-navigation__responsive-container.is-menu-open {
		background: #0a0a0a;
		color: #fef8ec;
	}

	.blog-masthead {
		padding: 92px 20px 58px;
	}

	.blog-masthead .anc-container {
		width: auto;
	}

	.blog-masthead h1 {
		margin-top: 42px;
		font-size: 30px;
	}

	.blog-masthead > .anc-container > p:last-child {
		margin-top: 28px;
		font-size: 16px;
		line-height: 1.6;
	}

	.blog-feature,
	.blog-archive {
		padding: 56px 0;
	}

	.blog-feature__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.blog-feature figure {
		aspect-ratio: 1.18 / 1;
	}

	.blog-feature h2 {
		margin-top: 24px;
		font-size: 27px;
	}

	.blog-feature__grid > div > p:not(.blog-meta) {
		margin-top: 24px;
		font-size: 16px;
	}

	.blog-meta {
		justify-content: space-between;
		gap: 10px;
		font-size: 10px;
	}

	.blog-meta span + span::before {
		margin-right: 10px;
	}

	.blog-filters {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
		margin-top: 32px;
	}

	.blog-filters button {
		min-height: 27px;
		padding-inline: 12px;
		font-size: 9px;
	}

	.blog-filters a {
		min-height: 27px;
		padding-inline: 12px;
		font-size: 9px;
	}

	.blog-filters input {
		width: 100%;
	}

	.blog-grid {
		grid-template-columns: 1fr;
		gap: 46px;
		margin-top: 34px;
	}

	.blog-card__image {
		aspect-ratio: 1.35 / 1;
	}

	.blog-card h3,
	.blog-card > p:not(.blog-meta) {
		min-height: 0;
	}

	.blog-card h3 {
		font-size: 15px;
	}

	.blog-card > p:not(.blog-meta) {
		font-size: 14px;
	}

	.blog-more {
		margin-top: 48px;
	}

	.blog-newsletter {
		min-height: 500px;
	}

	.about-hero {
		height: 515px;
	}

	.about-hero > img {
		object-position: 45% center;
	}

	.about-hero__content {
		justify-content: flex-end;
		padding: 0 20px 58px;
	}

	.about-hero h1 {
		max-width: 330px;
		font-size: 39px;
	}

	.about-hero__content > p:last-child {
		max-width: 335px;
		font-size: 14px;
	}

	.about-intro,
	.about-process,
	.about-differences,
	.about-areas,
	.about-quote,
	.about-valuation {
		padding: 64px 0;
	}

	.about-intro__grid,
	.about-valuation__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.about-intro h2,
	.about-differences h2,
	.about-areas h2,
	.about-valuation h2 {
		font-size: 29px;
	}

	.about-intro__grid > p,
	.about-valuation__grid > div > p:not(.anc-overline) {
		font-size: 16px;
		line-height: 1.65;
	}

	.about-process__list {
		margin-top: 42px;
	}

	.about-process__row {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 30px 0;
	}

	.about-process__row strong {
		font-size: 24px;
	}

	.about-process__row p {
		font-size: 15px;
	}

	.about-differences__grid {
		grid-template-columns: 1fr;
		gap: 36px;
		margin-top: 44px;
	}

	.about-differences__grid i {
		margin-bottom: 12px;
	}

	.about-differences__grid p {
		max-width: 310px;
		font-size: 13px;
	}

	.about-manifesto {
		height: 440px;
	}

	.about-manifesto blockquote {
		padding-inline: 20px;
		font-size: 30px;
	}

	.about-areas__grid {
		grid-auto-columns: calc(100vw - 82px);
		grid-auto-flow: column;
		grid-template-columns: none;
		gap: 18px;
		overflow-x: auto;
		margin-top: 36px;
		padding-right: 20px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.about-areas__grid::-webkit-scrollbar {
		display: none;
	}

	.about-areas__grid article {
		scroll-snap-align: start;
	}

	.about-areas__grid img {
		aspect-ratio: 0.86 / 1;
	}

	.about-quote {
		display: grid;
		min-height: 620px;
		align-items: center;
	}

	.about-quote blockquote {
		margin-top: 30px;
		font-size: 32px;
	}

	.about-valuation figure {
		display: none;
	}

	.about-valuation {
		min-height: 1050px;
	}

	.about-newsletter {
		min-height: 500px;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .wp-block-navigation__container {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.anc-menu-toggle,
.anc-menu-close {
	display: none;
}

.anc-default-page,
.anc-listing,
.anc-not-found {
	width: min(100% - 40px, 1248px);
	margin-inline: auto;
	padding-block: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--xl);
}

.anc-post-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--md);
}

@media (max-width: 700px) {
	.site-header .wp-block-navigation__responsive-container {
		display: none;
	}

	.site-header .wp-block-navigation__responsive-container.is-menu-open {
		position: fixed;
		z-index: 100000;
		inset: 0;
		display: block;
		padding: 24px;
		background: var(--wp--preset--color--foreground);
		color: var(--wp--preset--color--background);
	}

	.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
		padding-top: 64px;
		font-size: 24px;
	}

	.anc-menu-toggle,
	.anc-menu-close {
		display: grid;
		width: 36px;
		height: 36px;
		place-items: center;
		padding: 0;
		border: 0;
		background: transparent;
		color: inherit;
	}

	.anc-menu-toggle > span[aria-hidden] {
		width: 18px;
		height: 12px;
		border-block: 1px solid currentColor;
	}

	.anc-menu-close {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 32px;
	}

	.anc-post-grid {
		grid-template-columns: 1fr;
	}
}

img {
	height: auto;
	max-width: 100%;
}

a {
	text-underline-offset: 0.18em;
	text-decoration-thickness: 0.07em;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--wp--preset--color--ring);
	outline-offset: 3px;
}

.site-header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: color-mix(in srgb, var(--wp--preset--color--background) 94%, transparent);
}

.site-header__inner {
	min-height: 5.5rem;
	gap: var(--wp--preset--spacing--md);
}

.site-brand {
	flex-shrink: 0;
	gap: 0.75rem;
}

.site-brand .wp-block-site-title {
	margin: 0;
	max-width: 9rem;
	line-height: 0.95;
}

.site-brand .wp-block-site-title a,
.site-header .wp-block-navigation-item__content,
.site-footer a {
	text-decoration: none;
}

.site-header .wp-block-navigation__container {
	gap: clamp(1rem, 2.3vw, 2.25rem);
}

.site-header .wp-block-navigation-item__content,
.site-footer .wp-block-navigation-item__content {
	position: relative;
	padding: 0.35rem 0;
}

.site-header .wp-block-navigation-item__content::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: var(--wp--preset--color--primary);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.site-header .wp-block-navigation-item__content:hover::after,
.site-header .current-menu-item > .wp-block-navigation-item__content::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-header__action {
	flex-shrink: 0;
}

.site-header__action .wp-block-button__link {
	white-space: nowrap;
}

.wp-block-button__link {
	display: inline-flex;
	min-height: 3rem;
	align-items: center;
	justify-content: center;
	transition:
		background-color 150ms ease,
		color 150ms ease,
		transform 150ms ease;
}

.wp-block-button__link:hover {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--white);
	transform: translateY(-1px);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border: 1px solid currentColor;
	background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--white);
}

.eyebrow {
	margin-block-end: 1rem;
	font-family: var(--wp--preset--font-family--archivo);
	font-size: var(--wp--preset--font-size--micro);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.home-hero {
	position: relative;
	min-height: min(48rem, calc(100vh - 5.5rem));
	overflow: hidden;
}

.home-hero::after {
	position: absolute;
	right: clamp(-10rem, -7vw, -3rem);
	bottom: clamp(-12rem, -10vw, -6rem);
	width: clamp(18rem, 38vw, 38rem);
	aspect-ratio: 1;
	border: clamp(3.5rem, 8vw, 8rem) solid rgb(33 31 27 / 0.1);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.home-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: inherit;
	align-content: center;
	padding-block: var(--wp--preset--spacing--lg);
}

.home-hero__copy {
	max-width: 59rem;
}

.home-hero h1 {
	max-width: 13ch;
	margin-block: 0;
}

.home-hero__intro {
	max-width: 38rem;
	margin-block-start: var(--wp--preset--spacing--md);
	font-size: var(--wp--preset--font-size--large);
}

.property-search {
	display: grid;
	grid-template-columns: minmax(13rem, 1.8fr) repeat(2, minmax(9rem, 1fr)) auto;
	max-width: 68rem;
	margin-block-start: var(--wp--preset--spacing--lg);
	border: 1px solid var(--wp--preset--color--foreground);
	background: var(--wp--preset--color--white);
	box-shadow: var(--wp--preset--shadow--card);
}

.property-search__field {
	display: grid;
	gap: 0.3rem;
	padding: 0.85rem 1rem;
	border-right: 1px solid var(--wp--preset--color--line);
}

.property-search label {
	font-family: var(--wp--preset--font-family--archivo);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.property-search :where(input, select) {
	width: 100%;
	min-height: 1.8rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--wp--preset--color--foreground);
	font: 400 1rem/1.3 var(--wp--preset--font-family--source-serif);
}

.property-search :where(input, select):focus {
	outline: 0;
}

.property-search button {
	min-width: 8.5rem;
	padding: 1rem 1.35rem;
	border: 0;
	border-radius: 0;
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--white);
	cursor: pointer;
	font: 600 0.875rem/1 var(--wp--preset--font-family--archivo);
	transition:
		background-color 150ms ease,
		color 150ms ease;
}

.property-search button:hover {
	background: var(--wp--preset--color--primary-dark);
}

.section-shell {
	padding-block: var(--wp--preset--spacing--xl);
}

.section-shell--compact {
	padding-block: var(--wp--preset--spacing--lg);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: var(--wp--preset--spacing--md);
	margin-block-end: var(--wp--preset--spacing--lg);
}

.section-heading > * {
	margin-block: 0;
}

.text-link {
	font-family: var(--wp--preset--font-family--archivo);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
}

.curation-grid {
	gap: 1px;
	background: var(--wp--preset--color--line);
}

.curation-card {
	min-height: 17rem;
	padding: clamp(1.5rem, 3vw, 2.75rem);
	background: var(--wp--preset--color--background);
}

.curation-card__number {
	font-family: var(--wp--preset--font-family--archivo);
	font-size: var(--wp--preset--font-size--micro);
	font-weight: 700;
	letter-spacing: 0.08em;
}

.post-card {
	height: 100%;
	overflow: hidden;
	background: var(--wp--preset--color--background);
}

.post-card .wp-block-post-featured-image {
	margin: 0;
	overflow: hidden;
	background: var(--wp--preset--color--surface);
}

.post-card .wp-block-post-featured-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 350ms ease;
}

.post-card:hover .wp-block-post-featured-image img {
	transform: scale(1.025);
}

.post-card__body {
	padding-block: 1.25rem var(--wp--preset--spacing--md);
	border-bottom: 1px solid var(--wp--preset--color--line);
}

.post-card__body > * {
	margin-block: 0;
}

.post-card__body > * + * {
	margin-block-start: 0.75rem;
}

.post-card .wp-block-post-title a {
	text-decoration: none;
}

.post-card .wp-block-post-excerpt__more-text {
	margin-block-start: 1rem;
}

.post-card .wp-block-post-excerpt__more-link {
	font-family: var(--wp--preset--font-family--archivo);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
}

.property-card .wp-block-post-featured-image img {
	aspect-ratio: 1.18 / 1;
}

.property-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
	color: var(--wp--preset--color--muted-foreground);
	font-family: var(--wp--preset--font-family--archivo);
	font-size: var(--wp--preset--font-size--small);
}

.neighborhoods a {
	color: inherit;
}

.neighborhood-grid {
	gap: 0;
	border-top: 1px solid rgb(255 255 255 / 0.3);
	border-left: 1px solid rgb(255 255 255 / 0.3);
}

.neighborhood-card {
	margin: 0;
	border-right: 1px solid rgb(255 255 255 / 0.3);
	border-bottom: 1px solid rgb(255 255 255 / 0.3);
}

.neighborhood-card a {
	display: flex;
	min-height: 8.5rem;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem;
	font-family: var(--wp--preset--font-family--archivo);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 600;
	text-decoration: none;
	transition:
		background-color 150ms ease,
		color 150ms ease;
}

.neighborhood-card a:hover {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--foreground);
}

.article-header {
	padding-block: var(--wp--preset--spacing--lg);
}

.article-header__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(12rem, 18rem);
	gap: var(--wp--preset--spacing--lg);
	align-items: end;
}

.article-header h1 {
	max-width: 18ch;
	margin-block: 0;
}

.article-meta {
	gap: 0.5rem 1.5rem;
	font-family: var(--wp--preset--font-family--archivo);
}

.article-hero {
	margin-block: 0 var(--wp--preset--spacing--lg);
}

.article-hero img {
	width: 100%;
	max-height: 48rem;
	object-fit: cover;
}

.article-body {
	padding-block-end: var(--wp--preset--spacing--xl);
}

.article-body > :where(p, ul, ol) {
	font-size: clamp(1.125rem, 1.6vw, 1.375rem);
}

.article-body > :where(h2, h3) {
	margin-block-start: 2.5em;
}

.article-body blockquote {
	margin-inline: clamp(-4rem, -6vw, -2rem);
	padding-inline-start: var(--wp--preset--spacing--md);
	border-left: 0.35rem solid var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--heading-3);
	line-height: 1.2;
}

.article-footer {
	padding-block: var(--wp--preset--spacing--lg);
	border-top: 1px solid var(--wp--preset--color--line);
}

.site-footer {
	padding-block: var(--wp--preset--spacing--lg);
	border-top: 1px solid var(--wp--preset--color--foreground);
}

.site-footer__top {
	display: grid;
	grid-template-columns: minmax(14rem, 1.8fr) repeat(2, minmax(9rem, 1fr));
	gap: var(--wp--preset--spacing--lg);
	padding-block-end: var(--wp--preset--spacing--lg);
}

.site-footer__brand {
	max-width: 27rem;
}

.site-footer__brand .wp-block-site-title {
	margin-block: 0 1rem;
	font-size: var(--wp--preset--font-size--heading-3);
}

.site-footer__label {
	margin-block: 0 1rem;
	font-family: var(--wp--preset--font-family--archivo);
	font-size: var(--wp--preset--font-size--micro);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer .wp-block-navigation__container {
	gap: 0.35rem;
	align-items: flex-start;
}

.site-footer__bottom {
	padding-block-start: var(--wp--preset--spacing--md);
	border-top: 1px solid var(--wp--preset--color--line);
	font-family: var(--wp--preset--font-family--archivo);
	font-size: var(--wp--preset--font-size--micro);
}

@media (max-width: 900px) {
	.site-header .site-header__action {
		display: none;
	}

	.property-search {
		grid-template-columns: 1fr 1fr;
	}

	.property-search__field {
		border-bottom: 1px solid var(--wp--preset--color--line);
	}

	.property-search__field:nth-child(2) {
		border-right: 0;
	}

	.property-search button {
		min-height: 4rem;
		grid-column: 1 / -1;
	}

	.article-header__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.site-header__inner {
		min-height: 4.5rem;
	}

	.site-brand .wp-block-site-logo img {
		width: 2.5rem;
	}

	.site-header .wp-block-navigation__responsive-container.is-menu-open {
		padding: 1.5rem;
		background: var(--wp--preset--color--foreground);
		color: var(--wp--preset--color--background);
	}

	.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		gap: 1.5rem;
		align-items: flex-start;
		font-size: 1.5rem;
	}

	.home-hero {
		min-height: auto;
	}

	.home-hero__inner {
		padding-block: 4rem;
	}

	.home-hero__intro {
		font-size: 1.125rem;
	}

	.property-search {
		grid-template-columns: 1fr;
	}

	.property-search__field,
	.property-search__field:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid var(--wp--preset--color--line);
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.neighborhood-grid {
		grid-template-columns: 1fr !important;
	}

	.neighborhood-card a {
		min-height: 5rem;
	}

	.curation-grid {
		gap: 1px;
	}

	.article-body blockquote {
		margin-inline: 0;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Figma homepage implementation. */

.site-header {
	width: 100%;
	border-bottom: 1px solid rgb(185 183 172 / 0.45);
	background: var(--wp--preset--color--background);
}

body.home .site-header {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 0;
	background: transparent;
	color: #fff;
}

body.home .wp-site-blocks > main {
	margin-block-start: 0;
}

.site-header__inner {
	width: min(100%, 1248px);
	min-height: 80px;
	padding-inline: 0;
}

.site-header__logo {
	width: 123px;
	height: 43px;
	margin: 0;
	overflow: hidden;
}

.site-header__logo a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: transparent;
	font-size: 0;
}

.site-header__logo a::before {
	position: absolute;
	top: -46.59%;
	left: -21.89%;
	width: 145.96%;
	height: 196.59%;
	background: url("assets/images/figma/logo.png") center / 100% 100% no-repeat;
	content: "";
	filter: invert(1);
}

body.home .site-header__logo a::before,
.site-footer__logo {
	filter: none;
}

.site-header .wp-block-navigation__container {
	gap: 40px;
}

.site-header .wp-block-navigation-item__content {
	padding: 6px 0;
	font: 400 14px/1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.04em;
	text-decoration: none;
}

body.home .site-header .wp-block-navigation-item__content,
body.home .site-header .wp-block-navigation__responsive-container-open {
	color: #fff;
}

.site-header .wp-block-navigation-item__content::after {
	height: 1px;
}

.site-header .is-current > .wp-block-navigation-item__content::after {
	transform: scaleX(1);
}

body.home .site-header .wp-block-navigation-item:first-child > .wp-block-navigation-item__content::after,
body.single .site-header .wp-block-navigation-item:last-child > .wp-block-navigation-item__content::after {
	transform: scaleX(1);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: var(--wp--preset--font-family--archivo);
}

.site-header__icon {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
}

.site-header__search::before,
.site-header__search::after {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
}

.site-header__search::before {
	top: 13px;
	left: 13px;
	width: 12px;
	height: 12px;
	background-image: url("assets/images/figma/search-b.svg");
}

.site-header__search::after {
	right: 11px;
	bottom: 11px;
	width: 4px;
	height: 4px;
	background-image: url("assets/images/figma/search-a.svg");
}

.site-header__search::before,
.site-header__search::after {
	filter: invert(1);
}

body.home .site-header__search::before,
body.home .site-header__search::after {
	filter: none;
}

.site-header__favorite {
	background: url("assets/images/figma/icon-14.svg") center / 15px 13px no-repeat;
}

body.home .site-header__favorite {
	background-image: url("assets/images/figma/icon-15.svg");
}

.site-header__contact {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0 38px;
	border: 1px solid var(--wp--preset--color--foreground);
	border-radius: 4px;
	color: inherit;
	font: 400 14px/1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.04em;
	text-decoration: none;
}

body.home .site-header__contact {
	border-color: #fff;
	color: #fff;
}

.anc-home {
	color: var(--wp--preset--color--foreground);
}

.anc-home > .wp-block-post-content,
.anc-home > .wp-block-post-content > * {
	margin-block-start: 0;
}

.anc-home :where(h1, h2, h3, p, figure, form) {
	margin: 0;
}

.anc-home :where(a) {
	color: inherit;
}

.anc-only-mobile {
	display: none;
}

.anc-container {
	width: min(100%, 1248px);
	margin-inline: auto;
}

.anc-section {
	padding: 96px clamp(24px, 6.667vw, 96px);
}

.anc-hero {
	position: relative;
	height: 728px;
	overflow: hidden;
	background: #0a0a0a;
	color: #ffffeb;
}

.anc-hero__image,
.anc-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.anc-hero__image {
	object-fit: cover;
}

.anc-hero__shade {
	background: rgb(0 0 0 / 0.4);
}

.anc-hero__content {
	position: absolute;
	top: 268px;
	left: 50%;
	width: min(calc(100% - 228px), 1212px);
	transform: translateX(-50%);
}

.anc-hero__kicker {
	margin-bottom: 24px !important;
	font-family: var(--wp--preset--font-family--archivo);
	font-size: 24px;
	line-height: 1.2;
	opacity: 0.8;
}

.anc-hero h1 {
	max-width: 960px;
	font-family: var(--wp--preset--font-family--archivo);
	font-size: clamp(56px, 5.556vw, 80px);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.1;
}

.anc-actions {
	display: flex;
	gap: 24px;
	margin-top: 24px;
}

.anc-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 13px 30px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-family: var(--wp--preset--font-family--archivo);
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1;
	text-decoration: none;
	transition:
		background-color 150ms ease,
		border-color 150ms ease,
		color 150ms ease;
}

.anc-button--primary {
	border-color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--primary);
	color: #1a1a19;
}

.anc-button--light {
	padding-inline: 38px;
	border-color: #fef8ec;
	background: #fef8ec;
	color: #1a1a19;
}

.anc-button--primary:hover,
.anc-button--light:hover {
	border-color: #1a1a19;
	background: #1a1a19;
	color: #fff;
}

.anc-button--outline {
	margin-top: 8px;
	border-color: #1a1a19;
	background: transparent;
	cursor: pointer;
}

.anc-slider-dots {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
}

.anc-slider-dots span {
	width: 16px;
	height: 1px;
	border-radius: 4px;
	background: #fef8ec;
	opacity: 0.8;
}

.anc-slider-dots .is-active {
	width: 32px;
	background: var(--wp--preset--color--primary);
}

.anc-hero__controls {
	position: absolute;
	top: 50%;
	left: 48px;
	right: 48px;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.anc-swipe {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 0.5px solid #b9b7ac;
	border-radius: 4px;
	font: 300 28px/1 var(--wp--preset--font-family--archivo);
}

.anc-swipe.is-disabled {
	opacity: 0.5;
}

.anc-swipe--active {
	background: var(--wp--preset--color--primary);
	color: #1a1a19;
}

.anc-hero__scroll {
	position: absolute;
	bottom: 24px;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	transform: translateX(-50%);
	font: 400 12.5px/1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.65;
}

.anc-hero__scroll i {
	display: block;
	width: 1px;
	height: 26px;
	background: linear-gradient(to bottom, var(--wp--preset--color--primary) 0 6px, #fef8ec 6px 100%);
}

.anc-about,
.anc-neighborhoods,
.anc-newsletter {
	background: #faf9f5;
}

.anc-about__grid,
.anc-valuation__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 576px);
	align-items: center;
	gap: 96px;
}

.anc-about__visual {
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 4 / 5;
}

.anc-about__visual img,
.anc-valuation__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.anc-about__copy {
	display: grid;
	gap: 32px;
}

.anc-section-title {
	display: grid;
	gap: 24px;
}

.anc-overline {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #5b5a52;
	font: 300 12px/1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.26em;
	text-transform: uppercase;
}

.anc-overline > span:first-child {
	display: block;
	width: 32px;
	height: 1px;
	border-radius: 4px;
	background: var(--wp--preset--color--primary);
}

.anc-section-title h2 {
	max-width: 576px;
	font-family: var(--wp--preset--font-family--archivo);
	font-size: clamp(32px, 2.778vw, 40px);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.15;
}

.anc-about__copy > p,
.anc-valuation__copy > p {
	max-width: 480px;
	color: #5b5a52;
	font-size: 19px;
	line-height: 1.75;
}

.anc-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 8px;
	font: 400 14px/1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.04em;
	text-decoration: none;
}

.anc-text-link:hover {
	text-decoration: underline;
}

.anc-properties,
.anc-valuation {
	background: #fef8ec;
}

.anc-section-title--wide {
	margin-bottom: 48px;
}

.anc-property-search {
	display: grid;
	grid-template-columns: 1.3fr repeat(3, 1fr) auto;
	margin-bottom: 48px;
	border: 1px solid #e2d7c3;
	border-radius: 4px;
	background: #fffaf0;
}

.anc-property-search label {
	display: grid;
	gap: 8px;
	padding: 13px 16px;
	border-right: 1px solid #e2d7c3;
}

.anc-property-search label > span,
.anc-valuation-form label > span {
	color: #7b796f;
	font: 400 11px/1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.anc-property-search :where(input, select) {
	width: 100%;
	min-height: 24px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #1a1a19;
	font: 400 14px/1.3 var(--wp--preset--font-family--source-serif);
}

.anc-property-search button,
.anc-newsletter__form button {
	min-width: 104px;
	border: 0;
	border-radius: 3px;
	background: var(--wp--preset--color--primary);
	color: #1a1a19;
	cursor: pointer;
	font: 400 13px/1 var(--wp--preset--font-family--archivo);
}

.anc-property-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px 24px;
}

.anc-property-card__image {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 1.5 / 1;
}

.anc-property-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.anc-property-card__image > a {
	display: block;
	height: 100%;
}

.anc-property-card:hover .anc-property-card__image img {
	transform: scale(1.02);
}

.anc-property-card__favorite {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff url("assets/images/figma/icon-14.svg") center / 15px 13px no-repeat;
}

.anc-property-card__favorite.is-favorite {
	background-color: #e3d9c9;
	box-shadow: inset 0 0 0 2px #263c35;
}

.anc-property-card__body {
	padding-top: 16px;
}

.anc-property-card__eyebrow {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	color: #7b796f;
	font: 400 11px/1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.anc-property-card h3 {
	min-height: 46px;
	font: 400 18px/1.3 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.anc-property-card h3 a {
	text-decoration: none;
}

.anc-property-card__body > p {
	margin-top: 14px;
	color: #7b796f;
	font: 400 12px/1.4 var(--wp--preset--font-family--archivo);
}

.anc-property-card strong {
	display: block;
	margin-top: 8px;
	font: 500 16px/1.3 var(--wp--preset--font-family--archivo);
}

.anc-section-action {
	margin-top: 40px !important;
	text-align: center;
}

.anc-neighborhood-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.anc-neighborhood-card a {
	display: block;
	text-decoration: none;
}

.anc-neighborhood-card img {
	width: 100%;
	aspect-ratio: 1.1 / 1;
	border-radius: 4px;
	object-fit: cover;
}

.anc-neighborhood-card h3 {
	margin-top: 16px;
	font: 400 18px/1.3 var(--wp--preset--font-family--archivo);
}

.anc-neighborhood-card p {
	margin-top: 8px;
	color: #7b796f;
	font: 400 12px/1.3 var(--wp--preset--font-family--archivo);
}

.anc-valuation__copy {
	display: grid;
	gap: 24px;
}

.anc-valuation-form {
	display: grid;
	gap: 0;
	max-width: 480px;
}

.anc-valuation-form label {
	display: grid;
	grid-template-columns: 110px 1fr;
	align-items: center;
	min-height: 48px;
	border-bottom: 1px solid #d8cdbb;
}

.anc-valuation-form input {
	width: 100%;
	border: 0;
	background: transparent;
	font: 400 16px/1.3 var(--wp--preset--font-family--source-serif);
}

.anc-valuation__visual {
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 4 / 5;
}

.anc-newsletter {
	padding: 80px clamp(24px, 6.667vw, 96px);
}

.anc-newsletter__grid {
	display: grid;
	grid-template-columns: minmax(0, 480px) minmax(360px, 520px);
	align-items: center;
	justify-content: space-between;
	gap: 64px;
}

.anc-section-title--small h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.anc-newsletter__form {
	display: grid;
	grid-template-columns: 1fr auto;
	border-bottom: 1px solid #7b796f;
}

.anc-newsletter__label {
	display: none;
}

.anc-newsletter__form input {
	min-height: 52px;
	padding: 0;
	border: 0;
	background: transparent;
	font: 400 16px/1.3 var(--wp--preset--font-family--source-serif);
}

.anc-newsletter__form button {
	align-self: center;
	min-height: 36px;
	padding-inline: 22px;
}

.site-footer {
	padding: 96px clamp(24px, 6.667vw, 96px);
	border-top: 0;
	background: #0a0a0a !important;
	color: #fef8ec;
}

.site-footer__inner {
	width: min(100%, 1248px);
	max-width: 1248px !important;
	margin-inline: auto;
}

.site-footer__main {
	display: grid;
	grid-template-columns: 340px 180px 180px 140px minmax(190px, 1fr);
	justify-content: space-between;
	gap: 28px;
}

.site-footer__brand {
	display: grid;
	align-content: start;
	gap: 32px;
}

.site-footer__logo {
	position: relative;
	display: block;
	width: 173px;
	height: 60px;
	overflow: hidden;
}

.site-footer__logo::before {
	position: absolute;
	top: -46.59%;
	left: -21.89%;
	width: 145.96%;
	height: 196.59%;
	background: url("assets/images/figma/logo.png") center / 100% 100% no-repeat;
	content: "";
}

.site-footer__brand p {
	max-width: 280px;
	font-size: 17px;
	line-height: 1.65;
	opacity: 0.8;
}

.site-footer__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	font-family: var(--wp--preset--font-family--archivo);
}

.site-footer__column h2 {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	opacity: 0.5;
}

.site-footer__column--continued {
	padding-top: 36px;
}

.site-footer__column a {
	color: inherit;
	font-size: 15px;
	text-decoration: none;
	opacity: 0.8;
}

.site-footer__social {
	display: flex;
	gap: 16px;
	padding-top: 16px;
}

.site-footer__social a {
	display: block;
	width: 24px;
	height: 24px;
	opacity: 1;
}

.anc-social {
	display: block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
}

.anc-social--instagram {
	background-image:
		url("assets/images/figma/instagram-c.svg"),
		url("assets/images/figma/instagram-b.svg"),
		url("assets/images/figma/instagram-a.svg");
	background-position: 72% 27%, center, center;
	background-size: 1px 1px, 8px 8px, 20px 20px;
}

.anc-social--youtube {
	background-image: url("assets/images/figma/youtube-b.svg"), url("assets/images/figma/youtube-a.svg");
	background-size: 6px 6px, 22px 16px;
}

.anc-social--linkedin {
	background-image:
		url("assets/images/figma/linkedin-c.svg"),
		url("assets/images/figma/linkedin-b.svg"),
		url("assets/images/figma/linkedin-a.svg");
	background-position: 4px 4px, 4px 14px, 14px 10px;
	background-size: 4px 4px, 4px 12px, 12px 13px;
}

.anc-social--facebook {
	background-image: url("assets/images/figma/facebook.svg");
	background-size: 11px 20px;
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 32px;
	margin-top: 80px;
	padding-top: 32px;
	border-top: 1px solid rgb(254 248 236 / 0.16);
	font: 400 13px/1 var(--wp--preset--font-family--archivo);
	opacity: 0.4;
}

.site-footer__bottom a {
	color: inherit;
	text-decoration: none;
}

.anc-property-search--mobile,
.anc-property-grid--mobile,
.anc-neighborhood-grid--mobile,
.anc-valuation__copy--mobile,
.anc-overline__mobile,
.anc-section-action--mobile {
	display: none;
}

@media (max-width: 1100px) {
	.site-header__inner {
		padding-inline: 32px;
	}

	.site-header .wp-block-navigation__container {
		gap: 20px;
	}

	.site-header__actions {
		gap: 8px;
	}

	.site-header__contact {
		padding-inline: 20px;
	}

	.anc-about__grid,
	.anc-valuation__grid {
		gap: 56px;
	}

	.anc-property-search {
		grid-template-columns: repeat(2, 1fr);
	}

	.anc-property-search button {
		min-height: 52px;
		grid-column: 1 / -1;
	}

	.site-footer__main {
		grid-template-columns: 1.4fr repeat(3, 1fr);
	}

	.site-footer__column--continued {
		display: none;
	}
}

@media (max-width: 700px) {
	.site-header__inner {
		min-height: 64px;
		padding-inline: 20px;
	}

	.site-header__logo {
		width: 104px;
		height: 36px;
	}

	.site-header__actions {
		display: flex;
		order: 2;
		gap: 2px;
		margin-left: auto;
	}

	.site-header .wp-block-navigation {
		order: 3;
	}

	.site-header__actions .site-header__contact {
		display: none;
	}

	.site-header__icon {
		width: 36px;
		height: 36px;
	}

	body.home .site-header .wp-block-navigation__responsive-container.is-menu-open {
		background: #0a0a0a;
		color: #fef8ec;
	}

	.anc-only-mobile {
		display: block;
	}

	.anc-overline__desktop,
	.anc-section-action--desktop {
		display: none;
	}

	.anc-section {
		padding: 64px 20px;
	}

	.anc-hero {
		height: 565px;
	}

	.anc-hero__content {
		top: 176px;
		left: 20px;
		width: calc(100% - 40px);
		transform: none;
	}

	.anc-hero__kicker {
		margin-bottom: 16px !important;
		font-size: 18px;
	}

	.anc-hero h1 {
		max-width: 340px;
		font-size: 40px;
		line-height: 1.03;
	}

	.anc-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.anc-button {
		width: 100%;
		min-height: 42px;
	}

	.anc-hero__controls {
		top: auto;
		right: 20px;
		bottom: 18px;
		left: 20px;
		display: flex;
		transform: none;
	}

	.anc-swipe {
		width: 32px;
		height: 32px;
		font-size: 23px;
	}

	.anc-slider-dots {
		position: absolute;
		top: 348px;
		left: 50%;
		margin-top: 0;
		transform: translateX(-50%);
	}

	.anc-hero__scroll {
		display: none;
	}

	.anc-about__grid,
	.anc-valuation__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.anc-about__copy {
		order: 1;
		gap: 24px;
	}

	.anc-about__visual {
		order: 2;
	}

	.anc-about__visual {
		aspect-ratio: 342 / 432;
	}

	.anc-section-title {
		gap: 16px;
	}

	.anc-section-title h2 {
		font-size: 29px;
		line-height: 1.08;
	}

	.anc-overline {
		font-size: 10px;
		letter-spacing: 0.28em;
	}

	.anc-about__copy > p,
	.anc-valuation__copy > p {
		font-size: 16px;
		line-height: 1.55;
	}

	.anc-section-title--wide {
		margin-bottom: 32px;
	}

	.anc-property-search--desktop,
	.anc-property-grid--desktop,
	.anc-neighborhood-grid--desktop,
	.anc-valuation__copy--desktop,
	.anc-valuation__visual {
		display: none;
	}

	.anc-property-search--mobile {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0 16px 16px;
		background: #fff7e5;
	}

	.anc-property-search--mobile label {
		min-height: 62px;
		padding: 13px 0 10px;
		border-right: 0;
		border-bottom: 1px solid #e2d7c3;
	}

	.anc-property-search__actions {
		display: flex;
		align-items: center;
		gap: 18px;
		padding-top: 16px;
	}

	.anc-property-search__actions button {
		min-width: 94px;
		min-height: 40px;
		padding-inline: 18px;
	}

	.anc-property-search__actions .anc-property-search__clear {
		min-width: 0;
		padding: 0;
		background: transparent;
		color: #7b796f;
	}

	.anc-property-search--mobile .anc-property-search__more {
		width: max-content;
		min-width: 0;
		min-height: 32px;
		margin-top: 12px;
		padding-inline: 10px;
		border: 1px solid #1a1a19;
		background: transparent;
	}

	.anc-property-grid--mobile,
	.anc-neighborhood-grid--mobile {
		display: grid;
		grid-auto-columns: calc(100vw - 70px);
		grid-auto-flow: column;
		grid-template-columns: none;
		gap: 16px;
		overflow-x: auto;
		padding-right: 20px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.anc-property-grid--mobile::-webkit-scrollbar,
	.anc-neighborhood-grid--mobile::-webkit-scrollbar {
		display: none;
	}

	.anc-property-grid--mobile > *,
	.anc-neighborhood-grid--mobile > * {
		scroll-snap-align: start;
	}

	.anc-property-card h3 {
		min-height: 0;
	}

	.anc-property-card__image {
		aspect-ratio: 1.5 / 1;
	}

	.anc-property-card__location {
		margin-top: 8px !important;
		color: #1a1a19 !important;
	}

	.anc-neighborhood-card img {
		aspect-ratio: 1 / 1;
	}

	.anc-neighborhood-card p {
		font-size: 13px;
		line-height: 1.45;
	}

	.anc-valuation__copy--mobile {
		display: grid;
		gap: 24px;
	}

	.anc-valuation-form--mobile label {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		min-height: 64px;
		padding-block: 12px 8px;
	}

	.anc-valuation-form--mobile :where(input, textarea) {
		width: 100%;
		padding: 0;
		border: 0;
		background: transparent;
		font: 400 14px/1.35 var(--wp--preset--font-family--source-serif);
		resize: vertical;
	}

	.anc-valuation-form--mobile .anc-checkbox {
		display: flex;
		min-height: 48px;
		align-items: center;
		gap: 8px;
		border-bottom: 0;
	}

	.anc-checkbox input {
		width: 14px;
		height: 14px;
		margin: 0;
	}

	.anc-valuation-form--mobile .anc-checkbox span {
		color: #7b796f;
		font-size: 11px;
		letter-spacing: 0;
		text-transform: none;
	}

	.anc-valuation-form--mobile .anc-button {
		width: max-content;
		margin-top: 0;
		padding-inline: 24px;
	}

	.anc-newsletter {
		padding: 64px 20px;
	}

	.anc-newsletter__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.anc-newsletter__form {
		grid-template-columns: 1fr;
		gap: 12px;
		border-bottom: 0;
	}

	.anc-newsletter__label {
		display: block;
		grid-column: 1 / -1;
		margin-bottom: 4px;
		color: #7b796f;
		font: 400 11px/1 var(--wp--preset--font-family--archivo);
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.anc-newsletter__form input {
		border-bottom: 1px solid #7b796f;
	}

	.anc-newsletter__form button {
		min-height: 40px;
		width: max-content;
		padding-inline: 22px;
	}

	.anc-section-title--small h2 {
		font-size: 24px;
		line-height: 1.15;
	}

	.site-footer {
		padding: 64px 20px;
	}

	.site-footer__main {
		grid-template-columns: 1fr 1fr;
		gap: 48px 24px;
	}

	.site-footer__brand,
	.site-footer__contact {
		grid-column: 1 / -1;
	}

	.site-footer__brand {
		justify-items: center;
		text-align: center;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 56px;
	}
}

/* Figma article implementation. */

.anc-article {
	color: var(--wp--preset--color--foreground);
}

body.single .wp-site-blocks > main,
body.single .wp-site-blocks > footer,
.anc-article > * {
	margin-block-start: 0;
}

.anc-article :where(h1, h2, h3, p, figure, form) {
	margin: 0;
}

.article-masthead {
	padding: 140px clamp(24px, 6.667vw, 96px) 44px;
	background: var(--wp--preset--color--surface) !important;
}

.article-masthead__inner,
.article-shell,
.article-related__inner,
.article-newsletter__inner {
	width: min(100%, 1248px);
	max-width: 1248px !important;
	margin-inline: auto;
}

.article-breadcrumbs {
	gap: 12px;
	min-width: 0;
	margin-bottom: 28px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 13px/1.2 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.08em;
}

.article-breadcrumbs > * {
	flex: 0 0 auto;
}

.article-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.article-breadcrumbs .wp-block-post-terms a:last-child,
.article-breadcrumbs__current {
	max-width: 190px;
	overflow: hidden;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--wp--preset--color--primary);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-breadcrumbs__current {
	font: inherit;
}

.article-title {
	max-width: 920px;
	font-family: var(--wp--preset--font-family--archivo);
	font-size: clamp(36px, 2.778vw, 40px);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.12;
}

.article-excerpt {
	max-width: 760px;
	margin-top: 36px !important;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 19px/1.75 var(--wp--preset--font-family--source-serif);
}

.article-excerpt p {
	margin: 0;
}

.article-meta {
	gap: 12px;
	margin-top: 32px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 15px/1.2 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.04em;
}

.article-meta__separator {
	opacity: 0.35;
}

.article-shell {
	padding-block: 96px 104px;
}

.article-hero {
	width: 100%;
	margin: 0 0 44px;
	aspect-ratio: 1.89 / 1;
	overflow: hidden;
}

.article-hero img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
}

.article-content {
	width: 100% !important;
	max-width: none !important;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 19px/1.72 var(--wp--preset--font-family--source-serif);
}

.article-content > * {
	max-width: none !important;
}

.article-content > p {
	margin-block: 0 30px;
}

.article-content > p:first-child {
	margin: 0 16px 50px;
	padding-left: 26px;
	border-left: 2px solid var(--wp--preset--color--primary);
	font-style: italic;
}

.article-content :where(h2, h3) {
	margin: 48px 0 18px;
	color: var(--wp--preset--color--foreground);
	font: 400 20px/1.3 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.article-content blockquote {
	margin: 48px 16px 62px;
	padding-left: 26px;
	border-left: 2px solid var(--wp--preset--color--primary);
	font: italic 400 19px/1.65 var(--wp--preset--font-family--source-serif);
}

.article-content blockquote p {
	margin: 0;
}

.article-share {
	margin-top: 50px;
	font-family: var(--wp--preset--font-family--archivo);
}

.article-share > p {
	margin-bottom: 16px;
	color: var(--wp--preset--color--muted-foreground);
	font-size: 13px;
	letter-spacing: 0.08em;
}

.article-share__links {
	display: flex;
	align-items: center;
	gap: 16px;
}

.article-share__links a {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.article-share__links .anc-social {
	filter: invert(1);
}

.article-share__send {
	font-size: 23px;
	font-weight: 300;
	line-height: 1;
}

.article-related {
	padding: 96px clamp(24px, 6.667vw, 96px) 112px;
	background: var(--wp--preset--color--surface);
}

.article-section-label {
	display: flex;
	align-items: center;
	gap: 16px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 16px/1.2 var(--wp--preset--font-family--archivo);
}

.article-section-label::before {
	width: 32px;
	height: 1px;
	background: var(--wp--preset--color--primary);
	content: "";
}

.article-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	margin-top: 40px;
}

.article-card {
	font-family: var(--wp--preset--font-family--archivo);
}

.article-card__image {
	display: block;
	margin-bottom: 16px;
	aspect-ratio: 1.48 / 1;
	overflow: hidden;
	border-radius: 4px;
}

.article-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-card__tag {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0 16px;
	border: 1px solid var(--wp--preset--color--foreground);
	border-radius: 999px;
	font-size: 14px;
}

.article-card h2 {
	margin-top: 20px;
	font: 500 17px/1.35 var(--wp--preset--font-family--archivo);
}

.article-card h2 a,
.article-card__link {
	color: inherit;
	text-decoration: none;
}

.article-card__excerpt {
	margin-top: 18px !important;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 16px/1.55 var(--wp--preset--font-family--source-serif);
}

.article-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px !important;
	color: var(--wp--preset--color--muted-foreground);
	font-size: 13px;
	letter-spacing: 0.06em;
}

.article-card__meta span:nth-child(2) {
	opacity: 0.3;
}

.article-card__link {
	display: flex;
	width: 160px;
	justify-content: space-between;
	margin-top: 28px;
	font-size: 15px;
}

.article-newsletter {
	padding: 96px clamp(24px, 6.667vw, 96px);
	background: var(--wp--preset--color--background);
}

.article-newsletter__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
	align-items: end;
	gap: 80px;
}

.article-newsletter h2 {
	margin-top: 30px;
	font: 300 28px/1.25 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.article-newsletter__form label {
	display: block;
	margin-bottom: 14px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 13px/1.2 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.12em;
}

.article-newsletter__form > div {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 32px;
}

.article-newsletter__form input {
	min-height: 48px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: transparent;
	font: 400 14px/1.2 var(--wp--preset--font-family--archivo);
}

.article-newsletter__form button {
	min-height: 44px;
	padding-inline: 30px;
	border: 1px solid var(--wp--preset--color--primary);
	border-radius: 4px;
	background: var(--wp--preset--color--primary);
	font: 400 14px/1 var(--wp--preset--font-family--archivo);
	cursor: pointer;
}

@media (min-width: 701px) {
	.article-card:nth-child(2) {
		order: 3;
	}

	.article-card:nth-child(3) {
		order: 2;
	}
}

@media (max-width: 700px) {
	.article-masthead {
		padding: 76px 24px 40px;
	}

	.article-breadcrumbs {
		gap: 10px;
		margin-bottom: 28px;
		font-size: 12px;
	}

	.article-breadcrumbs__current,
	.article-breadcrumbs .wp-block-post-terms a:last-child {
		max-width: 176px;
	}

	.article-title {
		font-size: 30px;
		line-height: 1.15;
	}

	.article-excerpt {
		margin-top: 44px !important;
		font-size: 19px;
		line-height: 1.75;
	}

	.article-meta {
		gap: 10px;
		margin-top: 32px;
		font-size: 12px;
	}

	.article-shell {
		width: auto;
		margin-inline: 24px;
		padding-block: 40px 48px;
	}

	.article-hero {
		margin-bottom: 48px;
		aspect-ratio: 1.6 / 1;
	}

	.article-content {
		font-size: 19px;
		line-height: 1.72;
	}

	.article-content > p {
		margin-bottom: 32px;
	}

	.article-content > p:first-child {
		margin: 0 0 50px;
		padding-left: 16px;
	}

	.article-content :where(h2, h3) {
		margin: 48px 0 20px;
		font-size: 20px;
	}

	.article-content blockquote {
		position: relative;
		margin: 86px 0 62px;
		padding-left: 16px;
		font-size: 19px;
	}

	.article-content blockquote::before {
		position: absolute;
		top: -50px;
		left: 0;
		width: 100px;
		height: 1px;
		background: var(--wp--preset--color--foreground);
		content: "";
	}

	.article-share {
		margin-top: 46px;
	}

	.article-related {
		padding: 48px 24px 64px;
	}

	.article-related__grid {
		grid-template-columns: 1fr;
		gap: 48px;
		margin-top: 36px;
	}

	.article-card__image {
		aspect-ratio: 1.55 / 1;
	}

	.article-card h2 {
		font-size: 16px;
	}

	.article-card__excerpt {
		font-size: 16px;
	}

	.article-newsletter {
		padding: 48px 20px 56px;
	}

	.article-newsletter__inner {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.article-newsletter h2 {
		font-size: 27px;
	}

	.article-newsletter__form > div {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.article-newsletter__form button {
		justify-self: start;
	}
}

/* Contact and property-detail exports. */

.contact-shell,
.property-shell {
	width: min(calc(100% - 192px), 1248px);
	margin-inline: auto;
}

.anc-contact-page,
.anc-property-detail {
	color: var(--wp--preset--color--foreground);
}

.anc-contact-page :where(h1, h2, h3, p, figure, form, dl, dd),
.anc-property-detail :where(h1, h2, h3, p, figure, form, ul) {
	margin: 0;
}

body:has(.anc-contact-page) .site-header {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 0;
	background: transparent;
	color: #fff;
}

body:has(.anc-contact-page) .site-header__logo a::before,
body:has(.anc-contact-page) .site-header__search::before,
body:has(.anc-contact-page) .site-header__search::after {
	filter: none;
}

body:has(.anc-contact-page) .site-header__favorite {
	background-image: url("assets/images/figma/icon-15.svg");
}

body:has(.anc-contact-page) .site-header__contact {
	border-color: #fff;
	color: #fff;
}

body:has(.anc-contact-page) .site-header .wp-block-navigation-item__content,
body:has(.anc-contact-page) .site-header .wp-block-navigation__responsive-container-open {
	color: #fff;
}

body:has(.anc-contact-page) .wp-site-blocks > main,
body:has(.anc-property-detail) .wp-site-blocks > main {
	margin-block-start: 0;
}

.contact-hero {
	position: relative;
	height: 572px;
	overflow: hidden;
	background: #111;
	color: #fef8ec;
}

.contact-hero > img,
.contact-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.contact-hero > img {
	object-fit: cover;
}

.contact-hero__shade {
	background: rgb(0 0 0 / 0.48);
}

.contact-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	padding-top: 64px;
}

.contact-breadcrumb,
.property-breadcrumb {
	display: flex;
	align-items: center;
	gap: 12px;
	font: 400 13px/1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.04em;
}

.contact-breadcrumb {
	margin-bottom: 32px !important;
}

.contact-breadcrumb a,
.property-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.contact-breadcrumb span:last-child,
.property-breadcrumb span:last-child {
	padding-bottom: 7px;
	border-bottom: 1px solid var(--wp--preset--color--primary);
}

.contact-hero h1 {
	font: 300 52px/1.08 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.contact-hero__content > p:last-child {
	margin-top: 22px;
	font: 400 18px/1.5 var(--wp--preset--font-family--source-serif);
}

.contact-main {
	padding: 96px 0 104px;
	background: var(--wp--preset--color--surface);
}

.contact-main__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 112px;
}

.contact-main h2,
.contact-valuation h2,
.property-description h2,
.property-features h2,
.property-media h2,
.property-location h2,
.property-contact h2,
.property-similar h2 {
	margin-top: 24px;
	font: 300 38px/1.12 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.contact-form {
	display: grid;
	margin-top: 24px !important;
}

.contact-form > label:not(.contact-checkbox) {
	display: grid;
	gap: 10px;
	min-height: 76px;
	align-content: center;
	border-bottom: 1px solid #c9c1b2;
}

.contact-form label > span,
.contact-consent {
	color: var(--wp--preset--color--muted-foreground);
	font: 400 11px/1.2 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.09em;
}

.contact-form :where(input[type="text"], input[type="email"], input[type="tel"], textarea) {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: 400 14px/1.35 var(--wp--preset--font-family--source-serif);
	resize: vertical;
}

.contact-checkbox {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 28px;
}

.contact-checkbox input {
	width: 15px;
	height: 15px;
	margin: 0;
}

.contact-form .anc-button {
	width: max-content;
	margin-top: 58px;
	padding-inline: 36px;
}

.contact-details h2 {
	margin-bottom: 18px;
}

.contact-details dl > div {
	padding: 13px 0 11px 36px;
	border-bottom: 1px solid #c9c1b2;
}

.contact-details dt {
	position: relative;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 13px/1.3 var(--wp--preset--font-family--archivo);
}

.contact-details dt i {
	position: absolute;
	top: -1px;
	left: -34px;
	color: var(--wp--preset--color--primary);
	font-style: normal;
}

.contact-details dd {
	margin-top: 7px;
	font: 400 14px/1.4 var(--wp--preset--font-family--source-serif);
}

.contact-details a {
	color: inherit;
	text-decoration: none;
}

.contact-social {
	display: flex;
	gap: 12px;
}

.contact-social a {
	width: 18px;
	overflow: hidden;
	white-space: nowrap;
}

.contact-map {
	margin-top: 68px;
}

.contact-map h3 {
	margin-bottom: 28px;
	font: 500 18px/1 var(--wp--preset--font-family--archivo);
}

.contact-map figure,
.property-location .contact-map {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.contact-map figure {
	height: 460px;
}

.contact-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-map__pin {
	position: absolute;
	top: 40%;
	left: 51%;
	width: 22px;
	height: 22px;
	border: 5px solid var(--wp--preset--color--primary);
	border-radius: 50% 50% 50% 0;
	background: #fff;
	transform: rotate(-45deg);
}

.contact-map__zoom {
	position: absolute;
	top: 50%;
	right: 16px;
	display: grid;
	width: 38px;
	min-height: 76px;
	place-items: center;
	border-radius: 4px;
	background: #fff;
	font: 400 24px/1 var(--wp--preset--font-family--archivo);
	transform: translateY(-50%);
}

.contact-map__zoom b {
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
}

.contact-valuation {
	padding: 104px 0;
	background: var(--wp--preset--color--background);
}

.contact-valuation__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 576px;
	align-items: start;
	gap: 96px;
}

.contact-valuation__copy > p:not(.anc-overline) {
	max-width: 560px;
	margin-top: 32px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 18px/1.7 var(--wp--preset--font-family--source-serif);
}

.contact-valuation__image {
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 4 / 5;
}

.contact-valuation__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-newsletter,
.property-newsletter {
	background: var(--wp--preset--color--surface);
}

.property-intro,
.property-gallery,
.property-description,
.property-features,
.property-media,
.property-location,
.property-contact,
.property-similar {
	background: var(--wp--preset--color--surface);
}

.property-intro {
	padding: 136px 0 56px;
}

.property-intro__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.property-breadcrumb {
	color: var(--wp--preset--color--muted-foreground);
}

.property-intro__actions {
	display: flex;
	gap: 12px;
}

.property-intro__actions button,
.property-price-card button {
	padding: 4px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.property-intro h1 {
	max-width: 1080px;
	margin-top: 42px;
	font: 300 40px/1.15 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.property-intro > .property-shell > p:last-child {
	max-width: 760px;
	margin-top: 28px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 18px/1.55 var(--wp--preset--font-family--source-serif);
}

.property-gallery {
	padding-block: 80px 0;
}

.property-gallery__grid {
	display: grid;
	grid-template-columns: 2fr 1.05fr;
	grid-template-rows: repeat(2, 1fr);
	gap: 12px;
	height: 536px;
}

.property-gallery figure {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}

.property-gallery__main {
	grid-row: 1 / -1;
}

.property-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property-gallery__side button,
.property-gallery__mobile-open {
	position: absolute;
	right: 16px;
	bottom: 16px;
	padding: 12px 16px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	font: 400 13px/1 var(--wp--preset--font-family--archivo);
}

.property-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 12px;
	border: 1px solid #ded5c5;
}

.property-stats > div {
	display: grid;
	min-height: 150px;
	place-items: center;
	align-content: center;
	gap: 8px;
	border-right: 1px solid #ded5c5;
}

.property-stats > div:last-child {
	border-right: 0;
}

.property-stats i {
	color: var(--wp--preset--color--primary);
	font-style: normal;
}

.property-stats strong {
	font: 500 16px/1 var(--wp--preset--font-family--archivo);
}

.property-stats span {
	color: var(--wp--preset--color--muted-foreground);
	font: 400 12px/1 var(--wp--preset--font-family--archivo);
}

.property-stat--bath {
	display: none !important;
}

.property-description {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 96px;
	padding-block: 64px 88px;
}

.property-description__copy > p:not(.anc-overline) {
	max-width: 760px;
	margin-top: 24px;
	font: 400 17px/1.7 var(--wp--preset--font-family--source-serif);
}

.property-price-card {
	align-self: start;
	padding: 28px 30px;
	border: 1px solid #ded5c5;
	background: #fffaf0;
}

.property-price-card__top {
	display: flex;
	justify-content: space-between;
}

.property-price-card > span,
.property-price-card__top span {
	display: block;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 11px/1.3 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.07em;
}

.property-price-card > strong {
	display: block;
	margin-top: 8px;
	font: 300 38px/1.1 var(--wp--preset--font-family--archivo);
}

.property-price-card__fees {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 28px;
	padding-block: 14px;
	border-block: 1px solid #ded5c5;
}

.property-price-card__fees span {
	color: var(--wp--preset--color--muted-foreground);
	font: 400 11px/1.3 var(--wp--preset--font-family--archivo);
}

.property-price-card__fees b {
	display: block;
	margin-top: 8px;
	color: var(--wp--preset--color--foreground);
	font-weight: 500;
}

.property-agent {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 24px;
}

.property-agent img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
}

.property-agent span {
	display: grid;
	gap: 5px;
}

.property-agent b,
.property-agent small {
	font-family: var(--wp--preset--font-family--archivo);
}

.property-agent b {
	font-size: 13px;
	font-weight: 500;
}

.property-agent small {
	color: var(--wp--preset--color--muted-foreground);
	font-size: 10px;
}

.property-price-card > a {
	display: grid;
	min-height: 44px;
	place-items: center;
	margin-top: 24px;
	border-radius: 3px;
	background: var(--wp--preset--color--primary);
	color: inherit;
	font: 400 13px/1 var(--wp--preset--font-family--archivo);
	text-decoration: none;
}

.property-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 96px;
	padding-block: 24px 88px;
}

.property-features ul {
	display: grid;
	gap: 20px;
	padding: 0;
	list-style: none;
}

.property-features li {
	font: 400 16px/1.3 var(--wp--preset--font-family--source-serif);
}

.property-features li::before {
	margin-right: 12px;
	color: var(--wp--preset--color--primary);
	content: "✓";
}

.property-media {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	align-items: center;
	gap: 96px;
	padding-block: 40px 104px;
}

.property-media figure {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	aspect-ratio: 1.65 / 1;
}

.property-media figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property-media figure button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 4px;
	background: var(--wp--preset--color--primary);
	transform: translate(-50%, -50%);
}

.property-media > div > p:last-child,
.property-location__grid > div > p:not(.anc-overline),
.property-contact__grid > div > p:not(.anc-overline) {
	margin-top: 24px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 17px/1.7 var(--wp--preset--font-family--source-serif);
}

.property-location {
	padding-block: 104px;
	background: var(--wp--preset--color--background);
}

.property-location__grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	align-items: center;
	gap: 96px;
}

.property-location small {
	display: block;
	margin-top: 34px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 10px/1.3 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.08em;
}

.property-location .contact-map {
	height: 460px;
	margin-top: 0;
}

.property-contact {
	padding-block: 104px;
}

.property-contact__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 112px;
}

.property-contact .contact-form {
	margin-top: 0 !important;
}

.property-similar {
	padding-block: 104px;
	background: var(--wp--preset--color--background);
}

.property-similar__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 48px;
}

.property-location__mobile,
.property-contact__mobile,
.property-price__mobile {
	display: none;
}

@media (max-width: 700px) {
	.contact-shell,
	.property-shell {
		width: auto;
		margin-inline: 20px;
	}

	body:has(.anc-contact-page) .site-header .wp-block-navigation__responsive-container.is-menu-open {
		background: #0a0a0a;
		color: #fef8ec;
	}

	.contact-hero {
		height: 442px;
	}

	.contact-hero > img {
		object-position: 40% center;
	}

	.contact-hero__content {
		justify-content: flex-end;
		padding: 0 0 62px;
	}

	.contact-breadcrumb,
	.property-breadcrumb {
		gap: 8px;
		font-size: 10px;
	}

	.contact-breadcrumb {
		margin-bottom: 24px !important;
	}

	.contact-hero h1 {
		font-size: 34px;
	}

	.contact-hero__content > p:last-child {
		margin-top: 18px;
		font-size: 15px;
		line-height: 1.4;
	}

	.contact-main {
		padding: 48px 0 64px;
	}

	.contact-main__grid,
	.contact-valuation__grid,
	.property-description,
	.property-features,
	.property-media,
	.property-location__grid,
	.property-contact__grid {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.contact-main h2,
	.contact-valuation h2,
	.property-description h2,
	.property-features h2,
	.property-media h2,
	.property-location h2,
	.property-contact h2,
	.property-similar h2 {
		margin-top: 18px;
		font-size: 28px;
	}

	.contact-form > label:not(.contact-checkbox) {
		min-height: 72px;
	}

	.contact-form .anc-button {
		margin-top: 28px;
	}

	.contact-consent {
		margin-top: 16px !important;
		line-height: 1.45;
	}

	.contact-details {
		margin-top: 8px;
	}

	.contact-details dl > div {
		padding-left: 26px;
	}

	.contact-details dt i {
		left: -24px;
	}

	.contact-map {
		margin-top: 56px;
	}

	.contact-map h3 {
		margin-bottom: 22px;
		font-size: 16px;
	}

	.contact-map figure {
		height: 340px;
	}

	.contact-valuation {
		padding: 64px 0;
	}

	.contact-valuation__copy > p:not(.anc-overline) {
		margin-top: 24px;
		font-size: 16px;
		line-height: 1.55;
	}

	.contact-valuation__image {
		display: none;
	}

	.property-intro {
		padding: 92px 0 36px;
	}

	.property-intro__top {
		display: block;
	}

	.property-breadcrumb span:nth-last-child(2) {
		max-width: 90px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.property-intro__actions {
		display: flex;
		margin-top: 30px;
	}

	.property-intro h1 {
		margin-top: 32px;
		font-size: 31px;
		line-height: 1.08;
	}

	.property-intro > .property-shell > p:last-child {
		margin-top: 24px;
		font-size: 16px;
	}

	.property-gallery {
		margin-inline: 35px;
		padding-block: 32px 0;
	}

	.property-gallery__grid {
		display: block;
		height: auto;
	}

	.property-gallery__main {
		aspect-ratio: 1.5 / 1;
	}

	.property-gallery__main::before {
		position: absolute;
		top: 50%;
		left: 20px;
		z-index: 1;
		color: #fff;
		content: "‹";
		font: 300 28px/1 var(--wp--preset--font-family--archivo);
		transform: translateY(-50%);
	}

	.property-gallery__side {
		display: none;
	}

	.property-stats {
		grid-template-columns: 1fr;
		margin-top: 16px;
	}

	.property-stats > div,
	.property-stats > div:last-child {
		min-height: 82px;
		border-right: 0;
		border-bottom: 1px solid #ded5c5;
	}

	.property-stats > div:last-child {
		border-bottom: 0;
	}

	.property-stat--bath {
		display: grid !important;
	}

	.property-description {
		display: grid;
		margin-inline: 35px;
		padding-block: 52px 64px;
	}

	.property-description__copy > p:not(.anc-overline) {
		font-size: 19px;
		line-height: 1.72;
	}

	.property-price-card {
		padding: 24px;
	}

	.property-price-card > strong {
		font-size: 31px;
	}

	.property-features {
		display: grid;
		margin-inline: 35px;
		padding-block: 0 64px;
	}

	.property-features ul {
		gap: 16px;
	}

	.property-features li {
		font-size: 18px;
		line-height: 1.45;
	}

	.property-media {
		display: grid;
		margin-inline: 28px;
		padding-block: 24px 64px;
	}

	.property-media > div {
		grid-row: 2;
	}

	.property-media > div > p:last-child,
	.property-location__grid > div > p:not(.anc-overline),
	.property-contact__grid > div > p:not(.anc-overline) {
		font-size: 18px;
		line-height: 1.7;
	}

	.property-location__desktop,
	.property-contact__desktop,
	.property-price__desktop {
		display: none;
	}

	.property-location__mobile,
	.property-contact__mobile,
	.property-price__mobile {
		display: inline;
	}

	.property-location {
		padding-block: 64px;
	}

	.property-location__grid {
		display: grid;
	}

	.property-location h2 {
		font-size: 31px;
	}

	.property-location .anc-text-link {
		margin-top: 28px;
	}

	.property-location .contact-map {
		height: 300px;
		margin-inline: 0;
	}

	.property-contact {
		padding-block: 64px;
	}

	.property-contact__grid {
		display: grid;
	}

	.property-contact .contact-form {
		margin-top: 8px !important;
	}

	.property-contact__grid > div > p {
		margin-top: 40px;
	}

	.property-contact .property-agent {
		margin-top: 36px;
	}

	.property-similar {
		padding-block: 64px;
	}

	.property-similar__grid {
		display: grid;
		grid-auto-columns: calc(100vw - 70px);
		grid-auto-flow: column;
		grid-template-columns: none;
		gap: 16px;
		overflow-x: auto;
		margin-top: 36px;
		padding-right: 20px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.property-similar__grid::-webkit-scrollbar {
		display: none;
	}

	.property-similar__grid > * {
		scroll-snap-align: start;
	}
}

/* Neighborhood directory and detail exports. */

.neighborhood-shell {
	width: min(calc(100% - 192px), 1248px);
	margin-inline: auto;
}

.anc-neighborhood-list,
.anc-neighborhood-detail {
	color: var(--wp--preset--color--foreground);
}

.anc-neighborhood-list :where(h1, h2, h3, p, figure, form, blockquote),
.anc-neighborhood-detail :where(h1, h2, h3, p, figure, form, blockquote) {
	margin: 0;
}

body:has(.anc-neighborhood-list) .site-header,
body:has(.anc-neighborhood-detail) .site-header {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 0;
	background: transparent;
	color: #fff;
}

body:has(.anc-neighborhood-list) .site-header__logo a::before,
body:has(.anc-neighborhood-detail) .site-header__logo a::before,
body:has(.anc-neighborhood-list) .site-header__search::before,
body:has(.anc-neighborhood-list) .site-header__search::after,
body:has(.anc-neighborhood-detail) .site-header__search::before,
body:has(.anc-neighborhood-detail) .site-header__search::after {
	filter: none;
}

body:has(.anc-neighborhood-list) .site-header__favorite,
body:has(.anc-neighborhood-detail) .site-header__favorite {
	background-image: url("assets/images/figma/icon-15.svg");
}

body:has(.anc-neighborhood-list) .site-header__contact,
body:has(.anc-neighborhood-detail) .site-header__contact {
	border-color: #fff;
	color: #fff;
}

body:has(.anc-neighborhood-list) .site-header .wp-block-navigation-item__content,
body:has(.anc-neighborhood-detail) .site-header .wp-block-navigation-item__content,
body:has(.anc-neighborhood-list) .site-header .wp-block-navigation__responsive-container-open,
body:has(.anc-neighborhood-detail) .site-header .wp-block-navigation__responsive-container-open {
	color: #fff;
}

body:has(.anc-neighborhood-list) .wp-site-blocks > main,
body:has(.anc-neighborhood-detail) .wp-site-blocks > main {
	margin-block-start: 0;
}

.neighborhood-hero {
	position: relative;
	height: 572px;
	overflow: hidden;
	background: #111;
	color: #fef8ec;
}

.neighborhood-hero > img,
.neighborhood-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.neighborhood-hero > img {
	object-fit: cover;
}

.neighborhood-hero__shade {
	background: rgb(0 0 0 / 0.5);
}

.neighborhood-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	padding-top: 64px;
}

.neighborhood-hero .contact-breadcrumb {
	margin-bottom: 28px !important;
}

.neighborhood-hero h1 {
	font: 300 52px/1.08 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.neighborhood-hero__content > p:last-child {
	margin-top: 20px;
	font: 400 18px/1.5 var(--wp--preset--font-family--source-serif);
}

.neighborhood-directory {
	padding: 96px 0 112px;
	background: var(--wp--preset--color--surface);
}

.neighborhood-directory__intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
}

.neighborhood-directory h2,
.neighborhood-living h2,
.neighborhood-properties h2,
.neighborhood-valuation h2,
.neighborhood-consultant h2,
.neighborhood-character h2 {
	margin-top: 22px;
	font: 300 38px/1.12 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.neighborhood-directory__intro > p,
.neighborhood-consultant__grid > div > p:not(.anc-overline),
.neighborhood-valuation__grid > div > p:not(.anc-overline) {
	color: var(--wp--preset--color--muted-foreground);
	font: 400 18px/1.65 var(--wp--preset--font-family--source-serif);
}

.neighborhood-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-top: 52px;
}

.neighborhood-filters > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.neighborhood-filters button {
	min-height: 32px;
	padding-inline: 18px;
	border: 1px solid #b9b7ac;
	border-radius: 18px;
	background: transparent;
	font: 400 12px/1 var(--wp--preset--font-family--archivo);
	cursor: pointer;
}

.neighborhood-filters button.is-active {
	border-color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--primary);
}

.neighborhood-filters input {
	min-height: 36px;
	padding: 0 8px;
	border: 0;
	border-bottom: 1px solid #b9b7ac;
	background: transparent;
	font: 400 13px/1 var(--wp--preset--font-family--archivo);
}

.neighborhood-directory__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 56px 24px;
	margin-top: 48px;
}

.neighborhood-list-card__image {
	display: block;
	overflow: hidden;
	border-radius: 3px;
	aspect-ratio: 0.74 / 1;
}

.neighborhood-list-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.neighborhood-list-card:hover img {
	transform: scale(1.02);
}

.neighborhood-list-card h3 {
	margin-top: 18px;
	font: 400 18px/1.3 var(--wp--preset--font-family--archivo);
}

.neighborhood-list-card > p {
	min-height: 48px;
	margin-top: 10px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 14px/1.5 var(--wp--preset--font-family--source-serif);
}

.neighborhood-list-card .anc-text-link {
	padding-left: 0;
}

.neighborhood-directory__more {
	display: none;
}

.neighborhood-list-card[hidden],
.neighborhood-directory__more[hidden],
[data-neighborhood-empty][hidden] {
	display: none !important;
}

.neighborhood-editorial {
	padding: 104px 0;
	background: var(--wp--preset--color--background);
	text-align: center;
}

.neighborhood-editorial .anc-overline {
	justify-content: center;
}

.neighborhood-editorial blockquote {
	max-width: 1120px;
	margin: 36px auto 0;
	font: 300 40px/1.2 var(--wp--preset--font-family--archivo);
	letter-spacing: 0;
}

.neighborhood-consultant {
	padding: 104px 0;
	background: var(--wp--preset--color--surface);
}

.neighborhood-consultant__grid {
	display: grid;
	grid-template-columns: 520px 1fr;
	align-items: center;
	gap: 96px;
}

.neighborhood-consultant figure {
	overflow: hidden;
	border-radius: 3px;
	aspect-ratio: 0.93 / 1;
}

.neighborhood-consultant img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.neighborhood-consultant__grid > div > p:not(.anc-overline) {
	max-width: 520px;
	margin-top: 26px;
}

.neighborhood-consultant .anc-button {
	margin-top: 34px;
}

.neighborhood-newsletter {
	background: var(--wp--preset--color--background);
}

.neighborhood-character,
.neighborhood-properties,
.neighborhood-valuation {
	padding: 104px 0;
	background: var(--wp--preset--color--surface);
}

.neighborhood-character__copy {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
	margin-top: 38px;
}

.neighborhood-character__copy p,
.neighborhood-editorial--detail > .neighborhood-shell > p:last-child {
	color: var(--wp--preset--color--muted-foreground);
	font: 400 17px/1.7 var(--wp--preset--font-family--source-serif);
}

.neighborhood-character__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 52px;
	padding-top: 32px;
	border-top: 1px solid #d8cdbb;
}

.neighborhood-character__stats > div {
	display: grid;
	gap: 8px;
	padding-inline: 26px;
	border-right: 1px solid #d8cdbb;
}

.neighborhood-character__stats > div:last-child {
	border-right: 0;
}

.neighborhood-character__stats i {
	color: var(--wp--preset--color--primary);
	font-style: normal;
}

.neighborhood-character__stats span {
	color: var(--wp--preset--color--muted-foreground);
	font: 400 10px/1.2 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.neighborhood-character__stats strong {
	font: 500 15px/1.3 var(--wp--preset--font-family--archivo);
}

.neighborhood-living {
	padding: 104px 0;
	background: var(--wp--preset--color--background);
}

.neighborhood-living__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 32px;
	margin-top: 52px;
}

.neighborhood-living__grid > div {
	display: grid;
	align-content: start;
	gap: 12px;
}

.neighborhood-living__grid i {
	font-style: normal;
}

.neighborhood-living__grid strong {
	font: 500 14px/1.3 var(--wp--preset--font-family--archivo);
}

.neighborhood-living__grid span {
	color: var(--wp--preset--color--muted-foreground);
	font: 400 13px/1.45 var(--wp--preset--font-family--source-serif);
}

.neighborhood-map {
	margin-top: 68px;
}

.neighborhood-map h3 {
	margin-bottom: 24px;
	font: 500 17px/1 var(--wp--preset--font-family--archivo);
}

.neighborhood-map figure {
	position: relative;
	height: 470px;
	overflow: hidden;
	border-radius: 3px;
}

.neighborhood-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.neighborhood-editorial--detail > .neighborhood-shell > p:last-child {
	max-width: 1120px;
	margin: 28px auto 0;
}

.neighborhood-properties h2 {
	margin-bottom: 46px;
}

.neighborhood-property-search {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 48px;
	padding: 0 16px 16px;
	background: #fff7e5;
}

.neighborhood-property-search label {
	min-height: 64px;
	border-bottom: 1px solid #e2d7c3;
}

.neighborhood-property-search .anc-property-search__actions {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-top: 16px;
}

.neighborhood-property-search .anc-property-search__actions button {
	min-height: 40px;
	padding-inline: 22px;
}

.neighborhood-property-search .anc-property-search__clear {
	min-width: 0;
	padding: 0;
	background: transparent;
	color: var(--wp--preset--color--muted-foreground);
}

.neighborhood-property-search .anc-property-search__more {
	width: max-content;
	min-width: 0;
	min-height: 32px;
	margin-top: 12px;
	padding-inline: 10px;
	border: 1px solid var(--wp--preset--color--foreground);
	background: transparent;
	font: 400 12.5px/1 var(--wp--preset--font-family--archivo);
	letter-spacing: 0.1em;
	text-decoration: none;
}

.neighborhood-properties__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px 24px;
}

.neighborhood-faq {
	padding: 96px 0;
	background: var(--wp--preset--color--background);
}

.neighborhood-faq details {
	padding-block: 24px;
	border-bottom: 1px solid #d8cdbb;
}

.neighborhood-faq details:first-of-type {
	margin-top: 36px;
}

.neighborhood-faq summary {
	font: 500 15px/1.4 var(--wp--preset--font-family--archivo);
	cursor: pointer;
}

.neighborhood-faq details p {
	max-width: 1040px;
	margin-top: 18px;
	color: var(--wp--preset--color--muted-foreground);
	font: 400 16px/1.65 var(--wp--preset--font-family--source-serif);
}

.neighborhood-valuation__grid {
	display: grid;
	grid-template-columns: 1fr 576px;
	gap: 96px;
}

.neighborhood-valuation__grid > div > p:not(.anc-overline) {
	max-width: 530px;
	margin-top: 28px;
}

.neighborhood-valuation figure {
	overflow: hidden;
	border-radius: 3px;
	aspect-ratio: 4 / 5;
}

.neighborhood-valuation figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 700px) {
	.neighborhood-shell {
		width: auto;
		margin-inline: 20px;
	}

	body:has(.anc-neighborhood-list) .site-header .wp-block-navigation__responsive-container.is-menu-open,
	body:has(.anc-neighborhood-detail) .site-header .wp-block-navigation__responsive-container.is-menu-open {
		background: #0a0a0a;
		color: #fef8ec;
	}

	.neighborhood-hero {
		height: 515px;
	}

	.neighborhood-hero > img {
		object-position: center;
	}

	.neighborhood-hero__content {
		justify-content: flex-end;
		padding: 0 0 56px;
	}

	.neighborhood-hero .contact-breadcrumb {
		margin-bottom: 24px !important;
	}

	.neighborhood-hero h1 {
		max-width: 320px;
		font-size: 39px;
	}

	.neighborhood-hero__content > p:last-child {
		max-width: 330px;
		font-size: 15px;
		line-height: 1.45;
	}

	.neighborhood-directory,
	.neighborhood-character,
	.neighborhood-living,
	.neighborhood-properties,
	.neighborhood-faq,
	.neighborhood-valuation,
	.neighborhood-editorial,
	.neighborhood-consultant {
		padding-block: 56px;
	}

	.neighborhood-directory__intro,
	.neighborhood-character__copy,
	.neighborhood-consultant__grid,
	.neighborhood-valuation__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.neighborhood-directory h2,
	.neighborhood-living h2,
	.neighborhood-properties h2,
	.neighborhood-valuation h2,
	.neighborhood-consultant h2,
	.neighborhood-character h2 {
		font-size: 29px;
	}

	.neighborhood-directory__intro > p,
	.neighborhood-character__copy p,
	.neighborhood-consultant__grid > div > p:not(.anc-overline),
	.neighborhood-valuation__grid > div > p:not(.anc-overline) {
		font-size: 16px;
		line-height: 1.6;
	}

	.neighborhood-filters {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
		margin-top: 32px;
	}

	.neighborhood-filters button {
		min-height: 28px;
		padding-inline: 12px;
		font-size: 10px;
	}

	.neighborhood-filters input {
		width: 100%;
	}

	.neighborhood-directory__grid {
		grid-template-columns: 1fr;
		gap: 42px;
		margin-top: 34px;
	}

	.neighborhood-directory__grid > article:nth-child(n + 7) {
		display: none;
	}

	[data-anc-neighborhood-directory].is-functional .neighborhood-directory__grid > article {
		display: block;
	}

	.neighborhood-list-card__image {
		aspect-ratio: 1.08 / 1;
	}

	.neighborhood-list-card > p {
		min-height: 0;
	}

	.neighborhood-directory__more {
		display: block;
		width: max-content;
		margin: 36px auto 0;
		padding: 12px 24px;
		border: 1px solid #d8cdbb;
		border-radius: 3px;
		background: transparent;
		font: 400 13px/1 var(--wp--preset--font-family--archivo);
	}

	.neighborhood-editorial blockquote {
		margin-top: 28px;
		font-size: 31px;
	}

	.neighborhood-editorial {
		display: grid;
		min-height: 430px;
		align-items: center;
	}

	.neighborhood-consultant figure {
		display: none;
	}

	.neighborhood-consultant {
		display: grid;
		min-height: 520px;
		align-items: center;
	}

	.neighborhood-newsletter {
		min-height: 500px;
	}

	.neighborhood-consultant .anc-button {
		width: max-content;
	}

	.neighborhood-character__copy {
		margin-top: 28px;
	}

	.neighborhood-character__stats {
		grid-template-columns: 1fr 1fr;
		gap: 0;
		margin-top: 36px;
		padding-top: 0;
		border-top: 0;
	}

	.neighborhood-character__stats > div {
		min-height: 148px;
		justify-content: start;
		padding: 18px 10px;
		border-right: 0;
		border-bottom: 1px solid #d8cdbb;
	}

	.neighborhood-living__grid {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-top: 36px;
	}

	.neighborhood-character {
		min-height: 1100px;
	}

	.neighborhood-living {
		min-height: 1230px;
	}

	.neighborhood-map {
		margin-top: 48px;
	}

	.neighborhood-map figure {
		height: 300px;
	}

	.neighborhood-editorial--detail blockquote {
		font-size: 30px;
	}

	.neighborhood-editorial--detail > .neighborhood-shell > p:last-child {
		font-size: 14px;
		line-height: 1.5;
	}

	.neighborhood-property-search {
		grid-template-columns: 1fr;
	}

	.neighborhood-properties__grid {
		grid-auto-columns: calc(100vw - 70px);
		grid-auto-flow: column;
		grid-template-columns: none;
		gap: 16px;
		overflow-x: auto;
		padding-right: 20px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.neighborhood-properties__grid::-webkit-scrollbar {
		display: none;
	}

	.neighborhood-properties__grid > * {
		scroll-snap-align: start;
	}

	.neighborhood-properties {
		min-height: 1100px;
	}

	.neighborhood-faq {
		display: none;
	}

	.neighborhood-valuation figure {
		display: none;
	}

	.neighborhood-valuation {
		min-height: 870px;
	}
}

@media (min-width: 701px) {
	.about-intro {
		min-height: 500px;
	}

	.about-process {
		min-height: 760px;
	}

	.about-areas {
		min-height: 900px;
	}

	.about-quote {
		min-height: 470px;
	}

	.about-valuation {
		min-height: 1050px;
	}

	.about-newsletter {
		min-height: 300px;
	}
}

@media (max-width: 700px) {
	.blog-masthead {
		min-height: 520px;
	}

	.blog-masthead > .anc-container > p:last-child {
		max-width: 320px;
	}

	.blog-feature {
		min-height: 1000px;
	}

	.blog-feature > .anc-container,
	.blog-archive > .anc-container,
	.blog-newsletter > .anc-container,
	.anc-about-page section:not(.about-hero) > .anc-container {
		width: auto;
		margin-inline: 20px;
	}

	.blog-grid {
		gap: 34px;
	}

	.blog-card__image {
		aspect-ratio: 1.52 / 1;
	}

	.blog-card > .blog-tag {
		min-height: 22px;
		margin-top: 12px;
		padding-inline: 10px;
	}

	.blog-card h3 {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.4;
	}

	.blog-card > p:not(.blog-meta) {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.5;
	}

	.blog-card .blog-meta {
		margin-top: 12px !important;
	}

	.blog-card .anc-text-link {
		margin-top: 10px;
		padding-block: 6px;
	}
}
