:root {
  --iv-ink: #1f1f1f;
  --iv-ink-deep: #111310;
  --iv-olive: #3a4633;
  --iv-olive-soft: #55614c;
  --iv-sand: #d8cfc2;
  --iv-white: #faf9f6;
  --iv-line: rgba(216, 207, 194, 0.16);
  --iv-line-strong: rgba(216, 207, 194, 0.3);
  --iv-radius: 30px;
  --iv-page: clamp(22px, 5.8vw, 112px);
  --page: var(--iv-page);
  --muted: #aeb3aa;
}

.iv-site {
  overflow: hidden;
  background: var(--iv-ink);
}

.iv-header .nav a.is-current {
  color: var(--iv-white);
}

.iv-menu {
  display: contents;
}

.iv-menu li {
  list-style: none;
}

.iv-header .nav .current-menu-item > a,
.iv-header .nav .current_page_item > a {
  color: var(--iv-white);
}

.iv-header .nav a.is-current::after {
  width: 100%;
}

.iv-section {
  padding: clamp(88px, 10vw, 160px) var(--iv-page);
}

.iv-section-lead {
  max-width: 920px;
  margin-bottom: clamp(48px, 7vw, 92px);
}

.iv-section-lead > span,
.iv-kicker,
.iv-back-link,
.iv-tool-intro > span,
.iv-form-context > span,
.iv-form-shell-head,
.iv-roadmap-head > div:first-child > span,
.iv-diagnostic-tool-head > div > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.13em;
}

.iv-section-lead > span {
  display: block;
  margin-bottom: 26px;
  color: var(--iv-sand);
}

.iv-section-lead h2,
.iv-roadmap-head h2,
.iv-diagnostic-tool-head h2 {
  max-width: 1000px;
  color: var(--iv-white);
  font-size: clamp(3rem, 6.7vw, 7.4rem);
  font-weight: 510;
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.iv-section-lead h2 em,
.iv-roadmap-head h2 em,
.iv-diagnostic-tool-head h2 em {
  color: #858d80;
  font-style: normal;
  font-weight: 410;
}

.iv-section-lead > p {
  max-width: 650px;
  margin-top: 28px;
  color: #aeb3aa;
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  line-height: 1.7;
}

.iv-hero {
  position: relative;
  display: grid;
  min-height: min(940px, 100vh);
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  align-items: center;
  gap: clamp(38px, 6vw, 110px);
  padding: clamp(145px, 12vw, 205px) var(--iv-page) 88px;
  background:
    radial-gradient(circle at 78% 42%, rgba(58, 70, 51, 0.34), transparent 30%),
    linear-gradient(145deg, #111310, #1f1f1f 58%, #22251f);
}

.iv-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.iv-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--iv-line);
  color: var(--iv-sand);
}

.iv-kicker i {
  color: var(--iv-white);
  font-style: normal;
}

.iv-back-link {
  display: inline-block;
  margin-bottom: 34px;
  color: #9ea397;
  transition: color 180ms ease, transform 180ms ease;
}

.iv-back-link:hover {
  color: var(--iv-white);
  transform: translateX(-4px);
}

.iv-hero h1 {
  margin-top: clamp(35px, 5vw, 70px);
  color: var(--iv-white);
  font-size: clamp(4.2rem, 7.8vw, 9.1rem);
  font-weight: 520;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.iv-hero h1 em {
  display: block;
  color: #848c7e;
  font-style: normal;
  font-weight: 410;
}

.iv-hero-copy > p {
  max-width: 710px;
  margin-top: 34px;
  color: #c4c7c0;
  font-size: clamp(1.05rem, 1.45vw, 1.33rem);
  line-height: 1.68;
}

.iv-hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 40px;
}

.iv-service-visual {
  position: relative;
  min-height: 640px;
  overflow: visible;
}

.iv-visual-marketplace::before,
.iv-visual-social::before {
  position: absolute;
  inset: 8% 2%;
  background: radial-gradient(circle, rgba(58, 70, 51, 0.35), transparent 65%);
  content: "";
  filter: blur(18px);
}

.iv-market-orbit {
  position: absolute;
  top: 48%;
  left: 50%;
  width: min(31vw, 480px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(216, 207, 194, 0.16);
  border-radius: 50%;
  animation: iv-float 7s ease-in-out infinite;
}

.iv-market-orbit::before,
.iv-market-orbit::after {
  position: absolute;
  border: 1px solid rgba(216, 207, 194, 0.12);
  border-radius: 50%;
  content: "";
}

.iv-market-orbit::before {
  inset: 12%;
}

.iv-market-orbit::after {
  inset: 28%;
}

.iv-market-core {
  position: absolute;
  inset: 39%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--iv-sand), var(--iv-olive));
  box-shadow: 0 0 80px rgba(216, 207, 194, 0.22);
}

.iv-market-orbit > i {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 4px solid var(--iv-ink);
  border-radius: 50%;
  background: var(--iv-sand);
  box-shadow: 0 0 20px rgba(216, 207, 194, 0.4);
}

.iv-market-orbit > i:nth-of-type(1) { top: 9%; left: 48%; }
.iv-market-orbit > i:nth-of-type(2) { top: 27%; right: 5%; }
.iv-market-orbit > i:nth-of-type(3) { right: 12%; bottom: 18%; }
.iv-market-orbit > i:nth-of-type(4) { bottom: 4%; left: 41%; }
.iv-market-orbit > i:nth-of-type(5) { bottom: 21%; left: 8%; }
.iv-market-orbit > i:nth-of-type(6) { top: 24%; left: 5%; }

.iv-market-orbit > b {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: var(--iv-ink);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  transform: translate(-50%, -50%);
}

.iv-market-floor {
  position: absolute;
  right: 2%;
  bottom: 4%;
  left: 2%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  transform: perspective(600px) rotateX(62deg);
  transform-origin: bottom;
}

.iv-market-floor span {
  height: 130px;
  border: 1px solid rgba(216, 207, 194, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(58, 70, 51, 0.26), transparent);
}

.iv-content-reel {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 18px;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.iv-content-reel article {
  position: relative;
  width: clamp(105px, 9vw, 148px);
  height: clamp(260px, 28vw, 420px);
  overflow: hidden;
  border: 1px solid rgba(216, 207, 194, 0.2);
  border-radius: 70px;
  background: linear-gradient(180deg, rgba(216, 207, 194, 0.15), rgba(58, 70, 51, 0.25));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.23);
  animation: iv-card-drift 6s ease-in-out infinite;
}

.iv-content-reel article:nth-child(2) { animation-delay: -1.5s; }
.iv-content-reel article:nth-child(3) { animation-delay: -3s; }
.iv-content-reel article:nth-child(4) { animation-delay: -4.5s; }

.iv-content-reel article > span {
  position: absolute;
  top: 26px;
  left: 50%;
  color: var(--iv-sand);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  transform: translateX(-50%);
}

.iv-content-reel article > i {
  position: absolute;
  right: 16px;
  bottom: 60px;
  left: 16px;
  height: 46%;
  border-radius: 60px;
  background: radial-gradient(circle at 65% 30%, var(--iv-sand), var(--iv-olive) 50%, #252b22);
  filter: blur(1px);
}

.iv-content-reel article > b {
  position: absolute;
  right: 28px;
  bottom: 27px;
  left: 28px;
  height: 4px;
  border-radius: 999px;
  background: rgba(216, 207, 194, 0.3);
}

.iv-content-pulse {
  position: absolute;
  right: 7%;
  bottom: 10%;
  left: 7%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.iv-content-pulse span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--iv-sand);
  animation: iv-pulse 1.8s ease-in-out infinite;
}

.iv-content-pulse span:nth-child(2) { animation-delay: -0.6s; }
.iv-content-pulse span:nth-child(3) { animation-delay: -1.2s; }

@keyframes iv-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(-8px) rotate(0deg); }
  50% { transform: translate(-50%, -50%) translateY(12px) rotate(3deg); }
}

@keyframes iv-card-drift {
  0%, 100% { transform: translateY(-12px); }
  50% { transform: translateY(14px); }
}

@keyframes iv-pulse {
  0%, 100% { opacity: 0.25; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1); }
}

.iv-problem-section {
  background: var(--iv-white);
}

.iv-problem-section .iv-section-lead > span {
  color: var(--iv-olive);
}

.iv-problem-section .iv-section-lead h2 {
  color: var(--iv-ink);
}

.iv-problem-section .iv-section-lead h2 em {
  color: #7b8375;
}

.iv-problem-section .iv-section-lead > p {
  color: #5c6259;
}

.iv-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(31, 31, 31, 0.13);
  border-radius: var(--iv-radius);
  overflow: hidden;
}

.iv-problem-grid article {
  position: relative;
  min-height: 360px;
  padding: 32px;
  border-right: 1px solid rgba(31, 31, 31, 0.13);
}

.iv-problem-grid article:last-child {
  border-right: 0;
}

.iv-problem-grid article > span,
.iv-outcome-grid article > span,
.iv-ninety-principles article > span,
.iv-values article > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.iv-problem-signal {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 48px 0 35px;
}

