body[data-page="founder"] {
  --founder-gold: 244, 202, 100;
  --founder-violet: 166, 119, 255;
  --founder-cyan: 90, 204, 255;
  --founder-green: 91, 226, 157;
  background-image:
    radial-gradient(circle at 72% 8%, rgba(var(--founder-gold), 0.08), transparent 26%),
    radial-gradient(circle at 14% 24%, rgba(var(--founder-violet), 0.07), transparent 28%);
}

.page-interior.page-layout-founder-cover .page-opening {
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  min-height: 720px;
  align-items: center;
}

.opening-founder-cover {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(var(--founder-gold), 0.34);
  border-radius: 34px;
  background: #080d1a;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.42);
}

.opening-founder-cover::before,
.opening-founder-cover::after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
}

.opening-founder-cover::before {
  inset: 0;
  background:
    linear-gradient(to top, rgba(7, 11, 23, 0.98), transparent 44%),
    radial-gradient(circle at 50% 18%, transparent 30%, rgba(7, 11, 23, 0.16) 70%, rgba(7, 11, 23, 0.72));
}

.opening-founder-cover::after {
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 33px;
}

.opening-founder-cover figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.opening-founder-cover figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.opening-founder-seal {
  position: absolute;
  z-index: 2;
  top: 1.2rem;
  left: 1.2rem;
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(var(--founder-gold), 0.35);
  border-radius: 999px;
  color: #fff1bc;
  background: rgba(7, 11, 23, 0.74);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.opening-founder-seal img {
  width: 30px;
  height: 30px;
}

.opening-founder-facts {
  position: absolute;
  z-index: 2;
  right: clamp(1rem, 3vw, 1.7rem);
  bottom: clamp(1rem, 3vw, 1.7rem);
  left: clamp(1rem, 3vw, 1.7rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(var(--founder-gold), 0.24);
  border-radius: 20px;
  background: rgba(8, 13, 27, 0.8);
  backdrop-filter: blur(18px);
}

.opening-founder-facts span {
  display: grid;
  gap: 0.22rem;
  padding: 0.85rem 0.9rem;
}

.opening-founder-facts span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.opening-founder-facts small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.opening-founder-facts strong {
  color: #fff3c4;
  font-size: 0.86rem;
}

.founder-foundation {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.founder-foundation-copy h2,
.founder-section-heading h2,
.founder-limits-heading h2,
.founder-access-heading h2 {
  max-width: 900px;
}

.founder-foundation-copy > p:not(.eyebrow),
.founder-section-heading > p,
.founder-limits-heading > p,
.founder-access-heading > p {
  color: var(--muted);
}

.founder-foundation-facts {
  display: grid;
  border-top: 1px solid rgba(var(--founder-gold), 0.3);
}

.founder-foundation-facts article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 0.22rem 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-foundation-facts span {
  grid-row: 1 / 3;
  color: rgb(var(--founder-gold));
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-foundation-facts strong {
  color: var(--text);
}

.founder-foundation-facts p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.founder-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(var(--founder-violet), 0.28);
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 20%, rgba(var(--founder-violet), 0.13), transparent 30%),
    linear-gradient(150deg, rgba(18, 24, 46, 0.97), rgba(8, 13, 27, 0.98));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.32);
}

.founder-story-reverse {
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
}

.founder-story-reverse .founder-story-media {
  grid-column: 2;
}

.founder-story-reverse .founder-story-copy {
  grid-column: 1;
  grid-row: 1;
}

.founder-story-media {
  position: relative;
  min-width: 0;
  min-height: 610px;
  overflow: hidden;
  margin: 0;
}

.founder-story-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, rgba(9, 14, 29, 0.98) 96%);
  pointer-events: none;
  content: "";
}

.founder-story-reverse .founder-story-media::after {
  background: linear-gradient(270deg, transparent 58%, rgba(9, 14, 29, 0.98) 96%);
}

.founder-story-media img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.founder-story-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: clamp(1.7rem, 4vw, 4rem);
}

