/*
Theme Name: Domov Reality
Theme URI: https://example.com/domov-reality
Author: Domov Reality
Author URI: https://example.com
Description: Elegantní realitní WordPress šablona v bílé, černé, šedé a zlaté. Připravená pro Elementor, s responzivní úvodní stránkou, kontaktními akcemi a editovatelnými sociálními odkazy.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: domov-reality
Tags: custom-logo, custom-menu, featured-images, full-width-template, block-styles, elementor
*/

:root {
	--ink: #0d0d0d;
	--ink-soft: #222222;
	--graphite: #474747;
	--gray: #77746f;
	--gray-light: #dedbd5;
	--mist: #f4f3f0;
	--white: #ffffff;
	--gold: #b8965a;
	--gold-light: #d4bb83;
	--gold-pale: #eee4cf;
	--line: rgba(13, 13, 13, 0.13);
	--shadow: 0 22px 60px rgba(13, 13, 13, 0.12);
	--serif: Georgia, "Times New Roman", serif;
	--sans: "Segoe UI", Arial, Helvetica, sans-serif;
	--shell: 1220px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.menu-open,
body.modal-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

.shell {
	width: min(calc(100% - 48px), var(--shell));
	margin-inline: auto;
}

.narrow-shell {
	max-width: 860px;
}

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

.screen-reader-text:focus,
.skip-link:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	background: var(--white);
	color: var(--ink);
}

:focus-visible {
	outline: 2px solid var(--gold-light);
	outline-offset: 4px;
}

/* Header */
.site-header {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	color: var(--white);
	transition: background 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.site-header.is-scrolled {
	position: fixed;
	background: rgba(13, 13, 13, 0.96);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(12px);
}

.header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 42px;
	min-height: 88px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.brand .custom-logo-link {
	display: flex;
}

.brand .custom-logo {
	max-width: 190px;
	max-height: 54px;
	width: auto;
}

.brand-mark {
	position: relative;
	display: block;
	width: 39px;
	height: 39px;
	border: 1px solid var(--gold-light);
	border-radius: 50%;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
	position: absolute;
	content: "";
	display: block;
}

.brand-mark::before {
	left: 10px;
	top: 13px;
	width: 17px;
	height: 13px;
	border: 1.5px solid currentColor;
	border-top: 0;
}

.brand-mark::after {
	left: 9px;
	top: 10px;
	width: 18px;
	height: 18px;
	border-top: 1.5px solid currentColor;
	border-left: 1.5px solid currentColor;
	transform: rotate(45deg);
}

.brand-mark span {
	left: 18px;
	top: 20px;
	width: 1px;
	height: 7px;
	background: currentColor;
}

.brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1;
	letter-spacing: 0.18em;
}

.brand-copy strong {
	font-size: 15px;
	font-weight: 650;
}

.brand-copy small {
	margin-top: 5px;
	color: var(--gold-light);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.36em;
}

.primary-navigation {
	justify-self: center;
}

.site-menu,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-menu {
	display: flex;
	align-items: center;
	gap: 34px;
}

.site-menu a {
	position: relative;
	display: block;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.site-menu a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 4px;
	width: 0;
	height: 1px;
	background: var(--gold-light);
	transition: width 180ms ease;
}

.site-menu a:hover::after,
.site-menu .current-menu-item a::after {
	width: 100%;
}

.header-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1.2;
}

.header-contact span {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold-light);
}

.header-contact strong {
	margin-top: 5px;
	font-size: 13px;
	font-weight: 600;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 22px;
	height: 1px;
	margin: 5px 0;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

/* Hero */
.hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 780px;
	height: min(92vh, 940px);
	overflow: hidden;
	background: var(--ink);
	color: var(--white);
}

