/* khulatalent.com. Tokens from the Khula brand kit (khula-tokens.css, Brand Guide v3.0).
   Jade is for the logo and accents, never small text on light surfaces; Ink for text;
   white on Action Green for buttons. 8 px rhythm, 12 to 16 px corners. Light scheme only. */

@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-wght-normal.woff2") format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/inter-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  --jade: #4D8B70; --sage: #A9C9B5; --mint: #E5F0E6; --ivory: #FAF8F2;
  --ink: #263E34; --action: #356E55; --action-dark: #2A5A45; --slate: #56655B; --line: #D9E3D9;
  --white: #FFFFFF;
  --display: "Manrope", Arial, Helvetica, sans-serif;
  --body: "Inter", Arial, Helvetica, sans-serif;
  --r: 14px; --r-sm: 12px;
  --wrap: 1160px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--body);
  font-size: 17px; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--action); text-underline-offset: 3px; }
a:hover { color: var(--action-dark); }
:focus-visible { outline: 3px solid var(--action); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3 { font-family: var(--display); color: var(--ink); margin: 0 0 16px; letter-spacing: -0.01em; }
h1 { font-size: clamp(36px, 5.2vw, 56px); line-height: 1.08; font-weight: 600; }
h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15; font-weight: 600; }
h3 { font-size: 21px; line-height: 1.3; font-weight: 600; }
p { margin: 0 0 16px; }
.muted { color: var(--slate); }
.fine { font-size: 14px; color: var(--slate); margin-top: 16px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }

.skip { position: absolute; left: -9999px; top: 8px; background: var(--white); padding: 8px 16px; z-index: 10; }
.skip:focus { left: 16px; }

/* Header */
.top { position: sticky; top: 0; z-index: 5; background: rgba(250, 248, 242, 0.94);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(6px); }
.top__inner { display: flex; align-items: center; gap: 32px; min-height: 72px; }
.brand img { width: 98px; height: 32px; }
.nav { display: flex; gap: 24px; margin-left: auto; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: 16px; padding: 8px 0;
  border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--jade); color: var(--ink); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px;
  border-radius: 999px; font-family: var(--body); font-weight: 600; font-size: 16px; text-decoration: none;
  white-space: nowrap; transition: background-color .15s ease; }
.btn--primary { background: var(--action); color: var(--white); }
.btn--primary:hover { background: var(--action-dark); color: var(--white); }
.btn--lg { min-height: 52px; padding: 0 28px; font-size: 17px; }
.link-arrow { font-weight: 600; text-decoration: none; }
.link-arrow::after { content: " \2192"; }
.link-arrow:hover { text-decoration: underline; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 32px; }
.actions--center { justify-content: center; }

.eyebrow { font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--action); margin-bottom: 16px; }
.lede { font-size: 19px; color: var(--slate); max-width: 40em; }

/* Arcs motif */
.arcs { position: absolute; right: -160px; top: -200px; width: 800px; height: 800px; pointer-events: none; z-index: 0; }
.arcs circle { fill: none; stroke: var(--sage); stroke-width: 2; opacity: .55; }
.arcs circle + circle { stroke: var(--mint); stroke-width: 28; opacity: .9; }
.arcs--small { width: 560px; height: 560px; right: -140px; top: -180px; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 80px 0 96px; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }

/* Evidence card illustration */
.evcard, .qcard { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 1px 2px rgba(38, 62, 52, .06), 0 16px 40px -16px rgba(38, 62, 52, .22); padding: 24px; }
.evcard__top { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 8px; }
.evcard__role { font-family: var(--display); font-weight: 600; font-size: 16px; }
.tag { font-size: 12px; font-weight: 600; color: var(--slate); background: var(--mint); border-radius: 999px; padding: 4px 10px; }
.evlist { list-style: none; margin: 0; padding: 0; }
.ev { padding: 16px 0; border-bottom: 1px solid var(--line); }
.ev__req { font-weight: 600; font-size: 15px; margin: 0 0 8px; }
.ev__quote { margin: 0 0 8px; padding: 8px 12px; border-left: 3px solid var(--jade); background: var(--ivory);
  border-radius: 0 8px 8px 0; font-size: 15px; line-height: 1.5; }
.ev__src, .ev__gapnote { margin: 0; font-size: 13px; color: var(--slate); display: flex; align-items: center; gap: 8px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--jade); flex: none; }
.ring { width: 8px; height: 8px; border-radius: 50%; border: 2px solid var(--slate); flex: none; }
.ev--gap .ev__gapnote { color: var(--ink); }
.evcard__foot { display: flex; align-items: center; gap: 16px; padding-top: 16px; font-size: 14px; color: var(--slate); }
.score { font-family: var(--display); color: var(--ink); background: var(--mint); border-radius: var(--r-sm);
  padding: 6px 12px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.score b { font-size: 20px; }

/* Queue illustration */
.qtable { width: 100%; border-collapse: collapse; font-size: 15px; font-variant-numeric: tabular-nums; }
.qtable th { text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--slate);
  font-weight: 600; padding: 8px 8px 8px 0; }
