/* ============================================================
   OrgSense — The Science (page-specific)
   Builds on orgsense.css + sections.css tokens & components.
   ============================================================ */

/* ============================================================
   SCIENCE HERO  (two treatments: editorial · canvas)
   ============================================================ */
.sci-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 90px;
  overflow: hidden;
}
.sci-hero .hero-canvas { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; }
.sci-hero .hero-canvas::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(70% 60% at 30% 38%, transparent 30%, var(--hero-fade) 100%);
  pointer-events: none;
}
.sci-hero-inner { position: relative; z-index: 2; width: 100%; }
.sci-hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
.sci-hero-copy { max-width: 640px; }
.sci-hero h1 { margin: 24px 0 0; max-width: 16ch; }
.sci-hero h1 em { font-style: normal; color: var(--accent); }
.sci-hero .lead { margin-top: 28px; }
.sci-hero-ctas { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 14px; }

.sci-hero-meta {
  margin-top: 48px;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.shm { display: flex; flex-direction: column; gap: 4px; }
.shm-v { font-family: var(--font-display); font-weight: 600; font-size: 30px; letter-spacing: -.03em; line-height: 1; color: var(--text); }
.shm-v .u { color: var(--accent); }
.shm-l { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-mute); }
.shm + .shm { border-left: 1px solid var(--line); padding-left: 34px; }

/* ---- Hero editorial visual: the two-forces balance ---------- */
.forces {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-float);
  padding: 30px;
  overflow: hidden;
}
.forces::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 50% -10%, var(--accent-soft), transparent 60%);
  pointer-events: none;
}
.forces-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; position: relative; }
.forces-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-mute); }
.forces-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; color: var(--accent); display: flex; align-items: center; gap: 6px; }
.forces-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: blink 1.6s var(--ease) infinite; }

