/* CORDIAL PAVILION HEIGHTS — LOCATION CSS
   Loads only on the Location page. */

block below into
   Kadence → Additional CSS

6. Google Maps embed: get iframe from maps.google.com
   → Share → Embed a map → copy src URL only
   → paste into RW Location Distances sidebar

SCHEMA: paste from pavilion-heights-schema.txt
  · Place schema (new — add to schema file)
  · FAQPage (8 location Q&As below)
  · BreadcrumbList
=================================================================
-->

<style>
/* ============================================================
   LOCATION PAGE — SCOPED STYLES
   Prefix: cpv-loc-
   Additional CSS → paste into Kadence → Additional CSS
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
  --ink:#0F1923;--ink-mid:#162030;
  --red:#C41230;--red-h:#a50f28;
  --gold:#C4933F;--cream:#F5F0E8;--cream-d:#EDE8DF;
  --white:#fff;
  --head:'Clash Display',sans-serif;
  --body:'DM Sans',sans-serif;
  --max:1160px;
}
html{scroll-behavior:smooth;}
body{font-family:var(--body);background:var(--cream);
  -webkit-font-smoothing:antialiased;color:var(--ink);}
a{text-decoration:none;}

/* ── HERO ── */
.cpv-loc-hero{background:var(--ink);padding:56px 24px 52px;
  position:relative;overflow:hidden;}
.cpv-loc-hero::before{content:'';position:absolute;inset:0;
  background:
    radial-gradient(ellipse 60% 80% at 90% 40%,rgba(196,147,63,0.08),transparent 60%),
    radial-gradient(ellipse 40% 60% at 10% 80%,rgba(196,18,48,0.05),transparent 55%);
  pointer-events:none;}
.cpv-loc-hero-grid{position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,0.015) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.015) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:radial-gradient(ellipse 60% 70% at 20% 40%,black,transparent 70%);
  pointer-events:none;}
.cpv-loc-hero-inner{max-width:var(--max);margin:0 auto;position:relative;z-index:1;
  display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.cpv-loc-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:16px;}
.cpv-loc-eyebrow-pip{width:6px;height:6px;border-radius:50%;
  background:var(--gold);flex-shrink:0;}
.cpv-loc-eyebrow-text{font-family:var(--body);font-size:10.5px;font-weight:500;
  letter-spacing:.26em;text-transform:uppercase;color:var(--gold);}
.cpv-loc-h1{font-family:var(--head);font-size:clamp(28px,3.5vw,48px);
  font-weight:600;color:var(--white);letter-spacing:-.025em;
  line-height:1.06;margin-bottom:14px;}
.cpv-loc-h1-accent{color:var(--gold);display:block;}
.cpv-loc-hero-sub{font-family:var(--body);font-size:15px;font-weight:300;
  color:rgba(255,255,255,0.48);line-height:1.75;max-width:480px;}
.cpv-loc-hero-sub strong{color:rgba(255,255,255,0.82);font-weight:400;}
.cpv-loc-hero-facts{display:flex;flex-direction:column;gap:0;
  border:1px solid rgba(196,147,63,0.2);border-radius:4px;overflow:hidden;}
.cpv-loc-fact{padding:18px 22px;border-bottom:1px solid rgba(196,147,63,0.12);
  display:flex;align-items:center;gap:14px;}
.cpv-loc-fact:last-child{border-bottom:none;}
.cpv-loc-fact-icon{width:38px;height:38px;flex-shrink:0;
  background:rgba(196,147,63,0.1);border-radius:3px;
  display:flex;align-items:center;justify-content:center;color:var(--gold);}
.cpv-loc-fact-icon svg{width:17px;height:17px;}
.cpv-loc-fact-val{font-family:var(--head);font-size:16px;font-weight:600;
  color:var(--white);letter-spacing:-.01em;margin-bottom:2px;}
.cpv-loc-fact-val em{font-style:normal;color:var(--gold);font-size:.85em;}
.cpv-loc-fact-lbl{font-family:var(--body);font-size:10.5px;font-weight:400;
  color:rgba(255,255,255,0.38);letter-spacing:.04em;}

