/*
Theme Name: Oksana Luxury
Description: A custom block theme scaffolded by Studio Code.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 0.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oksana-luxury
Tags: full-site-editing, block-patterns, block-styles, wide-blocks, accessibility-ready, style-variations
*/

/* WordPress inserts margin-block-start: var(--wp--style--block-gap) between the
   template's top-level sections (header part, main, footer part) — a gap that
   exists even when no markup asks for it. Zero it so sections butt edge-to-edge
   and own their vertical rhythm via padding; this does not affect block gaps
   inside nested layouts. */
.wp-site-blocks > * + * {
	margin-block-start: 0;
}

/* === global vertical rhythm ===
   Open up the default gap between stacked blocks so the page breathes.
   WP applies this via --wp--style--block-gap on flow/constrained layouts. */
:root {
	--wp--style--block-gap: 34px;
}

/* Guarantee the preset font-size scale regardless of cached global styles.
   The brief calls for larger supporting text; small must not read as tiny. */
body {
	--wp--preset--font-size--eyebrow: 14px;
	--wp--preset--font-size--small: 1.05rem;
	--wp--preset--font-size--medium: 1.15rem;
	--wp--preset--font-size--large: 1.6rem;
	--wp--preset--font-size--x-large: 2.6rem;
}

/* === typography === */
body {
	font-family: var(--wp--preset--font-family--body);
	font-size: 18px;
	line-height: 1.65;
	color: var(--wp--preset--color--charcoal);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

p {
	line-height: 1.65;
}

h1, h2, h3, h4,
.wp-block-post-title {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1;
}

h4 {
	font-weight: 500;
}

/* Eyebrows: tighter tracking and a darker bronze so labels stay legible on
   ivory grounds; dark sections lift them to soft gold below. */
.has-eyebrow-font-size {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 600;
	font-family: var(--wp--preset--font-family--body);
	color: #8a6538;
}

.has-eyebrow-font-size.has-bronze-color {
	color: #8a6538 !important;
}

/* On dark grounds bronze fails contrast — promote eyebrows to soft gold. */
.has-luxury-ink-background-color .has-eyebrow-font-size.has-bronze-color,
.has-deep-ink-background-color .has-eyebrow-font-size.has-bronze-color {
	color: var(--wp--preset--color--soft-gold) !important;
}

.ok-section-title {
	font-size: clamp(2.4rem, 1.7rem + 2.6vw, 3.6rem);
	line-height: 1.08;
	letter-spacing: -0.005em;
}

.ok-hero-title {
	/* ~77px at 1440, ~70px at 1280, ~59px at 1024 — the brief's laptop range. */
	font-size: clamp(2.75rem, 0.9rem + 4.35vw, 5.4rem);
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	letter-spacing: -0.01em;
	line-height: 1.08;
	font-weight: 600;
}

/* === cinematic hero cover === */
/* The sticky header is transparent over the hero, so pull the main content
   up beneath it and let the hero own the full first viewport. */
.wp-site-blocks > main {
	margin-top: calc(-1 * var(--ok-header-height, 96px));
}

.ok-hero-cover {
	align-items: center;
	padding-top: calc(var(--ok-header-height, 96px) + 90px) !important;
}

.ok-hero-cover .wp-block-cover__inner-container {
	max-width: 780px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

/* Deepen the hero scrim for stronger text contrast — the gradient stays light
   at the top so the image itself never reads as flatly darkened. */
.ok-hero-cover > .wp-block-cover__background {
	opacity: 0.78;
}

/* Roomier, unmissable hero CTAs with clear air above them. */
.ok-hero-cover .wp-block-buttons {
	margin-top: 12px;
	gap: 16px;
}

.ok-hero-cover .wp-block-button__link {
	padding: 18px 36px;
}

/* Restrained entrance: the hero image settles from a gentle scale. The global
   prefers-reduced-motion rule disables this animation entirely. */
@keyframes ok-hero-settle {
	from { transform: scale(1.05); }
	to { transform: scale(1); }
}

.ok-hero-cover .wp-block-cover__image-background {
	animation: ok-hero-settle 6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ok-hero-eyebrow {
	position: relative;
	padding-bottom: 18px;
	margin: 0;
}

.ok-hero-eyebrow::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 46px;
	height: 1px;
	background: var(--wp--preset--color--soft-gold);
}

.ok-hero-lede {
	max-width: 580px;
	font-size: 19px;
	line-height: 1.7;
	margin: 0 auto;
}

/* slim credibility strip beneath the hero */
.ok-agent-strip .ok-agent-card {
	gap: 14px 20px;
	align-items: center;
	flex-wrap: wrap;
}

.ok-agent-strip .ok-agent-card p {
	margin: 0;
}

.ok-agent-divider {
	position: relative;
	padding-left: 21px;
}

.ok-agent-divider::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: rgba(197, 199, 186, 0.28);
}

.ok-body-copy {
	font-size: 1.05rem;
	line-height: 1.65;
	max-width: 54ch;
}
/* === header === */
/* Sticky, transparent over the hero, transitioning to solid deep-ink on scroll.
   The .ok-scrolled class is toggled by motion.js past a small scroll threshold. */
.ok-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: transparent !important;
	transition: background-color 0.4s ease, padding 0.35s ease, box-shadow 0.4s ease;
}

.ok-site-header.ok-scrolled {
	background-color: var(--wp--preset--color--deep-ink) !important;
	box-shadow: 0 1px 0 rgba(200, 167, 110, 0.28);
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

.ok-site-header .ok-brand-name,
.ok-footer .ok-brand-name {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.85rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.1;
	margin: 0;
}

.ok-site-header .ok-brand-subtitle {
	margin: 4px 0 0;
	font-size: 11px;
	letter-spacing: 0.22em;
	color: var(--wp--preset--color--light-muted) !important;
}

.ok-nav-row {
	gap: 40px;
}

.ok-nav .wp-block-navigation-item {
	font-size: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
}

.ok-nav .wp-block-navigation__container {
	gap: 14px;
}

/* Mobile overlay menu links need to be comfortably tappable and readable. */
.ok-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	font-size: 17px;
	padding: 12px 14px;
}

/* The inline link row only genuinely fits alongside the brand and CTA above
   ~1080px; below that, use the overlay menu core normally reserves for
   <600px so the header never overflows at tablet widths. */
@media (max-width: 1079px) {
	.ok-nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none;
	}

	.ok-nav .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex;
	}
}

/* Very small screens: compact the brand and CTA so nothing clips at 360px.
   The decorative tagline yields; the site title and CTA remain. */
@media (max-width: 430px) {
	.ok-site-header .ok-brand-subtitle {
		display: none;
	}

	.ok-site-header .ok-brand-name {
		font-size: 1.15rem;
	}

	.ok-call-button .wp-element-button {
		min-width: 0 !important;
		padding: 10px 12px !important;
		font-size: 10px !important;
		letter-spacing: 0.08em;
	}
}

.ok-nav .wp-block-navigation-item__content {
	padding: 8px 14px;
	position: relative;
	transition: color 0.25s ease;
}

/* Gold underline reveal on hover — a deliberate luxury detail, not clutter. */
.ok-nav .wp-block-navigation-item__content::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 2px;
	height: 1px;
	background: var(--wp--preset--color--soft-gold);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease;
}

.ok-nav .wp-block-navigation-item__content:hover::after {
	transform: scaleX(1);
}

.ok-call-button .wp-element-button {
	border-radius: 0;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 600;
	padding: 14px 26px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.ok-footer-nav .wp-block-navigation-item {
	font-size: 14px;
	letter-spacing: 0.04em;
}

.ok-footer-nav .wp-block-navigation-item__content {
	transition: color 0.2s ease;
	text-underline-offset: 4px;
}

.ok-footer-nav .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--soft-gold);
	text-decoration: underline;
}
/* === hero === */
.ok-hero-columns {
	gap: 40px;
}

.ok-hero-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ok-agent-card {
	margin-top: 16px;
	padding: 16px 18px;
	gap: 14px;
	border: 1px solid rgba(200, 167, 110, 0.3);
}

.ok-agent-avatar img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 999px;
}
/* === stats === */
.ok-stats .ok-stat {
	text-align: center;
}

/* Market snapshot — clean horizontal composition where the NUMBERS are the
   dominant visual element and labels sit quietly beneath with good contrast. */
.ok-market-stat {
	text-align: center;
	position: relative;
	padding: 8px 20px;
}

.ok-market-stat p {
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.ok-market-stat .has-large-font-size {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(2.8rem, 2rem + 2.5vw, 4rem) !important;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 14px;
	color: var(--wp--preset--color--soft-gold);
}

.ok-market-stat .has-eyebrow-font-size {
	color: var(--wp--preset--color--light-muted) !important;
	font-size: 13px;
	letter-spacing: 0.14em;
	line-height: 1.4;
}

/* Fine vertical dividers between stats on desktop. */
.ok-market .wp-block-columns {
	column-gap: 0;
	margin-top: 24px;
}

.ok-market-stat + .ok-market-stat::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 56px;
	width: 1px;
	background: rgba(200, 167, 110, 0.25);
}

/* De-emphasize the legal disclaimer — keep it intact but out of the primary
   visual hierarchy. */
.ok-market > .ok-section-intro + .wp-block-columns + .has-eyebrow-font-size,
.ok-market .wp-block-columns ~ .has-eyebrow-font-size {
	margin-top: 44px;
	font-size: 11px !important;
	letter-spacing: 0.08em;
	line-height: 1.6;
	color: var(--wp--preset--color--dark-muted) !important;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.72;
}

/* === cards === */
/* Refined market-navigation index: each focus area is a row divided by a
   fine rule, with a gold arrow that slides in on hover. Editorial, not a
   plain word grid. */
