/* Extends design system from home page — keep in sync */
/* =========================================================
   Influence 51 — Services page
   Strict palette: #000 / #FFF / #6600FF (+ rgba alphas only).
   Type: Futura PT (Adobe Typekit) — thin (300) + bold (700).
   ========================================================= */

:root {
  /* Palette — ONLY these three + alphas */
  --ink:     #000000;
  --white:   #FFFFFF;
  --accent:  #6600FF;
  --accent-hover: #7A1AFF;

  /* Alphas on black */
  --ink-90: rgba(0,0,0,.90);
  --ink-72: rgba(0,0,0,.72);
  --ink-62: rgba(0,0,0,.62);
  --ink-55: rgba(0,0,0,.55);
  --ink-30: rgba(0,0,0,.30);
  --ink-12: rgba(0,0,0,.12);
  --ink-08: rgba(0,0,0,.08);
  --ink-06: rgba(0,0,0,.06);

  /* Alphas on white */
  --white-90: rgba(255,255,255,.90);
  --white-72: rgba(255,255,255,.72);
  --white-55: rgba(255,255,255,.55);
  --white-30: rgba(255,255,255,.30);
  --white-15: rgba(255,255,255,.15);
  --white-08: rgba(255,255,255,.08);

  /* Accent alphas */
  --accent-50: rgba(102,0,255,.50);
  --accent-35: rgba(102,0,255,.35);
  --accent-30: rgba(102,0,255,.30);
  --accent-25: rgba(102,0,255,.25);
  --accent-18: rgba(102,0,255,.18);
  --accent-15: rgba(102,0,255,.15);
  --accent-12: rgba(102,0,255,.12);
  --accent-10: rgba(102,0,255,.10);
  --accent-08: rgba(102,0,255,.08);
  --accent-06: rgba(102,0,255,.06);

  --ff: "futura-pt","Futura","Century Gothic","Avenir Next","Helvetica Neue",Arial,sans-serif;

  --content-max: 1240px;
  --gutter: 24px;
  --gutter-mobile: 20px;

  --ease: cubic-bezier(.16,1,.3,1);
  --t: 280ms var(--ease);
  --t-fast: 180ms var(--ease);

  --sec-y: clamp(80px, 10vw, 140px);
  --sec-y-thin: clamp(64px, 7vw, 96px);

  --nav-h: 72px;
}

/* =========================================================
   Base reset
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  min-height: 100dvh;
  font-family: var(--ff);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
a { color: inherit; text-decoration: none; transition: color var(--t), border-color var(--t), background var(--t); }
h1, h2, h3, h4 { font-family: var(--ff); line-height: 1.05; text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.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; }

.container {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
@media (max-width: 640px) {
  .container { padding-inline: var(--gutter-mobile); }
}

/* =========================================================
   Typography primitives
   ========================================================= */
.display {
  font-family: var(--ff);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.02;
  font-size: clamp(2rem, 1.2rem + 3.8vw, 4rem);
  color: var(--ink);
}
.display--center { text-align: center; }
.display--xl {
  font-size: clamp(2.5rem, 1.6rem + 4.4vw, 4.5rem);
}
.display .thin { font-weight: 300; }
.display .bold { font-weight: 700; }

.eyebrow {
  display: inline-block;
  font-family: var(--ff);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.eyebrow--on-dark { color: var(--accent); }

.section-head { margin-bottom: clamp(48px, 6vw, 72px); }
.section-head.center { text-align: center; }
.section-head.center .eyebrow,
.section-head.center .chip { display: inline-flex; }
.section-intro {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--ink-72);
  font-size: 18px;
  line-height: 1.65;
}
.section-intro--on-dark { color: var(--white-72); }

.hairline {
  display: block;
  width: 48px;
  height: 1px;
  background: var(--accent);
  margin-bottom: 24px;
}
.hairline--center { margin: 0 auto 24px; }

/* =========================================================
   Pill chip
   ========================================================= */
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  background: transparent;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 6px 14px;
  line-height: 1;
  margin-bottom: 20px;
}
.chip--solid { background: var(--accent); color: var(--white); border-color: var(--accent); }
.chip--on-dark { color: var(--accent); border-color: var(--accent); }
.chip--sm { font-size: 10px; padding: 4px 10px; letter-spacing: 0.18em; }

/* Word highlight pill (softly rounded) */
.hilite-pill {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  border-radius: 10px;
  padding: 0 0.16em 0.04em;
  line-height: 0.85;
  vertical-align: baseline;
}

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ff);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background var(--t), color var(--t), border-color var(--t), transform var(--t);
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 420px) {
  .btn { font-size: 12px; letter-spacing: 0.12em; padding: 14px 18px; white-space: normal; }
}

.btn--primary-light { background: var(--ink); color: var(--white); border-color: var(--ink); }
.btn--primary-light:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-1px); }
.btn--ghost-light { background: transparent; color: var(--ink); border-color: var(--ink-30); }
.btn--ghost-light:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }

.btn--primary-dark { background: var(--accent); color: var(--white); border-color: var(--accent); }
.btn--primary-dark:hover { background: var(--accent-hover); border-color: var(--accent-hover); transform: translateY(-1px); }
.btn--ghost-dark { background: transparent; color: var(--white); border-color: var(--white-30); }
.btn--ghost-dark:hover { border-color: var(--white); transform: translateY(-1px); }

.btn--full { width: 100%; }

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  transition: color var(--t), border-color var(--t);
}
.arrow-link:hover { color: var(--accent-hover); border-color: var(--accent); }
.arrow-link span { transition: transform var(--t); }
.arrow-link:hover span { transform: translateX(4px); }

.center-row { display: flex; justify-content: center; margin-top: clamp(40px, 5vw, 64px); }

/* =========================================================
   Reveal
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--ink);
  border-bottom: 1px solid var(--white-15);
}
.nav__inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding: 18px var(--gutter);
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav__logo {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: var(--white);
}
.nav__links {
  display: flex;
  gap: clamp(16px, 2vw, 32px);
  margin-left: auto;
}
.nav__links a {
  font-family: var(--ff);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-72);
}
.nav__links a:hover, .nav__links a.is-active { color: var(--white); }
.nav__links a.is-active { position: relative; }
.nav__links a.is-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--accent);
}
.nav__cta {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  padding: 10px 16px;
  border: 1px solid var(--white-30);
  border-radius: 2px;
  transition: border-color var(--t), color var(--t), background var(--t);
}
.nav__cta:hover { border-color: var(--accent); color: var(--white); background: var(--accent); }

.nav__menu {
  display: none;
  width: 40px; height: 40px;
  margin-left: auto;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.nav__menu span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  transition: transform var(--t), opacity var(--t);
}
.nav__menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__mobile {
  display: none;
  position: fixed;
  inset: 72px 0 0 0;
  background: var(--ink);
  z-index: 55;
  padding: 40px var(--gutter-mobile);
}
.nav__mobile nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.nav__mobile a {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
}
.nav__mobile a:hover, .nav__mobile a.is-active { color: var(--accent); }
.nav__mobile.is-open { display: block; }

@media (max-width: 860px) {
  .nav__links, .nav__cta { display: none; }
  .nav__menu { display: inline-flex; }
}

/* =========================================================
   HERO (dark, centered — subpage height ~680px)
   ========================================================= */
