/* ==========================================================================
   Dabotek — Design System
   Built to the Dabotek Website Playbook.
   Palette, type and spacing are tokenised; components below are the ONLY
   approved building blocks. Do not introduce ad-hoc CSS in page files.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Fonts (self-hosted — no third-party requests, no FOUT flash of fallback)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/manrope-latin-500-normal.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/manrope-latin-600-normal.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/manrope-latin-700-normal.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/manrope-latin-800-normal.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'InterVar';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-latin-400-normal.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'InterVar';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-latin-500-normal.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'InterVar';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-latin-600-normal.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   2. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand palette — sampled from the supplied logo */
  --indigo: #242263;          /* Dabotek Indigo — primary */
  --indigo-deep: #1a1849;     /* Derived: dark surfaces, hover on indigo */
  --indigo-soft: #edeef6;     /* Derived: pale indigo wash */
  --teal: #00a2c4;            /* Signal Teal — rules, icons, non-text accents */
  --teal-text: #00728b;       /* Derived: AA-safe teal for small text on light */
  --teal-deep: #005f75;       /* Derived: hover state for teal text */
  --ice: #bbd9e0;             /* Soft Ice — dividers, pale panels */
  --ice-soft: #e6f1f4;        /* Derived: quiet panel fill */
  --ink: #17172b;             /* Main body text */
  --ink-muted: #4c4c66;       /* Derived: secondary text, AA on white & cloud */
  --cloud: #f6f7fa;           /* Page background, quiet sections */
  --white: #ffffff;
  --line: #e2e5ee;            /* Derived: default hairline */

  /* Typography */
  --font-display: 'Manrope', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-body: 'InterVar', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --step--1: clamp(0.875rem, 0.845rem + 0.15vw, 0.9375rem);
  --step-0: clamp(1.0625rem, 1.03rem + 0.16vw, 1.125rem);   /* 17 → 18px */
  --step-1: clamp(1.1875rem, 1.13rem + 0.29vw, 1.3125rem);
  --step-2: clamp(1.375rem, 1.28rem + 0.48vw, 1.625rem);
  --step-3: clamp(1.625rem, 1.45rem + 0.88vw, 2.125rem);
  --step-4: clamp(1.9375rem, 1.6rem + 1.7vw, 2.875rem);
  --step-5: clamp(2.25rem, 1.75rem + 2.5vw, 3.5rem);
  --step-6: clamp(2.4rem, 1.7rem + 3.4vw, 4.5rem);      /* display: one line, one page */

  /* Space */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 2.75rem;
  --sp-8: 4rem;
  --sp-9: 5.5rem;
  --sp-10: 7.5rem;

  --container: 1240px;
  --container-wide: 1420px;
  --container-narrow: 840px;
  --radius: 10px;
  --radius-lg: 14px;

  /* Section scale — importance is expressed in vertical budget, not just type */
  --sec: var(--sp-8);
  --sec-lg: var(--sp-9);

  --shadow-sm: 0 1px 2px rgba(23, 23, 43, 0.04), 0 2px 8px rgba(23, 23, 43, 0.04);
  --shadow-md: 0 2px 4px rgba(23, 23, 43, 0.05), 0 12px 32px rgba(23, 23, 43, 0.07);

  --header-h: 84px;
  --ease: cubic-bezier(0.32, 0.72, 0.24, 1);
}

/* --------------------------------------------------------------------------
   3. Reset / base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1.5rem);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: var(--font-display);
  color: var(--indigo);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); }

p { margin: 0 0 var(--sp-4); text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

/* Headings carry no margin of their own, so give the element that follows a
   heading its breathing room here — otherwise any block that is not wrapped in
   .section-head or .prose renders flush against its heading. */
:is(h1, h2, h3, h4) + :is(p, ul, ol, form, fieldset, figure, blockquote,
  .grid, .steps, .faq, .checklist, .contact-list, .notice, .btn-row, .card,
  .quote, .split, .factlist, .prose, .form) { margin-top: var(--sp-4); }

/* .prose sets its own heading rhythm — do not double it up. */
.prose h2 + *, .prose h3 + * { margin-top: 0; }

a {
  color: var(--teal-text);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0, 114, 139, 0.4);
  transition: color 0.18s var(--ease), text-decoration-color 0.18s var(--ease);
}
a:hover { color: var(--teal-deep); text-decoration-color: currentColor; }

img, svg, picture, video { display: block; max-width: 100%; height: auto; }

ul, ol { margin: 0 0 var(--sp-4); padding-left: 1.25em; }
li { margin-bottom: var(--sp-2); }
li:last-child { margin-bottom: 0; }

strong, b { font-weight: 600; color: var(--indigo); }

hr {
  border: 0;
  height: 1px;
  background: var(--line);
  margin: var(--sp-7) 0;
}

::selection { background: var(--ice); color: var(--indigo); }

/* Focus — visible, brand-coloured, never removed */
:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
  border-radius: 3px;
}
.btn:focus-visible,
.nav__link:focus-visible {
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: var(--sp-4);
  top: var(--sp-4);
  z-index: 200;
  padding: 0.75rem 1.25rem;
  background: var(--indigo);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--step--1);
  border-radius: var(--radius);
  text-decoration: none;
  transform: translateY(-200%);
  transition: transform 0.2s var(--ease);
}
.skip-link:focus { transform: translateY(0); color: var(--white); }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   4. Layout primitives
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--sp-5);
}
@media (min-width: 48em) { .container { padding-inline: var(--sp-6); } }

.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: var(--sp-8); }
@media (min-width: 48em) { .section { padding-block: var(--sp-9); } }

.section--tight { padding-block: var(--sp-7); }
@media (min-width: 48em) { .section--tight { padding-block: var(--sp-8); } }

/* A page should not give every section the same weight. */
.section--lg { padding-block: var(--sp-9); }
@media (min-width: 48em) { .section--lg { padding-block: var(--sp-10); } }
.section--sm { padding-block: var(--sp-7); }

.container--wide { max-width: var(--container-wide); }

