/*
Theme Name: Vincenec Legal
Theme URI: https://advokat-sk.sk/
Author: Advokátska kancelária JUDr. Vincenec, s. r. o.
Description: Ľahká, prístupná a konverzne zameraná WordPress téma pre advokátsku kanceláriu. Obsahuje služby autorizácie dokumentov, prevodov nehnuteľností, agendu RPVS a bezpečný kontaktný formulár.
Version: 1.4.1
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: vincenec-legal
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--paper: #fbfaf6;
	--paper-strong: #ffffff;
	--mist: #e9f0ed;
	--mist-deep: #dbe7e2;
	--ink: #17302d;
	--ink-soft: #3f5652;
	--sage: #68887e;
	--sage-dark: #315f56;
	--sage-deep: #1e4c45;
	--sand: #d7c49f;
	--sand-soft: #f0e8d8;
	--accent: #d87a55;
	--accent-soft: #f5ded4;
	--journey-dot-size: 28px;
	--journey-dot-center: 14px;
	--journey-dot-top: 52px;
	--journey-line-start: 66px;
	--journey-gutter: 5%;
	--journey-stroke: 2.25px;
	--line: rgba(23, 48, 45, 0.15);
	--line-strong: rgba(23, 48, 45, 0.26);
	--error: #8f3838;
	--success: #2f6656;
	--shadow: 0 24px 60px rgba(26, 54, 49, 0.10);
	--shadow-soft: 0 12px 32px rgba(26, 54, 49, 0.07);
	--radius-sm: 12px;
	--radius: 22px;
	--radius-lg: 34px;
	--shell: min(1160px, calc(100vw - 48px));
	--serif: Georgia, "Times New Roman", serif;
	--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

html.menu-open {
	overflow: hidden;
	overscroll-behavior: none;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
	overscroll-behavior: none;
}

body.menu-open .page-navigator {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

button,
input,
select,
textarea {
	font: inherit;
}

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

a {
	color: var(--sage-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--sage-deep);
}

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

p,
h1,
h2,
h3,
h4 {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	font-family: var(--serif);
	font-weight: 500;
	letter-spacing: -0.032em;
	line-height: 1.08;
	text-wrap: balance;
}

h1 {
	font-size: clamp(3.1rem, 6vw, 6rem);
}

h2 {
	font-size: clamp(2.25rem, 4.5vw, 4.15rem);
}

h3 {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
}

::selection {
	background: var(--sand);
	color: var(--ink);
}

:focus-visible {
	outline: 3px solid var(--sand);
	outline-offset: 4px;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	padding: 10px 16px;
	background: var(--ink);
	color: #fff;
	border-radius: 8px;
	transform: translateY(-160%);
}

.skip-link:focus {
	transform: translateY(0);
}

.shell {
	width: var(--shell);
	margin-inline: auto;
}

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

.section {
	position: relative;
	isolation: isolate;
	padding-block: clamp(88px, 11vw, 150px);
}

.hero > .shell,
.section > .shell,
.law-update > .shell,
.legal-meta > .shell {
	position: relative;
	z-index: 2;
}

.journey-path {
	position: absolute;
	top: var(--journey-line-start);
	z-index: 0;
	display: block;
	width: calc(90% - var(--journey-dot-size));
	height: calc(100% - var(--journey-line-start));
	color: rgba(49, 95, 86, 0.42);
	pointer-events: none;
}

.journey-path > i {
	position: absolute;
	display: block;
	width: 0;
	height: 36%;
	border-color: currentColor;
	border-style: dashed;
	border-width: 0;
}

.journey-path--left-to-right {
	left: calc(var(--journey-gutter) + var(--journey-dot-center));
}

.journey-path--left-to-right > i:first-child {
	top: 0;
	left: 0;
	border-left-width: var(--journey-stroke);
}

.journey-path--left-to-right > i:last-child {
	right: 0;
	bottom: 0;
	border-right-width: var(--journey-stroke);
}

.journey-path--right-to-left {
	right: calc(var(--journey-gutter) + var(--journey-dot-center));
}

.journey-path--right-to-left > i:first-child {
	top: 0;
	right: 0;
	border-right-width: var(--journey-stroke);
}

.journey-path--right-to-left > i:last-child {
	bottom: 0;
	left: 0;
	border-left-width: var(--journey-stroke);
}

.journey-path::before {
	position: absolute;
	top: calc(0px - var(--journey-line-start) - 1px);
	width: 0;
	height: calc(var(--journey-line-start) + 1px);
	content: "";
}

.journey-path--left-to-right::before {
	left: 0;
	border-left: var(--journey-stroke) dashed currentColor;
}

.journey-path--right-to-left::before {
	right: 0;
	border-right: var(--journey-stroke) dashed currentColor;
}

.section--detail .journey-path::before {
	display: none;
}

.journey-path--terminal > i {
	display: none;
}

.journey-path:not(.journey-path--terminal)::after {
	display: none;
}

.journey-path--light {
	color: rgba(255, 255, 255, 0.34);
}

.eyebrow {
	margin-bottom: 20px;
	color: var(--sage-dark);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	line-height: 1.35;
	text-transform: uppercase;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border: 1px solid var(--sage-deep);
	border-radius: 999px;
	background: var(--sage-deep);
	color: #fff;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
	background: var(--ink);
	box-shadow: 0 10px 28px rgba(23, 48, 45, 0.18);
	color: #fff;
	transform: translateY(-2px);
}

.button--small {
	min-height: 44px;
	padding: 10px 17px;
	font-size: 0.82rem;
}

.button--outline {
	background: transparent;
	color: var(--sage-deep);
}

.button--outline:hover {
	background: var(--sage-deep);
	color: #fff;
}

.button--full {
	width: 100%;
}

.text-link {
	display: inline-flex;
	flex-direction: column;
	gap: 1px;
	color: var(--ink);
	font-size: 0.78rem;
	line-height: 1.3;
	text-decoration: none;
}

.text-link span {
	color: var(--ink-soft);
}

.text-link strong {
	font-size: 0.98rem;
	font-weight: 750;
}

.text-link--inline {
	flex-direction: row;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid currentColor;
	font-size: 0.9rem;
	font-weight: 700;
	padding-bottom: 2px;
}

.text-link--inline span {
	color: inherit;
	transition: transform 180ms ease;
}

.text-link--inline:hover span {
	transform: translateX(4px);
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	border-bottom: 1px solid transparent;
	transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
	border-color: var(--line);
	background: rgba(251, 250, 246, 0.94);
	box-shadow: 0 6px 24px rgba(23, 48, 45, 0.05);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

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

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--ink);
	text-decoration: none;
}

.brand__mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--ink);
	border-radius: 50%;
	font-family: var(--serif);
	font-size: 0.9rem;
	letter-spacing: -0.04em;
}

.brand__mark--stacked {
	grid-template-rows: auto 1px auto;
	align-content: center;
	gap: 2px;
	border-color: var(--sage-deep);
	color: var(--sage-deep);
	line-height: 0.88;
}

.brand__mark--stacked > span,
.brand__mark--stacked > strong {
	color: var(--sage-deep);
	font-family: var(--serif);
	font-weight: 600;
	letter-spacing: 0.02em;
}

.brand__mark--stacked > span {
	font-size: 0.52rem;
}

.brand__mark--stacked > strong {
	font-size: 0.67rem;
}

.brand__mark--stacked > i {
	display: block;
	width: 15px;
	height: 1px;
	background: var(--sage-deep);
}

.brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.brand__text strong {
	font-family: var(--serif);
	font-size: 1rem;
	font-weight: 600;
}

.brand__text small {
	margin-top: 4px;
	color: var(--ink-soft);
	font-size: 0.64rem;
	font-weight: 650;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.brand__custom-logo img {
	width: auto;
	max-height: 52px;
}

.brand__custom-logo .custom-logo-link {
	display: block;
}

.site-navigation {
	display: flex;
	align-items: center;
	gap: 26px;
}

.nav-list,
.site-navigation .menu {
	display: flex;
	align-items: center;
	gap: clamp(17px, 2.1vw, 30px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-list a,
.site-navigation .menu a {
	position: relative;
	color: var(--ink-soft);
	font-size: 0.8rem;
	font-weight: 680;
	text-decoration: none;
}

.nav-list a::after,
.site-navigation .menu a::after {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 1px;
	background: var(--sage-dark);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.nav-list a:hover::after,
.nav-list a.is-active::after,
.site-navigation .menu a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.nav-contact {
	display: none;
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
}

.menu-toggle__label {
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.menu-toggle__lines {
	display: grid;
	gap: 6px;
	width: 24px;
}

.menu-toggle__lines i {
	display: block;
	height: 1px;
	background: currentColor;
	transition: transform 180ms ease;
}

/* Hero */
.hero {
	display: flex;
	align-items: center;
	min-height: 830px;
	padding-top: 150px;
	padding-bottom: 90px;
	overflow: hidden;
}

