/* LBI Luxury Rentals / Barbara — synced from live design CSS */
/* Page chrome scoped via .client-theme-barbara body class. */

/* LBI Luxury Rentals — Quiet coastal luxury */

.client-theme-barbara {
 --navy: #0b1f33;
 --navy-soft: #143049;
 --navy-deep: #071420;
 --sand: #e8e0d4;
 --sand-soft: #f3eee6;
 --sand-deep: #d4c9b8;
 --gold: #c4a35a;
 --gold-hover: #d4b56e;
 --white: #fafaf8;
 --ink: #1a1a1a;
 --ink-muted: #5a5a56;
 --glass: rgba(11, 31, 51, 0.72);
 --glass-light: rgba(250, 250, 248, 0.12);
 --line: rgba(11, 31, 51, 0.1);
 --line-light: rgba(250, 250, 248, 0.12);
 --header-h: 4.75rem;
 --ease: cubic-bezier(0.22, 1, 0.36, 1);
 --font-display: "Cormorant Garamond", Georgia, serif;
 --font-body: "DM Sans", system-ui, sans-serif;
 --space-section: clamp(4.5rem, 10vw, 7.5rem);
 --container: 1180px;
}

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

html:has(body.client-theme-barbara) {
 scroll-behavior: smooth;
 scroll-padding-top: calc(var(--header-h) + 1rem);
}

.client-theme-barbara {
 margin: 0;
 font-family: var(--font-body);
 font-weight: 400;
 font-size: 1rem;
 line-height: 1.65;
 color: var(--ink);
 background: var(--white);
 -webkit-font-smoothing: antialiased;
}

.client-theme-barbara.nav-open {
 overflow: hidden;
}

.client-theme-barbara img {
 max-width: 100%;
 display: block;
 height: auto;
}

.client-theme-barbara a {
 color: inherit;
 text-decoration: none;
}

.client-theme-barbara ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.client-theme-barbara button,
.client-theme-barbara input,
.client-theme-barbara select,
.client-theme-barbara textarea {
 font: inherit;
 color: inherit;
}

.skip-link {
 position: absolute;
 left: 1rem;
 top: -100%;
 z-index: 1000;
 padding: 0.75rem 1rem;
 background: var(--gold);
 color: var(--navy);
 font-weight: 600;
}

.skip-link:focus {
 top: 1rem;
}

.container {
 width: min(var(--container), calc(100% - 3rem));
 margin-inline: auto;
}

.container.narrow {
 width: min(720px, calc(100% - 3rem));
}

.container.wide {
 width: min(1280px, calc(100% - 3rem));
}

/* Buttons */

.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 padding: 0.95rem 1.6rem;
 border: none;
 border-radius: 2px;
 font-size: 0.72rem;
 font-weight: 600;
 letter-spacing: 0.14em;
 text-transform: uppercase;
 cursor: pointer;
 transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.2s var(--ease), border-color 0.25s ease;
}

.btn:active {
 transform: scale(0.98);
}

.btn:focus-visible,
.nav a:focus-visible,
.text-link:focus-visible,
.brand:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible,
.nav-toggle:focus-visible,
.property-card-link:focus-visible {
 outline: 2px solid var(--gold);
 outline-offset: 3px;
}

.btn-gold {
 background: var(--gold);
 color: var(--navy);
}

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

.btn-navy {
 background: var(--navy);
 color: var(--white);
}

.btn-navy:hover {
 background: var(--navy-soft);
}

.btn-ghost {
 background: transparent;
 color: var(--white);
 border: 1px solid rgba(250, 250, 248, 0.35);
}

.btn-ghost:hover {
 border-color: var(--gold);
 color: var(--gold);
}

.btn-outline {
 background: transparent;
 color: var(--navy);
 border: 1px solid rgba(11, 31, 51, 0.2);
}

.btn-outline:hover {
 border-color: var(--navy);
 background: rgba(11, 31, 51, 0.04);
}

.text-link {
 display: inline-block;
 margin-top: 1.25rem;
 font-size: 0.78rem;
 font-weight: 600;
 letter-spacing: 0.12em;
 text-transform: uppercase;
 color: var(--gold);
 border-bottom: 1px solid transparent;
 transition: border-color 0.2s ease;
}

