/* ==========================================================================
   SANDALWOOD PEOPLE & STRUCTURE — design system

   Visual direction: the restrained, near-monochrome editorial language of
   contemporary AI-company sites — one tight grotesque, a large type scale,
   generous whitespace, borderless image-led tiles, pill controls, and colour
   used sparingly rather than decoratively.

   Brand is carried by the official logo, by deep Sandalwood navy standing in
   for black on dark surfaces, and by the brand red reserved for primary
   actions and single points of emphasis.
   ========================================================================== */

:root {
  /* Ink — near-black with a trace of the brand navy in it */
  --ink:      #0C1116;
  --ink-2:    #3C4450;
  --muted:    #61697A;
  --muted-2:  #5F6775;   /* AA on white and on every tile fill */

  /* Surfaces */
  --surface:  #FFFFFF;
  --ground:   #F7F7F8;   /* the quiet grey behind alternating sections */
  --ground-2: #F0F1F3;
  --tile:     #F4F5F7;   /* borderless card fill */
  --tile-2:   #EAECF0;

  /* Hairlines — used sparingly; whitespace does most of the separating */
  --rule:     #E4E6EA;
  --rule-2:   #EFF0F3;

  /* Brand — blue */
  --navy-900: #050E1A;   /* darkest surface; stands in for black */
  --navy-850: #061426;
  --navy-800: #00326C;   /* primary brand navy */
  --navy-700: #0B4189;
  --navy-600: #1B4A8F;   /* logo blue */
  --navy-500: #2356A4;
  --navy-300: #8FA8C8;
  --navy-100: #DCE7F5;
  --navy-050: #EEF3F9;

  /* Brand — red, for primary action and single accents only */
  --red-800: #86090F;
  --red-700: #A50F17;
  --red-600: #B10C18;
  --red-500: #C61822;
  --red-050: #FCF1F2;

  /* Signal */
  --ok:    #14663F;
  --ok-bg: #E9F4EE;
  --warn:    #7E5305;
  --warn-bg: #FBF2E0;
  --danger:    #A50F17;
  --danger-bg: #FBECED;

  /* Type — one family, weight and scale do the work */
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;

  /* Space & shape */
  --wrap: 1240px;
  --wrap-narrow: 760px;
  --gutter: clamp(20px, 5vw, 56px);
  --sec: clamp(68px, 9vw, 132px);
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --pill: 999px;

  --shadow-soft: 0 1px 2px rgba(12, 17, 22, .04), 0 12px 32px -20px rgba(12, 17, 22, .18);
  --shadow-lift: 0 2px 8px rgba(12, 17, 22, .06), 0 28px 60px -32px rgba(12, 17, 22, .3);

  /* header band and logo, at rest and once stuck */
  --header-h: 88px;
  --logo-h:   68px;

  --t: .22s cubic-bezier(.32, .72, 0, 1);
  --t-slow: .5s cubic-bezier(.32, .72, 0, 1);
  color-scheme: light;
}

/* --------------------------------------------------------------- reset */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink-2);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -.005em;
  font-feature-settings: "cv05" 1, "cv11" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, picture, svg, video { max-width: 100%; }
img { height: auto; display: block; }
[hidden] { display: none !important; }

h1, h2, h3, h4 {
  color: var(--ink);
  margin: 0;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.028em;
  text-wrap: balance;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--ink); text-decoration-color: var(--rule); text-underline-offset: 3px; }
a:hover { color: var(--navy-700); }

ul, ol { margin: 0; padding: 0; }
hr { border: 0; border-top: 1px solid var(--rule); margin: 0; }

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--navy-100); color: var(--navy-900); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 22px;
  border-radius: 0 0 var(--r-sm) var(--r-sm); font-weight: 500; text-decoration: none;
  transition: top var(--t);
}
.skip-link:focus { top: 0; color: #fff; }

.wrap {
  width: 100%; max-width: var(--wrap); margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: var(--wrap-narrow); }

/* ------------------------------------------------------------- typography */

/* Quiet label rather than a loud letterspaced eyebrow. */
.eyebrow {
  font-size: 14px; font-weight: 500; letter-spacing: -.01em;
  text-transform: none; color: var(--muted); margin: 0 0 18px;
  display: flex; align-items: center; gap: 10px;
}
.eyebrow::before {
  content: ""; flex: none; width: 6px; height: 6px; border-radius: 50%;
  background: var(--red-500);
}
.eyebrow--navy  { color: var(--muted); }
.eyebrow--light { color: var(--navy-300); }
.eyebrow--light::before { background: var(--red-500); }

.display {
  font-weight: 600;
  font-size: clamp(42px, 6.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.036em;
  color: var(--ink);
}
.display .accent { color: var(--muted-2); }

.lede { font-size: clamp(18px, 1.55vw, 21px); line-height: 1.5; color: var(--muted); max-width: 58ch; }
.muted { color: var(--muted); }
.small { font-size: 15px; }

/* ------------------------------------------------------------------ buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-sans); font-size: 16px; font-weight: 500;
  line-height: 1; letter-spacing: -.011em; text-decoration: none; cursor: pointer;
  padding: 15px 26px; border-radius: var(--pill); border: 1px solid transparent;
  transition: background var(--t), color var(--t), border-color var(--t), opacity var(--t);
}
.btn .icon { flex: none; transition: transform var(--t); }
.btn:hover .icon { transform: translateX(2px); }

.btn--primary { background: var(--red-600); color: #fff; border-color: var(--red-600); }
.btn--primary:hover { background: var(--red-700); border-color: var(--red-700); color: #fff; }

.btn--navy, .btn--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--navy:hover, .btn--dark:hover { background: #262E38; border-color: #262E38; color: #fff; }

.btn--ghost { background: var(--tile); color: var(--ink); border-color: transparent; }
.btn--ghost:hover { background: var(--tile-2); color: var(--ink); }

.btn--outline { background: transparent; color: var(--ink); border-color: var(--rule); }
.btn--outline:hover { border-color: var(--ink); color: var(--ink); background: transparent; }

.btn--onnavy { background: #fff; color: var(--ink); border-color: #fff; }
.btn--onnavy:hover { background: rgba(255, 255, 255, .88); color: var(--ink); }

.btn--sm { padding: 11px 20px; font-size: 15px; }
.btn--lg { padding: 18px 34px; font-size: 17px; }
.btn--block { width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .5; pointer-events: none; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.text-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 500; font-size: 16px; color: var(--ink); text-decoration: none;
  transition: color var(--t);
}
.text-link .icon { transition: transform var(--t); }
.text-link:hover { color: var(--navy-700); }
.text-link:hover .icon { transform: translateX(4px); }

/* --------------------------------------------------------------- header */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: saturate(1.8) blur(16px);
  -webkit-backdrop-filter: saturate(1.8) blur(16px);
  transition: border-color var(--t), background var(--t);
  border-bottom: 1px solid transparent;
}
.site-header.is-stuck { border-bottom-color: var(--rule-2); --header-h: 74px; --logo-h: 58px; }
.site-header .wrap { max-width: 1440px; }

.site-header__inner {
  display: flex; align-items: center; gap: clamp(10px, 1.6vw, 22px);
  min-height: var(--header-h);
  transition: min-height var(--t);
}

.brand { display: flex; align-items: center; text-decoration: none; flex: none; }

/* The supplied lockup is stacked (mark over wordmark), so it is sized by HEIGHT
   — sizing by width let a ~101px-tall logo dictate the header band. Below about
   64px the "PEOPLE & STRUCTURE" line stops being legible, so that is the floor. */
.logo-lockup { height: var(--logo-h); width: auto; transition: height var(--t); }

.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: clamp(4px, 1vw, 10px); list-style: none; }
.nav-link {
  position: relative; display: flex; align-items: center; min-height: 36px;
  padding: 8px 12px; border-radius: var(--pill);
  font-size: 15px; font-weight: 400; letter-spacing: -.011em;
  color: var(--ink-2); text-decoration: none; white-space: nowrap;
  transition: background var(--t), color var(--t);
}
.nav-link:hover { background: var(--tile); color: var(--ink); }
.nav-link.is-current { color: var(--ink); font-weight: 500; background: var(--tile); }