.hero__wash {
	position: absolute;
	top: 0;
	right: 0;
	width: 48%;
	height: 100%;
	background:
		radial-gradient(circle at 75% 32%, rgba(255, 255, 255, 0.9) 0 1px, transparent 2px) 0 0 / 26px 26px,
		linear-gradient(145deg, var(--mist) 0%, #f1f5f1 100%);
	clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.72fr);
	align-items: center;
	gap: clamp(60px, 8vw, 118px);
}

.hero__content {
	max-width: 750px;
}

.hero h1 {
	max-width: 780px;
	margin-bottom: 30px;
}

.hero h1::first-line {
	color: var(--sage-deep);
}

.hero__lead {
	max-width: 670px;
	margin-bottom: 34px;
	color: var(--ink-soft);
	font-size: clamp(1.06rem, 1.5vw, 1.28rem);
	line-height: 1.65;
}

.hero__actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 40px;
}

.trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 0;
	padding: 0;
	color: var(--ink-soft);
	font-size: 0.77rem;
	list-style: none;
}

.trust-list li {
	position: relative;
	padding-left: 17px;
}

.trust-list li::before {
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--sand);
	content: "";
}

.hero__panel {
	position: relative;
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.74);
	box-shadow: var(--shadow);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.hero__panel::before {
	position: absolute;
	top: -40px;
	right: -32px;
	width: 116px;
	height: 116px;
	border: 1px solid rgba(216, 122, 85, 0.22);
	border-radius: 50%;
	background: rgba(245, 222, 212, 0.68);
	box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.42), 0 0 0 0 rgba(216, 122, 85, 0.12);
	content: "";
	animation: hero-accent-pulse 4.8s ease-in-out infinite;
}

@keyframes hero-accent-pulse {
	0%,
	100% {
		box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.42), 0 0 0 0 rgba(216, 122, 85, 0.12);
		transform: scale(0.98);
	}
	50% {
		box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.42), 0 0 0 13px rgba(216, 122, 85, 0);
		transform: scale(1.025);
	}
}

.hero__panel-label {
	margin-bottom: 10px;
	color: var(--ink-soft);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hero-topic {
	display: grid;
	grid-template-columns: 36px 1fr auto;
	align-items: center;
	gap: 14px;
	min-height: 92px;
	border-bottom: 1px solid var(--line);
	color: var(--ink);
	text-decoration: none;
}

.hero-topic__number {
	color: var(--sage);
	font-family: var(--serif);
	font-size: 0.86rem;
}

.hero-topic > span:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.hero-topic strong {
	font-family: var(--serif);
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.2;
}

.hero-topic small {
	color: var(--ink-soft);
	font-size: 0.72rem;
	line-height: 1.35;
}

.hero-topic i {
	font-style: normal;
	transition: transform 180ms ease;
}

.hero-topic:hover i {
	transform: translate(3px, -3px);
}

/* Update strip */
.law-update {
	position: relative;
	isolation: isolate;
	background: var(--ink);
	color: #fff;
	overflow: hidden;
}

.law-update__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 32px;
	min-height: 164px;
}

