/*
 * Property North Suite - Lux palette 4e toggle (item 67, 0.6.18).
 * REGION-SCOPED (v3): only the header, topbar, page-top heroes, footer and
 * the homepage hero are recoloured; every other band keeps the live dark
 * treatment. That is the blueprint's rollout scope, and it is what the
 * 23 Aug live test of the blanket version proved necessary.
 * All rules are gated behind body.pn-palette-4e: on Dark nothing matches.
 */

/* Header + footer chrome */
body.pn-palette-4e .pnc .site-header,body.pn-palette-4e .pnc .footer{--ink:#FFFDF9;--ink-2:#FFFDF9;--line-dk:#ECE6D8;--line:#ECE6D8;--teal:#0B7A7A;--teal-dp:#0B7A7A;--teal-ink:#EAF7F6;--sand:#0B7A7A;--sand-dp:#0B7A7A;--cream:#1C2B29;--cream-2:#FBF7EE;--paper:#FFFDF9;--heading:#1C2B29;--muted-l:#4A473C;--muted-d:#4A473C;--label-d:#6B644F;--label-l:#6B644F}
body.pn-palette-4e .pnc .site-header{background:rgba(255,253,249,0.96);border-bottom-color:#ECE6D8}
body.pn-palette-4e .pnc .footer{background:#FFFDF9;border-top-color:#ECE6D8}
body.pn-palette-4e .pnc .site-header .nav a.btn{background:transparent;border:1px solid #1C2B29;color:#1C2B29}

/* Topbar rides the accent */
body.pn-palette-4e .pnc .topbar{background:#0B7A7A;color:#EAF7F6}
body.pn-palette-4e .pnc .topbar a{color:#EAF7F6;border-bottom-color:#EAF7F6}

/* Page-top heroes only */
body.pn-palette-4e .pnc .hero,body.pn-palette-4e .pnc .contact-hero,body.pn-palette-4e .pnc .sell-hero{--ink:#FBF7EE;--ink-2:#FBF7EE;--line-dk:#ECE6D8;--line:#ECE6D8;--teal:#0B7A7A;--teal-dp:#0B7A7A;--teal-ink:#EAF7F6;--sand:#0B7A7A;--sand-dp:#0B7A7A;--cream:#1C2B29;--cream-2:#FBF7EE;--paper:#FFFDF9;--heading:#1C2B29;--muted-l:#4A473C;--muted-d:#4A473C;--label-d:#6B644F;--label-l:#6B644F;background:#FBF7EE}
body.pn-palette-4e .pnc .hero .kicker,body.pn-palette-4e .pnc .contact-hero .kicker,body.pn-palette-4e .pnc .sell-hero .kicker{color:#4A473C}
body.pn-palette-4e .pnc .hero .btn-solid,body.pn-palette-4e .pnc .contact-hero .btn-solid,body.pn-palette-4e .pnc .sell-hero .btn-solid{background:#1C2B29;color:#FFFDF9}
body.pn-palette-4e .pnc .hero .btn-outline,body.pn-palette-4e .pnc .contact-hero .btn-outline,body.pn-palette-4e .pnc .sell-hero .btn-outline{border-color:#1C2B29;color:#1C2B29}
body.pn-palette-4e .pnc .hero .btn-outline:hover,body.pn-palette-4e .pnc .contact-hero .btn-outline:hover,body.pn-palette-4e .pnc .sell-hero .btn-outline:hover{background:rgba(28,43,41,0.12)}

/* Homepage hero (pn-home is a class on the body; the hero paints its own ground) */
body.pn-palette-4e.pn-home .pn-hero{--pn-ink:#FBF7EE;--pn-teal:#0B7A7A;--pn-teal-hover:#0B7A7A;--pn-teal-deep:#EAF7F6;--pn-line-dark:#ECE6D8;--pn-line-dark-soft:#ECE6D8;--pn-line-rule:#ECE6D8;--pn-body-dark:#4A473C;--pn-meta-dark:#6B644F}
body.pn-palette-4e.pn-home .pn-hero .pn-hero__title{color:#1C2B29}
body.pn-palette-4e.pn-home .pn-hero .pn-hero__lede{color:#4A473C}