.hero-s {
  position: relative;
  background: var(--ink);
  color: var(--white);
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 0 96px;
  overflow: hidden;
}
.hero-s::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 80vw; height: 80vw;
  max-width: 900px; max-height: 900px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, var(--accent-15) 0%, transparent 60%);
  pointer-events: none;
}
.hero-s__inner {
  position: relative;
  max-width: 1040px;
  width: 100%;
  padding-inline: var(--gutter);
  text-align: center;
}
.hero-s .chip {
  color: var(--accent);
  border-color: var(--accent);
  margin-bottom: 28px;
}
.hero-s__title {
  font-family: var(--ff);
  text-transform: uppercase;
  font-size: clamp(2.25rem, 1rem + 5vw, 4.75rem);
  line-height: 1.04;
  letter-spacing: 0.01em;
  color: var(--white);
}
.hero-s__title .line { display: block; }
.hero-s__title .thin { font-weight: 300; }
.hero-s__title .bold { font-weight: 700; }
.hero-s__title .hilite-pill {
  padding: 0 0.16em 0.04em;
  border-radius: 0.12em;
  line-height: 0.85;
  margin: 0 0.04em;
}

.hero-s__lede {
  margin: 32px auto 0;
  max-width: 720px;
  color: var(--white-72);
  font-size: clamp(17px, 1rem + 0.25vw, 20px);
  line-height: 1.6;
  font-weight: 400;
}

.hero-s__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}

.hero-s__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}
.hero-s__scroll-line {
  display: block;
  width: 1px;
  height: 48px;
  background: var(--accent);
  animation: scrollBounce 2s var(--ease) infinite;
}
.hero-s__scroll-word {
  font-family: var(--ff);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(4px); }
}
@media (max-width: 640px) {
  .hero-s { min-height: 600px; padding: 72px 0 80px; }
  .hero-s__scroll-line { height: 36px; }
  .hero-s__scroll { bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-s__scroll-line { animation: none; }
}

/* =========================================================
   Services Grid — 2x2, white (same style as Topics Core Four)
   ========================================================= */
.services {
  padding: var(--sec-y) 0;
  background: var(--white);
}
.services__head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto clamp(48px, 5vw, 64px);
}
.services__head h2 {
  font-size: clamp(2.25rem, 1.2rem + 4vw, 3.5rem);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.2vw, 28px);
  align-items: stretch;
}
@media (max-width: 900px) {
  .services__grid { grid-template-columns: 1fr; }
}

.svc-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--ink-08);
  padding: clamp(28px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  transition: border-color var(--t), transform var(--t);
}
.svc-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.svc-card__bignum {
  position: absolute;
  top: -8px;
  right: 12px;
  font-family: var(--ff);
  font-weight: 300;
  font-size: clamp(100px, 12vw, 140px);
  line-height: 1;
  color: var(--accent-08);
  pointer-events: none;
  user-select: none;
  letter-spacing: 0.01em;
}
.svc-card__top {
  position: relative;
  z-index: 1;
}
.svc-card__top .chip { margin-bottom: 0; }
.svc-card__title {
  font-family: var(--ff);
  text-transform: uppercase;
  font-size: clamp(1.5rem, 0.9rem + 1.1vw, 2rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: var(--ink);
  position: relative;
  z-index: 1;
}
.svc-card__title .thin { font-weight: 300; }
.svc-card__title .bold { font-weight: 700; }
.svc-card__desc {
  font-family: var(--ff);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-72);
  position: relative;
  z-index: 1;
}
.svc-card__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-top: 4px;
}
.svc-card__list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: flex-start;
}
.svc-card__dot {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  margin-top: 2px;
}
.svc-card__item {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-72);
}
.svc-card__foot {
  margin-top: auto;
  padding-top: 8px;
  position: relative;
  z-index: 1;
}

/* =========================================================
   Tiers — Three Paths (white, featured = filled dark)
   ========================================================= */
.tiers {
  padding: var(--sec-y) 0;
  background: var(--white);
  border-top: 1px solid var(--accent-18);
}
.tiers__head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto clamp(48px, 5vw, 72px);
}
.tiers__head h2 { font-size: clamp(2.25rem, 1.2rem + 4vw, 3.5rem); }
.tiers__limited {
  display: inline-block;
  margin: 18px auto 0;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--accent-32, rgba(102, 0, 255, 0.32));
  border-radius: 999px;
  background: rgba(102, 0, 255, 0.04);
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}
@media (max-width: 900px) {
  .tier-grid { grid-template-columns: 1fr; }
}

.tier {
  position: relative;
  background: var(--white);
  border: 1px solid var(--ink-08);
  padding: clamp(28px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}
.tier:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.tier .chip { margin-bottom: 4px; align-self: flex-start; }
.tier__price {
  font-family: var(--ff);
  font-weight: 700;
  font-size: clamp(2rem, 1.3rem + 1.8vw, 2.75rem);
  line-height: 1;
  letter-spacing: 0.005em;
  color: var(--ink);
}
.tier__price-suffix {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--ink-55);
  margin-left: 4px;
  text-transform: uppercase;
}
.tier__tag {
  font-family: var(--ff);
  font-size: 15px;
  color: var(--ink-72);
  line-height: 1.5;
}
.tier__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0 0 0;
}
.tier__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: flex-start;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-72);
}
.tier__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  margin-top: 9px;
  justify-self: center;
}
.tier__cta { margin-top: auto; padding-top: 20px; }
.tier__cta .btn { width: 100%; }

/* Featured tier — solid dark */
.tier--featured {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
  box-shadow: 0 24px 80px -20px var(--accent-25);
  transform: translateY(-12px);
}
.tier--featured:hover {
  border-color: var(--accent);
  transform: translateY(-14px);
}
.tier--featured .chip {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}
.tier--featured .tier__price { color: var(--white); }
.tier--featured .tier__price-suffix { color: var(--white-55); }
.tier--featured .tier__tag { color: var(--white-72); }
.tier--featured .tier__list li { color: var(--white-72); }
.tier--featured .tier__list li::before { background: var(--accent); }

@media (max-width: 900px) {
  .tier--featured { transform: none; }
  .tier--featured:hover { transform: translateY(-2px); }
}

/* =========================================================
   Pull testimonial (Services — split layout, mirrors Home;
   tuned smaller to accommodate full supporting paragraph)
   ========================================================= */
