/* Changedby.AI — marketing website kit
   ============================================== */

/* =============================================================
   Changedby.AI — Colors & Type
   -------------------------------------------------------------
   Pulled from the logo (gears + wordmark) and the live site.
   British English everywhere. Palette is muted, mature, boutique —
   not "AI startup neon". Type pairs a classical display serif
   (Cormorant Garamond) with a humanist sans (Source Sans 3).
   ============================================================= */

/* cyrillic-ext */
/* cyrillic */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */


:root {
  /* --- Brand core (sampled from logo) -------------------------- */
  --brand-terracotta:     #D87860;   /* orange gear + the dot in ".AI" — primary accent */
  --brand-terracotta-ink: #B85A42;   /* darker for text on light bg / hover */
  --brand-sage:           #789060;   /* green gear */
  --brand-sage-ink:       #5C7349;
  --brand-denim:          #6090D8;   /* blue gear */
  --brand-denim-ink:      #4574B8;

  /* Soft tints — the "thinking aura" behind the head in the logo */
  --aura-rose:    #F0D8D8;
  --aura-mint:    #D8F0D8;
  --aura-sky:     #D8F0F0;
  --aura-sand:    #F0E8D8;

  /* --- Neutrals — warm greys, not cool slate --------------------- */
  --paper:    #FAF8F5;   /* page background, slightly warm */
  --paper-2:  #F4F1EC;   /* alternating section / card surface */
  --paper-3:  #ECE7DF;   /* hairline-divider tint */
  --bone:     #FFFFFF;
  --ink-1:    #2A2724;   /* primary text — near-black, warm */
  --ink-2:    #4A4641;   /* secondary text */
  --ink-3:    #6E6862;   /* tertiary, captions */
  --ink-4:    #9A938B;   /* disabled, faint metadata */
  --rule:     #D9D2C7;   /* dividers, borders */
  --rule-soft:#E8E2D8;

  /* --- Semantic foreground / background pairings ---------------- */
  --fg-1: var(--ink-1);
  --fg-2: var(--ink-2);
  --fg-3: var(--ink-3);
  --fg-4: var(--ink-4);
  --fg-accent: var(--brand-terracotta-ink);
  --fg-on-brand: #FFFFFF;

  --bg-page:    var(--paper);
  --bg-surface: var(--bone);
  --bg-sunken:  var(--paper-2);
  --bg-tint:    var(--paper-3);

  /* Status — kept muted to match brand */
  --signal-pos:  #5C7349;   /* compliance / on-track — sage-ink */
  --signal-warn: #C68A3C;   /* mustard, audit-flag */
  --signal-neg:  #B14A3B;   /* terracotta-ink leaning red */
  --signal-info: #4574B8;   /* denim-ink */

  /* --- Type families -------------------------------------------- */
  --font-display: "Cormorant Garamond", "EB Garamond", Georgia, "Times New Roman", serif;
  --font-body:    "Source Sans 3", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono:    "JetBrains Mono", "SFMono-Regular", Menlo, Consolas, monospace;

  /* --- Type scale ---------------------------------------------- */
  /* Display sizes lean hero-large; body sizes generous for executive readers */
  --fs-display-1: clamp(48px, 6.4vw, 88px);
  --fs-display-2: clamp(36px, 4.6vw, 64px);
  --fs-h1: 44px;
  --fs-h2: 32px;
  --fs-h3: 24px;
  --fs-h4: 20px;
  --fs-eyebrow: 13px;   /* uppercase labels, e.g. "CAPABILITIES" */
  --fs-body-lg: 19px;
  --fs-body:    17px;
  --fs-small:   15px;
  --fs-caption: 13px;
  --fs-mono:    14px;

  --lh-tight: 1.08;
  --lh-snug:  1.25;
  --lh-body:  1.55;
  --lh-loose: 1.7;

  --tracking-eyebrow: 0.16em;   /* the site uppercases section labels */
  --tracking-tight:   -0.01em;
  --tracking-display: -0.015em;

  /* --- Spacing / radii / elevation ------------------------------ */
  /* 4px base — matches a calm editorial rhythm */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;     /* default — buttons, inputs, cards */
  --radius-lg: 12px;
  --radius-pill: 999px;

  --border-1: 1px solid var(--rule);
  --border-soft: 1px solid var(--rule-soft);
  --border-strong: 1px solid var(--ink-2);

  /* Soft, paper-like elevation. No glassy blue glows. */
  --shadow-1: 0 1px 2px rgba(42, 39, 36, 0.04), 0 1px 1px rgba(42, 39, 36, 0.03);
  --shadow-2: 0 4px 12px rgba(42, 39, 36, 0.06), 0 1px 2px rgba(42, 39, 36, 0.04);
  --shadow-3: 0 12px 32px rgba(42, 39, 36, 0.08), 0 2px 6px rgba(42, 39, 36, 0.05);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,0.7), inset 0 -1px 0 rgba(42,39,36,0.04);

  /* Motion — sober, no bounces */
  --ease-standard: cubic-bezier(0.2, 0.0, 0.2, 1);
  --ease-out:      cubic-bezier(0.0, 0.0, 0.2, 1);
  --dur-fast:   120ms;
  --dur-base:   200ms;
  --dur-slow:   320ms;
}