.text-link:hover {
 border-bottom-color: var(--gold);
}

.text-link.on-dark {
 color: var(--gold);
}

/* Header */

.site-header {
 position: fixed;
 inset: 0 0 auto;
 z-index: 100;
 height: var(--header-h);
 transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.site-header.is-scrolled,
.header-solid .site-header {
 background: rgba(11, 31, 51, 0.96);
 backdrop-filter: blur(14px);
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.header-inner {
 width: min(1280px, calc(100% - 2rem));
 height: 100%;
 margin-inline: auto;
 display: grid;
 grid-template-columns: auto 1fr auto auto;
 align-items: center;
 gap: 1rem;
}

.brand {
 display: flex;
 align-items: center;
 gap: 0.75rem;
 color: var(--white);
 min-width: 0;
}

.brand-mark {
 width: 2rem;
 height: 2rem;
 border: 1px solid var(--gold);
 border-radius: 50%;
 position: relative;
 flex-shrink: 0;
}

.brand-mark::after {
 content: "";
 position: absolute;
 inset: 6px;
 border-radius: 50%;
 background:
 radial-gradient(circle at 40% 35%, var(--gold) 0 28%, transparent 30%),
 linear-gradient(160deg, transparent 45%, var(--sand) 45% 55%, transparent 55%);
 opacity: 0.9;
}

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

.brand-name {
 font-family: var(--font-display);
 font-size: 1.18rem;
 font-weight: 600;
 letter-spacing: 0.02em;
}

.brand-sub {
 font-size: 0.58rem;
 letter-spacing: 0.14em;
 text-transform: uppercase;
 color: rgba(250, 250, 248, 0.62);
}

.nav {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: clamp(0.55rem, 1.2vw, 1.15rem);
}

.nav a {
 color: rgba(250, 250, 248, 0.78);
 font-size: 0.62rem;
 font-weight: 500;
 letter-spacing: 0.12em;
 text-transform: uppercase;
 padding: 0.35rem 0;
 border-bottom: 1px solid transparent;
 transition: color 0.2s ease, border-color 0.2s ease;
 white-space: nowrap;
}

.nav a:hover,
.nav a.is-active {
 color: var(--white);
 border-bottom-color: var(--gold);
}

.header-cta {
 padding: 0.7rem 1rem;
 white-space: nowrap;
}

.nav-toggle {
 display: none;
 width: 2.5rem;
 height: 2.5rem;
 border: 1px solid rgba(250, 250, 248, 0.25);
 background: transparent;
 padding: 0;
 cursor: pointer;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 5px;
}

.nav-toggle span {
 display: block;
 width: 1.1rem;
 height: 1.5px;
 background: var(--white);
 transition: transform 0.25s var(--ease), opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
 transform: translateY(6.5px) rotate(45deg);
}

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

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
 transform: translateY(-6.5px) rotate(-45deg);
}

/* Hero */

.hero {
 position: relative;
 min-height: 100vh;
 min-height: 100dvh;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 color: var(--white);
 padding: calc(var(--header-h) + 2rem) 0 0;
 overflow: hidden;
 background: var(--navy);
}

.hero-media {
 position: absolute;
 inset: 0;
 z-index: 0;
}

.hero-media img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center 42%;
 transform: scale(1.04);
 animation: hero-drift 28s ease-in-out infinite alternate;
}

.hero-veil {
 position: absolute;
 inset: 0;
 background:
 linear-gradient(180deg, rgba(11, 31, 51, 0.5) 0%, rgba(11, 31, 51, 0.22) 38%, rgba(11, 31, 51, 0.82) 100%),
 radial-gradient(ellipse at 50% 18%, transparent 0%, rgba(11, 31, 51, 0.35) 100%);
}

.hero-content {
 position: relative;
 z-index: 1;
 width: min(920px, calc(100% - 3rem));
 margin: 0 auto auto;
 text-align: center;
 padding-top: clamp(2.5rem, 10vh, 7rem);
 animation: rise-in 1s var(--ease) both;
}

