.home-v2 {
  --v2-ink: #101a2d;
  --v2-paper: #f5f2eb;
  --v2-paper-deep: #ece7dc;
  --v2-white: #fffefa;
  --v2-aqua: #6fc6c5;
  --v2-aqua-dark: #287f83;
  --v2-coral: #e56f51;
  --v2-line: #cfd2cc;
  --v2-muted: #5d6671;
  color: var(--v2-ink);
  background: var(--v2-paper);
}

.home-v2 .site-header {
  background: rgba(245, 242, 235, 0.93);
  border-bottom-color: rgba(16, 26, 45, 0.12);
}

.home-v2 .header-inner {
  min-height: 72px;
}

.home-v2 .wordmark-mark,
.home-v2 h1,
.home-v2 h2,
.home-v2 h3 {
  color: var(--v2-ink);
}

.home-v2 nav a {
  color: #3c4653;
}

.home-v2 nav a:hover,
.home-v2 nav a:focus-visible {
  color: var(--v2-aqua-dark);
}

.home-v2 .nav-cta,
.home-v2 .button-primary {
  color: #ffffff;
  background: var(--v2-ink);
}

.home-v2 nav .nav-cta:hover,
.home-v2 nav .nav-cta:focus-visible,
.home-v2 .button-primary:hover:not(:disabled),
.home-v2 .button-primary:focus-visible {
  color: #ffffff;
  background: #25344d;
}

.home-v2 .button-secondary {
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.36);
  border-color: rgba(16, 26, 45, 0.25);
}

.v2-kicker {
  margin: 0 0 18px;
  color: var(--v2-aqua-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.v2-kicker-light {
  color: var(--v2-aqua);
}

.v2-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 0;
  background:
    radial-gradient(circle at 86% 8%, rgba(111, 198, 197, 0.28), transparent 25%),
    linear-gradient(125deg, #f8f5ef 0%, var(--v2-paper) 58%, #e8ebe6 100%);
}

.v2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 26, 45, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 26, 45, 0.045) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 85%);
}

.v2-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: clamp(52px, 7vw, 100px);
  align-items: center;
  padding-bottom: 92px;
}

.v2-hero-copy h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(52px, 6.4vw, 88px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.07em;
}

.v2-hero-copy h1 span {
  position: relative;
  z-index: 0;
}

.v2-hero-copy h1 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.08em;
  left: 0;
  z-index: -1;
  height: 0.18em;
  background: var(--v2-aqua);
  opacity: 0.52;
}

.v2-english-motto {
  margin: 0 0 32px;
  color: var(--v2-aqua-dark);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: 0.01em;
}

.v2-promise {
  max-width: 720px;
  margin: 0 0 14px;
  color: var(--v2-ink);
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: -0.025em;
}

.v2-specificity {
  max-width: 700px;
  margin: 0 0 30px;
  color: var(--v2-muted);
  font-size: 17px;
  line-height: 1.75;
}

.v2-actions {
  margin-bottom: 18px;
}

.v2-safety {
  max-width: 700px;
  margin: 0;
  color: #6c737c;
  font-size: 13px;
}

.v2-brief {
  position: relative;
  padding: 30px;
  color: rgba(255, 255, 255, 0.76);
  background: var(--v2-ink);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 22px 24px 0 rgba(111, 198, 197, 0.33);
}

.v2-brief::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 26px;
  width: 72px;
  height: 5px;
  background: var(--v2-coral);
}