.forces-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; position: relative; }
.fcol { border: 1px solid var(--line); border-radius: var(--radius-md); padding: 16px; background: var(--surface-2); }
.fcol-h { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; }
.fcol-name { font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: -.01em; }
.fcol-meta { font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-mute); }
.fbar { height: 8px; border-radius: 999px; background: var(--line); overflow: hidden; margin-bottom: 9px; }
.fbar i { display: block; height: 100%; border-radius: 999px; width: 0; transition: width 1.1s var(--ease); }
.fcol.demands .fbar i { background: #e0573d; }
.fcol.resources .fbar i { background: #2d9d6f; }
.fbar-lbl { font-size: 11.5px; color: var(--text-soft); display: flex; justify-content: space-between; }

.forces-flow { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 18px 0; position: relative; }
.forces-flow .ff-line { flex: 1; height: 1px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 6px, transparent 6px 12px); }
.forces-flow .ff-down { font-family: var(--font-mono); font-size: 12px; color: var(--text-mute); letter-spacing: .1em; }

.forces-out { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; position: relative; }
.fout { border-radius: var(--radius-md); padding: 16px; border: 1px solid var(--line); position: relative; overflow: hidden; }
.fout .fo-k { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute); }
.fout .fo-v { font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: -.02em; margin-top: 6px; }
.fout.burnout { background: rgba(224,87,61,.06); border-color: rgba(224,87,61,.25); }
.fout.burnout .fo-v { color: #d24a2f; }
.fout.engagement { background: rgba(45,157,111,.06); border-color: rgba(45,157,111,.25); }
.fout.engagement .fo-v { color: #1f8a5f; }
.fout .fo-spark { height: 26px; margin-top: 12px; width: 100%; }
.fout .fo-spark path { fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 240; stroke-dashoffset: 240; transition: stroke-dashoffset 1.4s var(--ease) .3s; }
.fout.burnout .fo-spark path { stroke: #d24a2f; }
.fout.engagement .fo-spark path { stroke: #1f8a5f; }
[data-reveal-scale="in"] .fout .fo-spark path { stroke-dashoffset: 0; }
[data-reveal-scale="in"] .fcol.demands .fbar i { width: 78%; }
[data-reveal-scale="in"] .fcol.resources .fbar i { width: 46%; }

/* hero treatment toggles */
[data-sci-hero="canvas"] .forces-wrap { display: none; }
[data-sci-hero="canvas"] .sci-hero-grid { grid-template-columns: 1fr; max-width: 920px; margin: 0 auto; text-align: center; place-items: center; }
[data-sci-hero="canvas"] .sci-hero-copy { max-width: 22ch; }
[data-sci-hero="canvas"] .sci-hero h1 { max-width: none; font-size: clamp(46px, 7vw, 96px); }
[data-sci-hero="canvas"] .sci-hero .lead { margin-inline: auto; max-width: 56ch; }
[data-sci-hero="canvas"] .sci-hero-ctas { justify-content: center; }
[data-sci-hero="canvas"] .sci-hero-meta { justify-content: center; }
[data-sci-hero="canvas"] .eyebrow::before { display: none; }

[data-sci-hero="editorial"] .sci-hero .hero-canvas { opacity: .34; }
[data-sci-hero="editorial"] .sci-hero h1.display { font-size: clamp(38px, 4.4vw, 64px); }
[data-sci-hero="editorial"] .sci-hero h1 .line-mask + .line-mask { margin-top: -.04em; }

/* ============================================================
   CONSTRUCT  (what is employee wellbeing)
   ============================================================ */
.construct { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 64px; }
.wb {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 30px 30px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wb::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--accent); opacity: .9; }
.wb.is-engagement::after { background: #2d9d6f; }
.wb.is-burnout::after { background: #e0573d; }
.wb.is-impact::after { background: var(--accent); }
.wb-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 22px; }
.wb-ic svg { width: 22px; height: 22px; }
.wb.is-engagement .wb-ic { background: rgba(45,157,111,.12); color: #1f8a5f; }
.wb.is-burnout .wb-ic { background: rgba(224,87,61,.12); color: #d24a2f; }
.wb.is-impact .wb-ic { background: var(--accent-soft); color: var(--accent); }
.wb-name { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -.02em; margin-bottom: 6px; }
.wb-cite { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; color: var(--text-mute); margin-bottom: 16px; }
.wb-body { font-size: 15px; color: var(--text-soft); line-height: 1.62; flex: 1; }
.wb-stat { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 10px; }
.wb-stat .v { font-family: var(--font-display); font-weight: 600; font-size: 30px; letter-spacing: -.03em; line-height: 1; }
.wb.is-engagement .wb-stat .v { color: #1f8a5f; }
.wb.is-burnout .wb-stat .v { color: #d24a2f; }
.wb.is-impact .wb-stat .v { color: var(--accent); }
.wb-stat .k { font-size: 12.5px; color: var(--text-mute); line-height: 1.4; }

/* ---- layout toggle: accordion (default) vs cards ---- */
[data-construct="accordion"] .construct { display: none; }
[data-construct="cards"] .wb-acc { display: none; }

/* ============================================================
   CONSTRUCT — ACCORDION VARIANT
   ============================================================ */
.wb-acc { max-width: 940px; margin: 60px auto 0; display: flex; flex-direction: column; gap: 16px; }
.acc {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: border-color .4s var(--ease), box-shadow .4s var(--ease);
}
.acc::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--accent); transform: scaleY(0); transform-origin: top;
  transition: transform .55s var(--ease);
}
.acc.is-engagement::before { background: #2d9d6f; }
.acc.is-burnout::before { background: #e0573d; }
.acc.is-impact::before { background: var(--accent); }
.acc.is-open::before { transform: scaleY(1); }
.acc.is-open { box-shadow: var(--shadow-float); }

.acc-head {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 26px 30px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: var(--text);
}
.acc-idx { font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; color: var(--text-mute); transition: color .4s var(--ease); }
.acc.is-open .acc-idx { color: var(--accent); }
.acc.is-engagement.is-open .acc-idx { color: #1f8a5f; }
.acc.is-burnout.is-open .acc-idx { color: #d24a2f; }

.acc-ic {
  width: 44px; height: 44px; border-radius: 12px; flex: none;
  display: grid; place-items: center;
  background: var(--surface-2); color: var(--text-soft);
  transition: background .4s var(--ease), color .4s var(--ease), transform .5s var(--ease);
}
.acc-ic svg { width: 21px; height: 21px; }
.acc.is-engagement.is-open .acc-ic { background: rgba(45,157,111,.12); color: #1f8a5f; }
.acc.is-burnout.is-open .acc-ic { background: rgba(224,87,61,.12); color: #d24a2f; }
.acc.is-impact.is-open .acc-ic { background: var(--accent-soft); color: var(--accent); }
.acc.is-open .acc-ic { transform: scale(1.04) rotate(-3deg); }

.acc-head-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.acc-name { font-family: var(--font-display); font-weight: 600; font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -.02em; line-height: 1.1; }
.acc-cite { font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; color: var(--text-mute);
  max-height: 0; opacity: 0; overflow: hidden; transition: max-height .5s var(--ease), opacity .5s var(--ease); }
.acc.is-open .acc-cite { max-height: 24px; opacity: 1; }

.acc-toggle { position: relative; width: 22px; height: 22px; flex: none; }
.acc-toggle i { position: absolute; top: 50%; left: 50%; width: 16px; height: 2px; border-radius: 2px; background: var(--text-mute); transform: translate(-50%, -50%); transition: transform .45s var(--ease), background .4s var(--ease); }
.acc-toggle i:last-child { transform: translate(-50%, -50%) rotate(90deg); }
.acc.is-open .acc-toggle i { background: var(--accent); }
.acc.is-engagement.is-open .acc-toggle i { background: #1f8a5f; }
.acc.is-burnout.is-open .acc-toggle i { background: #d24a2f; }
.acc.is-open .acc-toggle i:last-child { transform: translate(-50%, -50%) rotate(0deg); }

/* expanding panel — grid-rows trick (animatable) */
.acc-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .55s var(--ease); }
.acc.is-open .acc-panel { grid-template-rows: 1fr; }
.acc-inner { overflow: hidden; min-height: 0; }
.acc-grid {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding: 0 30px 30px 30px;
}
.acc-body {
  font-size: 16px; color: var(--text-soft); line-height: 1.7; margin: 0;
  opacity: 0; transform: translateY(10px);
  transition: opacity .5s var(--ease) .1s, transform .5s var(--ease) .1s;
}
.acc.is-open .acc-body { opacity: 1; transform: none; }

.acc-stat { border-left: 1px solid var(--line); padding-left: clamp(20px, 3vw, 32px);
  opacity: 0; transform: translateY(10px);
  transition: opacity .5s var(--ease) .2s, transform .5s var(--ease) .2s; }
.acc.is-open .acc-stat { opacity: 1; transform: none; }
.acc-stat-v { font-family: var(--font-display); font-weight: 600; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.03em; line-height: 1; }
.acc-stat-arrow { font-size: clamp(17px, 1.7vw, 21px); letter-spacing: -.01em; line-height: 1.25; }
.acc.is-engagement .acc-stat-v { color: #1f8a5f; }
.acc.is-burnout .acc-stat-v { color: #d24a2f; }
.acc.is-impact .acc-stat-v { color: var(--accent); }
.acc-stat-k { font-size: 13px; color: var(--text-mute); line-height: 1.45; margin-top: 10px; max-width: 30ch; }
.acc-meter { height: 7px; border-radius: 999px; background: var(--line); overflow: hidden; margin-top: 16px; }
.acc-meter i { display: block; height: 100%; width: 0; border-radius: 999px; transition: width 1.1s var(--ease) .25s; }
.acc.is-open .acc-meter i { width: var(--w); }
.acc.is-engagement .acc-meter i { background: #2d9d6f; }
.acc.is-burnout .acc-meter i { background: #e0573d; }
.acc.is-impact .acc-meter i { background: var(--accent); }

[data-motion="off"] .acc::before,
[data-motion="off"] .acc-ic,
[data-motion="off"] .acc-body,
[data-motion="off"] .acc-stat,
[data-motion="off"] .acc-meter i { transition: none; }

/* ============================================================
   JD-R VIDEO  (embedded animated explainer)
   ============================================================ */
.jdr { position: relative; }
.video-frame {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0A1A2F;
  box-shadow: var(--shadow-float);
  aspect-ratio: 16 / 9;
  margin-top: 8px;
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.video-frame.is-idle iframe { pointer-events: none; }

/* poster / play affordance shown before the clip is triggered */
.video-poster {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 22px;
  background:
    radial-gradient(80% 70% at 50% 38%, rgba(217,99,58,.14), transparent 70%),
    linear-gradient(160deg, #0A1A2F, #050F1E);
  color: #F2EDE3;
  text-align: center;
  transition: opacity .7s var(--ease);
}
.video-frame.is-playing .video-poster { opacity: 0; pointer-events: none; }
.vp-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(242,237,227,.55); }
.vp-title { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2.6vw, 34px); letter-spacing: -.02em; max-width: 18ch; line-height: 1.1; }
.vp-play {
  width: 76px; height: 76px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 18px 50px -16px var(--accent);
}
.vp-play svg { width: 26px; height: 26px; margin-left: 4px; }
.vp-play::after {
  content: ""; position: absolute; width: 76px; height: 76px; border-radius: 50%;
  border: 1px solid var(--accent); animation: vpring 2.4s var(--ease) infinite;
}
@keyframes vpring { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.6); opacity: 0; } }
[data-motion="off"] .vp-play::after { animation: none; }

/* live status chip + controls overlaid on the frame */
.video-chip {
  position: absolute; top: 16px; left: 16px; z-index: 4;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
  color: #F2EDE3;
  background: rgba(5,15,30,.55);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(242,237,227,.16);
  border-radius: 999px;
  padding: 7px 13px;
  display: flex; align-items: center; gap: 8px;
  opacity: 0; transition: opacity .5s var(--ease);
}
.video-frame.is-playing .video-chip { opacity: 1; }
.video-chip .vc-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: blink 1.6s var(--ease) infinite; }

.jdr-legend { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; justify-content: center; }
.jdr-leg { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--text-soft); border: 1px solid var(--line); background: var(--surface); border-radius: 999px; padding: 8px 14px; }
.jdr-leg .sw { width: 9px; height: 9px; border-radius: 3px; flex: none; }
.jdr-leg .sw.d { background: #e0573d; }
.jdr-leg .sw.r { background: #2d9d6f; }
.jdr-leg .sw.a { background: var(--accent); }

/* ============================================================
   EVIDENCE  (T&T national data — dark band, scroll-driven)
   ============================================================ */
.evidence { position: relative; overflow: hidden; }
.evidence-band {
  background: var(--ink);
  color: var(--on-ink);
  border-radius: var(--radius-xl);
  padding: clamp(48px, 6vw, 84px) clamp(28px, 5vw, 72px);
  position: relative;
  overflow: hidden;
}
[data-theme="dark"] .evidence-band { background: var(--surface); border: 1px solid var(--line); }
.evidence-band .eb-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, var(--accent) 0%, transparent 64%); opacity: .22; top: -180px; left: -120px; filter: blur(24px); }
.evidence-head { position: relative; z-index: 1; max-width: 720px; margin: 0 auto 52px; text-align: center; }
.evidence-band .eyebrow { color: rgba(244,241,233,.6); }
.evidence-band h2 { color: var(--on-ink); margin: 18px 0 16px; }
.evidence-band .e-sub { color: rgba(244,241,233,.7); font-size: 17px; line-height: 1.65; max-width: 60ch; margin: 0 auto; }

.evi-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(244,241,233,.12); border-radius: var(--radius-lg); overflow: hidden; max-width: 1000px; margin: 0 auto; }
.evi { background: var(--ink); padding: 32px 28px; }
[data-theme="dark"] .evi { background: var(--surface); }
.evi-num { font-family: var(--font-display); font-weight: 600; font-size: clamp(38px, 4.6vw, 56px); letter-spacing: -.04em; line-height: 1; color: var(--on-ink); }
.evi-lbl { font-size: 13.5px; color: rgba(244,241,233,.62); margin-top: 14px; line-height: 1.55; }
.evi-lbl b { color: rgba(244,241,233,.92); font-weight: 600; }

.evi-total {
  position: relative; z-index: 1;
  max-width: 1000px; margin: 18px auto 0;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(244,241,233,.6);
}
.evi-total .et-v { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -.02em; color: var(--accent); text-transform: none; }

.evi-finding {
  position: relative; z-index: 1;
  max-width: 760px; margin: 44px auto 0;
  background: rgba(244,241,233,.05);
  border: 1px solid rgba(244,241,233,.1);
  border-radius: var(--radius-lg);
  padding: 34px 40px; text-align: center;
}
.evi-finding .ef-k { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.evi-finding p { font-family: var(--font-display); font-weight: 400; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; color: var(--on-ink); letter-spacing: -.01em; }
.evi-finding .ef-src { font-family: var(--font-mono); font-size: 11px; color: rgba(244,241,233,.4); margin-top: 16px; letter-spacing: .04em; }

/* ============================================================
   CADENCE  (why quarterly, not annual — scroll-driven chart)
   ============================================================ */
.cadence-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(40px, 5vw, 80px); align-items: center; margin-top: 8px; }
.cadence-copy { max-width: 50ch; }
.cadence-copy h2 { margin-bottom: 22px; }
.cadence-copy p { color: var(--text-soft); font-size: 17px; line-height: 1.7; }
.cadence-copy p + p { margin-top: 16px; }
.cadence-pull {
  margin: 26px 0;
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -.02em; line-height: 1.3;
  color: var(--text);
  padding-left: 22px; border-left: 3px solid var(--accent);
  text-wrap: balance;
}

.cadence-chart {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  padding: 30px 30px 24px;
}
.cc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; flex-wrap: wrap; gap: 12px; }
.cc-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-mute); }
.cc-legend { display: flex; gap: 16px; }
.cc-legend span { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--text-soft); font-family: var(--font-mono); letter-spacing: .02em; }
.cc-legend .ln { width: 18px; height: 0; border-top-width: 2.5px; border-top-style: solid; }
.cc-legend .ln.annual { border-top-style: dashed; border-color: var(--text-mute); }
.cc-legend .ln.quarterly { border-color: var(--accent); }
.cadence-svg { width: 100%; height: auto; display: block; overflow: visible; }

/* svg draw states (driven by .is-built on the chart) */
.cadence-svg .axis { stroke: var(--line); stroke-width: 1; }
.cadence-svg .gridline { stroke: var(--line); stroke-width: 1; stroke-dasharray: 2 5; opacity: .7; }
.cadence-svg .threshold { stroke: #e0573d; stroke-width: 1.4; stroke-dasharray: 5 5; opacity: .55; }
.cadence-svg .annual-path,
.cadence-svg .quarterly-path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.cadence-svg .annual-path { stroke: var(--text-mute); stroke-width: 2.4; stroke-dasharray: 6 6; opacity: 0; transition: opacity .7s var(--ease) .25s; }
.cadence-chart.is-built .cadence-svg .annual-path { opacity: 1; }
.cadence-svg .quarterly-path { stroke: var(--accent); stroke-width: 3.4; }
.cadence-svg .draw { stroke-dasharray: var(--len); stroke-dashoffset: var(--len); transition: stroke-dashoffset 1.8s var(--ease); }
.cadence-chart.is-built .cadence-svg .draw { stroke-dashoffset: 0; }
.cadence-svg .pt { opacity: 0; transform: scale(.2); transform-origin: center; transform-box: fill-box; transition: opacity .5s var(--ease), transform .5s var(--ease); }
.cadence-chart.is-built .cadence-svg .pt { opacity: 1; transform: scale(1); }
.cadence-svg .pt.annual { fill: var(--surface); stroke: var(--text-mute); stroke-width: 2.4; }
.cadence-svg .pt.quarterly { fill: var(--accent); stroke: var(--surface); stroke-width: 2.5; }
.cadence-svg .miss { opacity: 0; transition: opacity .6s var(--ease) 1.2s; }
.cadence-chart.is-built .cadence-svg .miss { opacity: 1; }
.cadence-svg .lbl { font-family: var(--font-mono); font-size: 12px; fill: var(--text-mute); letter-spacing: .04em; }
.cadence-svg .lbl-miss { fill: #d24a2f; font-weight: 700; }
.cadence-svg .lbl-catch { fill: var(--accent); font-weight: 700; }

.cadence-note { margin-top: 18px; display: flex; gap: 22px; flex-wrap: wrap; }
.cn { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text-soft); max-width: 30ch; line-height: 1.45; }
.cn .cn-dot { width: 10px; height: 10px; border-radius: 50%; flex: none; margin-top: 3px; }
.cn .cn-dot.miss { background: #e0573d; }
.cn .cn-dot.catch { background: var(--accent); }

/* ============================================================
   SDG ALIGNMENT
   ============================================================ */
.sdg-wrap {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(32px, 5vw, 64px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: clamp(32px, 4vw, 52px);
  margin-top: 8px;
}
.sdg-badges { display: flex; gap: 18px; }
.sdg-badge {
  width: 130px; height: 130px; border-radius: var(--radius-lg);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 16px; color: #fff;
}
.sdg-badge.g3 { background: #4C9F38; }
.sdg-badge.g8 { background: #A21942; }
.sdg-badge .sg-num { font-family: var(--font-display); font-weight: 700; font-size: 40px; line-height: 1; }
.sdg-badge .sg-lbl { font-family: var(--font-display); font-weight: 600; font-size: 13px; line-height: 1.2; letter-spacing: -.01em; }
.sdg-text h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -.02em; margin-bottom: 14px; line-height: 1.15; }
.sdg-text p { color: var(--text-soft); font-size: 16px; line-height: 1.65; max-width: 52ch; }

/* ============================================================
   FOUNDER (subtle, dark inset reused from proof-band)
   ============================================================ */
.sci-founder .proof-band { padding: clamp(40px, 5vw, 68px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .sci-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .forces-wrap { max-width: 480px; }
  .construct { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .jdr-cols, .cadence-grid { grid-template-columns: 1fr; }
  .cadence-grid { gap: 40px; }
  .evi-grid { grid-template-columns: 1fr; }
  .sdg-wrap { grid-template-columns: 1fr; }
  .acc-grid { grid-template-columns: 1fr; gap: 22px; }
  .acc-stat { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 22px; }
  .wb-acc { max-width: 560px; }
}
@media (max-width: 560px) {
  .sci-hero-meta { gap: 22px; }
  .shm + .shm { padding-left: 22px; }
  .sdg-badge { width: 108px; height: 108px; }
}