.site-header__actions { display: flex; align-items: center; gap: 10px; flex: none; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border: 0;
  background: var(--tile); border-radius: var(--pill); cursor: pointer; padding: 0;
  align-items: center; justify-content: center; transition: background var(--t);
}
.nav-toggle:hover { background: var(--tile-2); }
.nav-toggle__bars { display: block; width: 18px; }
.nav-toggle__bars span {
  display: block; height: 1.5px; background: var(--ink); border-radius: 2px;
  transition: transform var(--t), opacity var(--t);
}
.nav-toggle__bars span + span { margin-top: 5px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(1) { transform: translateY(6.5px) 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(-6.5px) rotate(-45deg); }

.mobile-nav {
  border-top: 1px solid var(--rule-2); background: #fff;
  max-height: calc(100dvh - var(--header-h)); overflow-y: auto;
  padding: 14px var(--gutter) 32px;
}
.mobile-nav__list { list-style: none; }
.mobile-nav__list a {
  display: block; padding: 14px 2px; font-size: 20px; font-weight: 500;
  letter-spacing: -.02em; color: var(--ink); text-decoration: none;
}
.mobile-nav__list a[aria-current="page"] { color: var(--muted); }
.mobile-nav__cta { display: grid; gap: 10px; margin-top: 24px; }
.mobile-nav__contact { list-style: none; margin-top: 28px; display: grid; gap: 12px; }
.mobile-nav__contact li { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.mobile-nav__contact .icon { color: var(--muted); flex: none; }
.mobile-nav__contact a { color: var(--ink); font-weight: 500; text-decoration: none; }

body.nav-open { overflow: hidden; }

/* ----------------------------------------------------------------- icons */

.icon { flex: none; }
.icon .ic-accent { stroke: var(--red-500); }

.icon-chip {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: var(--r-sm);
  background: transparent; color: var(--ink);
  transition: color var(--t);
}
.icon-chip--lg { width: 64px; height: 64px; }

/* --------------------------------------------------------------- sections */

.section { padding-block: var(--sec); }
.section--tint  { background: var(--ground); }
.section--tint2 { background: var(--ground-2); }
.section--navy  { background: var(--navy-900); color: var(--navy-300); }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--hair { border-top: 1px solid var(--rule-2); }

.section-head {
  display: flex; align-items: flex-end; gap: 40px;
  margin-bottom: clamp(40px, 5vw, 68px);
}
.section-head--center { flex-direction: column; align-items: center; text-align: center; }
.section-head--center .section-head__lede { margin-inline: auto; }
.section-head__main { flex: 1 1 auto; min-width: 0; }
.section-head__aside { flex: none; margin-left: auto; padding-bottom: 10px; }
.section-head__title {
  font-size: clamp(32px, 4.4vw, 52px); line-height: 1.05; letter-spacing: -.032em;
  font-weight: 600; max-width: 22ch;
}
.section-head__lede { margin-top: 20px; max-width: 54ch; color: var(--muted); font-size: 18px; }
.section-head--light .section-head__title { color: #fff; }
.section-head--light .section-head__lede { color: var(--navy-300); }

/* A head that also carries a lede reads better on a slightly wider measure. */
.section-head__main:has(.section-head__lede) .section-head__title { max-width: 26ch; }

/* ------------------------------------------------------------------ cards */

.card-grid { display: grid; gap: clamp(20px, 2.4vw, 32px); }
.card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Borderless tile. Fill and whitespace separate it, not a stroke. */
.card {
  position: relative; display: flex; flex-direction: column;
  background: var(--tile); border: 0; border-radius: var(--r-lg);
  padding: 28px 26px 26px; text-decoration: none; color: inherit;
  transition: background var(--t), transform var(--t);
}
.card--link:hover, .card--link:focus-visible { background: var(--tile-2); }
.card--link:hover .card__arrow { transform: translateX(4px); }
.card__meta {
  font-size: 14px; font-weight: 400; letter-spacing: -.01em;
  color: var(--muted-2); margin: 20px 0 6px;
}
.card__title {
  font-size: 21px; font-weight: 600; letter-spacing: -.024em;
  margin: 20px 0 8px; color: var(--ink);
}
.card__meta + .card__title { margin-top: 0; }
.card__body { color: var(--muted); font-size: 16px; margin: 0; flex: 1 1 auto; }
.card__arrow {
  display: inline-flex; margin-top: 22px; color: var(--ink);
  transition: transform var(--t);
}

/* Service family panel */
.svc {
  background: var(--tile); border: 0; border-radius: var(--r-lg);
  padding: clamp(26px, 3vw, 38px); scroll-margin-top: 110px;
  transition: background var(--t);
}
.svc:hover { background: var(--tile-2); }
.svc__top { display: flex; align-items: center; gap: 12px; }
.svc__pillar {
  font-size: 14px; font-weight: 400; letter-spacing: -.01em; color: var(--muted-2);
}
.svc__title { font-size: 25px; font-weight: 600; letter-spacing: -.026em; margin: 18px 0 10px; }
.svc__lede { color: var(--muted); margin-bottom: 24px; }
.svc__list {
  list-style: none; display: flex; flex-wrap: wrap; gap: 8px;
  border-top: 1px solid var(--rule); padding-top: 24px;
}
.svc__list li {
  font-size: 14.5px; color: var(--ink-2); background: var(--surface);
  border-radius: var(--pill); padding: 7px 14px; letter-spacing: -.01em;
}
.svc__more { margin-top: 26px; }

/* --------------------------------------------------------- home: hero */

.hero { position: relative; overflow: hidden; background: var(--surface); }
.hero__inner {
  display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: clamp(28px, 4vw, 64px); align-items: center;
  padding-block: clamp(44px, 5.5vw, 76px);
}
.hero__copy { position: relative; z-index: 2; max-width: 640px; }
.hero__title { font-size: clamp(42px, 5.9vw, 72px); }
.hero__lede { margin-top: 26px; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.5; color: var(--muted); max-width: 46ch; }

.hero__media { position: relative; }
.hero__media picture {
  display: block; border-radius: var(--r-xl); overflow: hidden; background: var(--tile);
}
.hero__media img { width: 100%; height: clamp(380px, 46vw, 560px); object-fit: cover; object-position: 50% 22%; }
.hero__media picture::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 42%;
  background: linear-gradient(to top, rgba(5, 14, 26, .62), rgba(5, 14, 26, 0));
  pointer-events: none;
}
.hero__media picture { position: relative; }
.hero__stamp {
  position: absolute; right: clamp(20px, 2.4vw, 34px); bottom: clamp(20px, 2.4vw, 34px); z-index: 2;
  color: #fff;
}
.hero__stamp p {
  margin: 0; font-size: 15px; font-weight: 500; letter-spacing: -.015em; line-height: 1.35;
}
.hero__stamp span { display: none; }

.hero__trust {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin-top: 44px; list-style: none;
}
.hero__trust li {
  display: flex; align-items: center; gap: 9px;
  background: var(--tile); border-radius: var(--pill); padding: 9px 18px 9px 14px;
}
.hero__trust .icon { color: var(--ink); width: 20px; height: 20px; }
.hero__trust p {
  margin: 0; font-size: 14.5px; font-weight: 400; color: var(--ink-2); line-height: 1.3;
  letter-spacing: -.01em; white-space: normal;
}

/* --------------------------------------------------- home: the challenge */

.challenge__grid {
  display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  gap: clamp(32px, 6vw, 96px);
}
.challenge__aside { position: relative; }
.challenge__aside::after { display: none; }
.challenge__rule { display: none; }

.pain-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.pain {
  display: flex; align-items: center; gap: 14px;
  padding: 20px 22px; border-radius: var(--r); background: var(--surface);
  transition: background var(--t);
}
.section--tint .pain { background: var(--surface); }
.pain:hover { background: var(--tile-2); }
.pain .icon { color: var(--ink); margin-bottom: 0; width: 22px; height: 22px; }
.pain p { margin: 0; font-size: 16.5px; font-weight: 400; color: var(--ink); letter-spacing: -.014em; }

.challenge__close { grid-column: 1 / -1; margin-top: 28px; }
.challenge__close p {
  font-size: clamp(20px, 2.2vw, 26px); font-weight: 500; letter-spacing: -.026em;
  color: var(--ink); margin: 0;
}
.challenge__close span { display: none; }

/* ------------------------------------------------ home: HR health check */

.hc-band {
  position: relative; background: var(--navy-900); color: var(--navy-300);
  overflow: hidden; border-radius: var(--r-xl);
  width: calc(100% - 2 * var(--gutter)); max-width: var(--wrap); margin-inline: auto;
  padding-block: clamp(48px, 6vw, 84px);
}
/* The panel is inset from the page edge, so its inner wrap supplies its own
   padding rather than the page gutter. */
.hc-band > .wrap { max-width: none; padding-inline: clamp(24px, 3.5vw, 56px); }
.hc-band__mark { display: none; }   /* the panel reads cleaner without a watermark */
.hc-band__grid {
  position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 5vw, 72px); align-items: center;
}
.hc-band__title { font-size: clamp(32px, 4vw, 48px); color: #fff; letter-spacing: -.032em; }
.hc-band__lede { margin-top: 20px; color: var(--navy-300); font-size: 18px; max-width: 42ch; }

.steps { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.step {
  position: relative; padding: 24px 24px 26px; border-radius: var(--r);
  transition: background var(--t);
}
.step + .step::before { display: none; }
.step__icon { display: block; margin-bottom: 18px; }
.step__n { font-weight: 400; margin-right: 8px; font-variant-numeric: tabular-nums; }
.step__title { font-size: 17px; font-weight: 500; letter-spacing: -.02em; margin: 0 0 8px; }
.step__body { font-size: 15px; margin: 0; line-height: 1.5; }
.step--light { color: var(--navy-300); background: rgba(255, 255, 255, .04); }
.step--light:hover { background: rgba(255, 255, 255, .07); }
.step--light .step__icon { color: #fff; }
.step--light .step__n { color: var(--navy-300); }
.step--light .step__title { color: #fff; }
.step--dark { color: var(--muted); background: var(--tile); }
.step--dark:hover { background: var(--tile-2); }
.step--dark .step__icon { color: var(--ink); }
.step--dark .step__n { color: var(--muted-2); }
.step--dark .step__title { color: var(--ink); }

/* ------------------------------------------------------- sector strip */

.sector-strip { background: var(--surface); padding-block: clamp(48px, 6vw, 80px); border: 0; }
.sector-strip__label {
  font-size: 15px; font-weight: 400; letter-spacing: -.012em; text-transform: none;
  color: var(--muted); margin-bottom: 32px;
}
.sector-list {
  list-style: none; display: flex; flex-wrap: wrap; gap: 10px;
}
.sector-list li {
  display: flex; flex-direction: row; align-items: center; gap: 10px; text-align: left;
  background: var(--tile); border-radius: var(--pill); padding: 11px 20px 11px 16px;
  transition: background var(--t);
}
.sector-list li:hover { background: var(--tile-2); }
.sector-list .icon { color: var(--ink); width: 20px; height: 20px; }
.sector-list p { margin: 0; font-size: 15px; font-weight: 400; color: var(--ink); line-height: 1.2; letter-spacing: -.012em; }

.sector-strip__note {
  display: flex; align-items: center; gap: 0; margin-top: 36px;
  padding-top: 0; border: 0;
}
.sector-strip__note span { display: none; }
.sector-strip__note p {
  margin: 0; font-size: clamp(19px, 2vw, 24px); font-weight: 500; letter-spacing: -.026em;
  text-transform: none; color: var(--ink); line-height: 1.25;
}

/* ------------------------------------------------------------- why band */

.why-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 32px); background: transparent; border: 0; border-radius: 0;
}
.why { background: transparent; padding: 28px 0 0; border-top: 1px solid var(--rule); }
.why__n { font-size: 14px; font-weight: 400; color: var(--muted-2); letter-spacing: 0; margin: 0 0 16px; font-variant-numeric: tabular-nums; }
.why__title { font-size: 21px; font-weight: 600; letter-spacing: -.024em; margin: 0 0 10px; }
.why__body { font-size: 16px; color: var(--muted); margin: 0; }

/* ------------------------------------------------------------ split rows */

.split {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 80px); align-items: center;
}
.split--media-first .split__media { order: -1; }
.split__media picture, .split__media img {
  border-radius: var(--r-xl); overflow: hidden; width: 100%;
}
.split__media img { box-shadow: none; }

/* ------------------------------------------------------------- page hero */

.page-hero { background: var(--surface); border: 0; }
.page-hero__inner { padding-block: clamp(52px, 6.5vw, 96px) clamp(40px, 5vw, 72px); }
.page-hero--media .page-hero__inner {
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.page-hero__title { font-size: clamp(40px, 5.4vw, 64px); line-height: 1.03; letter-spacing: -.034em; }
.page-hero__title .accent { color: var(--muted-2); }
.page-hero__lede { margin-top: 24px; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.5; color: var(--muted); max-width: 52ch; }
.page-hero__media img { border-radius: var(--r-xl); width: 100%; box-shadow: none; }
.page-hero--navy { background: var(--navy-900); }
.page-hero--navy .page-hero__title { color: #fff; }
.page-hero--navy .page-hero__lede { color: var(--navy-300); }

/* --------------------------------------------------------------- prose */

.prose { max-width: 68ch; }
.prose h2 { font-size: clamp(25px, 2.6vw, 32px); margin: 52px 0 16px; letter-spacing: -.028em; }
.prose h3 { font-size: 20px; margin: 36px 0 10px; font-weight: 600; letter-spacing: -.022em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 1.2em; display: grid; gap: 10px; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li::marker { color: var(--muted-2); }
.prose a { color: var(--navy-700); text-decoration: underline; text-decoration-color: var(--navy-100); }

/* --------------------------------------------------------- belief list */

.belief { list-style: none; display: grid; gap: 4px; background: transparent; border: 0; border-radius: 0; overflow: visible; }
.belief li {
  background: var(--tile); border-radius: var(--r); padding: 20px 24px;
  display: flex; gap: 14px; align-items: flex-start;
}
.section--tint .belief li { background: var(--surface); }
.belief .icon { color: var(--ink); margin-top: 2px; }
.belief p { margin: 0; font-size: 16.5px; color: var(--ink-2); letter-spacing: -.012em; }
.belief strong { color: var(--ink); font-weight: 600; }

/* --------------------------------------------------------- approach list */

.approach { list-style: none; counter-reset: ap; display: grid; gap: 0; }
.approach li {
  counter-increment: ap; display: grid; grid-template-columns: 56px minmax(0, 1fr);
  gap: 22px; padding: 28px 0; border-top: 1px solid var(--rule);
}
.approach li:last-child { border-bottom: 1px solid var(--rule); }
.approach li::before {
  content: "0" counter(ap); font-weight: 400; font-size: 15px;
  color: var(--muted-2); line-height: 1.7; font-variant-numeric: tabular-nums;
}
.approach h3 { font-size: 21px; font-weight: 600; letter-spacing: -.024em; margin: 0 0 8px; }
.approach p { margin: 0; color: var(--muted); }

/* ---------------------------------------------------------------- CTA band */

.cta-band {
  background: var(--navy-900); position: relative; overflow: hidden;
  padding-block: clamp(64px, 8vw, 116px);
}
.cta-band__inner { position: relative; display: flex; gap: clamp(28px, 4vw, 64px); align-items: center; }
.cta-band__mark { flex: none; width: 96px; opacity: .9; }
.cta-band__mark img { width: 100%; height: auto; }
.cta-band__copy { flex: 1 1 auto; min-width: 0; }
.cta-band__title { font-size: clamp(32px, 4.2vw, 54px); color: #fff; letter-spacing: -.034em; line-height: 1.05; max-width: 20ch; }
.cta-band__body { margin-top: 20px; color: var(--navy-300); max-width: 56ch; font-size: 18px; }
.cta-band .btn--outline { color: #fff; border-color: rgba(255, 255, 255, .28); }
.cta-band .btn--outline:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .6); color: #fff; }
.cta-band__direct { margin-top: 28px; font-size: 15px; color: var(--navy-300); }
.cta-band__direct a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .28); }
.cta-band__direct a:hover { color: #fff; border-color: #fff; }

/* -------------------------------------------------------------------- FAQ */

.faq { border-top: 1px solid var(--rule); }
.faq__item { border-bottom: 1px solid var(--rule); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 26px 2px; cursor: pointer; list-style: none;
  font-weight: 500; font-size: clamp(18px, 1.9vw, 21px); letter-spacing: -.022em;
  color: var(--ink);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--muted); }
.faq__marker { position: relative; flex: none; width: 14px; height: 14px; }
.faq__marker::before, .faq__marker::after {
  content: ""; position: absolute; background: var(--ink); border-radius: 2px;
  transition: transform var(--t);
}
.faq__marker::before { left: 0; top: 6px; width: 14px; height: 1.5px; }
.faq__marker::after  { left: 6px; top: 0; width: 1.5px; height: 14px; }
.faq__item[open] .faq__marker::after { transform: scaleY(0); }
.faq__a { padding: 0 48px 28px 2px; color: var(--muted); }

/* ------------------------------------------------------------------ forms */

.form-card {
  background: var(--tile); border: 0; border-radius: var(--r-xl);
  padding: clamp(26px, 3.4vw, 44px); box-shadow: none;
}
.section--tint .form-card { background: var(--surface); }
/* bottom-align so a two-line label doesn't push its input out of step */
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: end; }
.field { display: block; }
.field--full { grid-column: 1 / -1; }
.field__label {
  display: block; font-size: 15px; font-weight: 500; letter-spacing: -.012em;
  color: var(--ink); margin-bottom: 8px;
}
.field__req { color: var(--red-600); }
.field__hint { display: block; font-size: 14px; color: var(--muted-2); font-weight: 400; margin-top: 4px; letter-spacing: -.008em; }

.input, .select, .textarea {
  width: 100%; font-family: var(--font-sans); font-size: 16px; color: var(--ink);
  background: var(--surface); border: 1px solid var(--rule); border-radius: var(--r-sm);
  padding: 13px 15px; transition: border-color var(--t), box-shadow var(--t);
  appearance: none; letter-spacing: -.011em;
}
.section--tint .input, .section--tint .select, .section--tint .textarea { background: var(--surface); }
.textarea { min-height: 136px; resize: vertical; line-height: 1.55; }
.select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%230C1116' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; padding-right: 42px;
}
.input::placeholder, .textarea::placeholder { color: var(--muted-2); }
.input:focus, .select:focus, .textarea:focus {
  outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(12, 17, 22, .08);
}
.input[aria-invalid="true"], .select[aria-invalid="true"], .textarea[aria-invalid="true"] {
  border-color: var(--danger); background: var(--danger-bg);
}
.field__error { display: block; margin-top: 7px; font-size: 14px; color: var(--danger); font-weight: 500; }
.field__error:empty { display: none; }

.radio-row { display: flex; flex-wrap: wrap; gap: 8px; }
.radio-pill { position: relative; }
.radio-pill input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.radio-pill span {
  display: block; padding: 11px 20px; border: 1px solid var(--rule); border-radius: var(--pill);
  font-size: 15px; font-weight: 400; color: var(--ink-2); cursor: pointer; background: var(--surface);
  transition: border-color var(--t), background var(--t), color var(--t);
}
.radio-pill input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.radio-pill input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 3px; }

.check { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--muted); }
.check input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--ink); flex: none; }

