/* Homepage editorial layout; colors come from the shared identity system. */
.home-clarity .landing-hero { align-items: start; }
.home-clarity .landing-hero h1 { font-size: clamp(2.65rem, 4.3vw, 4rem); }
.home-clarity .landing-lead { padding-top: 3.1rem; }
.home-clarity .landing-lead .lead { font-size: 1.5rem; line-height: 1.5; color: var(--ink); }
.home-clarity .landing-lead .actions { gap: .65rem; }
.home-clarity .landing-lead .button { padding-inline: 1.05rem; }
.home-work { padding-block: 5.5rem; scroll-margin-top: 7rem; }
.home-section-heading { display: grid; grid-template-columns: 1.05fr 1fr; align-items: end; gap: 4rem; margin-bottom: 2.75rem; }
.home-section-heading h2, .home-approach h2 { font-size: clamp(2rem, 3.3vw, 3rem); line-height: 1.16; margin: 0; }
.home-section-heading p { margin: 0 0 1rem; }
.home-section-heading > p, .home-section-heading > div > p:not(.eyebrow) { font-size: 1.0625rem; line-height: 1.75; }
.home-section-heading > p:last-child, .home-section-heading > div > p:last-child { margin-bottom: 0; }
.home-stories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.home-story { display: flex; flex-direction: column; min-width: 0; }
.home-story figure { margin: 0 0 1.25rem; }
.home-story figure img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 3px; }
.home-story figcaption, .home-perception figcaption { margin-top: .65rem; font-size: .875rem; line-height: 1.55; color: var(--muted); }
.home-clarity .home-art-stage figcaption { font-size: .875rem; line-height: 1.55; letter-spacing: 0; text-transform: none; }
.home-image-note { font-size: .75rem; line-height: 1.6; color: var(--muted); padding-bottom: 1.5rem; }
.home-story-content { display: flex; flex-direction: column; flex: 1; }
.home-story .eyebrow { font-size: .75rem; letter-spacing: .065em; margin: 0 0 .8rem; }
.home-story h3 { font-size: clamp(1.45rem, 2vw, 1.8rem); line-height: 1.25; margin: 0 0 1.15rem; }
.home-story h3 em, .home-perception h3 em { font-family: var(--font-editorial); font-weight: 400; }
.home-story-content > p:not(.eyebrow) { line-height: 1.7; margin: 0 0 1rem; }
.home-story-next { margin-top: auto; padding-top: .6rem; }
.home-story .home-stage { font-size: .875rem; line-height: 1.5; margin: 0 0 .9rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); }
.home-story .text-link { font-size: .9375rem; display: inline-flex; gap: .45rem; align-items: baseline; }
.home-work-more { margin-top: 3rem; padding-top: 1.75rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; gap: 1rem 2rem; }
.home-work-more p { margin: 0; }
.home-research { padding-block: 5.5rem; background: var(--color-dark-canvas); color: var(--color-dark-text); }
.home-research h2, .home-research h3 { color: var(--color-dark-text); }
.home-research h2 em, .home-research h3 em { color: inherit; }
.home-research .eyebrow, .home-research .home-area-label { color: var(--color-dark-accent); }
.home-research p { color: var(--color-dark-muted); }
.home-research .home-section-heading { align-items: start; }
.home-research-areas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--color-dark-border); }
.home-research-areas > a { display: flex; flex-direction: column; padding: 2rem 1.5rem; text-decoration: none; transition: background .18s ease; }
.home-research-areas > a:first-child { padding-left: 0; }
.home-research-areas > a + a { border-left: 1px solid var(--color-dark-border); }
.home-area-label { font-size: .75rem; font-weight: 600; letter-spacing: .065em; }
.home-research-areas h3 { font-size: 1.4rem; line-height: 1.35; margin: 1rem 0 1.75rem; }
.home-area-link { font-size: .875rem; color: var(--color-dark-link); margin-top: auto; display: flex; gap: .65rem; justify-content: space-between; }
.home-research-areas > a:hover { background: var(--color-dark-surface); }
.home-research a:focus-visible { outline: 3px solid var(--color-dark-focus); outline-offset: 5px; }
.home-perception { display: grid; grid-template-columns: 1.05fr 1fr; gap: 4rem; align-items: center; margin-top: 3.5rem; }
.home-perception figure { margin: 0; }
.home-perception img { display: block; width: 100%; height: auto; border-radius: 3px; }
.home-perception figcaption { color: var(--color-dark-muted); }
.home-perception h3 { font-size: clamp(1.75rem, 2.6vw, 2.5rem); line-height: 1.2; margin: 0 0 1.25rem; }
.home-perception p { line-height: 1.75; }
.home-perception .home-research-boundary { font-size: .875rem; }
.home-research .text-link { color: var(--color-dark-link); }
.home-research-more { margin-top: 3rem; padding-top: 1.75rem; border-top: 1px solid var(--color-dark-border); display: flex; align-items: baseline; gap: 2rem; justify-content: space-between; }
.home-research-more p { max-width: 38rem; margin: 0; font-size: .9375rem; }
.home-research-more .text-link { flex-shrink: 0; }
.home-approach { display: grid; grid-template-columns: 1.05fr 1fr; gap: 4rem; padding-block: 5rem; }
.home-approach > div > p:not(.eyebrow) { margin: 0 0 1rem; line-height: 1.75; }
.home-clarity .closing-editorial { max-width: 850px; }
@media (max-width: 1050px) {
  .home-stories { gap: 1.4rem; }
  .home-section-heading, .home-perception, .home-approach { gap: 2.5rem; }
  .home-research-more { flex-direction: column; gap: 1rem; }
}
@media (max-width: 800px) {
  .home-clarity .landing-lead { padding-top: 0; }
  .home-clarity .landing-hero h1 { max-width: 38rem; }
  .home-clarity .landing-lead > p { max-width: 38rem; }
  .home-work, .home-research { padding-block: 3.5rem; }
  .home-section-heading, .home-perception, .home-approach { grid-template-columns: 1fr; gap: 1.75rem; }
  .home-stories { grid-template-columns: 1fr; gap: 2.75rem; }
  .home-story { display: grid; grid-template-columns: .9fr 1fr; gap: 1.75rem; }
  .home-story h3 { font-size: 1.65rem; }
  .home-story figure { margin: 0; }
  .home-story-next { margin-top: 0; }
  .home-research-areas { grid-template-columns: 1fr; }
  .home-research-areas > a, .home-research-areas > a:first-child { padding: 1.5rem 0; }
  .home-research-areas > a + a { border-left: 0; border-top: 1px solid var(--color-dark-border); }
  .home-research-areas h3 { margin: .75rem 0 1rem; }
  .home-perception { margin-top: 2.5rem; }
  .home-work-more { flex-direction: column; gap: .75rem; }
  .home-approach { padding-block: 3.5rem; }
}
@media (max-width: 560px) {
  .home-clarity .landing-hero h1 { font-size: 2.625rem; }
  .home-clarity .landing-lead .lead { font-size: 1.3rem; }
  .home-story { display: flex; gap: 0; }
  .home-story figure { margin-bottom: 1.25rem; }
  .home-story h3 { font-size: 1.8rem; }
  .home-stories { gap: 3rem; }
}
@media (prefers-reduced-motion: reduce) {
  .home-research-areas > a { transition: none; }
}