.ok-marketnav-label {
	margin: 0 0 10px;
}

.ok-marketnav {
	margin-bottom: 28px;
}

.ok-marketnav-item {
	border-top: 1px solid var(--wp--preset--color--light-border);
	padding: 20px 2px;
	margin: 0 !important;
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	padding-right: 32px;
	transition: color 0.25s ease, padding-left 0.3s ease;
	cursor: default;
}

.ok-marketnav-item:last-child {
	border-bottom: 1px solid var(--wp--preset--color--light-border);
}

.ok-marketnav-item::after {
	content: "\2192";
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--wp--preset--color--soft-gold);
	opacity: 0;
	transition: opacity 0.3s ease, right 0.3s ease;
}

.ok-marketnav-item:hover {
	color: var(--wp--preset--color--bronze);
	padding-left: 8px;
}

.ok-marketnav-item:hover::after {
	opacity: 1;
	right: 0;
}

.ok-expertise-grid {
	gap: 56px 40px;
	margin-top: 56px;
	counter-reset: ok-exp;
}

.ok-expertise-card {
	border-top: 2px solid var(--wp--preset--color--bronze);
	padding-top: 26px;
	counter-increment: ok-exp;
}

.ok-expertise-card::before {
	content: "0" counter(ok-exp);
	display: block;
	font-family: var(--wp--preset--font-family--body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.16em;
	color: var(--wp--preset--color--bronze);
	margin-bottom: 16px;
}

.ok-expertise-card .ok-card-title {
	margin: 0 0 12px;
	font-size: 1.6rem;
	line-height: 1.15;
}

.ok-expertise-card .ok-card-copy {
	margin: 0;
	font-size: 1.05rem !important;
	line-height: 1.6;
	color: var(--wp--preset--color--olive-body);
}

/* Meet Oksana — luxury editorial profile. Large offset portrait framed with
   whitespace and a fine bronze rule rather than a heavy border. */
.ok-about .wp-block-columns {
	gap: 72px;
	align-items: flex-start;
}

/* Slightly wider portrait column for real editorial presence (desktop only —
   mobile stacking keeps its 100% basis). */
@media (min-width: 782px) {
	.ok-about .wp-block-columns > .wp-block-column:first-child {
		flex-basis: 50% !important;
	}

	.ok-about .wp-block-columns > .ok-about-body {
		flex-basis: 50% !important;
	}
}

.ok-about-photo {
	position: relative;
	margin: 0;
}

/* The offset frame stays, but as a whisper rather than a border treatment. */
.ok-about-photo::before {
	content: "";
	position: absolute;
	inset: 18px -18px -18px 18px;
	border: 1px solid var(--wp--preset--color--bronze);
	opacity: 0.25;
	z-index: 0;
	pointer-events: none;
}

.ok-about-photo img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center top;
}

.ok-about-title {
	font-size: clamp(2.7rem, 1.9rem + 3.1vw, 4.2rem);
	margin-bottom: 10px;
	max-width: 15ch;
}

.ok-about-body .ok-body-copy {
	max-width: 52ch;
	font-size: 1.15rem;
	line-height: 1.7;
}

.ok-about-quote {
	margin: 26px 0 34px !important;
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.85rem;
	line-height: 1.4;
	max-width: 26ch;
	padding-left: 22px;
	border-left: 2px solid var(--wp--preset--color--soft-gold);
}

.ok-about-cta .wp-element-button {
	padding: 18px 36px;
}

/* Credentials + languages as a refined, uncrowded fact stack with hairline
   separators — not a bulleted list. */
.ok-about-facts {
	margin: 0 0 42px;
}

.ok-about-facts .ok-fact {
	gap: 3px !important;
	padding: 16px 0;
	border-top: 1px solid var(--wp--preset--color--light-border);
}

.ok-about-facts .ok-fact:last-child {
	border-bottom: 1px solid var(--wp--preset--color--light-border);
}

.ok-about-facts .ok-fact-label {
	margin: 0 !important;
}

.ok-about-facts .ok-fact-value {
	margin: 0 !important;
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.35rem;
	line-height: 1.25;
	font-weight: 500;
}

.ok-credential-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 28px;
}

.ok-credential-list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 16px;
	color: var(--wp--preset--color--olive-body);
	font-size: 1.05rem;
	line-height: 1.55;
}

/* Understated bronze tick — a short rule, not a glyph ornament. */
.ok-credential-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 12px;
	height: 1px;
	background: var(--wp--preset--color--bronze);
}

.ok-sellers .ok-credential-list li,
.ok-buyers .ok-credential-list li {
	color: inherit;
}

/* Credential lists on dark (luxury-ink) sections must use a light color
   for legibility — the default olive fails contrast on the dark ground. */
.has-luxury-ink-background-color .ok-credential-list li {
	color: var(--wp--preset--color--warm-ivory);
}

/* Section intros get generous room before the content that follows,
   and their copy is width-limited and centered for an airy, editorial feel. */
.ok-section-intro {
	margin-bottom: 38px;
}

.ok-section-intro > * {
	max-width: 60ch;
}

.ok-section-intro.is-layout-constrained > .has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}

/* Seller strategy — a calm editorial grid, not a dashboard. Large serif step
   numbers with quiet labels, divided by hairline rules. */
.ok-strategy-grid {
	gap: 0 !important;
	margin: 48px 0 40px;
	grid-template-columns: repeat(3, 1fr);
}

.ok-number-item {
	padding: 26px 28px 26px 0;
	border-top: 1px solid rgba(200, 167, 110, 0.28);
}

.ok-number-item p {
	margin: 0;
}

.ok-number-item .has-medium-font-size {
	font-family: var(--wp--preset--font-family--display);
	font-size: 2.8rem !important;
	font-weight: 500;
	line-height: 1;
	color: var(--wp--preset--color--soft-gold);
	margin-bottom: 12px;
}

.ok-number-item .has-small-font-size {
	font-size: 1.1rem !important;
	line-height: 1.35;
	color: var(--wp--preset--color--warm-ivory);
	max-width: 22ch;
}

.ok-seller-photo img,
.ok-buyer-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 440px;
}

.ok-buyers .ok-body-copy {
	font-size: 1.15rem;
}

.ok-buyers .ok-credential-list {
	margin: 28px 0 38px;
}

.ok-buyers .ok-credential-list li {
	font-size: 1.05rem;
	margin-bottom: 14px;
}

.ok-buyers .ok-section-title {
	margin: 14px 0 20px;
}
/* === sections === */
/* === cards === */
/* === neighborhoods === editorial property-market grid ===
   Uniform cards: consistent 4:3 imagery, square corners, hairline border,
   whole-card clickable via a stretched title link, subtle hover zoom + lift,
   and visible keyboard focus. No heavy shadows or rounded SaaS cards. */
.ok-neighborhood-grid {
	gap: 32px;
	margin: 56px 0 32px;
	grid-template-columns: repeat(3, 1fr);
}

.ok-neighborhood-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--wp--preset--color--light-border);
	background: var(--wp--preset--color--light-cream);
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ok-neighborhood-card:hover {
	transform: translateY(-4px);
	border-color: var(--wp--preset--color--bronze);
	box-shadow: 0 16px 40px rgba(23, 33, 26, 0.12);
}

.ok-neighborhood-image {
	margin: 0;
	overflow: hidden;
}

.ok-neighborhood-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.5s ease;
}

.ok-neighborhood-card:hover .ok-neighborhood-image img {
	transform: scale(1.06);
}

.ok-neighborhood-card-copy {
	padding: 26px 26px 28px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ok-neighborhood-title {
	margin: 0 !important;
	font-size: 1.7rem;
	line-height: 1.15;
	transition: transform 0.25s ease;
}

.ok-neighborhood-card:hover .ok-neighborhood-title {
	transform: translateX(4px);
}

/* Stretched link makes the entire card clickable while keeping a real,
   focusable anchor for accessibility. */
.ok-neighborhood-title a {
	color: inherit;
	text-decoration: none;
}

.ok-neighborhood-title a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.ok-neighborhood-card:focus-within {
	outline: 2px solid var(--wp--preset--color--bronze);
	outline-offset: 3px;
}

.ok-neighborhood-title a:focus-visible {
	outline: none;
}

.ok-neighborhood-description {
	margin: 0 !important;
	line-height: 1.5;
}

/* Featured corridor — one larger editorial card spanning the full width. */
.ok-neighborhood-banner {
	position: relative;
	gap: 0;
	border: 1px solid var(--wp--preset--color--light-border);
	overflow: hidden;
	margin-top: 32px;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
	grid-template-columns: 1.4fr 1fr;
}

.ok-neighborhood-banner:hover {
	border-color: var(--wp--preset--color--bronze);
	box-shadow: 0 16px 40px rgba(23, 33, 26, 0.16);
}

.ok-neighborhood-banner-image {
	margin: 0;
	overflow: hidden;
}

.ok-neighborhood-banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 320px;
	transition: transform 0.5s ease;
}

.ok-neighborhood-banner:hover .ok-neighborhood-banner-image img {
	transform: scale(1.05);
}

.ok-neighborhood-banner-copy {
	padding: 44px 40px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ok-neighborhood-banner-label {
	margin: 0 !important;
}

.ok-neighborhood-banner .ok-neighborhood-title {
	font-size: 2rem;
}

.ok-neighborhood-banner .ok-neighborhood-title a::after {
	inset: 0;
}

.ok-neighborhood-banner:focus-within {
	outline: 2px solid var(--wp--preset--color--bronze);
	outline-offset: 3px;
}
/* === sales === */
/* The featured residence dominates: a wider image column, taller crop, and a
   copy panel that reads like an editorial spread rather than a listing card. */
.ok-sale-feature {
	gap: 0;
	border: 1px solid var(--wp--preset--color--light-border);
	margin: 48px 0 36px;
	overflow: hidden;
	grid-template-columns: 1.4fr 1fr !important;
}

.ok-sale-image {
	margin: 0;
	overflow: hidden;
}

.ok-sale-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 440px;
	transition: transform 0.6s ease;
}