.v2-brief-topline,
.v2-matrix-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--v2-aqua);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-brief-question {
  padding: 38px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.v2-brief-question small {
  display: block;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-brief-question h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.3;
}

.v2-criteria {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 0;
}

.v2-criteria span {
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight: 700;
}

.v2-brief-output {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.v2-brief-output > div {
  min-width: 0;
  padding: 18px 12px 16px 0;
}

.v2-brief-output > div + div {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.v2-brief-output > div > span {
  color: var(--v2-aqua);
  font-size: 11px;
  font-weight: 800;
}

.v2-brief-output p,
.v2-brief-output strong,
.v2-brief-output small {
  display: block;
}

.v2-brief-output p {
  margin: 7px 0 0;
}

.v2-brief-output strong {
  color: #ffffff;
  font-size: 15px;
}

.v2-brief-output small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.v2-brief-note {
  margin: 20px 0 0;
  font-size: 13px;
}

.v2-hero-rule {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(40px, 1fr) auto minmax(40px, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
  padding: 18px 0;
  color: var(--v2-muted);
  border-top: 1px solid rgba(16, 26, 45, 0.18);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v2-hero-rule i {
  height: 1px;
  background: rgba(16, 26, 45, 0.18);
}

.v2-section {
  padding: 108px 0;
}

.v2-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 56px;
}

.v2-heading-row h2,
.v2-scope-title h2,
.v2-example-copy h2,
.v2-founder-copy h2,
.v2-faq h2,
.v2-contact h2 {
  margin: 0;
  font-size: clamp(34px, 4.3vw, 56px);
  line-height: 1.18;
  letter-spacing: -0.055em;
}

.v2-heading-row > p,
.v2-scope-title > p,
.v2-example-copy > p,
.v2-founder-copy > p,
.v2-contact-copy > p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 17px;
  line-height: 1.8;
}

.v2-signals {
  background: var(--v2-white);
}

.v2-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--v2-ink);
  border-bottom: 1px solid var(--v2-line);
}

.v2-signal-grid article {
  position: relative;
  min-height: 330px;
  padding: 30px 32px 34px 0;
}

.v2-signal-grid article + article {
  padding-left: 32px;
  border-left: 1px solid var(--v2-line);
}

.v2-signal-grid article > span {
  color: var(--v2-coral);
  font-size: 12px;
  font-weight: 850;
}

.v2-signal-grid h3 {
  margin: 58px 0 18px;
  font-size: clamp(23px, 2.3vw, 31px);
  line-height: 1.4;
}

.v2-signal-grid p {
  margin: 0;
  color: var(--v2-muted);
  line-height: 1.75;
}

.v2-diagnostic {
  color: rgba(255, 255, 255, 0.74);
  background: var(--v2-ink);
}

.v2-diagnostic-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 88px;
  align-items: start;
}

.v2-diagnostic h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(38px, 4.4vw, 58px);
}

.v2-diagnostic-intro > p:not(.v2-kicker) {
  margin-bottom: 28px;
  line-height: 1.8;
}

.v2-text-link,
.v2-english a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 750;
  text-decoration-color: var(--v2-aqua);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.v2-diagnostic-body {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  align-items: stretch;
}

.v2-io-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.19);
}

.v2-io-output {
  color: var(--v2-ink);
  background: var(--v2-aqua);
  border-color: var(--v2-aqua);
}

.v2-io-card > p {
  margin-bottom: 24px;
  color: var(--v2-aqua);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v2-io-output > p {
  color: #194b51;
}

.v2-io-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-io-card li {
  position: relative;
  padding-left: 18px;
}

.v2-io-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  opacity: 0.55;
}

.v2-io-arrow {
  display: grid;
  place-items: center;
  color: var(--v2-aqua);
  font-size: 24px;
}

.v2-paths {
  background: var(--v2-paper);
}

.v2-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.v2-path-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  min-height: 280px;
  padding: 28px;
  background: var(--v2-white);
  border: 1px solid rgba(16, 26, 45, 0.15);
}

.v2-path-grid article:nth-child(2) {
  border-top: 5px solid var(--v2-aqua-dark);
}

.v2-path-grid .v2-path-conditional {
  background: transparent;
  border-style: dashed;
}

.v2-path-number {
  color: var(--v2-coral);
  font-size: 12px;
  font-weight: 850;
}

.v2-path-grid article p {
  margin: 0 0 34px;
  color: var(--v2-aqua-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v2-path-grid h3 {
  margin-bottom: 15px;
  font-size: 23px;
}

.v2-path-grid article div > span {
  color: var(--v2-muted);
  line-height: 1.75;
}

.v2-boundary {
  max-width: 920px;
  margin: 24px auto 0;
  color: var(--v2-muted);
  font-size: 13px;
  text-align: center;
}

.v2-heading-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 56px;
}

.v2-heading-stack h2 {
  margin: 0;
  font-size: clamp(34px, 4.3vw, 56px);
  line-height: 1.18;
  letter-spacing: -0.055em;
}

.v2-heading-stack > p {
  max-width: 760px;
  margin: 0;
  color: var(--v2-muted);
  font-size: 17px;
  line-height: 1.8;
}

.v2-scope {
  color: rgba(255, 255, 255, 0.72);
  background: #1a3040;
}

.v2-scope-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 90px;
}

.v2-scope h2 {
  margin-bottom: 24px;
  color: #ffffff;
}

.v2-scope-title > p {
  color: rgba(255, 255, 255, 0.63);
}