.law-update__date {
	margin: 0;
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.64rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.law-update__date span {
	display: block;
	color: var(--accent-soft);
	font-family: var(--serif);
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: -0.04em;
}

.law-update .eyebrow {
	margin-bottom: 8px;
	color: var(--accent-soft);
}

.law-update__inner > div p:last-child {
	max-width: 760px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
}

.law-update .text-link {
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
	white-space: nowrap;
}

/* Fixed page navigator */
.page-navigator {
	position: fixed;
	top: 50%;
	right: 22px;
	z-index: 90;
	width: 276px;
	color: var(--ink);
	font-family: var(--sans);
	transform: translateY(-50%);
}

.admin-bar .page-navigator {
	top: calc(50% + 16px);
}

.page-navigator__panel {
	padding: 18px;
	border: 1px solid rgba(23, 48, 45, 0.14);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 54px rgba(23, 48, 45, 0.16);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.page-navigator__toggle {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 9px;
	background: rgba(251, 250, 246, 0.92);
	color: var(--ink-soft);
	cursor: pointer;
}

.page-navigator__toggle > span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.page-navigator__toggle i,
.page-navigator__toggle i::before,
.page-navigator__toggle i::after {
	display: block;
	width: 12px;
	height: 1px;
	background: currentColor;
	content: "";
}

.page-navigator__toggle i::before {
	transform: rotate(45deg);
}

.page-navigator__toggle i::after {
	margin-top: -1px;
	transform: rotate(-45deg);
}

.page-navigator__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-right: 32px;
	font-size: 0.72rem;
}

.page-navigator__head strong {
	font-weight: 780;
	letter-spacing: 0.02em;
}

.page-navigator__head span {
	color: var(--ink-soft);
	font-size: 0.64rem;
	white-space: nowrap;
}

.page-navigator__progress {
	height: 5px;
	margin: 12px 0 13px;
	border-radius: 99px;
	background: var(--mist-deep);
	overflow: hidden;
}

.page-navigator__progress span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: var(--sage-dark);
	transition: width 100ms linear;
}

.page-navigator nav {
	display: grid;
	gap: 2px;
}

.page-navigator nav a {
	display: grid;
	grid-template-columns: 25px 1fr;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 7px 9px;
	border-radius: 9px;
	color: var(--ink-soft);
	font-size: 0.72rem;
	line-height: 1.25;
	text-decoration: none;
	transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.page-navigator nav a > span {
	color: var(--sage);
	font-family: var(--serif);
	font-size: 0.68rem;
}

.page-navigator nav a:hover,
.page-navigator nav a:focus-visible,
.page-navigator nav a.is-active {
	background: var(--mist);
	color: var(--ink);
}

.page-navigator nav a:hover {
	transform: translateX(2px);
}

.page-navigator nav a.is-active {
	font-weight: 760;
}

.page-navigator nav a.page-navigator__contact {
	font-weight: 800;
}

.page-navigator.is-collapsed {
	width: auto;
}

.page-navigator.is-collapsed .page-navigator__panel {
	display: none;
}

.page-navigator.is-collapsed .page-navigator__toggle {
	position: static;
	display: flex;
	width: auto;
	height: 42px;
	gap: 9px;
	padding: 0 14px;
	border-color: rgba(23, 48, 45, 0.15);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 12px 34px rgba(23, 48, 45, 0.15);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.page-navigator.is-collapsed .page-navigator__toggle > span {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	font-size: 0.72rem;
	font-weight: 780;
	white-space: normal;
}

.page-navigator.is-collapsed .page-navigator__toggle i {
	height: 10px;
	background: linear-gradient(currentColor, currentColor) 0 0 / 12px 1px no-repeat,
		linear-gradient(currentColor, currentColor) 0 50% / 12px 1px no-repeat,
		linear-gradient(currentColor, currentColor) 0 100% / 12px 1px no-repeat;
}

.page-navigator.is-collapsed .page-navigator__toggle i::before,
.page-navigator.is-collapsed .page-navigator__toggle i::after {
	display: none;
}

.section-heading,
.property-heading,
.rpvs-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.72fr);
	align-items: end;
	gap: clamp(48px, 8vw, 130px);
	margin-bottom: clamp(48px, 7vw, 84px);
}

.section-heading h2,
.property-heading h2,
.rpvs-intro h2 {
	max-width: 800px;
	margin-bottom: 0;
}

.section-heading > p,
.property-heading > p,
.rpvs-intro > div:last-child p:first-child {
	margin-bottom: 0;
	color: var(--ink-soft);
}

/* Corporate documents */
.section--detail {
	--journey-mask: var(--paper);
	background: var(--paper);
}

.section--detail::after {
	position: absolute;
	top: 52px;
	left: var(--journey-gutter);
	z-index: 1;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 13px var(--accent-soft);
	content: "";
	pointer-events: none;
}

.detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr);
	gap: clamp(70px, 11vw, 150px);
}

.detail-intro {
	position: sticky;
	top: 120px;
	align-self: start;
}

/* Keep the company-document introduction anchored in its section. */
#obchodne-spolocnosti .detail-intro {
	position: static;
}

.detail-intro h2 {
	margin-bottom: 28px;
}

.detail-intro > p:not(.eyebrow) {
	margin-bottom: 30px;
	color: var(--ink-soft);
}

.note-card {
	margin: 34px 0;
	padding: 20px 22px;
	border-left: 3px solid var(--sage-dark);
	background: var(--mist);
}

.note-card__label {
	display: block;
	margin-bottom: 6px;
	color: var(--sage-dark);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.note-card p {
	margin: 0;
	font-size: 0.83rem;
}

.document-list {
	border-top: 1px solid var(--line-strong);
}

.document-list article {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 20px;
	padding: 34px 0;
	border-bottom: 1px solid var(--line-strong);
}

.document-list article > span {
	color: var(--sage);
	font-family: var(--serif);
	font-size: 0.9rem;
}

.document-list h3 {
	margin-bottom: 12px;
	font-size: 1.45rem;
}

.document-list p {
	margin-bottom: 0;
	color: var(--ink-soft);
	font-size: 0.88rem;
}

/* Property */
.section--property {
	--journey-mask: var(--mist);
	background: var(--mist);
}

.section--property::after {
	position: absolute;
	top: 52px;
	right: var(--journey-gutter);
	z-index: 1;
	width: 18px;
	height: 18px;
	border: 0;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 13px var(--accent-soft);
	content: "";
	pointer-events: none;
}

.property-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.65fr);
	gap: clamp(48px, 9vw, 120px);
	align-items: start;
}

.property-steps {
	position: relative;
}

.property-steps::before {
	position: absolute;
	top: 36px;
	bottom: 36px;
	left: 28px;
	width: 1px;
	background: rgba(49, 95, 86, 0.2);
	content: "";
}

.property-step {
	position: relative;
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 26px;
	padding-bottom: 36px;
}

.property-step:last-child {
	padding-bottom: 0;
}

.property-step > span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(49, 95, 86, 0.25);
	border-radius: 50%;
	background: var(--mist);
	color: var(--sage-dark);
	font-family: var(--serif);
	font-size: 0.78rem;
}

