/* ========================================================================
   JK Marketing — Premium Real Estate Theme
   Palette: deep navy + gold accents on warm off-white
   ===================================================================== */

:root {
  --navy: #0a2540;
  --navy-2: #12345c;
  --navy-3: #1c4a7e;
  --gold: #c9a227;
  --gold-2: #e0bd52;
  --gold-soft: #f3e9c9;
  --cream: #f8f6f1;
  --white: #ffffff;
  --ink: #16202e;
  --muted: #5c6b7a;
  --line: #e7e3da;
  --green: #25d366;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 4px 14px rgba(10, 37, 64, 0.08);
  --shadow: 0 18px 40px rgba(10, 37, 64, 0.14);
  --shadow-lg: 0 30px 70px rgba(10, 37, 64, 0.22);
  --container: 1200px;
  --font-head: "Playfair Display", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.15; color: var(--navy); }

.container { width: min(var(--container), 92%); margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 600; font-size: 0.95rem;
  cursor: pointer; border: 1.5px solid transparent; transition: all .25s ease;
  font-family: var(--font-body); white-space: nowrap;
}
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 10px 24px rgba(201,162,39,.32); }
.btn-gold:hover { background: var(--gold-2); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-ghost-light { background: rgba(255,255,255,.12); color:#fff; border-color: rgba(255,255,255,.4); backdrop-filter: blur(6px); }
.btn-ghost-light:hover { background: #fff; color: var(--navy); }
.btn-block { width: 100%; justify-content: center; }
.btn-green { background: var(--green); color:#fff; }
.btn-green:hover { filter: brightness(1.05); transform: translateY(-2px); }

/* ---------- Navbar ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(248,246,241,.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-badge {
  width: 46px; height: 46px; border-radius: 12px; flex: none;
  background: linear-gradient(135deg, var(--navy), var(--navy-3));
  display: grid; place-items: center; color: var(--gold);
  font-family: var(--font-head); font-weight: 700; font-size: 1.15rem;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(201,162,39,.35);
}
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; color: var(--navy); letter-spacing: .3px; line-height: 1.05; white-space: nowrap; }
.brand-sub { font-size: .68rem; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-weight: 500; font-size: .95rem; color: var(--ink); position: relative; }
.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--navy); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: flex; align-items: center; gap: 8px; font-weight: 600; color: var(--navy); font-size: .95rem; }
.nav-phone svg { color: var(--gold); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; color: var(--navy); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10,37,64,.72), rgba(10,37,64,.86)),
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=2000&q=80") center/cover;
}
.hero-inner { padding: 96px 0 130px; max-width: 820px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-size: .8rem; letter-spacing: 3px;
  text-transform: uppercase; font-weight: 600; color: var(--gold-2); margin-bottom: 20px;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); display: inline-block; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5vw, 3.8rem); line-height: 1.08; letter-spacing: -.5px; }
.hero h1 span { color: var(--gold-2); }
.hero p { margin-top: 20px; font-size: 1.15rem; color: #dbe4ee; max-width: 620px; }
.hero-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 42px; margin-top: 54px; flex-wrap: wrap; }
.hero-stats .num { font-family: var(--font-head); font-size: 2.2rem; color: var(--gold-2); font-weight: 700; }
.hero-stats .lbl { font-size: .85rem; color: #c6d2df; letter-spacing: .5px; }

/* ---------- Search bar ---------- */
.search-wrap { position: relative; margin-top: -66px; z-index: 5; }
.search {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 22px; display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 16px; align-items: end;
  border: 1px solid var(--line);
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: .72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); font-weight: 600; }
.field select, .field input {
  border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px;
  font-family: var(--font-body); font-size: .95rem; color: var(--ink); background: var(--cream); width: 100%;
}
.field select:focus, .field input:focus { outline: none; border-color: var(--gold); background:#fff; }

/* ---------- Sections ---------- */
section { padding: 84px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.section-head .eyebrow { color: var(--gold); justify-content: center; }
.section-head .eyebrow::before { display: none; }
.section-head h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.05rem; }
.section-head.left { text-align: left; margin-inline: 0; }
.section-head.left .eyebrow { justify-content: flex-start; }

.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 44px; flex-wrap: wrap; }

/* ---------- Property grid & cards ---------- */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card {
  background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-media { position: relative; aspect-ratio: 3/2; overflow: hidden; background: var(--navy); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.06); }
.card-badges { position: absolute; top: 14px; left: 14px; display: flex; gap: 8px; }
.badge {
  font-size: .72rem; font-weight: 600; padding: 6px 12px; border-radius: 999px; letter-spacing: .3px;
  background: rgba(255,255,255,.92); color: var(--navy); backdrop-filter: blur(4px);
}
.badge.sale { background: var(--gold); color: var(--navy); }
.badge.rent { background: var(--navy); color: #fff; }
.badge.feature { background: var(--green); color: #fff; }
.card-fav { position: absolute; top: 14px; right: 14px; background: rgba(255,255,255,.92); border-radius: 999px; padding: 7px; color: var(--navy); }
.card-price-tag { position: absolute; bottom: 0; left: 0; background: linear-gradient(90deg, var(--navy), transparent); color:#fff; padding: 26px 16px 12px; font-weight: 700; font-size: 1.2rem; width: 100%; }
.card-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-type { font-size: .78rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); font-weight: 700; }
.card h3 { font-size: 1.18rem; line-height: 1.3; }
.card h3 a:hover { color: var(--gold); }
.card-loc { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .9rem; }
.card-loc svg { color: var(--gold); flex: none; }
.card-specs { display: flex; gap: 16px; padding-top: 14px; margin-top: auto; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.card-specs span { display: inline-flex; align-items: center; gap: 6px; }
.card-specs svg { color: var(--navy-3); }

.empty { text-align: center; padding: 60px 20px; color: var(--muted); grid-column: 1/-1; }
.empty svg { color: var(--gold); margin-bottom: 14px; }

/* ---------- Features / Why us ---------- */
.alt { background: var(--navy); color: #eaf0f7; }
.alt h2, .alt h3 { color: #fff; }
.alt .section-head p { color: #b9c6d6; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius); padding: 30px 24px; transition: all .3s ease;
}
.feature:hover { background: rgba(201,162,39,.1); border-color: rgba(201,162,39,.4); transform: translateY(-4px); }
.feature-ic { width: 54px; height: 54px; border-radius: 14px; background: rgba(201,162,39,.15); display: grid; place-items: center; color: var(--gold-2); margin-bottom: 18px; }
.feature h3 { font-size: 1.15rem; margin-bottom: 8px; }
.feature p { color: #b9c6d6; font-size: .95rem; }

/* ---------- Areas ---------- */
.areas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.area-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/10; box-shadow: var(--shadow-sm); }
.area-card img { width:100%; height:100%; object-fit: cover; transition: transform .6s ease; }
.area-card:hover img { transform: scale(1.07); }
.area-card::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 30%, rgba(10,37,64,.9)); }
.area-card .area-body { position: absolute; bottom: 0; padding: 28px; z-index: 2; color:#fff; }
.area-card h3 { color:#fff; font-size: 1.6rem; }
.area-card p { color:#d5e0ec; margin-top:4px; }
.area-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.area-chips span { font-size: .78rem; background: rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.25); padding: 4px 11px; border-radius: 999px; }

/* ---------- Services / steps ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.service { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 32px 26px; box-shadow: var(--shadow-sm); transition: all .3s ease; }
.service:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-ic { width: 58px; height: 58px; border-radius: 16px; background: var(--gold-soft); display:grid; place-items:center; color: var(--navy); margin-bottom: 18px; }
.service h3 { font-size: 1.25rem; margin-bottom: 10px; }
.service p { color: var(--muted); }

/* ---------- About / split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; }
.split-badge { position: absolute; bottom: -26px; right: -20px; background: var(--gold); color: var(--navy); border-radius: var(--radius); padding: 22px 26px; box-shadow: var(--shadow); }
.split-badge .num { font-family: var(--font-head); font-size: 2rem; font-weight: 700; line-height: 1; }
.split-badge .lbl { font-size: .82rem; font-weight: 600; }
.tick-list { display: grid; gap: 14px; margin: 26px 0; }
.tick-list li { list-style: none; display: flex; gap: 12px; align-items: flex-start; }
.tick-list .tk { width: 26px; height: 26px; border-radius: 50%; background: var(--gold-soft); color: var(--navy); display:grid; place-items:center; flex:none; margin-top:2px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy), var(--navy-3)); color:#fff; border-radius: var(--radius);
  padding: 54px; text-align:center; box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.cta-band::before { content:""; position:absolute; width: 300px; height:300px; border-radius:50%; background: rgba(201,162,39,.18); top:-120px; right:-80px; }
.cta-band h2 { color:#fff; font-size: 2rem; }
.cta-band p { color:#c6d2df; margin: 12px auto 26px; max-width: 560px; }
.cta-actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; position: relative; }

/* ---------- Contact ---------- */
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.contact-info .info-item { display:flex; gap:16px; align-items:flex-start; margin-bottom: 24px; }
.contact-info .ic { width:50px; height:50px; border-radius: 14px; background: var(--gold-soft); color: var(--navy); display:grid; place-items:center; flex:none; }
.contact-info h4 { font-family: var(--font-body); font-size: .78rem; text-transform: uppercase; letter-spacing:1.5px; color: var(--muted); margin-bottom: 3px; }
.contact-info p, .contact-info a { color: var(--ink); font-weight: 500; font-size: 1.05rem; }
.contact-info a:hover { color: var(--gold); }
/* Contact block sits on the dark (.alt) section — keep text readable */
.alt .contact-info h4 { color: #9fb3c8; }
.alt .contact-info p, .alt .contact-info a { color: #eef3f9; }
.alt .contact-info a:hover { color: var(--gold-2); }
.form-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display:block; font-size:.82rem; font-weight:600; color: var(--navy); margin-bottom:6px; }
.form-group input, .form-group textarea, .form-group select {
  width:100%; border:1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px;
  font-family: var(--font-body); font-size:.95rem; background: var(--cream);
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline:none; border-color: var(--gold); background:#fff; }
.form-note { font-size:.85rem; margin-top:10px; }
.form-note.ok { color: #0a7d3c; }
.form-note.err { color: #c0392b; }

/* ---------- Footer ---------- */
.footer { background: #071b30; color: #a8b7c7; padding: 64px 0 26px; }
.footer-grid { display:grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 44px; }
.footer h4 { color:#fff; font-family: var(--font-body); font-size:.95rem; letter-spacing:.5px; margin-bottom:18px; text-transform:uppercase; }
.footer a { color:#a8b7c7; display:block; margin-bottom:10px; font-size:.95rem; }
.footer a:hover { color: var(--gold-2); }
.footer .brand-name { color:#fff; }
.footer .brand { display:flex; gap:14px; align-items:center; margin-bottom:10px; }
.footer .brand-badge { flex:none; display:grid; }
.footer .brand > span { display:block; }
.footer-about p { margin-top:16px; font-size:.95rem; max-width: 320px; }
.footer-contact-item { display:flex; gap:10px; margin-bottom:14px; font-size:.95rem; }
.footer-contact-item svg { color: var(--gold); flex:none; margin-top:3px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:22px; display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; font-size:.88rem; }
.footer-social { display:flex; gap:12px; }
.footer-social a { width:38px; height:38px; border-radius:50%; background: rgba(255,255,255,.08); display:grid; place-items:center; color:#fff; }
.footer-social a:hover { background: var(--gold); color: var(--navy); }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; bottom: 26px; right: 26px; z-index: 200;
  width: 60px; height: 60px; border-radius: 50%; background: var(--green);
  display: grid; place-items: center; color:#fff; box-shadow: 0 12px 30px rgba(37,211,102,.5);
  animation: wa-pulse 2.4s infinite;
}
.wa-float:hover { transform: scale(1.08); }
@keyframes wa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
.wa-label { position: fixed; bottom: 40px; right: 96px; z-index: 200; background:#fff; color: var(--navy); padding:8px 14px; border-radius: 10px; box-shadow: var(--shadow); font-size:.85rem; font-weight:600; }

/* ---------- Page header (inner pages) ---------- */
.page-hero { background: linear-gradient(rgba(10,37,64,.85), rgba(10,37,64,.92)), url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2000&q=80") center/cover; color:#fff; padding: 70px 0; }
.page-hero h1 { color:#fff; font-size: clamp(2rem,4vw,3rem); }
.breadcrumb { color:#c6d2df; margin-top:10px; font-size:.95rem; }
.breadcrumb a:hover { color: var(--gold-2); }

/* ---------- Listings toolbar ---------- */
.toolbar { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:28px; flex-wrap:wrap; }
.result-count { color: var(--muted); font-size:.95rem; }
.filters { display:grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap:14px; background:#fff; padding:20px; border-radius: var(--radius); box-shadow: var(--shadow-sm); border:1px solid var(--line); margin-bottom: 34px; }

/* ---------- Detail page ---------- */
.detail-gallery { display:grid; grid-template-columns: 2fr 1fr; gap: 14px; margin-bottom: 34px; }
.detail-main-img { border-radius: var(--radius); overflow:hidden; aspect-ratio: 16/10; background: var(--navy); cursor: pointer; }
.detail-main-img img { width:100%; height:100%; object-fit:cover; }
.detail-thumbs { display:grid; grid-template-rows: repeat(3, 1fr); gap:14px; }
.detail-thumbs .th { border-radius: var(--radius-sm); overflow:hidden; cursor:pointer; position:relative; background: var(--navy); }
.detail-thumbs .th img { width:100%; height:100%; object-fit:cover; }
.detail-thumbs .th.more::after { content: attr(data-more); position:absolute; inset:0; background: rgba(10,37,64,.7); color:#fff; display:grid; place-items:center; font-weight:600; }
.detail-layout { display:grid; grid-template-columns: 1fr 360px; gap: 40px; align-items:start; }
.detail-head { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; align-items:flex-start; margin-bottom: 22px; }
.detail-price { font-family: var(--font-head); font-size: 2.1rem; color: var(--navy); font-weight:700; }
.detail-price small { display:block; font-family: var(--font-body); font-size:.85rem; color: var(--muted); font-weight:500; }
.spec-row { display:grid; grid-template-columns: repeat(4,1fr); gap:16px; margin: 26px 0; }
.spec-box { background:#fff; border:1px solid var(--line); border-radius: var(--radius-sm); padding:18px; text-align:center; }
.spec-box svg { color: var(--gold); margin-bottom:6px; }
.spec-box .v { font-weight:700; color: var(--navy); font-size:1.1rem; }
.spec-box .k { font-size:.8rem; color: var(--muted); }
.detail-section { margin: 30px 0; }
.detail-section h3 { font-size:1.35rem; margin-bottom:14px; padding-bottom:10px; border-bottom:2px solid var(--gold-soft); }
.detail-section p { color:#3a4756; }
.amenity-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:12px; }
.amenity-grid li { list-style:none; display:flex; gap:10px; align-items:center; color:#3a4756; }
.amenity-grid svg { color: var(--green); flex:none; }
.agent-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); position: sticky; top: 94px; }
.agent-head { display:flex; align-items:center; gap:14px; margin-bottom:18px; }
.agent-badge { width:56px; height:56px; border-radius:14px; background: linear-gradient(135deg,var(--navy),var(--navy-3)); color: var(--gold); display:grid; place-items:center; font-family: var(--font-head); font-weight:700; font-size:1.3rem; }
.agent-card .stack { display:grid; gap:12px; margin-top: 8px; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset:0; background: rgba(7,20,32,.94); z-index: 300; display:none; place-items:center; padding: 30px; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92%; max-height: 86%; border-radius: 10px; }
.lightbox .lb-close, .lightbox .lb-nav { position:absolute; background: rgba(255,255,255,.12); border:none; color:#fff; width:50px; height:50px; border-radius:50%; cursor:pointer; display:grid; place-items:center; }
.lightbox .lb-close { top:24px; right:24px; }
.lightbox .lb-prev { left:24px; top:50%; transform: translateY(-50%); }
.lightbox .lb-next { right:24px; top:50%; transform: translateY(-50%); }
.lightbox button:hover { background: var(--gold); color: var(--navy); }

/* ---------- Utilities ---------- */
.reveal { opacity:0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity:1; transform:none; }
.text-center { text-align:center; }
.mt-40 { margin-top: 40px; }
.loading { text-align:center; padding:60px; color: var(--muted); grid-column:1/-1; }

/* ---------- CEO / Leadership ---------- */
.ceo { background: linear-gradient(160deg, #071b30, #0a2540 60%, #12345c); color: #eaf0f7; position: relative; overflow: hidden; }
.ceo::before { content:""; position:absolute; width:420px; height:420px; border-radius:50%; background: rgba(201,162,39,.12); top:-160px; left:-120px; }
.ceo-grid { display:grid; grid-template-columns: 380px 1fr; gap: 56px; align-items: center; position: relative; }
.ceo-photo { position: relative; }
.ceo-photo img { width:100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 20px; border: 1px solid rgba(201,162,39,.4); box-shadow: var(--shadow-lg); background:#0a2540; }
.ceo-photo::after { content:""; position:absolute; inset:14px; border:2px solid rgba(201,162,39,.35); border-radius:16px; pointer-events:none; }
.ceo-frame-badge { position:absolute; bottom:-20px; left:50%; transform:translateX(-50%); background:var(--gold); color:var(--navy); padding:10px 22px; border-radius:999px; font-weight:700; font-size:.9rem; box-shadow:var(--shadow); white-space:nowrap; }
.ceo h2 { color:#fff; font-size: clamp(2rem, 4vw, 2.8rem); }
.ceo .ceo-role { color: var(--gold-2); font-weight:600; letter-spacing:.5px; margin: 6px 0 20px; font-size:1.05rem; }
.ceo p { color:#c6d2df; font-size:1.05rem; }
.ceo-quote { border-left:3px solid var(--gold); padding-left:20px; margin:24px 0; font-family:var(--font-head); font-style:italic; font-size:1.25rem; color:#fff; line-height:1.5; }
.ceo-sign { margin-top:24px; display:flex; align-items:center; gap:18px; flex-wrap:wrap; }
.ceo-sign .name { font-family:var(--font-head); font-size:1.4rem; color:var(--gold-2); }
.ceo-socials { display:flex; gap:12px; margin-top:22px; }
.ceo-socials a { width:44px; height:44px; border-radius:12px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); display:grid; place-items:center; color:#fff; transition:.25s; }
.ceo-socials a:hover { background:var(--gold); color:var(--navy); transform:translateY(-3px); }

/* Facebook / YouTube brand hovers in footer */
.footer-social a.fb:hover { background:#1877f2; color:#fff; }
.footer-social a.yt:hover { background:#ff0000; color:#fff; }
.footer-social a.wa:hover { background:var(--green); color:#fff; }

@media (max-width: 900px) {
  .ceo-grid { grid-template-columns: 1fr; gap: 44px; }
  .ceo-photo { max-width: 340px; margin: 0 auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid, .services-grid, .feature-grid { grid-template-columns: repeat(2,1fr); }
  .split, .contact-grid, .detail-layout { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr; }
  .search { grid-template-columns: repeat(2,1fr); }
  .agent-card { position: static; }
  .split-badge { right: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .detail-gallery { grid-template-columns: 1fr; }
  .detail-thumbs { grid-template-rows: none; grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 720px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links { display: flex; position: absolute; top: 74px; left:0; right:0; flex-direction: column; background:#fff; padding: 20px; gap: 18px; box-shadow: var(--shadow); border-bottom:1px solid var(--line); }
  .grid, .services-grid, .feature-grid, .spec-row, .amenity-grid, .form-row { grid-template-columns: 1fr; }
  .spec-row { grid-template-columns: repeat(2,1fr); }
  .hero-inner { padding: 64px 0 110px; }
  .hero-stats { gap: 26px; }
  section { padding: 60px 0; }
  .cta-band { padding: 36px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .search { grid-template-columns: 1fr; }
  .nav-cta { gap: 10px; }
  .nav-cta .btn-navy { padding: 9px 15px; font-size: .85rem; }
}
@media (max-width: 430px) {
  .nav-inner { height: 64px; }
  .brand-badge { width: 40px; height: 40px; border-radius: 10px; font-size: 1rem; }
  .brand-name { font-size: 1.1rem; }
  .brand-sub { font-size: .6rem; letter-spacing: 2px; }
  .nav-cta .btn-navy { padding: 8px 12px; font-size: .8rem; }
}
