/* --- Self-hosted fonts --------------------------------------------------- */
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/plus-jakarta-sans-latin-400-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/plus-jakarta-sans-latin-500-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/plus-jakarta-sans-latin-600-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/plus-jakarta-sans-latin-700-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:800;font-display:swap;src:url('fonts/plus-jakarta-sans-latin-800-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Instrument Serif';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/instrument-serif-latin-400-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Instrument Serif';font-style:italic;font-weight:400;font-display:swap;src:url('fonts/instrument-serif-latin-400-italic.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

/* ==========================================================================
   Vaibhav Srivastava — Fractional CMO & GTM Advisor
   vaibhav.gentepartners.com  ·  light "paper" theme
   ========================================================================== */

/* --- Tokens ------------------------------------------------------------- */
:root {
  --page:       #f7f5f2;   /* warm paper ground */
  --surface:    #ffffff;   /* cards */
  --surface-2:  #fffefd;   /* card hover */
  --panel:      #efebe6;   /* tinted panel */

  --ink:        #171c27;   /* inverted panels + primary text */
  --ink-2:      #0f131c;
  --paper:      #f7f5f2;   /* text on inverted panels */

  --text:       #171c27;
  --muted:      #575d6b;
  --muted-2:    #868b98;

  --line:       rgba(23, 28, 39, 0.16);
  --line-soft:  rgba(23, 28, 39, 0.10);
  --line-inv:   rgba(255, 255, 255, 0.15);
  --line-inv-s: rgba(255, 255, 255, 0.10);

  --accent:     #c24b24;   /* coral, AA on paper */
  --accent-lt:  #ee8964;   /* coral, AA on ink */

  --shadow:     0 1px 2px rgba(23, 28, 39, 0.04);
  --shadow-lg:  0 14px 34px rgba(23, 28, 39, 0.08);

  --font-sans:  "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;

  --wrap: 1180px;
  --gut: 28px;
  --radius: 14px;
  --radius-lg: 20px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* --- Reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; letter-spacing: -0.035em; line-height: 1.06; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--accent); color: #fff; }

/* --- Layout ------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.section { padding: 108px 0; position: relative; }
.section--tight { padding: 76px 0; }
.section--line { border-top: 1px solid var(--line-soft); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 26px;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--accent); display: block; flex: none;
}
.eyebrow--plain::before { display: none; }

.h-xl { font-size: clamp(2.6rem, 6.4vw, 4.6rem); word-spacing: 0.05em; }
.h-lg { font-size: clamp(2.1rem, 4.6vw, 3.15rem); word-spacing: 0.04em; }
.h-md { font-size: clamp(1.5rem, 2.9vw, 2rem); letter-spacing: -0.03em; }
.h-sm { font-size: 1.16rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; }

.lede { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--muted); max-width: 62ch; }
.measure { max-width: 66ch; }
.muted { color: var(--muted); }
.accent { color: var(--accent); }

/* --- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px;
  font-size: 15px; font-weight: 700; letter-spacing: -0.01em;
  border: 1px solid transparent; cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--solid { background: var(--ink); color: var(--paper); }
.btn--solid:hover { background: #000; box-shadow: var(--shadow-lg); }
.btn--ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn--ghost:hover { border-color: var(--ink); background: rgba(23,28,39,0.03); }
.btn--dark { background: var(--ink); color: var(--paper); }
.btn--dark:hover { background: #000; }
.btn .arw { transition: transform 0.25s var(--ease); }
.btn:hover .arw { transform: translate(3px, -3px); }

.textlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 15px; color: var(--text);
  border-bottom: 1.5px solid var(--line); padding-bottom: 3px;
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.textlink:hover { border-color: var(--accent); color: var(--accent); }

/* --- Header ------------------------------------------------------------- */
.site-head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 245, 242, 0.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease);
}
.site-head.is-stuck { border-bottom-color: var(--line-soft); }
.head-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -0.04em; font-size: 18px; }
.brand .mark {
  width: 30px; height: 30px; border-radius: 8px; flex: none;
  background: var(--ink); color: var(--paper);
  display: grid; place-items: center; font-size: 14px; font-weight: 800; letter-spacing: -0.06em;
}
.brand .dot { color: var(--accent); }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a {
  font-size: 14.5px; font-weight: 600; color: var(--muted);
  transition: color 0.2s var(--ease); position: relative;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--text); }
.nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 2px; background: var(--accent);
}
.head-cta { display: flex; align-items: center; gap: 14px; }

.burger {
  display: none; width: 42px; height: 42px; border-radius: 10px;
  border: 1px solid var(--line); background: transparent; cursor: pointer;
  align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0;
}
.burger span { display: block; width: 17px; height: 1.75px; background: var(--text); transition: transform 0.3s var(--ease), opacity 0.2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(3.4px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.4px) rotate(-45deg); }

.mobile-nav {
  display: none; border-top: 1px solid var(--line-soft);
  background: var(--page); padding: 18px var(--gut) 30px;
}
.mobile-nav.is-open { display: block; }
.mobile-nav a {
  display: block; padding: 14px 0; font-size: 21px; font-weight: 700; letter-spacing: -0.03em;
  border-bottom: 1px solid var(--line-soft);
}
.mobile-nav .btn { margin-top: 22px; width: 100%; justify-content: center; }

@media (max-width: 900px) {
  .nav, .head-cta .btn { display: none; }
  .burger { display: flex; }
}

/* --- Hero --------------------------------------------------------------- */
.hero { padding: clamp(70px, 11vw, 132px) 0 clamp(58px, 8vw, 96px); position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 1px; background: var(--line-soft); }
.hero-glow {
  position: absolute; top: -240px; right: -160px; width: 660px; height: 660px; pointer-events: none;
  background: radial-gradient(circle, rgba(194,75,36,0.10) 0%, rgba(194,75,36,0) 66%);
}
.hero h1 { max-width: 15ch; margin-bottom: 28px; }
.hero .lede { font-size: clamp(1.05rem, 1.7vw, 1.26rem); max-width: 58ch; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; margin-top: 40px; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 46px;
  font-size: 13px; color: var(--muted-2); font-weight: 600;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 14px; }
.hero-meta span:not(:last-child)::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--line); }

.page-hero { padding: clamp(64px, 8vw, 104px) 0 clamp(44px, 5vw, 68px); border-bottom: 1px solid var(--line-soft); }
.page-hero h1 { max-width: 18ch; margin-bottom: 24px; }

/* --- Marquee / logos ---------------------------------------------------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 12px; width: max-content; animation: slide 44s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.logo-chip {
  flex: none; display: grid; place-items: center; height: 84px; min-width: 194px; padding: 0 30px;
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius);
  font-weight: 700; font-size: 15.5px; letter-spacing: -0.015em; color: #4a505e;
  box-shadow: var(--shadow);
}

/* --- Stats -------------------------------------------------------------- */
.stat-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line-soft); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow);
}
.stat { background: var(--surface); padding: 34px 26px; }
.stat b { display: block; font-size: clamp(1.9rem, 3.6vw, 2.7rem); font-weight: 800; letter-spacing: -0.045em; line-height: 1; margin-bottom: 12px; }
.stat span { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.02em; margin-bottom: 5px; }
.stat small { display: block; font-size: 13px; color: var(--muted-2); line-height: 1.45; }
@media (max-width: 900px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .stat-grid { grid-template-columns: 1fr; } .stat { padding: 26px 22px; } }