.pull {
  padding: clamp(40px, 5vw, 72px) 0 clamp(72px, 8vw, 104px);
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.pull__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: var(--gutter);
}
.pull__eyebrow-row {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.pull__eyebrow {
  display: inline-block;
  font-family: var(--ff);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 8px 14px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  margin: 0;
}
.pull__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--ink);
  margin-bottom: 56px;
}
.pull__split {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: center;
}
.pull__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
.pull__logo {
  display: block;
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.pull__content {
  text-align: left;
}
.pull__quote {
  font-family: var(--ff);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.pull__qmark {
  display: inline;
  color: var(--accent);
  font-size: 1em;
  font-weight: 700;
}
.pull__body {
  font-family: var(--ff);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 22px;
  max-width: 56ch;
}
.pull__attr {
  font-family: var(--ff);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  line-height: 1.5;
  max-width: 520px;
  margin: 0;
}
@media (max-width: 900px) {
  .pull { padding: 36px 0 64px; }
  .pull__eyebrow { font-size: 10px; }
  .pull__inner::before { margin-bottom: 32px; }
  .pull__split {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
  .pull__logo-wrap { min-height: 150px; }
  .pull__logo { max-height: 130px; }
  .pull__content { text-align: center; }
  .pull__quote { font-size: 1.7rem; margin-bottom: 18px; }
  .pull__body { font-size: 0.98rem; margin-left: auto; margin-right: auto; }
  .pull__attr { margin-left: auto; margin-right: auto; }
}

/* =========================================================
   Pull testimonials — DUAL CARD variant (.pull--dual)
   Used by the secondary side-by-side testimonial section.
   Overrides the split layout for the dual-card markup.
   ========================================================= */
.pull--dual .pull__dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 6vw, 88px);
  align-items: start;
}
.pull--dual .pull__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
}
.pull--dual .pull__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  margin-bottom: 32px;
}
.pull--dual .pull__logo {
  display: block;
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.pull--dual .pull__card-quote-wrap {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.pull--dual .pull__quote {
  font-size: 2.4rem;
  margin: 0;
  max-width: 20ch;
  text-align: center;
}
.pull--dual .pull__attr {
  max-width: 420px;
  margin: 0;
  text-align: center;
}
@media (max-width: 900px) {
  .pull--dual .pull__dual-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .pull--dual .pull__logo-wrap { min-height: 140px; margin-bottom: 24px; }
  .pull--dual .pull__logo { max-height: 110px; }
  .pull--dual .pull__quote { font-size: 1.9rem; }
  .pull--dual .pull__attr { margin-left: auto; margin-right: auto; }
}

/* =========================================================
   BUILD — Configurator (DARK, framed with hairlines)
   ========================================================= */
.build {
  background: var(--ink);
  color: var(--white);
  padding: var(--sec-y) 0;
  position: relative;
}
.build__frame {
  max-width: var(--content-max);
  margin: 0 auto;
  padding-inline: var(--gutter);
}
.build__hairline {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--accent-25);
}
.build__head {
  text-align: center;
  max-width: 900px;
  margin: clamp(56px, 6vw, 80px) auto clamp(48px, 5vw, 64px);
  padding-inline: var(--gutter);
}
.build__head h2 {
  font-size: clamp(2.25rem, 1.2rem + 4vw, 3.5rem);
  color: var(--white);
}
.build__head .section-intro { color: var(--white-72); }
.build__head .chip { color: var(--accent); border-color: var(--accent); background: transparent; }

.configurator {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
  max-width: var(--content-max);
  margin: 0 auto clamp(56px, 6vw, 80px);
  padding-inline: var(--gutter);
}
@media (max-width: 900px) {
  .configurator { grid-template-columns: 1fr; }
}

.configurator__panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cfg-block {
  background: rgba(255,255,255,.02);
  border: 1px solid var(--white-15);
  padding: clamp(20px, 2.2vw, 28px);
  transition: border-color var(--t), background var(--t);
}
.cfg-block:hover { border-color: var(--white-30); }
.cfg-block.is-active {
  border-color: var(--accent);
  background: var(--accent-08);
}
.cfg-block__head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.cfg-block__head > div:first-child { min-width: 0; }
.cfg-block__title {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 4px;
}
.cfg-block__sub {
  font-size: 14px;
  color: var(--white-72);
  line-height: 1.5;
}
.cfg-block__body {
  display: none;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--white-15);
}
.cfg-block__body.is-visible { display: block; }
.cfg-block__body .field + .field,
.cfg-block__body .mode-row + .field,
.cfg-block__body .field + .mode-row {
  margin-top: 20px;
}

/* Stepper */
.stepper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.stepper__btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--white-30);
  color: var(--white);
  background: transparent;
  font-family: var(--ff);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  display: inline-grid;
  place-items: center;
  border-radius: 2px;
  transition: background var(--t), border-color var(--t), color var(--t);
  cursor: pointer;
}
.stepper__btn:hover { background: var(--accent); border-color: var(--accent); }
.stepper__btn:disabled { opacity: .3; cursor: not-allowed; background: transparent; border-color: var(--white-15); }
.stepper__value {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
  min-width: 24px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* Toggle (consulting on/off) */
.toggle { position: relative; display: inline-flex; align-items: center; cursor: pointer; flex-shrink: 0; }
.toggle input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.toggle__track {
  width: 48px;
  height: 26px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid var(--white-30);
  position: relative;
  transition: background var(--t), border-color var(--t);
}
.toggle__thumb {
  position: absolute;
  top: 3px; left: 3px;
  width: 18px; height: 18px;
  border-radius: 999px;
  background: var(--white-72);
  transition: transform var(--t), background var(--t);
}
.toggle input:checked + .toggle__track { background: var(--accent); border-color: var(--accent); }
.toggle input:checked + .toggle__track .toggle__thumb { transform: translateX(22px); background: var(--white); }
.toggle input:focus-visible + .toggle__track { outline: 2px solid var(--accent); outline-offset: 3px; }

/* Field + segmented */
.field { display: block; }
.field__label {
  display: block;
  font-family: var(--ff);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-72);
  margin-bottom: 10px;
}
.mode-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.mode-row .field__label { margin-bottom: 0; }

.mode-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.mode-toggle__label {
  font-family: var(--ff);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white-55);
  cursor: pointer;
  transition: color var(--t);
}
.mode-toggle__label.is-active { color: var(--white); }
.mode-toggle__switch {
  width: 48px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid var(--white-30);
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: background var(--t), border-color var(--t);
}
.mode-toggle__switch:hover { border-color: var(--white); }
.mode-toggle__switch:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.mode-toggle__thumb {
  position: absolute;
  top: 3px; left: 3px;
  width: 18px; height: 18px;
  border-radius: 999px;
  background: var(--white-72);
  transition: transform var(--t), background var(--t);
  pointer-events: none;
}
.mode-toggle[data-mode-value="inperson"] .mode-toggle__switch {
  background: var(--accent);
  border-color: var(--accent);
}
.mode-toggle[data-mode-value="inperson"] .mode-toggle__thumb {
  transform: translateX(22px);
  background: var(--white);
}

