/* =========================================================
   STS STRATEGY v2.3 — locked huisstijl tokens
   Shared stylesheet for /index.html (NL) and /en/index.html
   ========================================================= */
:root {
  /* palette — authoritative STS tokens */
  --primary:    #382C27;
  --accent1:    #BA5229;
  --accent2:    #CAAC8C;
  --accent3:    #D6D3CE;
  --accent4:    #A15E3E;
  --text-base:  #2B2B2B;
  --off-white:  #F6F5F2;

  /* derived */
  --primary-deep: #2A201C;
  --rule-light: rgba(56, 44, 39, 0.10);
  --rule-mid:   rgba(56, 44, 39, 0.18);
  --rule-dark:  rgba(246, 245, 242, 0.14);

  /* type */
  --font-sans: 'Montserrat', 'Poppins', system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  /* scale */
  --measure: 1180px;
  --pad-x: clamp(20px, 4vw, 56px);
  --pad-y: clamp(80px, 10vw, 160px);
  --gap-md: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-base);
  background: var(--off-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ----- type ----- */
h1, .h1 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(40px, 6.4vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--primary);
  margin: 0;
  text-wrap: balance;
}
h2, .h2 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--accent1);
  margin: 0 0 20px;
  text-wrap: balance;
}
h3, .h3 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--accent4);
  margin: 0 0 12px;
}
h4 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  margin: 0 0 8px;
  color: var(--primary);
}
p { margin: 0 0 1em; text-wrap: pretty; line-height: 1.55; }
p.lead {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.4;
  color: var(--text-base);
  max-width: 60ch;
}
.eyebrow {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent1);
}
.tagline { font-style: italic; color: var(--accent2); }

a { color: inherit; text-decoration: none; }
a.inline {
  color: var(--accent1);
  border-bottom: 1px solid var(--accent1);
  padding-bottom: 1px;
  transition: color 160ms ease, border-color 160ms ease;
}
a.inline:hover { color: var(--accent4); border-color: var(--accent4); }

::selection { background: var(--accent1); color: var(--off-white); }

/* dark-surface text overrides */
.is-dark { background: var(--primary); color: var(--off-white); }
.is-dark h1, .is-dark h2 { color: var(--off-white); }
.is-dark h3 { color: var(--accent2); }
.is-dark .eyebrow { color: var(--accent2); }
.is-dark .lead, .is-dark p { color: var(--off-white); }
.is-dark .meta { color: var(--accent2); }

.is-accent { background: var(--accent1); color: var(--off-white); }
.is-accent h2, .is-accent h3 { color: var(--off-white); }
.is-accent .eyebrow { color: var(--off-white); opacity: 0.85; }
.is-accent .lead, .is-accent p { color: var(--off-white); }

/* ----- layout primitives ----- */
.wrap {
  width: 100%;
  max-width: var(--measure);
  margin: 0 auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}
section {
  position: relative;
  padding-top: var(--pad-y);
  padding-bottom: var(--pad-y);
  overflow: hidden;
}
section.tight { padding-top: clamp(56px, 6vw, 96px); padding-bottom: clamp(56px, 6vw, 96px); }

/* ----- pattern overlay (logo echo, chunkier S-arrow tile, low opacity) ----- */
.pattern::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='160' viewBox='0 0 320 160'><g fill='none' stroke='%23A15E3E' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='miter'><path d='M 16 112 C 36 72, 76 52, 112 72 C 140 88, 128 120, 100 120 C 60 120, 60 64, 100 44 C 128 32, 160 44, 160 72'/><path d='M 176 112 C 196 72, 236 52, 272 72 C 300 88, 288 120, 260 120 C 220 120, 220 64, 260 44 C 288 32, 320 44, 320 72'/></g></svg>");
  background-repeat: repeat;
  background-size: 320px 160px;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.is-dark.pattern::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='160' viewBox='0 0 320 160'><g fill='none' stroke='%23CAAC8C' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='miter'><path d='M 16 112 C 36 72, 76 52, 112 72 C 140 88, 128 120, 100 120 C 60 120, 60 64, 100 44 C 128 32, 160 44, 160 72'/><path d='M 176 112 C 196 72, 236 52, 272 72 C 300 88, 288 120, 260 120 C 220 120, 220 64, 260 44 C 288 32, 320 44, 320 72'/></g></svg>");
  opacity: 0.06;
}
.is-accent.pattern::before { display: none; }
section > .wrap { position: relative; z-index: 1; }