.section--cloud { background: var(--cloud); }
.section--ice { background: var(--ice-soft); }
.section--indigo { background: var(--indigo); color: var(--ice); }
.section--indigo h1,
.section--indigo h2,
.section--indigo h3,
.section--indigo h4 { color: var(--white); }
.section--indigo strong { color: var(--white); }
.section--indigo a { color: var(--ice); text-decoration-color: rgba(187, 217, 224, 0.5); }
.section--indigo a:hover { color: var(--white); }
.section--indigo .lede { color: var(--ice); }

.section--bordered { border-top: 1px solid var(--line); }

/* Grids */
.grid { display: grid; gap: var(--sp-5); }
@media (min-width: 40em) { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 40em) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62em) { .grid--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 40em) { .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62em) { .grid--4 { grid-template-columns: repeat(4, 1fr); } }

.split {
  display: grid;
  gap: var(--sp-7);
  align-items: center;
}
@media (min-width: 56em) {
  .split { grid-template-columns: 1fr 1fr; gap: var(--sp-8); }
  .split--wide-left { grid-template-columns: 1.15fr 0.85fr; }
  .split--wide-right { grid-template-columns: 0.85fr 1.15fr; }
}
/* Columns of unequal height (a form beside contact details, two lists of
   different lengths) must align at the top, not float to the middle. */
.split--top { align-items: start; }

.stack > * + * { margin-top: var(--sp-4); }
.stack-lg > * + * { margin-top: var(--sp-6); }

/* --------------------------------------------------------------------------
   5. Typographic components
   -------------------------------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin: 0 0 var(--sp-4);
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-text);
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--teal);
  flex: none;
}
.section--indigo .eyebrow { color: var(--ice); }
.section--indigo .eyebrow::before { background: var(--teal); }

.lede {
  font-size: var(--step-1);
  line-height: 1.6;
  color: var(--ink-muted);
  max-width: 62ch;
}

.section-head { max-width: 68ch; margin-bottom: var(--sp-7); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .lede { margin-inline: auto; }
.section-head > h2 + .lede,
.section-head > h1 + .lede { margin-top: var(--sp-4); }

.text-muted { color: var(--ink-muted); }

.prose { max-width: 68ch; }
.prose h2 { font-size: var(--step-3); margin-top: var(--sp-7); margin-bottom: var(--sp-4); }
.prose h3 { font-size: var(--step-1); margin-top: var(--sp-6); margin-bottom: var(--sp-3); }
.prose > :first-child { margin-top: 0; }
.prose ul, .prose ol { margin-bottom: var(--sp-5); }

/* --------------------------------------------------------------------------
   6. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 0.9rem 1.6rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.005em;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.18s var(--ease), border-color 0.18s var(--ease),
    color 0.18s var(--ease), transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.btn:active { transform: translateY(1px); }

.btn--primary {
  background: var(--indigo);
  border-color: var(--indigo);
  color: var(--white);
}
.btn--primary:hover {
  background: var(--indigo-deep);
  border-color: var(--indigo-deep);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

.btn--secondary {
  background: var(--white);
  border-color: var(--line);
  color: var(--indigo);
}
.btn--secondary:hover {
  border-color: var(--indigo);
  color: var(--indigo);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.btn--ghost {
  background: transparent;
  border-color: rgba(187, 217, 224, 0.45);
  color: var(--white);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--ice);
  color: var(--white);
}

.btn--sm { padding: 0.65rem 1.15rem; font-size: 0.9375rem; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  align-items: center;
}

/* Text link with arrow */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  color: var(--teal-text);
}
.link-arrow::after {
  content: '';
  width: 15px;
  height: 10px;
  flex: none;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 10'%3E%3Cpath d='M9.6.3 14.3 5 9.6 9.7 8.5 8.6l2.9-2.9H0V4.3h11.4L8.5 1.4z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 10'%3E%3Cpath d='M9.6.3 14.3 5 9.6 9.7 8.5 8.6l2.9-2.9H0V4.3h11.4L8.5 1.4z'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.2s var(--ease);
}
.link-arrow:hover { color: var(--teal-deep); }
.link-arrow:hover::after { transform: translateX(3px); }
.section--indigo .link-arrow { color: var(--ice); }
.section--indigo .link-arrow:hover { color: var(--white); }

/* --------------------------------------------------------------------------
   7. Header
   -------------------------------------------------------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 1px 16px rgba(23, 23, 43, 0.06);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
  min-height: var(--header-h);
}

.brand { display: inline-flex; align-items: center; text-decoration: none; flex: none; }
.brand img { width: 182px; height: 18px; }
@media (min-width: 48em) { .brand img { width: 224px; height: 22px; } }

.nav { display: none; }
@media (min-width: 62em) {
  .nav {
    display: flex;
    align-items: center;
    gap: var(--sp-6);
    margin-left: auto;
  }
}

.nav__link {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--indigo);
  text-decoration: none;
  padding-block: 0.4rem;
  position: relative;
}
.nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s var(--ease);
}
.nav__link:hover { color: var(--indigo); }
.nav__link:hover::after,
.nav__link[aria-current='page']::after { transform: scaleX(1); }
.nav__link[aria-current='page'] { color: var(--indigo); }

.header__cta { display: none; }
@media (min-width: 62em) { .header__cta { display: inline-flex; margin-left: var(--sp-2); } }

/* The toggle only does something when JS is running, so it only exists then.
   Without JS the mobile navigation stays permanently expanded instead. */
.nav-toggle { display: none; }
.js .nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--indigo);
  cursor: pointer;
}
@media (min-width: 62em) { .js .nav-toggle { display: none; } }

.nav-toggle__bars { display: block; width: 20px; height: 14px; position: relative; }
.nav-toggle__bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.22s var(--ease), opacity 0.15s var(--ease);
}
.nav-toggle__bars span:nth-child(1) { top: 0; }
.nav-toggle__bars span:nth-child(2) { top: 6px; }
.nav-toggle__bars span:nth-child(3) { top: 12px; }
.nav-toggle[aria-expanded='true'] .nav-toggle__bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] .nav-toggle__bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded='true'] .nav-toggle__bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile panel — height-animated. `visibility` keeps closed links out of the
   tab order without breaking the transition. */
.mobile-nav {
  display: block;
  border-top: 1px solid var(--line);
  background: var(--white);
}
/* Collapsed only when JS can reopen it. The exact max-height is set from
   scrollHeight in site.js, so the panel can never clip its own contents. */
