/*
Theme Name: CKP Advocates LLP Premium
Theme URI: https://www.ckpadvocates.co.ke/
Author: CKP Advocates LLP
Description: Standalone premium WordPress theme for Clarence Kariuki & Partners LLP (CKP Advocates LLP). Includes dedicated legal practice, advocate, insights, contact and corporate templates with optional WPBakery compatibility.
Version: 1.2.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ckp-premium
License: GNU General Public License v2 or later
*/


/* Standalone hardening: these rules replace all former parent-theme assumptions. */
:root{
  --ckp-charcoal:#231f20;
  --ckp-deep:#171415;
  --ckp-gold:#ba9369;
  --ckp-gold-light:#d7b184;
  --ckp-ivory:#f7f3ee;
  --ckp-text:#231f20;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ckp-text);font-family:Arial,Helvetica,sans-serif}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
a{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
.ckp-practice:hover h3,.ckp-practice:focus-visible h3{color:#fff!important}
.ckp-practice:hover p,.ckp-practice:focus-visible p{color:rgba(255,255,255,.74)!important}
.ckp-practice:hover>span,.ckp-practice:hover i,
.ckp-practice:focus-visible>span,.ckp-practice:focus-visible i{color:var(--ckp-gold-light)!important}
.ckp-prefooter,.ckp-final-cta,.ckp-consultation-cta{background:#332e2f!important;color:#fff!important}
.ckp-prefooter h2,.ckp-prefooter h3,.ckp-final-cta h2,.ckp-consultation-cta h2{color:#fff!important}
.ckp-prefooter .ckp-eyebrow{color:var(--ckp-gold-light)!important}
.ckp-insight-card>a:not(:has(img)){min-height:320px;display:flex;align-items:flex-end}
.ckp-insight-card>a:not(:has(img))>div{width:100%}
.admin-bar .ckp-header{top:32px}
@media(max-width:782px){.admin-bar .ckp-header{top:46px}}

/* Main presentation is loaded from assets/css/ckp-premium.css */


/* ==========================================================================
   CKP v2.2 — LIVE VISUAL QA / WPBAKERY + CHAUFFEUR HARDENING
   Based on full-page desktop review.
   ========================================================================== */

/* 1. Prevent legacy theme/page-builder leakage and stray escaped whitespace */
html, body { overflow-x: hidden; }
body { background:#fff; }
.ckp-site { position:relative; z-index:1; }

/* Header */
.ckp-header,
.ckp-main-header {
  background:#231f20 !important;
}
.ckp-header a,
.ckp-main-header a { text-decoration:none; }
.ckp-header .ckp-logo img,
.ckp-main-header .ckp-logo img {
  display:block;
  width:auto;
  max-width:320px;
  max-height:70px;
  object-fit:contain;
}
@media (min-width: 1025px) {
  .ckp-main-header .ckp-container,
  .ckp-header .ckp-container {
    min-height:92px;
    display:flex;
    align-items:center;
  }
}

/* WPBakery predictable geometry */
.ckp-site .vc_row,
.ckp-site .wpb_row { margin-left:0 !important; margin-right:0 !important; }
.ckp-site .vc_column_container > .vc_column-inner {
  box-sizing:border-box;
}
.ckp-site .wpb_content_element:last-child { margin-bottom:0; }

/* 2. Hero: keep content readable and avoid WhatsApp collision */
.ckp-hero {
  min-height:620px;
  overflow:hidden;
}
.ckp-hero h1,
.ckp-hero .ckp-display {
  color:#fff !important;
  text-wrap:balance;
}
.ckp-hero p { color:rgba(255,255,255,.74) !important; }
.ckp-hero .ckp-accent,
.ckp-hero em { color:#d7b184 !important; }

/* 3. Intro/value strip — cleaner vertical rhythm */
.ckp-values,
.ckp-value-strip { border-color:rgba(35,31,32,.12); }
.ckp-values > *,
.ckp-value-strip > * { min-height:106px; }

/* 4. Expertise heading — remove accidental clipping behind sticky header */
.ckp-expertise,
.ckp-practices,
#expertise {
  scroll-margin-top:120px;
  position:relative;
}
.ckp-section-heading { position:relative; z-index:2; }

/* 5. PRACTICE CARDS — explicit normal and hover states */
.ckp-practice-card,
.ckp-practice-card:link,
.ckp-practice-card:visited {
  position:relative;
  background:#fff !important;
  color:#231f20 !important;
  min-height:300px;
  transition:background-color .28s ease, color .28s ease, transform .28s ease,
             box-shadow .28s ease, border-color .28s ease;
}
.ckp-practice-card h2,
.ckp-practice-card h3,
.ckp-practice-card h4,
.ckp-practice-card .ckp-card-title {
  color:#111 !important;
  transition:color .28s ease;
}
.ckp-practice-card p,
.ckp-practice-card .ckp-card-copy,
.ckp-practice-card .wpb_text_column p {
  color:#6e625c !important;
  transition:color .28s ease;
}
.ckp-practice-card .ckp-practice-number,
.ckp-practice-card .ckp-card-number,
.ckp-practice-card .ckp-number,
.ckp-practice-card .ckp-arrow,
.ckp-practice-card .ckp-practice-arrow {
  color:#b88755 !important;
}
.ckp-practice-card:hover,
.ckp-practice-card:focus-visible {
  background:#231f20 !important;
  color:#fff !important;
  border-color:#231f20 !important;
  transform:translateY(-3px);
  box-shadow:0 18px 44px rgba(35,31,32,.12);
  z-index:3;
}
.ckp-practice-card:hover h2,
.ckp-practice-card:hover h3,
.ckp-practice-card:hover h4,
.ckp-practice-card:hover .ckp-card-title,
.ckp-practice-card:focus-visible h2,
.ckp-practice-card:focus-visible h3,
.ckp-practice-card:focus-visible h4,
.ckp-practice-card:focus-visible .ckp-card-title {
  color:#fff !important;
}
.ckp-practice-card:hover p,
.ckp-practice-card:hover .ckp-card-copy,
.ckp-practice-card:hover .wpb_text_column p,
.ckp-practice-card:focus-visible p,
.ckp-practice-card:focus-visible .ckp-card-copy {
  color:rgba(255,255,255,.76) !important;
}
.ckp-practice-card:hover a,
.ckp-practice-card:hover a:visited,
.ckp-practice-card:focus-visible a {
  color:#fff !important;
}
.ckp-practice-card:hover .ckp-practice-number,
.ckp-practice-card:hover .ckp-card-number,
.ckp-practice-card:hover .ckp-number,
.ckp-practice-card:hover .ckp-arrow,
.ckp-practice-card:hover .ckp-practice-arrow {
  color:#d7b184 !important;
}

/* 6. Dark About section — inherited black headings were a contrast bug */
.ckp-dark,
.ckp-section-dark,
.ckp-about-dark,
.ckp-wpb-dark {
  background:#231f20 !important;
  color:#fff !important;
}
.ckp-dark h1, .ckp-dark h2, .ckp-dark h3, .ckp-dark h4,
.ckp-section-dark h1, .ckp-section-dark h2, .ckp-section-dark h3, .ckp-section-dark h4,
.ckp-about-dark h1, .ckp-about-dark h2, .ckp-about-dark h3, .ckp-about-dark h4,
.ckp-wpb-dark h1, .ckp-wpb-dark h2, .ckp-wpb-dark h3, .ckp-wpb-dark h4,
.ckp-wpb-dark .wpb_text_column h1, .ckp-wpb-dark .wpb_text_column h2,
.ckp-wpb-dark .wpb_text_column h3 {
  color:#fff !important;
}
.ckp-dark p, .ckp-section-dark p, .ckp-about-dark p, .ckp-wpb-dark p,
.ckp-wpb-dark .wpb_text_column p {
  color:rgba(255,255,255,.75) !important;
}
.ckp-dark .ckp-eyebrow, .ckp-section-dark .ckp-eyebrow,
.ckp-about-dark .ckp-eyebrow, .ckp-wpb-dark .ckp-eyebrow {
  color:#d7b184 !important;
}

/* 7. Team: remove unfinished-looking placeholder box */
.ckp-team-empty,
.ckp-team-placeholder {
  border:1px solid rgba(35,31,32,.12);
  background:#faf8f5;
  padding:42px;
}
.ckp-team-empty h3,
.ckp-team-placeholder h3 { font-size:clamp(25px,2.3vw,36px); }

/* 8. Insights cards — reduce excessive empty media area when no featured image */
.ckp-insight-card { background:#fff; }
.ckp-insight-card .ckp-insight-image:empty,
.ckp-insight-card .ckp-card-image:empty {
  display:none !important;
}
.ckp-insight-card:not(:has(img)) {
  min-height:330px;
}
.ckp-insight-card:not(:has(img)) .ckp-insight-content,
.ckp-insight-card:not(:has(img)) .ckp-card-content {
  padding-top:48px !important;
}

/* 9. CTA — explicit contrast; screenshot showed black title on charcoal */
.ckp-cta,
.ckp-final-cta,
.ckp-consultation-cta {
  background:#332e2f !important;
}
.ckp-cta h2, .ckp-cta h3,
.ckp-final-cta h2, .ckp-final-cta h3,
.ckp-consultation-cta h2, .ckp-consultation-cta h3 {
  color:#fff !important;
}
.ckp-cta p, .ckp-final-cta p, .ckp-consultation-cta p {
  color:rgba(255,255,255,.74) !important;
}
.ckp-cta .ckp-btn-primary,
.ckp-final-cta .ckp-btn-primary,
.ckp-consultation-cta .ckp-btn-primary {
  background:#c49a6c !important;
  color:#171313 !important;
}
.ckp-cta .ckp-btn-secondary,
.ckp-final-cta .ckp-btn-secondary,
.ckp-consultation-cta .ckp-btn-secondary {
  color:#fff !important;
  border-color:rgba(255,255,255,.32) !important;
}

/* 10. Footer */
.ckp-footer,
.ckp-site-footer { background:#171415 !important; }
.ckp-footer h2, .ckp-footer h3, .ckp-footer h4,
.ckp-site-footer h2, .ckp-site-footer h3, .ckp-site-footer h4 {
  color:#fff !important;
}
.ckp-footer p, .ckp-footer li,
.ckp-site-footer p, .ckp-site-footer li {
  color:rgba(255,255,255,.68) !important;
}

/* 11. Floating WhatsApp — keep it off content and above footer safely */
.ckp-whatsapp,
.ckp-whatsapp-float {
  right:24px !important;
  bottom:24px !important;
  z-index:9990 !important;
}
@media (min-width:1025px) {
  .ckp-site main,
  .ckp-main { padding-bottom:18px; }
}

/* 12. WPBakery utility classes */
.ckp-wpb-light, .ckp-wpb-ivory {
  color:#231f20 !important;
}
.ckp-wpb-light h1, .ckp-wpb-light h2, .ckp-wpb-light h3,
.ckp-wpb-ivory h1, .ckp-wpb-ivory h2, .ckp-wpb-ivory h3 {
  color:#111 !important;
}
.ckp-wpb-light p, .ckp-wpb-ivory p { color:#6e625c !important; }

/* 13. Responsive refinements */
@media (max-width:1024px) {
  .ckp-header .ckp-logo img,
  .ckp-main-header .ckp-logo img { max-width:270px; max-height:62px; }
  .ckp-hero { min-height:auto; }
}
@media (max-width:767px) {
  .ckp-practice-card { min-height:245px; }
  .ckp-whatsapp, .ckp-whatsapp-float {
    right:14px !important;
    bottom:14px !important;
    max-width:calc(100vw - 28px);
  }
  .ckp-team-empty, .ckp-team-placeholder { padding:28px 22px; }
}


/* ==========================================================================
   CKP Standalone v1.1 — About, Insights & Contact
   ========================================================================== */

/* Secondary-page brand treatment. Homepage remains unchanged. */
body.page-about-us .ckp-inner-hero,
body.page-our-contacts .ckp-inner-hero,
body.page-news-articles .ckp-inner-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(186,147,105,.12), transparent 26%),
    linear-gradient(118deg,#171415 0%,#231f20 62%,#30292a 100%) !important;
  padding:105px 0 95px;
}
body.page-about-us .ckp-inner-hero:after,
body.page-our-contacts .ckp-inner-hero:after,
body.page-news-articles .ckp-inner-hero:after {
  color:rgba(255,255,255,.025);
}
body.page-about-us .ckp-inner-hero h1,
body.page-our-contacts .ckp-inner-hero h1,
body.page-news-articles .ckp-inner-hero h1 {
  max-width:900px;
}
body.page-about-us .ckp-inner-hero p,
body.page-our-contacts .ckp-inner-hero p,
body.page-news-articles .ckp-inner-hero p {
  color:rgba(255,255,255,.72);
}

.ckp-subpage-intro{padding:100px 0;background:#fff}
.ckp-subpage-intro-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:95px;align-items:start}
.ckp-subpage-intro h2,.ckp-contact-intro h2,.ckp-insights-intro h2{
  font:500 clamp(38px,4vw,58px)/1.08 var(--serif);
  letter-spacing:-.035em;
  margin:16px 0 0;
  color:#171415;
}
.ckp-subpage-lead{max-width:680px}
.ckp-subpage-lead p{font-size:17px;color:#685f5a;margin:0 0 20px}
.ckp-btn-dark{background:#231f20!important;border:1px solid #231f20!important;color:#fff!important;margin-top:16px}
.ckp-btn-dark:hover{background:#ba9369!important;border-color:#ba9369!important;color:#171415!important}

/* About */
.ckp-about-band{background:#231f20;color:#fff;padding:100px 0}
.ckp-about-band-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:100px}
.ckp-about-band-title{align-self:start;position:sticky;top:135px}
.ckp-about-band-title h2{
  color:#fff!important;
  font:500 clamp(39px,4.2vw,60px)/1.06 var(--serif);
  letter-spacing:-.04em;
  margin:16px 0 0;
}
.ckp-about-pillars article{
  display:grid;grid-template-columns:70px 1fr;gap:25px;
  padding:28px 0;border-bottom:1px solid rgba(255,255,255,.13)
}
.ckp-about-pillars article:first-child{padding-top:0}
.ckp-about-pillars b{font:500 25px var(--serif);color:#d7b184}
.ckp-about-pillars h3{font:500 29px/1.2 var(--serif);color:#fff!important;margin:0 0 7px}
.ckp-about-pillars p{color:rgba(255,255,255,.67)!important;margin:0;max-width:620px}
.ckp-about-values-section{background:#fff}
.ckp-section-head-compact{margin-bottom:46px}
.ckp-about-value-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(35,31,32,.14);
  border-left:1px solid rgba(35,31,32,.14)
}
.ckp-about-value-grid article{
  min-height:285px;padding:30px;
  border-right:1px solid rgba(35,31,32,.14);
  border-bottom:1px solid rgba(35,31,32,.14)
}
.ckp-about-value-grid span{font-size:10px;font-weight:800;letter-spacing:.16em;color:#a97848}
.ckp-about-value-grid h3{font:500 27px var(--serif);margin:58px 0 10px;color:#171415}
.ckp-about-value-grid p{font-size:13px;line-height:1.7;color:#71645f}
.ckp-about-capabilities{border-top:1px solid rgba(35,31,32,.08)}

/* Contact */
.ckp-contact-intro{padding:64px 0;background:#f7f3ee;border-bottom:1px solid rgba(35,31,32,.11)}
.ckp-contact-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:end}
.ckp-contact-quick{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid rgba(35,31,32,.12)}
.ckp-contact-quick a{
  display:flex;flex-direction:column;justify-content:space-between;gap:20px;
  min-height:125px;padding:22px;border-top:1px solid rgba(35,31,32,.12);
  border-right:1px solid rgba(35,31,32,.12);
  border-bottom:1px solid rgba(35,31,32,.12);
  text-decoration:none!important;color:#231f20!important
}
.ckp-contact-quick a:hover{background:#231f20;color:#fff!important;transform:translateY(-2px)}
.ckp-contact-quick span{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#a97848;font-weight:800}
.ckp-contact-quick a:hover span{color:#d7b184}
.ckp-contact-quick strong{font-size:12px;line-height:1.45;word-break:break-word}
.ckp-contact-main-section{background:#fff}
.ckp-contact-premium-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:start}
.ckp-contact-section-title{max-width:650px;margin-bottom:40px}
.ckp-contact-section-title h2{
  font:500 clamp(38px,4vw,56px)/1.08 var(--serif);letter-spacing:-.035em;
  margin:14px 0;color:#171415
}
.ckp-contact-section-title>p{color:#71645f;max-width:580px}
.ckp-office-premium{
  display:grid;grid-template-columns:70px 1fr;gap:25px;padding:32px 0;
  border-top:1px solid rgba(35,31,32,.14)
}
.ckp-office-premium:last-child{border-bottom:1px solid rgba(35,31,32,.14)}
.ckp-office-no{font:500 26px var(--serif);color:#ba9369}
.ckp-office-location{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:#a97848}
.ckp-office-premium h3{font:500 30px var(--serif);margin:7px 0 10px;color:#171415}
.ckp-office-premium p{color:#71645f;font-size:14px}
.ckp-office-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:16px}
.ckp-office-links a{font-size:12px;font-weight:700;color:#231f20;text-decoration:none;border-bottom:1px solid #ba9369}
.ckp-contact-consult{background:#231f20;color:#fff;padding:46px;position:sticky;top:125px}
.ckp-contact-consult h2{font:500 40px/1.08 var(--serif);color:#fff!important;margin:14px 0}
.ckp-contact-consult-lead{color:rgba(255,255,255,.69)!important;margin-bottom:28px}
.ckp-contact-noform{border-top:1px solid rgba(255,255,255,.14);margin:25px 0 28px}
.ckp-contact-noform>div{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.ckp-contact-noform small{color:#d7b184;font-weight:800}
.ckp-contact-noform p{margin:0;color:rgba(255,255,255,.72)!important;font-size:13px}
.ckp-contact-whatsapp-link{display:block;margin-top:19px;color:#d7b184!important;text-decoration:none;font-size:12px;font-weight:700}
.ckp-contact-disclaimer{font-size:10px!important;color:rgba(255,255,255,.42)!important;margin:18px 0 0}
.ckp-contact-form-wrap input,.ckp-contact-form-wrap textarea,.ckp-contact-form-wrap select{
  width:100%!important;background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;
  padding:13px 14px!important;border-radius:0!important
}
.ckp-contact-form-wrap input[type=submit],.ckp-contact-form-wrap button[type=submit]{
  background:#ba9369!important;color:#171415!important;border-color:#ba9369!important;
  min-height:50px!important;font-weight:800!important;cursor:pointer
}
.ckp-contact-form-wrap label{color:rgba(255,255,255,.72)!important;font-size:12px}

/* Insights */
.ckp-insights-intro{padding:72px 0;background:#f7f3ee;border-bottom:1px solid rgba(35,31,32,.1)}
.ckp-insights-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:end}
.ckp-insights-intro-grid>p{max-width:650px;color:#71645f;font-size:16px;margin:0 0 7px}
.ckp-insights-listing{background:#fff}
.ckp-insights-premium-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.ckp-insight-premium{border:1px solid rgba(35,31,32,.13);background:#fff;overflow:hidden}
.ckp-insight-premium>a{display:block;color:#231f20!important;text-decoration:none!important;height:100%}
.ckp-insight-premium:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(35,31,32,.1)}
.ckp-insight-featured{grid-column:1/-1}
.ckp-insight-featured>a{display:grid;grid-template-columns:1.08fr .92fr;min-height:410px}
.ckp-insight-media{overflow:hidden;background:#231f20;min-height:225px}
.ckp-insight-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.ckp-insight-premium:hover .ckp-insight-media img{transform:scale(1.025)}
.ckp-insight-media-brand{
  display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;
  padding:30px;background:
    linear-gradient(135deg,rgba(186,147,105,.08),transparent 45%),
    #231f20;color:#fff;position:relative
}
.ckp-insight-media-brand:after{
  content:"CKP";position:absolute;right:-10px;top:10px;
  font:500 120px/1 var(--serif);color:rgba(255,255,255,.035)
}
.ckp-insight-media-brand>span{font:500 38px var(--serif);color:#d7b184;position:relative;z-index:1}
.ckp-insight-media-brand>small{text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.6);position:relative;z-index:1}
.ckp-insight-copy{padding:30px}
.ckp-insight-featured .ckp-insight-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}
.ckp-insight-meta{display:flex;justify-content:space-between;gap:15px;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#9b744d;font-weight:800}
.ckp-insight-meta time{color:#8b817b}
.ckp-insight-copy h2{font:500 31px/1.12 var(--serif);letter-spacing:-.02em;margin:14px 0 12px;color:#171415}
.ckp-insight-featured .ckp-insight-copy h2{font-size:clamp(34px,3.4vw,50px)}
.ckp-insight-copy p{font-size:13px;line-height:1.7;color:#71645f}
.ckp-insight-copy strong{display:block;margin-top:23px;font-size:11px}
.ckp-insight-copy strong i{font-style:normal;color:#ba9369;margin-left:5px}
.ckp-pagination{margin-top:55px}
.ckp-pagination .page-numbers{list-style:none;padding:0;margin:0;display:flex;gap:8px;flex-wrap:wrap}
.ckp-pagination a,.ckp-pagination span{
  min-width:42px;height:42px;padding:0 12px;display:grid;place-items:center;
  border:1px solid rgba(35,31,32,.14);text-decoration:none;color:#231f20
}
.ckp-pagination .current,.ckp-pagination a:hover{background:#231f20;color:#fff}
.ckp-insights-empty{max-width:760px;padding:70px;background:#f7f3ee}
.ckp-insights-empty h2{font:500 44px/1.1 var(--serif);color:#171415}

/* WPBakery content inside contact forms only. Avoid old page-builder layout leakage. */
body.page-about-us .vc_row,
body.page-our-contacts .vc_row,
body.page-news-articles .vc_row{margin-left:0!important;margin-right:0!important}

/* Responsive */
@media(max-width:1040px){
  .ckp-subpage-intro-grid,.ckp-about-band-grid,.ckp-contact-intro-grid,
  .ckp-contact-premium-grid,.ckp-insights-intro-grid{grid-template-columns:1fr;gap:45px}
  .ckp-about-band-title,.ckp-contact-consult{position:static}
  .ckp-about-value-grid{grid-template-columns:repeat(2,1fr)}
  .ckp-contact-quick{grid-template-columns:repeat(3,1fr)}
  .ckp-insight-featured>a{grid-template-columns:1fr}
  .ckp-insight-featured .ckp-insight-media{min-height:330px}
}
@media(max-width:720px){
  body.page-about-us .ckp-inner-hero,
  body.page-our-contacts .ckp-inner-hero,
  body.page-news-articles .ckp-inner-hero{padding:78px 0 70px}
  .ckp-subpage-intro,.ckp-about-band{padding:72px 0}
  .ckp-about-value-grid,.ckp-insights-premium-grid,.ckp-contact-quick{grid-template-columns:1fr}
  .ckp-about-value-grid article{min-height:235px}
  .ckp-about-value-grid h3{margin-top:36px}
  .ckp-about-pillars article,.ckp-office-premium{grid-template-columns:48px 1fr;gap:16px}
  .ckp-contact-consult{padding:32px 24px}
  .ckp-insight-featured{grid-column:auto}
  .ckp-insight-featured>a{display:block;min-height:0}
  .ckp-insight-featured .ckp-insight-media{min-height:225px}
  .ckp-insight-featured .ckp-insight-copy{padding:30px}
  .ckp-insight-featured .ckp-insight-copy h2{font-size:31px}
  .ckp-insights-empty{padding:42px 28px}
}


/* ==========================================================================
   CKP Standalone v1.2 — Virtual Counsel
   ========================================================================== */
body.page-virtual-counsel .ckp-inner-hero{
  background:
    radial-gradient(circle at 80% 20%,rgba(186,147,105,.14),transparent 28%),
    linear-gradient(118deg,#171415 0%,#231f20 63%,#342d2e 100%)!important;
  padding:110px 0 100px;
}
body.page-virtual-counsel .ckp-inner-hero h1{max-width:880px}
body.page-virtual-counsel .ckp-inner-hero p{color:rgba(255,255,255,.72);max-width:720px}

.ckp-vc-intro{padding:105px 0;background:#fff}
.ckp-vc-intro-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:100px}
.ckp-vc-intro h2,.ckp-vc-process h2,.ckp-vc-suitable h2,.ckp-vc-expect h2,.ckp-vc-booking h2{
  font:500 clamp(39px,4vw,58px)/1.07 var(--serif);
  letter-spacing:-.04em;color:#171415;margin:15px 0
}
.ckp-vc-lead{max-width:670px}
.ckp-vc-lead p{font-size:17px;color:#6e625c;margin:0 0 20px}

.ckp-vc-process{background:#f7f3ee;padding:100px 0}
.ckp-vc-steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(35,31,32,.14);border-left:1px solid rgba(35,31,32,.14)}
.ckp-vc-steps article{min-height:285px;padding:30px;border-right:1px solid rgba(35,31,32,.14);border-bottom:1px solid rgba(35,31,32,.14)}
.ckp-vc-steps span{font-size:10px;letter-spacing:.16em;font-weight:800;color:#a97848}
.ckp-vc-steps h3{font:500 26px/1.15 var(--serif);color:#171415;margin:58px 0 10px}
.ckp-vc-steps p{font-size:13px;line-height:1.7;color:#71645f}

.ckp-vc-suitable{background:#231f20;color:#fff;padding:105px 0}
.ckp-vc-suitable-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}
.ckp-vc-suitable-heading{align-self:start;position:sticky;top:130px}
.ckp-vc-suitable h2{color:#fff!important}
.ckp-vc-suitable-heading p{color:rgba(255,255,255,.65);max-width:520px}
.ckp-vc-practice-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.13);border-left:1px solid rgba(255,255,255,.13)}
.ckp-vc-practice-list a{min-height:160px;padding:24px;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13);text-decoration:none!important;color:#fff!important;display:flex;flex-direction:column}
.ckp-vc-practice-list a:hover{background:#ba9369;color:#171415!important}
.ckp-vc-practice-list small{font-size:9px;letter-spacing:.16em;color:#d7b184;font-weight:800}
.ckp-vc-practice-list a:hover small{color:#5d452e}
.ckp-vc-practice-list strong{font:500 23px/1.15 var(--serif);margin:24px 0 8px}
.ckp-vc-practice-list span{margin-top:auto;font-size:10px;color:rgba(255,255,255,.58)}
.ckp-vc-practice-list a:hover span{color:#5d452e}

.ckp-vc-expect{padding:105px 0;background:#fff}
.ckp-vc-expect-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}
.ckp-vc-checklist article{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(35,31,32,.14)}
.ckp-vc-checklist article:first-child{border-top:1px solid rgba(35,31,32,.14)}
.ckp-vc-checklist b{font:500 24px var(--serif);color:#ba9369}
.ckp-vc-checklist p{margin:0;color:#625955;font-size:15px}

.ckp-vc-booking{background:#f7f3ee;padding:105px 0}
.ckp-vc-booking-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:75px;align-items:start}
.ckp-vc-booking-copy{position:sticky;top:130px}
.ckp-vc-booking-copy>p{color:#71645f;max-width:520px}
.ckp-vc-direct{margin-top:36px;border-top:1px solid rgba(35,31,32,.14)}
.ckp-vc-direct a{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid rgba(35,31,32,.14);text-decoration:none!important;color:#231f20!important}
.ckp-vc-direct a:hover{color:#9b744d!important}
.ckp-vc-direct span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#a97848;font-weight:800}
.ckp-vc-direct strong{font-size:12px;text-align:right}

.ckp-vc-calendar{background:#fff;border:1px solid rgba(35,31,32,.12);min-height:620px;padding:22px;box-shadow:0 30px 80px rgba(35,31,32,.07)}
.ckp-vc-existing-booking{min-height:575px}
.ckp-vc-existing-booking .calendly-inline-widget{min-width:0!important;width:100%!important;min-height:650px!important}
.ckp-vc-existing-booking iframe{width:100%!important;max-width:100%!important;min-height:650px;border:0}
.ckp-vc-calendar-empty{min-height:575px;padding:55px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.ckp-vc-calendar-empty h3{font:500 36px/1.1 var(--serif);color:#171415;margin:15px 0}
.ckp-vc-calendar-empty p{color:#71645f;max-width:560px}

.ckp-vc-note{background:#171415;color:#fff;padding:35px 0}
.ckp-vc-note-grid{display:grid;grid-template-columns:160px 1fr;gap:35px}
.ckp-vc-note strong{color:#d7b184;text-transform:uppercase;letter-spacing:.16em;font-size:10px}
.ckp-vc-note p{margin:0;color:rgba(255,255,255,.62);font-size:11px;line-height:1.7;max-width:950px}

@media(max-width:1040px){
  .ckp-vc-intro-grid,.ckp-vc-suitable-grid,.ckp-vc-expect-grid,.ckp-vc-booking-grid{grid-template-columns:1fr;gap:50px}
  .ckp-vc-suitable-heading,.ckp-vc-booking-copy{position:static}
  .ckp-vc-steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  body.page-virtual-counsel .ckp-inner-hero{padding:80px 0 72px}
  .ckp-vc-intro,.ckp-vc-process,.ckp-vc-suitable,.ckp-vc-expect,.ckp-vc-booking{padding:72px 0}
  .ckp-vc-steps,.ckp-vc-practice-list{grid-template-columns:1fr}
  .ckp-vc-steps article{min-height:230px}
  .ckp-vc-steps h3{margin-top:36px}
  .ckp-vc-checklist article{grid-template-columns:45px 1fr}
  .ckp-vc-calendar{padding:10px;min-height:520px}
  .ckp-vc-calendar-empty{padding:35px 22px;min-height:480px}
  .ckp-vc-note-grid{grid-template-columns:1fr;gap:12px}
}




/* CKP v1.2.2 — footer bottom-right Amplink credit */
.ckp-footer-bottom > span:last-child{
  text-align:right;
}
.ckp-footer-bottom > span:last-child a{
  color:#d7b184 !important;
  text-decoration:none !important;
  transition:color .2s ease;
}
.ckp-footer-bottom > span:last-child a:hover{
  color:#fff !important;
}
@media(max-width:720px){
  .ckp-footer-bottom > span:last-child{
    text-align:left;
  }
}
