/* Davis Booth mentorship page — extends landing-home.css */

.davis-page .lh-nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 4px;
}

html:not(.lh-nav-solid) .davis-page .lh-nav a[aria-current="page"] {
  color: #fff;
}

html.lh-nav-solid .davis-page .lh-nav a[aria-current="page"] {
  color: var(--act-brand-strong);
}

/* ---- Dark founder hero ---- */
.davis-page .dv-page-shell.lh-hero-shell {
  padding-bottom: 0;
}

.davis-page .dv-hero {
  min-height: clamp(520px, 78vh, 820px);
}

.davis-page .dv-hero-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.92fr);
  align-items: stretch;
  padding-bottom: clamp(48px, 8vw, 72px);
}

.dv-hero-kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93c5fd;
}

.dv-hero-copy h1 span {
  display: block;
}

.dv-hero-rule {
  width: 56px;
  height: 3px;
  margin: 0 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
}

.dv-hero-sub {
  margin: 0 0 20px;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.92);
  max-width: 52ch;
}

.dv-hero-services {
  margin: 0 0 24px;
  padding: 20px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.dv-hero-services li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.94);
  line-height: 1.35;
}

.dv-hero-svc-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #60a5fa;
}

.dv-hero-svc-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.dv-hero-cta {
  margin-top: 4px;
}

.dv-hero-photo {
  position: relative;
  align-self: center;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 28px 56px -28px rgba(2, 6, 23, 0.75);
  background: #0b1530;
  min-height: 320px;
}

.dv-hero-photo picture,
.dv-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 52vh, 560px);
  object-fit: cover;
  object-position: center 12%;
}

.dv-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.42) 0%, transparent 38%);
  pointer-events: none;
}

/* ---- Why I mentor ---- */
.dv-main {
  padding-top: 0;
}

.dv-why {
  background: #f8fafc;
  border-bottom: 1px solid var(--lh-line);
}

.dv-why-inner {
  max-width: var(--lh-max);
  margin: 0 auto;
  padding: clamp(40px, 7vw, 64px) var(--lh-pad);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
  gap: clamp(28px, 5vw, 48px);
  align-items: start;
}

.dv-why-copy h2 {
  margin: 0 0 16px;
  font-family: var(--lh-display);
  font-size: clamp(1.65rem, 3.2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--lh-ink);
  line-height: 1.15;
  max-width: 22ch;
}

.dv-why-copy p {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.65;
  color: #334155;
  max-width: 58ch;
}

.dv-why-copy .lh-btn {
  margin-top: 8px;
}

.dv-glance {
  padding: clamp(22px, 3vw, 28px);
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--lh-line);
  box-shadow: 0 12px 32px -24px rgba(15, 23, 42, 0.12);
}

.dv-glance h2 {
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--act-brand-strong);
}

.dv-glance-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.dv-glance-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0 0;
}

.dv-glance-list li:first-child {
  padding-top: 0;
}

.dv-glance-text {
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e8f0;
}

.dv-glance-list li:last-child .dv-glance-text {
  padding-bottom: 0;
  border-bottom: 0;
}

.dv-glance-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #334155;
  background: #eff6ff;
}

.dv-glance-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.dv-glance-text strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--act-brand-strong);
}

.dv-glance-text span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #334155;
}

/* ---- Career journey ---- */
.dv-journey {
  background: #fff;
}

.dv-journey-inner {
  max-width: var(--lh-max);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 72px) var(--lh-pad);
}

.dv-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 24px);
  margin-top: clamp(28px, 4vw, 36px);
}

.dv-journey-step {
  position: relative;
  padding: 22px 18px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--lh-line);
  box-shadow: 0 8px 24px -18px rgba(15, 23, 42, 0.14);
}

.dv-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  background: var(--lh-blue);
}

.dv-step-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: var(--act-brand-strong);
  background: var(--act-brand-soft);
}

.dv-step-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.dv-journey-step h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--lh-ink);
}

.dv-journey-step p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--lh-muted);
  line-height: 1.5;
}

.dv-arc-visual {
  margin-top: clamp(28px, 4vw, 40px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 24px 48px -24px rgba(2, 6, 23, 0.45);
  background: #0b1530;
}

.dv-arc-visual picture,
.dv-arc-visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- Work with Davis ---- */
.dv-mentorship {
  max-width: var(--lh-max);
  margin: 0 auto;
  padding: 0 var(--lh-pad) clamp(48px, 8vw, 72px);
}

.dv-mentorship-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93c5fd;
}

.dv-mentorship-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 32px);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(120deg, #0b1530, #1e3a8a);
  box-shadow: 0 20px 48px -28px rgba(15, 23, 42, 0.45);
}

.dv-mentorship-card h2 {
  margin: 0 0 8px;
  font-family: var(--lh-display);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
}

.dv-mentorship-card p {
  margin: 0;
  max-width: 52ch;
  font-size: 0.95rem;
  color: rgba(226, 232, 240, 0.9);
  line-height: 1.55;
}

.dv-mentorship-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .davis-page .dv-hero-inner {
    grid-template-columns: 1fr;
  }

  .dv-hero-photo {
    order: -1;
    max-height: 360px;
  }

  .dv-hero-photo picture,
  .dv-hero-photo img {
    min-height: 280px;
    max-height: 360px;
  }

  .dv-why-inner {
    grid-template-columns: 1fr;
  }

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

  .dv-mentorship-card {
    grid-template-columns: 1fr;
  }

  .dv-mentorship-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .dv-hero-services {
    grid-template-columns: 1fr;
  }

  .dv-why-copy h2 {
    max-width: none;
  }

  .dv-journey-grid {
    grid-template-columns: 1fr;
  }
}
