:root {
  color-scheme: light;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #152235;
  background: #fbfaf7;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-serif: 'Cormorant Garamond', ui-serif, Georgia, 'Times New Roman', serif;
  --ink: #152235;
  --navy: #16293d;
  --muted: #516174;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --line: #dde3ea;
  --shadow: 0 18px 50px rgba(16, 31, 51, 0.10);
  --accent-color: #b8986f;
  --accent-2: #d8c7ad;
  --site-max-width: 1240px;
  --site-inline-gutter-space: 3rem;
  --site-media-radius: 12px;
}

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

main img {
  border-radius: var(--site-media-radius);
}

/* About page */
.about-hero {
  position: relative;
  min-height: 560px;
  background-image:
    linear-gradient(90deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.94) 38%, rgba(251, 250, 247, 0.08) 76%),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=85');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.about-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 5.25rem 1.5rem;
}
.about-hero-copy {
  max-width: 610px;
}
.about-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: var(--navy);
}
.about-hero p:not(.kw-section-kicker) {
  margin: 1.35rem 0 0;
  max-width: 39rem;
  color: rgba(21, 34, 53, 0.78);
  font-family: var(--font-sans);
  font-size: 1.04rem;
}
.about-proof {
  background: var(--navy);
  color: #fff;
}
.about-proof-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.45rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.about-proof-inner div {
  padding: 0.85rem 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.about-proof-inner div:first-child {
  border-left: none;
  padding-left: 0;
}
.about-proof strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
}
.about-proof span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about-story,
.about-services {
  background: #fbfaf7;
  padding: 4.5rem 0;
}
.about-story-inner,
.about-services-inner,
.about-options-inner,
.about-contact-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.about-story-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 3rem;
  align-items: center;
}
.about-story-copy p:not(.kw-section-kicker),
.about-section-head p,
.about-options p,
.about-contact p {
  color: rgba(21, 34, 53, 0.74);
  font-family: var(--font-sans);
}
.about-story-copy p:not(.kw-section-kicker) {
  max-width: 42rem;
}
.about-story blockquote {
  margin: 1.5rem 0 0;
  padding: 1.1rem 0 0 1.4rem;
  border-left: 3px solid var(--accent-color);
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}
.about-story-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(16, 31, 51, 0.14);
}
.about-benefits {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.88);
  padding: 4.5rem 0;
}
.about-benefits-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.about-benefits .kw-section-kicker {
  color: rgba(255, 255, 255, 0.62);
}
.about-benefits-head {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.75rem;
}
.about-benefits h2,
.about-contact h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.03;
}
.about-benefit-grid,
.about-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.about-benefit-grid article,
.about-service-grid article,
.about-option-list article,
.about-contact-panel {
  border-radius: 8px;
}
.about-benefit-grid article {
  min-height: 260px;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}
.about-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 1.2rem;
  color: var(--accent-color);
}
.about-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.about-benefit-grid h3,
.about-service-grid h3,
.about-option-list h3,
.about-contact-panel h3 {
  margin: 0;
  color: inherit;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}
.about-benefit-grid p {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.78);
}
.about-section-head {
  display: grid;
  gap: 1rem;
  max-width: 720px;
  margin-bottom: 1.75rem;
}
.about-section-head p:not(.kw-section-kicker) {
  margin: 0;
}
.about-service-grid article {
  padding: 1.35rem;
  border: 1px solid rgba(21, 34, 53, 0.12);
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 31, 51, 0.08);
}
.about-service-grid span {
  display: block;
  margin-bottom: 1.4rem;
  color: var(--accent-color);
  font-family: var(--font-serif);
  font-size: 2.1rem;
  line-height: 1;
}
.about-service-grid h3 {
  color: var(--navy);
}
.about-service-grid p {
  margin: 0.8rem 0 0;
  color: rgba(21, 34, 53, 0.72);
}
.about-options {
  background: #f2efe9;
  padding: 4.5rem 0;
}
.about-options-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}
.about-option-list {
  display: grid;
  gap: 1rem;
}
.about-option-list article {
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(21, 34, 53, 0.12);
  background: rgba(255, 255, 255, 0.74);
}
.about-option-list h3 {
  color: var(--navy);
}
.about-option-list p {
  margin: 0.55rem 0 0;
}
.about-contact {
  background: #fff;
  padding: 4.5rem 0;
}
.about-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
  gap: 2rem;
  align-items: center;
}
.about-contact p {
  max-width: 42rem;
}
.about-contact-panel {
  padding: 1.45rem;
  border: 1px solid rgba(21, 34, 53, 0.12);
  background: #fbfaf7;
  box-shadow: 0 14px 36px rgba(16, 31, 51, 0.08);
}
.about-contact-panel h3 {
  color: var(--navy);
}
.about-contact-panel p {
  margin: 0.65rem 0;
}
.about-contact-panel a:not(.kw-btn) {
  color: var(--navy);
}
.about-contact-panel .kw-btn {
  margin-top: 1rem;
}

@media (max-width: 980px) {
  .about-hero h1 {
    font-size: 3.1rem;
  }
  .about-proof-inner,
  .about-benefit-grid,
  .about-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-proof-inner div:nth-child(3) {
    border-left: none;
    padding-left: 0;
  }
  .about-story-inner,
  .about-benefits-head,
  .about-options-inner,
  .about-contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-hero {
    min-height: auto;
    background-position: center;
  }
  .about-hero-inner {
    padding: 3.25rem 1.2rem;
  }
  .about-hero h1,
  .about-benefits h2,
  .about-contact h2 {
    font-size: 2.5rem;
  }
  .about-proof-inner,
  .about-benefit-grid,
  .about-service-grid {
    grid-template-columns: 1fr;
  }
  .about-proof-inner div,
  .about-proof-inner div:nth-child(3) {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .about-proof-inner div:first-child {
    border-top: none;
  }
  .about-story,
  .about-benefits,
  .about-services,
  .about-options,
  .about-contact {
    padding: 3rem 0;
  }
  .about-story-inner,
  .about-services-inner,
  .about-options-inner,
  .about-contact-inner,
  .about-benefits-inner {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .about-story blockquote {
    font-size: 1.7rem;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html, body {
  margin: 0;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  flex-direction: column;
  background: var(--paper);
  color: var(--ink);
}
body > main,
body > .page,
body > .redirect-page {
  flex: 1 0 auto;
  width: 100%;
}
body > .page {
  display: flex;
  flex-direction: column;
}
body > .page > main {
  flex: 1 0 auto;
  width: 100%;
}
body > footer,
body > .page > footer {
  flex-shrink: 0;
  width: 100%;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}
a {
  color: var(--ink);
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7;
}
.site-nav a,
.btn a {
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
input,
textarea,
select {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(22, 41, 61, 0.55);
  box-shadow: 0 0 0 4px rgba(22, 41, 61, 0.10);
}
label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
  font-family: var(--font-sans);
}
.site-header {
  position: relative;
  z-index: 30;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(calc(100% - var(--site-inline-gutter-space)), var(--site-max-width));
  margin: 0 auto;
  padding: 1.1rem 0;
  background: transparent;
  border-bottom: 0;
}
.site-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #ffffff;
  border-bottom: 1px solid rgba(21, 34, 53, 0.12);
}
.topbar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-sans);
  font-size: 0.85rem;
  letter-spacing: 0.01em;
}
.topbar-inner {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.65rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.topbar a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}
.brand-wrap {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
}
.brand-lockup {
  display: grid;
  gap: 0.1rem;
  line-height: 1.05;
}
.brand-line1 {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.18rem;
  color: var(--navy);
}
.brand-line2 {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--navy);
}
.header-cta {
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  padding: 0.72rem 1.1rem;
  border-radius: 3px;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  white-space: nowrap;
}
.header-cta:hover {
  opacity: 0.92;
}
.brand-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--font-sans);
}
.brand-name {
  margin: 0;
  font-weight: 650;
  font-size: 1.15rem;
  font-family: var(--font-serif);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.brand-tag {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  background: var(--panel);
  cursor: pointer;
  font-weight: 650;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  font-family: var(--font-sans);
  transition: all 0.3s ease;
}
.nav-toggle:hover {
  background: var(--navy);
  color: #fff;
}
.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav {
  flex: 1;
}
.site-nav ul {
  justify-content: center;
  align-items: center;
}
.nav-caret::after,
.nav-more-toggle::after {
  content: '▾';
  font-size: 0.75em;
  margin-left: 0.35rem;
  color: rgba(21, 34, 53, 0.65);
}
.site-nav a,
.nav-more-toggle {
  font-weight: 650;
  letter-spacing: 0.01em;
  font-size: 0.95rem;
  font-family: var(--font-sans);
  color: var(--ink);
  text-decoration: none;
}
.nav-more-toggle {
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.site-nav a:hover,
.nav-more-toggle:hover,
.nav-more:focus-within > .nav-more-toggle,
.nav-more.is-open > .nav-more-toggle {
  opacity: 1;
  color: var(--navy);
}
.nav-more {
  position: relative;
}

.nav-more::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 79;
  width: max(100%, 230px);
  height: 1rem;
}

.nav-more-menu {
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 50%;
  z-index: 80;
  display: grid;
  min-width: 245px;
  padding: 0.45rem;
  background: #fff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 6px;
  box-shadow: 0 24px 55px rgba(21, 34, 53, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.nav-more:hover .nav-more-menu,
.nav-more:focus-within .nav-more-menu,
.nav-more.is-open .nav-more-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.nav-more-menu a {
  display: block;
  padding: 0.72rem 0.78rem;
  border-radius: 4px;
  white-space: nowrap;
}
.nav-more-menu a:hover,
.nav-more-menu a[aria-current="page"] {
  background: rgba(196, 143, 87, 0.12);
  color: var(--navy);
}
.nav-more-current > .nav-more-toggle {
  color: var(--navy);
}
.nav-more-menu a[aria-current="page"]::before,
.nav-more-menu a[aria-current="page"]::after {
  display: none;
}
.site-nav .nav-cta a {
  background: var(--navy);
  color: #fff;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(22, 41, 61, 0.18);
}
.site-nav .nav-cta a:hover {
  color: #fff;
  opacity: 0.92;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 1fr);
  gap: 2rem;
  align-items: center;
  padding: 4rem 1.5rem 3rem;
  max-width: 1240px;
  margin: 0 auto;
}
.hero-modern {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  padding-top: 3rem;
}
.simple-hero {
  display: grid;
  grid-template-columns: 1fr;
  padding: 4rem 1.5rem 2rem;
  max-width: 1240px;
  margin: 0 auto;
}
.hero-copy {
  max-width: 680px;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--muted);
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-family: var(--font-sans);
}
.hero h1,
.simple-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 1.02;
  font-weight: 650;
  font-family: var(--font-serif);
  text-transform: none;
  letter-spacing: -0.02em;
  color: var(--navy);
}
.hero p,
.simple-hero p {
  margin: 1.5rem 0;
  max-width: 42rem;
  color: var(--muted);
}
.tool-disclaimer {
  max-width: 42rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--accent-color);
  background: rgba(196, 143, 87, 0.1);
  color: rgba(21, 34, 53, 0.78);
  font-size: 0.95rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 1.1rem 2rem;
  border: none;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.3s ease;
  font-family: var(--font-sans);
}
.btn-primary {
  background: var(--navy);
  color: #fff;
  font-weight: 650;
  letter-spacing: 0.02em;
  border-radius: 999px;
}
.btn-primary:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(22, 41, 61, 0.18);
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-weight: 650;
  letter-spacing: 0.02em;
  border: 1px solid var(--line);
  border-radius: 999px;
}
.btn-secondary:hover {
  background: #fff;
  transform: translateY(-2px);
}
.hero-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 2.2rem;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(16, 31, 51, 0.14);
}
.hero-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(221, 227, 234, 0.9);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 41, 61, 0.26), rgba(22, 41, 61, 0.00) 60%);
  pointer-events: none;
}

.stat-row {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.stat {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.1rem 1.2rem;
}
.stat strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-serif);
  font-weight: 650;
  font-size: 1.15rem;
}
.stat span {
  display: block;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 0.92rem;
  margin-top: 0.25rem;
}

.tier-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.tier-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.8rem 1.6rem;
  box-shadow: 0 10px 30px rgba(16, 31, 51, 0.06);
  position: relative;
}
.tier-card.featured {
  border-color: rgba(184, 152, 111, 0.55);
  box-shadow: 0 18px 50px rgba(184, 152, 111, 0.18);
}
.tier-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(22, 41, 61, 0.95);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 650;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
}
.tier-card h3 {
  margin: 0.1rem 0 0.35rem;
  font-family: var(--font-serif);
  font-weight: 650;
  color: var(--navy);
  font-size: 1.55rem;
}
.tier-card p {
  margin: 0.5rem 0 1rem;
  color: var(--muted);
}
.tier-card ul {
  margin: 0 0 1.2rem;
  padding-left: 1.1rem;
  color: var(--muted);
}
.tier-card li {
  margin: 0.35rem 0;
}

.section-soft {
  background: rgba(255, 255, 255, 0.65);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cta-band {
  max-width: 1240px;
  margin: 2.5rem auto;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(90deg, rgba(22, 41, 61, 0.96), rgba(22, 41, 61, 0.86));
  border-radius: 22px;
  color: rgba(255, 255, 255, 0.92);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  box-shadow: 0 22px 70px rgba(16, 31, 51, 0.20);
}
.cta-band h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 650;
  font-size: 2.2rem;
  letter-spacing: -0.01em;
  color: #fff;
}
.cta-band p {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.86);
}
.cta-band .hero-actions {
  justify-content: flex-end;
}
.cta-band .btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.cta-band .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}
.agency-spotlight p {
  margin: 0.55rem 0;
}
.agent-spotlight {
  margin-bottom: 1.5rem;
}
.agent-photo {
  width: 80px;
  height: 80px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #666;
  border: 2px solid #e3e7ee;
}
.agent-rating {
  color: #b8986f;
  font-weight: 700;
  margin-top: 0.5rem;
}
.card-heading {
  margin: 0 0 1.2rem;
  font-size: 1.1rem;
  font-weight: 650;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--font-sans);
}
.contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
  align-items: center;
}
.contact-item strong {
  font-weight: 700;
}
.agents-section {
  padding: 4rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
}
.agents-filter {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.agents-filter select {
  padding: 0.5rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
}
.agents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.agents-grid--feature {
  grid-template-columns: minmax(300px, 1.2fr) repeat(2, minmax(240px, 0.8fr));
}
.agent-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}
.agent-card--feature {
  text-align: left;
}
.agent-card:hover {
  border-color: rgba(184, 152, 111, 0.55);
  box-shadow: var(--shadow);
}
.agent-card .agent-photo {
  width: 100px;
  height: 100px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 0.8rem;
  color: #666;
  border: 2px solid #e3e7ee;
}
.agent-logo {
  width: 150px;
  max-width: 100%;
  margin-bottom: 1.1rem;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(21, 34, 53, 0.12);
  background: #2e78b0;
}
.agent-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.agent-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 900;
}
.agent-title {
  color: #666;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.agent-specialties {
  color: #b8986f;
  font-weight: 700;
  margin-bottom: 1rem;
}
.agent-bio {
  margin-bottom: 1rem;
  color: #424a59;
}
.agent-contact {
  margin-top: 1rem;
}

/* Meet Kentwood / Agents page: align the older page with the current site system. */
.agents-page {
  background: #fbfaf7;
}

.agents-page main {
  background: #fbfaf7;
}

.agents-hero {
  position: relative;
  overflow: hidden;
  background: #f3efe8;
}

.agents-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.90) 43%, rgba(251, 250, 247, 0.25) 72%, rgba(251, 250, 247, 0.04) 100%),
    url("https://images.unsplash.com/photo-1523217582562-09d0def993a6?auto=format&fit=crop&w=2400&q=82");
  background-position: center, center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.agents-hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 3rem), 1240px);
  min-height: 520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 2rem;
  align-items: center;
  padding: 4.5rem 0;
}

.agents-hero-copy {
  max-width: 620px;
}

.agents-kicker {
  margin: 0 0 0.85rem;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.agents-hero h1,
.agents-profile-copy h2,
.agents-section-head h2,
.agents-contact-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

.agents-hero h1 {
  max-width: 10.5ch;
  font-size: 4.2rem;
}

.agents-hero-copy > p:not(.agents-kicker) {
  max-width: 38rem;
  margin: 1.2rem 0 0;
  color: rgba(21, 34, 53, 0.78);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.72;
}

.agents-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.55rem;
}

.agents-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.agents-btn-primary {
  background: var(--navy);
  color: #fff;
}

.agents-btn-secondary {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(21, 34, 53, 0.18);
  color: var(--navy);
}

.agents-btn:hover {
  opacity: 0.92;
}

.agents-hero-card {
  align-self: end;
  width: 100%;
  padding: 1.4rem;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 20px 54px rgba(16, 31, 51, 0.12);
}

.agents-hero-mark {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  border: 1px solid var(--accent-color);
  border-radius: 999px;
  color: var(--accent-color);
  font-family: var(--font-serif);
  font-size: 2.75rem;
  line-height: 1;
}

.agents-hero-brand {
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.42rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
  text-align: center;
}

.agents-hero-card-copy {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.agents-hero-card-copy p {
  margin: 0;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(21, 34, 53, 0.10);
  color: rgba(21, 34, 53, 0.76);
  font-family: var(--font-sans);
  font-size: 0.92rem;
  line-height: 1.45;
}

.agents-proof {
  background: #f7f2ed;
  border-top: 1px solid rgba(21, 34, 53, 0.08);
  border-bottom: 1px solid rgba(21, 34, 53, 0.08);
}

.agents-proof-inner {
  width: min(calc(100% - 3rem), 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agents-proof article {
  display: flex;
  gap: 1rem;
  align-items: center;
  min-height: 108px;
  padding: 1.2rem 1.4rem;
  border-left: 1px solid rgba(21, 34, 53, 0.14);
}

.agents-proof article:first-child {
  border-left: 0;
  padding-left: 0;
}

.agents-proof-icon,
.agents-service-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--accent-color);
}

.agents-proof-icon svg,
.agents-service-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.agents-proof h2 {
  margin: 0 0 0.2rem;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

.agents-proof p {
  margin: 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.35;
}

.agents-profile,
.agents-services,
.agents-contact {
  padding: 3.75rem 1.5rem;
}

.agents-profile-inner,
.agents-contact-inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.agents-profile-inner {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr) 330px;
  gap: 2rem;
  align-items: stretch;
  padding: 1rem;
  border-radius: 8px;
  background: #f7f2ed;
}

.agents-profile-media {
  min-height: 360px;
  overflow: hidden;
  border-radius: 7px;
}

.agents-profile-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.agents-profile-copy {
  align-self: center;
  padding: 1.5rem 0;
}

.agents-profile-copy h2,
.agents-section-head h2,
.agents-contact-copy h2 {
  font-size: 2.6rem;
}

.agents-title {
  margin: 0.25rem 0 1.1rem;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.agents-profile-copy p:not(.agents-kicker):not(.agents-title) {
  margin: 0 0 0.9rem;
  color: rgba(21, 34, 53, 0.78);
  font-family: var(--font-sans);
  line-height: 1.65;
}

.agents-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.15rem;
}

.agents-contact-list a,
.agents-contact-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(21, 34, 53, 0.14);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  text-decoration: none;
}

.agents-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 2rem;
  border-radius: 7px;
  background: var(--navy);
  color: #fff;
}

.agents-quote span {
  color: var(--accent-color);
  font-family: var(--font-serif);
  font-size: 3rem;
  line-height: 0.8;
}

.agents-quote p {
  margin: 1rem 0 1.25rem;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.58;
}

.agents-quote strong {
  color: rgba(255, 255, 255, 0.90);
  font-family: var(--font-sans);
  font-size: 0.82rem;
}

.agents-services {
  border-top: 1px solid rgba(21, 34, 53, 0.10);
}

.agents-section-head {
  width: min(100%, 1240px);
  margin: 0 auto 1.6rem;
}

.agents-section-head h2 {
  max-width: 760px;
}