.form-status { margin-top: 22px; border-radius: var(--r); padding: 16px 18px; font-size: 15.5px; display: none; }
.form-status.is-error { display: block; background: var(--danger-bg); color: var(--danger); }
.form-status.is-info  { display: block; background: var(--tile-2); color: var(--ink-2); }

.form-success { text-align: center; padding: clamp(32px, 4vw, 56px) 20px; }
.form-success__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 62px; height: 62px; border-radius: 50%; background: var(--ok-bg); color: var(--ok);
  margin-bottom: 24px;
}
.form-success h2 { font-size: 28px; margin-bottom: 14px; letter-spacing: -.03em; }
.form-success p { color: var(--muted); max-width: 48ch; margin-inline: auto; }

/* --------------------------------------------------------- contact cards */

.contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
.contact-card {
  border: 0; border-radius: var(--r-lg); padding: 28px 26px; background: var(--tile);
  transition: background var(--t);
}
.contact-card:hover { background: var(--tile-2); }
.contact-card .icon-chip { width: 34px; height: 34px; }
.contact-card h3 {
  font-size: 14px; font-weight: 400; letter-spacing: -.01em; text-transform: none;
  color: var(--muted-2); margin: 18px 0 8px;
}
.contact-card p { margin: 0; font-size: 17px; color: var(--ink); font-weight: 400; line-height: 1.5; letter-spacing: -.014em; }
.contact-card a { color: var(--ink); text-decoration: none; }
.contact-card a:hover { color: var(--navy-700); }