.js .mobile-nav {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  border-top-color: transparent;
  transition: max-height 0.3s var(--ease), border-color 0.3s var(--ease),
    visibility 0s linear 0.3s;
}
.js .mobile-nav.is-open {
  visibility: visible;
  border-top-color: var(--line);
  transition: max-height 0.3s var(--ease), border-color 0.3s var(--ease),
    visibility 0s linear 0s;
}
@media (min-width: 62em) { .mobile-nav { display: none; } }

.mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: var(--sp-4) 0 0;
}
.mobile-nav__list li { margin: 0; border-bottom: 1px solid var(--line); }
.mobile-nav__list li:last-child { border-bottom: 0; }

.mobile-nav__link {
  display: block;
  padding: 0.95rem 0;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--indigo);
  text-decoration: none;
}
.mobile-nav__link[aria-current='page'] { color: var(--teal-text); }
.mobile-nav .btn { width: 100%; margin-top: var(--sp-5); margin-bottom: var(--sp-6); }

/* --------------------------------------------------------------------------
   8. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  background: var(--white);
  padding-block: var(--sp-8);
  overflow: hidden;
}
@media (min-width: 56em) { .hero { padding-block: var(--sp-9); } }

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(62rem 38rem at 82% -8%, rgba(0, 162, 196, 0.11), transparent 62%),
    radial-gradient(48rem 32rem at 4% 112%, rgba(36, 34, 99, 0.05), transparent 60%);
  pointer-events: none;
}
.hero > * { position: relative; }

.hero__grid { display: grid; gap: var(--sp-7); }

.hero__copy,
.hero__media {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--sp-5);
}
@media (min-width: 48em) {
  .hero__copy, .hero__media { padding-inline: var(--sp-6); }
}

.hero__art {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--indigo);
  aspect-ratio: 4 / 3;
}
.hero__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

/* Two columns from 56em. The grid itself becomes the container, so both
   columns align to the container edges with no per-child width arithmetic. */
@media (min-width: 56em) {
  .hero__grid {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--sp-6);
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: var(--sp-7);
  }
  .hero__copy, .hero__media { max-width: none; margin: 0; padding: 0; }
  /* Height is capped so the artwork can never grow past the fold or balloon on
     a large monitor. object-fit: cover does the rest. */
  .hero__art { aspect-ratio: auto; height: min(58vh, 27rem); }
}

/* Wide screens: a little more presence for the artwork, but it stays inside the
   container so its right edge lines up with the header CTA and every section. */
@media (min-width: 82em) {
  .hero { padding-block: var(--sp-9); }
  .hero__art {
    height: min(62vh, 30rem);
    box-shadow: 0 22px 56px rgba(23, 23, 43, 0.10);
  }
}

.hero__title { font-size: var(--step-6); letter-spacing: -0.028em; max-width: 17ch; }
.hero__lede { margin-top: var(--sp-5); font-size: var(--step-1); color: var(--ink-muted); max-width: 46ch; }
.hero__actions { margin-top: var(--sp-6); }

/* Compact page hero for interior pages */
.page-hero {
  position: relative;
  background: var(--cloud);
  border-bottom: 1px solid var(--line);
  padding-block: var(--sp-8);
  overflow: hidden;
}
@media (min-width: 56em) { .page-hero { padding-block: var(--sp-9) var(--sp-8); } }
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(46rem 26rem at 92% 0%, rgba(0, 162, 196, 0.09), transparent 60%);
  pointer-events: none;
}
.page-hero > * { position: relative; }
.page-hero__inner { max-width: 46rem; }
.page-hero__lede { margin-top: var(--sp-5); font-size: var(--step-1); color: var(--ink-muted); }
.page-hero__actions { margin-top: var(--sp-6); }

/* --------------------------------------------------------------------------
   9. Credibility bar
   -------------------------------------------------------------------------- */
.credbar {
  background: var(--indigo);
  color: var(--ice);
  padding-block: var(--sp-5);
}
.credbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3) var(--sp-6);
  text-align: center;
}
.credbar p {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--step-0);
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.01em;
}
.credbar__mark {
  width: 34px;
  height: 4px;
  flex: none;
  background: linear-gradient(90deg, var(--teal), var(--ice));
  border-radius: 2px;
}

/* --------------------------------------------------------------------------
   10. Cards
   -------------------------------------------------------------------------- */
.card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--sp-6);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.card h3 { font-size: var(--step-2); }
.card p { color: var(--ink-muted); }
.card > * + * { margin-top: var(--sp-3); }
.card .link-arrow { margin-top: auto; padding-top: var(--sp-4); }

.card--link { text-decoration: none; color: inherit; }
.card--link:hover {
  border-color: var(--ice);
  box-shadow: var(--shadow-md);
  color: inherit;
}
.card--link:hover .link-arrow::after { transform: translateX(3px); }

.card--plain { background: var(--cloud); border-color: transparent; }
.section--cloud .card--plain { background: var(--white); }

/* Four-up cards get tighter gutters so copy is not squeezed into a column */
.grid--4 .card { padding: var(--sp-5); }
.grid--4 .card h3 { font-size: var(--step-1); }

.card__icon {
  width: 46px;
  height: 46px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--ice-soft);
  color: var(--indigo);
  margin-bottom: var(--sp-2);
}
.card__icon svg { width: 24px; height: 24px; }

/* Pillar (numbered) */
.pillar { position: relative; padding-top: var(--sp-5); border-top: 2px solid var(--indigo); }
.pillar__num {
  display: block;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  /* Same family as the other tracked micro-labels (.eyebrow, .statement__eyebrow).
     Stated explicitly so it is styled and audited as one. */
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--teal-text);
  margin-bottom: var(--sp-3);
}
.pillar h3 { font-size: var(--step-1); margin-bottom: var(--sp-3); }
.pillar p { color: var(--ink-muted); margin: 0; }