.ok-sale-feature:hover .ok-sale-image img,
.ok-sale-card:hover .ok-sale-image img {
	transform: scale(1.04);
}

.ok-sale-copy {
	padding: 48px 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ok-sale-price {
	margin: 8px 0 2px;
}

.ok-sale-price.has-large-font-size {
	font-size: 2.1rem !important;
	line-height: 1.1;
}

/* Property titles read as serif editorial subheads, not body text. */
.ok-sale-copy .has-medium-font-size {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.35rem !important;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
}

/* Metadata: quiet but legible — dark-muted fails contrast on cream. */
.ok-sale-copy .has-dark-muted-color {
	color: var(--wp--preset--color--olive-body) !important;
}

.ok-sale-copy .has-small-font-size {
	line-height: 1.6;
	margin-bottom: 6px;
}

/* Supporting descriptions stay visually short; full text remains in markup. */
.ok-sale-card .ok-sale-copy .has-small-font-size {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ok-sale-secondary {
	gap: 36px;
}

.ok-sale-card {
	border: 1px solid var(--wp--preset--color--light-border);
	overflow: hidden;
}

.ok-sale-card .ok-sale-image img {
	min-height: 240px;
	aspect-ratio: 4 / 3;
}

.ok-sale-card .ok-sale-copy {
	padding: 36px 32px;
	justify-content: flex-start;
}

/* The per-property link is a real, visible action — not a whisper. */
.ok-sales .ok-text-link .wp-element-button {
	font-size: 13px;
	color: #8a6538 !important;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: 0.14em;
	border-bottom: 1px solid rgba(138, 101, 56, 0.45);
	border-radius: 0;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.ok-sales .ok-text-link .wp-element-button:hover {
	color: var(--wp--preset--color--dark-olive) !important;
	border-bottom-color: var(--wp--preset--color--dark-olive);
	background: transparent !important;
	transform: none;
}
/* === process === five calm steps joined by one subtle connecting line === */
.ok-process-grid {
	gap: 40px 32px;
	margin: 56px 0 44px;
	position: relative;
	grid-template-columns: repeat(5, 1fr);
}

/* Single hairline connecting the steps across the top on desktop. */
.ok-process-grid::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(200, 167, 110, 0.35);
}

.ok-process-step {
	padding-top: 28px;
	position: relative;
}

/* A gold node where each step meets the connecting line. */
.ok-process-step::before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--wp--preset--color--soft-gold);
	border-radius: 50%;
}

.ok-process-step .has-medium-font-size:first-child {
	font-family: var(--wp--preset--font-family--display);
	font-size: 2.4rem !important;
	font-weight: 500;
	line-height: 1;
	color: var(--wp--preset--color--bronze);
	margin: 0 0 12px;
}

.ok-process-step h3 {
	margin: 0 0 10px;
	font-size: 1.45rem;
	line-height: 1.15;
}

.ok-process-step p:last-child {
	font-size: 1.02rem !important;
	line-height: 1.5;
}
/* === testimonials === */
/* Editorial composition: one large featured quotation set open on the sand
   ground, with two quieter supporting cards beneath it. */
.ok-testimonial-grid {
	gap: 36px;
	margin: 56px 0 44px;
}

.ok-testimonial-card {
	padding: 46px 42px 40px;
	border: 0;
	background: var(--wp--preset--color--light-cream);
	display: flex;
	flex-direction: column;
	position: relative;
}

/* A single oversized quotation mark at whisper opacity — editorial, not decor. */
.ok-testimonial-card::before {
	content: "\201C";
	position: absolute;
	top: 6px;
	left: 26px;
	font-family: var(--wp--preset--font-family--display);
	font-size: 6rem;
	line-height: 1;
	color: var(--wp--preset--color--dark-olive);
	opacity: 0.08;
	pointer-events: none;
}

.ok-testimonial-quote {
	font-family: var(--wp--preset--font-family--display) !important;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 500;
	flex-grow: 1;
	margin: 0 0 26px !important;
}

/* Attribution: gold rule above, tracked label. */
.ok-testimonial-attr {
	margin: 0 !important;
	padding-top: 18px;
	border-top: 1px solid var(--wp--preset--color--light-border);
	position: relative;
}

.ok-testimonial-attr::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 40px;
	height: 1px;
	background: var(--wp--preset--color--soft-gold);
}

/* The featured quotation spans the full row, set open — no card, no border —
   like a magazine pull-quote. */
.ok-testimonial-featured {
	grid-column: 1 / -1;
	border: 0;
	background: transparent;
	padding: 16px 40px 10px;
	text-align: center;
	align-items: center;
}

.ok-testimonial-featured::before {
	position: static;
	display: block;
	height: 0.42em;
	margin: 0 auto;
	font-size: 7rem;
	opacity: 0.1;
}

.ok-testimonial-featured .ok-testimonial-quote {
	font-size: clamp(1.65rem, 1.3rem + 1.2vw, 2rem);
	line-height: 1.42;
	max-width: 34ch;
	margin: 0 auto 28px !important;
}

.ok-testimonial-featured .ok-testimonial-attr {
	border-top: 0;
	padding-top: 0;
}

.ok-testimonial-featured .ok-testimonial-attr::before {
	position: static;
	display: block;
	margin: 0 auto 14px;
}
/* === contact === */
.ok-form-panel {
	padding: 52px 48px;
	border: 1px solid rgba(200, 167, 110, 0.35);
}

.ok-form-panel h3 {
	margin: 0 0 8px;
	font-size: 1.6rem;
}

.wp-block-jetpack-contact-form {
	gap: 24px;
	margin: 28px 0 20px;
}

/* Two comfortable columns on desktop; the select and submit span the full
   row. Collapses back to one column on small screens below. */
.ok-form-panel .wp-block-jetpack-contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px 28px;
}

.ok-form-panel .wp-block-jetpack-contact-form > .grunion-field-wrap {
	margin: 0;
	width: 100%;
}

.ok-form-panel .wp-block-jetpack-contact-form > .grunion-field-select-wrap,
.ok-form-panel .wp-block-jetpack-contact-form > .wp-block-jetpack-field-select,
.ok-form-panel .wp-block-jetpack-contact-form > .wp-block-button {
	grid-column: 1 / -1;
}

.wp-block-jetpack-contact-form .jetpack-field-label,
.wp-block-jetpack-contact-form label {
	color: var(--wp--preset--color--light-muted);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
}

.wp-block-jetpack-contact-form input[type="text"],
.wp-block-jetpack-contact-form input[type="email"],
.wp-block-jetpack-contact-form input[type="tel"],
.wp-block-jetpack-contact-form select,
.wp-block-jetpack-contact-form textarea {
	background: rgba(244, 241, 233, 0.03);
	border: 1px solid rgba(244, 241, 233, 0.24);
	color: var(--wp--preset--color--warm-ivory);
	padding: 12px 16px;
	min-height: 52px;
	width: 100%;
	font-family: var(--wp--preset--font-family--body);
	font-size: 1.05rem;
	border-radius: 0;
	transition: border-color 0.25s ease, background-color 0.25s ease;
}

/* The submit button spans the row: unmissable, but styled like every other
   button on the page. */
.ok-form-panel .wp-block-jetpack-contact-form .wp-block-button,
.ok-form-panel .wp-block-jetpack-contact-form .wp-block-button__link {
	width: 100%;
}

.ok-form-panel .wp-block-jetpack-contact-form .wp-block-button__link {
	min-height: 52px;
}

/* Quiet, sentence-case privacy note beneath the form. */
.ok-form-panel > .has-eyebrow-font-size {
	font-size: 12px !important;
	text-transform: none;
	letter-spacing: 0.04em;
	font-weight: 400;
	text-align: center;
	opacity: 0.78;
	margin-top: 4px;
}

.wp-block-jetpack-contact-form input[type="text"]:focus,
.wp-block-jetpack-contact-form input[type="email"]:focus,
.wp-block-jetpack-contact-form input[type="tel"]:focus,
.wp-block-jetpack-contact-form select:focus,
.wp-block-jetpack-contact-form textarea:focus {
	border-color: var(--wp--preset--color--soft-gold);
	background: rgba(244, 241, 233, 0.06);
	outline: none;
}