/* -------------------------------------------------------- health check UI */

.hc__shell { display: grid; grid-template-columns: minmax(0, 250px) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.hc.is-complete .hc__shell { grid-template-columns: minmax(0, 1fr); }

.hc__progress { position: sticky; top: 100px; }
.hc__progress-label { font-size: 14px; font-weight: 400; letter-spacing: -.01em; text-transform: none; color: var(--muted-2); margin-bottom: 14px; }
.hc__bar { height: 4px; border-radius: var(--pill); background: var(--rule); overflow: hidden; }
.hc__bar span { display: block; height: 100%; background: var(--ink); border-radius: var(--pill); transition: width var(--t-slow); }
.hc__count { margin-top: 14px; font-size: 15px; color: var(--muted); }
.hc__count strong { color: var(--ink); font-weight: 500; }
.hc__areas { list-style: none; margin-top: 28px; display: grid; gap: 1px; }
.hc__areas li { display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: var(--muted-2); padding: 8px 0; letter-spacing: -.01em; }
.hc__areas li::before {
  content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%;
  border: 1px solid var(--rule); background: transparent;
}
.hc__areas li.is-done { color: var(--ink-2); }
.hc__areas li.is-done::before { background: var(--ok); border-color: var(--ok); }
.hc__areas li.is-current { color: var(--ink); font-weight: 500; }
.hc__areas li.is-current::before { border-color: var(--ink); background: var(--ink); }

.hc__panel { background: var(--tile); border: 0; border-radius: var(--r-xl); padding: clamp(26px, 3.4vw, 44px); box-shadow: none; }
.hc__area-name { font-size: 14px; font-weight: 400; letter-spacing: -.01em; text-transform: none; color: var(--muted-2); margin: 0 0 14px; }
.hc__question { font-weight: 600; font-size: clamp(23px, 2.6vw, 31px); line-height: 1.12; letter-spacing: -.03em; margin: 0 0 30px; color: var(--ink); }

/* fieldsets carry a UA border and padding — the panel already frames them */
.hc__step { border: 0; padding: 0; margin: 0; min-width: 0; }

.hc__options { list-style: none; display: grid; gap: 8px; }
.hc__option { position: relative; }
.hc__option input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.hc__option label, .hc__option > span {
  display: flex; gap: 14px; align-items: flex-start; cursor: pointer;
  border: 1px solid transparent; border-radius: var(--r); padding: 17px 20px;
  font-size: 16.5px; color: var(--ink-2); line-height: 1.45; background: var(--surface);
  letter-spacing: -.012em;
  transition: border-color var(--t), background var(--t);
}
.hc__option label::before {
  content: ""; flex: none; width: 18px; height: 18px; border-radius: 50%;
  border: 1.5px solid var(--rule); margin-top: 3px; transition: border-color var(--t), box-shadow var(--t);
}
.hc__option label:hover { border-color: var(--rule); background: #fff; }
.hc__option input:checked + label { border-color: var(--ink); color: var(--ink); }
.hc__option input:checked + label::before {
  border-color: var(--ink); box-shadow: inset 0 0 0 3.5px #fff, inset 0 0 0 9px var(--ink);
}
.hc__option input:focus-visible + label { outline: 2px solid var(--ink); outline-offset: 3px; }

.hc__nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; padding-top: 0; border: 0; }
.hc__back { background: none; border: 0; font: inherit; font-weight: 400; color: var(--muted); cursor: pointer; padding: 10px 4px; }
.hc__back:hover { color: var(--ink); }
.hc__back[hidden] { display: none; }

/* health check results */
.hc-result__score {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(26px, 4vw, 52px);
  align-items: center; padding-bottom: 40px; border-bottom: 1px solid var(--rule);
}
.hc-dial { position: relative; width: 168px; height: 168px; flex: none; }
.hc-dial svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.hc-dial__track { stroke: var(--rule); }
.hc-dial__value { stroke: var(--ink); stroke-linecap: round; transition: stroke-dashoffset 1.1s cubic-bezier(.32,.72,0,1); }
.hc-dial__num { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.hc-dial__num strong { display: block; font-size: 46px; font-weight: 600; color: var(--ink); line-height: 1; letter-spacing: -.04em; }
.hc-dial__num span { display: block; font-size: 13px; font-weight: 400; letter-spacing: -.01em; text-transform: none; color: var(--muted-2); margin-top: 8px; }

.hc-band-label {
  display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500;
  letter-spacing: -.012em; text-transform: none; padding: 7px 15px; border-radius: var(--pill);
}
.hc-band-label[data-band="critical"]   { background: var(--danger-bg); color: var(--danger); }
.hc-band-label[data-band="developing"] { background: var(--warn-bg); color: var(--warn); }
.hc-band-label[data-band="structured"] { background: var(--navy-050); color: var(--navy-700); }
.hc-band-label[data-band="mature"]     { background: var(--ok-bg); color: var(--ok); }

.hc-result__headline { font-size: clamp(24px, 2.6vw, 32px); margin: 18px 0 14px; letter-spacing: -.03em; }

.hc-areas { list-style: none; display: grid; gap: 4px; margin-top: 32px; }
.hc-area { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 18px; align-items: center; padding: 18px 20px; border: 0; border-radius: var(--r); background: var(--surface); }
.hc-area__name { font-weight: 500; color: var(--ink); margin: 0; font-size: 16.5px; letter-spacing: -.016em; }
.hc-area__meter { grid-column: 1 / -1; height: 4px; border-radius: var(--pill); background: var(--rule); overflow: hidden; }
.hc-area__meter span { display: block; height: 100%; border-radius: var(--pill); }
.hc-area__note { grid-column: 1 / -1; margin: 0; font-size: 15px; color: var(--muted); }
.hc-status { font-size: 13px; font-weight: 500; letter-spacing: -.01em; text-transform: none; padding: 5px 12px; border-radius: var(--pill); white-space: nowrap; }
.hc-status[data-s="critical"] { background: var(--danger-bg); color: var(--danger); }
.hc-status[data-s="high"]     { background: var(--warn-bg); color: var(--warn); }
.hc-status[data-s="medium"]   { background: var(--navy-050); color: var(--navy-700); }
.hc-status[data-s="good"]     { background: var(--ok-bg); color: var(--ok); }
.hc-area__meter span[data-s="critical"] { background: var(--danger); }
.hc-area__meter span[data-s="high"]     { background: #B07A12; }
.hc-area__meter span[data-s="medium"]   { background: var(--navy-600); }
.hc-area__meter span[data-s="good"]     { background: var(--ok); }

.hc-plan { list-style: none; counter-reset: pl; display: grid; gap: 0; margin-top: 8px; }
.hc-plan li { counter-increment: pl; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 18px; padding: 26px 0; border-top: 1px solid var(--rule); }
.hc-plan li::before { content: "0" counter(pl); font-weight: 400; font-size: 15px; color: var(--muted-2); line-height: 1.7; font-variant-numeric: tabular-nums; }
.hc-plan h4 { margin: 0 0 8px; font-size: 19px; color: var(--ink); font-weight: 600; letter-spacing: -.022em; }
.hc-plan p { margin: 0 0 10px; color: var(--muted); font-size: 16px; }

.hc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }

/* ------------------------------------------------------------- resources */

.feature-res {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(22px, 3vw, 44px); align-items: center;
  background: var(--tile); border: 0; border-radius: var(--r-xl);
  padding: clamp(28px, 3.6vw, 48px); box-shadow: none;
}
.section--tint .feature-res { background: var(--surface); }
.feature-res__title { font-size: clamp(24px, 2.5vw, 30px); margin: 0 0 12px; letter-spacing: -.028em; }
.feature-res__body p { color: var(--muted); }
.feature-res__points { list-style: none; display: grid; gap: 10px; margin-top: 20px; }
.feature-res__points li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; color: var(--ink-2); letter-spacing: -.012em; }
.feature-res__points .icon { color: var(--ok); margin-top: 2px; }
.feature-res__action { flex: none; }

.res-card { display: flex; flex-direction: column; height: 100%; }
.res-card__format { font-size: 14px; font-weight: 400; letter-spacing: -.01em; text-transform: none; color: var(--muted-2); margin: 18px 0 8px; }
.res-card__body { flex: 1 1 auto; }
.res-card__action { margin-top: 26px; }

/* --------------------------------------------------------------- insights */

.theme-card { border: 0; border-left: 0; padding: 26px 0 0; border-top: 1px solid var(--rule); transition: border-color var(--t); }
.theme-card:hover { border-top-color: var(--ink); }
.theme-card__cat { font-size: 14px; font-weight: 400; letter-spacing: -.01em; text-transform: none; color: var(--muted-2); margin: 0 0 10px; }
.theme-card h3 { font-size: 21px; font-weight: 600; letter-spacing: -.024em; margin: 0 0 8px; }
.theme-card p { margin: 0; color: var(--muted); font-size: 16px; }

.chip-row { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.chip {
  display: inline-block; padding: 10px 18px; border: 0; border-radius: var(--pill);
  font-size: 15px; font-weight: 400; color: var(--ink); background: var(--tile);
  letter-spacing: -.012em; transition: background var(--t);
}
.section--tint .chip { background: var(--surface); }
a.chip:hover { background: var(--tile-2); }

.notice {
  display: flex; gap: 14px; align-items: flex-start; padding: 22px 24px;
  border: 0; background: var(--tile); border-radius: var(--r-lg);
  color: var(--ink-2); font-size: 16px; letter-spacing: -.012em;
}
.section--tint .notice { background: var(--surface); }
.notice .icon { color: var(--ink); margin-top: 2px; }
.notice p { margin: 0; }
.notice strong { color: var(--ink); font-weight: 600; }

.newsletter { background: var(--navy-900); border-radius: var(--r-xl); padding: clamp(32px, 4.4vw, 64px); color: var(--navy-300); }
.newsletter h2 { color: #fff; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.032em; max-width: 20ch; }
.newsletter p { margin-top: 16px; max-width: 52ch; }
.newsletter__form { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.newsletter__form .input { flex: 1 1 260px; border-color: transparent; border-radius: var(--pill); padding-inline: 20px; }
.newsletter__note { margin-top: 16px; font-size: 14px; color: var(--navy-300); }

/* ---------------------------------------------------------------- footer */

.site-footer { background: var(--surface); color: var(--muted); padding-top: clamp(64px, 7vw, 96px); border-top: 1px solid var(--rule); }
.site-footer__grid {
  display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr)) minmax(0, 1.2fr);
  gap: clamp(32px, 4vw, 56px); padding-bottom: 60px;
}
.footer-logo-plate { display: inline-block; background: transparent; border-radius: 0; padding: 0; }
.logo-lockup--footer { height: 88px; width: auto; }
.site-footer__tagline {
  margin: 26px 0 12px; font-size: 15px; font-weight: 500; letter-spacing: -.012em;
  text-transform: none; color: var(--ink);
}
.site-footer__blurb { color: var(--muted); font-size: 15.5px; max-width: 34ch; }

.site-footer__heading {
  font-size: 14px; font-weight: 500; letter-spacing: -.01em; text-transform: none;
  color: var(--ink); margin: 0 0 20px;
}
.site-footer__col ul:not(.social-row) { list-style: none; display: grid; gap: 2px; }
.site-footer__col a:not(.btn) {
  display: inline-flex; align-items: center; min-height: 30px; padding: 2px 0;
  color: var(--muted); text-decoration: none; font-size: 15.5px; letter-spacing: -.012em;
  transition: color var(--t);
}
.site-footer__col a:not(.btn):hover { color: var(--ink); }

.site-footer__contact address { font-style: normal; display: grid; gap: 14px; margin-bottom: 26px; }
.footer-contact__row { display: flex; gap: 12px; align-items: flex-start; margin: 0; font-size: 15.5px; line-height: 1.55; letter-spacing: -.012em; }
.footer-contact__row .icon { color: var(--muted-2); margin-top: 3px; }
.footer-contact__row a { color: var(--muted); text-decoration: none; }
.footer-contact__row a:hover { color: var(--ink); }

.social-row { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.social-row a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--pill);
  border: 0; background: var(--tile); color: var(--ink);
  transition: background var(--t);
}
.social-row a:hover { background: var(--tile-2); color: var(--ink); }
.social-row .ic-accent { stroke: currentColor; }

.site-footer__base { border-top: 1px solid var(--rule); padding-block: 28px 40px; }
.site-footer__legalnote { font-size: 14px; color: var(--muted-2); max-width: 88ch; margin-bottom: 20px; }
.site-footer__legalnote a { color: var(--ink-2); text-decoration: underline; text-decoration-color: var(--rule); }
.site-footer__baserow { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: space-between; align-items: center; }
.site-footer__copy { margin: 0; font-size: 14px; color: var(--muted-2); }
.site-footer__legal { list-style: none; display: flex; flex-wrap: wrap; gap: 22px; }
.site-footer__legal a {
  display: inline-flex; align-items: center; min-height: 28px;
  color: var(--muted-2); text-decoration: none; font-size: 14px;
}
.site-footer__legal a:hover { color: var(--ink); }

/* ------------------------------------------------------------ scroll reveal */

[data-reveal] { opacity: 0; transform: translateY(14px); }
.reveal-ready [data-reveal] {
  transition: opacity .6s cubic-bezier(.32, .72, 0, 1), transform .6s cubic-bezier(.32, .72, 0, 1);
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* ------------------------------------------------------------ responsive */

@media (min-width: 1041px) {
  .hero__inner { padding-block: 0; align-items: stretch; }
  .hero__copy { align-self: center; padding-block: clamp(44px, 5vw, 80px); }
  .hero__media { margin-block: clamp(18px, 2vw, 30px); }
  .hero__media picture { height: 100%; }
  .hero__media img { height: 100%; min-height: clamp(460px, 42vw, 600px); }
}

@media (max-width: 1320px) {
  .site-nav__list { gap: 2px; }
  .nav-link { font-size: 14.5px; padding: 8px 10px; }
}

@media (max-width: 1120px) {
  :root { --header-h: 82px; --logo-h: 64px; }
  .site-header.is-stuck { --header-h: 72px; --logo-h: 56px; }
  .site-header__actions .btn--primary { padding: 10px 16px; font-size: 14.5px; }
}

@media (max-width: 1040px) {
  .site-nav { display: none; }
  .site-header__actions { margin-left: auto; }
  .nav-toggle { display: inline-flex; }
  html { scroll-padding-top: 90px; }

  .card-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-band__grid, .challenge__grid, .split, .page-hero--media .page-hero__inner,
  .hero__inner { grid-template-columns: minmax(0, 1fr); }
  .split--media-first .split__media { order: 0; }
  .hero__inner { padding-block: 36px 52px; }
  .hero__media img { height: clamp(360px, 58vw, 560px); object-position: 50% 16%; }
  .section-head__main, .section-head__main:has(.section-head__lede) { max-width: none; }
  .site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc__shell { grid-template-columns: minmax(0, 1fr); }
  .hc__progress { position: static; }
  .hc__areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-band { width: 100%; border-radius: 0; }
  .hc-band > .wrap { padding-inline: var(--gutter); }
}

@media (max-width: 860px) {
  .contact-cards { grid-template-columns: minmax(0, 1fr); }
  .field-grid { grid-template-columns: minmax(0, 1fr); }
  .hc-result__score { grid-template-columns: minmax(0, 1fr); justify-items: start; }
  .feature-res { grid-template-columns: minmax(0, 1fr); }
  .feature-res__action .btn { width: 100%; }
}

@media (max-width: 720px) {
  body { font-size: 16.5px; }
  /* the mobile panel already carries both calls to action */
  .site-header__actions .btn--primary { display: none; }
  .card-grid--2, .card-grid--3, .card-grid--4 { grid-template-columns: minmax(0, 1fr); }
  .why-grid { grid-template-columns: minmax(0, 1fr); }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .pain-grid { grid-template-columns: minmax(0, 1fr); }
  .section-head { flex-direction: column; align-items: flex-start; gap: 22px; }
  .section-head__aside { padding-bottom: 0; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .cta-band__mark { width: 72px; }
  .site-footer__grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .hero__stamp { display: none; }
  .btn-row .btn { flex: 1 1 200px; }
  .hc__areas { grid-template-columns: minmax(0, 1fr); }
  .approach li { grid-template-columns: 40px minmax(0, 1fr); gap: 16px; }
}

@media (max-width: 520px) {
  :root { --header-h: 74px; --logo-h: 58px; }
  .site-header.is-stuck { --header-h: 66px; --logo-h: 52px; }
  .hero__trust { gap: 8px; }
  .hero__trust li { padding: 8px 14px 8px 12px; }
  .hero__trust p { font-size: 13.5px; }
  .faq__a { padding-right: 6px; }
  .hc-dial { width: 136px; height: 136px; }
  .hc-dial__num strong { font-size: 38px; }
  .sector-list { gap: 6px; }
  .sector-list li { padding: 9px 16px 9px 13px; }
}

/* -------------------------------------------------------- motion & print */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .cta-band, .hc__progress, .hc-actions, .skip-link { display: none !important; }
  body { font-size: 12pt; color: #000; }
  .hc__panel, .form-card, .card { border: 1px solid #999; box-shadow: none; background: #fff; break-inside: avoid; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  .section { padding-block: 18pt; }
}
