:root {
  --navy: #0f2233;
  --cream: #f2eee3;
  --gold: #b9925e;
  --brick: #b13b1e;
  --ink: #0b1520;
  --muted: #f5f7fa;
  --burgundy: #8e2430;
  --line: #e5e7eb;
  --shadow: 0 14px 36px rgba(0, 0, 0, 0.10);
  --radius: 20px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.narrow-container { width: min(860px, calc(100% - 32px)); }
.section-pad,
.page-section { padding: 72px 0; }
.alt-section { background: #f2f7fb; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; color: var(--burgundy); font-weight: 700; margin: 0 0 12px; }
h1, h2, h3, h4 { font-family: Merriweather, serif; line-height: 1.15; margin: 0 0 16px; color: var(--navy); }
p { margin: 0 0 16px; }
.screen-reader-text { position: absolute; left: -9999px; }

.topbar {
  background: var(--navy);
  color: var(--cream);
  font-size: .92rem;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
}
.topbar-left, .topbar-right { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.topbar a { opacity: .95; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(15, 34, 51, .96);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
}
.site-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.site-brand img,
.custom-logo {
  width: auto;
  max-height: 64px;
}
.brand-text { display: flex; flex-direction: column; min-width: 0; }
.brand-title { color: #fff; font-weight: 800; font-size: 1.05rem; }
.brand-tagline { color: rgba(255,255,255,.76); font-size: .9rem; }
.primary-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-list {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.menu-list li { margin: 0; }
.menu-list a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
}
.menu-list a:hover,
.menu-list .current-menu-item > a,
.menu-list .current_page_item > a { background: rgba(255,255,255,.1); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  background: transparent;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 4px auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--brick), #cf6038); color: #fff; }
.text-link { color: var(--brick); font-weight: 700; }

.page-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(15,34,51,.70), rgba(15,34,51,.74)), var(--hero-image) center/cover no-repeat;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  text-align: center;
}
.page-hero-copy {
  max-width: 780px;
}
.page-hero h1 { color: #fff; font-size: clamp(2.1rem, 4vw, 4rem); }
.page-hero p { color: rgba(255,255,255,.92); font-size: 1.05rem; }

.content-card,
.listing-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px;
}
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content img { border-radius: 16px; }
.entry-content iframe,
.entry-content embed,
.entry-content object { width: 100%; max-width: 100%; }
.wp-block-image,
.wp-block-gallery { margin-bottom: 24px; }

.section-heading.center { text-align: center; max-width: 780px; margin: 0 auto 34px; }
.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.listing-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.listing-card {
  padding: 0;
  overflow: hidden;
}
.listing-thumb {
  display: block;
  aspect-ratio: 4 / 3;
  background: #dfe7ee;
}
.listing-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d8e1ea, #eef3f7);
}
.listing-body { padding: 22px; }
.listing-body h2,
.listing-body h3 { font-size: 1.2rem; margin-bottom: 10px; }
.listing-body p { color: #425164; }
.listing-single-image { margin-bottom: 24px; }
.listing-single-image img { width: 100%; border-radius: 16px; }
.listing-actions { margin-top: 24px; }
.pagination-wrap { margin-top: 28px; }

.enquiry-shell-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 24px;
}
.enquiry-sidecard {
  align-self: start;
  background: linear-gradient(180deg, #fff, #f7fafc);
}

.site-footer {
  background: var(--navy);
  color: var(--cream);
  padding: 40px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 20px;
}
.site-footer a { color: var(--cream); }
.footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-copy { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; }

@media (max-width: 1024px) {
  .header-inner { flex-wrap: wrap; padding: 12px 0; }
  .menu-toggle { display: inline-block; margin-left: auto; }
  .primary-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-bottom: 10px;
  }
  .primary-nav.is-open { display: flex; }
  .menu-list { flex-direction: column; }
  .menu-list a { width: 100%; }
  .listing-grid,
  .listing-grid-three,
  .enquiry-shell-v2,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .topbar-inner,
  .topbar-left,
  .topbar-right { flex-direction: column; align-items: flex-start; }
  .page-hero-inner { min-height: 300px; padding: 70px 0; }
  .listing-grid,
  .listing-grid-three,
  .enquiry-shell-v2,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .content-card { padding: 22px; }
}


/* Page-specific styled seeded content */
.page.page-slug-about .content-card,
.page.page-slug-contact-us .content-card,
.page.page-slug-services .content-card {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.page.page-slug-about .entry-content,
.page.page-slug-contact-us .entry-content,
.page.page-slug-services .entry-content {
  width: min(1100px, 100%);
  margin: 0 auto;
}
.wg-about-layout { padding: 8px 0; }
.intro-title {
  margin: 0 0 22px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  opacity: .9;
}
.wg-about-layout .about-card {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(10,30,49,.10);
  padding: 26px 28px;
}
.wg-about-layout .about-card p:last-child { margin-bottom: 0; }
.services-intro .lead {
  max-width: 980px;
  margin: 0 auto 8px;
  text-align: center;
  line-height: 1.9;
  font-size: 1.03rem;
}
.wg-services-section { padding: 28px 0; }
.wg-services-section.muted { background: #f2f7fb; border-radius: 22px; padding: 32px 24px; }
.wg-services-section.alt { background: #ecf3fa; border-radius: 22px; padding: 32px 24px; }
.wg-services-section h2 { text-align: center; margin-bottom: 10px; }
.wg-services-section .sub { text-align: center; opacity: .85; margin: 0 0 26px; }
.svc-grid-rich,
.benefit-grid-rich,
.steps-rich,
.contact-grid-rich {
  display: grid;
  gap: 20px;
}
.svc-grid-rich { grid-template-columns: repeat(2, minmax(0,1fr)); }
.svc-rich {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e6eef7;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  padding: 22px;
}
.svc-rich .icon { font-size: 2rem; color: #5b6b7a; margin-bottom: 8px; }
.svc-rich h3 { font-size: 1.2rem; }
.svc-rich ul { margin: 8px 0 0 18px; }
.benefit-grid-rich { grid-template-columns: repeat(3, minmax(0,1fr)); }
.benefit-item {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e6eef7;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  padding: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
}
.benefit-item i { font-size: 1.25rem; color: #5b6b7a; }
.steps-rich { grid-template-columns: repeat(4, minmax(0,1fr)); }
.step-rich {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eef2f7;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  padding: 18px;
}
.step-rich .n {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}
.step-rich h3 { font-size: 1.05rem; margin-bottom: 8px; }
.contact-grid-rich { grid-template-columns: repeat(2, minmax(0,1fr)); }
.contact-info-rich,
.contact-form-rich {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}
.contact-info-rich h2,
.contact-form-rich h2 { color: var(--brick); }
.info-item { margin-bottom: 16px; }
.info-item i { margin-right: 8px; color: var(--brick); }
.form-placeholder-rich {
  border: 1px dashed #d7dee6;
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px;
}
@media (max-width: 1024px) {
  .svc-grid-rich,
  .benefit-grid-rich,
  .steps-rich,
  .contact-grid-rich { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .wg-services-section.muted,
  .wg-services-section.alt { padding: 24px 18px; }
  .svc-grid-rich,
  .benefit-grid-rich,
  .steps-rich,
  .contact-grid-rich { grid-template-columns: 1fr; }
  .wg-about-layout .about-card,
  .contact-info-rich,
  .contact-form-rich { padding: 22px; }
}

.wg-contact-shortcoded .contact-info-rich a { color: var(--ink); text-decoration: none; }
.wg-contact-shortcoded .contact-info-rich a:hover { text-decoration: underline; }
.wg-contact-socials { margin-top: 22px; }
.wg-contact-socials > span { display: block; font-weight: 700; margin-bottom: 10px; color: var(--navy); }
.wg-social-icons { display: flex; gap: 12px; }
.wg-social-icons a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fa;
  border: 1px solid #e6eef7;
  color: var(--brick);
  font-size: 1.25rem;
}
.wg-social-icons a:hover { background: #fff1eb; }
.wg-form-rich { margin-top: 8px; }
.wg-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.wg-field { display: flex; flex-direction: column; gap: 7px; }
.wg-field-full { grid-column: 1 / -1; }
.wg-field label {
  font-size: .92rem;
  font-weight: 700;
  color: var(--navy);
}
.wg-form-rich input,
.wg-form-rich textarea {
  width: 100%;
  border: 1px solid #d8dee8;
  border-radius: 12px;
  background: #fff;
  font: inherit;
  padding: 0 14px;
}
.wg-form-rich input { height: 48px; }
.wg-form-rich textarea {
  min-height: 140px;
  padding: 14px;
  resize: vertical;
}
.wg-form-rich input:focus,
.wg-form-rich textarea:focus {
  outline: none;
  border-color: var(--brick);
  box-shadow: 0 0 0 3px rgba(177, 59, 30, .12);
}
.wg-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 14px;
}
.wg-form-note {
  margin-top: 14px;
  font-size: .95rem;
  color: #516173;
}
@media (max-width: 700px) {
  .wg-form-grid { grid-template-columns: 1fr; }
}


html, body { overflow-x: hidden; }
.site-wrap { overflow-x: clip; }
.container { width: min(1200px, calc(100% - 32px)); }
.site-brand, .header-inner, .primary-nav, .home-v2, .home-v2 * { max-width: 100%; }
.site-brand { min-width: 0; gap: 14px; }
.site-brand img, .custom-logo { max-width: 110px; height: auto; }
.brand-text { min-width: 0; }
.brand-title { overflow-wrap: anywhere; }
.listing-card-actions { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:16px; flex-wrap:wrap; }
.btn-small { padding: 10px 14px; font-size: .95rem; }
.is-disabled { opacity: .45; pointer-events: none; cursor: not-allowed; filter: grayscale(1); }

.home-hero-v2 { background: #eeece3; padding: 76px 0 58px; }
.home-hero-inner-v2 { display:flex; align-items:center; }
.home-hero-copy-v2 { max-width: 900px; }
.home-hero-kicker-v2 { font-size: clamp(2rem, 4vw, 3.35rem); margin:0 0 10px; line-height:1.05; }
.home-hero-v2 h1 { font-size: clamp(3.4rem, 10vw, 7rem); line-height: .95; letter-spacing: -.04em; margin:0; overflow-wrap:anywhere; }
.home-hero-subtitle-v2 { letter-spacing: .28em; font-size: clamp(1rem, 2vw, 2rem); margin: 14px 0 28px; }
.home-search-v2 { display:grid; grid-template-columns: 1.15fr 1.15fr 1fr auto; gap: 14px; align-items:center; }
.home-search-v2 select, .home-search-v2 button { height: 62px; border-radius: 12px; font: inherit; }
.home-search-v2 select { border:1px solid #d8cfb5; padding:0 18px; background:#fff; color: var(--ink); }
.home-search-v2 button { border:1px solid #8d6f18; background:#b8952f; color:#fff; font-weight:800; padding:0 28px; }
.home-search-v2 button:hover { filter: brightness(1.05); }

.home-featured-v2 { padding: 54px 0 44px; background:#fff; }
.home-featured-v2 h2 { margin-bottom: 22px; }
.home-property-grid-v2 { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-property-card-v2 { background:#fff; }
.home-property-thumb-v2 { display:block; aspect-ratio: 1.2 / 0.88; border-radius: 14px; overflow:hidden; background:#dfe7ee; }
.home-property-thumb-v2 img { width:100%; height:100%; object-fit:cover; display:block; }
.home-property-body-v2 { padding: 12px 4px 0; }
.home-property-body-v2 h3 { font-size: clamp(1.2rem, 2vw, 1.8rem); margin:0 0 10px; }
.home-property-body-v2 p { margin:0 0 10px; color:#3e4b5a; }
.home-property-actions-v2 { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }

.home-cta-v2 { background:#eeece3; padding: 40px 0; }
.home-cta-inner-v2 { display:grid; grid-template-columns: 240px 1fr auto; gap: 28px; align-items:center; }
.cta-tree-v2 { width: 190px; height: 190px; border: 6px solid var(--navy); border-radius: 999px; position: relative; display:flex; flex-direction:column; justify-content:center; align-items:center; font-family:'Merriweather', serif; font-size: 1rem; line-height:1.15; text-align:center; color:var(--navy); margin:0 auto; }
.cta-tree-v2::after { content:''; position:absolute; bottom:-48px; width: 18px; height:48px; background:var(--navy); border-radius:10px; }
.home-cta-copy-v2 h2 { font-size: clamp(2.3rem, 5vw, 4rem); margin-bottom: 10px; }
.home-cta-copy-v2 p { font-size: clamp(1rem, 2vw, 1.4rem); max-width: 640px; }
.home-cta-button-v2 { min-width: 200px; min-height: 62px; justify-content:center; }

@media (max-width: 1024px) {
  .topbar { display:none; }
  .header-inner { align-items:center; }
  .primary-nav { background: #082843; border-radius: 14px; padding: 10px; }
  .home-search-v2 { grid-template-columns: 1fr 1fr; }
  .home-property-grid-v2, .home-cta-inner-v2 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .container { width: calc(100% - 28px); }
  .site-header { position: sticky; top: 0; z-index: 40; }
  .header-inner { gap: 10px; }
  .site-brand img, .custom-logo { max-width: 88px; }
  .brand-title { font-size: 1rem; }
  .brand-tagline { display:none; }
  .menu-toggle { width: 56px; height: 56px; border-radius: 16px; }
  .home-hero-v2 { padding: 44px 0 34px; }
  .home-hero-kicker-v2 { font-size: 2.2rem; }
  .home-hero-v2 h1 { font-size: clamp(2.5rem, 16vw, 4.6rem); line-height: .92; }
  .home-hero-subtitle-v2 { letter-spacing: .16em; font-size: 1.05rem; }
  .home-search-v2 { grid-template-columns: 1fr; }
  .home-search-v2 select, .home-search-v2 button { height: 56px; width:100%; }
  .home-property-grid-v2 { grid-template-columns: 1fr; gap: 28px; }
  .home-cta-inner-v2 { grid-template-columns: 1fr; text-align:center; }
  .home-cta-copy-v2 h2 { font-size: 3rem; }
  .home-cta-button-v2 { width:100%; }
  .cta-tree-v2 { width: 170px; height: 170px; margin-bottom: 12px; }
  .cta-tree-v2::after { height: 36px; bottom:-36px; }
}


/* ===== Homepage refresh v10 ===== */
.home-v3, .home-v3 * { max-width: 100%; }
.home-hero-v3 { background:#eeece3; padding:78px 0 56px; }
.home-hero-copy-v3 { max-width: 980px; }
.home-hero-kicker-v3 { margin:0 0 12px; font-size:clamp(2rem,4.4vw,3.4rem); line-height:1.05; color:var(--ink); }
.home-hero-v3 h1 { margin:0; font-size:clamp(3.1rem,10vw,7rem); line-height:.92; letter-spacing:-.05em; overflow-wrap:anywhere; color:var(--navy); }
.home-hero-subtitle-v3 { margin:14px 0 18px; font-size:clamp(1rem,2vw,1.9rem); letter-spacing:.28em; color:var(--navy); }
.home-hero-text-v3 { max-width:700px; font-size:1.1rem; color:#334155; }

.section-heading-v3 { margin-bottom:26px; }
.section-heading-v3 h2 { margin:0 0 8px; }
.section-heading-v3 p { margin:0; color:#4b5563; }

.home-discover-v3, .home-featured-v3, .home-testimonials-v3 { padding:72px 0; }
.home-discover-v3 { background:var(--blue-50); }
.service-grid-v3 { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.service-card-v3 { background:#fff; border-radius:22px; border:1px solid #e5ebf2; box-shadow:0 10px 24px rgba(15,34,51,.06); padding:28px; display:flex; flex-direction:column; gap:14px; }
.service-card-v3 h3 { margin:0; }
.service-card-v3 p { margin:0 0 4px; color:#48556a; }
.service-icon-v3 { width:54px; height:54px; border-radius:18px; display:grid; place-items:center; background:rgba(15,34,51,.06); color:var(--navy); font-size:1.4rem; }

.home-property-grid-v3 { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.home-property-card-v3 { background:#fff; }
.home-property-thumb-v3 { display:block; aspect-ratio:1.22 / .9; border-radius:16px; overflow:hidden; background:#dfe7ee; }
.home-property-thumb-v3 img { width:100%; height:100%; object-fit:cover; display:block; }
.home-property-body-v3 { padding:12px 2px 0; }
.home-property-body-v3 h3 { margin:0 0 8px; font-size:1.4rem; }
.home-property-body-v3 p { margin:0 0 10px; color:#48556a; }
.home-property-actions-v3 { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }

.home-split-v3 { padding:76px 0; }
.home-split-light-v3 { background:var(--blue-75); }
.home-split-white-v3 { background:#fff; }
.home-split-accent-v3 { background:var(--blue-100); }
.split-grid-v3 { display:grid; grid-template-columns:1.05fr .95fr; gap:34px; align-items:center; }
.split-grid-v3.reverse-v3 { grid-template-columns:.95fr 1.05fr; }
.split-grid-v3.reverse-v3 .split-copy-v3 { order:2; }
.split-grid-v3.reverse-v3 .split-visual-v3 { order:1; }
.eyebrow-v3 { margin:0 0 10px; text-transform:uppercase; letter-spacing:.12em; font-weight:800; color:#6b7280; font-size:.85rem; }
.split-copy-v3 h2 { margin:0 0 12px; font-size:clamp(2rem,4vw,3rem); }
.split-copy-v3 p { color:#475569; line-height:1.75; }
.chip-list-v3 { display:flex; flex-wrap:wrap; gap:10px; margin:18px 0 24px; }
.chip-v3 { display:inline-flex; padding:8px 12px; border-radius:999px; background:#fff; border:1px solid #e2e8f0; box-shadow:0 2px 8px rgba(0,0,0,.04); font-weight:700; font-size:.95rem; color:var(--ink); }
.split-visual-v3 { min-height:340px; border-radius:24px; box-shadow:0 18px 40px rgba(15,34,51,.12); background-size:cover; background-position:center; }
.visual-lettings-v3 { background-image:linear-gradient(135deg, rgba(15,34,51,.08), rgba(15,34,51,.08)), url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=1600&auto=format&fit=crop'); }
.visual-sales-v3 { background-image:linear-gradient(135deg, rgba(15,34,51,.08), rgba(15,34,51,.08)), url('https://images.unsplash.com/photo-1494526585095-c41746248156?w=1600&auto=format&fit=crop'); }
.visual-sa-v3 { background-image:linear-gradient(135deg, rgba(15,34,51,.08), rgba(15,34,51,.08)), url('https://images.unsplash.com/photo-1554995207-c18c203602cb?w=1600&auto=format&fit=crop'); }

.home-why-v3 { padding:72px 0; background:#fff; }
.why-grid-v3 { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.why-card-v3 { background:#fff; border:1px solid #e5ebf2; box-shadow:0 8px 20px rgba(15,34,51,.06); border-radius:18px; padding:20px; min-height:110px; display:flex; align-items:flex-start; justify-content:space-between; gap:12px; font-weight:800; color:var(--navy); text-decoration:none; }
.why-card-v3 i { color:#64748b; font-size:1.2rem; }

.home-testimonials-v3 { background:var(--blue-50); }
.testimonial-slider-v3 { display:grid; grid-template-columns:auto 1fr auto; gap:14px; align-items:center; }
.testimonial-viewport-v3 { overflow:hidden; }
.testimonial-track-v3 { display:flex; transition:transform .35s ease; }
.testimonial-card-v3 { min-width:100%; background:#fff; border-radius:22px; padding:32px; box-shadow:0 12px 26px rgba(15,34,51,.08); border:1px solid #e5ebf2; }
.quote-mark-v3 { margin:0 0 8px; font-size:3rem; line-height:1; color:rgba(15,34,51,.18); }
.testimonial-card-v3 blockquote { margin:0 0 16px; font-size:1.18rem; line-height:1.75; color:var(--ink); }
.testimonial-name-v3 { margin:0; font-weight:800; }
.testimonial-role-v3 { margin:4px 0 0; color:#64748b; }
.slider-arrow-v3 { width:48px; height:48px; border-radius:999px; border:1px solid #d6dfeb; background:#fff; display:grid; place-items:center; color:var(--navy); }
.slider-dots-v3 { display:flex; justify-content:center; gap:8px; margin-top:18px; }
.slider-dots-v3 button { width:10px; height:10px; border-radius:999px; border:0; background:#cbd5e1; padding:0; }
.slider-dots-v3 button.is-active { background:var(--brick); }

.why-anchor-nav { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:28px; }
.why-anchor-nav a { padding:10px 14px; border-radius:999px; background:#fff; border:1px solid #e5ebf2; text-decoration:none; font-weight:700; }
.why-detail-card { background:#fff; border-radius:20px; padding:28px; box-shadow:0 10px 26px rgba(15,34,51,.06); border:1px solid #e5ebf2; margin-bottom:20px; scroll-margin-top:120px; }
.why-detail-card h2 { margin-top:0; }

.service-page-layout .service-page-intro { margin-bottom:28px; }
.service-page-layout .service-page-intro h2 { margin-bottom:10px; }
.service-page-layout .service-page-intro p { color:#475569; line-height:1.75; }

@media (max-width: 1100px) {
  .service-grid-v3, .home-property-grid-v3, .why-grid-v3 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .split-grid-v3, .split-grid-v3.reverse-v3 { grid-template-columns:1fr; }
  .split-grid-v3.reverse-v3 .split-copy-v3, .split-grid-v3.reverse-v3 .split-visual-v3 { order:initial; }
}
@media (max-width: 767px) {
  .home-hero-v3 { padding:46px 0 34px; }
  .home-hero-kicker-v3 { font-size: clamp(1.8rem, 10vw, 2.6rem); }
  .home-hero-v3 h1 { font-size: clamp(2.35rem, 15vw, 4.2rem); line-height:.9; }
  .home-hero-subtitle-v3 { letter-spacing:.18em; font-size:.95rem; }
  .home-discover-v3, .home-featured-v3, .home-testimonials-v3, .home-split-v3, .home-why-v3 { padding:52px 0; }
  .service-grid-v3, .home-property-grid-v3, .why-grid-v3 { grid-template-columns:1fr; }
  .split-visual-v3 { min-height:240px; }
  .testimonial-slider-v3 { grid-template-columns:1fr; }
  .slider-arrow-v3 { display:none; }
  .testimonial-card-v3 { padding:24px; }
}