.wp-block-jetpack-contact-form .grunion-radio-options {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.wp-block-jetpack-contact-form .contact-form-field {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
}

.wp-block-jetpack-contact-form .contact-form-field label {
	color: var(--wp--preset--color--warm-ivory);
	text-transform: none;
	letter-spacing: normal;
	font-weight: 400;
	font-size: 0.95rem;
}

.wp-block-jetpack-contact-form input[type="radio"] {
	accent-color: var(--wp--preset--color--soft-gold);
}

.wp-block-jetpack-contact-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.wp-block-jetpack-contact-form legend {
	color: var(--wp--preset--color--dark-muted);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 600;
	margin-bottom: 8px;
}
/* === footer === */
/* Readable, sentence-case footer text: the legal disclosures stay intact but
   stop reading as dense tracked caps, and contrast is lifted off dark-muted. */
.ok-footer > .wp-block-group {
	gap: 16px;
}

.ok-footer p.has-eyebrow-font-size {
	font-size: 13px !important;
	text-transform: none;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.8;
	color: var(--wp--preset--color--light-muted) !important;
}

.ok-footer p.has-dark-muted-color:not(.has-eyebrow-font-size) {
	color: var(--wp--preset--color--light-muted) !important;
	font-size: 15px;
	line-height: 1.7;
}

/* === neighborhood-page === */
/* Elevate all 7 neighborhood pages to the editorial system in one pass. */
.ok-np-hero {
	padding-top: 120px !important;
	padding-bottom: 96px !important;
}

.ok-np-hero .ok-hero-title {
	font-size: clamp(2.4rem, 1.7rem + 2.4vw, 3.4rem);
	line-height: 1.08;
	margin: 18px 0 22px;
}

.ok-np-hero .ok-body-copy {
	max-width: 46ch;
	margin-bottom: 30px;
}

.ok-np-hero .has-eyebrow-font-size {
	letter-spacing: 0.24em;
}

/* The back-link reads as a quiet return, not a button. */
.ok-np-hero .ok-text-link .wp-element-button {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 4px;
	opacity: 0.85;
	transition: opacity 200ms ease, letter-spacing 200ms ease;
}

.ok-np-hero .ok-text-link .wp-element-button:hover {
	opacity: 1;
	background: transparent !important;
	color: var(--wp--preset--color--soft-gold) !important;
}

/* Refined framing on the hero image: fine bronze offset rule + soft depth. */
.ok-np-hero-image {
	position: relative;
}

.ok-np-hero-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	position: relative;
	z-index: 1;
	box-shadow: 0 30px 70px -40px rgba(0, 0, 0, 0.7);
}

.ok-np-hero-image::after {
	content: "";
	position: absolute;
	inset: 22px -22px -22px 22px;
	border: 1px solid var(--wp--preset--color--soft-gold);
	opacity: 0.5;
	z-index: 0;
}

/* Match home's roomier section rhythm on the interior sections. */
.ok-np-overview,
.ok-np-why,
.ok-np-architecture,
.ok-np-lifestyle,
.ok-np-guidance,
.ok-np-seller,
.ok-np-related,
.ok-np-cta {
	padding-top: 118px !important;
	padding-bottom: 118px !important;
}

.ok-np-specialty-panel {
	padding: 40px;
	border: 1px solid var(--wp--preset--color--light-border);
}

.ok-np-specialty-panel h3 {
	margin: 10px 0 22px;
	font-size: 1.5rem;
	line-height: 1.2;
}

.ok-tag-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ok-tag-list li {
	position: relative;
	padding: 12px 0 12px 22px;
	margin: 0;
	color: var(--wp--preset--color--olive-body);
	font-size: 1rem;
	line-height: 1.4;
	border-bottom: 1px solid var(--wp--preset--color--light-border);
}

.ok-tag-list li:last-child {
	border-bottom: 0;
}

.ok-tag-list li::before {
	content: "\2726";
	position: absolute;
	left: 0;
	top: 13px;
	color: var(--wp--preset--color--bronze);
	font-size: 0.72em;
}

/* Dark specialty panels (on ink grounds) use gold hairlines for contrast. */
.has-luxury-ink-background-color .ok-tag-list li,
.has-deep-ink-background-color .ok-tag-list li {
	border-bottom-color: rgba(200, 167, 110, 0.28);
}

/* Light expertise cards gain the same hairline top-rule as the dark variant
   so every card grid across the neighborhood pages reads consistently. */
.ok-np-why .ok-expertise-card,
.ok-np-lifestyle .ok-expertise-card {
	border-top: 2px solid var(--wp--preset--color--bronze);
	padding-top: 26px;
}