/* Process steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--sp-5); counter-reset: step; }
@media (min-width: 40em) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62em) { .steps { grid-template-columns: repeat(4, 1fr); } }

.steps li {
  margin: 0;
  padding-top: var(--sp-5);
  border-top: 2px solid var(--indigo);
  counter-increment: step;
}
.steps li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: var(--sp-3);
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--teal-text);
}
.steps h3 { font-size: var(--step-1); margin: 0 0 var(--sp-3); }
.steps p { color: var(--ink-muted); margin: 0; font-size: var(--step--1); line-height: 1.65; }

/* Feature list with checkmarks */
.checklist { list-style: none; margin: 0 0 var(--sp-5); padding: 0; }
.checklist li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: var(--sp-4);
  color: var(--ink-muted);
}
.checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 18px;
  height: 18px;
  background-color: var(--teal-text);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M7 13.4 2.8 9.2l1.4-1.4L7 10.6l6.8-6.8 1.4 1.4z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M7 13.4 2.8 9.2l1.4-1.4L7 10.6l6.8-6.8 1.4 1.4z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.checklist li strong { display: block; color: var(--indigo); font-weight: 600; }
.section--indigo .checklist li { color: var(--ice); }
.section--indigo .checklist li::before { background-color: var(--teal); }
.section--indigo .checklist li strong { color: var(--white); }

/* --------------------------------------------------------------------------
   11. Founder / portrait
   -------------------------------------------------------------------------- */
.portrait {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--indigo-soft);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  text-align: center;
}
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait__placeholder {
  display: grid;
  padding: var(--sp-6);
  gap: var(--sp-3);
  justify-items: center;
  color: var(--ink-muted);
  font-size: var(--step--1);
  max-width: 24ch;
}
.portrait__placeholder svg { width: 42px; height: 42px; color: var(--indigo); opacity: 0.35; }
.portrait__placeholder strong { color: var(--indigo); font-family: var(--font-display); }

.portrait-frame { position: relative; max-width: 26rem; }
.portrait-frame::after {
  content: '';
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 58%;
  height: 42%;
  border-right: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  border-bottom-right-radius: var(--radius-lg);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   12. Quote / proof
   -------------------------------------------------------------------------- */
.quote {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--teal);
  border-radius: var(--radius-lg);
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 500;
  line-height: 1.5;
  color: var(--indigo);
}
.quote figcaption { font-size: var(--step--1); color: var(--ink-muted); margin-top: auto; }
.quote figcaption strong { display: block; color: var(--indigo); }

.notice {
  border: 1px dashed var(--ice);
  background: var(--ice-soft);
  border-radius: var(--radius);
  padding: var(--sp-5);
  font-size: var(--step--1);
  color: var(--ink-muted);
}
.notice strong { color: var(--indigo); }

/* --------------------------------------------------------------------------
   13. Stats / facts
   -------------------------------------------------------------------------- */
.factlist { display: grid; gap: var(--sp-5); list-style: none; margin: 0; padding: 0; }
@media (min-width: 40em) { .factlist { grid-template-columns: repeat(3, 1fr); } }
.factlist li { margin: 0; padding-left: var(--sp-5); border-left: 2px solid var(--ice); }
.factlist dt, .factlist strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--step-3);
  font-weight: 800;
  color: var(--indigo);
  letter-spacing: -0.02em;
}
.factlist span { font-size: var(--step--1); color: var(--ink-muted); }

/* --------------------------------------------------------------------------
   14. FAQ (native details/summary — no JS, no glitch)
   -------------------------------------------------------------------------- */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-5);
  padding: var(--sp-5) 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 600;
  color: var(--indigo);
  line-height: 1.4;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '';
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0.2em;
  background-color: var(--teal-text);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M9 3h2v14H9z'/%3E%3Cpath d='M3 9h14v2H3z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M9 3h2v14H9z'/%3E%3Cpath d='M3 9h14v2H3z'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.2s var(--ease);
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item summary:hover { color: var(--teal-text); }
.faq__answer { padding: 0 0 var(--sp-5); max-width: 66ch; color: var(--ink-muted); }
.faq__answer > :last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   15. Insights list
   -------------------------------------------------------------------------- */
.insight {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding: var(--sp-6) 0;
  border-bottom: 1px solid var(--line);
}
.insight:first-child { border-top: 1px solid var(--line); }
.insight__meta {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-text);
}
.insight h3 { font-size: var(--step-2); }
.insight p { color: var(--ink-muted); margin: 0; max-width: 68ch; }

/* --------------------------------------------------------------------------
   16. Forms
   -------------------------------------------------------------------------- */
.form { display: grid; gap: var(--sp-5); }
.form__row { display: grid; gap: var(--sp-5); }
@media (min-width: 40em) { .form__row--2 { grid-template-columns: repeat(2, 1fr); } }

.field { display: grid; gap: var(--sp-2); }
.field > label {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--indigo);
}
.field__hint { font-size: var(--step--1); color: var(--ink-muted); }

.input,
.textarea,
.select {
  width: 100%;
  padding: 0.8rem 1rem;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
.textarea { min-height: 9rem; resize: vertical; }
.select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='%2317172b'%3E%3Cpath d='M6 8 0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
  padding-right: 2.5rem;
}
.input:hover, .textarea:hover, .select:hover { border-color: var(--ice); }
.input:focus, .textarea:focus, .select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 162, 196, 0.18);
}
.input:focus-visible, .textarea:focus-visible, .select:focus-visible { outline: none; }

fieldset { border: 0; margin: 0; padding: 0; }
legend {
  padding: 0;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--indigo);
  margin-bottom: var(--sp-3);
}

.choice-grid { display: grid; gap: var(--sp-3); }
@media (min-width: 34em) { .choice-grid { grid-template-columns: repeat(2, 1fr); } }

.choice {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.45;
  transition: border-color 0.18s var(--ease), background-color 0.18s var(--ease);
}
.choice:hover { border-color: var(--ice); background: var(--cloud); }
.choice input {
  flex: none;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0.18rem 0 0;
  accent-color: var(--indigo);
}
.choice:has(input:checked) { border-color: var(--teal); background: var(--ice-soft); }

.form__footer { display: grid; gap: var(--sp-4); }
.form__note { font-size: var(--step--1); color: var(--ink-muted); }
.required { color: var(--teal-text); }

.form-status {
  display: none;
  padding: var(--sp-5);
  border-radius: var(--radius);
  background: var(--ice-soft);
  border: 1px solid var(--ice);
  font-size: var(--step--1);
  color: var(--ink);
}
.form-status.is-visible { display: block; }
.form-status strong { display: block; color: var(--indigo); font-family: var(--font-display); margin-bottom: 0.35rem; }