/* --- Grids & cards ------------------------------------------------------ */
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow);
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.card:hover { border-color: var(--line); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card h3 { margin-bottom: 11px; }
.card p { color: var(--muted); font-size: 15.3px; line-height: 1.62; }
.card .num {
  display: block; font-size: 12px; font-weight: 800; letter-spacing: 0.12em;
  color: var(--accent); margin-bottom: 18px; text-transform: uppercase;
}

/* Inverted (ink) card — used for emphasis blocks */
.card--paper { background: var(--ink); border-color: transparent; color: var(--paper); }
.card--paper:hover { background: var(--ink-2); border-color: transparent; }
.card--paper h3, .card--paper b, .card--paper strong { color: var(--paper); }
.card--paper p { color: rgba(247,245,242,0.72); }
.card--paper .num { color: var(--accent-lt); }
.card--paper .tick li { color: rgba(247,245,242,0.74); }
.card--paper .tick li b { color: var(--paper); }
.card--paper .tick li::before { border-color: var(--accent-lt); }
.card--paper .btn--dark { background: var(--paper); color: var(--ink); }
.card--paper .btn--dark:hover { background: #fff; }
.card--paper .textlink { color: var(--paper); border-color: var(--line-inv); }
.card--paper .textlink:hover { color: var(--accent-lt); border-color: var(--accent-lt); }

.card--row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 30px; padding: 26px 28px; }
.card--row h3 { min-width: 250px; margin-bottom: 0; }
.card--row p { flex: 1; min-width: 260px; }

.split { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(34px, 6vw, 84px); align-items: start; }
.split--even { grid-template-columns: 1fr 1fr; }
@media (max-width: 900px) { .split, .split--even { grid-template-columns: 1fr; } }
.sticky-col { position: sticky; top: 108px; }
@media (max-width: 900px) { .sticky-col { position: static; } }

/* --- Lists -------------------------------------------------------------- */
.tick { display: grid; gap: 13px; }
.tick li { position: relative; padding-left: 27px; color: var(--muted); font-size: 15.4px; line-height: 1.58; }
.tick li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%;
  border: 2px solid var(--accent);
}
.tick li b, .tick li strong { color: var(--text); font-weight: 700; }

.pill-row { display: flex; flex-wrap: wrap; gap: 9px; }
.pill {
  display: inline-block; padding: 8px 15px; border-radius: 999px;
  border: 1px solid var(--line-soft); background: var(--page);
  font-size: 13.4px; font-weight: 600; color: var(--muted);
}
.card--paper .pill { background: rgba(255,255,255,0.06); border-color: var(--line-inv-s); color: rgba(247,245,242,0.8); }

/* --- Timeline ----------------------------------------------------------- */
.timeline { position: relative; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 1px; background: var(--line); }
.tl-item { position: relative; padding-bottom: 40px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -34px; top: 7px; width: 11px; height: 11px; border-radius: 50%;
  background: var(--page); border: 2.5px solid var(--accent);
}
.tl-item .yr { font-size: 12.5px; font-weight: 800; letter-spacing: 0.1em; color: var(--accent); text-transform: uppercase; }
.tl-item h3 { margin: 9px 0 4px; font-size: 1.14rem; font-weight: 700; letter-spacing: -0.02em; }
.tl-item .org { font-size: 14.4px; font-weight: 600; color: var(--muted); margin-bottom: 9px; }
.tl-item p { color: var(--muted); font-size: 15.2px; }

/* --- Quotes ------------------------------------------------------------- */
.quote-lg {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem); line-height: 1.28; letter-spacing: -0.015em; color: var(--text);
}
.quote-card {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 30px 28px; display: flex; flex-direction: column; box-shadow: var(--shadow);
}
.quote-card .mk { font-family: var(--font-serif); font-size: 42px; line-height: 0.6; color: var(--accent); margin-bottom: 18px; }
.quote-card blockquote { margin: 0 0 22px; font-size: 15.6px; line-height: 1.65; color: var(--text); flex: 1; }
.quote-card cite { font-style: normal; font-size: 14px; line-height: 1.5; display: block; }
.quote-card cite b { display: block; font-weight: 700; }
.quote-card cite span { color: var(--muted-2); }

/* --- FAQ ---------------------------------------------------------------- */
.faq { border-top: 1px solid var(--line-soft); }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq summary {
  cursor: pointer; list-style: none; padding: 26px 44px 26px 0; position: relative;
  font-size: 1.09rem; font-weight: 700; letter-spacing: -0.02em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 13px; height: 13px; margin-top: -7px;
  background: linear-gradient(var(--muted), var(--muted)) center/13px 2px no-repeat,
              linear-gradient(var(--muted), var(--muted)) center/2px 13px no-repeat;
  transition: transform 0.3s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); font-size: 15.5px; padding: 0 8% 28px 0; }