.hero-image,
.hero-overlay,
.hero-glow {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-image {
	object-fit: cover;
	object-position: center;
	animation: heroIn 1.2s ease both;
}

.hero-overlay {
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.38) 45%, rgba(5, 5, 5, 0.5) 100%),
		linear-gradient(180deg, rgba(5, 5, 5, 0.35) 0%, rgba(5, 5, 5, 0.02) 50%, rgba(5, 5, 5, 0.68) 100%);
}

.hero-glow {
	inset: auto auto -33% 50%;
	width: 700px;
	height: 700px;
	border-radius: 50%;
	background: rgba(184, 150, 90, 0.2);
	filter: blur(90px);
	transform: translateX(-50%);
}

.hero-content {
	position: relative;
	z-index: 3;
	max-width: 820px;
	padding-top: 72px;
	text-align: center;
}

.hero-kicker,
.eyebrow {
	margin: 0 0 22px;
	color: var(--gold);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--gold-light);
}

.hero-kicker span {
	display: block;
	width: 28px;
	height: 1px;
	background: currentColor;
}

.hero h1,
.section-heading h2,
.trust-copy h2,
.valuation-inner h2,
.page-heading h1,
.archive-heading h1,
.gdpr-dialog h2 {
	margin: 0;
	font-family: var(--serif);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.hero h1 {
	font-size: clamp(54px, 6.25vw, 94px);
	text-shadow: 0 3px 22px rgba(0, 0, 0, 0.22);
}

.hero h1 em,
.section-heading h2 em,
.trust-copy h2 em,
.valuation-inner h2 em {
	color: var(--gold-light);
	font-weight: 400;
}

.hero-lead {
	max-width: 630px;
	margin: 25px auto 0;
	color: rgba(255, 255, 255, 0.77);
	font-size: 17px;
	line-height: 1.75;
}

.hero-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	margin-top: 37px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-height: 54px;
	padding: 15px 23px;
	border: 1px solid transparent;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button-primary {
	background: var(--gold);
	color: var(--white);
}

.button-primary:hover {
	background: var(--white);
	color: var(--ink);
}

.button-light {
	background: var(--white);
	color: var(--ink);
}

.button-light:hover {
	background: var(--gold);
	color: var(--white);
}

.button-small {
	min-height: 44px;
	padding: 12px 17px;
	font-size: 9px;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid currentColor;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	transition: color 180ms ease, gap 180ms ease;
}

.text-link:hover {
	gap: 25px;
	color: var(--gold);
}

.text-link-light {
	color: var(--white);
}

.hero-side-link {
	position: absolute;
	z-index: 5;
	top: 50%;
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 145px;
	padding: 17px 22px;
	border-block: 1px solid rgba(255, 255, 255, 0.35);
	color: var(--white);
	font-family: var(--serif);
	font-size: 26px;
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-side-link:hover {
	border-color: var(--gold-light);
	background: rgba(13, 13, 13, 0.42);
	color: var(--gold-light);
}

.hero-side-link-left {
	left: 0;
	justify-content: flex-end;
	padding-left: 36px;
}

.hero-side-link-right {
	right: 0;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-right: 36px;
}

.side-link-arrow {
	font-family: var(--sans);
	font-size: 16px;
}

.hero-contact-bar {
	position: absolute;
	z-index: 6;
	left: 50%;
	bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(12, 12, 12, 0.64);
	box-shadow: 0 12px 38px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(14px);
	transform: translateX(-50%);
}

.hero-contact-action {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	padding: 8px 14px;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.86);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease;
}

.hero-contact-action:hover,
.hero-contact-action[aria-expanded="true"] {
	background: var(--gold);
	color: var(--white);
}

.hero-contact-action svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.phone-reveal {
	position: relative;
}

.phone-number {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 14px);
	width: max-content;
	padding: 10px 14px;
	background: var(--white);
	box-shadow: var(--shadow);
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
	transform: translateX(-50%);
}

.phone-number::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 100%;
	border: 6px solid transparent;
	border-top-color: var(--white);
	transform: translateX(-50%);
}

@keyframes heroIn {
	from { opacity: 0; transform: scale(1.04); }
	to { opacity: 1; transform: scale(1); }
}