.seg { display: flex; flex-wrap: wrap; gap: 6px; }
.seg__btn {
  flex: 0 0 auto;
  font-family: var(--ff);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white-72);
  background: transparent;
  border: 1px solid var(--white-15);
  border-radius: 2px;
  padding: 10px 14px;
  cursor: pointer;
  transition: border-color var(--t), color var(--t), background var(--t);
  text-align: left;
}
.seg__btn:hover { border-color: var(--white-30); color: var(--white); }
.seg__btn.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}
.seg--row { flex-wrap: nowrap; }
.seg--row .seg__btn { flex: 1 1 0; min-width: 0; text-align: center; white-space: nowrap; padding-inline: 10px; }
@media (max-width: 520px) {
  .seg--row { flex-wrap: wrap; }
  .seg--row .seg__btn { flex: 1 1 40%; }
}

.seg--stacked { flex-direction: column; }
.seg--stacked .seg__btn {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 14px 16px;
}
.seg__name { font-family: var(--ff); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: inherit; }
.seg__note { font-family: var(--ff); font-weight: 400; font-size: 12px; color: var(--white-55); letter-spacing: 0; text-transform: none; }
.seg--stacked .seg__btn.is-active .seg__note { color: var(--white-72); }

/* Quote (summary) */
.quote {
  position: relative;
}
.quote__sticky {
  position: sticky;
  top: calc(var(--nav-h) + 20px);
  padding: clamp(24px, 2.5vw, 32px);
  background: var(--accent-08);
  border: 1px solid var(--accent-25);
}
.quote .eyebrow {
  color: var(--accent);
  margin-bottom: 12px;
  font-size: 11px;
}
.quote__range {
  font-family: var(--ff);
  font-weight: 700;
  font-size: clamp(2rem, 1.3rem + 1.6vw, 2.75rem);
  line-height: 1;
  color: var(--white);
  letter-spacing: 0.005em;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
}
.quote__sep { opacity: .5; }
.quote__note {
  font-size: 13px;
  color: var(--white-72);
  line-height: 1.55;
  margin-bottom: 20px;
}
.quote__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--white-15);
  padding-top: 16px;
}
.quote__list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  line-height: 1.5;
}
.quote__list li.quote__empty {
  color: var(--white-55);
  font-style: normal;
  justify-content: flex-start;
}
.quote__list li .q-line-name { color: var(--white); font-weight: 500; }
.quote__list li .q-line-price { color: var(--white-72); font-variant-numeric: tabular-nums; white-space: nowrap; }
.quote__fine {
  font-size: 11px;
  color: var(--white-55);
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 12px;
  text-align: center;
}

/* =========================================================
   Custom (Discovery / Design / Deliver) — WHITE section
   Phone left / copy right, premium white boxes below.
   ========================================================= */
.custom {
  padding: var(--sec-y) 0;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.custom__split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  margin-bottom: clamp(56px, 6vw, 88px);
}
.custom__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom__media-img {
  display: block;
  width: 100%;
  max-width: 380px;
  height: auto;
}
.custom__head {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.custom__head .chip { align-self: flex-start; }
.custom__title {
  font-family: var(--ff);
  font-size: clamp(2rem, 1.2rem + 2.6vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
}
.custom__title .thin { font-weight: 300; }
.custom__title .bold { font-weight: 700; }
.custom__copy {
  font-family: var(--ff);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-72);
  margin: 0;
  max-width: 56ch;
}
@media (max-width: 900px) {
  /* r5-services: stack head first, phone image second, so the image
     sits below the 'Licensable for your LMS.' copy and immediately
     above the first step card. */
  .custom__split {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .custom__head { order: 1; align-items: center; text-align: center; }
  .custom__media { order: 2; }
  .custom__media-img { max-width: 200px; margin: 0 auto; }
  .custom__copy { margin-inline: auto; }
}

/* Premium white step cards with accent hover */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 28px);
}
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; }
}

.step {
  position: relative;
  background: var(--white);
  color: var(--ink);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: clamp(32px, 3.2vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), 0 12px 32px -16px rgba(0, 0, 0, 0.08);
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}
.step::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 400ms var(--ease, cubic-bezier(0.2, 0.8, 0.2, 1));
}
.step:hover {
  border-color: rgba(102, 0, 255, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(102, 0, 255, 0.04), 0 30px 64px -20px rgba(102, 0, 255, 0.22);
}
.step:hover::after { transform: scaleX(1); }
.step:hover .step__num {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}

.step__num {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 6px 16px;
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-family: var(--ff);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  line-height: 1;
  transition: background var(--t), color var(--t), border-color var(--t);
}
.step__title {
  font-family: var(--ff);
  font-weight: 700;
  font-size: clamp(1.3rem, 1rem + 0.5vw, 1.5rem);
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
}
.step p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-72);
  margin: 0;
}

/* =========================================================
   Influence for All (DARK, refined)
   ========================================================= */
.ifa {
  background: var(--ink);
  color: var(--white);
  padding: var(--sec-y) 0;
  position: relative;
  overflow: hidden;
}
.ifa::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10%;
  width: 60vw;
  height: 60vw;
  max-width: 700px;
  max-height: 700px;
  background: radial-gradient(circle at center, var(--accent-15) 0%, transparent 60%);
  pointer-events: none;
}
.ifa__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 860px) {
  .ifa__inner { grid-template-columns: 1fr; }
}
.ifa__copy .chip { color: var(--accent); border-color: var(--accent); }
.ifa__copy h2 {
  font-family: var(--ff);
  text-transform: uppercase;
  font-size: clamp(2rem, 1.2rem + 3vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 20px;
}
.ifa__copy h2 .thin { font-weight: 300; }
.ifa__copy h2 .bold { font-weight: 700; }
.ifa__copy > p {
  color: var(--white-72);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 52ch;
}
.ifa__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ifa__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.55;
  color: var(--white-72);
}
.ifa__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  margin-top: 8px;
  justify-self: center;
}
.ifa__card {
  background: rgba(255,255,255,.02);
  border: 1px solid var(--accent-35);
  padding: clamp(32px, 3.5vw, 48px);
  position: relative;
}
.ifa__card-inner { display: flex; flex-direction: column; gap: 8px; }
.ifa__card-label {
  font-family: var(--ff);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.ifa__card-big {
  font-family: var(--ff);
  font-weight: 700;
  font-size: clamp(3rem, 2rem + 3vw, 4.75rem);
  line-height: 1;
  color: var(--white);
  letter-spacing: 0.005em;
  margin: 4px 0 4px;
}
.ifa__card-sub {
  font-family: var(--ff);
  font-size: 13px;
  color: var(--white-72);
  line-height: 1.5;
  margin-bottom: 16px;
}
.ifa__divider {
  height: 1px;
  background: var(--white-15);
  margin: 12px 0;
}

/* =========================================================
   Final CTA (DARK)
   ========================================================= */
.cta {
  background: var(--ink);
  color: var(--white);
  padding: 160px 0;
  text-align: center;
  border-top: 1px solid var(--white-08);
}
.cta__inner { max-width: 900px; margin: 0 auto; padding-inline: var(--gutter); }
.cta .display {
  color: var(--white);
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 1.2rem + 4.2vw, 4.5rem);
  line-height: 1.05;
}
.cta__body {
  color: var(--white-72);
  font-size: 18px;
  line-height: 1.65;
  max-width: 58ch;
  margin: 0 auto 36px;
}
.cta__btns {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

@media (max-width: 640px) {
  .cta { padding: 96px 0; }
}

/* =========================================================
   Footer (identical to home)
   ========================================================= */
.footer {
  background: var(--ink);
  color: var(--white);
  padding: 80px 0 32px;
}
.footer__top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer__logo {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.14em;
  color: var(--white);
  margin-bottom: 12px;
}
.footer__tag {
  color: var(--white-72);
  font-size: 15px;
  line-height: 1.55;
  max-width: 36ch;
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.footer__head {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 14px;
}
.footer__cols a {
  display: block;
  font-size: 14px;
  color: var(--white-72);
  padding: 4px 0;
}
.footer__cols a:hover { color: var(--white); }
.footer__base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--white-15);
  font-family: var(--ff);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white-55);
}
.footer__social { display: inline-flex; gap: 20px; }
.footer__social a { color: var(--white-72); }
.footer__social a:hover { color: var(--white); }

