/* Homepage refinements from the 2026-08-20 visual review. */

/* Restore the six case-study images after the global white-surface reset. */
.home-v2 .case-fill-1 {
  background-image: url("../images/cases/construction-building-home.avif") !important;
}

.home-v2 .case-fill-2 {
  background-image: url("../images/cases/blue-collar-dispatch-home.avif") !important;
}

.home-v2 .case-fill-3 {
  background-image: url("../images/cases/private-commerce-office-analytics.avif") !important;
}

.home-v2 .case-fill-4 {
  background-image: url("../images/cases/odm-port-home.avif") !important;
}

.home-v2 .case-fill-5 {
  background-image: url("../images/cases/overseas-stadium-home.avif") !important;
}

.home-v2 .case-fill-6 {
  background-image: url("../images/cases/renewable-logistics-home.avif") !important;
}

.home-v2 .home-case-panel .case-fill {
  background-position: center !important;
  background-size: cover !important;
}

.home-v2 .home-case-panel .case-overlay h2,
.home-v2 .home-case-panel .case-overlay .case-kicker {
  color: #ffffff !important;
}

.home-v2 .home-case-panel .case-overlay .case-kicker {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

/* Let the script animate horizontally while preserving enough vertical room for glyphs. */
.home-v2 .methodology-showcase > .wrap > .section-title,
.home-v2 .delivery-comparison .delivery-head > .section-title {
  line-height: 1.18 !important;
  overflow: visible !important;
}

.home-v2 .home-case-shortcuts button {
  flex: 0 0 100.667px !important;
  width: 100.667px !important;
  height: 37.3333px !important;
  padding: 0 !important;
  font-size: 14px !important;
}

/* Use only the reference card's light-gray color and clipped upper corner. */
body.home-v2 main #home ~ .delivery-comparison .compare-scroller > .compare-card {
  background-color: #f1f2f3 !important;
  background-image: none !important;
  clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 52px, 100% 100%, 0 100%) !important;
}

body.home-v2 main #home ~ .delivery-comparison .compare-card .compare-traditional h3 {
  color: #111111 !important;
}

/* Contain intentionally off-canvas carousel slides without changing carousel behavior. */
.home-v2 main {
  overflow-x: clip;
}

.home-v2 .methodology-row.product-row.private-operations-row .method-visual {
  overflow: hidden;
}

.home-v2 .methodology-row.product-row.private-operations-row .method-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.home-v2 .ontology-product-visual {
  overflow: hidden;
  background: #ffffff;
}

.home-v2 .ontology-product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

/* Restore the original rules that frame the three product showcase rows. */
.home-v2 .methodology-showcase .methodology-rows {
  border-top: 1px solid rgb(241, 242, 243) !important;
}

body.home-v2 main .methodology-showcase .methodology-rows > .methodology-row.product-row:not(.dark):not(.is-dark):not(.tone-dark) {
  border: 0 !important;
  border-bottom: 1px solid rgb(241, 242, 243) !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background-color: #ffffff !important;
  background-image: none !important;
  clip-path: inset(0 -100vmax);
}

body.home-v2 main .methodology-showcase .methodology-rows > .methodology-row.product-row:not(.dark):not(.is-dark):not(.tone-dark):hover {
  background-color: rgb(241, 242, 243) !important;
  box-shadow: 0 0 0 100vmax rgb(241, 242, 243) !important;
  transform: none;
}

/* Keep the homepage closing prompt close to the comparison section. */
.home-v2 .delivery-comparison + .cta {
  margin-top: 0 !important;
}

.home-v2 .cta {
  width: min(1670px, 100%);
  height: 515.625px;
  margin-inline: auto;
  min-height: 0 !important;
  padding: 111.02px !important;
  border: 0 !important;
}

.home-v2 .cta .cta-growth-title {
  display: flex;
  flex-direction: column;
  gap: 0.02em;
  width: 100%;
  margin: 0 !important;
  font-size: clamp(2.25rem, 3.45vw, 58.926px) !important;
  font-weight: 300 !important;
  letter-spacing: -0.045em !important;
  line-height: 0.94 !important;
}

.home-v2 .cta .cta-growth-title > span {
  display: block;
  white-space: nowrap;
}

.home-v2 .cta .cta-note {
  max-width: 42rem;
  margin: clamp(2rem, 3.4vw, 3rem) auto 2.25rem;
  color: rgb(111, 114, 120) !important;
  font-size: 17.6px !important;
  font-weight: 400 !important;
  line-height: 1.75;
  text-wrap: pretty;
}

/* Give the two industry groups and company group equal footer columns. */
@media (min-width: 901px) {
  .home-v2 .footer .footer-grid.footer-industries {
    grid-template-columns: minmax(300px, 1.65fr) repeat(3, minmax(0, 1fr)) !important;
    column-gap: clamp(48px, 6vw, 112px) !important;
  }
}

.home-v2 .footer .footer-grid.footer-industries > div:last-child {
  justify-self: start !important;
  width: auto !important;
}

/* FDE value loop: one idea per card, with no legacy-vs-FDE comparison. */
.home-v2 .fde-benefits {
  overflow: hidden;
}

.home-v2 .fde-benefits .delivery-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  justify-items: start;
}

.home-v2 .fde-benefits .delivery-head .muted {
  width: 100%;
  max-width: 70rem;
  margin: clamp(1rem, 1.6vw, 1.5rem) 0 0;
  text-align: left;
}