/* Search */
.property-search-wrap {
	position: relative;
	z-index: 12;
	margin-top: -2px;
	background: var(--ink);
}

.property-search {
	display: grid;
	grid-template-columns: auto minmax(210px, 1.5fr) minmax(160px, 1fr) minmax(150px, 0.8fr) auto;
	align-items: end;
	gap: 0;
	background: var(--white);
	box-shadow: var(--shadow);
	transform: translateY(35px);
}

.search-tabs {
	display: grid;
	align-self: stretch;
	min-width: 122px;
}

.search-tab {
	padding: 12px 24px;
	border: 0;
	border-right: 1px solid var(--line);
	background: var(--mist);
	color: var(--gray);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	cursor: pointer;
}

.search-tab:first-child {
	border-bottom: 1px solid var(--line);
}

.search-tab.is-active {
	background: var(--gold);
	color: var(--white);
}

.search-field {
	position: relative;
	padding: 16px 20px;
	border-right: 1px solid var(--line);
}

.search-field label {
	display: block;
	margin-bottom: 4px;
	color: var(--gray);
	font-size: 8px;
	font-weight: 750;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.search-field input,
.search-field select {
	width: 100%;
	padding: 2px 20px 2px 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--ink);
	font-size: 13px;
}

.search-field input::placeholder {
	color: #aaa7a1;
}

.search-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	gap: 10px;
	min-width: 112px;
	padding: 14px 20px;
	border: 0;
	background: var(--ink);
	color: var(--white);
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 180ms ease;
}

.search-submit:hover {
	background: var(--gold);
}

.search-submit svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

/* Shared sections */
.section {
	padding: 120px 0;
}

.section-heading h2,
.trust-copy h2 {
	max-width: 760px;
	font-size: clamp(38px, 4vw, 59px);
}

.heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}

.listings-section {
	padding-top: 148px;
	background: var(--mist);
}

.listing-filter {
	display: flex;
	gap: 8px;
	margin-top: 40px;
}

.listing-filter button {
	padding: 9px 15px;
	border: 1px solid var(--line);
	background: transparent;
	color: var(--gray);
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	cursor: pointer;
}

.listing-filter button.is-active,
.listing-filter button:hover {
	border-color: var(--ink);
	background: var(--ink);
	color: var(--white);
}

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

.property-card {
	overflow: hidden;
	background: var(--white);
	box-shadow: 0 10px 35px rgba(13, 13, 13, 0.06);
	transition: transform 200ms ease, box-shadow 200ms ease, opacity 180ms ease;
}

.property-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 22px 50px rgba(13, 13, 13, 0.12);
}

.property-card[hidden] {
	display: none;
}

.property-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1.28 / 1;
	background: var(--gray-light);
}

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

.property-card:hover .property-media img {
	transform: scale(1.035);
}

.property-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 7px 11px;
	background: var(--white);
	color: var(--ink);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.property-badge-rent {
	background: var(--gold);
	color: var(--white);
}

.favorite-button {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: var(--ink);
	font-size: 23px;
	line-height: 1;
	cursor: pointer;
}

.favorite-button.is-favorite {
	background: var(--gold);
	color: var(--white);
}

.property-body {
	padding: 24px 24px 20px;
}

.property-location {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 9px;
	color: var(--gold);
	font-size: 8px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.property-location span {
	width: 6px;
	height: 6px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.property-body h3 {
	min-height: 57px;
	margin: 0;
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.28;
}

.property-body h3 a:hover {
	color: var(--gold);
}

.property-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	list-style: none;
	margin: 18px 0 0;
	padding: 13px 0;
	border-block: 1px solid var(--line);
	color: var(--gray);
	font-size: 10px;
}

.property-meta li + li::before {
	content: "·";
	margin-inline: 8px;
	color: var(--gold);
}

.property-price {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin-top: 16px;
}

.property-price strong {
	font-size: 16px;
	font-weight: 650;
}

.property-price span {
	color: var(--gray);
	font-size: 7px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.no-results {
	margin: 35px 0 0;
	padding: 22px;
	border: 1px solid var(--gold);
	color: var(--graphite);
	text-align: center;
}

/* Trust */
.trust-section {
	background: var(--white);
}

.trust-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.85fr) minmax(440px, 1.15fr);
	align-items: center;
	gap: clamp(60px, 8vw, 120px);
}

