/* ============================================================
   Studio Fra — studiofra.com
   Senior Product Design Oversight by Jeevan Jonas
   ============================================================ */

/* ---- Tokens ---- */
:root {
  --ink: #0e120f;
  --mint: #dcf4e8;
  --mint-tint: #f3faf6;
  --paper: #ffffff;
  --body: #303a34;
  --muted: #5b665f;
  --label: #46524c;
  --faint: #9aa39d;
  --faint-2: #8b938d;
  --arrow: #b6bdb8;
  --green: #2f7d57;
  --critical: #c0432c;
  --important: #b07d22;
  --line: rgba(13, 16, 14, 0.12);
  --line-soft: rgba(13, 16, 14, 0.10);
  --line-strong: rgba(13, 16, 14, 0.16);
  --maxw: 1240px;
  --pad-x: clamp(20px, 5vw, 72px);
  --pad-y: clamp(72px, 9vw, 128px);
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  margin: 0;
  font-family: 'Syne', 'Helvetica Neue', Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}
::selection { background: var(--ink); color: var(--mint); }
a { color: inherit; }
img { max-width: 100%; display: block; }

/* ---- Shared layout ---- */
.wrap { max-width: var(--maxw); margin: 0 auto; }
.section { padding: var(--pad-y) var(--pad-x); scroll-margin-top: 80px; position: relative; }
.section--mint { background: var(--mint); overflow: hidden; }
.section--paper { background: var(--paper); }

/* ---- Eyebrow / labels ---- */
.eyebrow {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 28px;
}
.eyebrow__dot {
  width: 7px; height: 7px; flex: none;
  border: 1.5px solid var(--label); border-radius: 50%;
}
.eyebrow__text {
  font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--label); font-weight: 500;
}

/* ---- Type ---- */
.h1 {
  margin: 0; max-width: 17ch;
  font-size: clamp(38px, 6.2vw, 82px); line-height: 1.03;
  letter-spacing: -0.025em; font-weight: 500; text-wrap: balance;
}
.h2 {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 54px); line-height: 1.06;
  letter-spacing: -0.02em; font-weight: 500; text-wrap: balance;
}
.lede { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.62; color: var(--body); margin: 0; }

/* ---- Buttons / links ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px;
  background: var(--ink); color: var(--mint); border: 1px solid var(--ink);
  text-decoration: none; font-size: 15px; font-weight: 500;
  transition: background .25s ease, color .25s ease;
}
.btn:hover { background: transparent; color: var(--ink); }
.btn--sm { padding: 11px 20px; font-size: 13.5px; letter-spacing: 0.01em; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 500; color: var(--ink); text-decoration: none;
  border-bottom: 1.5px solid var(--ink); padding-bottom: 2px;
  transition: gap .25s ease, opacity .2s ease;
}
.link-arrow:hover { gap: 14px; opacity: 0.7; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; padding: 0 var(--pad-x);
  background: rgba(220, 244, 232, 0.82);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { width: 100%; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.nav__brand { display: flex; align-items: center; gap: 16px; text-decoration: none; color: var(--ink); justify-self: start; }
.nav__inner > .btn { justify-self: end; }
.navlinks { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.navlink { font-size: 14px; color: var(--ink); text-decoration: none; opacity: 0.66; letter-spacing: 0.01em; padding: 4px 0; transition: opacity .2s ease; }
.navlink:hover { opacity: 1; }
.navlink[aria-current="page"] { opacity: 1; font-weight: 600; border-bottom: 1.5px solid var(--ink); padding-bottom: 2px; }
.wordmark { display: block; height: 42px; width: auto; margin: 0 0 0 -12px; }
.nav__rule { width: 1px; height: 18px; background: rgba(13, 16, 14, 0.22); }
.nav__name { font-size: 13px; color: var(--muted); letter-spacing: 0.01em; }

/* ============================================================
   HERO
   ============================================================ */
