/* ==========================================================================
   RealtorDuri design system — v1.3
   Palette: ink #14181d · ivory #f7f4ef · gold #b08d57
   Type: Cormorant Garamond (display) · Inter (UI)
   ========================================================================== */

:root {
	--rdl-ink: #14181d;
	--rdl-ink-soft: #2a313a;
	--rdl-ivory: #f7f4ef;
	--rdl-gold: #b08d57;
	--rdl-gold-dark: #97743f;
	--rdl-line: #e7e3da;
	--rdl-gray: #6e7278;
	--rdl-gray-light: #9aa1a9;
	--rdl-serif: 'Cormorant Garamond', Georgia, serif;
	--rdl-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	--rdl-radius: 14px;
	--rdl-shadow-sm: 0 1px 3px rgba(20, 24, 29, .05);
	--rdl-shadow-md: 0 12px 32px rgba(20, 24, 29, .12);
	--rdl-shadow-lg: 0 24px 60px rgba(20, 24, 29, .18);
}

/* --------------------------------------------------------------------------
   Site-wide refinement (Go theme chrome)
   -------------------------------------------------------------------------- */

body {
	font-family: var(--rdl-sans);
	color: var(--rdl-ink);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--rdl-serif);
	font-weight: 500;
	letter-spacing: -.01em;
	color: var(--rdl-ink);
}

/* Header: white, hairline rule, editorial nav */
body.wp-theme-go .site-header {
	background: #fff;
	border-bottom: 1px solid var(--rdl-line);
	box-shadow: none;
}
body.wp-theme-go .site-title,
body.wp-theme-go .site-title a {
	font-family: var(--rdl-serif);
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .01em;
	color: var(--rdl-ink);
	text-decoration: none;
}
body.wp-theme-go .site-description {
	font-family: var(--rdl-sans);
	font-size: 11px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--rdl-gray);
}
body.wp-theme-go #header__navigation a {
	font-family: var(--rdl-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--rdl-ink-soft);
	text-decoration: none;
	transition: color .15s ease;
}
body.wp-theme-go #header__navigation a:hover {
	color: var(--rdl-gold-dark);
}
body.wp-theme-go #header__navigation .current-menu-item > a,
body.wp-theme-go #header__navigation .current_page_item > a {
	color: var(--rdl-ink);
	box-shadow: inset 0 -2px 0 var(--rdl-gold);
}

/* Footer: dark ink */
body.wp-theme-go .site-footer {
	background: var(--rdl-ink);
	color: rgba(247, 244, 239, .72);
}
body.wp-theme-go .site-footer a {
	color: var(--rdl-ivory);
	text-decoration: none;
	transition: color .15s ease;
}
body.wp-theme-go .site-footer a:hover {
	color: var(--rdl-gold);
}
body.wp-theme-go .site-footer .footer-navigation a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}
body.wp-theme-go .site-footer .site-info {
	color: rgba(247, 244, 239, .45);
}

/* Inner page titles */
body.wp-theme-go .post__title {
	font-family: var(--rdl-serif);
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 500;
	letter-spacing: -.01em;
}
body.wp-theme-go .page-header {
	padding-top: 28px;
	padding-bottom: 6px;
}

/* Wider canvas for listing/search pages */
body.page-id-222, body.page-id-234, body.page-id-238 {
	--go--max-width: 1280px;
}

/* --------------------------------------------------------------------------
   Search bar (pill filters)
   -------------------------------------------------------------------------- */