.founder-story-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.founder-checklist {
  display: grid;
  gap: 0.7rem;
  margin: 1.35rem 0;
  padding: 0;
  list-style: none;
}

.founder-checklist li {
  position: relative;
  padding-left: 1.55rem;
  color: #c7cde0;
}

.founder-checklist li::before {
  position: absolute;
  top: 0.1rem;
  left: 0;
  color: rgb(var(--founder-green));
  content: "✓";
  font-weight: 950;
}

.founder-checklist strong {
  color: var(--text);
}

.founder-text-link,
.founder-capability a,
.founder-edition-lanes a,
.founder-access-path a {
  color: #d3b4ff;
  font-weight: 900;
  text-decoration: none;
}

.founder-text-link:hover,
.founder-capability a:hover,
.founder-edition-lanes a:hover,
.founder-access-path a:hover {
  color: #f1e5ff;
}

.founder-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.52fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(1.5rem, 4vw, 2.8rem);
}

.founder-section-heading > p {
  margin-bottom: 0.4rem;
}

.founder-capability-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.founder-capability {
  --capability-color: var(--founder-violet);
  position: relative;
  display: flex;
  min-height: 350px;
  overflow: hidden;
  flex-direction: column;
  grid-column: span 2;
  padding: 1.35rem;
  border: 1px solid rgba(var(--capability-color), 0.25);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(var(--capability-color), 0.14), transparent 30%),
    linear-gradient(145deg, rgba(20, 27, 50, 0.94), rgba(9, 14, 29, 0.94));
}

.founder-capability:nth-child(4),
.founder-capability:nth-child(5) {
  grid-column: span 3;
}

.founder-capability::after {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(var(--capability-color), 0.14);
  border-radius: 50%;
  content: "";
}

.founder-capability-identity { --capability-color: var(--founder-cyan); }
.founder-capability-activity { --capability-color: var(--founder-green); }
.founder-capability-economy { --capability-color: var(--founder-gold); }
.founder-capability-intelligence { --capability-color: 245, 105, 124; }
.founder-capability-staff { --capability-color: var(--founder-violet); }

.founder-capability-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 2.1rem;
  place-items: center;
}

.founder-capability-icon img {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 12px 20px rgba(var(--capability-color), 0.28));
}

.founder-capability .eyebrow {
  color: rgb(var(--capability-color));
}

.founder-capability h3 {
  max-width: 360px;
}

.founder-capability p:not(.eyebrow) {
  color: var(--muted);
}

.founder-capability a {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1rem;
}

.founder-benefits {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  overflow: hidden;
  border: 1px solid rgba(var(--founder-gold), 0.28);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(22, 27, 49, 0.96), rgba(9, 14, 28, 0.98));
}

.founder-benefits-art {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  grid-column: 1 / -1;
  margin: 0;
}

.founder-benefits-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 54%, rgba(10, 15, 30, 0.98));
  content: "";
}

.founder-benefits-art img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 47%;
}