/* Hero gets one large architectural accent instead of the tile */
.hero.pattern::before { display: none; }
.hero { position: relative; }
.hero-accent {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.06;
  color: var(--accent4);
  top: clamp(-80px, -6vw, -40px);
  right: clamp(-260px, -14vw, -120px);
  width: clamp(520px, 60vw, 880px);
  height: auto;
}
.hero-accent svg { width: 100%; height: auto; display: block; }
@media (max-width: 760px) {
  .hero-accent { top: auto; bottom: -120px; right: -180px; width: 480px; }
}

/* accent rule under h2 */
.h2-rule { position: relative; padding-bottom: 14px; }
.h2-rule::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 48px; height: 2px; background: var(--accent2);
}
.is-dark .h2-rule::after { background: var(--accent2); }

/* ----- buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 14px 24px;
  border-radius: 5px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
  white-space: nowrap;
  min-height: 44px;
}
.btn--primary { background: var(--accent1); color: var(--off-white); }
.btn--primary:hover { background: var(--accent4); transform: scale(1.02); }
.btn--ghost { background: transparent; color: var(--accent1); border-color: var(--accent1); }
.btn--ghost:hover { background: rgba(186, 82, 41, 0.08); }

.is-dark .btn--primary { background: var(--off-white); color: var(--primary); }
.is-dark .btn--primary:hover { background: rgba(246, 245, 242, 0.95); transform: scale(1.02); }
.is-dark .btn--ghost { color: var(--off-white); border-color: var(--off-white); }
.is-dark .btn--ghost:hover { background: rgba(246, 245, 242, 0.08); }

.is-accent .btn--primary { background: var(--primary); color: var(--off-white); }
.is-accent .btn--primary:hover { background: var(--primary-deep); transform: scale(1.02); }
.is-accent .btn--ghost { color: var(--off-white); border-color: var(--off-white); }
.is-accent .btn--ghost:hover { background: rgba(246, 245, 242, 0.10); }

@media (prefers-reduced-motion: reduce) {
  .btn:hover { transform: none !important; }
}

/* ----- top nav ----- */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 14px var(--pad-x);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(246, 245, 242, 0.82);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-bottom: 1px solid var(--rule-light);
}
.nav__brand { display: flex; align-items: baseline; gap: 6px; font-family: var(--font-sans); font-size: 14px; letter-spacing: 0.04em; color: var(--primary); }
.nav__brand .sts { font-weight: 600; }
.nav__brand .sub { color: var(--accent1); font-weight: 400; }
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links a { font-size: 13px; color: var(--primary); transition: color 160ms ease; }
.nav__links a:hover { color: var(--accent1); }
.nav__cta { display: flex; align-items: center; gap: 12px; }
.lang-link {
  display: inline-flex; align-items: center;
  font-family: var(--font-sans);
  font-size: 12px; letter-spacing: 0.12em;
  color: var(--primary);
  padding: 6px 10px;
  border: 1px solid var(--rule-mid);
  border-radius: 4px;
  min-height: 32px;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.lang-link:hover { background: var(--primary); color: var(--off-white); border-color: var(--primary); }
@media (max-width: 880px) {
  .nav__links { display: none; }
  .nav { padding: 12px 16px; }
  .nav__cta .btn { display: none; }
}

/* ----- hero ----- */
.hero { padding-top: clamp(140px, 16vw, 200px); padding-bottom: clamp(72px, 9vw, 140px); }
.hero__grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: end; }
@media (min-width: 1024px) {
  .hero__grid { grid-template-columns: minmax(0, 1.38fr) minmax(0, 1fr); gap: 56px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__grid { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 40px; }
}
.hero__text { min-width: 0; }
.hero__portrait {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 480px;
}
.hero__portrait img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 6px;
  box-shadow: 0 18px 40px -20px rgba(56, 44, 39, 0.25);
  filter: contrast(1.03) saturate(1.02);
}
.hero__portrait::after {
  content: "";
  display: block;
  width: 60%;
  height: 6px;
  background: var(--accent1);
  margin-top: 14px;
}
@media (max-width: 767px) {
  .hero__portrait { max-width: 240px; margin: 8px auto 0; }
  .hero__portrait::after { width: 50%; height: 4px; margin-top: 10px; }
}
@media (min-width: 1024px) {
  .hero__portrait { max-width: 480px; justify-self: end; }
  .hero__portrait img { max-height: 600px; }
}
.hero h1 { margin-bottom: 22px; max-width: 18ch; }
.hero .eyebrow { display: block; margin-bottom: 18px; }
.hero .sub { font-size: clamp(17px, 1.5vw, 20px); color: var(--accent4); font-weight: 500; margin: 0 0 24px; max-width: 60ch; }
.hero .lead { margin: 0 0 22px; }
.hero .proof { font-size: 14.5px; line-height: 1.6; color: var(--text-base); max-width: 64ch; margin: 0 0 32px; padding: 18px 22px; background: rgba(202, 172, 140, 0.18); border-left: 3px solid var(--accent1); border-radius: 0 4px 4px 0; }
.hero .ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ----- generic section heading ----- */
.section-head { display: grid; gap: 8px; margin-bottom: clamp(40px, 5vw, 64px); max-width: 64ch; }
.section-head .eyebrow { display: block; }