.hero { background: var(--mint); padding: clamp(132px, 16vw, 196px) var(--pad-x) clamp(72px, 9vw, 120px); }
.hero__inner { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; }
.hero__sub { margin: clamp(28px, 3.4vw, 44px) 0 0; max-width: 60ch; font-size: clamp(16.5px, 1.5vw, 20px); line-height: 1.6; color: var(--body); }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-top: clamp(34px, 4vw, 52px); }

/* Concentric rings */
.rings { position: absolute; height: auto; pointer-events: none; z-index: 0; }
.rings--hero { right: -180px; bottom: -340px; width: min(58vw, 720px); }
.rings--start { left: -240px; top: -300px; width: min(50vw, 620px); }
.rings g { fill: none; stroke: #fff; stroke-width: 46; }
.rings--hero g { opacity: 0.6; }
.rings--start g { opacity: 0.55; }

/* ============================================================
   BUYER TRIGGERS
   ============================================================ */
.triggers { border-bottom: 1px solid var(--line-soft); }
.triggers__head {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 4vw, 64px); align-items: end; margin-bottom: clamp(40px, 5vw, 64px);
}
.triggers__head p { margin: 0; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.6; color: var(--muted); max-width: 46ch; }
.trigger-list { list-style: none; margin: 0; padding: 0; }
.trigger {
  display: grid; grid-template-columns: 64px 1fr 28px; gap: 8px; align-items: center;
  padding: clamp(20px, 2.4vw, 30px) 8px;
  border-top: 1px solid var(--line);
  transition: background .25s ease, padding-left .25s ease;
}
.trigger:last-child { border-bottom: 1px solid var(--line); }
.trigger:hover { background: var(--mint-tint); padding-left: 18px; }
.trigger__num { font-size: 13px; letter-spacing: 0.08em; color: var(--faint); font-weight: 500; }
.trigger__text { font-size: clamp(17px, 1.9vw, 23px); line-height: 1.32; letter-spacing: -0.01em; font-weight: 500; }
.trigger__arrow { color: var(--arrow); font-size: 18px; text-align: right; }

/* ============================================================
   PROBLEM
   ============================================================ */
.problem__h2 { max-width: 20ch; font-size: clamp(30px, 4.4vw, 58px); line-height: 1.05; letter-spacing: -0.022em; }
.problem__body {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 40px); max-width: 1080px;
  margin: clamp(34px, 4vw, 52px) 0 clamp(48px, 6vw, 72px);
}
.cards-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(16px, 2vw, 24px); }
.pcard {
  background: var(--paper); border: 1px solid var(--line-soft);
  padding: clamp(26px, 3vw, 38px);
  display: flex; flex-direction: column; gap: 22px; min-height: 220px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.pcard:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(13, 40, 26, 0.1); }
.pcard__badge {
  width: 46px; height: 46px; flex: none;
  border: 1.5px solid var(--ink); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 500;
}
.pcard p { margin: 0; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.36; letter-spacing: -0.01em; font-weight: 500; }

/* ============================================================
   WHAT I DO
   ============================================================ */
