/* ============================================================
   CLIENTS SPREAD  —  /about-us/clients-spread
   Sections: hero / industries grid / closing strip
============================================================ */

body { background: #fff; color: var(--navy); font-family: var(--font-sans); }

/* ------------------------------------------------------------
   1. HERO
------------------------------------------------------------ */
.csp-hero {
  padding: clamp(110px, 12vw, 170px) clamp(20px, 5vw, 80px) clamp(40px, 5vw, 64px);
  background: #fff;
  position: relative;
  overflow: hidden;
}
.csp-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 90% 10%, rgba(184,150,110,0.15), transparent 45%),
    radial-gradient(circle at 5% 100%, rgba(11,30,61,0.05), transparent 50%);
  pointer-events: none;
}
.csp-hero__wrap { position: relative; max-width: 1380px; margin: 0 auto; }

.csp-hero__crumb {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 500;
  color: rgba(11,30,61,0.55);
  margin-bottom: clamp(20px, 2.5vw, 32px);
}
.csp-hero__crumb a { color: rgba(11,30,61,0.78); text-decoration: none; transition: color 0.3s ease; }
.csp-hero__crumb a:hover { color: var(--gold); }
.csp-hero__crumb span[aria-hidden] { color: rgba(11,30,61,0.32); }

.csp-hero__row {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(32px, 4vw, 80px);
  align-items: end;
}

.csp-hero__chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px;
  border: 1px solid rgba(11,30,61,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  font-family: var(--font-sans);
  font-size: 0.74rem; font-weight: 500;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--navy);
  margin-bottom: clamp(20px, 2vw, 28px);
}
.csp-hero__chip-dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(184,150,110,0.18);
  animation: cspPulse 1.6s ease-in-out infinite;
}
@keyframes cspPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(184,150,110,0.18); }
  50%      { box-shadow: 0 0 0 8px rgba(184,150,110,0.04); }
}

.csp-hero__title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--navy);
  margin: 0 0 18px;
  max-width: 18ch;
}
.csp-hero__title em { font-style: italic; font-weight: 400; color: var(--gold); }

.csp-hero__lede {
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.65;
  color: rgba(11,30,61,0.72);
  margin: 0;
  max-width: 56ch;
}
.csp-hero__lede em { font-style: italic; color: var(--navy); font-weight: 500; }

/* Stats grid on the right */
.csp-hero__stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(11,30,61,0.10);
  border: 1px solid rgba(11,30,61,0.10);
  border-radius: 18px;
  overflow: hidden;
}
.csp-stat {
  background: #fff;
  padding: clamp(20px, 2vw, 28px);
  display: flex; flex-direction: column; gap: 4px;
  transition: background 0.4s ease;
}
.csp-stat:hover { background: #f7f5f0; }
.csp-stat__num {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.csp-stat__num em { font-style: italic; font-weight: 400; color: var(--gold); }
.csp-stat__lab {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(11,30,61,0.6);
}

@media (max-width: 900px) { .csp-hero__row { grid-template-columns: 1fr; } }


/* ------------------------------------------------------------
   2. MARQUEE SECTION  —  3 auto-scrolling rows
------------------------------------------------------------ */
.csp-marquee-sec {
  padding: clamp(60px, 7vw, 110px) 0 clamp(80px, 9vw, 130px);
  background: #f7f5f0;
  position: relative;
  overflow: hidden;
}
.csp-marquee__head {
  max-width: 1380px;
  margin: 0 auto clamp(36px, 4vw, 64px);
  padding: 0 clamp(20px, 5vw, 80px);
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 24px; align-items: end;
}
.csp-marquee__eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  border-top: 1px solid rgba(184,150,110,0.45);
  padding-top: 12px;
  margin-bottom: 12px;
}
.csp-marquee__title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0;
}
.csp-marquee__title em { font-style: italic; font-weight: 400; color: var(--gold); }
.csp-marquee__note {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(11,30,61,0.6);
  margin: 0;
  max-width: 38ch;
}
@media (max-width: 900px) { .csp-marquee__head { grid-template-columns: 1fr; } }