/* Success and attention states. Colour is never the only signal — the
   heading always says in words what happened. */
.form-status--ok {
  background: #eaf7f1;
  border-color: #43a078;          /* 3.2:1 on white — meets 1.4.11 */
}
.form-status--ok strong { color: #146c47; }    /* 5.8:1 on the panel */
.form-status--warn {
  background: #fdf4e7;
  border-color: #bd8a3b;          /* 3.1:1 on white */
}
.form-status--warn strong { color: #7a4b06; }  /* 6.8:1 on the panel */

/* Honeypot. Kept out of sight without display:none, which some bots detect,
   and out of the accessibility tree via aria-hidden + tabindex="-1". */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Submit button while the request is in flight. */
.btn[aria-busy="true"] { opacity: 0.72; cursor: progress; }

/* --------------------------------------------------------------------------
   17. Contact details
   -------------------------------------------------------------------------- */
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--sp-5); }
.contact-list li { margin: 0; }
.contact-list dt,
.contact-list .contact-list__label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 0.3rem;
}
.contact-list dd { margin: 0; }
.contact-list a { font-size: var(--step-1); font-family: var(--font-display); font-weight: 600; }
.contact-list p { font-size: var(--step-0); margin: 0; }

/* --------------------------------------------------------------------------
   18. CTA band
   -------------------------------------------------------------------------- */
.cta-band {
  background: var(--indigo);
  color: var(--ice);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(40rem 24rem at 100% 0%, rgba(0, 162, 196, 0.30), transparent 62%),
    radial-gradient(34rem 22rem at 0% 100%, rgba(187, 217, 224, 0.14), transparent 60%);
  pointer-events: none;
}
.cta-band > * { position: relative; }
.cta-band__inner {
  display: grid;
  gap: var(--sp-6);
  align-items: center;
  padding-block: var(--sp-8);
}
@media (min-width: 56em) {
  .cta-band__inner { grid-template-columns: 1.2fr auto; gap: var(--sp-8); padding-block: var(--sp-9); }
}
.cta-band h2 { color: var(--white); max-width: 20ch; }
.cta-band p { color: var(--ice); margin-top: var(--sp-4); max-width: 52ch; font-size: var(--step-1); }
.cta-band .btn--primary {
  background: var(--white);
  border-color: var(--white);
  color: var(--indigo);
}
.cta-band .btn--primary:hover { background: var(--ice); border-color: var(--ice); color: var(--indigo-deep); }

/* --------------------------------------------------------------------------
   19. Footer
   -------------------------------------------------------------------------- */
.footer {
  background: var(--cloud);
  border-top: 1px solid var(--line);
  padding-block: var(--sp-8) var(--sp-6);
  font-size: var(--step--1);
}
/* One block: brand, Services, Company, Get in touch. Previously two stacked
   grids separated by a rule, which read as two unrelated footers. */
.footer__main {
  display: grid;
  gap: var(--sp-7);
}
/* From 23em, Services and Company sit side by side. Stacked, the four blocks
   made the footer ~1400px tall on a phone — most of it whitespace. */
@media (min-width: 23em) {
  .footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--sp-6) var(--sp-5);
  }
  .footer__brand,
  .footer__main > div:last-child { grid-column: 1 / -1; }
}
@media (min-width: 40em) {
  .footer__main { gap: var(--sp-7) var(--sp-6); }
  .footer__main > div:last-child { grid-column: auto; }
}
@media (min-width: 62em) {
  .footer__main {
    grid-template-columns: 1.5fr repeat(3, minmax(0, auto));
    gap: var(--sp-8);
    align-items: start;
  }
  .footer__brand { grid-column: auto; }
}

.footer__brand img { width: 190px; height: 18px; }
.footer__tagline { margin-top: var(--sp-4); color: var(--ink-muted); max-width: 34ch; }

.footer h2 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: var(--sp-4);
}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: var(--sp-3); }
.footer a {
  color: var(--indigo);
  text-decoration: none;
  font-weight: 500;
}
.footer a:hover { color: var(--teal-text); text-decoration: underline; text-underline-offset: 0.18em; }

.footer__bottom {
  margin-top: var(--sp-7);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3) var(--sp-5);
  align-items: center;
  justify-content: space-between;
  color: var(--ink-muted);
}
.footer__legal { display: flex; flex-wrap: wrap; gap: var(--sp-3) var(--sp-5); }

/* --------------------------------------------------------------------------
   20. Breadcrumb
   -------------------------------------------------------------------------- */
.breadcrumb { margin-bottom: var(--sp-5); font-size: var(--step--1); }
.breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.55rem; }
.breadcrumb li { margin: 0; display: flex; align-items: center; gap: 0.55rem; color: var(--ink-muted); }
.breadcrumb li + li::before { content: '/'; color: var(--ice); }
.breadcrumb a { color: var(--ink-muted); text-decoration: none; font-weight: 500; }
.breadcrumb a:hover { color: var(--teal-text); text-decoration: underline; }
.breadcrumb [aria-current='page'] { color: var(--indigo); font-weight: 600; }

/* --------------------------------------------------------------------------
   21. Restrained reveal — safe by default
   Elements only start hidden when JS is confirmed running (html.js), so
   content is never trapped invisible.
   -------------------------------------------------------------------------- */
.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
  will-change: opacity, transform;
}
.js .reveal.is-in {
  opacity: 1;
  transform: none;
  will-change: auto;
}

/* Children of a revealed grid arrive in sequence rather than all at once. */
.js .reveal.is-in > .card,
.js .reveal.is-in > .pillar,
.js .reveal.is-in > li,
.js .reveal.is-in > .compare__col,
.js .reveal.is-in > .client {
  animation: staggerIn 0.55s var(--ease) both;
}
.js .reveal.is-in > :nth-child(1) { animation-delay: 0.00s; }
.js .reveal.is-in > :nth-child(2) { animation-delay: 0.07s; }
.js .reveal.is-in > :nth-child(3) { animation-delay: 0.14s; }
.js .reveal.is-in > :nth-child(4) { animation-delay: 0.21s; }
.js .reveal.is-in > :nth-child(5) { animation-delay: 0.28s; }
.js .reveal.is-in > :nth-child(6) { animation-delay: 0.35s; }
@keyframes staggerIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .js .reveal { opacity: 1; transform: none; }
  .js .reveal.is-in > * { animation: none !important; }
}