.agents-service-grid {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.agents-service-grid article {
  min-height: 100%;
  padding: 1.7rem;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(16, 31, 51, 0.06);
}

.agents-service-grid h3 {
  margin: 1rem 0 0.55rem;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.agents-service-grid p {
  margin: 0;
  color: rgba(21, 34, 53, 0.74);
  font-family: var(--font-sans);
  line-height: 1.58;
}

.agents-service-grid a {
  display: inline-flex;
  margin-top: 1.15rem;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.agents-contact {
  background: var(--navy);
  color: #fff;
}

.agents-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.agents-contact-copy {
  max-width: 440px;
}

.agents-contact-copy h2 {
  color: #fff;
}

.agents-contact-copy p:not(.agents-kicker) {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--font-sans);
  line-height: 1.65;
}

.agents-phone {
  display: inline-flex;
  margin-top: 1.3rem;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.agents-page .contact-form {
  gap: 0.95rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.agents-page .contact-form label {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
}

.agents-page .contact-form input,
.agents-page .contact-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
}

.agents-page .contact-form .agents-btn {
  width: fit-content;
  background: var(--accent-color);
  color: #fff;
}

@media (max-width: 1100px) {
  .agents-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding: 3.5rem 0;
  }

  .agents-hero h1 {
    max-width: 12ch;
    font-size: 3.45rem;
  }

  .agents-hero-card {
    align-self: auto;
    max-width: 420px;
  }

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

  .agents-proof article:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  .agents-profile-inner {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .agents-quote {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .agents-hero-inner,
  .agents-proof-inner {
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .agents-hero::before {
    background-image:
      linear-gradient(90deg, rgba(251, 250, 247, 0.96) 0%, rgba(251, 250, 247, 0.90) 100%),
      url("../img/hero-bg.jpg");
  }

  .agents-hero h1 {
    font-size: 2.75rem;
  }

  .agents-hero-card {
    display: none;
  }

  .agents-proof-inner,
  .agents-profile-inner,
  .agents-service-grid,
  .agents-contact-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .agents-proof article {
    min-height: auto;
    padding: 1rem 0;
    border-left: 0;
    border-top: 1px solid rgba(21, 34, 53, 0.12);
  }

  .agents-proof article:first-child {
    border-top: 0;
  }

  .agents-profile,
  .agents-services,
  .agents-contact {
    padding: 3rem 1.2rem;
  }

  .agents-profile-inner {
    padding: 0.85rem;
    gap: 1.25rem;
  }

  .agents-profile-media {
    min-height: 320px;
  }

  .agents-profile-copy {
    padding: 0.25rem 0;
  }

  .agents-profile-copy h2,
  .agents-section-head h2,
  .agents-contact-copy h2 {
    font-size: 2.25rem;
  }

  .agents-quote {
    padding: 1.5rem;
  }

  .agents-contact-list {
    display: grid;
  }
}
.meet-agents {
  padding: 4rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
  background: #fafbfd;
}
.agents-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.agent-preview-card {
  background: #fff;
  border: 2px solid #e3e7ee;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}
.agent-preview-card:hover {
  border-color: #b8986f;
  box-shadow: 0 8px 24px rgba(184, 152, 111, 0.1);
}
.agent-photo-small {
  width: 80px;
  height: 80px;
  background: #f0f0f0;
  border-radius: 50%;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 0.7rem;
  color: #666;
  border: 2px solid #e3e7ee;
  overflow: hidden;
}
.agent-photo-small img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.agent-preview-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  font-weight: 900;
}
.agent-preview-card p:first-of-type {
  color: #b8986f;
  font-weight: 700;
  margin-bottom: 1rem;
}
.agent-preview-card p:nth-of-type(2) {
  font-style: italic;
  color: #424a59;
  margin-bottom: 0.5rem;
}
.testimonial-author {
  color: #666;
  font-size: 0.9rem;
  font-weight: 700;
}
.agents-actions {
  text-align: center;
}
.calculator-section {
  padding: 4rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
}
.calculator-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}
.calculator-form {
  background: #fff;
  border: 2px solid #e3e7ee;
  border-radius: 12px;
  padding: 2rem;
}
.calculator-form form {
  display: grid;
  gap: 1rem;
}
.calculator-form label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.calculator-form input {
  width: 100%;
}
.calculator-results {
  background: #f8f9fa;
  border: 2px solid #e3e7ee;
  border-radius: 12px;
  padding: 2rem;
}
.results-display {
  line-height: 1.6;
}
.result-item {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e3e7ee;
}
.result-item.total {
  font-size: 1.2rem;
  font-weight: 900;
  border-bottom: none;
  color: #b8986f;
}
.rent-buy-comparison {
  padding: 4rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
  background: #fafbfd;
}
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.comparison-form {
  background: #fff;
  border: 2px solid #e3e7ee;
  border-radius: 12px;
  padding: 2rem;
}
.comparison-form h3 {
  margin-top: 0;
  color: #1c1c1c;
}
.comparison-form form {
  display: grid;
  gap: 1rem;
}
.comparison-results {
  background: #fff;
  border: 2px solid #e3e7ee;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
}
.disclaimer {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
  margin-top: 1rem;
}
.result-note {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: #556077;
}
.result-error {
  margin: 0;
  padding: 0.75rem 1rem;
  border: 1px solid #d33;
  background: #fff1f1;
  color: #8b0000;
  font-weight: 700;
}
.form-success,
.listing-form-status {
  margin: 0.75rem 0 0;
  padding: 0.75rem 1rem;
  border: 2px solid #1c1c1c;
  background: #f6f2e9;
  color: #1c1c1c;
  font-size: 0.95rem;
  line-height: 1.5;
}
.faq-section {
  padding: 4rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.faq-item {
  background: #fff;
  border: 2px solid #e3e7ee;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 0.5rem;
}
.faq-item summary:hover {
  color: #b8986f;
}
.faq-item p {
  margin: 0;
  color: #424a59;
  line-height: 1.6;
}
.faq-page .hero-copy {
  max-width: 760px;
}
.faq-page .hero-copy p:last-child {
  font-size: 1.06rem;
  line-height: 1.75;
}
.faq-page .faq-intro-band {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem 1.4rem;
}
.faq-page .faq-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.faq-page .faq-topic-card {
  display: block;
  padding: 1.15rem 1.2rem 1.2rem;
  background: #fff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(14, 30, 55, 0.05);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.faq-page .faq-topic-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 152, 111, 0.58);
  box-shadow: 0 16px 34px rgba(14, 30, 55, 0.09);
}
.faq-page .faq-topic-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.15;
}
.faq-page .faq-topic-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.faq-page .faq-note {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  background: #f6f2e9;
  border-left: 4px solid var(--accent-color);
  color: rgba(21, 34, 53, 0.78);
  line-height: 1.65;
}
.faq-page .faq-section {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.faq-page .faq-section .section-header {
  margin-bottom: 1.15rem;
}
.faq-page .faq-grid {
  gap: 1rem;
  align-items: start;
}
.faq-page .faq-item {
  margin-bottom: 0;
  padding: 0;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(14, 30, 55, 0.04);
  overflow: hidden;
}
.faq-page .faq-item[open] {
  border-color: rgba(184, 152, 111, 0.58);
  box-shadow: 0 16px 34px rgba(14, 30, 55, 0.08);
}
.faq-page .faq-item summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 1.15rem 1.2rem;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}
.faq-page .faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-page .faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--accent-color);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
}
.faq-page .faq-item[open] summary::after {
  content: "\2212";
}
.faq-page .faq-item p {
  padding: 0 1.2rem 1.2rem;
  color: rgba(21, 34, 53, 0.74);
}
.faq-page .contact .section-header {
  margin-bottom: 1rem;
}
.faq-page .contact-grid > div > p:first-of-type {
  max-width: 34rem;
  color: var(--muted);
  line-height: 1.7;
}
.neighborhoods-grid {
  padding: 4rem 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
}
.neighborhood-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.neighborhood-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}
.neighborhood-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.neighborhood-content {
  padding: 2rem;
}
.neighborhood-content h3 {
  margin: 0 0 0.5rem 0;
  color: #1c1c1c;
  font-size: 1.5rem;
}
.neighborhood-tag {
  display: inline-block;
  background: #b8986f;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.neighborhood-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}
.highlight {
  text-align: center;
  padding: 0.75rem;
  background: #f8f9fa;
  border-radius: 8px;
}
.highlight strong {
  display: block;
  color: #1c1c1c;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.market-insights {
  background: #f8f9fa;
  padding: 4rem 1.5rem;
}
.insights-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.insight-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.insight-card h4 {
  margin: 0 0 1rem 0;
  color: #1c1c1c;
}
.insight-card p {
  margin: 0 0 1rem 0;
  color: #424a59;
  line-height: 1.6;
}
.trend-indicator {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.875rem;
}
.trend-indicator.positive {
  background: #d4edda;
  color: #155724;
}
.trend-indicator.neutral {
  background: #fff3cd;
  color: #856404;
}
.lifestyle-section {
  padding: 4rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.lifestyle-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: start;
}
.lifestyle-text h3 {
  margin: 0 0 1rem 0;
  color: #1c1c1c;
}
.lifestyle-text ul {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.lifestyle-text li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.lifestyle-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.listing-filters {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 0.75rem 1.5rem;
  border: 2px solid #b8986f;
  background: transparent;
  color: #b8986f;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.filter-btn.active, .filter-btn:hover {
  background: #b8986f;
  color: white;
}
.listings-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 3rem;
}
.private-access-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 1180px;
  margin: 0 auto;
}
.private-access-card {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  min-height: 260px;
  padding: 1.75rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21, 34, 53, 0.08);
}
.private-access-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.05;
}
.private-access-card p {
  margin: 0;
  color: #424a59;
  line-height: 1.65;
}
.private-access-card .btn {
  align-self: end;
  justify-self: start;
}
.listing-gallery {
  position: relative;
}
.listing-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.listing-price {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  gap: 0.1rem;
  background: linear-gradient(180deg, rgba(184, 152, 111, 0.97), rgba(151, 122, 86, 0.95));
  color: white;
  padding: 0.55rem 0.95rem 0.72rem;
  border-radius: 14px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1rem;
  box-shadow: 0 16px 30px rgba(64, 48, 26, 0.2);
  backdrop-filter: blur(12px);
}
.listing-price .kw-price-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
}
.listing-price .kw-price-figure {
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.listing-price .kw-price-note {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.58rem;
}
.listing-details {
  padding: 2rem;
}
.listing-details h3 {
  margin: 0 0 0.5rem 0;
  color: #1c1c1c;
  font-size: 1.25rem;
}
.listing-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  color: #666;
  font-size: 0.9rem;
}
.agent-narrative {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 12px;
}
.agent-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.narrative-content p {
  margin: 0 0 1rem 0;
  line-height: 1.6;
  color: #424a59;
}
.narrative-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.narrative-highlights span {
  background: white;
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.8rem;
  border: 1px solid #e3e7ee;
}
.market-update {
  background: #f8f9fa;
  padding: 4rem 1.5rem;
}
.market-stats {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.stat-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #b8986f;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 0.5rem;
}
.stat-description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Phase 2: client journey, local market snapshot, listings promise, neighborhood deep dives */
.client-journey {
  padding: 4rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid #e3e7ee;
  background: #fafbfd;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}
.journey-path {
  background: #fff;
  border: 2px solid #1c1c1c;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.journey-path h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.journey-lede {
  margin: 0;
  color: #424a59;
  font-size: 0.98rem;
  line-height: 1.55;
}
.journey-steps {
  margin: 0;
  padding-left: 1.25rem;
  color: #1c1c1c;
  font-size: 0.95rem;
  line-height: 1.55;
}
.journey-steps li {
  margin-bottom: 0.65rem;
}
.journey-path .btn {
  align-self: flex-start;
  margin-top: 0.25rem;
}
.market-snapshot {
  padding: 4rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid #e3e7ee;
}
.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0 1rem;
}
.snapshot-stat {
  border: 2px solid #e3e7ee;
  padding: 1.5rem;
  background: #fff;
}
.snapshot-number {
  display: block;
  font-weight: 900;
  font-size: 1.15rem;
  color: #b8986f;
  margin-bottom: 0.35rem;
  font-family: Georgia, serif;
}
.snapshot-label {
  font-size: 0.92rem;
  color: #424a59;
  line-height: 1.45;
}
.snapshot-footnote {
  font-size: 0.88rem;
  color: #64748b;
  font-style: italic;
  margin: 0 0 1rem;
  max-width: 52rem;
}
.snapshot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.listings-promise {
  padding: 4rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid #e3e7ee;
  background: #fafbfd;
}
.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 0.5rem;
}
.promise-grid article {
  background: #fff;
  border: 2px solid #e3e7ee;
  padding: 1.5rem;
  border-radius: 12px;
}
.promise-grid h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.promise-grid p {
  margin: 0;
  color: #424a59;
  line-height: 1.55;
  font-size: 0.95rem;
}
.narrative-local {
  margin: 0.35rem 0 0.75rem;
  font-size: 0.88rem;
  color: #556077;
  font-style: italic;
  line-height: 1.45;
  padding: 0.5rem 0.65rem;
  background: #f8f9fa;
  border-left: 3px solid #b8986f;
}
.neighborhood-deep-dives {
  padding: 4rem 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #e3e7ee;
}
.neighborhood-guide {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e3e7ee;
}
.neighborhood-guide:last-of-type {
  border-bottom: none;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.neighborhood-guide h3 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  color: #1c1c1c;
}
.guide-meta {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #b8986f;
  font-weight: 700;
}
.neighborhood-guide p {
  margin: 0 0 1rem;
  color: #424a59;
  line-height: 1.65;
}
.community-pulse {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 2px solid #1c1c1c;
  background: #fff;
}
.community-pulse h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.community-pulse ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #424a59;
  line-height: 1.6;
}
.community-pulse li {
  margin-bottom: 0.5rem;
}
.guide-disclaimer {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: #64748b;
  font-style: italic;
}

/* Neighborhoods page: align older guide content with the current Kentwood page system. */
.neighborhoods-page main {
  background: #fbfaf7;
}

.neighborhoods-page .neighborhoods-hero {
  position: relative;
  overflow: hidden;
  max-width: none;
  min-height: 500px;
  margin: 0;
  padding: 0;
  background: #f3efe8;
}

.neighborhoods-page .neighborhoods-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.88) 45%, rgba(251, 250, 247, 0.28) 72%, rgba(251, 250, 247, 0.08) 100%),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=85");
  background-position: center, center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.neighborhoods-page .neighborhoods-hero .hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  width: min(100%, 1240px);
  max-width: none;
  min-height: 500px;
  margin: 0 auto;
  padding: 4.5rem 1.5rem;
}

.neighborhoods-page .neighborhoods-hero h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 5vw, 4.75rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

.neighborhoods-page .neighborhoods-hero p:not(.eyebrow) {
  max-width: 43rem;
  margin: 1.35rem 0 0;
  color: rgba(21, 34, 53, 0.76);
  font-size: 1.05rem;
  line-height: 1.75;
}

.neighborhoods-page .eyebrow,
.neighborhoods-page .section-label {
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.neighborhoods-page .section-header {
  max-width: 780px;
  margin: 0 0 1.6rem;
}

.neighborhoods-page .section-header h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.neighborhoods-page .section-text {
  max-width: 760px;
  margin: -0.8rem 0 1.8rem;
  color: rgba(21, 34, 53, 0.72);
  line-height: 1.75;
}

.neighborhoods-page .neighborhoods-grid,
.neighborhoods-page .neighborhood-deep-dives,
.neighborhoods-page .lifestyle-section {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 4.25rem 1.5rem;
}

.neighborhoods-page .neighborhoods-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.neighborhoods-page .neighborhood-card,
.neighborhoods-page .neighborhood-guide,
.neighborhoods-page .insight-card,
.neighborhoods-page .community-pulse {
  background: #fff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(14, 30, 55, 0.06);
}

.neighborhoods-page .neighborhood-card {
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.neighborhoods-page .neighborhood-card:hover {
  transform: none;
  border-color: rgba(184, 152, 111, 0.42);
  box-shadow: 0 16px 34px rgba(14, 30, 55, 0.09);
}

.neighborhoods-page .neighborhood-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.neighborhoods-page .neighborhood-content {
  padding: 1.35rem;
}

.neighborhoods-page .neighborhood-content h3,
.neighborhoods-page .neighborhood-guide h3,
.neighborhoods-page .lifestyle-text h3,
.neighborhoods-page .contact-grid h3,
.neighborhoods-page .insight-card h4,
.neighborhoods-page .community-pulse h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.neighborhoods-page .neighborhood-tag,
.neighborhoods-page .guide-meta {
  display: block;
  margin: 0.55rem 0 0.85rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.neighborhoods-page .neighborhood-content p,
.neighborhoods-page .neighborhood-guide p,
.neighborhoods-page .insight-card p,
.neighborhoods-page .lifestyle-text p,
.neighborhoods-page .lifestyle-text li,
.neighborhoods-page .contact-grid p,
.neighborhoods-page .community-pulse li,
.neighborhoods-page .guide-disclaimer {
  color: rgba(21, 34, 53, 0.72);
  line-height: 1.65;
}

.neighborhoods-page .neighborhood-content p {
  margin: 0.75rem 0 0;
}

.neighborhoods-page .neighborhood-highlights {
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin: 1.15rem 0;
}

.neighborhoods-page .highlight {
  padding: 0.72rem 0.85rem;
  background: #f6f2e9;
  border-left: 3px solid rgba(184, 152, 111, 0.72);
  border-radius: 4px;
  color: rgba(21, 34, 53, 0.72);
  font-size: 0.84rem;
  line-height: 1.5;
  text-align: left;
}

.neighborhoods-page .highlight strong {
  display: inline;
  color: var(--navy);
  font-size: inherit;
}

.neighborhoods-page .btn {
  min-height: 42px;
  padding: 0.78rem 1.05rem;
  border-radius: 3px;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.neighborhoods-page .btn-secondary {
  background: transparent;
  border: 1px solid rgba(21, 34, 53, 0.25);
  color: var(--navy);
}

.neighborhoods-page .btn-primary {
  background: var(--navy);
  color: #fff;
}

.neighborhoods-page .btn:hover {
  transform: none;
  box-shadow: none;
}

.neighborhoods-page .neighborhood-deep-dives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  border-top: 1px solid rgba(21, 34, 53, 0.10);
}

.neighborhoods-page .neighborhood-deep-dives > .section-header,
.neighborhoods-page .neighborhood-deep-dives > .section-text,
.neighborhoods-page .neighborhood-deep-dives > .community-pulse {
  grid-column: 1 / -1;
}

.neighborhoods-page .neighborhood-guide {
  margin: 0;
  padding: 1.45rem;
}

.neighborhoods-page .neighborhood-guide:last-of-type {
  margin: 0;
  padding: 1.45rem;
  border-bottom: 1px solid rgba(21, 34, 53, 0.12);
}

.neighborhoods-page .community-pulse {
  margin-top: 0.75rem;
  padding: 1.45rem;
}

.neighborhoods-page .community-pulse ul {
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
}

.neighborhoods-page .market-insights {
  padding: 4.25rem 1.5rem;
  background: #f3efe8;
}

.neighborhoods-page .market-insights .section-header,
.neighborhoods-page .insights-grid {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.neighborhoods-page .insights-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.neighborhoods-page .insight-card {
  padding: 1.45rem;
}

.neighborhoods-page .insight-card p {
  margin: 0.75rem 0 0;
}

.neighborhoods-page .trend-indicator {
  margin-top: 1rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.neighborhoods-page .lifestyle-section {
  border-top: 1px solid rgba(21, 34, 53, 0.10);
}

.neighborhoods-page .lifestyle-content {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.neighborhoods-page .lifestyle-text ul {
  display: grid;
  gap: 0.85rem;
  margin: 1.2rem 0;
  padding: 0;
  list-style: none;
}

.neighborhoods-page .lifestyle-text li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.neighborhoods-page .lifestyle-text li::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 0.52rem;
  border-radius: 999px;
  background: var(--accent-color);
}

.neighborhoods-page .lifestyle-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(14, 30, 55, 0.08);
}

.neighborhoods-page .contact {
  max-width: none;
  margin: 0;
  padding: 4.25rem 1.5rem;
  background: var(--navy);
  color: #fff;
}

.neighborhoods-page .contact .section-header,
.neighborhoods-page .contact-grid {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.neighborhoods-page .contact .section-header h2,
.neighborhoods-page .contact-grid h3,
.neighborhoods-page .contact-grid p,
.neighborhoods-page .contact-grid a {
  color: #fff;
}

.neighborhoods-page .contact .section-label {
  color: var(--accent-color);
}

.neighborhoods-page .contact-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.neighborhoods-page .contact-form {
  padding: 1.65rem;
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
}

.neighborhoods-page .contact-form label {
  color: var(--navy);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.neighborhoods-page .contact-form input,
.neighborhoods-page .contact-form textarea,
.neighborhoods-page .contact-form select {
  border-radius: 6px;
}

@media (max-width: 1100px) {
  .neighborhoods-page .neighborhoods-grid,
  .neighborhoods-page .insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .neighborhoods-page .lifestyle-content,
  .neighborhoods-page .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .neighborhoods-page .neighborhoods-hero,
  .neighborhoods-page .neighborhoods-hero .hero-copy {
    min-height: 0;
  }

  .neighborhoods-page .neighborhoods-hero::before {
    background-image:
      linear-gradient(180deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.92) 48%, rgba(251, 250, 247, 0.72) 100%),
      url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1400&q=82");
    background-position: top center, center center;
  }

  .neighborhoods-page .neighborhoods-hero .hero-copy {
    padding: 3.2rem 1.2rem 3.6rem;
  }

  .neighborhoods-page .neighborhoods-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.45rem, 10.5vw, 2.85rem);
    overflow-wrap: normal;
    word-break: normal;
  }

  .neighborhoods-page .neighborhoods-grid,
  .neighborhoods-page .neighborhood-deep-dives,
  .neighborhoods-page .insights-grid {
    grid-template-columns: 1fr;
  }

  .neighborhoods-page .neighborhoods-grid,
  .neighborhoods-page .neighborhood-deep-dives,
  .neighborhoods-page .market-insights,
  .neighborhoods-page .lifestyle-section,
  .neighborhoods-page .contact {
    padding: 3rem 1.2rem;
  }

  .neighborhoods-page .contact-form {
    padding: 1.25rem;
  }
}

.recently-sold {
  padding: 4rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
}
.sold-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.sold-card {
  background: #fff;
  border: 2px solid #e3e7ee;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
}
.sold-card:hover {
  border-color: #b8986f;
  box-shadow: 0 8px 24px rgba(184, 152, 111, 0.1);
}
.sold-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  font-weight: 900;
  color: #1c1c1c;
}
.sold-card p {
  margin: 0.5rem 0;
  color: #424a59;
}
.sold-card p:first-of-type {
  color: #b8986f;
  font-weight: 700;
}
.sold-card p:last-of-type {
  font-size: 0.9rem;
  color: #666;
}
.sold-actions {
  text-align: center;
}
.cards,
.feature,
.service-section,
.split,
.testimonials,
.brochures,
.contact,
.section-content,
.system-overview {
  padding: 4rem 1.5rem;
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}
.cards:nth-child(odd),
.service-section:nth-child(odd),
.testimonials:nth-child(odd) {
  background: rgba(255, 255, 255, 0.55);
}
.section-header {
  max-width: 760px;
  margin-bottom: 1.75rem;
}
.section-label {
  margin: 0 0 0.75rem;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 650;
  font-size: 0.74rem;
  font-family: var(--font-sans);
}
.section-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
  font-weight: 650;
  font-family: var(--font-serif);
  text-transform: none;
  letter-spacing: -0.01em;
  color: var(--navy);
}
.section-text {
  max-width: 760px;
  color: var(--muted);
  margin: 0 0 1.75rem;
}
.system-grid,
.card-grid,
.service-grid,
.testimonial-grid,
.brochure-grid,
.split-links {
  display: grid;
  gap: 1.25rem;
}
.system-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.system-card {
  padding: 2rem;
  background: #fff;
  border: 2px solid #1c1c1c;
  border-radius: 0;
}
.system-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.system-card h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 3px;
  background: #1c1c1c;
}
.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.card,
.about-grid article,
.service-grid article,
.resource-grid article {
  background: #fff;
  padding: 2rem;
  border: 2px solid #e3e7ee;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.card:hover,
.about-grid article:hover,
.service-grid article:hover,
.resource-grid article:hover {
  transform: translateY(-6px);
  border-color: #b8986f;
  box-shadow: 0 16px 32px rgba(184, 152, 111, 0.15);
}
.card,
.service-grid article,
.testimonial-grid article,
.brochure-grid a {
  background: #fff;
  border: 2px solid #1c1c1c;
  border-radius: 0;
  padding: 1.8rem;
}
.card h3,
.about-grid h3,
.service-grid h3,
.resource-grid article h3,
.listing-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 900;
  font-size: 1.05rem;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 0.8rem;
}
.card h3::before,
.about-grid h3::before,
.service-grid h3::before,
.resource-grid article h3::before,
.listing-card h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 3px;
  background: #1c1c1c;
}
.feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.feature-image {
  min-height: 360px;
  border-radius: 0;
  border: 3px solid #1c1c1c;
  background-color: #ece8e2;
  background-image: linear-gradient(rgba(28, 28, 28, 0.18), rgba(28, 28, 28, 0.18)), url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
.feature-list div {
  padding: 1.5rem;
  border-radius: 0;
  background: #fff;
  border: 2px solid #1c1c1c;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-list div:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(28, 28, 28, 0.1);
}
.feature-list h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.feature-list h3::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 3px;
  background: #1c1c1c;
  margin-bottom: 0.6rem;
}
.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}
.split-links a {
  display: block;
  padding: 1.2rem 1.5rem;
  border: 2px solid #1c1c1c;
  border-radius: 0;
  background: #f0f0f0;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: #1c1c1c;
  text-decoration: none;
  transition: all 0.3s ease;
}
.split-links a:hover {
  background: #1c1c1c;
  color: #fff;
}
.testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.testimonial-grid article {
  background: #fff;
  border: 2px solid #1c1c1c;
  border-radius: 0;
  padding: 2rem;
  transition: all 0.3s ease;
}
.testimonial-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(28, 28, 28, 0.1);
}
.testimonial-author {
  margin: 1rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
}
.resource-grid,
.about-grid,
.listings-grid {
  display: grid;
  gap: 1.5rem;
}
.about-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.listings-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.listing-card,
.resource-grid article {
  background: #fff;
  border: 2px solid #1c1c1c;
  border-radius: 0;
  padding: 2rem;
  transition: all 0.3s ease;
}
.listing-card:hover,
.resource-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(28, 28, 28, 0.1);
}
.listing-card {
  position: relative;
}
.listing-type {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 0.8rem;
  background: #1c1c1c;
  color: #fff;
  border-radius: 0;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.listings-actions {
  margin-top: 1.5rem;
}
.management-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.resource-grid article a {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 900;
  color: #1c1c1c;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-decoration: underline;
}
.listing-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.listing-form {
  display: grid;
  gap: 1.25rem;
  background: #fff;
  border: 2px solid #1c1c1c;
  border-radius: 0;
  padding: 2.5rem;
}
.form-row {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.group-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  border: 2px solid #1c1c1c;
  border-radius: 0;
  padding: 0.95rem 1rem;
  background: #f9f9f9;
  font-weight: 400;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: #999;
}
.listings-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.brochure-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
.brochure-grid a {
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  padding: 1.25rem 1.5rem;
  background: #f0f0f0;
  border: 2px solid #1c1c1c;
  border-radius: 0;
  color: #1c1c1c;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
}
.brochure-grid a:hover {
  background: #1c1c1c;
  color: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.contact-form {
  display: grid;
  gap: 1.25rem;
  background: #fff;
  border: 2px solid #1c1c1c;
  border-radius: 0;
  padding: 2.5rem;
}
.contact-form label {
  font-weight: 700;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.88);
}

/* Shared content pages: mission, testimonials, blog, maintenance */
.content-page {
  background: #fbfaf7;
}
.content-page .site-nav a[aria-current="page"] {
  color: var(--navy);
}
.content-page .site-nav a[aria-current="page"]::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 0.45rem;
  background: var(--accent-color);
}
.content-page .nav-more-menu a[aria-current="page"]::after {
  content: none;
  display: none;
}
.kp-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: #f3efe8;
}
.kp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.86) 47%, rgba(251, 250, 247, 0.20) 76%, rgba(251, 250, 247, 0.06) 100%),
    var(--kp-hero-image, url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=85"));
  background-position: center, center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.kp-hero-inner,
.kp-section-inner,
.kp-slim-inner,
.kp-form-inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.kp-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  min-height: 520px;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.kp-hero-copy {
  max-width: 700px;
}
.kp-kicker {
  margin: 0 0 0.9rem;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.kp-hero h1,
.kp-section-head h2,
.kp-statement,
.kp-slim-card h2 {
  color: var(--navy);
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0;
}
.kp-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.75rem);
  line-height: 0.96;
}
.kp-hero p {
  max-width: 44rem;
  margin: 1.35rem 0 0;
  color: rgba(21, 34, 53, 0.76);
  font-size: 1.05rem;
  line-height: 1.75;
}
.kp-hero-actions,
.kp-card-actions,
.kp-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}
.kp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.86rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}
.kp-btn-primary {
  background: var(--navy);
  color: #fff;
}
.kp-btn-secondary {
  background: transparent;
  border-color: rgba(21, 34, 53, 0.25);
  color: var(--navy);
}
.kp-section {
  padding: 4.25rem 0;
  border-top: 1px solid rgba(21, 34, 53, 0.10);
}
.kp-section--white {
  background: #fff;
}
.kp-section--soft {
  background: #f3efe8;
}
.kp-section-head {
  max-width: 780px;
  margin-bottom: 1.6rem;
}
.kp-section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}
.kp-section-head p {
  margin: 0.85rem 0 0;
  color: rgba(21, 34, 53, 0.72);
  line-height: 1.75;
}
.kp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.kp-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kp-card,
.kp-quote-card,
.kp-blog-card,
.kp-social-card,
.kp-form-card {
  background: #fff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(14, 30, 55, 0.06);
}
.kp-card {
  padding: 1.45rem;
}
.kp-card-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  color: var(--accent-color);
}
.kp-card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.kp-card h3,
.kp-quote-card h3,
.kp-blog-card h3,
.kp-social-card h3,
.kp-form-card h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}
.kp-card p,
.kp-quote-card p,
.kp-blog-card p,
.kp-social-card p,
.kp-form-card p,
.kp-list li {
  color: rgba(21, 34, 53, 0.72);
  line-height: 1.65;
}
.kp-card p,
.kp-quote-card p,
.kp-social-card p {
  margin: 0.8rem 0 0;
}
.contact-page .kp-card a {
  color: var(--navy);
  text-decoration: none;
}
.contact-page .kp-card a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(184, 152, 111, 0.55);
}
.kp-statement {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2.3rem, 4.5vw, 4.2rem);
  line-height: 1.03;
}
.kp-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}
.kp-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kp-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 0.7rem;
}
.kp-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 0.52rem;
  border-radius: 999px;
  background: var(--accent-color);
}
.kp-dark-band {
  background: var(--navy);
  color: #fff;
}
.kp-dark-band .kp-section-head h2,
.kp-dark-band .kp-section-head p,
.kp-dark-band .kp-card h3,
.kp-dark-band .kp-card p {
  color: #fff;
}
.kp-dark-band .kp-card {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}
.kp-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.kp-quote-card {
  min-height: 260px;
  padding: 1.55rem;
}
.kp-quote-mark {
  color: var(--accent-color);
  font-family: var(--font-serif);
  font-size: 3rem;
  line-height: 0.8;
}
.kp-quote-card blockquote {
  margin: 0.9rem 0 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.16;
}
.kp-quote-card cite {
  display: block;
  margin-top: 1rem;
  color: rgba(21, 34, 53, 0.58);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.kp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}