.ok-np-why .ok-expertise-card h3,
.ok-np-lifestyle .ok-expertise-card h3 {
	margin: 0 0 12px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.ok-np-architecture .ok-expertise-card-dark h3 {
	font-size: 1.4rem;
	line-height: 1.2;
}

.ok-expertise-card-dark {
	border-top: 2px solid var(--wp--preset--color--bronze);
	padding-top: 26px;
}

.ok-expertise-card-dark h3 {
	margin: 0 0 10px;
}

.ok-expertise-card-dark p {
	margin: 0;
}

.ok-np-related .ok-neighborhood-card {
	padding: 34px;
	border: 1px solid var(--wp--preset--color--light-border);
	transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.ok-np-related .ok-neighborhood-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 50px -34px rgba(0, 0, 0, 0.35);
	border-color: var(--wp--preset--color--bronze);
}

.ok-np-related .ok-neighborhood-card h3 {
	margin: 0 0 14px;
	font-size: 1.6rem;
	line-height: 1.15;
}

.ok-np-related .ok-neighborhood-card p {
	margin: 0 0 20px;
	line-height: 1.6;
}

/* Quiet, editorial "explore" link with a gold arrow that advances on hover. */
.ok-np-related .ok-text-link .wp-element-button {
	padding: 0;
	font-size: 12px;
	letter-spacing: 0.16em;
	transition: color 200ms ease, letter-spacing 200ms ease;
}

.ok-np-related .ok-neighborhood-card:hover .ok-text-link .wp-element-button {
	color: var(--wp--preset--color--dark-olive) !important;
	letter-spacing: 0.2em;
}

.ok-np-cta .ok-contact-card {
	padding: 30px;
	text-align: center;
}

.ok-np-cta .ok-contact-card img {
	border-radius: 999px;
	object-fit: cover;
	margin: 0 auto 16px;
	display: block;
}

.ok-np-cta .ok-contact-card h3 {
	margin: 0 0 8px;
}

.ok-np-cta .ok-contact-card p {
	margin: 0 0 6px;
}
/* === legal-page === */
.ok-legal h1 {
	margin: 8px 0 24px;
	font-size: clamp(1.8rem, 1.5rem + 1vw, 2.4rem);
}

.ok-legal h2 {
	margin: 40px 0 14px;
	font-size: 1.3rem;
}

.ok-legal p {
	line-height: 1.7;
	margin-bottom: 16px;
}

.ok-legal a {
	color: var(--wp--preset--color--bronze);
}

.ok-legal hr {
	border-color: var(--wp--preset--color--light-border);
	margin: 32px 0;
}
/* === motion === */
/* === responsive === */
@media (max-width: 781px) {
	.ok-nav-row {
		gap: 8px;
	}

	.ok-hero-columns,
	.ok-representation .wp-block-columns,
	.ok-about .wp-block-columns,
	.ok-sellers .wp-block-columns,
	.ok-buyers .wp-block-columns,
	.ok-contact .wp-block-columns {
		flex-wrap: wrap;
	}

	.ok-hero-columns > .wp-block-column,
	.ok-representation .wp-block-column,
	.ok-about .wp-block-column,
	.ok-sellers .wp-block-column,
	.ok-buyers .wp-block-column,
	.ok-contact .wp-block-column {
		flex-basis: 100% !important;
	}

	.ok-expertise-grid,
	.ok-neighborhood-grid,
	.ok-testimonial-grid {
		grid-template-columns: 1fr !important;
	}

	.ok-process-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.ok-stats .wp-block-columns {
		flex-wrap: wrap;
	}

	.ok-stats .ok-stat {
		flex-basis: 45% !important;
	}

	.ok-market .wp-block-columns {
		flex-wrap: wrap;
	}

	.ok-market-stat {
		flex-basis: 45% !important;
	}

	.ok-sale-feature,
	.ok-sale-secondary {
		grid-template-columns: 1fr !important;
	}

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

/* === audit fixes: layout continuity and wide editorial grids === */
.entry-content.wp-block-post-content > * + * {
	margin-block-start: 0;
}

/* Text-led two-column sections stay at a comfortable reading width. */
.ok-hero-columns,
.ok-section > .wp-block-columns,
.ok-market > .wp-block-columns,
.ok-np-related > .wp-block-columns,
.ok-np-cta > .wp-block-columns {
	width: min(100%, 1000px);
	max-width: 1000px !important;
}

/* Editorial media grids use the full wide width for a proper gallery feel. */
.ok-expertise-grid,
.ok-neighborhood-grid,
.ok-neighborhood-banner,
.ok-sale-feature,
.ok-sale-secondary,
.ok-process-grid,
.ok-testimonial-grid {
	width: 100%;
	max-width: 1240px !important;
	margin-left: auto;
	margin-right: auto;
}

.ok-call-button .wp-element-button {
	min-width: 108px;
	white-space: nowrap;
}

.ok-text-link .wp-element-button {
	border-radius: 0;
}

.wp-element-button {
	transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 500;
	padding: 17px 32px;
	border-radius: 0;
}

.wp-element-button:hover {
	transform: translateY(-1px);
}

/* outline buttons fill with gold on hover — restrained luxury CTA */
.is-style-outline .wp-element-button:hover {
	background-color: var(--wp--preset--color--soft-gold) !important;
	border-color: var(--wp--preset--color--soft-gold) !important;
	color: var(--wp--preset--color--luxury-ink) !important;
}

/* Header call button: compact but clearly the primary header action. */
.ok-call-button .wp-element-button {
	padding: 13px 24px;
	font-size: 13px;
}

.wp-element-button:focus-visible,
.wp-block-navigation-item__content:focus-visible {
	outline: 2px solid var(--wp--preset--color--soft-gold);
	outline-offset: 3px;
}

/* Gold focus rings wash out on ivory grounds — switch to deep olive there. */
.has-warm-ivory-background-color .wp-element-button:focus-visible,
.has-sand-background-color .wp-element-button:focus-visible,
.has-light-cream-background-color .wp-element-button:focus-visible {
	outline-color: var(--wp--preset--color--dark-olive);
}

/* Sticky header must not cover anchored sections when nav links jump. */
#collection,
#private,
#about,
#communities,
#sellers,
#buyers,
#contact {
	scroll-margin-top: 88px;
}

.has-luxury-ink-background-color .ok-tag-list li,
.has-deep-ink-background-color .ok-tag-list li {
	color: var(--wp--preset--color--light-muted);
}

/* Secondary sale cards show property imagery, matching the featured card,
   for a strong, property-focused presentation. Give them a consistent crop. */
.ok-sale-secondary .ok-sale-card .ok-sale-image img {
	aspect-ratio: 4 / 3;
	min-height: 0;
	height: auto;
}

/* === tablet (782–1023px): relax dense editorial grids === */
@media (min-width: 782px) and (max-width: 1023px) {
	.ok-neighborhood-grid,
	.ok-expertise-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	/* Neighborhood-page hero image frame sits tighter at tablet width. */
	.ok-np-hero-image::after {
		inset: 16px -16px -16px 16px;
	}

	.ok-strategy-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.ok-process-grid {
		grid-template-columns: repeat(3, 1fr) !important;
		row-gap: 44px;
	}

	/* The process connecting line only spans the first row cleanly at 5-up;
	   hide it when steps wrap so it doesn't cut through the middle. */
	.ok-process-grid::before {
		display: none;
	}

	.ok-section,
	.ok-representation,
	.ok-expertise,
	.ok-about,
	.ok-sellers,
	.ok-buyers,
	.ok-neighborhoods,
	.ok-market,
	.ok-sales,
	.ok-process,
	.ok-testimonials,
	.ok-contact {
		padding-top: 84px !important;
		padding-bottom: 84px !important;
	}
}

@media (max-width: 781px) {
	.ok-site-header {
		padding: 14px 20px !important;
	}

	.ok-site-header .ok-brand-name {
		font-size: 1.2rem;
		line-height: 1.15;
	}

	.ok-site-header .ok-brand-subtitle {
		font-size: 10px;
		letter-spacing: 0.13em;
	}

	.ok-call-button .wp-element-button {
		min-width: 88px;
		padding: 11px 14px;
		font-size: 11px;
		white-space: nowrap;
	}

	.ok-hero {
		padding: 56px 24px !important;
	}

	.ok-hero-cover {
		padding-top: calc(var(--ok-header-height, 96px) + 24px) !important;
		padding-bottom: 72px !important;
	}

	/* The hero's hand-placed line breaks read well on desktop but fragment
	   the headline on narrow screens — let it wrap naturally instead. */
	.ok-hero-title br {
		display: none;
	}

	.ok-hero-title {
		font-size: clamp(2.65rem, 2.1rem + 3.4vw, 3.1rem);
		line-height: 1.12;
	}

	/* Ease the pull-quote scale so quotes don't overrun on mobile. */
	.ok-testimonial-quote {
		font-size: 1.2rem;
	}

	.ok-testimonial-featured {
		padding: 8px 4px 6px;
	}

	.ok-testimonial-featured .ok-testimonial-quote {
		font-size: 1.5rem;
	}

	.ok-marketnav-item {
		font-size: 1.35rem;
	}

	.ok-stats {
		padding: 48px 24px !important;
	}

	.ok-section,
	.ok-representation,
	.ok-expertise,
	.ok-about,
	.ok-sellers,
	.ok-buyers,
	.ok-neighborhoods,
	.ok-market,
	.ok-sales,
	.ok-process,
	.ok-testimonials,
	.ok-contact {
		padding: 64px 22px !important;
	}

	.ok-np-hero {
		padding: 96px 22px 56px !important;
	}

	.ok-np-hero .ok-hero-title {
		font-size: clamp(2.1rem, 1.6rem + 3vw, 2.7rem);
	}

	/* The offset frame would overflow the narrow viewport — drop it, keep depth. */
	.ok-np-hero-image::after {
		display: none;
	}

	.ok-np-hero-image img {
		aspect-ratio: 4 / 3;
		margin-top: 12px;
	}

	.ok-np-overview,
	.ok-np-why,
	.ok-np-architecture,
	.ok-np-lifestyle,
	.ok-np-guidance,
	.ok-np-seller,
	.ok-np-related,
	.ok-np-cta {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}

	.ok-np-specialty-panel {
		padding: 28px;
	}

	.ok-stats .wp-block-columns {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
	}

	.ok-stats .wp-block-columns > .ok-stat {
		width: auto;
		flex-basis: auto !important;
	}

	.ok-neighborhood-grid {
		gap: 18px;
	}

	.ok-neighborhood-card-copy,
	.ok-sale-copy,
	.ok-testimonial-card {
		padding: 22px;
	}

	.ok-expertise-grid {
		gap: 30px;
	}

	/* Process stacks vertically on mobile; drop the horizontal connector. */
	.ok-process-grid {
		grid-template-columns: 1fr !important;
		gap: 28px;
	}

	.ok-process-grid::before {
		display: none;
	}

	.ok-process-step {
		border-top: 1px solid rgba(200, 167, 110, 0.35);
		padding-top: 22px;
	}

	/* Seller strategy stacks to a single readable column. */
	.ok-strategy-grid {
		grid-template-columns: 1fr !important;
	}

	.ok-number-item {
		padding: 20px 0;
	}

	/* Market numbers scale down and dividers are removed when stacked. */
	.ok-market-stat .has-large-font-size {
		font-size: 2.6rem !important;
	}

	.ok-market-stat + .ok-market-stat::before {
		display: none;
	}

	.ok-about-facts .ok-fact-value {
		font-size: 1.2rem;
	}

	.ok-footer {
		padding: 48px 24px !important;
	}

	.ok-footer .has-eyebrow-font-size {
		font-size: 12px !important;
		letter-spacing: 0.04em;
		line-height: 1.7;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}

/* ===================================================================
   THE PRIVATE COLLECTION — restyle layer
   Added for the private-advisory homepage restructure. Reuses the
   existing ok-* system + palette; only the genuinely new components
   for this concept live here. Rollback = delete this whole block.
   =================================================================== */

/* --- Introduction: quiet, centered editorial --- */
.ok-intro {
	text-align: center;
}

/* Trim the intro's excess vertical air on larger screens only — the mobile
   section rhythm (64px) still applies below 782px. */
@media (min-width: 782px) {
	.ok-intro {
		padding-top: 104px !important;
		padding-bottom: 100px !important;
	}
}

/* A single short bronze rule beneath the eyebrow — the one editorial detail. */
.ok-intro .has-eyebrow-font-size {
	display: block;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 18px;
}

.ok-intro .has-eyebrow-font-size::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 44px;
	height: 1px;
	background: var(--wp--preset--color--bronze);
}

.ok-intro .ok-section-title {
	margin: 26px auto 24px;
	max-width: 20ch;
	font-size: clamp(2.6rem, 1.75rem + 3vw, 3.95rem);
}

.ok-intro .ok-body-copy {
	max-width: 64ch;
	margin: 0 auto;
	font-size: 1.25rem;
	line-height: 1.7;
	color: var(--wp--preset--color--olive-body);
}

/* --- Private Opportunities: centered dark request panel --- */
.ok-private .ok-form-panel {
	max-width: 820px;
	margin: 44px auto 0;
}

/* The dark section shouldn't dwarf its own form — trim the surrounding air
   on larger screens (mobile rhythm unchanged). */
@media (min-width: 782px) {
	.ok-private {
		padding-top: 104px !important;
		padding-bottom: 104px !important;
	}
}

.ok-private .ok-form-panel h3 {
	font-size: 1.9rem;
	margin-bottom: 10px;
}

.ok-private .ok-section-intro > * {
	margin-left: auto;
	margin-right: auto;
}

/* --- Distinctive Places: cinematic, borderless cover tiles ---
   No boxed cards or visible borders — imagery reads as one field with
   overlaid editorial labels. Each tile is a cover block; the whole tile
   is clickable via a stretched link on the "Explore" anchor. */
.ok-places-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
	/* Clear pause between the featured destination and the supporting grid. */
	margin-top: 28px;
}

.ok-place-tile.wp-block-cover {
	min-height: 400px;
	border-radius: 0;
	overflow: hidden;
}

/* Fill the tile so the stretched link covers the entire image, and pin
   the label copy to the bottom-left. */
.ok-place-tile .wp-block-cover__inner-container {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: auto;
	max-width: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px 30px 28px;
}

/* Slow, restrained zoom on hover — no shiny effects. */
.ok-place-tile .wp-block-cover__image-background {
	transition: transform 1.2s ease;
}

.ok-place-tile:hover .wp-block-cover__image-background {
	transform: scale(1.05);
}

.ok-place-label {
	margin: 0 0 8px !important;
}

.ok-place-name {
	margin: 0 0 10px !important;
	font-size: 2.1rem;
	line-height: 1.1;
	color: var(--wp--preset--color--warm-ivory);
}

.ok-place-desc {
	margin: 0 0 16px !important;
	max-width: 28ch;
	line-height: 1.5;
}

.ok-place-explore .wp-element-button {
	padding: 0;
	background: transparent !important;
	color: var(--wp--preset--color--soft-gold) !important;
	font-size: 12px;
	letter-spacing: 0.18em;
	transition: letter-spacing 0.3s ease, color 0.25s ease;
}

.ok-place-explore .wp-element-button:hover {
	letter-spacing: 0.24em;
	transform: none;
	color: var(--wp--preset--color--warm-ivory) !important;
}

/* Stretched link — whole tile is the target, real focusable anchor kept. */
.ok-place-explore .wp-element-button::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
}

.ok-place-tile:focus-within {
	outline: 2px solid var(--wp--preset--color--soft-gold);
	outline-offset: -2px;
}