/* ── INTRO ── */
.cpv-loc-intro{background:var(--white);border-bottom:1px solid rgba(15,25,35,.07);}
.cpv-loc-intro-inner{max-width:var(--max);margin:0 auto;padding:44px 24px;}
.cpv-loc-intro p{font-family:var(--body);font-size:15px;font-weight:300;
  color:rgba(15,25,35,0.72);line-height:1.82;margin-bottom:16px;}
.cpv-loc-intro p:last-child{margin-bottom:0;}
.cpv-loc-intro strong{color:var(--ink);font-weight:500;}

/* ── SECTION EYEBROW (shared) ── */
.cpv-loc-sec-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.cpv-loc-sec-pip{width:6px;height:6px;border-radius:50%;background:var(--gold);}
.cpv-loc-sec-eyebrow-text{font-family:var(--body);font-size:10.5px;font-weight:500;
  letter-spacing:.26em;text-transform:uppercase;color:var(--gold);}
.cpv-loc-sec-heading{font-family:var(--head);font-size:clamp(24px,2.8vw,38px);
  font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:10px;}
.cpv-loc-sec-sub{font-family:var(--body);font-size:15px;font-weight:300;
  line-height:1.7;max-width:560px;}

/* ── ADVANTAGES — dark section ── */
.cpv-loc-adv{background:var(--ink);padding:64px 0;position:relative;overflow:hidden;}
.cpv-loc-adv::after{content:'';position:absolute;top:-30%;right:-5%;
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(196,147,63,0.06),transparent 65%);
  pointer-events:none;}
.cpv-loc-adv-inner{max-width:var(--max);margin:0 auto;padding:0 24px;}
.cpv-loc-adv-header{margin-bottom:40px;}
.cpv-loc-adv-header .cpv-loc-sec-heading{color:var(--white);}
.cpv-loc-adv-header .cpv-loc-sec-sub{color:rgba(255,255,255,0.45);}
.cpv-loc-adv-grid{display:grid;grid-template-columns:repeat(3,1fr);
  gap:1px;background:rgba(255,255,255,0.06);border-radius:4px;overflow:hidden;}