.approach__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(36px, 5vw, 80px); }
.approach__grid .h2 { font-size: clamp(28px, 3.4vw, 48px); line-height: 1.08; }
.approach__text { display: flex; flex-direction: column; gap: 22px; padding-top: 6px; }
.quote {
  margin: clamp(48px, 6vw, 84px) 0 0;
  border-top: 1px solid var(--line-strong); padding-top: clamp(36px, 4vw, 56px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px 56px; align-items: start;
}
.quote figcaption { display: flex; align-items: center; gap: 9px; font-size: 13px; letter-spacing: 0.04em; color: var(--muted); }
.quote blockquote { margin: 0; font-size: clamp(24px, 2.9vw, 40px); line-height: 1.2; letter-spacing: -0.018em; font-weight: 500; text-wrap: balance; }
.quote--stack { display: block; }
.quote--stack figcaption { margin-bottom: 20px; }
.quote--stack blockquote { max-width: 28ch; }
.tri { font-size: 11px; }

/* ============================================================
   WHAT I REVIEW
   ============================================================ */
.review__h2 { max-width: 22ch; font-size: clamp(28px, 4vw, 54px); line-height: 1.06; letter-spacing: -0.022em; }
.review__intro { margin: 24px 0 0; max-width: 64ch; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--body); }
.review__cols {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0 clamp(40px, 5vw, 72px); margin-top: clamp(40px, 5vw, 64px);
}
.review__cols ul { list-style: none; margin: 0; padding: 0; }
.review__item {
  display: flex; gap: 16px; align-items: baseline;
  padding: 18px 0; border-top: 1px solid var(--line-strong);
  font-size: clamp(16px, 1.6vw, 19px); line-height: 1.4; font-weight: 500;
}
.review__item:last-child { border-bottom: 1px solid var(--line-strong); }
.review__item .arr { color: var(--green); flex: none; }