.trust-portrait {
	position: relative;
	padding: 0 44px 45px 0;
}

.portrait-image {
	min-height: 570px;
	background-image: linear-gradient(rgba(13, 13, 13, 0.12), rgba(13, 13, 13, 0.12)), url("assets/images/hero.webp");
	background-position: 74% center;
	background-size: cover;
	filter: grayscale(0.25);
}

.portrait-card {
	position: absolute;
	right: 0;
	bottom: 0;
	display: grid;
	width: 190px;
	padding: 26px;
	background: var(--ink);
	color: var(--white);
	box-shadow: var(--shadow);
}

.portrait-card strong {
	font-family: var(--serif);
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
}

.portrait-card .stars {
	margin-top: 8px;
	color: var(--gold-light);
	font-size: 10px;
	letter-spacing: 0.18em;
}

.portrait-card small {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 9px;
	line-height: 1.5;
}

.trust-copy .lead-copy {
	max-width: 620px;
	margin: 28px 0 0;
	color: var(--graphite);
	font-size: 16px;
	line-height: 1.85;
}

.stats-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 39px 0 34px;
	padding-block: 26px;
	border-block: 1px solid var(--line);
}

.stats-row > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-inline: 22px;
	border-right: 1px solid var(--line);
}

.stats-row > div:first-child {
	padding-left: 0;
}

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

.stats-row strong {
	font-family: var(--serif);
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
}

.stats-row span {
	color: var(--gray);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Services */
.services-section {
	background: var(--ink);
	color: var(--white);
}

.centered-heading {
	text-align: center;
}

.centered-heading h2 {
	margin-inline: auto;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 60px;
	border: 1px solid rgba(255, 255, 255, 0.13);
}

.service-card {
	position: relative;
	min-height: 380px;
	padding: 32px 29px;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
	background: var(--ink);
	transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.service-card:last-child {
	border-right: 0;
}

.service-card:hover,
.service-card-featured {
	background: var(--gold);
	color: var(--white);
}

.service-card:hover {
	transform: translateY(-6px);
}

.service-number {
	position: absolute;
	top: 27px;
	right: 27px;
	color: rgba(255, 255, 255, 0.36);
	font-size: 9px;
	letter-spacing: 0.15em;
}

.service-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin-top: 35px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
}

.service-icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1;
	stroke-linejoin: round;
}

.service-card h3 {
	margin: 37px 0 12px;
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 400;
}

.service-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	line-height: 1.75;
}

.service-card:hover p,
.service-card-featured p {
	color: rgba(255, 255, 255, 0.82);
}

.service-card > a {
	position: absolute;
	right: 27px;
	bottom: 25px;
	font-size: 19px;
}

/* Valuation */
.valuation-section {
	position: relative;
	overflow: hidden;
	background: var(--graphite);
	color: var(--white);
}

.valuation-background {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(13, 13, 13, 0.92), rgba(13, 13, 13, 0.61)),
		url("assets/images/loft-brno.webp") center 56% / cover;
	filter: grayscale(1);
}

.valuation-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	min-height: 370px;
	padding-block: 70px;
}

.valuation-inner h2 {
	max-width: 720px;
	font-size: clamp(39px, 4.5vw, 63px);
}

.valuation-inner p:not(.eyebrow) {
	max-width: 590px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.68);
}

.eyebrow-light {
	color: var(--gold-light);
}

.valuation-inner .button {
	flex: 0 0 auto;
}