.ok-place-explore .wp-element-button:focus-visible {
	outline: none;
}

/* Vancouver Waterfront opens the section as the large featured tile — a
   standalone wide cover above the supporting grid. It shares .ok-place-tile
   for the overlay, hover zoom, and stretched-link styling. */
.ok-place-banner.wp-block-cover {
	min-height: 540px;
	margin-top: 56px;
}

.ok-place-banner .ok-place-name {
	font-size: 2.75rem;
}

.ok-place-banner .ok-place-desc {
	font-size: 1.1rem !important;
	max-width: 40ch;
}

/* Slightly heavier overlay on the featured tile so its larger type always
   clears the bright waterfront sky. */
.ok-place-banner > .wp-block-cover__background {
	opacity: 0.55;
}

.ok-place-banner .wp-block-cover__inner-container {
	padding: 48px 46px 42px;
}

/* --- Seller Representation: four refined stages --- */
.ok-stage-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 48px;
	margin: 60px 0 56px;
}

.ok-stage-item {
	border-top: 1px solid rgba(200, 167, 110, 0.32);
	padding: 32px 0 8px;
	position: relative;
}

/* Restrained vertical hairlines between steps on the desktop row. */
@media (min-width: 1024px) {
	.ok-stage-item + .ok-stage-item::before {
		content: "";
		position: absolute;
		left: -24px;
		top: 32px;
		bottom: 8px;
		width: 1px;
		background: rgba(200, 167, 110, 0.16);
	}
}

/* Large serif stage numbers anchor each step. */
.ok-stage-num {
	margin: 0 0 22px !important;
	font-family: var(--wp--preset--font-family--display);
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: var(--wp--preset--color--soft-gold);
}

.ok-stage-title {
	margin: 0 0 14px !important;
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.9rem;
	line-height: 1.15;
	color: var(--wp--preset--color--warm-ivory);
}

.ok-stage-desc {
	margin: 0 !important;
	font-size: 1.1rem;
	line-height: 1.6;
	color: var(--wp--preset--color--light-muted);
	max-width: 26ch;
}

/* These two grids use the block "default" (flow) layout, whose scoped
   `> * + *` rule injects a top margin on every child after the first —
   inside a CSS grid that staggers the cells downward. Spacing is handled
   by `gap`, so zero the flow margins to keep every cell flush at the top. */
.ok-places-grid > *,
.ok-stage-grid > * {
	margin-block: 0 !important;
}

/* --- Final Consultation: full-image CTA ---
   The sunset image is brightest across its upper half, so the copy anchors
   to the darker lower third where the scrim is deepest. */
.ok-final-cover.wp-block-cover.has-custom-content-position {
	min-height: 68vh;
	align-items: flex-end;
	text-align: center;
	padding: 160px 36px 96px;
}

/* Deepen the closing scrim so the heading holds contrast over the brightest
   parts of the sunset image at every breakpoint. */
.ok-final-cover > .wp-block-cover__background {
	opacity: 0.88;
}

.ok-final-cover .wp-block-button__link {
	padding: 18px 36px;
}

.ok-final-cover .wp-block-cover__inner-container {
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.ok-final-cover .ok-final-title {
	font-size: clamp(2.5rem, 1.7rem + 3vw, 4.1rem);
	line-height: 1.1;
	color: var(--wp--preset--color--warm-ivory);
}

.ok-final-cover .ok-body-copy {
	color: #e6e2d4;
	max-width: 52ch;
	margin: 0 auto;
	font-size: 1.15rem;
}

/* --- Meet Oksana: let the editorial spread breathe wider than the standard
   text column so the portrait carries real visual weight. --- */
.ok-about > .wp-block-columns {
	width: min(100%, 1120px);
	max-width: 1120px !important;
}

/* --- Soft fade-up section entrances (added by motion.js; hidden state only
   ever applies when JS is running and reduced motion is off). --- */
.ok-reveal-init {
	opacity: 0;
	transform: translateY(16px);
}

.ok-reveal-in {
	opacity: 1;
	transform: none;
	transition: opacity 0.8s ease, transform 0.8s ease;
}

/* --- Private Collection responsive --- */
@media (min-width: 782px) and (max-width: 1023px) {
	.ok-places-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ok-stage-grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 12px;
	}

	.ok-place-banner.wp-block-cover {
		min-height: 400px;
	}

	.ok-sale-feature {
		grid-template-columns: 1fr !important;
	}

	.ok-sale-feature .ok-sale-image img {
		min-height: 360px;
	}
}

@media (max-width: 781px) {
	.ok-places-grid {
		grid-template-columns: 1fr;
	}

	.ok-place-tile.wp-block-cover {
		min-height: 300px;
	}

	.ok-place-banner.wp-block-cover {
		min-height: 340px;
		margin-top: 40px;
	}

	.ok-place-banner .ok-place-name {
		font-size: 2rem;
	}

	.ok-place-banner .wp-block-cover__inner-container {
		padding: 30px 26px 26px;
	}

	.ok-stage-grid {
		grid-template-columns: 1fr;
	}

	.ok-stage-item {
		padding: 22px 0 6px;
	}

	.ok-sale-feature .ok-sale-image img {
		min-height: 300px;
	}

	.ok-sale-copy {
		padding: 28px 24px;
	}

	.ok-form-panel {
		padding: 34px 24px;
	}

	.ok-form-panel .wp-block-jetpack-contact-form {
		grid-template-columns: 1fr;
	}

	.ok-final-cover.wp-block-cover.has-custom-content-position {
		min-height: 60vh;
		padding: 110px 24px 72px;
	}

	.ok-intro .ok-body-copy {
		font-size: 1.1rem;
	}
}

/* Full-width primary CTAs on small phones — easier targets, calmer layout. */
@media (max-width: 430px) {
	.ok-hero-cover .wp-block-buttons,
	.ok-final-cover .wp-block-buttons {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.ok-hero-cover .wp-block-button,
	.ok-final-cover .wp-block-button {
		width: 100%;
	}

	.ok-hero-cover .wp-block-button__link,
	.ok-final-cover .wp-block-button__link {
		width: 100%;
		justify-content: center;
	}
}

/* Compact header for the narrowest phones: everything must fit at 360px.
   Placed last so it wins over the earlier mobile header rules. */
@media (max-width: 430px) {
	.ok-site-header {
		padding: 12px 14px !important;
	}

	.ok-site-header .ok-brand-name {
		font-size: 1.05rem;
	}

	.ok-nav-row {
		gap: 6px;
	}

	.ok-call-button .wp-element-button {
		min-width: 0 !important;
		padding: 9px 10px !important;
		font-size: 10px !important;
		letter-spacing: 0.05em !important;
	}
}

/* ===================================================================
   DESIGN HANDOFF — page scaffolding + raw contact form
   Bridge classes the front-page / Camas templates use that the theme's
   WP-native homepage CSS did not previously define. Ported verbatim from
   the Claude Design handoff (oksana-components.css). Rollback = delete
   from here to the end of file.
   =================================================================== */

/* --- section scaffolding: a plain padded section + centered inner column,
   used by templates that compose sections directly rather than through the
   core constrained layout. The theme's existing per-section padding rules
   (tablet/mobile) still override these bases. --- */
.ok-section {
	padding: 96px 40px;
	box-sizing: border-box;
}

.ok-section-inner {
	max-width: 1240px;
	margin: 0 auto;
}

.ok-section-narrow {
	max-width: 1000px;
	margin: 0 auto;
}

/* Centered section intro (the design's SectionIntro default). The theme's
   original homepage centered via core alignment; this makes the design's
   .is-centered variant self-sufficient. */
.ok-section-intro.is-centered {
	text-align: center;
}

.ok-section-intro.is-centered > * {
	margin-left: auto;
	margin-right: auto;
}

/* --- market snapshot as an even horizontal row of stats (the theme's other
   market layout uses wp-block-columns; this is the flex variant the design
   homepage and Camas page use). --- */
.ok-market-row {
	display: flex;
	column-gap: 0;
}

.ok-market-row .ok-market-stat {
	flex: 1 1 0%;
}

/* --- raw (plugin-independent) contact form used inside .ok-form-panel.
   Mirrors the design's ContactFormPanel; coexists with the theme's Jetpack
   contact-form styling above. --- */
.ok-form-panel h3 {
	color: var(--wp--preset--color--warm-ivory);
}

.ok-form-panel .ok-form-intro {
	color: var(--wp--preset--color--light-muted);
	margin: 0 0 6px;
}

.ok-contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px 28px;
	margin: 28px 0 20px;
}

.ok-field {
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.ok-field.is-full {
	grid-column: 1 / -1;
}

.ok-field label {
	color: var(--wp--preset--color--light-muted);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
}

.ok-field input,
.ok-field select,
.ok-field textarea {
	background: rgba(244, 241, 233, 0.03);
	border: 1px solid rgba(244, 241, 233, 0.24);
	color: var(--wp--preset--color--warm-ivory);
	padding: 12px 16px;
	min-height: 52px;
	width: 100%;
	font-family: var(--wp--preset--font-family--body);
	font-size: 1.05rem;
	border-radius: 0;
	box-sizing: border-box;
	transition: border-color 0.25s ease, background-color 0.25s ease;
}

.ok-field textarea {
	min-height: 120px;
	resize: vertical;
}

.ok-field input:focus,
.ok-field select:focus,
.ok-field textarea:focus {
	border-color: var(--wp--preset--color--soft-gold);
	background: rgba(244, 241, 233, 0.06);
	outline: none;
}

.ok-form-panel .ok-form-submit {
	grid-column: 1 / -1;
}

.ok-form-panel .ok-form-submit .wp-element-button {
	width: 100%;
	min-height: 52px;
}

.ok-form-note {
	font-size: 12px !important;
	text-transform: none;
	letter-spacing: 0.04em;
	font-weight: 400;
	text-align: center;
	opacity: 0.78;
	margin-top: 4px;
	color: var(--wp--preset--color--light-muted);
}

/* --- About as a two-column grid (the design's AboutProfile layout). The
   theme's .ok-about-* element rules (title, body, photo, facts, quote,
   credentials) are unscoped and apply inside this grid unchanged. --- */
.ok-about-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: flex-start;
}