/* =============================================================
   Base / element defaults
   ============================================================= */

html, body {
  background: var(--bg-page);
  color: var(--fg-1);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Display / headings — Cormorant for h1/h2 hero moments,
   sans for h3+ admin headings. This matches the site's mood:
   serif for the BIG claims, sans for the structure. */
h1, .h1, .display-1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--fs-display-1);
  line-height: var(--lh-tight);
  letter-spacing: var(--tracking-display);
  color: var(--fg-1);
  margin: 0 0 var(--space-5);
  text-wrap: pretty;
}
h2, .h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--fs-h2);
  line-height: var(--lh-snug);
  letter-spacing: var(--tracking-tight);
  color: var(--fg-1);
  margin: 0 0 var(--space-4);
  text-wrap: pretty;
}
h3, .h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--fs-h3);
  line-height: var(--lh-snug);
  color: var(--fg-1);
  margin: 0 0 var(--space-3);
}
h4, .h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--fs-h4);
  line-height: var(--lh-snug);
  color: var(--fg-1);
  margin: 0 0 var(--space-3);
}

p {
  margin: 0 0 var(--space-4);
  color: var(--fg-2);
  text-wrap: pretty;
}

.lead {
  font-size: var(--fs-body-lg);
  line-height: var(--lh-body);
  color: var(--fg-2);
  max-width: 62ch;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--tracking-eyebrow);
  color: var(--fg-3);
}

a {
  color: var(--brand-terracotta-ink);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-terracotta-ink) 30%, transparent);
  transition: color var(--dur-fast) var(--ease-standard),
              border-color var(--dur-fast) var(--ease-standard);
}
a:hover { color: var(--ink-1); border-bottom-color: var(--ink-1); }

small, .caption {
  font-size: var(--fs-caption);
  color: var(--fg-3);
  line-height: var(--lh-snug);
}

code, kbd, samp {
  font-family: var(--font-mono);
  font-size: var(--fs-mono);
  background: var(--paper-2);
  padding: 0.1em 0.35em;
  border-radius: var(--radius-xs);
  color: var(--ink-1);
}

hr {
  border: 0;
  border-top: var(--border-soft);
  margin: var(--space-7) 0;
}

::selection {
  background: color-mix(in oklab, var(--brand-terracotta) 35%, transparent);
  color: var(--ink-1);
}

/* fallback */

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg-page); }

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

