/* Homepage refinement layer — Valence website v0.2.1 responsive correction */

.home-hero {
  min-height: 640px;
  padding-top: 140px;
  padding-bottom: 78px;
}

.home-hero-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 64px;
}

.hero-kicker {
  margin: 24px 0 0;
  color: rgba(255,255,255,.74);
  font-size: 18px;
  font-weight: 560;
  letter-spacing: .01em;
}

.hero-mark {
  min-height: 360px;
}

.hero-mark::before,
.hero-mark::after {
  display: none;
}

.hero-mark img {
  width: min(305px, 70vw);
  filter: none;
}

.section {
  padding-top: 78px;
  padding-bottom: 78px;
}

.section-title-only {
  margin-bottom: 38px;
}

.services-section,
.outcomes-section {
  background: var(--warm-mist);
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-grid .content-card,
.outcomes-section .content-card {
  min-height: 0;
  background: var(--white);
}

.services-grid .content-card {
  padding: 25px;
}

.services-grid .content-card p,
.outcomes-section .content-card p {
  font-size: 14px;
}

#industries,
.method-section {
  border-bottom: 1px solid var(--border);
}

.method-section .method-flow {
  margin-top: 4px;
}

.method-section .method-copy {
  display: none;
}

.method-icon::after {
  display: none;
}

.method-icon {
  border-width: 1.5px;
}

.outcomes-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.founder-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 54px;
}

.founder-photo {
  min-height: 0;
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  background: var(--warm-mist);
}

.founder-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  image-rendering: auto;
}

.founder-copy .eyebrow {
  margin-bottom: 10px;
}

.founder-copy .section-title {
  margin-bottom: 20px;
}

.founder-copy p {
  margin: 0 0 15px;
  color: var(--text-soft);
  font-size: 16.5px;
  line-height: 1.52;
}

.founder-copy p:last-of-type {
  margin-bottom: 0;
}

.founder-meta {
  margin-top: 24px;
  padding-top: 20px;
  line-height: 1.45;
}

.contact-compact {
  padding-top: 58px;
  padding-bottom: 58px;
  background: var(--deep-navy);
}

.contact-compact .contact-layout {
  align-items: center;
}

.contact-compact h2 {
  font-size: clamp(31px, 3.2vw, 42px);
}

.contact-compact p {
  margin-top: 12px;
  font-size: 16px;
}

.site-footer .footer-inner {
  min-height: 106px;
}

@media (max-width: 980px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founder-layout {
    grid-template-columns: 1fr;
  }

  .founder-photo {
    max-width: 820px;
  }
}

@media (max-width: 760px) {
  .home-hero {
    min-height: 0;
    padding-top: calc(var(--header-height) + 44px);
    padding-bottom: 58px;
    align-items: flex-start;
  }

  .home-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    align-items: start;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
  }

  .hero .eyebrow {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: .12em;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 12.2vw, 52px);
    line-height: 1;
    text-wrap: balance;
  }

  .hero-kicker {
    max-width: 32ch;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.45;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .hero-actions .button {
    width: fit-content;
    min-width: 0;
    white-space: nowrap;
  }

  .hero-mark {
    min-height: 0;
    padding-top: 2px;
  }

  .hero-mark img {
    width: min(205px, 56vw);
  }

  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .section-title-only {
    margin-bottom: 30px;
  }

  .services-grid,
  .outcomes-grid {
    grid-template-columns: 1fr;
  }

  .method-section .method-flow {
    margin-top: 0;
  }

  .founder-layout {
    gap: 34px;
  }

  .founder-photo {
    aspect-ratio: 3 / 2;
  }

  .founder-copy .eyebrow {
    margin-bottom: 8px;
  }

  .founder-copy .section-title {
    margin-bottom: 17px;
    font-size: clamp(36px, 10.2vw, 42px);
    line-height: 1.04;
  }

  .founder-copy p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
  }

  .founder-meta {
    margin-top: 22px;
    padding-top: 18px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .contact-compact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