.property-step:first-child > span {
	border-color: rgba(216, 122, 85, 0.45);
	background: var(--accent-soft);
}

.property-step h3 {
	margin: 5px 0 8px;
}

.property-step p {
	max-width: 570px;
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.87rem;
}

.pricing-card {
	border-radius: var(--radius-lg);
	background: #fff;
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	-webkit-user-select: none;
	user-select: none;
}

.pricing-card__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(28px, 4vw, 40px);
	cursor: pointer;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	user-select: none;
}

.pricing-card__summary::-webkit-details-marker {
	display: none;
}

.pricing-card__summary:focus-visible {
	outline: 3px solid var(--accent-soft);
	outline-offset: -5px;
}

.pricing-card__summary > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
}

.pricing-card__summary .eyebrow {
	display: block;
	margin: 0 0 8px;
}

.pricing-card__summary strong {
	display: block;
	font-family: var(--serif);
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	font-weight: 500;
	line-height: 1.12;
}

.pricing-card__summary small {
	display: block;
	margin-top: 8px;
	color: var(--ink-soft);
	font-size: 0.69rem;
	line-height: 1.4;
}

.pricing-card__summary i {
	position: relative;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--accent-soft);
}

.pricing-card__summary i::before,
.pricing-card__summary i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 1px;
	background: var(--ink);
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.pricing-card__summary i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.pricing-card[open] .pricing-card__summary {
	border-bottom: 1px solid var(--line);
	background: rgba(245, 222, 212, 0.22);
}

.pricing-card[open] .pricing-card__summary i::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.pricing-card__content {
	padding: 0 clamp(28px, 4vw, 45px) clamp(28px, 4vw, 45px);
}

.price-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	padding: 24px 0;
	border-top: 1px solid var(--line);
}

.price-item:first-child {
	border-top: 0;
}

.price-item h3 {
	margin-bottom: 7px;
	font-family: var(--sans);
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.price-item p {
	margin-bottom: 0;
	color: var(--ink-soft);
	font-size: 0.83rem;
}

.price-item .price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 0;
	text-align: right;
	white-space: nowrap;
}

.price strong {
	color: var(--ink);
	font-family: var(--serif);
	font-size: 2.35rem;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.price span {
	margin-top: 2px;
	font-size: 0.7rem;
}

.pricing-note {
	margin: 4px 0 24px;
	color: var(--ink-soft);
	font-size: 0.72rem;
	line-height: 1.55;
}

/* RPVS */
.section--rpvs {
	--journey-mask: var(--ink);
	background: var(--ink);
	color: #fff;
	overflow: hidden;
}

.section--rpvs::before {
	position: absolute;
	top: -220px;
	right: -170px;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
	content: "";
}

.section--rpvs::after {
	position: absolute;
	top: 52px;
	left: var(--journey-gutter);
	z-index: 1;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 13px rgba(245, 222, 212, 0.16);
	content: "";
	opacity: 0.9;
}

.rpvs-intro {
	position: relative;
}

.rpvs-intro .eyebrow {
	color: var(--accent-soft);
}

.rpvs-intro > div:last-child p:first-child {
	color: rgba(255, 255, 255, 0.7);
}

.law-reference {
	margin: 18px 0 0;
	color: var(--sand);
	font-size: 0.72rem;
}

.rpvs-columns {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1fr);
	gap: clamp(50px, 9vw, 120px);
	align-items: start;
}

.rpvs-scope {
	padding-top: 20px;
}

.rpvs-scope h3 {
	margin-bottom: 20px;
	font-size: 1.85rem;
}

.rpvs-scope > p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.88rem;
}

.source-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 28px 0 36px;
}

.source-chips span {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.67rem;
}

.thresholds {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-bottom: 20px;
}

.thresholds div {
	padding: 20px;
	border: 1px solid rgba(215, 196, 159, 0.28);
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, 0.04);
}

.thresholds strong,
.thresholds span {
	display: block;
}

.thresholds strong {
	margin-bottom: 4px;
	color: var(--sand);
	font-family: var(--serif);
	font-size: 1.45rem;
	font-weight: 500;
}

.thresholds span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.66rem;
	line-height: 1.4;
}

.small-print {
	color: rgba(255, 255, 255, 0.48) !important;
	font-size: 0.67rem !important;
	line-height: 1.6;
}

.eligibility {
	min-height: 520px;
	padding: clamp(30px, 4vw, 48px);
	border-radius: var(--radius-lg);
	background: var(--paper);
	color: var(--ink);
}

.eligibility__header {
	margin-bottom: 24px;
}

.eligibility__header .eyebrow {
	margin-bottom: 10px;
}

.eligibility__header h3 {
	margin-bottom: 10px;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.eligibility__header p:last-child {
	margin-bottom: 0;
	color: var(--ink-soft);
	font-size: 0.8rem;
}

.checker-progress {
	height: 3px;
	margin-bottom: 31px;
	border-radius: 999px;
	background: var(--mist-deep);
	overflow: hidden;
}

.checker-progress span {
	display: block;
	width: 33.333%;
	height: 100%;
	background: var(--sage-dark);
	transition: width 260ms ease;
}

.checker-step {
	margin: 0;
	padding: 0;
	border: 0;
}

.checker-step legend {
	width: 100%;
	margin-bottom: 22px;
	font-family: var(--serif);
	font-size: clamp(1.25rem, 2.2vw, 1.55rem);
	font-weight: 500;
	line-height: 1.25;
}

.checker-step legend span {
	display: block;
	margin-bottom: 8px;
	color: var(--sage);
	font-family: var(--sans);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.09em;
}

.choice {
	display: block;
	margin-bottom: 9px;
	cursor: pointer;
}

.choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.choice span {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 10px 16px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
	font-size: 0.82rem;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.choice span::before {
	width: 16px;
	height: 16px;
	margin-right: 11px;
	border: 1px solid var(--sage);
	border-radius: 50%;
	box-shadow: inset 0 0 0 4px #fff;
	content: "";
}

.choice:hover span {
	border-color: var(--sage);
	transform: translateX(3px);
}

.choice input:focus-visible + span {
	outline: 3px solid var(--sand);
	outline-offset: 2px;
}

.choice input:checked + span {
	border-color: var(--sage-dark);
	background: var(--mist);
}

.choice input:checked + span::before {
	background: var(--sage-dark);
}

.checker-result__label {
	margin-bottom: 9px;
	color: var(--sage-dark);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.checker-result h3 {
	margin-bottom: 16px;
	font-size: 2rem;
}

.checker-result > p:not(.checker-result__label):not(.small-print) {
	color: var(--ink-soft);
	font-size: 0.85rem;
}

.checker-result__actions {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 25px 0 18px;
}

.text-button {
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--sage-dark);
	font-size: 0.75rem;
	font-weight: 700;
	cursor: pointer;
}

.checker-result .small-print {
	color: var(--ink-soft) !important;
}

.rpvs-service-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 86px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.rpvs-service-strip > div {
	display: flex;
	gap: 13px;
	padding: 24px 19px;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.rpvs-service-strip > div:last-child {
	border-right: 0;
}

.rpvs-service-strip span {
	color: var(--sand);
	font-family: var(--serif);
	font-size: 0.75rem;
}

.rpvs-service-strip p,
.rpvs-service-strip strong {
	display: block;
}

.rpvs-service-strip p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.68rem;
	line-height: 1.45;
}

.rpvs-service-strip strong {
	margin-bottom: 3px;
	color: #fff;
	font-size: 0.76rem;
}

/* Process */
.section--process {
	--journey-mask: #fff;
	background: #fff;
}

.section--process::after {
	position: absolute;
	top: 52px;
	right: var(--journey-gutter);
	z-index: 1;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 13px var(--accent-soft);
	content: "";
	pointer-events: none;
}

.process-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(440px, 1fr);
	gap: clamp(70px, 12vw, 160px);
}

.process-intro h2 {
	margin-bottom: 24px;
}

.process-intro > p:not(.eyebrow) {
	margin-bottom: 28px;
	color: var(--ink-soft);
}

.process-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--line-strong);
	list-style: none;
}