.rdl-search { background: none; border: 0; padding: 0; margin: 0 0 28px; font-family: var(--rdl-sans); }
.rdl-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch; font-family: var(--rdl-sans); }
.rdl-bar-q { flex: 1 1 250px; display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--rdl-line); border-radius: 999px; padding: 0 18px; min-height: 48px; box-shadow: var(--rdl-shadow-sm); transition: border-color .15s ease; }
.rdl-bar-q:focus-within { border-color: var(--rdl-ink); }
.rdl-bar-q svg { width: 16px; height: 16px; color: var(--rdl-gray-light); flex: none; }
.rdl-bar-q input { border: 0; flex: 1; min-width: 0; height: auto; font-size: 14px; font-family: var(--rdl-sans); background: none; box-shadow: none; padding: 10px 0; color: var(--rdl-ink); }
.rdl-bar-q input:focus { outline: none; border: 0; background: none; box-shadow: none; }
.rdl-bar-q input::placeholder { color: var(--rdl-gray-light); opacity: 1; }
.rdl-dd { position: relative; display: flex; }
.rdl-dd-btn { min-height: 48px; padding: 0 19px; border: 1px solid var(--rdl-line); background: #fff; border-radius: 999px; font-family: var(--rdl-sans); font-size: 13px; font-weight: 600; color: var(--rdl-ink); cursor: pointer; display: flex; align-items: center; gap: 9px; white-space: nowrap; box-shadow: var(--rdl-shadow-sm); transition: border-color .15s ease, background .15s ease, color .15s ease; }
.rdl-dd-btn::after { content: ''; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); flex: none; transition: transform .15s ease; }
.rdl-dd.is-open .rdl-dd-btn::after { transform: rotate(225deg) translateY(-2px); }
.rdl-dd-btn:hover { border-color: var(--rdl-gold); }
.rdl-dd-btn.has-value, .rdl-dd.is-open .rdl-dd-btn { background: var(--rdl-ink); border-color: var(--rdl-ink); color: #fff; }
.rdl-dd-panel { position: absolute; top: calc(100% + 8px); left: 0; z-index: 1200; background: #fff; border: 1px solid var(--rdl-line); border-radius: var(--rdl-radius); box-shadow: var(--rdl-shadow-lg); padding: 8px; min-width: 184px; display: none; }
.rdl-dd:last-of-type .rdl-dd-panel { left: auto; right: 0; }
.rdl-dd.is-open .rdl-dd-panel { display: block; }
.rdl-dd-opt { display: block; width: 100%; text-align: left; padding: 10px 14px; border: 0; background: none; border-radius: 9px; font-family: var(--rdl-sans); font-size: 14px; font-weight: 500; color: var(--rdl-ink); cursor: pointer; }
.rdl-dd-opt:hover { background: var(--rdl-ivory); }
.rdl-dd-opt.is-selected { background: var(--rdl-ink); color: #fff; }
.rdl-dd-panel-price { padding: 16px; min-width: 280px; }
.rdl-dd-row { display: flex; align-items: center; gap: 10px; color: var(--rdl-gray-light); }
.rdl-dd-row input { width: 100%; padding: 10px 12px; border: 1px solid #d6d2c9; border-radius: 9px; font-size: 14px; font-family: var(--rdl-sans); box-sizing: border-box; }
.rdl-dd-row input:focus { outline: none; border-color: var(--rdl-gold); box-shadow: none; }
.rdl-dd-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; gap: 8px; }
.rdl-dd-clear { border: 0; background: none; font-family: var(--rdl-sans); font-size: 13px; font-weight: 600; color: var(--rdl-gray); cursor: pointer; padding: 8px 6px; }
.rdl-dd-clear:hover { color: var(--rdl-ink); }
.rdl-dd-apply { border: 0; background: var(--rdl-ink); color: #fff; font-family: var(--rdl-sans); font-size: 13px; font-weight: 600; padding: 10px 24px; border-radius: 999px; cursor: pointer; transition: background .15s ease; }
.rdl-dd-apply:hover { background: var(--rdl-gold-dark); }
.rdl-bar-submit { min-height: 48px; padding: 0 30px; border: 0; border-radius: 999px; background: var(--rdl-ink); color: #fff; font-family: var(--rdl-sans); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .15s ease; }
.rdl-bar-submit:hover { background: var(--rdl-gold-dark); }
@media (max-width: 880px) {
	.rdl-bar-q { flex-basis: 100%; }
	.rdl-dd-panel { left: auto; right: 0; }
}

/* --------------------------------------------------------------------------
   Listing cards & grid
   -------------------------------------------------------------------------- */

.rdl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 28px; margin: 0; }
.rdl-card { border: 1px solid var(--rdl-line); border-radius: var(--rdl-radius); overflow: hidden; background: #fff; transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease; display: flex; flex-direction: column; font-family: var(--rdl-sans); }
.rdl-card:hover, .rdl-card.is-active { box-shadow: var(--rdl-shadow-md); transform: translateY(-3px); border-color: transparent; }
.rdl-card a { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.rdl-card-photo { position: relative; aspect-ratio: 4 / 3; background: #e9e5dd; overflow: hidden; }
.rdl-card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.rdl-card:hover .rdl-card-photo img { transform: scale(1.045); }
.rdl-card-photo .rdl-noimg { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--rdl-gray-light); font-size: 13px; letter-spacing: .04em; }
.rdl-badge { position: absolute; top: 12px; left: 12px; background: rgba(20, 24, 29, .92); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; backdrop-filter: blur(4px); }
.rdl-badge.rdl-status-sold { background: rgba(124, 38, 38, .92); }
.rdl-badge.rdl-status-pending { background: rgba(151, 116, 63, .92); }
.rdl-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 5px; }
.rdl-card-price { font-size: 21px; font-weight: 700; color: var(--rdl-ink); letter-spacing: -.015em; }
.rdl-card-specs { font-size: 13.5px; color: var(--rdl-ink-soft); }
.rdl-card-address { font-size: 12.5px; color: var(--rdl-gray); letter-spacing: .01em; }
.rdl-count { margin: 0 0 18px; color: var(--rdl-gray); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-family: var(--rdl-sans); }
.rdl-none { padding: 44px 30px; text-align: center; color: var(--rdl-gray); background: var(--rdl-ivory); border-radius: var(--rdl-radius); font-family: var(--rdl-sans); font-size: 15px; }
.rdl-pagination { margin: 36px 0 0; text-align: center; font-family: var(--rdl-sans); }
.rdl-pagination .page-numbers { display: inline-block; min-width: 38px; padding: 8px 12px; margin: 0 3px; border: 1px solid var(--rdl-line); border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 600; color: var(--rdl-ink); transition: all .15s ease; }
.rdl-pagination .page-numbers:hover { border-color: var(--rdl-gold); }
.rdl-pagination .page-numbers.current { background: var(--rdl-ink); color: #fff; border-color: var(--rdl-ink); }

/* --------------------------------------------------------------------------
   Single listing
   -------------------------------------------------------------------------- */

.rdl-detail-bar { background: var(--rdl-ivory); border: 1px solid var(--rdl-line); border-radius: var(--rdl-radius); padding: 26px 28px; margin: 0 0 30px; font-family: var(--rdl-sans); }
.rdl-detail-price { font-family: var(--rdl-serif); font-size: 38px; font-weight: 600; color: var(--rdl-ink); margin: 0 0 2px; letter-spacing: -.01em; }
.rdl-detail-address { color: var(--rdl-gray); margin: 0 0 18px; font-size: 14px; letter-spacing: .02em; }
.rdl-detail-specs { display: flex; flex-wrap: wrap; gap: 14px 34px; padding: 18px 0 0; margin: 0; list-style: none; border-top: 1px solid var(--rdl-line); }
.rdl-detail-specs li { font-size: 11px; color: var(--rdl-gray); letter-spacing: .1em; text-transform: uppercase; font-weight: 600; }
.rdl-detail-specs strong { display: block; font-size: 19px; font-weight: 600; color: var(--rdl-ink); letter-spacing: 0; text-transform: none; margin-bottom: 2px; }

/* --------------------------------------------------------------------------
   Map search
   -------------------------------------------------------------------------- */

.rdl-mapsearch { font-family: var(--rdl-sans); margin-bottom: 48px; }
.rdl-map-filters { margin-bottom: 16px; }
.rdl-mapsearch-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border: 1px solid var(--rdl-line); border-radius: var(--rdl-radius); overflow: hidden; height: 76vh; min-height: 560px; background: #fff; box-shadow: var(--rdl-shadow-sm); }
.rdl-mapsearch-list { overflow-y: auto; padding: 20px; }
.rdl-grid-map { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.rdl-mapsearch-map { position: relative; border-left: 1px solid var(--rdl-line); }
#rdl-map { position: absolute; inset: 0; }
.rdl-map-toggle { display: none; margin: 0 0 14px; }
.rdl-map-toggle button { padding: 9px 26px; border: 1px solid var(--rdl-line); background: #fff; font-family: var(--rdl-sans); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.rdl-map-toggle button:first-child { border-radius: 999px 0 0 999px; }
.rdl-map-toggle button:last-child { border-radius: 0 999px 999px 0; }
.rdl-map-toggle button.is-active { background: var(--rdl-ink); color: #fff; border-color: var(--rdl-ink); }

.rdl-pin-wrap { background: none; border: none; }
.rdl-pin { display: inline-block; transform: translate(-50%, -100%); background: var(--rdl-ink); color: #fff; font-family: var(--rdl-sans); font-size: 12px; font-weight: 700; letter-spacing: .01em; padding: 5px 11px; border-radius: 999px; white-space: nowrap; box-shadow: 0 3px 10px rgba(0, 0, 0, .3); border: 2px solid #fff; cursor: pointer; transition: transform .12s ease; }
.rdl-pin:hover, .rdl-pin.is-active { background: var(--rdl-gold-dark); }
.rdl-pin-sold { background: #7c2626; }
.rdl-pin-pending { background: var(--rdl-gold-dark); }

@media (max-width: 880px) {
	.rdl-map-toggle { display: inline-flex; }
	.rdl-mapsearch-body { display: block; height: 72vh; }
	.rdl-mapsearch-list { height: 100%; box-sizing: border-box; }
	.rdl-mapsearch-map { display: none; height: 100%; border-left: 0; }
	.rdl-show-map .rdl-mapsearch-list { display: none; }
	.rdl-show-map .rdl-mapsearch-map { display: block; }
}

/* --------------------------------------------------------------------------
   Single listing template
   -------------------------------------------------------------------------- */

.rdl-ls-wrap { max-width: 1240px; margin: 0 auto; padding: 28px 24px 90px; font-family: var(--rdl-sans); color: var(--rdl-ink); }

.rdl-ls-hero { position: relative; display: grid; grid-template-columns: 1.55fr 1fr; gap: 10px; height: 520px; border-radius: 16px; overflow: hidden; }
.rdl-ls-hero-single { grid-template-columns: 1fr; height: 480px; }
.rdl-ls-hero a { display: block; overflow: hidden; }
.rdl-ls-hero img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.rdl-ls-hero a:hover img { transform: scale(1.03); }
.rdl-ls-hero-side { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; min-height: 0; }
.rdl-ls-allphotos { position: absolute; right: 16px; bottom: 16px; background: rgba(255, 255, 255, .95); color: var(--rdl-ink); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 10px 18px; border-radius: 999px; text-decoration: none; box-shadow: var(--rdl-shadow-md); }
.rdl-ls-allphotos:hover { background: var(--rdl-ink); color: #fff; }

.rdl-ls-head { margin: 38px 0 8px; }
.rdl-ls-head .rdl-badge { position: static; display: inline-block; margin-bottom: 14px; }
.rdl-ls-head h1 { font-family: var(--rdl-serif); font-size: clamp(34px, 4.4vw, 54px); font-weight: 500; letter-spacing: -.01em; margin: 0 0 6px; }
.rdl-ls-city { color: var(--rdl-gray); font-size: 16px; margin: 0; }

.rdl-ls-cols { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 60px; align-items: start; margin-top: 30px; }
.rdl-ls-desc p { font-size: 16.5px; line-height: 1.8; color: var(--rdl-ink-soft); margin: 0 0 22px; }
.rdl-ls-desc .rdl-eyebrow { margin-bottom: 22px; }

.rdl-ls-card { position: sticky; top: 30px; background: #fff; border: 1px solid var(--rdl-line); border-radius: 16px; padding: 30px; box-shadow: var(--rdl-shadow-md); }
.rdl-ls-price { font-family: var(--rdl-serif); font-size: 42px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 22px; }
.rdl-ls-specs { grid-template-columns: 1fr 1fr; gap: 16px 20px; padding-bottom: 24px; border-bottom: 1px solid var(--rdl-line); margin-bottom: 24px; }
.rdl-ls-actions { display: grid; gap: 10px; }
.rdl-ls-actions .rdl-btn { margin-top: 0; text-align: center; }
.rdl-ls-byline { margin: 20px 0 0; font-size: 12.5px; line-height: 1.6; color: var(--rdl-gray); }
.rdl-ls-byline a { color: var(--rdl-gold-dark); text-decoration: none; }

.rdl-ls-gallery { margin-top: 76px; }
.rdl-ls-gallery .rdl-eyebrow { margin-bottom: 22px; }
.rdl-ls-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.rdl-ls-gallery-grid a { display: block; aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; }
.rdl-ls-gallery-grid img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.rdl-ls-gallery-grid a:hover img { transform: scale(1.04); }

.rdl-ls-back { margin-top: 56px; }
.rdl-ls-back a { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--rdl-ink); text-decoration: none; }
.rdl-ls-back a:hover { color: var(--rdl-gold-dark); }

@media (max-width: 980px) {
	.rdl-ls-hero { grid-template-columns: 1fr; height: 320px; }
	.rdl-ls-hero-side { display: none; }
	.rdl-ls-cols { grid-template-columns: 1fr; gap: 36px; }
	.rdl-ls-card { position: static; }
	.rdl-ls-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* --------------------------------------------------------------------------
   Layout primitives
   -------------------------------------------------------------------------- */

.rdl-bleed { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.rdl-section { padding: 104px 28px; }
.rdl-section-inner { max-width: 1180px; margin: 0 auto; }

/* --------------------------------------------------------------------------
   Homepage
   -------------------------------------------------------------------------- */

.rdl-home { font-family: var(--rdl-sans); color: var(--rdl-ink); }
.rdl-home .rdl-eyebrow { display: flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--rdl-gold-dark); margin: 0 0 18px; }
.rdl-home .rdl-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--rdl-gold); flex: none; }
.rdl-home h1, .rdl-home h2 { font-family: var(--rdl-serif); font-weight: 500; letter-spacing: -.015em; }
.rdl-section h2 { font-size: clamp(32px, 4.6vw, 50px); line-height: 1.06; margin: 0 0 16px; }
.rdl-section-sub { color: var(--rdl-gray); font-size: 16px; line-height: 1.7; max-width: 580px; margin: 0 0 48px; }

/* Hero */
.rdl-hero { position: relative; min-height: 92vh; display: flex; align-items: center; justify-content: center; text-align: center; background-size: cover; background-position: center; }
.rdl-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 24, 29, .58) 0%, rgba(20, 24, 29, .38) 45%, rgba(20, 24, 29, .74) 100%); }
.rdl-hero-inner { position: relative; max-width: 920px; padding: 100px 24px; color: #fff; }
.rdl-hero .rdl-eyebrow { justify-content: center; color: rgba(255, 255, 255, .85); }
.rdl-hero .rdl-eyebrow::before, .rdl-hero .rdl-eyebrow::after { content: ''; width: 28px; height: 1px; background: var(--rdl-gold); flex: none; }
.rdl-hero h1 { color: #fff; font-size: clamp(44px, 7.4vw, 84px); line-height: 1.02; margin: 0 0 20px; }
.rdl-hero p { font-size: clamp(15px, 2vw, 18px); color: rgba(255, 255, 255, .85); max-width: 540px; margin: 0 auto 38px; line-height: 1.65; }

.rdl-home .rdl-hero-search, .rdl-home .rdl-hero-search * { box-sizing: border-box; }
.rdl-home .rdl-hero-search { display: flex; align-items: center; gap: 4px; max-width: 620px; margin: 0 auto 26px; background: #fff; border: 0; border-radius: 999px; padding: 6px 6px 6px 26px; box-shadow: 0 20px 60px rgba(0, 0, 0, .42); }
.rdl-home .rdl-hero-search svg { width: 18px; height: 18px; color: var(--rdl-gray-light); flex: none; }
.rdl-home .rdl-hero-search input[type="text"] { flex: 1 1 auto; min-width: 0; width: auto; height: auto; margin: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; outline: none; padding: 16px 12px; font-family: var(--rdl-sans); font-size: 16px; font-weight: 400; line-height: 1.3; color: var(--rdl-ink); }
.rdl-home .rdl-hero-search input[type="text"]:focus { border: 0; background: transparent; box-shadow: none; outline: none; }
.rdl-home .rdl-hero-search input[type="text"]::placeholder { color: var(--rdl-gray-light); opacity: 1; }
.rdl-home .rdl-hero-search button[type="submit"] { flex: none; width: auto; height: auto; margin: 0; border: 0; border-radius: 999px; background: var(--rdl-ink); color: #fff; padding: 17px 38px; font-family: var(--rdl-sans); font-size: 12px; font-weight: 600; letter-spacing: .1em; line-height: 1; text-transform: uppercase; cursor: pointer; box-shadow: none; transition: background .15s ease; }
.rdl-home .rdl-hero-search button[type="submit"]:hover { background: var(--rdl-gold-dark); color: #fff; }

.rdl-hero-links { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.rdl-hero-links a { color: #fff; text-decoration: none; font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; padding: 10px 22px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 999px; transition: all .15s ease; }
.rdl-hero-links a:hover { background: #fff; border-color: #fff; color: var(--rdl-ink); }

/* Service cards — always one row of three on desktop */
.rdl-svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
@media (min-width: 900px) {
	.rdl-svc-grid { grid-template-columns: repeat(3, 1fr); }
}
.rdl-svc { position: relative; border-radius: var(--rdl-radius); overflow: hidden; min-height: 380px; display: flex; align-items: flex-end; text-decoration: none; background-size: cover; background-position: center; background-color: var(--rdl-ink); box-shadow: var(--rdl-shadow-sm); transition: box-shadow .22s ease, transform .22s ease; }
.rdl-svc:hover { box-shadow: var(--rdl-shadow-md); transform: translateY(-3px); }
.rdl-svc::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 24, 29, .02) 30%, rgba(20, 24, 29, .85) 100%); transition: background .2s ease; }
.rdl-svc:hover::before { background: linear-gradient(180deg, rgba(20, 24, 29, .14) 0%, rgba(20, 24, 29, .92) 100%); }
.rdl-svc-body { position: relative; padding: 30px 30px 32px; color: #fff; }
.rdl-svc-body h3 { font-family: var(--rdl-serif); font-size: 32px; font-weight: 500; margin: 0 0 8px; color: #fff; }
.rdl-svc-body p { margin: 0; font-size: 14px; color: rgba(255, 255, 255, .82); line-height: 1.55; }
.rdl-svc-body span { display: inline-block; margin-top: 18px; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--rdl-gold); transition: letter-spacing .2s ease; }
.rdl-svc:hover .rdl-svc-body span { letter-spacing: .24em; }

/* Story */
.rdl-story { background: var(--rdl-ink); color: var(--rdl-ivory); }
.rdl-story .rdl-section-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.rdl-story h2 { color: #fff; }
.rdl-story .rdl-eyebrow { color: var(--rdl-gold); }
.rdl-story p { color: rgba(247, 244, 239, .76); font-size: 16px; line-height: 1.8; margin: 0 0 20px; }
.rdl-story-photo { border-radius: var(--rdl-radius); overflow: hidden; aspect-ratio: 4 / 5; background-size: cover; background-position: center; box-shadow: 0 30px 70px rgba(0, 0, 0, .4); }

/* Buttons */
.rdl-btn { display: inline-block; margin-top: 12px; padding: 15px 34px; border-radius: 999px; background: var(--rdl-gold); color: var(--rdl-ink); font-family: var(--rdl-sans); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: background .15s ease, transform .15s ease; }
.rdl-btn:hover { background: #c7a36b; color: var(--rdl-ink); transform: translateY(-1px); }
.rdl-btn-dark { background: var(--rdl-ink); color: #fff; }
.rdl-btn-dark:hover { background: var(--rdl-gold-dark); color: #fff; transform: translateY(-1px); }

/* Featured listings */
.rdl-spotlight { display: grid; grid-template-columns: 1.2fr 1fr; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--rdl-shadow-md); }
.rdl-spotlight-photo { position: relative; display: block; min-height: 460px; }
.rdl-spotlight-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rdl-spotlight:hover .rdl-spotlight-photo img { transform: scale(1.03); }
.rdl-spotlight-body { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.rdl-spotlight-price { font-family: var(--rdl-serif); font-size: clamp(34px, 3.4vw, 46px); font-weight: 600; letter-spacing: -.01em; color: var(--rdl-ink); margin: 0 0 6px; }
.rdl-spotlight-title { font-family: var(--rdl-serif); font-size: clamp(22px, 2.2vw, 28px); font-weight: 500; margin: 0 0 4px; color: var(--rdl-ink); }
.rdl-spotlight-city { color: var(--rdl-gray); font-size: 14px; margin: 0 0 24px; }
.rdl-spotlight-specs { display: flex; flex-wrap: wrap; gap: 14px 30px; padding: 20px 0; margin: 0 0 20px; border-top: 1px solid var(--rdl-line); border-bottom: 1px solid var(--rdl-line); width: 100%; }
.rdl-spotlight-excerpt { color: var(--rdl-ink-soft); font-size: 15px; line-height: 1.7; margin: 0 0 26px; }
.rdl-spotlight-rest { margin-top: 28px; }
@media (max-width: 880px) {
	.rdl-spotlight { grid-template-columns: 1fr; }
	.rdl-spotlight-photo { min-height: 280px; aspect-ratio: 4 / 3; }
}

.rdl-featured { background: var(--rdl-ivory); }
.rdl-featured-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.rdl-featured-head h2 { margin: 0; }
.rdl-featured .rdl-count { display: none; }
.rdl-featured .rdl-card { border-color: transparent; box-shadow: var(--rdl-shadow-sm); }
.rdl-featured .rdl-card:hover { box-shadow: var(--rdl-shadow-md); }

/* About page */
body.page-id-78 .page-header { display: none; }
.rdl-about-hero { background: var(--rdl-ivory); }
.rdl-about { display: grid; grid-template-columns: minmax(300px, 410px) 1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.rdl-about-photo { border-radius: 16px; overflow: hidden; aspect-ratio: 4 / 5; background-size: cover; background-position: center top; box-shadow: var(--rdl-shadow-lg); }
.rdl-about h2 { font-size: clamp(38px, 5vw, 60px); margin: 0 0 20px; }
.rdl-about .rdl-lead { font-size: 19px; line-height: 1.7; color: var(--rdl-ink); margin: 0 0 30px; }
.rdl-about-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.rdl-about-actions .rdl-btn { margin-top: 0; }
.rdl-details-card { background: #fff; border: 1px solid var(--rdl-line); border-radius: var(--rdl-radius); padding: 26px 28px; margin: 0; box-shadow: var(--rdl-shadow-sm); }
.rdl-details-card h3 { font-family: var(--rdl-sans); font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--rdl-gold-dark); margin: 0 0 18px; }
.rdl-details { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px 32px; }
.rdl-details li { font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--rdl-gray); }
.rdl-details li strong, .rdl-details li a { display: block; font-family: var(--rdl-sans); font-size: 15px; font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--rdl-ink); margin-top: 4px; text-decoration: none; line-height: 1.45; }
.rdl-details li a:hover { color: var(--rdl-gold-dark); }
.rdl-about-story { padding-top: 96px; padding-bottom: 96px; }
.rdl-about-bio { max-width: 700px; margin: 0 auto; }
.rdl-about-bio p { font-size: 17px; line-height: 1.85; color: var(--rdl-ink-soft); margin: 0 0 26px; }
.rdl-about-bio p:last-child { margin-bottom: 0; }
@media (max-width: 960px) {
	.rdl-about { grid-template-columns: 1fr; gap: 40px; }
	.rdl-about-photo { max-width: 400px; }
	.rdl-about-story { padding-top: 64px; padding-bottom: 64px; }
}

/* Instagram callout */
.rdl-insta { background: var(--rdl-ink); text-align: center; }
.rdl-insta .rdl-eyebrow { justify-content: center; color: var(--rdl-gold); }
.rdl-insta .rdl-eyebrow::after { content: ''; width: 28px; height: 1px; background: var(--rdl-gold); flex: none; }
.rdl-insta h2 { color: #fff; font-size: clamp(30px, 4.2vw, 48px); margin: 0 0 14px; }
.rdl-insta p { color: rgba(247, 244, 239, .72); max-width: 480px; margin: 0 auto 30px; font-size: 15.5px; line-height: 1.7; }

/* Reels banner */
.rdl-reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1080px; margin: 38px auto 34px; text-align: left; }
.rdl-reel { position: relative; aspect-ratio: 326 / 580; border-radius: var(--rdl-radius); overflow: hidden; background: #fff; box-shadow: 0 16px 44px rgba(0, 0, 0, .35); }
.rdl-reel iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 880px) {
	.rdl-reels { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 10px; }
	.rdl-reel { flex: 0 0 72%; scroll-snap-align: center; }
}

/* CTA */
.rdl-cta { text-align: center; }
.rdl-cta .rdl-section-inner { max-width: 700px; }
.rdl-cta .rdl-eyebrow { justify-content: center; }
.rdl-cta .rdl-eyebrow::after { content: ''; width: 28px; height: 1px; background: var(--rdl-gold); flex: none; }
.rdl-cta p { color: var(--rdl-gray); font-size: 16px; line-height: 1.7; margin: 0 0 30px; }

@media (max-width: 880px) {
	.rdl-section { padding: 68px 22px; }
	.rdl-hero { min-height: 78vh; }
	.rdl-story .rdl-section-inner { grid-template-columns: 1fr; gap: 40px; }
	.rdl-svc { min-height: 300px; }
}
@media (max-width: 560px) {
	.rdl-home .rdl-hero-search { flex-wrap: wrap; gap: 8px; border-radius: 22px; padding: 12px; }
	.rdl-home .rdl-hero-search svg { display: none; }
	.rdl-home .rdl-hero-search input[type="text"] { flex: 1 1 100%; padding: 10px; text-align: center; }
	.rdl-home .rdl-hero-search button[type="submit"] { flex: 1 1 100%; padding: 17px; }
}