.founder-benefits-copy {
  position: relative;
  z-index: 1;
  margin-top: -8rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.founder-benefits-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.founder-benefit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: -2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.founder-benefit-grid article {
  min-height: 178px;
  padding: 1rem 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-benefit-grid article:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-benefit-grid span {
  color: rgba(var(--founder-gold), 0.72);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.founder-benefit-grid h3 {
  margin: 0.75rem 0 0.35rem;
}

.founder-benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.founder-limits {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.92fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.founder-limits-grid {
  display: grid;
  border-top: 1px solid rgba(var(--founder-gold), 0.28);
}

.founder-limits-grid article {
  display: grid;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 0.58fr);
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-limits-grid strong {
  color: #fff0b7;
}

.founder-limits-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.founder-edition-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(151, 126, 255, 0.22);
  border-radius: 28px;
  background: rgba(10, 15, 29, 0.76);
}

.founder-edition-lanes article {
  display: grid;
  min-height: 330px;
  align-content: start;
  padding: clamp(1.35rem, 3vw, 2.1rem);
}

.founder-edition-lanes article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-edition-lanes img {
  width: 58px;
  height: 58px;
  margin-bottom: 2rem;
}

.founder-edition-lanes span {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-edition-lanes h3 {
  margin: 0.35rem 0 0.7rem;
}

.founder-edition-lanes p {
  color: var(--muted);
}

.founder-edition-lanes a {
  margin-top: auto;
}

.founder-edition-lane-private {
  background:
    radial-gradient(circle at 82% 16%, rgba(var(--founder-gold), 0.16), transparent 32%),
    linear-gradient(145deg, rgba(48, 34, 72, 0.42), rgba(13, 18, 33, 0.5));
}

.founder-development-flow {
  display: grid;
  gap: 0.65rem;
  margin: 1.25rem 0;
}

.founder-development-flow article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.founder-development-flow span {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(var(--founder-violet), 0.38);
  border-radius: 50%;
  place-items: center;
  color: #d8c0ff;
  font-size: 0.74rem;
  font-weight: 900;
}

.founder-development-flow p {
  margin: 0.18rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.founder-access {
  display: grid;
  grid-template-columns: minmax(300px, 0.56fr) minmax(0, 0.94fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.founder-access-heading {
  position: sticky;
  top: 8rem;
  align-self: start;
}

.founder-access-path {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.founder-access-path li {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 1rem;
  padding: 0 0 2rem;
}

.founder-access-path li:not(:last-child)::after {
  position: absolute;
  top: 54px;
  bottom: 0;
  left: 28px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(var(--founder-gold), 0.52), rgba(var(--founder-violet), 0.18));
  content: "";
}

.founder-access-path > li > span {
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(var(--founder-gold), 0.36);
  border-radius: 50%;
  place-items: center;
  color: #ffe69a;
  background: #0b1120;
  font-size: 0.72rem;
  font-weight: 950;
}

.founder-access-path h3 {
  margin: 0 0 0.35rem;
}

.founder-access-path p {
  margin: 0 0 0.45rem;
  color: var(--muted);
}

.founder-access-note {
  grid-column: 2;
  margin: 0;
  padding: 1rem 1.1rem;
  border-left: 2px solid rgb(var(--founder-gold));
  color: var(--muted);
  background: linear-gradient(90deg, rgba(var(--founder-gold), 0.08), transparent);
}

.founder-access-note strong {
  color: var(--text);
}

.founder-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.founder-faq-list details {
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(var(--founder-violet), 0.18);
  border-radius: 18px;
  background: rgba(14, 20, 39, 0.78);
}

.founder-faq-list summary {
  position: relative;
  padding: 1rem 3rem 1rem 1.1rem;
  color: var(--text);
  cursor: pointer;
  font-weight: 880;
  list-style: none;
}

.founder-faq-list summary::-webkit-details-marker {
  display: none;
}

.founder-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  color: rgb(var(--founder-gold));
  content: "+";
  transform: translateY(-50%);
  font-size: 1.3rem;
}

.founder-faq-list details[open] summary::after {
  content: "−";
}

.founder-faq-list details p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--muted);
}

.founder-final {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(var(--founder-gold), 0.34);
  border-radius: 36px;
  background: #080d1a;
}

.founder-final::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 13, 26, 0.97) 0%, rgba(8, 13, 26, 0.82) 42%, rgba(8, 13, 26, 0.14) 78%),
    linear-gradient(to top, rgba(8, 13, 26, 0.94), transparent 44%);
  pointer-events: none;
  content: "";
}

.founder-final-art {
  position: absolute;
  inset: 0;
  margin: 0;
}

.founder-final-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.founder-final-copy {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 690px;
  min-height: 620px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 6vw, 5rem);
}

.founder-final-copy p:not(.eyebrow) {
  color: #c5ccdd;
}