@media (max-width: 860px) {
  .footer__top { grid-template-columns: 1fr; gap: 40px; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* =========================================================
   Modal (proposal)
   ========================================================= */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  overflow-y: auto;
}
.modal.is-open { display: flex; }
.modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.modal__card {
  position: relative;
  width: 100%;
  max-width: 640px;
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--accent-35);
  padding: clamp(28px, 3.5vw, 48px);
  z-index: 1;
  margin: 40px 0;
}
.modal__x {
  position: absolute;
  top: 12px; right: 12px;
  width: 36px; height: 36px;
  display: inline-grid; place-items: center;
  color: var(--white-72);
  font-size: 24px;
  line-height: 1;
  transition: color var(--t), background var(--t);
  border-radius: 2px;
}
.modal__x:hover { color: var(--white); background: var(--white-08); }
.modal__card .eyebrow { color: var(--accent); margin-bottom: 12px; }
.modal__card h3 {
  font-family: var(--ff);
  font-weight: 700;
  font-size: clamp(1.6rem, 1rem + 1.2vw, 2rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.modal__sub {
  color: var(--white-72);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.modal__summary {
  background: var(--accent-08);
  border: 1px solid var(--accent-25);
  padding: 20px;
  margin-bottom: 24px;
  font-size: 14px;
}
.modal__summary .sum-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--ff);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--white-15);
}
.modal__summary .sum-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: var(--white-72);
  padding: 4px 0;
}
.modal__summary .sum-total {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--white-15);
  font-family: var(--ff);
  font-weight: 700;
  color: var(--white);
}

.modal__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.modal__form[hidden],
.modal__success[hidden] {
  display: none !important;
}
.modal__form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.modal__form label span {
  font-family: var(--ff);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-72);
}
.modal__form input,
.modal__form textarea,
.modal__form select {
  font-family: var(--ff);
  font-weight: 400;
  font-size: 15px;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--white-15);
  border-radius: 2px;
  padding: 12px 14px;
  transition: border-color var(--t), background var(--t);
}
.modal__form input:focus,
.modal__form textarea:focus,
.modal__form select:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--accent-08);
}
.modal__form .form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 520px) {
  .modal__form .form__row { grid-template-columns: 1fr; }
}

.modal__success { text-align: center; padding: 20px 0; }
.modal__check {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--white);
  display: inline-grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 20px;
}
.modal__success h3 { color: var(--white); margin-bottom: 12px; }
.modal__success p { color: var(--white-72); font-size: 15px; line-height: 1.6; margin-bottom: 24px; }


/* =========================================================
   ROUND 1 — Services Page Surgical Upgrades
   - .svc-card__best-for   (Best For subtitle on each card)
   - .svc-card__typical    (Audience / Cadence / Deliverables / Scope)
   - .svc-card--wide       (Strategic Advisory spans 2 cols w/ deeper detail)
   - .walkaway             (What You Walk Away With)
   - .proof                (BGCA + Felicia, tied to Workshops)
   - .diagnostic           (3-question preamble above configurator)
   - .ifa-teaser           (IFA teaser card, replaces inline IFA section)
   ========================================================= */

/* --- Svc-card Best-For subtitle --- */
.svc-card__best-for {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 18px;
  max-width: 52ch;
}

/* Drop the old list in favor of the new typical-engagement block */
.svc-card .svc-card__list { display: none; }

/* --- Svc-card Typical Engagement block --- */
.svc-card__typical {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 18px 0 28px;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.svc-card__typical-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  align-items: baseline;
}
.svc-card__typical-row dt {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
}
.svc-card__typical-row dd {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-72, rgba(0, 0, 0, 0.72));
  margin: 0;
}

/* --- Strategic Advisory deep card (same column width, extra rows) --- */
.svc-card--deep {
  background: linear-gradient(180deg, rgba(102, 0, 255, 0.04) 0%, rgba(255, 255, 255, 1) 70%);
  border: 1px solid rgba(102, 0, 255, 0.22);
}
.svc-card__typical--deep .svc-card__typical-row dd {
  color: var(--ink);
  font-size: 15px;
}

@media (max-width: 780px) {
  .svc-card__typical-row,
  .svc-card--wide .svc-card__typical-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }
  .svc-card__typical-row dt { font-size: 10px; }
}

/* --- WALKAWAY section --- */
.walkaway {
  background: var(--white);
  padding: 120px 0 100px;
  position: relative;
}
.walkaway__head { text-align: center; max-width: 780px; margin: 0 auto 64px; }
.walkaway__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.walkaway__card {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 40px 32px 32px;
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease);
}
.walkaway__card:hover {
  border-color: rgba(102, 0, 255, 0.4);
  transform: translateY(-2px);
}
.walkaway__num {
  position: absolute;
  top: 22px;
  right: 28px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: rgba(102, 0, 255, 0.18);
  letter-spacing: -0.02em;
}
.walkaway__title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 16px;
  padding-right: 60px;
}
.walkaway__body {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-72, rgba(0, 0, 0, 0.72));
  margin: 0 0 20px;
}
.walkaway__meta {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0;
}
.walkaway__note {
  max-width: 780px;
  margin: 56px auto 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-72, rgba(0, 0, 0, 0.72));
}

@media (max-width: 960px) {
  .walkaway { padding: 80px 0 72px; }
  .walkaway__grid { grid-template-columns: 1fr; gap: 18px; }
  .walkaway__card { padding: 32px 26px 26px; }
  .walkaway__num { font-size: 40px; top: 18px; right: 22px; }
  .walkaway__title { font-size: 20px; padding-right: 50px; }
}

