:root {
  --kbt-ink: #111820;
  --kbt-navy: #081725;
  --kbt-navy-2: #102638;
  --kbt-brass: #b49760;
  --kbt-brass-dark: #8d713e;
  --kbt-brass-text: #6d5127;
  --kbt-brass-light: #d9c08f;
  --kbt-accent: #ef7f32;
  --kbt-ivory: #f7f4ed;
  --kbt-paper: #fffdf8;
  --kbt-mist: #eef2f5;
  --kbt-slate: #5e6874;
  --kbt-line: rgba(17, 24, 32, .13);
  --kbt-success: #245f48;
  --kbt-radius: 20px;
  --kbt-radius-lg: 30px;
  --kbt-shadow: 0 28px 80px rgba(8, 23, 37, .13);
  --kbt-shadow-soft: 0 14px 38px rgba(8, 23, 37, .08);
  --kbt-shell: 1240px;
  --kbt-reading: 760px;
  --kbt-section: clamp(3.6rem, 8vw, 7.5rem);
  --kbt-topbar-height: 0px;
  --kbt-header-height: 78px;
  --kbt-header-row-height: 78px;
  --kbt-topbar-accent: #081725;
  --kbt-topbar-foreground: #fff;
  --kbt-header-shell: 1600px;
  --kbt-inner-shell: 1500px;
  --kbt-logo-width: 230px;
  --kbt-logo-height: 72px;
  --kbt-font-display: "Instrument Sans", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --kbt-font-body: "Manrope", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
html:focus-within { scroll-behavior: smooth; }
body.knightsbridge-theme { color: var(--kbt-ink); background: #fff; font-family: var(--kbt-font-body); }
.knightsbridge-theme :where(h1,h2,h3,h4,h5,h6) { font-family: var(--kbt-font-display); }
.knightsbridge-theme :where(.wp-block-button__link,.wp-element-button,.kbt-btn,.kbt-primary-nav,.kbt-header-cta,.kbt-nav-toggle,.kbt-topbar) { font-family: var(--kbt-font-display); }
.knightsbridge-theme :where(h1,h2,h3,h4) { text-wrap: balance; }
.knightsbridge-theme :where(p,li) { text-wrap: pretty; }
.knightsbridge-theme img { max-width: 100%; height: auto; }
.knightsbridge-theme .screen-reader-text:focus { z-index: 999999; }
.knightsbridge-theme :where(a,button,input,select,textarea):focus-visible { outline: 2px solid var(--kbt-brass-dark); outline-offset: 3px; }
.knightsbridge-theme :where(.kbt-section--dark,.kbt-section--midnight,.kbt-section--emerald,.kbt-footer) :where(a,button,input,select,textarea):focus-visible { outline-color: var(--kbt-brass-light); }

/* ---------------------------------------------------------
   Global marketing bar
--------------------------------------------------------- */
.kbt-topbar {
  position: sticky;
  top: 0;
  z-index: 10020;
  width: 100%;
  background: var(--kbt-topbar-accent);
  color: var(--kbt-topbar-foreground, #fff);
  border-bottom: 1px solid color-mix(in srgb, currentColor 16%, transparent);
}
.kbt-topbar__inner {
  width: min(100%, var(--kbt-shell));
  min-height: 38px;
  margin-inline: auto;
  padding: .48rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem 1rem;
  flex-wrap: wrap;
  text-align: center;
  font-size: .76rem;
  line-height: 1.3;
  letter-spacing: .015em;
}
.kbt-topbar__message { opacity: .96; display: inline-flex; align-items: center; gap: .48rem; }
.kbt-topbar__message::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: currentColor; transform-origin: center; animation: kbt-topbar-pulse 2.6s ease-out 3; }
@keyframes kbt-topbar-pulse { 0%,100% { transform: scale(1); opacity: .95; } 50% { transform: scale(1.65); opacity: .42; } }
.kbt-topbar__link {
  color: var(--kbt-topbar-foreground, #fff) !important;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid color-mix(in srgb, currentColor 60%, transparent);
}
.kbt-topbar__link:hover { border-bottom-color: currentColor; }
@media (max-width: 479px){
  .kbt-topbar__link { display: inline-flex; align-items: center; min-height: 44px; padding: .9rem .15rem; margin: -.9rem -.15rem; }
}
body.admin-bar .kbt-topbar { top: 46px; }
body.admin-bar #masthead { top: calc(var(--kbt-topbar-height) + 46px); }
@media (min-width: 783px){
  body.admin-bar .kbt-topbar { top: 32px; }
  body.admin-bar #masthead { top: calc(var(--kbt-topbar-height) + 32px); }
}

/* ---------------------------------------------------------
   Core design system
--------------------------------------------------------- */
.kbt-section {
  position: relative;
  overflow: visible;
  padding: var(--kbt-section) 1.1rem;
}

.kbt-section--tight { padding-top: clamp(2.6rem,5vw,4.5rem); padding-bottom: clamp(2.6rem,5vw,4.5rem); }
.kbt-section > .kbt-shell,
.kbt-shell { width: min(100%, var(--kbt-shell)); max-width: var(--kbt-shell) !important; margin-inline: auto; }
.kbt-section > .kbt-reading,
.kbt-reading { width: min(100%, var(--kbt-reading)); max-width: var(--kbt-reading) !important; margin-inline: auto; }
.kbt-eyebrow {
  margin: 0 0 .8rem;
  color: var(--kbt-brass-text);
  font-size: .74rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.kbt-display { margin: 0; font-size: clamp(2.25rem,6vw,5.1rem); line-height: .98; letter-spacing: -.047em; }
.kbt-heading { margin: 0; font-size: clamp(1.9rem,4vw,3.65rem); line-height: 1.03; letter-spacing: -.036em; }
.kbt-subhead { margin: 1.15rem 0 0; max-width: 760px; color: var(--kbt-slate); font-size: clamp(1.02rem,1.7vw,1.28rem); line-height: 1.65; }
.kbt-copy { color: var(--kbt-slate); font-size: 1.02rem; line-height: 1.78; }
.kbt-stack > * + * { margin-top: 1.05rem; }
.kbt-rule { width: 70px; height: 2px; margin: 1.25rem 0; background: var(--kbt-brass); }

.kbt-section--dark { background: var(--kbt-navy); color: #fff; }
.kbt-section--dark .kbt-eyebrow { color: #d7bd88; }
.kbt-section--dark .kbt-subhead,
.kbt-section--dark .kbt-copy { color: rgba(255,255,255,.74); }
.kbt-section--ivory { background: var(--kbt-ivory); }
.kbt-section--mist { background: var(--kbt-mist); }
.kbt-section--paper { background: var(--kbt-paper); }
.kbt-section--accent { background: linear-gradient(135deg, #041d1b 0%, #06392f 52%, #041d1b 100%); color: #fff; }
.kbt-section--accent .kbt-copy,
.kbt-section--accent .kbt-subhead { color: rgba(255,255,255,.82); }
.kbt-section--ornament { overflow: clip; }
.kbt-section--ornament::before,
.kbt-section--ornament::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(180,151,96,.14);
  border-radius: 50%;
}
.kbt-section--ornament::before { width: 520px; height: 520px; right: -230px; top: -255px; }
.kbt-section--ornament::after { width: 340px; height: 340px; right: -105px; top: -150px; }

.kbt-grid-2 { display: grid !important; grid-template-columns: 1fr; gap: clamp(1.6rem, 5vw, 5rem); align-items: center; }
.kbt-grid-3,
.kbt-grid-4 { display: grid !important; grid-template-columns: 1fr; gap: 1rem; }


.wp-block-columns.kbt-mobile-list {
  display: grid !important;
  grid-template-columns: 1fr;
  flex-wrap: initial !important;
}
.wp-block-columns.kbt-mobile-list > .wp-block-column {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  min-width: 0;
}
/* WordPress Core Columns compatibility. Core Columns ships flex rules
   (including !important wrapping/basis rules). KBT classes explicitly own
   these layouts so rendering does not depend on stylesheet print order. */
.wp-block-columns.kbt-grid-2,
.wp-block-columns.kbt-grid-3,
.wp-block-columns.kbt-grid-4 {
  flex-wrap: initial !important;
}
.wp-block-columns.kbt-grid-2 > .wp-block-column,
.wp-block-columns.kbt-grid-3 > .wp-block-column,
.wp-block-columns.kbt-grid-4 > .wp-block-column {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  min-width: 0;
}
.kbt-card {
  min-width: 0;
  padding: clamp(1.2rem,2.5vw,2rem);
  border: 1px solid var(--kbt-line);
  border-radius: var(--kbt-radius);
  background: #fff;
  box-shadow: var(--kbt-shadow-soft);
}
.kbt-card--flat { box-shadow: none; }
.kbt-card--dark { background: var(--kbt-navy-2); color: #fff; border-color: rgba(255,255,255,.12); }
.kbt-card--dark p { color: rgba(255,255,255,.72); }
.kbt-card h3 { margin-top: 0; letter-spacing: -.02em; }

/* Surface contrast contract: dark sections own light typography, while any
   deliberately light card nested inside them resets to dark readable text. */
.kbt-section--dark,
.kbt-section--emerald,
.kbt-section--midnight,
.kbt-section--accent { color: #fff; }
.kbt-section--dark :where(.kbt-heading,.kbt-display,h2,h3,h4),
.kbt-section--emerald :where(.kbt-heading,.kbt-display,h2,h3,h4),
.kbt-section--midnight :where(.kbt-heading,.kbt-display,h2,h3,h4),
.kbt-section--accent :where(.kbt-heading,.kbt-display,h2,h3,h4) { color: inherit; }
.kbt-card:not(.kbt-card--dark),
.kbt-cta-box,
.kbt-post-card,
.kbt-feedback-card,
.kbt-review-card,
.kbt-resource-card,
.kbt-sidebox,
.kbt-outro-card:not(.kbt-outro-card--cta),
.kbt-blog-finder,
.kbt-blog-empty { color: var(--kbt-ink); }

/* Light components nested inside dark sections own their own readable type. */
.kbt-section--dark :where(.kbt-card:not(.kbt-card--dark),.kbt-cta-box,.kbt-post-card,.kbt-feedback-card,.kbt-review-card,.kbt-resource-card,.kbt-sidebox,.kbt-blog-finder,.kbt-blog-empty) :where(h1,h2,h3,h4,h5,h6) { color: var(--kbt-ink); }
.kbt-section--dark :where(.kbt-card:not(.kbt-card--dark),.kbt-cta-box,.kbt-post-card,.kbt-feedback-card,.kbt-review-card,.kbt-resource-card,.kbt-sidebox,.kbt-blog-finder,.kbt-blog-empty) :where(p,li,.kbt-copy,.kbt-subhead) { color: var(--kbt-slate); }
.kbt-section--emerald :where(.kbt-card:not(.kbt-card--dark),.kbt-cta-box,.kbt-post-card,.kbt-feedback-card,.kbt-review-card,.kbt-resource-card,.kbt-sidebox,.kbt-blog-finder,.kbt-blog-empty) :where(h1,h2,h3,h4,h5,h6),
.kbt-section--midnight :where(.kbt-card:not(.kbt-card--dark),.kbt-cta-box,.kbt-post-card,.kbt-feedback-card,.kbt-review-card,.kbt-resource-card,.kbt-sidebox,.kbt-blog-finder,.kbt-blog-empty) :where(h1,h2,h3,h4,h5,h6),
.kbt-section--accent :where(.kbt-card:not(.kbt-card--dark),.kbt-cta-box,.kbt-post-card,.kbt-feedback-card,.kbt-review-card,.kbt-resource-card,.kbt-sidebox,.kbt-blog-finder,.kbt-blog-empty) :where(h1,h2,h3,h4,h5,h6) { color: var(--kbt-ink); }
.kbt-section--emerald :where(.kbt-card:not(.kbt-card--dark),.kbt-cta-box,.kbt-post-card,.kbt-feedback-card,.kbt-review-card,.kbt-resource-card,.kbt-sidebox,.kbt-blog-finder,.kbt-blog-empty) :where(p,li,.kbt-copy,.kbt-subhead),
.kbt-section--midnight :where(.kbt-card:not(.kbt-card--dark),.kbt-cta-box,.kbt-post-card,.kbt-feedback-card,.kbt-review-card,.kbt-resource-card,.kbt-sidebox,.kbt-blog-finder,.kbt-blog-empty) :where(p,li,.kbt-copy,.kbt-subhead),
.kbt-section--accent :where(.kbt-card:not(.kbt-card--dark),.kbt-cta-box,.kbt-post-card,.kbt-feedback-card,.kbt-review-card,.kbt-resource-card,.kbt-sidebox,.kbt-blog-finder,.kbt-blog-empty) :where(p,li,.kbt-copy,.kbt-subhead) { color: var(--kbt-slate); }

/* A light CTA card nested on a dark/emerald/midnight/accent surface is an
   independent light surface. Use explicit specificity so the surrounding
   surface cannot leak light text or white-button treatment into the card. */
:is(.kbt-section--dark,.kbt-section--emerald,.kbt-section--midnight,.kbt-section--accent) .kbt-cta-box .kbt-eyebrow { color: var(--kbt-brass-text); }
:is(.kbt-section--dark,.kbt-section--emerald,.kbt-section--midnight,.kbt-section--accent) .kbt-cta-box :where(.kbt-subhead,.kbt-copy) { color: var(--kbt-slate); }

.kbt-media { overflow: hidden; border-radius: var(--kbt-radius-lg); background: var(--kbt-mist); box-shadow: var(--kbt-shadow); }
.kbt-media img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.kbt-media--portrait img { aspect-ratio: 4/5; }
.kbt-media--wide img { aspect-ratio: 16/10; }

.kbt-actions { display: flex; align-items: stretch; gap: .65rem; flex-wrap: wrap; margin-top: 1.6rem; }
.kbt-actions .wp-block-button { width: 100%; }
.kbt-actions .wp-block-button__link,
.kbt-btn {
  width: 100%;
  border-radius: 999px;
  padding: .88rem 1.3rem;
  border: 1px solid transparent;
  background: var(--kbt-navy);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 8px 24px rgba(8,23,37,.15);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.kbt-actions .wp-block-button__link:hover,
.kbt-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(8,23,37,.19); }
.kbt-actions .wp-block-button__link:not([href]) { cursor: default; opacity: .72; box-shadow: none; }
.kbt-actions .wp-block-button__link:not([href]):hover { transform: none; box-shadow: none; }
.kbt-actions .wp-block-button__link:not([href])::after { content: ""; margin-left: 0; }
.kbt-actions .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--kbt-line);
  color: var(--kbt-ink);
  background: transparent;
  box-shadow: none;
}
.kbt-section--dark .kbt-actions .wp-block-button:not([class*="kbt-btn--"]):not(.is-style-outline) .wp-block-button__link,
.kbt-section--emerald .kbt-actions .wp-block-button:not([class*="kbt-btn--"]):not(.is-style-outline) .wp-block-button__link,
.kbt-section--midnight .kbt-actions .wp-block-button:not([class*="kbt-btn--"]):not(.is-style-outline) .wp-block-button__link,
.kbt-section--accent .kbt-actions .wp-block-button:not([class*="kbt-btn--"]):not(.is-style-outline) .wp-block-button__link {
  background: #fff;
  color: var(--kbt-navy);
}
.kbt-section--dark .kbt-actions .wp-block-button.is-style-outline .wp-block-button__link,
.kbt-section--emerald .kbt-actions .wp-block-button.is-style-outline .wp-block-button__link,
.kbt-section--midnight .kbt-actions .wp-block-button.is-style-outline .wp-block-button__link,
.kbt-section--accent .kbt-actions .wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff;
  border-color: rgba(255,255,255,.38);
}

.kbt-checks { list-style: none; margin: 1.35rem 0 0 !important; padding: 0 !important; display: grid; gap: .72rem; }
.kbt-checks li { position: relative; padding-left: 1.65rem; }
.kbt-checks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--kbt-success); font-weight: 700; }
.kbt-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 12px; background: var(--kbt-ivory); color: var(--kbt-brass-text); font-weight: 700; }

/* Mobile-first content rails. Add .kbt-mobile-swipe when horizontal browsing is useful. */
.kbt-mobile-swipe {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: .9rem;
  width: calc(100% + 1.1rem);
  max-width: none;
  margin-right: -1.1rem;
  padding-right: 1.1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-padding-inline: 0 2rem;
}
.kbt-mobile-swipe.is-kbt-scrollable:focus-visible,
.kbt-related__grid.is-kbt-scrollable:focus-visible { outline: 3px solid var(--kbt-brass-dark); outline-offset: 4px; }
.kbt-mobile-swipe::-webkit-scrollbar { display: none; }
.kbt-mobile-swipe > * { flex: 0 0 min(84vw, 340px); scroll-snap-align: start; }
.wp-block-columns.kbt-mobile-swipe > .wp-block-column {
  flex: 0 0 min(84vw, 340px) !important;
  min-width: 0;
}
.kbt-mobile-list { display: grid; gap: .9rem; }

/* CTA library */
.kbt-cta-center { text-align: center; }
.kbt-cta-center .kbt-subhead { margin-inline: auto; }
.kbt-cta-center .kbt-actions { justify-content: center; }
.kbt-cta-box { padding: clamp(1.7rem,5vw,4.2rem); border: 1px solid var(--kbt-line); border-radius: var(--kbt-radius-lg); background: #fff; box-shadow: var(--kbt-shadow-soft); }
.kbt-cta-lift { position: relative; z-index: 2; margin-top: -2.5rem; }
.kbt-cta-band { border-top: 1px solid var(--kbt-line); border-bottom: 1px solid var(--kbt-line); }
.kbt-cta-split { display: grid; gap: 1.4rem; align-items: end; }
.kbt-statline { display: flex; gap: 1.4rem 2rem; flex-wrap: wrap; margin-top: 1.6rem; }
.kbt-statline strong { display: block; font-size: clamp(1.65rem,3vw,2.35rem); line-height: 1; }
.kbt-statline span { display: block; margin-top: .35rem; color: var(--kbt-slate); font-size: .86rem; }
.kbt-section--dark .kbt-statline span,
.kbt-section--accent .kbt-statline span { color: rgba(255,255,255,.7); }

/* Modern content modules */
.kbt-bento { display: grid; grid-template-columns: 1fr; gap: .9rem; }
.kbt-bento > * { min-height: 210px; }
.kbt-bento__feature { min-height: 300px; }
.kbt-number-card { position: relative; padding-top: 4.4rem; }
.kbt-number-card__number { position: absolute; top: 1.25rem; left: 1.25rem; color: var(--kbt-brass-text); font-size: .74rem; letter-spacing: .11em; font-weight: 700; }


.kbt-highlight { padding: clamp(1.4rem,4vw,2.8rem); border-left: 3px solid var(--kbt-brass); background: var(--kbt-ivory); }
.kbt-highlight > :first-child { margin-top: 0; }
.kbt-highlight > :last-child { margin-bottom: 0; }
.kbt-logo-row { display: flex; gap: 1.7rem 2.6rem; align-items: center; flex-wrap: wrap; opacity: .68; font-weight: 700; letter-spacing: .03em; }
.kbt-comparison { display: grid; gap: 1rem; }
.kbt-comparison__col { padding: clamp(1.25rem,3vw,2rem); border: 1px solid var(--kbt-line); border-radius: 20px; }
.kbt-comparison__col.is-featured { background: var(--kbt-navy); color: #fff; border-color: var(--kbt-navy); }
.kbt-comparison__col.is-featured .kbt-copy { color: rgba(255,255,255,.82); }
.kbt-comparison__col.is-featured .kbt-eyebrow { color: #d7bd88; }
.kbt-process { counter-reset: kbt-step; }
.kbt-step { position: relative; padding: 1.35rem 1rem 1.35rem 3.9rem; border-top: 1px solid var(--kbt-line); }
.kbt-step::before { counter-increment: kbt-step; content: counter(kbt-step, decimal-leading-zero); position: absolute; left: 0; top: 1.25rem; color: var(--kbt-brass-text); font-size: .95rem; font-weight: 700; }
.kbt-timeline { position: relative; display: grid; gap: 0; }
.kbt-timeline::before { content: ""; position: absolute; top: 12px; bottom: 12px; left: 7px; width: 1px; background: var(--kbt-line); }
.kbt-timeline__item { position: relative; padding: 0 0 1.8rem 2rem; }
.kbt-timeline__item::before { content: ""; position: absolute; left: 2px; top: .42rem; width: 11px; height: 11px; border: 2px solid var(--kbt-brass); border-radius: 50%; background: #fff; }
.kbt-timeline__item h3 { margin: 0 0 .4rem; }
.kbt-details { border-top: 1px solid var(--kbt-line); }
.kbt-details details { border-bottom: 1px solid var(--kbt-line); }
.kbt-details summary { cursor: pointer; padding: 1.15rem 0; font-weight: 700; }
.kbt-details details > *:not(summary) { margin: 0 0 1.2rem; color: var(--kbt-slate); }

/* ---------------------------------------------------------
   Standard pages
--------------------------------------------------------- */




.kbt-site-main { display: block; min-width: 0; }
.page-template-landing .site-main,
.page-template-full-width .site-main { padding: 0 !important; }

/* ---------------------------------------------------------
   Blog index / archive
--------------------------------------------------------- */


.kbt-post-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--kbt-line);
  border-radius: 20px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.kbt-post-card:hover { transform: translateY(-3px); box-shadow: var(--kbt-shadow-soft); }
.kbt-post-card__media { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--kbt-mist); }
.kbt-post-card__media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.kbt-post-card:hover .kbt-post-card__media img { transform: none; }
.kbt-post-card__body { padding: 1.25rem; }
.kbt-post-card__meta { display: flex; gap: .45rem; align-items: center; flex-wrap: wrap; margin-bottom: .75rem; color: var(--kbt-brass-text); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.kbt-post-card__meta a { color: inherit; text-decoration: none; }
.kbt-post-card__meta a:hover { text-decoration: underline; text-underline-offset: 3px; }
.kbt-post-card h2,
.kbt-post-card h3 { margin: 0; font-size: 1.34rem; line-height: 1.2; letter-spacing: -.025em; }
.kbt-post-card h2 a,
.kbt-post-card h3 a { color: var(--kbt-ink); text-decoration: none; }
.kbt-post-card__excerpt { margin: .75rem 0 0; color: var(--kbt-slate); line-height: 1.62; }
.kbt-post-card--featured { grid-column: 1 / -1; }
.kbt-pagination { width: min(100%, var(--kbt-shell)); margin: -2rem auto 0; padding: 0 1.1rem var(--kbt-section); }
.kbt-pagination .nav-links { display: flex; gap: .5rem; flex-wrap: wrap; }
.kbt-pagination .page-numbers { padding: .62rem .85rem; border: 1px solid var(--kbt-line); border-radius: 999px; text-decoration: none; }
.kbt-pagination .current { background: var(--kbt-navy); border-color: var(--kbt-navy); color: #fff; }

/* ---------------------------------------------------------
   Single article: visual header based on the supplied reference
--------------------------------------------------------- */















.kbt-article-layout {
  width: min(100%, var(--kbt-shell));
  margin-inline: auto;
  padding: clamp(2.5rem,6vw,5.4rem) 1.1rem;
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 2.2rem;
  align-items: start;
}
.kbt-article-main { order: 1; min-width: 0; }
.kbt-article-sidebar { order: 2; display: grid; grid-template-columns: minmax(0,1fr); gap: 1rem; min-width: 0; }
.kbt-article-sidebar > *,
.kbt-article-sidebar__widgets,
.kbt-article-sidebar__widgets > * { min-width: 0; }
.kbt-article-sidebar .wp-block-search__inside-wrapper { min-width: 0; max-width: 100%; }
.kbt-article-sidebar .wp-block-search__input { min-width: 0; width: auto; flex: 1 1 0%; }
.kbt-article-sidebar .wp-block-search__button { flex: 0 0 auto; }
.kbt-toc--desktop { display: none; }
.kbt-toc--mobile { display: block; margin-bottom: 1.6rem; }
.kbt-article-content { width: 100%; max-width: var(--kbt-reading); font-size: 1.05rem; line-height: 1.82; }
.kbt-article-content > :first-child { margin-top: 0; }
.kbt-article-content :where(h2,h3,h4) { scroll-margin-top: calc(var(--kbt-topbar-height) + var(--kbt-header-height) + 24px); }
.kbt-article-content h2 { margin: 2.15em 0 .65em; font-size: clamp(1.65rem,3vw,2.45rem); line-height: 1.12; letter-spacing: -.03em; }
.kbt-article-content h3 { margin: 1.7em 0 .55em; font-size: clamp(1.28rem,2.2vw,1.72rem); line-height: 1.2; letter-spacing: -.02em; }
.kbt-article-content p { margin: 0 0 1.35em; }
.kbt-article-content :where(ul,ol) { margin: 0 0 1.45em; padding-left: 1.35em; }
.kbt-article-content a { text-decoration-thickness: 1px; text-underline-offset: 3px; }

.kbt-article-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.kbt-article-content th,
.kbt-article-content td { padding: .75rem; border: 1px solid var(--kbt-line); text-align: left; }


.kbt-sidebox__title { margin: 0 0 .8rem; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.kbt-toc__list { list-style: none; margin: 0 !important; padding: 0 !important; display: grid; gap: .15rem; }

.kbt-toc__list a:hover { background: var(--kbt-mist); color: var(--kbt-ink); }

.kbt-side-cta h2 { margin: 0; color: #fff; font-size: 1.4rem; line-height: 1.15; letter-spacing: -.025em; }
.kbt-side-cta p { margin: .75rem 0 1rem; color: rgba(255,255,255,.82); line-height: 1.55; }

.kbt-article-facts dl { margin: 0; display: grid; gap: .7rem; }
.kbt-article-facts div { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .6rem; border-bottom: 1px solid var(--kbt-line); }
.kbt-article-facts div:last-child { border-bottom: 0; padding-bottom: 0; }
.kbt-article-facts dt { color: var(--kbt-slate); font-size: .82rem; }
.kbt-article-facts dd { margin: 0; font-size: .82rem; font-weight: 700; text-align: right; }
.kbt-topic-links { display: flex; gap: .4rem; flex-wrap: wrap; }
.kbt-topic-links a { padding: .45rem .6rem; border: 1px solid var(--kbt-line); border-radius: 999px; color: var(--kbt-ink); font-size: .76rem; text-decoration: none; }

.kbt-article-author { display: flex; gap: 1rem; align-items: center; margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--kbt-line); }
.kbt-article-author img { border-radius: 50%; }
.kbt-article-author strong { display: block; }
.kbt-article-author p { margin: .25rem 0 0; color: var(--kbt-slate); font-size: .9rem; }

/* Bottom-of-article full-width marketing block. */
.kbt-article-outro { padding: clamp(3.2rem,7vw,6.2rem) 1.1rem; background: var(--kbt-ivory); border-top: 1px solid var(--kbt-line); }
.kbt-article-outro__grid { display: grid; gap: 1rem; }
.kbt-outro-card { padding: clamp(1.25rem,3vw,2rem); border: 1px solid rgba(17,24,32,.10); border-radius: 20px; background: rgba(255,255,255,.75); }
.kbt-outro-card h2 { margin: 0 0 .8rem; font-size: 1.35rem; letter-spacing: -.02em; }
.kbt-outro-card p { margin: .45rem 0; color: var(--kbt-slate); line-height: 1.65; }
.kbt-outro-card a:not(.kbt-btn) { color: var(--kbt-ink); }
.kbt-outro-card--cta { background: var(--kbt-navy); color: #fff; }
.kbt-outro-card--cta p { color: rgba(255,255,255,.72); }
.kbt-outro-card--cta .kbt-btn { display: inline-flex; width: auto; margin-top: .8rem; background: #fff; color: var(--kbt-navy); }

.kbt-related { padding-top: clamp(2.7rem,6vw,5rem); }
.kbt-related__head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.kbt-related__head h2 { margin: 0; font-size: clamp(1.8rem,3vw,2.7rem); letter-spacing: -.03em; }
.kbt-related__grid { display: flex; gap: .9rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: .4rem; }
.kbt-related__grid::-webkit-scrollbar { display: none; }
.kbt-related__grid .kbt-post-card { flex: 0 0 min(84vw,340px); scroll-snap-align: start; }
.kbt-related__grid.is-kbt-scrollable { scroll-padding-inline: 0 2rem; }


.kbt-full-width-content { width: 100%; max-width: none; }
.kbt-landing-content { padding: 0 !important; }
.kbt-search-wrap { margin-top: 1.5rem; }
.kbt-stat-value { margin: 0; font-size: clamp(1.65rem,3vw,2.35rem); line-height: 1; }
.kbt-stat-label { margin: .35rem 0 0; color: var(--kbt-slate); font-size: .86rem; }
.kbt-card--dark .kbt-stat-label { color: rgba(255,255,255,.72); }
.kbt-logo-placeholder { margin: 0; white-space: nowrap; font-weight: 700; letter-spacing: .03em; }

/* ---------------------------------------------------------
   Footer
--------------------------------------------------------- */


.kbt-footer__brand { min-width: 0; }
.kbt-footer__logo { display: inline-block; color: #fff !important; font-size: clamp(1.35rem,2.5vw,2rem); line-height: 1; font-weight: 700; letter-spacing: -.035em; text-decoration: none; }
.kbt-footer__logo-image {
  display: block;
  width: auto;
  height: 84px;
  max-width: 260px;
  max-height: 84px;
  object-fit: contain;
  object-position: left center;
}
.kbt-footer__logo-image--auto-light { filter: brightness(0) invert(1); opacity: .96; }

.kbt-footer__statement { color: #d8bf8a !important; font-weight: 600; }
.kbt-footer h2 { margin: 0 0 .9rem; color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.kbt-footer ul { list-style: none; margin: 0 !important; padding: 0 !important; display: grid; gap: .5rem; }
.kbt-footer a { color: rgba(255,255,255,.76); text-decoration: none; }
.kbt-footer a:hover { color: #fff; }
.kbt-footer__contact p { margin: 0 0 .75rem; }
.kbt-footer__contact p span { display: block; margin-bottom: .2rem; color: rgba(255,255,255,.48); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.kbt-footer__contact address { margin: 0 0 .9rem; color: rgba(255,255,255,.68); font-style: normal; line-height: 1.6; }
.kbt-footer__regulatory { margin: 1rem 0 .55rem !important; color: #d8bf8a !important; font-size: .88rem; font-weight: 700; line-height: 1.45; }
.kbt-footer__regulatory-detail { color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.55; }
.kbt-footer__regulatory-detail p { margin: 0 0 .55rem; }
.kbt-footer__links a { display: inline-flex; align-items: center; min-height: 44px; padding-block: .25rem; line-height: 1.35; }
.kbt-footer__routes-label { margin: 1.15rem 0 .45rem; color: rgba(255,255,255,.48); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.kbt-footer__search .search-form { width: 100%; max-width: none; gap: .4rem; }
.kbt-footer__search .search-field { flex: 1 1 auto; width: auto; min-width: 0; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #fff; }
.kbt-footer__search .search-field::placeholder { color: rgba(255,255,255,.48); }
.kbt-footer__search .search-submit { flex: 0 0 auto; padding-inline: .85rem; background: #fff; color: var(--kbt-navy); }
.kbt-footer__legal-strip { position: relative; z-index: 2; margin: 2.6rem -1.1rem -1.3rem; border-top: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.12); }
.kbt-footer__bottom { position: relative; z-index: 2; display: flex; flex-direction: column; gap: .75rem; margin-top: 0; padding: 1rem 0; color: rgba(255,255,255,.55); font-size: .78rem; }
.kbt-footer__bottom p { margin: 0; }
.kbt-footer__bottom nav ul { display: flex; gap: .55rem 1rem; flex-wrap: wrap; }

/* ---------------------------------------------------------
   Tablet and desktop enhancements
--------------------------------------------------------- */
@media (min-width: 620px){
  .kbt-topbar__inner { justify-content: space-between; text-align: left; font-size: .79rem; }
  .kbt-actions { align-items: center; }
  .kbt-actions .wp-block-button,
  .kbt-actions .wp-block-button__link,
  .kbt-btn { width: auto; }
  .kbt-grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kbt-grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kbt-bento { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kbt-bento__feature { grid-column: span 2; }
  .kbt-comparison { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kbt-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kbt-article-outro__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kbt-footer__top { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (min-width: 900px){
  
  .kbt-section { padding-inline: clamp(1.25rem,4vw,3rem); }
  .kbt-grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kbt-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .kbt-grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .kbt-mobile-swipe { width: auto; margin-right: 0; padding-right: 0; overflow: visible; scroll-snap-type: none; }
  .kbt-mobile-swipe > * { flex: initial; min-width: 0; scroll-snap-align: none; }
  .kbt-mobile-swipe.kbt-grid-3 { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .kbt-mobile-swipe.kbt-grid-4 { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .kbt-logo-row.kbt-mobile-swipe { display: flex !important; }
  .kbt-cta-split { grid-template-columns: 1.5fr auto; }
  .kbt-bento { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .kbt-bento__feature { grid-column: span 2; grid-row: span 2; }

  .kbt-blog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; padding-inline: clamp(1.25rem,4vw,3rem); }
  .kbt-post-card--featured { display: grid; grid-template-columns: 1.15fr .85fr; }
  .kbt-post-card--featured .kbt-post-card__media { width: 100%; aspect-ratio: 16/9; min-height: 0; align-self: center; }
  .kbt-post-card--featured .kbt-post-card__body { align-self: center; padding: clamp(2rem,4vw,3.8rem); }
  .kbt-post-card--featured h2 { font-size: clamp(2rem,3.5vw,3.25rem); }

  
  
  
  
  
  

  .kbt-article-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(3rem,5vw,5rem); padding-inline: clamp(1.25rem,4vw,3rem); }
  .kbt-article-main { grid-column: 1; grid-row: 1; order: initial; }
  .kbt-article-sidebar { grid-column: 2; grid-row: 1; order: initial; position: sticky; top: calc(var(--kbt-topbar-height) + var(--kbt-header-height) + 24px); max-height: calc(100vh - var(--kbt-topbar-height) - var(--kbt-header-height) - 32px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(8,23,37,.24) transparent; padding-right: 5px; }
  .kbt-article-sidebar::-webkit-scrollbar { width: 6px; }
  .kbt-article-sidebar::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(8,23,37,.20); }
  .kbt-toc--mobile { display: none; }
  .kbt-toc--desktop { display: block; }
  .kbt-article-outro { padding-inline: clamp(1.25rem,4vw,3rem); }
  .kbt-article-outro__grid { grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); }
  .kbt-related__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: visible; gap: 1.15rem; }
  .kbt-related__grid .kbt-post-card { min-width: 0; }

  .kbt-footer { padding-inline: clamp(1.25rem,4vw,3rem); }
  .kbt-footer__top { grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(1.8rem,3vw,3rem); }
  .kbt-footer__bottom { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (min-width: 1200px){
  .kbt-article-layout { grid-template-columns: minmax(0, 820px) 320px; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce){
  html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ---------------------------------------------------------
   0.4.0 modern marketing modules
--------------------------------------------------------- */
.kbt-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: inherit;
  font-size: .82rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kbt-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
  opacity: .7;
  box-shadow: 0 0 0 7px color-mix(in srgb, currentColor 18%, transparent);
}
.kbt-section--emerald {
  background: linear-gradient(135deg, #041d1b 0%, #06392f 52%, #041d1b 100%);
  color: #fff;
}
.kbt-section--emerald .kbt-heading,
.kbt-section--emerald .kbt-display,
.kbt-section--emerald h2,
.kbt-section--emerald h3 { color: #fff; }
.kbt-section--emerald .kbt-copy,
.kbt-section--emerald .kbt-subhead { color: rgba(255,255,255,.84); }
.kbt-section--emerald .kbt-eyebrow,
.kbt-section--emerald .kbt-kicker { color: #d4af58; }
.kbt-actions .wp-block-button.kbt-btn--brass .wp-block-button__link,
.kbt-btn--brass {
  background: linear-gradient(180deg, #d8b359 0%, #be9440 100%);
  color: #081725;
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(190,148,64,.26);
}
.kbt-actions .wp-block-button.kbt-btn--dark .wp-block-button__link,
.kbt-btn--dark {
  background: #062f2a;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(6,47,42,.2);
}
.kbt-actions .wp-block-button.kbt-btn--soft .wp-block-button__link,
.kbt-btn--soft {
  background: rgba(255,255,255,.1);
  color: #fff;
  border-color: rgba(255,255,255,.22);
  box-shadow: none;
}
.kbt-actions .wp-block-button.kbt-btn--light .wp-block-button__link,
.kbt-btn--light {
  background: #fff;
  color: var(--kbt-ink);
  border-color: rgba(8,23,37,.08);
  box-shadow: 0 10px 28px rgba(8,23,37,.08);
}
.kbt-actions .wp-block-button.kbt-btn--accent .wp-block-button__link,
.kbt-btn--accent {
  background: var(--kbt-accent);
  color: var(--kbt-ink);
  border-color: #cf6420;
  box-shadow: 0 10px 28px rgba(239,127,50,.24);
}

.kbt-pill-list {
  list-style: none;
  margin: 1.35rem 0 0 !important;
  padding: 0 !important;
  display: flex;
  gap: .65rem;
  flex-wrap: wrap;
}
.kbt-pill-list li {
  padding: .62rem .88rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.86);
  font-size: .86rem;
  line-height: 1.25;
}
.kbt-glow-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 1rem;
}
.kbt-glow-stage::before,
.kbt-glow-stage::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(48px);
  opacity: .9;
  pointer-events: none;
}
.kbt-glow-stage::before {
  width: min(60vw, 360px);
  height: min(60vw, 360px);
  left: -4%;
  top: 8%;
  background: radial-gradient(circle, rgba(12, 163, 126, .5) 0%, rgba(12, 163, 126, 0) 72%);
}
.kbt-glow-stage::after {
  width: min(50vw, 300px);
  height: min(50vw, 300px);
  right: 0;
  bottom: 6%;
  background: radial-gradient(circle, rgba(212, 175, 88, .35) 0%, rgba(212, 175, 88, 0) 72%);
}
.kbt-glow-media {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}
.kbt-glow-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.kbt-glow-badge {
  position: absolute;
  z-index: 3;
  padding: .95rem 1rem;
  border-radius: 18px;
  background: rgba(8, 14, 20, .82);
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.kbt-glow-badge strong { display: block; font-size: 1rem; line-height: 1.1; }
.kbt-glow-badge span { display: block; margin-top: .3rem; font-size: .8rem; color: rgba(255,255,255,.76); }
.kbt-glow-badge--top { right: .9rem; top: .9rem; }
.kbt-glow-badge--bottom { left: .9rem; bottom: .9rem; }
.kbt-story-card {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 24px;
  border: 1px solid rgba(17,24,32,.08);
  background: rgba(255,255,255,.86);
  box-shadow: 0 25px 70px rgba(8,23,37,.07);
}
.kbt-story-card .kbt-kicker,
.kbt-story-card .kbt-eyebrow { color: var(--kbt-brass-text); }
.kbt-story-card .kbt-heading { font-size: clamp(2rem,4.2vw,3.65rem); }
.kbt-story-card .kbt-copy { color: var(--kbt-ink); }
.kbt-story-media-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
  align-items: end;
}
.kbt-story-media-stack .kbt-media {
  box-shadow: 0 22px 56px rgba(8,23,37,.12);
}
.kbt-story-media-stack > :first-child {
  transform: translateY(-1rem);
}
.kbt-story-media-stack > :last-child {
  transform: translateY(1rem);
}
.kbt-story-note {
  margin-top: 1rem;
  padding: .95rem 1rem;
  border-radius: 16px;
  background: var(--kbt-ivory);
  color: var(--kbt-ink);
  font-size: .92rem;
  line-height: 1.5;
}
.kbt-feedback {
  position: relative;
  overflow: hidden;
}
.kbt-feedback::before,
.kbt-feedback::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42px;
  z-index: 2;
  pointer-events: none;
}
.kbt-feedback::before { left: 0; background: linear-gradient(90deg, var(--kbt-paper) 0%, rgba(255,253,248,0) 100%); }
.kbt-feedback::after { right: 0; background: linear-gradient(270deg, var(--kbt-paper) 0%, rgba(255,253,248,0) 100%); }
.kbt-feedback-track {
  display: flex;
  gap: 1rem;
  width: calc(100% + 1.1rem);
  max-width: none;
  margin-right: -1.1rem;
  padding: .35rem 1.1rem .6rem 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.kbt-feedback-track::-webkit-scrollbar { display: none; }
.kbt-feedback-track > * { flex: 0 0 min(84vw, 320px); scroll-snap-align: start; }
.kbt-feedback-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(17,24,32,.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(8,23,37,.06);
}
.kbt-feedback-stars {
  font-size: .86rem;
  letter-spacing: .14em;
  color: #007a52;
  font-weight: 700;
}
.kbt-feedback-title {
  margin: .35rem 0 0;
  font-size: 1.16rem;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.kbt-feedback-copy {
  margin: .65rem 0 0;
  color: var(--kbt-slate);
  line-height: 1.7;
}
.kbt-feedback-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  padding-top: .9rem;
  border-top: 1px solid var(--kbt-line);
  color: #69727c;
  font-size: .88rem;
}
.kbt-feedback-source { position: relative;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--kbt-ink);
  font-weight: 700;
}

.kbt-feedback-source::before { content:""; width:8px; height:8px; flex:0 0 8px; border-radius:50%; background:var(--kbt-success); box-shadow:0 0 0 4px rgba(36,95,72,.1); }

.kbt-feedback-strip {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  color: var(--kbt-ink);
  font-size: 1rem;
  font-weight: 700;
}
.kbt-feedback-note,
.kbt-feedback-strip small {
  color: var(--kbt-slate);
  font-size: .88rem;
  font-weight: 600;
}
.kbt-feedback-strip .kbt-feedback-stars { letter-spacing: .1em; }

@media (min-width: 620px){
  .kbt-story-media-stack { grid-template-columns: 1.1fr .9fr; }
  .kbt-glow-badge--top { right: 1rem; top: 1rem; }
  .kbt-glow-badge--bottom { left: 1rem; bottom: 1rem; }
}

@media (min-width: 900px){
  .kbt-feedback-track {
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }
  .kbt-feedback-track > * { flex-basis: 360px; }
  .kbt-feedback::before,
  .kbt-feedback::after { width: 84px; }
}


/* ---------------------------------------------------------
   0.4.0 homepage library extras
--------------------------------------------------------- */

.kbt-lead-narrow { max-width: 900px; }
.kbt-lead-centered { text-align: center; }
.kbt-lead-centered .kbt-subhead { margin-inline: auto; }
.kbt-chip-cloud { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.35rem; }
.kbt-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .75rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--kbt-line);
  background: #fff;
  color: var(--kbt-ink);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(8,23,37,.04);
}
.kbt-chip.is-dark {
  background: var(--kbt-ink);
  color: #fff;
  border-color: var(--kbt-ink);
}
.kbt-glow-collage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
}
.kbt-glow-collage .kbt-glow-media { border-radius: 18px; }
.kbt-glow-collage .kbt-glow-media img { aspect-ratio: 1 / 1; }
.kbt-feature-trio .kbt-card {
  height: 100%;
  padding-top: clamp(1.6rem,3vw,2.2rem);
  text-align: center;
  border-radius: 26px;
}
.kbt-feature-trio .kbt-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: var(--kbt-paper);
  font-size: 1.5rem;
}
.kbt-feature-trio .kbt-copy { margin: .85rem auto 0; max-width: 31ch; }
.kbt-service-index { display: grid; gap: .8rem; margin-top: 1.5rem; }
.kbt-service-index__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .9rem;
  padding: 1rem 1.1rem;
  border-top: 1px solid var(--kbt-line);
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.kbt-service-index__item:last-child { border-bottom: 1px solid var(--kbt-line); }
.kbt-service-index__item:hover { transform: translateX(4px); background: rgba(8,23,37,.02); }
.kbt-service-index__num { color: var(--kbt-brass-text); font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.kbt-service-index__title a { display: inline-flex; align-items: center; min-height: 44px; padding-block: .25rem; color: inherit; text-decoration: none; }
.kbt-service-index__title a:hover { color: var(--kbt-brass-text); }
.kbt-service-index__title a:focus-visible { outline: 2px solid var(--kbt-brass-dark); outline-offset: 4px; }
.kbt-service-index__title { font-size: clamp(1.1rem,2.2vw,1.65rem); line-height: 1.15; letter-spacing: -.02em; }
.kbt-service-index__meta { color: var(--kbt-slate); font-size: .95rem; }
.kbt-service-index__arrow { font-size: 1.25rem; color: var(--kbt-brass-text); }
.kbt-people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.65rem;
}
.kbt-person-card { position: relative; overflow: hidden; border-radius: 22px; background: var(--kbt-mist); box-shadow: 0 18px 48px rgba(8,23,37,.08); }
.kbt-person-card img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.kbt-person-card__tag {
  position: absolute;
  left: .8rem;
  bottom: .8rem;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #f4bb5e 0%, #de9836 100%);
  color: #111;
  font-size: .8rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(222,152,54,.28);
}
.kbt-proof-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.15rem;
  color: var(--kbt-slate);
  font-size: .96rem;
}
.kbt-proof-bubbles { display: inline-flex; align-items: center; }
.kbt-proof-bubbles span {
  width: 38px;
  height: 38px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #d7dde4, #f4f6f8);
  box-shadow: 0 8px 20px rgba(8,23,37,.08);
}
.kbt-proof-bubbles span:first-child { margin-left: 0; }
.kbt-commitment-lead { text-align: center; }
.kbt-commitment-lead .kbt-subhead { margin-inline: auto; }
.kbt-commitment-line { width: 120px; height: 2px; margin: 1.2rem auto 0; background: #d46363; }

@media (min-width: 620px){
  .kbt-people-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (min-width: 900px){
  .kbt-chip-cloud { gap: 1rem; }
  .kbt-chip { min-height: 54px; padding-inline: 1.45rem; }
  .kbt-glow-collage { gap: .9rem; }
  .kbt-service-index__item { padding: 1.2rem 1.2rem; }
}

/* ---------------------------------------------------------
   0.5.0 modern homepage library
   Inspired by contemporary professional / SaaS editorial sites,
   while remaining lightweight, mobile-first and WordPress-native.
--------------------------------------------------------- */
.kbt-section--midnight {
  background:
    radial-gradient(circle at 76% 28%, rgba(24,151,117,.12), transparent 34%),
    radial-gradient(circle at 18% 76%, rgba(180,151,96,.08), transparent 30%),
    #061913;
  color: #fff;
}
.kbt-section--midnight .kbt-copy,
.kbt-section--midnight .kbt-subhead { color: rgba(255,255,255,.76); }
.kbt-section--midnight .kbt-kicker,
.kbt-section--midnight .kbt-eyebrow { color: #d9ae4b; }
.kbt-section--micro { padding-top: clamp(1.5rem,3vw,2.5rem); padding-bottom: clamp(1.5rem,3vw,2.5rem); }
.kbt-section--marquee { padding-inline: 0; }
.kbt-section--marquee > .kbt-shell { padding-inline: 1.1rem; }
.kbt-center { text-align: center; }
.kbt-copy--large { font-size: clamp(1.06rem,1.65vw,1.28rem); line-height: 1.7; }
.kbt-section-head { max-width: 850px; margin-bottom: clamp(1.5rem,3vw,2.4rem); }
.kbt-section-head--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap; }
.kbt-section-head--split > :first-child { max-width: 820px; }

/* Modern button interaction enhancements. Variants are defined once in the core action system above. */
.kbt-section--dark .kbt-actions .kbt-btn--glass .wp-block-button__link,
.kbt-section--midnight .kbt-actions .kbt-btn--glass .wp-block-button__link,
.kbt-section--emerald .kbt-actions .kbt-btn--glass .wp-block-button__link {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.22);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.kbt-actions .wp-block-button__link::after {
  content: "↗";
  display: inline-block;
  margin-left: .45rem;
  font-size: .82em;
  transition: transform .18s ease;
}
.kbt-actions .wp-block-button__link:hover::after { transform: translate(2px,-2px); }

/* Stronger dark-image glow. */
.kbt-glow-stage--strong { padding: clamp(.4rem,1vw,.8rem); overflow: clip; isolation: isolate; }
.kbt-glow-stage--strong::before {
  width: min(88vw,540px);
  height: min(88vw,540px);
  left: -15%;
  top: -12%;
  filter: blur(64px);
  background: radial-gradient(circle, rgba(24,187,139,.55) 0%, rgba(24,187,139,.14) 42%, rgba(24,187,139,0) 73%);
}
.kbt-glow-stage--strong::after {
  width: min(70vw,420px);
  height: min(70vw,420px);
  right: -8%;
  bottom: -12%;
  filter: blur(64px);
  background: radial-gradient(circle, rgba(225,176,64,.38) 0%, rgba(225,176,64,.08) 46%, rgba(225,176,64,0) 74%);
}
.kbt-glow-stage--strong .kbt-glow-media {
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 28px 90px rgba(0,0,0,.42), 0 0 56px rgba(23,163,123,.08);
}
.kbt-grid-2--wide { gap: clamp(2rem,6vw,6.5rem); }

/* Automatic review / logo marquee. JS progressively enhances this. */
.kbt-marquee { position: relative; overflow: hidden; width: 100%; }
.kbt-marquee::before,
.kbt-marquee::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: min(10vw,110px);
  pointer-events: none;
}
.kbt-marquee::before { left: 0; background: linear-gradient(90deg,var(--kbt-paper),rgba(255,253,248,0)); }
.kbt-marquee::after { right: 0; background: linear-gradient(270deg,var(--kbt-paper),rgba(255,253,248,0)); }
.kbt-marquee-track { display: flex; gap: 1rem; width: max-content; padding: .4rem 1rem 1rem; }
.kbt-marquee:not(.is-kbt-marquee-ready) { overflow-x: auto; scrollbar-width: none; }
.kbt-marquee:not(.is-kbt-marquee-ready)::-webkit-scrollbar { display: none; }
.kbt-marquee.is-kbt-marquee-ready .kbt-marquee-track { animation: kbt-marquee var(--kbt-marquee-duration,42s) linear infinite; will-change: transform; }
.kbt-marquee.is-kbt-marquee-ready:hover .kbt-marquee-track,
.kbt-marquee.is-kbt-marquee-ready:focus-within .kbt-marquee-track { animation-play-state: paused; }
.kbt-marquee-group { display: flex; flex: none; gap: 1rem; }
@keyframes kbt-marquee { to { transform: translateX(calc(-50% - .5rem)); } }


.kbt-review-card > p:not(.kbt-review-stars):not(.kbt-review-meta) { color: #4f5862; line-height: 1.65; }


.kbt-review-summary { text-align: center; padding-inline: 1.1rem; }
.kbt-review-summary p { margin: .7rem 0 0; }
.kbt-review-summary span:last-child { color: var(--kbt-slate); margin-left: .5rem; }

/* Featured review spotlight. */
.kbt-spotlight-media { position: relative; min-height: 100%; }
.kbt-spotlight-media figure { overflow: hidden; margin: 0; border-radius: 28px; box-shadow: var(--kbt-shadow); }
.kbt-spotlight-media img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.kbt-spotlight-chip { position: absolute; left: 1rem; bottom: 1rem; margin: 0; padding: .62rem .9rem; border-radius: 999px; background: rgba(8,23,37,.88); color: #fff; font-weight: 700; font-size: .82rem; backdrop-filter: blur(10px); }
.kbt-spotlight-quote { padding: clamp(1.2rem,3vw,2.4rem); }
.kbt-spotlight-quote blockquote { margin: 1rem 0; padding: 0; border: 0; }
.kbt-spotlight-quote blockquote p { margin: 0; font-size: clamp(1.6rem,3.4vw,3rem); line-height: 1.13; letter-spacing: -.035em; }
.kbt-spotlight-quote cite { display: block; margin-top: 1.15rem; color: var(--kbt-slate); font-style: normal; font-size: .9rem; }

/* Law-firm inspired minimal differentiators, deliberately generic. */
.kbt-minimal-trio { gap: clamp(1rem,3vw,2rem); }
.kbt-minimal-feature { height: 100%; padding: clamp(1.4rem,3vw,2.4rem) clamp(1rem,2.5vw,2rem); text-align: center; }
.kbt-line-icon { width: 78px; height: 78px; margin: 0 auto 1.25rem; display: grid; place-items: center; border: 1.5px solid currentColor; border-radius: 48% 52% 47% 53%; font-size: 1rem; font-weight: 700; }
.kbt-minimal-feature h3 { margin: 0; font-size: clamp(1.45rem,2.5vw,2.15rem); letter-spacing: -.03em; }
.kbt-minimal-feature > p:last-child { max-width: 36ch; margin: .9rem auto 0; color: var(--kbt-slate); line-height: 1.65; }

/* Service rails: list or swipe on mobile, four columns on desktop. */
.kbt-service-card-rail { gap: 1rem; }
.kbt-service-card {
  min-height: 280px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid rgba(17,24,32,.09);
  background: #fff;
  box-shadow: 0 16px 44px rgba(8,23,37,.055);
  transition: transform .2s ease, box-shadow .2s ease;
}
.kbt-service-card:hover { box-shadow: 0 22px 56px rgba(8,23,37,.09); }
.kbt-service-card__num { margin: 0 0 auto; color: var(--kbt-brass-text); font-size: .76rem; font-weight: 700; letter-spacing: .13em; }
.kbt-service-card h3 { margin: 2.2rem 0 .7rem; font-size: 1.4rem; letter-spacing: -.025em; }
.kbt-service-card > p:not(.kbt-service-card__num):not(.kbt-text-link) { color: var(--kbt-slate); line-height: 1.62; }
.kbt-text-link { margin-top: auto; padding-top: 1rem; color: var(--kbt-ink); font-weight: 700; }
.kbt-section--dark .kbt-text-link { color: #fff; }

/* Large editorial statement modules. */
.kbt-statement-section { border-top: 1px solid rgba(17,24,32,.06); border-bottom: 1px solid rgba(17,24,32,.06); }
.kbt-statement-grid { gap: clamp(1.5rem,5vw,5rem); }
.kbt-display-statement { margin: 0; font-size: clamp(2.4rem,6.2vw,6rem); line-height: .98; letter-spacing: -.055em; }
.kbt-display-statement--bold { font-weight: 700; max-width: 12ch; }

/* Image ribbon. */
.kbt-image-ribbon { gap: .75rem; margin-top: 1.8rem; }
.kbt-image-ribbon figure { margin: 0; overflow: hidden; border-radius: 20px; background: var(--kbt-mist); }
.kbt-image-ribbon img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .35s ease; }
.kbt-image-ribbon figure:hover img { transform: scale(1.025); }

/* Wordmark / accreditation marquee. */
.kbt-logo-marquee { margin-top: 1.25rem; }
.kbt-logo-marquee::before { background: linear-gradient(90deg,var(--kbt-paper),rgba(255,253,248,0)); }
.kbt-logo-marquee::after { background: linear-gradient(270deg,var(--kbt-paper),rgba(255,253,248,0)); }
.kbt-logo-word { margin: 0; min-width: 190px; padding: 1rem 1.45rem; border: 1px solid var(--kbt-line); border-radius: 999px; text-align: center; color: #68717b; font-size: .78rem; font-weight: 700; letter-spacing: .12em; }

/* Metrics bands. */
.kbt-metrics-band { gap: 0; }
.kbt-metric { min-width: 220px; padding: 1.2rem 1rem; border-left: 1px solid var(--kbt-line); }
.kbt-metric__number { margin: 0; font-size: clamp(2.4rem,5vw,4.8rem); line-height: .95; letter-spacing: -.055em; }
.kbt-metric p { margin: .6rem 0 0; color: var(--kbt-slate); }
.kbt-section--dark .kbt-metric { border-color: rgba(255,255,255,.16); }
.kbt-section--dark .kbt-metric p { color: rgba(255,255,255,.68); }

/* Homepage article query / latest insights. */
.kbt-insights-grid { display: grid !important; grid-template-columns: 1fr; gap: 1rem; }
.kbt-insight-card { height: 100%; padding-bottom: 1.1rem; border-bottom: 1px solid var(--kbt-line); }
.kbt-insight-card .wp-block-post-featured-image { overflow: hidden; margin: 0 0 1rem; border-radius: 20px; background: var(--kbt-mist); }
.kbt-insight-card .wp-block-post-featured-image img { transition: transform .35s ease; }
.kbt-insight-card:hover .wp-block-post-featured-image img { transform: none; }
.kbt-insight-card__terms { margin: 0 0 .5rem; font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.kbt-insight-card__terms a { color: var(--kbt-brass-text); text-decoration: none; }
.kbt-insight-card .wp-block-post-title { margin: 0; font-size: clamp(1.25rem,2.1vw,1.7rem); line-height: 1.2; letter-spacing: -.025em; }
.kbt-insight-card .wp-block-post-title a { color: inherit; text-decoration: none; }
.kbt-insight-card .wp-block-post-excerpt { color: var(--kbt-slate); line-height: 1.6; }
.kbt-section--dark .kbt-insight-card { border-color: rgba(255,255,255,.15); }
.kbt-section--dark .kbt-insight-card .wp-block-post-excerpt { color: rgba(255,255,255,.68); }
.kbt-section--dark .kbt-insight-card__terms a { color: #e0b55a; }

/* Editorial process. */
.kbt-process-layout { gap: clamp(2rem,6vw,6rem); }
.kbt-process-list { border-top: 1px solid var(--kbt-line); }
.kbt-process-row { display: grid; grid-template-columns: 48px 1fr; gap: .9rem; padding: 1.3rem 0; border-bottom: 1px solid var(--kbt-line); }
.kbt-process-row__num { margin: .18rem 0 0; color: var(--kbt-brass-text); font-weight: 700; letter-spacing: .1em; }
.kbt-process-row h3 { margin: 0; font-size: clamp(1.3rem,2.5vw,2rem); letter-spacing: -.025em; }
.kbt-process-row p:not(.kbt-process-row__num) { margin: .45rem 0 0; color: var(--kbt-slate); line-height: 1.6; }

/* Resource cards. */
.kbt-resource-grid { gap: 1rem; }
.kbt-resource-card { height: 100%; min-height: 300px; padding: 1.35rem; display: flex; flex-direction: column; border: 1px solid rgba(17,24,32,.09); border-radius: 24px; background: #fff; box-shadow: 0 16px 44px rgba(8,23,37,.05); }
.kbt-resource-card__type { margin: 0; color: var(--kbt-brass-text); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.kbt-resource-card h3 { margin: 1.7rem 0 .7rem; font-size: 1.45rem; letter-spacing: -.025em; }
.kbt-resource-card > p:not(.kbt-resource-card__type):not(.kbt-text-link) { color: var(--kbt-slate); line-height: 1.65; }

/* Large quote + statistic. */
.kbt-quote-stat { gap: clamp(2rem,6vw,6rem); }
.kbt-big-quote { margin: 0; padding: 0; border: 0; }
.kbt-big-quote p { margin: 0; font-size: clamp(2rem,5vw,4.5rem); line-height: 1.04; letter-spacing: -.045em; }
.kbt-big-quote cite { display: block; margin-top: 1.3rem; color: rgba(255,255,255,.62); font-style: normal; }
.kbt-stat-orb { width: min(100%,340px); aspect-ratio: 1; margin-inline: auto; padding: 2rem; display: grid; place-content: center; text-align: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: radial-gradient(circle at 40% 30%,rgba(34,176,136,.22),rgba(255,255,255,.035) 60%); box-shadow: inset 0 0 60px rgba(255,255,255,.03),0 0 90px rgba(24,187,139,.08); }
.kbt-stat-orb h3 { margin: 0; font-size: clamp(3rem,7vw,6rem); letter-spacing: -.065em; }
.kbt-stat-orb p { max-width: 22ch; margin: .7rem auto 0; color: rgba(255,255,255,.68); }

/* Compact trust / accreditation strip. */
.kbt-trust-strip { display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap; }
.kbt-trust-strip > p { margin: 0; }
.kbt-trust-strip__items { gap: .65rem; }
.kbt-trust-pill { margin: 0; padding: .6rem .85rem; border: 1px solid var(--kbt-line); border-radius: 999px; background: #fff; color: var(--kbt-slate); font-size: .82rem; font-weight: 700; }

/* Bold visual / cutout headline. */
.kbt-visual-headline { background: linear-gradient(135deg,#fff 0%,#fff8ed 100%); }
.kbt-cutout-media { position: relative; isolation: isolate; width: min(78vw,520px); max-width: 100%; margin-inline: auto; }
.kbt-cutout-media::before { content: ""; position: absolute; z-index: -1; inset: 8% 4%; border-radius: 42% 58% 58% 42% / 48% 43% 57% 52%; background: #ff9d35; transform: rotate(-7deg); filter: saturate(110%); }
.kbt-cutout-media figure { margin: 0; overflow: hidden; border-radius: 50%; transform: rotate(2deg); box-shadow: 0 24px 70px rgba(223,112,32,.17); }
.kbt-cutout-media img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }

@media (prefers-reduced-motion: reduce){
  .kbt-marquee.is-kbt-marquee-ready { overflow-x: auto; }
  .kbt-actions .wp-block-button__link::after,
  .kbt-insight-card .wp-block-post-featured-image img,
  .kbt-image-ribbon img { transition: none; }
}

@media (min-width: 620px){
  .kbt-review-card { flex-basis: 360px; width: 360px; }
  .kbt-image-ribbon > * { flex-basis: min(43vw,360px); }
}

@media (min-width: 900px){
  .kbt-actions .wp-block-button { width: auto; }
  .kbt-service-card-rail { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .kbt-service-card-rail > * { min-width: 0; }
  .kbt-image-ribbon { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); width: auto; margin-right: 0; padding-right: 0; overflow: visible; }
  .kbt-image-ribbon > * { min-width: 0; }
  .kbt-image-ribbon > :nth-child(2), .kbt-image-ribbon > :nth-child(4) { transform: translateY(1.5rem); }
  .kbt-metrics-band { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); width: auto; margin-right: 0; padding-right: 0; overflow: visible; }
  .kbt-metric { min-width: 0; }
  .kbt-insights-grid { grid-template-columns: repeat(12,minmax(0,1fr)); gap: 1.2rem; }
  .kbt-insights-grid > *:first-child { grid-column: span 6; }
  .kbt-insights-grid > *:not(:first-child) { grid-column: span 2; }
  .kbt-insights-grid > *:first-child .wp-block-post-title { font-size: clamp(1.8rem,3vw,2.7rem); }
  .kbt-insights-grid > *:not(:first-child) .wp-block-post-excerpt { display: none; }
  .kbt-process-row { grid-template-columns: 62px 1fr; padding-block: 1.55rem; }
  .kbt-resource-grid { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .kbt-resource-grid > * { min-width: 0; }
  .kbt-minimal-trio { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .kbt-minimal-trio > * + * { border-left: 1px solid var(--kbt-line); }
}
@media (max-width: 899px){
  .kbt-marquee.is-kbt-marquee-ready { overflow-x: auto; scrollbar-width: none; }
  .kbt-marquee.is-kbt-marquee-ready::-webkit-scrollbar { display: none; }
  .kbt-marquee.is-kbt-marquee-ready .kbt-marquee-track { animation: none; transform: none !important; }
  .kbt-marquee.is-kbt-marquee-ready .kbt-marquee-group[aria-hidden="true"] { display: none; }
}
.kbt-proof-bubbles p {
  width: 38px;
  height: 38px;
  margin: 0 0 0 -8px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg,#d7dde4,#f4f6f8);
  color: #58616b;
  font-size: .72rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(8,23,37,.08);
}
.kbt-proof-bubbles p:first-child { margin-left: 0; }
.kbt-person-card figure { margin: 0; }
.kbt-person-card .kbt-person-card__tag { margin: 0; }
.kbt-chip-cloud.wp-block-buttons { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.kbt-chip-cloud .wp-block-button { margin: 0; }
.kbt-chip-cloud .wp-block-button__link { min-height: 48px; display: inline-flex; align-items: center; padding: .72rem 1.15rem !important; border: 1px solid var(--kbt-line) !important; border-radius: 999px !important; background: #fff !important; color: var(--kbt-ink) !important; box-shadow: none !important; font-weight: 700 !important; }
.kbt-chip-cloud .wp-block-button__link::after { content: none; }
.kbt-chip-cloud .is-dark .wp-block-button__link { background: var(--kbt-ink) !important; border-color: var(--kbt-ink) !important; color: #fff !important; }
.kbt-chip-cloud .wp-block-button__link:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(8,23,37,.07) !important; }

/* Pattern/runtime normalisation. These selectors target the exact helper
   classes emitted by the reusable pattern library so WordPress block spacing cannot silently become the layout engine. */
.kbt-section :where(.wp-block-group,.wp-block-columns,.wp-block-buttons,figure) { margin-block-start: 0; }
.kbt-section .wp-block-columns { margin-bottom: 0; }
.kbt-auto-marquee { overflow: hidden; }
.kbt-chip-button { margin: 0; }
.kbt-insights-query { margin: 0; min-width: 0; }
.kbt-swipe-rail, [data-kbt-swipe-rail] { min-width: 0; }

/* ---------------------------------------------------------
   Bespoke responsive header
   Root design: compact row, visually dominant logo, unboxed navigation,
   and one coherent light/dark surface state.
--------------------------------------------------------- */
.knightsbridge-theme .kbt-site-header {
  position: sticky;
  top: var(--kbt-topbar-height);
  z-index: 10010;
  width: 100%;
  height: var(--kbt-header-row-height);
  min-height: var(--kbt-header-row-height);
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  overflow: visible;
  color: var(--kbt-ink);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(17,24,32,.07);
  box-shadow: 0 7px 28px rgba(8,23,37,.035);
  transition: background-color .28s ease, box-shadow .28s ease, color .28s ease, border-color .28s ease;
}
.knightsbridge-theme.kbt-overlay-header .kbt-site-header {
  margin-bottom: calc(-1 * var(--kbt-header-height));
  color: #fff;
  background: linear-gradient(180deg,rgba(3,14,24,.56),rgba(3,14,24,.10));
  border-bottom-color: rgba(255,255,255,.06);
  box-shadow: none;
}
.knightsbridge-theme .kbt-site-header.kbt-header-on-light {
  color: var(--kbt-ink);
  background: rgba(255,255,255,.965);
  border-bottom-color: rgba(17,24,32,.07);
}
.knightsbridge-theme .kbt-site-header.kbt-header-on-dark {
  color: #fff;
  background: rgba(6,22,35,.93);
  border-bottom-color: rgba(255,255,255,.09);
}
.knightsbridge-theme.kbt-overlay-header .kbt-site-header.kbt-header-on-dark:not(.is-kbt-scrolled) {
  background: linear-gradient(180deg,rgba(3,14,24,.62),rgba(3,14,24,.12));
}
.knightsbridge-theme.kbt-overlay-header .kbt-site-header.kbt-header-on-light:not(.is-kbt-scrolled) {
  background: linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.76));
  border-bottom-color: rgba(17,24,32,.08);
}
.kbt-header-shell {
  width: min(calc(100% - 28px), var(--kbt-header-shell));
  height: var(--kbt-header-row-height);
  min-height: var(--kbt-header-row-height);
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 1rem;
  overflow: visible;
}
.kbt-header-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  min-width: 0;
  height: var(--kbt-header-row-height);
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  color: inherit !important;
  text-decoration: none;
  overflow: visible;
}
.kbt-header-brand .kbt-header-logo {
  display: block;
  width: auto;
  height: min(var(--kbt-logo-height), calc(var(--kbt-header-row-height) - 16px));
  max-width: min(230px, var(--kbt-logo-width));
  max-height: calc(var(--kbt-header-row-height) - 16px);
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain;
  object-position: left center;
  transform: none;
  transform-origin: left center;
  transition: filter .24s ease, opacity .2s ease, transform .24s ease;
}
.kbt-header-brand:hover .kbt-header-logo { transform: scale(1.015); }
.kbt-logo-auto-invert { filter: brightness(0) invert(1) contrast(1.05); }
.kbt-header-brand__text { max-width: 240px; color: inherit; font-size: 1.04rem; line-height: 1.05; font-weight: 700; letter-spacing: -.025em; }

.kbt-primary-nav { display: none; min-width: 0; }
.kbt-primary-menu,
.kbt-primary-menu ul { list-style: none; }
.kbt-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: .55rem; }

.kbt-header-cta {
  display: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: .68rem;
  min-height: 50px;
  padding: .42rem .46rem .42rem 1.05rem;
  border: 1px solid rgba(8,23,37,.08);
  border-radius: 15px;
  background: linear-gradient(135deg,#071c2d 0%,#0c3049 100%);
  color: #fff !important;
  font-size: .94rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.012em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(8,23,37,.14);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}
.kbt-header-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -40% auto -40% -52%;
  width: 34%;
  transform: translateX(0) skewX(-18deg);
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
  transition: transform .46s var(--kbt-ease-standard, ease);
}
.kbt-header-cta__label { position: relative; z-index: 1; white-space: nowrap; }
.kbt-header-cta__icon {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  border-radius: 11px;
  background: #fff;
  color: var(--kbt-navy);
  font-size: .96rem;
  transition: transform .22s ease, background-color .22s ease, color .22s ease;
}
.kbt-header-cta:hover,
.kbt-header-cta:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(8,23,37,.2); }
.kbt-header-cta:hover::before,
.kbt-header-cta:focus-visible::before { transform: translateX(520%) skewX(-18deg); }
.kbt-header-cta:hover .kbt-header-cta__icon,
.kbt-header-cta:focus-visible .kbt-header-cta__icon { transform: translate(2px,-2px); }

.kbt-header-on-dark .kbt-header-cta {
  background: rgba(255,255,255,.96);
  color: var(--kbt-navy) !important;
  border-color: rgba(255,255,255,.32);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.kbt-header-on-dark .kbt-header-cta__icon { background: var(--kbt-navy); color: #fff; }

.kbt-nav-toggle {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(17,24,32,.12);
  border-radius: 14px;
  background: rgba(8,23,37,.04);
  color: currentColor;
  cursor: pointer;
}
.kbt-header-on-dark .kbt-nav-toggle { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.kbt-nav-toggle__icon { width: 20px; display: grid; gap: 5px; }
.kbt-nav-toggle__icon span { display: block; height: 1.5px; border-radius: 999px; background: currentColor; transition: transform .18s ease; }
.kbt-site-header.is-kbt-menu-open .kbt-nav-toggle__icon span:first-child { transform: translateY(3.25px) rotate(45deg); }
.kbt-site-header.is-kbt-menu-open .kbt-nav-toggle__icon span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

.kbt-mobile-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - var(--kbt-topbar-height) - var(--kbt-header-height));
  height: calc(100dvh - var(--kbt-topbar-height) - var(--kbt-header-height));
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-gutter: stable;
  background: rgba(255,255,255,.995);
  color: var(--kbt-ink);
  border-top: 1px solid rgba(17,24,32,.08);
  box-shadow: 0 28px 65px rgba(8,23,37,.14);
}
.kbt-mobile-panel[hidden] { display: none !important; }
.kbt-mobile-panel__inner {
  width: min(calc(100% - 28px),720px);
  min-height: 100%;
  margin-inline: auto;
  padding: 1rem 0 max(2rem, env(safe-area-inset-bottom));
  box-sizing: border-box;
}
body.admin-bar .kbt-mobile-panel { height: calc(100vh - var(--kbt-topbar-height) - var(--kbt-header-height) - 46px); height: calc(100dvh - var(--kbt-topbar-height) - var(--kbt-header-height) - 46px); }
@media (min-width: 783px){ body.admin-bar .kbt-mobile-panel { height: calc(100vh - var(--kbt-topbar-height) - var(--kbt-header-height) - 32px); height: calc(100dvh - var(--kbt-topbar-height) - var(--kbt-header-height) - 32px); } }
.kbt-mobile-menu,
.kbt-mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.kbt-mobile-menu > li { border-bottom: 1px solid rgba(17,24,32,.08); }
.kbt-mobile-menu a { display: flex; align-items: center; min-height: 52px; padding: .88rem .2rem; color: var(--kbt-ink); font-size: 1.08rem; font-weight: 600; line-height: 1.3; text-decoration: none; }
.kbt-mobile-menu__row { display: grid; grid-template-columns: minmax(0,1fr) 46px; align-items: stretch; gap: .35rem; }
.kbt-mobile-menu__row > a { min-width: 0; }
.kbt-mobile-submenu-toggle { align-self: center; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 12px; background: rgba(8,23,37,.045); color: var(--kbt-ink); cursor: pointer; }
.kbt-mobile-submenu-toggle::before { content: "+"; font-size: 1.45rem; font-weight: 400; line-height: 1; transform: translateY(-1px); }
.kbt-mobile-submenu-toggle[aria-expanded="true"]::before { content: "−"; }
.kbt-mobile-submenu-toggle:hover,
.kbt-mobile-submenu-toggle:focus-visible { background: rgba(8,23,37,.085); }
.kbt-mobile-menu .sub-menu { padding: .05rem 0 .75rem .85rem; }
.kbt-mobile-menu .sub-menu[hidden] { display: none !important; }
.kbt-mobile-menu .sub-menu li { border-top: 1px solid rgba(17,24,32,.045); }
.kbt-mobile-menu .sub-menu a { min-height: 44px; padding: .62rem .2rem; color: var(--kbt-slate); font-size: .95rem; font-weight: 600; }
.kbt-mobile-menu .sub-menu .kbt-mobile-menu__row { grid-template-columns: minmax(0,1fr) 46px; }
.kbt-mobile-menu .sub-menu .kbt-mobile-submenu-toggle { width: 44px; height: 44px; border-radius: 10px; }
.kbt-mobile-cta { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: 1rem; padding: 1rem 1.1rem; border-radius: 15px; background: linear-gradient(135deg,#071c2d,#0c3049); color: #fff !important; font-weight: 600; text-decoration: none; }
body.kbt-nav-open { overflow: hidden; }

@media (min-width: 620px){
  .kbt-header-shell { width: min(calc(100% - 40px), var(--kbt-header-shell)); }
  .kbt-header-cta { display: inline-flex; }
}

@media (min-width: 1080px){
  :root { --kbt-header-height: 92px; --kbt-header-row-height: 92px; }
  .kbt-header-shell {
    height: var(--kbt-header-row-height);
    min-height: var(--kbt-header-row-height);
    grid-template-columns: minmax(290px,1fr) minmax(440px,2.4fr) minmax(175px,.72fr);
    gap: clamp(1.15rem,1.8vw,2rem);
  }
  .kbt-header-brand { height: var(--kbt-header-row-height); }
  .kbt-header-brand .kbt-header-logo {
    height: min(var(--kbt-logo-height), calc(var(--kbt-header-row-height) - 20px));
    width: auto;
    max-width: var(--kbt-logo-width);
    max-height: calc(var(--kbt-header-row-height) - 20px);
  }

  .kbt-primary-nav {
    display: block;
    min-width: 0;
    justify-self: stretch;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .kbt-primary-menu {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem,2vw,2.65rem);
  }
  .kbt-primary-menu > li { position: relative; }
  .kbt-primary-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: .38rem .12rem;
    color: inherit !important;
    font-size: clamp(1.01rem,.92vw,1.09rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.018em;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease, transform .2s ease;
  }
  .kbt-primary-menu > li > a::after {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 3px;
    height: 1.5px;
    border-radius: 999px;
    background: var(--kbt-brass);
    opacity: .9;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease, opacity .22s ease;
  }
  .kbt-primary-menu > li:hover > a,
  .kbt-primary-menu > li:focus-within > a,
  .kbt-primary-menu > li.current-menu-item > a,
  .kbt-primary-menu > li.current-menu-ancestor > a {
    color: inherit !important;
    transform: translateY(-1px);
  }
  .kbt-primary-menu > li:hover > a::after,
  .kbt-primary-menu > li:focus-within > a::after,
  .kbt-primary-menu > li.current-menu-item > a::after,
  .kbt-primary-menu > li.current-menu-ancestor > a::after {
    transform: scaleX(1);
  }

  .kbt-primary-menu .sub-menu {
    position: absolute;
    z-index: 50;
    top: calc(100% + 8px);
    left: 50%;
    min-width: 250px;
    margin: 0;
    padding: .58rem;
    border: 1px solid rgba(17,24,32,.09);
    border-radius: 16px;
    background: rgba(255,255,255,.995);
    box-shadow: 0 28px 70px rgba(8,23,37,.16);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%,8px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  }
  .kbt-primary-menu li:hover > .sub-menu,
  .kbt-primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%,0); }
  .kbt-primary-menu .sub-menu .sub-menu { top: -.58rem; left: calc(100% + .4rem); transform: translate(8px,0); }
  .kbt-primary-menu .sub-menu li:hover > .sub-menu,
  .kbt-primary-menu .sub-menu li:focus-within > .sub-menu { transform: translate(0,0); }
  .kbt-primary-menu .sub-menu a { display: block; padding: .78rem .88rem; border-radius: 10px; color: var(--kbt-ink) !important; font-size: .92rem; font-weight: 600; text-decoration: none; white-space: normal; }
  .kbt-primary-menu .sub-menu a:hover,
  .kbt-primary-menu .sub-menu a:focus { background: var(--kbt-mist); }

  .kbt-header-actions { justify-self: end; min-width: 0; }
  .kbt-header-cta { min-height: 48px; padding: .38rem .44rem .38rem 1.08rem; border-radius: 15px; font-size: .95rem; }
  .kbt-header-cta__icon { width: 36px; height: 36px; flex-basis: 36px; border-radius: 10px; }
  .kbt-nav-toggle { display: none; }
  .kbt-mobile-panel { display: none !important; }
  .kbt-footer__logo-image { height: 96px; max-width: 290px; max-height: 96px; }
}

@media (min-width: 1320px){
  .kbt-header-shell { grid-template-columns: minmax(320px,1.08fr) minmax(600px,2.75fr) minmax(200px,.76fr); }
  .kbt-primary-menu { gap: clamp(2rem,2.4vw,3.35rem); }
  .kbt-primary-menu > li > a { font-size: 1.075rem; }
}


/* Progressive enhancement: if the main theme script never executes, keep the
   document in normal flow so a wrapped top bar cannot create sticky offsets,
   and expose a usable mobile Primary menu rather than an inert hamburger. */
html.no-js .kbt-topbar,
html.no-js .kbt-site-header { position: relative; top: auto !important; }
html.no-js body.kbt-overlay-header .kbt-site-header { margin-bottom: 0; }
@media (max-width: 1079px) {
  html.no-js .kbt-site-header { height: auto; min-height: var(--kbt-header-row-height); }
  html.no-js .kbt-header-shell {
    height: auto;
    min-height: var(--kbt-header-row-height);
    grid-template-rows: var(--kbt-header-row-height) auto;
  }
  html.no-js .kbt-header-brand,
  html.no-js .kbt-header-actions { grid-row: 1; }
  html.no-js .kbt-header-brand { grid-column: 1; }
  html.no-js .kbt-header-actions { grid-column: 2; }
  html.no-js .kbt-nav-toggle { display: none !important; }
  html.no-js .kbt-primary-nav {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    padding: .6rem 0 1rem;
    border-top: 1px solid rgba(17,24,32,.08);
  }
  html.no-js .kbt-primary-menu { margin: 0; padding: 0; display: grid; gap: 0; }
  html.no-js .kbt-primary-menu a {
    display: block;
    padding: .72rem .15rem;
    color: inherit !important;
    text-decoration: none;
    font-weight: 600;
  }
  html.no-js .kbt-primary-menu .sub-menu { margin: 0; padding: 0 0 0 1rem; }
}

/* ---------------------------------------------------------
   Homepage Slider Revolution slot
--------------------------------------------------------- */
.kbt-home-slider { position: relative; display: block; width: 100%; max-width: none; margin: 0; padding: 0; overflow: hidden; }
.kbt-home-slider > :where(.rev_slider_wrapper,.rs-module-wrap,rs-module-wrap) { width: 100% !important; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
.kbt-home-slider :where(rs-module,rs-slides,.rev_slider) { max-width: none; }
.kbt-slider-admin-note { padding: .75rem 1rem; background: #fff3cd; color: #5f4700; border-bottom: 1px solid #ead48d; font-size: .85rem; }

.kbt-page-intro,
.kbt-blog-intro { padding: clamp(2rem,4.5vw,3.8rem) 1.1rem; background: #fff; border-bottom: 1px solid rgba(17,24,32,.07); text-align: center; }
.kbt-page-intro .kbt-reading,
.kbt-blog-intro .kbt-reading { margin-inline: auto; }
.kbt-page-intro p,
.kbt-blog-intro p { margin: 0; color: #34404c; font-size: clamp(1.05rem,2vw,1.36rem); line-height: 1.7; letter-spacing: -.012em; }

/* Standard page content feels like an editorial canvas rather than a default
   WordPress content box. Full-width patterns can still break out naturally. */
.kbt-page-content {
  width: min(100%, var(--kbt-shell));
  margin-inline: auto;
  padding: clamp(2rem,4vw,3.8rem) 1.1rem var(--kbt-section);
}

.kbt-standard-page .kbt-page-content > :where(p,ul,ol) { font-size: 1.04rem; line-height: 1.8; }
.kbt-standard-page .kbt-page-content > h2 { margin-top: 2.2em; font-size: clamp(1.8rem,3.5vw,3rem); line-height: 1.08; letter-spacing: -.035em; }

/* Blog index now begins with the photographic banner, while its explanatory
   copy sits separately on white exactly as requested. */
.kbt-blog-grid {
  width: min(100%, var(--kbt-shell));
  margin: 0 auto;
  padding: clamp(2rem,5vw,4.3rem) 1.1rem var(--kbt-section);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-top: clamp(2.2rem,4.5vw,4.2rem);
}

/* More polished sidebar modules. */
.kbt-article-sidebar__widgets { display: grid; gap: .9rem; }
.kbt-article-sidebar__widgets > .widget { margin: 0; }
.kbt-sidebox {
  padding: 1.15rem;
  border: 1px solid var(--kbt-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(8,23,37,.035);
}
.kbt-toc__list a {
  display: block;
  padding: .5rem .55rem;
  border-radius: 9px;
  color: var(--kbt-slate);
  font-size: .88rem;
  line-height: 1.35;
  text-decoration: none;
  position: relative;
  padding-left: .72rem;
}
.kbt-toc__list a.is-active { background: var(--kbt-mist); color: var(--kbt-ink); box-shadow: inset 2px 0 0 var(--kbt-brass); }
.kbt-side-cta {
  padding: 1.35rem;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, #041d1b 0%, #06392f 100%);
  box-shadow: 0 20px 55px rgba(4,29,27,.22);
}
.kbt-side-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .78rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: var(--kbt-navy);
  font-weight: 700;
  text-decoration: none;
  min-height: 44px;
  transition: transform .16s ease;
}
.kbt-side-cta a:hover { transform: translateY(-1px); }

/* ---------------------------------------------------------
   Better quotation / review presentation
--------------------------------------------------------- */
.kbt-quote-card,
.kbt-card:has(.kbt-quote) {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding-top: 3.8rem;
  background:
    radial-gradient(circle at 90% 5%, rgba(180,151,96,.14), transparent 35%),
    #fff;
}
.kbt-quote-card::before,
.kbt-card:has(.kbt-quote)::before {
  content: "“";
  position: absolute;
  top: .35rem;
  left: 1.15rem;
  color: var(--kbt-brass);
  font-family: var(--kbt-font-display);
  font-size: 5.3rem;
  line-height: 1;
  opacity: .95;
}
.kbt-quote {
  margin: 0;
  font-size: clamp(1.28rem,2.3vw,1.8rem);
  line-height: 1.42;
  letter-spacing: -.025em;
}
.kbt-quote-meta {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--kbt-line);
  color: #69727c;
  font-size: .84rem;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
}
.kbt-quote-meta::before { content: ""; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; background: linear-gradient(135deg,#0b334c,#b49760); box-shadow: inset 0 0 0 6px rgba(255,255,255,.88); }

.kbt-article-content blockquote::before { content: "“"; position: absolute; top: -.2rem; left: 1rem; color: var(--kbt-brass); font-family: var(--kbt-font-display); font-size: 4.7rem; line-height: 1; opacity: .85; }
.kbt-review-card {
  flex: 0 0 min(82vw,330px);
  width: min(82vw,330px);
  min-height: 300px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(180,151,96,.12), transparent 35%),
    #fff;
  box-shadow: 0 18px 56px rgba(8,23,37,.07), inset 0 0 0 1px rgba(17,24,32,.07);
}
.kbt-review-card::before { content: "“"; color: var(--kbt-brass); font-family: var(--kbt-font-display); font-size: 3.4rem; line-height: .75; margin-bottom: .3rem; }
.kbt-review-stars {
  margin: 0;
  font-weight: 700;
  display: inline-flex;
  width: max-content;
  padding: .35rem .48rem;
  border-radius: 8px;
  background: #e8fff6;
  color: #007a57;
  font-size: .78rem;
  line-height: 1;
  letter-spacing: .08em;
}
.kbt-review-card h3 {
  margin: .85rem 0 0;
  font-size: 1.28rem;
  line-height: 1.25;
  letter-spacing: -.025em;
}


/* ---------------------------------------------------------
   Footer shell: optional action panel + four balanced information columns
--------------------------------------------------------- */
.kbt-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(3.6rem,7vw,6rem) 1.1rem 1.3rem;
  background: #07121c;
  color: #fff;
  padding-top: clamp(2.2rem,5vw,4rem);
  background:
    radial-gradient(circle at 15% 0%, rgba(180,151,96,.11), transparent 30%),
    radial-gradient(circle at 88% 35%, rgba(43,105,116,.12), transparent 35%),
    #061520;
}
.kbt-footer-cta {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-bottom: clamp(1.8rem,3.5vw,3rem);
  padding: clamp(1.2rem,2.2vw,1.8rem);
  display: grid;
  gap: clamp(1rem,2vw,1.5rem);
  align-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: clamp(18px,2vw,26px);
  background: linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  box-shadow: 0 22px 54px rgba(0,0,0,.16);
  backdrop-filter: blur(8px);
}
.kbt-footer-cta::after { content: ""; position: absolute; width: 250px; height: 250px; right: -80px; top: -120px; border-radius: 50%; background: radial-gradient(circle,rgba(180,151,96,.18),transparent 68%); pointer-events: none; }
.kbt-footer-cta__copy { position: relative; z-index: 1; max-width: 920px; }
.kbt-footer-cta__eyebrow { margin: 0 0 .42rem; color: #d8bf8a !important; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.kbt-footer-cta h2 { margin: 0; max-width: 900px; color: #fff; font-size: clamp(1.55rem,2.45vw,2.55rem); line-height: 1.08; letter-spacing: -.032em; text-transform: none; }
.kbt-footer-cta__copy > p:last-child { max-width: 760px; margin: .58rem 0 0; color: rgba(255,255,255,.67); font-size: clamp(.9rem,1.2vw,.98rem); line-height: 1.55; }
.kbt-footer-cta__button { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: space-between; gap: .8rem; width: 100%; max-width: 270px; padding: .78rem 1rem; border-radius: 999px; background: #fff; color: var(--kbt-navy) !important; font-weight: 700; text-decoration: none; }
.kbt-footer__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-top: .25rem;
}
.kbt-footer__brand p {
  color: rgba(255,255,255,.64);
  line-height: 1.65;
  max-width: 46ch;
}
.kbt-footer__nav a,
.kbt-footer__contact a { transition: color .16s ease, transform .16s ease; }
.kbt-footer__nav a:hover { display: inline-block; transform: translateX(2px); }

@media (max-width: 759px){
  .kbt-footer-cta {
    margin-bottom: 1.5rem;
    padding: 1rem 1.05rem;
    gap: .85rem;
  }
  .kbt-footer-cta h2 { font-size: clamp(1.35rem,6vw,1.55rem); line-height: 1.1; }
  .kbt-footer-cta__copy > p:last-child { margin-top: .5rem; font-size: .88rem; line-height: 1.5; }
  .kbt-footer-cta__button { max-width: 255px; padding: .72rem .9rem; }
}

@media (min-width: 760px){
  .kbt-inner-mast { padding-inline: 24px; }
  .kbt-footer-cta { grid-template-columns: minmax(0,1fr) auto; }
  .kbt-footer-cta__button { min-width: 210px; }
  .kbt-footer__top { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (min-width: 1100px){
  .kbt-footer__top { grid-template-columns: repeat(4,minmax(0,1fr)); align-items: stretch; }
  .kbt-footer__top > * { min-width: 0; }
}

/* Standard inner pages can now mix long-form editorial copy with true
   full-width reusable patterns instead of trapping every block in one shell. */
.kbt-standard-page .kbt-page-content { width: 100%; max-width: none; margin: 0; padding: 0 0 var(--kbt-section); }
.kbt-standard-page .kbt-page-content > :not(.alignfull) { width: min(calc(100% - 2.2rem), var(--kbt-shell)); margin-left: auto; margin-right: auto; }
.kbt-standard-page .kbt-page-content > :where(h2,h3,h4,p,ul,ol,blockquote,table):not(.alignwide):not(.alignfull) {
  width: min(calc(100% - 2.2rem), 820px);
  max-width: 820px;
}

.kbt-standard-page .kbt-page-content > .alignfull { width: 100%; max-width: none; margin-left: 0; margin-right: 0; }
.kbt-standard-page .kbt-page-content > .alignwide { width: min(calc(100% - 2.2rem), var(--kbt-shell)); max-width: var(--kbt-shell); }

/* =========================================================
   0.6.2 compact editorial blog system
   ========================================================= */

/* A blog/article header is deliberately in normal document flow. It sits
   beneath the site header rather than being layered underneath it. */
.kbt-blog-hero-mast {
  position: relative;
  padding: clamp(14px,2vw,28px) clamp(14px,2.2vw,30px) clamp(20px,3vw,36px);
  background:
    radial-gradient(circle at 88% 8%, rgba(180,151,96,.11), transparent 30%),
    linear-gradient(180deg,#071c2d 0%,#0a2940 100%);
  color: #fff;
}
.kbt-blog-split-hero {
  width: min(100%, 1480px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0,1fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: clamp(18px,2vw,28px);
  background: rgba(5,20,32,.72);
  box-shadow: 0 22px 64px rgba(0,0,0,.18);
}
.kbt-blog-split-hero__media {
  position: relative;
  min-height: 155px;
  aspect-ratio: 16/7.5;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 45%, rgba(180,151,96,.22), transparent 32%),
    linear-gradient(135deg,#14364e,#081b2b);
}
.kbt-blog-split-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg,rgba(3,14,23,.18),rgba(3,14,23,.02));
}
.kbt-blog-split-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.kbt-blog-split-hero.has-no-image .kbt-blog-split-hero__media::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: radial-gradient(circle,rgba(180,151,96,.24),transparent 68%);
  filter: blur(10px);
}
.kbt-blog-split-hero__content {
  align-self: center;
  min-width: 0;
  padding: clamp(1.4rem,4vw,2.4rem);
}
.kbt-blog-split-hero__eyebrow {
  margin: 0 0 .65rem;
  color: #d9be86;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.kbt-blog-split-hero h1 {
  margin: 0;
  max-width: 880px;
  color: #fff;
  font-size: clamp(1.72rem,7.4vw,2.55rem);
  line-height: 1.04;
  letter-spacing: -.038em;
  text-wrap: balance;
}
.kbt-blog-split-hero__description {
  max-width: 68ch;
  margin: .9rem 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(.96rem,2.2vw,1.06rem);
  line-height: 1.58;
}
.kbt-blog-split-hero__meta {
  display: flex;
  gap: .48rem 1rem;
  flex-wrap: wrap;
  margin-top: .95rem;
  color: rgba(255,255,255,.62);
  font-size: .76rem;
}

/* Compact, attention-grabbing SEO-description lead. */
.kbt-single-article .kbt-article-intro {
  padding: clamp(1.1rem,2vw,1.55rem) 1.1rem;
  background: #fff;
  border-bottom: 1px solid rgba(17,24,32,.07);
}
.kbt-article-lead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 1120px);
  margin-inline: auto;
  display: grid;
  gap: .8rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(17,24,32,.08);
  border-radius: 20px;
  background: linear-gradient(135deg,#fff 0%,#f7fafb 56%,#fffaf0 100%);
  box-shadow: 0 16px 44px rgba(8,23,37,.055);
  animation: kbt-lead-reveal .55s cubic-bezier(.2,.75,.2,1) both;
}
.kbt-article-lead::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -135px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(180,151,96,.18),transparent 68%);
}
.kbt-article-lead__kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  width: max-content;
  color: var(--kbt-brass-text);
  font-size: .7rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kbt-article-lead__pulse {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--kbt-brass);
  animation: kbt-lead-pulse 2.2s ease-out 3;
}
.kbt-article-lead p {
  margin: 0;
  color: #293640;
  font-size: clamp(1rem,1.45vw,1.14rem);
  line-height: 1.58;
  letter-spacing: -.012em;
}
.kbt-article-lead__cue {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  width: max-content;
  color: var(--kbt-navy) !important;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.kbt-article-lead__arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--kbt-navy);
  color: #fff;
  animation: kbt-lead-arrow 1.8s ease-in-out 3;
}
.kbt-article-lead__cue:hover .kbt-article-lead__arrow { background: var(--kbt-brass-dark); }
@keyframes kbt-lead-reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes kbt-lead-pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.55); opacity: .45; } }
@keyframes kbt-lead-arrow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(3px); } }
@media (min-width: 820px){
  .kbt-article-lead { grid-template-columns: auto minmax(0,1fr) auto; gap: clamp(1rem,2vw,1.8rem); padding: 1rem 1.15rem 1rem 1.25rem; }
}

/* More proportional long-form heading scale. */
.kbt-single-article .kbt-article-content h2 {
  margin: 2em 0 .62em;
  font-size: clamp(1.48rem,2.4vw,2rem);
  line-height: 1.16;
  letter-spacing: -.025em;
}
.kbt-single-article .kbt-article-content h3 {
  margin: 1.65em 0 .52em;
  font-size: clamp(1.22rem,1.9vw,1.52rem);
  line-height: 1.22;
  letter-spacing: -.016em;
}

/* All editorial quotations carry a deliberate typographic voice. */
.kbt-article-content blockquote,
.kbt-article-content blockquote p,
.kbt-quote,
.kbt-review-card blockquote,
.kbt-review-card .kbt-quote {
  font-family: var(--kbt-font-display);
  font-style: italic;
  font-weight: 700;
}
.kbt-article-content blockquote {
  position: relative;
  overflow: hidden;
  margin: 2.4rem 0;
  padding: 2.2rem clamp(1.35rem,3vw,2.25rem) 1.5rem;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg,#f8f4e9,#fff 72%);
  box-shadow: inset 0 0 0 1px rgba(180,151,96,.2);
  font-size: 1.14em;
  line-height: 1.55;
}
.kbt-article-content blockquote cite,
.kbt-article-content blockquote footer,
.kbt-review-meta {
  margin-top: auto;
  padding-top: 1rem;
  color: #69727c;
  border-top: 1px solid var(--kbt-line);
  font-size: .84rem;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
}

/* Blog hub discovery layer. */
.kbt-blog-discovery {
  padding: clamp(2rem,4vw,3.6rem) 1.1rem;
  background: #fff;
  border-bottom: 1px solid rgba(17,24,32,.07);
}
.kbt-blog-discovery__head {
  display: grid;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.35rem;
}
.kbt-blog-discovery__head h2,
.kbt-blog-results__head h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.65rem,3vw,2.55rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.kbt-blog-discovery__head > p {
  max-width: 66ch;
  margin: 0;
  color: var(--kbt-slate);
  line-height: 1.65;
}
.kbt-blog-finder {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: .8rem;
  padding: 1rem;
  border: 1px solid rgba(17,24,32,.09);
  border-radius: 22px;
  background: linear-gradient(135deg,#f7f5ef,#fff 72%);
  box-shadow: 0 15px 45px rgba(8,23,37,.045);
}
.kbt-blog-finder__field { min-width: 0; }
.kbt-blog-finder__field label {
  display: block;
  margin: 0 0 .38rem;
  color: #5b6670;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kbt-blog-finder input,
.kbt-blog-finder select {
  width: 100%;
  min-height: 50px;
  padding: .7rem .9rem;
  border: 1px solid rgba(17,24,32,.12);
  border-radius: 14px;
  background: #fff;
  color: var(--kbt-ink);
  font: inherit;
  box-shadow: none;
}
.kbt-blog-finder input:focus,
.kbt-blog-finder select:focus {
  outline: 3px solid rgba(180,151,96,.2);
  outline-offset: 1px;
  border-color: rgba(180,151,96,.62);
}
.kbt-blog-finder__submit { width: 100%; min-height: 50px; align-self: end; }
.kbt-blog-finder__clear {
  align-self: center;
  justify-self: start;
  color: var(--kbt-slate);
  font-size: .84rem;
  font-weight: 700;
  text-underline-offset: 3px;
}

.kbt-blog-results {
  padding: clamp(2.5rem,5vw,5rem) 1.1rem clamp(4rem,7vw,7rem);
  background: #f8f8f6;
}
.kbt-blog-results__head {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin-bottom: clamp(1.6rem,3vw,2.4rem);
}
.kbt-blog-results__count {
  margin: 0;
  color: var(--kbt-slate);
  font-size: .84rem;
  font-weight: 700;
}
.kbt-blog-grid.kbt-blog-grid--hub {
  padding: 0;
  gap: 1rem;
}
.kbt-blog-grid--hub .kbt-post-card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(8,23,37,.045), inset 0 0 0 1px rgba(17,24,32,.06);
}
.kbt-blog-grid--hub .kbt-post-card__media { aspect-ratio: 16/9; }
.kbt-blog-grid--hub .kbt-post-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.15rem; }
.kbt-blog-grid--hub .kbt-post-card h3 { font-size: clamp(1.16rem,1.8vw,1.36rem); line-height: 1.18; }
.kbt-blog-grid--hub .kbt-post-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-top: .68rem;
  font-size: .92rem;
}
.kbt-blog-navigation {
  display: grid;
  justify-items: center;
  gap: 1rem;
  margin-top: clamp(2rem,4vw,3.2rem);
}
.kbt-blog-navigation .kbt-pagination { width: 100%; }
.kbt-load-more { min-width: min(100%,250px); }
.kbt-load-more.is-loading { pointer-events: none; opacity: .7; }
.kbt-load-more.is-loading span { animation: kbt-load-pulse .8s ease-in-out infinite alternate; }
@keyframes kbt-load-pulse { to { transform: translateY(3px); } }
.kbt-blog-empty {
  max-width: 680px;
  margin-inline: auto;
  padding: clamp(2rem,5vw,4rem);
  text-align: center;
  border: 1px solid rgba(17,24,32,.08);
  border-radius: 24px;
  background: #fff;
}
.kbt-blog-empty h3 { margin-top: 0; font-size: clamp(1.45rem,3vw,2rem); }
.kbt-blog-empty p { color: var(--kbt-slate); line-height: 1.65; }

@media (min-width: 700px){
  .kbt-blog-split-hero { grid-template-columns: minmax(280px,.82fr) minmax(0,1.18fr); min-height: 285px; }
  .kbt-blog-split-hero__media { aspect-ratio: auto; min-height: 285px; }
  .kbt-blog-split-hero__content { padding: clamp(1.8rem,4vw,3rem); }
  .kbt-blog-split-hero h1 { font-size: clamp(2rem,4.2vw,3.25rem); }
  .kbt-blog-discovery__head { grid-template-columns: minmax(0,.9fr) minmax(320px,.75fr); gap: 2rem; }
  .kbt-blog-finder { grid-template-columns: minmax(0,1.5fr) minmax(180px,.65fr) auto; align-items: end; padding: 1.1rem; }
  .kbt-blog-finder__field--search { grid-column: 1; }
  .kbt-blog-finder__clear { grid-column: 1 / -1; }
  .kbt-blog-results__head { flex-direction: row; align-items: end; justify-content: space-between; }
}

@media (min-width: 900px){
  .kbt-blog-hero-mast { padding-top: 20px; }
  .kbt-blog-split-hero { grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr); min-height: 310px; }
  .kbt-blog-split-hero__media { min-height: 310px; }
  .kbt-blog-split-hero h1 { font-size: clamp(2.25rem,3.5vw,3.45rem); }
  .kbt-blog-split-hero__meta { font-size: .8rem; }
  .kbt-blog-grid.kbt-blog-grid--hub { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 699px){
  .kbt-blog-split-hero h1 { font-size: clamp(1.65rem,7.2vw,2.15rem); }
  .kbt-blog-split-hero__description { font-size: .95rem; }
  .kbt-blog-split-hero__meta { font-size: .72rem; }
  .kbt-blog-discovery,
  .kbt-blog-results { padding-left: .9rem; padding-right: .9rem; }
}

/* Complete quote treatment across reusable testimonial/pull-quote modules. */
.kbt-spotlight-quote blockquote,
.kbt-spotlight-quote blockquote p,
.kbt-big-quote,
.kbt-big-quote p {
  font-family: var(--kbt-font-display);
  font-style: italic;
  font-weight: 700;
}
.kbt-spotlight-quote cite,
.kbt-big-quote cite {
  font-style: normal;
  font-weight: 600;
}

/* =========================================================
   Inner-page presentation
   White header → photographic banner → compact centred title + one-liner.
   ========================================================= */
.kbt-inner-mast {
  margin: 0;
  padding: 0 clamp(14px,2vw,28px);
  background: #fff;
  color: var(--kbt-ink);
}
.kbt-inner-header .kbt-site-main,
.kbt-inner-header .kbt-site-main > .site-main,
.kbt-inner-header .kbt-inner-mast { margin-top: 0; padding-top: 0; }
.kbt-inner-banner-shell { width: min(100%, var(--kbt-inner-shell)); margin-inline: auto; }
.kbt-inner-banner {
  min-height: 0;
  height: clamp(150px,16vw,260px);
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: clamp(15px,1.7vw,24px);
  background: #eef2f4;
  box-shadow: 0 18px 48px rgba(8,23,37,.07);
}
.kbt-inner-banner--standard { min-height: 0; height: clamp(190px,20vw,320px); }
.kbt-inner-banner__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.kbt-inner-banner__media,
.kbt-inner-banner__shade,
.kbt-inner-banner__content { display: none; }
.kbt-page-heading {
  padding: clamp(1.65rem,3.2vw,2.8rem) 1.1rem clamp(1.15rem,2vw,1.9rem);
  background: #fff;
  text-align: center;
}
.kbt-page-heading__inner { width: min(100%,900px); margin-inline: auto; }
.kbt-page-heading h1 {
  max-width: 860px;
  margin: 0 auto;
  color: var(--kbt-ink);
  font-size: clamp(1.9rem,3.45vw,3.3rem);
  line-height: 1.06;
  letter-spacing: -.038em;
  text-wrap: balance;
}
.kbt-page-heading__subtitle {
  max-width: 720px;
  margin: clamp(.65rem,1.25vw,.95rem) auto 0;
  color: #53616d;
  font-size: clamp(.96rem,1.25vw,1.12rem);
  line-height: 1.58;
  letter-spacing: -.008em;
  text-wrap: balance;
}
.kbt-standard-page .kbt-page-content > :first-child:not(.alignfull) {
  margin-top: 0;
}
@media (max-width: 619px){
  .kbt-page-heading { padding-top: 1.35rem; padding-bottom: 1.05rem; }
  .kbt-page-heading h1 { font-size: clamp(1.75rem,8.2vw,2.35rem); line-height: 1.07; }
  .kbt-page-heading__subtitle { font-size: .94rem; line-height: 1.52; }
  .kbt-inner-banner { height: 150px; border-radius: 15px; }
}




.kbt-text-link a { display: inline-flex; align-items: center; min-height: 44px; color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; padding: .42rem 0 .34rem; }
.kbt-text-link a:hover { color: var(--kbt-brass-text); }

/* Reusable pattern links deliberately ship without a guessed destination.
   They retain the visual language of a link but are non-interactive until the
   editor sets a real URL; editor/frontend-author guards flag that state. */
.kbt-required-link:not([href]) { cursor: default; }
.kbt-text-link .kbt-required-link:not([href]) { opacity: .74; }
.kbt-section--dark .kbt-text-link a, .kbt-section--midnight .kbt-text-link a, .kbt-section--emerald .kbt-text-link a { color: #fff; }

/* Gutenberg palette surface contract. The standalone theme exposes a controlled
   palette in theme.json, so changing a module background in the editor keeps
   typography readable instead of relying on arbitrary inherited colours. */
:is(.has-navy-background-color,.has-navy-soft-background-color,.has-ink-background-color) {
  color: #fff;
}
:is(.has-navy-background-color,.has-navy-soft-background-color,.has-ink-background-color) :where(h1,h2,h3,h4,h5,h6) { color: #fff; }
:is(.has-navy-background-color,.has-navy-soft-background-color,.has-ink-background-color) :where(p,li,.kbt-copy,.kbt-subhead) { color: rgba(255,255,255,.82); }
:is(.has-white-background-color,.has-paper-background-color,.has-ivory-background-color,.has-mist-background-color,.has-accent-background-color) { color: var(--kbt-ink); }
:is(.has-white-background-color,.has-paper-background-color,.has-ivory-background-color,.has-mist-background-color,.has-accent-background-color) :where(h1,h2,h3,h4,h5,h6) { color: var(--kbt-ink); }
:is(.has-white-background-color,.has-paper-background-color,.has-ivory-background-color,.has-mist-background-color,.has-accent-background-color) :where(p,li,.kbt-copy,.kbt-subhead) { color: var(--kbt-slate); }


/* Standalone comments */
.kbt-comments-wrap { margin-top: 3rem; }
.kbt-comments { padding-top: 1.5rem; border-top: 1px solid var(--kbt-line); }
.kbt-comments__title { margin: 0 0 1.25rem; font-size: clamp(1.35rem,2vw,1.8rem); }
.kbt-comment-list { margin: 0 0 2rem; padding: 0; list-style: none; }
.kbt-comment-list .comment { margin: 0 0 1rem; padding: 1rem; border: 1px solid var(--kbt-line); border-radius: 14px; background: #fff; }
.kbt-comment-list .children { margin-top: 1rem; padding-left: 1rem; list-style: none; }
.kbt-comment-list .comment-meta { font-size: .86rem; color: var(--kbt-slate); }
.kbt-comments .comment-form > p { margin: 0 0 1rem; }
.kbt-comments .comment-form label { display: block; margin-bottom: .35rem; font-weight: 600; }

/* Logged-in content-editor safeguard. Visitors never see this marker. It is a
   second line of defence after the Gutenberg warning for pattern CTAs whose
   destination has not been configured yet. */
.kbt-content-editor .kbt-section .wp-block-button__link:not([href]),
.kbt-content-editor .kbt-section .kbt-text-link > a:not([href]),
.kbt-content-editor .kbt-section .kbt-required-link:not([href]) {
  position: relative;
  outline: 2px dashed #9b6c1f;
  outline-offset: 3px;
}
.kbt-content-editor .kbt-section .wp-block-button__link:not([href])::before,
.kbt-content-editor .kbt-section .kbt-text-link > a:not([href])::before,
.kbt-content-editor .kbt-section .kbt-required-link:not([href])::before {
  content: "Link not set";
  position: absolute;
  right: .55rem;
  top: -.78rem;
  z-index: 3;
  padding: .16rem .42rem;
  border-radius: 999px;
  background: #fff7df;
  color: #6d5127;
  font: 600 10px/1.2 var(--kbt-font-body);
  letter-spacing: .035em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(17,24,32,.08);
}

/* =========================================================
   0.7.2 premium interaction polish
   A lightweight motion/interaction layer. No layout geometry is owned here.
   ========================================================= */
:root {
  --kbt-motion-fast: 180ms;
  --kbt-motion-base: 320ms;
  --kbt-motion-slow: 620ms;
  --kbt-ease-standard: cubic-bezier(.22,1,.36,1);
  --kbt-ease-soft: cubic-bezier(.2,.72,.24,1);
}

/* Header: keep the stable row geometry, but make the sticky state feel lighter
   and more deliberate as the page moves beneath it. */
.knightsbridge-theme .kbt-site-header,
.knightsbridge-theme .kbt-header-shell,
.knightsbridge-theme .kbt-header-logo {
  transition-timing-function: var(--kbt-ease-standard);
}
.knightsbridge-theme .kbt-site-header.is-kbt-scrolled {
  background: rgba(255,255,255,.94);
  box-shadow: 0 1px 0 rgba(17,24,32,.075), 0 18px 48px rgba(8,23,37,.095);
}
.knightsbridge-theme .kbt-site-header.is-kbt-scrolled .kbt-header-logo { transform: scale(.94); }
.knightsbridge-theme .kbt-site-header.is-kbt-scrolled .kbt-header-brand:hover .kbt-header-logo { transform: scale(.965); }

/* Top bar details. */
.knightsbridge-theme .kbt-topbar__link span {
  display: inline-block;
  transition: translate var(--kbt-motion-fast) var(--kbt-ease-standard);
}
.knightsbridge-theme .kbt-topbar__link:hover span,
.knightsbridge-theme .kbt-topbar__link:focus-visible span { translate: 3px 0; }

/* Desktop navigation: richer hierarchy without changing WordPress menu markup. */
@media (min-width:1080px) {
  .knightsbridge-theme .kbt-primary-menu > .menu-item-has-children > a { padding-right: 1.05rem; }
  .knightsbridge-theme .kbt-primary-menu > .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    right: .05rem;
    top: 50%;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    opacity: .55;
    transform: translateY(-68%) rotate(45deg);
    transform-origin: center;
    transition: transform var(--kbt-motion-fast) var(--kbt-ease-standard), opacity var(--kbt-motion-fast) ease;
  }
  .knightsbridge-theme .kbt-primary-menu > .menu-item-has-children:hover > a::before,
  .knightsbridge-theme .kbt-primary-menu > .menu-item-has-children:focus-within > a::before,
  .knightsbridge-theme .kbt-primary-menu > .menu-item-has-children.is-kbt-desktop-submenu-open > a::before {
    opacity: .88;
    transform: translateY(-32%) rotate(225deg);
  }
  .knightsbridge-theme .kbt-primary-menu .sub-menu {
    padding: .66rem;
    border-color: rgba(17,24,32,.075);
    border-radius: 18px;
    background: rgba(255,255,255,.975);
    box-shadow: 0 30px 75px rgba(8,23,37,.17), 0 1px 0 rgba(255,255,255,.8) inset;
    transform: translate(-50%,10px) scale(.985);
    transform-origin: 50% 0;
    transition: opacity 210ms ease, transform 260ms var(--kbt-ease-standard), visibility 210ms ease;
  }
  .knightsbridge-theme .kbt-primary-menu li:hover > .sub-menu,
  .knightsbridge-theme .kbt-primary-menu li:focus-within > .sub-menu,
  .knightsbridge-theme .kbt-primary-menu li.is-kbt-desktop-submenu-open > .sub-menu {
    transform: translate(-50%,0) scale(1);
  }
  .knightsbridge-theme .kbt-primary-menu .sub-menu .sub-menu {
    transform: translate(10px,0) scale(.985);
    transform-origin: 0 15%;
  }
  .knightsbridge-theme .kbt-primary-menu .sub-menu li:hover > .sub-menu,
  .knightsbridge-theme .kbt-primary-menu .sub-menu li:focus-within > .sub-menu,
  .knightsbridge-theme .kbt-primary-menu .sub-menu li.is-kbt-desktop-submenu-open > .sub-menu {
    transform: translate(0,0) scale(1);
  }
  .knightsbridge-theme .kbt-primary-menu .sub-menu a {
    position: relative;
    transition: background-color var(--kbt-motion-fast) ease, color var(--kbt-motion-fast) ease, translate var(--kbt-motion-fast) var(--kbt-ease-standard);
  }
  .knightsbridge-theme .kbt-primary-menu .sub-menu a:hover,
  .knightsbridge-theme .kbt-primary-menu .sub-menu a:focus {
    translate: 3px 0;
    background: linear-gradient(90deg,rgba(180,151,96,.11),rgba(238,242,245,.72));
  }
  .knightsbridge-theme .kbt-primary-menu .sub-menu .menu-item-has-children > a { padding-right: 1.7rem; }
  .knightsbridge-theme .kbt-primary-menu .sub-menu .menu-item-has-children > a::after {
    content: "›";
    position: absolute;
    right: .78rem;
    top: 50%;
    translate: 0 -52%;
    color: var(--kbt-brass-dark);
    font-size: 1.15rem;
    line-height: 1;
  }
}

/* Mobile navigation: preserve the accessible accordion introduced in RC6, but
   give the panel, rows and branch controls a calmer premium interaction. */
@media (max-width:1079px) {
  .knightsbridge-theme .kbt-mobile-panel {
    background:
      radial-gradient(circle at 92% 2%, rgba(180,151,96,.08), transparent 30%),
      rgba(252,253,253,.985);
  }
  .knightsbridge-theme .kbt-mobile-menu > li {
    border-bottom-color: rgba(17,24,32,.07);
    transition: background-color var(--kbt-motion-fast) ease;
  }
  .knightsbridge-theme .kbt-mobile-menu > li:is(:hover,:focus-within) { background: rgba(8,23,37,.018); }
  .knightsbridge-theme .kbt-mobile-menu a { transition: color var(--kbt-motion-fast) ease, translate var(--kbt-motion-fast) var(--kbt-ease-standard); }
  .knightsbridge-theme .kbt-mobile-submenu-toggle {
    position: relative;
    overflow: hidden;
    transition: background-color var(--kbt-motion-fast) ease, box-shadow var(--kbt-motion-fast) ease;
  }
  .knightsbridge-theme .kbt-mobile-submenu-toggle::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.7px solid currentColor;
    border-bottom: 1.7px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 260ms var(--kbt-ease-standard);
  }
  .knightsbridge-theme .kbt-mobile-submenu-toggle[aria-expanded="true"]::before {
    transform: translateY(2px) rotate(225deg);
  }
  .knightsbridge-theme .kbt-mobile-submenu-toggle[aria-expanded="true"] {
    background: rgba(180,151,96,.13);
    box-shadow: inset 0 0 0 1px rgba(180,151,96,.12);
  }
  .knightsbridge-theme .kbt-mobile-menu li.is-kbt-submenu-open > .sub-menu {
    animation: kbt-mobile-submenu-in 260ms var(--kbt-ease-standard) both;
  }
  @keyframes kbt-mobile-submenu-in {
    from { opacity: 0; translate: 0 -6px; }
    to { opacity: 1; translate: 0 0; }
  }
  .knightsbridge-theme .kbt-mobile-cta {
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(8,23,37,.13);
    transition: box-shadow var(--kbt-motion-base) var(--kbt-ease-standard), translate var(--kbt-motion-fast) var(--kbt-ease-standard);
  }
  .knightsbridge-theme .kbt-mobile-cta:active { translate: 0 1px; box-shadow: 0 10px 24px rgba(8,23,37,.12); }
}

/* Header and primary CTAs already own their geometry. This adds tactile depth
   and a restrained highlight pass without importing an animation library. */
.knightsbridge-theme .kbt-actions .wp-block-button__link[href],
.knightsbridge-theme .kbt-btn[href],
.knightsbridge-theme .kbt-footer-cta__button,
.knightsbridge-theme .kbt-mobile-cta {
  isolation: isolate;
  overflow: hidden;
}
.knightsbridge-theme .kbt-actions .wp-block-button__link[href]::before,
.knightsbridge-theme .kbt-btn[href]::before,
.knightsbridge-theme .kbt-footer-cta__button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -75%;
  bottom: -75%;
  left: -42%;
  width: 28%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.20),transparent);
  transform: translateX(0) skewX(-17deg);
  transition: transform 520ms var(--kbt-ease-standard);
  pointer-events: none;
}
.knightsbridge-theme .kbt-actions .wp-block-button__link[href]:hover::before,
.knightsbridge-theme .kbt-actions .wp-block-button__link[href]:focus-visible::before,
.knightsbridge-theme .kbt-btn[href]:hover::before,
.knightsbridge-theme .kbt-btn[href]:focus-visible::before,
.knightsbridge-theme .kbt-footer-cta__button:hover::before,
.knightsbridge-theme .kbt-footer-cta__button:focus-visible::before { transform: translateX(590%) skewX(-17deg); }
.knightsbridge-theme .kbt-actions .wp-block-button__link[href],
.knightsbridge-theme .kbt-btn[href] { position: relative; }
.knightsbridge-theme .kbt-actions .wp-block-button__link[href]:active,
.knightsbridge-theme .kbt-btn[href]:active,
.knightsbridge-theme .kbt-header-cta:active,
.knightsbridge-theme .kbt-footer-cta__button:active { translate: 0 1px; }

/* Standalone editorial links retain their larger mobile tap area while gaining
   a subtle directional response on pointer devices. */
.knightsbridge-theme .kbt-text-link a[href],
.knightsbridge-theme .kbt-footer__links a,
.knightsbridge-theme .kbt-footer__bottom a {
  transition: color var(--kbt-motion-fast) ease, border-color var(--kbt-motion-fast) ease, translate var(--kbt-motion-fast) var(--kbt-ease-standard);
}
@media (hover:hover) and (pointer:fine) {
  .knightsbridge-theme .kbt-text-link a[href]:hover { translate: 3px 0; }
}

/* Cards: one coherent hover language across editorial, service and proof
   modules. Hover-only so touch users never depend on an unavailable state. */
.knightsbridge-theme :where(
  .kbt-card,
  .kbt-service-card,
  .kbt-resource-card,
  .kbt-feedback-card,
  .kbt-review-card,
  .kbt-person-card,
  .kbt-comparison__col,
  .kbt-cta-box,
  .kbt-post-card
) {
  transition: translate var(--kbt-motion-base) var(--kbt-ease-standard), box-shadow var(--kbt-motion-base) var(--kbt-ease-standard), border-color var(--kbt-motion-base) ease;
}
@media (hover:hover) and (pointer:fine) {
  .knightsbridge-theme :where(
    .kbt-card:not(.kbt-card--flat),
    .kbt-service-card,
    .kbt-resource-card,
    .kbt-feedback-card,
    .kbt-review-card,
    .kbt-person-card,
    .kbt-comparison__col,
    .kbt-cta-box
  ):hover {
    translate: 0 -4px;
    border-color: rgba(180,151,96,.26);
    box-shadow: 0 24px 58px rgba(8,23,37,.105);
  }
  .knightsbridge-theme .kbt-card--dark:hover,
  .knightsbridge-theme .kbt-section--dark .kbt-card--dark:hover {
    border-color: rgba(215,189,136,.28);
    box-shadow: 0 28px 64px rgba(0,0,0,.22);
  }
}
.knightsbridge-theme :where(.kbt-media,.kbt-glow-media,.kbt-person-card,.kbt-post-card__media,.kbt-insight-card .wp-block-post-featured-image) img {
  transition: transform var(--kbt-motion-slow) var(--kbt-ease-standard);
}
@media (hover:hover) and (pointer:fine) {
  .knightsbridge-theme :where(.kbt-media,.kbt-glow-media,.kbt-person-card):hover img { transform: scale(1.025); }
}

/* Page and section reveal system. Classes are attached by theme.js only on the
   public site. Editors and no-JS visitors never receive the hidden state. */
html.kbt-motion-ready .kbt-polish-reveal {
  opacity: 0;
  translate: 0 16px;
  transition:
    opacity var(--kbt-motion-slow) ease,
    translate var(--kbt-motion-slow) var(--kbt-ease-standard);
  transition-delay: var(--kbt-reveal-delay,0ms);
}
html.kbt-motion-ready .kbt-polish-reveal[data-kbt-reveal="soft"] { translate: 0 10px; }
html.kbt-motion-ready .kbt-polish-reveal.is-kbt-visible { opacity: 1; translate: 0 0; }
html.kbt-motion-ready .kbt-inner-banner-shell.kbt-polish-reveal .kbt-inner-banner__image {
  transform: scale(1.012);
  transition: transform 900ms var(--kbt-ease-standard);
}
html.kbt-motion-ready .kbt-inner-banner-shell.kbt-polish-reveal.is-kbt-visible .kbt-inner-banner__image { transform: scale(1); }

/* Inner-page banner remains structurally fixed; only the image receives a tiny
   cinematic settle so there is no CLS or header overlap. */
.knightsbridge-theme .kbt-inner-banner { position: relative; isolation: isolate; }
.knightsbridge-theme .kbt-inner-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.13);
}

/* Slider Revolution: polish its controls without touching transforms or
   dimensions that Revolution uses for positioning. */
.knightsbridge-theme .kbt-home-slider .tparrows {
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 999px !important;
  background: rgba(5,21,34,.58) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.18) !important;
  backdrop-filter: blur(10px) saturate(125%);
  -webkit-backdrop-filter: blur(10px) saturate(125%);
  transition: background-color var(--kbt-motion-fast) ease, border-color var(--kbt-motion-fast) ease, box-shadow var(--kbt-motion-fast) ease !important;
}
.knightsbridge-theme .kbt-home-slider .tparrows:hover {
  background: rgba(5,21,34,.80) !important;
  border-color: rgba(215,189,136,.55) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.25) !important;
}

/* Footer: refine rather than redesign the four-column RC6 shell. */
.knightsbridge-theme .kbt-footer-cta {
  transition: border-color var(--kbt-motion-base) ease, box-shadow var(--kbt-motion-base) var(--kbt-ease-standard), background-color var(--kbt-motion-base) ease;
}
@media (hover:hover) and (pointer:fine) {
  .knightsbridge-theme .kbt-footer-cta:hover {
    border-color: rgba(215,189,136,.24);
    box-shadow: 0 34px 85px rgba(0,0,0,.22);
  }
}
.knightsbridge-theme .kbt-footer-cta__button {
  transition: translate var(--kbt-motion-fast) var(--kbt-ease-standard), box-shadow var(--kbt-motion-base) var(--kbt-ease-standard), background-color var(--kbt-motion-fast) ease;
}
.knightsbridge-theme .kbt-footer-cta__button:hover,
.knightsbridge-theme .kbt-footer-cta__button:focus-visible {
  translate: 0 -2px;
  box-shadow: 0 16px 34px rgba(0,0,0,.16);
}
.knightsbridge-theme .kbt-footer-cta__button span { display: inline-block; transition: translate var(--kbt-motion-fast) var(--kbt-ease-standard); }
.knightsbridge-theme .kbt-footer-cta__button:hover span,
.knightsbridge-theme .kbt-footer-cta__button:focus-visible span { translate: 3px -3px; }
.knightsbridge-theme .kbt-footer__nav .kbt-footer__links a,
.knightsbridge-theme .kbt-footer__routes .kbt-footer__links a {
  position: relative;
  gap: .38rem;
}
.knightsbridge-theme .kbt-footer__nav .kbt-footer__links a::after,
.knightsbridge-theme .kbt-footer__routes .kbt-footer__links a::after {
  content: "↗";
  opacity: 0;
  translate: -3px 1px;
  color: #d8bf8a;
  font-size: .8em;
  transition: opacity var(--kbt-motion-fast) ease, translate var(--kbt-motion-fast) var(--kbt-ease-standard);
}
.knightsbridge-theme .kbt-footer__nav .kbt-footer__links a:hover::after,
.knightsbridge-theme .kbt-footer__routes .kbt-footer__links a:hover::after,
.knightsbridge-theme .kbt-footer__nav .kbt-footer__links a:focus-visible::after,
.knightsbridge-theme .kbt-footer__routes .kbt-footer__links a:focus-visible::after { opacity: 1; translate: 0 1px; }
.knightsbridge-theme .kbt-footer__search .search-field,
.knightsbridge-theme .kbt-footer__search .search-submit {
  transition: border-color var(--kbt-motion-fast) ease, background-color var(--kbt-motion-fast) ease, box-shadow var(--kbt-motion-fast) ease;
}
.knightsbridge-theme .kbt-footer__search .search-field:focus {
  border-color: rgba(215,189,136,.72);
  background: rgba(255,255,255,.12);
  outline: 2px solid rgba(215,189,136,.20);
  box-shadow: 0 0 0 5px rgba(215,189,136,.06);
}
.knightsbridge-theme .kbt-footer__search .search-submit:hover,
.knightsbridge-theme .kbt-footer__search .search-submit:focus-visible { background: #f4ead6; }

/* Premium 404: deliberately scoped so no normal page inherits its geometry. */
.knightsbridge-theme .kbt-404 {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem,11vw,9.5rem) clamp(1rem,4vw,2rem) clamp(5rem,9vw,8rem);
  background:
    radial-gradient(circle at 82% 18%, rgba(215,189,136,.18), transparent 24rem),
    linear-gradient(180deg,#fbf8f1 0%,#f6f1e7 100%);
}
.knightsbridge-theme .kbt-404::before {
  content: "404";
  position: absolute;
  top: clamp(1.4rem,4vw,3.3rem);
  left: 50%;
  translate: -50% 0;
  font-family: var(--kbt-font-display);
  font-size: clamp(8rem,30vw,22rem);
  font-weight: 700;
  line-height: .75;
  letter-spacing: -.08em;
  color: rgba(10,35,59,.045);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.knightsbridge-theme .kbt-404__inner { position: relative; z-index: 1; width: min(100%,760px); margin: 0 auto; text-align: center; }
.knightsbridge-theme .kbt-404__eyebrow { display: inline-flex; align-items: center; gap: .65rem; margin: 0 0 1.25rem; color: var(--kbt-brass-dark); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.knightsbridge-theme .kbt-404__eyebrow::before,
.knightsbridge-theme .kbt-404__eyebrow::after { content: ""; width: 2.2rem; height: 1px; background: currentColor; opacity: .45; }
.knightsbridge-theme .kbt-404__title { max-width: 15ch; margin: 0 auto; color: var(--kbt-navy); font-size: clamp(2.65rem,8.5vw,5.4rem); line-height: .98; letter-spacing: -.045em; }
.knightsbridge-theme .kbt-404__lead { max-width: 620px; margin: 1.6rem auto 0; color: #4a5560; font-size: clamp(1.02rem,2.5vw,1.2rem); line-height: 1.75; }
.knightsbridge-theme .kbt-404__panel { margin: clamp(2rem,5vw,3rem) auto 0; padding: clamp(1.35rem,4vw,2rem); border: 1px solid rgba(10,35,59,.09); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: 0 22px 60px rgba(10,35,59,.09); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.knightsbridge-theme .kbt-404__panel-title { margin: 0 0 .35rem; color: var(--kbt-navy); font-size: 1rem; font-weight: 700; }
.knightsbridge-theme .kbt-404__panel-copy { margin: 0 0 1rem; color: #68727d; font-size: .94rem; line-height: 1.6; }
.knightsbridge-theme .kbt-404 .search-form { display: grid; grid-template-columns: 1fr; gap: .75rem; margin: 0; max-width: none; }
.knightsbridge-theme .kbt-404 .search-form label { display: block; margin: 0; }
.knightsbridge-theme .kbt-404 .search-field { width: 100%; min-height: 52px; padding: .85rem 1rem; border-radius: 12px; }
.knightsbridge-theme .kbt-404 .search-submit { min-height: 52px; padding: .85rem 1.35rem; border-radius: 12px; font-weight: 700; }
.knightsbridge-theme .kbt-404__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .85rem; margin-top: 1.15rem; }
.knightsbridge-theme .kbt-404__home { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .7rem 1.1rem; border: 1px solid rgba(10,35,59,.18); border-radius: 999px; background: transparent; color: var(--kbt-navy); font-weight: 700; text-decoration: none; transition: background-color var(--kbt-motion-fast) ease, border-color var(--kbt-motion-fast) ease, translate var(--kbt-motion-fast) var(--kbt-ease-standard); }
.knightsbridge-theme .kbt-404__home:hover,
.knightsbridge-theme .kbt-404__home:focus-visible { border-color: var(--kbt-navy); background: #fff; translate: 0 -1px; }
.knightsbridge-theme .kbt-404__home-arrow { display: inline-block; transition: translate var(--kbt-motion-fast) var(--kbt-ease-standard); }
.knightsbridge-theme .kbt-404__home:hover .kbt-404__home-arrow { translate: -3px 0; }
@media (min-width:640px) {
  .knightsbridge-theme .kbt-404 .search-form { grid-template-columns: minmax(0,1fr) auto; }
  .knightsbridge-theme .kbt-404 .search-submit { min-width: 126px; }
}

@media (prefers-reduced-motion:reduce) {
  html.kbt-motion-ready .kbt-polish-reveal,
  html.kbt-motion-ready .kbt-polish-reveal[data-kbt-reveal="soft"] { opacity: 1; translate: none; transition: none; }
  html.kbt-motion-ready .kbt-inner-banner-shell.kbt-polish-reveal .kbt-inner-banner__image { transform: none; transition: none; }
  .knightsbridge-theme .kbt-site-header.is-kbt-menu-open .kbt-mobile-panel,
  .knightsbridge-theme .kbt-mobile-menu li.is-kbt-submenu-open > .sub-menu { animation: none; }
  .knightsbridge-theme .kbt-actions .wp-block-button__link[href]::before,
  .knightsbridge-theme .kbt-btn[href]::before,
  .knightsbridge-theme .kbt-footer-cta__button::before { display: none; }
}

/* =========================================================
   0.7.2 RC3 closure refinements
   Scoped overrides only: these rules do not own page geometry or pattern layout.
   ========================================================= */

/* Accessible, user-controllable desktop marquees. Mobile remains native swipe. */
.kbt-marquee-controls {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 1rem .25rem;
}
.kbt-marquee-control {
  min-height: 40px;
  padding: .5rem .78rem;
  border: 1px solid rgba(8,23,37,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--kbt-navy);
  font: 700 .75rem/1 var(--kbt-font-display);
  cursor: pointer;
  transition: background-color var(--kbt-motion-fast) ease, border-color var(--kbt-motion-fast) ease;
}
.kbt-marquee-control:hover,
.kbt-marquee-control:focus-visible { background: var(--kbt-paper); border-color: rgba(141,113,62,.48); }
.kbt-marquee.is-kbt-marquee-paused .kbt-marquee-track { animation-play-state: paused !important; will-change: auto; }

/* Desktop navigation progressive enhancement. The old CSS remains the no-JS
   fallback; the class below is added only after disclosure controls exist. */
@media (min-width:1080px) {
  .knightsbridge-theme .kbt-primary-nav { position: relative; }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li.menu-item-has-children { position: relative; display: flex; align-items: center; }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li.kbt-menu-item--wide { position: static; }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li.menu-item-has-children > a { padding-right: .12rem; }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li.menu-item-has-children > a::before { display: none; }
  .knightsbridge-theme .kbt-desktop-submenu-toggle {
    position: relative;
    z-index: 2;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin: 0 0 0 -.08rem;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: currentColor;
    cursor: pointer;
  }
  .knightsbridge-theme .kbt-desktop-submenu-toggle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    opacity: .58;
    transform: translate(-50%,-68%) rotate(45deg);
    transition: transform var(--kbt-motion-fast) var(--kbt-ease-standard), opacity var(--kbt-motion-fast) ease;
  }
  .knightsbridge-theme .kbt-desktop-submenu-toggle[aria-expanded="true"]::before {
    opacity: .92;
    transform: translate(-50%,-32%) rotate(225deg);
  }
  .knightsbridge-theme .kbt-desktop-submenu-toggle:hover { background: rgba(8,23,37,.04); }

  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li > a::after {
    left: 4%;
    right: 4%;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--kbt-motion-fast) var(--kbt-ease-standard), opacity var(--kbt-motion-fast) ease;
  }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li:is(:hover,.current-menu-item,.current-menu-ancestor,.is-kbt-desktop-submenu-open) > a::after,
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li > a:focus-visible::after { transform: scaleX(1); }

  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%,8px) scale(.99);
    transition: opacity var(--kbt-motion-fast) ease, transform var(--kbt-motion-fast) var(--kbt-ease-standard), visibility var(--kbt-motion-fast) ease;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li.is-kbt-desktop-submenu-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%,0) scale(1);
  }

  /* Preserve the intentional visual gap while keeping a continuous pointer
     path from the top-level item into both compact and mega panels. */
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li > .sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
    background: transparent;
  }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready > li > .kbt-submenu--wide::before {
    top: -28px;
    height: 28px;
  }

  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .kbt-submenu--compact {
    min-width: 280px;
    width: max-content;
    max-width: min(340px,calc(100vw - 40px));
  }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .kbt-submenu--wide {
    top: calc(100% + 26px);
    left: 50%;
    width: min(860px,calc(100vw - 48px));
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: .35rem 1rem;
    padding: 1rem;
  }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .kbt-submenu--wide > li { min-width: 0; }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .sub-menu a {
    padding-left: .88rem;
    transition: background-color var(--kbt-motion-fast) ease, color var(--kbt-motion-fast) ease, translate var(--kbt-motion-fast) var(--kbt-ease-standard);
  }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .sub-menu a:hover,
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .sub-menu a:focus-visible {
    padding-left: .88rem;
    translate: 3px 0;
  }

  /* Wide branches display grandchildren as sections in the same panel instead
     of classic side-flyouts, avoiding edge clipping and hover tunnels. */
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .kbt-submenu--wide > li.menu-item-has-children > a {
    padding-bottom: .42rem;
    color: var(--kbt-navy) !important;
    font-size: .82rem;
    font-weight: 750;
    letter-spacing: .055em;
    text-transform: uppercase;
  }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .kbt-submenu--wide > li.menu-item-has-children > a::after { display: none; }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .kbt-submenu--wide > li > .sub-menu {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: .1rem 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .kbt-submenu--wide > li > .sub-menu a {
    padding: .58rem .65rem;
    font-size: .88rem;
    font-weight: 600;
  }
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .sub-menu li:is(.current-menu-item,.current-menu-ancestor) > a {
    background: var(--kbt-ivory);
    box-shadow: inset 3px 0 0 var(--kbt-brass);
    color: var(--kbt-navy) !important;
  }
  .knightsbridge-theme .kbt-mega-guidance {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: .45rem;
    padding: .82rem .9rem .2rem;
    border-top: 1px solid rgba(8,23,37,.09);
    color: var(--kbt-slate);
    font-size: .84rem;
    line-height: 1.45;
  }
  .knightsbridge-theme .kbt-mega-guidance__link {
    flex: 0 0 auto;
    padding: .55rem .7rem !important;
    color: var(--kbt-navy) !important;
    font-weight: 750 !important;
    white-space: nowrap;
  }
}
@media (min-width:1080px) and (max-width:1240px) {
  .knightsbridge-theme .kbt-primary-menu.is-kbt-desktop-nav-ready .kbt-submenu--wide {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

/* Mobile panel and accordion use symmetrical compositor/height transitions.
   The panel remains scrollable only when its contents genuinely exceed it. */
@media (max-width:1079px) {
  .knightsbridge-theme .kbt-mobile-panel {
    opacity: 0;
    translate: 0 -8px;
    transition: opacity var(--kbt-motion-fast) ease, translate var(--kbt-motion-fast) var(--kbt-ease-standard);
    animation: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .knightsbridge-theme .kbt-mobile-panel.is-kbt-panel-visible { opacity: 1; translate: 0 0; }
  .knightsbridge-theme .kbt-mobile-panel.is-kbt-panel-closing { pointer-events: none; }
  .knightsbridge-theme .kbt-mobile-menu .sub-menu {
    overflow: hidden;
    transition: height var(--kbt-motion-fast) var(--kbt-ease-standard), opacity var(--kbt-motion-fast) ease;
    animation: none !important;
  }
  .knightsbridge-theme .kbt-mobile-menu a:hover { translate: none; }
}

/* The reveal state is discarded after the entrance completes so long pages do
   not retain dozens of unnecessary transform/transition contexts. */
html.kbt-motion-ready .kbt-polish-reveal.is-kbt-settled {
  opacity: 1;
  translate: none;
  transition: none;
}
html.kbt-motion-ready .kbt-inner-banner-shell.kbt-polish-reveal.is-kbt-settled .kbt-inner-banner__image {
  transform: none;
  transition: none;
}
@media (max-width:619px) {
  html.kbt-motion-ready .kbt-polish-reveal {
    translate: 0 10px;
    transition-duration: 460ms;
  }
  html.kbt-motion-ready .kbt-polish-reveal[data-kbt-reveal="soft"] { translate: 0 8px; }
  html.kbt-motion-ready .kbt-inner-banner-shell.kbt-polish-reveal .kbt-inner-banner__image { transition-duration: 650ms; }
}

/* Touch/coarse pointers never inherit desktop lift/zoom motion after a tap. */
@media (hover:none), (pointer:coarse) {
  .knightsbridge-theme .kbt-actions .wp-block-button__link:hover,
  .knightsbridge-theme .kbt-btn:hover,
  .knightsbridge-theme .kbt-post-card:hover,
  .knightsbridge-theme .kbt-service-index__item:hover,
  .knightsbridge-theme .kbt-chip-cloud .wp-block-button__link:hover,
  .knightsbridge-theme .kbt-header-brand:hover .kbt-header-logo,
  .knightsbridge-theme .kbt-header-cta:hover,
  .knightsbridge-theme .kbt-side-cta a:hover,
  .knightsbridge-theme .kbt-footer__nav a:hover,
  .knightsbridge-theme .kbt-footer-cta__button:hover,
  .knightsbridge-theme .kbt-404__home:hover { transform: none !important; translate: none !important; }
  .knightsbridge-theme .kbt-post-card:hover .kbt-post-card__media img,
  .knightsbridge-theme .kbt-image-ribbon figure:hover img,
  .knightsbridge-theme .kbt-insight-card:hover .wp-block-post-featured-image img,
  .knightsbridge-theme :where(.kbt-media,.kbt-glow-media,.kbt-person-card):hover img { transform: none !important; }
  .knightsbridge-theme .kbt-topbar__link:hover span,
  .knightsbridge-theme .kbt-footer-cta__button:hover span { translate: none !important; }
  .knightsbridge-theme .kbt-footer__nav .kbt-footer__links a:hover::after,
  .knightsbridge-theme .kbt-footer__routes .kbt-footer__links a:hover::after { opacity: 0; translate: -3px 1px; }
  .knightsbridge-theme .kbt-actions .wp-block-button__link:hover::after,
  .knightsbridge-theme .kbt-btn:hover::after,
  .knightsbridge-theme .kbt-header-cta:hover::after { transform: none !important; translate: none !important; }
}

/* Forced-colour environments receive explicit system-colour focus/borders. */
@media (forced-colors: active) {
  .knightsbridge-theme :where(a,button,input,select,textarea):focus-visible { outline: 2px solid Highlight; }
  .knightsbridge-theme :where(.kbt-card,.kbt-service-card,.kbt-resource-card,.kbt-feedback-card,.kbt-review-card,.kbt-comparison__col) { border: 1px solid CanvasText; }
  .kbt-marquee-control,
  .kbt-mobile-submenu-toggle,
  .kbt-desktop-submenu-toggle { forced-color-adjust: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .kbt-mobile-panel,
  .kbt-mobile-menu .sub-menu,
  .kbt-desktop-submenu-toggle::before,
  .kbt-primary-menu.is-kbt-desktop-nav-ready > li > .sub-menu { transition: none !important; animation: none !important; }
  .kbt-marquee.is-kbt-marquee-ready .kbt-marquee-track { animation: none !important; transform: none !important; }
  .kbt-marquee-controls { display: none; }
}
@media (max-width:1079px) {
  .knightsbridge-theme .kbt-mobile-guidance {
    max-width: 34ch;
    margin: 1.15rem .2rem .15rem;
    color: var(--kbt-slate);
    font-size: .86rem;
    line-height: 1.55;
  }
}
@media (max-width:899px) {
  .kbt-marquee-controls { display: none; }
}

/* ---------------------------------------------------------
   Article Intelligence: opt-in inline conversion + callouts
   Render-time only; stored article content remains unchanged.
--------------------------------------------------------- */
.kbt-article-content .kbt-article-conversion {
  display: grid;
  gap: 1rem;
  margin: clamp(2rem,5vw,3.15rem) 0;
  padding: clamp(1.25rem,3vw,1.8rem);
  border: 1px solid rgba(180,151,96,.34);
  border-radius: 20px;
  background: var(--kbt-navy);
  color: #fff;
  box-shadow: 0 18px 46px rgba(8,23,37,.12);
}
.kbt-article-content .kbt-article-conversion__copy { min-width: 0; }
.kbt-article-content .kbt-article-conversion__eyebrow {
  margin: 0 0 .45rem;
  color: var(--kbt-brass-light);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.kbt-article-content .kbt-article-conversion__title {
  margin: 0;
  color: #fff;
  font-family: var(--kbt-font-display);
  font-size: clamp(1.32rem,2.3vw,1.8rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.17;
}
.kbt-article-content .kbt-article-conversion__text {
  max-width: 44rem;
  margin: .62rem 0 0;
  color: rgba(255,255,255,.78);
  font-size: .98rem;
  line-height: 1.6;
}
.kbt-article-content .kbt-article-conversion__trust {
  margin: .72rem 0 0;
  color: rgba(255,255,255,.68);
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.45;
}
.kbt-article-content .kbt-article-conversion__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: fit-content;
  min-height: 46px;
  padding: .78rem 1.05rem;
  border-radius: 999px;
  background: #fff;
  color: var(--kbt-navy);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}
.kbt-article-content .kbt-article-conversion__button:hover,
.kbt-article-content .kbt-article-conversion__button:focus-visible {
  color: var(--kbt-navy);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.kbt-article-content .kbt-article-conversion--business {
  border-color: rgba(180,151,96,.5);
  background: #102636;
}

.kbt-article-content .kbt-auto-component {
  margin: clamp(1.85rem,4vw,2.6rem) 0;
  padding: clamp(1.05rem,2.6vw,1.45rem);
  border: 1px solid var(--kbt-line);
  border-radius: 17px;
  background: #fff;
}
.kbt-article-content .kbt-auto-component > :first-child { margin-top: 0; }
.kbt-article-content .kbt-auto-component > :last-child { margin-bottom: 0; }
.kbt-single-article .kbt-article-content .kbt-auto-component > h2,
.kbt-single-article .kbt-article-content .kbt-auto-component > h3 {
  margin: 0 0 .62rem;
  color: var(--kbt-ink);
  font-size: clamp(1.13rem,1.8vw,1.36rem);
  letter-spacing: -.015em;
  line-height: 1.22;
}
.kbt-article-content .kbt-auto-component--example {
  border-color: rgba(180,151,96,.28);
  border-left: 4px solid var(--kbt-brass);
  background: #fbf8f1;
}
.kbt-article-content .kbt-auto-component--important {
  border-color: rgba(8,23,37,.14);
  border-left: 4px solid var(--kbt-navy);
  background: #f7f9fa;
}
.kbt-article-content .kbt-auto-component--practice {
  border-color: rgba(32,79,86,.18);
  border-left: 4px solid #315d60;
  background: #f6f9f8;
}
.kbt-article-content .kbt-auto-component--mistake {
  border-color: rgba(145,91,58,.2);
  border-left: 4px solid #9a6849;
  background: #fbf7f3;
}
.kbt-article-content .kbt-auto-component--checklist,
.kbt-article-content .kbt-auto-component--requirements {
  background: #fbfbfa;
}
.kbt-article-content .kbt-auto-component--checklist :where(ul,ol),
.kbt-article-content .kbt-auto-component--requirements :where(ul,ol) {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.kbt-article-content .kbt-auto-component--checklist li,
.kbt-article-content .kbt-auto-component--requirements li { padding-left: .15rem; }
.kbt-article-content .kbt-auto-component--checklist li::marker,
.kbt-article-content .kbt-auto-component--requirements li::marker {
  color: var(--kbt-brass-dark);
  font-weight: 800;
}
.kbt-article-content .kbt-auto-component--timeline ol {
  display: grid;
  gap: .8rem;
  margin: .9rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: kbt-timeline;
}
.kbt-article-content .kbt-auto-component--timeline ol > li {
  position: relative;
  min-height: 34px;
  padding: .42rem 0 .42rem 2.75rem;
  counter-increment: kbt-timeline;
}
.kbt-article-content .kbt-auto-component--timeline ol > li::before {
  content: counter(kbt-timeline);
  position: absolute;
  top: .18rem;
  left: 0;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--kbt-navy);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
}
.kbt-article-content .kbt-auto-component--comparison { overflow: hidden; }
.kbt-article-content .kbt-auto-component--comparison table { margin-bottom: 0; background: #fff; }

@media (min-width: 720px) {
  .kbt-article-content .kbt-article-conversion {
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    column-gap: clamp(1.4rem,4vw,2.5rem);
  }
  .kbt-article-content .kbt-article-conversion__button { align-self: center; }
}

@media (max-width: 719px) {
  .kbt-article-content .kbt-article-conversion { border-radius: 17px; }
  .kbt-article-content .kbt-article-conversion__button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .kbt-article-content .kbt-article-conversion__button { transition: none; }
  .kbt-article-content .kbt-article-conversion__button:hover,
  .kbt-article-content .kbt-article-conversion__button:focus-visible { transform: none; }
}

/* RC12 no-JS hardening. If the main script is unavailable, mobile navigation
   remains a fully expanded, document-flow list rather than inheriting any
   enhanced submenu hiding/positioning rules. */
@media (max-width: 1079px) {
  html.no-js .knightsbridge-theme .kbt-primary-menu .sub-menu,
  html.no-js .kbt-primary-menu .sub-menu {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
  }
  html.no-js .kbt-primary-menu .kbt-desktop-submenu-toggle,
  html.no-js .kbt-primary-menu .kbt-mobile-submenu-toggle { display: none !important; }
}

/* Dev5: user-requested H1/H2 weight only. Authored inline styles still win.
   No heading size, spacing, font family, colour or application UI change. */
.knightsbridge-theme:not(.kbt-application-shell) :is(h1,h2) { font-weight: 700; }


/* Article artwork: preserve the complete 16:9 composition, including lettering.
   Actual image panels alone opt in: keep no-image placeholders and decorative
   inner-page banners/Slider Revolution layers on their existing rules. */
.kbt-blog-split-hero.has-image .kbt-blog-split-hero__media {
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 16 / 9;
  align-self: center;
}
.kbt-blog-split-hero.has-image .kbt-blog-split-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}
.kbt-blog-split-hero.has-image .kbt-blog-split-hero__media::after { display: none; }

/* The two existing Latest Insights patterns can already be saved in the DB
   with an inline 16/10/cover value. Override just that theme-owned card image
   in both editor and front end. Unrelated featured-image blocks are untouched. */
.kbt-insight-card > .wp-block-post-featured-image {
  aspect-ratio: 16 / 9 !important;
  height: auto;
}
.kbt-insight-card > .wp-block-post-featured-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.kbt-insight-card > .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9 !important;
  object-fit: contain !important;
  transform: none !important;
}
/* Print's existing height:auto rule is retained; fill the same proportional
   panel without a forced absolute-height interaction. */
@media print {
  .kbt-blog-split-hero.has-image .kbt-blog-split-hero__media img {
    position: static;
    aspect-ratio: 16 / 9;
  }
}