/* --- CTA band ----------------------------------------------------------- */
.cta-band { background: var(--ink); color: var(--paper); border-radius: var(--radius-lg); padding: clamp(44px, 6vw, 72px); }
.cta-band h2 { color: var(--paper); max-width: 17ch; margin-bottom: 20px; }
.cta-band p { color: rgba(247,245,242,0.74); max-width: 54ch; font-size: 1.02rem; }
.cta-band .eyebrow { color: rgba(247,245,242,0.62); }
.cta-band .eyebrow::before { background: var(--accent-lt); }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.cta-band .btn--dark { background: var(--paper); color: var(--ink); }
.cta-band .btn--dark:hover { background: #fff; }
.cta-band .btn--ghost { border-color: var(--line-inv); color: var(--paper); }
.cta-band .btn--ghost:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.07); }

/* --- Contact ------------------------------------------------------------ */
.contact-list {
  display: grid; gap: 1px; background: var(--line-soft);
  border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
}
.contact-row {
  background: var(--surface); padding: 22px 26px; display: flex; flex-wrap: wrap;
  gap: 6px 20px; align-items: baseline; justify-content: space-between;
  transition: background 0.25s var(--ease);
}
a.contact-row:hover { background: var(--panel); }
.contact-row .k { font-size: 12.5px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; color: var(--muted-2); }
.contact-row .v { font-size: 1.02rem; font-weight: 600; letter-spacing: -0.015em; }

.form { display: grid; gap: 16px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 12.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: 11px;
  background: var(--surface); border: 1px solid var(--line); color: var(--text);
  font-family: inherit; font-size: 15.5px;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(194,75,36,0.12);
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.hp { position: absolute; left: -9999px; opacity: 0; }
.form-note { font-size: 13.5px; color: var(--muted-2); }
.form-msg { padding: 14px 18px; border-radius: 11px; font-size: 15px; font-weight: 600; display: none; }
.form-msg.ok { display: block; background: rgba(24, 122, 80, 0.09); border: 1px solid rgba(24, 122, 80, 0.3); color: #16704a; }
.form-msg.err { display: block; background: rgba(194, 75, 36, 0.08); border: 1px solid rgba(194, 75, 36, 0.32); color: #9c3a18; }

/* --- Portrait / availability -------------------------------------------- */
.portrait { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-soft); background: var(--panel); box-shadow: var(--shadow); }
.portrait img { width: 100%; height: auto; }
.portrait::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(23,28,39,0.05);
}

.avail {
  display: flex; align-items: center; gap: 16px; margin-top: 46px;
  padding: 16px 22px 16px 16px; border: 1px solid var(--line-soft); border-radius: 999px;
  background: var(--surface); max-width: 610px; box-shadow: var(--shadow);
}
.avail img { width: 52px; height: 52px; border-radius: 50%; flex: none; object-fit: cover; }
.avail p { font-size: 14.2px; line-height: 1.5; }
.avail b { font-weight: 700; }
@media (max-width: 560px) {
  .avail { border-radius: var(--radius); align-items: flex-start; padding: 18px; }
}

/* --- Footer ------------------------------------------------------------- */
.site-foot { border-top: 1px solid var(--line-soft); padding: 62px 0 40px; background: var(--panel); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px 30px; }
@media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-grid h4 { font-size: 12px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; }
.foot-grid li { margin-bottom: 10px; }
.foot-grid a { font-size: 14.8px; color: var(--muted); transition: color 0.2s var(--ease); }
.foot-grid a:hover { color: var(--text); }
.foot-blurb { font-size: 14.6px; color: var(--muted); max-width: 34ch; margin-top: 16px; }
.foot-base {
  display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: space-between;
  margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--line-soft);
  font-size: 13.2px; color: var(--muted-2);
}