.process-list li {
	display: grid;
	grid-template-columns: 55px 1fr;
	gap: 18px;
	padding: 27px 0;
	border-bottom: 1px solid var(--line-strong);
}

.process-list li > span {
	color: var(--sage);
	font-family: var(--serif);
	font-size: 0.78rem;
}

.process-list li:first-child > span {
	color: var(--accent);
}

.process-list h3 {
	margin-bottom: 7px;
	font-size: 1.3rem;
}

.process-list p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.82rem;
}

/* About */
.section--about {
	--journey-mask: var(--sand-soft);
	background: var(--sand-soft);
}

.section--about::after {
	position: absolute;
	top: 52px;
	left: var(--journey-gutter);
	z-index: 1;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 13px var(--accent-soft);
	content: "";
	pointer-events: none;
}

.about-grid {
	display: grid;
	grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(60px, 11vw, 155px);
}

.about-signature {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 360px;
	max-width: 470px;
	border: 1px solid rgba(23, 48, 45, 0.17);
	border-radius: 28px;
	padding: clamp(42px, 6vw, 72px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.42)),
		var(--sand-soft);
	box-shadow: 0 28px 60px rgba(23, 48, 45, 0.08);
	overflow: hidden;
}

.about-signature::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	background: var(--sage-deep);
	content: "";
}

.about-signature::after {
	position: absolute;
	top: 34px;
	right: 36px;
	width: 92px;
	height: 42px;
	border-top: 1px solid rgba(49, 95, 86, 0.28);
	border-bottom: 1px solid rgba(49, 95, 86, 0.14);
	background: repeating-linear-gradient(
		90deg,
		rgba(49, 95, 86, 0.22) 0 1px,
		transparent 1px 13px
	);
	content: "";
}

.about-signature span,
.about-signature strong {
	position: relative;
	z-index: 1;
}

.about-signature span {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 24px;
	color: var(--sage-dark);
	font-size: 0.69rem;
	font-weight: 780;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.about-signature span::after {
	width: 52px;
	height: 1px;
	background: var(--sage);
	content: "";
}

.about-signature strong {
	max-width: 360px;
	font-family: var(--serif);
	font-size: clamp(2.35rem, 4.8vw, 4.15rem);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1;
}

.about-copy h2 {
	margin-bottom: 16px;
}

.about-copy__lead {
	margin-bottom: 24px;
	color: var(--sage-dark);
	font-family: var(--serif);
	font-size: 1.3rem;
}

.about-copy > p:not(.eyebrow):not(.about-copy__lead) {
	color: var(--ink-soft);
}

.about-facts {
	display: grid;
	grid-template-columns: 0.58fr 1.42fr;
	margin: 32px 0;
	border-top: 1px solid var(--line-strong);
	border-bottom: 1px solid var(--line-strong);
}

.about-facts div {
	padding: 20px 18px 20px 0;
	border-right: 1px solid var(--line-strong);
}

.about-facts div + div {
	padding-left: 22px;
	border-right: 0;
}

.about-facts span,
.about-facts strong {
	display: block;
}

.about-facts span {
	margin-bottom: 5px;
	color: var(--ink-soft);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-facts strong {
	font-size: 0.79rem;
}

/* FAQ */
.section--faq {
	--journey-mask: var(--paper-strong);
	padding-block: clamp(64px, 8vw, 96px);
	border-top: 1px solid var(--line);
	background: var(--paper-strong);
}

.faq-grid {
	display: grid;
	grid-template-columns: minmax(170px, 0.42fr) minmax(460px, 1fr);
	gap: clamp(45px, 8vw, 100px);
	align-items: start;
}

.faq-intro h2 {
	margin-bottom: 14px;
	font-size: clamp(2rem, 3.6vw, 3.2rem);
}

.faq-intro > p:last-child {
	color: var(--ink-soft);
}

.accordion {
	border-top: 1px solid var(--line-strong);
}

.accordion__item {
	border-bottom: 1px solid var(--line-strong);
}

.accordion__item h3 {
	margin: 0;
}

.accordion__item button {
	display: grid;
	grid-template-columns: 1fr 24px;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 21px 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-family: var(--serif);
	font-size: 1.02rem;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
}

.accordion__item i {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
}

.accordion__item i::before,
.accordion__item i::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 1px;
	background: var(--sage-dark);
	content: "";
	transition: transform 180ms ease;
}

.accordion__item i::after {
	transform: rotate(90deg);
}

.accordion__item button[aria-expanded="true"] i::after {
	transform: rotate(0);
}

.accordion__panel {
	padding: 0 44px 21px 0;
}

.accordion__panel p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.84rem;
}

/* Contact */
.section--contact {
	--journey-mask: var(--mist);
	background: var(--mist);
}