.cpv-loc-adv-card{background:rgba(255,255,255,0.02);padding:28px 24px;transition:background .2s;}
.cpv-loc-adv-card:hover{background:rgba(255,255,255,0.04);}
.cpv-loc-adv-icon{width:44px;height:44px;background:rgba(196,147,63,0.1);
  border:1px solid rgba(196,147,63,0.2);border-radius:3px;
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.cpv-loc-adv-icon svg{width:20px;height:20px;color:var(--gold);}
.cpv-loc-adv-title{font-family:var(--head);font-size:16px;font-weight:500;
  color:var(--white);margin-bottom:8px;letter-spacing:-.01em;}
.cpv-loc-adv-desc{font-family:var(--body);font-size:13px;font-weight:300;
  color:rgba(255,255,255,0.42);line-height:1.7;}
.cpv-loc-adv-desc strong{color:rgba(255,255,255,0.72);font-weight:400;}

/* ── DISTANCE + MAP ── */
/* Uses RW Location Distances block — block CSS handles layout.
   These styles supplement the intro and map footer only. */
.cpv-loc-dist-section{background:var(--cream);padding:64px 0;}

/* ── NEIGHBOURHOOD DEEP DIVE ── */
.cpv-loc-nbhd{background:var(--white);padding:64px 0;}
.cpv-loc-nbhd-inner{max-width:var(--max);margin:0 auto;padding:0 24px;}
.cpv-loc-nbhd-header{margin-bottom:40px;}
.cpv-loc-nbhd-header .cpv-loc-sec-heading{color:var(--ink);}
.cpv-loc-nbhd-header .cpv-loc-sec-sub{color:rgba(15,25,35,0.52);}
.cpv-loc-nbhd-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.cpv-loc-nbhd-card{background:var(--cream);border-radius:4px;padding:24px 22px;
  border:1px solid rgba(15,25,35,.07);transition:box-shadow .2s,transform .15s;}
.cpv-loc-nbhd-card:hover{box-shadow:0 6px 24px rgba(15,25,35,.08);transform:translateY(-2px);}
.cpv-loc-nbhd-card-hdr{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px;}
.cpv-loc-nbhd-icon{width:42px;height:42px;flex-shrink:0;background:rgba(196,18,48,.08);
  border-radius:3px;display:flex;align-items:center;justify-content:center;color:var(--red);}
.cpv-loc-nbhd-icon svg{width:18px;height:18px;}
.cpv-loc-nbhd-card-title{font-family:var(--head);font-size:16px;font-weight:500;
  color:var(--ink);letter-spacing:-.01em;margin-bottom:3px;}
.cpv-loc-nbhd-card-sub{font-family:var(--body);font-size:11px;
  color:rgba(15,25,35,0.4);letter-spacing:.04em;}
.cpv-loc-nbhd-desc{font-family:var(--body);font-size:13.5px;font-weight:300;
  color:rgba(15,25,35,0.65);line-height:1.75;margin-bottom:14px;}
.cpv-loc-nbhd-desc strong{color:var(--ink);font-weight:500;}
.cpv-loc-nbhd-bullets{display:flex;flex-direction:column;gap:6px;}
.cpv-loc-nbhd-bullet{display:flex;align-items:flex-start;gap:9px;
  font-family:var(--body);font-size:12.5px;
  color:rgba(15,25,35,0.6);line-height:1.5;}
.cpv-loc-nbhd-dot{width:4px;height:4px;border-radius:50%;
  background:var(--gold);flex-shrink:0;margin-top:7px;}

/* ── ELEVATION CALLOUT ── */
.cpv-loc-elev{background:var(--ink);padding:0;}
.cpv-loc-elev-inner{max-width:var(--max);margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:1fr 1fr;
  border-top:1px solid rgba(196,147,63,.15);}
.cpv-loc-elev-left{padding:52px 48px 52px 0;
  border-right:1px solid rgba(196,147,63,.15);}
.cpv-loc-elev-right{padding:52px 0 52px 48px;}
.cpv-loc-elev-num{font-family:var(--head);font-size:clamp(52px,7vw,88px);
  font-weight:600;color:var(--white);letter-spacing:-.04em;line-height:1;}
.cpv-loc-elev-unit{font-family:var(--head);font-size:clamp(18px,2.2vw,28px);
  font-weight:400;color:var(--gold);letter-spacing:-.02em;margin-top:2px;}
.cpv-loc-elev-lbl{font-family:var(--body);font-size:11px;
  letter-spacing:.18em;text-transform:uppercase;
  color:rgba(255,255,255,0.35);margin-top:8px;}
.cpv-loc-elev-desc{font-family:var(--body);font-size:14.5px;font-weight:300;
  color:rgba(255,255,255,0.45);line-height:1.8;margin-top:22px;}
.cpv-loc-elev-desc strong{color:rgba(255,255,255,.8);font-weight:400;}
.cpv-loc-elev-rh{font-family:var(--head);font-size:20px;font-weight:600;
  color:var(--white);letter-spacing:-.02em;margin-bottom:20px;}
.cpv-loc-elev-points{display:flex;flex-direction:column;gap:18px;}
.cpv-loc-elev-pt{display:flex;align-items:flex-start;gap:14px;}
.cpv-loc-elev-pt-icon{width:36px;height:36px;flex-shrink:0;
  background:rgba(196,147,63,.1);border-radius:3px;
  display:flex;align-items:center;justify-content:center;color:var(--gold);}
.cpv-loc-elev-pt-icon svg{width:16px;height:16px;}
.cpv-loc-elev-pt-title{font-family:var(--head);font-size:14px;font-weight:500;
  color:var(--white);letter-spacing:-.01em;margin-bottom:4px;}
.cpv-loc-elev-pt-desc{font-family:var(--body);font-size:12.5px;font-weight:300;
  color:rgba(255,255,255,0.4);line-height:1.6;}

/* ── NRI STRIP ── */
.cpv-loc-nri{background:var(--cream-d);padding:52px 24px;
  border-top:3px solid var(--red);}
.cpv-loc-nri-inner{max-width:var(--max);margin:0 auto;
  display:flex;align-items:center;
  justify-content:space-between;gap:32px;flex-wrap:wrap;}
.cpv-loc-nri-left{display:flex;align-items:flex-start;gap:18px;flex:1;}
.cpv-loc-nri-emoji{font-size:32px;flex-shrink:0;line-height:1;}
.cpv-loc-nri-title{font-family:var(--head);font-size:20px;font-weight:600;
  color:var(--ink);letter-spacing:-.02em;margin-bottom:8px;}
.cpv-loc-nri-desc{font-family:var(--body);font-size:14px;font-weight:300;
  color:rgba(15,25,35,0.6);line-height:1.7;max-width:520px;}
.cpv-loc-nri-desc strong{color:var(--ink);font-weight:500;}
.cpv-loc-nri-btn{display:inline-flex;align-items:center;gap:8px;
  font-family:var(--body);font-size:12px;font-weight:500;
  letter-spacing:.1em;text-transform:uppercase;
  color:var(--white);background:var(--ink);
  padding:14px 24px;border-radius:3px;white-space:nowrap;flex-shrink:0;
  transition:background .2s,transform .15s;}
.cpv-loc-nri-btn:hover{background:#1a2d42;transform:translateY(-1px);}
.cpv-loc-nri-btn svg{width:14px;height:14px;}

/* ── FAQ ── */
.cpv-loc-faq{max-width:var(--max);margin:0 auto;padding:64px 24px 0;}
.cpv-loc-faq-heading{font-family:var(--head);
  font-size:clamp(22px,2.5vw,36px);font-weight:600;
  color:var(--ink);letter-spacing:-.02em;margin-bottom:8px;}
.cpv-loc-faq-sub{font-family:var(--body);font-size:14px;font-weight:300;
  color:rgba(15,25,35,0.5);margin-bottom:36px;line-height:1.65;}
.cpv-loc-faq-list{display:flex;flex-direction:column;gap:2px;}
.cpv-loc-faq-item{background:var(--white);border:1px solid rgba(15,25,35,.08);
  border-radius:4px;overflow:hidden;}
.cpv-loc-faq-q{width:100%;display:flex;align-items:center;
  justify-content:space-between;gap:16px;padding:18px 22px;
  font-family:var(--body);font-size:14.5px;font-weight:500;color:var(--ink);
  cursor:pointer;background:none;border:none;text-align:left;transition:background .2s;}
.cpv-loc-faq-q:hover{background:rgba(245,240,232,.6);}
.cpv-loc-faq-q svg{width:16px;height:16px;color:var(--red);
  flex-shrink:0;transition:transform .25s;}
.cpv-loc-faq-item.open .cpv-loc-faq-q svg{transform:rotate(45deg);}
.cpv-loc-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.cpv-loc-faq-item.open .cpv-loc-faq-a{max-height:500px;}
.cpv-loc-faq-a-inner{padding:16px 22px 20px;font-family:var(--body);
  font-size:14px;font-weight:300;color:rgba(15,25,35,.65);
  line-height:1.78;border-top:1px solid rgba(15,25,35,.06);}
.cpv-loc-faq-a-inner strong{color:var(--ink);font-weight:500;}
.cpv-loc-faq-a-inner a{color:var(--red);}

/* ── INTERNAL LINKS ── */
.cpv-loc-links{max-width:var(--max);margin:0 auto;padding:48px 24px 0;}
.cpv-loc-links-lbl{font-family:var(--body);font-size:10px;font-weight:500;
  letter-spacing:.18em;text-transform:uppercase;
  color:rgba(15,25,35,0.35);margin-bottom:16px;}
.cpv-loc-links-row{display:flex;flex-wrap:wrap;gap:10px;}
.cpv-loc-link{display:inline-flex;align-items:center;gap:8px;
  font-family:var(--body);font-size:13px;color:rgba(15,25,35,.6);
  background:var(--white);border:1px solid rgba(15,25,35,.1);
  padding:10px 18px;border-radius:3px;transition:border-color .2s,color .2s;}
.cpv-loc-link:hover{border-color:var(--red);color:var(--red);}
.cpv-loc-link svg{width:13px;height:13px;opacity:.5;}

/* ── CTA STRIP ── */
.cpv-loc-cta{background:var(--ink);padding:56px 24px;margin-top:56px;}
.cpv-loc-cta-inner{max-width:var(--max);margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  gap:32px;flex-wrap:wrap;}
.cpv-loc-cta-title{font-family:var(--head);
  font-size:clamp(22px,2.8vw,36px);font-weight:600;
  color:var(--white);letter-spacing:-.02em;margin-bottom:8px;}
.cpv-loc-cta-sub{font-family:var(--body);font-size:14px;font-weight:300;
  color:rgba(255,255,255,.4);line-height:1.65;max-width:420px;}
.cpv-loc-cta-btns{display:flex;gap:10px;flex-wrap:wrap;flex-shrink:0;}
.cpv-loc-cta-btn-p{display:inline-flex;align-items:center;gap:8px;
  font-family:var(--body);font-size:12px;font-weight:500;
  letter-spacing:.12em;text-transform:uppercase;
  color:var(--white);background:var(--red);padding:14px 28px;border-radius:3px;
  transition:background .2s,transform .15s;}
.cpv-loc-cta-btn-p:hover{background:var(--red-h);transform:translateY(-2px);}
.cpv-loc-cta-btn-p svg{width:14px;height:14px;}
.cpv-loc-cta-btn-w{display:inline-flex;align-items:center;gap:8px;
  font-family:var(--body);font-size:12px;font-weight:400;
  color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.15);
  padding:13px 24px;border-radius:3px;transition:border-color .2s,color .2s;}
.cpv-loc-cta-btn-w:hover{border-color:#25D366;color:#25D366;}
.cpv-loc-cta-btn-w svg{width:14px;height:14px;}

/* ── FOOTER ── */
.cpv-loc-footer{background:var(--ink);border-top:1px solid rgba(255,255,255,.05);padding:18px 24px;}
.cpv-loc-footer-inner{max-width:var(--max);margin:0 auto;
  font-family:var(--body);font-size:11px;color:rgba(255,255,255,.2);line-height:1.65;}

/* Distance section inner grid */
.cpv-loc-dist-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start;
  padding:64px 0;
}

/* ── RESPONSIVE ── */
@media(max-width:860px){
  .cpv-loc-hero-inner{grid-template-columns:1fr;}
  .cpv-loc-adv-grid{grid-template-columns:1fr;}
  .cpv-loc-dist-grid{grid-template-columns:1fr !important;gap:40px;padding:40px 0;}
  .cpv-loc-nbhd-grid{grid-template-columns:1fr;}
  .cpv-loc-elev-inner{grid-template-columns:1fr;}
  .cpv-loc-elev-left{padding:40px 0 32px;border-right:none;
    border-bottom:1px solid rgba(196,147,63,.15);}
  .cpv-loc-elev-right{padding:32px 0 40px;}
  .cpv-loc-nri-inner{flex-direction:column;text-align:center;}
  .cpv-loc-nri-left{flex-direction:column;align-items:center;text-align:center;}
  .cpv-loc-nri-btn{width:100%;justify-content:center;}
  .cpv-loc-cta-inner{flex-direction:column;text-align:center;}
  .cpv-loc-cta-btns{width:100%;justify-content:center;}
}
@media(max-width:520px){
  .cpv-loc-dist-grid{padding:28px 0 !important;}
  .cpv-loc-hero-facts{margin-top:8px;}
  /* Distance rows — prevent overflow on small screens */
  .cpv-loc-dist-grid [style*="display:flex"][style*="justify-content:space-between"]{
    flex-wrap:wrap; gap:4px 12px;
  }
  /* Hero facts — reduce padding on very small screens */
  .cpv-loc-fact{padding:13px 16px;}
  .cpv-loc-fact-val{font-size:14px;}
}