/* ---- Header ---- */
.cb-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 48px;
  background: var(--bg-page);
  border-bottom: 1px solid var(--rule-soft);
  position: sticky; top: 0; z-index: 10;
  backdrop-filter: blur(8px);
}
.cb-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; border: 0; }
.cb-brand__mark { width: 32px; height: auto; }
.cb-brand__word {
  font-family: var(--font-display); font-weight: 500; font-size: 22px;
  color: var(--ink-1); letter-spacing: -0.01em;
}
.cb-brand__dot { color: var(--brand-terracotta); }
.cb-nav { display: flex; gap: 32px; }
.cb-nav__link {
  font-family: var(--font-body); font-size: 14px; color: var(--ink-2);
  text-decoration: none; border: 0; padding: 6px 0;
  transition: color 120ms var(--ease-standard);
}
.cb-nav__link:hover { color: var(--ink-1); }
.cb-nav__link.is-active {
  color: var(--brand-terracotta-ink);
  border-bottom: 2px solid var(--brand-terracotta);
}

/* ---- Buttons ---- */
.cb-btn {
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 12px 22px; border-radius: 6px; border: 1px solid transparent;
  text-decoration: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  white-space: nowrap; line-height: 1;
  transition: all 200ms var(--ease-standard);
}
.cb-btn--sm { padding: 8px 14px; font-size: 13px; }
.cb-btn--primary { background: var(--brand-terracotta); color: #fff; }
.cb-btn--primary:hover { background: var(--brand-terracotta-ink); color: #fff; border-color: transparent; }
.cb-btn--secondary { background: var(--bg-surface); color: var(--ink-1); border-color: var(--rule); }
.cb-btn--secondary:hover { border-color: var(--ink-2); }

/* ---- Hero ---- */
.cb-hero {
  padding: 72px 48px 56px;
  background: var(--bg-page);
  border-bottom: 1px solid var(--rule-soft);
}
.cb-hero__inner { max-width: 980px; margin: 0 auto; }
.cb-hero__claim {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(40px, 5vw, 72px); line-height: 1.08;
  letter-spacing: -0.015em; color: var(--ink-1);
  margin: 0 0 28px; text-wrap: pretty;
}
.cb-hero__claim em { font-style: italic; color: var(--brand-terracotta-ink); }
.cb-hero__body {
  font-size: 19px; line-height: 1.6; color: var(--ink-2);
  max-width: 62ch; margin: 0 0 16px;
}
.cb-hero__lede {
  font-size: 19px; line-height: 1.6; color: var(--ink-1);
  max-width: 62ch; margin: 0 0 32px; font-weight: 500;
}

/* ---- Section ---- */
.cb-section { padding: 60px 48px; }
.cb-section--paper { background: var(--paper); }
.cb-section--sunken { background: var(--paper-2); }
.cb-section__inner { max-width: 1100px; margin: 0 auto; }
.cb-eyebrow {
  font-family: var(--font-body); font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--fg-3);
  margin-bottom: 12px;
}
.cb-section__title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(28px, 3.6vw, 44px); line-height: 1.15;
  letter-spacing: -0.01em; color: var(--ink-1);
  margin: 0 0 28px; max-width: 22ch; text-wrap: pretty;
}
.cb-section__lede { font-size: 18px; color: var(--ink-2); max-width: 62ch; line-height: 1.55; margin: 0 0 40px; }
.cb-section__cta { margin-top: 40px; }

/* ---- Capability tiles ---- */
.cb-tiles {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  margin-top: 16px;
}
.cb-tile {
  background: var(--bg-surface); border: 1px solid var(--rule-soft);
  border-radius: 12px; padding: 32px;
  box-shadow: var(--shadow-1);
  transition: box-shadow 200ms var(--ease-standard);
}
.cb-tile:hover { box-shadow: var(--shadow-2); }
.cb-tile__icon { font-size: 40px; color: var(--ink-2); margin-bottom: 16px; }
.cb-tile__title {
  font-family: var(--font-body); font-weight: 600; font-size: 20px;
  color: var(--ink-1); margin: 0 0 10px;
}
.cb-tile__body { font-size: 15px; line-height: 1.55; color: var(--ink-3); margin: 0; }