.section--contact::after {
	position: absolute;
	top: 52px;
	right: var(--journey-gutter);
	z-index: 1;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 13px var(--accent-soft);
	content: "";
	pointer-events: none;
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(490px, 1fr);
	gap: clamp(60px, 10vw, 145px);
	align-items: start;
}

.contact-copy {
	position: static;
}

.contact-copy h2 {
	margin-bottom: 24px;
}

.contact-copy > p:not(.eyebrow) {
	color: var(--ink-soft);
}

.direct-contact {
	margin-top: 40px;
	border-top: 1px solid var(--line-strong);
}

.direct-contact a {
	display: grid;
	grid-template-columns: 75px 1fr;
	gap: 16px;
	padding: 19px 0;
	border-bottom: 1px solid var(--line-strong);
	color: var(--ink);
	text-decoration: none;
}

.direct-contact span {
	color: var(--ink-soft);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.direct-contact strong {
	font-size: 0.82rem;
	font-weight: 650;
}

.contact-form-wrap {
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: var(--radius-lg);
	background: rgba(255,255,255,0.78);
	box-shadow: var(--shadow-soft);
}

.contact-form-wrap::before {
	display: block;
	width: 44px;
	height: 4px;
	margin-bottom: 28px;
	border-radius: 99px;
	background: var(--accent);
	content: "";
}

.form-row {
	display: block;
	margin-bottom: 21px;
}

.form-row--two {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.contact-form label > span:first-child,
.form-row > span:first-child {
	display: block;
	margin-bottom: 7px;
	color: var(--ink-soft);
	font-size: 0.67rem;
	font-weight: 750;
	letter-spacing: 0.04em;
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
	width: 100%;
	border: 1px solid var(--line-strong);
	border-radius: 10px;
	background: rgba(255,255,255,0.86);
	color: var(--ink);
	font-size: 0.86rem;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-form input:not([type="checkbox"]),
.contact-form select {
	height: 51px;
	padding: 0 14px;
}

.contact-form textarea {
	min-height: 145px;
	padding: 13px 14px;
	resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: var(--sage-dark);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(49, 95, 86, 0.1);
	outline: 0;
}

.contact-form ::placeholder {
	color: #899894;
}

.consent {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	align-items: start;
	margin: 2px 0 22px;
	color: var(--ink-soft);
	font-size: 0.68rem;
	cursor: pointer;
}

.consent input {
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	accent-color: var(--sage-dark);
}

.form-status {
	margin: 0 0 20px;
	padding: 13px 15px;
	border-radius: 9px;
	background: var(--sand-soft);
	color: var(--ink);
	font-size: 0.76rem;
}

.form-status.is-success {
	border-left: 3px solid var(--success);
}

.form-status.is-error {
	border-left: 3px solid var(--error);
}

.contact-form .form-status {
	margin: 16px 0 0;
}

.contact-form.is-sending {
	pointer-events: none;
	opacity: 0.72;
}

.honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Legal metadata */
.legal-meta {
	--journey-mask: var(--paper);
	position: relative;
	isolation: isolate;
	padding: 48px 0;
	border-top: 1px solid var(--line);
	background: var(--paper);
}

.legal-meta::before {
	position: absolute;
	top: var(--journey-dot-top);
	left: var(--journey-gutter);
	z-index: 1;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 10px var(--accent-soft);
	content: "";
}

@keyframes journey-node-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 14px var(--journey-ring, var(--accent-soft)), 0 0 0 16px rgba(221, 125, 85, 0.2);
	}
	50% {
		box-shadow: 0 0 0 19px var(--journey-ring, var(--accent-soft)), 0 0 0 30px rgba(221, 125, 85, 0);
	}
}

.section--detail::after,
.section--property::after,
.section--rpvs::after,
.section--process::after,
.section--about::after,
.section--contact::after,
.legal-meta::before {
	top: var(--journey-dot-top);
	width: var(--journey-dot-size);
	height: var(--journey-dot-size);
	animation: journey-node-pulse 3.4s ease-in-out infinite;
}

.section--rpvs::after {
	--journey-ring: rgba(245, 222, 212, 0.19);
}

.detail-intro,
.document-list,
.property-heading,
.property-steps,
.rpvs-intro,
.rpvs-scope,
.rpvs-service-strip,
.process-intro,
.process-list,
.about-copy,
.contact-copy,
.legal-meta__grid {
	background: var(--journey-mask);
	box-shadow: 0 0 0 18px var(--journey-mask);
}

.legal-meta__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 70px;
}

.legal-meta h2 {
	margin-bottom: 13px;
	font-family: var(--sans);
	font-size: 0.67rem;
	font-weight: 780;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.legal-meta p,
.legal-meta li {
	color: var(--ink-soft);
	font-size: 0.69rem;
}

.legal-meta ul {
	margin: 0 0 12px;
	padding-left: 17px;
}

@media (min-width: 701px) {
	.hero__lead,
	.law-update__inner > div p:last-child,
	.detail-intro > p:not(.eyebrow),
	.document-list p,
	.property-heading > p,
	.property-step p,
	.rpvs-intro > div:last-child p:first-child,
	.rpvs-scope > p,
	.process-intro > p:not(.eyebrow),
	.process-list p,
	.about-copy > p:not(.eyebrow),
	.contact-copy > p:not(.eyebrow),
	.accordion__panel p {
		text-align: justify;
		text-justify: inter-word;
		hyphens: auto;
	}
}

/* Footer */
.site-footer {
	padding: 72px 0 32px;
	background: #102522;
	color: #fff;
}

.footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 0.8fr 0.7fr;
	gap: 80px;
	padding-bottom: 55px;
}

.brand--footer {
	color: #fff;
}

.brand--footer .brand__mark {
	border-color: rgba(247, 243, 235, 0.82);
	background: rgba(255, 255, 255, 0.035);
}

.brand--footer .brand__mark--stacked > span,
.brand--footer .brand__mark--stacked > strong {
	color: #f7f3eb;
}

.brand--footer .brand__mark--stacked > i {
	background: rgba(247, 243, 235, 0.82);
}

.brand--footer small {
	color: rgba(255,255,255,0.74);
}

.footer__brand > p {
	max-width: 370px;
	margin: 24px 0 0;
	color: rgba(255,255,255,0.57);
	font-size: 0.77rem;
}