.qtable td { padding: 12px 8px 12px 0; border-top: 1px solid var(--line); }
.qtable .num { font-weight: 600; }
.qcard__note { margin: 16px 0 0; font-size: 14px; color: var(--slate); }

/* Sections */
.section { padding: 88px 0; }
.section--tight { padding-top: 32px; }
.section--mint { background: var(--mint); }
.section__head { max-width: 720px; margin-bottom: 48px; }
.section__head p { color: var(--slate); font-size: 18px; }
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 32px; }
.section--mint .card { border-color: transparent; }
.card p:last-child { margin-bottom: 0; }
.card--accent { background: var(--ink); border-color: var(--ink); }
.card--accent h3, .card--accent p { color: var(--ivory); }
.card--accent .ico { color: var(--sage); background: rgba(169, 201, 181, .14); }
.ico { width: 48px; height: 48px; padding: 10px; border-radius: var(--r-sm); background: var(--mint); color: var(--action); margin-bottom: 24px; }
.section--mint .ico { background: var(--white); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.split--wide { grid-template-columns: 1.1fr 1fr; align-items: start; }
.split__item h2 { font-size: 30px; }
.split__item p { color: var(--slate); max-width: 34em; }
.sticky { position: sticky; top: 104px; }

.place { display: flex; gap: 32px; align-items: flex-start; max-width: 860px; }
.place p { color: var(--slate); font-size: 18px; }

/* Page heads */
.pagehead { position: relative; overflow: hidden; padding: 80px 0 48px; }
.pagehead .wrap { position: relative; z-index: 1; }
.pagehead--center { text-align: center; padding: 120px 0; }
.pagehead--center .lede { margin: 0 auto; }

/* Steps */
.steps { list-style: none; counter-reset: s; margin: 0; padding: 0; }
.steps li { counter-increment: s; position: relative; padding: 0 0 40px 72px; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: -4px; width: 44px; height: 44px; border-radius: 50%;
  background: var(--mint); color: var(--action); font-family: var(--display); font-weight: 700; font-size: 18px;
  display: grid; place-items: center; }
.steps li::after { content: ""; position: absolute; left: 21px; top: 48px; bottom: 8px; width: 2px; background: var(--line); }
.steps li:last-child::after { display: none; }
.steps p { color: var(--slate); }

.beliefs { list-style: none; margin: 0; padding: 0; }
.beliefs li { padding: 16px 0; border-top: 1px solid var(--line); }
.beliefs h3 { font-size: 18px; margin-bottom: 4px; }
.beliefs p { margin: 0; color: var(--slate); }

.qa { padding: 32px 0; border-top: 1px solid var(--line); }
.qa:first-child { border-top: 0; padding-top: 0; }
.qa h2 { font-size: 24px; }
.qa p { color: var(--slate); margin: 0; }

.ticks { list-style: none; margin: 0; padding: 0; }
.ticks li { position: relative; padding-left: 28px; margin-bottom: 8px; }
.ticks li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 12px; height: 7px;
  border-left: 2px solid var(--action); border-bottom: 2px solid var(--action); transform: rotate(-45deg); }

/* CTA band */
.band--cta { background: var(--action); color: var(--white); padding: 64px 0; }
.band__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.band--cta h2 { color: var(--white); margin-bottom: 8px; }
.band--cta p { margin: 0; color: #E5F0E6; font-size: 18px; }
.band--cta .btn--primary { background: var(--white); color: var(--action); }
.band--cta .btn--primary:hover { background: var(--mint); color: var(--action-dark); }

/* Footer */
.foot { border-top: 1px solid var(--line); padding: 48px 0 24px; font-size: 15px; }
.foot__inner { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.foot__brand { display: flex; gap: 16px; align-items: center; }
.foot__brand img { width: 40px; height: 40px; }
.foot__brand p { margin: 0; }
.foot__name { font-weight: 600; }
.foot__name a { color: var(--ink); }
.foot__links { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 0; padding: 0; }
.foot__links a { color: var(--ink); text-decoration: none; }
.foot__links a:hover { text-decoration: underline; }
.foot__legal { margin-top: 32px; font-size: 14px; }

/* Tablet */
@media (max-width: 960px) {
  .hero__grid, .split, .split--wide { grid-template-columns: 1fr; gap: 40px; }
  .cards3 { grid-template-columns: 1fr; }
  .sticky { position: static; }
  .band__inner { flex-direction: column; align-items: flex-start; }
}

/* Phone */
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .top__inner { flex-wrap: wrap; gap: 0 16px; min-height: 0; padding-top: 12px; }
  .top .btn { margin-left: auto; min-height: 40px; padding: 0 16px; font-size: 15px; }
  .nav { order: 3; width: 100%; margin: 4px 0 0; gap: 24px; }
  .nav a { font-size: 15px; padding: 8px 0 10px; }
  .hero { padding: 48px 0 64px; }
  .pagehead { padding: 48px 0 32px; }
  .section { padding: 64px 0; }
  .section--tight { padding-top: 16px; }
  .card { padding: 24px; }
  .evcard, .qcard { padding: 16px; }
  .place { flex-direction: column; gap: 16px; }
  .steps li { padding-left: 60px; }
  .arcs { width: 520px; height: 520px; right: -260px; top: -160px; }
  .lede { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