/* ---- Value tiles (why work with me) ---- */
.cb-vtiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.cb-vtile {
  background: var(--bg-surface); border-radius: 12px; padding: 28px;
  border: 1px solid var(--rule-soft);
}
.cb-vtile__icon { font-size: 36px; color: var(--brand-terracotta); margin-bottom: 14px; }
.cb-vtile__title {
  font-family: var(--font-body); font-weight: 600; font-size: 19px;
  color: var(--ink-1); margin: 0 0 8px;
}
.cb-vtile__body { font-size: 15px; line-height: 1.6; color: var(--ink-3); margin: 0; }

/* ---- Clients ---- */
.cb-clients {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.cb-client {
  background: var(--bg-surface); border: 1px solid var(--rule-soft);
  border-radius: 8px; aspect-ratio: 16 / 9;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; padding: 16px;
}
.cb-client__abbr {
  font-family: var(--font-display); font-weight: 600; font-size: 28px;
  color: var(--ink-2); letter-spacing: 0.01em;
}
.cb-client__name { font-size: 11px; color: var(--fg-3); font-family: var(--font-mono); }
.cb-clients__note {
  text-align: center; font-size: 12px; color: var(--fg-4);
  font-style: italic; margin-top: 32px;
}

/* ---- Footer ---- */
.cb-footer { background: var(--ink-1); padding: 48px; color: #d9d2c7; }
.cb-footer__inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; flex-wrap: wrap; }
.cb-footer__copy { font-family: var(--font-display); font-size: 18px; color: #ece7df; font-weight: 500; }
.cb-footer__links { display: flex; flex-direction: column; gap: 10px; }
.cb-footer__link {
  display: inline-flex; align-items: center; gap: 10px;
  color: #d9d2c7; text-decoration: none; font-size: 14px; border: 0;
  transition: color 120ms var(--ease-standard);
}
.cb-footer__link:hover { color: #fff; }
.cb-footer__link .material-symbols-outlined { font-size: 18px; color: var(--brand-terracotta); }

/* =============================================================
   Fonts — self-hosted (no external requests)
   ============================================================= */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/cormorant-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/cormorant-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/cormorant-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/cormorant-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/sourcesans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/sourcesans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/sourcesans-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/sourcesans-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* =============================================================
   Icons — inline SVG
   ============================================================= */
.cb-icon { width: 1em; height: 1em; display: inline-block; vertical-align: -0.125em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cb-tile__icon .cb-icon, .cb-vtile__icon .cb-icon { width: 1em; height: 1em; }
.cb-tile__icon { font-size: 40px; color: var(--ink-2); margin-bottom: 16px; display: block; }
.cb-vtile__icon { font-size: 36px; color: var(--brand-terracotta); margin-bottom: 14px; display: block; }
.cb-footer__link .cb-icon { font-size: 18px; color: var(--brand-terracotta); flex: none; }

/* =============================================================
   Header — dropdown navigation + mobile
   ============================================================= */
.cb-nav__item { position: relative; display: flex; align-items: center; }
.cb-nav__link { display: inline-flex; align-items: center; gap: 5px; }
.cb-nav__caret { width: 10px; height: 10px; stroke-width: 2.2; opacity: 0.6; }
.cb-dropdown {
  position: absolute; top: 100%; left: -16px; min-width: 240px;
  background: var(--bg-surface); border: 1px solid var(--rule-soft);
  border-radius: var(--radius-md); box-shadow: var(--shadow-2);
  padding: 8px; display: none; z-index: 30;
}
.cb-nav__item:hover .cb-dropdown,
.cb-nav__item:focus-within .cb-dropdown { display: block; }
.cb-dropdown a {
  display: block; padding: 9px 12px; border: 0; border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 14px; color: var(--ink-2);
}
.cb-dropdown a:hover { background: var(--paper-2); color: var(--ink-1); }
.cb-dropdown a.is-active { color: var(--brand-terracotta-ink); font-weight: 600; }
.cb-nav-toggle { display: none; background: none; border: 0; cursor: pointer; color: var(--ink-1); padding: 8px; }
.cb-nav-toggle .cb-icon { font-size: 26px; }

/* =============================================================
   Page hero (subpages)
   ============================================================= */
.cb-page-hero { padding: 52px 48px 40px; background: var(--bg-page); border-bottom: 1px solid var(--rule-soft); }
.cb-page-hero__inner { max-width: 1100px; margin: 0 auto; }
.cb-page-hero__title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(34px, 4.6vw, 60px); line-height: 1.1;
  letter-spacing: -0.015em; color: var(--ink-1); margin: 0 0 20px; max-width: 24ch; text-wrap: pretty;
}
.cb-page-hero__title em { font-style: italic; color: var(--brand-terracotta-ink); }
.cb-page-hero__lede { font-size: 19px; line-height: 1.6; color: var(--ink-2); max-width: 66ch; margin: 0; }
.cb-page-hero__cta { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }

/* Sibling page pills */
.cb-pagenav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; }
.cb-pagenav a {
  font-family: var(--font-body); font-size: 14px; font-weight: 600;
  padding: 8px 16px; border: 1px solid var(--rule); border-radius: var(--radius-pill);
  color: var(--ink-2); background: var(--bg-surface);
  transition: all var(--dur-fast) var(--ease-standard);
}
.cb-pagenav a:hover { border-color: var(--ink-2); color: var(--ink-1); }
.cb-pagenav a.is-active { background: var(--brand-terracotta); border-color: var(--brand-terracotta); color: #fff; }

/* =============================================================
   Prose / article
   ============================================================= */
.cb-prose { max-width: 70ch; }
.cb-prose p { font-size: 17px; line-height: 1.65; color: var(--ink-2); margin: 0 0 20px; }
.cb-prose strong { color: var(--ink-1); }
.cb-prose ul { margin: 0 0 20px; padding-left: 2px; list-style: none; }
.cb-prose li { position: relative; padding-left: 22px; margin-bottom: 8px; font-size: 16px; line-height: 1.6; color: var(--ink-2); }
.cb-prose li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 8px; height: 8px; border-radius: 50%; background: var(--brand-terracotta); opacity: 0.85; }

/* =============================================================
   Service cards
   ============================================================= */
.cb-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 8px; }
.cb-svc-grid--2 { grid-template-columns: repeat(2, 1fr); }
.cb-svc {
  background: var(--bg-surface); border: 1px solid var(--rule-soft);
  border-radius: 12px; padding: 28px; box-shadow: var(--shadow-1);
}
.cb-svc__kicker { font-family: var(--font-body); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--brand-terracotta-ink); margin-bottom: 10px; }
.cb-svc__title { font-family: var(--font-body); font-weight: 600; font-size: 19px; color: var(--ink-1); margin: 0 0 10px; }
.cb-svc__body { font-size: 15px; line-height: 1.6; color: var(--ink-3); margin: 0 0 14px; }
.cb-svc ul { margin: 0; padding: 0; list-style: none; }
.cb-svc li { position: relative; padding-left: 20px; margin-bottom: 7px; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.cb-svc li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-terracotta); opacity: 0.85; }

