/* Homepage: customer evidence, useful product examples and team identity emblems. */
.home-hero-grid { gap: clamp(36px, 5vw, 72px); }
.home-hero h1 { font-size: clamp(2.65rem, 4.1vw, 3.7rem); letter-spacing: -.055em; }
.home-hero h1 span { color: #b6cbff; }
.home-hero .hero-lead { font-size: 1.12rem; line-height: 1.65; }
.home-hero .hero-confidence { display: grid; gap: 8px; font-size: .77rem; }
.home-hero .hero-confidence li { flex-wrap: wrap; }
.home-hero .request-panel-heading h2 { font-size: clamp(1.3rem, 1.75vw, 1.55rem); line-height: 1.3; }
.home-page .customer-proof-section { padding-top: 56px; }
.home-page .customer-proof-card { background: var(--mist); color: var(--ink); box-shadow: none; border: 1px solid var(--ink-soft); }
.home-page .customer-proof-brand { background: var(--ink); border: 0; }
.home-page .customer-proof-quote > blockquote p { color: var(--ink); font-size: clamp(1.45rem, 2.1vw, 1.8rem); letter-spacing: -.025em; }
.home-page .customer-proof-quote summary { color: var(--ink); }
.home-page .customer-proof-quote summary:focus-visible { outline-color: var(--blue); }
.home-page .customer-proof-quote details p { color: var(--ink); }
.home-page .customer-proof-quote figcaption { border-color: var(--ink-mid); }
.home-page .customer-proof-quote figcaption strong { color: var(--ink); }
.home-page .customer-proof-quote figcaption span { color: var(--slate); }
.home-page .customer-proof-quote > .text-link { margin-top: 22px; color: var(--blue); }
.home-page .home-services .editorial-heading h2 { max-width: 720px; }
.home-page .portal-window-bar { letter-spacing: 0; font-size: .75rem; }
.home-page .portal-window-bar small { text-transform: none; font-size: .72rem; }
.home-page .portal-summary-row > div strong { font-size: .95rem; }
.home-page .portal-case small { line-height: 1.55; }
.home-page .service-index h3 { font-size: 1.35rem; }

.home-ai-section { padding-top: 0; }
.home-ai-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 60px); align-items: center; padding: clamp(28px, 4vw, 56px); color: var(--white); background: var(--blue); border-radius: var(--radius-lg); }
.home-ai-copy h2 { color: var(--white); font-size: clamp(2.1rem, 3.4vw, 3.1rem); line-height: 1.12; }
.home-ai-copy > p { color: var(--white); max-width: 540px; }
.home-ai-copy .signal-label { color: var(--white); font-size: .72rem; }
.home-ai-copy .hero-actions { gap: 20px; }
.home-ai-copy a:focus-visible { outline-color: var(--white); }
.home-ai-example { margin: 0; background: var(--white); color: var(--ink); border-radius: 14px; box-shadow: 0 22px 60px rgba(30,40,51,.18); overflow: hidden; }
.home-example-bar { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 17px 22px; border-bottom: 1px solid var(--ink-soft); font-size: .75rem; font-weight: 500; }
.home-example-bar span:last-child { color: var(--slate); font-weight: 400; }
.home-example-input, .home-example-output { margin: 22px; }
.home-example-label { display: block; margin-bottom: 9px; font-size: .72rem; font-weight: 700; }
.home-example-input p, .home-example-output p { margin: 0; font-size: .9rem; line-height: 1.6; color: var(--ink); }
.home-example-input { padding-left: 14px; border-left: 2px solid var(--line); }
.home-ai-action { display: flex; gap: 13px; align-items: center; margin: 22px; padding: 15px; border: 1px solid var(--blue-mid); border-radius: 9px; background: var(--blue-soft); }
.home-ai-action > span:last-child { font-size: .74rem; color: var(--blue); }
.home-ai-action strong { display: block; margin-top: 4px; font-size: .85rem; font-weight: 500; color: var(--ink); }
.home-ai-spark { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; font-size: 1.5rem; background: var(--blue); color: var(--white); border-radius: 8px; }
.home-example-review { display: block; margin-top: 14px; font-size: .73rem; font-weight: 500; color: var(--blue); }
.home-ai-example figcaption { border-top: 1px solid var(--ink-soft); padding: 16px 22px; background: var(--mist); font-size: .72rem; color: var(--ink); line-height: 1.6; }
.home-approach { background: var(--mist); border-block: 1px solid var(--ink-soft); }
.home-approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 100px); }
.home-approach h2 { max-width: 550px; }
.home-approach-lead { color: var(--ink); font-family: var(--font-display); font-size: 1.35rem; line-height: 1.5; letter-spacing: -.025em; }
.home-approach-copy > p:not(.home-approach-lead) { color: var(--slate); }
.home-approach-copy .text-link { margin-top: 10px; }
.home-page .team-card { padding: 0; background: var(--white); }
.home-page .team-avatar { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; background: var(--mist); border-bottom: 1px solid var(--ink-soft); }
.home-page .team-card-meta { padding: 25px 26px 15px; letter-spacing: .025em; text-transform: none; font-size: .76rem; }
.home-page .team-card-body { padding: 0 26px 28px; margin-top: 0; }
.home-page .team-card h3 { line-height: 1.15; font-size: clamp(1.5rem, 2.1vw, 1.95rem); }
.home-page .team-card p { font-size: .92rem; }

@media (max-width: 1000px) {
  .home-ai-feature { gap: 28px; padding: 32px; }
  .home-ai-copy h2 { font-size: 2.3rem; }
  .home-ai-copy .hero-actions { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 760px) {
  .home-hero h1 { font-size: clamp(2.35rem, 7.5vw, 3.3rem); }
  .home-hero h1 span { display: inline; }
  .home-hero .hero-lead { font-size: 1.04rem; }
  .home-hero .hero-confidence li { display: block; padding-left: 15px; position: relative; }
  .home-hero .hero-confidence li::before { position: absolute; left: 0; top: .55em; }
  .home-hero .hero-confidence li span { display: none; }
  .home-ai-feature, .home-approach-grid { grid-template-columns: 1fr; }
  .home-ai-feature { padding: 28px 22px 22px; gap: 26px; }
  .home-ai-copy h2 { font-size: 2.25rem; }
  .home-ai-copy .hero-actions { gap: 20px; }
  .home-ai-example { min-width: 0; }
  .home-example-bar { padding: 15px; }
  .home-example-input, .home-example-output, .home-ai-action { margin: 18px 15px; }
  .home-ai-example figcaption { padding: 15px; }
  .home-approach-grid { gap: 20px; }
  .home-page .customer-proof-section { padding-top: 32px; }
  .home-page .team-grid { gap: 28px; }
}
@media (max-width: 360px) {
  .home-hero h1 { font-size: 2.1rem; }
  .home-ai-feature { padding: 24px 15px 15px; }
  .home-ai-copy h2 { font-size: 2rem; }
}
