/* Homepage study, scoped to preserve the shared site shell. */
@scope (.site-home) {
.enterprise {
  padding: 105px 0 112px;
  border-top: 1px solid var(--border);
  background: var(--bg);
  scroll-margin-top: 72px;
}

.enterprise-heading h2 { margin: 0; font-size: var(--section-title-size); font-weight: 600; line-height: 1.05; letter-spacing: -.055em; }
.enterprise-heading > p:last-child { max-width: 690px; margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.55; }

.enterprise-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(26px, 3vw, 52px); margin-top: 68px; }
.enterprise-feature { display: flex; flex-direction: column; min-width: 0; padding-top: 28px; border-top: 1px solid var(--border); }
.enterprise-feature h3 { display: flex; align-items: flex-start; gap: 11px; margin: 0; font-size: clamp(20px, 1.55vw, 22px); font-weight: 600; line-height: 1.25; letter-spacing: -.025em; text-wrap: balance; }
.enterprise-feature h3 svg { width: 24px; height: 24px; flex: none; margin-top: .08em; color: var(--accent); }
.enterprise-feature > p { margin: 9px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; text-wrap: pretty; }
.enterprise-feature .enterprise-caveat { min-height: 35px; margin-top: 13px; font-size: 11px; line-height: 1.5; }
.enterprise-feature > a { display: inline-flex; align-items: center; gap: 14px; align-self: flex-start; min-height: 34px; margin-top: auto; padding-top: 19px; border-bottom: 1px solid var(--accent); color: var(--ink); font-size: 13px; font-weight: 650; text-decoration: none; transition: gap .2s, color .2s; }
.enterprise-feature > a:hover { gap: 21px; color: var(--accent); }
.enterprise-feature > a span { color: var(--accent); font-size: 19px; font-weight: 400; }

@media (max-width: 960px) {
  .enterprise { padding-block: 85px 90px; }
  .enterprise-grid { grid-template-columns: 1fr; gap: 39px; max-width: 700px; margin-top: 50px; }
  .enterprise-feature .enterprise-caveat { min-height: 0; }
  .enterprise-feature > a { margin-top: 16px; padding-top: 0; }
}

@media (max-width: 620px) {
  .enterprise { padding-block: 72px 78px; }
  .enterprise-heading > p:last-child { max-width: 380px; margin-top: 14px; font-size: 14px; }
  .enterprise-grid { gap: 39px; margin-top: 46px; }
  .enterprise-feature { display: flex; padding-top: 23px; }
  .enterprise-feature h3 { font-size: 20px; }
  .enterprise-feature h3 svg { width: 22px; height: 22px; }
  .enterprise-feature > p { max-width: 430px; margin-top: 10px; font-size: 13px; }
  .enterprise-feature .enterprise-caveat { font-size: 11px; }
  .enterprise-feature > a { margin-top: 18px; padding-top: 0; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) { .enterprise-feature > a { transition: none; } }

}