/* ----- "Wie ik help" cards ----- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 920px) { .cards-3 { grid-template-columns: 1fr; gap: 16px; } }
.card-recog {
  background: var(--off-white);
  border: 1px solid var(--rule-light);
  border-radius: 6px;
  padding: 30px 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 200ms ease, transform 200ms ease;
}
.card-recog:hover { border-color: var(--rule-mid); }
.card-recog .quote { font-family: var(--font-sans); font-size: 22px; line-height: 1.25; color: var(--primary); font-weight: 600; letter-spacing: -0.01em; margin: 0; }
.card-recog .body { font-size: 15px; line-height: 1.55; color: var(--text-base); margin: 0; }
.card-recog .map { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--rule-light); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.card-recog .map a { color: var(--accent1); border-bottom: 1px solid var(--accent1); padding-bottom: 1px; }
.card-recog .map a:hover { color: var(--accent4); border-color: var(--accent4); }

/* PE audience note under the three cards */
.audience-note {
  margin: 28px 0 0;
  font-size: 14.5px;
  letter-spacing: 0.01em;
  color: var(--text-base);
  padding: 18px 22px;
  background: rgba(202, 172, 140, 0.18);
  border-left: 3px solid var(--accent4);
  border-radius: 0 4px 4px 0;
  max-width: 70ch;
}