.kp-blog-card {
  overflow: hidden;
}
.kp-blog-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.kp-blog-card-body {
  padding: 1.35rem;
}
.kp-blog-meta {
  margin: 0 0 0.65rem;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.kp-blog-card p {
  margin: 0.75rem 0 0;
}
.kp-blog-card a,
.kp-social-card a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}
.kp-social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.kp-social-card {
  padding: 1.25rem;
}
.kp-social-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
}
.kp-social-icon svg {
  width: 20px;
  height: 20px;
}
.kp-form-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
.kp-form-card {
  padding: 1.65rem;
}
.kp-form-card .contact-form {
  margin-top: 1.1rem;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.kp-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.kp-fieldset .full {
  grid-column: 1 / -1;
}
.kp-note {
  margin-top: 1rem;
  padding: 1rem;
  border-left: 4px solid var(--accent-color);
  background: #f6f2e9;
  color: rgba(21, 34, 53, 0.74);
  line-height: 1.65;
}
.kp-slim {
  padding: 3rem 0;
  background: var(--navy);
}
.kp-slim-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}
.kp-slim-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.08;
}
.kp-slim-card p {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}
.kp-slim-card .kp-btn-primary {
  background: var(--accent-color);
}

/* Testimonials page */
.testimonials-page main {
  background: #fbfaf7;
}
.testimonial-hero {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  background: #fbfaf7;
  border-bottom: 1px solid rgba(21, 34, 53, 0.1);
}
.testimonial-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(251, 250, 247, 1) 0%, rgba(251, 250, 247, 0.98) 36%, rgba(251, 250, 247, 0.66) 53%, rgba(251, 250, 247, 0.16) 74%, rgba(251, 250, 247, 0.02) 100%),
    url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=2200&q=88");
  background-size: cover;
  background-position: center, center right;
  background-repeat: no-repeat;
}
.testimonial-hero-inner,
.testimonial-stats,
.testimonial-experiences,
.testimonial-trust-row,
.testimonial-difference,
.testimonial-contact-strip {
  width: min(100% - 3rem, 1240px);
  margin: 0 auto;
}
.testimonial-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  min-height: 390px;
  padding: 4.5rem 0 4rem;
}
.testimonial-hero-copy {
  max-width: 620px;
}
.testimonial-hero h1,
.testimonial-section-head h2,
.testimonial-difference h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0;
}
.testimonial-hero h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.96;
}
.testimonial-hero p:not(.kp-kicker) {
  max-width: 46rem;
  margin: 1.25rem 0 0;
  color: rgba(21, 34, 53, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
}
.testimonial-stats {
  position: relative;
  z-index: 2;
  margin-top: -1.4rem;
}
.testimonial-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 2rem 1.4rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(21, 34, 53, 0.13);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(14, 30, 55, 0.08);
}
.testimonial-stats article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 0.2rem 1.35rem;
  border-right: 1px solid rgba(21, 34, 53, 0.12);
}
.testimonial-stats article:last-child {
  border-right: 0;
}
.testimonial-stats span,
.testimonial-contact-strip > article > span {
  display: grid;
  place-items: center;
  color: var(--navy);
}
.testimonial-stats article > span {
  grid-row: 1 / span 2;
}
.testimonial-stats article > strong,
.testimonial-stats article > p {
  grid-column: 2;
}
.testimonial-stats svg,
.testimonial-contact-strip svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.testimonial-stats strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 2.5vw, 2.7rem);
  font-weight: 500;
  line-height: 0.95;
}
.testimonial-stats p {
  margin: 0.35rem 0 0;
  color: rgba(21, 34, 53, 0.7);
  font-size: 0.94rem;
  line-height: 1.25;
}
.testimonial-experiences {
  padding: 3.4rem 0 2.6rem;
}
.testimonial-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: end;
  margin-bottom: 1.6rem;
}
.testimonial-section-head h2 {
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  line-height: 1;
}
.testimonial-section-head div > span {
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 1rem;
  background: var(--accent-color);
}
.testimonial-section-head label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 260px;
  padding: 0 1rem;
  border: 1px solid rgba(21, 34, 53, 0.14);
  border-radius: 6px;
  background: #fff;
  color: rgba(21, 34, 53, 0.76);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  box-shadow: 0 10px 24px rgba(14, 30, 55, 0.04);
}
.testimonial-section-head select {
  min-height: 48px;
  flex: 1;
  border: 0;
  background: transparent;
  color: var(--navy);
  font: inherit;
}
.testimonial-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}
.testimonial-review-card {
  position: relative;
  display: grid;
  min-height: 315px;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid rgba(21, 34, 53, 0.13);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(14, 30, 55, 0.055);
}
.testimonial-stars {
  color: var(--accent-color);
  font-size: 1.25rem;
  letter-spacing: 0.12em;
}
.testimonial-quote-mark {
  position: absolute;
  top: 1.35rem;
  right: 1.5rem;
  color: rgba(196, 143, 87, 0.2);
  font-family: var(--font-serif);
  font-size: 5rem;
  line-height: 0.8;
}
.testimonial-review-card blockquote {
  margin: 1.2rem 0 1.8rem;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 1.04rem;
  line-height: 1.65;
}
.testimonial-review-card footer {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 34, 53, 0.12);
}
.testimonial-review-card img {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
}
.testimonial-review-card strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.98rem;
  font-weight: 800;
}
.testimonial-review-card span {
  display: block;
  margin-top: 0.18rem;
  color: rgba(21, 34, 53, 0.64);
  font-size: 0.84rem;
}
.testimonial-trust-row {
  padding: 0.4rem 0 2.4rem;
  text-align: center;
}
.testimonial-trust-row > p {
  display: inline-block;
  margin: 0 1rem;
  color: rgba(21, 34, 53, 0.62);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.testimonial-rule {
  display: inline-block;
  width: min(22%, 220px);
  height: 1px;
  vertical-align: middle;
  background: rgba(21, 34, 53, 0.16);
}
.testimonial-trust-items {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
  color: rgba(21, 34, 53, 0.54);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 600;
}
.testimonial-difference {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  overflow: hidden;
  margin-bottom: 1.4rem;
  background: #f7f1e9;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 8px;
}
.testimonial-difference-media {
  min-height: 285px;
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1500&q=88");
  background-size: cover;
  background-position: center;
}
.testimonial-difference-copy {
  display: grid;
  align-content: center;
  padding: clamp(2rem, 4vw, 3.4rem);
}
.testimonial-difference h2 {
  font-size: clamp(2.1rem, 3.2vw, 3rem);
  line-height: 1.05;
}
.testimonial-difference-copy > p:not(.kp-kicker) {
  margin: 0.85rem 0 0;
  color: rgba(21, 34, 53, 0.74);
  font-size: 1rem;
  line-height: 1.7;
}
.testimonial-difference .kp-btn-secondary {
  background: rgba(255, 255, 255, 0.42);
  border-color: var(--accent-color);
  color: #9b6624;
}
.testimonial-contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 1.4fr) auto;
  align-items: center;
  gap: 0;
  margin-bottom: 2.4rem;
  padding: 1rem 1.2rem;
  background: #fff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(14, 30, 55, 0.055);
}
.testimonial-contact-strip article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  min-height: 60px;
  padding: 0 1.1rem;
  border-right: 1px solid rgba(21, 34, 53, 0.12);
}
.testimonial-contact-strip article:first-child {
  padding-left: 0;
}
.testimonial-contact-strip strong,
.testimonial-contact-strip a {
  color: var(--navy);
  text-decoration: none;
}
.testimonial-contact-strip p {
  margin: 0.2rem 0 0;
  color: rgba(21, 34, 53, 0.62);
  font-size: 0.86rem;
}
.testimonial-contact-strip .kp-btn {
  margin-left: 1.1rem;
  gap: 0.45rem;
  white-space: nowrap;
}
.testimonial-contact-strip .kp-btn-primary {
  color: #fff;
}
.testimonial-difference .kp-btn {
  gap: 0.45rem;
}
@media (max-width: 980px) {
  .testimonial-stats-inner,
  .testimonial-card-grid,
  .testimonial-difference,
  .testimonial-contact-strip {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-stats article:nth-child(2n) {
    border-right: 0;
  }

  .testimonial-stats article:nth-child(n+3) {
    margin-top: 1.4rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(21, 34, 53, 0.12);
  }

  .testimonial-trust-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial-difference-copy,
  .testimonial-contact-strip .kp-btn {
    grid-column: 1 / -1;
  }

  .testimonial-contact-strip article:nth-child(2) {
    border-right: 0;
  }

  .testimonial-contact-strip article:nth-child(3) {
    grid-column: 1 / -1;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(21, 34, 53, 0.12);
  }

  .testimonial-contact-strip .kp-btn {
    margin: 1rem 0 0;
  }
}
@media (max-width: 760px) {
  .testimonial-hero {
    min-height: 420px;
  }

  .testimonial-hero::before {
    background-image:
      linear-gradient(180deg, rgba(251, 250, 247, 0.93) 0%, rgba(251, 250, 247, 0.88) 45%, rgba(251, 250, 247, 1) 100%),
      url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1400&q=88");
    background-position: center, center;
  }

  .testimonial-hero-inner,
  .testimonial-stats,
  .testimonial-experiences,
  .testimonial-trust-row,
  .testimonial-difference,
  .testimonial-contact-strip {
    width: min(100% - 2rem, 1240px);
  }

  .testimonial-hero-inner {
    min-height: 420px;
    align-items: end;
    padding: 3rem 0 2.5rem;
  }

  .testimonial-hero h1 {
    font-size: clamp(3rem, 15vw, 4.1rem);
  }

  .testimonial-stats-inner,
  .testimonial-card-grid,
  .testimonial-section-head,
  .testimonial-difference,
  .testimonial-contact-strip,
  .testimonial-trust-items {
    grid-template-columns: 1fr;
  }

  .testimonial-stats article,
  .testimonial-stats article:nth-child(n),
  .testimonial-contact-strip article,
  .testimonial-contact-strip article:nth-child(n) {
    border-right: 0;
  }

  .testimonial-stats article:nth-child(n+2),
  .testimonial-contact-strip article:nth-child(n+2) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(21, 34, 53, 0.12);
  }

  .testimonial-section-head label {
    width: 100%;
    min-width: 0;
  }

  .testimonial-review-card {
    min-height: 280px;
  }

  .testimonial-rule {
    width: 18%;
  }

  .testimonial-difference-media {
    min-height: 220px;
  }

  .testimonial-contact-strip .kp-btn {
    width: 100%;
  }
}

.testimonials-page {
  background: #f3f1ed;
}
.testimonials-page .topbar,
.testimonials-page .site-header,
.testimonials-page main,
.testimonials-page .kw-footer,
.testimonials-page .kw-footer-bottom {
  width: min(100%, 1024px);
  margin-left: auto;
  margin-right: auto;
}
.testimonials-page main {
  overflow: hidden;
  background: #fbfaf7;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}
.testimonials-page .topbar {
  min-height: 33px;
  background: linear-gradient(90deg, #052744, #08365c, #052744);
}
.testimonials-page .topbar-inner {
  min-height: 33px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.testimonials-page .site-header {
  min-height: 88px;
  padding: 0 20px 0 31px;
  background: #fff;
  border-bottom: 1px solid rgba(8, 40, 67, 0.12);
  box-shadow: 0 3px 10px rgba(8, 40, 67, 0.08);
}
/* Header chrome (logo, nav, CTA) is owned by chrome.css + the canonical
   .brand-line / .site-nav / .header-cta rules above so the menu bar matches
   the rest of the site. Page-specific overrides intentionally removed. */
.testimonials-page .testimonial-hero {
  min-height: 366px;
  background: #f9f7f4;
}
.testimonials-page .testimonial-hero::before {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 247, 1) 0%, rgba(251, 250, 247, 0.98) 34%, rgba(251, 250, 247, 0.52) 48%, rgba(251, 250, 247, 0.12) 61%, rgba(251, 250, 247, 0) 100%),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=86");
  background-size: 100% 100%, 684px 366px;
  background-position: left center, right center;
}
.testimonials-page .testimonial-hero-inner {
  width: auto;
  min-height: 366px;
  padding: 40px 0 0 40px;
}
.testimonials-page .testimonial-hero-copy {
  max-width: 390px;
}
.testimonials-page .kp-kicker {
  color: #9b6624;
  font-size: 12px;
  letter-spacing: 0.035em;
}
.testimonials-page .testimonial-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  line-height: 1.02;
  letter-spacing: -1.25px;
  color: #062747;
}
.testimonial-gold-rule {
  width: 42px;
  height: 1.5px;
  margin: 16px 0 15px;
  background: #ae762d;
}
.testimonials-page .testimonial-hero p:not(.kp-kicker) {
  max-width: 350px;
  margin: 0 0 18px;
  color: #0a2e4e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}
.testimonial-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 220px;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 2px;
  background: #062d4e;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}
.testimonials-page .testimonial-stats {
  width: auto;
  margin-top: 0;
  background: #f7f2ed;
}
.testimonials-page .testimonial-stats-inner {
  height: 102px;
  padding: 0 39px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.testimonials-page .testimonial-stats article {
  grid-template-columns: 47px minmax(0, 1fr);
  gap: 18px;
  padding: 0;
  border-right: 0;
  position: relative;
}
.testimonials-page .testimonial-stats article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: 55px;
  background: #d9d0c7;
}
.testimonials-page .testimonial-stats svg {
  width: 47px;
  height: 47px;
  color: #ae762d;
}
.testimonials-page .testimonial-stats strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.testimonials-page .testimonial-stats p {
  margin-top: 7px;
  color: #18344e;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.45;
}
.testimonials-page .testimonial-experiences {
  width: auto;
  padding: 31px 39px 28px;
  background: #fffefa;
}
.testimonials-page .testimonial-section-head {
  margin-bottom: 17px;
}
.testimonials-page .testimonial-section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  letter-spacing: -0.8px;
}
.testimonials-page .testimonial-section-head div > span {
  width: 42px;
  height: 1.5px;
  margin-top: 12px;
  background: #ae762d;
}
.testimonials-page .testimonial-section-head label {
  min-width: 230px;
  min-height: 38px;
  border-color: #e6ded6;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(8, 40, 67, 0.03);
  font-size: 12px;
}
.testimonials-page .testimonial-section-head select {
  min-height: 38px;
  font-size: 12px;
  font-weight: 700;
}
.testimonials-page .testimonial-card-grid {
  gap: 10px;
}
.testimonials-page .testimonial-review-card {
  min-height: 222px;
  padding: 20px 19px 16px;
  border-color: #e6ded6;
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(8, 40, 67, 0.03);
}
.testimonials-page .testimonial-stars {
  color: #ae762d;
  font-size: 13px;
}
.testimonials-page .testimonial-quote-mark {
  top: 15px;
  right: 17px;
  color: rgba(13, 55, 96, 0.13);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
}
.testimonials-page .testimonial-review-card blockquote {
  margin: 16px 0 14px;
  color: #112f4a;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.55;
}
.testimonials-page .testimonial-review-card footer {
  padding-top: 12px;
}
.testimonials-page .testimonial-review-card img {
  width: 42px;
  height: 42px;
}
.testimonials-page .testimonial-review-card strong {
  font-size: 12px;
}
.testimonials-page .testimonial-review-card span {
  font-size: 11px;
}
.testimonials-page .testimonial-trust-row {
  width: auto;
  padding: 12px 39px 18px;
  background: #fffefa;
}
.testimonials-page .testimonial-trust-row > p {
  color: #9b6624;
  font-size: 12px;
  letter-spacing: 0.035em;
}
.testimonials-page .testimonial-trust-items {
  margin-top: 14px;
  color: #1e354d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.testimonials-page .testimonial-difference {
  width: auto;
  margin: 0 39px 14px;
  background: #f6eee8;
  border-color: rgba(8, 40, 67, 0.04);
  border-radius: 7px;
}
.testimonials-page .testimonial-difference-media {
  min-height: 258px;
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1200&q=86");
}
.testimonials-page .testimonial-difference-copy {
  padding: 22px 28px;
}
.testimonials-page .testimonial-difference h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.testimonials-page .testimonial-difference-copy > p:not(.kp-kicker) {
  color: #17334e;
  font-size: 12.3px;
  font-weight: 550;
  line-height: 1.55;
}
.testimonials-page .kp-btn {
  min-height: 38px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 850;
}
.testimonials-page .kp-btn-primary {
  background: #062d4e;
}
.testimonials-page .testimonial-difference .kp-btn-secondary {
  border-color: #ae762d;
  color: #9b6624;
}
.testimonials-page .testimonial-contact-strip {
  width: auto;
  margin: 0 39px 0;
  padding: 0 20px;
  min-height: 88px;
  border-radius: 7px 7px 0 0;
  border-color: rgba(8, 40, 67, 0.04);
  box-shadow: none;
}
.testimonials-page .testimonial-contact-strip svg {
  color: #ae762d;
}
.testimonials-page .testimonial-contact-strip strong,
.testimonials-page .testimonial-contact-strip a {
  color: #082843;
  font-size: 12px;
}
.testimonials-page .testimonial-contact-strip > .kp-btn-primary {
  color: #fff;
}
.testimonials-page .testimonial-contact-strip p {
  color: #203b52;
  font-size: 11px;
}
.testimonials-page .kw-footer {
  background: #062d4e;
  padding: 21px 62px 0;
  color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}
.testimonials-page .kw-footer-inner {
  width: auto;
  padding: 0;
  grid-template-columns: 206px 179px 161px 1fr;
  gap: 36px;
}
.testimonials-page .kw-footer-brand {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 0.88;
}
.testimonials-page .kw-footer-text,
.testimonials-page .kw-footer-head,
.testimonials-page .kw-footer-col a,
.testimonials-page .kw-footer-line {
  color: #fff;
}
.testimonials-page .kw-footer-head {
  font-size: 12px;
}
.testimonials-page .kw-footer-col:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 30px;
}
.testimonials-page .kw-footer-bottom {
  max-width: 1024px;
  padding: 14px 62px 18px;
  background: #062d4e;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
@media (max-width: 980px) {
  .testimonials-page .site-header {
    min-height: 0;
    padding: 20px 24px;
  }
  .testimonials-page .testimonial-hero-inner {
    padding: 34px 24px 42px;
  }
  .testimonials-page .testimonial-stats-inner {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
    padding: 22px 24px;
  }
  .testimonials-page .testimonial-stats article::after {
    display: none;
  }
  .testimonials-page .testimonial-experiences {
    padding: 30px 24px;
  }
  .testimonials-page .testimonial-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .testimonials-page .testimonial-difference,
  .testimonials-page .testimonial-contact-strip {
    margin-left: 24px;
    margin-right: 24px;
  }
  .testimonials-page .testimonial-difference,
  .testimonials-page .testimonial-contact-strip {
    grid-template-columns: 1fr;
  }
  .testimonials-page .testimonial-contact-strip {
    padding: 18px;
  }
  .testimonials-page .testimonial-contact-strip article,
  .testimonials-page .testimonial-contact-strip article:nth-child(n) {
    padding: 0;
    border-right: 0;
  }
  .testimonials-page .testimonial-contact-strip article:nth-child(n+2) {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e6ded6;
  }
  .testimonials-page .testimonial-contact-strip .kp-btn {
    width: 100%;
    margin: 14px 0 0;
  }
  .testimonials-page .kw-footer {
    padding: 24px;
  }
  .testimonials-page .kw-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .testimonials-page .kw-footer-col:not(:first-child) {
    border-left: 0;
    padding-left: 0;
  }
  .testimonials-page .kw-footer-bottom {
    padding: 14px 24px 18px;
  }
}
@media (max-width: 640px) {
  .testimonials-page main,
  .testimonials-page .topbar,
  .testimonials-page .site-header,
  .testimonials-page .kw-footer,
  .testimonials-page .kw-footer-bottom {
    width: 100%;
  }
  .testimonials-page main,
  .testimonials-page .kw-footer {
    box-shadow: none;
  }
  .testimonials-page .testimonial-hero {
    min-height: 0;
  }
  .testimonials-page .testimonial-hero::before {
    background-image:
      linear-gradient(180deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.94) 45%, rgba(251, 250, 247, 0.72) 70%, rgba(251, 250, 247, 0.2) 100%),
      url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=86");
    background-size: 100% 100%, cover;
    background-position: top center, center center;
  }
  .testimonials-page .testimonial-hero-inner {
    min-height: 0;
    padding: 28px 18px 30px;
  }
  .testimonials-page .testimonial-hero h1 {
    max-width: 9ch;
    font-size: 33px;
    line-height: 1.04;
  }
  .testimonials-page .testimonial-hero p:not(.kp-kicker) {
    max-width: 300px;
    font-size: 12.8px;
  }
  .testimonials-page .testimonial-primary {
    width: 100%;
    max-width: 280px;
  }
  .testimonials-page .testimonial-stats-inner,
  .testimonials-page .testimonial-card-grid,
  .testimonials-page .testimonial-trust-items,
  .testimonials-page .kw-footer-inner {
    grid-template-columns: 1fr;
  }
  .testimonials-page .testimonial-stats-inner {
    padding: 18px;
  }
  .testimonials-page .testimonial-stats article {
    min-height: 58px;
  }
  .testimonials-page .testimonial-experiences,
  .testimonials-page .testimonial-trust-row {
    padding-left: 18px;
    padding-right: 18px;
  }
  .testimonials-page .testimonial-section-head {
    grid-template-columns: 1fr;
  }
  .testimonials-page .testimonial-section-head label {
    min-width: 0;
    width: 100%;
  }
  .testimonials-page .testimonial-difference,
  .testimonials-page .testimonial-contact-strip {
    margin-left: 18px;
    margin-right: 18px;
  }
  .testimonials-page .testimonial-difference-media {
    min-height: 220px;
  }
  .testimonials-page .testimonial-difference-copy {
    padding: 20px 18px;
  }
  .testimonials-page .kw-footer {
    padding: 24px 18px;
  }
  .testimonials-page .kw-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 18px 18px;
  }
}
.site-footer {
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
.site-footer p {
  color: #f0f0f0;
}
.site-footer a {
  color: #f0f0f0;
}

/* Home page (Website_v3/index.html) — match Style/Top of Page.jpg */
.kw-hero {
  position: relative;
  min-height: 520px;
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=85');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.kw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 250, 247, 0.985) 0%, rgba(251, 250, 247, 0.96) 42%, rgba(251, 250, 247, 0.00) 78%);
}
.kw-hero-inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 4.25rem 1.5rem 3.75rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 2rem;
}
.kw-hero-copy {
  max-width: 560px;
}
.kw-eyebrow {
  margin: 0 0 1rem;
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: rgba(21, 34, 53, 0.70);
}
.kw-hero-title {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2.9rem, 4.4vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--navy);
}
.kw-hero-text {
  margin: 1.4rem 0 0;
  color: rgba(21, 34, 53, 0.78);
  font-family: var(--font-sans);
  max-width: 34rem;
}
.kw-hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}
.kw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.55rem;
  border-radius: 3px;
  border: 1px solid transparent;
  font-family: var(--font-sans);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  text-decoration: none;
}
.kw-btn-primary {
  background: var(--navy);
  color: #fff;
}
.kw-btn-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  border-color: rgba(221, 227, 234, 0.95);
}
.kw-btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: rgba(21, 34, 53, 0.28);
}
.kw-btn:hover {
  opacity: 0.92;
}

.kw-stats {
  background: #f2efe9;
  border-top: 1px solid rgba(221, 227, 234, 0.95);
  border-bottom: 1px solid rgba(221, 227, 234, 0.95);
}
.kw-stats-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.35rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.kw-stat {
  text-align: center;
  padding: 0.85rem 0.75rem;
  border-left: 1px solid rgba(21, 34, 53, 0.12);
}
.kw-stat:first-child {
  border-left: none;
}
.kw-stat-top {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  color: var(--navy);
}
.kw-stat-bottom {
  margin-top: 0.35rem;
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.64rem;
  color: rgba(21, 34, 53, 0.62);
}

.kw-trust {
  background: #f2efe9;
  padding: 3.25rem 0;
}
.kw-trust-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 2.5rem;
  align-items: center;
}
.kw-section-kicker {
  margin: 0 0 0.75rem;
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: rgba(21, 34, 53, 0.62);
}
.kw-section-title {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2.2rem, 3vw, 3.1rem);
  line-height: 1.03;
  color: var(--navy);
}
.kw-trust-text {
  margin: 1rem 0 1.25rem;
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.74);
  max-width: 38rem;
}
.kw-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
  display: grid;
  gap: 0.6rem;
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.78);
}
.kw-checklist li {
  position: relative;
  padding-left: 1.7rem;
}
.kw-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(21, 34, 53, 0.70);
  font-weight: 600;
}
.kw-trust-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  box-shadow: 0 18px 55px rgba(16, 31, 51, 0.16);
}

.kw-bottom-cta {
  background: #f2efe9;
  padding: 2.25rem 0 3.25rem;
}
.kw-bottom-cta-inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.4rem 1.5rem;
  background-image: url('../img/bottom-cta-bg.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  border: 1px solid rgba(221, 227, 234, 0.95);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.kw-bottom-cta-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(242, 239, 233, 0.92) 0%, rgba(242, 239, 233, 0.84) 55%, rgba(242, 239, 233, 0.00) 78%);
}
.kw-bottom-cta-inner > * {
  position: relative;
}
.kw-bottom-title {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--navy);
  font-size: 2rem;
  letter-spacing: -0.01em;
}
.kw-bottom-text {
  margin: 0.6rem 0 0;
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.72);
  max-width: 40rem;
}

