/* /css/founders/founders-v12.css (FULL REPLACE)
   - Founders Overview page-only styling
   - ASSUMES common CSS is loaded:
     /css/global.css, /css/layout.css, /css/components.css, /css/layout.css
   - No global reset, no .container/.btn/.chip base redefinitions.
   - All overrides are scoped under .founders-page / .founders
*/

/* ===============================
   Page skin (light tone for this page)
   =============================== */
.founders-page{
  /* Use light tokens from global.css via data-theme="light" */
  background:
    radial-gradient(1200px at 50% -20%, #ffffff 0%, rgba(0,0,0,0) 45%),
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0)),
    var(--bg);
  color: var(--fg);
}

.founders{
  width: 100%;
  margin: 0;
  padding: 0;
}

.after-hero{
  padding: 22px 0 54px;
}

/* ===============================
   HERO (full-bleed)
   =============================== */
.f-hero{
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid var(--line);
  background: #0b0f19;
}

.f-hero__media{
  position: relative;
  width: 100%;
  aspect-ratio: 2560 / 1117;
  min-height: 76vh;
  background: #0b0f19;
}

.f-hero__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.88) contrast(1.06) saturate(.96);
  transform: scale(1.02);
}

.f-hero__overlay{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 520px at 30% 45%, rgba(0,0,0,.20), rgba(0,0,0,.58) 70%),
    radial-gradient(720px 340px at 70% 35%, rgba(201,162,77,0.12), rgba(0,0,0,0) 70%),
    linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.10) 40%, rgba(0,0,0,.70));
}

.f-hero__inner{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.f-hero__content{
  width: min(860px, 100%);
  padding: 72px 0;
  /* badge sits at bottom; give breathing room */
  padding-bottom: clamp(108px, 10vh, 140px);
}

.f-hero__eyebrow{
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.74);
}

.f-hero__title{
  margin: 0 0 14px;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.06;
  letter-spacing: -.02em;
  text-shadow: 0 18px 54px rgba(0,0,0,0.62);
  color: rgba(255,255,255,0.96);
}

.f-hero__subtitle{
  margin: 10px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.75;
  max-width: 80ch;
}

.f-hero__cta{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

/* HERO buttons: reuse .btn from components.css, just skin in hero */
.founders-page .f-hero .btn{
  color: #ffffff;
  border-color: rgba(255,255,255,.32);
  background: rgba(0,0,0,.35);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  font-weight: 900;
  letter-spacing: .02em;
}

.founders-page .f-hero .btn:hover{
  background: rgba(0,0,0,.45);
  text-decoration: none;
}

.founders-page .f-hero .btn-primary{
  background: linear-gradient(180deg, rgba(255,214,102,0.38), rgba(0,0,0,0.15));
  border-color: rgba(255,214,102,0.55);
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

.founders-page .f-hero .btn-ghost{
  background: rgba(0,0,0,.42);
  border-color: rgba(255,255,255,.28);
}

/* HERO chips: reuse .chip from components.css, but skin for hero */
.founders-page .chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.founders-page .f-hero .chip{
  color: rgba(255,255,255,0.90);
  border-color: rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  font-size: 12.5px;
  line-height: 1;
}

.founders-page .f-hero .chip::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffd666;
  box-shadow: 0 0 6px rgba(255,214,102,.55);
}

.founders-page .f-hero .chip:nth-child(even)::before{
  background: #3ddc97;
  box-shadow: 0 0 6px rgba(61,220,151,.55);
}

/* ===============================
   HERO bottom badge
   =============================== */
.f-hero__badgewrap{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding: 0 24px;
  pointer-events: none;
}

.f-hero__badge{
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 999px;

  background: rgba(0,0,0,0.38);
  border: 1px solid rgba(255,255,255,0.18);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow:
    0 18px 50px rgba(0,0,0,0.28),
    0 0 0 1px rgba(0,0,0,0.18) inset;
}

.f-hero__badgeimg{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  object-fit: cover;

  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);

  box-shadow:
    0 14px 30px rgba(0,0,0,0.22),
    0 0 0 1px rgba(0,0,0,0.18) inset;
}

