.home-section { padding: clamp(42px, 5vw, 64px) 0; }
.home-heading { margin-bottom: clamp(28px, 4vw, 44px); }
.home-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, .72fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
}
.home-heading > *,
.home-heading--split > * { min-width: 0; }
.home-heading h2,
.home-duet h2,
.founder__copy h2 {
  margin: 0;
  max-width: 17ch;
  font-size: clamp(34px, 5.1vw, 62px);
  font-weight: var(--fw-black);
  letter-spacing: -.035em;
  line-height: .98;
  color: var(--ink);
}
.home-heading--split > p {
  max-width: var(--measure-narrow);
  margin: 0 0 3px;
  color: var(--fog);
  font-size: 16px;
  line-height: 1.65;
}
.opening-stack {
  position: relative;
  isolation: isolate;
  --fold-overlap: 16px;
  --home-sticky-top: calc(var(--header-h) + 1px);
  background: var(--deep);
}
.opening-stack::after {
  content: "";
  display: block;
  height: clamp(120px, 16svh, 160px);
  background: #dfe8ee;
}
@media (min-width: 1121px) {
  .topbar { position: sticky; top: 0; z-index: 51; }
  .site-header { top: 29px; }
  .opening-stack { --home-sticky-top: calc(var(--header-h) + 30px); }
}
.hero {
  position: sticky;
  inset-block-start: var(--home-sticky-top);
  z-index: 0;
  display: flex;
  min-height: max(580px, calc(100svh - var(--home-sticky-top)));
  overflow: clip;
  color: var(--white);
  background:
    linear-gradient(180deg, var(--deep) 0%, rgba(9,38,59,0) 18%),
    linear-gradient(90deg, var(--deep) 34%, rgba(9,38,59,.55) 58%, rgba(9,38,59,.22) 100%),
    url("/assets/img/hero/heatsink.webp") right 68% / cover no-repeat,
    linear-gradient(90deg, var(--deep) 55%, #0c2c44 100%);
  background-color: var(--deep);
}
.hero__inner {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(28px, 4vh, 56px);
  padding-bottom: 0;
}
.hero__title {
  margin: 0;
  font-size: clamp(46px, 7.5vw, 104px);
  font-weight: var(--fw-black);
  letter-spacing: -.05em;
  line-height: .95;
  color: var(--white);
}
.hero__line { display: block; white-space: nowrap; }
.hero__flip { display: inline-grid; color: var(--steel-bright); }
.hero__word {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--dur-med) var(--ease-out), transform var(--dur-slow) var(--ease-out);
}
.hero__word.is-active { opacity: 1; transform: none; }
.hero__subhead {
  margin: clamp(20px, 3vh, 30px) 0 0;
  max-width: 44ch;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: rgba(255,255,255,.85);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(22px, 3.2vh, 32px); }
