/* Course Kitchen — safe typography + UI fixes (added via Customizer) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,700;1,9..144,400;1,9..144,700&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

/* Hide the WordPress.com gifting promo banner */
#wpcom-gifting-banner { display: none !important; }
.has-wpcom-gifting-banner { padding-top: 0 !important; }

/* Hide the visible "Home" page title on the front page */
body.home main > section > div.container > h1 { display: none !important; }


/* ===== Course Kitchen redesign — sections 1-8 ===== */

/* Hero */
.ck-section{padding:120px 0;border-top:1px solid #e8e2d8;}
.ck-container{max-width:1240px;margin:0 auto;padding:0 40px;}
.ck-eyebrow-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px;font:500 12px/1 'JetBrains Mono',monospace;letter-spacing:0.12em;text-transform:uppercase;color:#6b6257;}
.ck-eyebrow .ck-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#ee5a24;margin-right:10px;vertical-align:middle;}
.ck-eyebrow-light{color:#b8ad9e;}
.ck-h1{font:400 96px/1.02 'Fraunces',Georgia,serif;letter-spacing:-0.025em;color:#1a1a1a;margin:0 0 80px;}
.ck-h1 em.ck-accent,.ck-h2 em.ck-accent,em.ck-accent{font-style:italic;color:#ee5a24;font-weight:400;}
.ck-hero{background:#f5efe6;border-top:none;padding:80px 0 60px;}
.ck-hero-bottom{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:80px;}
.ck-hero-blurb p{font:400 17px/1.55 'Inter',sans-serif;color:#4a4238;margin:0 0 28px;max-width:46ch;}
.ck-hero-blurb p em{font-style:italic;color:#1a1a1a;}
.ck-hero-foot{display:flex;justify-content:space-between;border-top:1px solid #1a1a1a;padding-top:24px;font:500 11px/1 'JetBrains Mono',monospace;letter-spacing:0.12em;color:#6b6257;}

/* Marquee */
.ck-marquee{background:#fff;border-top:1px solid #e8e2d8;border-bottom:1px solid #e8e2d8;padding:32px 0;overflow:hidden;}
.ck-marquee-track{display:flex;align-items:center;gap:48px;white-space:nowrap;animation:ck-scroll 40s linear infinite;font:400 28px/1 'Fraunces',Georgia,serif;color:#1a1a1a;}
.ck-marquee-dot{color:#ee5a24;font-size:14px;}
@keyframes ck-scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* H2 shared */
.ck-h2{font:400 64px/1.05 'Fraunces',Georgia,serif;letter-spacing:-0.02em;color:#1a1a1a;margin:0 0 64px;max-width:900px;}
.ck-h2-light{color:#f5efe6;}

/* Pillars */
.ck-pillars{background:#f5efe6;}
.ck-pillars-sub{font:400 17px/1.6 'Inter',sans-serif;color:#4a4238;max-width:60ch;margin:-32px 0 64px;}
.ck-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;}
.ck-pillar{padding-top:24px;border-top:1px solid #1a1a1a;}
.ck-pillar-tag{font:500 11px/1 'JetBrains Mono',monospace;color:#ee5a24;letter-spacing:0.1em;margin-bottom:20px;}
.ck-pillar h3{font:400 22px/1.3 'Fraunces',Georgia,serif;color:#1a1a1a;margin:0 0 12px;}
.ck-pillar h3 em{font-style:italic;color:#ee5a24;}
.ck-pillar p{font:400 14px/1.6 'Inter',sans-serif;color:#4a4238;margin:0;}

/* Work tiles */
.ck-work{background:#f5efe6;}
.ck-work-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#e8e2d8;border:1px solid #e8e2d8;}
.ck-tile{display:block;background:#f5efe6;padding:48px;text-decoration:none;color:inherit;transition:background .2s ease;}
.ck-tile:hover{background:#fff;}
.ck-tile-meta{display:flex;justify-content:space-between;font:500 11px/1 'JetBrains Mono',monospace;letter-spacing:0.12em;color:#6b6257;margin-bottom:32px;}
.ck-tile-title{font:400 28px/1.2 'Fraunces',Georgia,serif;color:#1a1a1a;margin:0 0 12px;}
.ck-tile-desc{font:400 15px/1.6 'Inter',sans-serif;color:#4a4238;margin:0 0 24px;max-width:46ch;}
.ck-tile-tag{font:500 11px/1 'JetBrains Mono',monospace;letter-spacing:0.1em;color:#ee5a24;}

/* Stats */
.ck-stats{background:#f5efe6;}
.ck-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;}
.ck-stat{display:flex;flex-direction:column;gap:12px;padding-top:32px;border-top:1px solid #1a1a1a;}
.ck-stat-num{font:400 72px/1 'Fraunces',Georgia,serif;color:#1a1a1a;letter-spacing:-0.02em;}
.ck-stat-label{font:400 14px/1.4 'Inter',sans-serif;color:#4a4238;}

/* Dark services */
.ck-services{background:#1a1a1a;color:#f5efe6;border-top-color:#2a2a2a;}
.ck-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#2a2a2a;border:1px solid #2a2a2a;}
.ck-service{background:#1a1a1a;padding:48px;}
.ck-service-num{font:500 11px/1 'JetBrains Mono',monospace;color:#ee5a24;letter-spacing:0.1em;margin-bottom:24px;}
.ck-service-title{font:400 24px/1.25 'Fraunces',Georgia,serif;color:#f5efe6;margin:0 0 12px;}
.ck-service p{font:400 15px/1.6 'Inter',sans-serif;color:#b8ad9e;margin:0;}

/* Testimonials */
.ck-testimonials{background:#f5efe6;}
.ck-quotes{display:grid;grid-template-columns:1fr 1fr;gap:64px;}
.ck-quote{margin:0;padding-top:32px;border-top:1px solid #1a1a1a;}
.ck-quote blockquote{font:400 28px/1.35 'Fraunces',Georgia,serif;color:#1a1a1a;margin:0 0 32px;letter-spacing:-0.01em;}
.ck-quote blockquote em{color:#ee5a24;font-style:italic;}
.ck-quote figcaption{font:400 14px/1.5 'Inter',sans-serif;color:#4a4238;}
.ck-quote figcaption strong{color:#1a1a1a;font-weight:600;}

/* Final CTA */
.ck-cta{background:#f5efe6;text-align:left;}
.ck-cta-sub{font:400 18px/1.6 'Inter',sans-serif;color:#4a4238;max-width:60ch;margin:-32px 0 48px;}
.ck-cta-actions{display:flex;gap:16px;flex-wrap:wrap;}
.ck-btn{display:inline-flex;align-items:center;padding:14px 28px;font:500 15px/1 'Inter',sans-serif;text-decoration:none;border-radius:999px;transition:all .2s ease;}
.ck-btn-primary{background:#ee5a24;color:#fff;}
.ck-btn-primary:hover{background:#d94a15;}
.ck-btn-ghost{background:transparent;color:#1a1a1a;border:1px solid #1a1a1a;}
.ck-btn-ghost:hover{background:#1a1a1a;color:#f5efe6;}

/* Hide default Home H1 the theme injects */
body.home main > section > div.container > h1 { display: none !important; }

/* Responsive */
@media (max-width: 900px){
  .ck-section{padding:80px 0;}
  .ck-container{padding:0 24px;}
  .ck-h1{font-size:52px;margin-bottom:48px;}
  .ck-h2{font-size:40px;margin-bottom:40px;}
  .ck-hero-bottom,.ck-pillars-grid,.ck-work-grid,.ck-services-grid,.ck-stats-grid,.ck-quotes{grid-template-columns:1fr;gap:32px;}
  .ck-stat-num{font-size:48px;}
  .ck-tile,.ck-service{padding:32px;}
  .ck-quote blockquote{font-size:22px;}
  .ck-marquee-track{font-size:20px;gap:32px;}
}


/* ===== Sub-page hero variant ===== */
.ck-hero-sub{padding:140px 0 100px;}
.ck-hero-sub .ck-h1{margin-bottom:120px;}

/* ===== Founder (About) ===== */
.ck-founder{background:#f5efe6;}
.ck-founder-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:80px;}
.ck-founder-copy p{font:400 17px/1.65 'Inter',sans-serif;color:#4a4238;margin:0 0 20px;max-width:55ch;}
.ck-founder-copy p em{font-style:italic;color:#1a1a1a;}
.ck-founder-meta{padding-top:24px;border-top:1px solid #1a1a1a;}
.ck-meta-row{display:flex;justify-content:space-between;gap:24px;padding:14px 0;border-bottom:1px solid #e8e2d8;font:400 13px/1.4 'Inter',sans-serif;color:#4a4238;}
.ck-meta-row span{font:500 11px/1 'JetBrains Mono',monospace;letter-spacing:0.1em;color:#6b6257;text-transform:uppercase;align-self:center;}
.ck-meta-row strong{color:#1a1a1a;font-weight:600;text-align:right;}
.ck-meta-row strong a{color:#ee5a24;text-decoration:none;}

/* ===== Principles (About) ===== */
.ck-principles{background:#f5efe6;}
.ck-principles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;}
.ck-principle{padding-top:24px;border-top:1px solid #1a1a1a;}
.ck-principle-num{font:500 11px/1 'JetBrains Mono',monospace;color:#ee5a24;letter-spacing:0.1em;margin-bottom:20px;}
.ck-principle h3{font:400 28px/1.25 'Fraunces',Georgia,serif;color:#1a1a1a;margin:0 0 12px;}
.ck-principle p{font:400 15px/1.65 'Inter',sans-serif;color:#4a4238;margin:0;}

/* ===== Timeline (About) ===== */
.ck-timeline{background:#f5efe6;}
.ck-timeline-list{list-style:none;margin:0;padding:0;}
.ck-timeline-item{display:grid;grid-template-columns:140px 1fr;gap:48px;padding:32px 0;border-top:1px solid #1a1a1a;}
.ck-timeline-item:last-child{border-bottom:1px solid #1a1a1a;}
.ck-timeline-year{font:400 48px/1 'Fraunces',Georgia,serif;color:#ee5a24;letter-spacing:-0.02em;}
.ck-timeline-item h4{font:400 24px/1.3 'Fraunces',Georgia,serif;color:#1a1a1a;margin:0 0 8px;}
.ck-timeline-item p{font:400 15px/1.6 'Inter',sans-serif;color:#4a4238;margin:0;max-width:60ch;}

/* ===== Engagement cards (Services) ===== */
.ck-engagement{background:#f5efe6;}
.ck-engagement-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;}
.ck-engagement-card{background:#fff;padding:48px;border:1px solid #e8e2d8;}
.ck-engagement-tag{font:500 11px/1 'JetBrains Mono',monospace;color:#ee5a24;letter-spacing:0.1em;margin-bottom:24px;}
.ck-engagement-card h3{font:400 36px/1.15 'Fraunces',Georgia,serif;color:#1a1a1a;margin:0 0 12px;}
.ck-engagement-lede{font:400 18px/1.5 'Fraunces',Georgia,serif;font-style:italic;color:#ee5a24;margin:0 0 20px;}
.ck-engagement-card p{font:400 15px/1.65 'Inter',sans-serif;color:#4a4238;margin:0 0 20px;}
.ck-engagement-list{list-style:none;margin:0 0 24px;padding:0;border-top:1px solid #e8e2d8;}
.ck-engagement-list li{padding:12px 0;border-bottom:1px solid #e8e2d8;font:400 14px/1.5 'Inter',sans-serif;color:#4a4238;position:relative;padding-left:20px;}
.ck-engagement-list li:before{content:'→';position:absolute;left:0;color:#ee5a24;}
.ck-engagement-foot{font:400 14px/1.5 'JetBrains Mono',monospace;color:#1a1a1a;margin:0;padding-top:8px;border-top:1px dashed #1a1a1a;}

/* ===== Process list (Services, Contact) ===== */
.ck-process-list{list-style:none;margin:0;padding:0;}
.ck-process-list li{display:grid;grid-template-columns:80px 1fr;gap:32px;padding:32px 0;border-top:1px solid #1a1a1a;}
.ck-process-list li:last-child{border-bottom:1px solid #1a1a1a;}
.ck-process-num{font:500 11px/1 'JetBrains Mono',monospace;color:#ee5a24;letter-spacing:0.1em;align-self:start;padding-top:6px;}
.ck-process-list h4{font:400 24px/1.25 'Fraunces',Georgia,serif;color:#1a1a1a;margin:0 0 8px;}
.ck-process-list p{font:400 15px/1.6 'Inter',sans-serif;color:#4a4238;margin:0;max-width:60ch;}
.ck-process-compact li{padding:20px 0;}
.ck-process-compact h4{font-size:18px;}
.ck-process-compact p{font-size:14px;}
.ck-process{background:#f5efe6;}

/* ===== Filter pills (Portfolio, Insights) ===== */
.ck-filter-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:48px;}
.ck-pill{display:inline-flex;align-items:center;padding:8px 16px;border:1px solid #1a1a1a;background:transparent;color:#1a1a1a;border-radius:999px;font:500 12px/1 'JetBrains Mono',monospace;letter-spacing:0.08em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .15s ease;}
.ck-pill:hover{background:#1a1a1a;color:#f5efe6;}
.ck-pill-active{background:#ee5a24;color:#fff;border-color:#ee5a24;}
.ck-pill-active:hover{background:#d94a15;color:#fff;}

/* ===== Portfolio grid (extends work tiles to 12 items) ===== */
.ck-portfolio{background:#f5efe6;}
.ck-portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e8e2d8;border:1px solid #e8e2d8;}
.ck-portfolio-grid .ck-tile{background:#f5efe6;padding:36px;}
.ck-portfolio-grid .ck-tile-title{font-size:22px;}

/* ===== Insights post cards ===== */
.ck-featured-posts{background:#f5efe6;}
.ck-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}
.ck-post-card{background:#fff;padding:36px;border:1px solid #e8e2d8;display:flex;flex-direction:column;}
.ck-post-meta{display:flex;justify-content:space-between;font:500 11px/1 'JetBrains Mono',monospace;letter-spacing:0.1em;color:#6b6257;margin-bottom:24px;}
.ck-post-title{font:400 24px/1.25 'Fraunces',Georgia,serif;margin:0 0 16px;}
.ck-post-title a{color:#1a1a1a;text-decoration:none;}
.ck-post-title a:hover{color:#ee5a24;}
.ck-post-excerpt{font:400 15px/1.6 'Inter',sans-serif;color:#4a4238;margin:0 0 24px;flex:1;}
.ck-post-link{font:500 13px/1 'JetBrains Mono',monospace;letter-spacing:0.08em;color:#ee5a24;text-transform:uppercase;text-decoration:none;align-self:flex-start;}

/* ===== Archive list (Insights) ===== */
.ck-categories{background:#f5efe6;padding-bottom:32px;}
.ck-categories .ck-filter-row{margin-bottom:0;}
.ck-archive{background:#f5efe6;}
.ck-archive-list{list-style:none;margin:0;padding:0;}
.ck-archive-list li{border-top:1px solid #1a1a1a;}
.ck-archive-list li:last-child{border-bottom:1px solid #1a1a1a;}
.ck-archive-list a{display:grid;grid-template-columns:140px 1fr 40px;gap:32px;align-items:center;padding:24px 0;text-decoration:none;color:#1a1a1a;transition:padding .15s ease;}
.ck-archive-list a:hover{padding-left:12px;color:#ee5a24;}
.ck-archive-date{font:500 12px/1 'JetBrains Mono',monospace;letter-spacing:0.1em;color:#6b6257;}
.ck-archive-title{font:400 22px/1.3 'Fraunces',Georgia,serif;}
.ck-archive-arrow{text-align:right;font:400 22px/1 'Fraunces',Georgia,serif;color:#ee5a24;}

/* ===== Contact: how it works ===== */
.ck-howitworks{background:#f5efe6;}
.ck-howitworks-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:64px;}
.ck-howitworks-helpful{background:#fff;padding:32px;border:1px solid #e8e2d8;}
.ck-eyebrow-bordered{display:inline-block;padding-bottom:12px;border-bottom:1px solid #1a1a1a;margin-bottom:20px;font:500 11px/1 'JetBrains Mono',monospace;letter-spacing:0.1em;color:#ee5a24;text-transform:uppercase;}
.ck-howitworks-helpful ul{list-style:none;margin:0;padding:0;}
.ck-howitworks-helpful li{padding:10px 0 10px 20px;border-bottom:1px solid #e8e2d8;font:400 14px/1.5 'Inter',sans-serif;color:#4a4238;position:relative;}
.ck-howitworks-helpful li:before{content:'→';position:absolute;left:0;color:#ee5a24;}
.ck-howitworks-helpful li:last-child{border-bottom:none;}

/* ===== Contact: form section + Jetpack form override ===== */
.ck-formsection{background:#f5efe6;padding-bottom:24px;}
.ck-formsection .ck-h2{margin-bottom:0;}
body.page .wp-block-jetpack-contact-form{background:#f5efe6;padding:48px 40px 80px;max-width:1240px;margin:0 auto;}
.wp-block-jetpack-contact-form .grunion-field-wrap label,
.wp-block-jetpack-contact-form label{font:500 12px/1 'JetBrains Mono',monospace !important;letter-spacing:0.1em !important;text-transform:uppercase !important;color:#6b6257 !important;}
.wp-block-jetpack-contact-form input[type=text],
.wp-block-jetpack-contact-form input[type=email],
.wp-block-jetpack-contact-form select,
.wp-block-jetpack-contact-form textarea{font:400 16px/1.5 'Inter',sans-serif !important;border:1px solid #1a1a1a !important;border-radius:0 !important;background:#fff !important;padding:14px 16px !important;color:#1a1a1a !important;}
.wp-block-jetpack-contact-form textarea{min-height:140px;}
.wp-block-jetpack-contact-form button[type=submit],
.wp-block-jetpack-contact-form .wp-block-jetpack-button button{background:#ee5a24 !important;color:#fff !important;border:none !important;border-radius:999px !important;padding:14px 28px !important;font:500 15px/1 'Inter',sans-serif !important;cursor:pointer !important;}
.wp-block-jetpack-contact-form button[type=submit]:hover{background:#d94a15 !important;}

/* ===== Contact: direct cards ===== */
.ck-direct{background:#f5efe6;}
.ck-direct-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}
.ck-direct-card{background:#fff;padding:36px;border:1px solid #e8e2d8;}
.ck-direct-tag{font:500 11px/1 'JetBrains Mono',monospace;color:#ee5a24;letter-spacing:0.1em;margin-bottom:20px;}
.ck-direct-card a{font:400 22px/1.3 'Fraunces',Georgia,serif;color:#1a1a1a;text-decoration:none;display:block;margin-bottom:12px;word-break:break-word;}
.ck-direct-card a:hover{color:#ee5a24;}
.ck-direct-card strong{font:400 22px/1.3 'Fraunces',Georgia,serif;color:#1a1a1a;display:block;margin-bottom:12px;font-weight:400;}
.ck-direct-card p{font:400 14px/1.55 'Inter',sans-serif;color:#4a4238;margin:0;}

/* ===== Contact: FAQ accordion ===== */
.ck-faq{background:#f5efe6;}
.ck-faq-list{margin-top:48px;}
.ck-faq-item{border-top:1px solid #1a1a1a;padding:0;}
.ck-faq-item:last-child{border-bottom:1px solid #1a1a1a;}
.ck-faq-item summary{display:flex;justify-content:space-between;align-items:center;padding:24px 0;cursor:pointer;list-style:none;font:400 22px/1.3 'Fraunces',Georgia,serif;color:#1a1a1a;}
.ck-faq-item summary::-webkit-details-marker{display:none;}
.ck-faq-toggle{font:300 28px/1 'Fraunces',Georgia,serif;color:#ee5a24;transition:transform .2s ease;}
.ck-faq-item[open] .ck-faq-toggle{transform:rotate(45deg);}
.ck-faq-item > div{padding:0 0 24px;}
.ck-faq-item p{font:400 15px/1.65 'Inter',sans-serif;color:#4a4238;margin:0;max-width:80ch;}

/* ===== Responsive overrides ===== */
@media (max-width:900px){
  .ck-founder-grid,.ck-howitworks-grid,.ck-engagement-grid,.ck-principles-grid,.ck-posts-grid,.ck-direct-grid,.ck-portfolio-grid{grid-template-columns:1fr;gap:32px;}
  .ck-timeline-item{grid-template-columns:1fr;gap:8px;}
  .ck-timeline-year{font-size:32px;}
  .ck-archive-list a{grid-template-columns:1fr;gap:8px;padding:20px 0;}
  .ck-archive-arrow{display:none;}
  .ck-process-list li{grid-template-columns:1fr;gap:12px;}
  .ck-engagement-card{padding:32px;}
  .ck-faq-item summary{font-size:18px;}
}

/* Hide theme-injected page title H1 on ALL pages (we provide our own .ck-h1) */
body.page main > section > div.container > h1{display:none !important;}


/* ===== Full-bleed fix: redesigned pages ===== */
/* Target only pages that contain our redesigned sections, to avoid breaking blog/archive/other pages */
body.home, body.page-id-26288, body.page-id-103, body.page-id-22163, body.page-id-26323, body.page-id-106{
  background:#f5efe6 !important;
}
/* Neutralize the theme's .container max-width/padding ONLY when it directly wraps our ck-section elements */
body.home main > section, body.page-id-26288 main > section, body.page-id-103 main > section, body.page-id-22163 main > section, body.page-id-26323 main > section, body.page-id-106 main > section{
  background:#f5efe6;
}
body.home main > section > div.container,
body.page-id-26288 main > section > div.container,
body.page-id-103 main > section > div.container,
body.page-id-22163 main > section > div.container,
body.page-id-26323 main > section > div.container,
body.page-id-106 main > section > div.container{
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
}
/* Dark services section must stay dark even inside the above wrapper */
.ck-services{background:#1a1a1a !important;}
/* Marquee stays white band */
.ck-marquee{background:#fff !important;}


/* ----- Fix: center width-capped inline wrappers on all pages ----- */
/* Some pages (e.g. Services, Contact) have an inline style="max-width: 800px"
 *    wrapper inside main > .container that lacks auto margins, which
 *    left-aligns the hero and following sections. Force centering. */
main > div.container > div[style*="max-width"],
main > section > div.container > div[style*="max-width"] {
	    margin-left: auto !important;
	    margin-right: auto !important;
}



/* Header "Start a project" button — add breathing room to match primary button sizing */
.nav-links a.btn { padding: 12px 22px; line-height: 1; }



/* ============================================================
   CK SITE-REVIEW PASS 1 — 2026-04-24
   Changes: mobile nav fix, hero padding, Notes dates,
            retainer de-emphasis, Services eyebrow reuse
   ============================================================ */

/* --- 1. Kill stray list-item> bullets in header nav --- */
.nav-links,
.nav-links li,
.nav-links .menu-item {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0;
    margin-left: 0;
}
.nav-links li::before,
.nav-links li::marker {
    content: none !important;
    display: none !important;
}

/* --- 2. Mobile nav: show link TEXT below 860px (no hamburger, just wrap)
   Theme style.css hides .nav-links a:not(.btn) at max-width:860px which left
   users with nothing but dot markers. Override: let the links wrap onto a
   second row below the logo/CTA. Minimal viable fix until a proper hamburger
   ships in a follow-up. */
@media (max-width: 860px) {
    .nav-links a:not(.btn) {
        display: inline-block !important;
        padding: 6px 10px !important;
        font-size: 13px;
        white-space: nowrap;
    }
    .nav-links {
        flex-wrap: wrap;
        row-gap: 4px;
        column-gap: 4px;
        justify-content: flex-end;
    }
    .nav-links .menu-item {
        display: inline-block;
    }
}

@media (max-width: 520px) {
    /* On phones, drop the auxiliary links and keep only the CTA.
       A real hamburger menu should replace this in a follow-up pass. */
    .nav-links a:not(.btn) {
        display: none !important;
    }
    /* Make the CTA the only visible control */
    .nav-links a.btn {
        padding: 10px 16px !important;
        font-size: 13px;
    }
}

/* --- 3. Hero empty-space: reduce top padding & align content to top --- */
.ck-hero {
    padding-top: 32px !important;
    padding-bottom: 56px !important;
    min-height: 0 !important;
}
/* Outer section wrapper sometimes has its own padding — tighten on hero context */
section.ck-hero {
    padding-top: 32px !important;
}
@media (min-width: 900px) {
    .ck-hero { padding-top: 48px !important; }
}

/* --- 4. Notes page: hide stale publish dates --- */
.blog .entry-date,
.blog time.entry-date,
.blog .posted-on,
.single-post .entry-date,
.single-post time.entry-date,
.single-post .posted-on,
.archive .entry-date,
.archive time.entry-date,
.archive .posted-on,
article .entry-date,
article time.entry-date,
article .posted-on {
    display: none !important;
}
/* Hide date chips inside Notes article listings (theme uses leading date text) */
.ck-note-date,
.note-date,
article .wp-block-post-date,
article time[datetime] {
    display: none !important;
}


/* Post card meta: the first span> in .ck-post-meta is the date; hide it. */
.ck-post-meta > span:first-child,
.ck-post-meta span:first-of-type { display: none !important; }
/* If the meta row has only one span left (the category), remove the bullet/separator look */
.ck-post-meta > span:only-child { margin-left: 0; }

/* Single post: hide orphan 'Posts' heading and the hardcoded date div */
.single-post main > section > div.container > h1 { display: none !important; }
.single-post main article > div:first-of-type { display: none !important; }

/* --- 5. Services: de-emphasize Embedded Retainer card --- */
/* The retainer card is the second .ck-engage-card / MODEL B block.
   Select by :nth-of-type to keep it generic. */
.ck-engage-grid > :nth-child(2),
.ck-models > :nth-child(2),
.ck-engage-models > :nth-child(2) {
    opacity: 0.88;
}
.ck-engage-grid > :nth-child(2):hover,
.ck-models > :nth-child(2):hover,
.ck-engage-models > :nth-child(2):hover {
    opacity: 1;
}
/* (Non-destructive — only a subtle visual cue. If your theme uses different
   class names for the two engagement cards, this rule is a no-op and we can
   refine later once we inspect the live markup.) */

/* END CK SITE-REVIEW PASS 1 */


/* CK-PASS-2-POLISH */
/* Services — de-emphasize the Embedded Retainer card (secondary engagement model) */
.ck-engagement-card--secondary {
    background: transparent;
    border: 1px dashed rgba(26,26,26,0.18);
    opacity: 0.92;
}
.ck-engagement-card--secondary:hover { opacity: 1; }
.ck-engagement-card--secondary .ck-engagement-tag { opacity: 0.75; }


/* Recurring 'Agency craft. Independent pricing.' as proper eyebrow */
.ck-hero-tagline {
    margin-top: 14px;
    margin-bottom: 0;
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-2, #4a4a4a);
    max-width: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
}
.ck-hero-tagline::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--accent, #e0573b);
    border-radius: 50%;
    flex: 0 0 6px;
}
.ck-hero-tagline em {
    font-style: normal;
    color: var(--ink, #1a1a1a);
}

/* "Also available" badge — replaces the MODEL B label on the secondary engagement card */
.ck-engagement-card--secondary .ck-also-available,
.ck-also-available {
    display: inline-block;
    padding: 4px 10px;
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-2, #4a4a4a);
    background: rgba(26,26,26,0.04);
    border: 1px solid rgba(26,26,26,0.18);
    border-radius: 999px;
    margin-bottom: 10px;
}
.ck-engagement-card--secondary .ck-engagement-tag { display: none; }

/* ================================================== */
/* CK SITE REVIEW PASS 2 — 2026-04-24                 */
/* ================================================== */

/* Tighten hero on subpages (~120px shorter) */
.ck-hero-sub .ck-h1 { margin-bottom: 32px !important; }
.ck-hero-sub { padding-bottom: 32px !important; }

/* Projects filter pills — give active state a real visual change */
.ck-pill.ck-pill-active,
.ck-pill[aria-pressed="true"] {
    background: var(--accent, #e0573b) !important;
    color: #ffffff !important;
    border-color: var(--accent, #e0573b) !important;
}
.ck-pill.ck-pill-active:hover,
.ck-pill[aria-pressed="true"]:hover {
    background: #c9492f !important;
    border-color: #c9492f !important;
}

/* Approx badge next to Card B monthly price */
.ck-approx-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 7px;
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-2, #4a4a4a);
    background: rgba(26,26,26,0.04);
    border: 1px solid rgba(26,26,26,0.18);
    border-radius: 999px;
    vertical-align: middle;
    white-space: nowrap;
}


/* CK SITE REVIEW PASS 3 - 2026-04-24 */
/* /notes/ (page 26323) width fix: theme wraps page content in a div with inline max-width:800px
   which squashes our three-column ck-posts-grid into narrow columns. Break out on this page only. */
body.page-id-26323 main article > div[style*="max-width"],
body.page-id-26323 main > section > div.container > div[style*="max-width"] {
    max-width: none !important;
    width: 100% !important;
}

/* CK SINGLE-POST AND ARCHIVES POLISH */

body.blog main section div.container h1:first-child,
body.archive main section div.container h1:first-child,
body.single main section div.container h1:first-child {
    display: none !important;
}

body.single-post main article a.link-arrow {
    display: none !important;
}

body.single-post main article {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 40px;
}
body.single-post main article h2 {
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1.04;
    letter-spacing: -0.015em;
    margin: 0 0 24px 0;
}

.ck-single-eyebrow {
    margin-bottom: 24px !important;
}
.ck-single-meta {
    margin-top: 24px !important;
    margin-bottom: 40px !important;
    padding-top: 16px;
    border-top: 1px solid rgba(26,26,26,0.08);
}

body.single-post main article h2 + div:not([class]) {
    display: none !important;
}

body.single-post main article div:not([class]) {
    font-size: 18px;
    line-height: 1.65;
}
body.single-post main article div:not([class]) p {
    margin: 0 0 1.25em 0;
}

.ck-single-foot {
    margin-top: 80px;
    padding: 40px 0;
    border-top: 1px solid rgba(26,26,26,0.12);
}
.ck-single-foot .ck-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}
.ck-single-foot-links {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.ck-single-foot .ck-pill-cta {
    background: var(--accent, #ff4e18) !important;
    color: #fff !important;
    border-color: var(--accent, #ff4e18) !important;
}
.ck-single-foot .ck-pill-cta:hover {
    filter: brightness(0.95);
}


/* CK LEARNING LINGO GLOSSARY (post 778) */

.ck-lingo-toc {
    margin: 40px 0 48px 0;
    padding: 24px 0;
    border-top: 1px solid rgba(26,26,26,0.12);
    border-bottom: 1px solid rgba(26,26,26,0.12);
}
.ck-lingo-toc-list {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px 16px;
}
.ck-lingo-toc-list li {
    margin: 0;
    padding: 0;
}
.ck-lingo-toc-list a {
    font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink-1, #1a1a1a);
    text-decoration: none;
    border-bottom: 1px solid rgba(26,26,26,0.08);
    padding: 4px 0;
    display: block;
    transition: border-color 0.15s ease, color 0.15s ease;
}
.ck-lingo-toc-list a:hover {
    color: var(--accent, #ff4e18);
    border-bottom-color: var(--accent, #ff4e18);
}

.ck-lingo-list {
    margin: 32px 0 0 0;
}

.ck-lingo {
    border-top: 1px solid rgba(26,26,26,0.12);
    padding: 0;
    scroll-margin-top: 100px;
}
.ck-lingo:last-of-type {
    border-bottom: 1px solid rgba(26,26,26,0.12);
}

.ck-lingo-summary {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 20px 0;
    cursor: pointer;
    list-style: none;
    transition: color 0.15s ease;
}
.ck-lingo-summary::-webkit-details-marker {
    display: none;
}
.ck-lingo-summary:hover {
    color: var(--accent, #ff4e18);
}

.ck-lingo-num {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--ink-2, #6a6a6a);
    min-width: 28px;
    flex-shrink: 0;
}
.ck-lingo-term {
    flex: 1;
    font-family: inherit;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.ck-lingo-chev {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 20px;
    font-weight: 300;
    color: var(--ink-2, #6a6a6a);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    line-height: 1;
}
.ck-lingo[open] .ck-lingo-chev {
    transform: rotate(45deg);
}
.ck-lingo[open] .ck-lingo-summary {
    color: var(--accent, #ff4e18);
}

.ck-lingo-body {
    padding: 0 0 28px 44px;
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-1, #1a1a1a);
}
.ck-lingo-body p {
    margin: 0 0 1em 0;
}
.ck-lingo-body p:last-child {
    margin-bottom: 0;
}
.ck-lingo-body a {
    color: var(--accent, #ff4e18);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.ck-lingo-body h5 {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink-2, #6a6a6a);
    margin: 8px 0 16px 0;
    word-break: break-all;
}
.ck-lingo-body img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
}

body.postid-778 main article h1 {
    display: none !important;
}


/* ===== CK: single jetpack-portfolio ===== */
body.single-jetpack-portfolio main .container { max-width: 820px; }
body.single-jetpack-portfolio main article { max-width: 820px; margin: 0 auto; }
body.single-jetpack-portfolio main article h2 { font-size: 72px; line-height: 1.02; letter-spacing: -0.02em; margin: 0.4em 0 0.5em; }
body.single-jetpack-portfolio main article p { font-size: 18px; line-height: 1.65; }
body.single-jetpack-portfolio main article h3 { font-size: 28px; line-height: 1.2; margin-top: 2em; }
body.single-jetpack-portfolio main article ul, body.single-jetpack-portfolio main article ol { font-size: 18px; line-height: 1.7; }
body.single-jetpack-portfolio main article .link-arrow { display: none; }

body.single-jetpack-portfolio .ck-proj-eyebrow { max-width: 820px; margin: 2.5rem auto 0; padding: 0 1rem; display: flex; justify-content: space-between; align-items: center; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; letter-spacing: 0.08em; color: #555; }
body.single-jetpack-portfolio .ck-proj-eyebrow .ck-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; }
body.single-jetpack-portfolio .ck-proj-eyebrow .ck-dot { width: 8px; height: 8px; background: #ff5a1f; border-radius: 50%; display: inline-block; }

body.single-jetpack-portfolio .ck-proj-footer { max-width: 820px; margin: 4rem auto 3rem; padding: 2rem 1rem 0; border-top: 1px solid #e5e5e5; }
body.single-jetpack-portfolio .ck-proj-footer .ck-eyebrow-row { display: flex; justify-content: space-between; align-items: center; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; letter-spacing: 0.08em; color: #555; margin-bottom: 1.5rem; }
body.single-jetpack-portfolio .ck-proj-footer .ck-dot { width: 8px; height: 8px; background: #ff5a1f; border-radius: 50%; display: inline-block; margin-right: 0.5rem; }
body.single-jetpack-portfolio .ck-proj-footer-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
body.single-jetpack-portfolio .ck-proj-pill { display: inline-block; padding: 0.75rem 1.5rem; border: 1px solid #111; border-radius: 999px; text-decoration: none; color: #111; font-size: 14px; font-weight: 500; transition: all 0.15s; }
body.single-jetpack-portfolio .ck-proj-pill:hover { background: #111; color: #fff; }
body.single-jetpack-portfolio .ck-proj-pill-primary { background: #111; color: #fff; }
body.single-jetpack-portfolio .ck-proj-pill-primary:hover { background: #ff5a1f; border-color: #ff5a1f; }

body.single-jetpack-portfolio h1.page-title, body.single-jetpack-portfolio main .page-header { display: none; }


/* CK: tighten portfolio footer spacing + arrow char style */
body.single-jetpack-portfolio .ck-proj-footer { margin-top: 2rem; }
body.single-jetpack-portfolio .ck-proj-pill .ck-arrow { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 13px; display: inline-block; text-rendering: geometricPrecision; }


/* ===== CK: final polish pass ===== */

/* Sticky header: account for 69px header on anchor/scroll jumps */
html { scroll-padding-top: 80px; }
main .ck-h1, main .ck-h2, main h1, main h2 { scroll-margin-top: 90px; }

/* Keep logo on one line, tighten at narrow widths */
nav.nav .nav-logo { white-space: nowrap; }
nav.nav .nav-logo span { white-space: nowrap; }

/* Narrow desktop / tablet landscape: tighten nav + hide subtitle wordmark wrap */
@media (max-width: 1100px) {
  nav.nav .nav-logo { font-size: 18px; }
  nav.nav .nav-logo .mark svg { width: 22px; height: 22px; }
  nav.nav .nav-inner { gap: 0.75rem; padding-left: 1rem; padding-right: 1rem; }
  nav.nav a { font-size: 14px; }
  .ck-eyebrow, .ck-eyebrow-right { font-size: 11px; }
  .ck-h1 { font-size: 56px !important; line-height: 1.05 !important; }
}

/* Tablet portrait: further compress */
@media (max-width: 900px) {
  nav.nav .nav-logo span:not(.mark) { display: none; }
  nav.nav .nav-inner { padding-left: 0.75rem; padding-right: 0.75rem; }
  .ck-eyebrow-right { display: none; }
  .ck-hero-foot .ck-eyebrow-right { display: inline; font-size: 10px; }
  .ck-h1 { font-size: 44px !important; }
}

/* Prevent hero-meta right column from clipping off-screen */
.ck-eyebrow-row { flex-wrap: wrap; gap: 0.5rem 1rem; }

/* SVG arrow inside pills: align with text baseline */
.ck-proj-pill svg { vertical-align: -2px; margin: 0 2px; }
.ck-proj-pill-primary svg { color: currentColor; }

/* First hero section: add a bit more breathing room under sticky header */
body.home main > section:first-of-type,
body.page main > section:first-of-type,
body.single main > article,
body.single-jetpack-portfolio main > .container { padding-top: 1rem; }

/* Accessibility: fully remove hidden H1s from reading order */
h1[aria-hidden="true"] { display: none !important; }


/* SVG inline arrow in Promise pills + other eyebrow anchors */
.ck-inline-arrow { display: inline-block; vertical-align: -1px; margin-right: 3px; }
.ck-pillar-tag a { display: inline-flex; align-items: center; gap: 0.25rem; text-decoration: none; }


/* === Case study rows (single jetpack-portfolio) === */
.ck-casestudy{
  max-width:820px;margin:48px auto 0;
  border-top:1px solid rgba(0,0,0,.1);
  padding-top:12px;
}
.ck-cs-row{
  display:grid;grid-template-columns:200px 1fr;gap:32px;
  padding:20px 0;border-bottom:1px solid rgba(0,0,0,.08);
  align-items:start;
}
.ck-cs-label{
  font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;
  font-size:11px;letter-spacing:.12em;text-transform:uppercase;
  color:rgba(0,0,0,.55);padding-top:2px;
  display:flex;align-items:center;gap:8px;
}
.ck-cs-label .ck-dot{
  width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block;
}
.ck-cs-body{font-size:17px;line-height:1.55;color:#111;}
@media (max-width:720px){
  .ck-cs-row{grid-template-columns:1fr;gap:8px;}
  .ck-cs-label{padding-top:0;}
}

/* === Fit / Not-fit section (Services) === */
.ck-fit{padding:80px 0;background:#faf7f2;}
.ck-fit .ck-h2{font-size:44px;line-height:1.1;margin:8px 0 40px;max-width:20ch;}
.ck-fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;}
.ck-fit-col{padding:28px;border:1px solid rgba(0,0,0,.1);background:#fff;}
.ck-fit-col.ck-fit-yes{border-left:3px solid #111;}
.ck-fit-col.ck-fit-no{border-left:3px solid rgba(0,0,0,.25);opacity:.94;}
.ck-fit-label{
  font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;
  font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(0,0,0,.6);margin-bottom:18px;
  display:flex;align-items:center;gap:8px;
}
.ck-fit-label .ck-dot{width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block;}
.ck-fit-list{list-style:none;padding:0;margin:0;}
.ck-fit-list li{
  font-size:16px;line-height:1.5;padding:10px 0 10px 22px;
  border-bottom:1px solid rgba(0,0,0,.06);position:relative;
}
.ck-fit-list li:last-child{border-bottom:0;}
.ck-fit-yes .ck-fit-list li::before{
  content:"";position:absolute;left:0;top:17px;
  width:10px;height:6px;border-left:2px solid #111;border-bottom:2px solid #111;
  transform:rotate(-45deg);
}
.ck-fit-no .ck-fit-list li::before{
  content:"";position:absolute;left:0;top:18px;width:10px;height:2px;background:rgba(0,0,0,.35);
}
.ck-fit-footer{margin-top:32px;font-size:15px;color:rgba(0,0,0,.72);font-style:italic;}
@media (max-width:800px){
  .ck-fit-grid{grid-template-columns:1fr;gap:20px;}
  .ck-fit .ck-h2{font-size:32px;}
}

/* === Contact: Not sure what to send === */
.ck-sendblock{padding:40px 0 8px;}
.ck-sendblock .ck-h3{font-size:26px;line-height:1.25;margin:6px 0 18px;max-width:28ch;}
.ck-send-list{list-style:none;padding:0;margin:0 0 18px;display:grid;grid-template-columns:1fr 1fr;gap:10px 32px;}
.ck-send-list li{
  font-size:15px;line-height:1.5;padding:8px 0 8px 20px;position:relative;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.ck-send-list li::before{
  content:"+";position:absolute;left:0;top:6px;
  font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;
  font-size:14px;color:rgba(0,0,0,.45);
}
.ck-send-footer{font-size:15px;color:rgba(0,0,0,.72);line-height:1.55;max-width:62ch;}
@media (max-width:640px){.ck-send-list{grid-template-columns:1fr;}}

/* === Home hero microcopy === */
.ck-hero-microcopy{
  margin-top:14px;font-size:13px;line-height:1.55;
  color:rgba(0,0,0,.62);max-width:52ch;
  font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;
  letter-spacing:.01em;
}


/* === Projects: Proof that forwards === */
.ck-proof{padding:72px 0;background:#fbf9f5;}
.ck-proof .ck-h2{font-size:40px;line-height:1.1;margin:8px 0 36px;max-width:22ch;}
.ck-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start;}
.ck-proof-col{padding:28px;background:#fff;border:1px solid rgba(0,0,0,.08);}
.ck-proof-col .ck-proof-label{
  font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;
  font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(0,0,0,.6);margin-bottom:8px;
  display:flex;align-items:center;gap:8px;
}
.ck-proof-col .ck-proof-label .ck-dot{width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block;}
.ck-proof-sub{font-size:15px;color:rgba(0,0,0,.7);margin:0 0 20px;font-style:italic;}
.ck-proof-items{display:flex;flex-direction:column;gap:0;margin-bottom:22px;}
.ck-proof-item{padding:14px 0;border-bottom:1px solid rgba(0,0,0,.07);}
.ck-proof-item:last-child{border-bottom:0;}
.ck-proof-item a{display:block;font-size:16px;line-height:1.4;color:#111;text-decoration:none;margin-bottom:4px;}
.ck-proof-item a:hover strong{text-decoration:underline;}
.ck-proof-item a strong{font-weight:600;}
.ck-proof-item span{display:block;font-size:14px;color:rgba(0,0,0,.62);line-height:1.5;}
.ck-proof-cta{
  display:inline-block;margin-top:4px;font-size:13px;
  font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;
  letter-spacing:.04em;color:#111;
  padding:10px 14px;border:1px solid rgba(0,0,0,.15);
  text-decoration:none;transition:background .15s;
}
.ck-proof-cta:hover{background:#111;color:#fff;border-color:#111;}
@media (max-width:800px){
  .ck-proof-grid{grid-template-columns:1fr;gap:20px;}
  .ck-proof .ck-h2{font-size:30px;}
}

/* === Contact: For internal review === */
.ck-review{padding:48px 0 24px;}
.ck-review .ck-h3{font-size:28px;line-height:1.2;margin:6px 0 10px;max-width:26ch;}
.ck-review-sub{font-size:15px;color:rgba(0,0,0,.7);line-height:1.55;margin:0 0 24px;max-width:62ch;}
.ck-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;}
.ck-review-card{
  display:block;padding:24px;border:1px solid rgba(0,0,0,.1);
  background:#fff;text-decoration:none;color:#111;transition:all .15s;
}
.ck-review-card:hover{border-color:#111;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.06);}
.ck-review-kind{
  font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;
  font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(0,0,0,.55);margin-bottom:10px;
  display:flex;align-items:center;gap:8px;
}
.ck-review-kind .ck-dot{width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block;}
.ck-review-title{font-size:20px;font-weight:600;margin-bottom:8px;line-height:1.25;}
.ck-review-meta{
  font-size:13px;color:rgba(0,0,0,.6);
  font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;
  letter-spacing:.01em;
}
.ck-review-footer{font-size:14px;color:rgba(0,0,0,.72);margin:0;}
.ck-review-footer a{color:#111;font-weight:500;}
@media (max-width:640px){.ck-review-grid{grid-template-columns:1fr;}}

/* === Services CTA: brief link line === */
.ck-cta-review-link{
  margin-top:18px;font-size:13px;
  font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;
  letter-spacing:.02em;color:rgba(0,0,0,.6);
}
.ck-cta-review-link a{color:#111;text-decoration:underline;text-underline-offset:3px;}