/* Footer */
.site-footer {
	background: #080808;
	color: var(--white);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.8fr 1fr 1fr;
	gap: 65px;
	padding-block: 72px 62px;
}

.footer-brand p,
.footer-cta p {
	max-width: 270px;
	margin: 25px 0 0;
	color: rgba(255, 255, 255, 0.49);
	font-size: 12px;
}

.site-footer h2 {
	margin: 3px 0 23px;
	color: var(--gold-light);
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.footer-menu,
.footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li,
.footer-contact li {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.63);
	font-size: 12px;
}

.footer-menu a:hover,
.footer-contact a:hover {
	color: var(--gold-light);
}

.footer-cta .button {
	margin-top: 21px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 78px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.36);
	font-size: 9px;
	letter-spacing: 0.04em;
}

.footer-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.footer-action {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.footer-action:hover {
	border-color: var(--gold);
	background: var(--gold);
	color: var(--white);
}

.footer-action svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.footer-action svg .icon-fill {
	fill: currentColor;
	stroke: none;
}

.footer-action-text {
	width: auto;
	min-width: 54px;
	padding-inline: 10px;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.08em;
}

/* GDPR modal */
.gdpr-modal {
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
}

.gdpr-modal[hidden] {
	display: none;
}

.gdpr-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(5px);
}

.gdpr-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 620px);
	padding: clamp(32px, 6vw, 58px);
	background: var(--white);
	box-shadow: var(--shadow);
}

.gdpr-dialog h2 {
	font-size: 39px;
}

.gdpr-dialog p:not(.eyebrow) {
	color: var(--graphite);
	font-size: 14px;
}

.gdpr-close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--line);
	background: transparent;
	color: var(--ink);
	font-size: 23px;
	cursor: pointer;
}

/* Generic WordPress content */
.content-area {
	min-height: 65vh;
	padding-top: 155px;
	padding-bottom: 100px;
}

.content-area h1,
.content-area h2,
.content-area h3 {
	font-family: var(--serif);
	font-weight: 400;
	line-height: 1.2;
}

.page-heading,
.archive-heading {
	margin-bottom: 42px;
}

.page-heading h1,
.archive-heading h1 {
	font-size: clamp(40px, 6vw, 72px);
}

.entry-card {
	padding: 28px 0;
	border-top: 1px solid var(--line);
}

.entry-card h2 {
	margin: 0;
	font-size: 32px;
}

.entry-content > * {
	max-width: 100%;
}

.entry-content a {
	color: var(--gold);
	text-decoration: underline;
}

.post-thumbnail {
	margin-bottom: 40px;
}

.elementor-fullwidth,
.elementor-front-page {
	min-height: 50vh;
}

.admin-bar .site-header {
	top: 32px;
}

body:not(.home) .site-header {
	position: relative;
	background: var(--ink);
}

body:not(.home) .content-area {
	padding-top: 90px;
}

/* Responsive */
@media (max-width: 1100px) {
	.header-inner {
		gap: 24px;
	}

	.site-menu {
		gap: 21px;
	}

	.hero-side-link {
		top: auto;
		bottom: 95px;
		min-width: 130px;
		font-size: 21px;
	}

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

	.search-field:nth-of-type(4) {
		display: none;
	}

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

	.property-card:last-child {
		grid-column: span 2;
		max-width: calc(50% - 11px);
	}

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

	.service-card:nth-child(2) {
		border-right: 0;
	}

	.service-card:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.footer-grid {
		grid-template-columns: 1.2fr 0.8fr 1fr;
	}

	.footer-cta {
		grid-column: 1 / -1;
		padding-top: 30px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}
}

