/* ============================================
   FOUNDERS PAGE — founders.css
   ============================================ */

/* ---- ACTIVE NAV LINK ---- */
.nav__link--active { color: var(--lime) !important; }

/* ============================================
   HERO
   ============================================ */
.fs-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 9rem 0 5rem;
  background: var(--teal);
  position: relative;
  overflow: hidden;
}
.fs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 70% 40%, rgba(143,212,58,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 15% 70%, rgba(46,200,122,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.fs-hero__bg {
  position: absolute;
  bottom: -3vw;
  right: -2vw;
  font-family: var(--font-display);
  font-size: clamp(5rem, 15vw, 18rem);
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(143,212,58,0.05);
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}
.fs-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 100px;
  border: 1px solid rgba(143,212,58,0.25);
  background: rgba(143,212,58,0.06);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 2rem;
}
.fs-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--cream);
  margin-bottom: 1.5rem;
}
.fs-hero__title em { font-style: normal; color: var(--lime); }
.fs-hero__sub {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--cream-dim);
  max-width: 580px;
  line-height: 1.7;
}

/* ============================================
   ORIGIN QUOTE
   ============================================ */
.fs-origin {
  background: var(--lime);
  padding: 5rem 0;
}
.fs-origin__inner { max-width: 820px; }
.fs-origin__quote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--teal);
  border: none;
  margin: 0;
  padding: 0;
  quotes: none;
}
.fs-origin__quote::before,
.fs-origin__quote::after { content: none; }

/* ============================================
   FOUNDER SECTIONS
   ============================================ */
.fs-founder { padding: 7rem 0; }
.fs-founder--light { background: var(--white); }
.fs-founder--dark  { background: var(--teal); }

.fs-founder__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: start;
}
.fs-founder__grid--reverse { grid-template-columns: 1.4fr 1fr; }

/* Image column */
.fs-founder__img-wrap {
  position: sticky;
  top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.fs-founder__img-placeholder {
  aspect-ratio: 3/4;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, var(--teal-light) 0%, var(--teal-mid) 100%);
  border: 2px dashed rgba(143,212,58,0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}
.fs-founder__img-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(143,212,58,0.06) 0%, transparent 70%);
}
.fs-founder__img-placeholder--lime {
  background: linear-gradient(135deg, #1a3a2a 0%, #0d2b2b 100%);
  border-color: rgba(143,212,58,0.35);
}
.fs-founder__initials {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 800;
  color: rgba(143,212,58,0.25);
  line-height: 1;
  position: relative;
  z-index: 1;
}
.fs-founder__img-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(238,233,208,0.3);
  position: relative;
  z-index: 1;
}
.fs-founder__img-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.45rem 1rem;
  border-radius: 100px;
  background: rgba(143,212,58,0.1);
  border: 1px solid rgba(143,212,58,0.2);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--lime);
  letter-spacing: 0.04em;
}
.fs-founder__img-tag--lime {
  background: rgba(143,212,58,0.15);
  border-color: rgba(143,212,58,0.35);
}

/* Real photo */
.fs-founder__img-real {
  aspect-ratio: 3/4;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #0a0a0a;
}
.fs-founder__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Light section overrides */
.fs-founder--light .fs-founder__img-placeholder {
  background: linear-gradient(135deg, #e8e3cc 0%, #d4ceb8 100%);
  border-color: rgba(13,43,43,0.12);
}
.fs-founder--light .fs-founder__initials { color: rgba(13,43,43,0.2); }
.fs-founder--light .fs-founder__img-label { color: rgba(13,43,43,0.35); }
.fs-founder--light .fs-founder__img-tag {
  background: rgba(13,43,43,0.06);
  border-color: rgba(13,43,43,0.12);
  color: var(--teal);
}

/* Content column */
.fs-founder__num {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lime);
  opacity: 0.7;
  margin-bottom: 1.25rem;
}
.fs-founder--light .fs-founder__num { color: var(--lime-dark); }

.fs-founder__name {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 0.5rem;
}
.fs-founder--light .fs-founder__name { color: var(--teal); }

.fs-founder__role {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--lime);
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}
.fs-founder--light .fs-founder__role { color: var(--lime-dark); }

.fs-founder__story { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 2rem; }
.fs-founder__story p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--cream-dim);
}
.fs-founder__story em { font-style: italic; color: var(--lime); font-weight: 500; }
.fs-founder--light .fs-founder__story p { color: rgba(13,43,43,0.7); }
.fs-founder--light .fs-founder__story em { color: var(--lime-dark); }

.fs-founder__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.fs-founder__tags span {
  padding: 0.4rem 1rem;
  border-radius: 100px;
  border: 1.5px solid rgba(143,212,58,0.2);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cream-dim);
  letter-spacing: 0.04em;
}
.fs-founder--light .fs-founder__tags span {
  border-color: rgba(13,43,43,0.15);
  color: rgba(13,43,43,0.6);
}

/* ============================================
   MARQUEE DIVIDER
   ============================================ */
.fs-divider {
  overflow: hidden;
  background: var(--teal-light);
  padding: 1rem 0;
  border-top: 1px solid rgba(143,212,58,0.08);
  border-bottom: 1px solid rgba(143,212,58,0.08);
}
.fs-divider__track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  animation: marquee 20s linear infinite;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cream-dim);
}
.fs-divider__dot { font-size: 0.5rem; color: var(--lime); }

/* ============================================
   TOGETHER SECTION
   ============================================ */
.fs-together {
  background: var(--teal);
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}
.fs-together::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(143,212,58,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.fs-together__inner { max-width: 860px; position: relative; z-index: 1; }
.fs-together__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--cream);
  margin-bottom: 1.5rem;
}
.fs-together__title em { font-style: normal; color: var(--lime); }
.fs-together__body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--cream-dim);
  max-width: 700px;
  margin-bottom: 3.5rem;
}
.fs-together__values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.fs-together__value {
  padding: 1.75rem;
  border-radius: 1rem;
  background: rgba(238,233,208,0.04);
  border: 1px solid rgba(238,233,208,0.08);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.fs-together__value:hover {
  border-color: rgba(143,212,58,0.2);
  transform: translateY(-4px);
}
.fs-together__value span { font-size: 1.75rem; display: block; margin-bottom: 0.75rem; }
.fs-together__value strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 0.5rem;
}
.fs-together__value p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--cream-dim);
  margin: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .fs-together__values { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .fs-hero { min-height: auto; padding: 8rem 0 4rem; }
  .fs-founder__grid,
  .fs-founder__grid--reverse { grid-template-columns: 1fr; gap: 2.5rem; }
  .fs-founder__grid--reverse .fs-founder__content { order: 1; }
  .fs-founder__grid--reverse .fs-founder__image-col { order: 2; }
  .fs-founder__img-wrap { position: static; }
  .fs-founder__img-placeholder { aspect-ratio: 4/3; }
  .fs-together__values { grid-template-columns: 1fr; }
  .fs-origin { padding: 3.5rem 0; }
  .fs-founder { padding: 5rem 0; }
  .fs-together { padding: 5rem 0; }
}

@media (max-width: 480px) {
  .fs-hero__title { font-size: 2rem; }
  .fs-founder__name { font-size: 1.8rem; }
  .fs-together__title { font-size: 1.8rem; }
  .fs-origin__quote { font-size: 1.15rem; }
}