.f-hero__badgetxt{
  display: grid;
  gap: 2px;
  line-height: 1.2;
}

.f-hero__badgetitle{
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,0.92);
}

.f-hero__badgesub{
  font-size: 12.5px;
  color: rgba(255,255,255,0.74);
}

/* ===============================
   Sections: grids + cards (page-specific)
   =============================== */
.fgrid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 900px){
  .fgrid{ grid-template-columns: 1.1fr 0.9fr; gap: 16px; }
}

.fgrid3{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 14px;
}

@media (min-width: 980px){
  .fgrid3{ grid-template-columns: 1fr 1fr 1fr; }
}

/* Founders card (does NOT override .card) */
.fcard{
  background:
    radial-gradient(900px 360px at 20% 0%, rgba(201,162,77,0.08), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.00));
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 30px rgba(16,24,40,0.10);
}

/* Titles / text */
.fcard__title{
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.52);
  margin: 0 0 10px;
  font-weight: 900;
}

.fcard__body{
  font-size: 15px;
  line-height: 1.85;
  color: rgba(12,18,30,0.92);
}

.lead{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.01em;
  font-weight: 650;
  color: rgba(12,18,30,0.94);
}

.lead strong{
  font-weight: 900;
  color: rgba(12,18,30,0.96);
}

.inline-muted{ color: rgba(12,18,30,0.62); }

.lead-rule{
  margin: 12px 0 12px;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, rgba(201,162,77,0.52), rgba(34,97,255,0.10), rgba(0,0,0,0));
}

.lead-sub{
  margin: 0 0 10px;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(12,18,30,0.76);
}

.lead-note{
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(12,18,30,0.70);
}

.fcard__body p{ margin: 0 0 10px; }
.fcard__body p:last-child{ margin-bottom: 0; }

/* Summary list */
.policy{
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.policy li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(12,18,30,0.92);
  font-size: 14.5px;
  line-height: 1.75;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.policy li::before{
  content: "•";
  color: rgba(12,18,30,0.38);
  font-size: 18px;
  line-height: 1.2;
  flex: 0 0 auto;
  margin-top: 1px;
}

/* Split panes */
.split{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 760px){
  .split{ grid-template-columns: 1fr 1fr; }
}

.pane{
  border-radius: 16px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(255,255,255,0.78);
  box-shadow: 0 12px 34px rgba(0,0,0,0.06);
}

.pane__kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.52);
  margin-bottom: 10px;
  font-weight: 900;
}

.pane__kicker span{
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(255,255,255,0.66);
  color: rgba(12,18,30,0.82);
}

.pane__headline{
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px;
  color: rgba(12,18,30,0.92);
  letter-spacing: -0.01em;
}

.pane__meta{
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(12,18,30,0.70);
  margin: 0;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

/* KV rows */
.kv{
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.kv-row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(255,255,255,0.70);
}

.kv-row b{
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.52);
}

.kv-row span{
  font-family: var(--mono);
  font-size: 12.5px;
  color: rgba(12,18,30,0.86);
  letter-spacing: 0.02em;
}

/* Callout */
.callout{
  margin-top: 14px;
  border-radius: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(201,162,77,0.22);
  background:
    radial-gradient(900px 220px at 20% 0%, rgba(201,162,77,0.10), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.62));
  box-shadow: 0 18px 54px rgba(0,0,0,0.06);
}

.callout__title{
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(12,18,30,0.78);
  margin: 0 0 10px;
  font-weight: 950;
}

.callout__text{
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(12,18,30,0.82);
  margin: 0;
}

.note{
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(12,18,30,0.62);
}

/* Scoped link tone inside founders content only */
.founders .fcard a,
.founders .callout a{
  color: rgba(12,18,30,0.88);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(12,18,30,0.20);
}

.founders .fcard a:hover,
.founders .callout a:hover{
  text-decoration-color: rgba(12,18,30,0.40);
}