@media (max-width: 850px) {
	.shell {
		width: min(calc(100% - 36px), var(--shell));
	}

	.header-inner {
		grid-template-columns: auto auto;
		justify-content: space-between;
		min-height: 74px;
	}

	.menu-toggle {
		display: block;
		grid-column: 2;
		grid-row: 1;
	}

	.menu-toggle[aria-expanded="true"] span:nth-of-type(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.primary-navigation {
		position: fixed;
		inset: 74px 0 auto;
		padding: 30px 24px 38px;
		background: rgba(13, 13, 13, 0.98);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
	}

	.primary-navigation.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.site-menu {
		flex-direction: column;
		gap: 3px;
	}

	.site-menu a {
		padding: 12px;
		font-size: 15px;
	}

	.header-contact {
		display: none;
	}

	.hero {
		min-height: 720px;
		height: 100svh;
	}

	.hero-content {
		padding-top: 20px;
	}

	.hero h1 {
		font-size: clamp(48px, 10vw, 74px);
	}

	.hero-side-link {
		bottom: 105px;
		min-width: 112px;
		padding: 11px 15px;
		font-size: 18px;
	}

	.hero-side-link-left {
		padding-left: 18px;
	}

	.hero-side-link-right {
		padding-right: 18px;
	}

	.property-search-wrap {
		padding-block: 18px;
	}

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

	.search-tabs {
		grid-column: 1 / -1;
		grid-template-columns: 1fr 1fr;
	}

	.search-tab {
		min-height: 44px;
		border-bottom: 1px solid var(--line);
	}

	.search-field {
		border-bottom: 1px solid var(--line);
	}

	.search-field-wide {
		grid-column: 1 / -1;
	}

	.search-submit {
		min-height: 64px;
	}

	.search-field:nth-of-type(4) {
		display: block;
	}

	.section {
		padding: 90px 0;
	}

	.listings-section {
		padding-top: 90px;
	}

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

	.trust-grid {
		grid-template-columns: 1fr;
		gap: 65px;
	}

	.trust-portrait {
		max-width: 580px;
	}

	.valuation-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 48px;
	}
}

@media (max-width: 600px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.hero {
		min-height: 700px;
	}

	.hero-content {
		width: min(calc(100% - 38px), 520px);
	}

	.hero h1 {
		font-size: clamp(42px, 13vw, 60px);
	}

	.hero-lead {
		font-size: 14px;
		line-height: 1.65;
	}

	.hero-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 17px;
		max-width: 290px;
		margin: 27px auto 0;
	}

	.text-link-light {
		align-self: center;
	}

	.hero-side-link {
		bottom: 103px;
		min-width: auto;
		font-size: 16px;
	}

	.hero-contact-bar {
		bottom: 19px;
		width: calc(100% - 30px);
	}

	.hero-contact-action {
		justify-content: center;
		flex: 1;
		padding-inline: 7px;
	}

	.hero-contact-action span {
		display: none;
	}

	.hero-contact-action svg {
		width: 20px;
		height: 20px;
	}

	.phone-reveal {
		flex: 1;
	}

	.phone-reveal .hero-contact-action {
		width: 100%;
	}

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

	.search-tabs,
	.search-field-wide {
		grid-column: auto;
	}

	.search-field:nth-of-type(4) {
		display: none;
	}

	.search-field {
		border-right: 0;
	}

	.search-submit {
		min-height: 57px;
	}

	.section-heading h2,
	.trust-copy h2 {
		font-size: 39px;
	}

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

	.property-card:last-child {
		grid-column: auto;
		max-width: none;
	}

	.property-media {
		aspect-ratio: 1.45 / 1;
	}

	.trust-portrait {
		padding: 0 20px 40px 0;
	}

	.portrait-image {
		min-height: 430px;
	}

	.portrait-card {
		width: 165px;
		padding: 21px;
	}

	.stats-row {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.stats-row > div,
	.stats-row > div:first-child {
		padding: 0 0 18px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

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

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

	.service-card,
	.service-card:nth-child(2) {
		min-height: 335px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.service-card:last-child {
		border-bottom: 0;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 38px;
		padding-block: 60px 45px;
	}

	.footer-cta {
		grid-column: auto;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 20px;
	}

	.footer-actions {
		width: 100%;
		justify-content: flex-start;
	}
}

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