.v2-scope-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.v2-scope-map article {
  min-height: 215px;
  padding: 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.v2-scope-map article > span {
  color: var(--v2-aqua);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v2-scope-map h3 {
  margin: 44px 0 10px;
  color: #ffffff;
  font-size: 21px;
}

.v2-scope-map p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.v2-example {
  background: var(--v2-white);
}

.v2-example-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 80px;
  align-items: center;
}

.v2-example-copy h2 {
  margin-bottom: 24px;
}

.v2-example-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.v2-example-copy li {
  position: relative;
  padding-left: 22px;
  color: #3e4954;
}

.v2-example-copy li::before {
  content: "↳";
  position: absolute;
  left: 0;
  color: var(--v2-coral);
}

.v2-matrix {
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid rgba(16, 26, 45, 0.18);
  box-shadow: 18px 18px 0 var(--v2-paper-deep);
}

.v2-matrix-head {
  min-width: 620px;
  padding: 19px 22px;
  color: var(--v2-aqua-dark);
  border-bottom: 1px solid var(--v2-line);
}

.v2-matrix-row {
  display: grid;
  grid-template-columns: minmax(160px, 1.4fr) repeat(3, minmax(100px, 1fr));
  min-width: 620px;
  border-bottom: 1px solid var(--v2-line);
}

.v2-matrix-row > * {
  padding: 14px 18px;
}

.v2-matrix-row > * + * {
  border-left: 1px solid var(--v2-line);
}

.v2-matrix-labels {
  color: var(--v2-muted);
  background: #f0f2ef;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-matrix-row:not(.v2-matrix-labels) {
  color: var(--v2-muted);
  font-size: 14px;
}

.v2-matrix-row strong {
  color: var(--v2-ink);
}

.v2-matrix-recommendation {
  min-width: 620px;
  padding: 22px;
  background: var(--v2-aqua);
}

.v2-matrix-recommendation small,
.v2-matrix-recommendation strong {
  display: block;
}

.v2-matrix-recommendation small {
  margin-bottom: 6px;
  color: #225d62;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-founder {
  background: var(--v2-paper);
}

.v2-founder-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1.12fr);
  gap: 88px;
  align-items: center;
}

.v2-founder-label {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: #ffffff;
  background: var(--v2-ink);
}

.v2-founder-label > span {
  font-size: 72px;
  font-weight: 250;
  letter-spacing: -0.07em;
}

.v2-founder-label p {
  margin: 0;
  color: var(--v2-aqua);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v2-founder-copy h2 {
  margin-bottom: 24px;
}

.v2-founder-note {
  margin-top: 20px !important;
  padding-top: 20px;
  border-top: 1px solid var(--v2-line);
  font-size: 13px !important;
}

.v2-faq {
  background: var(--v2-white);
}

.v2-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 90px;
}

.v2-faq-list {
  border-top: 1px solid var(--v2-ink);
}

.v2-faq-list details {
  border-bottom: 1px solid var(--v2-line);
}

.v2-faq-list summary {
  position: relative;
  padding: 24px 50px 24px 0;
  color: var(--v2-ink);
  cursor: pointer;
  font-size: 19px;
  font-weight: 720;
  list-style: none;
}

.v2-faq-list summary::-webkit-details-marker {
  display: none;
}

.v2-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 0;
  color: var(--v2-aqua-dark);
  font-size: 28px;
  font-weight: 300;
}

.v2-faq-list details[open] summary::after {
  content: "−";
}

.v2-faq-list details p {
  max-width: 760px;
  margin: -5px 0 24px;
  color: var(--v2-muted);
  line-height: 1.8;
}

.v2-english {
  padding: 78px 0;
  color: rgba(255, 255, 255, 0.66);
  background: #1a3040;
}

.v2-english-grid {
  display: grid;
  grid-template-columns: 0.36fr 1.14fr;
  gap: 70px;
}

.v2-english-grid > p {
  color: var(--v2-aqua);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v2-english h2 {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 52px);
}

.v2-english a {
  margin-top: 10px;
}

.v2-contact {
  background:
    linear-gradient(90deg, rgba(111, 198, 197, 0.12) 1px, transparent 1px),
    var(--v2-paper);
  background-size: 80px 100%;
}

.v2-contact-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 80px;
}

.v2-contact h2 {
  margin-bottom: 24px;
}

.v2-email {
  margin-top: 34px;
  padding: 20px 0;
  border-top: 1px solid var(--v2-ink);
  border-bottom: 1px solid var(--v2-line);
}

.v2-email span,
.v2-email a {
  display: block;
}

