
/* =========================================================
   RECTIFYWEB — FOUNDER PAGE
   Shared visual system with 3D-index.html
========================================================= */

.founder-site {
  min-height: 100vh;
}

.founder-site .site-header {
  position: sticky;
}

.founder-site .nav a.active {
  color: #43e89c;
}

.founder-hero {
  position: relative;
  min-height: 760px;
  padding: 90px 5% 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.founder-hero::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  right: -240px;
  top: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 230, 145, .12), transparent 68%);
  pointer-events: none;
}

.founder-hero-grid {
  width: min(1250px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(350px, .9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
}

.founder-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.founder-photo-shell {
  width: min(430px, 85%);
  aspect-ratio: 4 / 5;
  position: relative;
  border: 1px solid rgba(82, 239, 164, .35);
  border-radius: 24px;
  padding: 10px;
  background: linear-gradient(145deg, rgba(22, 35, 29, .9), rgba(5, 10, 8, .75));
  box-shadow: 0 45px 100px rgba(0,0,0,.6), 0 0 65px rgba(45,225,140,.12);
  transform: rotate(-2deg);
  overflow: hidden;
  z-index: 2;
}

.founder-photo-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(72,255,164,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72,255,164,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 2;
}

.founder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  filter: saturate(.92) contrast(1.04);
}

.founder-orbit {
  position: absolute;
  border: 1px solid rgba(65,230,154,.16);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 540px;
  height: 300px;
  transform: rotate(-28deg);
}

.orbit-two {
  width: 460px;
  height: 220px;
  transform: rotate(34deg);
  border-color: rgba(65,230,154,.09);
}

.founder-status {
  position: absolute;
  right: 0;
  bottom: 55px;
  z-index: 4;
  padding: 13px 17px;
  border: 1px solid rgba(67,232,156,.35);
  border-radius: 999px;
  background: rgba(5,12,9,.86);
  backdrop-filter: blur(15px);
  color: #d8e5df;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 20px 50px rgba(0,0,0,.45);
}

.founder-status span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #43e89c;
  box-shadow: 0 0 13px #43e89c;
}

.founder-copy {
  position: relative;
  z-index: 3;
  max-width: 680px;
}

.founder-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #aab7b1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  margin-bottom: 22px;
}

.founder-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #43e89c;
  box-shadow: 0 0 13px #43e89c;
}