/* Group heading between service card rows */
.cb-svc-group { margin: 48px 0 20px; }
.cb-svc-group:first-of-type { margin-top: 0; }
.cb-svc-group h3 { font-family: var(--font-display); font-weight: 500; font-size: 28px; color: var(--ink-1); margin: 0; }

/* =============================================================
   Pull-quote — aura background, italic Cormorant
   ============================================================= */
.cb-quote {
  background: var(--aura-sand); border-radius: var(--radius-lg);
  padding: 40px 44px; margin: 8px 0;
}
.cb-quote blockquote {
  margin: 0 0 18px; font-family: var(--font-display); font-style: italic;
  font-weight: 500; font-size: clamp(20px, 2.2vw, 26px); line-height: 1.4; color: var(--ink-1);
}
.cb-quote figcaption { font-family: var(--font-body); font-size: 14px; color: var(--ink-3); }
.cb-quote figcaption strong { color: var(--ink-2); }

/* =============================================================
   Experience cards
   ============================================================= */
.cb-exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cb-exp {
  background: var(--bg-surface); border: 1px solid var(--rule-soft);
  border-radius: 12px; padding: 24px; box-shadow: var(--shadow-1);
  display: flex; flex-direction: column; gap: 6px;
}
.cb-exp__role { font-family: var(--font-body); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--brand-terracotta-ink); }
.cb-exp__org { font-family: var(--font-display); font-weight: 600; font-size: 21px; color: var(--ink-1); line-height: 1.25; }
.cb-exp__what { font-size: 14.5px; line-height: 1.5; color: var(--ink-3); }