.footer__heading {
	margin: 5px 0 18px;
	color: var(--sand);
	font-family: var(--sans);
	font-size: 0.65rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.footer__links {
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0.63);
	font-size: 0.74rem;
	list-style: none;
}

.footer__links li {
	margin-bottom: 9px;
}

.footer__links a {
	color: rgba(255,255,255,0.75);
	text-decoration: none;
}

.footer__links a:hover {
	color: #fff;
}

.footer__bottom {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 40px;
	padding-top: 26px;
	border-top: 1px solid rgba(255,255,255,0.12);
	color: rgba(255,255,255,0.4);
	font-size: 0.62rem;
}

.footer__bottom p {
	margin: 0;
}

.footer__bottom p:last-child {
	justify-self: end;
	max-width: 640px;
	text-align: right;
}

.mobile-contact-bar {
	display: none;
}

/* Standard WordPress content */
.page-hero {
	padding: 180px 0 70px;
	background: var(--mist);
}

.page-hero h1 {
	margin-bottom: 0;
	font-size: clamp(2.8rem, 6vw, 5rem);
}

.entry-content,
.content-list,
.comments-area {
	padding-top: 70px;
	padding-bottom: 100px;
}

.entry-content > * {
	margin-bottom: 1.5em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.7em;
}

.entry-content blockquote {
	margin-inline: 0;
	padding: 20px 28px;
	border-left: 3px solid var(--sand);
	background: var(--sand-soft);
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	padding: 12px;
	border: 1px solid var(--line);
	text-align: left;
}

.entry-thumbnail {
	margin: 0 0 40px;
}

.entry-thumbnail img {
	border-radius: var(--radius);
}

.post-card {
	padding: 34px 0;
	border-bottom: 1px solid var(--line-strong);
}

.post-card__meta {
	margin-bottom: 7px;
	color: var(--sage);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.post-card h2 {
	margin-bottom: 13px;
}

.post-card h2 a {
	color: var(--ink);
	text-decoration: none;
}

.post-card p {
	color: var(--ink-soft);
}

.navigation.pagination {
	margin-top: 45px;
}

.nav-links {
	display: flex;
	gap: 7px;
}

.nav-links a,
.nav-links span {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	border: 1px solid var(--line);
	border-radius: 9px;
	text-decoration: none;
}

.nav-links .current {
	background: var(--ink);
	color: #fff;
}

.empty-state,
.not-found {
	padding: 200px 0 130px;
}

.empty-state {
	padding: 70px 0 100px;
}

.not-found p:not(.eyebrow) {
	max-width: 620px;
	color: var(--ink-soft);
}

.comments-area {
	border-top: 1px solid var(--line);
}

.comment-list {
	padding-left: 24px;
}

/* Motion */
.js .reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 600ms ease, transform 600ms ease;
}

.reveal--delay {
	transition-delay: 90ms;
}

.reveal--delay-2 {
	transition-delay: 180ms;
}

.js .reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Tablet */
@media (max-width: 1080px) {
	.site-navigation {
		gap: 16px;
	}

	.nav-list,
	.site-navigation .menu {
		gap: 16px;
	}

	.nav-list a,
	.site-navigation .menu a {
		font-size: 0.74rem;
	}

	.hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.68fr);
		gap: 55px;
	}

	.detail-grid,
	.process-grid,
	.faq-grid {
		gap: 70px;
	}

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

	.rpvs-service-strip > div:nth-child(2) {
		border-right: 0;
	}

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