@media (max-width: 1100px) {
  .page-interior.page-layout-founder-cover .page-opening {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  }

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

  .founder-capability,
  .founder-capability:nth-child(4),
  .founder-capability:nth-child(5) {
    grid-column: auto;
  }

  .founder-capability:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .page-interior.page-layout-founder-cover .page-opening {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .opening-founder-cover {
    min-height: 560px;
  }

  .founder-foundation,
  .founder-limits,
  .founder-access {
    grid-template-columns: 1fr;
  }

  .founder-foundation-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(var(--founder-gold), 0.22);
    border-radius: 22px;
  }

  .founder-foundation-facts article {
    display: block;
    padding: 1rem;
    border-bottom: 0;
  }

  .founder-foundation-facts article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  .founder-foundation-facts span,
  .founder-foundation-facts strong,
  .founder-foundation-facts p {
    display: block;
  }

  .founder-foundation-facts strong {
    margin: 0.65rem 0 0.35rem;
  }

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

  .founder-story-reverse .founder-story-media,
  .founder-story-reverse .founder-story-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .founder-story-media,
  .founder-story-media img {
    min-height: 470px;
  }

  .founder-story-media::after,
  .founder-story-reverse .founder-story-media::after {
    background: linear-gradient(to bottom, transparent 58%, rgba(9, 14, 29, 0.99) 98%);
  }

  .founder-story-copy {
    margin-top: -4rem;
    padding-top: 1.5rem;
  }

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

  .founder-benefit-grid {
    margin-top: 0;
  }

  .founder-access-heading {
    position: static;
  }

  .founder-access-note {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .opening-founder-cover {
    min-height: 500px;
    border-radius: 26px;
  }

  .opening-founder-cover::after {
    border-radius: 25px;
  }

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

  .opening-founder-facts span {
    display: flex;
    justify-content: space-between;
  }

  .opening-founder-facts span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
  }

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

  .founder-foundation-facts article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
  }

  .founder-section-heading {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .founder-capability-grid,
  .founder-benefit-grid,
  .founder-edition-lanes,
  .founder-faq-list {
    grid-template-columns: 1fr;
  }

  .founder-capability:last-child {
    grid-column: auto;
  }

  .founder-capability {
    min-height: 315px;
  }

  .founder-benefits-art,
  .founder-benefits-art img {
    min-height: 400px;
  }

  .founder-benefits-copy {
    margin-top: -4rem;
  }

  .founder-benefit-grid article:nth-child(odd) {
    border-right: 0;
  }

  .founder-limits-grid article {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .founder-edition-lanes article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
  }

  .founder-edition-lanes article {
    min-height: 270px;
  }

  .founder-story-media,
  .founder-story-media img {
    min-height: 380px;
  }

  .founder-story-copy {
    margin-top: -2.5rem;
    padding-inline: 1.2rem;
  }

  .founder-access-path li {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .founder-access-path > li > span {
    width: 48px;
    height: 48px;
  }

  .founder-access-path li:not(:last-child)::after {
    top: 44px;
    left: 23px;
  }

  .founder-final,
  .founder-final-copy {
    min-height: 680px;
  }

  .founder-final::after {
    background:
      linear-gradient(to top, rgba(8, 13, 26, 0.99) 0%, rgba(8, 13, 26, 0.88) 52%, rgba(8, 13, 26, 0.12) 88%),
      linear-gradient(90deg, rgba(8, 13, 26, 0.38), transparent);
  }

  .founder-final-art img {
    object-position: 55% center;
  }

  .founder-final-copy {
    justify-content: flex-end;
    padding: 1.25rem;
  }
}

@media (max-width: 520px) {
  .opening-founder-cover {
    min-height: 460px;
  }

  .opening-founder-seal {
    top: 0.8rem;
    left: 0.8rem;
  }

  .opening-founder-facts {
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
  }

  .founder-story,
  .founder-benefits,
  .founder-final {
    border-radius: 24px;
  }

  .founder-story-media,
  .founder-story-media img {
    min-height: 320px;
  }

  .founder-benefits-art,
  .founder-benefits-art img {
    min-height: 330px;
  }

  .founder-capability-icon {
    margin-bottom: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .opening-founder-cover,
  .founder-story,
  .founder-capability {
    scroll-behavior: auto;
  }
}