.iv-problem-signal::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(31, 31, 31, 0.16);
  content: "";
}

.iv-problem-signal i {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 16px;
  height: 16px;
  border: 4px solid var(--iv-white);
  border-radius: 50%;
  background: var(--iv-olive);
  box-shadow: 0 0 0 1px rgba(31, 31, 31, 0.18);
  transform: translate(-50%, -50%);
}

.iv-problem-signal b {
  position: absolute;
  top: 50%;
  right: 12%;
  width: 42%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--iv-olive) 0 5px, transparent 5px 10px);
}

.iv-problem-grid h3 {
  color: var(--iv-ink);
  font-size: clamp(1.6rem, 2.1vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.iv-problem-grid p {
  margin-top: 18px;
  color: #666b63;
  line-height: 1.6;
}

.iv-layer-section {
  background: #151714;
}

.iv-layer-stack {
  border-top: 1px solid var(--iv-line);
}

.iv-layer-stack article {
  display: grid;
  grid-template-columns: 120px minmax(280px, 1fr) minmax(280px, 0.75fr);
  align-items: start;
  gap: 44px;
  padding: 38px 0;
  border-bottom: 1px solid var(--iv-line);
  transition: padding 220ms ease, background 220ms ease;
}

.iv-layer-stack article:hover {
  padding-right: 24px;
  padding-left: 24px;
  background: rgba(58, 70, 51, 0.12);
}

.iv-layer-number {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--iv-sand);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
}

.iv-layer-number i {
  width: 34px;
  height: 1px;
  background: var(--iv-olive-soft);
}

.iv-layer-stack h3 {
  color: var(--iv-white);
  font-size: clamp(2rem, 3vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.iv-layer-stack p {
  max-width: 610px;
  margin-top: 13px;
  color: #aeb3aa;
  line-height: 1.65;
}

.iv-layer-stack ul {
  display: grid;
  gap: 1px;
  border-radius: 20px;
  overflow: hidden;
}

.iv-layer-stack li {
  display: flex;
  justify-content: space-between;
  padding: 14px 17px;
  color: #c9cbc6;
  background: rgba(250, 249, 246, 0.045);
  font-size: 13px;
}

.iv-layer-stack li span {
  color: var(--iv-sand);
}

.iv-diagnosis-section {
  background:
    radial-gradient(circle at 78% 50%, rgba(58, 70, 51, 0.24), transparent 38%),
    var(--iv-ink);
}

.iv-diagnosis-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  border: 1px solid var(--iv-line);
  border-radius: var(--iv-radius);
  overflow: hidden;
  background: rgba(17, 19, 16, 0.45);
}

.iv-diagnosis-tabs {
  border-right: 1px solid var(--iv-line);
}

.iv-diagnosis-tabs button {
  display: grid;
  width: 100%;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 27px;
  border-bottom: 1px solid var(--iv-line);
  color: #92978e;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.iv-diagnosis-tabs button:last-child {
  border-bottom: 0;
}

.iv-diagnosis-tabs button span,
.iv-diagnosis-tabs button i {
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-style: normal;
}

.iv-diagnosis-tabs button strong {
  font-size: 15px;
}

.iv-diagnosis-tabs button.is-active {
  color: var(--iv-white);
  background: rgba(58, 70, 51, 0.28);
}

.iv-diagnosis-report {
  padding: clamp(30px, 4vw, 64px);
}

.iv-report-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--iv-line);
  color: var(--iv-sand);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.iv-report-top i {
  color: var(--iv-white);
  font-style: normal;
}

.iv-report-copy {
  max-width: 760px;
  padding: 55px 0 42px;
}

.iv-report-copy > span {
  display: block;
  margin-bottom: 10px;
  color: #858b81;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.iv-report-copy > b {
  color: var(--iv-sand);
  font-size: 14px;
}

.iv-report-copy h3 {
  margin-top: 34px;
  color: var(--iv-white);
  font-size: clamp(2.2rem, 4.2vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.iv-report-copy p {
  max-width: 680px;
  margin-top: 25px;
  color: #aeb3aa;
  line-height: 1.7;
}

.iv-diagnosis-report ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--iv-line);
  border-radius: 20px;
  overflow: hidden;
}

.iv-diagnosis-report li {
  display: flex;
  min-height: 105px;
  align-items: flex-start;
  gap: 15px;
  padding: 22px;
  border-right: 1px solid var(--iv-line);
  color: #d2d3cf;
  line-height: 1.4;
}

.iv-diagnosis-report li:last-child { border-right: 0; }
.iv-diagnosis-report li span { color: var(--iv-sand); font-family: var(--font-geist-mono), monospace; font-size: 10px; }

.iv-service-outcomes {
  background: var(--iv-sand);
}

.iv-service-outcomes .iv-section-lead > span,
.iv-service-outcomes .iv-section-lead h2 {
  color: var(--iv-ink);
}

.iv-service-outcomes .iv-section-lead h2 em {
  color: #727a6d;
}

.iv-outcome-grid,
.iv-ninety-principles > div:last-child,
.iv-values > div:last-child,
.iv-lab-principles > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(31, 31, 31, 0.13);
  border-radius: var(--iv-radius);
  overflow: hidden;
}

.iv-outcome-grid article,
.iv-ninety-principles article,
.iv-values article,
.iv-lab-principles article {
  min-height: 290px;
  padding: 34px;
  border-right: 1px solid rgba(31, 31, 31, 0.13);
}

.iv-outcome-grid article:last-child,
.iv-ninety-principles article:last-child,
.iv-values article:last-child,
.iv-lab-principles article:last-child {
  border-right: 0;
}