.hero-eyebrow {
 margin: 0 0 1rem;
 font-size: 0.7rem;
 letter-spacing: 0.24em;
 text-transform: uppercase;
 color: rgba(250, 250, 248, 0.72);
}

.hero-title {
 margin: 0;
 font-family: var(--font-display);
 font-weight: 500;
 font-size: clamp(3.2rem, 9.5vw, 7.2rem);
 line-height: 0.92;
 letter-spacing: 0.01em;
 text-wrap: balance;
}

.hero-title-line {
 display: block;
 color: rgba(250, 250, 248, 0.94);
}

.hero-title-accent {
 display: block;
 color: var(--gold);
 font-style: italic;
 font-weight: 500;
}

.hero-lede {
 margin: 1.35rem auto 0;
 max-width: 34rem;
 font-size: clamp(0.95rem, 1.5vw, 1.12rem);
 font-weight: 400;
 color: rgba(250, 250, 248, 0.86);
}

.search-dock {
 position: relative;
 z-index: 2;
 width: min(980px, calc(100% - 2rem));
 margin: clamp(2.5rem, 7vh, 4.5rem) auto 2rem;
 display: grid;
 grid-template-columns: 1.2fr 1.1fr 0.9fr auto;
 gap: 0;
 background: var(--glass);
 backdrop-filter: blur(16px);
 border: 1px solid var(--line-light);
 animation: rise-in 1.1s var(--ease) 0.12s both;
}

.search-dock.light {
 background: var(--white);
 border-color: var(--line);
 box-shadow: 0 18px 50px rgba(11, 31, 51, 0.08);
}

.search-dock.light .search-field {
 border-right-color: var(--line);
}

.search-dock.light .search-field label {
 color: var(--ink-muted);
}

.search-dock.light .search-field select {
 color: var(--navy);
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230B1F33' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
}

.search-field {
 padding: 1rem 1.25rem;
 border-right: 1px solid var(--line-light);
 display: flex;
 flex-direction: column;
 gap: 0.35rem;
}

.search-field label {
 font-size: 0.62rem;
 letter-spacing: 0.16em;
 text-transform: uppercase;
 color: rgba(250, 250, 248, 0.55);
}

.search-field select {
 appearance: none;
 background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23C4A35A' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right center;
 border: none;
 padding: 0.15rem 1.25rem 0.15rem 0;
 color: var(--white);
 cursor: pointer;
}

.search-field select option {
 color: var(--ink);
 background: var(--white);
}

.search-submit {
 align-self: stretch;
 margin: 0;
 border-radius: 0;
 padding-inline: 1.75rem;
}

/* Page hero (inner pages) */

.page-hero {
 position: relative;
 min-height: clamp(18rem, 42vh, 28rem);
 display: flex;
 align-items: flex-end;
 color: var(--white);
 padding: calc(var(--header-h) + 2.5rem) 0 3.5rem;
 overflow: hidden;
 background: var(--navy);
}

.page-hero-media {
 position: absolute;
 inset: 0;
}

.page-hero-media img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
}

.page-hero-veil {
 position: absolute;
 inset: 0;
 background: linear-gradient(180deg, rgba(11, 31, 51, 0.55) 0%, rgba(11, 31, 51, 0.78) 100%);
}

.page-hero-copy {
 position: relative;
 z-index: 1;
 width: min(var(--container), calc(100% - 3rem));
 margin-inline: auto;
}

.page-hero-copy .section-title {
 color: var(--white);
 margin-bottom: 0.75rem;
}

.page-hero-copy .section-copy {
 color: rgba(250, 250, 248, 0.78);
 max-width: 36rem;
}

/* Sections */

.section {
 padding: var(--space-section) 0;
}

.section-label {
 margin: 0 0 0.75rem;
 font-size: 0.68rem;
 font-weight: 600;
 letter-spacing: 0.2em;
 text-transform: uppercase;
 color: var(--gold);
}

.section-title {
 margin: 0 0 1rem;
 font-family: var(--font-display);
 font-size: clamp(2.15rem, 4.4vw, 3.5rem);
 font-weight: 500;
 line-height: 1.08;
 color: var(--navy);
 text-wrap: balance;
}