/* =============================================================
   FAQ accordion
   ============================================================= */
.cb-faq { max-width: 820px; }
.cb-faq details {
  background: var(--bg-surface); border: 1px solid var(--rule-soft);
  border-radius: var(--radius-md); margin-bottom: 12px; box-shadow: var(--shadow-1);
}
.cb-faq summary {
  cursor: pointer; list-style: none; display: flex; align-items: center; gap: 12px;
  padding: 18px 22px; font-family: var(--font-body); font-weight: 600; font-size: 16px; color: var(--ink-1);
}
.cb-faq summary::-webkit-details-marker { display: none; }
.cb-faq summary::before { content: "▸"; color: var(--brand-terracotta); font-size: 14px; transition: transform var(--dur-fast) var(--ease-standard); }
.cb-faq details[open] summary::before { transform: rotate(90deg); }
.cb-faq .cb-faq__a { padding: 0 22px 20px 44px; font-size: 15.5px; line-height: 1.6; color: var(--ink-2); }
.cb-faq .cb-faq__a p { margin: 0 0 12px; }
.cb-faq .cb-faq__a p:last-child { margin-bottom: 0; }

/* =============================================================
   Contact cards & info
   ============================================================= */
.cb-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 8px 0 40px; }
.cb-contact {
  background: var(--bg-surface); border: 1px solid var(--rule-soft);
  border-radius: 12px; padding: 26px; text-align: center; box-shadow: var(--shadow-1);
}
.cb-contact .cb-icon { font-size: 30px; color: var(--brand-terracotta); margin-bottom: 10px; }
.cb-contact__label { font-family: var(--font-body); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--fg-3); margin-bottom: 6px; }
.cb-contact a { font-size: 16px; font-weight: 600; }
.cb-company-note { font-size: 14px; color: var(--fg-3); line-height: 1.7; }

/* =============================================================
   Portrait / about layout
   ============================================================= */
.cb-about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 56px; align-items: start; }
.cb-portrait { width: 100%; max-width: 340px; border-radius: var(--radius-lg); border: 1px solid var(--rule-soft); box-shadow: var(--shadow-2); }
.cb-about-side { display: flex; flex-direction: column; gap: 28px; }
.cb-fact-block h4 { font-family: var(--font-body); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--fg-3); margin: 0 0 10px; }
.cb-fact-block ul { margin: 0; padding: 0; list-style: none; }
.cb-fact-block li { position: relative; padding-left: 20px; margin-bottom: 7px; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.cb-fact-block li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-terracotta); opacity: 0.85; }

/* =============================================================
   Radar promo / stat tiles
   ============================================================= */
