.solutions-page .subpage-hero { padding-block: 64px 56px; }
.solutions-page .subpage-hero h1 { font-size: clamp(40px, 5vw, 64px); }
.solutions-page .subcopy { max-width: 660px; }
.solution-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 28px; }
.solutions-page .solution-hero-actions .button { margin: 0; }
.solutions-page .text-link { font-size: 15px; }
.product-tour-nav { display: flex; flex-wrap: wrap; gap: 16px 40px; padding-block: 22px; border-bottom: 1px solid var(--line); }
.product-tour-nav a { display: inline-flex; gap: 12px; align-items: center; font-size: 14px; font-weight: 600; min-height: 28px; }
.product-tour-nav a:hover { color: var(--brand-primary); }
.product-tour-nav span { color: var(--subtle); font-size: 12px; }
.product-story, .product-story-band { padding-block: 88px; scroll-margin-top: 110px; }
.product-story-band { background: var(--canvas); }
.product-story-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 64px; margin-bottom: 36px; }
.product-story-heading h2, .product-next h2 { font-size: clamp(32px, 3.4vw, 46px); line-height: 1.12; margin: 12px 0 0; letter-spacing: -.045em; }
.product-story-heading > p { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 440px; margin: 0 0 3px; }
.product-screen { margin: 0; padding: 18px 18px 0; border: 1px solid var(--line); border-radius: 4px; background: var(--canvas); }
.product-story-band .product-screen { background: #fff; }
.product-screen > a { display: block; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; background: white; }
.product-screen img { display: block; width: 100%; height: auto; }
.product-screen figcaption { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 20px; padding: 14px 0; color: var(--subtle); font-size: 13px; }
.product-screen figcaption a { color: var(--brand-primary); text-decoration: underline; text-underline-offset: 4px; padding: 4px 0; }
.product-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 34px; }
.product-benefits h3 { font-size: 18px; margin-bottom: 10px; }
.product-benefits p { margin-bottom: 0; font-size: 16px; color: var(--muted); }
.product-insight-note { display: grid; grid-template-columns: 1fr 1.6fr auto; align-items: start; gap: 24px; margin-top: 28px; }
.product-insight-note strong { font-size: 18px; }
.product-insight-note p { color: var(--muted); margin: 0; font-size: 14px; }
.product-next { display: grid; grid-template-columns: 1.7fr 1fr; gap: 80px; border-top: 1px solid var(--line); padding-block: 64px 88px; }
.product-next > div > p:not(.eyebrow) { color: var(--muted); max-width: 520px; margin-top: 20px; }
.product-next aside { border-left: 1px solid var(--line); padding-left: 32px; align-self: center; }
.product-next aside > img { margin-bottom: 18px; }
.product-next aside .eyebrow { font-size: 12px; margin-bottom: 8px; }
.product-next aside h3 { margin: 0 0 12px; font-size: 24px; }
.product-next aside p:not(.eyebrow) { font-size: 15px; color: var(--muted); }
@media (max-width: 900px) {
  .product-story-heading { gap: 28px; }
  .product-insight-note { grid-template-columns: 1fr 2fr; }
  .product-insight-note a { grid-column: 2; }
  .product-next { gap: 36px; }
}
@media (max-width: 700px) {
  .solutions-page .subpage-hero { padding-block: 44px; }
  .product-story, .product-story-band { padding-block: 48px; }
  .product-tour-nav { gap: 12px; flex-direction: column; padding-block: 18px; }
  .product-story-heading, .product-benefits, .product-insight-note, .product-next { grid-template-columns: 1fr; gap: 24px; }
  .product-story-heading { margin-bottom: 24px; }
  .product-story-heading > p { font-size: 16px; }
  .product-story-heading h2 br { display: none; }
  .product-screen { padding: 6px 6px 0; }
  .product-screen figcaption { padding: 10px 6px; font-size: 12px; }
  .product-benefits { margin-top: 26px; gap: 20px; }
  .product-benefits > div + div { border-top: 1px solid var(--line-soft); padding-top: 20px; }
  .product-insight-note a { grid-column: auto; }
  .product-next { padding-block: 40px 48px; gap: 40px; }
  .product-next aside { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .solution-hero-actions { gap: 20px; }
}