.section-copy {
 margin: 0;
 color: var(--ink-muted);
 font-size: 1.05rem;
 max-width: 38rem;
}

.section-head {
 margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.section-head.center {
 text-align: center;
}

.section-head.center .section-copy {
 margin-inline: auto;
}

.section-head .section-copy {
 margin-top: 0.85rem;
}

.section-actions {
 margin-top: 2rem;
 display: flex;
 flex-wrap: wrap;
 gap: 1rem;
 align-items: center;
}

.about-home {
 background: linear-gradient(180deg, var(--sand) 0%, var(--sand-soft) 100%);
}

.about-home .about-layout {
 display: grid;
 grid-template-columns: 1.05fr 0.95fr;
 gap: clamp(2rem, 6vw, 5rem);
 align-items: end;
}

.about-home .about-stat {
 border-top: 1px solid rgba(11, 31, 51, 0.12);
 padding-top: 1.5rem;
 display: grid;
 gap: 0.35rem;
}

.about-home .about-stat strong {
 font-family: var(--font-display);
 font-size: 2.4rem;
 font-weight: 500;
 color: var(--navy);
 line-height: 1;
}

.about-home .about-stat span {
 font-size: 0.8rem;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: var(--ink-muted);
}

/* Properties */

.properties {
 background: var(--white);
}

.filter-status {
 margin: 0 0 1.5rem;
 font-size: 0.92rem;
 color: var(--ink-muted);
}

.filter-status.is-empty {
 padding: 1rem 1.15rem;
 background: var(--sand-soft);
 border: 1px solid var(--line);
 color: var(--navy);
}

.property-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.5rem;
}

.property-card {
 background: var(--white);
 border: 1px solid var(--line);
 transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.property-card-link {
 display: block;
 color: inherit;
 height: 100%;
}

.property-card:hover,
.property-card:focus-within {
 transform: translateY(-4px);
 box-shadow: 0 18px 40px rgba(11, 31, 51, 0.1);
}

.property-card.is-hidden {
 display: none;
}

.property-media {
 position: relative;
 aspect-ratio: 4 / 3;
 overflow: hidden;
 background: var(--sand);
}

.property-media img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.7s var(--ease);
}

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

.property-badge {
 position: absolute;
 top: 0.85rem;
 left: 0.85rem;
 padding: 0.35rem 0.65rem;
 background: var(--navy);
 color: var(--white);
 font-size: 0.6rem;
 font-weight: 600;
 letter-spacing: 0.14em;
 text-transform: uppercase;
}

.property-body {
 padding: 1.35rem 1.35rem 1.5rem;
 display: flex;
 flex-direction: column;
 min-height: 12rem;
}

.property-body h3 {
 margin: 0 0 0.35rem;
 font-family: var(--font-display);
 font-size: 1.55rem;
 font-weight: 600;
 color: var(--navy);
}

.property-meta {
 margin: 0 0 0.65rem;
 font-size: 0.8rem;
 letter-spacing: 0.04em;
 color: var(--ink-muted);
}

.property-blurb {
 margin: 0 0 0.85rem;
 font-size: 0.92rem;
 color: var(--ink-muted);
 flex: 1;
}

.amenity-list {
 display: flex;
 flex-wrap: wrap;
 gap: 0.4rem 0.85rem;
 margin-bottom: 1rem;
}

.amenity-list li {
 font-size: 0.74rem;
 color: var(--navy-soft);
 position: relative;
 padding-left: 0.7rem;
}

.amenity-list li::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0.45em;
 width: 4px;
 height: 4px;
 border-radius: 50%;
 background: var(--gold);
}

.property-rate {
 margin: auto 0 0;
 display: flex;
 justify-content: space-between;
 align-items: baseline;
 padding-top: 0.85rem;
 border-top: 1px solid var(--line);
 font-family: var(--font-display);
 font-size: 1.35rem;
 font-weight: 600;
 color: var(--navy);
}

.property-rate span {
 font-family: var(--font-body);
 font-size: 0.66rem;
 font-weight: 500;
 letter-spacing: 0.12em;
 text-transform: uppercase;
 color: var(--ink-muted);
}

/* Filter bar */