.kw-tiers {
  background: #fbfaf7;
  padding: 4.25rem 0 2.75rem;
}
.kw-tiers-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}
.kw-tiers-sub {
  margin: 0.85rem auto 0;
  max-width: 44rem;
  color: rgba(21, 34, 53, 0.70);
  font-family: var(--font-sans);
}
.kw-tier-grid {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.kw-tier-card {
  background: #f5f3ef;
  border: 1px solid rgba(21, 34, 53, 0.10);
  border-radius: 2px;
  padding: 2.2rem 1.9rem 1.8rem;
  position: relative;
}
.kw-tier-featured {
  background: #f5f3ef;
  border: 1px solid rgba(21, 34, 53, 0.35);
}
.kw-tier-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.64rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}
.kw-tier-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: rgba(21, 34, 53, 0.08);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}
.kw-tier-featured .kw-tier-icon {
  background: rgba(22, 41, 61, 0.20);
}
.kw-tier-label {
  font-family: var(--font-sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: rgba(21, 34, 53, 0.65);
  margin-bottom: 0.6rem;
}
.kw-tier-title {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--navy);
  font-size: 1.7rem;
  line-height: 1.08;
}
.kw-tier-desc {
  margin: 0.9rem auto 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
  max-width: 18rem;
}
.kw-tier-list {
  list-style: none;
  padding: 0;
  margin: 1.35rem 0 1.4rem;
  display: grid;
  gap: 0.55rem;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
  text-align: left;
}
.kw-tier-list li {
  position: relative;
  padding-left: 1.4rem;
}
.kw-tier-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: rgba(21, 34, 53, 0.55);
  font-weight: 600;
}
.kw-tier-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  border-radius: 2px;
  border: 1px solid rgba(21, 34, 53, 0.30);
  background: transparent;
  color: var(--navy);
  text-decoration: none;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.kw-tier-btn-featured {
  background: rgba(22, 41, 61, 0.55);
  border-color: rgba(22, 41, 61, 0.55);
  color: #fff;
}

/* Property management page - owner-services direction */
.pm-hero {
  min-height: 590px;
  background-image:
    linear-gradient(90deg, rgba(21, 34, 53, 0.96) 0%, rgba(21, 34, 53, 0.84) 44%, rgba(21, 34, 53, 0.24) 78%),
    url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=80');
  background-position: center;
  background-size: cover;
  display: grid;
  align-items: end;
}
.pm-hero-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 5rem 1.5rem 3.5rem;
}
.pm-hero .kw-eyebrow,
.pm-hero .pm-hero-title,
.pm-hero .pm-hero-text {
  color: #fff;
}
.pm-hero .kw-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}
.pm-hero-title {
  margin: 0;
  max-width: 730px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1;
}
.pm-hero-text {
  margin: 1.2rem 0 0;
  max-width: 660px;
  font-family: var(--font-sans);
  color: rgba(255, 255, 255, 0.84);
}
.pm-hero-proof {
  max-width: 820px;
  margin: 2.2rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.pm-hero-proof div {
  display: grid;
  gap: 0.15rem;
}
.pm-hero-proof dt {
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
.pm-hero-proof dd {
  margin: 0;
  font-family: var(--font-sans);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}
.pm-owner-band {
  background: #ffffff;
  border-bottom: 1px solid rgba(21, 34, 53, 0.10);
}
.pm-owner-band-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.4rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}
.pm-owner-band p {
  margin: 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.pm-risk,
.pm-process,
.pm-faq {
  background: #fbfaf7;
}
.pm-risk-inner,
.pm-tiers-inner,
.pm-process-inner,
.pm-owner-kit-inner,
.pm-faq-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4.25rem 1.5rem;
}
.pm-section-head {
  max-width: 780px;
  margin-bottom: 1.9rem;
}
.pm-section-head-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pm-section-head p {
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.pm-risk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.pm-risk-card {
  min-height: 265px;
  background: #ffffff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 3px;
  padding: 1.55rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pm-risk-number {
  font-family: var(--font-sans);
  font-weight: 600;
  color: #7c6f58;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}
.pm-risk-card h3 {
  margin: auto 0 0.65rem;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.65rem;
  line-height: 1.05;
  color: var(--navy);
}
.pm-risk-card p {
  margin: 0;
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.70);
  font-size: 0.94rem;
}
.pm-tiers {
  background: #eef1ed;
  border-top: 1px solid rgba(21, 34, 53, 0.08);
  border-bottom: 1px solid rgba(21, 34, 53, 0.08);
}
.pm-tier-matrix {
  display: grid;
  gap: 0.9rem;
}
.pm-tier-row {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(21, 34, 53, 0.14);
  border-radius: 3px;
  padding: 1.3rem 1.4rem;
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.25fr) auto;
  gap: 1.5rem;
  align-items: center;
}
.pm-tier-row-featured {
  border-color: rgba(21, 34, 53, 0.42);
  background: #ffffff;
}
.pm-tier-badge {
  position: absolute;
  top: -11px;
  right: 1.4rem;
  background: #7c6f58;
  color: #fff;
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  font-family: var(--font-sans);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pm-tier-name span {
  display: block;
  margin-bottom: 0.3rem;
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.58);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pm-tier-name h3,
.pm-process-line h3 {
  margin: 0;
  font-family: var(--font-serif);
  color: var(--navy);
  font-weight: 500;
  line-height: 1.05;
}
.pm-tier-name h3 {
  font-size: 1.65rem;
}
.pm-tier-row p {
  margin: 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.pm-tier-row a,
.pm-faq-link {
  color: var(--navy);
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.72rem;
  white-space: nowrap;
}
.pm-process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}
.pm-process-line article {
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 34, 53, 0.18);
}
.pm-process-line span {
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #e3ded5;
  color: var(--navy);
  display: grid;
  place-items: center;
  font-family: var(--font-sans);
  font-weight: 600;
}
.pm-process-line h3 {
  font-size: 1.45rem;
}
.pm-process-line p {
  margin: 0.65rem 0 0;
  color: rgba(21, 34, 53, 0.70);
  font-family: var(--font-sans);
  font-size: 0.94rem;
}
.pm-owner-kit {
  background: var(--navy);
  color: #fff;
}
.pm-owner-kit-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}
.pm-owner-kit .kw-section-kicker,
.pm-owner-kit .kw-section-title,
.pm-owner-kit p {
  color: #fff;
}
.pm-owner-kit p {
  margin: 1rem 0 0;
  max-width: 620px;
  font-family: var(--font-sans);
  color: rgba(255, 255, 255, 0.78);
}
.pm-owner-kit .kw-btn-primary {
  background: #ffffff;
  color: var(--navy);
}
.pm-faq-inner {
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}
.pm-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}
.pm-faq-item {
  background: #ffffff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 3px;
  padding: 1.1rem 1.2rem;
}
.pm-faq-item summary {
  cursor: pointer;
  color: var(--navy);
  font-family: var(--font-sans);
  font-weight: 600;
}
.pm-faq-item p {
  margin: 0.75rem 0 0;
  color: rgba(21, 34, 53, 0.70);
  font-family: var(--font-sans);
}
.pm-faq-link {
  display: inline-flex;
  margin-top: 1.4rem;
}
.pm-contact {
  background: #ffffff;
  border-top: 1px solid rgba(21, 34, 53, 0.10);
}
.pm-contact .contact-form {
  border: 1px solid rgba(21, 34, 53, 0.14);
  border-radius: 3px;
  box-shadow: none;
}
.pm-contact .contact-form input,
.pm-contact .contact-form textarea,
.pm-contact .contact-form select {
  border-radius: 3px;
}
.pm-contact .contact-form .kw-btn {
  width: fit-content;
  cursor: pointer;
}
.pm-tiers-appeal {
  padding-top: 4rem;
  padding-bottom: 1.1rem;
}
.pm-tiers-appeal .kw-tier-card {
  min-height: 370px;
}
.pm-tiers-appeal .kw-tier-icon {
  font-family: var(--font-serif);
  font-size: 1.25rem;
}
.pm-all-tiers-link {
  display: inline-flex;
  margin-top: 1.35rem;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.pm-how {
  background: #f2efe9;
  padding: 0 0 2.2rem;
}
.pm-how-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.8rem 1.5rem 0;
  text-align: center;
}
.pm-how-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.pm-how-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  text-align: left;
  align-items: center;
}
.pm-how-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 32px;
  right: -0.95rem;
  width: 0.7rem;
  border-top: 1px solid rgba(21, 34, 53, 0.24);
}
.pm-how-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #e4ded4;
  color: var(--navy);
  display: grid;
  place-items: center;
}
.pm-how-icon svg {
  width: 28px;
  height: 28px;
}
.pm-how-step h3 {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.2;
}
.pm-how-step p {
  margin: 0.35rem 0 0;
  color: rgba(21, 34, 53, 0.70);
  font-family: var(--font-sans);
  font-size: 0.86rem;
  line-height: 1.45;
}
.pm-protect {
  background-image:
    linear-gradient(90deg, rgba(22, 41, 61, 0.96), rgba(22, 41, 61, 0.88)),
    url('../img/bottom-cta-bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}
.pm-protect-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.15rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}
.pm-protect h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.05;
}
.pm-protect p {
  margin: 0.55rem 0 0;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-sans);
}
.pm-protect .kw-btn-secondary {
  border-color: rgba(255, 255, 255, 0.78);
  background: #ffffff;
}
.pm-proposals {
  background: #fbfaf7;
}
.pm-proposals-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
.pm-proposal-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.pm-proposal-card {
  background: #ffffff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 3px;
  overflow: hidden;
}
.pm-proposal-card img {
  width: 100%;
  aspect-ratio: 3 / 4.15;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(1);
}
.pm-proposal-card div {
  padding: 1rem;
}
.pm-proposal-card h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.08;
}
.pm-proposal-card a {
  display: inline-flex;
  margin-top: 0.7rem;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}

/* Proposal detail pages */
.proposal-hero {
  background: #f2efe9;
  border-bottom: 1px solid rgba(21, 34, 53, 0.10);
}
.proposal-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 3rem;
  align-items: center;
}
.proposal-title {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--navy);
  font-size: 4.2rem;
  line-height: 1;
}
.proposal-sub {
  margin: 1rem 0 0;
  max-width: 690px;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.proposal-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.7rem;
}
.proposal-cover {
  background: #ffffff;
  border: 1px solid rgba(21, 34, 53, 0.18);
  border-radius: 3px;
  padding: 0.7rem;
  box-shadow: 0 18px 50px rgba(16, 31, 51, 0.13);
}
.proposal-cover img {
  width: 100%;
  display: block;
  filter: grayscale(1);
}
.proposal-section {
  background: #fbfaf7;
}
.proposal-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
.proposal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.proposal-grid + .proposal-grid {
  margin-top: 1rem;
}
.proposal-panel {
  background: #ffffff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 3px;
  padding: 1.35rem;
}
.proposal-panel h3,
.proposal-step h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1.08;
}
.proposal-panel p,
.proposal-step p {
  margin: 0.75rem 0 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.proposal-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.55rem;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.proposal-list li {
  position: relative;
  padding-left: 1.35rem;
}
.proposal-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: rgba(21, 34, 53, 0.58);
  font-weight: 600;
}
.proposal-steps {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.proposal-step {
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 34, 53, 0.18);
}
.proposal-step span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: #e4ded4;
  color: var(--navy);
  font-family: var(--font-sans);
  font-weight: 600;
}
.proposal-download-band {
  background: var(--navy);
  color: #ffffff;
}
.proposal-download-band .proposal-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.proposal-download-band h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 2.25rem;
  color: #ffffff;
}
.proposal-download-band p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-sans);
}
.proposal-download-band .kw-btn-primary {
  background: #ffffff;
  color: var(--navy);
}
.proposal-compare {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.4rem;
  background: #ffffff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  font-family: var(--font-sans);
}
.proposal-compare th,
.proposal-compare td {
  padding: 1rem;
  border-bottom: 1px solid rgba(21, 34, 53, 0.10);
  text-align: left;
  vertical-align: top;
}
.proposal-compare th {
  color: var(--navy);
  font-weight: 600;
}
.proposal-compare td {
  color: rgba(21, 34, 53, 0.72);
}

/* Rental listings showcase */
.rental-showcase-hero {
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.98), rgba(251, 250, 247, 0.82)),
    url('https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?auto=format&fit=crop&w=1800&q=85');
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(21, 34, 53, 0.10);
}
.rental-showcase-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4.4rem 1.5rem 3.4rem;
}
.rental-showcase-inner h1 {
  margin: 0;
  max-width: 760px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1;
}
.rental-showcase-inner p:not(.kw-section-kicker) {
  margin: 1rem 0 0;
  max-width: 610px;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.rental-filter-band {
  background: #ffffff;
  border-bottom: 1px solid rgba(21, 34, 53, 0.10);
}
.rental-filter-form {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.15rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) auto;
  gap: 0.85rem;
  align-items: end;
}
.rental-filter-form label {
  margin: 0;
}
.rental-filter-form label span {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(21, 34, 53, 0.62);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.rental-filter-form select {
  width: 100%;
  border-radius: 3px;
  background: #fbfaf7;
}
.rental-filter-actions {
  display: flex;
  gap: 0.5rem;
}
.rental-filter-actions button {
  min-height: 48px;
  border-radius: 3px;
  border: 1px solid rgba(21, 34, 53, 0.20);
  padding: 0 1rem;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.rental-filter-actions button[type='submit'] {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.rental-filter-actions button[type='button'] {
  background: transparent;
  color: var(--navy);
}
.rental-section-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
.rental-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
}
.rental-section-head h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.05;
}
.rental-section-head p:not(.kw-section-kicker) {
  margin: 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.rental-featured-showcase,
.rental-standout {
  background: #fbfaf7;
}
.rental-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.rental-featured-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: var(--navy);
}
.rental-featured-card a,
.rental-featured-card img {
  display: block;
  width: 100%;
  height: 100%;
}
.rental-featured-card a {
  position: relative;
}
.rental-featured-card img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.rental-featured-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(21, 34, 53, 0.80), rgba(21, 34, 53, 0.08) 68%);
  pointer-events: none;
}
.rental-featured-card:hover img {
  transform: scale(1.035);
}
.rental-featured-card div {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.35rem;
  z-index: 1;
  color: #fff;
}
.rental-featured-card p {
  margin: 0 0 0.35rem;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.rental-featured-card h3 {
  margin: 0;
  max-width: 30rem;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}
.rental-featured-card small {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  line-height: 1.45;
}
.rental-featured-card small strong {
  color: #ffffff;
  font-weight: 700;
}
.rental-featured-card span {
  display: inline-flex;
  margin-top: 0.8rem;
  font-family: var(--font-sans);
  font-weight: 600;
}
.rental-listings-section {
  background: #f2efe9;
}
.rental-results-line {
  margin-bottom: 1.15rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(21, 34, 53, 0.66);
  font-family: var(--font-sans);
  font-size: 0.88rem;
}
.rental-results-line span:first-child {
  color: var(--navy);
  font-weight: 600;
}
.rental-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}
.rental-showcase-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(21, 34, 53, 0.10);
  border-radius: 3px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.rental-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(16, 31, 51, 0.10);
}
.rental-card-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.rental-card-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.rental-showcase-card:hover .rental-card-image img {
  transform: scale(1.035);
}
.rental-card-body {
  padding: 1.35rem;
}
.rental-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(21, 34, 53, 0.64);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.rental-card-topline span:last-child {
  color: var(--navy);
  white-space: nowrap;
}
.rental-card-body h2 {
  margin: 0.75rem 0 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}
.rental-card-meta {
  margin: 0.65rem 0 0;
  color: rgba(21, 34, 53, 0.74);
  font-family: var(--font-sans);
  font-weight: 600;
}
.rental-card-address {
  margin: 0.45rem 0 0;
  color: rgba(21, 34, 53, 0.56);
  font-family: var(--font-sans);
  font-size: 0.86rem;
  line-height: 1.5;
}
.rental-card-address strong,
.kw-rental-address strong,
.kw-sale-address strong {
  color: rgba(21, 34, 53, 0.78);
  font-weight: 700;
}
.rental-card-copy {
  margin: 0.75rem 0 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.rental-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}
.rental-card-tags span {
  border: 1px solid rgba(21, 34, 53, 0.14);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  color: rgba(21, 34, 53, 0.68);
  font-family: var(--font-sans);
  font-size: 0.78rem;
}
.rental-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}
.rental-card-actions a,
.rental-owner-value a {
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.rental-card-actions a:first-child {
  background: var(--navy);
  color: #fff;
  border: 1px solid var(--navy);
  border-radius: 3px;
  padding: 0.75rem 1rem;
}
.rental-card-actions a:last-child {
  border: 1px solid rgba(21, 34, 53, 0.24);
  border-radius: 3px;
  padding: 0.75rem 1rem;
}
.rental-empty {
  margin: 1rem 0 0;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.rental-owner-value {
  background: #ffffff;
  border-top: 1px solid rgba(21, 34, 53, 0.10);
  border-bottom: 1px solid rgba(21, 34, 53, 0.10);
}
.rental-owner-value-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3.4rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}
.rental-owner-value h2,
.rental-owner-cta h2,
.rental-detail-hero h1,
.rental-detail-main h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.05;
}
.rental-owner-value h2 {
  font-size: 2.7rem;
}
.rental-owner-value p:not(.kw-section-kicker) {
  margin: 0 0 1rem;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.rental-standout-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.rental-standout-grid article {
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 34, 53, 0.18);
}
.rental-standout-grid h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.05;
}
.rental-standout-grid p {
  margin: 0.75rem 0 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.rental-owner-cta {
  background-image:
    linear-gradient(90deg, rgba(22, 41, 61, 0.96), rgba(22, 41, 61, 0.88)),
    url('../img/protect-cta-bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}
.rental-owner-cta-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.35rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}
.rental-owner-cta h2 {
  color: #fff;
  font-size: 2.25rem;
}
.rental-owner-cta p {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-sans);
}
.rental-owner-cta .kw-btn-secondary {
  background: #ffffff;
  color: var(--navy);
}
.rental-request {
  background: #fbfaf7;
}
.rental-request .contact-form {
  border: 1px solid rgba(21, 34, 53, 0.14);
  border-radius: 3px;
}
.rental-request .contact-form input,
.rental-request .contact-form textarea {
  border-radius: 3px;
}
.rental-request .contact-form .kw-btn {
  width: fit-content;
  cursor: pointer;
}

/* CMS generated listing detail pages */
.cms-listing-page {
  --cms-listing-max: 1440px;
  --cms-listing-paper: #fbfaf7;
  --cms-listing-soft: #f3ede3;
  --cms-listing-line: rgba(7, 31, 59, 0.14);
  width: min(100%, var(--cms-listing-max));
  margin: 0 auto;
  overflow: clip;
  background: #fff;
  color: var(--navy);
}
.cms-listing-page svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.cms-listing-hero {
  --cms-hero-media-height: clamp(560px, 46vw, 720px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, clamp(32rem, 42vw, 40rem)) minmax(0, 1fr);
  min-height: var(--cms-hero-media-height);
  align-items: stretch;
  overflow: visible;
  background:
    radial-gradient(circle at 31% 39%, rgba(255, 255, 255, 1) 0 16%, rgba(255, 255, 255, 0.98) 28%, rgba(255, 255, 255, 0.92) 40%, rgba(243, 240, 233, 0.7) 56%, rgba(243, 240, 233, 0.18) 68%, rgba(243, 240, 233, 0) 75%),
    linear-gradient(90deg, #fbfaf7 0%, #f4eee4 48%, #e8ded0 100%);
}
.cms-listing-copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: 100%;
  max-width: 40rem;
  min-height: var(--cms-hero-media-height);
  padding: clamp(4rem, 5vw, 5.25rem) clamp(1.4rem, 3vw, 2.6rem) clamp(2.6rem, 4vw, 3.4rem) clamp(1.4rem, 4vw, 4.25rem);
  background: linear-gradient(90deg, rgba(251, 250, 247, 0.96) 0%, rgba(251, 250, 247, 0.9) 72%, rgba(251, 250, 247, 0) 100%);
}
.cms-kicker {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin: 0 0 1.45rem;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.cms-kicker::before,
.cms-kicker::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 1px;
  background: currentColor;
}
.cms-hero-schedule {
  display: grid;
  gap: 0.65rem;
  width: fit-content;
  max-width: 36rem;
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(184, 121, 42, 0.24);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.56);
}
.cms-hero-schedule-head {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}
.cms-hero-schedule-head svg {
  width: 1rem;
  height: 1rem;
}
.cms-hero-schedule-list {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cms-hero-schedule-list li {
  color: rgba(21, 34, 53, 0.82);
  font-size: 0.92rem;
  line-height: 1.45;
}
.cms-kicker-location {
  margin-bottom: 1.15rem;
}
.cms-market-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.48rem 0.82rem;
  border: 1px solid rgba(184, 121, 42, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.cms-market-pill svg {
  width: 1rem;
  height: 1rem;
  color: var(--accent-color);
}
.cms-listing-copy h1 {
  max-width: 10ch;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(3.35rem, 5.5vw, 5.35rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.93;
}
.cms-title-rule {
  display: block;
  width: 5.2rem;
  height: 3px;
  margin: 1.35rem 0 1.2rem;
  background: var(--accent-color);
}
.cms-hero-summary {
  max-width: 34rem;
  margin: 0;
  color: rgba(21, 34, 53, 0.82);
  font-size: 1.08rem;
  line-height: 1.72;
}
.cms-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, max-content));
  gap: 0;
  align-items: start;
  margin: 1.9rem 0 1.55rem;
}
.cms-stat-row div {
  min-width: 7rem;
  padding: 0 1.45rem;
  margin-right: 0;
  border-left: 1px solid rgba(184, 121, 42, 0.45);
  border-right: 0;
}
.cms-stat-row div:first-child {
  min-width: 13.25rem;
  padding-left: 0;
  border-left: 0;
}
.cms-stat-row div:first-child strong {
  font-size: clamp(1.72rem, 2.2vw, 2.1rem);
  letter-spacing: -0.03em;
}
.cms-stat-row div:first-child span {
  color: #b8792a;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}
.cms-stat-row div:last-child {
  padding-right: 0;
}
.cms-stat-row strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: clamp(1.7rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums lining-nums;
}
.cms-stat-row span {
  display: block;
  margin-top: 0.42rem;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cms-amenity-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.75rem, 1fr));
  gap: 0.85rem;
  align-items: stretch;
  grid-auto-rows: 1fr;
  width: min(100%, 56rem);
  max-width: 56rem;
  margin-bottom: 1.7rem;
  position: relative;
  z-index: 14;
}
.cms-amenity-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 4.65rem;
  padding: 0.78rem 0.8rem;
  box-sizing: border-box;
  border: 1px solid rgba(184, 121, 42, 0.24);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.52);
  overflow: hidden;
}
.cms-presented {
  display: inline-grid;
  align-items: center;
  gap: 0.6rem;
}
.cms-amenity-pill-label {
  display: block;
  max-width: 100%;
  min-width: 0;
  color: var(--navy);
  font-size: clamp(0.62rem, 0.56rem + 0.14vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.32;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}
.cms-amenity-pill-overflow {
  position: relative;
  overflow: visible;
  border-style: solid;
  border-color: rgba(184, 121, 42, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 244, 237, 0.78));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.46);
  cursor: default;
  isolation: isolate;
  z-index: 20;
}
.cms-amenity-pill-overflow .cms-amenity-pill-label {
  color: rgba(21, 34, 53, 0.82);
}
.cms-amenity-pill-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
  cursor: pointer;
}
.cms-amenity-pill-toggle::-webkit-details-marker {
  display: none;
}
.cms-amenity-pill-toggle:focus-visible {
  outline: 2px solid rgba(184, 121, 42, 0.72);
  outline-offset: 4px;
}
.cms-amenity-pill-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 1.18rem;
  padding: 0 0.46rem;
  border-radius: 999px;
  background: rgba(184, 121, 42, 0.14);
  border: 1px solid rgba(184, 121, 42, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  color: #9f6420;
  font-family: var(--font-sans);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}
.cms-amenity-pill-overflow[open],
.cms-amenity-pill-overflow:hover,
.cms-amenity-pill-overflow:focus-within {
  border-color: rgba(184, 121, 42, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 245, 239, 0.9));
  box-shadow: 0 12px 28px rgba(16, 31, 51, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  z-index: 80;
}
.cms-amenity-pill-popover {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 50%;
  z-index: 140;
  width: min(25rem, calc(100vw - 2.5rem));
  padding: 0.9rem 0.95rem 1rem;
  border: 1px solid rgba(184, 121, 42, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 240, 0.98));
  box-shadow: 0 18px 36px rgba(16, 31, 51, 0.16);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(-0.18rem);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}