/* --- Impact band (ink, full-bleed numbers) ------------------------------ */
.impact { background: var(--ink); color: var(--paper); padding: clamp(52px, 6vw, 76px) 0; }
.impact .eyebrow { color: rgba(247,245,242,0.6); margin-bottom: 34px; }
.impact .eyebrow::before { background: var(--accent-lt); }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 30px; }
.impact-item b {
  display: block; font-size: clamp(2.3rem, 4.6vw, 3.5rem); font-weight: 800;
  letter-spacing: -0.05em; line-height: 1; margin-bottom: 14px; font-variant-numeric: tabular-nums;
}
.impact-item span { display: block; font-size: 13.5px; font-weight: 700; letter-spacing: 0.02em; margin-bottom: 6px; }
.impact-item small { display: block; font-size: 13px; color: rgba(247,245,242,0.55); line-height: 1.45; }
@media (max-width: 860px) { .impact-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 24px; } }
@media (max-width: 460px) { .impact-grid { grid-template-columns: 1fr 1fr; } }

/* --- Split hero --------------------------------------------------------- */
.hero-split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (max-width: 900px) { .hero-split { grid-template-columns: 1fr; } .hero-split .portrait { max-width: 380px; } }

/* --- Logo strip --------------------------------------------------------- */
.logo-strip img, .logo-chip img {
  max-height: 38px; width: auto; filter: grayscale(1) contrast(0.9) opacity(0.72);
  transition: filter 0.3s var(--ease);
}
.logo-chip:hover img { filter: grayscale(1) contrast(1) opacity(1); }
.logo-chip {
  filter: none; color: #5c6270; letter-spacing: -0.01em;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.logo-chip:hover { color: var(--ink); border-color: var(--line); }

/* --- Testimonial carousel ----------------------------------------------- */
.tcar { position: relative; }
.tcar-track {
  display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding-bottom: 6px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.tcar-track::-webkit-scrollbar { display: none; }
.tcar-track > * { flex: 0 0 calc((100% - 36px) / 3); min-width: 0; scroll-snap-align: start; }
@media (max-width: 1000px) { .tcar-track > * { flex-basis: calc((100% - 18px) / 2); } }
@media (max-width: 700px)  { .tcar-track > * { flex-basis: 86%; } }

.tcar-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.tcar-nav { display: flex; gap: 10px; flex: none; }
.tcar-nav button {
  width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  border: 1px solid var(--line); background: var(--surface); color: var(--text);
  display: grid; place-items: center; font-size: 17px; line-height: 1;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), opacity 0.25s var(--ease);
}
.tcar-nav button:hover:not(:disabled) { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.tcar-nav button:disabled { opacity: 0.3; cursor: default; }

.tq { display: flex; flex-direction: column; }
.tq blockquote { margin: 0 0 24px; font-size: 15.8px; line-height: 1.62; color: var(--text); flex: 1; }
.tq-who { display: flex; align-items: center; gap: 13px; padding-top: 20px; border-top: 1px solid var(--line-soft); }
.tq-av {
  width: 46px; height: 46px; border-radius: 50%; flex: none; object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  display: grid; place-items: center;
  background: var(--panel); color: var(--muted);
  font-size: 14.5px; font-weight: 800; letter-spacing: -0.02em;
}
.tq-meta { min-width: 0; flex: 1; }
.tq-meta b { display: block; font-size: 14.6px; font-weight: 700; letter-spacing: -0.015em; }
.tq-meta span { display: block; font-size: 13.2px; color: var(--muted-2); line-height: 1.4; }
.tq-li {
  flex: none; width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center;
  border: 1px solid var(--line-soft); color: var(--muted-2);
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.tq-li:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.tq-li svg { width: 15px; height: 15px; fill: currentColor; }
.tq--todo { border-style: dashed; border-color: var(--line); background: transparent; box-shadow: none; }
.tq--todo blockquote { color: var(--muted-2); font-style: italic; }
.tq--todo:hover { transform: none; box-shadow: none; border-color: var(--line); }

/* --- Reveal on scroll --------------------------------------------------- */
.rv { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; } }

/* --- Utilities ---------------------------------------------------------- */
.stack-sm > * + * { margin-top: 14px; }
.stack-md > * + * { margin-top: 26px; }
.stack-lg > * + * { margin-top: 44px; }
.mt-xl { margin-top: 54px; }
.mt-lg { margin-top: 40px; }
.mt-md { margin-top: 26px; }
.center { text-align: center; }
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--ink); color: var(--paper);
  padding: 12px 20px; border-radius: 0 0 10px 0; font-weight: 700; z-index: 100;
}
.skip:focus { left: 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