.home-v2 .fde-benefit-marquee {
  width: 100%;
  overflow: hidden;
  padding-block: 2px 22px;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.home-v2 .fde-benefit-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.home-v2 .fde-benefit-group {
  display: flex;
  flex: none;
  gap: 20px;
  padding-right: 20px;
}

.home-v2 .fde-benefit-track.is-running {
  animation: fde-benefit-loop 54s linear infinite;
  animation-delay: var(--fde-benefit-delay, 0s);
}

.home-v2 .fde-benefit-marquee:is(:hover, :focus-within) .fde-benefit-track,
.home-v2 .fde-benefit-marquee.is-paused .fde-benefit-track {
  animation-play-state: paused;
}

.home-v2 .fde-benefit-marquee.is-out-of-view .fde-benefit-track {
  animation-play-state: paused;
}

.home-v2 .fde-benefit-marquee.is-dragging {
  user-select: none;
}

.home-v2 .fde-benefit-marquee.is-dragging .fde-benefit-track {
  animation: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .home-v2 .fde-benefit-marquee {
    cursor: grab;
  }

  .home-v2 .fde-benefit-marquee.is-dragging {
    cursor: grabbing;
  }
}

.home-v2 .fde-benefit-card {
  position: relative;
  flex: 0 0 clamp(286px, 22vw, 344px);
  min-width: 0;
  min-height: 384px;
  padding: 0;
  color: var(--ink);
  background: #f1f2f3;
  border: 1px solid var(--line);
  overflow: hidden;
  outline: none;
  clip-path: polygon(0 0, calc(100% - 46px) 0, 100% 46px, 100% 100%, 0 100%);
}

.home-v2 .fde-benefit-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border-left: 1px solid var(--line);
  transform: rotate(-45deg) translate(-16px, -17px);
  transform-origin: center;
}

.home-v2 .fde-benefit-summary,
.home-v2 .fde-benefit-detail {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 34px 32px 30px;
  transition: transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-v2 .fde-benefit-summary {
  transform: translateY(0);
}

.home-v2 .fde-benefit-detail {
  color: inherit;
  background: inherit;
  transform: translateY(100%);
}

.home-v2 .fde-benefit-card:is(:hover, :focus) .fde-benefit-summary {
  transform: translateY(-100%);
}

.home-v2 .fde-benefit-card:is(:hover, :focus) .fde-benefit-detail {
  transform: translateY(0);
}

.home-v2 .fde-benefit-card:focus-visible {
  box-shadow: inset 0 0 0 2px var(--blue);
}

.home-v2 .fde-benefit-summary > span,
.home-v2 .fde-benefit-detail > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.home-v2 .fde-benefit-summary h3 {
  max-width: none;
  margin: 52px 0 16px;
  font-size: clamp(26px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.12;
  text-wrap: balance;
}

.home-v2 .fde-benefit-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.home-v2 .fde-benefit-detail p {
  margin: 46px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.home-v2 .fde-benefit-summary strong,
.home-v2 .fde-benefit-detail strong {
  margin-top: auto;
  padding-top: 26px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media (min-width: 1450px) {
  .home-v2 .fde-benefit-group .fde-benefit-card:last-child .fde-benefit-summary h3 {
    font-size: 23px;
    white-space: nowrap;
  }
}

@keyframes fde-benefit-loop {
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .home-v2 .fde-benefits .delivery-head {
    grid-template-columns: 1fr;
  }

  .home-v2 .fde-benefits .delivery-head .section-title {
    white-space: normal !important;
  }

  .home-v2 .fde-benefits .delivery-head .muted {
    max-width: 34em;
    margin: 1rem 0 0;
  }

  .home-v2 .fde-benefit-marquee {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    mask-image: none;
  }

  .home-v2 .fde-benefit-marquee::-webkit-scrollbar {
    display: none;
  }

  .home-v2 .fde-benefit-track.is-running {
    animation-duration: 62s;
  }

  .home-v2 .fde-benefit-card {
    flex-basis: min(82vw, 332px);
    min-height: 360px;
    scroll-snap-align: start;
    clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 36px, 100% 100%, 0 100%);
  }

  .home-v2 .fde-benefit-summary,
  .home-v2 .fde-benefit-detail {
    padding: 30px 28px 26px;
  }

  .home-v2 .fde-benefit-summary h3 {
    margin-top: 42px;
  }

  .home-v2 .fde-benefit-detail p {
    margin-top: 38px;
    font-size: 15px;
  }
}

/* Scroll-led comparison: reading motion is the control; no bespoke widget to learn. */
.home-v2 .ai-path-story {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.8fr);
  gap: clamp(56px, 7vw, 120px);
  margin-top: clamp(64px, 7vw, 112px);
  border-top: 1px solid var(--ink);
}

.home-v2 .ai-path-story-steps,
.home-v2 .ai-path-story-sticky,
.home-v2 .ai-path-story-side {
  min-width: 0;
}

.home-v2 .ai-path-story-step {
  display: flex;
  min-height: max(460px, 64vh);
  flex-direction: column;
  justify-content: center;
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
  opacity: .24;
  transition: opacity 240ms ease-out;
}

.home-v2 .ai-path-story-step.is-active {
  opacity: 1;
}

.home-v2 .ai-path-story-step > span {
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.home-v2 .ai-path-story-step > h3 {
  margin: 26px 0 0;
  font-size: clamp(32px, 3.1vw, 48px);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -.04em;
}

.home-v2 .ai-path-story-step > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.home-v2 .ai-path-story-step-detail {
  display: none;
}

.home-v2 .ai-path-story-sticky {
  position: sticky;
  top: 88px;
  align-self: start;
  height: calc(100vh - 112px);
  min-height: 590px;
  max-height: 760px;
}

.home-v2 .ai-path-story-status {
  display: flex;
  align-items: baseline;
  gap: 18px;
  height: 78px;
  border-bottom: 1px solid var(--line);
}

.home-v2 .ai-path-story-status span,
.home-v2 .ai-path-story-status em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  letter-spacing: .06em;
}

.home-v2 .ai-path-story-status strong {
  font-size: 20px;
  font-weight: 500;
}

.home-v2 .ai-path-story-status em {
  margin-left: auto;
  white-space: nowrap;
}

.home-v2 .ai-path-story-graphic {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  height: calc(100% - 78px);
  border-bottom: 1px solid var(--line);
  transition: opacity 180ms ease-out, transform 220ms ease-out;
}

.home-v2 .ai-path-story-graphic.is-changing {
  opacity: .2;
  transform: translateY(6px);
}

.home-v2 .ai-path-story-side {
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 3vw, 48px) clamp(24px, 2.7vw, 42px);
}

.home-v2 .ai-path-story-side > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
}