/* Specs */
.spec{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(255,255,255,0.80);
  box-shadow: 0 16px 46px rgba(0,0,0,0.06);
  padding: 16px 16px 14px;
}

.spec__k{
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.52);
  font-weight: 950;
  margin-bottom: 10px;
}

.spec__v{
  font-size: 14px;
  line-height: 1.75;
  color: rgba(12,18,30,0.86);
  margin: 0;
}

/* Emblem row */
.emblem-row{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.emblem-badge{
  width: 84px;
  height: 84px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.10);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.75), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(201,162,77,0.12), rgba(34,97,255,0.06));
  box-shadow: 0 16px 46px rgba(0,0,0,0.06);
  display: grid;
  place-items: center;
}

.emblem-badge img{
  width: 64px;
  height: 64px;
}

.emblem-copy{
  flex: 1 1 360px;
  min-width: 260px;
}

/* FAQ */
.faq{
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

details.faq-item{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(255,255,255,0.86);
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
  overflow: hidden;
}

details.faq-item summary{
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  user-select: none;
}

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

.faq-q{
  font-weight: 950;
  letter-spacing: 0.02em;
  color: rgba(12,18,30,0.92);
}

.faq-ic{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(12,18,30,0.04);
  display: grid;
  place-items: center;
  font-size: 18px;
  color: rgba(12,18,30,0.70);
  flex: 0 0 auto;
  transition: transform .14s ease;
}

details.faq-item[open] .faq-ic{ transform: rotate(45deg); }

.faq-a{
  padding: 0 16px 14px;
  color: rgba(12,18,30,0.78);
  font-size: 14px;
  line-height: 1.85;
}

/* Back to top */
.back-top{
  margin-top: 14px;
  font-size: 13.5px;
  color: rgba(12,18,30,0.62);
}

/* Responsive */
@media (max-width: 980px){
  .f-hero__media{ min-height: 74vh; }
}

@media (max-width: 720px){
  .f-hero__content{ padding: 60px 0; padding-bottom: clamp(108px, 10vh, 140px); }
}

@media (max-width: 520px){
  .f-hero__cta .btn{ width: 100%; }
  .f-hero__badge{
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px 12px;
  }
  .f-hero__badgeimg{
    width: 42px;
    height: 42px;
  }
}

/* ===============================
   Floating Genesis CTA
   =============================== */
.genesis-float{
  position: fixed;

  right: clamp(140px, 11vw, 260px);
  bottom: clamp(120px, 14vh, 200px);

  right: calc(clamp(140px, 11vw, 260px) + env(safe-area-inset-right, 0px));
  bottom: calc(clamp(120px, 14vh, 200px) + env(safe-area-inset-bottom, 0px));

  z-index: 9999;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 18px 20px;
  border-radius: 999px;

  border: 1px solid rgba(255, 214, 130, 0.36);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.22), rgba(0,0,0,0) 55%),
    linear-gradient(180deg, rgba(255,214,130,0.22), rgba(255,140,60,0.12));

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow:
    0 26px 80px rgba(0,0,0,0.22),
    0 0 0 1px rgba(0,0,0,0.10) inset,
    0 0 52px rgba(255,214,130,0.18);

  transform: translateZ(0);

  transition:
    transform 220ms cubic-bezier(.22,.61,.36,1),
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease;

  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.genesis-float:hover{
  transform: translateY(-2px);
  border-color: rgba(255,214,130,0.55);
  box-shadow:
    0 32px 96px rgba(0,0,0,0.26),
    0 0 0 1px rgba(0,0,0,0.10) inset,
    0 0 64px rgba(255,214,130,0.22);
  text-decoration: none;
}

.genesis-float:active{ transform: translateY(0px) scale(0.99); }

/* Small safety: don’t cover content on tiny devices */
@media (max-width: 520px){
  .genesis-float{
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
  }
}


.pv-footer__link.is-decor{
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
  opacity: 0.88;
}
.pv-footer__link.is-decor:hover{
  text-decoration: none !important;
}