.cms-amenity-pill-popover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid rgba(184, 121, 42, 0.18);
  border-left: 1px solid rgba(184, 121, 42, 0.18);
  background: rgba(250, 246, 240, 0.98);
  transform: translateX(-50%) rotate(45deg);
}
.cms-amenity-pill-overflow--align-left .cms-amenity-pill-popover {
  left: 0;
  transform: translateY(-0.18rem);
}
.cms-amenity-pill-overflow--align-left .cms-amenity-pill-popover::after {
  left: 1.2rem;
  transform: rotate(45deg);
}
.cms-amenity-pill-overflow--align-right .cms-amenity-pill-popover {
  left: auto;
  right: 0;
  transform: translateY(-0.18rem);
}
.cms-amenity-pill-overflow--align-right .cms-amenity-pill-popover::after {
  left: auto;
  right: 1.2rem;
  transform: rotate(45deg);
}
.cms-amenity-pill-overflow[open] .cms-amenity-pill-popover,
.cms-amenity-pill-overflow:hover .cms-amenity-pill-popover,
.cms-amenity-pill-overflow:focus-within .cms-amenity-pill-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.cms-amenity-pill-overflow--align-left[open] .cms-amenity-pill-popover,
.cms-amenity-pill-overflow--align-left:hover .cms-amenity-pill-popover,
.cms-amenity-pill-overflow--align-left:focus-within .cms-amenity-pill-popover,
.cms-amenity-pill-overflow--align-right[open] .cms-amenity-pill-popover,
.cms-amenity-pill-overflow--align-right:hover .cms-amenity-pill-popover,
.cms-amenity-pill-overflow--align-right:focus-within .cms-amenity-pill-popover {
  transform: translateY(0);
}
.cms-amenity-pill-popover-kicker {
  margin: 0 0 0.28rem;
  color: #b8792a;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.cms-amenity-pill-popover-title {
  margin: 0 0 0.42rem;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
}
.cms-amenity-pill-popover-intro {
  margin: 0 0 0.72rem;
  color: rgba(21, 34, 53, 0.78);
  font-size: 0.78rem;
  line-height: 1.48;
}
.cms-amenity-pill-popover-text {
  margin: 0;
  color: rgba(21, 34, 53, 0.8);
  font-size: 0.78rem;
  line-height: 1.52;
}
.cms-amenity-pill-popover-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  max-height: 11rem;
  overflow: auto;
  padding-right: 0.1rem;
}
.cms-amenity-pill-popover-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.34rem 0.58rem;
  border: 1px solid rgba(184, 121, 42, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(21, 34, 53, 0.9);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.25;
}
.cms-presented svg {
  display: block;
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  color: var(--accent-color);
}
.cms-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 1.3rem;
}
.cms-hero-actions .kw-btn {
  min-height: 3.15rem;
  padding: 1rem 1.6rem;
  font-weight: 700;
}
.cms-hero-actions .kw-btn-primary::after {
  content: "\2192";
  margin-left: 0.65rem;
  font-size: 1.02rem;
  line-height: 1;
}
.cms-presented {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  max-width: 36rem;
  margin: 0;
  color: rgba(21, 34, 53, 0.66);
  font-size: 0.92rem;
  line-height: 1.55;
}
.cms-listing-media {
  position: relative;
  z-index: 1;
  min-width: 0;
  align-self: stretch;
  height: var(--cms-hero-media-height);
  min-height: var(--cms-hero-media-height);
  max-height: 720px;
  overflow: hidden;
}
.cms-listing-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 31, 59, 0.04) 0%, rgba(7, 31, 59, 0) 28%, rgba(7, 31, 59, 0.08) 100%);
  pointer-events: none;
}
.cms-listing-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cms-availability-ribbon {
  position: absolute;
  top: 0;
  right: clamp(1.2rem, 4vw, 3.4rem);
  display: grid;
  justify-items: center;
  width: 8.8rem;
  min-height: 252px;
  padding: 1.45rem 0.95rem 2rem;
  background: var(--navy);
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 38px rgba(7, 31, 59, 0.16);
}
.cms-availability-ribbon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  border-top: 28px solid var(--navy);
  border-right: 4.75rem solid transparent;
  border-left: 4.75rem solid transparent;
}
.cms-availability-ribbon span {
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  margin-bottom: 1.05rem;
  border: 2px solid var(--accent-color);
  border-radius: 999px;
  color: var(--accent-color);
}
.cms-availability-ribbon strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}
.cms-showing-card {
  position: absolute;
  right: clamp(1.2rem, 3.6vw, 3.4rem);
  bottom: 2.4rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  width: min(24rem, calc(100% - 2.4rem));
  padding: 1.35rem 1.45rem;
  border: 1px solid rgba(21, 34, 53, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 40px rgba(7, 31, 59, 0.16);
  backdrop-filter: blur(10px);
}
.cms-showing-card > span {
  color: var(--accent-color);
}
.cms-showing-card h2 {
  margin: 0 0 0.35rem;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cms-showing-card p {
  margin: 0;
  color: rgba(21, 34, 53, 0.78);
  line-height: 1.55;
}
.cms-showing-schedule {
  display: grid;
  gap: 0.5rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}
.cms-showing-schedule li {
  position: relative;
  padding-left: 1rem;
  color: rgba(21, 34, 53, 0.92);
  line-height: 1.5;
}
.cms-showing-schedule li::before {
  content: "";
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--accent-color);
}
.cms-feature-strip {
  background: var(--navy);
  color: #fff;
}
.cms-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1440px;
  margin: 0 auto;
}
.cms-feature-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 126px;
  padding: 1.55rem 2.1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.cms-feature-grid article:first-child {
  border-left: 0;
}
.cms-feature-grid article > span {
  display: grid;
  place-items: center;
  width: 4.3rem;
  height: 4.3rem;
  border: 2px solid var(--accent-color);
  border-radius: 999px;
  color: var(--accent-color);
}
.cms-feature-grid h3 {
  margin: 0 0 0.25rem;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cms-feature-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.55;
}
.cms-overview-section,
.cms-gallery-section,
.cms-amenities-section,
.cms-resource-section {
  padding: clamp(3.4rem, 6vw, 5rem) clamp(1.4rem, 4vw, 4.25rem);
}
.cms-overview-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.45fr);
  gap: 3rem;
  max-width: 1280px;
  margin: 0 auto;
}
.cms-overview-inner h2,
.cms-gallery-head h2,
.cms-amenities-inner h2,
.cms-contact-box h2 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 600;
  line-height: 1;
}
.cms-overview-inner p {
  max-width: 62rem;
  color: rgba(21, 34, 53, 0.76);
  line-height: 1.75;
}
.cms-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.4rem;
}
.cms-fact-grid article,
.cms-contact-box,
.cms-amenity-card {
  border: 1px solid var(--cms-listing-line);
  border-radius: 6px;
  background: #fff;
}
.cms-fact-grid article {
  padding: 1rem;
}
.cms-fact-grid span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--accent-color);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cms-fact-grid strong {
  color: var(--navy);
}
.cms-contact-box {
  align-self: start;
  padding: 1.5rem;
  background: var(--cms-listing-paper);
}
.cms-contact-box h2 {
  font-size: 2rem;
}
.cms-lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.cms-lead-actions .kw-btn {
  min-height: 2.85rem;
  padding: 0.85rem 1.1rem;
  font-size: 0.72rem;
}
.cms-contact-availability {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--cms-listing-line);
}
.cms-contact-availability-title {
  margin: 0;
  color: var(--accent-color);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cms-contact-schedule {
  gap: 0.45rem;
  margin-top: 0.7rem;
}
.cms-contact-schedule li {
  font-size: 0.94rem;
}
.cms-contact-box div {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  color: rgba(21, 34, 53, 0.74);
}
.cms-gallery-section {
  background: var(--cms-listing-soft);
}
.cms-gallery-head,
.cms-amenities-inner,
.cms-resource-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.cms-gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.4rem;
}
.cms-gallery-head > span {
  color: rgba(21, 34, 53, 0.62);
  font-weight: 700;
}
.cms-gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 0.9rem;
  max-width: 1280px;
  margin: 0 auto;
}
.cms-gallery-grid figure {
  aspect-ratio: 4 / 3;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #d9dde2;
}
.cms-gallery-grid figure:first-child {
  aspect-ratio: 16 / 11;
  grid-row: span 2;
}
.cms-gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform 0.28s ease, filter 0.28s ease;
}
.cms-gallery-grid figure:hover img,
.cms-gallery-grid img:focus-visible {
  transform: scale(1.035);
  filter: brightness(0.94);
}
.cms-gallery-grid img:focus-visible {
  outline: 3px solid rgba(184, 121, 42, 0.72);
  outline-offset: -6px;
}
.kw-gallery-lightbox-open {
  overflow: hidden;
}
.kw-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  grid-template-columns: minmax(44px, 0.08fr) minmax(0, 1fr) minmax(44px, 0.08fr);
  align-items: center;
  gap: clamp(0.45rem, 2vw, 1.2rem);
  padding: clamp(1rem, 3vw, 2.4rem);
  background: rgba(7, 20, 34, 0.88);
  backdrop-filter: blur(12px);
}
.kw-gallery-lightbox[hidden] {
  display: none;
}
.kw-gallery-lightbox-frame {
  grid-column: 2;
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  margin: 0;
  min-width: 0;
}
.kw-gallery-lightbox-frame img {
  display: block;
  max-width: min(100%, 1180px);
  max-height: min(78vh, 820px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  background: rgba(255, 255, 255, 0.08);
}
.kw-gallery-lightbox-frame figcaption {
  max-width: min(100%, 760px);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-sans);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
}
.kw-gallery-lightbox-close,
.kw-gallery-lightbox-nav {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  line-height: 1;
  transition: background 0.18s ease, transform 0.18s ease;
}
.kw-gallery-lightbox-close:hover,
.kw-gallery-lightbox-nav:hover,
.kw-gallery-lightbox-close:focus-visible,
.kw-gallery-lightbox-nav:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}
.kw-gallery-lightbox-close {
  position: absolute;
  top: clamp(0.8rem, 2vw, 1.4rem);
  right: clamp(0.8rem, 2vw, 1.4rem);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 2rem;
}
.kw-gallery-lightbox-nav {
  display: grid;
  place-items: center;
  width: clamp(42px, 5vw, 58px);
  height: clamp(54px, 7vw, 78px);
  border-radius: 999px;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
}
.kw-gallery-lightbox-prev {
  grid-column: 1;
  justify-self: end;
}
.kw-gallery-lightbox-next {
  grid-column: 3;
  justify-self: start;
}
.cms-amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.9rem;
}
.cms-amenities-intro {
  max-width: 760px;
  margin: -0.35rem 0 1.4rem;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.55;
}
.cms-amenity-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 0.9rem;
  border: 1px solid var(--cms-listing-line);
  border-radius: 6px;
  background: #fff;
}
.cms-amenity-feature .cms-amenity-media {
  min-height: 250px;
}
.cms-amenity-feature .cms-amenity-media img {
  object-position: center top;
}
.cms-amenity-feature-copy {
  display: grid;
  align-content: center;
  gap: 0.7rem;
  padding: clamp(1.35rem, 3vw, 2.4rem);
}
.cms-amenity-feature-copy span {
  color: var(--accent-color);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cms-amenity-feature-copy h3 {
  max-width: 560px;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.3vw, 2.55rem);
  font-weight: 600;
  line-height: 1.04;
}
.cms-amenity-feature-copy p {
  max-width: 600px;
  margin: 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
}
.cms-amenity-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 0;
  padding: 1.25rem;
  overflow: visible;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cms-amenity-card:hover {
  z-index: 12;
  border-color: rgba(196, 143, 87, 0.45);
  box-shadow: 0 18px 38px rgba(21, 34, 53, 0.1);
  transform: translateY(-2px);
}
.cms-amenity-media {
  margin: 0;
  overflow: hidden;
  background: #d9dde2;
}
.cms-amenity-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-amenity-copy {
  display: grid;
  gap: 0.32rem;
  min-width: 0;
}
.cms-amenity-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(196, 143, 87, 0.11);
}
.cms-amenity-icon svg {
  width: 29px;
  height: 29px;
  color: var(--accent-color);
}
.cms-amenity-copy strong {
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.24rem;
  font-weight: 600;
  line-height: 1.25;
}
.cms-amenity-copy p {
  margin: 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
  font-size: 0.93rem;
  line-height: 1.5;
}
.cms-amenity-hover-photo {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.8rem);
  z-index: 20;
  width: min(22rem, calc(100vw - 3rem));
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 34, 53, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(7, 31, 59, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.45rem) scale(0.98);
  transform-origin: center bottom;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.cms-amenity-hover-photo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-right: 1px solid rgba(21, 34, 53, 0.13);
  border-bottom: 1px solid rgba(21, 34, 53, 0.13);
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}
.cms-amenity-hover-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}
.cms-amenity-hover-photo figcaption {
  padding: 0.75rem 0.85rem;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.2;
}
.cms-amenity-card:hover .cms-amenity-hover-photo {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.cms-amenity-card:nth-child(3n+1) .cms-amenity-hover-photo {
  left: 0;
  transform: translateY(0.45rem) scale(0.98);
  transform-origin: left bottom;
}
.cms-amenity-card:nth-child(3n+1):hover .cms-amenity-hover-photo {
  transform: translateY(0) scale(1);
}
.cms-amenity-card:nth-child(3n) .cms-amenity-hover-photo {
  right: 0;
  left: auto;
  transform: translateY(0.45rem) scale(0.98);
  transform-origin: right bottom;
}
.cms-amenity-card:nth-child(3n):hover .cms-amenity-hover-photo {
  transform: translateY(0) scale(1);
}
.cms-amenity-presented {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin: 1.7rem 0 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-serif);
  font-size: 1.08rem;
  text-align: center;
}
.cms-amenity-presented::before,
.cms-amenity-presented::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(21, 34, 53, 0.18);
}
.cms-amenity-presented span {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}
.cms-amenity-presented svg {
  width: 16px;
  height: 16px;
  color: var(--accent-color);
}
.cms-resource-section {
  background: var(--cms-listing-soft);
  border-top: 1px solid var(--cms-listing-line);
}
.cms-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}
.cms-resource-grid a {
  display: grid;
  min-height: 74px;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--cms-listing-line);
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-family: var(--font-sans);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
}
.cms-resource-grid a:hover {
  border-color: rgba(196, 143, 87, 0.55);
  color: var(--accent-color);
}
.rental-detail-hero {
  background: #f2efe9;
}
.rental-detail-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: center;
}
.rental-detail-hero h1 {
  font-size: 4rem;
}
.rental-detail-hero p:not(.kw-section-kicker) {
  margin: 1rem 0 0;
  max-width: 620px;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.rental-detail-hero img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
  border-radius: 3px;
  box-shadow: 0 18px 55px rgba(16, 31, 51, 0.14);
}
.rental-detail-stats {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.4rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(21, 34, 53, 0.10);
}
.rental-detail-stats div {
  text-align: center;
  border-left: 1px solid rgba(21, 34, 53, 0.12);
}
.rental-detail-stats div:first-child {
  border-left: none;
}
.rental-detail-stats span {
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1;
}
.rental-detail-stats p {
  margin: 0.35rem 0 0;
  color: rgba(21, 34, 53, 0.62);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.rental-detail-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 3rem;
  align-items: start;
}
.rental-detail-main h2 {
  max-width: 760px;
  font-size: 2.8rem;
}
.rental-detail-main > p:not(.kw-section-kicker) {
  max-width: 760px;
  margin: 1rem 0 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.rental-detail-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.rental-detail-grid article,
.rental-detail-aside {
  background: #ffffff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 3px;
  padding: 1.35rem;
}
.rental-detail-grid h3,
.rental-detail-aside h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.08;
}
.rental-detail-grid ul {
  margin: 0.9rem 0 0;
  padding-left: 1.1rem;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.rental-detail-grid p,
.rental-detail-aside p {
  margin: 0.75rem 0 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.rental-detail-aside {
  position: sticky;
  top: 1rem;
}
.rental-detail-aside .kw-btn {
  margin-top: 1.2rem;
}
.proposal-sales-hero {
  background:
    linear-gradient(90deg, rgba(242, 239, 233, 0.96), rgba(242, 239, 233, 0.76)),
    url('../img/bottom-cta-bg.jpg');
  background-size: cover;
  background-position: center;
}
.proposal-sales-hero .proposal-cover {
  transform: rotate(1.2deg);
}
.proposal-stakes {
  background: #ffffff;
}
.proposal-stakes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.proposal-stakes-grid article {
  padding: 1.3rem 1.15rem;
  border-top: 1px solid rgba(21, 34, 53, 0.18);
}
.proposal-stakes-grid span {
  font-family: var(--font-sans);
  color: #7c6f58;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.proposal-stakes-grid h3,
.proposal-tier-sales-card h3,
.proposal-service-grid h3,
.proposal-scenario-grid h3 {
  margin: 0.65rem 0 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.05;
}
.proposal-stakes-grid h3 {
  font-size: 1.55rem;
}
.proposal-stakes-grid p,
.proposal-service-grid p,
.proposal-scenario-grid p {
  margin: 0.75rem 0 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.proposal-tier-decision {
  background: #fbfaf7;
}
.proposal-tier-sales-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.proposal-tier-sales-card {
  position: relative;
  min-height: 430px;
  padding: 2rem 1.8rem;
  background: #f5f3ef;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 3px;
  text-align: center;
}
.proposal-tier-sales-featured {
  border-color: rgba(21, 34, 53, 0.36);
  box-shadow: 0 18px 48px rgba(16, 31, 51, 0.08);
}
.proposal-tier-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: #e4ded4;
  color: var(--navy);
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-size: 1.2rem;
}
.proposal-tier-sales-featured .proposal-tier-icon {
  background: rgba(22, 41, 61, 0.60);
  color: #fff;
}
.proposal-tier-kicker {
  margin: 0 0 0.4rem;
  color: rgba(21, 34, 53, 0.62);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.proposal-tier-sales-card h3 {
  font-size: 1.75rem;
}
.proposal-tier-sales-card > p:not(.proposal-tier-kicker) {
  margin: 0.8rem auto 0;
  max-width: 20rem;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.proposal-tier-sales-card .proposal-list {
  text-align: left;
  margin-bottom: 1.3rem;
}
.proposal-service-breakdown {
  background: #eef1ed;
  border-top: 1px solid rgba(21, 34, 53, 0.08);
  border-bottom: 1px solid rgba(21, 34, 53, 0.08);
}
.proposal-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.proposal-service-grid article {
  min-height: 235px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 3px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
.proposal-service-grid h3 {
  margin-top: 0;
  font-size: 1.35rem;
}
.proposal-service-grid span {
  margin-top: auto;
  padding-top: 1rem;
  color: #7c6f58;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.proposal-compare-deep td:first-child {
  color: var(--navy);
  font-weight: 600;
}
.proposal-owner-scenarios {
  background: #f2efe9;
}
.proposal-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.proposal-scenario-grid article {
  background: #ffffff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 3px;
  padding: 1.25rem;
}
.proposal-scenario-grid h3 {
  margin-top: 0;
  font-size: 1.35rem;
}
.proposal-scenario-grid a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.proposal-band-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.kw-featured {
  background: #fbfaf7;
  padding: 2.25rem 0 0;
}
.kw-featured-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem 2.6rem;
}
.kw-featured-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.4rem;
}
.kw-featured-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.kw-featured-kicker {
  margin: 0 0 0.35rem;
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  color: rgba(21, 34, 53, 0.62);
}
.kw-featured-title {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--navy);
  font-size: 2.15rem;
}
.kw-featured-cta {
  text-decoration: none;
  border: 1px solid rgba(21, 34, 53, 0.28);
  padding: 0.75rem 1rem;
  border-radius: 2px;
  font-family: var(--font-sans);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: var(--navy);
  white-space: nowrap;
}
.kw-rentals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
.kw-rental-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(221, 227, 234, 0.95);
  border-radius: 2px;
  overflow: hidden;
}
.kw-rental-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}
.kw-rental-body {
  padding: 1rem 1rem 1.15rem;
}
.kw-rental-city {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.66rem;
  color: rgba(21, 34, 53, 0.70);
}
.kw-rental-address {
  margin-top: 0.42rem;
  color: rgba(21, 34, 53, 0.58);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  line-height: 1.45;
}
.kw-rental-meta {
  margin-top: 0.6rem;
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.72);
  font-size: 0.9rem;
}
.kw-rental-price {
  margin-top: 0.35rem;
  font-family: var(--font-sans);
  color: var(--navy);
  font-weight: 600;
}
.kw-price-stack {
  display: inline-grid;
  gap: 0.1rem;
}
.kw-price-label {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8792a;
}
.kw-price-figure {
  display: block;
  font-family: var(--font-sans);
  font-size: 1em;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums lining-nums;
  color: inherit;
}
.kw-price-note {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(21, 34, 53, 0.68);
}
.price-cents {
  font-size: 1em;
  line-height: inherit;
  vertical-align: baseline;
  opacity: 1;
  letter-spacing: inherit;
}
.cms-stat-row .price-cents {
  font-size: 1em;
}
.listing-price .price-cents {
  font-size: 1em;
}
.kw-rental-link {
  display: inline-flex;
  margin-top: 0.85rem;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.66rem;
  color: rgba(21, 34, 53, 0.70);
  text-decoration: none;
}

.kw-sales-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.kw-sale-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(221, 227, 234, 0.95);
  border-radius: 2px;
  overflow: hidden;
}
.kw-sale-media {
  position: relative;
}
.kw-sale-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.kw-sale-body {
  padding: 1rem 1rem 1.15rem;
}
.kw-sale-city {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.66rem;
  color: rgba(21, 34, 53, 0.70);
}
.kw-sale-address {
  margin-top: 0.42rem;
  color: rgba(21, 34, 53, 0.58);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  line-height: 1.45;
}
.kw-sale-meta {
  margin-top: 0.6rem;
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.72);
  font-size: 0.9rem;
}
.kw-sale-price {
  margin-top: 0.35rem;
  font-family: var(--font-sans);
  color: var(--navy);
  font-weight: 600;
}

.kw-listing-sign {
  position: absolute;
  top: auto;
  bottom: 0.95rem;
  left: 0.95rem;
  z-index: 3;
  display: block;
  filter: drop-shadow(0 15px 20px rgba(16, 31, 51, 0.28));
  pointer-events: none;
}
.hv-prop-media .kw-listing-sign,
.rental-featured-card a .kw-listing-sign,
.rental-card-image .kw-listing-sign,
.listing-browse-media .kw-listing-sign,
.kw-sale-media .kw-listing-sign {
  top: auto;
  bottom: 1rem;
}
.kw-listing-sign::before {
  content: '';
  position: absolute;
  left: 0.28rem;
  top: -0.25rem;
  width: 0.2rem;
  height: calc(100% + 1.7rem);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #e8dfd1 100%);
  box-shadow: inset 0 0 0 1px rgba(21, 34, 53, 0.12), 0 3px 8px rgba(16, 31, 51, 0.18);
}
.kw-listing-sign::after {
  content: '';
  position: absolute;
  left: 0.28rem;
  top: -0.25rem;
  width: 2.35rem;
  height: 0.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffffff 0%, #e8dfd1 100%);
  box-shadow: inset 0 0 0 1px rgba(21, 34, 53, 0.12), 0 3px 8px rgba(16, 31, 51, 0.16);
}
.kw-listing-sign-board {
  position: relative;
  --sign-header-color: var(--navy);
  --sign-rule-color: var(--accent-color);
  --sign-border-color: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-rows: 1.54rem 0.64rem 1.5rem;
  width: 6.9rem;
  min-width: 0;
  height: 4.18rem;
  margin-left: 1rem;
  padding: 0;
  border-radius: 0.2rem;
  border: 1px solid rgba(21, 34, 53, 0.2);
  background: #fbfaf7;
  color: var(--navy);
  text-align: center;
  font-family: var(--font-sans);
  text-transform: uppercase;
  box-shadow:
    inset 0 0 0 2px var(--sign-border-color),
    0 4px 0 rgba(21, 34, 53, 0.14);
  overflow: hidden;
}
.kw-listing-sign-board::before {
  content: 'Kentwood\A Properties, Inc.';
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: var(--sign-header-color);
  border-bottom: 0.18rem solid var(--sign-rule-color);
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.02;
  white-space: pre-line;
}
.kw-listing-sign-board small,
.kw-listing-sign-board strong {
  display: grid;
  place-items: center;
  font: inherit;
  color: var(--navy);
  text-shadow: none;
}
.kw-listing-sign-board small {
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1;
  opacity: 0.82;
}
.kw-listing-sign-board strong {
  margin: 0;
  padding-bottom: 0.12rem;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.05;
}
.kw-listing-sign-rent .kw-listing-sign-board {
  --sign-header-color: var(--accent-color);
  --sign-rule-color: var(--navy);
}
.kw-listing-sign-sale .kw-listing-sign-board {
  --sign-header-color: var(--navy);
  --sign-rule-color: var(--accent-color);
}
.kw-listing-sign-rented .kw-listing-sign-board {
  --sign-header-color: #60748c;
  --sign-rule-color: var(--navy);
}
.kw-listing-sign-sold .kw-listing-sign-board {
  --sign-header-color: #7e231f;
  --sign-rule-color: var(--accent-color);
}
.kw-listing-sign-inactive .kw-listing-sign-board {
  --sign-header-color: #60748c;
  --sign-rule-color: var(--accent-color);
}
@media (max-width: 760px) {
  .kw-listing-sign {
    top: auto;
    bottom: 0.8rem;
    left: 0.8rem;
  }
  .hv-prop-media .kw-listing-sign,
  .rental-featured-card a .kw-listing-sign,
  .rental-card-image .kw-listing-sign,
  .listing-browse-media .kw-listing-sign,
  .kw-sale-media .kw-listing-sign {
    top: auto;
    bottom: 0.8rem;
  }
  .hv-prop-media .kw-listing-sign,
  .rental-featured-card a .kw-listing-sign {
    transform: scale(0.78);
    transform-origin: top left;
  }
  .kw-listing-sign-board {
    grid-template-rows: 1.32rem 0.56rem 1.24rem;
    width: 5.75rem;
    height: 3.62rem;
    min-width: 0;
    margin-left: 0.92rem;
    padding: 0;
  }
  .kw-listing-sign-board::before {
    font-size: 0.42rem;
  }
  .kw-listing-sign-board small {
    font-size: 0.36rem;
  }
  .kw-listing-sign-board strong {
    font-size: 0.74rem;
  }
}

.kw-page-hero {
  background: #fbfaf7;
  padding: 3.25rem 0 0.5rem;
}
.kw-page-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.kw-page-title {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 3.6vw, 3.2rem);
  color: var(--navy);
  line-height: 1.05;
}
.kw-page-sub {
  margin: 0.8rem 0 0;
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.72);
  max-width: 52rem;
}