.cb-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 8px 0 32px; }
.cb-stat {
  background: var(--bg-surface); border: 1px solid var(--rule-soft);
  border-radius: 12px; padding: 28px; text-align: center; box-shadow: var(--shadow-1);
}
.cb-stat__num { font-family: var(--font-display); font-weight: 500; font-size: clamp(38px, 4vw, 54px); color: var(--brand-terracotta-ink); line-height: 1.05; margin-bottom: 10px; }
.cb-stat__cap { font-size: 14px; line-height: 1.5; color: var(--ink-3); }

.cb-radar-flex { display: grid; grid-template-columns: 1.5fr 1fr; gap: 56px; align-items: center; }
.cb-radar-art { display: flex; justify-content: center; }
.cb-radar-art svg { width: 100%; max-width: 320px; height: auto; }

/* Steps (Assess / Ask / Act style) */
.cb-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cb-step { background: var(--bg-surface); border: 1px solid var(--rule-soft); border-radius: 12px; padding: 28px; box-shadow: var(--shadow-1); }
.cb-step__label { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 24px; color: var(--brand-terracotta-ink); margin-bottom: 10px; }
.cb-step__body { font-size: 15px; line-height: 1.6; color: var(--ink-3); }

/* Footer LinkedIn + misc */
.cb-footer__legal { font-size: 12.5px; color: #9a938b; margin-top: 10px; line-height: 1.6; }
.cb-inline-link-list { display: flex; gap: 22px; flex-wrap: wrap; }

/* =============================================================
   Responsive
   ============================================================= */
@media (max-width: 1000px) {
  .cb-tiles, .cb-svc-grid, .cb-exp-grid, .cb-steps, .cb-contact-grid, .cb-stats { grid-template-columns: repeat(2, 1fr); }
  .cb-clients { grid-template-columns: repeat(3, 1fr); }
  .cb-about-grid, .cb-radar-flex { grid-template-columns: 1fr; }
  .cb-radar-art { order: -1; }
}
@media (max-width: 720px) {
  .cb-header { padding: 14px 20px; }
  .cb-header > .cb-btn { display: none; }
  .cb-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--bg-page);
    border-bottom: 1px solid var(--rule-soft); padding: 10px 20px 18px;
    box-shadow: var(--shadow-2);
  }
  .cb-nav.is-open { display: flex; }
  .cb-nav__item { flex-direction: column; align-items: flex-start; }
  .cb-nav__link { padding: 12px 0; font-size: 16px; }
  .cb-dropdown { position: static; display: block; border: 0; box-shadow: none; background: transparent; padding: 0 0 6px 14px; min-width: 0; }
  .cb-nav-toggle { display: inline-flex; }
  .cb-hero { padding: 44px 20px 36px; }
  .cb-page-hero { padding: 36px 20px 30px; }
  .cb-section { padding: 40px 20px; }
  .cb-footer { padding: 40px 20px; }
  .cb-tiles, .cb-vtiles, .cb-svc-grid, .cb-exp-grid, .cb-steps, .cb-contact-grid, .cb-stats { grid-template-columns: 1fr; }
  .cb-clients { grid-template-columns: repeat(2, 1fr); }
  .cb-quote { padding: 28px 24px; }
}

/* Wide brand logo (transparent) */
.cb-brand__logo { height: 68px; width: auto; display: block; }
@media (max-width: 720px) { .cb-brand__logo { height: 52px; } }