.filter-bar {
 display: grid;
 grid-template-columns: 1.2fr 1.2fr 0.9fr auto auto;
 gap: 0.75rem;
 align-items: end;
 padding: 1.25rem;
 margin-bottom: 2rem;
 background: var(--sand-soft);
 border: 1px solid var(--line);
}

.filter-bar .search-field {
 border: none;
 padding: 0;
 background: transparent;
}

.filter-bar .search-field label {
 color: var(--ink-muted);
 margin-bottom: 0.35rem;
}

.filter-bar .search-field select {
 width: 100%;
 padding: 0.8rem 2rem 0.8rem 0.9rem;
 border: 1px solid var(--line);
 background-color: var(--white);
 color: var(--navy);
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230B1F33' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: right 0.85rem center;
}

/* Bridge / pathway cards */

.pathway {
 background: var(--navy);
 color: var(--white);
}

.pathway .section-title {
 color: var(--white);
}

.pathway .section-copy {
 color: rgba(250, 250, 248, 0.7);
}

.pathway-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.25rem;
}

.pathway-card {
 padding: 1.75rem;
 border: 1px solid var(--line-light);
 background: rgba(250, 250, 248, 0.03);
 transition: border-color 0.25s ease, background 0.25s ease;
}

.pathway-card:hover {
 border-color: rgba(196, 163, 90, 0.55);
 background: rgba(196, 163, 90, 0.08);
}

.pathway-card h3 {
 margin: 0 0 0.65rem;
 font-family: var(--font-display);
 font-size: 1.7rem;
 font-weight: 500;
}

.pathway-card p {
 margin: 0;
 color: rgba(250, 250, 248, 0.68);
 font-size: 0.95rem;
}

/* Communities preview */

.communities-preview {
 background: var(--sand-soft);
}

.community-strip {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 border-top: 1px solid var(--line);
}

.community-strip > * {
 padding: 1.4rem 1rem;
 border-bottom: 1px solid var(--line);
 border-right: 1px solid var(--line);
 font-family: var(--font-display);
 font-size: 1.3rem;
 font-weight: 500;
 text-align: center;
 color: var(--navy);
 transition: background 0.25s ease, color 0.25s ease;
 display: flex;
 align-items: center;
 justify-content: center;
}

.community-strip > *:nth-child(4n) {
 border-right: none;
}

.community-strip > *:hover {
 background: rgba(196, 163, 90, 0.12);
 color: #8a6d2f;
}

.community-grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 1.5rem;
}

.community-card {
 display: grid;
 grid-template-columns: 0.9fr 1.1fr;
 min-height: 16rem;
 background: var(--white);
 border: 1px solid var(--line);
 overflow: hidden;
}

.community-card-media {
 min-height: 100%;
 background: var(--sand);
}

.community-card-media img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.community-card-body {
 padding: 1.75rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.community-card-body h3 {
 margin: 0 0 0.6rem;
 font-family: var(--font-display);
 font-size: 1.8rem;
 color: var(--navy);
}

.community-card-body p {
 margin: 0;
 color: var(--ink-muted);
}

/* Guide pages */

.guide-layout {
 display: grid;
 grid-template-columns: 0.9fr 1.1fr;
 gap: clamp(2rem, 5vw, 4rem);
 align-items: start;
}

.guide-stack {
 display: grid;
 gap: 1.25rem;
}

.guide-block {
 padding: 1.75rem;
 background: var(--white);
 border-left: 3px solid var(--gold);
 box-shadow: 0 12px 32px rgba(11, 31, 51, 0.05);
}

.guide-block h3 {
 margin: 0 0 0.65rem;
 font-family: var(--font-display);
 font-size: 1.65rem;
 color: var(--navy);
}

.guide-block p {
 margin: 0;
 color: var(--ink-muted);
}

.guide-aside {
 padding: 2rem;
 background: var(--navy);
 color: var(--white);
}

.guide-aside h2 {
 margin: 0 0 0.85rem;
 font-family: var(--font-display);
 font-size: 2rem;
 font-weight: 500;
}

.guide-aside p {
 margin: 0 0 1.5rem;
 color: rgba(250, 250, 248, 0.72);
}

.guide-aside .btn {
 width: 100%;
}

.split-section {
 background: var(--sand-soft);
}

.split-grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 1.5rem;
}