/* status pill on case strips */
.case__client .status-pill {
  display: inline-flex; align-self: flex-start;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  padding: 4px 10px; border-radius: 999px;
  margin-top: 2px;
}
.case__client .status-pill.done { background: rgba(108, 142, 78, 0.16); color: #4a6936; border: 1px solid rgba(108, 142, 78, 0.4); }
.is-dark .case__client .status-pill.done { color: #b4cf94; background: rgba(140, 180, 110, 0.18); border-color: rgba(140, 180, 110, 0.45); }
.case__client .status-pill.ongoing { background: rgba(45, 36, 32, 0.06); color: #6b6560; border: 1px solid rgba(45, 36, 32, 0.22); }
.is-dark .case__client .status-pill.ongoing { color: #c8a882; background: rgba(200, 168, 130, 0.12); border-color: rgba(200, 168, 130, 0.35); }

/* ----- fractional explainer ----- */
.fractional-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 56px; align-items: start; }
@media (max-width: 880px) { .fractional-grid { grid-template-columns: 1fr; gap: 28px; } }
.frac-block h3 { color: var(--accent2); margin: 0 0 10px; }
.frac-block p, .frac-block ul { font-size: 15.5px; line-height: 1.6; color: var(--off-white); margin: 0; }
.frac-block ul { padding-left: 20px; margin: 0; }
.frac-block ul li { margin-bottom: 6px; }
.frac-block ul li strong { color: var(--accent2); font-weight: 600; }
.h2-sub { font-size: 14px; letter-spacing: 0.04em; color: var(--accent2); margin: 0 0 28px; max-width: 60ch; font-weight: 500; }
.is-dark .h2-sub { color: var(--accent2); }

/* ----- Frac stat (inside Fractional section, smaller than the old band) ----- */
.frac-stat {
  margin: 56px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(200, 168, 130, 0.18);
  max-width: 70ch;
}
.frac-stat .accent-rule { width: 48px; height: 3px; background: var(--accent1); margin: 0 0 18px; border: 0; }
.frac-stat h3 {
  color: var(--off-white);
  font-weight: 700;
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 1.15;
  letter-spacing: -0.005em;
  margin: 0 0 10px;
  max-width: 28ch;
  text-wrap: balance;
}
.frac-stat p {
  color: var(--accent2);
  font-size: 15.5px;
  line-height: 1.6;
  max-width: 60ch;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 760px) { .frac-stat { margin-top: 36px; } }

/* ----- Stat band (legacy — no longer used in markup, kept for safety) ----- */
.stat-band {
  background: var(--primary);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.stat-band .wrap { position: relative; z-index: 1; }
.stat-band .accent-rule { width: 64px; height: 4px; background: var(--accent1); margin: 0 0 32px; border: 0; }
.stat-band h2 {
  color: var(--off-white);
  font-weight: 700;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 24px;
  max-width: 22ch;
  text-wrap: balance;
}
.stat-band h2::after { display: none; }
.stat-band p {
  color: var(--accent2);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.5;
  max-width: 60ch;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 760px) { .stat-band { padding: 80px 0; } }

/* ----- offerings (CSS subgrid: every labelled row aligns across cards) ----- */
.offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  gap: 0 20px;
}
@media (max-width: 1040px) {
  .offers { grid-template-columns: 1fr; grid-template-rows: auto; gap: 20px; }
}
.offer {
  background: var(--off-white);
  border: 1px solid var(--rule-light);
  border-radius: 6px;
  padding: 32px 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 11;
  row-gap: 0;
}
@media (max-width: 1040px) {
  .offer { display: flex; flex-direction: column; grid-row: auto; }
}
.offer .num { font-size: 12px; letter-spacing: 0.18em; color: var(--accent1); font-weight: 500; margin: 0 0 16px; }
.offer h3 { margin: 0 0 4px; color: var(--accent4); }
.offer .duration { font-size: 13px; color: var(--text-base); opacity: 0.7; margin: 0 0 22px; letter-spacing: 0.02em; }
.offer .k { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-base); opacity: 0.6; font-weight: 500; padding: 14px 0 4px; border-top: 1px solid var(--rule-light); }
.offer .k.first { border-top: 1px solid var(--rule-mid); margin-top: 4px; }
.offer .k.out { color: var(--accent1); opacity: 0.9; }
.offer .v { font-size: 14.5px; line-height: 1.5; color: var(--text-base); padding-bottom: 14px; margin: 0; }
.offer .modes { display: flex; flex-direction: column; gap: 12px; padding-bottom: 14px; }
.offer .mode { display: flex; flex-direction: column; gap: 4px; padding: 12px 14px; background: rgba(202, 172, 140, 0.16); border-radius: 4px; }
.offer .mode .mk { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent4); font-weight: 600; }
.offer .mode .mv { font-size: 14px; line-height: 1.5; color: var(--text-base); }
.offer .price { margin-top: 14px; padding-top: 18px; border-top: 1px solid var(--rule-mid); display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.offer .price .amt { font-size: 20px; font-weight: 700; color: var(--primary); letter-spacing: -0.01em; }
.offer .price .note { font-size: 11px; letter-spacing: 0.1em; color: var(--text-base); opacity: 0.6; text-transform: uppercase; }
.offer .cta-row { margin-top: 22px; align-self: end; }

/* Fallback for browsers without subgrid (mostly cosmetic now) */
@supports not (grid-template-rows: subgrid) {
  .offers { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; gap: 20px; }
  .offer { display: flex; flex-direction: column; grid-row: auto; }
  .offer .k { min-height: 0; }
  .offer .v { min-height: 64px; }
}

.offers-foot { margin-top: 32px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.offers-foot p { margin: 0; font-size: 15px; color: var(--text-base); }

/* ----- Section CTA pair (primary filled + secondary ghost/text link) ----- */
.section-ctas {
  margin-top: clamp(40px, 5vw, 64px);
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.section-ctas .secondary {
  font-family: var(--font-sans);
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--accent1);
  border-bottom: 1px solid var(--accent1);
  padding: 4px 0;
  transition: color 160ms ease, border-color 160ms ease;
  display: inline-flex; align-items: center; gap: 6px;
}
.section-ctas .secondary::after { content: "→"; transition: transform 200ms ease; }
.section-ctas .secondary:hover { color: var(--accent4); border-color: var(--accent4); }
.section-ctas .secondary:hover::after { transform: translateX(3px); }
.is-dark .section-ctas .secondary { color: var(--accent2); border-bottom-color: var(--accent2); }
.is-dark .section-ctas .secondary:hover { color: var(--off-white); border-bottom-color: var(--off-white); }
.is-accent .section-ctas .secondary { color: var(--off-white); border-bottom-color: rgba(246,245,242,0.5); }
.is-accent .section-ctas .secondary:hover { border-bottom-color: var(--off-white); }

/* ----- "Hoe ik denk" steps (5) ----- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
@media (max-width: 1100px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: rgba(202, 172, 140, 0.22);
  border: 1px solid var(--rule-light);
  border-radius: 6px;
  padding: 24px 22px;
  display: flex; flex-direction: column;
}
.step__n { font-size: 11px; letter-spacing: 0.18em; color: var(--accent1); margin-bottom: 12px; font-weight: 600; }
.step h3 { font-size: 19px; font-weight: 600; color: var(--accent4); margin-bottom: 10px; line-height: 1.2; }
.step p { font-size: 14px; line-height: 1.55; color: var(--text-base); margin: 0; }
.step p + p { margin-top: 8px; opacity: 0.85; }
.steps-close { margin-top: 28px; font-size: 17px; line-height: 1.45; color: var(--primary); font-weight: 500; max-width: 60ch; }

/* ----- track record on dark ----- */
.cases { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--rule-dark); }
.case {
  display: grid;
  grid-template-columns: 220px 1fr 1.3fr;
  gap: 36px;
  padding: 32px 0;
  border-bottom: 1px solid var(--rule-dark);
  align-items: start;
}
@media (max-width: 920px) { .case { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; } }
.case__client { display: flex; flex-direction: column; gap: 8px; }
.case__client .name { font-size: 22px; font-weight: 600; color: var(--off-white); letter-spacing: -0.01em; }
.case__client .role { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent2); }
.case__metrics { display: flex; flex-direction: column; gap: 14px; }
.metric { display: flex; flex-direction: column; gap: 2px; }
.metric .n { font-size: clamp(26px, 2.6vw, 34px); font-weight: 700; color: var(--accent2); line-height: 1; letter-spacing: -0.015em; }
.metric .l { font-size: 13px; color: var(--off-white); line-height: 1.35; opacity: 0.85; }
.case__what { font-size: 15px; line-height: 1.55; color: var(--off-white); }
.case__what .ctx { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent2); margin: 0 0 10px; display: block; }
.case__what p { margin: 0 0 10px; color: var(--off-white); }
.case__what p strong { color: var(--accent2); font-weight: 600; }