.kw-action-band {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.88);
}
.kw-action-band-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.25rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.kw-action {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 1.25rem;
}
.kw-action:first-child {
  border-left: none;
  padding-left: 0;
}
.kw-action-kicker {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.70);
}
.kw-action-icon {
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0.75rem;
}
.kw-action-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.kw-action-text {
  margin: 0.75rem 0 1rem;
  font-family: var(--font-sans);
  color: rgba(255, 255, 255, 0.86);
}
.kw-action-link {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.kw-footer {
  background: #fbfaf7;
  border-top: 1px solid rgba(21, 34, 53, 0.12);
}
.kw-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.75rem 1.5rem 2rem;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 2rem;
}
.kw-footer-brand {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.05;
}
.kw-footer-text {
  margin: 1rem 0 0;
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.70);
  max-width: 26rem;
}
.kw-footer-head {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.62rem;
  color: rgba(21, 34, 53, 0.62);
  margin-bottom: 0.75rem;
}
.kw-footer-col a {
  display: block;
  text-decoration: none;
  color: rgba(21, 34, 53, 0.75);
  font-family: var(--font-sans);
  margin: 0.4rem 0;
  font-size: 0.92rem;
}
.kw-footer-line {
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.75);
  margin: 0.4rem 0;
}
.kw-social {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.8rem;
}
.kw-social a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(21, 34, 53, 0.18);
  border-radius: 999px;
  color: rgba(21, 34, 53, 0.72);
  text-decoration: none;
}
.kw-social svg {
  width: 15px;
  height: 15px;
}
.kw-footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1rem 1.5rem 1.35rem;
  border-top: 1px solid rgba(21, 34, 53, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-sans);
  color: rgba(21, 34, 53, 0.62);
  font-size: 0.85rem;
}
.kw-footer-license {
  white-space: nowrap;
}

/* Tier proposal — proof strip inside hero */
.proposal-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(21, 34, 53, 0.14);
}
.proposal-proof-stat {
  padding: 0 1.5rem 0 0;
  border-right: 1px solid rgba(21, 34, 53, 0.12);
}
.proposal-proof-stat:first-child {
  padding-left: 0;
}
.proposal-proof-stat:last-child {
  border-right: none;
  padding-left: 1.5rem;
  padding-right: 0;
}
.proposal-proof-stat:nth-child(2) {
  padding-left: 1.5rem;
}
.proposal-proof-stat span {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.1;
}
.proposal-proof-stat small {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(21, 34, 53, 0.52);
  margin-top: 0.25rem;
}
.proposal-dre {
  margin: 1.1rem 0 0;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  color: rgba(21, 34, 53, 0.40);
}

/* Tier proposal — scope section (included / owner manages) */
.proposal-scope {
  background: #ffffff;
  border-top: 1px solid rgba(21, 34, 53, 0.10);
  border-bottom: 1px solid rgba(21, 34, 53, 0.10);
}
.proposal-scope-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.proposal-scope-col {
  padding: 0 2.75rem 0 0;
}
.proposal-scope-col + .proposal-scope-col {
  padding: 0 0 0 2.75rem;
  border-left: 1px solid rgba(21, 34, 53, 0.12);
}
.proposal-scope-col h2 {
  margin: 0 0 1.5rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(21, 34, 53, 0.52);
}
.proposal-scope-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.9rem;
}
.proposal-scope-list li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-family: var(--font-sans);
  font-size: 0.94rem;
  color: rgba(21, 34, 53, 0.78);
  line-height: 1.45;
}
.scope-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.62rem;
  font-weight: 700;
  margin-top: 0.08rem;
}
.scope-icon--check {
  background: rgba(184, 152, 111, 0.18);
  color: var(--accent-color);
}
.scope-icon--own {
  background: rgba(21, 34, 53, 0.08);
  color: rgba(21, 34, 53, 0.40);
}

/* Tier proposal — bridge / compare prompt */
.proposal-bridge {
  background: #f2efe9;
  border-top: 1px solid rgba(21, 34, 53, 0.10);
}
.proposal-bridge-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.proposal-bridge-text {
  margin: 0;
  font-family: var(--font-sans);
}
.proposal-bridge-text strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.3rem;
}
.proposal-bridge-text span {
  font-size: 0.9rem;
  color: rgba(21, 34, 53, 0.62);
}

/* Tier proposal — CTA band (dark navy, gold accent button) */
.proposal-cta-band {
  background: var(--navy);
}
.proposal-cta-band-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3.75rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.5rem;
  align-items: center;
}
.proposal-cta-band h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(1.8rem, 2.8vw, 2.65rem);
  line-height: 1.06;
  color: #ffffff;
}
.proposal-cta-band p {
  margin: 0.75rem 0 0;
  font-family: var(--font-sans);
  color: rgba(255, 255, 255, 0.68);
  max-width: 44rem;
}
.kw-btn-gold {
  background: var(--accent-color);
  color: #ffffff;
  white-space: nowrap;
}
.kw-btn-gold:hover {
  opacity: 0.9;
}

@media (max-width: 980px) {
  .hero,
  .feature,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .kw-hero-inner {
    grid-template-columns: 1fr;
  }
  .kw-stats-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kw-stat {
    border-left: none;
    border-top: 1px solid rgba(21, 34, 53, 0.12);
  }
  .kw-stat:nth-child(1),
  .kw-stat:nth-child(2) {
    border-top: none;
  }
  .kw-trust-inner {
    grid-template-columns: 1fr;
  }
  .kw-bottom-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .kw-tier-grid {
    grid-template-columns: 1fr;
  }
  .pm-owner-band-inner,
  .pm-owner-kit-inner {
    grid-template-columns: 1fr;
  }
  .pm-risk-grid,
  .pm-process-line,
  .pm-faq-grid,
  .pm-how-grid,
  .pm-proposal-card-grid,
  .proposal-grid,
  .proposal-steps,
  .proposal-stakes-grid,
  .proposal-tier-sales-grid,
  .proposal-service-grid,
  .proposal-scenario-grid,
  .rental-filter-form,
  .rental-section-head,
  .rental-owner-value-inner,
  .rental-owner-cta-inner,
  .rental-detail-hero-inner,
  .rental-detail-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rental-filter-actions {
    grid-column: 1 / -1;
  }
  .rental-showcase-grid,
  .rental-standout-grid,
  .rental-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rental-featured-grid,
  .rental-detail-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rental-detail-stats div {
    border-left: none;
    border-top: 1px solid rgba(21, 34, 53, 0.12);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .rental-detail-stats div:nth-child(1),
  .rental-detail-stats div:nth-child(2) {
    border-top: none;
  }
  .pm-how-step:not(:last-child)::after {
    display: none;
  }
  .pm-tier-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .pm-protect-inner,
  .proposal-hero-inner,
  .proposal-download-band .proposal-inner {
    grid-template-columns: 1fr;
  }
  .proposal-band-actions {
    justify-content: flex-start;
  }
  .kw-featured-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .kw-rentals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kw-sales-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kw-action-band-inner {
    grid-template-columns: 1fr;
  }
  .kw-action {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 1.25rem;
  }
  .kw-action:first-child {
    border-top: none;
    padding-top: 0;
  }
  .kw-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .kw-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-modern {
    grid-template-columns: 1fr;
  }
  .stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tier-grid {
    grid-template-columns: 1fr;
  }
  .cta-band {
    grid-template-columns: 1fr;
  }
  .cta-band .hero-actions {
    justify-content: flex-start;
  }
  .journey-grid,
  .snapshot-grid,
  .promise-grid,
  .private-access-grid,
  .kp-grid,
  .kp-grid--two,
  .kp-quote-grid,
  .kp-blog-grid,
  .kp-social-grid,
  .kp-split,
  .kp-form-inner,
  .kp-slim-card {
    grid-template-columns: 1fr;
  }
  .lifestyle-content {
    grid-template-columns: 1fr;
  }
  .agents-grid--feature {
    grid-template-columns: 1fr;
  }
  .site-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .feature-image {
    min-height: 300px;
  }
  .cms-overview-inner,
  .cms-feature-grid,
  .cms-resource-grid {
    grid-template-columns: 1fr;
  }
  .cms-amenity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cms-listing-hero {
    --cms-hero-media-height: 660px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  }
  .cms-listing-media,
  .cms-listing-media > img {
    min-height: 660px;
  }
  .cms-listing-copy {
    min-height: 660px;
  }
  .cms-listing-copy h1 {
    font-size: clamp(3rem, 5vw, 4.35rem);
  }
  .cms-stat-row {
    grid-template-columns: repeat(2, max-content);
    gap: 1rem 0;
  }
  .cms-amenity-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cms-feature-grid article {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }
  .cms-feature-grid article:first-child {
    border-top: 0;
  }
  .cms-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cms-gallery-grid figure:first-child {
    grid-column: span 2;
  }
  .faq-page .faq-grid,
  .faq-page .faq-topic-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  :root {
    --site-inline-gutter-space: 2rem;
  }

  .site-header {
    flex-wrap: wrap;
  }
  .header-cta {
    width: 100%;
    text-align: center;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .site-nav {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .site-nav.open {
    max-height: 640px;
  }
  .site-nav ul {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }
  .nav-more {
    width: 100%;
  }
  .nav-more-toggle {
    width: 100%;
    justify-content: flex-start;
  }
  .nav-more-menu {
    position: static;
    display: grid;
    min-width: 0;
    width: 100%;
    padding: 0.25rem 0 0.15rem 1rem;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(21, 34, 53, 0.14);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .nav-more-menu a {
    padding: 0.35rem 0;
    white-space: normal;
  }
  .card-grid,
  .service-grid,
  .testimonial-grid,
  .brochure-grid,
  .split-links {
    grid-template-columns: 1fr;
  }
  .kw-stats-inner {
    grid-template-columns: 1fr;
  }
  .kw-stat {
    border-top: 1px solid rgba(21, 34, 53, 0.12);
  }
  .kw-stat:first-child {
    border-top: none;
  }
  .kw-rentals-grid {
    grid-template-columns: 1fr;
  }
  .kw-sales-grid {
    grid-template-columns: 1fr;
  }
  .kw-sale-img {
    height: 220px;
  }
  .pm-hero {
    min-height: 560px;
  }
  .pm-hero-title {
    font-size: 3.15rem;
  }
  .proposal-title {
    font-size: 3rem;
  }
  .pm-hero-inner {
    padding-top: 4rem;
    padding-bottom: 2.6rem;
  }
  .pm-hero-proof,
  .pm-risk-grid,
  .pm-process-line,
  .pm-faq-grid,
  .pm-how-grid,
  .pm-proposal-card-grid,
  .proposal-grid,
  .proposal-steps,
  .proposal-stakes-grid,
  .proposal-tier-sales-grid,
  .proposal-service-grid,
  .proposal-scenario-grid,
  .rental-filter-form,
  .rental-section-head,
  .rental-featured-grid,
  .rental-showcase-grid,
  .rental-owner-value-inner,
  .rental-standout-grid,
  .rental-owner-cta-inner,
  .rental-detail-hero-inner,
  .rental-detail-stats,
  .rental-detail-content,
  .rental-detail-grid {
    grid-template-columns: 1fr;
  }
  .rental-showcase-inner h1,
  .rental-detail-hero h1 {
    font-size: 3rem;
  }
  .rental-section-head h2,
  .rental-owner-value h2,
  .rental-detail-main h2 {
    font-size: 2.25rem;
  }
  .rental-results-line,
  .rental-card-topline,
  .rental-card-actions,
  .rental-filter-actions {
    flex-direction: column;
  }
  .rental-card-actions a,
  .rental-filter-actions button,
  .rental-owner-cta .kw-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .rental-featured-card {
    min-height: 320px;
  }
  .rental-detail-stats div,
  .rental-detail-stats div:nth-child(2) {
    border-top: 1px solid rgba(21, 34, 53, 0.12);
  }
  .rental-detail-stats div:first-child {
    border-top: none;
  }
  .rental-detail-aside {
    position: static;
  }
  .pm-how-step {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .pm-protect-inner {
    align-items: flex-start;
  }
  .proposal-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .proposal-actions .kw-btn,
  .proposal-download-band .kw-btn,
  .pm-protect .kw-btn {
    width: 100%;
  }
  .proposal-compare {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .pm-owner-band-inner,
  .pm-risk-inner,
  .pm-tiers-inner,
  .pm-process-inner,
  .pm-owner-kit-inner,
  .pm-faq-inner,
  .pm-how-inner,
  .pm-proposals-inner,
  .proposal-inner,
  .proposal-hero-inner,
  .rental-section-inner,
  .rental-showcase-inner,
  .rental-owner-value-inner,
  .rental-owner-cta-inner,
  .rental-detail-hero-inner,
  .rental-detail-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .pm-tier-row a {
    white-space: normal;
  }
  .kw-footer-inner {
    grid-template-columns: 1fr;
  }
  .stat-row {
    grid-template-columns: 1fr;
  }
  .agent-photo-small {
    width: 96px;
    height: 96px;
  }
  .feature-image {
    min-height: 240px;
  }
  .proposal-scope-inner {
    grid-template-columns: 1fr;
  }
  .proposal-scope-col {
    padding: 0 0 2rem 0;
  }
  .proposal-scope-col + .proposal-scope-col {
    padding: 2rem 0 0 0;
    border-left: none;
    border-top: 1px solid rgba(21, 34, 53, 0.12);
  }
  .proposal-proof {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .kp-hero,
  .kp-hero-inner {
    min-height: 460px;
  }
  .kp-hero-inner,
  .kp-section-inner,
  .kp-slim-inner,
  .kp-form-inner {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .kp-hero h1 {
    font-size: 3rem;
  }
  .kp-section,
  .kp-slim {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .kp-fieldset {
    grid-template-columns: 1fr;
  }
  .kp-slim-card .kp-btn {
    width: 100%;
  }
  .proposal-proof-stat,
  .proposal-proof-stat:last-child,
  .proposal-proof-stat:nth-child(2) {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid rgba(21, 34, 53, 0.12);
    padding-bottom: 1rem;
  }
  .proposal-proof-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .proposal-cta-band-inner {
    grid-template-columns: 1fr;
  }
  .proposal-bridge-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cms-listing-copy {
    padding: 2.7rem 1.25rem 1.8rem;
    min-height: auto;
    background: #fbfaf7;
  }
  .cms-listing-hero {
    --cms-hero-media-height: 360px;
    grid-template-columns: 1fr;
  }
  .cms-listing-media,
  .cms-listing-media > img {
    min-height: 360px;
  }
  .cms-listing-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 11vw, 3.5rem);
  }
  .cms-kicker::before,
  .cms-kicker::after {
    width: 1.5rem;
  }
  .cms-market-pill {
    font-size: 0.7rem;
  }
  .cms-availability-ribbon {
    right: 1rem;
    width: 7.8rem;
    min-height: 192px;
    padding: 1.15rem 0.85rem 1.55rem;
  }
  .cms-availability-ribbon::after {
    border-right-width: 3.9rem;
    border-left-width: 3.9rem;
  }
  .cms-showing-card {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    width: auto;
    padding: 1.1rem 1.15rem;
  }
  .cms-stat-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0;
  }
  .cms-stat-row div,
  .cms-stat-row div:first-child {
    min-width: 0;
    padding: 0 0 0 0.9rem;
    border-left: 1px solid rgba(184, 121, 42, 0.45);
  }
  .cms-stat-row div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
  .cms-amenity-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
  }
  .cms-amenity-pill,
  .cms-amenity-pill-label {
    min-width: 0;
  }
  .cms-amenity-pill-popover {
    left: 0;
    width: min(24rem, calc(100vw - 2rem));
    transform: translateY(-0.25rem);
  }
  .cms-amenity-pill-overflow[open] .cms-amenity-pill-popover,
  .cms-amenity-pill-overflow:hover .cms-amenity-pill-popover,
  .cms-amenity-pill-overflow:focus-within .cms-amenity-pill-popover {
    transform: translateY(0);
  }
  .cms-amenity-pill-popover::after {
    left: 1.6rem;
    transform: rotate(45deg);
  }
  .cms-hero-actions .kw-btn {
    width: 100%;
    justify-content: center;
  }
  .cms-fact-grid,
  .cms-gallery-grid,
  .cms-amenity-grid {
    grid-template-columns: 1fr;
  }
  .cms-gallery-grid figure:first-child {
    grid-column: auto;
    grid-row: auto;
  }
}

/* Browse pages - rentals and sales listing hubs */
.listing-browse-page {
  background: linear-gradient(180deg, #ffffff 0%, #fbf8f4 48%, #ffffff 100%);
}

.listing-browse-page .site-header {
  gap: 24px;
  padding-inline: 0;
}

.listing-browse-page .site-nav ul {
  gap: 20px;
  flex-wrap: nowrap;
  font-size: 13px;
}

.listing-browse-page .site-nav a,
.listing-browse-page .nav-more-toggle {
  font-size: 0.86rem;
}

.listing-browse-page .site-nav a {
  position: relative;
}

.listing-browse-page .site-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: #0f3051;
}

.listing-browse-page .header-cta {
  background: linear-gradient(180deg, #c68739 0%, #b7772d 100%);
  border-color: #c68739;
  box-shadow: 0 14px 28px rgba(182, 120, 45, 0.22);
}

.listing-browse-page .header-cta:hover {
  background: linear-gradient(180deg, #b7772d 0%, #a86a24 100%);
}

.listing-browse-inner,
.listing-browse-shell,
.listing-browse-resource-band,
.listing-browse-promo-band {
  width: min(1180px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}

.listing-browse-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-top: 1px solid rgba(8, 47, 80, 0.08);
  border-bottom: 1px solid rgba(8, 47, 80, 0.08);
}

.listing-browse-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fbf8f4);
  pointer-events: none;
}

.listing-browse-page--rental .listing-browse-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 28%, rgba(255, 255, 255, 0.82) 40%, rgba(255, 255, 255, 0.12) 64%),
    url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1800&q=85") center right / cover no-repeat;
}

.listing-browse-page--sale .listing-browse-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 28%, rgba(255, 255, 255, 0.82) 40%, rgba(255, 255, 255, 0.12) 64%),
    url("https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?auto=format&fit=crop&w=1800&q=80") center right / cover no-repeat;
}

.listing-browse-hero-inner {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(420px, 560px) 1fr;
  align-items: center;
  gap: 28px;
  padding: 76px 0 160px;
  position: relative;
  z-index: 1;
}

.listing-browse-copy {
  max-width: 560px;
}

.listing-browse-copy h1 {
  margin: 0;
  color: #0a2743;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(60px, 5.9vw, 78px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.listing-browse-copy p:not(.kw-section-kicker) {
  max-width: 430px;
  margin: 22px 0 0;
  color: #223f5c;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 500;
}

.listing-browse-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.listing-browse-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 3px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.listing-browse-hero-btn--primary {
  border: 1px solid #0a2743;
  background: #0a2743;
  color: #fff;
  box-shadow: 0 16px 30px rgba(10, 39, 67, 0.18);
}

.listing-browse-hero-btn--secondary {
  border: 1px solid rgba(10, 39, 67, 0.16);
  background: rgba(255, 255, 255, 0.94);
  color: #0a2743;
}

.listing-browse-hero-card {
  justify-self: end;
  align-self: end;
  width: min(308px, 100%);
  margin-bottom: 14px;
  padding: 32px 32px 34px;
  background: rgba(13, 49, 84, 0.95);
  color: #fff;
  border-left: 4px solid #b98034;
  border-radius: 4px;
  box-shadow: 0 24px 48px rgba(8, 47, 80, 0.20);
}

.listing-browse-hero-card span {
  display: block;
  margin-bottom: 16px;
  color: #d0a15f;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listing-browse-hero-card strong {
  display: block;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.03;
}

.listing-browse-shell {
  padding-bottom: 48px;
}

.listing-browse-filter-band {
  margin: -76px auto 8px;
  padding: 16px;
  position: relative;
  z-index: 6;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(8, 47, 80, 0.10);
  box-shadow: 0 22px 48px rgba(8, 47, 80, 0.12);
}

.listing-browse-filter-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 188px;
  gap: 16px;
  align-items: stretch;
}

.listing-browse-filter-field {
  min-height: 74px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid rgba(8, 47, 80, 0.12);
}

.listing-browse-filter-icon {
  width: 24px;
  height: 24px;
  color: #6882a2;
  display: inline-grid;
  place-items: center;
}

.listing-browse-filter-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.listing-browse-filter-copy {
  display: grid;
  gap: 4px;
}

.listing-browse-filter-copy span {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(8, 47, 80, 0.68);
}

.listing-browse-filter-copy select {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: #0a2743;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  appearance: none;
  cursor: pointer;
}

.listing-browse-filter-copy select:focus {
  outline: none;
}

.listing-browse-search-btn {
  min-height: 74px;
  border: 0;
  background: #0a2743;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.listing-browse-search-btn:hover {
  background: #12395d;
  transform: translateY(-1px);
}

.listing-results-section {
  padding-top: 6px;
}

.listing-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.listing-results-count {
  margin: 0;
  color: #0a2743;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.listing-sort-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(10, 39, 67, 0.78);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listing-sort-label select {
  min-width: 156px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(10, 39, 67, 0.12);
  background: #fff;
  color: #0a2743;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.listing-browse-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.listing-browse-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(8, 47, 80, 0.11);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 30px rgba(8, 47, 80, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.listing-browse-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 47, 80, 0.18);
  box-shadow: 0 20px 42px rgba(8, 47, 80, 0.11);
}

.listing-browse-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eff3f7;
}

.listing-gallery,
.kw-trust-media,
.pm-proposal-card,
.proposal-cover,
.rental-featured-card,
.rental-card-image,
.cms-listing-media,
.cms-gallery-grid figure,
.rental-detail-hero,
.kw-rental-card,
.kw-sale-card,
.kw-sale-media,
.listing-browse-card,
.listing-browse-media {
  border-radius: var(--site-media-radius);
  overflow: hidden;
}

.kw-rental-img,
.kw-sale-img,
.listing-browse-image,
.cms-listing-media > img,
.cms-gallery-grid img {
  border-radius: inherit;
}

.listing-browse-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.listing-browse-card:hover .listing-browse-image {
  transform: scale(1.03);
}

.listing-browse-corner-tags {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  max-width: calc(100% - 24px);
  pointer-events: none;
}

.listing-browse-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  background: #0a2743;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 8px 18px rgba(10, 39, 67, 0.18);
}

.listing-browse-corner-tags .listing-browse-pill {
  position: static;
  top: auto;
  left: auto;
  max-width: 100%;
  white-space: nowrap;
}

.listing-browse-pill--type {
  background: rgba(255, 255, 255, 0.94);
  color: #0a2743;
  border: 1px solid rgba(10, 39, 67, 0.14);
}

.listing-browse-pill--showing {
  background: rgba(184, 121, 42, 0.96);
}

.listing-browse-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 18px 18px;
}

.listing-browse-price-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.listing-browse-price {
  margin-top: 0;
  color: #102d4a;
  display: grid;
  gap: 0.12rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}
.listing-browse-price .kw-price-label {
  font-size: 0.58rem;
  color: #b8792a;
  letter-spacing: 0.12em;
}
.listing-browse-price .kw-price-figure {
  font-size: 25px;
}

.listing-browse-price-suffix {
  margin-left: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(10, 39, 67, 0.72);
}
.listing-browse-price .kw-price-note {
  margin-left: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(10, 39, 67, 0.72);
}

.listing-browse-save,
.listing-browse-availability {
  display: inline-grid;
  place-items: center;
}

.listing-browse-save {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(10, 39, 67, 0.14);
  border-radius: 999px;
  color: rgba(10, 39, 67, 0.58);
  background: #fff;
}

.listing-browse-availability {
  min-height: 28px;
  max-width: 9rem;
  padding: 0.35rem 0.52rem;
  border: 1px solid rgba(185, 128, 52, 0.22);
  border-radius: 999px;
  background: rgba(185, 128, 52, 0.08);
  color: #9f6420;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.listing-browse-save svg {
  width: 17px;
  height: 17px;
  display: block;
}

.listing-browse-meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(10, 39, 67, 0.68);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.listing-browse-meta-divider {
  color: rgba(10, 39, 67, 0.26);
}

.listing-browse-address,
.listing-browse-title {
  margin: 12px 0 0;
  color: #0a2743;
  font-family: "Inter", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.32;
  font-weight: 600;
}

.listing-browse-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 2.2vw, 32px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.02;
}