@media (max-width: 900px) {
	.ok-market-row {
		flex-wrap: wrap;
	}

	.ok-market-row .ok-market-stat {
		flex-basis: 45%;
	}

	.ok-contact-form {
		grid-template-columns: 1fr;
	}

	.ok-about-columns {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}


/* ===================================================================
   DESIGN HANDOFF — "Modern" homepage variant (.m-* system)
   A contemporary editorial layout on the same tokens, used only by the
   page-modern template. Ported from the handoff's modern.html <style>.
   Scroll-reveal reuses the theme's .ok-reveal / motion.js instead of the
   handoff's own observer, so no content is hidden when JS is absent.
   =================================================================== */
.mx { max-width: 1360px; margin: 0 auto; padding: 0 56px; }

.m-nav a {
	color: var(--wp--preset--color--warm-ivory);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 0.85;
	transition: opacity 0.2s ease;
}

.m-nav a:hover { opacity: 1; }

.m-hero-title {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 500;
	font-size: clamp(3.4rem, 7.2vw, 7.2rem);
	line-height: 0.98;
	letter-spacing: -0.015em;
	color: var(--wp--preset--color--warm-ivory);
	margin: 0;
}

.m-hero-title em { font-style: italic; color: var(--wp--preset--color--soft-gold); }

.m-eyebrow {
	font-size: 12px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--wp--preset--color--soft-gold);
	margin: 0;
}

.m-eyebrow.dark { color: #8a6538; }

.m-h2 {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 500;
	font-size: clamp(2.4rem, 4vw, 4rem);
	line-height: 1.04;
	letter-spacing: -0.01em;
	color: var(--wp--preset--color--luxury-ink);
	margin: 0;
}

.m-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--wp--preset--color--luxury-ink);
	text-decoration: none;
	border-bottom: 1px solid var(--wp--preset--color--bronze);
	padding-bottom: 6px;
	transition: gap 0.25s ease, color 0.2s ease;
}

.m-link:hover { gap: 16px; color: var(--wp--preset--color--bronze); }

.m-card img { transition: transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1); }
.m-card:hover img { transform: scale(1.05); }

.m-foot a {
	color: var(--wp--preset--color--light-muted);
	text-decoration: none;
	font-size: 14px;
	transition: color 0.2s ease, padding-left 0.25s ease;
}

.m-foot a:hover { color: var(--wp--preset--color--soft-gold); }
.m-foot .m-foot-link:hover { padding-left: 6px; }

.m-foot-label {
	margin: 0 0 18px;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--wp--preset--color--soft-gold);
}

@media (max-width: 900px) {
	.mx { padding: 0 24px; }
	.m-nav .m-nav-links { display: none !important; }
	.m-grid-2, .m-grid-3, .m-grid-sold { grid-template-columns: 1fr !important; }
	.m-about { grid-template-columns: 1fr !important; gap: 48px !important; }
	.m-foot-grid { grid-template-columns: 1fr 1fr !important; }
	.m-legal { padding: 26px 24px !important; }
}

/* ===================================================================
   DESIGN HANDOFF — presentation decks (.ok-deck / 1280×720 slides)
   Fixed-size seller-pitch slides (listing-presentation, property decks)
   ported from the handoff's .dc.html canvases. The slides carry their own
   inline styles; this wrapper stacks them centered on a dark stage, frames
   each with soft depth, and scales the whole deck down proportionally on
   viewports narrower than a slide so nothing clips. Rollback = delete this
   block + the two deck templates.
   =================================================================== */
.ok-deck {
	background: #0d130e;
	min-height: 100vh;
	padding: 56px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 44px;
	box-sizing: border-box;
}

/* Each slide keeps its intrinsic 1280×720; the frame gives it luxury depth. */
.ok-deck > section {
	flex: none;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
	outline: 1px solid rgba(200, 167, 110, 0.12);
}

/* Proportional downscale so the full slide always fits the viewport width.
   1280 + 2×24px stage padding = 1328px; below that, scale by viewport width
   and reclaim the vertical space the transform would otherwise leave behind. */
@media (max-width: 1328px) {
	.ok-deck > section {
		transform: scale(calc((100vw - 48px) / 1280));
		transform-origin: top center;
		margin-bottom: calc(-720px * (1 - (100vw - 48px) / 1280) + 44px);
	}

	.ok-deck > section:last-child {
		margin-bottom: calc(-720px * (1 - (100vw - 48px) / 1280));
	}
}

/* ============================================================================
   Private Collection refresh — ported from the Claude Design bundle
   (ModernNav / ModernFooter / Portfolio). Classes the bundle defines that the
   theme style.css did not yet carry, plus the four-column footer layout.
   ========================================================================== */

/* --- small helpers the bundle defines (sale + process + footer text) --- */
.ok-sale-copy .ok-sale-meta { color: var(--wp--preset--color--olive-body) !important; line-height: 1.6; margin-bottom: 6px; font-size: 1.05rem; }
.ok-sale-copy .ok-sale-desc { color: var(--wp--preset--color--olive-body); line-height: 1.6; margin: 0 0 18px; }
.ok-process-step .ok-process-num { font-family: var(--wp--preset--font-family--display); font-size: 2.4rem; font-weight: 500; line-height: 1; color: var(--wp--preset--color--bronze); margin: 0 0 12px; }

/* --- four-column footer (ModernFooter.dc.html) --- */
.ok-footer.ok-footer-modern { padding: 90px 0 0 !important; }
.ok-footer-grid { max-width: 1360px; margin: 0 auto; padding: 0 56px 64px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 56px; }
.ok-footer-grid .ok-footer-brand { margin: 0; font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: 1.9rem; line-height: 1.1; color: var(--wp--preset--color--warm-ivory); }
.ok-footer-grid .ok-footer-tagline { margin: 10px 0 22px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--wp--preset--color--light-muted); }
.ok-footer-grid .ok-footer-areas { margin: 0; font-size: 14px; line-height: 1.8; color: var(--wp--preset--color--light-muted); max-width: 36ch; }
.ok-footer-grid .ok-footer-heading { margin: 0 0 18px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--wp--preset--color--soft-gold); }
.ok-footer-col-links { display: flex; flex-direction: column; gap: 12px; }
.ok-footer-col-links a { color: var(--wp--preset--color--light-muted); text-decoration: none; font-size: 14px; transition: color .2s ease, padding-left .25s ease; }
.ok-footer-col-links a:hover { color: var(--wp--preset--color--soft-gold); padding-left: 6px; }
.ok-footer-contact-addr { font-size: 14px; line-height: 1.7; color: var(--wp--preset--color--light-muted); }
.ok-footer-consult-copy { margin: 0 0 20px; font-size: 14px; line-height: 1.7; color: var(--wp--preset--color--light-muted); }
.ok-footer-consult-link { display: inline-flex; align-items: center; gap: 10px; color: var(--wp--preset--color--warm-ivory); text-decoration: none; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; border-bottom: 1px solid var(--wp--preset--color--soft-gold); padding-bottom: 6px; transition: gap .25s ease; }
.ok-footer-consult-link:hover { gap: 16px; }
.ok-footer-bottom { border-top: 1px solid rgba(200,167,110,0.18); }
.ok-footer-bottom-inner { max-width: 1360px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding: 26px 56px; }
.ok-footer-bottom-inner p { margin: 0; font-size: 12px; line-height: 1.7; color: var(--wp--preset--color--dark-muted); }
.ok-footer-bottom-links { display: flex; gap: 24px; }
.ok-footer-bottom-links a { color: var(--wp--preset--color--dark-muted); text-decoration: none; font-size: 12px; transition: color .2s ease; }
.ok-footer-bottom-links a:hover { color: var(--wp--preset--color--soft-gold); }
@media (max-width: 900px) {
	.ok-footer.ok-footer-modern { padding: 64px 0 0 !important; }
	.ok-footer-grid { grid-template-columns: 1fr; gap: 40px; padding: 0 24px 48px; }
	.ok-footer-bottom-inner { flex-direction: column; align-items: flex-start; padding: 24px; }
}

/* --- Shared foundation for prototype-derived pages (Contact, Process, Guide,
   Market, SellerGuide, Neighborhoods, Articles, Listing). Mirrors the design
   prototypes' own inline-grid + 860px single-column collapse so the token-based
   inline markup ports faithfully without per-page media queries. --- */