/* Client logos */
.cb-client { background: #fff; }
.cb-client__logo {
  max-width: 72%; max-height: 56px; width: auto; height: auto;
  object-fit: contain;
  filter: grayscale(1) opacity(0.72);
  transition: filter var(--dur-base) var(--ease-standard);
}
.cb-client:hover .cb-client__logo { filter: grayscale(0) opacity(1); }

/* =============================================================
   Motion — radar animation + scroll reveal (sober, radar-matched)
   ============================================================= */
@keyframes cb-radar-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes cb-radar-pulse { 0%, 100% { opacity: 0.45; transform: scale(0.85); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes cb-radar-ping { 0% { transform: scale(0.2); opacity: 0.7; } 70%, 100% { transform: scale(2.6); opacity: 0; } }
@keyframes cb-hero-in { to { opacity: 1; transform: none; } }

.cb-anim .cb-radar-sweep { animation: cb-radar-spin 7s linear infinite; transform-origin: 150px 150px; transform-box: view-box; }
.cb-anim .cb-radar-dot { animation: cb-radar-pulse 2.8s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
.cb-anim .cb-radar-dot--d2 { animation-delay: 0.7s; }
.cb-anim .cb-radar-dot--d3 { animation-delay: 1.4s; }
.cb-anim .cb-radar-dot--d4 { animation-delay: 2.1s; }
.cb-anim .cb-radar-ping { animation: cb-radar-ping 3.5s ease-out infinite; transform-origin: center; transform-box: fill-box; }

/* Hero enters on page load */
.cb-anim .cb-hero__inner > *,
.cb-anim .cb-page-hero__inner > * {
  opacity: 0; transform: translateY(14px);
  animation: cb-hero-in 0.6s var(--ease-out) forwards;
}
.cb-anim .cb-hero__inner > *:nth-child(2), .cb-anim .cb-page-hero__inner > *:nth-child(2) { animation-delay: 0.08s; }
.cb-anim .cb-hero__inner > *:nth-child(3), .cb-anim .cb-page-hero__inner > *:nth-child(3) { animation-delay: 0.16s; }
.cb-anim .cb-hero__inner > *:nth-child(4), .cb-anim .cb-page-hero__inner > *:nth-child(4) { animation-delay: 0.24s; }
.cb-anim .cb-hero__inner > *:nth-child(5), .cb-anim .cb-page-hero__inner > *:nth-child(5) { animation-delay: 0.32s; }

/* Scroll reveal */
.cb-anim .cb-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out); }
.cb-anim .cb-reveal.is-visible { opacity: 1; transform: none; }
.cb-anim .cb-reveal-item { opacity: 0; transform: translateY(14px); transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out); }
.cb-anim .cb-reveal.is-visible .cb-reveal-item { opacity: 1; transform: none; }

/* Hover micro-interactions (cb-in is added after the reveal completes) */
.cb-anim .cb-in { transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out) !important; }
.cb-anim .cb-in:hover { transform: translateY(-4px) !important; box-shadow: 0 14px 30px rgba(42, 39, 36, 0.09); }
.cb-anim .cb-btn { transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), background 0.25s var(--ease-out), color 0.25s var(--ease-out), border-color 0.25s var(--ease-out); }
.cb-anim .cb-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(42, 39, 36, 0.12); }
.cb-anim .cb-pagenav a { transition: background 0.25s var(--ease-out), color 0.25s var(--ease-out), border-color 0.25s var(--ease-out); }

/* Soft cross-page fade (View Transitions API; ignored by unsupported browsers) */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: cb-vt-out 0.2s ease both; }
::view-transition-new(root) { animation: cb-vt-in 0.28s ease both; }
@keyframes cb-vt-out { to { opacity: 0; } }
@keyframes cb-vt-in { from { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  .cb-radar-sweep, .cb-radar-dot, .cb-radar-ping { animation: none !important; }
  .cb-hero__inner > *, .cb-page-hero__inner > * { opacity: 1 !important; transform: none !important; animation: none !important; }
  .cb-reveal, .cb-reveal-item { opacity: 1 !important; transform: none !important; transition: none !important; }
  .cb-in, .cb-btn { transition: none !important; }
  .cb-in:hover, .cb-btn:hover { transform: none !important; box-shadow: none !important; }
  @view-transition { navigation: none; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none !important; }
}
