/* ===============================
   FOUNDER PAGE
================================= */

.founder-page {
  min-height: 100vh;
  overflow-x: clip;
  background:
    linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.88),
      rgba(10, 10, 10, 0.96)
    ),
    url("https://cdn.affluentfit.com/athome-gym.webp")
      center / cover no-repeat;
}

.founder-shell {
  width: min(1120px, 100%);
  margin-inline: auto;
  padding-inline: 24px;
}

/* ===============================
   HERO
================================= */

.founder-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 140px 0 56px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(212, 175, 55, 0.08),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.18),
      rgba(10, 10, 10, 0.36)
    );
}

.founder-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.08),
    rgba(10, 10, 10, 0.22) 55%,
    rgba(10, 10, 10, 0.42)
  );
}

.founder-hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  pointer-events: none;
}

.founder-hero-inner {
  position: relative;
  z-index: 2;
}

.founder-kicker {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  color: #d4af37;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(212, 175, 55, 0.06);
  backdrop-filter: blur(8px);
}

.founder-title {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.founder-subtitle {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.8;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ===============================
   MAIN LAYOUT
================================= */

.founder-main {
  padding: 56px 0 88px;
  overflow: visible;
}

.founder-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(320px, 380px);
  gap: 32px;
  align-items: start;
}

.founder-content,
.founder-aside-column,
.founder-card,
.founder-aside-card {
  min-width: 0;
}

.founder-card,
.founder-aside-card,
.founder-aside-label {
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 20px;
  background: rgba(18, 18, 18, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.founder-card {
  padding: 34px 28px;
  overflow: hidden;
}

/* ===============================
   ARTICLE
================================= */

.founder-summary {
  margin: 0 0 26px;
  padding: 22px 22px 18px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 16px;
  background: rgba(212, 175, 55, 0.06);
}

.founder-summary-label {
  margin: 0 0 10px;
  color: #d4af37;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-summary ul,
.founder-key-points ul {
  margin: 0;
  padding-left: 20px;
}

.founder-summary li,
.founder-key-points li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.founder-summary li:last-child,
.founder-key-points li:last-child {
  margin-bottom: 0;
}

.founder-content-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0 0 28px;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.founder-content h2 {
  margin: 34px 0 16px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.founder-content p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.9;
}

.founder-key-points {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.founder-key-points h2 {
  margin-top: 0;
}

/* ===============================
   RELEVANT LINKS
================================= */

.founder-inline-links {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(212, 175, 55, 0.14);
}

.founder-inline-links p {
  margin-bottom: 12px;
}

.founder-inline-links ul {
  margin: 0;
  padding-left: 20px;
}

.founder-inline-links li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.88);
}

.founder-inline-links li:last-child {
  margin-bottom: 0;
}

.founder-inline-links a {
  color: #d4af37;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.founder-inline-links a:visited {
  color: #d4af37;
}

.founder-inline-links a:hover,
.founder-inline-links a:focus-visible {
  color: #f2d675;
  border-bottom-color: rgba(242, 214, 117, 0.8);
  outline: none;
}

/* ===============================
   ASIDE
================================= */

.founder-aside-column {
  position: relative;
  align-self: start;
}

.founder-aside-stack {
  display: grid;
  gap: 16px;
  will-change: transform;
}

.founder-aside-stack-native-sticky {
  position: sticky;
  top: 96px;
  will-change: auto;
}

.founder-aside-label {
  padding: 14px 18px;
  background: rgba(212, 175, 55, 0.08);
}

.founder-aside-label p {
  margin: 0;
  color: #d4af37;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-aside-card {
  padding: 24px;
}

.founder-aside-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 14px;
}

.founder-aside-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.founder-aside-text {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.8;
}

.founder-meta-list {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
}

.founder-meta-item {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.founder-meta-label {
  display: block;
  margin-bottom: 5px;
  color: #d4af37;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.founder-meta-value {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
  overflow-wrap: break-word;
}

.founder-cta-group {
  display: grid;
  gap: 12px;
}

.founder-cta-group .primary-cta,
.founder-cta-group .secondary-cta {
  width: 100%;
  min-width: 0;
  white-space: normal;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 980px) {
  .founder-hero {
    padding: 124px 0 44px;
  }

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

  .founder-aside-column {
    position: static;
  }

  .founder-aside-stack,
  .founder-aside-stack-native-sticky {
    position: static;
    top: auto;
    transform: none !important;
    will-change: auto;
  }

  .founder-hero-canvas {
    opacity: 0.64;
  }
}

@media (max-width: 640px) {
  .founder-shell {
    padding-inline: 16px;
  }

  .founder-hero {
    padding: 112px 0 36px;
  }

  .founder-title {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1.08;
  }

  .founder-subtitle {
    font-size: 1rem;
    line-height: 1.75;
  }

  .founder-main {
    padding: 40px 0 68px;
  }

  .founder-grid {
    gap: 22px;
  }

  .founder-card,
  .founder-aside-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .founder-aside-label {
    padding: 14px 18px;
    border-radius: 16px;
  }

  .founder-summary,
  .founder-key-points {
    padding: 18px;
    border-radius: 14px;
  }

  .founder-content h2 {
    font-size: 1.28rem;
  }

  .founder-content p,
  .founder-summary li,
  .founder-key-points li,
  .founder-aside-text,
  .founder-meta-value {
    line-height: 1.75;
  }

  .founder-hero-canvas {
    opacity: 0.56;
  }
}

/* ===============================
   REDUCED MOTION
================================= */

@media (prefers-reduced-motion: reduce) {
  .founder-hero-canvas {
    display: none;
  }

  .founder-aside-stack {
    will-change: auto;
  }
}
