.umbrella-page {
  min-height: 72vh;
  overflow: hidden;
}

.umbrella-hero {
  padding: clamp(76px, 10vw, 132px) 0 clamp(64px, 8vw, 104px);
}

.umbrella-hero-grid {
  display: grid;
  align-items: end;
  gap: clamp(40px, 8vw, 112px);
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .72fr);
}

.umbrella-hero h1,
.umbrella-section h2,
.proof-card h2,
.about-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .96;
}

.umbrella-hero h1 {
  max-width: 820px;
  font-size: clamp(3.8rem, 8vw, 7.4rem);
}

.umbrella-hero h1 em {
  color: var(--sage-dark);
  font-weight: 400;
}

.umbrella-hero-note {
  padding: 24px 0 4px 24px;
  border-left: 1px solid var(--line);
}

.umbrella-hero-note strong,
.proof-card-tag,
.about-stat span {
  display: block;
  color: var(--sage-dark);
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.umbrella-hero-note p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.umbrella-section {
  padding: clamp(72px, 9vw, 112px) 0;
}

.umbrella-section-dark {
  background: var(--ink);
  color: var(--white);
}

.umbrella-section-heading {
  display: grid;
  align-items: end;
  gap: 28px;
  margin-bottom: 42px;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .65fr);
}

.umbrella-section h2,
.about-copy h1 {
  font-size: clamp(2.9rem, 5.6vw, 5.4rem);
}

.umbrella-section-heading > p {
  margin: 0;
  color: var(--muted);
}

.umbrella-section-dark .f-kicker {
  color: var(--sage-pale);
}

.umbrella-section-dark .umbrella-section-heading > p {
  color: #bdb7aa;
}

.proof-grid {
  display: grid;
  border: 1px solid rgba(255, 253, 248, .14);
  background: rgba(255, 253, 248, .14);
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-card {
  display: flex;
  min-height: 360px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--ink-soft);
  flex-direction: column;
  transition: background 160ms ease, transform 160ms ease;
}

a.proof-card:hover {
  z-index: 1;
  background: #36352e;
  transform: translateY(-3px);
}

.proof-card h2 {
  max-width: 520px;
  margin-top: 26px;
  font-size: clamp(2.6rem, 4.7vw, 4.5rem);
}

.proof-card p {
  max-width: 540px;
  margin: 22px 0 0;
  color: #c9c4b8;
}

.proof-card-link {
  margin-top: auto;
  padding-top: 34px;
  color: var(--sage-pale);
  font-size: .78rem;
  font-weight: 700;
}

.proof-card-private {
  background: #23231f;
}

.proof-card-private .proof-card-link {
  color: #8f8a80;
}

.proof-bridge {
  display: grid;
  align-items: center;
  gap: 34px;
  padding: clamp(44px, 7vw, 78px) 0;
  grid-template-columns: minmax(0, 1fr) auto;
}

.proof-bridge h2 {
  max-width: 790px;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.proof-bridge p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
}

.proof-bridge-actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
  flex-direction: column;
}

.about-profile {
  display: grid;
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.05fr);
}

.about-portrait {
  position: relative;
}

.about-portrait::before {
  position: absolute;
  z-index: -1;
  right: -18px;
  bottom: -18px;
  width: 68%;
  height: 68%;
  border: 1px solid var(--sage);
  content: "";
}

.about-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 16%;
  filter: saturate(.78) contrast(1.03);
}

.about-copy > p:not(.f-kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: #4f4b43;
  font-size: 1.03rem;
}

.about-stats {
  display: grid;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.about-stat {
  padding: 23px 18px 23px 0;
}

.about-stat + .about-stat {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.about-stat strong {
  display: block;
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.about-proof-note {
  margin-top: 18px !important;
  font-size: .72rem !important;
}

.about-range-grid {
  display: grid;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.about-range-grid article {
  padding: 30px 26px 30px 0;
}

.about-range-grid article + article {
  padding-left: 26px;
  border-left: 1px solid var(--line);
}

.about-range-grid span {
  color: var(--sage-dark);
  font-family: var(--mono);
  font-size: .65rem;
}

.about-range-grid h3 {
  margin: 14px 0 10px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.about-range-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
}

@media (max-width: 840px) {
  .umbrella-hero-grid,
  .umbrella-section-heading,
  .proof-bridge,
  .about-profile {
    grid-template-columns: 1fr;
  }

  .umbrella-hero-note {
    max-width: 620px;
  }

  .proof-grid,
  .about-range-grid {
    grid-template-columns: 1fr;
  }

  .proof-card {
    min-height: 320px;
  }

  .proof-bridge-actions {
    max-width: 360px;
  }

  .about-portrait {
    max-width: 520px;
  }

  .about-range-grid article + article {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .umbrella-hero h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .umbrella-hero-note {
    padding-left: 18px;
  }

  .proof-card {
    min-height: 290px;
    padding: 28px 22px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stat + .about-stat {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}