/* --------------------------------------------------------------------------
   22. Utilities
   -------------------------------------------------------------------------- */
.mt-0 { margin-top: 0 !important; }
.mt-4 { margin-top: var(--sp-4); }
.mt-5 { margin-top: var(--sp-5); }
.mt-6 { margin-top: var(--sp-6); }
.mt-7 { margin-top: var(--sp-7); }
.mb-0 { margin-bottom: 0 !important; }
.text-center { text-align: center; }
.text-small { font-size: var(--step--1); }

/* --------------------------------------------------------------------------
   23. Print
   -------------------------------------------------------------------------- */
@media print {
  .header, .mobile-nav, .cta-band, .footer__main, .skip-link, .nav-toggle { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  a { text-decoration: underline; color: #000; }
  .section { padding-block: 1rem; }
}

/* ==========================================================================
   24. Fact strip — structural facts only, never unverified metrics
   ========================================================================== */
.statstrip { background: var(--indigo); color: var(--ice); }
.statstrip__grid {
  display: grid;
  gap: var(--sp-5);
  padding-block: var(--sp-6);
}
@media (min-width: 44em) {
  .statstrip__grid { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .statstrip__item + .statstrip__item {
    border-left: 1px solid rgba(187, 217, 224, 0.22);
    padding-left: var(--sp-6);
    margin-left: var(--sp-6);
  }
}
.statstrip__item { display: flex; flex-direction: column; gap: 0.35rem; }
.statstrip__figure {
  font-family: var(--font-display);
  font-size: var(--step-3);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white);
  line-height: 1.05;
}
/* Solid, not gradient-clipped text: if background-clip:text ever fails the
   figure would render invisible, and the visual gain does not justify that. */
.statstrip__figure em {
  font-style: normal;
  color: #7fd0e2;
}
.statstrip__label { font-size: var(--step--1); color: var(--ice); max-width: 30ch; }

/* ==========================================================================
   25. Tabs — one panel at a time. Without JS every panel simply shows.
   ========================================================================== */
.tabs__list { display: none; }
.js .tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-6);
  padding: var(--sp-2);
  background: var(--cloud);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.section--cloud .js .tabs__list,
.js .section--cloud .tabs__list { background: var(--white); }

.tabs__btn {
  flex: 1 1 auto;
  min-width: 8.5rem;
  padding: 0.7rem 1.1rem;
  background: transparent;
  border: 0;
  border-radius: 9px;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ink-muted);
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.18s var(--ease), color 0.18s var(--ease),
    box-shadow 0.18s var(--ease);
}
.tabs__btn:hover { color: var(--indigo); background: rgba(36, 34, 99, 0.05); }
.tabs__btn[aria-selected='true'] {
  background: var(--indigo);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}

.tabs__panel { animation: tabIn 0.32s var(--ease) both; }
@keyframes tabIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .tabs__panel { animation: none; } }

/* The tab button is the visible heading, but the h3 stays in the accessibility
   tree so the heading outline never skips a level. */
.js .tabs__panel > h3:first-child {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.panel-card {
  display: grid;
  gap: var(--sp-6);
  align-items: center;
  padding: var(--sp-6);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
@media (min-width: 56em) {
  .panel-card { grid-template-columns: 1.1fr 0.9fr; padding: var(--sp-7); gap: var(--sp-8); }
}
.panel-card :is(h3, h4) { font-size: var(--step-2); margin-bottom: var(--sp-4); }
.panel-card .checklist { margin-bottom: var(--sp-5); }
.panel-card__art {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--indigo);
}
.panel-card__art svg { display: block; width: 100%; height: auto; }

/* ==========================================================================
   26. Timeline — the process, with a rule running through it
   ========================================================================== */
.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--sp-6);
  counter-reset: tl;
  position: relative;
}
@media (min-width: 62em) {
  .timeline { grid-template-columns: repeat(4, 1fr); gap: var(--sp-6); }
  .timeline::before {
    content: '';
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--indigo), var(--teal) 65%, var(--ice));
    border-radius: 2px;
  }
}
.timeline li { margin: 0; counter-increment: tl; position: relative; padding-top: 0; }
@media (min-width: 62em) { .timeline li { padding-top: 60px; } }
.timeline li::before {
  content: counter(tl);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: var(--sp-4);
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--indigo);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--indigo);
  position: relative;
  z-index: 1;
}
@media (min-width: 62em) {
  .timeline li::before { position: absolute; top: 0; left: 0; margin: 0; }
}
.section--cloud .timeline li::before { background: var(--cloud); }
.timeline h3 { font-size: var(--step-1); margin: 0 0 var(--sp-3); }
.timeline p { margin: 0; color: var(--ink-muted); font-size: var(--step--1); line-height: 1.65; }

/* ==========================================================================
   27. Pull quote — a visual break in long reading
   ========================================================================== */
.pullquote {
  margin: 0;
  padding: var(--sp-7) 0 var(--sp-7) var(--sp-6);
  border-left: 3px solid var(--teal);
  max-width: 34ch;
}
.pullquote p {
  font-family: var(--font-display);
  font-size: var(--step-3);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.018em;
  color: var(--indigo);
  margin: 0;
  text-wrap: balance;
}
.pullquote cite {
  display: block;
  margin-top: var(--sp-4);
  font-family: var(--font-body);
  font-size: var(--step--1);
  font-style: normal;
  font-weight: 500;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
}
.section--indigo .pullquote p { color: var(--white); }
.section--indigo .pullquote cite { color: var(--ice); }

/* ==========================================================================
   28. Compare — two opposed columns, at a glance
   ========================================================================== */
.compare { display: grid; gap: var(--sp-5); }
@media (min-width: 48em) { .compare { grid-template-columns: repeat(2, 1fr); gap: var(--sp-6); } }