.hero__actions .btn { font-size: 17px; padding: 16px 26px; }
.hero .btn--ghost { color: var(--white); border-color: rgba(255,255,255,.5); }
.hero .btn--ghost:hover { color: var(--white); border-color: var(--white); background: rgba(255,255,255,.08); }
.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 44px);
  margin-top: auto;
  margin-bottom: var(--fold-overlap);
  padding: clamp(20px, 3vh, 28px) 0;
  border-top: 1px solid rgba(255,255,255,.16);
}
.hero__proof-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: rgba(255,255,255,.78);
}
.hero__proof-item:hover { text-decoration: none; color: var(--white); }
.hero__proof-thumb {
  flex: 0 0 92px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: rgba(255,255,255,.06);
}
.hero__proof-thumb img {
  display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center;
  opacity: .85; transition: opacity var(--dur-fast) var(--ease-out), transform var(--dur-med) var(--ease-out);
}
.hero__proof-item:is(:hover, :focus-visible) .hero__proof-thumb img { opacity: 1; transform: scale(1.025); }
.hero__proof-copy { min-width: 0; }
.hero__proof-copy strong { display: block; font-size: 15.5px; color: var(--white); line-height: 1.25; }
.hero__proof-copy span { display: block; margin-top: 2px; font-size: 14px; line-height: 1.35; }
.hero__proof-item:is(:hover, :focus-visible) .hero__proof-copy strong { text-decoration: underline; text-underline-offset: 3px; }
.problems {
  position: sticky;
  top: var(--home-sticky-top);
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: calc(100svh - var(--home-sticky-top));
  margin-top: calc(-1 * var(--fold-overlap));
  border-radius: 16px 16px 0 0;
  background: var(--bg-page);
  padding-block: clamp(36px, 4vh, 48px);
}
.problems .home-heading { margin-bottom: clamp(24px, 3vw, 34px); }
.problems .home-heading h2 { max-width: 14ch; }
.problem-ledger {
  border-top: 4px solid var(--fin-orange);
  border-bottom: 1px solid var(--hair-strong);
}
.problem-ledger article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(20px, 2.4vh, 26px) 0;
  border-top: 1px solid var(--hair-strong);
}
.problem-ledger article:first-child { border-top: 0; }
.problem-ledger h3 {
  margin: 0;
  max-width: 29ch;
  font-size: clamp(23px, 2.7vw, 34px);
  font-weight: var(--fw-black);
  letter-spacing: -.03em;
  line-height: 1.08;
  color: var(--ink);
}
.problem-ledger p {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  max-width: 24ch;
  margin: 0;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.35;
  color: var(--ink);
}
.problem-ledger p span {
  color: var(--steel);
  font-size: 25px;
  line-height: 1.05;
}
.problem-ledger p strong { font-weight: var(--fw-bold); }
.capabilities {
  position: relative;
  z-index: 3;
  margin-top: -16px;
  border-radius: 16px 16px 0 0;
  background: #081f32;
}
.capabilities .home-heading h2,
.home-duet h2 { color: var(--white); }
.capabilities .home-heading--split > p { color: rgba(255,255,255,.72); }
.capability-index { border-bottom: 1px solid rgba(255,255,255,.2); }
.capability-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: clamp(18px, 3.6vw, 46px);
  align-items: center;
  padding: clamp(26px, 3.6vw, 38px) 0;
  border-top: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.75);
  transition: background var(--dur-fast) var(--ease-out);
}
.capability-row:is(:hover, :focus-visible) { background: rgba(255,255,255,.045); text-decoration: none; }
.capability-row__copy h3 { margin: 0; font-size: clamp(24px, 3vw, 38px); letter-spacing: -.035em; line-height: 1.05; color: var(--white); }
.capability-row--primary .capability-row__copy h3 { font-size: clamp(30px, 4vw, 48px); }
.capability-row__copy p { margin: 10px 0 0; max-width: var(--measure-lead); font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.8); }
.capability-row__arrow { padding-top: 4px; font-size: 22px; color: var(--steel-bright); transition: transform var(--dur-fast) var(--ease-out); }
.capability-row:is(:hover, :focus-visible) .capability-row__arrow { transform: translateX(4px); }
.capabilities__all { margin: 24px 0 0; text-align: right; font-size: 15px; font-weight: var(--fw-bold); }
.capabilities__all a { color: #92d4f4; }
.selected-work {
  position: relative;
  z-index: 2;
  margin-top: -16px;
  border-radius: 16px 16px 0 0;
  background: #f7f8f8;
}
.work-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(72px, 10vh, 112px);
  padding-bottom: clamp(24px, 5vh, 56px);
}
.work-piece {
  position: sticky;
  min-width: 0;
  min-height: min(70svh, 720px);
  overflow: hidden;
  border: 1px solid var(--hair-strong);
  border-top-color: rgba(30,90,140,.48);
  border-radius: 16px 16px 0 0;
  background: var(--white);
  box-shadow: 0 -12px 32px rgba(9,38,59,.08);
}
.work-piece--1 { top: calc(var(--header-h) + 12px); z-index: 1; }
.work-piece--2 { top: calc(var(--header-h) + 24px); z-index: 2; background: #edf3f6; }
.work-piece--3 { top: calc(var(--header-h) + 36px); z-index: 3; }
.work-piece > a {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  height: 100%;
  min-height: inherit;
  min-width: 0;
  color: inherit;
}
.work-piece > a:hover { text-decoration: none; }
.work-piece figure {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  place-items: center;
  margin: 0;
  padding: clamp(22px, 3.2vw, 42px);
  background: #dfe8ee;
}
.work-piece img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: top center;
  box-shadow: 0 18px 42px rgba(9,38,59,.18);
  transition: transform var(--dur-med) var(--ease-out);
}
.work-piece__go {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--hair-strong);
  font-size: 15px;
  font-weight: var(--fw-bold);
  color: var(--steel);
}
.work-piece__go > span:last-child { font-size: 20px; transition: transform var(--dur-fast) var(--ease-out); }
.work-piece > a:is(:hover, :focus-visible) .work-piece__go > span:last-child { transform: translateX(5px); }
.work-piece > a:is(:hover, :focus-visible) img { transform: scale(1.025); }
.work-piece__copy { display: flex; min-width: 0; flex-direction: column; padding: clamp(28px, 4vw, 52px); }
.work-piece__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hair-strong);
  font-size: 13px;
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--steel);
}
.work-piece__meta span:last-child { max-width: 27ch; text-align: right; }
.work-piece__statement { margin: auto 0; padding: 28px 0; }
.work-piece__name { margin: 0 0 14px !important; font-size: 14px !important; font-weight: var(--fw-bold); color: var(--steel) !important; }
.work-piece__copy h3 { margin: 0; max-width: 14ch; font-size: clamp(34px, 4.2vw, 58px); letter-spacing: -.04em; line-height: .96; color: var(--ink); }
.work-piece__statement > p:last-child { margin: 22px 0 0; max-width: 44ch; font-size: 16px; line-height: 1.6; color: var(--fog); }
.selected-work__all { align-self: end; justify-self: end; margin: 0 0 4px !important; }
.selected-work__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  color: var(--steel);
  font-size: 15.5px;
  font-weight: var(--fw-bold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.selected-work__link span { transition: transform var(--dur-fast) var(--ease-out); }
.selected-work__link:is(:hover, :focus-visible) span { transform: translateX(4px); }
.home-duet { background: var(--deep); }
.home-duet__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-duet article { min-width: 0; padding: 8px clamp(28px, 5vw, 62px) 8px 0; }
.home-duet article + article { padding-right: 0; padding-left: clamp(28px, 5vw, 62px); border-left: 1px solid rgba(255,255,255,.18); }
.home-duet h2 { max-width: 14ch; font-size: clamp(32px, 4.2vw, 52px); }
.home-duet article > p { margin: 22px 0 0; max-width: var(--measure-lead); font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.74); }
.home-duet .link-arrow { display: inline-flex; margin-top: 24px; color: #92d4f4; }
.audit {
  position: sticky;
  top: var(--home-sticky-top);
  z-index: 2;
  display: flex;
  min-height: calc(100svh - var(--home-sticky-top));
  margin-top: -16px;
  border: 0;
  border-radius: 16px 16px 0 0;
  background: #dfe8ee;
  padding-block: clamp(36px, 4vh, 48px);
}
.audit__experience {
  display: flex;
  min-height: calc(100svh - var(--home-sticky-top) - clamp(72px, 8vh, 96px));
  flex-direction: column;
  justify-content: center;
}
.audit__intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.audit__title {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: var(--fw-black);
  letter-spacing: -.04em;
  line-height: .98;
  color: var(--ink);
}
.audit__focus {
  position: relative;
  display: grid;
  min-height: clamp(330px, 42vh, 430px);
  place-items: center;
  margin-top: clamp(24px, 3.5vh, 38px);
  padding: 92px clamp(172px, 15vw, 220px) 72px;
}
.audit__start {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  margin: 0;
  text-align: left;
}
.audit__start-row {
  display: flex;
  min-height: 70px;
  border: 1px solid rgba(30,90,140,.58);
  background: var(--white);
  box-shadow: 0 16px 46px rgba(9,38,59,.12);
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), transform var(--dur-med) var(--ease-out);
}
.audit__start-row:focus-within {
  border-color: var(--electric);
  box-shadow: 0 20px 54px rgba(9,38,59,.18);
  transform: translateY(-2px);
}
.audit__start-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--ink);
}
.audit__start-input::placeholder { color: var(--chrome); }
.audit__start-input:focus { outline: 0; }
.audit__start-go {
  flex: 0 0 auto;
  min-width: 190px;
  margin: 0 !important;
  border-radius: 0;
  white-space: nowrap;
}
.audit__start-note { margin: 10px 0 0 !important; font-size: 14px !important; color: var(--danger) !important; }
.audit__signals { margin: 0; padding: 0; list-style: none; }
.audit__signal {
  position: absolute;
  max-width: 17ch;
  color: var(--steel);
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: var(--fw-bold);
  line-height: 1.35;
  transition: color var(--dur-fast) var(--ease-out), transform var(--dur-med) var(--ease-out);
}
.audit__signal::after {
  content: "";
  position: absolute;
  background: rgba(30,90,140,.42);
}
.audit__signal--top {
  top: 4px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.audit__signal--top::after { top: calc(100% + 13px); left: 50%; width: 1px; height: 34px; }
.audit__signal--left { top: 50%; left: 0; transform: translateY(-50%); }
.audit__signal--left::after { top: 50%; left: calc(100% + 14px); width: clamp(34px, 5vw, 72px); height: 1px; }
.audit__signal--right { top: 50%; right: 0; transform: translateY(-50%); }
.audit__signal--right::after { top: 50%; right: calc(100% + 14px); width: clamp(34px, 5vw, 72px); height: 1px; }
.audit__focus:focus-within .audit__signal { color: var(--ink); }
.audit__start-hint {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 100%;
  margin: 0 !important;
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px !important;
  color: var(--chrome) !important;
}
.audit__status { position: relative; z-index: 2; margin: 0 !important; justify-content: center; }
@media (max-width: 560px) {
  .audit__start-row { display: block; }
  .audit__start-go { width: 100%; min-width: 0; min-height: 56px; }
}
@media (max-width: 900px) {
  .hero,
  .problems,
  .audit { position: relative; inset-block-start: auto; top: auto; }
  .opening-stack::after { display: none; }
  .problems,
  .audit { min-height: 0; }
  .audit__experience { min-height: 0; }
  .audit__intro { max-width: 560px; }
  .audit__focus {
    display: flex;
    min-height: 0;
    flex-direction: column;
    margin-top: 30px;
    padding: 0;
  }
  .audit__start { order: 1; }
  .audit__signals {
    order: 2;
    display: grid;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid rgba(30,90,140,.35);
    border-bottom: 1px solid rgba(30,90,140,.35);
  }
  .audit__signal {
    position: static;
    max-width: none;
    padding: 15px 0;
    transform: none;
    text-align: left;
  }
  .audit__signal + .audit__signal { border-top: 1px solid rgba(30,90,140,.22); }
  .audit__signal::after { display: none; }
  .audit__start-hint {
    position: static;
    order: 3;
    width: auto;
    margin-top: 16px !important;
    transform: none;
  }
}
@media (max-height: 850px) and (min-width: 901px) {
  .hero,
  .problems,
  .audit { position: relative; inset-block-start: auto; top: auto; }
  .opening-stack::after { display: none; }
  .problems,
  .audit { min-height: 0; }
  .audit__experience { min-height: 0; }
}
.auditbox {
  margin: auto;
  width: min(560px, calc(100vw - 32px));
  padding: 0; border: 1px solid var(--ink); border-radius: 0;
  background: var(--white); color: var(--ink);
}
.auditbox[open] {
  opacity: 1;
  transform: none;
  transition: opacity var(--dur-med) var(--ease-out), transform var(--dur-med) var(--ease-out);
}
.auditbox::backdrop { background: rgba(9, 38, 59, .62); transition: background var(--dur-med) var(--ease-out); }
@starting-style {
  .auditbox[open] { opacity: 0; transform: translateY(10px) scale(.985); }
  .auditbox[open]::backdrop { background: rgba(9, 38, 59, 0); }
}
.auditbox__close-form { margin: 0; }
.auditbox__close {
  position: absolute; top: 6px; right: 6px; z-index: 2;
  width: 44px; height: 44px; padding: 0; border: 0; border-radius: 0;
  background: transparent; color: var(--chrome);
  font-size: 24px; line-height: 1; cursor: pointer;
}
.auditbox__close:hover { color: var(--ink); }
.auditbox__panel { padding: clamp(24px, 4vw, 38px); }
.auditbox__eyebrow {
  margin: 0 0 10px; font-size: 12px;
  font-weight: var(--fw-bold); letter-spacing: 0;
  color: var(--chrome);
}
.auditbox__title {
  margin: 0 0 6px; font-size: clamp(24px, 3.4vw, 32px); font-weight: var(--fw-black);
  letter-spacing: -.02em; line-height: 1.06; color: var(--ink);
}
.auditbox__site {
  margin: 0 0 22px; font-family: var(--font-mono); font-size: 15px; color: var(--electric);
  overflow-wrap: anywhere;
}
.auditbox__field { margin-bottom: 14px; }
.auditbox__field label {
  display: block; margin-bottom: 6px;
  font-size: 14px; font-weight: var(--fw-bold);
  letter-spacing: 0; color: var(--chrome);
}
.auditbox__field input {
  width: 100%; padding: 13px 14px; border: 1px solid var(--hair-strong); border-radius: 0;
  background: var(--white); font-family: var(--font-sans); font-size: 16px; color: var(--ink);
}
.auditbox__field input:focus { outline: 2px solid var(--electric); outline-offset: -2px; }
.auditbox__consent {
  display: flex; gap: 10px; margin: 18px 0 22px;
  font-size: 15px; line-height: 1.5; color: var(--fog);
}
.auditbox__consent input { flex: 0 0 auto; margin-top: 3px; width: 16px; height: 16px; accent-color: var(--steel); }
.auditbox__consent a { color: var(--electric); }
.auditbox__submit { width: 100%; margin: 0 !important; }
.auditbox__error { margin: 12px 0 0; font-size: 15px; color: var(--danger); }
.auditbox__fineprint { margin: 16px 0 0; font-size: 13px; line-height: 1.5; color: var(--chrome); }
.auditbox__steps { margin: 22px 0 0; padding: 0; list-style: none; }
.auditbox__steps li {
  position: relative; padding: 12px 0 12px 26px; border-top: 1px solid var(--hair);
  font-size: 15.5px; color: var(--chrome);
}
.auditbox__steps li::before {
  content: ""; position: absolute; left: 0; top: 17px;
  width: 8px; height: 8px; background: var(--hair-strong);
}
.auditbox__steps li[data-active] { color: var(--steel); }
.auditbox__steps li[data-active]::before {
  background: var(--steel);
  animation: audit-thinking-pulse 1.1s var(--ease-in-out) infinite;
}
.auditbox__steps li[data-done]::before { background: var(--steel); }
.auditbox__steps li[data-done] { color: var(--ink); }
.auditbox__count { margin: 18px 0 0; font-family: var(--font-mono); font-size: 13px; color: var(--chrome); }
.auditbox__thinking {
  min-height: 3.1em;
  margin: 20px 0 0;
  max-width: 36ch;
  font-size: 17px;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--steel);
}
.auditbox__thinking::after { content: "\2026"; display: inline-block; margin-left: 4px; animation: audit-thinking-fade 1s ease-in-out infinite; }
@keyframes audit-thinking-pulse { 50% { opacity: .35; transform: scale(.72); } }
@keyframes audit-thinking-fade { 50% { opacity: .25; } }
.auditbox--wide { width: min(880px, 94vw); }
.auditbox--wide .auditbox__close { color: rgba(255,255,255,.7); }
.auditbox--wide .auditbox__close:hover { color: var(--white); }
.auditbox__panel--result { max-height: 88vh; overflow-y: auto; padding: 0; }
[data-result-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
}
[data-result-reveal].is-shown { opacity: 1; transform: none; }
.rs__mast {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(22px, 3vw, 30px) clamp(22px, 3.4vw, 38px) clamp(18px, 2.6vw, 26px);
  background: var(--deep);
  color: var(--white);
}
.rs__domain { display: block; font-size: 19px; font-weight: var(--fw-black); letter-spacing: -.01em; overflow-wrap: anywhere; }
.rs__basis { display: block; margin-top: 4px; font-size: 13.5px; color: rgba(255,255,255,.62); }
.rs__score { flex: none; padding-right: 26px; }
.rs__score b { font-size: 92px; font-weight: var(--fw-black); letter-spacing: -.045em; line-height: .8; }
.rs__score span { font-size: 15px; font-weight: var(--fw-bold); color: rgba(255,255,255,.55); }
.rs__score--good b { color: #2FBF7B; }
.rs__score--warn b { color: #FFA94D; }
.rs__score--bad b  { color: #FF7061; }
.rs__num--good { color: var(--success); }
.rs__num--warn { color: #B45309; }
.rs__num--bad  { color: var(--danger); }
.rs__bar--good { background: var(--success); }
.rs__bar--warn { background: #D97706; }
.rs__bar--bad  { background: var(--danger); }
.rs__body { padding: clamp(20px, 3vw, 28px) clamp(22px, 3.4vw, 38px) 6px; }
.rs__areas {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--hair);
}
.rs__area { min-width: 0; }
.rs__num { display: block; font-size: 40px; font-weight: var(--fw-black); letter-spacing: -.03em; line-height: 1; }
.rs__bar { display: block; height: 3px; margin: 8px 0 7px; background: var(--gunmetal); }
.rs__bar i { display: block; width: 0; height: 100%; transition: width .58s var(--ease-out); }
.rs__area.is-shown .rs__bar i { width: var(--score-width, 4%); }
.rs__label { display: block; font-size: 12.5px; line-height: 1.25; color: var(--chrome); }
.rs__verdict { padding: 14px 0 4px; }
.rs__row { position: relative; margin: 0; padding: 7px 0 7px 22px; font-size: 15.5px; line-height: 1.5; color: var(--ink); }
.rs__row::before { content: ""; position: absolute; left: 0; top: 14px; width: 10px; height: 10px; border-radius: 50%; }
.rs__row--bad::before  { background: var(--danger); }
.rs__row--warn::before { background: #D97706; }
.rs__row--good { color: var(--fog); }
.rs__row--good::before { background: var(--success); }
.rs__build {
  margin: 14px 0 20px;
  padding: 16px 18px;
  background: var(--mist);
  border-left: 3px solid var(--steel);
}
.rs__build-label { display: block; margin-bottom: 8px; font-size: 13.5px; font-weight: var(--fw-bold); color: var(--ink); }
.rs__build-item { display: block; padding: 4px 0; font-size: 15px; line-height: 1.45; }
.rs__build-item b { color: var(--ink); }
.rs__build-item em { font-style: normal; color: var(--fog); }
.rs__build-item em::before { content: " \2014  "; color: var(--chrome); }
.rs__cta {
  padding: clamp(18px, 2.6vw, 24px) clamp(22px, 3.4vw, 38px);
  background: var(--deep);
  color: var(--white);
}
.rs__cta-line { margin: 0 0 14px; font-size: 17px; font-weight: var(--fw-bold); line-height: 1.5; color: var(--white); }
.rs__cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.rs__cta .btn { margin: 0 !important; }
.rs__mail { font-size: 13px; color: rgba(255,255,255,.6); }
@media (max-width: 700px) {
  .rs__areas { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rs__score b { font-size: 64px; }
  .rs__score { padding-right: 18px; }
  .rs__domain { font-size: 15.5px; }
  .rs__cta-line br { display: none; }
}
.auditbox__turnstile { margin: 0 0 18px; min-height: 65px; }
@media (prefers-reduced-motion: reduce) {
  [data-result-reveal] { opacity: 1; transform: none; }
  .auditbox__steps li[data-active]::before,
  .auditbox__thinking::after { animation: none; }
}
.capability-row__glyph { display: inline-flex; vertical-align: -3px; margin-right: 12px; color: #92d4f4; }
.capability-row__glyph .cap-icon { width: 26px; height: 26px; }
.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--hair-strong);
  border-bottom: 1px solid var(--hair-strong);
}
.process-list li { min-width: 0; padding: 22px 22px 26px 0; }
.process-list li + li { padding-left: 22px; border-left: 1px solid var(--hair); }
.process-list h3 { margin: 0 0 8px; font-size: 21px; letter-spacing: -.02em; color: var(--ink); }
.process-list p { margin: 0; max-width: 32ch; font-size: 15.5px; line-height: 1.55; color: var(--chrome); }
@media (max-width: 900px) {
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .process-list li:nth-child(n+3) { border-top: 1px solid var(--hair); }
}
@media (max-width: 560px) {
  .process-list { grid-template-columns: minmax(0, 1fr); }
  .process-list li { padding: 18px 0; border-left: 0 !important; }
  .process-list li + li { padding-left: 0; border-top: 1px solid var(--hair); }
}
@media (max-width: 560px) {
  .audience-row .btn { width: 100%; justify-content: center; }
}
.founder__bio { max-width: var(--measure-lead); font-size: 16.5px; line-height: 1.65; color: var(--fog); margin: 20px 0 0; }
@media (max-width: 560px) {
  .home-duet .btn { width: 100%; justify-content: center; }
}
.process-audience { border-top: 1px solid var(--hair); }
.founder__inner {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}
.founder__portrait { margin: 0; }
.founder__portrait img { display: block; width: 100%; height: auto; filter: grayscale(1) contrast(1.05); }
.founder__copy { min-width: 0; }
.founder__facts {
  margin: 28px 0 24px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--hair-strong);
  border-bottom: 1px solid var(--hair-strong);
}
.founder__facts li {
  display: grid;
  grid-template-columns: minmax(150px, .7fr) minmax(0, 1.3fr);
  gap: 20px;
  padding: 15px 0;
}
.founder__facts li + li { border-top: 1px solid var(--hair); }
.founder__facts strong { color: var(--ink); font-size: 15px; }
.founder__facts span { color: var(--fog); font-size: 14.5px; line-height: 1.5; }
.founder__quote { margin: 30px 0 22px; padding: 0; border: 0; }
.founder__quote p {
  margin: 0;
  max-width: 26ch;
  font-size: clamp(22px, 2.6vw, 31px);
  font-weight: var(--fw-black);
  letter-spacing: -.02em;
  line-height: 1.3;
  color: var(--ink);
}
.founder__quote footer { margin-top: 14px; font-size: 14px; font-weight: var(--fw-bold); color: var(--chrome); }
.founder__quote footer span { display: block; margin-top: 4px; font-weight: var(--fw-regular); }
.founder__links { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
.audience-row { margin-top: clamp(34px, 5vw, 56px); }
.audience-row__title { margin: 0 0 16px; font-size: 21px; font-weight: var(--fw-black); letter-spacing: -.02em; color: var(--ink); }
.audience-row__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--hair-strong);
}
.audience-row__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--hair);
  color: var(--ink);
  font-size: 16px;
  font-weight: var(--fw-bold);
}
.audience-row__links a + a { padding-left: 22px; border-left: 1px solid var(--hair); }
.audience-row__links a:hover { text-decoration: none; color: var(--electric); }
.audience-row__links b { color: var(--electric); }
.audience-row .btn { margin-top: 18px; }
.start-band__pitch { min-width: 0; }
.start-band__reply { margin: 16px 0 0; max-width: var(--measure-lead); font-size: 16px; font-weight: var(--fw-bold); color: var(--ink); }
.start-band__contact { margin: 18px 0 0; font-size: 15px; color: var(--fog); }
.start-band__contact a { color: var(--steel); font-weight: var(--fw-bold); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) {
  .founder__inner { grid-template-columns: minmax(0, 1fr); }
  .audience-row__links { grid-template-columns: minmax(0, 1fr); }
  .audience-row__links a + a { padding-left: 0; border-left: 0; }
}
@media (max-width: 560px) {
  .founder__facts li { grid-template-columns: minmax(0, 1fr); gap: 5px; }
}
@media (max-width: 700px) {
  .home-heading--split { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .hero__title { font-size: clamp(32px, 9.8vw, 46px); }
  .hero__proof { gap: 10px; }
  .hero__proof-item { display: block; }
  .hero__proof-thumb { display: block; width: 100%; }
  .hero__proof-copy { margin-top: 7px; }
  .hero__proof-copy strong { font-size: 12.5px; }
  .hero__proof-copy span { display: none; }
  .problem-ledger article {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 24px 0;
  }
  .problem-ledger p { max-width: none; }
  .capability-row {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 16px;
  }
  .capability-row__copy { grid-column: 1; grid-row: 1; }
  .capability-row__arrow { grid-column: 2; grid-row: 1; }
  .selected-work { margin-top: -16px; border-radius: 16px 16px 0 0; }
  .work-stack { gap: 24px; padding-bottom: 0; }
  .selected-work__all { justify-self: start; margin-top: 2px !important; }
  .work-piece,
  .work-piece--1,
  .work-piece--2,
  .work-piece--3 {
    position: relative;
    top: auto;
    min-height: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: none;
  }
  .work-piece > a { display: flex; min-height: 0; flex-direction: column; }
  .work-piece figure { aspect-ratio: 16 / 10; padding: 14px; }
  .work-piece__copy { padding: 24px 20px; }
  .work-piece__statement { margin: 0; padding: 26px 0; }
  .work-piece__copy h3 { font-size: clamp(30px, 9.8vw, 42px); }
  .work-piece__meta { align-items: flex-start; }
  .home-duet__grid { grid-template-columns: minmax(0, 1fr); }
  .home-duet article { padding: 0 0 28px; }
  .home-duet article + article {
    padding: 28px 0 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero,
  .problems,
  .audit { position: relative; inset-block-start: auto; top: auto; }
  .opening-stack::after { display: none; }
  .work-stack { gap: var(--space-8); }
  .work-piece,
  .work-piece--1,
  .work-piece--2,
  .work-piece--3 { position: relative; top: auto; }
}