/* ----- testimonials 2x2 (subgrid for tag → quote → who alignment) ----- */
.tg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 20px;
}
@media (max-width: 880px) { .tg { grid-template-columns: 1fr; grid-template-rows: auto; } }
.tg .testi { grid-template-rows: subgrid; grid-row: span 3; }
@supports not (grid-template-rows: subgrid) { .tg .testi { grid-row: auto; } }
@media (max-width: 880px) { .tg .testi { grid-row: auto; } }
.testi {
  background: var(--off-white);
  border: 1px solid var(--rule-light);
  border-radius: 6px;
  padding: 28px 26px;
  display: grid;
  gap: 18px;
  min-height: 220px;
}
.testi .tag {
  display: inline-flex; align-self: flex-start;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  padding: 4px 10px; border-radius: 999px;
}
.testi .tag.ongoing { background: rgba(45, 36, 32, 0.06); color: #6b6560; border: 1px solid rgba(45, 36, 32, 0.18); }
.testi .tag.done { background: rgba(108, 142, 78, 0.14); color: #4a6936; border: 1px solid rgba(108, 142, 78, 0.38); }
.testi .tag.pending { background: rgba(214, 211, 206, 0.4); color: var(--text-base); border: 1px solid var(--rule-mid); }
.testi .q { font-family: var(--font-sans); font-size: 17px; line-height: 1.4; font-weight: 500; color: var(--primary); margin: 0; }
.testi.pending .q { color: var(--text-base); font-style: italic; opacity: 0.7; }
.testi .who { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.testi .av {
  width: 48px; height: 48px; border-radius: 999px;
  background: var(--accent2);
  display: grid; place-items: center;
  font-weight: 600; color: var(--primary); font-size: 14px; letter-spacing: 0.04em;
  flex-shrink: 0;
  filter: grayscale(1) contrast(0.95);
  overflow: hidden;
}
.testi .av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.testi .meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.testi .name { font-size: 14px; font-weight: 600; color: var(--primary); }
.testi .role { font-size: 12.5px; color: var(--text-base); opacity: 0.75; line-height: 1.35; }

/* ----- about ----- */
.about { display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: start; max-width: 980px; }
@media (max-width: 760px) { .about { grid-template-columns: 1fr; gap: 28px; max-width: 100%; } .about__portrait { max-width: 280px; } }
.about__portrait {
  aspect-ratio: 3 / 4;
  background: var(--accent2);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.about__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; display: block; }
.about__body p { font-size: 16px; line-height: 1.55; color: var(--text-base); margin: 0 0 14px; }
.about__body p:last-child { margin-bottom: 0; }
.about__body p strong { font-weight: 600; color: var(--primary); }

/* ----- FAQ ----- */
.faq-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--rule-mid); max-width: 880px; }
.faq { border-bottom: 1px solid var(--rule-light); }
.faq > summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 48px 22px 0;
  position: relative;
  font-family: var(--font-sans);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--primary);
  transition: color 160ms ease;
}
.faq > summary::-webkit-details-marker { display: none; }
.faq > summary::after {
  content: "+";
  position: absolute;
  right: 6px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: var(--accent1);
  transition: transform 220ms ease;
}
.faq[open] > summary::after { content: "−"; }
.faq > summary:hover { color: var(--accent1); }
.faq .a { padding: 0 48px 26px 0; font-size: 15.5px; line-height: 1.55; color: var(--text-base); max-width: 70ch; }