.v2-email span {
  margin-bottom: 6px;
  color: var(--v2-aqua-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-email a {
  color: var(--v2-ink);
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 760;
  text-decoration-color: var(--v2-aqua);
  text-underline-offset: 5px;
}

.v2-contact-warning {
  margin-top: 14px !important;
  color: #6c737c !important;
  font-size: 13px !important;
}

.v2-contact-form {
  padding: 32px;
  background: rgba(255, 254, 250, 0.94);
  border: 1px solid rgba(16, 26, 45, 0.16);
  border-radius: 0;
  box-shadow: 14px 14px 0 var(--v2-paper-deep);
}

.v2-contact-form [hidden] {
  display: none !important;
}

.v2-form-status {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 18px;
  color: var(--v2-muted);
  border-bottom: 1px solid var(--v2-line);
  font-size: 12px;
  font-weight: 750;
}

.v2-form-status span {
  width: 8px;
  height: 8px;
  background: #d3a24c;
  border-radius: 50%;
}

.v2-form-status.is-ready span {
  background: #2c8b71;
}

.v2-form-expectation {
  margin-bottom: 22px;
  padding: 15px 16px;
  color: var(--v2-ink);
  background: var(--v2-paper-deep);
  border-left: 3px solid var(--v2-aqua-dark);
  line-height: 1.65;
}

.v2-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.v2-copy-fallback {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--v2-line);
}

.v2-copy-fallback .button {
  margin-top: 0;
}

.v2-contact-form[data-submitted="true"] .v2-form-status span {
  background: #2c8b71;
}

.v2-email-only h3 {
  margin: 10px 0 16px;
  color: var(--v2-ink);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
}

.v2-email-only > p:not(.v2-kicker) {
  color: var(--v2-muted);
  line-height: 1.75;
}

.v2-email-only .button {
  margin: 22px 0;
  text-transform: none;
}

.v2-email-only .form-note {
  margin-bottom: 0;
  font-size: 13px;
}

.home-v2 .site-footer {
  background: #0b1525;
}

@media (max-width: 1040px) {
  .v2-hero-grid,
  .v2-diagnostic-grid,
  .v2-scope-grid,
  .v2-example-grid,
  .v2-founder-grid,
  .v2-faq-grid,
  .v2-contact-grid {
    grid-template-columns: 1fr;
  }

  .v2-brief {
    max-width: 720px;
  }

  .v2-heading-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v2-diagnostic-grid,
  .v2-scope-grid,
  .v2-example-grid,
  .v2-founder-grid,
  .v2-faq-grid,
  .v2-contact-grid {
    gap: 52px;
  }

  .v2-founder-label {
    min-height: 220px;
  }
}

@media (max-width: 820px) {
  .v2-signal-grid,
  .v2-path-grid {
    grid-template-columns: 1fr;
  }

  .v2-signal-grid article {
    min-height: auto;
    padding: 28px 0;
  }

  .v2-signal-grid article + article {
    padding-left: 0;
    border-top: 1px solid var(--v2-line);
    border-left: 0;
  }

  .v2-signal-grid h3 {
    margin-top: 28px;
  }

  .v2-path-grid article {
    min-height: auto;
  }

  .v2-english-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .home-v2 .header-inner {
    min-height: 64px;
  }

  .v2-hero {
    padding-top: 66px;
  }

  .v2-hero-grid {
    gap: 48px;
    padding-bottom: 68px;
  }

  .v2-hero-copy h1 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .v2-promise {
    font-size: 19px;
  }

  .v2-brief {
    padding: 24px;
    box-shadow: 10px 12px 0 rgba(111, 198, 197, 0.33);
  }

  .v2-brief-output {
    grid-template-columns: 1fr;
  }

  .v2-brief-output > div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .v2-hero-rule {
    width: min(calc(100% - 32px), 1200px);
    gap: 9px;
    font-size: 9px;
  }

  .v2-section {
    padding: 76px 0;
  }

  .v2-heading-row,
  .v2-heading-stack {
    margin-bottom: 38px;
  }

  .v2-heading-row h2,
  .v2-heading-stack h2,
  .v2-scope-title h2,
  .v2-example-copy h2,
  .v2-founder-copy h2,
  .v2-faq h2,
  .v2-contact h2 {
    font-size: 34px;
  }

  .v2-diagnostic-body {
    grid-template-columns: 1fr;
  }

  .v2-io-arrow {
    min-height: 48px;
    transform: rotate(90deg);
  }

  .v2-scope-map {
    grid-template-columns: 1fr;
  }

  .v2-scope-map article {
    min-height: 190px;
  }

  .v2-founder-label {
    min-height: 190px;
  }

  .v2-contact-form {
    padding: 22px;
    box-shadow: 8px 8px 0 var(--v2-paper-deep);
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2-faq-list details,
  .v2-faq-list summary {
    scroll-behavior: auto;
  }
}