.ok-dc-inner { max-width: 1360px; margin: 0 auto; padding: 0 56px; }
.ok-dc-inner.is-narrow { max-width: 960px; }
.ok-dc-inner.is-mid { max-width: 1120px; }
.ok-dc a { color: inherit; }
@media (max-width: 860px) {
	.ok-dc [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
	.ok-dc-inner { padding-left: 24px !important; padding-right: 24px !important; }
}

/* --- Portfolio (Portfolio.dc.html) --- */
.ok-portfolio-header { position: relative; min-height: clamp(560px, 72vh, 880px); display: flex; align-items: flex-end; overflow: hidden; background: var(--wp--preset--color--soft-stone); }
.ok-portfolio-header > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ok-portfolio-header > .ok-portfolio-scrim { position: absolute; inset: 0; background: var(--wp--preset--gradient--ok-hero-scrim); }
.ok-portfolio-header > .ok-portfolio-header-inner { position: relative; z-index: 5; width: 100%; max-width: 1360px; margin: 0 auto; padding: 0 56px 64px; }
.ok-portfolio-inner { max-width: 1360px; margin: 0 auto; padding: 0 56px; }
.ok-portfolio-feature { position: relative; margin-bottom: 80px; }
.ok-portfolio-feature .ok-portfolio-feature-img { overflow: hidden; }
.ok-portfolio-feature .ok-portfolio-feature-img img { width: 100%; height: 600px; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.2,.6,.2,1); }
.ok-portfolio-feature:hover .ok-portfolio-feature-img img { transform: scale(1.05); }
.ok-portfolio-feature-card { position: absolute; left: 56px; bottom: -44px; background: var(--wp--preset--color--warm-ivory); padding: 38px 44px; max-width: 460px; box-shadow: 0 24px 60px rgba(23,33,26,0.18); }
.ok-portfolio-feature-card .ok-eyebrow { margin: 0 0 14px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: #8a6538; }
.ok-portfolio-feature-card .ok-price { margin: 0; font-family: var(--wp--preset--font-family--display); font-weight: 500; font-size: 2.4rem; line-height: 1; color: var(--wp--preset--color--luxury-ink); }
.ok-portfolio-feature-card .ok-addr { margin: 12px 0 4px; font-family: var(--wp--preset--font-family--display); font-weight: 500; font-size: 1.4rem; color: var(--wp--preset--color--luxury-ink); }
.ok-portfolio-feature-card .ok-meta { margin: 0 0 18px; font-size: 14px; color: var(--wp--preset--color--olive-body); }
.ok-portfolio-feature-card .ok-viewlink { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: var(--wp--preset--color--luxury-ink); text-decoration: none; border-bottom: 1px solid var(--wp--preset--color--bronze); padding-bottom: 6px; transition: gap .25s ease, color .2s ease; }
.ok-portfolio-feature-card .ok-viewlink:hover { gap: 16px; color: var(--wp--preset--color--bronze); }
.ok-portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 40px; }
.ok-portfolio-grid article .ok-portfolio-thumb { overflow: hidden; margin-bottom: 22px; }
.ok-portfolio-grid article .ok-portfolio-thumb img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.2,.6,.2,1); }
.ok-portfolio-grid article:hover .ok-portfolio-thumb img { transform: scale(1.05); }
.ok-portfolio-grid .ok-portfolio-row { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.ok-portfolio-grid .ok-portfolio-row p { margin: 0; font-family: var(--wp--preset--font-family--display); font-weight: 500; font-size: 1.5rem; color: var(--wp--preset--color--luxury-ink); }
.ok-portfolio-grid .ok-portfolio-row .ok-portfolio-cardprice { color: var(--wp--preset--color--bronze); }
.ok-portfolio-grid article .ok-portfolio-meta { margin: 10px 0 14px; font-size: 14px; color: var(--wp--preset--color--olive-body); }
.ok-portfolio-grid article .ok-portfolio-desc { margin: 0; font-size: 15px; line-height: 1.7; color: var(--wp--preset--color--charcoal); max-width: 48ch; }
.ok-rep-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 72px; align-items: start; }
.ok-rep-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 24px; margin-top: 40px; }
.ok-rep-stats .ok-rep-num { margin: 0 0 6px; font-family: var(--wp--preset--font-family--display); font-weight: 500; font-size: 2.4rem; line-height: 1; color: var(--wp--preset--color--bronze); }
.ok-rep-stats .ok-rep-label { margin: 0; font-size: 13px; line-height: 1.5; color: var(--wp--preset--color--olive-body); }
.ok-rep-panel { background: var(--wp--preset--color--sand); padding: 44px 42px; }
.ok-rep-panel .ok-rep-panel-title { margin: 0 0 22px; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--wp--preset--color--bronze); }
.ok-rep-step { display: grid; grid-template-columns: 36px 1fr; gap: 16px; }
.ok-rep-step + .ok-rep-step { border-top: 1px solid var(--wp--preset--color--light-border); }
.ok-rep-step .ok-rep-step-num { font-family: var(--wp--preset--font-family--display); font-size: 1.5rem; color: var(--wp--preset--color--bronze); }
.ok-rep-step strong { display: block; margin-bottom: 4px; font-family: var(--wp--preset--font-family--display); font-weight: 500; font-size: 1.2rem; color: var(--wp--preset--color--luxury-ink); }
.ok-rep-step span.ok-rep-step-copy { font-size: 14px; line-height: 1.6; color: var(--wp--preset--color--olive-body); }
@media (max-width: 900px) {
	.ok-portfolio-header > .ok-portfolio-header-inner { padding-left: 24px; padding-right: 24px; }
	.ok-portfolio-inner { padding-left: 24px; padding-right: 24px; }
	.ok-portfolio-feature-card { position: static; left: auto; bottom: auto; max-width: none; margin-top: -1px; }
	.ok-portfolio-feature .ok-portfolio-feature-img img { height: auto; aspect-ratio: 3 / 2; }
	.ok-portfolio-grid { grid-template-columns: 1fr; }
	.ok-rep-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ---- Journal / Article single-post (translated from Article.dc.html) ---- */
.ok-article-head { max-width: 820px; margin: 0 auto; padding: 96px 24px 56px; }
.ok-article-back { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: var(--wp--preset--color--bronze); text-decoration: none; margin-bottom: 40px; }
.ok-article-eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin: 0 0 20px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: #8a6538; }
.ok-article-eyebrow .wp-block-post-terms a, .ok-article-eyebrow .wp-block-post-terms { color: #8a6538; text-decoration: none; }
.ok-article-eyebrow .wp-block-post-date { color: #8a6538; }
.ok-article-eyebrow .wp-block-post-date::before { content: "·"; margin: 0 10px; color: var(--wp--preset--color--bronze); }
.ok-article-head .wp-block-post-title { margin: 0 0 26px; font-family: var(--wp--preset--font-family--display); font-weight: 500; font-size: clamp(2.4rem, 4.6vw, 4rem); line-height: 1.04; letter-spacing: -0.015em; color: var(--wp--preset--color--luxury-ink); }
.ok-article-head .wp-block-post-excerpt__excerpt { font-size: 19px; line-height: 1.6; color: var(--wp--preset--color--olive-body); }
.ok-article-head .wp-block-post-excerpt p { margin: 0; }
.ok-article-figure { max-width: 1180px; margin: 0 auto; padding: 0 24px 20px; }
.ok-article-figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.ok-article-body { max-width: 720px; margin: 0 auto; padding: 60px 24px 40px; }
.ok-article-body > p { margin: 0 0 24px; font-size: 18px; line-height: 1.8; color: var(--wp--preset--color--charcoal); }
.ok-article-body > h2 { margin: 52px 0 18px; font-family: var(--wp--preset--font-family--display); font-weight: 500; font-size: 1.9rem; line-height: 1.2; color: var(--wp--preset--color--luxury-ink); }
.ok-article-body ul, .ok-article-body ol { margin: 0 0 24px; padding-left: 22px; font-size: 18px; line-height: 1.8; color: var(--wp--preset--color--charcoal); }
.ok-article-body li { margin-bottom: 12px; }
.ok-article-body blockquote { margin: 40px 0; padding: 8px 0 8px 32px; border-left: 3px solid var(--wp--preset--color--bronze); }
.ok-article-body blockquote p { margin: 0; font-family: var(--wp--preset--font-family--display); font-style: italic; font-weight: 500; font-size: 1.7rem; line-height: 1.4; color: var(--wp--preset--color--luxury-ink); }
.ok-article-bio { max-width: 720px; margin: 0 auto; padding: 0 24px 80px; }
.ok-article-bio-inner { border-top: 1px solid var(--wp--preset--color--light-border); padding-top: 32px; display: flex; gap: 24px; align-items: center; }
.ok-article-bio-inner img { width: 72px; height: 72px; object-fit: cover; object-position: 42% 15%; flex-shrink: 0; }
.ok-article-bio-name { margin: 0 0 4px; font-family: var(--wp--preset--font-family--display); font-weight: 500; font-size: 1.3rem; color: var(--wp--preset--color--luxury-ink); }
.ok-article-bio-role { margin: 0; font-size: 14px; line-height: 1.6; color: var(--wp--preset--color--olive-body); }

/* ---- Journal index (translated from Journal.dc.html) ---- */
.ok-journal-feature { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; text-decoration: none; border: 1px solid var(--wp--preset--color--light-border); overflow: hidden; transition: box-shadow .3s ease, border-color .3s ease; }
.ok-journal-feature:hover { box-shadow: 0 16px 40px rgba(23,33,26,0.12); border-color: var(--wp--preset--color--bronze); }
.ok-journal-feature .ok-jf-img { overflow: hidden; }
.ok-journal-feature .ok-jf-img img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; display: block; }
.ok-journal-feature .ok-jf-body { padding: 52px 48px; background: var(--wp--preset--color--warm-ivory); display: flex; flex-direction: column; justify-content: center; }
.ok-journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; }
.ok-journal-card { text-decoration: none; display: block; }
.ok-journal-card .ok-jc-img { overflow: hidden; margin-bottom: 22px; }
.ok-journal-card .ok-jc-img img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.2,.6,.2,1); }
.ok-journal-card:hover .ok-jc-img img { transform: scale(1.05); }
@media (max-width: 900px) {
	.ok-journal-feature { grid-template-columns: 1fr; }
	.ok-journal-grid { grid-template-columns: 1fr; }
}