/* ----- contact band (accent1) ----- */
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: start; }
@media (max-width: 920px) { .contact-grid { grid-template-columns: 1fr; gap: 32px; } }
.contact-info { display: flex; flex-direction: column; }
.contact-info .row { display: flex; flex-direction: column; gap: 2px; padding: 14px 0; border-top: 1px solid rgba(246, 245, 242, 0.3); }
.contact-info .row:first-child { border-top: 1px solid rgba(246, 245, 242, 0.5); }
.contact-info .k { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--off-white); opacity: 0.8; }
.contact-info .v { font-size: 17px; color: var(--off-white); font-weight: 500; }
.contact-info .v a { color: var(--off-white); border-bottom: 1px solid rgba(246, 245, 242, 0.4); padding-bottom: 2px; transition: border-color 160ms ease; }
.contact-info .v a:hover { border-bottom-color: var(--off-white); }
.contact-band h2 { color: var(--off-white); max-width: 18ch; }
.contact-band .lead { color: var(--off-white); max-width: 56ch; opacity: 0.95; }
.contact-band .ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }

/* ----- footer ----- */
footer.foot {
  background: var(--primary-deep);
  color: var(--off-white);
  padding: 36px var(--pad-x);
}
footer.foot .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding-left: 0; padding-right: 0;
  font-size: 12.5px; letter-spacing: 0.04em;
  color: var(--off-white); opacity: 0.78;
}
footer.foot .brand { display: flex; align-items: baseline; gap: 8px; opacity: 1; }
footer.foot .brand .sts { font-weight: 600; font-size: 14px; }
footer.foot .brand .sub { color: var(--accent2); font-size: 14px; font-weight: 400; }
footer.foot .brand .tagline { color: var(--accent2); font-size: 12px; margin-left: 6px; }
footer.foot a { color: var(--off-white); border-bottom: 1px solid rgba(246, 245, 242, 0.3); padding-bottom: 1px; }
footer.foot a:hover { border-bottom-color: var(--off-white); }

