/* Section 01 fidelity pass against the approved 1672 × 941 reference. */

.hero-live {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--teal-dark);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
  white-space: nowrap;
}

.hero-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--teal) 7%, transparent);
}

@media (min-width: 1024px) {
  .site-header {
    height: var(--header-height);
  }

  body[data-page-kind="home"] .site-header {
    height: 92px;
  }

  body[data-page-kind="home"] .site-header::after {
    background: var(--line);
  }

  body[data-page-kind="home"] .site-header .language-switch {
    display: none;
  }

  body[data-page-kind="home"] .primary-nav a,
  body[data-page-kind="home"] .site-header .header-actions .button {
    font-weight: 450;
  }

  .site-header__inner {
    min-height: 0;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 32px;
  }

  .primary-nav {
    grid-column: auto;
    width: auto;
    padding: 0;
    justify-content: center;
    overflow: visible;
  }

  .primary-nav a {
    padding: 34px 0 31px;
  }

  .primary-nav a::after {
    bottom: 18px;
  }

  .section--solutions .hero-copy h1 {
    font-size: clamp(68px, 4.965vw, 83px);
  }

  .section--solutions .hero-copy h1 span {
    white-space: nowrap;
  }

  .section--solutions .hero-copy > .eyebrow {
    margin-bottom: 17px;
  }

  .section--solutions .hero-lead {
    color: #1f3d51;
    font-size: 19px;
    line-height: 1.38;
  }

  .section--solutions .hero-principle {
    margin: 8px 0 16px;
    color: #006c6e;
    font-size: 20px;
    line-height: 1.3;
  }

  .section--solutions .sand-rule {
    margin: 11px 0 14px;
    visibility: hidden;
  }

  .section--solutions .button-row .button {
    min-height: 60px;
    font-weight: 450;
  }

  .section--solutions .button-row .button--primary,
  .section--solutions .modules__intro .carousel-arrows button:last-child {
    border-color: #006c6e;
    background: #006c6e;
  }

  .section--solutions .hero-demo {
    padding-inline: 26px;
    padding-bottom: 24px;
  }

  .section--solutions .hero-demo .metric-row {
    margin-block: 30px 28px;
  }

  .section--solutions .hero-demo--production .metric-row {
    margin-block: 31px 16px;
  }

  .section--solutions .hero-demo--production .metric strong {
    font-size: 48px;
  }

  .section--solutions .hero-demo .demo-alert {
    padding: 17px 26px;
  }

  .section--solutions .hero-result--production {
    font-size: 48px;
    line-height: 1.05;
  }

  .section--solutions .reconciliation {
    min-height: 0;
    grid-template-columns: .87fr 1.33fr;
  }

  .section--solutions .reconciliation__total,
  .section--solutions .reconciliation__table {
    padding: 20px 30px;
  }

  .section--solutions .hero-demo--production .reconciliation__total p {
    margin-bottom: 8px;
  }

  .section--solutions .hero-demo--production .reconciliation__total small {
    margin-top: 22px;
  }

  .section--solutions .hero-connector {
    left: clamp(366px, calc(25vw + 22px), 442px);
    top: 138px;
    width: clamp(280px, 19vw, 320px);
    height: 220px;
    opacity: .46;
  }

  .section--solutions .module-carousel {
    padding-bottom: 0;
    grid-auto-columns: clamp(185px, 11.9vw, 199px);
    gap: 18px;
  }

  .section--solutions .modules {
    padding-top: 25px;
    grid-template-columns: clamp(258px, 17.95vw, 300px) minmax(0, 1fr);
    column-gap: 25px;
    row-gap: 14px;
  }

  .section--solutions .module-card {
    height: 200px;
    min-height: 200px;
    padding: 16px 18px;
  }

  .section--solutions .module-card p {
    margin-block: 14px;
    line-height: 1.45;
  }

  .section--solutions .carousel-dots,
  .section--solutions .modules__note {
    grid-column: 1 / -1;
  }

  .section--solutions .modules__note {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .section--solutions .modules__intro .carousel-arrows button:disabled {
    opacity: .55;
  }
}

/*
 * Keep the approved original hero silhouette across the complete desktop
 * range. The old landing.css 0.78fr / 1.22fr rule is intentionally bypassed
 * only for the homepage hero; tablet/mobile adaptation remains unchanged.
 */
@media (min-width: 1121px) {
  body[data-page-kind="home"] .section--solutions .hero {
    min-height: clamp(510px, calc(404.6px + 9.4vw), 549px);
    grid-template-columns: minmax(0, .91fr) minmax(0, 1.09fr);
    gap: clamp(24px, 3vw, 52px);
  }

  body[data-page-kind="home"] .section--solutions .hero-copy,
  body[data-page-kind="home"] .section--solutions .hero-demo,
  body[data-page-kind="home"] .section--solutions .reconciliation__total,
  body[data-page-kind="home"] .section--solutions .reconciliation__table {
    min-width: 0;
  }

  body[data-page-kind="home"] .section--solutions .modules {
    grid-template-columns: clamp(220px, 17.95vw, 300px) minmax(0, 1fr);
    column-gap: clamp(18px, 1.5vw, 25px);
  }
}

@media (min-width: 1121px) and (max-width: 1360px) {
  body[data-page-kind="home"] .section--solutions .hero-copy h1 {
    font-size: clamp(56px, 5vw, 68px);
  }

  body[data-page-kind="home"] .section--solutions .hero-lead {
    font-size: clamp(17px, 1.4vw, 19px);
    line-height: 1.38;
  }

  body[data-page-kind="home"] .section--solutions .hero-principle {
    font-size: clamp(18px, 1.48vw, 20px);
  }

  body[data-page-kind="home"] .section--solutions .hero-demo {
    min-height: clamp(492px, 38.6vw, 525px);
    padding-inline: clamp(16px, 1.9vw, 26px);
    padding-bottom: clamp(16px, 1.8vw, 24px);
  }

  body[data-page-kind="home"] .section--solutions .hero-demo--production .metric-row {
    margin-block: clamp(25px, 2.28vw, 31px) clamp(14px, 1.18vw, 16px);
  }

  body[data-page-kind="home"] .section--solutions .hero-demo--production .metric strong {
    font-size: clamp(38px, 3.52vw, 48px);
  }

  body[data-page-kind="home"] .section--solutions .reconciliation__total,
  body[data-page-kind="home"] .section--solutions .reconciliation__table {
    padding: clamp(15px, 1.47vw, 20px);
  }

  body[data-page-kind="home"] .section--solutions .hero-result--production {
    font-size: clamp(36px, 3.55vw, 48px);
  }

  body[data-page-kind="home"] .section--solutions .hero-demo--production .reconciliation__total small {
    margin-top: clamp(12px, 1.62vw, 22px);
    padding: 7px clamp(8px, .9vw, 12px);
    gap: 6px;
    font-size: 9px;
  }

  body[data-page-kind="home"] .section--solutions .hero-demo--production .reconciliation__total small .icon {
    width: 16px;
    height: 16px;
  }

  body[data-page-kind="home"] .section--solutions .hero-demo .demo-alert {
    padding: clamp(12px, 1.25vw, 17px) clamp(14px, 1.9vw, 26px);
  }

  body[data-page-kind="home"] .section--solutions .hero-connector {
    left: calc(32.5vw - 91px);
    top: calc(7.47vw + 54px);
    width: calc(27vw - 77px);
    height: calc(11.33vw + 93px);
  }
}

@media (min-width: 1121px) and (max-width: 1279px) {
  body[data-page-kind="home"] .section--solutions .reconciliation {
    grid-template-columns: minmax(0, .87fr) minmax(0, 1.33fr);
  }

  body[data-page-kind="home"] .section--solutions .demo-card__topline {
    gap: 10px;
    font-size: 10px;
  }

  body[data-page-kind="home"] .section--solutions .metric {
    padding-inline: 6px;
  }

  body[data-page-kind="home"] .section--solutions .metric span,
  body[data-page-kind="home"] .section--solutions .reconciliation__total > span {
    font-size: 10px;
  }

  body[data-page-kind="home"] .section--solutions .reconciliation__table > strong {
    font-size: 12px;
  }

  body[data-page-kind="home"] .section--solutions .table-head,
  body[data-page-kind="home"] .section--solutions .table-row,
  body[data-page-kind="home"] .section--solutions .demo-alert {
    font-size: 9px;
  }

  body[data-page-kind="home"] .section--solutions .demo-footer,
  body[data-page-kind="home"] .section--solutions .demo-footer a {
    font-size: 9px;
  }
}

@media (min-width: 1280px) and (max-width: 1360px) {
  body[data-page-kind="home"] .section--solutions .reconciliation {
    grid-template-columns: minmax(0, .87fr) minmax(0, 1.33fr);
  }
}

@media (min-width: 1121px) and (max-width: 1439px) {
  body[data-page-kind="home"] .section--solutions .button-row {
    gap: clamp(14px, 1.7vw, 24px);
  }

  body[data-page-kind="home"] .section--solutions .button-row .button {
    width: auto;
    min-width: 0;
    min-height: clamp(52px, 4.4vw, 60px);
    padding-inline: clamp(12px, 1.25vw, 18px);
    gap: 10px;
    font-size: clamp(13px, 1.1vw, 16px);
    line-height: 1.2;
    text-align: center;
  }

  body[data-page-kind="home"] .section--solutions .button-row .button--primary {
    flex: .96 1 0;
  }

  body[data-page-kind="home"] .section--solutions .button-row .button--outline {
    flex: 1.04 1 0;
  }
}

@media (min-width: 1361px) and (max-width: 1535px) {
  body[data-page-kind="home"] .section--solutions .reconciliation {
    grid-template-columns: minmax(0, .87fr) minmax(0, 1.33fr);
  }

  body[data-page-kind="home"] .section--solutions .reconciliation__total,
  body[data-page-kind="home"] .section--solutions .reconciliation__table {
    padding: clamp(20px, calc(5.68vw - 57.25px), 30px);
  }

  body[data-page-kind="home"] .section--solutions .hero-demo--production .reconciliation__total small {
    padding-block: clamp(7px, calc(.568vw - .73px), 8px);
    gap: clamp(6px, calc(1.136vw - 9.46px), 8px);
    font-size: clamp(9px, calc(.568vw + 1.27px), 10px);
  }

  body[data-page-kind="home"] .section--solutions .hero-demo--production .reconciliation__total small .icon {
    width: clamp(16px, calc(1.136vw + .55px), 18px);
    height: clamp(16px, calc(1.136vw + .55px), 18px);
  }

  body[data-page-kind="home"] .section--solutions .hero-connector {
    left: calc(32.5vw - 91px);
    top: calc(7.47vw + 54px);
    width: calc(27vw - 77px);
    height: calc(11.33vw + 93px);
  }
}

@media (min-width: 1361px) {
  body[data-page-kind="home"] .site-header .header-actions {
    gap: 28px;
  }

  body[data-page-kind="home"] .site-header .header-actions .button {
    padding-inline: 28px;
  }

  .primary-nav {
    gap: 42px;
  }

  .primary-nav a {
    font-size: 16px;
  }

  .section--solutions .hero {
    min-height: 549px;
    grid-template-columns: minmax(0, .91fr) minmax(0, 1.09fr);
  }

  .section--solutions .hero-demo {
    min-height: 525px;
  }

  .section--solutions .button-row {
    gap: 38px;
  }

  .section--solutions .button-row .button--primary {
    width: 299px;
    min-width: 299px;
  }

  .section--solutions .button-row .button--outline {
    width: 240px;
    min-width: 240px;
    padding-inline: 18px;
    gap: 12px;
    text-align: center;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) and (max-width: 1360px) {
  body[data-page-kind="home"] .site-header .header-actions {
    gap: 14px;
  }

  body[data-page-kind="home"] .site-header .header-actions .button {
    padding-inline: 18px;
  }

  .site-header__inner {
    grid-template-columns: 130px minmax(0, 1fr) auto;
    gap: 18px;
  }

  .primary-nav {
    gap: 16px;
  }

  .primary-nav a {
    font-size: 12px;
  }
}

@media (min-width: 1536px) {
  body[data-page-kind="home"] .primary-nav {
    transform: translate(20px, 7px);
  }

  body[data-page-kind="home"] .primary-nav a {
    font-size: 17px;
  }

  body[data-page-kind="home"] .site-header .header-actions {
    transform: translateY(5px);
  }

  body[data-page-kind="home"] .site-header .header-actions .button {
    min-height: 50px;
  }

  body[data-page-kind="home"] .section--solutions .hero-lead {
    font-size: 21px;
    line-height: 1.55;
  }

  body[data-page-kind="home"] .section--solutions .hero-principle {
    margin: 22px 0 44px;
    font-size: 22px;
  }

  body[data-page-kind="home"] .section--solutions .hero-demo {
    min-height: 526px;
    margin-top: -1px;
    padding-top: 15px;
    padding-bottom: 16px;
  }

  body[data-page-kind="home"] .section--solutions .hero-demo--production .metric-row {
    margin-block: 30px 16px;
  }

  body[data-page-kind="home"] .section--solutions .demo-card__topline {
    font-size: 14.5px;
  }

  body[data-page-kind="home"] .section--solutions .metric span {
    font-size: 14px;
  }

  body[data-page-kind="home"] .section--solutions .reconciliation {
    height: 248px;
  }

  body[data-page-kind="home"] .section--solutions .reconciliation__total {
    padding-top: 30px;
  }

  body[data-page-kind="home"] .section--solutions .hero-demo--production .reconciliation__total p {
    font-size: 20px;
    margin-bottom: 23px;
  }

  body[data-page-kind="home"] .section--solutions .hero-result--production {
    font-size: 65px;
  }

  body[data-page-kind="home"] .section--solutions .reconciliation__total > span {
    display: block;
    margin-top: 2px;
    font-size: 14px;
  }

  body[data-page-kind="home"] .section--solutions .hero-demo--production .reconciliation__total small {
    margin-top: 29px;
    margin-left: -15px;
    max-width: none;
    white-space: nowrap;
    font-size: 12px;
  }

  body[data-page-kind="home"] .section--solutions .reconciliation__table > strong {
    margin-bottom: 18px;
    font-size: 14px;
  }

  body[data-page-kind="home"] .section--solutions .table-head,
  body[data-page-kind="home"] .section--solutions .table-row {
    font-size: 12px;
  }

  body[data-page-kind="home"] .section--solutions .table-row {
    margin-top: 15px;
  }

  body[data-page-kind="home"] .section--solutions .reconciliation .bar {
    margin-top: 0;
  }

  body[data-page-kind="home"] .section--solutions .reconciliation .bar + .table-row {
    margin-top: 28px;
  }

  body[data-page-kind="home"] .section--solutions .demo-footer {
    margin-top: 13px;
    font-size: 12px;
  }

  body[data-page-kind="home"] .section--solutions .demo-footer a {
    font-size: 13px;
  }

  body[data-page-kind="home"] .section--solutions .demo-alert {
    padding-block: 15px;
    font-size: 15px;
    font-weight: 600;
  }

  body[data-page-kind="home"] .section--solutions .demo-alert b {
    font-size: 16px;
  }

  body[data-page-kind="home"] .section--solutions .button-row .button {
    font-size: 17px;
  }

  body[data-page-kind="home"] .section--solutions .module-card {
    padding: 16px 24px;
  }

  body[data-page-kind="home"] .section--solutions .module-card__title {
    margin-top: 4px;
  }

  body[data-page-kind="home"] .section--solutions .module-card__title .icon {
    width: 42px;
    height: 42px;
  }

  body[data-page-kind="home"] .section--solutions .module-card__title strong {
    font-size: 15px;
  }

  body[data-page-kind="home"] .section--solutions .module-card:nth-child(n + 4) .module-card__title .icon {
    width: 36px;
    height: 36px;
  }

  body[data-page-kind="home"] .section--solutions .module-card:nth-child(n + 4) .module-card__title strong {
    font-size: 14px;
  }

  body[data-page-kind="home"] .section--solutions .module-card p {
    font-size: 13px;
  }

  body[data-page-kind="home"] .section--solutions .status {
    font-size: 10px;
  }

  body[data-page-kind="home"] .section--solutions .modules__intro .carousel-arrows {
    transform: translateY(6px);
  }

  .section--solutions .hero-connector {
    left: 408px;
    top: 169px;
    width: 338px;
    height: 267px;
  }

}

@media (max-width: 1023px) {
  .hero-live {
    font-size: 9px;
  }
}

/* PDF comment pass: real requirements-check interface inside the locked hero geometry. */
.section--solutions .hero-product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  gap: 9px;
}

.section--solutions .hero-product__topline {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  color: var(--teal-dark);
  font-family: var(--font-mono);
  letter-spacing: .12em;
}

.section--solutions .hero-product__labels {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.section--solutions .hero-product__labels strong {
  font-size: 13px;
  font-weight: 650;
}

.section--solutions .hero-product__labels > span {
  color: var(--ink-muted);
  font-size: 9px;
}

.section--solutions .hero-product__case {
  min-width: 0;
  padding: 8px 10px 7px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--teal) 2%, var(--surface));
}