.listing-browse-location {
  margin-top: 12px;
  color: #b8792a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.listing-browse-address-line,
.listing-browse-summary {
  margin: 10px 0 0;
  color: rgba(10, 39, 67, 0.74);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.listing-browse-address-line strong {
  color: #0a2743;
}

.listing-browse-summary {
  display: -webkit-box;
  min-height: 5.95rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.listing-browse-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.listing-browse-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(10, 39, 67, 0.12);
  border-radius: 999px;
  background: #fbfaf7;
  color: rgba(10, 39, 67, 0.82);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.listing-browse-card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.listing-browse-link,
.listing-browse-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #0a2743;
  background: #0a2743;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.listing-browse-request {
  border-color: rgba(185, 128, 52, 0.42);
  background: #fff;
  color: #b8792a;
}

.listing-browse-link span {
  font-size: 16px;
  line-height: 1;
}

.listing-browse-empty {
  margin: 18px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(8, 47, 80, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(10, 39, 67, 0.78);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
}

.listing-browse-promo-band {
  margin-bottom: 40px;
  display: grid;
  align-items: center;
  gap: 18px;
  border-radius: 4px;
  overflow: hidden;
}
.listing-browse-resource-band {
  margin-top: 34px;
  margin-bottom: 34px;
  padding: 28px;
  border: 1px solid rgba(8, 47, 80, 0.1);
  border-radius: 4px;
  background: #fffdf9;
}
.listing-browse-resource-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: center;
}
.listing-browse-resource-kicker {
  margin: 0 0 0.55rem;
  color: #b98034;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.listing-browse-resource-inner h2 {
  margin: 0;
  color: #0d2a44;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.85rem);
  font-weight: 600;
  line-height: 1;
}
.listing-browse-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.listing-browse-resource-grid a {
  display: grid;
  min-height: 58px;
  align-items: center;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(8, 47, 80, 0.12);
  color: #0d2a44;
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}
.listing-browse-resource-grid a:hover {
  border-color: rgba(185, 128, 52, 0.55);
  color: #b98034;
}

.listing-browse-promo-band--rental {
  grid-template-columns: 1.2fr 240px;
  padding: 26px 28px;
  background:
    linear-gradient(90deg, rgba(24, 40, 63, 0.82) 0%, rgba(24, 40, 63, 0.68) 55%, rgba(24, 40, 63, 0.48) 100%),
    url("https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?auto=format&fit=crop&w=1600&q=85") center / cover no-repeat;
}

.listing-browse-promo-band--sale {
  grid-template-columns: 1.3fr 220px 300px;
  padding: 18px 18px 18px 22px;
  background: linear-gradient(180deg, #fffdf9 0%, #f8f3eb 100%);
  border: 1px solid rgba(185, 128, 52, 0.22);
}

.listing-browse-promo-copy {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 18px;
}

.listing-browse-promo-band--rental .listing-browse-promo-copy {
  grid-template-columns: 92px 1fr;
}

.listing-browse-promo-icon {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 1px solid rgba(185, 128, 52, 0.65);
  color: #b98034;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.72);
}

.listing-browse-promo-band--rental .listing-browse-promo-icon {
  width: 82px;
  height: 82px;
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.listing-browse-promo-icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

.listing-browse-promo-band--rental .listing-browse-promo-icon svg {
  width: 38px;
  height: 38px;
}

.listing-browse-promo-text h2 {
  margin: 0;
  color: #0a2743;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.listing-browse-promo-band--rental .listing-browse-promo-text h2 {
  color: #fff;
}

.listing-browse-promo-text p {
  margin: 8px 0 0;
  color: rgba(10, 39, 67, 0.75);
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.listing-browse-promo-band--rental .listing-browse-promo-text p {
  color: rgba(255, 255, 255, 0.86);
}

.listing-browse-promo-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid rgba(10, 39, 67, 0.26);
  color: #0a2743;
  text-decoration: none;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}

.listing-browse-promo-band--rental .listing-browse-promo-action {
  border-color: rgba(255, 255, 255, 0.18);
  color: #0a2743;
  background: rgba(255, 255, 255, 0.94);
}

.listing-browse-promo-image {
  min-height: 94px;
  align-self: stretch;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(248, 243, 235, 0.18) 100%),
    url("https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?auto=format&fit=crop&w=1200&q=85") center / cover no-repeat;
  border-radius: 3px;
}

.listing-browse-page .kw-footer {
  background: #0a2743;
  border-top: 0;
}

.listing-browse-page .kw-footer-inner {
  grid-template-columns: 1.28fr 1fr 1fr 1fr 0.92fr;
  gap: 0;
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
}

.listing-browse-page .kw-footer-col,
.listing-browse-page .kw-footer-mark {
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.listing-browse-page .kw-footer-mark {
  border-right: 0;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 14px;
}

.listing-browse-page .kw-footer-brand,
.listing-browse-page .kw-footer-head,
.listing-browse-page .kw-footer-col a,
.listing-browse-page .kw-footer-line,
.listing-browse-page .kw-footer-text {
  color: rgba(255, 255, 255, 0.9);
}

.listing-browse-page .kw-footer-head {
  color: rgba(255, 255, 255, 0.72);
}

.listing-browse-page .kw-footer-text,
.listing-browse-page .kw-footer-col a,
.listing-browse-page .kw-footer-line {
  color: rgba(255, 255, 255, 0.84);
}

.listing-browse-page .kw-footer-col a {
  width: max-content;
  max-width: 100%;
}

.listing-browse-page .kw-footer-col .kw-footer-line a {
  width: auto;
}

.listing-browse-page .kw-footer-bottom {
  color: rgba(255, 255, 255, 0.82);
  border-top-color: rgba(255, 255, 255, 0.12);
}

.listing-browse-page .kw-social {
  margin-top: 1rem;
}

.listing-browse-page .kw-social a {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.listing-browse-seal {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  border: 2px solid #c68739;
  color: #c68739;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
}

.listing-browse-seal-copy {
  color: #c68739;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 500;
}

.listing-browse-seal-copy small {
  display: block;
  margin-top: 6px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .listing-browse-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listing-browse-search-btn {
    grid-column: 1 / -1;
  }

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

  .listing-browse-promo-band--rental,
  .listing-browse-promo-band--sale {
    grid-template-columns: 1fr;
  }
  .listing-browse-resource-inner,
  .listing-browse-resource-grid {
    grid-template-columns: 1fr;
  }

  .listing-browse-promo-image {
    min-height: 160px;
  }

  .listing-browse-page .kw-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .listing-browse-page .kw-footer-mark {
    grid-column: span 2;
  }
}

@media (max-width: 980px) {
  .listing-browse-page .site-header {
    padding-inline: 0;
  }

  .listing-browse-inner,
  .listing-browse-shell,
  .listing-browse-resource-band,
  .listing-browse-promo-band {
    width: min(100% - 32px, 1180px);
  }

  .listing-browse-hero {
    min-height: auto;
  }

  .listing-browse-page--rental .listing-browse-hero,
  .listing-browse-page--sale .listing-browse-hero {
    background-position: center;
    background-size: cover;
  }

  .listing-browse-hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 56px 0 128px;
  }

  .listing-browse-hero-card {
    justify-self: start;
    align-self: start;
    margin-bottom: 0;
  }

  .listing-browse-copy h1 {
    font-size: clamp(52px, 12vw, 72px);
  }

  .listing-results-toolbar {
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .listing-browse-page .site-header {
    gap: 18px;
    padding-inline: 0;
  }

  .listing-browse-filter-form,
  .listing-browse-grid {
    grid-template-columns: 1fr;
  }

  .listing-browse-filter-band {
    margin-top: -56px;
  }

  .listing-browse-inner,
  .listing-browse-shell,
  .listing-browse-resource-band,
  .listing-browse-promo-band {
    width: min(100% - 28px, 1180px);
  }

  .listing-browse-hero-inner {
    padding-bottom: 112px;
  }

  .listing-browse-copy p:not(.kw-section-kicker) {
    max-width: 100%;
    font-size: 16px;
  }

  .listing-browse-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .listing-browse-hero-btn {
    width: 100%;
  }

  .listing-browse-promo-copy {
    grid-template-columns: 1fr;
  }

  .listing-browse-promo-action {
    width: 100%;
  }

  .listing-browse-page .kw-footer-inner {
    grid-template-columns: 1fr;
  }

  .listing-browse-page .kw-footer-col,
  .listing-browse-page .kw-footer-mark {
    border-right: 0;
    padding: 0;
  }

  .listing-browse-page .kw-footer-mark {
    grid-column: auto;
  }
}

/* Lease proposal all tiers page */
.lease-proposal-page .header-cta {
  background: var(--accent-color);
}
.lease-proposal-page {
  overflow-x: hidden;
}
.lease-proposal-page .topbar-inner span {
  min-width: 0;
  text-align: center;
}
.lease-proposal-page .brand-line1,
.lease-proposal-page .brand-line2 {
  text-transform: none;
  letter-spacing: 0;
}
.lease-proposal-page .brand-line1 {
  font-size: clamp(1.7rem, 2.7vw, 2.3rem);
  line-height: 0.9;
}
.lease-proposal-page .brand-line2 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 0.92;
}
.lease-proposal-page .site-header {
  gap: 1rem;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}
.lease-proposal-page .site-nav ul {
  flex-wrap: nowrap;
  gap: clamp(0.6rem, 1vw, 0.95rem);
}
.lease-proposal-page .site-nav a {
  white-space: nowrap;
  font-size: 0.86rem;
}
.lease-proposal-page .header-cta {
  padding-inline: 1rem;
  font-size: 0.72rem;
}
.lease-proposal-page .proposal-all-hero {
  overflow: hidden;
  background: linear-gradient(90deg, #fbfaf7 0%, #fbfaf7 54%, #f2efe9 54%, #f2efe9 100%);
}
.lease-proposal-page .proposal-all-hero .proposal-hero-inner {
  max-width: none;
  min-height: 395px;
  padding: 0;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.92fr);
  gap: 0;
  align-items: stretch;
}
.lease-proposal-page .proposal-hero-copy {
  width: min(100%, 620px);
  margin-left: max(1.5rem, calc((100vw - 1240px) / 2 + 1.5rem));
  padding: 3.2rem 1.25rem 3.4rem 0;
  align-self: center;
}
.lease-proposal-page .proposal-title {
  max-width: 11ch;
  font-size: clamp(3.1rem, 5.15vw, 5rem);
  letter-spacing: 0;
}
.lease-proposal-page .proposal-sub {
  max-width: 36rem;
  color: rgba(21, 34, 53, 0.82);
  font-size: 1.02rem;
}
.lease-proposal-page .proposal-actions .kw-btn {
  gap: 0.55rem;
  padding-inline: 1.25rem;
  font-size: 0.72rem;
}
.lease-proposal-page .proposal-hero-panel {
  position: relative;
  min-height: 395px;
  display: grid;
  place-items: center;
  padding: 2rem max(1.5rem, calc((100vw - 1240px) / 2 + 1.5rem)) 2rem 2.2rem;
  background-image:
    linear-gradient(90deg, rgba(242, 239, 233, 0.68), rgba(242, 239, 233, 0.18)),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=85');
  background-size: cover;
  background-position: right center;
}
.lease-proposal-page .proposal-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(242, 239, 233, 0.72), rgba(242, 239, 233, 0.18) 42%, rgba(242, 239, 233, 0.05));
}
.lease-proposal-page .proposal-hero-panel .proposal-cover {
  position: relative;
  z-index: 1;
  width: min(250px, 44vw);
  transform: rotate(-2.5deg);
}
.lease-proposal-page .proposal-cover {
  border-color: rgba(21, 34, 53, 0.14);
  box-shadow: 0 24px 60px rgba(16, 31, 51, 0.18);
}
.lease-proposal-page .proposal-cover img {
  filter: none;
}
.lease-proposal-page .proposal-proof {
  display: block;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-top: 1px solid rgba(21, 34, 53, 0.10);
  border-bottom: 1px solid rgba(21, 34, 53, 0.10);
}
.lease-proposal-page .proposal-proof-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lease-proposal-page .proposal-proof-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 58px;
  padding: 0 1.5rem;
  border-left: 1px solid rgba(21, 34, 53, 0.12);
}
.lease-proposal-page .proposal-proof-item:first-child {
  border-left: 0;
}
.lease-proposal-page .proposal-proof-icon {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(184, 152, 111, 0.72);
  border-radius: 999px;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
}
.lease-proposal-page .proposal-proof-item strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lease-proposal-page .proposal-proof-item span:not(.proposal-proof-icon) {
  display: block;
  max-width: 13.5rem;
  margin-top: 0.18rem;
  color: rgba(21, 34, 53, 0.62);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  line-height: 1.35;
}
.lease-proposal-page .proposal-tier-decision .proposal-inner {
  padding-top: 2.35rem;
  padding-bottom: 2.2rem;
}
.lease-proposal-page .proposal-tier-sales-grid {
  gap: 1.25rem;
}
.lease-proposal-page .proposal-tier-sales-card {
  min-height: 395px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fbfaf7;
  border-color: rgba(21, 34, 53, 0.14);
  box-shadow: 0 12px 34px rgba(16, 31, 51, 0.04);
}
.lease-proposal-page .proposal-tier-sales-featured {
  border-color: rgba(184, 152, 111, 0.84);
  box-shadow: 0 18px 48px rgba(184, 152, 111, 0.12);
}
.lease-proposal-page .proposal-tier-sales-featured .kw-tier-badge {
  background: var(--accent-color);
  border-radius: 0;
  top: -14px;
}
.lease-proposal-page .proposal-tier-icon {
  border: 1px solid rgba(184, 152, 111, 0.62);
  background: #f2efe9;
  color: var(--navy);
  font-size: 1.55rem;
}
.lease-proposal-page .proposal-tier-sales-featured .proposal-tier-icon {
  background: rgba(22, 41, 61, 0.64);
  border-color: rgba(22, 41, 61, 0.20);
}
.lease-proposal-page .proposal-tier-sales-card .kw-tier-btn {
  margin-top: auto;
  gap: 0.6rem;
}
.lease-proposal-page .proposal-comparison-section {
  background: #fbfaf7;
  padding-top: 0;
}
.lease-proposal-page .proposal-comparison-section .proposal-inner {
  padding-top: 2.2rem;
}
.lease-proposal-page .proposal-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
  border: 1px solid rgba(21, 34, 53, 0.12);
  background: #ffffff;
}
.lease-proposal-page .proposal-compare-matrix {
  width: 100%;
  min-width: 0;
  margin-top: 0;
  border: 0;
  table-layout: fixed;
}
.lease-proposal-page .proposal-compare-matrix th,
.lease-proposal-page .proposal-compare-matrix td {
  padding: 0.62rem 1rem;
  border-right: 1px solid rgba(21, 34, 53, 0.09);
  font-size: 0.88rem;
  line-height: 1.32;
  overflow-wrap: anywhere;
  white-space: normal;
}
.lease-proposal-page .proposal-compare-matrix th:last-child,
.lease-proposal-page .proposal-compare-matrix td:last-child {
  border-right: 0;
}
.lease-proposal-page .proposal-compare-matrix thead th {
  text-align: center;
  background: #f2efe9;
  color: var(--navy);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lease-proposal-page .proposal-compare-matrix thead th:first-child {
  text-align: left;
}
.lease-proposal-page .proposal-compare-matrix thead th:last-child {
  background: var(--navy);
  color: #ffffff;
}
.lease-proposal-page .proposal-compare-matrix thead span {
  display: block;
  margin-top: 0.15rem;
  color: inherit;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.8;
}
.lease-proposal-page .proposal-tier-head-link {
  display: grid;
  gap: 0.12rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}
.lease-proposal-page .proposal-tier-head-link:hover,
.lease-proposal-page .proposal-tier-head-link:focus-visible {
  color: var(--accent-color);
  outline: none;
}
.lease-proposal-page .proposal-compare-matrix thead th:last-child .proposal-tier-head-link:hover,
.lease-proposal-page .proposal-compare-matrix thead th:last-child .proposal-tier-head-link:focus-visible {
  color: #f2d6ad;
}
.lease-proposal-page .proposal-tier-head-link:focus-visible {
  border-radius: 4px;
  box-shadow: 0 0 0 2px rgba(184, 152, 111, 0.36);
}
.lease-proposal-page .proposal-compare-matrix td:not(:first-child) {
  text-align: center;
}
.lease-proposal-page .proposal-service-area {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--navy);
  font-weight: 700;
  cursor: help;
  outline: none;
  text-decoration: underline;
  text-decoration-color: rgba(184, 152, 111, 0.48);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}
