.kl-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 24px;
}

.kl-hero {
  text-align: center;
  padding: 120px 24px 80px;
}

.kl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.kl-box {
  background: var(--global-palette8,#fff);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.kl-btn {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  display: inline-block;
  margin: 10px;
}

.kl-btn-primary {
  background: var(--global-palette2,#C8A772);
  color: #fff;
}

.kl-btn-secondary {
  border: 1px solid var(--global-palette2,#C8A772);
  color: var(--global-palette2,#C8A772);
}

.kl-btn-primary:hover,
.kl-btn-secondary:hover {
  background: #2A2A2A;
  color: #fff;
}
.kl-footer {
  background: #f5f4f1;
  color: #1f1f1f;
  padding: 60px 0 40px;
  font-size: 15px;
}

.kl-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.kl-footer-head {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 14px;
}

.kl-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kl-footer-list li {
  margin-bottom: 6px;
}

.kl-footer-list a {
  text-decoration: none;
  color: inherit;
}

.kl-footer-list a:hover {
  text-decoration: underline;
}

.kl-footer-bottom {
  text-align: center;
  font-size: 14px;
  padding-top: 30px;
  border-top: 1px solid rgba(0,0,0,0.08);
  margin-top: 30px;
}
.kl-about-photo img {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
/* Fix over-spaced headline on About page */
.kl-about-text h1 {
  letter-spacing: 0 !important;
  word-spacing: normal !important;
}
.kl-about-text h1 {
  letter-spacing: -0.5px !important;
}
/* GLOBAL H1 MOBILE SIZE */
@media (max-width: 480px) {
  h1 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    word-spacing: normal !important;
  }
}
/* H2 mobile */
@media (max-width: 480px) {
  h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
}

/* H3 mobile */
@media (max-width: 480px) {
  h3 {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }
}
@media (max-width: 480px) {
  h1, h2, h3 {
    letter-spacing: normal !important;
  }
}
@media (max-width: 480px) {
  .kl-about-text h1 {
    font-size: 1.6rem !important;
  }
}
/* FAQ Styling */
.kl-faq h2 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.faq-item + .faq-item {
  margin-top: 10px;
}

.faq-question {
  width: 100%;
  background: #222;
  color: #fff;
  padding: 14px 16px;
  text-align: left;
  font-size: 1.1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background .2s ease;
}

.faq-question:hover {
  background: #444;
}

.faq-answer {
  display: none;
  padding: 14px 16px;
  background: #f9f9f9;
  border-left: 4px solid #ddd;
  border-radius: 6px;
  margin-top: 5px;
}

.faq-answer.open {
  display: block;
}
/* BLOG HERO */
.kl-blog-hero {
  padding: 80px 0 40px;
  text-align: center;
}
.kl-blog-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}
.kl-blog-hero .kl-sub {
  font-size: 18px;
  opacity: .8;
}

.kl-blog-hero h1 {
  font-size: 2.4rem;
}
.kl-grid.kl-grid-3 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.kl-pill {
  display: block;
  background: #f4f4f7;
  padding: .75rem 1rem;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  transition: all .2s ease;
}
.kl-pill:hover {
  background: #dedce7;
}
.kl-fee {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.25rem;
  color: #2b2b2b;
}
.kl-start-here h1 {
  letter-spacing: 0.02em;
}

.kl-list {
  margin-top: 1rem;
  margin-left: 1.2rem;
}

.kl-list li {
  margin-bottom: 0.5rem;
}

.kl-list-no li {
  opacity: 0.85;
}
.kl-checklist li::before {
  content: "✓";
  margin-right: 0.6rem;
  color: #5a6b5a; /* muted authority green */
  font-weight: 600;
}
.kl-cta-final {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 2.5rem;
}

.kl-btn-primary {
  padding: 0.75rem 1.75rem;
  font-weight: 500;
}
.kl-hero h1 {
  letter-spacing: 0.12em;   /* instead of super-wide */
  line-height: 1.25;
  max-width: 900px;
  margin: 0 auto 1.5rem;
}
.kl-sub {
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 1.25rem;
}

.kl-services-line {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  opacity: 0.7;
  margin-top: 0.5rem;
}
.kl-cta {
  margin-top: 2.5rem;
  gap: 1rem;
}
.kl-services-line {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}
/* =========================
   SECTION RHYTHM (GLOBAL)
========================= */
.kl-intro, .kl-strategy {
  padding: 4.5rem 0;
}

.kl-intro .kl-wrap,
.kl-strategy .kl-wrap {
  max-width: 900px;
}

/* =========================
   INTRO — ELEVATION
========================= */
.kl-intro {
  background: #fff;
}

.kl-intro p {
  font-size: 1.06rem;
  line-height: 1.75;
  color: rgba(0,0,0,0.78);
  margin: 0 0 1.4rem;
}

.kl-intro p:first-child {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(0,0,0,0.88);
}

.kl-intro p:first-child strong {
  font-weight: 700;
}

/* Add a quiet divider under intro */
.kl-intro .kl-wrap:after {
  content: "";
  display: block;
  margin: 2.25rem auto 0;
  width: 120px;
  height: 1px;
  background: rgba(0,0,0,0.12);
}

/* =========================
   STRATEGY — PANEL FEEL
========================= */
.kl-strategy {
  background: rgba(0,0,0,0.02);
}

.kl-strategy .kl-wrap {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 2.5rem 2.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.kl-strategy h2 {
  font-size: 2rem;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.kl-strategy p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(0,0,0,0.78);
  margin: 0 0 1.25rem;
}

.kl-strategy strong {
  font-weight: 700;
  color: rgba(0,0,0,0.9);
}

/* CTA spacing inside strategy */
.kl-strategy .kl-cta {
  margin-top: 1.6rem;
  gap: 0.9rem;
}

/* Responsive padding */
@media (max-width: 640px) {
  .kl-strategy .kl-wrap {
    padding: 1.75rem 1.25rem;
    border-radius: 16px;
  }
}
/* Strategy signature styles */
.kl-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  opacity: 0.65;
  margin: 0 0 0.6rem;
}

.kl-lead {
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0 0 1.6rem;
}

.kl-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 1.5rem 0 1.25rem;
}

.kl-mini {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 1.1rem 1.1rem;
  background: rgba(0,0,0,0.01);
}

.kl-mini h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
}

.kl-mini p {
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.82;
}

.kl-fineprint {
  margin-top: 1.25rem;
  font-size: 0.92rem;
  opacity: 0.65;
}

/* Responsive */
@media (max-width: 900px) {
  .kl-mini-grid { grid-template-columns: 1fr; }
}
.kl-start-here {
  padding: 4rem 0;
  background: rgba(0,0,0,0.02);
}

.kl-start-here h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.kl-start-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.kl-start-option {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.kl-start-option h3 {
  margin-top: 0;
}

.kl-start-option p {
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

@media (max-width: 800px) {
  .kl-start-grid {
    grid-template-columns: 1fr;
  }
}
.kl-section-divider {
  margin: 60px 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(0,0,0,0.12),
    transparent
  );
}
/* ================= INSIGHTS HUB ================= */

.kl-insights-hero {
  padding: 80px 0 40px;
}

.kl-insights-hero h1 {
  max-width: 720px;
}

.kl-insights-hero .kl-lead {
  max-width: 680px;
  margin-top: 16px;
  opacity: 0.9;
}

.kl-insights-list {
  padding: 40px 0 80px;
}

.kl-insight-item {
  max-width: 720px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.kl-insight-item:last-child {
  border-bottom: none;
}

.kl-insight-item h2 {
  margin-bottom: 8px;
  font-size: 1.35rem;
  line-height: 1.35;
}

.kl-insight-item a {
  text-decoration: none;
}

.kl-insight-item p {
  margin: 0;
  opacity: 0.85;
}
/* ================= INSIGHT ARTICLE ================= */

.kl-insight-hero {
  padding: 80px 0 32px;
}

.kl-insight-hero .kl-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 8px;
}

.kl-insight-body {
  padding: 40px 0 64px;
}

.kl-narrow {
  max-width: 680px;
}

.kl-insight-body p {
  line-height: 1.7;
  margin-bottom: 1.2em;
}

.kl-insight-body h2 {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 1.35rem;
}

.kl-intro {
  font-size: 1.05rem;
  font-weight: 500;
}

.kl-divider {
  margin: 48px 0 24px;
  border: none;
  height: 1px;
  background: rgba(0,0,0,0.1);
}

.kl-fineprint {
  font-size: 0.85rem;
  opacity: 0.7;
}
/* ================= INSIGHT CTA ================= */

.kl-insight-cta {
  padding: 48px 0 80px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.kl-insight-cta p {
  max-width: 600px;
  margin-bottom: 20px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .kl-insight-hero,
  .kl-insight-body,
  .kl-insight-cta,
  .kl-insights-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kl-insight-item h2 {
    font-size: 1.2rem;
  }
}
/* ===== Cornerstone hero polish ===== */

.kl-insight-hero{
  padding: 88px 0 24px;
}

/* This fixes the “everything is running together” / spaced-out title */
.kl-insight-hero h1{
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 1.08;
  max-width: 900px;
  margin: 10px 0 0;
}

/* Eyebrow placement */
.kl-insight-hero .kl-eyebrow{
  margin-bottom: 10px;
}

/* Meta row */
.kl-insight-meta{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-size: 0.9rem;
  opacity: 0.75;
}

.kl-insight-back{
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.18);
  padding-bottom: 2px;
}

.kl-insight-dot{
  opacity: 0.5;
}

/* Takeaway line */
.kl-insight-takeaway{
  max-width: 780px;
  margin-top: 18px;
  font-size: 1.02rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* Divider: the missing “something” */
.kl-hero-divider{
  margin-top: 26px;
}

/* Mobile */
@media (max-width: 768px){
  .kl-insight-hero{ padding: 64px 0 18px; }
  .kl-insight-meta{ flex-wrap: wrap; }
}
.kl-callout{
  margin: 22px 0 34px;
  padding: 16px 18px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 12px;
  background: rgba(0,0,0,0.02);
}
.kl-callout p{ margin: 0; line-height: 1.6; }
.kl-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 20px;
}

.kl-lead {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 680px;
  margin-bottom: 40px;
}
.kl-tag {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6f6f6f;
  margin-bottom: 0.75rem;
}

.kl-tag-soft {
  color: #8a7f75; /* warm neutral */
}

.kl-tag-muted {
  color: #9a9a9a;
}
.kl-callout {
  border-left: 3px solid #d8cfc6;
  padding: 1rem 1.25rem;
  background: #faf9f7;
  font-style: italic;
  color: #555;
  margin: 2rem 0;
}
.kl-note {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.75rem;
}
.kl-filter {
  font-size: 0.85rem;
  color: #777;
  font-style: italic;
  margin-top: 1.25rem;
}
.kl-lead {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #444;
  max-width: 60ch;
}
.kl-lead-advisory {
  color: #3f3f3f;
}
.kl-list li {
  margin-bottom: 0.6rem;
  line-height: 1.5;
}
.kl-list li::marker {
  color: #b5aaa0;
}
.kl-insight-tag {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b8177;
  margin-bottom: 0.5rem;
}