.section--solutions .hero-product__case-label {
  display: block;
  color: var(--teal-dark);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .12em;
}

.section--solutions .hero-verified-flow {
  margin: 7px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
}

.section--solutions .hero-verified-flow__step {
  min-width: 0;
  padding-inline: 6px;
}

.section--solutions .hero-verified-flow__step strong {
  font-size: 32px;
}

.section--solutions .hero-verified-flow__step span,
.section--solutions .hero-verified-flow__step small {
  display: block;
  white-space: nowrap;
}

.section--solutions .hero-verified-flow__step span {
  font-size: 10px;
  line-height: 1.25;
}

.section--solutions .hero-verified-flow__step small {
  margin-top: 3px;
  color: var(--teal-dark);
  font-family: var(--font-mono);
  font-size: 7px;
  font-weight: 650;
  letter-spacing: .1em;
}

.section--solutions .hero-verified-flow__step--critical strong,
.section--solutions .hero-verified-flow__step--critical small {
  color: var(--critical);
}

.section--solutions .hero-verified-flow__arrow {
  color: color-mix(in srgb, var(--teal) 60%, var(--line));
  font-family: var(--font-mono);
  font-size: 15px;
}

.section--solutions .hero-process-strip {
  min-width: 0;
  margin: 0;
  padding: 7px 9px;
  border-block: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: var(--ink-muted);
  font-family: var(--font-mono);
  font-size: 7.5px;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}