/* --- PROOF band (BGCA + Felicia) --- */
.proof {
  background: var(--white);
  padding: 0 0 100px;
  position: relative;
}
.proof__head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.proof__card {
  max-width: 920px;
  margin: 0 auto;
  padding: 48px 56px 40px;
  background: var(--white);
  border: 1px solid rgba(102, 0, 255, 0.22);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
}
.proof__logo-wrap {
  display: grid;
  place-items: center;
  padding: 16px;
  background: var(--white);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 140px;
}
.proof__logo {
  max-width: 140px;
  max-height: 100px;
  width: auto;
  height: auto;
  filter: grayscale(1);
  opacity: 0.85;
}
.proof__quote-wrap { margin: 0; }
.proof__quote {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 20px;
  text-transform: uppercase;
}
.proof__qmark { color: var(--accent); }
.proof__attr {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-72, rgba(0, 0, 0, 0.6));
  margin: 0;
}
.proof__tie {
  grid-column: 1 / -1;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-72, rgba(0, 0, 0, 0.6));
  text-align: center;
}
.proof__tie-link {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--t) var(--ease);
}
.proof__tie-link:hover { border-color: var(--accent); }

@media (max-width: 780px) {
  .proof { padding: 0 0 72px; }
  .proof__card {
    grid-template-columns: 1fr;
    padding: 32px 26px 26px;
    gap: 24px;
  }
  .proof__logo-wrap {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 0 20px;
    min-height: auto;
  }
  .proof__quote { font-size: 20px; }
}

/* --- DIAGNOSTIC preamble --- */
.diagnostic {
  background: var(--ink);
  padding: 100px 0 0;
  position: relative;
}
.diagnostic h2,
.diagnostic__head h2 {
  color: var(--white);
  font-family: var(--ff);
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 12px 0 18px;
}
.diagnostic h2 .thin { font-weight: 300; }
.diagnostic h2 .bold { font-weight: 700; }
.diagnostic__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.diagnostic__head { text-align: center; margin: 0 auto 48px; }
.diagnostic__form {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 40px 44px;
}
.diag-field { border: 0; padding: 0; margin: 0 0 28px; }
.diag-field:last-of-type { margin-bottom: 28px; }
.diag-field__label {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 14px;
}
.diag-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.diag-opt {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 12px 18px;
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  cursor: pointer;
  transition: background var(--t) var(--ease), border-color var(--t) var(--ease), color var(--t) var(--ease);
}
.diag-opt:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}
.diag-opt.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.diagnostic__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.diagnostic__hint {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  text-align: center;
}
#diag-recommend:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.diag-recommendation {
  margin-top: 24px;
  padding: 24px 28px;
  background: rgba(102, 0, 255, 0.12);
  border: 1px solid rgba(102, 0, 255, 0.4);
  border-radius: 14px;
  text-align: center;
}
.diag-recommendation__eyebrow {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 8px;
}
.diag-recommendation__body {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  margin: 0;
}
.diag-recommendation__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(102, 0, 255, 0.18);
}
.diag-recommendation__note {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  text-align: center;
}

@media (max-width: 780px) {
  .diagnostic { padding: 72px 0 0; }
  .diagnostic__form { padding: 28px 22px; }
  .diag-opt { font-size: 13px; padding: 10px 14px; }
  .diag-recommendation__cta { margin-top: 18px; padding-top: 18px; }
}

/* --- IFA teaser card --- */
.ifa-teaser {
  background: var(--ink);
  padding: 100px 0 120px;
}
.ifa-teaser__card {
  max-width: 1040px;
  margin: 0 auto;
  padding: 48px 56px;
  background: linear-gradient(135deg, rgba(102, 0, 255, 0.18) 0%, rgba(102, 0, 255, 0.05) 100%);
  border: 1px solid rgba(102, 0, 255, 0.5);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.ifa-teaser__body { max-width: 640px; }
/* Original .ifa-teaser__title sizing replaced by .display class in R5.
   Keep only margin/color defaults (still overridden by .ifa-teaser__title.display below). */
.ifa-teaser__title {
  margin: 12px 0 14px;
}
.ifa-teaser__title .thin { font-weight: 300; }
.ifa-teaser__title .bold { font-weight: 700; }
.ifa-teaser__copy {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.ifa-teaser__cta { display: flex; justify-content: flex-end; }

@media (max-width: 820px) {
  .ifa-teaser { padding: 72px 0 80px; }
  .ifa-teaser__card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 28px;
  }
  .ifa-teaser__cta { justify-content: flex-start; }
}

/* --- Make the whole svc-card clickable (visual affordance) --- */
.svc-card { cursor: pointer; }
.svc-card .svc-card__foot a { position: relative; z-index: 2; }

/* =========================================================
   ROUND 2 TWEAKS (Services page)
   ========================================================= */

/* Tweak 3: legacy .svc-card--deep no longer used; neutralize any gradient if reapplied */
.svc-card--deep {
  background: var(--white) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Tweak 5: Tangible Assets cards — match the Custom "step" pattern */
.walkaway__card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: clamp(32px, 3.2vw, 44px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), 0 12px 32px -16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}
.walkaway__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 400ms var(--ease, cubic-bezier(0.2, 0.8, 0.2, 1));
}
.walkaway__card:hover {
  border-color: rgba(102, 0, 255, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(102, 0, 255, 0.04), 0 30px 64px -20px rgba(102, 0, 255, 0.22);
}
.walkaway__card:hover::after { transform: scaleX(1); }

/* Replace the faint top-right number with a purple pill (like .step__num) */
.walkaway__num {
  position: static;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 6px 16px;
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-family: var(--ff);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 18px;
  opacity: 1;
}
.walkaway__card:hover .walkaway__num {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}
.walkaway__title {
  padding-right: 0;
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 1rem + 0.5vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
}
@media (max-width: 960px) {
  .walkaway__title { padding-right: 0; font-size: 20px; }
}

/* Tweak 6: Proof card — bolder purple outline + full-color larger logo */
.proof__card {
  border: 2px solid rgba(102, 0, 255, 0.55);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), 0 24px 48px -24px rgba(102, 0, 255, 0.22);
  grid-template-columns: 220px 1fr;
  padding: 52px 60px 44px;
}
.proof__logo-wrap {
  padding: 20px;
  min-height: 160px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.proof__logo {
  max-width: 200px;
  max-height: 140px;
  width: auto;
  height: auto;
  filter: none;
  opacity: 1;
}
@media (max-width: 780px) {
  .proof__card {
    grid-template-columns: 1fr;
    padding: 36px 28px 28px;
    gap: 24px;
  }
  .proof__logo-wrap {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 0 20px;
    min-height: auto;
  }
  .proof__logo { max-width: 180px; max-height: 120px; }
}

/* Give the moved-before-walkaway proof a little more breathing room on top */
.proof { padding: 100px 0 40px; }
@media (max-width: 780px) {
  .proof { padding: 72px 0 32px; }
}

/* Tweak 7: Diagnostic is now a sub-section inside the build section.
   It must NOT stretch full-width of .build and its H2 must be smaller
   than the .build__head h2. */
.diagnostic--sub {
  background: transparent;
  padding: 40px 0 100px;
  max-width: 960px;
  margin: 0 auto;
}
.diagnostic--sub .diagnostic__inner {
  max-width: 760px;
  padding: 0 var(--gutter);
}
.diagnostic--sub .diagnostic__title {
  font-family: var(--ff);
  color: var(--white);
  font-size: clamp(1.4rem, 0.9rem + 1.6vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 12px 0 14px;
}
.diagnostic--sub .diagnostic__title .thin { font-weight: 300; }
.diagnostic--sub .diagnostic__title .bold { font-weight: 700; }
.diagnostic--sub .diagnostic__head { margin: 0 auto 36px; }
.diagnostic--sub .diagnostic__form { padding: 32px 36px; }
@media (max-width: 780px) {
  .diagnostic--sub { padding: 28px 0 72px; }
  .diagnostic--sub .diagnostic__form { padding: 24px 20px; }
}

/* Tweak 8: Diagnostic field labels — purple + bold */
.diag-field__label {
  color: var(--accent);
  font-weight: 700;
}

/* Tweak 11: IFA teaser — keep black bg, make CARD white */
.ifa-teaser__card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), 0 30px 60px -24px rgba(102, 0, 255, 0.22);
}
.ifa-teaser__card .chip {
  color: var(--accent);
  border-color: var(--accent);
  background: transparent;
}
.ifa-teaser__title { color: var(--ink); }
.ifa-teaser__copy { color: var(--ink-72, rgba(0, 0, 0, 0.72)); }