.severity-bar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px;
  margin-top: clamp(40px, 5vw, 60px); padding: clamp(24px, 3vw, 34px);
  background: var(--paper); border: 1px solid var(--line-soft);
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border: 1px solid var(--line-strong); border-radius: 999px;
  font-size: 13px; font-weight: 500;
}
.chip__swatch { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.sw-critical { background: var(--critical); }
.sw-important { background: var(--important); }
.sw-refine { background: var(--green); }
.severity-bar p { margin: 0; flex: 1; min-width: 280px; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.5; color: var(--body); }
.severity-bar strong { font-weight: 600; }

/* ============================================================
   SERVICE TIERS
   ============================================================ */
.engage__h2 { margin: 0 0 clamp(40px, 5vw, 64px); max-width: 18ch; font-size: clamp(30px, 4.2vw, 56px); line-height: 1.05; letter-spacing: -0.022em; }
.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: clamp(20px, 2.4vw, 32px); align-items: stretch; }
.tier { display: flex; flex-direction: column; border: 1px solid var(--line-strong); padding: clamp(30px, 3.4vw, 46px); }
.tier--primary { background: var(--mint); }
.tier--secondary { background: var(--paper); }
.tier__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.tier__kicker { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--label); font-weight: 600; }
.tier__flag { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); font-weight: 600; border: 1px solid rgba(13, 16, 14, 0.3); border-radius: 999px; padding: 5px 11px; }
.tier__flag--muted { color: var(--muted); border: none; padding: 0; }
.tier__title { margin: 0; font-size: clamp(26px, 2.8vw, 38px); line-height: 1.08; letter-spacing: -0.02em; font-weight: 500; }
.tier__desc { margin: 16px 0 0; font-size: clamp(15px, 1.4vw, 17px); line-height: 1.55; color: var(--body); }
.tier__getlabel { margin: 28px 0 6px; display: flex; align-items: center; gap: 9px; font-size: 13px; letter-spacing: 0.04em; color: var(--label); }
.tier__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.tier__list li { display: flex; gap: 13px; align-items: baseline; padding: 12px 0; border-top: 1px solid var(--line); font-size: 15.5px; line-height: 1.42; }
.tier__list li:last-child { border-bottom: 1px solid var(--line); }
.tier__list .arr { color: var(--green); flex: none; }
.tier__best { margin: 22px 0 0; font-size: 14px; line-height: 1.5; color: var(--muted); }
.tier__best strong { font-weight: 600; color: var(--ink); }
.meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 26px 0 28px; background: var(--line); border: 1px solid var(--line); }
.meta-grid > div { background: var(--mint); padding: 14px 16px; }
.meta__k { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.meta__v { font-size: 14px; margin-top: 5px; font-weight: 500; line-height: 1.35; }
.meta-box { margin: 26px 0 28px; padding: 16px; border: 1px solid var(--line); background: #f7f8f7; }
.tier__foot { margin-top: auto; font-size: 14px; line-height: 1.5; color: var(--muted); }
.tier .btn { margin-top: auto; padding: 14px 24px; font-size: 14.5px; }

/* ============================================================
   SAMPLE AUDIT
   ============================================================ */
.sample { border-top: 1px solid var(--line-soft); }
.sample__grid {
  position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(40px, 5vw, 72px); align-items: center;
}
.sample__h2 { font-size: clamp(28px, 3.6vw, 50px); line-height: 1.06; letter-spacing: -0.022em; }
.sample__copy { margin: 24px 0 0; max-width: 52ch; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--body); }
.sample .link-arrow { margin-top: 32px; }

.mock { background: var(--paper); border: 1px solid var(--line-strong); box-shadow: 0 24px 60px rgba(13, 40, 26, 0.12); padding: 18px; }
.mock__bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 4px 6px 14px; border-bottom: 1px solid var(--line-soft); }
.mock__dots { display: flex; align-items: center; gap: 7px; }
.mock__dots span { width: 9px; height: 9px; border-radius: 50%; background: #d8dcd9; }
.mock__tag { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.mock__body { display: grid; grid-template-columns: 1.25fr 1fr; gap: 14px; padding-top: 16px; }
.mock__screen { position: relative; background: #f4f6f5; border: 1px solid rgba(13, 16, 14, 0.08); padding: 16px; display: flex; flex-direction: column; gap: 11px; min-height: 230px; }
.sk { border-radius: 3px; }
.sk-1 { height: 12px; width: 42%; background: #d3d8d5; }
.sk-2 { height: 30px; background: #e4e8e6; border-radius: 4px; }
.sk-3 { height: 9px; width: 80%; background: #dde1df; }
.sk-4 { height: 9px; width: 64%; background: #dde1df; }
.sk-row { display: flex; gap: 8px; margin-top: 4px; }
.sk-row > div:first-child { height: 34px; flex: 1; background: #e4e8e6; border-radius: 4px; }
.sk-row > div:last-child { height: 34px; width: 40%; background: var(--ink); border-radius: 4px; }
.sk-5 { height: 9px; width: 72%; background: #dde1df; margin-top: 4px; }
.pin { position: absolute; width: 24px; height: 24px; border-radius: 50%; color: #fff; font-size: 12px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.pin-1 { top: 12px; right: 12px; background: var(--critical); box-shadow: 0 3px 8px rgba(192, 67, 44, 0.4); }
.pin-2 { top: 96px; left: 56%; background: var(--important); box-shadow: 0 3px 8px rgba(176, 125, 34, 0.4); }
.pin-3 { bottom: 16px; left: 14px; background: var(--green); box-shadow: 0 3px 8px rgba(47, 125, 87, 0.4); }
.mock__side { display: flex; flex-direction: column; gap: 10px; }
.mock__h { font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.finding { display: flex; gap: 9px; align-items: flex-start; }
.finding__n { width: 18px; height: 18px; flex: none; border-radius: 50%; color: #fff; font-size: 10px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.finding__t { font-size: 12.5px; font-weight: 600; line-height: 1.25; }
.finding__sev { font-size: 11px; font-weight: 600; }
.c-critical { color: var(--critical); } .bg-critical { background: var(--critical); }
.c-important { color: var(--important); } .bg-important { background: var(--important); }
.c-refine { color: var(--green); } .bg-refine { background: var(--green); }
.mock__div { margin-top: 6px; border-top: 1px solid var(--line-soft); padding-top: 10px; }
.risk { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--body); }
.risk span:last-child { font-weight: 600; }

/* ============================================================
   ABOUT
   ============================================================ */
.about__grid { display: grid; grid-template-columns: minmax(180px, 240px) 1fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.about__photo { width: 100%; aspect-ratio: 4 / 5; display: flex; align-items: center; justify-content: center; object-fit: cover; background: var(--mint); border: 1px solid var(--line-strong); filter: grayscale(1); }
.about__photo span { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--label); font-weight: 600; }
.about__caption { margin-top: 12px; font-size: 13px; color: var(--faint-2); }
.about__text { max-width: 64ch; }
.about__name { margin: 0; font-size: clamp(26px, 3vw, 40px); line-height: 1.12; letter-spacing: -0.02em; font-weight: 500; }
.about__role { margin: 8px 0 28px; font-size: 14px; letter-spacing: 0.02em; color: var(--muted); }
.about__bio { display: flex; flex-direction: column; gap: 20px; font-size: clamp(16px, 1.5vw, 18.5px); line-height: 1.62; color: var(--body); }
.about__bio p { margin: 0; }
.about__head { margin-bottom: clamp(36px, 4vw, 56px); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { border-top: 1px solid var(--line-soft); }
.faq__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(20px, 3vw, 48px); }
.faq__item { border-top: 1px solid var(--line-strong); padding-top: 24px; }
.faq__q { margin: 0 0 12px; font-size: clamp(19px, 2vw, 24px); line-height: 1.25; letter-spacing: -0.01em; font-weight: 500; }
.faq__a { margin: 0; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.6; color: var(--body); }

/* ============================================================
   ENGAGEMENT JOURNEY (lanes) — Audit → Sprint → Oversight
   ============================================================ */
.lanes { display: flex; flex-direction: column; gap: clamp(20px, 2.4vw, 32px); }
.lane { display: grid; grid-template-columns: minmax(290px, 0.82fr) 1.18fr; gap: clamp(28px, 5vw, 72px); border: 1px solid var(--line-strong); padding: clamp(30px, 3.4vw, 48px); align-items: start; }
.lane--primary { background: var(--mint); }
.lane--bridge { background: var(--mint-tint); }
.lane--secondary { background: var(--paper); }
.lane__head { display: flex; flex-direction: column; }
.lane__id { font-size: clamp(30px, 3.6vw, 48px); font-weight: 500; letter-spacing: -0.02em; color: var(--ink); opacity: 0.16; line-height: 1; margin-bottom: 18px; }
.lane__top { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.lane__body { display: flex; flex-direction: column; }
.lane__body .tier__getlabel { margin-top: 0; }
.lane .tier__title { font-size: clamp(24px, 2.6vw, 34px); }
.lane .btn { margin-top: 22px; }
.lane .link-arrow { align-self: flex-start; margin-top: 22px; }
.lane--bridge .tier__flag { border-color: rgba(13,16,14,0.28); }

/* ============================================================
   PHASES (sprint page)
   ============================================================ */
.phases { display: flex; flex-direction: column; margin-top: clamp(36px, 4vw, 56px); }
.phase { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 3vw, 48px); padding: clamp(26px, 3vw, 40px) 0; border-top: 1px solid var(--line-strong); align-items: start; }
.phase:last-child { border-bottom: 1px solid var(--line-strong); }
.phase__id { font-size: clamp(28px, 3.4vw, 46px); font-weight: 500; letter-spacing: -0.02em; color: var(--ink); opacity: 0.2; line-height: 1; }
.phase__day { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--label); font-weight: 600; margin-bottom: 12px; }
.phase__title { margin: 0 0 12px; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.2; letter-spacing: -0.015em; font-weight: 500; }
.phase__body { margin: 0; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.62; color: var(--body); max-width: 72ch; }
.scope-bar { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: clamp(32px, 4vw, 48px); background: var(--line); border: 1px solid var(--line); }
.scope-bar > div { background: var(--mint); padding: clamp(18px, 2vw, 26px) clamp(18px, 2vw, 24px); }
.scope-bar .meta__v { font-size: clamp(15px, 1.5vw, 18px); margin-top: 7px; }

/* ============================================================
   DELIVERABLES / FIT (sprint page two-column lists)
   ============================================================ */
.split-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(28px, 4vw, 64px); margin-top: clamp(36px, 4vw, 56px); }
.list-label { display: flex; align-items: center; gap: 9px; font-size: 13px; letter-spacing: 0.04em; color: var(--label); margin-bottom: 4px; }
.clean-list { list-style: none; margin: 0; padding: 0; }
.clean-list li { display: flex; gap: 14px; align-items: baseline; padding: 14px 0; border-top: 1px solid var(--line-strong); font-size: clamp(15px, 1.5vw, 18px); line-height: 1.45; font-weight: 500; }
.clean-list li:last-child { border-bottom: 1px solid var(--line-strong); }
.clean-list .ok { color: var(--green); flex: none; }
.clean-list--muted li { font-weight: 400; color: var(--muted); }
.clean-list--muted .no { color: var(--faint); flex: none; }

/* ============================================================
   AI ROLE statement (sprint page)
   ============================================================ */
.statement__body { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(20px, 3vw, 44px); max-width: 1080px; margin-top: clamp(28px, 3.5vw, 44px); }

/* ============================================================
   DUAL CTA row (sprint page)
   ============================================================ */
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 30px; margin-top: clamp(34px, 4vw, 52px); }

/* ============================================================
   HOW TO START
   ============================================================ */
.start__h2 { max-width: 16ch; font-size: clamp(30px, 4.2vw, 56px); line-height: 1.05; letter-spacing: -0.022em; }
.start__intro { margin: 24px 0 0; max-width: 62ch; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--body); }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(16px, 2vw, 24px); margin: clamp(40px, 5vw, 60px) 0 clamp(40px, 5vw, 56px); }
.step { background: var(--paper); border: 1px solid var(--line-soft); padding: clamp(22px, 2.4vw, 30px); display: flex; flex-direction: column; gap: 16px; min-height: 170px; }
.step__num { font-size: 13px; letter-spacing: 0.1em; color: var(--faint); font-weight: 600; }
.step__text { font-size: clamp(17px, 1.7vw, 21px); line-height: 1.3; letter-spacing: -0.01em; font-weight: 500; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--paper); color: var(--ink); padding: clamp(56px, 7vw, 96px) var(--pad-x) 40px; border-top: 1px solid var(--line-soft); scroll-margin-top: 80px; }
.footer__top { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(28px, 4vw, 56px); align-items: start; padding-bottom: clamp(40px, 5vw, 64px); border-bottom: 1px solid var(--line-strong); }
.footer__brand { display: block; height: 42px; width: auto; margin: 0 0 18px -8px; }
.footer__blurb { margin: 0; max-width: 36ch; font-size: 15px; line-height: 1.6; color: var(--muted); }
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__h { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); font-weight: 600; margin-bottom: 4px; }
.footer__link { color: var(--ink); text-decoration: none; font-size: 15px; opacity: 0.78; transition: opacity .2s ease; }
.footer__link:hover { opacity: 1; }
.footer__contact { display: flex; flex-direction: column; gap: 14px; }
.footer__contact .btn { align-self: flex-start; padding: 13px 22px; font-size: 14.5px; font-weight: 600; }
.footer__email { color: var(--ink); text-decoration: none; font-size: 15px; border-bottom: 1px solid rgba(13, 16, 14, 0.4); align-self: flex-start; padding-bottom: 2px; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 28px; font-size: 13px; color: var(--faint-2); }

/* ============================================================
   Scroll reveal (JS adds .reveal; .is-in shows)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 920px) {
  .navlinks { display: none; }
}
@media (max-width: 820px) {
  .lane { grid-template-columns: 1fr; gap: clamp(20px, 4vw, 32px); }
  .lane__id { margin-bottom: 10px; }
}
@media (max-width: 720px) {
  .nav__name { display: none; }
  .about__grid { grid-template-columns: 1fr; }
  .about__photo { max-width: 240px; }
  .trigger { grid-template-columns: 40px 1fr 22px; }
  .footer__bottom { flex-direction: column; gap: 6px; }
  .scope-bar { grid-template-columns: 1fr; }
  .phase { grid-template-columns: 1fr; gap: 12px; }
}