.split-panel {
 padding: clamp(1.75rem, 3vw, 2.5rem);
 background: var(--white);
 border-top: 3px solid var(--gold);
}

.split-panel h3 {
 margin: 0 0 0.85rem;
 font-family: var(--font-display);
 font-size: 1.9rem;
 color: var(--navy);
}

.split-panel p {
 margin: 0;
 color: var(--ink-muted);
}

/* Attractions */

.attraction-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.25rem 2rem;
}

.attraction-item {
 padding: 1.5rem 0;
 border-top: 1px solid var(--line);
}

.attraction-item h3 {
 margin: 0 0 0.5rem;
 font-family: var(--font-display);
 font-size: 1.45rem;
 font-weight: 600;
 color: var(--navy);
}

.attraction-item p {
 margin: 0;
 color: var(--ink-muted);
 font-size: 0.95rem;
}

/* Contact */

.contact {
 background: linear-gradient(135deg, var(--navy) 0%, #16324d 55%, #1a3a55 100%);
 color: var(--white);
}

.contact .section-title {
 color: var(--white);
}

.contact .section-copy {
 color: rgba(250, 250, 248, 0.72);
}

.contact-layout {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: clamp(2rem, 5vw, 4rem);
 align-items: start;
}

.contact-details {
 margin-top: 2rem;
 display: grid;
 gap: 1.25rem;
}

.contact-details li {
 display: grid;
 gap: 0.3rem;
}

.contact-details span {
 font-size: 0.65rem;
 letter-spacing: 0.16em;
 text-transform: uppercase;
 color: var(--gold);
}

.contact-details a {
 color: rgba(250, 250, 248, 0.9);
 transition: color 0.2s ease;
}

.contact-details a:hover {
 color: var(--gold);
}

.contact-form {
 background: rgba(250, 250, 248, 0.04);
 border: 1px solid var(--line-light);
 padding: clamp(1.5rem, 3vw, 2rem);
 display: grid;
 gap: 1rem;
}

.form-row {
 display: grid;
 gap: 0.4rem;
}

.form-row label {
 font-size: 0.68rem;
 letter-spacing: 0.14em;
 text-transform: uppercase;
 color: rgba(250, 250, 248, 0.55);
}

.form-row input,
.form-row textarea {
 width: 100%;
 padding: 0.85rem 1rem;
 border: 1px solid rgba(250, 250, 248, 0.18);
 background: rgba(11, 31, 51, 0.35);
 color: var(--white);
 border-radius: 2px;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
 color: rgba(250, 250, 248, 0.4);
}

.form-note {
 margin: 0;
 min-height: 1.25rem;
 font-size: 0.9rem;
 color: var(--gold);
}

/* Detail */

.detail-layout {
 display: grid;
 grid-template-columns: 1.2fr 0.8fr;
 gap: clamp(2rem, 5vw, 3.5rem);
 align-items: start;
 padding: calc(var(--header-h) + 2.5rem) 0 var(--space-section);
}

.detail-media {
 overflow: hidden;
 background: var(--sand);
}

.detail-media img {
 width: 100%;
 height: 100%;
 min-height: 28rem;
 object-fit: cover;
}

.detail-rate {
 margin: 0.5rem 0 1.25rem;
 font-family: var(--font-display);
 font-size: 2.4rem;
 color: var(--navy);
 line-height: 1;
}

.detail-rate span {
 font-family: var(--font-body);
 font-size: 0.85rem;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: var(--ink-muted);
}

.detail-specs {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 1rem;
 margin: 1.75rem 0;
 padding: 1.25rem 0;
 border-top: 1px solid var(--line);
 border-bottom: 1px solid var(--line);
}

.detail-specs li {
 display: grid;
 gap: 0.2rem;
 font-family: var(--font-display);
 font-size: 1.35rem;
 color: var(--navy);
}

.detail-specs span {
 font-family: var(--font-body);
 font-size: 0.65rem;
 letter-spacing: 0.14em;
 text-transform: uppercase;
 color: var(--ink-muted);
}

.detail-actions {
 display: flex;
 flex-wrap: wrap;
 gap: 1rem;
 align-items: center;
 margin-top: 1.5rem;
}

.detail-actions .text-link {
 margin-top: 0;
}

/* Search landing */

.search-landing {
 background: linear-gradient(180deg, var(--sand-soft) 0%, var(--white) 100%);
}

.search-landing-panel {
 max-width: 920px;
 margin-inline: auto;
}

/* Footer */

.site-footer {
 background: var(--navy-deep);
 color: rgba(250, 250, 248, 0.7);
 padding: 3.25rem 0 2rem;
}

.footer-grid {
 display: grid;
 grid-template-columns: 1.2fr 1fr 1.1fr;
 gap: 2rem;
 margin-bottom: 2rem;
}

.footer-name {
 margin: 0;
 font-family: var(--font-display);
 font-size: 1.55rem;
 color: var(--white);
}

.footer-sub {
 margin: 0.3rem 0 0;
 font-size: 0.66rem;
 letter-spacing: 0.16em;
 text-transform: uppercase;
}

.footer-nav {
 display: grid;
 gap: 0.55rem;
}

.footer-nav a {
 font-size: 0.78rem;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: rgba(250, 250, 248, 0.65);
 transition: color 0.2s ease;
}

.footer-nav a:hover {
 color: var(--gold);
}

.subscribe label {
 display: block;
 margin-bottom: 0.65rem;
 font-size: 0.7rem;
 letter-spacing: 0.12em;
 text-transform: uppercase;
}

.subscribe-row {
 display: flex;
 gap: 0.5rem;
}

.subscribe-row input {
 flex: 1;
 padding: 0.8rem 1rem;
 border: 1px solid rgba(250, 250, 248, 0.15);
 background: rgba(250, 250, 248, 0.04);
 color: var(--white);
 border-radius: 2px;
}

.footer-copy {
 margin: 0;
 padding-top: 1.5rem;
 border-top: 1px solid rgba(250, 250, 248, 0.08);
 font-size: 0.8rem;
}

/* Reveal */

.reveal {
 opacity: 0;
 transform: translateY(22px);
 transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

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

@keyframes rise-in {
 from {
 opacity: 0;
 transform: translateY(24px);
 }
 to {
 opacity: 1;
 transform: none;
 }
}

@keyframes hero-drift {
 from {
 transform: scale(1.04) translateY(0);
 }
 to {
 transform: scale(1.08) translateY(-1.5%);
 }
}

/* Responsive */

@media (max-width: 1100px) {
 .nav a {
 font-size: 0.58rem;
 letter-spacing: 0.1em;
 }
}

@media (max-width: 980px) {
 .property-grid,
 .attraction-grid,
 .pathway-grid {
 grid-template-columns: repeat(2, 1fr);
 }

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

 .community-strip > *:nth-child(4n) {
 border-right: 1px solid var(--line);
 }

 .community-strip > *:nth-child(2n) {
 border-right: none;
 }

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

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

 .search-field:nth-child(2n) {
 border-right: none;
 }

 .search-field:nth-child(n + 3),
 .search-submit {
 border-top: 1px solid var(--line-light);
 }

 .search-submit {
 grid-column: 1 / -1;
 padding: 1.1rem;
 }

 .filter-bar {
 grid-template-columns: 1fr 1fr;
 }

 .filter-bar .btn {
 width: 100%;
 }

 .about-home .about-layout,
 .guide-layout,
 .community-card,
 .detail-layout,
 .footer-grid {
 grid-template-columns: 1fr;
 }

 .community-card-media {
 min-height: 12rem;
 }

 .detail-media img {
 min-height: 18rem;
 }
}

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

 .nav-toggle {
 display: flex;
 justify-self: end;
 }

 .header-inner {
 grid-template-columns: 1fr auto;
 }

 .nav {
 position: fixed;
 inset: var(--header-h) 0 auto;
 display: none;
 flex-direction: column;
 align-items: stretch;
 flex-wrap: nowrap;
 gap: 0;
 padding: 0.5rem 0 1rem;
 background: rgba(11, 31, 51, 0.98);
 border-bottom: 1px solid var(--line-light);
 max-height: calc(100dvh - var(--header-h));
 overflow-y: auto;
 }

 .nav.is-open {
 display: flex;
 }

 .nav a {
 padding: 0.95rem 1.5rem;
 border-bottom: none;
 border-left: 2px solid transparent;
 white-space: normal;
 }

 .nav a.is-active,
 .nav a:hover {
 border-left-color: var(--gold);
 border-bottom-color: transparent;
 background: rgba(196, 163, 90, 0.08);
 }

 .split-grid,
 .contact-layout {
 grid-template-columns: 1fr;
 }
}

@media (max-width: 640px) {
 .property-grid,
 .attraction-grid,
 .pathway-grid,
 .community-grid,
 .community-strip {
 grid-template-columns: 1fr;
 }

 .community-strip > * {
 border-right: none;
 }

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

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

 .search-field:nth-child(2),
 .search-field:nth-child(3) {
 border-top: none;
 }

 .filter-bar {
 grid-template-columns: 1fr;
 }

 .subscribe-row {
 flex-direction: column;
 }

 .detail-specs {
 grid-template-columns: 1fr;
 }
}

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

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

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

 .hero-media img {
 transform: none;
 }
}

