/* Cart Launch — section styles. Tokens live in theme.json; this file is the surface treatment. */

:root {
  --cl-ink: #0F1419;
  --cl-steel: #6B7683;
  --cl-border: #E4E7EB;
  --cl-border-strong: #D3D8DE;
  --cl-tint: #F4F6F8;
  --cl-accent: #0092D7;
  --cl-r: 12px;
  --cl-r-lg: 16px;
  --cl-ring: 0 0 0 1px var(--cl-border);
  --cl-lift: 0 1px 2px rgba(15,20,25,.04), 0 12px 28px -16px rgba(15,20,25,.18);
  --cl-lift-hi: 0 1px 2px rgba(15,20,25,.05), 0 24px 48px -20px rgba(15,20,25,.24);
  --cl-ease: cubic-bezier(.22,.68,.28,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; overflow-x: clip; }
body { text-wrap: pretty; font-feature-settings: "kern" 1, "liga" 1; }
h1, h2, h3, h4 { text-wrap: balance; }
img { max-width: 100%; height: auto; }
::selection { background: rgba(0,146,215,.16); }
:focus-visible { outline: 2px solid var(--cl-accent); outline-offset: 3px; border-radius: 4px; }

/* ============ Header ============ */
.cl-header { position: sticky; top: 0; z-index: 60; background: rgba(250,251,252,.72); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s var(--cl-ease), background .2s var(--cl-ease); }
.cl-header.is-scrolled { border-bottom-color: var(--cl-border); background: rgba(250,251,252,.86); }
.cl-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: .875rem; }
.cl-logo { display: inline-flex; align-items: center; flex: none; }
.cl-logo img { height: 34px; width: auto; display: block; }
.cl-nav { display: flex; align-items: center; gap: 1.75rem; flex-wrap: nowrap; }
.cl-nav .wp-block-navigation__container { gap: 1.75rem; }
.cl-nav .wp-block-navigation-item__content { font-size: .9375rem; font-weight: 500; color: var(--cl-steel); letter-spacing: -.005em; transition: color .15s var(--cl-ease); }
.cl-nav .wp-block-navigation-item__content:hover { color: var(--cl-ink); }
.cl-nav__cta .wp-block-button__link { background: var(--cl-accent); color: #fff; padding: .625rem 1.0625rem; border-radius: 8px; font-size: .875rem; box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 1px 2px rgba(0,146,215,.24); }
.cl-nav__cta .wp-block-button__link:hover { background: var(--cl-accent-dark, #0077B0); }
.cl-nav-toggle { display: none; background: #fff; border: 1px solid var(--cl-border); border-radius: 8px; width: 40px; height: 40px; align-items: center; justify-content: center; cursor: pointer; }
@media (max-width: 940px) {
}

/* ============ Buttons ============ */
.wp-block-button__link { transition: background .18s var(--cl-ease), box-shadow .18s var(--cl-ease), transform .18s var(--cl-ease); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 1px 2px rgba(15,20,25,.06); }
.wp-block-button__link:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 6px 16px -6px rgba(0,146,215,.5); }
.is-style-ink .wp-block-button__link { background: var(--cl-ink); }
.is-style-ink .wp-block-button__link:hover { background: #1C242C; box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 6px 16px -6px rgba(15,20,25,.4); }
.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) { background: #fff; color: var(--cl-ink); border: 1px solid var(--cl-border-strong); box-shadow: 0 1px 2px rgba(15,20,25,.04); }
.is-style-outline .wp-block-button__link:hover { background: #fff; color: var(--cl-ink); border-color: var(--cl-steel); box-shadow: 0 4px 12px -4px rgba(15,20,25,.16); }
.is-style-ghost .wp-block-button__link { background: transparent; color: var(--cl-ink); padding-inline: .25rem; box-shadow: none; font-weight: 600; }
.is-style-ghost .wp-block-button__link::after { content: "→"; margin-left: .4em; display: inline-block; transition: transform .18s var(--cl-ease); }
.is-style-ghost .wp-block-button__link:hover { background: transparent; color: var(--cl-accent); transform: none; box-shadow: none; }
.is-style-ghost .wp-block-button__link:hover::after { transform: translateX(3px); }

/* ============ Section rhythm ============ */
.cl-section { padding-block: var(--wp--preset--spacing--70); }
.cl-section--tight { padding-block: var(--wp--preset--spacing--60); }
.cl-section--tint { background: var(--cl-tint); border-block: 1px solid var(--cl-border); }
.cl-section--ink { background: var(--cl-ink); color: #fff; }
.cl-section--ink h2, .cl-section--ink h3 { color: #fff; }
.cl-section--ink p { color: #A8B1BC !important; }

/* Eyebrow: small pill with a live dot */
.cl-eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--cl-steel) !important; background: #fff; border: 1px solid var(--cl-border); border-radius: 999px; padding: .375rem .75rem .375rem .625rem; margin: 0 0 1.25rem; box-shadow: 0 1px 2px rgba(15,20,25,.04); }
.cl-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--cl-accent); flex: none; box-shadow: 0 0 0 3px rgba(0,146,215,.14); }
.cl-eyebrow--plain { background: none; border: 0; box-shadow: none; padding: 0; color: var(--cl-accent) !important; letter-spacing: .08em; margin-bottom: .5rem; }
.cl-eyebrow--plain::before { display: none; }
.cl-section--ink .cl-eyebrow { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #C6CDD6 !important; }

.cl-lead { font-size: var(--wp--preset--font-size--large) !important; line-height: 1.6; color: var(--cl-steel) !important; max-width: 36rem; margin-left: 0 !important; margin-right: auto !important; }
.cl-section__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.75rem; }
.cl-section__head h2 { max-width: 18ch; margin: 0 !important; }
.cl-num { font-size: .8125rem; font-weight: 700; color: var(--cl-accent) !important; letter-spacing: .06em; margin: 0 !important; font-variant-numeric: tabular-nums; }

/* ============ Cards ============ */
.is-style-card, .cl-card { background: #fff; border: 1px solid var(--cl-border); border-radius: var(--cl-r-lg); box-shadow: var(--cl-lift); padding: 1.75rem; position: relative; }
.is-style-card-tint { background: var(--cl-tint); border: 1px solid var(--cl-border); border-radius: var(--cl-r-lg); padding: 1.75rem; }
.cl-card--hover { transition: transform .24s var(--cl-ease), box-shadow .24s var(--cl-ease), border-color .24s var(--cl-ease); }
.cl-card--hover:hover { transform: translateY(-2px); box-shadow: var(--cl-lift-hi); border-color: var(--cl-border-strong); }

/* ============ Hero ============ */
.cl-hero { position: relative; overflow: hidden; padding-top: 5rem; padding-bottom: 4rem; }
.cl-hero::before { content: ""; position: absolute; inset: -40% -20% auto -20%; height: 900px; background:
  radial-gradient(60% 55% at 62% 28%, rgba(0,146,215,.14), rgba(0,146,215,0) 68%),
  radial-gradient(40% 40% at 20% 0%, rgba(107,118,131,.10), rgba(107,118,131,0) 70%);
  pointer-events: none; z-index: 0; }
.cl-hero::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(to right, rgba(15,20,25,.045) 1px, transparent 1px), linear-gradient(to bottom, rgba(15,20,25,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(75% 60% at 50% 12%, #000 0%, transparent 78%);
  mask-image: radial-gradient(75% 60% at 50% 12%, #000 0%, transparent 78%); }
.cl-hero > * { position: relative; z-index: 1; }
.cl-hero h1 { margin: 0 0 1.25rem; max-width: 15ch; margin-left: 0 !important; margin-right: auto !important; }
.cl-hero .cl-lead { max-width: 34rem; }
.cl-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 2rem; }

/* Stat cards */
.cl-hero__stats { display: flex; flex-direction: column; justify-content: flex-end; gap: .875rem; }
.cl-stat { background: #fff; border: 1px solid var(--cl-border); border-radius: var(--cl-r); padding: 1.25rem 1.375rem; box-shadow: var(--cl-lift); position: relative; overflow: hidden; }
.cl-stat::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--cl-accent), rgba(0,146,215,.25)); }
.cl-stat__value { font-size: 2rem !important; font-weight: 700; letter-spacing: -.04em; line-height: 1; color: var(--cl-ink) !important; margin: 0 0 .375rem !important; font-variant-numeric: tabular-nums; }
.cl-stat__label { font-size: .8125rem !important; line-height: 1.45; color: var(--cl-steel) !important; margin: 0 !important; }

/* Page hero (interior) — sits in normal flow; background bleeds full width */
.cl-page-hero { position: relative; padding-top: 4rem; padding-bottom: 2.75rem; }
.cl-page-hero::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; margin-left: -50vw; border-bottom: 1px solid var(--cl-border); background:
  radial-gradient(46% 70% at 62% 25%, rgba(0,146,215,.11), rgba(0,146,215,0) 70%),
  linear-gradient(180deg, #FCFDFE, var(--wp--preset--color--base)); }
.cl-page-hero > * { position: relative; }
.cl-page-hero h1 { font-size: var(--wp--preset--font-size--xx-large); max-width: 20ch; margin: 0 0 1rem; margin-left: 0 !important; margin-right: auto !important; }
.cl-page-hero .cl-lead { max-width: 42rem; margin-left: 0 !important; margin-right: auto !important; }
.cl-page-hero .cl-eyebrow { margin-left: 0 !important; margin-right: auto !important; }

/* ============ Proof strip ============ */
.cl-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem 2.5rem; padding-block: 1.5rem; border-block: 1px solid var(--cl-border); }
.cl-strip__label { font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--cl-subtle, #8A94A0); flex: none; }
.cl-strip__logos { display: flex; flex-wrap: wrap; align-items: center; gap: 2.25rem; font-size: .8125rem; color: #A9B1BB; }
.cl-strip__logos img { height: 26px; width: auto; opacity: .55; filter: grayscale(1); transition: opacity .2s var(--cl-ease), filter .2s var(--cl-ease); }
.cl-strip__logos img:hover { opacity: 1; filter: none; }

/* ============ Steps ============ */
.cl-steps .wp-block-column { min-height: 0; }
.cl-step { background: #fff; border: 1px solid var(--cl-border); border-radius: var(--cl-r-lg); padding: 1.75rem; height: 100%; display: flex; flex-direction: column; box-shadow: var(--cl-lift); transition: transform .24s var(--cl-ease), box-shadow .24s var(--cl-ease), border-color .24s var(--cl-ease); }
.cl-step:hover { transform: translateY(-2px); box-shadow: var(--cl-lift-hi); border-color: var(--cl-border-strong); }
.cl-step__icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, #fff, #F1F4F7); border: 1px solid var(--cl-border); margin-bottom: 1.125rem; box-shadow: 0 1px 2px rgba(15,20,25,.05); }
.cl-step__icon svg { width: 19px; height: 19px; stroke: var(--cl-accent); }
.cl-step h3 { margin: 0 0 .625rem !important; font-size: 1.1875rem !important; }
.cl-step p { margin: 0; font-size: .9375rem; line-height: 1.6; color: var(--cl-steel); }
.cl-step__num { position: absolute; top: 1.25rem; right: 1.5rem; font-size: .75rem; font-weight: 700; color: #C3CAD2; font-variant-numeric: tabular-nums; letter-spacing: .06em; }

/* ============ Results ============ */
.cl-result { background: #fff; border: 1px solid var(--cl-border); border-radius: var(--cl-r-lg); overflow: hidden; display: flex; flex-direction: column; height: 100%; box-shadow: var(--cl-lift); transition: transform .24s var(--cl-ease), box-shadow .24s var(--cl-ease), border-color .24s var(--cl-ease); }
.cl-result:hover { transform: translateY(-2px); box-shadow: var(--cl-lift-hi); border-color: var(--cl-border-strong); }
.cl-result__media { aspect-ratio: 16/10; background: linear-gradient(140deg, #EDF0F3, #E2E7EC); display: flex; align-items: center; justify-content: center; color: #9AA4AF; font-size: .75rem; letter-spacing: .04em; overflow: hidden; border-bottom: 1px solid var(--cl-border); }
.cl-result__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cl-result__body { padding: 1.375rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: .375rem; }
.cl-result__value { font-size: 1.5rem !important; font-weight: 700; letter-spacing: -.035em; line-height: 1.1; color: var(--cl-ink) !important; margin: 0 !important; font-variant-numeric: tabular-nums; }
.cl-result__body p:not(.cl-result__value):not(.cl-result__meta) { font-size: .9375rem !important; line-height: 1.55; color: var(--cl-steel) !important; margin: 0 !important; }
.cl-result__meta { font-size: .75rem !important; color: #98A2AD !important; margin: .5rem 0 0 !important; letter-spacing: .02em; }

/* ============ Numbers row ============ */
.cl-numbers { display: flex; flex-wrap: wrap; gap: 2.5rem; margin-top: 1.75rem; }
.cl-numbers > div { position: relative; padding-left: .875rem; }
.cl-numbers > div::before { content: ""; position: absolute; left: 0; top: .2rem; bottom: .2rem; width: 2px; background: linear-gradient(180deg, var(--cl-accent), rgba(0,146,215,.2)); border-radius: 2px; }
.cl-numbers__value { font-size: 1.625rem !important; font-weight: 700; letter-spacing: -.035em; line-height: 1; color: var(--cl-ink) !important; margin: 0 0 .3rem !important; font-variant-numeric: tabular-nums; }
.cl-numbers__label { font-size: .8125rem !important; color: var(--cl-steel) !important; margin: 0 !important; line-height: 1.4; }
.cl-media-slot { background: linear-gradient(140deg, #EDF0F3, #E2E7EC); border: 1px solid var(--cl-border); border-radius: var(--cl-r-lg); min-height: 360px; display: flex; align-items: center; justify-content: center; color: #9AA4AF; font-size: .8125rem; overflow: hidden; }
.cl-media-slot img { width: 100%; height: 100%; object-fit: cover; }

/* ============ CTA band ============ */
.cl-cta { background: var(--cl-ink); border-radius: 20px; padding: 4rem 3.5rem; position: relative; overflow: hidden; color: #fff; border: 1px solid #1D262F; }
.cl-cta::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(70% 120% at 78% 0%, rgba(0,146,215,.42), rgba(0,146,215,0) 62%); }
.cl-cta::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 56px 56px; -webkit-mask-image: radial-gradient(80% 100% at 80% 0%, #000, transparent 70%); mask-image: radial-gradient(80% 100% at 80% 0%, #000, transparent 70%); }
.cl-cta > * { position: relative; z-index: 1; }
.cl-cta h2 { color: #fff !important; max-width: 17ch; margin: 0 0 .875rem !important; }
.cl-cta p { color: #A8B1BC !important; max-width: 36rem; font-size: 1.0625rem !important; margin: 0 !important; }
.cl-cta .wp-block-buttons { margin-top: 1.75rem; }
.cl-cta .wp-block-button__link { background: var(--cl-accent); color: #fff; }
.cl-cta .wp-block-button__link:hover { background: #0A9FE6; }
@media (max-width: 782px) { .cl-cta { padding: 2.5rem 1.5rem; border-radius: 16px; } }

/* ============ FAQ ============ */
.cl-faq__grid { display: grid; grid-template-columns: 34% 1fr; gap: 4rem; align-items: start; }
.cl-faq__aside h2 { margin: 0 0 .875rem !important; }
.cl-faq__aside p { font-size: .9375rem; color: var(--cl-steel); margin: 0 0 1.25rem !important; }
@media (max-width: 900px) { .cl-faq__grid { grid-template-columns: 1fr; gap: 2rem; } }
.cl-faq h2 { margin-bottom: 0; }
.cl-faq details { border-top: 1px solid var(--cl-border); padding: 1.125rem 0; }
.cl-faq details:first-of-type { border-top: 0; }
.cl-faq details:last-of-type { border-bottom: 1px solid var(--cl-border); }
.cl-faq summary { font-weight: 600; font-size: 1.0625rem; letter-spacing: -.015em; color: var(--cl-ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: color .15s var(--cl-ease); }
.cl-faq summary:hover { color: var(--cl-accent); }
.cl-faq summary::-webkit-details-marker { display: none; }
.cl-faq summary::after { content: ""; width: 11px; height: 11px; flex: none; border-right: 1.5px solid var(--cl-steel); border-bottom: 1.5px solid var(--cl-steel); transform: rotate(45deg) translate(-2px,-2px); transition: transform .2s var(--cl-ease); }
.cl-faq details[open] summary::after { transform: rotate(225deg) translate(-2px,-2px); }
.cl-faq details > *:not(summary) { margin-top: .75rem; font-size: .9375rem; line-height: 1.65; color: var(--cl-steel); max-width: 62ch; }

/* ============ Article ============ */
.cl-article { max-width: 44rem; margin-inline: auto; }
.cl-article h1 { font-size: var(--wp--preset--font-size--xx-large); }
.cl-article__meta { font-size: .8125rem; color: #8A94A0; display: flex; gap: 1rem; flex-wrap: wrap; margin: 1rem 0 2rem; }
.cl-article .entry-content > * + * { margin-top: 1.125rem; }
.cl-article .entry-content h2 { margin-top: 2.5rem; font-size: 1.5rem; }
.cl-article .entry-content h3 { margin-top: 1.875rem; font-size: 1.1875rem; }
.cl-article .entry-content p, .cl-article .entry-content li { font-size: 1.0625rem; line-height: 1.75; }
.cl-article .entry-content img { border-radius: var(--cl-r); }
.cl-author { display: flex; gap: 1rem; align-items: flex-start; background: #fff; border: 1px solid var(--cl-border); border-radius: var(--cl-r-lg); padding: 1.5rem; margin-top: 3rem; box-shadow: var(--cl-lift); }
.cl-author img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: none; }
.cl-author__name { font-weight: 700; margin: 0 0 .25rem !important; color: var(--cl-ink) !important; font-size: .9375rem; }
.cl-author p { font-size: .875rem !important; line-height: 1.6; margin: 0; }

/* Post cards */
.cl-post-card { background: #fff; border: 1px solid var(--cl-border); border-radius: var(--cl-r-lg); overflow: hidden; height: 100%; display: flex; flex-direction: column; box-shadow: var(--cl-lift); transition: transform .24s var(--cl-ease), box-shadow .24s var(--cl-ease); }
.cl-post-card:hover { transform: translateY(-2px); box-shadow: var(--cl-lift-hi); }
.cl-post-card .wp-block-post-featured-image { aspect-ratio: 16/9; background: linear-gradient(140deg,#EDF0F3,#E2E7EC); margin: 0; border-bottom: 1px solid var(--cl-border); }
.cl-post-card .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.cl-post-card__body { padding: 1.25rem 1.375rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; }
.cl-post-card .wp-block-post-title { font-size: 1.0625rem !important; font-weight: 700; line-height: 1.3; letter-spacing: -.02em; margin: 0; }
.cl-post-card .wp-block-post-title a { color: var(--cl-ink); }
.cl-post-card .wp-block-post-title a:hover { color: var(--cl-accent); }
.cl-post-card .wp-block-post-excerpt__excerpt { font-size: .875rem; line-height: 1.6; color: var(--cl-steel); margin: 0; }
.cl-post-card .wp-block-post-terms { font-size: .6875rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 600; color: var(--cl-accent); }

/* ============ Footer (dark) ============ */
.cl-footer { background: var(--cl-ink); color: #97A1AC; padding-block: 4rem 2.5rem; font-size: .875rem; margin-top: 0; }
.cl-footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 3rem 2.5rem; }
.cl-footer img.cl-footer__logo { height: 40px; width: auto; margin-bottom: 1.125rem; filter: brightness(1.9) contrast(.85); }
.cl-footer p { color: #8B95A0 !important; font-size: .875rem; line-height: 1.7; max-width: 34rem; margin: 0 0 1rem; }
.cl-footer h4 { font-size: .6875rem; letter-spacing: .11em; text-transform: uppercase; color: #E6EAEE; margin: 0 0 1rem; font-weight: 600; }
.cl-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .625rem; }
.cl-footer a { color: #97A1AC; transition: color .15s var(--cl-ease); }
.cl-footer a:hover { color: #fff; }
.cl-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.08); font-size: .75rem; color: #6E7883; }
@media (max-width: 900px) { .cl-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .cl-footer__grid { grid-template-columns: 1fr; gap: 2rem; } }

/* ============ Forms ============ */
.cl-form-wrap { background: #fff; border: 1px solid var(--cl-border); border-radius: var(--cl-r-lg); box-shadow: var(--cl-lift); padding: 1.75rem; }
.cl-form-wrap iframe { width: 100%; border: 0; }
.cl-form-step { font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--cl-accent); margin: 0 0 .875rem; }

/* ============ Reveal ============ */
@media (prefers-reduced-motion: no-preference) {
  .cl-reveal { opacity: 0; transform: translateY(12px); transition: opacity .55s var(--cl-ease), transform .55s var(--cl-ease); }
  .cl-reveal.is-visible { opacity: 1; transform: none; }
}

/* ============ Editor ============ */
.editor-styles-wrapper .cl-hero::before, .editor-styles-wrapper .cl-hero::after, .editor-styles-wrapper .cl-page-hero::before { display: none; }

/* ============ Hero: inline proof row ============ */
.cl-hero__cols { align-items: center; gap: 3.5rem; }
.cl-hero__proof { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1.5rem; margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid var(--cl-border); }
.cl-hero__proof > div { display: flex; flex-direction: column; gap: .15rem; }
.cl-hero__proof strong { font-size: 1.125rem; font-weight: 700; letter-spacing: -.03em; color: var(--cl-ink); font-variant-numeric: tabular-nums; }
.cl-hero__proof span { font-size: .8125rem; color: var(--cl-steel); line-height: 1.35; }

/* ============ Hero: Lost Sales Report panel ============ */
.cl-panel { background: #fff; border: 1px solid var(--cl-border); border-radius: 14px; overflow: hidden; box-shadow: 0 1px 2px rgba(15,20,25,.05), 0 28px 60px -28px rgba(15,20,25,.32), 0 60px 120px -60px rgba(0,146,215,.25); font-size: .875rem; }
.cl-panel__chrome { display: flex; align-items: center; gap: .75rem; padding: .75rem 1rem; border-bottom: 1px solid var(--cl-border); background: linear-gradient(180deg, #FBFCFD, #F4F6F8); }
.cl-panel__dots { display: flex; gap: .3rem; }
.cl-panel__dots i { width: 8px; height: 8px; border-radius: 50%; background: #DDE2E7; display: block; }
.cl-panel__title { font-size: .75rem; font-weight: 600; letter-spacing: .02em; color: var(--cl-steel); }
.cl-panel__tag { margin-left: auto; font-size: .625rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--cl-steel); background: #fff; border: 1px solid var(--cl-border); border-radius: 999px; padding: .2rem .5rem; }
.cl-panel__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--cl-border); }
.cl-panel__meta span { display: block; font-size: .6875rem; letter-spacing: .08em; text-transform: uppercase; color: #9AA4AF; margin-bottom: .2rem; }
.cl-panel__meta strong { font-size: .875rem; font-weight: 600; color: var(--cl-ink); }
.cl-panel__body { padding: 1.125rem 1.25rem .5rem; }
.cl-panel__label { font-size: .6875rem !important; letter-spacing: .1em; text-transform: uppercase; color: #9AA4AF !important; margin: 0 0 .75rem !important; font-weight: 600; }
.cl-leaks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.cl-leaks li { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: .875rem; padding: .6875rem 0; border-bottom: 1px dashed var(--cl-border); }
.cl-leaks li:last-child { border-bottom: 0; }
.cl-leak__name { font-size: .8125rem; color: var(--cl-ink); font-weight: 500; }
.cl-leak__bar { display: flex; gap: 3px; }
.cl-leak__bar i { width: 14px; height: 4px; border-radius: 2px; background: #E6EAEE; display: block; }
.cl-leak__bar[data-level="1"] i:nth-child(-n+1),
.cl-leak__bar[data-level="2"] i:nth-child(-n+2),
.cl-leak__bar[data-level="3"] i:nth-child(-n+3) { background: var(--cl-accent); }
.cl-leak__val { font-size: .75rem; color: var(--cl-steel); font-variant-numeric: tabular-nums; min-width: 5.5rem; text-align: right; }
.cl-panel__foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; background: var(--cl-ink); color: #fff; }
.cl-panel__foot span { font-size: .75rem; color: #9BA5B0; }
.cl-panel__foot strong { font-size: 1.125rem; font-weight: 700; letter-spacing: -.03em; color: #fff; font-variant-numeric: tabular-nums; }
@media (max-width: 900px) { .cl-panel { margin-top: 2.5rem; } }

/* 3-up grids */
.cl-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
@media (max-width: 900px) { .cl-grid-3 { grid-template-columns: 1fr; } }

/* 4-up grid (Accelerator pillars) */
.cl-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.cl-grid-4 .cl-step { position: relative; padding: 1.5rem 1.375rem; }
.cl-grid-4 .cl-step h3 { font-size: 1.0625rem !important; line-height: 1.25; }
.cl-grid-4 .cl-step p { font-size: .875rem; }
@media (max-width: 1100px) { .cl-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .cl-grid-4 { grid-template-columns: 1fr; } }
/* Longer hero headline: cap the display size so it holds 3–4 lines */
.cl-hero h1 { font-size: clamp(2.25rem, 1.2rem + 2.6vw, 3.375rem) !important; }


/* --- The Cart Launch System: numbered 3-step --- */
.cl-system .cl-grid-3 { margin-top: 2.5rem; }
.cl-numbered .cl-step { position: relative; padding-top: 3.25rem; }
.cl-numbered .cl-step__num { position: absolute; top: 1.5rem; left: 1.75rem; right: auto; font-size: 1.5rem; font-weight: 800; letter-spacing: -.04em; color: var(--cl-accent); font-variant-numeric: tabular-nums; }
.cl-numbered .cl-step h3 { font-size: 1.375rem; letter-spacing: -.02em; }
.cl-note { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--cl-border); font-size: 1rem; font-weight: 600; color: var(--cl-ink); }
@media (max-width: 900px) { .cl-hero__proof { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* ============ Dealer logo marquee ============ */
.cl-marquee-wrap { background: #fff; border-block: 1px solid var(--cl-border); }
.cl-marquee { padding-block: 2rem; }
.cl-marquee__label { margin: 0 0 1.5rem; text-align: center; font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: #8A94A0; }
.cl-marquee__viewport { display: flex; width: 100%; overflow: hidden; gap: 3.5rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.cl-marquee__track { display: flex; align-items: center; gap: 3.5rem; flex: 0 0 auto; margin: 0; padding: 0; list-style: none; min-width: max-content; animation: cl-marquee 48s linear infinite; }
.cl-marquee__track li { flex: 0 0 auto; display: flex; align-items: center; height: 46px; }
.cl-marquee__track img { height: 100%; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(1); opacity: .58; transition: filter .2s var(--cl-ease), opacity .2s var(--cl-ease); }
.cl-marquee__track img:hover { filter: none; opacity: 1; }
@keyframes cl-marquee { from { transform: translateX(0); } to { transform: translateX(calc(-100% - 3.5rem)); } }
@media (prefers-reduced-motion: reduce) { .cl-marquee__track { animation: none; } .cl-marquee__viewport { overflow-x: auto; } }
@media (max-width: 640px) { .cl-marquee__track, .cl-marquee__viewport { gap: 2.25rem; } .cl-marquee__track li { height: 36px; } @keyframes cl-marquee { from { transform: translateX(0); } to { transform: translateX(calc(-100% - 2.25rem)); } } }

/* ============ Real photography ============ */
.cl-photo { margin: 0 0 1.75rem; }
.cl-photo img { display: block; width: 100%; height: auto; border-radius: 14px; box-shadow: var(--cl-lift); }
.cl-photo figcaption { margin-top: .625rem; font-size: .8125rem; color: var(--cl-steel); }

/* ============ Mobile navigation ============ */
@media (max-width: 900px) {
  /* backdrop-filter creates a containing block and would clip the fixed nav panel */
  .cl-header { position: sticky; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; background: #fff; }
  .cl-header__inner { gap: 1rem; }
  .cl-nav-toggle { display: inline-flex; z-index: 60; }
  .cl-header.is-open .cl-nav-toggle svg line:nth-child(1) { transform: translateY(5.5px) rotate(45deg); transform-origin: center; }
  .cl-header.is-open .cl-nav-toggle svg line:nth-child(2) { opacity: 0; }
  .cl-header.is-open .cl-nav-toggle svg line:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); transform-origin: center; }
  .cl-nav-toggle svg line { transition: transform .22s var(--cl-ease), opacity .15s linear; }

  .cl-nav { display: flex !important; position: fixed; inset: 0; z-index: 55;
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0;
    background: #fff; padding: 5.5rem 1.5rem 2rem; margin: 0;
    box-shadow: none; border: 0;
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .2s var(--cl-ease), transform .22s var(--cl-ease), visibility .22s; overflow-y: auto; }
  .cl-header.is-open .cl-nav { opacity: 1; visibility: visible; transform: none; }
  .cl-nav .wp-block-navigation, .cl-nav .wp-block-navigation__container { display: flex !important; flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .cl-nav .wp-block-navigation-item { width: 100%; border-bottom: 1px solid var(--cl-border); }
  .cl-nav .wp-block-navigation-item__content { display: block; width: 100%; padding: 1.0625rem .25rem; font-size: 1.25rem; font-weight: 600; color: var(--cl-ink); letter-spacing: -.02em; }
  .cl-nav__cta { margin-top: auto; padding-top: 2rem; width: 100%; }
  .cl-nav__cta .wp-block-button, .cl-nav__cta .wp-block-button__link { width: 100%; text-align: center; }
  .cl-nav__cta .wp-block-button__link { padding-block: 1rem; font-size: 1rem; }
  body.cl-nav-open { overflow: hidden; }
}


/* Sticky header: keep it pinned and give it a solid, readable state once the page moves. */
.cl-header { position: -webkit-sticky; position: sticky; top: 0; z-index: 70; will-change: background-color; }
.cl-header.is-scrolled { background: rgba(255,255,255,.92); border-bottom-color: var(--cl-border); box-shadow: 0 1px 0 rgba(15,20,25,.04), 0 8px 24px -18px rgba(15,20,25,.35); }
.admin-bar .cl-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .cl-header { top: 46px; } }
/* Header CTA reads as the primary action at every size. */
.cl-nav__cta .wp-block-button__link { padding: .6875rem 1.125rem; font-size: .9375rem; }

/* WordPress wraps the header template part in its own <header class="wp-block-template-part">.
   Sticky must live on that wrapper — on the inner group it pins inside a box its own height
   and scrolls away with the parent. */
.wp-site-blocks > header.wp-block-template-part { position: -webkit-sticky; position: sticky; top: 0; z-index: 70; }
.admin-bar .wp-site-blocks > header.wp-block-template-part { top: 32px; }
@media (max-width: 782px) { .admin-bar .wp-site-blocks > header.wp-block-template-part { top: 46px; } }
.cl-header { position: static !important; top: auto; }
.admin-bar .cl-header { top: auto; }

/* Solid sticky header. The translucent frosted version let page content ghost through
   as it scrolled underneath, which read as a broken header. */
.wp-site-blocks > header.wp-block-template-part { background: #fff; border-bottom: 1px solid transparent; transition: border-color .2s var(--cl-ease), box-shadow .2s var(--cl-ease); }
.wp-site-blocks > header.wp-block-template-part:has(.cl-header.is-scrolled) { border-bottom-color: var(--cl-border); box-shadow: 0 8px 24px -20px rgba(15,20,25,.45); }
.cl-header { background: transparent !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; border-bottom: 0 !important; box-shadow: none !important; }

/* The hero and CTA give their children z-index:1, which lands in the page's root
   stacking context and lets the eyebrow paint over the pinned header on mobile.
   isolation:isolate keeps those z-indexes inside their own section. */
.cl-hero, .cl-cta, .cl-page-hero, .cl-section { isolation: isolate; }
.wp-site-blocks > header.wp-block-template-part { z-index: 200; }
.cl-header { z-index: auto !important; will-change: auto !important; }

/* Mobile header CTA: always visible next to the menu button, hidden on desktop
   where the nav already carries the button. */
.cl-mobile-cta { display: none; }
@media (max-width: 900px) {
  .cl-mobile-cta { display: inline-flex; align-items: center; justify-content: center;
    background: var(--cl-accent); color: #fff; font-size: .875rem; font-weight: 600; letter-spacing: -.01em;
    padding: .625rem 1rem; border-radius: 10px; text-decoration: none; white-space: nowrap;
    margin-left: auto; margin-right: .625rem; box-shadow: 0 1px 2px rgba(15,20,25,.08); }
  .cl-mobile-cta:hover, .cl-mobile-cta:focus { color: #fff; filter: brightness(.94); }
  .cl-header.is-open .cl-mobile-cta { display: none; }
  .cl-header__inner { gap: 0; }
  .cl-logo img { max-height: 34px; width: auto; }
}
@media (max-width: 400px) {
  .cl-mobile-cta { font-size: .8125rem; padding: .5625rem .8125rem; }
  .cl-logo img { max-height: 30px; }
}

/* ============ Hero photography (light-dominant) ============ */
.cl-hero__media { position: relative; }
.cl-hero__media > img { display: block; width: 100%; height: auto; aspect-ratio: 16/11; object-fit: cover;
  border-radius: 18px; box-shadow: 0 2px 4px rgba(15,20,25,.06), 0 30px 60px -30px rgba(15,20,25,.38), 0 60px 120px -70px rgba(0,146,215,.35); }
.cl-panel--float { position: absolute; left: -2.25rem; bottom: -2.5rem; width: min(23rem, 82%); background: #fff; }
@media (max-width: 1100px) { .cl-panel--float { left: -1rem; width: min(21rem, 88%); } }
@media (max-width: 781px) {
  .cl-hero__media { margin-top: .5rem; }
  .cl-hero__media > img { aspect-ratio: 16/10; border-radius: 14px; }
  .cl-panel--float { position: static; width: 100%; margin-top: 1.25rem; }
}

/* ============ Photo-backed section, kept light ============ */
.cl-section--photo { position: relative; isolation: isolate; border-block: 1px solid var(--cl-border); }
.cl-section--photo::before { content: ""; position: absolute; inset: 0; z-index: -2;
  background: url("../img/lot-band.jpg") center 62% / cover no-repeat; }
.cl-section--photo::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(250,251,252,.94), rgba(250,251,252,.90) 55%, rgba(244,246,248,.95)); }
.cl-section--photo .cl-result { background: rgba(255,255,255,.94); backdrop-filter: blur(2px); }

/* Numbers carry the color on the results cards. */
.cl-result__value { color: var(--cl-ink); }
.cl-result::before { content: ""; display: block; height: 4px; background: linear-gradient(90deg, var(--cl-accent), #4FBBEE); }

/* Dealer logos in full color. */
.cl-marquee__track img { filter: none !important; opacity: 1 !important; }
.cl-marquee__track li { height: 52px; }
@media (max-width: 640px) { .cl-marquee__track li { height: 40px; } }


/* Marquee never pauses. */
.cl-marquee__viewport:hover .cl-marquee__track { animation-play-state: running; }

/* ============================================================
   The Cart Launch System — photo flows into the copy.
   The copy block physically overlaps the photo's bottom edge and
   carries the white fade itself, so there is no seam to see.
   ============================================================ */
.cl-system { background: linear-gradient(180deg, #FFFFFF 0%, #F4F7FA 42%, #EDF2F7 100%); border-block: 1px solid var(--cl-border); }

.cl-flow-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.75rem; margin-top: 3rem; }

.cl-flow { position: relative; display: flex; flex-direction: column; border-radius: 20px; overflow: hidden;
  background: #fff; isolation: isolate;
  box-shadow: 0 1px 2px rgba(15,20,25,.05), 0 24px 48px -28px rgba(15,20,25,.35);
  transition: transform .35s var(--cl-ease), box-shadow .35s var(--cl-ease); }
.cl-flow:hover { transform: translateY(-4px);
  box-shadow: 0 1px 2px rgba(15,20,25,.06), 0 34px 64px -30px rgba(15,20,25,.42), 0 40px 90px -60px rgba(0,146,215,.55); }

.cl-flow__media { position: relative; z-index: 1; line-height: 0; }
.cl-flow__media img { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover;
  transform: scale(1.03); transition: transform .6s var(--cl-ease); }
.cl-flow:hover .cl-flow__media img { transform: scale(1.07); }
/* Colour wash over the top of the photo only. */
.cl-flow__scrim { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,146,215,.18) 0%, rgba(0,146,215,0) 45%); }

/* The copy sits ON the photo and fades itself in from transparent to solid white. */
.cl-flow__body { position: relative; z-index: 2; margin-top: -7.5rem; padding: 7.5rem 1.75rem 2rem;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,.55) 2.5rem, rgba(255,255,255,.93) 5rem, #fff 6.5rem); }

.cl-flow__num { display: block; position: absolute; top: 3.5rem; left: 1.65rem;
  font-size: 4.25rem; line-height: .8; font-weight: 800; letter-spacing: -.06em;
  color: transparent; -webkit-text-stroke: 2px rgba(0,146,215,.6);
  font-variant-numeric: tabular-nums; user-select: none;
  transition: -webkit-text-stroke-color .35s var(--cl-ease), color .35s var(--cl-ease); }
.cl-flow:hover .cl-flow__num { color: rgba(0,146,215,.12); -webkit-text-stroke-color: var(--cl-accent); }

.cl-flow__body h3 { margin: 0 0 .625rem; font-size: 1.625rem; letter-spacing: -.03em; line-height: 1.1; color: var(--cl-ink); }
.cl-flow__body p { margin: 0; color: var(--cl-muted); font-size: .9375rem; line-height: 1.65; }

@media (max-width: 900px) {
  .cl-flow-grid { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.25rem; }
  .cl-flow__media img { aspect-ratio: 16/9; }
  .cl-flow__body { padding-inline: 1.5rem; }
}

/* WordPress inserts a block gap between top-level sections, which shows the page
   background as a stripe between the header, hero and the strips below it. */
.wp-site-blocks > * + * { margin-block-start: 0; }
.cl-hero { background: var(--cl-base, #FAFBFC); }

/* Longer step copy: give the cards room and keep the three equal height. */
.cl-flow__body p { font-size: .9063rem; line-height: 1.7; }
.cl-note { max-width: 62ch; }

/* Statement line sitting between the section head and the step cards. */
.cl-system__statement { margin: 2.75rem 0 0; max-width: 46ch;
  font-size: clamp(1.25rem, 1.02rem + .72vw, 1.625rem); line-height: 1.4;
  font-weight: 600; letter-spacing: -.02em; color: var(--cl-ink); }
.cl-system__statement + .cl-flow-grid { margin-top: 2.5rem; }
@media (max-width: 900px) { .cl-system__statement { margin-top: 2rem; max-width: none; } }

/* ============================================================
   Mobile hero — tuned for a phone, not a shrunken desktop.
   ============================================================ */
@media (max-width: 781px) {
  .cl-hero { padding-top: 2rem; padding-bottom: 2.75rem; }

  /* Column stack: no dead air between the copy and the photo. */
  .cl-hero__cols { gap: 1.75rem; }
  .cl-hero__cols > .wp-block-column { flex-basis: 100% !important; }

  /* Eyebrow: a compact single-line tag, never a two-line pill. */
  .cl-hero .cl-eyebrow { font-size: .625rem; letter-spacing: .1em; gap: .4375rem;
    padding: .3125rem .6875rem .3125rem .5625rem; margin-bottom: 1rem; max-width: 100%; }
  .cl-hero .cl-eyebrow::before { width: 5px; height: 5px; box-shadow: 0 0 0 2.5px rgba(0,146,215,.14); }

  /* Headline: fills the screen width, tight leading, balanced line breaks. */
  .cl-hero h1 { max-width: none !important; margin-bottom: 1rem;
    font-size: clamp(2.0625rem, 8.4vw, 2.75rem) !important;
    line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }

  /* Lead: shorter measure, a touch smaller, less grey. */
  .cl-hero .cl-lead { max-width: none; font-size: 1.0625rem; line-height: 1.55; color: var(--cl-muted); }

  /* One full-width tap target. */
  .cl-hero__actions { margin-top: 1.5rem; }
  .cl-hero__actions .wp-block-button,
  .cl-hero__actions .wp-block-button__link { width: 100%; text-align: center; }
  .cl-hero__actions .wp-block-button__link { padding-block: .9375rem; font-size: 1rem; }

  /* Calm the background so the type carries the section. */
  .cl-hero::after { -webkit-mask-image: radial-gradient(90% 45% at 50% 6%, #000 0%, transparent 72%);
    mask-image: radial-gradient(90% 45% at 50% 6%, #000 0%, transparent 72%); opacity: .7; }
  .cl-hero::before { inset: -25% -30% auto -30%; height: 620px; }
}

@media (max-width: 400px) {
  .cl-hero h1 { font-size: 2rem !important; }
  .cl-hero .cl-lead { font-size: 1rem; }
}

/* Single-column system head now that the second column is gone. */
.cl-system .cl-eyebrow { margin-bottom: .875rem; }
.cl-system h2 { margin: 0; max-width: 20ch; }
.cl-system__statement { margin-top: 1.75rem; max-width: 52ch; }
.cl-system .cl-note { font-size: 1.0625rem; }

/* ============================================================
   The Cart Launch System — clean, centred, one clear hierarchy.
   Eyebrow → heading → statement all share the same axis, and the
   statement steps back so it supports the heading instead of
   competing with it.
   ============================================================ */
.cl-system { padding-block: clamp(4rem, 3rem + 4vw, 6.5rem); }

.cl-system > .cl-eyebrow,
.cl-system > h2,
.cl-system__statement { text-align: center; margin-left: auto; margin-right: auto; }

.cl-system > .cl-eyebrow { display: flex; width: fit-content; margin-bottom: 1.125rem; }

.cl-system > h2 { max-width: 18ch; margin-bottom: 0;
  font-size: clamp(2.125rem, 1.5rem + 2.1vw, 3.25rem); line-height: 1.06; letter-spacing: -.035em; }

/* Supporting line: lighter weight, softer colour, generous measure. */
.cl-system__statement { margin-top: 1.125rem; margin-bottom: 0; max-width: 56ch;
  font-size: clamp(1.0625rem, .95rem + .38vw, 1.25rem); line-height: 1.55;
  font-weight: 400; letter-spacing: -.005em; color: var(--cl-steel); text-wrap: balance; }

.cl-system__statement + .cl-flow-grid { margin-top: clamp(2.5rem, 2rem + 1.6vw, 3.75rem); }

/* Cards: equal height, tighter internals, less dead space in the fade. */
.cl-flow-grid { align-items: stretch; }
.cl-flow__body { flex: 1 1 auto; margin-top: -6.5rem; padding: 6.5rem 1.625rem 1.875rem; }
.cl-flow__num { top: 2.75rem; left: 1.55rem; font-size: 3.75rem; -webkit-text-stroke-width: 1.75px; }
.cl-flow__body h3 { font-size: 1.5rem; margin-bottom: .5rem; }
.cl-flow__body p { font-size: .875rem; line-height: 1.68; }

/* Closing line sits on the same centred axis. */
.cl-system .cl-note { margin: clamp(2.25rem, 1.75rem + 1.4vw, 3rem) auto 0; max-width: 46ch;
  text-align: center; border-top: 0; padding-top: 0;
  font-size: clamp(1.0625rem, .95rem + .38vw, 1.25rem); font-weight: 600;
  letter-spacing: -.015em; color: var(--cl-ink); }

@media (max-width: 900px) {
  .cl-system > h2 { max-width: 16ch; }
  .cl-flow__body { margin-top: -5.5rem; padding: 5.5rem 1.5rem 1.75rem; }
  .cl-flow__num { top: 2.25rem; font-size: 3.25rem; }
}

/* Shorter step copy — bring the cards back to a comfortable reading size. */
.cl-flow__body p { font-size: .9375rem; line-height: 1.65; }

/* ============================================================
   Video testimonial cards (click-to-load YouTube facades)
   ============================================================ */
.cl-videos { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.75rem; margin-top: 2.75rem; }
.cl-video { background: #fff; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 1px 2px rgba(15,20,25,.05), 0 24px 48px -30px rgba(15,20,25,.38);
  transition: transform .3s var(--cl-ease), box-shadow .3s var(--cl-ease); }
.cl-video:hover { transform: translateY(-3px);
  box-shadow: 0 1px 2px rgba(15,20,25,.06), 0 32px 60px -30px rgba(15,20,25,.45); }

.cl-video__play { position: relative; display: block; width: 100%; padding: 0; border: 0; cursor: pointer;
  background: #0F1419; aspect-ratio: 16/9; overflow: hidden; }
.cl-video__play img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.35); transition: transform .5s var(--cl-ease), opacity .3s var(--cl-ease); }
.cl-video:hover .cl-video__play img { transform: scale(1.4); }
.cl-video__scrim { position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,20,25,0) 40%, rgba(15,20,25,.45) 100%); }
.cl-video__icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.94);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(15,20,25,.35); transition: transform .25s var(--cl-ease), background .25s var(--cl-ease); }
.cl-video__icon svg { width: 26px; height: 26px; fill: var(--cl-ink); margin-left: 2px; }
.cl-video:hover .cl-video__icon { transform: translate(-50%,-50%) scale(1.08); background: var(--cl-accent); }
.cl-video:hover .cl-video__icon svg { fill: #fff; }
.cl-video__time { position: absolute; right: .625rem; bottom: .625rem; z-index: 2;
  background: rgba(15,20,25,.82); color: #fff; font-size: .6875rem; font-weight: 600;
  padding: .1875rem .375rem; border-radius: 4px; font-variant-numeric: tabular-nums; }

.cl-video__body { padding: 1.25rem 1.375rem 1.5rem; }
.cl-video__result { margin: 0 0 .375rem; font-size: 1.0625rem; font-weight: 700; letter-spacing: -.02em; color: var(--cl-ink); }
.cl-video__body h3 { margin: 0; font-size: .875rem; font-weight: 500; line-height: 1.45; color: var(--cl-steel); }

.cl-video__play iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 900px) { .cl-videos { grid-template-columns: 1fr; gap: 1.5rem; } }
@media (min-width: 901px) and (max-width: 1100px) { .cl-videos { gap: 1.25rem; } }
.cl-videos--one { grid-template-columns: 1fr; margin-top: 0; }

/* Dealership Audit panel: month rows with a proportional loss meter. */
.cl-panel .cl-leaks li { grid-template-columns: 5.25rem 1fr auto; gap: .75rem; }
.cl-leak__name { font-weight: 600; }
.cl-leak__meter { position: relative; height: 6px; border-radius: 3px; background: #E9EDF1; overflow: hidden; }
.cl-leak__meter i { position: absolute; inset: 0 auto 0 0; display: block; border-radius: 3px;
  background: linear-gradient(90deg, var(--cl-accent), #4FBBEE); }
.cl-panel .cl-leak__val { min-width: 6.25rem; font-weight: 600; color: var(--cl-ink); }
.cl-panel__foot strong { font-variant-numeric: tabular-nums; }

/* ============================================================
   Founders — balanced two-column, photo held to a sane size,
   stats as a row under the copy instead of floating in dead space.
   ============================================================ */
.cl-founders { background: #fff; border-block: 1px solid var(--cl-border); }
.cl-founders__grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(2rem, 1rem + 3.4vw, 4.5rem); align-items: center; }

.cl-founders__photo { margin: 0; }
.cl-founders__photo img { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover;
  object-position: 50% 30%; border-radius: 20px;
  box-shadow: 0 1px 2px rgba(15,20,25,.05), 0 30px 60px -32px rgba(15,20,25,.42); }

.cl-founders__copy .cl-eyebrow { margin-bottom: 1rem; }
.cl-founders__copy h2 { margin: 0 0 1.25rem; max-width: 18ch;
  font-size: clamp(1.875rem, 1.4rem + 1.7vw, 2.75rem); line-height: 1.08; letter-spacing: -.035em; }
.cl-founders__copy .cl-lead { margin: 0 0 1rem; max-width: 46ch; }
.cl-founders__copy > p:not(.cl-lead):not(.cl-eyebrow):not(.cl-founders__sig):not(.cl-founders__cta) {
  margin: 0 0 1.25rem; max-width: 50ch; color: var(--cl-muted); font-size: 1rem; line-height: 1.7; }

.cl-founders__sig { margin: 0 0 1.75rem !important; font-size: .875rem; font-weight: 600;
  letter-spacing: -.005em; color: var(--cl-ink); }

.cl-founders__stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.25rem;
  padding: 1.5rem 0; border-top: 1px solid var(--cl-border); border-bottom: 1px solid var(--cl-border); }
.cl-founders__stats div { display: flex; flex-direction: column; gap: .25rem; }
.cl-founders__stats strong { font-size: clamp(1.375rem, 1.2rem + .6vw, 1.75rem); font-weight: 800;
  letter-spacing: -.04em; color: var(--cl-ink); line-height: 1; }
.cl-founders__stats span { font-size: .75rem; line-height: 1.35; color: var(--cl-steel); }

.cl-founders__cta { margin: 1.75rem 0 0 !important; }
.cl-founders__cta a { font-size: .9375rem; font-weight: 600; color: var(--cl-ink); text-decoration: none;
  display: inline-flex; align-items: center; gap: .4375rem; }
.cl-founders__cta a span { color: var(--cl-accent); transition: transform .2s var(--cl-ease); display: inline-block; }
.cl-founders__cta a:hover span { transform: translateX(3px); }

@media (max-width: 900px) {
  .cl-founders__grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .cl-founders__photo img { aspect-ratio: 4/3; object-position: 50% 28%; }
  .cl-founders__copy h2 { max-width: none; }
  .cl-founders__stats { grid-template-columns: 1fr; gap: 1rem; }
  .cl-founders__stats div { flex-direction: row; align-items: baseline; gap: .625rem; }
  .cl-founders__stats span { font-size: .8125rem; }
}

/* ============================================================
   Six video cards: true 16:9 thumbnails, no crop hack.
   ============================================================ */
.cl-video__play img { transform: none; }
.cl-video:hover .cl-video__play img { transform: scale(1.04); }
/* Videos without a custom 16:9 thumbnail fall back to 4:3 and get cropped. */
.cl-video__play img.is-4x3 { transform: scale(1.35); }
.cl-video:hover .cl-video__play img.is-4x3 { transform: scale(1.4); }
.cl-videos { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.5rem 1.5rem; }
@media (max-width: 1100px) and (min-width: 641px) { .cl-videos { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px) { .cl-videos { grid-template-columns: 1fr; } }

/* Closing line: one line on desktop, balanced break on small screens. */
.cl-system .cl-note { max-width: none; text-wrap: balance; }
@media (min-width: 1000px) { .cl-system .cl-note { white-space: nowrap; } }

/* ============================================================
   Outcomes — sticky statement on the left, six rules-separated
   rows on the right. Editorial, not another card grid.
   ============================================================ */
.cl-outcomes { background: #fff; border-block: 1px solid var(--cl-border);
  padding-block: clamp(4rem, 3rem + 4vw, 7rem); }

.cl-outcomes__grid { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 1.5rem + 4vw, 6rem); align-items: start; }

.cl-outcomes__aside { position: sticky; top: 7rem; }
.cl-outcomes__aside .cl-eyebrow { margin-bottom: 1rem; }
.cl-outcomes__aside h2 { margin: 0 0 1.125rem; max-width: 16ch;
  font-size: clamp(1.875rem, 1.35rem + 1.9vw, 2.875rem); line-height: 1.07; letter-spacing: -.035em; }
.cl-outcomes__aside .cl-lead { margin: 0; max-width: 40ch; font-size: 1.0625rem; line-height: 1.6; color: var(--cl-steel); }

.cl-outcomes__cta { margin: 2rem 0 0; }
.cl-outcomes__cta a { display: inline-flex; align-items: center; gap: .5rem;
  font-size: .9375rem; font-weight: 600; color: var(--cl-ink); text-decoration: none; }
.cl-outcomes__cta a span { color: var(--cl-accent); display: inline-block; transition: transform .2s var(--cl-ease); }
.cl-outcomes__cta a:hover span { transform: translateX(4px); }

/* Rows */
.cl-outcomes__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--cl-border); }
.cl-outcome { display: grid; grid-template-columns: 4.25rem 1fr; gap: 1.5rem; align-items: start;
  padding: 1.875rem 0; border-bottom: 1px solid var(--cl-border);
  transition: border-color .25s var(--cl-ease); }
.cl-outcome:hover { border-bottom-color: var(--cl-border-strong, #CFD6DD); }

.cl-outcome__num { font-size: 1.5rem; font-weight: 800; letter-spacing: -.04em; line-height: 1.25;
  color: #C3CBD4; font-variant-numeric: tabular-nums;
  transition: color .25s var(--cl-ease), transform .25s var(--cl-ease); }
.cl-outcome:hover .cl-outcome__num { color: var(--cl-accent); transform: translateX(2px); }

.cl-outcome__text h3 { margin: 0 0 .4375rem; font-size: 1.3125rem; line-height: 1.2;
  letter-spacing: -.025em; color: var(--cl-ink); }
.cl-outcome__text p { margin: 0; max-width: 52ch; font-size: .9375rem; line-height: 1.65; color: var(--cl-muted); }

@media (max-width: 900px) {
  .cl-outcomes__grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .cl-outcomes__aside { position: static; }
  .cl-outcomes__aside h2 { max-width: none; }
  .cl-outcome { grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.5rem 0; }
  .cl-outcome__num { font-size: 1.25rem; }
  .cl-outcome__text h3 { font-size: 1.1875rem; }
}

/* ============================================================
   Section seams: WordPress adds a block gap between top-level
   blocks inside page content too, which shows the page colour
   as a stripe between our full-bleed sections.
   ============================================================ */
:is(.cl-hero, .cl-marquee-wrap, .cl-section, .cl-system, .cl-outcomes, .cl-founders) + *,
* + :is(.cl-hero, .cl-marquee-wrap, .cl-section, .cl-system, .cl-outcomes, .cl-founders) {
  margin-block-start: 0 !important;
}
.wp-site-blocks > * + *,
.wp-block-post-content > .alignfull + *,
.wp-block-post-content > * + .alignfull { margin-block-start: 0 !important; }

/* ============================================================
   Results: the thumbnails carry the colour. A photo behind six
   bright thumbnails just adds noise, so the band is a flat tint.
   ============================================================ */
.cl-section--photo::before { display: none; }
.cl-section--photo::after { background: linear-gradient(180deg, #F7F9FB, #EFF3F7); }
.cl-section--photo .cl-result,
.cl-section--photo .cl-video { backdrop-filter: none; background: #fff; }

/* ============================================================
   Outcomes — blue numbers, a real button, and a soft glow so the
   section reads as designed rather than as a plain list.
   ============================================================ */
.cl-outcomes { position: relative; overflow: hidden; }
/* Soft brand glow drifting behind the list. */
.cl-outcomes::before { content: ""; position: absolute; z-index: 0; pointer-events: none;
  top: -12%; right: -14%; width: 62rem; height: 62rem; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0,146,215,.13), rgba(0,146,215,.05) 55%, rgba(0,146,215,0) 78%); }
.cl-outcomes::after { content: ""; position: absolute; z-index: 0; pointer-events: none;
  bottom: -20%; left: -10%; width: 44rem; height: 44rem; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0,146,215,.08), rgba(0,146,215,0) 72%); }
.cl-outcomes__grid { position: relative; z-index: 1; }

/* Numbers in brand blue with a faint bloom. */
.cl-outcome__num { color: var(--cl-accent);
  text-shadow: 0 0 18px rgba(0,146,215,.28);
  transition: transform .25s var(--cl-ease), text-shadow .25s var(--cl-ease); }
.cl-outcome:hover .cl-outcome__num { transform: translateX(2px); text-shadow: 0 0 26px rgba(0,146,215,.5); }

/* Rows: a whisper of blue on hover, and the rule picks up the accent. */
.cl-outcome { position: relative; padding-inline: 1rem; margin-inline: -1rem; border-radius: 12px;
  transition: background .25s var(--cl-ease), border-color .25s var(--cl-ease); }
.cl-outcome:hover { background: linear-gradient(90deg, rgba(0,146,215,.055), rgba(0,146,215,0) 70%);
  border-bottom-color: rgba(0,146,215,.35); }
.cl-outcomes__list { border-top-color: var(--cl-border); }

/* Real blue button in the aside. */
.cl-outcomes__cta a { background: var(--cl-accent); color: #fff;
  padding: .8125rem 1.375rem; border-radius: 10px; font-size: .9375rem; font-weight: 600;
  box-shadow: 0 1px 2px rgba(15,20,25,.08), 0 12px 28px -14px rgba(0,146,215,.85);
  transition: filter .2s var(--cl-ease), box-shadow .2s var(--cl-ease), transform .2s var(--cl-ease); }
.cl-outcomes__cta a:hover { color: #fff; filter: brightness(.95); transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(15,20,25,.1), 0 18px 34px -16px rgba(0,146,215,.95); }
.cl-outcomes__cta a span { color: #fff; }

@media (max-width: 900px) {
  .cl-outcomes::before { width: 34rem; height: 34rem; top: -8%; right: -30%; }
  .cl-outcomes::after { display: none; }
  .cl-outcome { padding-inline: .75rem; margin-inline: -.75rem; }
}

/* overflow:hidden on the section made it a scroll container, which disables
   position:sticky on the aside. overflow:clip clips the glows without doing that. */
.cl-outcomes { overflow: clip; }
@supports not (overflow: clip) { .cl-outcomes { overflow: visible; } }
.cl-outcomes__aside { position: sticky; top: 6.5rem; align-self: start; }
@media (max-width: 900px) { .cl-outcomes__aside { position: static; } }

/* Sticky aside: clear the header with real breathing room. */
.cl-outcomes__aside { top: 9.5rem; }
.admin-bar .cl-outcomes__aside { top: 11.5rem; }
@media (max-width: 900px) { .cl-outcomes__aside, .admin-bar .cl-outcomes__aside { top: auto; } }

/* Founders: the one-line kicker that closes the story. */
.cl-founders__kicker { margin: 0 0 1.25rem !important; max-width: none !important;
  font-size: 1.0625rem !important; font-weight: 700 !important; letter-spacing: -.015em;
  color: var(--cl-ink) !important; }

/* ============================================================
   FAQ — sticky aside, roomier rows, clearer open state.
   ============================================================ */
.cl-faq { padding-block: clamp(4rem, 3rem + 3.6vw, 6.5rem); }
.cl-faq__grid { grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr); gap: clamp(2.5rem, 1.5rem + 3.6vw, 5.5rem); }

.cl-faq__aside { position: sticky; top: 9.5rem; align-self: start; }
.admin-bar .cl-faq__aside { top: 11.5rem; }
.cl-faq__aside .cl-eyebrow { margin-bottom: 1rem; }
.cl-faq__aside h2 { max-width: 15ch; font-size: clamp(1.75rem, 1.3rem + 1.7vw, 2.625rem) !important;
  line-height: 1.09; letter-spacing: -.035em; }
.cl-faq__aside p { max-width: 34ch; font-size: 1rem !important; line-height: 1.6; margin-bottom: 1.75rem !important; }

.cl-faq details { padding: 1.375rem 0; }
.cl-faq summary { font-size: 1.125rem; }
.cl-faq details[open] summary { color: var(--cl-accent); }
.cl-faq details[open] { background: linear-gradient(90deg, rgba(0,146,215,.045), rgba(0,146,215,0) 65%);
  border-radius: 10px; padding-inline: 1rem; margin-inline: -1rem; }
.cl-faq details > *:not(summary) { margin-top: .875rem; font-size: .9375rem; color: var(--cl-muted); }

@media (max-width: 900px) {
  .cl-faq__aside, .admin-bar .cl-faq__aside { position: static; top: auto; }
  .cl-faq__aside h2, .cl-faq__aside p { max-width: none; }
}

/* Closing CTA: longer headline needs a wider measure and a touch more room. */
.cl-cta h2 { max-width: 22ch; line-height: 1.1; letter-spacing: -.035em; margin-bottom: 1.125rem !important; }
.cl-cta p { max-width: 46ch; line-height: 1.6; }
.cl-cta .wp-block-buttons { margin-top: 2rem; }

/* ============================================================
   Closing CTA — dark card, balanced two-column, dark-mode eyebrow.
   ============================================================ */
.cl-cta { padding: clamp(2.75rem, 2rem + 3vw, 4.5rem) clamp(1.75rem, 1rem + 3vw, 4rem);
  display: grid; grid-template-columns: minmax(0,1fr) auto; column-gap: clamp(2rem, 1rem + 3vw, 4.5rem);
  align-items: center; }

/* The eyebrow inherits a white pill built for light sections. On the dark card it
   needs to be a glass chip, not a white slab. */
.cl-cta .cl-eyebrow { grid-column: 1;
  background: rgba(255,255,255,.07) !important; border: 1px solid rgba(255,255,255,.16) !important;
  color: #C6CDD6 !important; box-shadow: none !important; margin: 0 0 1.25rem !important; }
.cl-cta .cl-eyebrow::before { background: var(--cl-accent);
  box-shadow: 0 0 0 3px rgba(0,146,215,.22), 0 0 12px rgba(0,146,215,.65); }

.cl-cta h2 { grid-column: 1; }
.cl-cta p:not(.cl-eyebrow) { grid-column: 1; }

/* Button moves to its own column and centres against the copy. */
.cl-cta .wp-block-buttons { grid-column: 2; grid-row: 1 / span 3; align-self: center; margin: 0 !important; }
.cl-cta .wp-block-button__link { padding: 1.0625rem 2rem; font-size: 1.0625rem; border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,.25), 0 18px 40px -18px rgba(0,146,215,.9);
  transition: transform .2s var(--cl-ease), box-shadow .2s var(--cl-ease), filter .2s var(--cl-ease); }
.cl-cta .wp-block-button__link:hover { transform: translateY(-2px); filter: brightness(1.06);
  box-shadow: 0 2px 4px rgba(0,0,0,.3), 0 26px 54px -20px rgba(0,146,215,1); }

@media (max-width: 900px) {
  .cl-cta { grid-template-columns: 1fr; row-gap: 0; }
  .cl-cta .wp-block-buttons { grid-column: 1; grid-row: auto; margin-top: 2rem !important; }
  .cl-cta .wp-block-button, .cl-cta .wp-block-button__link { width: 100%; text-align: center; }
}

/* Grid stretches its items, which blew the eyebrow chip to full width. */
.cl-cta .cl-eyebrow { justify-self: start; width: fit-content; }
.cl-cta h2, .cl-cta p:not(.cl-eyebrow) { justify-self: start; }

/* Bigger closing button — it is the last action on the page. */
.cl-cta .wp-block-button__link { padding: 1.25rem 2.75rem; font-size: 1.1875rem; font-weight: 700;
  letter-spacing: -.01em; border-radius: 14px; }
@media (max-width: 900px) { .cl-cta .wp-block-button__link { padding: 1.125rem 2rem; font-size: 1.0625rem; } }

/* ============================================================
   Booking page — LeadConnector calendar + call list
   ============================================================ */
.cl-booking { background: #fff; border: 1px solid var(--cl-border); border-radius: 18px;
  padding: .5rem; overflow: hidden;
  box-shadow: 0 1px 2px rgba(15,20,25,.05), 0 26px 52px -30px rgba(15,20,25,.4); }
.cl-booking iframe { display: block; width: 100%; min-height: 760px; border: 0; overflow: hidden; border-radius: 14px; }
@media (max-width: 782px) { .cl-booking { padding: .25rem; } .cl-booking iframe { min-height: 900px; } }

.cl-call-list { margin: 0 0 1.5rem; padding: 0; list-style: none; }
.cl-call-list li { position: relative; padding: 0 0 0 1.75rem; margin-bottom: .875rem;
  font-size: .9375rem; line-height: 1.6; color: var(--cl-muted); }
.cl-call-list li::before { content: ""; position: absolute; left: 0; top: .5rem;
  width: 8px; height: 8px; border-radius: 50%; background: var(--cl-accent);
  box-shadow: 0 0 0 3px rgba(0,146,215,.14); }

.cl-call-phone { margin-top: 1.5rem !important; font-size: .9375rem; color: var(--cl-steel); }
.cl-call-phone a { color: var(--cl-ink); font-weight: 600; }

/* About page — founder cards with real portraits. */
.cl-team__photo { margin: -1px -1px 1.25rem; }
.cl-team__photo img { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover;
  object-position: 50% 22%; border-radius: 14px; }
.is-style-card .cl-team__photo { margin: 0 0 1.25rem; }

/* Inline statement line inside body copy. */
.cl-statement { font-size: 1.375rem !important; font-weight: 700; letter-spacing: -.025em;
  color: var(--cl-ink) !important; margin: 1.5rem 0 !important; }

/* About — "How we think" principle cards. */
.cl-principles { gap: 1.5rem; }
.cl-principle { background: #fff; border: 1px solid var(--cl-border); border-radius: 18px;
  padding: 1.75rem 1.625rem 1.875rem;
  box-shadow: 0 1px 2px rgba(15,20,25,.04), 0 20px 44px -30px rgba(15,20,25,.35);
  transition: transform .28s var(--cl-ease), box-shadow .28s var(--cl-ease); }
.cl-principle:hover { transform: translateY(-3px);
  box-shadow: 0 1px 2px rgba(15,20,25,.05), 0 30px 58px -32px rgba(15,20,25,.45); }
.cl-principle__num { display: block; margin-bottom: 1rem; font-size: 1.5rem; font-weight: 800;
  letter-spacing: -.04em; color: var(--cl-accent); font-variant-numeric: tabular-nums;
  text-shadow: 0 0 16px rgba(0,146,215,.26); }
.cl-principle h3 { margin: 0 0 .5rem; font-size: 1.25rem; line-height: 1.2; letter-spacing: -.025em; color: var(--cl-ink); }
.cl-principle p { margin: 0; font-size: .9375rem; line-height: 1.65; color: var(--cl-muted); }
@media (max-width: 900px) { .cl-principles { grid-template-columns: 1fr; } }

/* CTA card: the reassurance line under the paragraph. */
.cl-cta__note { grid-column: 1; margin: 1rem 0 0 !important; font-size: .9375rem !important;
  color: #8A94A0 !important; max-width: 46ch; }

/* ============================================================
   About page — consistent rhythm, proper hierarchy.
   ============================================================ */
.cl-page-hero { padding-top: clamp(3rem, 2.25rem + 2.6vw, 5rem); padding-bottom: clamp(2.5rem, 2rem + 2.2vw, 4rem); }
.cl-page-hero h1 { font-size: clamp(2.125rem, 1.5rem + 2.4vw, 3.5rem) !important;
  line-height: 1.06; letter-spacing: -.038em; max-width: 22ch; margin-bottom: 1.25rem; }
.cl-page-hero .cl-lead { font-size: clamp(1.0625rem, .98rem + .38vw, 1.25rem); line-height: 1.55; max-width: 54ch; }
.cl-page-hero .cl-lead + p { max-width: 54ch; margin-top: 1rem; color: var(--cl-muted); font-size: 1rem; line-height: 1.65; }

/* Section headings on interior pages */
.cl-section > h2, .cl-section .wp-block-column > h2 { font-size: clamp(1.75rem, 1.35rem + 1.6vw, 2.5rem);
  line-height: 1.09; letter-spacing: -.035em; margin: 0 0 1.125rem; }
.cl-section .wp-block-column > p { max-width: 56ch; color: var(--cl-muted); font-size: 1rem; line-height: 1.7; }
.cl-section .wp-block-column > p.cl-lead { color: var(--cl-ink); }

/* "We start with the dealership." */
.cl-statement { max-width: none !important; }

/* ============ Meet the team ============ */
.cl-team .cl-eyebrow { margin-bottom: 1rem; }
.cl-team > h2 { margin-bottom: 2.25rem !important; }
.cl-team__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.75rem; max-width: 46rem; }
.cl-team__card { margin: 0; }
.cl-team__card img { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover;
  object-position: 50% 20%; border-radius: 18px;
  box-shadow: 0 1px 2px rgba(15,20,25,.05), 0 24px 48px -30px rgba(15,20,25,.4); }
.cl-team__card figcaption { display: flex; flex-direction: column; gap: .1875rem; margin-top: 1rem; }
.cl-team__card strong { font-size: 1.125rem; font-weight: 700; letter-spacing: -.02em; color: var(--cl-ink); }
.cl-team__card span { font-size: .8125rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--cl-accent); }
@media (max-width: 640px) { .cl-team__grid { grid-template-columns: 1fr; gap: 2rem; max-width: 22rem; } }

/* Stats column on About */
.cl-numbers__value { font-size: clamp(1.75rem, 1.5rem + .9vw, 2.25rem); font-weight: 800; letter-spacing: -.04em;
  line-height: 1; margin: 0 0 .3125rem !important; color: var(--cl-ink); }
.cl-numbers__label { font-size: .875rem; line-height: 1.4; color: var(--cl-steel); margin: 0 !important; max-width: 26ch; }

/* ============================================================
   Eyebrow alignment inside full-bleed sections.
   The base .cl-eyebrow sets margin:0, which beats the block layout's
   auto margins — so on an alignfull section the pill escapes to the
   viewport edge. Offset it to the content column instead.
   ============================================================ */
.cl-section > .cl-eyebrow,
.cl-team > .cl-eyebrow,
.cl-outcomes > .cl-eyebrow {
  display: flex; width: fit-content; max-width: 100%;
  margin-left: max(0px, calc((100% - var(--wp--style--global--content-size, 1200px)) / 2)) !important;
  margin-right: auto !important;
}

/* The team grid is narrower than the content column, so the block layout was
   centring it away from the heading. Pin it to the left edge instead. */
.cl-team__grid { margin-left: 0 !important; margin-right: auto !important; max-width: 40rem; }
.cl-team__card img { aspect-ratio: 1/1; object-position: 50% 18%; }
.cl-team__card figcaption { margin-top: .875rem; }
@media (max-width: 640px) { .cl-team__grid { max-width: 20rem; } }

/* ============================================================
   Photo page heroes — full-bleed image, dark scrim, white type.
   Set the image with --hero-img on the element.
   ============================================================ */
.cl-page-hero--photo { position: relative; isolation: isolate; color: #fff;
  padding-top: clamp(4.5rem, 3rem + 6vw, 9rem);
  padding-bottom: clamp(4rem, 2.75rem + 5.5vw, 8rem);
  border-bottom: 0; }

/* Full-bleed photo behind a constrained block. */
.cl-page-hero--photo::before { content: ""; position: absolute; z-index: -2;
  top: 0; bottom: 0; left: 50%; width: 100vw; margin-left: -50vw;
  background-image: var(--hero-img); background-size: cover; background-position: 62% 55%;
  background-color: #0F1419; }
/* Scrim: heavy on the left where the type sits, lighter on the right so the lot stays visible. */
.cl-page-hero--photo::after { content: ""; position: absolute; z-index: -1;
  top: 0; bottom: 0; left: 50%; width: 100vw; margin-left: -50vw;
  background:
    linear-gradient(90deg, rgba(10,14,18,.92) 0%, rgba(10,14,18,.80) 38%, rgba(10,14,18,.42) 68%, rgba(10,14,18,.30) 100%),
    linear-gradient(180deg, rgba(10,14,18,.55) 0%, rgba(10,14,18,0) 30%, rgba(10,14,18,.35) 100%); }

.cl-page-hero--photo .cl-eyebrow { background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.18) !important; color: #CBD3DB !important; box-shadow: none !important; }
.cl-page-hero--photo .cl-eyebrow::before { box-shadow: 0 0 0 3px rgba(0,146,215,.22), 0 0 12px rgba(0,146,215,.7); }

.cl-page-hero--photo h1 { color: #fff !important; max-width: 20ch;
  font-size: clamp(2.25rem, 1.5rem + 3.1vw, 4rem) !important; line-height: 1.03; letter-spacing: -.04em;
  text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.cl-page-hero--photo .cl-lead { color: #D5DCE3 !important; max-width: 52ch; }
.cl-page-hero--photo p:not(.cl-lead):not(.cl-eyebrow) { color: #A8B1BC; max-width: 52ch; }

/* Proof row under the copy. */
.cl-hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.5rem;
  margin: 2.25rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14);
  font-size: .8125rem; font-weight: 600; letter-spacing: .01em; color: #9AA4AF; }
.cl-hero-proof span { display: inline-flex; align-items: center; gap: .5rem; }
.cl-hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--cl-accent); flex: none; }
.cl-hero-proof strong { color: #fff; font-weight: 700; }

.cl-page-hero--photo .wp-block-buttons { margin-top: 2rem; }

@media (max-width: 782px) {
  .cl-page-hero--photo::after { background:
    linear-gradient(180deg, rgba(10,14,18,.72) 0%, rgba(10,14,18,.86) 55%, rgba(10,14,18,.92) 100%); }
  .cl-page-hero--photo h1 { max-width: none; }
  .cl-hero-proof { font-size: .75rem; gap: .625rem 1.125rem; }
}

/* ============================================================
   About page — whole-page pass
   ============================================================ */

/* Hero: every child left-aligned. Narrow blocks were being auto-centred,
   which indented the second paragraph away from the headline. */
.cl-page-hero > *, .cl-page-hero--photo > * { margin-left: 0 !important; margin-right: auto !important; }
.cl-page-hero--photo { padding-top: clamp(4rem, 2.75rem + 5vw, 7.5rem); padding-bottom: clamp(3.5rem, 2.5rem + 4.5vw, 6.5rem); }
.cl-page-hero--photo .cl-lead { margin-bottom: .875rem !important; }
.cl-page-hero--photo .cl-lead + p { margin-top: 0 !important; }
/* Lighter left scrim so the photo's subject stays visible. */
.cl-page-hero--photo::after { background:
  linear-gradient(90deg, rgba(10,14,18,.90) 0%, rgba(10,14,18,.72) 34%, rgba(10,14,18,.30) 64%, rgba(10,14,18,.18) 100%),
  linear-gradient(180deg, rgba(10,14,18,.5) 0%, rgba(10,14,18,0) 32%, rgba(10,14,18,.3) 100%); }

/* Two-column prose sections: fill the left well instead of leaving it empty. */
.cl-aside-note { margin: .75rem 0 0 !important; font-size: .9375rem !important;
  color: var(--cl-steel) !important; max-width: 30ch; }
.cl-section .wp-block-columns { gap: clamp(2rem, 1rem + 3.4vw, 4.5rem); }
.cl-section .wp-block-column > p.cl-lead { margin-bottom: 1.125rem; }
.cl-section .wp-block-column > p + p { margin-top: 1.125rem; }

/* Principles: tighter gap after the heading, even card heights. */
.cl-section--tint > .wp-block-spacer { height: 1.5rem !important; }
.cl-principle h3 { min-height: 2.4em; display: flex; align-items: flex-end; }
@media (max-width: 900px) { .cl-principle h3 { min-height: 0; display: block; } }

/* ============ Meet the team: heading left, portraits right ============ */
.cl-team__layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1fr);
  gap: clamp(2rem, 1rem + 3.4vw, 4.5rem); align-items: center; }
.cl-team__intro .cl-eyebrow { margin-bottom: 1rem; }
.cl-team__intro h2 { margin: 0 0 1rem; font-size: clamp(1.75rem, 1.35rem + 1.6vw, 2.5rem);
  line-height: 1.09; letter-spacing: -.035em; }
.cl-team__intro p { margin: 0; max-width: 34ch; font-size: 1rem; line-height: 1.65; color: var(--cl-muted); }
.cl-team__grid { max-width: none !important; gap: 1.5rem; }
@media (max-width: 900px) {
  .cl-team__layout { grid-template-columns: 1fr; gap: 2rem; }
  .cl-team__intro p { max-width: none; }
}

/* ============ How we work: stats sit level with the copy ============ */
.cl-numbers--stack { display: flex; flex-direction: column; gap: 1.5rem;
  background: #fff; border: 1px solid var(--cl-border); border-radius: 18px; padding: 2rem 1.75rem;
  box-shadow: 0 1px 2px rgba(15,20,25,.04), 0 22px 46px -32px rgba(15,20,25,.4); }
.cl-numbers--stack > div { padding-left: 1rem; border-left: 3px solid var(--cl-accent); }
.cl-numbers--stack .cl-numbers__value { color: var(--cl-ink); }

/* ============ CTA: the two paragraphs need separating ============ */
.cl-cta p:not(.cl-eyebrow):not(.cl-cta__note) { margin-bottom: 0 !important; }
.cl-cta__note { margin-top: 1.125rem !important; padding-top: 1.125rem;
  border-top: 1px solid rgba(255,255,255,.12); }

/* ============================================================
   Photo page heroes — LIGHT. Matches the homepage: type on a
   near-white ground at the left, photograph staying bright on the
   right. Overrides the earlier dark treatment.
   ============================================================ */
.cl-page-hero--photo { color: var(--cl-ink); border-bottom: 1px solid var(--cl-border); }

.cl-page-hero--photo::before { background-position: 68% 52%; background-color: var(--cl-base, #FAFBFC); }

/* White wash: opaque behind the copy, clearing to nothing over the photo. */
.cl-page-hero--photo::after { background:
  linear-gradient(90deg,
    rgba(250,251,252,1) 0%,
    rgba(250,251,252,.985) 30%,
    rgba(250,251,252,.86) 46%,
    rgba(250,251,252,.42) 62%,
    rgba(250,251,252,.08) 78%,
    rgba(250,251,252,0) 100%),
  linear-gradient(180deg, rgba(250,251,252,.45) 0%, rgba(250,251,252,0) 26%, rgba(250,251,252,.20) 100%); }

/* Type back to the light palette. */
.cl-page-hero--photo .cl-eyebrow { background: #fff !important; border-color: var(--cl-border) !important;
  color: var(--cl-steel) !important; box-shadow: 0 1px 2px rgba(15,20,25,.04) !important; }
.cl-page-hero--photo .cl-eyebrow::before { box-shadow: 0 0 0 3px rgba(0,146,215,.14); }
.cl-page-hero--photo h1 { color: var(--cl-ink) !important; text-shadow: none; max-width: 18ch; }
.cl-page-hero--photo .cl-lead { color: var(--cl-muted) !important; max-width: 46ch; }
.cl-page-hero--photo p:not(.cl-lead):not(.cl-eyebrow) { color: var(--cl-steel); max-width: 46ch; }

.cl-hero-proof { border-top-color: var(--cl-border); color: var(--cl-steel); max-width: 46ch; }
.cl-hero-proof strong { color: var(--cl-ink); }

@media (max-width: 900px) {
  /* Not enough width to hold copy and photo side by side — wash the whole frame. */
  .cl-page-hero--photo::after { background:
    linear-gradient(180deg, rgba(250,251,252,.94) 0%, rgba(250,251,252,.90) 55%, rgba(250,251,252,.96) 100%); }
  .cl-page-hero--photo h1, .cl-page-hero--photo .cl-lead,
  .cl-page-hero--photo p:not(.cl-lead):not(.cl-eyebrow), .cl-hero-proof { max-width: none; }
}

/* ============================================================
   Split page hero — the homepage pattern applied to inner pages.
   Copy on the left, image contained in a rounded card on the right,
   on the same soft light ground the homepage hero uses.
   ============================================================ */
.cl-splithero { position: relative; isolation: isolate; overflow: clip;
  background: var(--cl-base, #FAFBFC); border-bottom: 1px solid var(--cl-border);
  padding-top: clamp(2.75rem, 2rem + 3vw, 4.5rem);
  padding-bottom: clamp(2.75rem, 2rem + 3vw, 4.5rem); }

/* Same brand glow + grid the homepage hero carries. */
.cl-splithero::before { content: ""; position: absolute; z-index: -2; pointer-events: none;
  inset: -30% -20% auto -20%; height: 820px;
  background:
    radial-gradient(60% 55% at 64% 26%, rgba(0,146,215,.14), rgba(0,146,215,0) 68%),
    radial-gradient(40% 40% at 18% 0%, rgba(107,118,131,.10), rgba(107,118,131,0) 70%); }
.cl-splithero::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(15,20,25,.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,20,25,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(72% 62% at 48% 14%, #000 0%, transparent 78%);
  mask-image: radial-gradient(72% 62% at 48% 14%, #000 0%, transparent 78%); }

.cl-splithero__cols { align-items: center; gap: clamp(2rem, 1rem + 3.4vw, 4rem); }
.cl-splithero .wp-block-column > * { margin-left: 0 !important; margin-right: auto !important; }

.cl-splithero h1 { color: var(--cl-ink) !important; max-width: 16ch;
  font-size: clamp(2.125rem, 1.5rem + 2.5vw, 3.375rem) !important;
  line-height: 1.05; letter-spacing: -.038em; text-shadow: none; margin-bottom: 1.125rem; }
.cl-splithero .cl-lead { color: var(--cl-muted) !important; max-width: 42ch; font-size: 1.0625rem; line-height: 1.6; }
.cl-splithero p:not(.cl-lead):not(.cl-eyebrow) { color: var(--cl-steel); max-width: 42ch; font-size: 1rem; line-height: 1.65; }

/* Contained image card — matches the homepage hero media. */
.cl-splithero__media { margin: 0; }
.cl-splithero__media img { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 2px 4px rgba(15,20,25,.06), 0 30px 60px -30px rgba(15,20,25,.38),
              0 60px 120px -70px rgba(0,146,215,.35); }

/* Proof row: one line under the copy. */
.cl-splithero .cl-hero-proof { display: flex; flex-direction: row; flex-wrap: wrap;
  max-width: none; margin-top: 1.75rem; padding-top: 1.25rem;
  border-top: 1px solid var(--cl-border); color: var(--cl-steel); gap: .625rem 1.5rem; }
.cl-splithero .cl-hero-proof strong { color: var(--cl-ink); }

@media (max-width: 781px) {
  .cl-splithero__cols { gap: 1.75rem; }
  .cl-splithero__cols > .wp-block-column { flex-basis: 100% !important; }
  .cl-splithero h1, .cl-splithero .cl-lead,
  .cl-splithero p:not(.cl-lead):not(.cl-eyebrow) { max-width: none; }
  .cl-splithero__media img { aspect-ratio: 16/10; border-radius: 14px; }
}

/* Split hero is full-bleed; its inner columns stay on the content grid. */
.cl-splithero.alignfull { padding-inline: 0; }
.cl-splithero > .wp-block-columns { max-width: var(--wp--style--global--content-size, 1200px);
  margin-inline: auto !important; }
.cl-splithero.alignfull > .wp-block-columns { padding-inline: var(--wp--style--root--padding-right, 1.5rem); }

/* ============================================================
   Split hero background — rebuilt to match the homepage hero.
   The previous glow layer had a fixed height, so its bottom edge
   drew a visible horizontal line across the section.
   ============================================================ */
.cl-splithero { overflow: hidden; }

/* Glow: covers the whole section and fades out before every edge. */
.cl-splithero::before { content: ""; position: absolute; z-index: -2; pointer-events: none;
  inset: 0; height: auto; margin: 0;
  background:
    radial-gradient(115% 85% at 72% 18%, rgba(0,146,215,.15), rgba(0,146,215,0) 62%),
    radial-gradient(85% 70% at 8% 4%, rgba(107,118,131,.09), rgba(107,118,131,0) 66%); }

/* Grid: fainter, and masked so it dissolves well inside the section. */
.cl-splithero::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(15,20,25,.032) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,20,25,.032) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(78% 72% at 52% 20%, #000 0%, rgba(0,0,0,.35) 55%, transparent 82%);
  mask-image: radial-gradient(78% 72% at 52% 20%, #000 0%, rgba(0,0,0,.35) 55%, transparent 82%); }

/* Media card: same proportions and shadow as the homepage hero. */
.cl-splithero__media img { aspect-ratio: 16/11; }

/* Headline sits on three lines like the homepage, not four. */
.cl-splithero h1 { max-width: 19ch; }
@media (max-width: 781px) { .cl-splithero h1 { max-width: none; } }

/* ============================================================
   Dealer Growth Library
   ============================================================ */
.cl-libhero { position: relative; isolation: isolate; overflow: hidden;
  background: var(--cl-base, #FAFBFC); border-bottom: 1px solid var(--cl-border);
  padding-top: clamp(3rem, 2.25rem + 3vw, 5rem); padding-bottom: clamp(3rem, 2.25rem + 3vw, 5rem); }
.cl-libhero::before { content: ""; position: absolute; z-index: -2; inset: 0; pointer-events: none;
  background:
    radial-gradient(110% 80% at 70% 16%, rgba(0,146,215,.14), rgba(0,146,215,0) 62%),
    radial-gradient(80% 65% at 10% 6%, rgba(107,118,131,.08), rgba(107,118,131,0) 66%); }
.cl-libhero::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(15,20,25,.032) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,20,25,.032) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(76% 70% at 46% 22%, #000 0%, rgba(0,0,0,.35) 55%, transparent 82%);
  mask-image: radial-gradient(76% 70% at 46% 22%, #000 0%, rgba(0,0,0,.35) 55%, transparent 82%); }
.cl-libhero > * { margin-left: max(0px, calc((100% - var(--wp--style--global--content-size, 1200px)) / 2)) !important;
  margin-right: auto !important; }
.cl-libhero .cl-eyebrow { margin-bottom: 1.125rem !important; }
.cl-libhero h1 { max-width: 18ch; margin: 0 0 1.125rem;
  font-size: clamp(2.125rem, 1.5rem + 2.5vw, 3.375rem) !important; line-height: 1.05; letter-spacing: -.038em; }
.cl-libhero .cl-lead { max-width: 52ch; font-size: 1.0625rem; line-height: 1.6; color: var(--cl-muted) !important; }

.cl-library .wp-block-post-template { gap: 1.75rem !important; }
.cl-library .wp-block-query-pagination { margin-top: 3rem; gap: .75rem; font-size: .9375rem; }

/* Empty state — a real block, not a stray sentence. */
.cl-library__empty { max-width: 34rem; padding: 3rem 0 1rem; }
.cl-library__icon { display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 1.5rem;
  background: rgba(0,146,215,.09); border: 1px solid rgba(0,146,215,.18); }
.cl-library__icon svg { width: 26px; height: 26px; stroke: var(--cl-accent); }
.cl-library__empty h2 { margin: 0 0 .75rem; font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem);
  line-height: 1.12; letter-spacing: -.03em; color: var(--cl-ink); }
.cl-library__empty p { margin: 0 0 1.75rem; font-size: 1rem; line-height: 1.7; color: var(--cl-muted); }

/* The Cart Launch System head is centred; the eyebrow chip must centre with it,
   not sit at the section's left edge. */
.cl-system > .cl-eyebrow { margin-left: auto !important; margin-right: auto !important; }

/* Bigger logo in the header. */
.cl-logo img { height: 46px !important; max-height: 46px !important; }
@media (max-width: 900px) { .cl-logo img { height: 40px !important; max-height: 40px !important; } }
@media (max-width: 400px) { .cl-logo img { height: 34px !important; max-height: 34px !important; } }

/* ============================================================
   Long-form prose sections — the two-column pattern used on the
   money pages. The heading column was leaving a dead well; it now
   travels with the text and the copy gets real typographic rhythm.
   ============================================================ */
.cl-section:not(.cl-splithero):not(.cl-outcomes):not(.cl-founders) > .wp-block-columns > .wp-block-column:first-child:not(:only-child) {
  position: sticky; top: 9.5rem; align-self: start; }
.admin-bar .cl-section:not(.cl-splithero):not(.cl-outcomes):not(.cl-founders) > .wp-block-columns > .wp-block-column:first-child:not(:only-child) { top: 11.5rem; }

/* The opening paragraph of a prose column reads as a lead. */
.cl-section > .wp-block-columns > .wp-block-column:last-child > p:first-of-type {
  font-size: 1.0625rem; line-height: 1.7; color: var(--cl-ink); }

/* Sub-headed lists inside a prose column (What we work on / How we run it):
   an accent rule turns a wall of h3+p into scannable blocks. */
.cl-section > .wp-block-columns > .wp-block-column > h3 {
  position: relative; margin: 2.25rem 0 .5rem; padding-left: 1.125rem;
  font-size: 1.1875rem; line-height: 1.25; letter-spacing: -.025em; color: var(--cl-ink); }
.cl-section > .wp-block-columns > .wp-block-column > h3::before {
  content: ""; position: absolute; left: 0; top: .15em; bottom: .15em; width: 3px;
  border-radius: 2px; background: var(--cl-accent); }
.cl-section > .wp-block-columns > .wp-block-column > h3:first-child { margin-top: 0; }
.cl-section > .wp-block-columns > .wp-block-column > h3 + p { padding-left: 1.125rem; margin-top: 0; }

/* Section headings on these pages get a little more air below them. */
.cl-section > .wp-block-columns > .wp-block-column > h2 { margin-bottom: 1rem; }

@media (max-width: 900px) {
  .cl-section > .wp-block-columns > .wp-block-column:first-child:not(:only-child),
  .admin-bar .cl-section > .wp-block-columns > .wp-block-column:first-child:not(:only-child) {
    position: static !important; top: auto !important; }
}

/* Single featured video sitting in a column: it is one card, not a grid. */
.cl-videos--one { display: block; margin-top: 0; }
.cl-videos--one .cl-video { height: auto; }

/* The generic .cl-page-hero left-align rule was overriding the Library hero,
   pushing it to the viewport edge. Put it back on the content grid. */
.cl-page-hero.cl-libhero > * {
  margin-left: max(0px, calc((100% - var(--wp--style--global--content-size, 1200px)) / 2)) !important;
  margin-right: auto !important; }

/* Library cards: no featured images yet, so keep the body tidy. */
.cl-post-card .wp-block-post-featured-image:empty { display: none; }
.cl-post-card__body { padding: 1.5rem 1.5rem 1.75rem; }
.cl-post-card .wp-block-post-title { margin: .5rem 0 .625rem; font-size: 1.125rem; line-height: 1.3; letter-spacing: -.02em; }
.cl-post-card .wp-block-post-title a { color: var(--cl-ink); text-decoration: none; }
.cl-post-card .wp-block-post-title a:hover { color: var(--cl-accent); }
.cl-post-card .wp-block-post-excerpt { margin: 0; font-size: .875rem; line-height: 1.6; color: var(--cl-muted); }
.cl-post-card .wp-block-post-excerpt__more-text { display: none; }

/* .cl-page-hero::before carries a -50vw bleed margin. .cl-libhero's own layer
   inherited it, shifting the background half a screen left. Reset it. */
.cl-libhero::before, .cl-libhero::after {
  inset: 0 !important; width: auto !important; height: auto !important; margin: 0 !important; }

/* ------------------------------------------------------------
   Flow-card numerals on small screens.
   The hollow outlined numeral sits over the photo and the white
   gradient at once, so on a phone it reads as noise. Below 782px
   it becomes a solid blue chip sitting to the left of the title.
   ------------------------------------------------------------ */
@media (max-width: 782px) {
  .cl-flow__body { margin-top: -4.5rem; padding-top: 4.75rem;
    display: grid; grid-template-columns: auto 1fr; column-gap: .75rem; align-items: center; }
  .cl-flow__num {
    position: static; grid-column: 1; grid-row: 1;
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 2.25rem; height: 2.25rem; padding: 0 .625rem; margin: 0;
    border-radius: 999px;
    background: var(--cl-accent, #0092D7);
    color: #fff; -webkit-text-stroke: 0;
    font-size: 1.0625rem; font-weight: 800; line-height: 1; letter-spacing: -.01em;
    box-shadow: 0 4px 12px rgba(0,146,215,.28);
  }
  .cl-flow:hover .cl-flow__num { color: #fff; background: var(--cl-accent, #0092D7); }
  .cl-flow__body h3 { grid-column: 2; grid-row: 1; margin: 0; }
  .cl-flow__body p  { grid-column: 1 / -1; grid-row: 2; margin-top: .75rem; }
}

/* ------------------------------------------------------------
   Book a Call — mobile running order.
   Once the two columns stack, the calendar would land under a long
   block of copy. On a phone the order is: headline, calendar, then
   the detail. display:contents flattens the column wrappers so the
   heading and the booking widget can be ordered independently.
   ------------------------------------------------------------ */
@media (max-width: 781px) {
  .cl-bookhero .wp-block-columns { display: flex; flex-direction: column; gap: 0; }
  .cl-bookhero .wp-block-column { display: contents; }
  .cl-bookhero .wp-block-column > * { order: 4; }
  .cl-bookhero .wp-block-column > .cl-eyebrow { order: 1; }
  .cl-bookhero .wp-block-column > h1 { order: 2; margin-bottom: 0; }
  .cl-bookhero .wp-block-column > .cl-booking { order: 3; margin: 1.75rem 0 2.25rem; }
  .cl-bookhero .cl-lead { margin-top: 0; }
}