/* Mobile navigation and stacked layouts */
@media (max-width: 900px) {
	:root {
		--shell: min(100% - 36px, 740px);
	}

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

	.site-header,
	.site-header.is-scrolled {
		border-color: var(--line);
		background: #fff;
		box-shadow: 0 6px 24px rgba(23, 48, 45, 0.06);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	body.menu-open .site-header {
		bottom: 0;
		overflow: hidden;
	}

	.page-navigator,
	.admin-bar .page-navigator {
		top: auto;
		right: 18px;
		bottom: 18px;
		width: min(360px, calc(100vw - 36px));
		transform: none;
	}

	.page-navigator__panel {
		max-height: min(620px, calc(100vh - 120px));
		overflow-y: auto;
	}

	.header__inner {
		min-height: 74px;
	}

	.menu-toggle {
		display: flex;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__lines i:first-child {
		transform: translateY(3.5px) rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__lines i:last-child {
		transform: translateY(-3.5px) rotate(-45deg);
	}

	.site-navigation {
		position: fixed;
		top: 74px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1001;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 25px;
		padding: 34px max(24px, calc((100vw - 704px) / 2));
		background: #fff !important;
		height: calc(100vh - 74px);
		height: calc(100dvh - 74px);
		overflow-y: auto;
		overscroll-behavior: contain;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		isolation: isolate;
		transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
	}

	.admin-bar .site-navigation {
		top: 120px;
		height: calc(100vh - 120px);
		height: calc(100dvh - 120px);
	}

	.site-navigation.is-open {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.nav-list,
	.site-navigation .menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.nav-list li,
	.site-navigation .menu li {
		border-bottom: 1px solid var(--line);
	}

	.nav-list a,
	.site-navigation .menu a {
		display: block;
		padding: 14px 0;
		font-family: var(--serif);
		font-size: 1.35rem;
	}

	.nav-list a::after,
	.site-navigation .menu a::after {
		display: none;
	}

	.nav-contact {
		display: flex;
		flex-direction: column;
		gap: 8px;
		font-size: 0.8rem;
	}

	.site-navigation .button {
		align-self: stretch;
	}

	.hero {
		min-height: auto;
		padding-top: 135px;
	}

	.hero__wash {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 45%;
		clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
	}

	.hero__grid,
	.section-heading,
	.property-heading,
	.rpvs-intro,
	.detail-grid,
	.property-layout,
	.rpvs-columns,
	.process-grid,
	.about-grid,
	.faq-grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.hero__grid {
		gap: 70px;
	}

	.hero__panel {
		width: min(100%, 620px);
		justify-self: center;
	}

	.law-update__inner {
		grid-template-columns: auto 1fr;
		padding-block: 28px;
	}

	.law-update .text-link {
		grid-column: 2;
		justify-self: start;
	}

	.section-heading,
	.property-heading,
	.rpvs-intro {
		align-items: start;
		gap: 24px;
	}

	.detail-grid,
	.property-layout,
	.rpvs-columns,
	.process-grid,
	.about-grid,
	.faq-grid,
	.contact-grid {
		gap: 55px;
	}

	.detail-intro,
	.contact-copy {
		position: static;
	}

	.pricing-card {
		max-width: 600px;
	}

	.rpvs-scope {
		max-width: 650px;
	}

	.eligibility {
		min-height: 0;
	}

	.about-signature {
		width: min(100%, 440px);
		justify-self: center;
	}

	.about-copy {
		max-width: 680px;
	}

	.faq-intro {
		max-width: 620px;
	}

	.footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 45px;
	}

	.footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	:root {
		--shell: calc(100% - 30px);
		--radius-lg: 26px;
	}

	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	body {
		font-size: 16px;
		padding-bottom: 60px;
	}

	.page-navigator,
	.admin-bar .page-navigator {
		right: 15px;
		bottom: 75px;
		width: calc(100vw - 30px);
	}

	.section {
		padding-block: 82px;
	}

	h1 {
		font-size: clamp(2.85rem, 14vw, 4.5rem);
	}

	h2 {
		font-size: clamp(2.15rem, 11vw, 3.4rem);
	}

	.brand__mark {
		width: 39px;
		height: 39px;
	}

	.brand__text strong {
		font-size: 0.91rem;
	}

	.brand__text small {
		font-size: 0.55rem;
	}

	.hero {
		padding-top: 120px;
		padding-bottom: 72px;
	}

	.hero h1 {
		margin-bottom: 23px;
	}

	.hero__lead {
		font-size: 1rem;
	}

	.hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
	}

	.hero__grid,
	.hero__content,
	.hero__actions,
	.hero__actions > *,
	.hero__panel,
	.hero-topic,
	.hero-topic > span:nth-child(2),
	.trust-list,
	.trust-list li {
		min-width: 0;
		max-width: 100%;
	}

	.hero__actions .button {
		width: 100%;
		padding-inline: 18px;
		line-height: 1.3;
		white-space: normal;
	}

	.section :where(h1, h2, h3, p, li, a, strong, small),
	.hero__actions .button {
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.hero__actions .text-link {
		align-items: center;
	}

	.trust-list {
		flex-direction: column;
	}

	.hero__panel {
		padding: 20px;
	}

	.hero-topic {
		grid-template-columns: 29px 1fr auto;
		min-height: 88px;
	}

	.hero-topic strong {
		font-size: 1rem;
	}

	.law-update__inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.law-update__date {
		display: none;
	}

	.law-update .text-link {
		grid-column: auto;
	}

	.eligibility,
	.contact-form-wrap {
		padding: 26px 21px;
	}

	.pricing-card__summary {
		padding: 26px 21px;
	}

	.pricing-card__content {
		padding: 0 21px 26px;
	}

	.about-signature {
		min-height: 300px;
		padding: 36px clamp(20px, 6vw, 28px);
	}

	.about-signature strong {
		max-width: none;
		font-size: clamp(1.55rem, 8.1vw, 2rem);
		letter-spacing: -0.055em;
		line-height: 1.05;
		overflow-wrap: normal;
		white-space: nowrap;
	}

	.section--detail::after,
	.section--property::after,
	.section--process::after,
	.section--about::after,
	.section--contact::after {
		opacity: 0.58;
		transform: scale(0.72);
	}

	.document-list article {
		grid-template-columns: 38px 1fr;
		gap: 12px;
	}

	.property-step {
		grid-template-columns: 48px 1fr;
		gap: 18px;
	}

	.property-step > span {
		width: 48px;
		height: 48px;
	}

	.property-steps::before {
		left: 23px;
	}

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

	.checker-result__actions {
		align-items: stretch;
		flex-direction: column;
	}

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

	.rpvs-service-strip > div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.rpvs-service-strip > div:last-child {
		border-bottom: 0;
	}

	.about-facts,
	.form-row--two,
	.legal-meta__grid,
	.footer__grid,
	.footer__bottom {
		grid-template-columns: 1fr;
	}

	.about-facts div,
	.about-facts div + div {
		padding: 17px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line-strong);
	}

	.about-facts div:last-child {
		border-bottom: 0;
	}

	.form-row--two {
		gap: 21px;
	}

	.legal-meta__grid {
		gap: 24px;
	}

	.footer__brand {
		grid-column: auto;
	}

	.footer__bottom {
		gap: 10px;
	}

	.footer__bottom p:last-child {
		justify-self: start;
		text-align: left;
	}

	.mobile-contact-bar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		height: 60px;
		border-top: 1px solid rgba(255,255,255,0.2);
		background: var(--ink);
	}

	.mobile-contact-bar a {
		display: grid;
		place-items: center;
		color: #fff;
		font-size: 0.78rem;
		font-weight: 750;
		text-decoration: none;
	}

	.mobile-contact-bar a:first-child {
		border-right: 1px solid rgba(255,255,255,0.18);
	}

	.page-hero {
		padding-top: 140px;
	}

	.not-found {
		padding-top: 150px;
	}
}

@media screen and (max-width: 768px) {
	.journey-path {
		display: none;
	}

	.section--detail::after,
	.section--property::after,
	.section--rpvs::after,
	.section--process::after,
	.section--about::after,
	.section--contact::after {
		top: 44px;
		right: 44px;
		left: auto;
		z-index: 4;
		opacity: 0.9;
		transform: none;
	}

	.legal-meta::before {
		top: 44px;
		right: 44px;
		left: auto;
		z-index: 4;
	}

	.detail-intro,
	.document-list,
	.property-heading,
	.property-steps,
	.rpvs-intro,
	.rpvs-scope,
	.rpvs-service-strip,
	.process-intro,
	.process-list,
	.about-copy,
	.contact-copy,
	.legal-meta__grid {
		background: transparent;
		box-shadow: none;
	}
}

/* Move GTranslate above the mobile bottom buttons */
@media screen and (max-width: 768px) {
    #gt_float_wrapper {
        bottom: calc(115px + env(safe-area-inset-bottom, 0px)) !important;
        right: 16px !important;
    }
}

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

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

	.js .reveal {
		opacity: 1;
		transform: none;
	}
}

@media print {
	.site-header,
	.page-navigator,
	.journey-path,
	.mobile-contact-bar,
	.button,
	.contact-form-wrap {
		display: none !important;
	}

	body {
		padding: 0;
		background: #fff;
		color: #000;
	}

	.section {
		padding: 36px 0;
	}
}