/* ---- Parity fixes vs base/mansion CSS ---- */
.client-theme-barbara a.brand,
.client-theme-barbara .brand,
.client-theme-barbara .brand-name {
  color: var(--white) !important;
}
.client-theme-barbara .brand-sub {
  color: rgba(250, 250, 248, 0.62) !important;
}
.client-theme-barbara .nav a {
  color: rgba(250, 250, 248, 0.78);
}
.client-theme-barbara .nav a:hover,
.client-theme-barbara .nav a.is-active {
  color: var(--white);
}
.client-theme-barbara .vr-sticky-book-now,
.client-theme-barbara .phpdebugbar,
.client-theme-barbara .phpdebugbar-openhandler {
  display: none !important;
}
.client-theme-barbara.header-solid .site-header,
.client-theme-barbara .site-header.is-scrolled {
  background: rgba(11, 31, 51, 0.96);
}
.client-theme-barbara .site-footer a {
  color: rgba(250, 250, 248, 0.65);
}
.client-theme-barbara .footer-nav a:hover,
.client-theme-barbara .site-footer a:hover {
  color: var(--gold);
}
/* Buttons: beat `a { color: inherit }` / `button { color: inherit }` so CTA text stays readable */
.client-theme-barbara a.btn-navy,
.client-theme-barbara button.btn-navy,
.client-theme-barbara .btn.btn-navy {
  color: var(--white);
}
.client-theme-barbara a.btn-navy:hover,
.client-theme-barbara button.btn-navy:hover,
.client-theme-barbara .btn.btn-navy:hover {
  color: var(--white);
}
.client-theme-barbara a.btn-gold,
.client-theme-barbara button.btn-gold,
.client-theme-barbara .btn.btn-gold,
.client-theme-barbara a.header-cta,
.client-theme-barbara .header-cta {
  color: var(--navy);
}
.client-theme-barbara a.btn-gold:hover,
.client-theme-barbara button.btn-gold:hover,
.client-theme-barbara .btn.btn-gold:hover {
  color: var(--navy);
}
.client-theme-barbara a.btn-outline,
.client-theme-barbara button.btn-outline,
.client-theme-barbara .btn.btn-outline {
  color: var(--navy);
}
.client-theme-barbara a.btn-ghost,
.client-theme-barbara button.btn-ghost,
.client-theme-barbara .btn.btn-ghost {
  color: var(--white);
}
.client-theme-barbara a.btn-ghost:hover,
.client-theme-barbara button.btn-ghost:hover,
.client-theme-barbara .btn.btn-ghost:hover {
  color: var(--gold);
}
.client-theme-barbara a.text-link {
  color: var(--gold);
}
.client-theme-barbara .site-footer a.btn-navy,
.client-theme-barbara .site-footer button.btn-navy,
.client-theme-barbara .subscribe .btn-navy {
  color: var(--white);
}