.compare__col {
  padding: var(--sp-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--white);
}
.compare__head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: var(--sp-5);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 700;
  color: var(--indigo);
}
.compare__badge {
  width: 30px;
  height: 30px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
}
.compare__badge svg { width: 16px; height: 16px; }
.compare__col--yes .compare__badge { background: var(--teal-text); }
.compare__col--no .compare__badge { background: var(--ink-muted); }
.compare__col--yes { border-color: rgba(0, 162, 196, 0.35); }
.compare ul { list-style: none; margin: 0; padding: 0; }
.compare li {
  padding: var(--sp-3) 0;
  border-bottom: 1px dashed var(--line);
  color: var(--ink-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
}
.compare li:last-child { border-bottom: 0; padding-bottom: 0; }

/* ==========================================================================
   29. Check-up — a short interactive self-assessment
   ========================================================================== */
.checkup { display: grid; gap: var(--sp-6); align-items: start; }
@media (min-width: 62em) { .checkup { grid-template-columns: 1.15fr 0.85fr; gap: var(--sp-7); } }

.checkup__items { display: grid; gap: var(--sp-3); }
.checkup__item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink);
  transition: border-color 0.18s var(--ease), background-color 0.18s var(--ease),
    box-shadow 0.18s var(--ease);
}
.checkup__item:hover { border-color: var(--ice); box-shadow: var(--shadow-sm); }
.checkup__item input {
  flex: none;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.16rem 0 0;
  accent-color: var(--indigo);
}
.checkup__item:has(input:checked) {
  border-color: var(--teal);
  background: var(--ice-soft);
}

.checkup__result {
  position: sticky;
  top: calc(var(--header-h) + var(--sp-5));
  padding: var(--sp-6);
  border-radius: var(--radius-lg);
  background: var(--indigo);
  color: var(--ice);
  overflow: hidden;
}
.checkup__meter {
  height: 6px;
  border-radius: 3px;
  background: rgba(187, 217, 224, 0.22);
  overflow: hidden;
  margin-bottom: var(--sp-5);
}
.checkup__meter span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--teal), var(--ice));
  transition: width 0.45s var(--ease);
}
.checkup__result h3 { color: var(--white); font-size: var(--step-2); margin-bottom: var(--sp-3); }
.checkup__result p { color: var(--ice); font-size: 0.9375rem; }
/* Base `strong` is indigo, which is invisible on any indigo surface. */
.checkup__result strong,
.cta-band strong,
.statstrip strong,
.credbar strong,
.panel-card__art strong { color: var(--white); }
.checkup__result .btn { margin-top: var(--sp-5); }
.checkup__count {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ice);
  opacity: 0.8;
  margin-bottom: var(--sp-3);
}
@media (prefers-reduced-motion: reduce) { .checkup__meter span { transition: none; } }

/* ==========================================================================
   30. Trusted clients — names only, no logos (none supplied, and none should
   be used without written permission)
   ========================================================================== */
.clients { display: grid; gap: var(--sp-4); }
@media (min-width: 40em) { .clients { grid-template-columns: repeat(2, 1fr); gap: var(--sp-5); } }
@media (min-width: 68em) { .clients { grid-template-columns: repeat(4, 1fr); } }

.client {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding: var(--sp-5) var(--sp-5) var(--sp-5) var(--sp-6);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.client::before {
  content: '';
  position: absolute;
  left: 0;
  top: var(--sp-5);
  bottom: var(--sp-5);
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--indigo), var(--teal));
}
.client__name {
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 700;
  line-height: 1.25;
  color: var(--indigo);
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.client__sector {
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-text);
}
.clients-note {
  margin-top: var(--sp-6);
  font-size: var(--step--1);
  color: var(--ink-muted);
  max-width: 62ch;
}

/* ==========================================================================
   31. Partner note — attributes delivery of a service to a named partner
   ========================================================================== */
.partner-note {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.7rem;
  margin-top: var(--sp-5);
  padding: var(--sp-4) var(--sp-5);
  background: var(--ice-soft);
  border: 1px solid var(--ice);
  border-radius: var(--radius);
  font-size: var(--step--1);
  color: var(--ink-muted);
}
.partner-note__label {
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-text);
  flex: none;
}
.partner-note strong { color: var(--indigo); }
.partner-note--tight { margin-top: var(--sp-4); padding: var(--sp-3) var(--sp-4); }

/* ==========================================================================
   32. Logo wall
   A deliberately uniform typographic treatment. Client marks arrive in wildly
   different weights, colours and crops; setting them as one consistent wordmark
   reads as considered rather than as a ransom note. Swap in real files by
   replacing .logomark__text with .logomark__img — the layout does not change.
   ========================================================================== */
.logowall { background: var(--white); border-top: 1px solid var(--line); }
.logowall__inner { padding-block: var(--sp-7); }

.logowall__label {
  margin: 0 0 var(--sp-5);
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.logowall__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--sp-5) 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 58em) { .logowall__list { grid-template-columns: repeat(4, 1fr); } }

.logomark {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 2.75rem;
  padding-inline: 0 var(--sp-5);
}
@media (min-width: 58em) {
  .logomark { justify-content: center; padding-inline: var(--sp-5); }
  .logomark + .logomark { border-left: 1px solid var(--line); }
}

.logomark__text {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 0.95rem + 0.35vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #6b6b85;                 /* muted, so no single name shouts */
  text-align: inherit;
  transition: color 0.2s var(--ease);
}
.logomark:hover .logomark__text { color: var(--indigo); }

/* Real logo files, when they exist */
.logomark__img {
  max-height: 2.25rem;
  width: auto;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 0.2s var(--ease), opacity 0.2s var(--ease);
}
.logomark:hover .logomark__img { filter: none; opacity: 1; }

.logowall__note {
  margin-top: var(--sp-5);
  font-size: var(--step--1);
  color: var(--ink-muted);
}
.logowall__note a { font-weight: 500; }

/* ==========================================================================
   33. Statement — the page's one display moment
   ========================================================================== */
.statement {
  position: relative;
  background: var(--indigo);
  color: var(--ice);
  overflow: hidden;
}
.statement::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(52rem 30rem at 88% -6%, rgba(0, 162, 196, 0.26), transparent 62%),
    radial-gradient(40rem 26rem at 2% 106%, rgba(187, 217, 224, 0.10), transparent 60%);
  pointer-events: none;
}
.statement > * { position: relative; }
.statement__inner { padding-block: var(--sp-9); }
@media (min-width: 56em) { .statement__inner { padding-block: var(--sp-10); } }