/* ----- intersection-observed entry animation ----- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 500ms ease-out, transform 500ms ease-out; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

.js-hero .hero h1, .js-hero .hero .lead, .js-hero .hero .eyebrow, .js-hero .hero .sub, .js-hero .hero .proof, .js-hero .hero .ctas, .js-hero .hero .section-ctas, .js-hero .hero__portrait {
  animation: heroIn 600ms ease-out both;
}
.js-hero .hero .eyebrow { animation-delay: 40ms; }
.js-hero .hero h1 { animation-delay: 100ms; }
.js-hero .hero .sub { animation-delay: 180ms; }
.js-hero .hero .lead { animation-delay: 260ms; }
.js-hero .hero .proof { animation-delay: 340ms; }
.js-hero .hero .section-ctas { animation-delay: 440ms; }
.js-hero .hero__portrait { animation-delay: 200ms; }
@keyframes heroIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .hero *, .reveal { animation: none !important; transition: none !important; opacity: 1; transform: none; }
}

/* mobile tighten */
@media (max-width: 620px) {
  .hero .ctas .btn { width: 100%; justify-content: center; }
  .nav__brand .sub { display: none; }
}

/* print */
@media print {
  .nav, .ctas, .contact-band, .btn { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
  section { padding: 24px 0 !important; page-break-inside: avoid; }
  h1, h2, h3 { color: #000 !important; }
  .pattern::before { display: none !important; }
  .is-dark, .is-accent { background: #fff !important; color: #000 !important; }
  .is-dark *, .is-accent * { color: #000 !important; }
}
