.home-skip-link {
  position: absolute;
  top: -5rem;
  left: 1rem;
  z-index: 100;
  padding: 0.85rem 1.2rem;
  border-radius: 12px;
  color: white;
  background: var(--surface-dark);
}

.home-skip-link:focus { top: 1rem; }
body[data-page="home"] a:focus-visible { outline: 3px solid var(--accent-deep); outline-offset: 4px; }

.home-hero-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr); gap: 1.5rem; }
.home-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(1.5rem, 3vw, 2.5rem); }
.home-hero-copy .eyebrow { margin: 0; font-size: 0.72rem; letter-spacing: 0.08em; }
.home-hero-copy .hero__headline { font-size: clamp(2.5rem, 4.1vw, 3.7rem); max-width: 19ch; line-height: 1.04; }
.home-hero-copy .hero__lede { line-height: 1.65; }
.home-hero-copy .home-hero-service { margin-top: 0.85rem; color: var(--text); }
.home-hero-copy .hero__actions { position: relative; }

.home-work-panel {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: var(--radius-xl);
  background: linear-gradient(150deg, var(--surface-dark), var(--surface-dark-soft));
  color: #f8fcfe;
  box-shadow: var(--shadow);
}
.home-work-panel .eyebrow { margin: 0 0 1rem; font-size: 0.7rem; letter-spacing: 0.08em; color: #b0edfa; background: rgba(72, 198, 232, 0.1); border-color: rgba(72, 198, 232, 0.14); }
.home-work-panel h2 { margin: 0; font: 600 clamp(1.7rem, 2.8vw, 2.3rem)/1.12 "Fraunces", serif; letter-spacing: -0.03em; }
.home-work-panel > p:not(.eyebrow) { margin: 0.8rem 0 1.4rem; color: #c7d9e5; line-height: 1.65; font-size: 0.94rem; }
.home-work-links { display: grid; }
.home-work-links > a { display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.16); padding: 1rem 0; }
.home-work-links small { display: block; color: #a3e8f7; font-size: 0.75rem; margin-bottom: 0.3rem; }
.home-work-links strong { font-size: 0.98rem; line-height: 1.5; }
.home-work-links > a > span:last-child { color: #a3e8f7; font-size: 1.3rem; }
.home-work-all { display: inline-flex; align-items: center; gap: 0.75rem; margin-top: 0.7rem; color: #a3e8f7; font-size: 0.93rem; font-weight: 800; }
.home-work-panel a:hover strong, .home-work-all:hover { text-decoration: underline; text-underline-offset: 4px; }
body[data-page="home"] .home-work-panel a:focus-visible { outline-color: #a3e8f7; }

.home-fit { padding-top: 1.5rem; }
.home-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }
.home-section-heading .button { flex-shrink: 0; }
.home-section-heading .eyebrow, .home-approach > .eyebrow, .home-pilot-layout .eyebrow { margin-top: 0; }
.home-section-intro { max-width: 85ch; }
.home-text-link { color: var(--accent-deep); font-size: 0.93rem; line-height: 1.6; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.home-text-link:hover { color: var(--text); }
.home-audiences { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.home-audiences article { padding: 1.5rem 0 0; border-top: 2px solid var(--accent-deep); display: flex; flex-direction: column; align-items: flex-start; }
.home-audiences .card-title { font-size: 1.55rem; line-height: 1.15; }
.home-audiences .home-text-link { margin-top: auto; }

.home-method { list-style: none; margin: 1.8rem 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.home-method li { min-width: 0; padding-top: 1.3rem; border-top: 1px solid var(--line-strong); }
.home-step { display: block; color: var(--accent-deep); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.06em; margin-bottom: 0.8rem; }
.home-method .card-title { font-size: 1.5rem; line-height: 1.2; }
.home-method p { margin-bottom: 0; }
.home-team-note { display: flex; gap: 1.5rem; justify-content: space-between; align-items: center; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.home-team-note p { margin: 0; font-size: 0.93rem; line-height: 1.75; color: var(--text-muted); max-width: 80ch; }
.home-team-note strong { color: var(--text); }
.home-team-note a { flex-shrink: 0; }

.home-results { display: grid; grid-template-columns: 1.2fr 1fr 1fr; column-gap: 2rem; row-gap: 1.6rem; padding: clamp(1.5rem, 3vw, 2.4rem); border-radius: var(--radius-xl); background: var(--surface-dark); color: #f8fcfe; }
.home-results .eyebrow { margin-top: 0; font-size: 0.7rem; color: #b0edfa; background: rgba(72, 198, 232, 0.12); border-color: rgba(72, 198, 232, 0.16); }
.home-results .section-title { font-size: clamp(1.75rem, 2.5vw, 2.2rem); }
.home-result { padding-top: 0.4rem; }
.home-result h3 { margin: 0 0 0.8rem; font-size: 1.2rem; }
.home-result p, .home-measure-note { margin: 0; color: #c7d9e5; font-size: 0.95rem; line-height: 1.75; }
.home-measure-note { grid-column: 1 / -1; border-top: 1px solid rgba(255, 255, 255, 0.16); padding-top: 1.2rem; font-size: 0.87rem; }

.home-case-card { display: flex; flex-direction: column; gap: 1rem; padding: 1.5rem; }
.home-case-card .example-card__label { align-self: flex-start; font-size: 0.67rem; letter-spacing: 0.035em; }
.home-case-card .card-title { line-height: 1.15; }
.home-case-card p { margin: 0; }
.home-case-card .button { margin-top: auto; align-self: flex-start; padding-left: 0.85rem; padding-right: 0.85rem; }
.home-case-card .card-title a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-case-image { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; padding: 0.5rem; background: white; aspect-ratio: 2.5; overflow: hidden; }
.home-case-image img { width: 100%; height: 100%; object-fit: contain; }
.home-library-band { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1.5rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 24px; background: var(--accent-soft); }
.home-library-band strong { font-size: 1.1rem; }
.home-library-band p { margin: 0.5rem 0 0; color: var(--text-muted); line-height: 1.7; max-width: 70ch; }
.home-library-band .button { flex-shrink: 0; }

.home-pilot-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2.5rem; align-items: center; }
.home-pilot-summary { padding: 1.5rem; border-radius: 24px; background: var(--accent-soft); }
.home-pilot-summary p { margin: 1.15rem 0 0; font-size: 0.92rem; line-height: 1.65; }
.home-pilot-summary span { display: block; color: var(--text-muted); margin-top: 0.25rem; }
.home-pilot-summary .home-pilot-price { margin-top: 0; display: flex; align-items: baseline; gap: 0.8rem; }
.home-pilot-price strong { font: 600 2.7rem/1.1 "Fraunces", serif; letter-spacing: -0.035em; }
.home-pilot-price span { display: inline; font-size: 0.9rem; }
.home-cta-copy { max-width: 64ch; margin: 1.25rem auto 0; font-size: 1rem; line-height: 1.75; }
body[data-page="home"] .cta-panel .eyebrow,
body[data-page="home"] .site-footer .eyebrow { background: rgba(72, 198, 232, 0.12); color: #b0edfa; border-color: rgba(72, 198, 232, 0.16); }

@media (max-width: 1050px) {
  .home-hero-layout { grid-template-columns: 1fr; }
  .home-hero-copy .hero__headline { max-width: 24ch; font-size: clamp(2.5rem, 6vw, 3.7rem); }
  .home-work-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
  .home-work-links > a { align-items: flex-start; }
  .home-library-band, .home-team-note { flex-direction: column; align-items: flex-start; }
  .home-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-results-intro { grid-column: 1 / -1; }
  .home-pilot-layout { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 700px) {
  .home-work-links, .home-audiences, .home-method, .home-results { grid-template-columns: 1fr; }
  .home-work-links { gap: 0; }
  .home-section-heading { align-items: flex-start; flex-direction: column; }
  .home-work-panel, .home-library-band, .home-results { border-radius: 24px; }
  .home-hero-copy .hero__headline { font-size: clamp(2.1rem, 8.5vw, 3.4rem); max-width: 20ch; }
  .home-hero-copy .hero__lede { font-size: 0.98rem; }
  .home-hero-copy .hero__actions { flex-direction: column; align-items: stretch; width: 100%; }
  .home-hero-copy .hero__actions .button { padding-left: 0.6rem; padding-right: 0.6rem; }
  .home-case-card { padding: 1.3rem; }
  .home-library-band .button { white-space: normal; text-align: center; }
  .home-result { border-top: 1px solid rgba(255, 255, 255, 0.16); padding-top: 1.2rem; }
}