.statement__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin: 0 0 var(--sp-6);
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ice);
}
.statement__eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--teal); flex: none; }

.statement__line {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--step-5);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--white);
  max-width: 26ch;
  text-wrap: balance;
}
.statement__sub {
  margin-top: var(--sp-5);
  font-size: var(--step-1);
  color: var(--ice);
  max-width: 54ch;
}

.statement__facts {
  list-style: none;
  margin: var(--sp-9) 0 0;
  padding: var(--sp-7) 0 0;
  border-top: 1px solid rgba(187, 217, 224, 0.22);
  display: grid;
  gap: var(--sp-6);
}
@media (min-width: 48em) { .statement__facts { grid-template-columns: repeat(3, 1fr); gap: var(--sp-7); } }
.statement__facts li { margin: 0; display: flex; flex-direction: column; gap: 0.4rem; }
.statement__figure {
  font-family: var(--font-display);
  font-size: var(--step-3);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--white);
}
.statement__figure em { font-style: normal; color: #7fd0e2; }
.statement__facts span:last-child { font-size: var(--step--1); color: var(--ice); max-width: 32ch; }

/* Same-tone neighbours need a hairline so they read as two sections, not one. */
.section--rule { border-top: 1px solid var(--line); }

/* ==========================================================================
   34. Footer — more presence, clearer structure
   ========================================================================== */
.footer { position: relative; padding-block: var(--sp-9) var(--sp-6); }
.footer::before {
  content: '';
  position: absolute;
  top: -1px; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--indigo), var(--teal) 55%, var(--ice));
}

/* Phone and email sit in the fourth column, styled a touch larger than the nav
   links because they are the action, not navigation. */
.footer__contact { list-style: none; margin: 0; padding: 0; }
.footer__contact a {
  font-family: var(--font-display);
  font-size: var(--step-0);
  font-weight: 600;
  overflow-wrap: anywhere;   /* info@dabotekit.com must never widen the layout */
}

/* ==========================================================================
   35. Tonal-zone corrections
   ========================================================================== */

/* The statement and the closing CTA now sit adjacent as one dark block. Give the
   join a deliberate hairline so the tonal step reads as intentional. */
.statement + .cta-band { border-top: 1px solid rgba(187, 217, 224, 0.16); }

/* A feature panel must always contrast with the section it sits in, rather than
   being white-on-white with only a border to save it. */
.panel-card { background: var(--cloud); }
.section--cloud .panel-card,
.statement .panel-card { background: var(--white); }

/* --------------------------------------------------------------------------
   36. Small layout utilities
   Added for the 404 page. Kept as classes rather than inline styles so the
   audit stays clean and the behaviour is reusable.
   -------------------------------------------------------------------------- */
.center { text-align: center; }
.btn-row--center { justify-content: center; }

/* --------------------------------------------------------------------------
   37. Field-level validation
   Colour is never the only signal — every invalid field also gets a written
   message beneath it and aria-invalid for assistive tech.
   -------------------------------------------------------------------------- */
.input.is-invalid,
.textarea.is-invalid,
.select.is-invalid {
  border-color: #a3302a;
  background: #fdf7f6;
}
.input.is-invalid:focus,
.textarea.is-invalid:focus,
.select.is-invalid:focus {
  border-color: #a3302a;
}
.field__error {
  margin: 0.4rem 0 0;
  font-size: var(--step--1);
  color: #8c2820;          /* 7.1:1 on white, 6.6:1 on the warn panel */
  font-weight: 500;
}
.form-status__list {
  margin: 0;
  padding-left: 1.15rem;
}
.form-status__list li + li { margin-top: 0.25rem; }

/* --------------------------------------------------------------------------
   38. Mobile refinements
   Driven by measurement at 320 / 360 / 390 / 430, not by guesswork. Every rule
   here fixes something an audit flagged: a tap target under 44px, a label under
   12px, or screen space the sticky header was taking and not earning.
   -------------------------------------------------------------------------- */
@media (max-width: 61.99em) {

  /* The header was 86px — a tenth of an iPhone viewport, permanently. 64px
     still clears the logo and the toggle, and gives the hero back 22px.
     scroll-padding-top follows it so in-page anchors land correctly. */
  :root { --header-h: 64px; }

  /* 44px minimum on everything you tap. The logo link was 182x18: a real
     target visually, an 18px-tall one to a thumb. Padding, not height, so
     nothing shifts in the layout. */
  .brand {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .tabs__btn { min-height: 44px; }        /* was 43px — one pixel short */

  /* Inline "read more" links act as primary navigation on these pages, so they
     get a real target. Vertical padding only, so the text baseline is unmoved. */
  .link-arrow {
    padding-block: 0.6rem;
    min-height: 44px;
  }

  /* Nothing below 12px. Uppercase micro-labels at 11px are legible on a
     desktop monitor and not on a phone held at arm's length. */
  .logowall__label,
  .partner-note__label,
  .statement__eyebrow,
  .contact-list__label,
  .client__sector,
  .footer h2 { font-size: 0.75rem; letter-spacing: 0.12em; }

  .eyebrow { font-size: 0.8125rem; }

  /* A slightly larger box is easier to hit and easier to see checked. */
  .choice input[type="checkbox"],
  .checkup__item input[type="checkbox"] { width: 20px; height: 20px; }
}

/* Stacked buttons sized to their own text land on ragged edges. Below 34em
   they share the column width, which reads as deliberate and gives the
   secondary action the same thumb-sized target as the primary. */
@media (max-width: 33.99em) {
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { width: 100%; justify-content: center; }
  .btn-row--center { align-items: stretch; }
}

/* Remove the grey flash on tap without removing any focus affordance —
   :focus-visible rings are untouched. */
@media (hover: none) {
  a, button, summary, label.choice, input, select, textarea {
    -webkit-tap-highlight-color: rgba(36, 34, 99, 0.12);
  }
}

/* Anchor targets must clear the sticky header on every element, not only the
   ones scroll-padding-top happens to cover. */
:target { scroll-margin-top: calc(var(--header-h) + 1rem); }