.iv-outcome-grid h3,
.iv-ninety-principles h3,
.iv-values h3,
.iv-lab-principles h3 {
  margin-top: 92px;
  color: var(--iv-ink);
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.iv-outcome-grid p,
.iv-ninety-principles p,
.iv-values p,
.iv-lab-principles p {
  margin-top: 17px;
  color: #5c6259;
  line-height: 1.6;
}

.iv-final-cta {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(40px, 8vw, 140px);
  padding: clamp(90px, 12vw, 180px) var(--iv-page);
  background:
    radial-gradient(circle at 20% 60%, rgba(58, 70, 51, 0.42), transparent 35%),
    #121411;
}

.iv-final-cta > div:first-child > span {
  color: var(--iv-sand);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.iv-final-cta h2 {
  margin-top: 28px;
  color: var(--iv-white);
  font-size: clamp(3.2rem, 6.2vw, 7rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.iv-final-cta h2 em {
  color: #818a7b;
  font-style: normal;
}

.iv-final-cta > div:last-child {
  align-self: end;
}

.iv-final-cta p {
  max-width: 570px;
  color: #afb3ab;
  font-size: 1.1rem;
  line-height: 1.7;
}

.iv-final-cta a {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin-top: 34px;
  padding: 18px 22px;
  border-radius: 999px;
  color: var(--iv-ink);
  background: var(--iv-white);
  font-weight: 720;
}

.iv-footer-legal {
  display: flex;
  gap: 22px;
}

/* Project archive and stories */
.iv-archive-hero,
.iv-project-hero {
  display: grid;
  min-height: 760px;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 70px;
  padding: 170px var(--iv-page) 90px;
  background: #121411;
}

.iv-archive-hero > div:first-child,
.iv-project-hero > div:first-child {
  max-width: 1000px;
}

.iv-archive-hero h1,
.iv-project-hero h1 {
  margin-top: 48px;
  color: var(--iv-white);
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 510;
  line-height: 0.87;
  letter-spacing: -0.075em;
}

.iv-archive-hero h1 em {
  display: block;
  color: #818a7b;
  font-style: normal;
}

.iv-archive-hero p,
.iv-project-hero > div:first-child > p {
  max-width: 680px;
  margin-top: 30px;
  color: #b2b6ae;
  font-size: 1.16rem;
  line-height: 1.7;
}

.iv-archive-signal {
  position: relative;
  min-height: 480px;
}

.iv-archive-signal span {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--iv-line);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.iv-archive-signal span:nth-child(1) { width: 100%; aspect-ratio: 1; }
.iv-archive-signal span:nth-child(2) { width: 76%; aspect-ratio: 1; }
.iv-archive-signal span:nth-child(3) { width: 52%; aspect-ratio: 1; }
.iv-archive-signal span:nth-child(4) { width: 28%; aspect-ratio: 1; background: var(--iv-olive); }
.iv-archive-signal b { position: absolute; top: 50%; left: 50%; z-index: 2; color: var(--iv-white); font-size: 2.4rem; transform: translate(-50%, -50%); }

.iv-project-wall {
  padding: 80px var(--iv-page) 140px;
  background: var(--iv-white);
}

.iv-project-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 48px;
}

.iv-project-filter button {
  padding: 12px 17px;
  border: 1px solid rgba(31, 31, 31, 0.15);
  border-radius: 999px;
  color: #60665d;
  cursor: pointer;
}

.iv-project-filter button.is-active {
  color: var(--iv-white);
  background: var(--iv-ink);
}

.iv-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.iv-project-card {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  padding: 34px;
  border-radius: var(--iv-radius);
  overflow: hidden;
  color: var(--iv-white);
  background: #252824;
  transition: transform 250ms ease;
}

.iv-project-card:hover {
  transform: translateY(-7px);
}

.iv-project-card-2 { background: var(--iv-olive); }
.iv-project-card-3 { color: var(--iv-ink); background: var(--iv-sand); }
.iv-project-card-4 { background: #181a17; }

.iv-project-card-top,
.iv-project-card-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

.iv-project-card-top {
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.iv-project-card-top i { font-style: normal; }
.iv-project-code { display: grid; flex: 1; place-items: center; opacity: 0.34; font-size: clamp(6rem, 14vw, 15rem); font-weight: 650; letter-spacing: -0.08em; }
.iv-project-image { flex: 1; margin: 28px -34px; overflow: hidden; }
.iv-project-image img { width: 100%; height: 100%; object-fit: cover; }
.iv-project-tags { display: flex; position: relative; z-index: 2; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }
.iv-project-tags span { padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; opacity: 0.65; font-size: 10px; }
.iv-project-card-bottom { align-items: flex-end; padding-top: 24px; border-top: 1px solid currentColor; }
.iv-project-card-bottom h2 { font-size: clamp(2.2rem, 4vw, 4.8rem); line-height: 0.94; letter-spacing: -0.055em; }
.iv-project-card-bottom p { max-width: 520px; margin-top: 14px; opacity: 0.72; line-height: 1.5; }
.iv-project-card-bottom b { display: grid; width: 52px; height: 52px; flex: 0 0 auto; place-items: center; border: 1px solid currentColor; border-radius: 50%; }

.iv-project-hero-mark {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
}

.iv-project-hero-mark > span {
  z-index: 2;
  color: var(--iv-white);
  font-size: clamp(5rem, 12vw, 13rem);
  font-weight: 650;
  letter-spacing: -0.08em;
}

.iv-project-hero-mark i {
  position: absolute;
  border: 1px solid var(--iv-line);
  border-radius: 50%;
}

.iv-project-hero-mark i:nth-of-type(1) { width: 100%; aspect-ratio: 1; }
.iv-project-hero-mark i:nth-of-type(2) { width: 72%; aspect-ratio: 1; }
.iv-project-hero-mark i:nth-of-type(3) { width: 44%; aspect-ratio: 1; background: rgba(58, 70, 51, 0.38); }

.iv-project-story {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--iv-sand);
}

.iv-project-story article {
  min-height: 440px;
  padding: clamp(32px, 5vw, 75px);
  border-right: 1px solid rgba(31, 31, 31, 0.14);
}

.iv-project-story article:last-child { border-right: 0; }
.iv-project-story article > span { font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: 0.12em; }
.iv-project-story h2 { margin-top: 120px; color: var(--iv-ink); font-size: clamp(2.3rem, 4vw, 4.8rem); line-height: 0.95; letter-spacing: -0.055em; }
.iv-project-story p { margin-top: 23px; color: #565c53; line-height: 1.7; }
.iv-project-featured { padding: 0 var(--iv-page); background: var(--iv-sand); }
.iv-project-featured img { width: 100%; max-height: 820px; border-radius: var(--iv-radius); object-fit: cover; }
.iv-project-content { padding: 90px max(var(--iv-page), calc((100vw - 920px) / 2)); color: #c7cac3; background: var(--iv-ink); font-size: 1.12rem; line-height: 1.8; }
.iv-project-content h2, .iv-project-content h3 { margin: 2.4em 0 0.7em; color: var(--iv-white); line-height: 1.05; letter-spacing: -0.04em; }
.iv-project-content h2 { font-size: 2.8rem; }
.iv-project-content h3 { font-size: 2rem; }

/* Diagnostic page */
.iv-diagnostic-hero {
  background:
    radial-gradient(circle at 77% 47%, rgba(58, 70, 51, 0.43), transparent 32%),
    #111310;
}

.iv-radar-visual {
  position: relative;
  min-height: 600px;
}

.iv-radar-rings span {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--iv-line);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.iv-radar-rings span:nth-child(1) { width: min(36vw, 550px); aspect-ratio: 1; }
.iv-radar-rings span:nth-child(2) { width: min(27vw, 420px); aspect-ratio: 1; }
.iv-radar-rings span:nth-child(3) { width: min(18vw, 290px); aspect-ratio: 1; }
.iv-radar-rings span:nth-child(4) { width: min(8vw, 130px); aspect-ratio: 1; background: rgba(58, 70, 51, 0.3); }

.iv-radar-lines i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(36vw, 550px);
  height: 1px;
  background: var(--iv-line);
  transform: translate(-50%, -50%);
}

.iv-radar-lines i:nth-child(2) { transform: translate(-50%, -50%) rotate(60deg); }
.iv-radar-lines i:nth-child(3) { transform: translate(-50%, -50%) rotate(-60deg); }

.iv-radar-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(18vw, 275px);
  height: min(18vw, 275px);
  transform-origin: 0 0;
  background: conic-gradient(from 270deg, rgba(216, 207, 194, 0.22), transparent 25%);
  animation: iv-radar 5s linear infinite;
}

.iv-radar-visual > b {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--iv-sand);
  box-shadow: 0 0 22px var(--iv-sand);
  animation: iv-pulse 2s ease-in-out infinite;
}

.iv-radar-visual > b:nth-of-type(1) { top: 24%; left: 57%; }
.iv-radar-visual > b:nth-of-type(2) { top: 42%; right: 18%; animation-delay: -0.4s; }
.iv-radar-visual > b:nth-of-type(3) { right: 36%; bottom: 24%; animation-delay: -0.8s; }
.iv-radar-visual > b:nth-of-type(4) { bottom: 31%; left: 20%; animation-delay: -1.2s; }
.iv-radar-visual > b:nth-of-type(5) { top: 31%; left: 29%; animation-delay: -1.6s; }

@keyframes iv-radar {
  to { transform: rotate(360deg); }
}

.iv-diagnostic-explain {
  background: var(--iv-white);
}

.iv-diagnostic-explain .iv-section-lead h2 { color: var(--iv-ink); }
.iv-diagnostic-explain .iv-section-lead h2 em { color: #767f71; }
.iv-diagnostic-explain .iv-section-lead > span { color: var(--iv-olive); }
.iv-diagnostic-explain .iv-section-lead > p { color: #5d635a; }

.iv-signal-map {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid rgba(31, 31, 31, 0.14);
  border-radius: var(--iv-radius);
  overflow: hidden;
}

.iv-signal-map article {
  position: relative;
  min-height: 320px;
  padding: 25px;
  border-right: 1px solid rgba(31, 31, 31, 0.14);
}

.iv-signal-map article:last-child { border-right: 0; }
.iv-signal-map article > span { font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.iv-signal-map h3 { margin-top: 100px; color: var(--iv-ink); font-size: 1.8rem; letter-spacing: -0.04em; }
.iv-signal-map p { margin-top: 14px; color: #646a61; line-height: 1.55; }
.iv-signal-map article > i { position: absolute; right: 24px; bottom: 24px; left: 24px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--iv-olive), rgba(58, 70, 51, 0.08)); }

.iv-diagnostic-tool {
  background:
    radial-gradient(circle at 10% 65%, rgba(58, 70, 51, 0.34), transparent 32%),
    #151714;
}

.iv-diagnostic-tool-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 60px;
}

.iv-diagnostic-tool-head > div > span,
.iv-roadmap-head > div:first-child > span {
  display: block;
  margin-bottom: 26px;
  color: var(--iv-sand);
}

.iv-diagnostic-tool-head > p {
  color: #aeb3aa;
  line-height: 1.7;
}

.iv-diagnostic-form {
  display: grid;
  gap: 12px;
}

.iv-diagnostic-form fieldset {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 25px 28px;
  border: 1px solid var(--iv-line);
  border-radius: 22px;
  background: rgba(250, 249, 246, 0.025);
}

.iv-diagnostic-form legend {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--iv-white);
  font-size: 1.05rem;
}

.iv-diagnostic-form legend span {
  color: var(--iv-sand);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.iv-diagnostic-form fieldset > div {
  display: grid;
  min-width: 310px;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.iv-diagnostic-form label {
  cursor: pointer;
}

.iv-diagnostic-form label input {
  position: absolute;
  opacity: 0;
}

.iv-diagnostic-form label span {
  display: block;
  padding: 12px 16px;
  border: 1px solid var(--iv-line);
  border-radius: 999px;
  color: #9ba096;
  text-align: center;
  font-size: 13px;
  transition: color 180ms ease, background 180ms ease;
}

.iv-diagnostic-form label input:checked + span {
  color: var(--iv-ink);
  background: var(--iv-sand);
}

.iv-diagnostic-form > button {
  justify-self: end;
  margin-top: 22px;
  padding: 17px 22px;
  border-radius: 999px;
  color: var(--iv-ink);
  background: var(--iv-white);
  font-weight: 720;
  cursor: pointer;
}

.iv-diagnostic-result {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.52fr;
  gap: 1px;
  margin-top: 48px;
  border: 1px solid var(--iv-line);
  border-radius: var(--iv-radius);
  overflow: hidden;
  background: var(--iv-line);
}

.iv-diagnostic-result > div {
  padding: clamp(28px, 4vw, 56px);
  background: #1b1e1a;
}

.iv-result-score span,
.iv-result-main > span {
  color: var(--iv-sand);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.iv-result-score strong {
  display: block;
  margin-top: 50px;
  color: var(--iv-white);
  font-size: clamp(6rem, 10vw, 11rem);
  font-weight: 520;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.iv-result-score > i { color: #7f857a; font-style: normal; }
.iv-result-main h3 { margin-top: 24px; color: var(--iv-white); font-size: clamp(2.2rem, 4vw, 4.8rem); line-height: 0.95; letter-spacing: -0.055em; }
.iv-result-main > p { margin-top: 20px; color: #afb3ab; line-height: 1.7; }
.iv-result-bars { display: grid; gap: 11px; margin-top: 34px; }
.iv-result-bars > div { display: grid; grid-template-columns: 100px 1fr 28px; align-items: center; gap: 12px; color: #8f958a; font-size: 11px; }
.iv-result-bars i { height: 5px; border-radius: 999px; background: rgba(216, 207, 194, 0.1); overflow: hidden; }
.iv-result-bars i b { display: block; height: 100%; border-radius: inherit; background: var(--iv-sand); }
.iv-result-action { display: flex; flex-direction: column; justify-content: flex-end; }
.iv-result-action p { color: #aeb3aa; line-height: 1.6; }
.iv-result-action a { margin-top: 25px; padding: 15px 17px; border-radius: 999px; color: var(--iv-ink); background: var(--iv-white); font-weight: 720; text-align: center; }
.iv-result-action button { margin-top: 12px; color: #8f958a; cursor: pointer; }

.iv-after-diagnosis { background: var(--iv-sand); }
.iv-after-diagnosis .iv-section-lead h2, .iv-after-diagnosis .iv-section-lead > span { color: var(--iv-ink); }
.iv-after-diagnosis .iv-section-lead h2 em { color: #70786a; }
.iv-after-diagnosis > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(31,31,31,.14); border-radius: var(--iv-radius); overflow: hidden; }
.iv-after-diagnosis article { min-height: 320px; padding: 34px; border-right: 1px solid rgba(31,31,31,.14); }
.iv-after-diagnosis article:last-child { border-right: 0; }
.iv-after-diagnosis article > span { font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.iv-after-diagnosis h3 { margin-top: 100px; color: var(--iv-ink); font-size: 2.5rem; line-height: 1; letter-spacing: -0.05em; }
.iv-after-diagnosis p { margin-top: 16px; color: #5c6259; line-height: 1.6; }

/* 90 days */
.iv-ninety-hero {
  background:
    radial-gradient(circle at 79% 40%, rgba(58, 70, 51, 0.4), transparent 30%),
    #121411;
}

.iv-runway {
  position: relative;
  min-height: 600px;
  perspective: 700px;
}

.iv-runway-path {
  position: absolute;
  right: 12%;
  bottom: 0;
  left: 12%;
  height: 520px;
  transform: rotateX(58deg);
  transform-origin: bottom;
}

.iv-runway-path > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 34%;
  border-right: 1px solid var(--iv-line);
  border-left: 1px solid var(--iv-line);
  background: linear-gradient(180deg, rgba(58, 70, 51, 0.36), transparent);
  transform: translateX(-50%);
}

.iv-runway-path i {
  position: absolute;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--iv-sand);
  box-shadow: 0 0 20px rgba(216,207,194,.5);
  transform: translateX(-50%);
}

.iv-runway-path i:nth-of-type(1) { bottom: 4%; }
.iv-runway-path i:nth-of-type(2) { bottom: 31%; }
.iv-runway-path i:nth-of-type(3) { bottom: 58%; }
.iv-runway-path i:nth-of-type(4) { bottom: 84%; }

.iv-runway-horizon {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 250px;
  height: 250px;
  transform: translateX(-50%);
}

.iv-runway-horizon span {
  position: absolute;
  inset: 0;
  border: 1px solid var(--iv-line);
  border-radius: 50%;
  animation: iv-horizon 4s ease-out infinite;
}

.iv-runway-horizon span:nth-child(2) { animation-delay: -2s; }
.iv-runway-horizon b { position: absolute; inset: 35%; border-radius: 50%; background: radial-gradient(circle, var(--iv-sand), var(--iv-olive)); filter: blur(4px); }

@keyframes iv-horizon {
  0% { opacity: 0; transform: scale(.5); }
  35% { opacity: .55; }
  100% { opacity: 0; transform: scale(1.5); }
}

.iv-ninety-principles { background: var(--iv-sand); }
.iv-ninety-principles .iv-section-lead h2, .iv-ninety-principles .iv-section-lead > span { color: var(--iv-ink); }
.iv-ninety-principles .iv-section-lead h2 em { color: #727a6d; }

.iv-roadmap-builder {
  background: #151714;
}

.iv-roadmap-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
}

.iv-roadmap-tabs {
  display: flex;
  padding: 5px;
  border: 1px solid var(--iv-line);
  border-radius: 999px;
}

.iv-roadmap-tabs button {
  padding: 12px 16px;
  border-radius: 999px;
  color: #8e9489;
  cursor: pointer;
}

.iv-roadmap-tabs button.is-active {
  color: var(--iv-ink);
  background: var(--iv-sand);
}

.iv-roadmap-caption {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 62px;
  padding: 22px 0;
  border-top: 1px solid var(--iv-line);
  color: var(--iv-sand);
}

.iv-roadmap-caption span { font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; }
.iv-roadmap-caption strong { color: var(--iv-white); font-size: 14px; }

.iv-roadmap-phases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--iv-line);
  border-radius: var(--iv-radius);
  overflow: hidden;
}

.iv-roadmap-phases article {
  position: relative;
  min-height: 510px;
  padding: 30px;
  border-right: 1px solid var(--iv-line);
}

.iv-roadmap-phases article:last-child { border-right: 0; }
.iv-roadmap-phases article > div { display: flex; justify-content: space-between; color: var(--iv-sand); font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .1em; }
.iv-roadmap-phases h3 { margin-top: 90px; color: var(--iv-white); font-size: 3rem; line-height: 1; letter-spacing: -.05em; }
.iv-roadmap-phases p { margin-top: 20px; color: #aeb3aa; line-height: 1.6; }
.iv-roadmap-phases ul { display: grid; gap: 1px; margin-top: 30px; border-radius: 16px; overflow: hidden; }
.iv-roadmap-phases li { display: flex; justify-content: space-between; padding: 12px 13px; color: #c8cac5; background: rgba(250,249,246,.045); font-size: 12px; }
.iv-roadmap-phases li i { color: var(--iv-sand); font-style: normal; }
.iv-phase-progress { position: absolute; right: 30px; bottom: 28px; left: 30px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--iv-sand) 0 25%, rgba(216,207,194,.1) 25%); }
.iv-roadmap-phases article:nth-child(2) .iv-phase-progress { background: linear-gradient(90deg, var(--iv-sand) 0 50%, rgba(216,207,194,.1) 50%); }
.iv-roadmap-phases article:nth-child(3) .iv-phase-progress { background: linear-gradient(90deg, var(--iv-sand) 0 75%, rgba(216,207,194,.1) 75%); }
.iv-roadmap-phases article:nth-child(4) .iv-phase-progress { background: var(--iv-sand); }

.iv-weekly-rhythm { background: var(--iv-white); }
.iv-weekly-rhythm .iv-section-lead h2 { color: var(--iv-ink); }
.iv-weekly-rhythm .iv-section-lead h2 em { color: #727a6d; }
.iv-weekly-rhythm .iv-section-lead > span { color: var(--iv-olive); }
.iv-week { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.iv-week article { min-height: 300px; padding: 28px; border: 1px solid rgba(31,31,31,.14); border-radius: 24px; }
.iv-week article > span { color: var(--iv-olive); font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; }
.iv-week h3 { margin-top: 100px; color: var(--iv-ink); font-size: 2.3rem; letter-spacing: -.05em; }
.iv-week p { margin-top: 15px; color: #60665d; line-height: 1.55; }

/* Lab */
.iv-lab-hero {
  background:
    radial-gradient(circle at 76% 43%, rgba(58,70,51,.5), transparent 31%),
    #111310;
}

.iv-lab-visual {
  position: relative;
  min-height: 590px;
}

.iv-lab-visual > span {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--iv-line);
  border-radius: 34px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.iv-lab-visual > span:nth-child(1) { width: 360px; height: 360px; }
.iv-lab-visual > span:nth-child(2) { width: 270px; height: 270px; }
.iv-lab-visual > span:nth-child(3) { width: 180px; height: 180px; background: rgba(58,70,51,.35); }
.iv-lab-visual > span:nth-child(4) { width: 90px; height: 90px; background: var(--iv-sand); }
.iv-lab-visual > i { position: absolute; color: var(--iv-sand); font-family: var(--font-geist-mono), monospace; font-size: 10px; font-style: normal; }
.iv-lab-visual > i:nth-of-type(1) { top: 22%; left: 20%; }
.iv-lab-visual > i:nth-of-type(2) { top: 35%; right: 14%; }
.iv-lab-visual > i:nth-of-type(3) { right: 30%; bottom: 17%; }
.iv-lab-visual > b { position: absolute; top: 50%; left: 50%; z-index: 2; color: var(--iv-ink); font-size: 1.2rem; transform: translate(-50%, -50%); }

.iv-lab-tools {
  background: var(--iv-sand);
}

.iv-lab-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 28px;
  border: 1px solid rgba(31,31,31,.14);
  border-radius: 22px;
  overflow: hidden;
}

.iv-lab-nav button {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 18px;
  border-right: 1px solid rgba(31,31,31,.14);
  color: #5e645b;
  cursor: pointer;
}

.iv-lab-nav button:last-child { border-right: 0; }
.iv-lab-nav button span { font-family: var(--font-geist-mono), monospace; font-size: 9px; }
.iv-lab-nav button.is-active { color: var(--iv-white); background: var(--iv-ink); }

.iv-tool-panels {
  border-radius: var(--iv-radius);
  overflow: hidden;
  background: var(--iv-ink);
}

.iv-tool-panel {
  padding: clamp(32px, 5vw, 72px);
}

.iv-tool-intro {
  max-width: 850px;
  margin-bottom: 48px;
}

.iv-tool-intro > span { color: var(--iv-sand); }
.iv-tool-intro h2 { margin-top: 24px; color: var(--iv-white); font-size: clamp(3rem, 5.8vw, 6.5rem); line-height: .92; letter-spacing: -.06em; }
.iv-tool-intro h2 em { color: #7f8878; font-style: normal; }
.iv-tool-intro p { max-width: 650px; margin-top: 22px; color: #aeb3aa; line-height: 1.65; }

.iv-calculator {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 1px;
  border: 1px solid var(--iv-line);
  border-radius: 24px;
  overflow: hidden;
  background: var(--iv-line);
}

.iv-tool-fields,
.iv-tool-output {
  padding: clamp(25px, 4vw, 48px);
  background: #181a17;
}

.iv-tool-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.iv-tool-fields label,
.iv-inline-tool label,
.iv-brand-tool label {
  display: grid;
  gap: 9px;
  color: #92978e;
  font-size: 12px;
}

.iv-tool-fields label > div {
  display: flex;
  align-items: center;
  border: 1px solid var(--iv-line);
  border-radius: 16px;
  background: rgba(250,249,246,.03);
}

.iv-tool-fields input {
  width: 100%;
  padding: 15px;
  color: var(--iv-white);
  outline: none;
}

.iv-tool-fields label i {
  padding-right: 15px;
  color: var(--iv-sand);
  font-style: normal;
}

.iv-tool-output {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iv-tool-output > span { color: var(--iv-sand); font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; }
.iv-tool-output > strong { display: block; margin-top: 24px; color: var(--iv-white); font-size: clamp(4rem, 8vw, 8rem); font-weight: 520; line-height: .8; letter-spacing: -.075em; }
.iv-output-meter { height: 7px; margin-top: 34px; border-radius: 999px; overflow: hidden; background: rgba(216,207,194,.1); }
.iv-output-meter i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--iv-sand); transition: width 300ms ease; }
.iv-tool-output > p { margin-top: 22px; color: #aeb3aa; line-height: 1.6; }
.iv-tool-output ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 28px; }
.iv-tool-output li { padding: 14px; border-radius: 14px; color: #848a7f; background: rgba(250,249,246,.04); font-size: 11px; }
.iv-tool-output li b { display: block; margin-top: 7px; color: var(--iv-white); font-size: 15px; }

.iv-inline-tool {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 12px;
}

.iv-inline-tool label input,
.iv-brand-tool input,
.iv-brand-tool select {
  width: 100%;
  padding: 17px;
  border: 1px solid var(--iv-line);
  border-radius: 16px;
  color: var(--iv-white);
  background: rgba(250,249,246,.035);
  outline: none;
}

.iv-inline-tool button,
.iv-brand-tool > button {
  padding: 17px 20px;
  border-radius: 999px;
  color: var(--iv-ink);
  background: var(--iv-white);
  font-weight: 720;
  cursor: pointer;
}

.iv-inline-tool > p { grid-column: 1/-1; min-height: 1.5em; color: var(--iv-sand); }
.iv-scan-results, .iv-domain-result, .iv-brand-result { margin-top: 28px; border: 1px solid var(--iv-line); border-radius: 22px; overflow: hidden; }
.iv-scan-summary { display: flex; justify-content: space-between; gap: 30px; padding: 22px; color: var(--iv-sand); background: rgba(58,70,51,.24); }
.iv-scan-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.iv-scan-grid article { min-height: 120px; padding: 20px; border-right: 1px solid var(--iv-line); border-bottom: 1px solid var(--iv-line); }
.iv-scan-grid article:nth-child(2n) { border-right: 0; }
.iv-scan-grid article > span { font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .1em; }
.iv-scan-grid article.good > span { color: #aeb9a5; }
.iv-scan-grid article.warn > span { color: var(--iv-sand); }
.iv-scan-grid article.bad > span { color: #d8cfc2; }
.iv-scan-grid article p { margin-top: 12px; color: #d0d2cd; line-height: 1.45; word-break: break-word; }
.iv-scan-disclaimer { padding: 18px 22px; color: #83897f; font-size: 11px; }
.iv-domain-result, .iv-brand-result { padding: 28px; color: #c8cac5; }
.iv-domain-result h3, .iv-brand-result h3 { color: var(--iv-white); font-size: 2.3rem; letter-spacing: -.04em; }
.iv-domain-result p, .iv-brand-result p { margin-top: 14px; color: #aeb3aa; line-height: 1.6; }
.iv-domain-result a { display: inline-block; margin-top: 20px; color: var(--iv-sand); }
.iv-brand-tool > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.iv-brand-tool > button { margin-top: 14px; }
.iv-brand-score { display: flex; align-items: flex-end; gap: 14px; }
.iv-brand-score strong { color: var(--iv-white); font-size: 5rem; line-height: .8; letter-spacing: -.07em; }
.iv-brand-notes { display: grid; gap: 8px; margin-top: 22px; }
.iv-brand-notes li { padding: 12px 14px; border-radius: 12px; background: rgba(250,249,246,.04); }

.iv-lab-principles { background: var(--iv-white); }
.iv-lab-principles .iv-section-lead h2 { color: var(--iv-ink); }
.iv-lab-principles .iv-section-lead h2 em { color: #727a6d; }
.iv-lab-principles .iv-section-lead > span { color: var(--iv-olive); }

/* Forms */
.iv-form-hero,
.iv-contact-hero {
  display: grid;
  min-height: 720px;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  padding: 160px var(--iv-page) 90px;
  background:
    radial-gradient(circle at 77% 45%, rgba(58,70,51,.45), transparent 30%),
    #121411;
}

.iv-form-hero > div:first-child,
.iv-contact-hero > div:first-child {
  max-width: 950px;
}

.iv-form-hero h1,
.iv-contact-hero h1 {
  margin-top: 46px;
  color: var(--iv-white);
  font-size: clamp(4rem, 8vw, 8.7rem);
  font-weight: 510;
  line-height: .88;
  letter-spacing: -.072em;
}

.iv-form-hero h1 em,
.iv-contact-hero h1 em {
  display: block;
  color: #818a7b;
  font-style: normal;
}

.iv-form-hero > div:first-child > p,
.iv-contact-hero > div:first-child > p {
  max-width: 650px;
  margin-top: 30px;
  color: #b3b6af;
  font-size: 1.14rem;
  line-height: 1.7;
}

.iv-analysis-map,
.iv-contact-lines,
.iv-brief-blueprint {
  position: relative;
  min-height: 470px;
}

.iv-analysis-map span {
  position: absolute;
  padding: 12px 15px;
  border: 1px solid var(--iv-line);
  border-radius: 999px;
  color: var(--iv-sand);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .1em;
}

.iv-analysis-map span:nth-child(1) { top: 12%; left: 38%; }
.iv-analysis-map span:nth-child(2) { top: 38%; right: 2%; }
.iv-analysis-map span:nth-child(3) { right: 22%; bottom: 12%; }
.iv-analysis-map span:nth-child(4) { bottom: 18%; left: 3%; }
.iv-analysis-map::before, .iv-analysis-map::after { position: absolute; top: 50%; left: 50%; border: 1px solid var(--iv-line); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.iv-analysis-map::before { width: 80%; aspect-ratio: 1; }
.iv-analysis-map::after { width: 48%; aspect-ratio: 1; background: rgba(58,70,51,.25); }
.iv-analysis-map i { position: absolute; top: 50%; left: 50%; z-index: 2; width: 80px; height: 80px; border-radius: 50%; background: var(--iv-sand); transform: translate(-50%,-50%); }

.iv-form-layout {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  align-items: start;
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(80px, 10vw, 150px) var(--iv-page);
  background: var(--iv-sand);
}

.iv-form-context {
  position: sticky;
  top: 120px;
}

.iv-form-context > span { color: var(--iv-olive); }
.iv-form-context h2 { margin-top: 24px; color: var(--iv-ink); font-size: clamp(3rem, 5vw, 5.8rem); line-height: .94; letter-spacing: -.06em; }
.iv-form-context h2 em { color: #70786a; font-style: normal; }
.iv-form-context > p { margin-top: 22px; color: #5d635a; line-height: 1.7; }
.iv-form-context ol { display: grid; gap: 1px; margin-top: 32px; border: 1px solid rgba(31,31,31,.14); border-radius: 22px; overflow: hidden; background: rgba(31,31,31,.14); }
.iv-form-context li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 22px; background: var(--iv-sand); }
.iv-form-context li > b { font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.iv-form-context li h3 { color: var(--iv-ink); font-size: 1.4rem; letter-spacing: -.03em; }
.iv-form-context li p { margin-top: 6px; color: #666c63; line-height: 1.5; }
.iv-form-context > ul { display: grid; gap: 8px; margin-top: 28px; }
.iv-form-context > ul li { display: flex; grid-template-columns: none; gap: 12px; padding: 14px 16px; border-radius: 14px; color: #4f554d; }
.iv-form-context > ul li::before { color: var(--iv-olive); content: "↗"; }
.iv-form-context > small { display: block; margin-top: 25px; color: #686e65; line-height: 1.5; }
.iv-form-note { margin-top: 22px; padding: 20px; border-radius: 18px; color: var(--iv-white); background: var(--iv-olive); }
.iv-form-note span { font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .1em; }
.iv-form-note p { margin-top: 10px; line-height: 1.55; }

.iv-form-shell {
  border-radius: var(--iv-radius);
  overflow: hidden;
  background: var(--iv-ink);
}

.iv-form-shell-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--iv-line);
  color: var(--iv-sand);
}

.iv-form-shell-head i { color: #858b80; font-style: normal; }

.iv-form-shell .inovarka-form {
  width: 100%;
  padding: clamp(26px, 5vw, 58px);
  border: 0;
  border-radius: 0;
  background: transparent;
}

.inovarka-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.inovarka-form__field {
  display: grid;
  gap: 9px;
}

.inovarka-form__full { grid-column: 1/-1; }
.inovarka-form__label { color: #9ba096; font-size: 12px; }
.inovarka-form input:not([type="checkbox"]):not([type="radio"]),
.inovarka-form select,
.inovarka-form textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--iv-line);
  border-radius: 16px;
  color: var(--iv-white);
  background: rgba(250,249,246,.035);
  outline: none;
}
.inovarka-form select option { color: var(--iv-ink); background: var(--iv-white); }
.inovarka-form__choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.inovarka-form__choices label { cursor: pointer; }
.inovarka-form__choices input { position: absolute; opacity: 0; }
.inovarka-form__choices label span { display: grid; min-height: 54px; place-items: center; padding: 10px; border: 1px solid var(--iv-line); border-radius: 14px; color: #a3a89e; text-align: center; line-height: 1.3; }
.inovarka-form__choices input:checked + span { color: var(--iv-ink); background: var(--iv-sand); }
.inovarka-form__consent { display: grid !important; grid-template-columns: auto 1fr; align-items: start; margin-top: 20px; }
.inovarka-form > button { margin-top: 10px; }

.iv-contact-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--iv-white);
}

.iv-contact-options > * {
  min-height: 370px;
  padding: clamp(28px, 4vw, 60px);
  border-right: 1px solid rgba(31,31,31,.14);
  color: var(--iv-ink);
}

.iv-contact-options > *:last-child { border-right: 0; }
.iv-contact-options span { color: var(--iv-olive); font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; }
.iv-contact-options h2 { margin-top: 100px; font-size: clamp(2.2rem, 4vw, 4.8rem); line-height: .95; letter-spacing: -.055em; }
.iv-contact-options p { margin-top: 18px; color: #5d635a; line-height: 1.6; }
.iv-contact-options b { display: block; margin-top: 28px; color: var(--iv-olive); }
.iv-contact-lines::before, .iv-contact-lines::after { position: absolute; top: 50%; right: 7%; left: 7%; height: 1px; background: var(--iv-line); content: ""; }
.iv-contact-lines::after { transform: rotate(25deg); }
.iv-contact-lines span { position: absolute; width: 16px; height: 16px; border: 4px solid var(--iv-ink); border-radius: 50%; background: var(--iv-sand); }
.iv-contact-lines span:nth-child(1) { top: 24%; left: 17%; }
.iv-contact-lines span:nth-child(2) { top: 48%; left: 48%; }
.iv-contact-lines span:nth-child(3) { right: 12%; bottom: 20%; }
.iv-contact-lines b { position: absolute; top: 50%; right: 5%; color: var(--iv-sand); font-size: 2rem; transform: translateY(-50%); }

.iv-brief-blueprint { background: linear-gradient(rgba(216,207,194,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(216,207,194,.07) 1px, transparent 1px); background-size: 45px 45px; border-radius: 40px; }
.iv-brief-blueprint span { position: absolute; border: 1px solid var(--iv-line); border-radius: 28px; background: rgba(58,70,51,.22); }
.iv-brief-blueprint span:nth-child(1) { inset: 10% 12% 54% 20%; }
.iv-brief-blueprint span:nth-child(2) { inset: 40% 28% 18% 8%; }
.iv-brief-blueprint span:nth-child(3) { inset: 25% 6% 8% 64%; }
.iv-brief-blueprint i { position: absolute; height: 1px; background: var(--iv-sand); transform-origin: left; }
.iv-brief-blueprint i:nth-of-type(1) { top: 39%; left: 45%; width: 28%; transform: rotate(20deg); }
.iv-brief-blueprint i:nth-of-type(2) { top: 57%; left: 40%; width: 28%; transform: rotate(-12deg); }
.iv-brief-blueprint b { position: absolute; top: 18%; right: 19%; color: var(--iv-sand); font-family: var(--font-geist-mono), monospace; }

/* Trial */
.iv-trial-hero {
  display: grid;
  min-height: 890px;
  grid-template-columns: 1fr .7fr;
  align-items: center;
  gap: 80px;
  padding: 155px var(--iv-page) 90px;
  background:
    radial-gradient(circle at 75% 40%, rgba(58,70,51,.46), transparent 32%),
    #111310;
}

.iv-trial-hero > div:first-child > span { color: var(--iv-sand); font-family: var(--font-geist-mono), monospace; font-size: 11px; letter-spacing: .12em; }
.iv-trial-hero > div:first-child > strong { display: block; margin-top: 20px; color: var(--iv-sand); font-size: clamp(10rem, 20vw, 24rem); font-weight: 520; line-height: .7; letter-spacing: -.1em; }
.iv-trial-hero h1 { max-width: 900px; margin-top: 40px; color: var(--iv-white); font-size: clamp(3rem, 5.5vw, 6.3rem); line-height: .94; letter-spacing: -.06em; }
.iv-trial-hero h1 em { color: #818a7b; font-style: normal; }
.iv-trial-hero p { max-width: 720px; margin-top: 26px; color: #b2b6ae; line-height: 1.7; }
.iv-trial-hero > div:first-child > a { display: inline-flex; gap: 30px; margin-top: 32px; padding: 16px 20px; border-radius: 999px; color: var(--iv-ink); background: var(--iv-white); font-weight: 720; }
.iv-trial-clock { position: relative; min-height: 550px; }
.iv-trial-clock > span { position: absolute; top: 50%; left: 50%; width: min(32vw, 480px); aspect-ratio: 1; border: 1px solid var(--iv-line); border-radius: 50%; transform: translate(-50%,-50%); }
.iv-trial-clock > span::before, .iv-trial-clock > span::after { position: absolute; border: 1px solid var(--iv-line); border-radius: 50%; content: ""; }
.iv-trial-clock > span::before { inset: 14%; }
.iv-trial-clock > span::after { inset: 32%; background: rgba(58,70,51,.3); }
.iv-trial-clock i { position: absolute; top: 50%; left: 50%; z-index: 2; width: 2px; height: 26%; background: var(--iv-sand); transform-origin: bottom; }
.iv-trial-clock i:nth-of-type(1) { transform: translate(-50%,-100%) rotate(0deg); }
.iv-trial-clock i:nth-of-type(2) { height: 20%; transform: translate(-50%,-100%) rotate(120deg); }
.iv-trial-clock i:nth-of-type(3) { height: 15%; transform: translate(-50%,-100%) rotate(245deg); }
.iv-trial-clock b { position: absolute; top: 50%; left: 50%; z-index: 3; color: var(--iv-white); font-size: 3rem; transform: translate(-50%,-50%); }
.iv-trial-fit { background: var(--iv-white); }
.iv-trial-fit .iv-section-lead h2 { color: var(--iv-ink); }
.iv-trial-fit .iv-section-lead h2 em { color: #727a6d; }
.iv-trial-fit .iv-section-lead > span { color: var(--iv-olive); }
.iv-trial-fit > div:last-child { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(31,31,31,.14); border-radius: var(--iv-radius); overflow: hidden; }
.iv-trial-fit article { min-height: 340px; padding: 30px; border-right: 1px solid rgba(31,31,31,.14); }
.iv-trial-fit article:last-child { border-right: 0; }
.iv-trial-fit article.is-muted { background: #ebe8e1; }
.iv-trial-fit article > span { color: var(--iv-olive); font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .1em; }
.iv-trial-fit h3 { margin-top: 105px; color: var(--iv-ink); font-size: 2.35rem; line-height: 1; letter-spacing: -.05em; }
.iv-trial-fit p { margin-top: 16px; color: #60665d; line-height: 1.6; }
.iv-trial-flow { background: #151714; }
.iv-trial-flow > ol { border: 1px solid var(--iv-line); border-radius: var(--iv-radius); overflow: hidden; }
.iv-trial-flow li { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 30px; padding: 28px 32px; border-bottom: 1px solid var(--iv-line); }
.iv-trial-flow li:last-child { border-bottom: 0; }
.iv-trial-flow li > span { color: var(--iv-sand); font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.iv-trial-flow h3 { color: var(--iv-white); font-size: 1.7rem; letter-spacing: -.035em; }
.iv-trial-flow p { margin-top: 7px; color: #9fa49b; }
.iv-trial-flow li > i { color: var(--iv-sand); font-style: normal; }

/* About and FAQ */
.iv-about-hero {
  display: grid;
  min-height: 830px;
  grid-template-columns: 1.2fr .6fr;
  align-items: end;
  gap: 70px;
  padding: 170px var(--iv-page) 100px;
  background:
    radial-gradient(circle at 70% 30%, rgba(58,70,51,.4), transparent 30%),
    #121411;
}

.iv-about-hero h1 {
  margin-top: 45px;
  color: var(--iv-white);
  font-size: clamp(4.3rem, 8.5vw, 9.8rem);
  font-weight: 510;
  line-height: .86;
  letter-spacing: -.075em;
}

.iv-about-hero h1 em { display: block; color: #818a7b; font-style: normal; }
.iv-about-hero > p { max-width: 520px; padding-bottom: 25px; color: #b3b7af; font-size: 1.2rem; line-height: 1.75; }
.iv-about-manifesto { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; padding: clamp(90px,12vw,180px) var(--iv-page); background: var(--iv-sand); }
.iv-about-manifesto span, .iv-labs-story > div:first-child > span, .iv-about-location span { color: var(--iv-olive); font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; }
.iv-about-manifesto h2 { margin-top: 28px; color: var(--iv-ink); font-size: clamp(3.5rem,6.5vw,7.2rem); line-height: .92; letter-spacing: -.065em; }
.iv-about-manifesto h2 em { color: #6f7869; font-style: normal; }
.iv-about-manifesto > div:last-child { align-self: end; }
.iv-about-manifesto p { margin-top: 24px; color: #555b52; font-size: 1.08rem; line-height: 1.8; }
.iv-values { background: var(--iv-white); }
.iv-values .iv-section-lead h2 { color: var(--iv-ink); }
.iv-values .iv-section-lead h2 em { color: #727a6d; }
.iv-values .iv-section-lead > span { color: var(--iv-olive); }
.iv-values > div:last-child { grid-template-columns: repeat(4,1fr); }
.iv-values article { min-height: 340px; }
.iv-values h3 { margin-top: 105px; font-size: 2.3rem; }
.iv-labs-story { padding: clamp(90px,12vw,170px) var(--iv-page); background: #151714; }
.iv-labs-story > div:first-child { display: grid; grid-template-columns: 1fr .6fr; gap: 80px; align-items: end; }
.iv-labs-story > div:first-child > span { grid-column: 1/-1; color: var(--iv-sand); }
.iv-labs-story h2 { color: var(--iv-white); font-size: clamp(3.5rem,6vw,7rem); line-height: .92; letter-spacing: -.065em; }
.iv-labs-story h2 em { color: #818a7b; font-style: normal; }
.iv-labs-story > div:first-child > p { color: #aeb3aa; line-height: 1.7; }
.iv-labs-products { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 70px; border: 1px solid var(--iv-line); border-radius: var(--iv-radius); overflow: hidden; }
.iv-labs-products article { min-height: 330px; padding: 30px; border-right: 1px solid var(--iv-line); }
.iv-labs-products article:last-child { border-right: 0; }
.iv-labs-products article > span { color: var(--iv-sand); font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.iv-labs-products h3 { margin-top: 105px; color: var(--iv-white); font-size: 2.3rem; line-height: 1; letter-spacing: -.05em; }
.iv-labs-products p { margin-top: 15px; color: #9fa49b; line-height: 1.55; }
.iv-about-location { display: grid; grid-template-columns: 1fr .7fr; gap: 90px; padding: clamp(90px,12vw,170px) var(--iv-page); background: var(--iv-olive); }
.iv-about-location span { color: var(--iv-sand); }
.iv-about-location h2 { margin-top: 25px; color: var(--iv-white); font-size: clamp(3.5rem,6vw,7rem); line-height: .92; letter-spacing: -.065em; }
.iv-about-location h2 em { color: var(--iv-sand); font-style: normal; }
.iv-about-location > div:last-child { align-self: end; }
.iv-about-location p { color: #e1ddd5; line-height: 1.75; }
.iv-about-location a { display: inline-flex; gap: 30px; margin-top: 28px; padding: 15px 18px; border-radius: 999px; color: var(--iv-ink); background: var(--iv-white); font-weight: 720; }

.iv-faq-hero { min-height: 650px; padding: 180px var(--iv-page) 90px; background: #121411; }
.iv-faq-hero > div { max-width: 1000px; }
.iv-faq-hero h1 { margin-top: 50px; color: var(--iv-white); font-size: clamp(4.2rem,8vw,9rem); line-height: .87; letter-spacing: -.075em; }
.iv-faq-hero h1 em { display: block; color: #818a7b; font-style: normal; }
.iv-faq-hero p { max-width: 620px; margin-top: 30px; color: #afb3ab; font-size: 1.12rem; line-height: 1.7; }
.iv-faq-groups { padding: 80px var(--iv-page) 140px; background: var(--iv-sand); }
.iv-faq-group { display: grid; grid-template-columns: .45fr 1fr; gap: 60px; padding: 70px 0; border-bottom: 1px solid rgba(31,31,31,.15); }
.iv-faq-group:first-child { padding-top: 0; }
.iv-faq-group:last-child { border-bottom: 0; }
.iv-faq-group > div:first-child > span { color: var(--iv-olive); font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; }
.iv-faq-group h2 { margin-top: 20px; color: var(--iv-ink); font-size: 3rem; letter-spacing: -.05em; }
.iv-faq-group details { border-top: 1px solid rgba(31,31,31,.15); }
.iv-faq-group details:last-child { border-bottom: 1px solid rgba(31,31,31,.15); }
.iv-faq-group summary { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 18px; padding: 24px 0; color: var(--iv-ink); cursor: pointer; list-style: none; }
.iv-faq-group summary span { font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.iv-faq-group summary strong { font-size: 1.15rem; }
.iv-faq-group summary i { font-size: 1.5rem; font-style: normal; transition: transform 180ms ease; }
.iv-faq-group details[open] summary i { transform: rotate(45deg); }
.iv-faq-group details > p { max-width: 750px; padding: 0 0 28px 63px; color: #5b6158; line-height: 1.7; }

/* Editorial resource center */
.iv-resource-hero,
.iv-article-hero {
  min-height: 680px;
  padding: 180px var(--iv-page) 90px;
  background:
    radial-gradient(circle at 82% 20%, rgba(58,70,51,.4), transparent 30%),
    #121411;
}

.iv-resource-hero > div,
.iv-article-hero {
  max-width: 1100px;
}

.iv-resource-hero h1,
.iv-article-hero h1 {
  margin-top: 48px;
  color: var(--iv-white);
  font-size: clamp(4rem,8vw,9rem);
  font-weight: 510;
  line-height: .87;
  letter-spacing: -.075em;
}

.iv-resource-hero h1 em {
  display: block;
  color: #818a7b;
  font-style: normal;
}

.iv-resource-hero p,
.iv-article-hero > p {
  max-width: 700px;
  margin-top: 30px;
  color: #b0b4ac;
  font-size: 1.15rem;
  line-height: 1.7;
}

.iv-resource-library {
  padding: 70px var(--iv-page) 140px;
  background: var(--iv-white);
}

.iv-resource-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 45px;
}

.iv-resource-categories a {
  padding: 11px 15px;
  border: 1px solid rgba(31,31,31,.15);
  border-radius: 999px;
  color: #5d635a;
  font-size: 13px;
}

.iv-resource-categories a.is-active {
  color: var(--iv-white);
  background: var(--iv-ink);
}

.iv-resource-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}

.iv-resource-card {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(31,31,31,.13);
  border-radius: 26px;
  color: var(--iv-ink);
  transition: transform 220ms ease, border-color 220ms ease;
}

.iv-resource-card:hover {
  transform: translateY(-6px);
  border-color: rgba(31,31,31,.35);
}

.iv-resource-card > div {
  display: grid;
  height: 280px;
  place-items: center;
  border-radius: 18px;
  overflow: hidden;
  color: var(--iv-sand);
  background:
    radial-gradient(circle at 60% 30%, var(--iv-olive), transparent 45%),
    var(--iv-ink);
}

.iv-resource-card > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iv-resource-card > div span {
  font-size: 5rem;
  font-weight: 650;
  letter-spacing: -.08em;
}

.iv-resource-card small {
  margin-top: 22px;
  color: var(--iv-olive);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .09em;
}

.iv-resource-card h2 {
  margin-top: 18px;
  font-size: clamp(1.9rem,3vw,3rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.iv-resource-card p {
  margin-top: 15px;
  color: #62685f;
  line-height: 1.55;
}

.iv-resource-card b {
  margin-top: auto;
  padding-top: 24px;
  color: var(--iv-olive);
}

.iv-resource-empty {
  grid-column: 1/-1;
  min-height: 450px;
  padding: clamp(35px,6vw,80px);
  border: 1px solid rgba(31,31,31,.13);
  border-radius: var(--iv-radius);
}

.iv-resource-empty > span {
  color: var(--iv-olive);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: .12em;
}

.iv-resource-empty h2 {
  max-width: 900px;
  margin-top: 70px;
  color: var(--iv-ink);
  font-size: clamp(3rem,6vw,6rem);
  line-height: .94;
  letter-spacing: -.06em;
}

.iv-resource-empty h2 em {
  color: #747d6f;
  font-style: normal;
}

.iv-resource-empty p {
  max-width: 600px;
  margin-top: 22px;
  color: #60665d;
  line-height: 1.7;
}

.iv-article-hero {
  max-width: none;
}

.iv-article-hero h1 {
  max-width: 1200px;
}

.iv-article-image {
  padding: 0 var(--iv-page);
  background: #121411;
}

.iv-article-image img {
  width: 100%;
  max-height: 820px;
  border-radius: var(--iv-radius);
  object-fit: cover;
}

.iv-article-content {
  padding: 100px max(var(--iv-page),calc((100vw - 820px)/2));
  color: #c5c8c1;
  background: var(--iv-ink);
  font-size: 1.12rem;
  line-height: 1.85;
}

.iv-article-content h2,
.iv-article-content h3 {
  margin: 2.2em 0 .7em;
  color: var(--iv-white);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.iv-article-content h2 { font-size: 2.8rem; }
.iv-article-content h3 { font-size: 2rem; }
.iv-article-content p,
.iv-article-content ul,
.iv-article-content ol,
.iv-article-content blockquote { margin: 1.2em 0; }
.iv-article-content ul { padding-left: 1.2em; list-style: disc; }
.iv-article-content ol { padding-left: 1.2em; list-style: decimal; }
.iv-article-content a { color: var(--iv-sand); text-decoration: underline; }

@media (max-width: 1180px) {
  .iv-hero,
  .iv-form-hero,
  .iv-contact-hero,
  .iv-about-hero,
  .iv-trial-hero,
  .iv-archive-hero,
  .iv-project-hero {
    grid-template-columns: 1fr;
  }

  .iv-service-visual,
  .iv-radar-visual,
  .iv-runway,
  .iv-lab-visual,
  .iv-trial-clock {
    min-height: 500px;
  }

  .iv-problem-grid,
  .iv-roadmap-phases,
  .iv-trial-fit > div:last-child,
  .iv-values > div:last-child,
  .iv-labs-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .iv-problem-grid article,
  .iv-roadmap-phases article,
  .iv-trial-fit article,
  .iv-values article,
  .iv-labs-products article {
    border-bottom: 1px solid rgba(31,31,31,.13);
  }

  .iv-layer-stack article {
    grid-template-columns: 85px 1fr;
  }

  .iv-layer-stack article ul {
    grid-column: 2;
  }

  .iv-signal-map {
    grid-template-columns: repeat(3, 1fr);
  }

  .iv-lab-nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .iv-resource-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 820px) {
  .iv-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 140px;
  }

  .iv-hero h1 {
    font-size: clamp(3.7rem, 15vw, 6rem);
  }

  .iv-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .iv-service-visual {
    min-height: 430px;
  }

  .iv-market-orbit {
    width: min(78vw, 410px);
  }

  .iv-content-reel article {
    width: 22vw;
    height: 55vw;
  }

  .iv-problem-grid,
  .iv-roadmap-phases,
  .iv-signal-map,
  .iv-project-grid,
  .iv-project-story,
  .iv-outcome-grid,
  .iv-ninety-principles > div:last-child,
  .iv-values > div:last-child,
  .iv-labs-products,
  .iv-after-diagnosis > div:last-child,
  .iv-week,
  .iv-contact-options,
  .iv-trial-fit > div:last-child,
  .iv-lab-principles > div:last-child {
    grid-template-columns: 1fr;
  }

  .iv-problem-grid article,
  .iv-project-story article,
  .iv-outcome-grid article,
  .iv-ninety-principles article,
  .iv-values article,
  .iv-labs-products article,
  .iv-after-diagnosis article,
  .iv-contact-options > *,
  .iv-trial-fit article,
  .iv-lab-principles article {
    border-right: 0;
    border-bottom: 1px solid rgba(31,31,31,.14);
  }

  .iv-layer-stack article {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .iv-layer-stack article ul {
    grid-column: auto;
  }

  .iv-diagnosis-shell,
  .iv-diagnostic-tool-head,
  .iv-final-cta,
  .iv-about-manifesto,
  .iv-about-location,
  .iv-labs-story > div:first-child,
  .iv-form-layout,
  .iv-roadmap-head,
  .iv-calculator,
  .iv-faq-group {
    grid-template-columns: 1fr;
  }

  .iv-diagnosis-tabs {
    border-right: 0;
    border-bottom: 1px solid var(--iv-line);
  }

  .iv-diagnosis-report ol {
    grid-template-columns: 1fr;
  }

  .iv-diagnosis-report li {
    border-right: 0;
    border-bottom: 1px solid var(--iv-line);
  }

  .iv-diagnostic-form fieldset {
    grid-template-columns: 1fr;
  }

  .iv-diagnostic-form fieldset > div {
    min-width: 0;
  }

  .iv-diagnostic-result {
    grid-template-columns: 1fr;
  }

  .iv-roadmap-tabs {
    overflow-x: auto;
  }

  .iv-lab-nav {
    grid-template-columns: 1fr;
  }

  .iv-lab-nav button {
    border-right: 0;
    border-bottom: 1px solid rgba(31,31,31,.14);
  }

  .iv-tool-fields,
  .inovarka-form__grid,
  .inovarka-form__choices,
  .iv-brand-tool > div,
  .iv-scan-grid {
    grid-template-columns: 1fr;
  }

  .iv-inline-tool {
    grid-template-columns: 1fr;
  }

  .iv-form-context {
    position: static;
  }

  .iv-about-hero,
  .iv-form-hero,
  .iv-contact-hero,
  .iv-trial-hero,
  .iv-archive-hero,
  .iv-project-hero {
    min-height: auto;
    padding-top: 145px;
  }

  .iv-trial-hero > div:first-child > strong {
    font-size: 10rem;
  }

  .iv-faq-group {
    gap: 30px;
  }

  .iv-faq-group details > p {
    padding-left: 0;
  }

  .iv-resource-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .iv-section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .iv-section-lead h2,
  .iv-roadmap-head h2,
  .iv-diagnostic-tool-head h2 {
    font-size: 3.2rem;
  }

  .iv-service-visual,
  .iv-radar-visual,
  .iv-runway,
  .iv-lab-visual,
  .iv-trial-clock {
    min-height: 360px;
  }

  .iv-content-reel {
    gap: 7px;
  }

  .iv-content-reel article {
    border-radius: 40px;
  }

  .iv-diagnostic-form fieldset > div {
    grid-template-columns: 1fr;
  }

  .iv-project-card {
    min-height: 520px;
    padding: 25px;
  }

  .iv-project-image {
    margin-right: -25px;
    margin-left: -25px;
  }

  .iv-final-cta h2,
  .iv-about-manifesto h2,
  .iv-about-location h2,
  .iv-labs-story h2 {
    font-size: 3.4rem;
  }

  .iv-form-hero h1,
  .iv-contact-hero h1,
  .iv-about-hero h1,
  .iv-archive-hero h1,
  .iv-project-hero h1,
  .iv-faq-hero h1 {
    font-size: 3.8rem;
  }
}

.lab-open-button {
	align-items: center;
	background: #faf9f6;
	border-radius: 999px;
	color: #1f1f1f;
	display: inline-flex;
	font-family: var(--mono);
	font-size: 11px;
	font-style: normal;
	gap: 22px;
	justify-content: space-between;
	margin-top: 22px;
	padding: 14px 18px;
	text-decoration: none;
}

.lab-open-button:hover {
	background: #d8cfc2;
}