.lease-proposal-page .proposal-service-area::before {
  content: "i";
  display: inline-grid;
  width: 1rem;
  height: 1rem;
  place-items: center;
  border: 1px solid rgba(184, 152, 111, 0.48);
  border-radius: 50%;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.lease-proposal-page .proposal-service-area::after {
  content: attr(data-detail);
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  z-index: 20;
  width: min(20rem, 52vw);
  padding: 0.72rem 0.82rem;
  border: 1px solid rgba(21, 34, 53, 0.14);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(16, 31, 51, 0.16);
  color: rgba(21, 34, 53, 0.78);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.42;
  text-align: left;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  pointer-events: none;
}
.lease-proposal-page .proposal-service-area:hover,
.lease-proposal-page .proposal-service-area:focus-visible {
  color: var(--accent-color);
}
.lease-proposal-page .proposal-service-area:hover::after,
.lease-proposal-page .proposal-service-area:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lease-proposal-page .proposal-table-group th {
  padding: 0.55rem 1rem;
  background: #fbfaf7;
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-align: left;
}
.lease-proposal-page .proposal-check {
  color: var(--accent-color);
  font-weight: 800;
}
.lease-proposal-page .proposal-muted {
  color: rgba(21, 34, 53, 0.34);
  font-weight: 700;
}
.lease-proposal-page .proposal-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 2rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-top: 0;
  background: #ffffff;
  color: rgba(21, 34, 53, 0.62);
  font-family: var(--font-sans);
  font-size: 0.76rem;
}
.lease-proposal-page .proposal-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.lease-proposal-page .proposal-legend strong {
  color: var(--navy);
}
.lease-proposal-page .proposal-moveup {
  background: #fbfaf7;
}
.lease-proposal-page .proposal-moveup .proposal-inner {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}
.lease-proposal-page .proposal-moveup-card {
  padding: 1.4rem 1.55rem 1.55rem;
  border: 1px solid rgba(21, 34, 53, 0.12);
  background: #ffffff;
}
.lease-proposal-page .proposal-moveup-card h2 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
}
.lease-proposal-page .proposal-moveup-card h2::before,
.lease-proposal-page .proposal-moveup-card h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(184, 152, 111, 0.46);
}
.lease-proposal-page .proposal-moveup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.1rem;
}
.lease-proposal-page .proposal-moveup-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 0.95rem;
}
.lease-proposal-page .proposal-moveup-grid article:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 36px;
  right: -1.04rem;
  color: var(--accent-color);
  font-family: var(--font-serif);
  font-size: 1.6rem;
}
.lease-proposal-page .proposal-moveup-grid span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(184, 152, 111, 0.62);
  border-radius: 999px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.35rem;
}
.lease-proposal-page .proposal-moveup-grid p {
  margin: 0;
  color: rgba(21, 34, 53, 0.68);
  font-family: var(--font-sans);
  font-size: 0.88rem;
}
.lease-proposal-page .proposal-moveup-grid div > p:first-child {
  color: rgba(21, 34, 53, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.lease-proposal-page .proposal-moveup-grid h3 {
  margin: 0.1rem 0 0.35rem;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.12;
}
.lease-proposal-page .proposal-owner-scenarios {
  background: #fbfaf7;
}
.lease-proposal-page .proposal-owner-scenarios .proposal-inner {
  padding-top: 0;
  padding-bottom: 1rem;
}
.lease-proposal-page .proposal-responsibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.8fr) minmax(0, 0.9fr);
  gap: 1.25rem;
  align-items: stretch;
}
.lease-proposal-page .proposal-responsibility-card,
.lease-proposal-page .proposal-control-card {
  padding: 1.45rem;
  border: 1px solid rgba(21, 34, 53, 0.12);
  background: #ffffff;
}
.lease-proposal-page .proposal-responsibility-kentwood {
  background: var(--navy);
  color: #ffffff;
}
.lease-proposal-page .proposal-responsibility-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.1;
}
.lease-proposal-page .proposal-responsibility-kentwood h3 {
  color: #ffffff;
}
.lease-proposal-page .proposal-responsibility-card h3 span {
  color: rgba(21, 34, 53, 0.62);
  font-size: 1rem;
}
.lease-proposal-page .proposal-responsibility-kentwood .proposal-list,
.lease-proposal-page .proposal-responsibility-kentwood .proposal-list li::before {
  color: rgba(255, 255, 255, 0.82);
}
.lease-proposal-page .proposal-control-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-color: transparent;
  background: transparent;
}
.lease-proposal-page .proposal-control-card h2 {
  margin: 0.35rem 0 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.08;
}
.lease-proposal-page .proposal-control-card p:not(.kw-section-kicker) {
  margin: 0.75rem 0 0;
  color: rgba(21, 34, 53, 0.72);
  font-family: var(--font-sans);
}
.lease-proposal-page .proposal-bestfit {
  background: #fbfaf7;
}
.lease-proposal-page .proposal-bestfit .proposal-inner {
  padding-top: 1.6rem;
}
.lease-proposal-page .proposal-bestfit .proposal-scenario-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.35rem;
}
.lease-proposal-page .proposal-bestfit .proposal-scenario-grid article {
  background: #ffffff;
}
.lease-proposal-page .proposal-details-strip {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1.55fr);
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(21, 34, 53, 0.12);
  background: #ffffff;
}
.lease-proposal-page .proposal-details-strip h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.08;
}
.lease-proposal-page .proposal-details-strip p {
  margin: 0.35rem 0 0;
  color: rgba(21, 34, 53, 0.66);
  font-family: var(--font-sans);
  font-size: 0.9rem;
}
.lease-proposal-page .proposal-details-strip .proposal-band-actions {
  justify-content: flex-end;
  gap: 0.55rem;
}
.lease-proposal-page .proposal-details-strip .kw-btn {
  gap: 0.42rem;
  padding: 0.68rem 0.75rem;
  font-size: 0.61rem;
  white-space: nowrap;
}
.lease-proposal-page .proposal-download-band {
  background: var(--navy);
}
.lease-proposal-page .proposal-download-band h2 {
  font-size: clamp(1.95rem, 2.8vw, 2.25rem);
}
.lease-proposal-page .proposal-download-band .proposal-inner {
  gap: 2.5rem;
}
.lease-proposal-page .proposal-download-band .kw-btn {
  gap: 0.45rem;
}
.lease-proposal-page .proposal-phone-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-sans);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .lease-proposal-page .proposal-all-hero {
    background: #fbfaf7;
  }
  .lease-proposal-page .proposal-all-hero .proposal-hero-inner,
  .lease-proposal-page .proposal-responsibility-grid,
  .lease-proposal-page .proposal-details-strip {
    grid-template-columns: 1fr;
  }
  .lease-proposal-page .proposal-hero-copy {
    width: auto;
    margin: 0;
    padding: 3rem 1.5rem 2rem;
  }
  .lease-proposal-page .proposal-hero-panel {
    min-height: 300px;
    padding: 2rem 1.5rem;
  }
  .lease-proposal-page .proposal-hero-panel .proposal-cover {
    width: min(220px, 48vw);
  }
  .lease-proposal-page .proposal-proof-inner,
  .lease-proposal-page .proposal-moveup-grid,
  .lease-proposal-page .proposal-bestfit .proposal-scenario-grid {
    grid-template-columns: 1fr;
  }
  .lease-proposal-page .proposal-proof-item {
    justify-content: flex-start;
    border-left: 0;
    border-top: 1px solid rgba(21, 34, 53, 0.12);
    padding: 1rem 0;
  }
  .lease-proposal-page .proposal-proof-item:first-child {
    border-top: 0;
  }
  .lease-proposal-page .proposal-moveup-grid article:not(:last-child)::after {
    display: none;
  }
  .lease-proposal-page .proposal-details-strip .proposal-band-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .lease-proposal-page .topbar-inner {
    display: block;
    padding-inline: 1rem;
    max-width: 100%;
    text-align: center;
  }
  .lease-proposal-page .topbar-inner span {
    display: block;
    font-size: 0.78rem;
    line-height: 1.35;
  }
  .lease-proposal-page .proposal-hero-copy,
  .lease-proposal-page .proposal-inner,
  .lease-proposal-page .proposal-proof-inner {
    width: 100%;
    max-width: 100vw;
  }
  .lease-proposal-page .proposal-hero-copy {
    padding-inline: 1.5rem;
  }
  .lease-proposal-page .pm-section-head,
  .lease-proposal-page .proposal-tier-sales-grid,
  .lease-proposal-page .proposal-scenario-grid,
  .lease-proposal-page .proposal-responsibility-grid,
  .lease-proposal-page .proposal-moveup-card,
  .lease-proposal-page .proposal-details-strip {
    max-width: calc(100vw - 2.4rem);
    margin-left: auto;
    margin-right: auto;
  }
  .lease-proposal-page .proposal-title {
    font-size: clamp(3rem, 13vw, 4rem);
  }
  .lease-proposal-page .proposal-sub,
  .lease-proposal-page .kw-section-title,
  .lease-proposal-page .proposal-tier-sales-card h3,
  .lease-proposal-page .proposal-scenario-grid h3 {
    overflow-wrap: anywhere;
  }
  .lease-proposal-page .proposal-hero-panel {
    background-image: linear-gradient(135deg, #eef1ed, #d9d3c8);
  }
  .lease-proposal-page .proposal-actions .kw-btn,
  .lease-proposal-page .proposal-details-strip .kw-btn,
  .lease-proposal-page .proposal-download-band .kw-btn {
    width: 100%;
    white-space: normal;
  }
  .lease-proposal-page .proposal-tier-sales-grid,
  .lease-proposal-page .proposal-bestfit .proposal-scenario-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .lease-proposal-page .proposal-tier-sales-card,
  .lease-proposal-page .proposal-scenario-grid article,
  .lease-proposal-page .proposal-responsibility-card,
  .lease-proposal-page .proposal-control-card {
    min-width: 0;
  }
  .lease-proposal-page .proposal-tier-sales-card {
    padding-inline: 1.25rem;
  }
  .lease-proposal-page .proposal-tier-sales-card .kw-tier-btn {
    width: 100%;
    white-space: normal;
  }
  .lease-proposal-page .proposal-hero-panel .proposal-cover {
    width: min(190px, 58vw);
  }
  .lease-proposal-page .proposal-moveup-card h2 {
    display: block;
    text-align: left;
  }
  .lease-proposal-page .proposal-moveup-card h2::before,
  .lease-proposal-page .proposal-moveup-card h2::after {
    display: none;
  }
  .lease-proposal-page .proposal-moveup-grid article {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .lease-proposal-page .proposal-moveup-grid span {
    width: 40px;
    height: 40px;
    font-size: 1.15rem;
  }
  .lease-proposal-page .proposal-table-wrap {
    margin-right: -1.2rem;
    overflow-x: auto;
  }
  .lease-proposal-page .proposal-compare-matrix {
    min-width: 840px;
  }
  .lease-proposal-page .proposal-legend {
    justify-content: flex-start;
  }
  .lease-proposal-page .proposal-band-actions {
    width: 100%;
  }
  .lease-proposal-page .proposal-phone-link {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }
}

/* Canonical shared toolbar sizing.
   Keep this at the end so page-specific templates cannot resize the header. */
.site-header {
  min-height: 82px !important;
  width: min(calc(100% - var(--site-inline-gutter-space)), var(--site-max-width)) !important;
  padding: 1.1rem 0 !important;
  gap: 1.25rem !important;
  align-items: center !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.site-header::before {
  background: #fff !important;
  border-bottom: 1px solid rgba(21, 34, 53, 0.12) !important;
  box-shadow: none !important;
}

.brand-wrap {
  flex: 0 0 178px !important;
  min-width: 178px !important;
  max-width: 178px !important;
}

.brand-lockup {
  gap: 0.1rem !important;
  line-height: 1.05 !important;
}

.brand-line1,
.brand-line2 {
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  line-height: 1.05 !important;
}

.brand-line1 {
  font-size: 1.18rem !important;
  font-weight: 600 !important;
}

.brand-line2 {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

.site-nav {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.site-nav ul {
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1rem !important;
}

.site-nav a,
.nav-more-toggle {
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
  font-weight: 650 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

.site-nav > ul > li > a[aria-current="page"] {
  position: relative !important;
  color: var(--navy) !important;
}

.site-nav > ul > li > a[aria-current="page"]::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -0.78rem !important;
  height: 2px !important;
  margin: 0 !important;
  background: var(--navy) !important;
}

.nav-more-current > .nav-more-toggle {
  position: relative !important;
  color: var(--navy) !important;
}

.nav-more-current > .nav-more-toggle::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -0.78rem !important;
  height: 2px !important;
  background: var(--navy) !important;
}

.pm-services-page .site-nav a[aria-current="page"]::before {
  display: none !important;
}

.nav-more-menu a {
  font-size: 0.9rem !important;
}

.nav-more-menu a[aria-current="page"]::after {
  content: none !important;
  display: none !important;
}

.header-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--navy) !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: #fff !important;
  min-height: 38px !important;
  width: auto !important;
  padding: 0.72rem 1.1rem !important;
  font-size: 0.78rem !important;
  line-height: 1.1 !important;
  letter-spacing: 0.04em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.header-cta:hover {
  background: var(--navy) !important;
  box-shadow: none !important;
  color: #fff !important;
  opacity: 0.92 !important;
}

.topbar {
  font-size: 0.85rem !important;
}

.topbar-inner {
  padding: 0.65rem 1.5rem !important;
}

@media (max-width: 900px) {
  .site-nav a,
  .nav-more-toggle,
  .nav-more-menu a {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: auto !important;
    flex-wrap: wrap !important;
  }

  .brand-wrap {
    flex: 0 0 178px !important;
    min-width: 178px !important;
    max-width: 178px !important;
  }

  .site-nav {
    width: 100% !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  .site-nav.open {
    max-height: 640px !important;
  }

  .site-nav ul {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
  }

  .site-nav > ul > li > a[aria-current="page"]::after {
    display: none !important;
  }

  .header-cta {
    width: 100% !important;
  }
}

.nav-services {
  position: relative;
}

.nav-services::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 79;
  width: max(100%, 230px);
  height: 1rem;
}

.nav-services-menu {
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 0;
  z-index: 80;
  display: grid;
  min-width: 230px;
  padding: 0.45rem;
  background: #fff;
  border: 1px solid rgba(21, 34, 53, 0.12);
  border-radius: 6px;
  box-shadow: 0 24px 55px rgba(21, 34, 53, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-services:hover .nav-services-menu,
.nav-services:focus-within .nav-services-menu,
.nav-services.is-open .nav-services-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-services:focus-within > .nav-caret,
.nav-services.is-open > .nav-caret {
  opacity: 1;
  color: var(--navy);
}

.nav-services-menu a {
  display: block;
  padding: 0.62rem 0.72rem;
  color: var(--ink);
  border-radius: 4px;
  font-size: 0.9rem !important;
  white-space: nowrap;
}

.nav-services-menu a:hover,
.nav-services-menu a[aria-current="page"] {
  background: rgba(21, 34, 53, 0.06);
  color: var(--navy);
}

.nav-services-menu a[aria-current="page"]::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 760px) {
  .nav-services {
    width: 100%;
  }

  .nav-more::after,
  .nav-services::after {
    display: none;
  }

  .nav-services-menu {
    position: static;
    display: grid;
    min-width: 0;
    width: 100%;
    padding: 0.25rem 0 0.15rem 1rem;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(21, 34, 53, 0.14);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .nav-services-menu a {
    padding: 0.35rem 0;
    white-space: normal !important;
  }
}

@media (max-width: 760px) {
  .topbar,
  .topbar-inner,
  .simple-hero,
  .agents-section,
  .section-content,
  .contact,
  .listings-promise,
  .market-update,
  .calculator-section,
  .neighborhoods-grid,
  .neighborhood-deep-dives,
  .market-insights,
  .lifestyle-section {
    width: 100% !important;
    max-width: 100% !important;
  }

  .topbar-inner {
    display: block !important;
    padding-inline: 1rem !important;
    overflow: hidden;
    text-align: center;
  }

  .topbar-inner span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .simple-hero,
  .agents-section {
    overflow-x: hidden;
  }

  .simple-hero .hero-copy,
  .agents-section .section-header,
  .agent-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .simple-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.05rem);
    letter-spacing: 0;
    overflow-wrap: break-word;
  }

  .agents-grid,
  .agents-grid--feature {
    grid-template-columns: minmax(0, 1fr);
  }

  .agent-card {
    padding: 1.5rem;
  }

  .agents-section h2,
  .agent-card h3,
  .agent-card p {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

/* Keep each grouped dropdown tied to its own trigger.
   The bridge only covers the trigger width so neighboring dropdowns cannot catch the cursor. */
.nav-more {
  isolation: isolate;
}

.nav-more::after {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  height: 0.8rem !important;
}

.nav-more-menu {
  left: 0 !important;
  right: auto !important;
  top: calc(100% + 0.62rem) !important;
  transform: translateY(-6px) !important;
}

.nav-more:hover .nav-more-menu,
.nav-more:focus-within .nav-more-menu,
.nav-more.is-open .nav-more-menu {
  transform: translateY(0) !important;
}

@media (max-width: 760px) {
  .nav-more-menu {
    top: auto !important;
    transform: none !important;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .site-header {
    position: relative !important;
    width: 100% !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 0.95rem 1.5rem !important;
    gap: 1rem !important;
    flex-wrap: nowrap !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(21, 34, 53, 0.12) !important;
    box-shadow: 0 8px 28px rgba(16, 31, 51, 0.08) !important;
  }

  .site-header::before {
    display: none !important;
  }

  .brand-wrap {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .header-cta {
    display: none !important;
  }

  .nav-toggle {
    display: grid !important;
    flex: 0 0 46px !important;
    width: 46px !important;
    height: 46px !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid rgba(21, 34, 53, 0.16) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--navy) !important;
    font-size: 0 !important;
  }

  .nav-toggle::before {
    content: "";
    width: 21px;
    height: 14px;
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  .site-nav {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
    width: 100% !important;
    max-height: 0 !important;
    padding: 0 1.5rem !important;
    overflow: hidden !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(21, 34, 53, 0.1) !important;
    box-shadow: 0 22px 34px rgba(16, 31, 51, 0.12) !important;
  }

  .site-nav.open {
    max-height: calc(100vh - 74px) !important;
    overflow-y: auto !important;
    padding-bottom: 1rem !important;
  }

  .site-nav ul {
    display: grid !important;
    gap: 0.35rem !important;
    padding: 0.7rem 0 0.9rem !important;
  }

  .site-nav > ul > li > a[aria-current="page"]::after {
    display: none !important;
  }

  .nav-more-current > .nav-more-toggle::before {
    display: none !important;
  }

  .site-nav a,
  .nav-more-toggle {
    width: 100% !important;
    padding: 0.58rem 0 !important;
    color: var(--navy) !important;
    font-size: 0.95rem !important;
    white-space: normal !important;
  }

  .nav-more::after {
    display: none !important;
  }

  .nav-more-menu {
    position: static !important;
    min-width: 0 !important;
    margin: 0.1rem 0 0.45rem !important;
    padding: 0.2rem 0 0.2rem 1rem !important;
    border: 0 !important;
    border-left: 1px solid rgba(184, 152, 111, 0.5) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .nav-more-menu a {
    padding: 0.48rem 0 !important;
    white-space: normal !important;
  }
}

/* Listing detail pages keep a bold hero while matching the public site rhythm. */
.cms-listing-page {
  --cms-listing-max: 1440px;
  --cms-listing-soft: #f7f1ec;
  width: min(100%, var(--cms-listing-max));
  max-width: var(--cms-listing-max);
  background: var(--paper);
}

.cms-listing-hero {
  --cms-hero-media-height: clamp(610px, 47vw, 700px);
  width: 100%;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  grid-template-columns: minmax(0, clamp(36rem, 46vw, 45rem)) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  background:
    radial-gradient(circle at 26% 45%, rgba(255, 255, 255, 1) 0 15%, rgba(255, 255, 255, 0.98) 28%, rgba(255, 255, 255, 0.9) 43%, rgba(251, 250, 247, 0.34) 63%, rgba(251, 250, 247, 0) 72%),
    linear-gradient(90deg, #fbfaf7 0%, #fbfaf7 42%, #eee5d8 100%);
  border-bottom: 0;
}

.cms-listing-copy {
  min-height: 0;
  max-width: 45rem;
  padding: clamp(2.3rem, 3.5vw, 3.6rem) clamp(1.5rem, 4.5vw, 4rem);
  background: linear-gradient(90deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.88) 76%, rgba(251, 250, 247, 0) 100%);
}

.cms-hero-schedule {
  display: none;
}

.cms-listing-copy h1 {
  max-width: 16ch;
  font-size: clamp(3rem, 4.35vw, 4.8rem);
  line-height: 1.04;
  text-wrap: balance;
}

.cms-hero-summary {
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.58;
}

.cms-stat-row {
  grid-template-columns: repeat(4, max-content);
  gap: 0.7rem;
  width: min(100%, 41rem);
  margin: 1.35rem 0 1.2rem;
}

.cms-stat-row div,
.cms-stat-row div:first-child {
  min-width: 0;
  padding: 0 1.65rem;
  border: 0;
  border-left: 1px solid rgba(184, 121, 42, 0.5);
  border-radius: 0;
  background: transparent;
}

.cms-stat-row div:first-child {
  padding-left: 0;
  border-left: 0;
}

.cms-stat-row strong,
.cms-stat-row div:first-child strong {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.cms-stat-row span,
.cms-stat-row div:first-child span {
  font-size: 0.66rem;
}

.cms-amenity-row {
  grid-template-columns: repeat(4, minmax(0, max-content));
  width: min(100%, 40rem);
  max-width: 40rem;
  gap: 1.05rem;
  margin-bottom: 1.35rem;
}

.cms-amenity-pill {
  justify-content: flex-start;
  min-height: 3.5rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.cms-amenity-pill-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.65rem;
  height: 2.65rem;
  margin-right: 0.55rem;
  color: var(--accent-color);
}

.cms-amenity-pill-icon svg {
  width: 2.25rem;
  height: 2.25rem;
  stroke-width: 1.55;
}

.cms-amenity-pill .cms-amenity-pill-label {
  max-width: 7.8rem;
  font-size: 0.72rem;
  line-height: 1.28;
  text-align: left;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.cms-amenity-row .cms-amenity-pill-overflow {
  display: none;
}

.cms-listing-media {
  height: auto;
  min-height: var(--cms-hero-media-height);
  max-height: var(--cms-hero-media-height);
  border-radius: 0;
  box-shadow: none;
}

.cms-listing-media > img {
  aspect-ratio: auto;
}

.cms-availability-ribbon {
  top: 0;
  right: clamp(1.2rem, 4vw, 3.4rem);
  width: 8.4rem;
  min-height: 210px;
  max-width: none;
  padding: 1.3rem 0.9rem 1.8rem;
  border-radius: 0;
}

.cms-availability-ribbon::after {
  display: block;
  border-top-width: 24px;
  border-right-width: 4.2rem;
  border-left-width: 4.2rem;
}

.cms-availability-ribbon span {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 0.85rem;
}

.cms-availability-ribbon strong {
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}

.cms-showing-card {
  right: clamp(1.2rem, 3.6vw, 3.4rem);
  bottom: 2.2rem;
  width: min(22rem, calc(100% - 2rem));
  border-radius: 8px;
  box-shadow: 0 24px 40px rgba(7, 31, 59, 0.16);
}

.cms-feature-grid,
.cms-overview-inner,
.cms-gallery-head,
.cms-gallery-grid,
.cms-amenities-inner,
.cms-resource-inner {
  width: min(1180px, calc(100% - 64px));
  max-width: 1180px;
}

.cms-feature-grid article {
  padding: 1.35rem 1.4rem;
}

.cms-feature-grid article > span {
  width: 3.4rem;
  height: 3.4rem;
}

.cms-overview-section,
.cms-gallery-section,
.cms-amenities-section,
.cms-resource-section {
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}

.cms-overview-inner {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.cms-gallery-section,
.cms-resource-section {
  background: var(--cms-listing-soft);
}

.cms-gallery-grid:has(figure:only-child) {
  display: block;
}

.cms-gallery-grid figure:only-child {
  width: min(520px, 100%);
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.cms-amenity-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.cms-amenity-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  min-height: 7.9rem;
  padding: 1.25rem;
}

.cms-amenity-card:hover {
  transform: translateY(-2px);
}

.cms-amenity-media {
  display: block;
}

.cms-amenity-copy {
  display: grid;
  gap: 0.32rem;
}

.cms-amenity-card strong,
.cms-amenity-copy strong {
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.24rem;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 980px) {
  .cms-listing-hero,
  .cms-overview-inner,
  .cms-amenity-feature {
    grid-template-columns: 1fr;
  }

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

  .cms-amenity-card:nth-child(n) .cms-amenity-hover-photo {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0.45rem) scale(0.98);
    transform-origin: center bottom;
  }

  .cms-amenity-card:nth-child(n):hover .cms-amenity-hover-photo {
    transform: translate(-50%, 0) scale(1);
  }

  .cms-amenity-card:nth-child(2n+1) .cms-amenity-hover-photo {
    left: 0;
    transform: translateY(0.45rem) scale(0.98);
    transform-origin: left bottom;
  }

  .cms-amenity-card:nth-child(2n+1):hover .cms-amenity-hover-photo {
    transform: translateY(0) scale(1);
  }

  .cms-amenity-card:nth-child(2n) .cms-amenity-hover-photo {
    right: 0;
    left: auto;
    transform: translateY(0.45rem) scale(0.98);
    transform-origin: right bottom;
  }

  .cms-amenity-card:nth-child(2n):hover .cms-amenity-hover-photo {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 640px) {
  .cms-listing-hero,
  .cms-feature-grid,
  .cms-overview-inner,
  .cms-gallery-head,
  .cms-gallery-grid,
  .cms-amenities-inner,
  .cms-resource-inner {
    width: min(100% - 32px, 1180px);
  }

  .cms-stat-row,
  .cms-amenity-row,
  .cms-amenity-grid,
  .cms-resource-grid {
    grid-template-columns: 1fr;
  }

  .cms-amenity-card {
    align-items: flex-start;
  }

  .cms-amenity-hover-photo {
    display: none;
  }

  .cms-amenity-presented {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .cms-amenity-presented::before,
  .cms-amenity-presented::after {
    display: none;
  }

  .cms-listing-copy h1 {
    max-width: 100%;
    font-size: clamp(2.4rem, 13vw, 3.2rem);
  }
}

@media (hover: none) {
  .cms-amenity-hover-photo {
    display: none;
  }
}

/* Below the listing hero, keep the page useful but visually quieter than the first screen. */
.cms-listing-page .cms-overview-section,
.cms-listing-page .cms-gallery-section,
.cms-listing-page .cms-amenities-section,
.cms-listing-page .cms-resource-section {
  padding-top: clamp(2.4rem, 4vw, 3.6rem);
  padding-bottom: clamp(2.4rem, 4vw, 3.6rem);
}

.cms-listing-page .cms-overview-inner h2,
.cms-listing-page .cms-gallery-head h2,
.cms-listing-page .cms-amenities-inner h2,
.cms-listing-page .cms-contact-box h2 {
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1.05;
}

.cms-listing-page .cms-gallery-grid figure:only-child {
  width: min(460px, 100%);
}

.cms-listing-page .cms-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cms-listing-page .cms-gallery-grid figure:first-child {
  grid-row: auto;
  aspect-ratio: 4 / 3;
}

.cms-listing-page .cms-gallery-grid:has(figure:nth-child(5):last-child) {
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
}

.cms-listing-page .cms-gallery-grid:has(figure:nth-child(5):last-child) figure:first-child {
  grid-row: span 2;
  aspect-ratio: 16 / 11;
}

.cms-listing-page .cms-amenity-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  min-height: 0;
  padding: 1.25rem;
}

.cms-listing-page .cms-amenity-media {
  min-height: 250px;
}

.cms-listing-page .cms-amenity-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms-listing-page .cms-amenity-icon {
  margin: 0;
}

.cms-listing-page .cms-amenity-card strong {
  padding: 0;
}

.cms-listing-page .cms-resource-grid a {
  min-height: 62px;
}

/* Mobile app-style shell inspired by the phone mockups. */
.kw-mobile-app-nav {
  display: none;
}

.kw-mobile-header-call,
.kw-mobile-detail-header {
  display: none;
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
    background: #fbfaf7;
  }

  .topbar {
    display: none !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    width: 100% !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 0.9rem 1.15rem !important;
    gap: 0.75rem !important;
    flex-wrap: nowrap !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(21, 34, 53, 0.12) !important;
    box-shadow: 0 8px 28px rgba(16, 31, 51, 0.08) !important;
  }

  .site-header::before {
    display: none !important;
  }

  .brand-wrap {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .brand-line1 {
    font-size: 1.35rem !important;
    letter-spacing: 0.075em !important;
    line-height: 0.92 !important;
  }

  .brand-line2 {
    font-size: 0.72rem !important;
    letter-spacing: 0.18em !important;
  }

  .nav-toggle {
    display: grid !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    place-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--navy) !important;
    font-size: 0 !important;
    box-shadow: none !important;
  }

  .kw-mobile-header-call {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(184, 121, 42, 0.7);
    border-radius: 999px;
    color: #b8792a;
    text-decoration: none;
  }

  .kw-mobile-header-call svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .kw-has-mobile-detail-header .site-header {
    display: none !important;
  }

  .kw-mobile-detail-header {
    position: sticky;
    top: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 0.85rem 1.15rem;
    background: #fff;
    border-bottom: 1px solid rgba(21, 34, 53, 0.12);
    box-shadow: 0 8px 28px rgba(16, 31, 51, 0.08);
  }

  .kw-mobile-detail-back,
  .kw-mobile-detail-tools {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
  }

  .kw-mobile-detail-back {
    color: var(--navy);
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
  }

  .kw-mobile-detail-back svg,
  .kw-mobile-detail-tools svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .kw-mobile-detail-tools button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--navy);
  }

  .nav-toggle::before {
    content: "";
    width: 22px;
    height: 15px;
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  .header-cta {
    display: none !important;
  }

  .site-nav {
    position: fixed !important;
    top: 72px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
    width: 100% !important;
    max-height: 0 !important;
    padding: 0 1.15rem !important;
    overflow: hidden !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(21, 34, 53, 0.1) !important;
    box-shadow: 0 22px 34px rgba(16, 31, 51, 0.12) !important;
  }

  .site-nav.open {
    max-height: calc(100vh - 72px) !important;
    overflow-y: auto !important;
    padding-bottom: 1rem !important;
  }

  .site-nav ul {
    display: grid !important;
    gap: 0.2rem !important;
    padding: 0.6rem 0 0.9rem !important;
  }

  .site-nav a,
  .nav-more-toggle {
    width: 100% !important;
    padding: 0.58rem 0 !important;
    color: var(--navy) !important;
    font-size: 0.92rem !important;
  }

  .kw-mobile-app-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 0.42rem 0 calc(0.42rem + env(safe-area-inset-bottom));
    background: #072544;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 -16px 30px rgba(7, 37, 68, 0.22);
  }

  .kw-mobile-app-nav a {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 0.2rem;
    min-width: 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }

  .kw-mobile-app-nav svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .kw-mobile-app-nav a[aria-current="page"] {
    color: #fff;
  }

  .kw-mobile-app-nav a[aria-current="page"] svg {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.32));
  }

  .listing-browse-hero {
    min-height: auto !important;
    background: #fbfaf7 !important;
  }

  .listing-browse-hero::before,
  .listing-browse-hero-card,
  .listing-browse-page .kw-section-kicker {
    display: none !important;
  }

  .listing-browse-hero-inner {
    width: min(100% - 32px, 1180px) !important;
    padding: 1.45rem 0 0.8rem !important;
  }

  .listing-browse-copy {
    max-width: 100% !important;
  }

  .listing-browse-copy h1 {
    margin-bottom: 0.25rem !important;
    color: var(--navy) !important;
    font-family: var(--font-sans) !important;
    font-size: 1.55rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
  }

  .listing-browse-copy p {
    max-width: 24rem !important;
    margin-top: 0 !important;
    color: rgba(21, 34, 53, 0.74) !important;
    font-size: 0.9rem !important;
  }

  .listing-browse-hero-actions,
  .listing-browse-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  .listing-browse-hero-btn,
  .listing-browse-filter-field,
  .listing-browse-search-btn {
    min-height: 44px !important;
    border: 1px solid rgba(7, 37, 68, 0.36) !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: var(--navy) !important;
    box-shadow: none !important;
  }

  .listing-browse-filter-band {
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .listing-browse-filter-copy span,
  .listing-browse-filter-icon {
    display: none !important;
  }

  .listing-browse-results {
    padding-top: 1rem !important;
  }

  .listing-results-toolbar {
    display: none !important;
  }

  .listing-browse-grid {
    gap: 1.1rem !important;
  }

  .listing-browse-card {
    border-radius: 8px !important;
    border-color: rgba(7, 37, 68, 0.1) !important;
    box-shadow: 0 12px 26px rgba(8, 47, 80, 0.09) !important;
  }

  .listing-browse-image {
    height: 205px !important;
  }

  .listing-browse-body {
    padding: 0.9rem !important;
  }

  .listing-browse-price-row {
    align-items: start !important;
  }

  .listing-browse-availability,
  .listing-browse-summary,
  .listing-browse-tags {
    display: none !important;
  }

  .listing-browse-title {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  .listing-browse-card-actions {
    grid-template-columns: 1fr !important;
    gap: 0.55rem !important;
    margin-top: 0.9rem !important;
  }

  .listing-browse-link,
  .listing-browse-request {
    min-height: 42px !important;
    justify-content: center !important;
    border-radius: 5px !important;
  }

  .listing-browse-link {
    border: 0 !important;
    background: transparent !important;
    color: #075cb3 !important;
    justify-content: flex-start !important;
    padding-inline: 0 !important;
  }

  .listing-browse-request {
    background: #072544 !important;
    color: #fff !important;
  }

  .cms-listing-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .cms-listing-media {
    order: 1 !important;
    min-height: 265px !important;
    border-radius: 0 !important;
  }

  .cms-listing-media::after {
    display: none !important;
  }

  .cms-listing-media > img {
    min-height: 265px !important;
    max-height: 320px !important;
    border-radius: 0 !important;
  }

  .cms-listing-copy {
    order: 2 !important;
    min-height: 0 !important;
    padding: 1.35rem 1.15rem 1.6rem !important;
    background: #fff !important;
  }

  .cms-listing-copy h1 {
    font-family: var(--font-sans) !important;
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .cms-stat-row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
  }

  .cms-stat {
    min-width: 0 !important;
    text-align: center !important;
  }

  .cms-primary-actions,
  .cms-lead-actions {
    grid-template-columns: 1fr !important;
  }

  .cms-primary-actions .kw-btn-primary,
  .cms-lead-actions a:first-child {
    background: linear-gradient(180deg, #e5bc7d 0%, #d49b56 100%) !important;
    border-color: #d49b56 !important;
    color: #061f3a !important;
  }

  .cms-primary-actions .kw-btn-outline,
  .cms-lead-actions a {
    border-radius: 5px !important;
  }

  .cms-overview-section,
  .cms-gallery-section,
  .cms-amenities-section,
  .cms-resource-section {
    padding-block: 1.6rem !important;
  }
}

/* Final site chrome normalization.
   This stays at the end so page-level styles cannot resize the blue bar or menu area. */
.topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 !important;
  background: #16293d !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: var(--font-sans) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
}

.topbar-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 1240px) !important;
  max-width: 1240px !important;
  min-height: 34px !important;
  margin: 0 auto !important;
  padding: 0.65rem 1.5rem !important;
}

.topbar-inner span {
  display: block !important;
}

@media (min-width: 1101px) {
  .site-header {
    width: min(calc(100% - var(--site-inline-gutter-space)), var(--site-max-width)) !important;
    min-height: 82px !important;
    margin: 0 auto !important;
    padding: 1.1rem 0 !important;
    gap: 1.25rem !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  .site-header::before {
    display: block !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(21, 34, 53, 0.12) !important;
    box-shadow: none !important;
  }

  .brand-wrap {
    flex: 0 0 178px !important;
    min-width: 178px !important;
    max-width: 178px !important;
  }

  .site-nav ul {
    justify-content: center !important;
    align-items: center !important;
    gap: 1rem !important;
  }

  .site-nav a,
  .nav-more-toggle {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    font-weight: 650 !important;
    letter-spacing: 0.01em !important;
  }

  .header-cta {
    min-height: 38px !important;
    padding: 0.72rem 1.1rem !important;
    border-radius: 3px !important;
    font-size: 0.78rem !important;
    line-height: 1.1 !important;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .site-header {
    position: relative !important;
    width: 100% !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 0.95rem 1.5rem !important;
    gap: 1rem !important;
    flex-wrap: nowrap !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(21, 34, 53, 0.12) !important;
    box-shadow: 0 8px 28px rgba(16, 31, 51, 0.08) !important;
  }

  .site-header::before {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .topbar {
    display: none !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    width: 100% !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 0.9rem 1.15rem !important;
    gap: 0.75rem !important;
    flex-wrap: nowrap !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(21, 34, 53, 0.12) !important;
    box-shadow: 0 8px 28px rgba(16, 31, 51, 0.08) !important;
  }

  .site-header::before {
    display: none !important;
  }
}