/* ============================================================
   ROW
============================================================ */
.csp-row {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  /* Edge fade so pills materialise from / dissolve into the bg */
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.csp-row + .csp-row { margin-top: clamp(14px, 1.4vw, 22px); }

.csp-row__track {
  display: inline-flex;
  gap: clamp(12px, 1.4vw, 20px);
  padding-right: clamp(12px, 1.4vw, 20px);   /* gap before duplicate set */
  width: max-content;
  will-change: transform;
}
/* Direction & speed (CSS var --csp-speed set per row) */
.csp-row--left  .csp-row__track { animation: csp-scroll-left  var(--csp-speed, 55s) linear infinite; }
.csp-row--right .csp-row__track { animation: csp-scroll-right var(--csp-speed, 55s) linear infinite; }

@keyframes csp-scroll-left {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
@keyframes csp-scroll-right {
  from { transform: translate3d(-50%, 0, 0); }
  to   { transform: translate3d(0, 0, 0); }
}

/* Pause on hover — across the whole row */
.csp-row:hover .csp-row__track,
.csp-row:focus-within .csp-row__track {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .csp-row__track { animation: none !important; }
}


/* ============================================================
   PILL  —  compact horizontal card (icon + name + arrow);
            description fades in on hover within same width.
============================================================ */
.csp-pill {
  position: relative;
  display: inline-flex; align-items: center;
  gap: 12px;
  padding: 14px 22px 14px 14px;
  background: #fff;
  border: 1px solid rgba(11,30,61,0.06);
  border-radius: 999px;
  white-space: nowrap;
  outline: none;
  cursor: default;
  flex-shrink: 0;
  box-shadow: 0 1px 2px rgba(11,30,61,0.04);
  transition:
    background 0.4s ease,
    color 0.4s ease,
    border-color 0.4s ease,
    border-radius 0.5s cubic-bezier(0.16,1,0.3,1),
    transform 0.4s cubic-bezier(0.16,1,0.3,1),
    box-shadow 0.45s cubic-bezier(0.16,1,0.3,1),
    padding 0.4s ease;
}

.csp-pill__icon {
  width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: #f4f3ee;
  color: var(--navy);
  flex-shrink: 0;
  transition: background 0.4s ease, color 0.4s ease, transform 0.5s cubic-bezier(0.16,1,0.3,1);
}
.csp-pill__icon svg { width: 17px; height: 17px; }

.csp-pill__name {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.005em;
  color: var(--navy);
  transition: color 0.4s ease;
}

/* Description hidden by default, expands on hover */
/* Description is intentionally hidden across all pills (default
   and toned variants). Hover state shows the pill highlight only
   - colour change + slight zoom - never the descriptive text. */
.csp-pill__desc { display: none; }

.csp-pill__arrow {
  width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: rgba(11,30,61,0.06);
  color: var(--navy);
  margin-left: 4px;
  flex-shrink: 0;
  transform: translateX(-4px);
  opacity: 0.6;
  transition:
    background 0.4s ease,
    color 0.4s ease,
    transform 0.4s cubic-bezier(0.16,1,0.3,1),
    opacity 0.4s ease;
}
.csp-pill__arrow svg { width: 11px; height: 11px; }

/* HOVER  —  default white pills flip to navy with a slight zoom.
   No shape morph (pill stays pill-shaped) and no description
   reveal — clean focus highlight only. */
.csp-pill:hover,
.csp-pill:focus-visible {
  background: var(--navy);
  border-color: rgba(184,150,110,0.6);
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 18px 36px -16px rgba(11,30,61,0.40),
    0 0 0 4px rgba(184,150,110,0.10);
}
.csp-pill:hover .csp-pill__icon,
.csp-pill:focus-visible .csp-pill__icon {
  background: var(--gold);
  color: #0b1e3d;
  transform: scale(1.10);
}
.csp-pill:hover .csp-pill__name,
.csp-pill:focus-visible .csp-pill__name { color: #fff; }
.csp-pill:hover .csp-pill__desc,
.csp-pill:focus-visible .csp-pill__desc {
  max-width: 28ch;
  opacity: 1;
  color: rgba(255,255,255,0.78);
  padding-left: 6px;
  border-left: 1px solid rgba(255,255,255,0.18);
}
.csp-pill:hover .csp-pill__arrow,
.csp-pill:focus-visible .csp-pill__arrow {
  background: var(--gold);
  color: #0b1e3d;
  opacity: 1;
  transform: translateX(0) rotate(0);
}


/* ------------------------------------------------------------
   TONED VARIANTS  —  static accent pills sprinkled in
------------------------------------------------------------ */
/* NAVY — always dark with description visible */
.csp-pill--navy {
  background: linear-gradient(135deg, #0b1e3d 0%, #14305b 100%);
  color: #fff;
  border-color: rgba(255,255,255,0.06);
}
.csp-pill--navy .csp-pill__icon { background: rgba(255,255,255,0.08); color: #fff; }
.csp-pill--navy .csp-pill__name { color: #fff; }
.csp-pill--navy .csp-pill__desc {
  max-width: 22ch;
  opacity: 1;
  color: rgba(255,255,255,0.6);
  padding-left: 6px;
  border-left: 1px solid rgba(255,255,255,0.18);
}
.csp-pill--navy .csp-pill__arrow { background: var(--gold); color: #0b1e3d; opacity: 1; transform: none; }
.csp-pill--navy:hover .csp-pill__icon { background: var(--gold); color: #0b1e3d; transform: scale(1.10); }

/* GOLD */
.csp-pill--gold {
  background: linear-gradient(135deg, #d6b88e 0%, #b8966e 100%);
  border-color: rgba(184,150,110,0.6);
}
.csp-pill--gold .csp-pill__icon { background: rgba(11,30,61,0.10); color: #0b1e3d; }
.csp-pill--gold .csp-pill__name { color: #0b1e3d; }
.csp-pill--gold .csp-pill__desc {
  max-width: 22ch; opacity: 1;
  color: rgba(11,30,61,0.7);
  padding-left: 6px;
  border-left: 1px solid rgba(11,30,61,0.18);
}
.csp-pill--gold .csp-pill__arrow { background: var(--navy); color: #fff; opacity: 1; transform: none; }
.csp-pill--gold:hover { background: linear-gradient(135deg, #cba883 0%, #a8855e 100%); }
.csp-pill--gold:hover .csp-pill__icon { background: var(--navy); color: var(--gold); transform: scale(1.10); }

/* CREAM */
.csp-pill--cream {
  background: #efe9e0;
  border-color: rgba(11,30,61,0.06);
}
.csp-pill--cream:hover { background: var(--navy); }


/* ------------------------------------------------------------
   2. (LEGACY) GRID SECTION  —  no longer used, kept hidden
------------------------------------------------------------ */
.csp-grid-sec {
  padding: clamp(40px, 5vw, 80px) clamp(20px, 5vw, 80px) clamp(80px, 9vw, 130px);
  background: #f7f5f0;
}
.csp-grid__head {
  max-width: 1380px;
  margin: 0 auto clamp(36px, 4vw, 56px);
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 24px; align-items: end;
}
.csp-grid__title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0;
}
.csp-grid__title em { font-style: italic; font-weight: 400; color: var(--gold); }
.csp-grid__note {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(11,30,61,0.6);
  margin: 0;
  max-width: 38ch;
}
@media (max-width: 900px) { .csp-grid__head { grid-template-columns: 1fr; } }

.csp-grid {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.5vw, 22px);
}
@media (max-width: 1100px) { .csp-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .csp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px)  { .csp-grid { grid-template-columns: 1fr; } }


/* ------------------------------------------------------------
   3. CARD  —  default tone
------------------------------------------------------------ */
.csp-card {
  position: relative;
  display: flex; flex-direction: column;
  justify-content: space-between;
  padding: clamp(20px, 2vw, 28px);
  background: #fff;
  border-radius: 16px;
  min-height: clamp(180px, 16vw, 220px);
  cursor: default;
  outline: none;
  overflow: hidden;
  border: 1px solid rgba(11,30,61,0.05);
  box-shadow: 0 1px 2px rgba(11,30,61,0.03);
  isolation: isolate;
  transition:
    transform 0.55s cubic-bezier(0.16,1,0.3,1),
    border-radius 0.55s cubic-bezier(0.16,1,0.3,1),
    box-shadow 0.55s cubic-bezier(0.16,1,0.3,1),
    background 0.4s ease,
    color 0.4s ease,
    border-color 0.4s ease;
}

/* Animated colour wash that sweeps across on hover */
.csp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--navy) 0%, #14305b 60%, #1d3b6c 100%);
  opacity: 0;
  transform: translateY(100%);
  transition:
    opacity 0.55s cubic-bezier(0.16,1,0.3,1),
    transform 0.6s cubic-bezier(0.16,1,0.3,1);
  z-index: 0;
}

/* Decorative corner glow */
.csp-card::after {
  content: "";
  position: absolute;
  top: -40%; right: -40%;
  width: 80%; height: 80%;
  background: radial-gradient(circle, rgba(184,150,110,0.30), transparent 60%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.csp-card > * { position: relative; z-index: 2; }

/* ICON */
.csp-card__icon {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: #f4f3ee;
  color: var(--navy);
  margin-bottom: 16px;
  transition:
    background 0.45s ease,
    color 0.45s ease,
    transform 0.5s cubic-bezier(0.16,1,0.3,1);
}
.csp-card__icon svg { width: 22px; height: 22px; }

/* ARROW — top right, fades in on hover */
.csp-card__arrow {
  position: absolute;
  top: 18px; right: 18px;
  width: 30px; height: 30px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  opacity: 0;
  transform: translate(6px, -6px) scale(0.75);
  z-index: 3;
  transition:
    opacity 0.4s ease,
    transform 0.5s cubic-bezier(0.16,1,0.3,1),
    background 0.4s ease;
}
.csp-card__arrow svg { width: 12px; height: 12px; }

/* TITLE / DESC */
.csp-card__body { display: flex; flex-direction: column; gap: 6px; }
.csp-card__title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.18;
  letter-spacing: -0.005em;
  color: var(--navy);
  margin: 0;
  transition: color 0.4s ease;
}
.csp-card__desc {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(11,30,61,0.6);
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.6s cubic-bezier(0.16,1,0.3,1),
    opacity 0.5s ease 0.05s,
    color 0.4s ease;
}

/* INDEX BADGE */
.csp-card__index {
  position: absolute;
  bottom: 14px; right: 16px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: rgba(11,30,61,0.28);
  z-index: 2;
  transition: color 0.4s ease, opacity 0.4s ease;
}

/* HOVER STATE  — default cards flip to navy */
.csp-card:hover,
.csp-card:focus-visible {
  transform: translateY(-6px);
  border-radius: 24px;
  border-color: rgba(184,150,110,0.55);
  box-shadow:
    0 28px 60px -22px rgba(11,30,61,0.34),
    0 0 0 4px rgba(184,150,110,0.10);
}
.csp-card:hover::before,
.csp-card:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}
.csp-card:hover::after,
.csp-card:focus-visible::after { opacity: 1; }

.csp-card:hover .csp-card__icon,
.csp-card:focus-visible .csp-card__icon {
  background: var(--gold);
  color: #0b1e3d;
  transform: rotate(-6deg) scale(1.08);
}
.csp-card:hover .csp-card__title,
.csp-card:focus-visible .csp-card__title { color: #fff; }
.csp-card:hover .csp-card__desc,
.csp-card:focus-visible .csp-card__desc {
  max-height: 60px;
  opacity: 1;
  color: rgba(255,255,255,0.78);
}
.csp-card:hover .csp-card__arrow,
.csp-card:focus-visible .csp-card__arrow {
  opacity: 1;
  transform: translate(0,0) scale(1);
  background: var(--gold);
  color: #0b1e3d;
}
.csp-card:hover .csp-card__index,
.csp-card:focus-visible .csp-card__index { color: rgba(184,150,110,0.85); }


/* ------------------------------------------------------------
   4. TONED VARIANTS  —  static accent cards
------------------------------------------------------------ */
/* NAVY — always dark */
.csp-card--navy {
  background: linear-gradient(165deg, #0b1e3d 0%, #14305b 100%);
  color: #fff;
  border-color: rgba(255,255,255,0.06);
}
.csp-card--navy .csp-card__icon { background: rgba(255,255,255,0.08); color: #fff; }
.csp-card--navy .csp-card__title { color: #fff; }
.csp-card--navy .csp-card__desc {
  max-height: 60px; opacity: 1;
  color: rgba(255,255,255,0.65);
}
.csp-card--navy .csp-card__arrow { background: var(--gold); color: #0b1e3d; opacity: 1; transform: none; }
.csp-card--navy .csp-card__index { color: rgba(255,255,255,0.32); }
/* override the "wash" — already navy */
.csp-card--navy::before { display: none; }
.csp-card--navy:hover .csp-card__icon { background: var(--gold); color: #0b1e3d; transform: rotate(-6deg) scale(1.08); }
.csp-card--navy:hover { box-shadow: 0 28px 60px -22px rgba(11,30,61,0.45); }

/* GOLD — always accent */
.csp-card--gold {
  background: linear-gradient(165deg, #d6b88e 0%, #b8966e 100%);
  color: #0b1e3d;
  border-color: rgba(184,150,110,0.6);
}
.csp-card--gold .csp-card__icon { background: rgba(11,30,61,0.10); color: #0b1e3d; }
.csp-card--gold .csp-card__title { color: #0b1e3d; }
.csp-card--gold .csp-card__desc {
  max-height: 60px; opacity: 1;
  color: rgba(11,30,61,0.7);
}
.csp-card--gold .csp-card__arrow { background: var(--navy); color: #fff; opacity: 1; transform: none; }
.csp-card--gold .csp-card__index { color: rgba(11,30,61,0.4); }
.csp-card--gold::before { display: none; }
.csp-card--gold:hover { box-shadow: 0 28px 60px -22px rgba(184,150,110,0.55); }
.csp-card--gold:hover .csp-card__icon { background: var(--navy); color: var(--gold); transform: rotate(-6deg) scale(1.08); }

/* CREAM — soft alt */
.csp-card--cream {
  background: #efe9e0;
  border-color: rgba(11,30,61,0.06);
}
.csp-card--cream::before {
  background: linear-gradient(135deg, #b8966e 0%, #cba883 100%);
}
.csp-card--cream:hover .csp-card__title { color: #0b1e3d; }
.csp-card--cream:hover .csp-card__desc { color: rgba(11,30,61,0.75); }
.csp-card--cream:hover .csp-card__arrow { background: var(--navy); color: #fff; }


/* ------------------------------------------------------------
   5. CLOSING
------------------------------------------------------------ */
.csp-close {
  padding: clamp(80px, 9vw, 130px) clamp(20px, 5vw, 80px);
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.csp-close::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1.4px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(ellipse at 80% 30%, #000 30%, transparent 75%);
          mask-image: radial-gradient(ellipse at 80% 30%, #000 30%, transparent 75%);
  pointer-events: none;
}
.csp-close__wrap {
  position: relative; max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 32px;
}
.csp-close__line {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
  max-width: 22ch;
}
.csp-close__line em { font-style: italic; font-weight: 400; color: var(--gold); }
.csp-close__cta {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 26px;
  background: var(--gold);
  color: #0b1e3d;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 0.92rem; font-weight: 500;
  text-decoration: none;
  transition: background 0.35s ease, gap 0.35s ease, transform 0.35s ease;
}
.csp-close__cta svg { width: 13px; height: 10px; }
.csp-close__cta:hover { background: #cba883; gap: 16px; transform: translateY(-2px); }


/* ============================================================
   Topbar legibility override for the clients-spread page.
   Same rationale as kp-culture / partners: this page has a
   light hero so the homepage's faint 33% navy gradient leaves
   the white logo + nav unreadable. Darken the gradient and add
   a backdrop blur for a clean transition into the light page.
============================================================ */
.topbar[data-state="top"] {
  background: linear-gradient(to bottom,
    rgba(11,30,61,0.82) 0%,
    rgba(11,30,61,0.55) 50%,
    rgba(11,30,61,0.0) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