/* ============================================================
   ROUND 3 TWEAKS — Apr 24 2026
   1. Proof quote: less bold/large, sentence case, more elegant
   3. IFA teaser title: match .display scale + treatment
   ============================================================ */

/* Tweak R3.1 — Geary quote: elegant, lighter, sentence case */
.proof__quote {
  font-weight: 400;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  max-width: 62ch;
}
.proof__qmark {
  font-weight: 500;
  font-size: 1.05em;
  line-height: 1;
}
.proof__attr {
  font-weight: 600;
  letter-spacing: 0.08em;
}

/* Tweak R3.3 → R5 — IFA teaser title uses .display class directly;
   override only margin + color (card bg is white). Size, letter-spacing,
   line-height, and font stack all come from .display to stay in lockstep
   with other section headings like "Four Ways We Work Together". */
.ifa-teaser__title.display {
  margin: 14px 0 18px;
  color: var(--ink);
}


/* ============================================================
   ROUND 5 TWEAKS — Apr 24 2026
   1. Tighten gap between Services section and Proof band
   2. Widen diagnostic card (options on a single row) +
      white-fill Recommended Starting Mix card
   3. IFA title uses .display (handled above — see line ~2345)
   ============================================================ */

/* R5.1 — Reduce Services → Proof vertical gap.
   Services bottom was clamp(80px,10vw,140px) = ~140px at 1440.
   Proof top was 100px. Combined ≈ 240px. Collapse to ~120-140px total. */
.services { padding-bottom: clamp(56px, 5vw, 72px); }
.proof { padding: clamp(40px, 4vw, 56px) 0 40px; }
@media (max-width: 780px) {
  .services { padding-bottom: 48px; }
  .proof { padding: 40px 0 32px; }
}

/* R5.2 — Widen diagnostic so pills fit on one row */
.diagnostic--sub {
  max-width: 1200px;
}
.diagnostic--sub .diagnostic__inner {
  max-width: 1120px;
}
.diagnostic--sub .diagnostic__form {
  padding: 40px 44px;
}
/* Ensure option pills stay on one row and don't wrap inside */
.diagnostic--sub .diag-opts {
  flex-wrap: nowrap;
  overflow-x: visible;
}
.diagnostic--sub .diag-opt {
  white-space: nowrap;
  flex-shrink: 0;
}
/* Fallback on narrower viewports: allow wrap only below ~980px */
@media (max-width: 980px) {
  .diagnostic--sub .diag-opts { flex-wrap: wrap; }
}

/* R5.2b — Recommended Starting Mix card: white fill, ink text, purple border */
.diag-recommendation {
  background: var(--white);
  border: 1.5px solid rgba(102, 0, 255, 0.55);
}
.diag-recommendation__eyebrow {
  color: var(--accent);
}
.diag-recommendation__body {
  color: var(--ink);
}

/* R5.3 — IFA card: give the heading more room so at 64px it fits naturally
   on 2 lines like other .display headings (rather than wrapping to 3 on
   desktop). Widen the body column and let the button sit below on its own
   line for stronger visual hierarchy. */
.ifa-teaser__card {
  grid-template-columns: 1fr;
}
.ifa-teaser__body {
  max-width: 100%;
}
.ifa-teaser__card > .ifa-teaser__body + .btn,
.ifa-teaser__card .btn {
  justify-self: start;
  margin-top: 8px;
}

/* =========================================================
   NAV DROPDOWN — Who We Help (added for cross-site nav unity)
   ========================================================= */
.nav__dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav__dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-72);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  transition: color var(--t);
}
.nav__dropdown-trigger:hover,
.nav__dropdown[data-open="true"] .nav__dropdown-trigger { color: var(--white); }
.nav__dropdown-trigger svg { transition: transform var(--t); }
.nav__dropdown[data-open="true"] .nav__dropdown-trigger svg { transform: rotate(180deg); }
.nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 200px;
  background: var(--ink);
  border: 1px solid var(--white-15);
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--t), transform var(--t), visibility var(--t);
  z-index: 100;
}
.nav__dropdown[data-open="true"] .nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav__dropdown-menu a {
  display: block;
  padding: 10px 14px;
  font-family: var(--ff);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--white-72);
  border-radius: 8px;
  transition: background var(--t), color var(--t);
}
.nav__dropdown-menu a:hover,
.nav__dropdown-menu a.is-active {
  background: var(--accent);
  color: var(--white);
}
.nav__mobile-group {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--white-15);
  border-bottom: 1px solid var(--white-15);
  padding: 12px 0 16px;
  margin: 4px 0;
}
.nav__mobile-label {
  display: block;
  font-family: var(--ff);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 8px 24px 4px;
}
.nav__mobile-group a {
  padding: 8px 32px !important;
  font-size: 16px !important;
}

/* =========================================================
   NAV DROPDOWN — Who We Help (r2 — hardened against existing
   `.nav__links a` rules that would render menu items as inline text)
   ========================================================= */