.home-v2 .ai-path-story-side h3 {
  max-width: 15ch;
  margin: clamp(54px, 9vh, 94px) 0 0;
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: -.038em;
  text-wrap: balance;
}

.home-v2 .ai-path-story-side.is-fde h3 {
  font-weight: 500;
}

.home-v2 .ai-path-story-side p {
  max-width: 36em;
  margin: auto 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.home-v2 .ai-path-story-axis {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  padding: clamp(34px, 3vw, 48px) 0;
  color: var(--muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.home-v2 .ai-path-story-axis i {
  display: block;
  width: 1px;
  flex: 1;
  background: var(--line);
}

@media (max-width: 760px) {
  .home-v2 .ai-path-story {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 56px;
  }

  .home-v2 .ai-path-story-sticky {
    display: none;
  }

  .home-v2 .ai-path-story-step,
  .home-v2 .ai-path-story-step.is-active {
    min-height: 0;
    padding: 48px 0 52px;
    opacity: 1;
  }

  .home-v2 .ai-path-story-step > h3 {
    margin-top: 18px;
    font-size: 36px;
  }

  .home-v2 .ai-path-story-step-detail {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 32px;
    border-top: 1px solid var(--line);
  }

  .home-v2 .ai-path-story-step-detail section {
    padding: 28px 0 0;
  }

  .home-v2 .ai-path-story-step-detail section + section {
    margin-top: 28px;
    border-top: 1px solid var(--line);
  }

  .home-v2 .ai-path-story-step-detail small {
    color: var(--muted);
    font-size: 11px;
    letter-spacing: .05em;
  }

  .home-v2 .ai-path-story-step-detail h4 {
    margin: 16px 0 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -.025em;
  }

  .home-v2 .ai-path-story-step-detail .is-fde h4 {
    font-weight: 500;
  }

  .home-v2 .ai-path-story-step-detail p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 .ai-path-story-step,
  .home-v2 .ai-path-story-graphic {
    transition: none;
  }
}

/* Four quiet comparison columns, matched to the supplied editorial reference. */
.home-v2 .ai-path-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(64px, 7vw, 112px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-v2 .ai-path-column {
  min-width: 0;
}

.home-v2 .ai-path-column + .ai-path-column {
  border-left: 1px solid var(--line);
}

.home-v2 .ai-path-column header,
.home-v2 .ai-path-column section {
  padding: 30px clamp(22px, 2.2vw, 38px);
}

.home-v2 .ai-path-column header {
  min-height: 154px;
  border-bottom: 1px solid var(--line);
}

.home-v2 .ai-path-column header span,
.home-v2 .ai-path-column small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .06em;
}

.home-v2 .ai-path-column header h3 {
  margin: 18px 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.home-v2 .ai-path-column header p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.home-v2 .ai-path-column section {
  display: flex;
  min-height: 242px;
  flex-direction: column;
}

.home-v2 .ai-path-column section + section {
  border-top: 1px solid var(--line);
}

.home-v2 .ai-path-column section h4 {
  max-width: 18ch;
  margin: 28px 0 0;
  font-size: clamp(20px, 1.55vw, 25px);
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.home-v2 .ai-path-column section.is-fde h4 {
  font-weight: 500;
}

.home-v2 .ai-path-column section p {
  margin: auto 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .home-v2 .ai-path-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2 .ai-path-column:nth-child(3) {
    border-left: 0;
  }

  .home-v2 .ai-path-column:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .home-v2 .ai-path-compare {
    scroll-margin-top: 64px;
  }

  .home-v2 .ai-path-columns {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .home-v2 .ai-path-column + .ai-path-column {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .home-v2 .ai-path-column header,
  .home-v2 .ai-path-column section {
    padding-inline: 0;
  }

  .home-v2 .ai-path-column header {
    min-height: 0;
    padding-block: 28px;
  }

  .home-v2 .ai-path-column section {
    min-height: 0;
    padding-block: 30px 34px;
  }

  .home-v2 .ai-path-column section h4 {
    margin-top: 20px;
    font-size: 24px;
  }

  .home-v2 .ai-path-column small {
    color: var(--muted) !important;
  }

  .home-v2 .ai-path-column section p {
    margin-top: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 .fde-benefit-track.is-running {
    animation: none;
  }

  .home-v2 .fde-benefit-marquee {
    overflow-x: auto;
    mask-image: none;
  }

  .home-v2 .fde-benefit-summary,
  .home-v2 .fde-benefit-detail {
    transition: none;
  }
}

/* 2026-08-24: static Ontology value cards and AI delivery-path comparison. */
body.home-v2 {
  overflow-x: clip;
}

.home-v2 .fde-benefits {
  overflow: visible;
}

.home-v2 .fde-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
  width: 100%;
}

.home-v2 .fde-benefit-grid .fde-benefit-card {
  width: auto;
  min-height: 400px;
  background: var(--paper, #f1f2f3);
}

.home-v2 .fde-benefit-grid .fde-benefit-summary,
.home-v2 .fde-benefit-grid .fde-benefit-detail {
  padding: clamp(26px, 2.2vw, 34px) clamp(22px, 2vw, 32px) 28px;
}

.home-v2 .fde-benefit-grid .fde-benefit-summary h3,
.home-v2 .fde-benefit-grid .fde-benefit-detail h3 {
  max-width: 13ch;
  margin: clamp(34px, 3.5vw, 52px) 0 0;
  font-size: clamp(23px, 1.75vw, 29px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.home-v2 .fde-benefit-answer {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.home-v2 .fde-benefit-answer small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .1em;
}

.home-v2 .fde-benefit-answer p {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.home-v2 .fde-benefit-grid .fde-benefit-summary > strong {
  margin-top: 20px;
  padding-top: 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
}

.home-v2 .fde-benefit-grid .fde-benefit-detail h3 {
  margin-top: 34px;
}

.home-v2 .fde-benefit-grid .fde-benefit-detail p {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.72;
}

.home-v2 .fde-benefit-grid .fde-benefit-card:is(:hover, :focus, :focus-within) {
  border-color: var(--blue);
}

.home-v2 .ai-path-compare {
  --line: rgb(229, 231, 235);
  padding: 72px 0 clamp(6rem, 10vw, 10rem) !important;
  border-top: 1px solid var(--line) !important;
  background: var(--surface, #fff);
}

.home-v2 .ai-path-head {
  display: block;
  width: 100%;
  text-align: left;
}

.home-v2 .ai-path-head .section-title {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 4vw, 64px) !important;
  font-weight: 200 !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  text-align: left !important;
  text-wrap: balance;
  white-space: nowrap;
}

.home-v2 .ai-path-head .muted {
  max-width: none;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.home-v2 .ai-path-matrix {
  margin-top: clamp(64px, 6vw, 96px);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.home-v2 .ai-path-matrix-head {
  display: grid;
  grid-template-columns: 72px minmax(200px, .8fr) minmax(0, 1.25fr) minmax(0, 1.25fr) 28px;
  align-items: center;
  min-height: 56px;
  padding: 0 8px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
}

.home-v2 .ai-path-matrix-head span:first-child {
  grid-column: 1 / 3;
}

.home-v2 .ai-path-row {
  border-bottom: 1px solid var(--line);
}

.home-v2 .ai-path-row:last-child {
  border-bottom: 0;
}

.home-v2 .ai-path-row > summary {
  display: grid;
  grid-template-columns: 72px minmax(200px, .8fr) minmax(0, 1.25fr) minmax(0, 1.25fr) 28px;
  align-items: center;
  min-height: 112px;
  padding: 0 8px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  transition: background-color .18s ease;
}

.home-v2 .ai-path-row > summary::-webkit-details-marker {
  display: none;
}

.home-v2 .ai-path-row > summary:is(:hover, :focus-visible) {
  background: color-mix(in srgb, var(--paper, #f1f2f3) 60%, transparent);
  outline: none;
}

.home-v2 .ai-path-index {
  align-self: start;
  padding-top: 34px;
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.home-v2 .ai-path-dimension {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding-right: 28px;
}

.home-v2 .ai-path-dimension b {
  font-size: 18px;
  font-weight: 500;
}

.home-v2 .ai-path-dimension small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.home-v2 .ai-path-row > summary > strong {
  min-width: 0;
  padding: 8px 32px;
  border-left: 1px solid var(--line);
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.home-v2 .ai-path-row > summary > strong:nth-of-type(2) {
  color: var(--ink);
  font-weight: 500;
}

.home-v2 .ai-path-row > summary > i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  justify-self: end;
}

.home-v2 .ai-path-row > summary > i::before,
.home-v2 .ai-path-row > summary > i::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: transform .18s ease;
}

.home-v2 .ai-path-row > summary > i::after {
  transform: rotate(90deg);
}

.home-v2 .ai-path-row[open] > summary > i::after {
  transform: rotate(0deg);
}

.home-v2 .ai-path-row[open] > summary {
  background: color-mix(in srgb, var(--paper, #f1f2f3) 74%, transparent);
}

.home-v2 .ai-path-row-detail {
  display: grid;
  grid-template-columns: 72px minmax(200px, .8fr) minmax(0, 1.25fr) minmax(0, 1.25fr) 28px;
  padding: 0 8px 32px;
  background: color-mix(in srgb, var(--paper, #f1f2f3) 74%, transparent);
}

.home-v2 .ai-path-row-detail p {
  min-width: 0;
  margin: 0;
  padding: 24px 32px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.home-v2 .ai-path-row-detail p:first-child {
  grid-column: 3;
  border-left: 1px solid var(--line);
}

.home-v2 .ai-path-row-detail p:last-child {
  grid-column: 4;
  border-left: 1px solid var(--line);
}

.home-v2 .ai-path-row-detail p span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .home-v2 .fde-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2 .ai-path-matrix-head,
  .home-v2 .ai-path-row > summary,
  .home-v2 .ai-path-row-detail {
    grid-template-columns: 56px minmax(160px, .72fr) minmax(0, 1fr) minmax(0, 1fr) 24px;
  }

  .home-v2 .ai-path-row > summary > strong,
  .home-v2 .ai-path-row-detail p {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 700px) {
  .home-v2 .ai-path-compare {
    padding-top: 48px !important;
  }

  .home-v2 .ai-path-head .section-title {
    font-size: clamp(36px, 10.5vw, 48px) !important;
    text-wrap: balance;
    white-space: normal;
  }

  .home-v2 .ai-path-head .muted {
    margin-top: 24px;
    font-size: 16px;
  }

  .home-v2 .fde-benefit-grid {
    grid-template-columns: 1fr;
  }

  .home-v2 .fde-benefit-grid .fde-benefit-card {
    min-height: 360px;
  }

  .home-v2 .ai-path-matrix {
    margin-top: 56px;
  }

  .home-v2 .ai-path-matrix-head {
    display: none;
  }

  .home-v2 .ai-path-row > summary {
    grid-template-columns: 40px minmax(0, 1fr) 28px;
    gap: 18px 0;
    min-height: 0;
    padding: 24px 0;
  }

  .home-v2 .ai-path-index {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    padding-top: 3px;
  }

  .home-v2 .ai-path-dimension {
    grid-column: 2;
    grid-row: 1;
    padding-right: 8px;
  }

  .home-v2 .ai-path-row > summary > strong {
    grid-column: 2 / 4;
    padding: 16px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
    font-size: 18px;
  }

  .home-v2 .ai-path-row > summary > strong::before {
    display: block;
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .04em;
  }

  .home-v2 .ai-path-row > summary > strong:nth-of-type(1) {
    grid-row: 2;
  }

  .home-v2 .ai-path-row > summary > strong:nth-of-type(1)::before {
    content: "传统 AI 实践";
  }

  .home-v2 .ai-path-row > summary > strong:nth-of-type(2) {
    grid-row: 3;
  }

  .home-v2 .ai-path-row > summary > strong:nth-of-type(2)::before {
    content: "FDE";
  }

  .home-v2 .ai-path-row > summary > i {
    grid-column: 3;
    grid-row: 1;
  }

  .home-v2 .ai-path-row-detail {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0;
    padding: 0 0 28px;
  }

  .home-v2 .ai-path-row-detail p,
  .home-v2 .ai-path-row-detail p:first-child,
  .home-v2 .ai-path-row-detail p:last-child {
    grid-column: 2;
    padding: 20px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 .ai-path-row > summary,
  .home-v2 .ai-path-row > summary > i::before,
  .home-v2 .ai-path-row > summary > i::after {
    transition: none;
  }
}

/* Editorial comparison files: one dimension expands while the remaining dossiers stay visible. */
.home-v2 .ai-path-files {
  display: flex;
  min-width: 0;
  height: 540px;
  margin-top: clamp(64px, 6vw, 96px);
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.home-v2 .ai-path-file {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  border-right: 1px solid var(--line);
  background: var(--surface, #fff);
  transition: flex-grow .28s ease, background-color .2s ease;
}

.home-v2 .ai-path-file:last-child {
  border-right: 0;
}

.home-v2 .ai-path-file.is-active {
  flex-grow: 2.5;
  background: color-mix(in srgb, var(--paper, #f1f2f3) 68%, var(--surface, #fff));
}

.home-v2 .ai-path-file-toggle {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 8px 14px;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 34px 30px;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.home-v2 .ai-path-file-toggle:is(:hover, :focus-visible) {
  background: color-mix(in srgb, var(--paper, #f1f2f3) 52%, transparent);
  outline: none;
}

.home-v2 .ai-path-file-toggle > span {
  grid-column: 1;
  grid-row: 1 / 3;
  padding-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.home-v2 .ai-path-file-toggle > b {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 500;
  line-height: 1.25;
}

.home-v2 .ai-path-file-toggle > small {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.home-v2 .ai-path-file-toggle > i {
  grid-column: 3;
  grid-row: 1;
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
  letter-spacing: .04em;
}

.home-v2 .ai-path-file.is-active .ai-path-file-toggle {
  height: 150px;
  min-height: 150px;
  border-bottom: 1px solid var(--line);
}

.home-v2 .ai-path-file:not(.is-active) .ai-path-file-toggle {
  align-content: start;
}

.home-v2 .ai-path-file-body {
  display: none;
  min-width: 0;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-v2 .ai-path-file.is-active .ai-path-file-body {
  display: grid;
}

.home-v2 .ai-path-file-side {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 34px 30px 38px;
}

.home-v2 .ai-path-file-side + .ai-path-file-side {
  border-left: 1px solid var(--line);
}

.home-v2 .ai-path-file-side > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
}

.home-v2 .ai-path-file-side h3 {
  margin: 38px 0 0;
  font-size: clamp(22px, 1.85vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.home-v2 .ai-path-file-side p {
  margin: auto 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.home-v2 .ai-path-file-side.is-fde h3 {
  font-weight: 500;
}

@media (max-width: 900px) {
  .home-v2 .ai-path-files {
    display: grid;
    height: auto;
  }

  .home-v2 .ai-path-file,
  .home-v2 .ai-path-file.is-active {
    display: block;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-v2 .ai-path-file:last-child {
    border-bottom: 0;
  }

  .home-v2 .ai-path-file-toggle,
  .home-v2 .ai-path-file.is-active .ai-path-file-toggle {
    height: auto;
    min-height: 108px;
    padding: 26px 8px;
  }

  .home-v2 .ai-path-file.is-active .ai-path-file-body {
    min-height: 330px;
  }
}

@media (max-width: 600px) {
  .home-v2 .ai-path-file-toggle,
  .home-v2 .ai-path-file.is-active .ai-path-file-toggle {
    grid-template-columns: 36px minmax(0, 1fr) 34px;
    padding: 24px 0;
  }

  .home-v2 .ai-path-file.is-active .ai-path-file-body {
    grid-template-columns: 1fr;
  }

  .home-v2 .ai-path-file-side {
    min-height: 250px;
    padding: 28px 36px;
  }

  .home-v2 .ai-path-file-side + .ai-path-file-side {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .home-v2 .ai-path-file-side h3 {
    margin-top: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 .ai-path-file {
    transition: none;
  }
}

/* Full comparison ledger: every dimension stays visible; hover and focus only guide scanning. */
.home-v2 .ai-path-ledger {
  margin-top: clamp(64px, 6vw, 96px);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.home-v2 .ai-path-ledger-head,
.home-v2 .ai-path-ledger-row {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1fr) 64px minmax(0, 1fr);
}

.home-v2 .ai-path-ledger-head {
  min-height: 56px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
}

.home-v2 .ai-path-ledger-head span {
  padding: 0 28px;
}

.home-v2 .ai-path-ledger-head span:nth-child(1) {
  grid-column: 1;
}

.home-v2 .ai-path-ledger-head span:nth-child(2) {
  grid-column: 2;
}

.home-v2 .ai-path-ledger-head span:nth-child(3) {
  grid-column: 4;
}

.home-v2 .ai-path-ledger-row {
  min-height: 210px;
  border-bottom: 1px solid var(--line);
  transition: background-color .18s ease;
}

.home-v2 .ai-path-ledger-row:last-child {
  border-bottom: 0;
}

.home-v2 .ai-path-ledger-row:is(:hover, :focus-visible) {
  background: color-mix(in srgb, var(--paper, #f1f2f3) 70%, transparent);
  outline: none;
}

.home-v2 .ai-path-ledger-dimension,
.home-v2 .ai-path-ledger-side {
  min-width: 0;
  padding: 32px 28px;
}

.home-v2 .ai-path-ledger-dimension {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-content: start;
  gap: 8px 14px;
}

.home-v2 .ai-path-ledger-dimension > span {
  grid-row: 1 / 3;
  padding-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
  transition: color .18s ease;
}

.home-v2 .ai-path-ledger-row:is(:hover, :focus-visible) .ai-path-ledger-dimension > span {
  color: var(--ink);
}

.home-v2 .ai-path-ledger-dimension > b {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.home-v2 .ai-path-ledger-dimension > small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.home-v2 .ai-path-ledger-side {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--line);
}

.home-v2 .ai-path-ledger-side h3 {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(19px, 1.55vw, 25px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.home-v2 .ai-path-ledger-side.is-fde h3 {
  font-weight: 500;
}

.home-v2 .ai-path-ledger-side p {
  max-width: 34em;
  margin: auto 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.home-v2 .ai-path-ledger-shift {
  display: grid;
  place-items: center;
}

.home-v2 .ai-path-ledger-shift i {
  position: relative;
  display: block;
  width: 28px;
  height: 1px;
  background: var(--muted);
  transition: width .18s ease, background-color .18s ease;
}

.home-v2 .ai-path-ledger-shift i::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.home-v2 .ai-path-ledger-row:is(:hover, :focus-visible) .ai-path-ledger-shift i {
  width: 42px;
  background: var(--ink);
}

@media (max-width: 1050px) {
  .home-v2 .ai-path-ledger-head,
  .home-v2 .ai-path-ledger-row {
    grid-template-columns: minmax(180px, .68fr) minmax(0, 1fr) 48px minmax(0, 1fr);
  }

  .home-v2 .ai-path-ledger-dimension,
  .home-v2 .ai-path-ledger-side {
    padding: 28px 20px;
  }
}

@media (max-width: 760px) {
  .home-v2 .ai-path-ledger-head {
    display: none;
  }

  .home-v2 .ai-path-ledger-row {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0 0 28px;
  }

  .home-v2 .ai-path-ledger-dimension,
  .home-v2 .ai-path-ledger-side {
    padding: 24px 0;
  }

  .home-v2 .ai-path-ledger-side {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .home-v2 .ai-path-ledger-side::before {
    display: block;
    margin-bottom: 24px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .05em;
  }

  .home-v2 .ai-path-ledger-side:nth-of-type(2)::before {
    content: "传统 AI 实践";
  }

  .home-v2 .ai-path-ledger-side.is-fde::before {
    content: "FDE";
  }

  .home-v2 .ai-path-ledger-side h3,
  .home-v2 .ai-path-ledger-side p {
    max-width: none;
  }

  .home-v2 .ai-path-ledger-side p {
    margin-top: 28px;
  }

  .home-v2 .ai-path-ledger-dimension > small,
  .home-v2 .ai-path-ledger-side p,
  .home-v2 .ai-path-ledger-side::before {
    color: color-mix(in srgb, var(--ink) 68%, var(--surface, #fff));
  }

  .home-v2 .ai-path-ledger-shift {
    height: 36px;
  }

  .home-v2 .ai-path-ledger-shift i,
  .home-v2 .ai-path-ledger-row:is(:hover, :focus-visible) .ai-path-ledger-shift i {
    width: 24px;
    transform: rotate(90deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 .ai-path-ledger-row,
  .home-v2 .ai-path-ledger-dimension > span,
  .home-v2 .ai-path-ledger-shift i {
    transition: none;
  }
}

/* Four-stop diagnostic scale: direct manipulation replaces tabs, cards and accordions. */
.home-v2 .ai-path-scale {
  --scale-progress: 0%;
  margin-top: clamp(64px, 6vw, 96px);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.home-v2 .ai-path-scale-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.home-v2 .ai-path-scale-meta > div {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.home-v2 .ai-path-scale-meta span {
  color: var(--muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.home-v2 .ai-path-scale-meta strong {
  font-size: 22px;
  font-weight: 500;
}

.home-v2 .ai-path-scale-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.home-v2 .ai-path-scale-control {
  padding: 4px 0 30px;
}

.home-v2 .ai-path-scale-control input {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: ew-resize;
}

.home-v2 .ai-path-scale-control input:focus-visible {
  outline: none !important;
}

.home-v2 .ai-path-scale-control input::-webkit-slider-runnable-track {
  height: 2px;
  background: linear-gradient(to right, var(--ink) 0 var(--scale-progress), var(--line) var(--scale-progress) 100%);
}

.home-v2 .ai-path-scale-control input::-moz-range-track {
  height: 2px;
  background: var(--line);
}

.home-v2 .ai-path-scale-control input::-moz-range-progress {
  height: 2px;
  background: var(--ink);
}

.home-v2 .ai-path-scale-control input::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  margin-top: -11px;
  appearance: none;
  border: 7px solid var(--surface, #fff);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
}

.home-v2 .ai-path-scale-control input:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px var(--ink), 0 0 0 6px var(--surface, #fff), 0 0 0 7px var(--ink);
}

.home-v2 .ai-path-scale-control input::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 7px solid var(--surface, #fff);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
}

.home-v2 .ai-path-scale-control input:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 1px var(--ink), 0 0 0 6px var(--surface, #fff), 0 0 0 7px var(--ink);
}

.home-v2 .ai-path-scale-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.home-v2 .ai-path-scale-labels span:nth-child(2),
.home-v2 .ai-path-scale-labels span:nth-child(3) {
  text-align: center;
}

.home-v2 .ai-path-scale-labels span:last-child {
  text-align: right;
}

.home-v2 .ai-path-scale-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
  min-height: 410px;
  border-top: 1px solid var(--line);
}

.home-v2 .ai-path-scale-side {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 44px 40px;
}

.home-v2 .ai-path-scale-side > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
}

.home-v2 .ai-path-scale-side h3 {
  max-width: 18ch;
  margin: 58px 0 0;
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.home-v2 .ai-path-scale-side.is-fde h3 {
  font-weight: 500;
}

.home-v2 .ai-path-scale-side p {
  max-width: 38em;
  margin: auto 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.home-v2 .ai-path-scale-axis {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  padding: 44px 0;
  color: var(--muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.home-v2 .ai-path-scale-axis i {
  display: block;
  width: 1px;
  flex: 1;
  background: var(--line);
}

@media (max-width: 760px) {
  .home-v2 .ai-path-scale-meta {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 20px 0;
  }

  .home-v2 .ai-path-scale-meta p {
    font-size: 12px;
  }

  .home-v2 .ai-path-scale-labels {
    font-size: 10px;
  }

  .home-v2 .ai-path-scale-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-v2 .ai-path-scale-side {
    min-height: 300px;
    padding: 32px 0;
  }

  .home-v2 .ai-path-scale-side h3 {
    margin-top: 34px;
    font-size: clamp(28px, 8vw, 36px);
  }

  .home-v2 .ai-path-scale-side p {
    margin-top: 48px;
    color: color-mix(in srgb, var(--ink) 68%, var(--surface, #fff));
  }

  .home-v2 .ai-path-scale-axis {
    height: 58px;
    flex-direction: row;
    padding: 0;
  }

  .home-v2 .ai-path-scale-axis i {
    width: auto;
    height: 1px;
  }
}

@media (max-width: 900px) {
  .home-v2 .home-case-panel .case-overlay .case-kicker {
    font-size: 14px !important;
  }

  .home-v2 .home-case-shortcuts button {
    flex-basis: 100.667px !important;
    width: 100.667px !important;
    height: 37.3333px !important;
    padding: 0 !important;
    font-size: 14px !important;
  }

  body.home-v2 main #home ~ .delivery-comparison .compare-scroller > .compare-card {
    clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 36px, 100% 100%, 0 100%) !important;
  }

  .home-v2 .cta {
    width: calc(100% - 24px);
    height: auto;
    min-height: 0 !important;
    padding-block: 3rem 4rem !important;
    padding-inline: 1.5rem !important;
  }

  .home-v2 .cta .wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-v2 .cta .cta-growth-title {
    font-size: clamp(26px, 6.7vw, 36px) !important;
  }

  .home-v2 .cta .cta-note {
    width: 100%;
  }
}
/* Homepage lead values from the annotated desktop reference. */
.home-v2 #home .hero-lede{
  color:rgb(111,114,120)!important;
  border-color:rgb(111,114,120)!important;
  font-size:17.6px!important;
  font-weight:400!important;
}

/* Preserve the full 16:9 Fornax architecture within the shared product-visual canvas. */
.home-v2 .fornax-product-visual {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-color: rgba(17, 20, 24, 0.1);
}

.home-v2 .fornax-product-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
}

/* Keep the three product visuals on one shared 432.729 × 324.312 reference canvas. */
.home-v2 .methodology-rows > .methodology-row.product-row:nth-of-type(n + 2):nth-of-type(-n + 4) > .method-visual {
  width: min(100%, 432.729px);
  min-height: 0;
  aspect-ratio: 432.729 / 324.312;
  justify-self: center;
}

.home-v2 .methodology-rows > .methodology-row.product-row:nth-of-type(n + 2):nth-of-type(-n + 4) > .method-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}
/* Keep carousel controls physically stable: hover only changes their visual emphasis. */
.home-v2 .home-case-arrow,
.home-v2 .home-case-arrow:hover,
.home-v2 .home-case-arrow:focus-visible {
  transform: translateY(-50%) !important;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

/* Editorial comparison: less copy, stronger directional hierarchy. */
.home-v2 .ai-path-columns {
  margin-top: clamp(48px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface, #fff);
}

.home-v2 .ai-path-column header,
.home-v2 .ai-path-column section {
  padding-inline: clamp(24px, 2vw, 34px);
}

.home-v2 .ai-path-column header {
  min-height: 132px;
  padding-block: 24px 22px;
  background: color-mix(in srgb, var(--ink) 3%, var(--surface, #fff));
}

.home-v2 .ai-path-column header span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  color: var(--blue);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.home-v2 .ai-path-column header h3 {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
}

.home-v2 .ai-path-column header p {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: .01em;
}

.home-v2 .ai-path-column section {
  min-height: 218px;
  padding-block: 28px 30px;
}

.home-v2 .ai-path-column section:first-of-type {
  background: color-mix(in srgb, var(--ink) 1.7%, var(--surface, #fff));
}

.home-v2 .ai-path-column section.is-fde {
  position: relative;
  background: var(--surface, #fff);
}

.home-v2 .ai-path-column section.is-fde::before {
  position: absolute;
  inset: -1px 24px auto;
  height: 2px;
  background: var(--blue);
  content: "";
}

.home-v2 .ai-path-column section small {
  font-weight: 500;
}

.home-v2 .ai-path-column section.is-fde small {
  color: var(--blue);
  font-weight: 600;
}

.home-v2 .ai-path-column section h4 {
  max-width: 16ch;
  margin-top: 18px;
  font-size: clamp(19px, 1.35vw, 22px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -.018em;
}

.home-v2 .ai-path-column section.is-fde h4 {
  font-weight: 600;
}

.home-v2 .ai-path-column section p {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .home-v2 .ai-path-column header {
    min-height: 124px;
  }

  .home-v2 .ai-path-column section {
    min-height: 208px;
  }
}

@media (max-width: 560px) {
  .home-v2 .ai-path-columns {
    overflow: visible;
    border-inline: 0;
    border-radius: 0;
  }

  .home-v2 .ai-path-column header,
  .home-v2 .ai-path-column section {
    min-height: 0;
    padding-inline: 20px;
  }

  .home-v2 .ai-path-column section.is-fde::before {
    inset-inline: 20px;
  }
}

/* Comparison annotations: unframed dimension row and one-line conclusions. */
.home-v2 .ai-path-compare {
  --line: rgb(229, 231, 235);
  border-color: var(--line) !important;
}

.home-v2 .ai-path-head .section-title {
  border-color: var(--line) !important;
  font-size: 40px !important;
  font-weight: 200 !important;
}

.home-v2 #ai-path-title[data-typewriter] {
  max-width: 100%;
  white-space: normal;
}

.home-v2 .ai-path-columns {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-v2 .ai-path-column + .ai-path-column {
  border-left: 0;
}

.home-v2 .ai-path-column header {
  display: flex;
  align-items: flex-end;
  min-height: 64px;
  padding: 0 clamp(24px, 2vw, 34px) 20px;
  border: 0;
  background: transparent;
}

.home-v2 .ai-path-column header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.home-v2 .ai-path-column section {
  border-left: 1px solid var(--line);
}

.home-v2 .ai-path-column:last-child section {
  border-right: 1px solid var(--line);
}

.home-v2 .ai-path-column section:first-of-type {
  border-top: 0;
  background: var(--surface, #fff);
}

.home-v2 .ai-path-column section.is-fde {
  background: color-mix(in srgb, var(--ink) 1.7%, var(--surface, #fff));
}

.home-v2 .ai-path-column section:last-of-type {
  border-bottom: 1px solid var(--line);
}

.home-v2 .ai-path-column:first-child section:first-of-type {
  border-top-left-radius: 4px;
}

.home-v2 .ai-path-column:last-child section:first-of-type {
  border-top-right-radius: 4px;
}

.home-v2 .ai-path-column:first-child section:last-of-type {
  border-bottom-left-radius: 4px;
}

.home-v2 .ai-path-column:last-child section:last-of-type {
  border-bottom-right-radius: 4px;
}

.home-v2 .ai-path-column section h4 {
  max-width: none;
  font-size: 17px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .home-v2 .ai-path-column section h4 {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .home-v2 .ai-path-column {
    padding: 0 8px 32px;
  }

  .home-v2 .ai-path-column:nth-child(n + 3) {
    border-top: 0;
  }

  .home-v2 .ai-path-column section {
    border-right: 1px solid var(--line);
  }

  .home-v2 .ai-path-column section h4 {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .home-v2 .ai-path-column {
    padding-inline: 0;
  }

  .home-v2 .ai-path-column + .ai-path-column {
    border-top: 0;
  }

  .home-v2 .ai-path-column header {
    min-height: 56px;
    padding-inline: 20px;
  }
}