.section--solutions .hero-process-strip li {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.section--solutions .hero-process-strip li > span {
  width: 7px;
  height: 7px;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  color: var(--teal-dark);
  font-size: 0;
  font-weight: 700;
}

.section--solutions .hero-process-strip li > span::before {
  content: "";
  width: 3px;
  height: 5px;
  position: absolute;
  left: 2px;
  top: 0;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.section--solutions .hero-product__screen {
  min-width: 0;
  height: 244px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: #f7fbfb;
}

.section--solutions .hero-product__report-grid {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
}

.section--solutions .hero-product__finding {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.section--solutions .hero-product__screen img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: left center;
}

.section--solutions .hero-product__screen figcaption {
  padding: 6px 9px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-muted);
  background: var(--surface);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.section--solutions .hero-report-graphic {
  min-width: 0;
  min-height: 0;
  position: relative;
  border-left: 1px solid var(--line);
  padding: 0;
  overflow: hidden;
  display: block;
  isolation: isolate;
  background: color-mix(in srgb, var(--teal) 2%, var(--surface));
}

.section--solutions .hero-report-graphic__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section--solutions .hero-product__footer {
  margin-top: 0;
  padding-top: 1px;
}

@media (min-width: 1121px) {
  body[data-page-kind="home"] .section--solutions .hero-product-card {
    min-height: clamp(492px, 38.6vw, 525px);
  }

  body[data-page-kind="home"] .section--solutions .hero-product__screen {
    height: clamp(210px, 15vw, 230px);
  }
}

@media (min-width: 1536px) {
  body[data-page-kind="home"] .section--solutions .hero-product-card {
    padding-top: 18px;
    padding-bottom: 16px;
  }

  body[data-page-kind="home"] .section--solutions .hero-product__labels strong {
    font-size: 14px;
  }

  body[data-page-kind="home"] .section--solutions .hero-product-card .metric strong {
    font-size: 36px;
  }

  body[data-page-kind="home"] .section--solutions .hero-product__screen {
    height: clamp(230px, 15vw, 250px);
  }
}

@media (max-width: 1120px) {
  .section--solutions .hero-product__screen {
    height: 260px;
  }
}

@media (max-width: 639px) {
  .section--solutions .hero-product-card {
    gap: 8px;
  }

  .section--solutions .hero-product__topline {
    gap: 10px;
  }

  .section--solutions .hero-product__labels strong {
    font-size: 11px;
  }

  .section--solutions .hero-product__case {
    padding: 8px 6px 7px;
  }

  .section--solutions .hero-verified-flow__step {
    padding-inline: 2px;
  }

  .section--solutions .hero-verified-flow__step strong {
    font-size: 28px;
  }

  .section--solutions .hero-verified-flow__step span {
    font-size: 9px;
  }

  .section--solutions .hero-verified-flow__step small {
    font-size: 6.5px;
  }

  .section--solutions .hero-verified-flow__arrow {
    font-size: 12px;
  }

  .section--solutions .hero-process-strip {
    padding: 6px 4px;
    gap: 3px;
    font-size: 6.5px;
    letter-spacing: -.02em;
  }

  .section--solutions .hero-product__screen {
    height: 190px;
  }

  .section--solutions .hero-product__report-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .section--solutions .hero-report-graphic {
    display: none;
  }

  .section--solutions .hero-product__screen figcaption {
    font-size: 7px;
  }
}
