/* Audit pass: preserve the blue identity, let content set the scale. */
body.home-page main .section { min-height: 0; padding-block: clamp(2.5rem, 5vw, 4.5rem); }
body.home-page main { padding-top: 76px; }
body.home-page main .section > .shell { width: min(1280px, calc(100% - 48px)); max-width: none; margin-inline: auto; padding-inline: 0; }
body.home-page .section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; margin-bottom: 2rem; }
body.home-page .section-head > .eyebrow { display: none; }
body.home-page .section-head > div { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; }
body.home-page .section-head h2,
body.home-page .diagnostic-intro h2,
body.home-page .final-cta h2 { max-width: 22ch; font-size: clamp(2rem, 3.2vw, 2.8rem); line-height: 1.08; letter-spacing: -.035em; }
body.home-page .section-head .lede { margin: 0; font-size: 1.15rem; line-height: 1.5; color: #35576e; }
body.home-page .section--ink .section-head h2,
body.home-page .section--ink .section-head .lede { color: #fff; }
body.home-page .eyebrow { text-transform: none; letter-spacing: .02em; }
body.home-page .button::after { content: none; }
body.home-page :focus-visible { outline: 3px solid #073b67; outline-offset: 4px; }
body.home-page .section--ink :focus-visible,
body.home-page .section--blue :focus-visible,
body.home-page .diagnostic-intro :focus-visible,
body.home-page .site-footer :focus-visible { outline-color: #fff; }
body.home-page .site-header :focus-visible { outline: 3px solid #fff; box-shadow: 0 0 0 6px #073b67; }
body.home-page .button:active { transform: translateY(1px); }

body.home-page main .home-intro { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.home-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.intro-copy h1 { font-size: clamp(2.6rem, 4.2vw, 4rem); line-height: 1.02; letter-spacing: -.04em; margin: 1rem 0 1.25rem; }
.intro-copy .lede { font-size: 1.15rem; line-height: 1.5; max-width: 44ch; }
.intro-copy .button-row { margin-top: 1.5rem; gap: .75rem; }
.intro-note { margin-top: 1rem; max-width: 45ch; font-size: .9rem; line-height: 1.5; color: #35576e; }
.intro-proof { margin: 0; min-width: 0; }
.intro-proof img { width: 100%; height: auto; border: 1px solid #b4cbd7; }
.intro-proof figcaption { margin-top: 1rem; color: #35576e; font-size: .9rem; line-height: 1.5; }
.intro-proof figcaption span { display: block; font-weight: 700; color: #073b67; }
.intro-proof figcaption a { text-decoration: underline; text-underline-offset: .2em; }

body.home-page #industries .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.home-page #industries .bento-card { padding: 1.5rem; gap: .75rem; border: 0; border-top: 1px solid #9bb7c8; background: transparent; }
body.home-page #industries .bento-card h3 { margin-bottom: .75rem; font-size: 1.7rem; }
body.home-page #industries .bento-card p { font-size: 1rem; }
body.home-page #industries .bento-card a { margin-top: 1rem; }
.service-index { border-top: 1px solid #9bb7c8; }
.service-index a { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; padding: 1.4rem 1rem; border-bottom: 1px solid #9bb7c8; color: #073b67; transition: background .18s ease; }
.service-index a:hover { background: #d4e5ee; }
.service-index h3 { font-size: 1.4rem; line-height: 1.2; margin: 0; }
.service-index p { font-size: 1rem; margin: 0; color: #35576e; }
.result-checks { margin: 0; padding-left: 1.4rem; max-width: 70ch; }
.result-checks li { margin-block: .8rem; line-height: 1.6; }

body.home-page #cases .case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
body.home-page #cases .case-card:nth-child(n) { grid-column: auto; min-height: 0; margin: 0; padding: 0 0 1.5rem; display: flex; flex-direction: column; gap: 1rem; background: transparent; border: 0; border-bottom: 1px solid #9bb7c8; transform: none; }
body.home-page #cases .case-card__visual { position: static; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: contain; background: #d7e6ee; border-radius: 0; }
body.home-page #cases .case-card h3 { font-size: 1.6rem; line-height: 1.2; max-width: 30ch; margin: 0 0 .75rem; }
body.home-page #cases .case-card footer { font-size: .9rem; line-height: 1.4; }
body.home-page #process .process-grid--visual { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.5rem; padding: 0; overflow: visible; scroll-snap-type: none; }
body.home-page #process .process-grid--visual .process-card { grid-column: auto; display: flex; flex-direction: column; justify-content: start; gap: 1rem; padding: 1rem 0; min-height: 0; border: 0; border-top: 1px solid #9bb7c8; border-radius: 0; background: transparent; color: #073b67; box-shadow: none; transform: none; }
body.home-page #process .process-card__top { display: block; }
body.home-page #process .process-card__top span { display: block; margin-bottom: .75rem; color: #35576e; }
body.home-page #process .process-card h3 { font-size: 1.15rem; line-height: 1.25; max-width: none; }
body.home-page #process .process-card p { min-height: 0; margin: 0; font-size: .95rem; line-height: 1.5; color: #35576e; }
body.home-page #formats .bento { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 3rem; border: 0; }
body.home-page #formats .bento-card:nth-child(n) { grid-column: auto; min-height: 0; padding: 1.5rem 0; gap: 1rem; justify-content: start; border: 0; border-top: 1px solid #6fa9cf; transform: none; background: transparent; }
body.home-page #formats .bento-card h3 { max-width: none; font-size: 1.65rem; line-height: 1.2; margin-bottom: 1rem; }
body.home-page #formats .bento-card p { color: #e8f1f5; font-size: 1rem; line-height: 1.6; }
body.home-page .diagnostic-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding: 0; border-radius: 0; }
body.home-page .diagnostic-intro { padding: 2rem; }
body.home-page .diagnostic-intro .lede { font-size: 1rem; line-height: 1.6; margin-top: 1.25rem; }
body.home-page .diagnostic-columns { display: grid; grid-template-columns: 1fr; }
body.home-page .diagnostic-columns > div { padding: 1.5rem 2rem; }
body.home-page .diagnostic-columns h3 { font-size: 1.2rem; line-height: 1.3; }
body.home-page .diagnostic-columns li { font-size: .95rem; line-height: 1.5; margin-bottom: .35rem; }
body.home-page .home-blog-feature { min-height: 0; padding-block: 1.5rem; }
body.home-page .home-blog-feature__body strong { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.15; }
body.home-page main .final-cta { margin: 0; padding-block: 3rem; }
body.home-page .final-cta .shell { padding-block: 0; }
body.home-page .final-cta h2 { max-width: 24ch; }
body.home-page .final-cta .lede { font-size: 1.1rem; }
body.home-page .ticker-track { animation: none; }

@media (max-width: 760px) {
  body.home-page main .section > .shell { width: calc(100% - 32px); }
  .home-intro-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  body.home-page main .home-intro { padding-top: 1rem; }
  .intro-copy h1 { font-size: clamp(2.15rem, 9.3vw, 2.8rem); }
  .intro-copy .lede { font-size: 1rem; }
  .intro-copy .button { min-height: 48px; padding: .8rem 1rem; }
  .intro-proof { max-width: 34rem; }
  body.home-page .section-head,
  body.home-page .section-head > div { grid-template-columns: 1fr; gap: 1rem; }
  body.home-page #industries .bento,
  body.home-page #cases .case-grid,
  body.home-page #formats .bento,
  body.home-page .diagnostic-panel { grid-template-columns: 1fr; }
  body.home-page #industries .bento-card { padding: 1.25rem 0; }
  .service-index a { grid-template-columns: 1fr; gap: .6rem; padding-inline: .4rem; }
  body.home-page #process .process-grid--visual { grid-template-columns: 1fr; }
  body.home-page #process .process-grid--visual .process-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 1rem; }
  body.home-page .diagnostic-intro,
  body.home-page .diagnostic-columns > div { padding: 1.5rem; }
  body.home-page .home-blog-feature { grid-template-columns: 1fr; gap: 1rem; }
}

body.home-page #process .process-card strong { color: inherit; }
@media (min-width: 761px) and (max-width: 1050px) {
  body.home-page #process .process-grid--visual { grid-template-columns: 1fr; }
  body.home-page #process .process-grid--visual .process-card { display: grid; grid-template-columns: 1fr 1fr; }
}