.founder-copy h1 {
  margin: 0;
  font-size: clamp(52px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -4px;
}

.founder-copy h1 em {
  color: #43e89c;
  font-style: normal;
}

.founder-copy h2 {
  margin: 18px 0 25px;
  color: #cbd5d0;
  font-size: 18px;
  font-weight: 600;
}

.founder-copy p {
  color: #98a49f;
  line-height: 1.85;
  font-size: 15px;
  max-width: 650px;
}

.founder-copy .founder-lead {
  color: #d6ded9;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.founder-quote {
  display: flex;
  gap: 17px;
  margin: 30px 0;
  padding: 21px 23px;
  border: 1px solid rgba(255,255,255,.08);
  border-left: 2px solid rgba(67,232,156,.7);
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
}

.quote-mark {
  color: #43e89c;
  font-size: 38px;
  line-height: .8;
}

.founder-quote strong {
  display: block;
  color: #edf5f1;
  margin-bottom: 6px;
  font-size: 14px;
}

.founder-quote p {
  font-size: 13px;
  line-height: 1.6;
}

.founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.founder-container {
  width: min(1250px, 90%);
  margin: auto;
}

.founder-mission {
  padding: 110px 5%;
  border-top: 1px solid rgba(255,255,255,.05);
  background: linear-gradient(180deg, rgba(255,255,255,.012), transparent);
}

.founder-section-heading {
  max-width: 720px;
  margin-bottom: 52px;
}

.founder-section-heading label,
.founder-cta label {
  display: block;
  margin-bottom: 14px;
  color: #43e89c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.founder-section-heading h2,
.founder-cta h2 {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.05;
  letter-spacing: -2.5px;
}

.founder-section-heading h2 em,
.founder-cta h2 em {
  color: #43e89c;
  font-style: normal;
}

.founder-section-heading p,
.founder-cta p {
  margin-top: 18px;
  color: #8f9c96;
  font-size: 15px;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mission-card {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}

.mission-card:hover {
  transform: translateY(-7px);
  border-color: rgba(67,232,156,.28);
}

.mission-number {
  position: absolute;
  right: 24px;
  top: 20px;
  color: rgba(67,232,156,.5);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

.mission-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(67,232,156,.25);
  border-radius: 13px;
  color: #43e89c;
  font-size: 12px;
  font-weight: 800;
  background: rgba(67,232,156,.045);
}

.mission-card h3 {
  margin-bottom: 10px;
  color: #edf4f0;
  font-size: 21px;
}

.mission-card p {
  color: #8f9c96;
  font-size: 14px;
  line-height: 1.75;
}

.founder-cta {
  width: min(1250px, 90%);
  margin: 20px auto 110px;
  padding: 55px clamp(28px, 5vw, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(67,232,156,.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 50%, rgba(67,232,156,.11), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
}

.founder-footer {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 40px 5%;
  color: #77827d;
}

.founder-footer-inner {
  width: min(1250px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr auto;
  gap: 35px;
  align-items: center;
}

.founder-footer .logo {
  display: inline-block;
  margin-bottom: 9px;
}

.founder-footer p {
  max-width: 430px;
  color: #6f7b75;
  font-size: 12px;
  line-height: 1.6;
}

.founder-footer > .founder-footer-inner > span {
  font-size: 11px;
  white-space: nowrap;
}

.founder-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  justify-content: center;
}

.founder-footer .footer-links a {
  color: #87938d;
  font-size: 12px;
}

.founder-footer .footer-links a:hover,
.founder-footer .footer-links a.active {
  color: #43e89c;
}

@media (max-width: 1000px) {
  .founder-hero {
    min-height: auto;
    padding-top: 75px;
  }

  .founder-hero-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .founder-visual {
    min-height: 500px;
  }

  .founder-copy {
    max-width: 760px;
  }

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

  .founder-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .founder-footer p {
    margin: auto;
  }

  .founder-footer .footer-links {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .founder-site .site-header {
    height: 70px;
  }

  .founder-site .nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px 5%;
    background: rgba(3,7,6,.97);
    border-bottom: 1px solid rgba(255,255,255,.07);
  }

  .founder-site .nav.mobile-open {
    display: flex;
  }

  .founder-site .nav a {
    padding: 13px 0;
  }

  .founder-site .header-cta {
    display: none;
  }

  .founder-site .menu-btn {
    display: block;
  }

  .founder-hero {
    padding: 60px 5% 75px;
  }

  .founder-hero-grid {
    gap: 35px;
  }

  .founder-visual {
    min-height: 390px;
  }

  .founder-photo-shell {
    width: min(330px, 82%);
  }

  .orbit-one {
    width: 400px;
    height: 230px;
  }

  .orbit-two {
    width: 350px;
    height: 180px;
  }

  .founder-status {
    right: 3%;
    bottom: 15px;
  }

  .founder-copy h1 {
    font-size: clamp(46px, 14vw, 66px);
    letter-spacing: -3px;
  }

  .founder-copy .founder-lead {
    font-size: 16px;
  }

  .founder-actions .btn {
    width: 100%;
  }

  .founder-mission {
    padding: 80px 5%;
  }

  .founder-section-heading h2,
  .founder-cta h2 {
    letter-spacing: -1.8px;
  }

  .founder-cta {
    width: 90%;
    margin-bottom: 80px;
    padding: 40px 25px;
    align-items: flex-start;
    flex-direction: column;
  }

  .founder-cta .btn {
    width: 100%;
  }
}