.nav .nav__dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav .nav__dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-72);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  transition: color var(--t);
}
.nav .nav__dropdown-trigger:hover,
.nav .nav__dropdown[data-open="true"] .nav__dropdown-trigger { color: var(--white); }
.nav .nav__dropdown-trigger svg { transition: transform var(--t); flex: 0 0 auto; }
.nav .nav__dropdown[data-open="true"] .nav__dropdown-trigger svg { transform: rotate(180deg); }

/* Critical: the menu MUST be absolutely positioned and hidden by default,
   regardless of any `.nav__links` rules in the existing stylesheet. */
.nav .nav__dropdown-menu {
  position: absolute !important;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 200px;
  background: var(--ink);
  border: 1px solid var(--white-15);
  border-radius: 12px;
  padding: 10px;
  display: flex !important;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--t), transform var(--t), visibility var(--t);
  z-index: 100;
}
.nav .nav__dropdown[data-open="true"] .nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav .nav__dropdown-menu a {
  display: block;
  padding: 10px 14px;
  font-family: var(--ff);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--white-72);
  border-radius: 8px;
  transition: background var(--t), color var(--t);
}
.nav .nav__dropdown-menu a:hover,
.nav .nav__dropdown-menu a.is-active {
  background: var(--accent);
  color: var(--white);
}
/* Suppress the inherited active underline that .nav__links a.is-active gets */
.nav .nav__dropdown-menu a.is-active::after { content: none !important; }

/* Mobile group */
.nav .nav__mobile-group {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--white-15);
  border-bottom: 1px solid var(--white-15);
  padding: 12px 0 16px;
  margin: 4px 0;
}
.nav .nav__mobile-label {
  display: block;
  font-family: var(--ff);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 8px 24px 4px;
}
.nav .nav__mobile-group a {
  padding: 8px 32px !important;
  font-size: 16px !important;
}

/* ===== r3-nav: uppercase dropdown items, match nav typography ===== */
.nav .nav__dropdown-menu a {
  font-size: 12px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
/* Keep purple hover from r2 */
.nav .nav__dropdown-menu a:hover,
.nav .nav__dropdown-menu a.is-active {
  background: var(--accent) !important;
  color: var(--white) !important;
}

/* =========================================================
   Form status (Formspree submit feedback)
   ========================================================= */
.form-status {
  margin-top: 14px;
  font-family: var(--ff);
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ink);
  min-height: 1.4em;
}
.form-status:empty { display: none; }
.form-status--error {
  color: #b00020;
}
.form-status--success {
  color: var(--accent, #6600FF);
  font-weight: 600;
}
.nlet--dark .form-status,
.section--dark .form-status,
.modal__form .form-status {
  color: rgba(255,255,255,0.85);
}
.nlet--dark .form-status--error,
.section--dark .form-status--error,
.modal__form .form-status--error {
  color: #ff8a8a;
}

/* === canonical CTA pill (round 2) === */
.cta .hilite-pill {
  display: inline-block;
  padding: 0.04em 0.16em 0.06em;
  border-radius: 0.12em;
  line-height: 0.92;
  margin: 0.06em 0.04em;
  vertical-align: baseline;
}

/* r3-fix-9: footer "Move People." purple highlight pill (dark footer) */
.footer__tag .hilite-pill {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  border-radius: 10px;
  padding: 0.18em 0.55em 0.22em;
  line-height: 1;
  font-weight: 600;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* =========================================================
   r4-fix-mobile-3: Collapsible "Who We Help" group in the mobile menu
   The 8 ICP links are hidden by default and revealed when the user taps
   the "Who We Help" toggle. This keeps Resources / About / Contact in
   easy reach without long scrolling. Animation respects prefers-reduced-motion.
   ========================================================= */
.nav__mobile-toggle {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 24px 4px;
  cursor: pointer;
  color: var(--accent);
  font: inherit;
}
.nav__mobile-toggle .nav__mobile-label {
  padding: 0;
  color: var(--accent);
}
.nav__mobile-toggle-chev {
  display: inline-block;
  flex: 0 0 auto;
  transition: transform 220ms var(--ease, ease);
  color: var(--white-72, rgba(255,255,255,0.72));
}
.nav__mobile-toggle[aria-expanded="true"] .nav__mobile-toggle-chev {
  transform: rotate(180deg);
}

.nav__mobile-icps {
  display: flex;
  flex-direction: column;
  /* Padding/spacing inside the group */
  padding: 4px 0 0;
}
.nav__mobile-icps[hidden] { display: none; }

/* keep the same look-and-feel for ICP links inside the new wrapper */
.nav .nav__mobile-icps a {
  padding: 8px 32px !important;
  font-size: 16px !important;
}

@media (prefers-reduced-motion: reduce) {
  .nav__mobile-toggle-chev { transition: none; }
}


/* =========================================================
   r4-fix-mobile-3 (revised): Collapsible "Who We Help" group in the mobile menu.
   The toggle row now matches the same visual weight as Home/Topics/Services/etc:
   white, 28px Futura, 700, uppercase, 0.04em letter-spacing. ICP links inside the
   panel keep their smaller 16px treatment as before.
   ========================================================= */
.nav__mobile-toggle {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0;             /* match the line-rhythm of the sibling <a> items */
  cursor: pointer;
  color: var(--white);
  font: inherit;
  text-align: left;
}
.nav__mobile-toggle .nav__mobile-label {
  /* match the other top-level mobile menu items exactly */
  display: inline-block;
  padding: 0;
  font-family: var(--ff);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
}
.nav__mobile-toggle:hover .nav__mobile-label,
.nav__mobile-toggle:focus-visible .nav__mobile-label { color: var(--accent); }

.nav__mobile-toggle-chev {
  display: inline-block;
  flex: 0 0 auto;
  width: 14px;
  height: 9px;
  transition: transform 220ms var(--ease, ease);
  color: var(--white-72, rgba(255,255,255,0.72));
}
.nav__mobile-toggle[aria-expanded="true"] .nav__mobile-toggle-chev {
  transform: rotate(180deg);
}

.nav__mobile-icps {
  display: flex;
  flex-direction: column;
  padding: 4px 0 0;
  margin-top: 4px;
}
.nav__mobile-icps[hidden] { display: none; }

/* keep the ICP child links small + indented (unchanged from prior revision) */
.nav .nav__mobile-icps a {
  padding: 8px 32px !important;
  font-size: 16px !important;
}

/* and remove the prior border-rules that styled the group like a divider block */
.nav .nav__mobile-group {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .nav__mobile-toggle-chev { transition: none; }
}


/* Disable hover-color flash on touch devices and when expanded */
@media (hover: none) {
  .nav__mobile-toggle:hover .nav__mobile-label,
  .nav__mobile-toggle:focus-visible .nav__mobile-label { color: var(--white); }
}
.nav__mobile-toggle[aria-expanded="true"] .nav__mobile-label,
.nav__mobile-toggle[aria-expanded="true"]:hover .nav__mobile-label {
  color: var(--white);
}
