/* ─────────────────────────────────────────────────────────────
   About — Hero
   ───────────────────────────────────────────────────────────── */

.fe-about-hero {
  position: relative;
  background: var(--fe-cream);
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 5% 100px;
  overflow: hidden;
}

/* Background photo layer */
.fe-about-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Dark overlay — only visible when a bg image is present */
.fe-about-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}

.fe-about-hero--has-bg .fe-about-hero__overlay {
  opacity: 1;
}

.fe-about-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}

/* Text overrides when background image is active */
.fe-about-hero--has-bg .fe-about-hero__title {
  color: var(--fe-white);
}

.fe-about-hero--has-bg .fe-about-hero__sub {
  color: rgba(255, 255, 255, 0.8);
}

.fe-about-hero--has-bg .fe-about__eyebrow {
  color: var(--fe-gold);
}

.fe-about-hero--has-bg .fe-about-hero__line {
  background: var(--fe-gold);
}

.fe-about-hero__line {
  width: 36px;
  height: 1px;
  background: var(--fe-gold);
  margin: 20px auto 28px;
}

.fe-about-hero__title {
  font-family: var(--fe-font-display), serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 400;
  color: var(--fe-black);
  line-height: 1.12;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.fe-about-hero__sub {
  font-family: var(--fe-font-body), sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--fe-warm-gray);
  margin: 0 auto;
  max-width: 560px;
}

/* ─────────────────────────────────────────────────────────────
   Section shells
   ───────────────────────────────────────────────────────────── */

.fe-about-section {
  padding: 96px 5%;
}

.fe-about-section--cream      { background: var(--fe-cream); }
.fe-about-section--cream-dark { background: var(--fe-cream-dark); }
.fe-about-section--white      { background: var(--fe-white); }
.fe-about-section--black      { background: var(--fe-black); }

/* ─────────────────────────────────────────────────────────────
   Inner containers
   ───────────────────────────────────────────────────────────── */

.fe-about__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.fe-about__inner--centered {
  text-align: center;
}

.fe-about__inner--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.fe-about__inner--founder {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
  align-items: start;
}

/* ─────────────────────────────────────────────────────────────
   Shared typography
   ───────────────────────────────────────────────────────────── */

.fe-about__eyebrow {
  display: block;
  font-family: var(--fe-font-body), sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fe-gold);
  margin-bottom: 20px;
}

.fe-about__eyebrow--center {
  text-align: center;
}

.fe-about__title {
  font-family: var(--fe-font-display), serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 400;
  color: var(--fe-black);
  line-height: 1.18;
  margin: 0 0 24px;
}

.fe-about__title--center {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}

.fe-about__title--white {
  color: var(--fe-white);
}

.fe-about__title--founder {
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  margin-bottom: 8px;
}

.fe-about__body {
  font-family: var(--fe-font-body), sans-serif;
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--fe-warm-gray);
  margin: 0;
}

.fe-about__body--spaced {
  margin-top: 20px;
}

.fe-about__body--editorial {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.97rem;
  line-height: 1.9;
  text-align: left;
}

.fe-about__body--closing {
  margin-top: 28px;
  font-family: var(--fe-font-display), serif;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--fe-black);
  text-align: center;
}

/* ─────────────────────────────────────────────────────────────
   § The Origin — Year display
   ───────────────────────────────────────────────────────────── */

.fe-about__col--year {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 0;
}

.fe-about-year {
  font-family: var(--fe-font-display), serif;
  font-size: clamp(6rem, 14vw, 11rem);
  font-weight: 400;
  color: var(--fe-gold);
  opacity: 0.18;
  line-height: 1;
  letter-spacing: -0.03em;
  display: block;
  user-select: none;
}

.fe-about-year__caption {
  font-family: var(--fe-font-body), sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fe-warm-gray);
  margin-top: 16px;
  display: block;
}

/* ─────────────────────────────────────────────────────────────
   § The Problem — Editorial block
   ───────────────────────────────────────────────────────────── */

.fe-about__editorial {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 8px;
}

/* ─────────────────────────────────────────────────────────────
   § The Founder
   ───────────────────────────────────────────────────────────── */

.fe-about__founder-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--fe-cream);
  border: 1px solid var(--fe-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fe-about__founder-placeholder-text {
  font-family: var(--fe-font-body), sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--fe-warm-gray);
  text-align: center;
}

.fe-about__founder-location {
  font-family: var(--fe-font-body), sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--fe-gold);
  margin: 0 0 24px;
}

.fe-about__founder-sig {
  font-family: var(--fe-font-display), serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
  color: var(--fe-black);
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--fe-border);
  display: inline-block;
}

/* ─────────────────────────────────────────────────────────────
   § What We Believe — 2×2 grid
   ───────────────────────────────────────────────────────────── */

.fe-about__beliefs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 56px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.fe-about__belief {
  padding: 44px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fe-about__belief:nth-child(even) {
  border-right: none;
}

.fe-about__belief:nth-last-child(-n+2) {
  border-bottom: none;
}

.fe-about__belief-marker {
  width: 24px;
  height: 1px;
  background: var(--fe-gold);
  margin-bottom: 20px;
}

.fe-about__belief-title {
  font-family: var(--fe-font-body), sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fe-white);
  margin: 0 0 14px;
}

.fe-about__belief-body {
  font-family: var(--fe-font-body), sans-serif;
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* ─────────────────────────────────────────────────────────────
   § The Numbers
   ───────────────────────────────────────────────────────────── */

.fe-about__stats {
  display: flex;
  align-items: stretch;
  justify-content: center;
  border: 1px solid var(--fe-border);
  background: var(--fe-white);
}

.fe-about__stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 52px 40px;
  gap: 10px;
}

.fe-about__stat-divider {
  width: 1px;
  background: var(--fe-border);
  flex-shrink: 0;
}

.fe-about__stat-number {
  font-family: var(--fe-font-display), serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: var(--fe-gold);
  line-height: 1;
}

.fe-about__stat-label {
  font-family: var(--fe-font-body), sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
  color: var(--fe-warm-gray);
  max-width: 180px;
  text-align: center;
}

/* ─────────────────────────────────────────────────────────────
   CTA Final
   ───────────────────────────────────────────────────────────── */

.fe-about-cta {
  text-align: center;
}

.fe-about-cta__title {
  font-family: var(--fe-font-display), serif;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 400;
  color: var(--fe-black);
  margin: 0 0 36px;
}

.fe-about-cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.fe-about-cta__btn {
  font-family: var(--fe-font-body), sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 0;
  border: 1px solid var(--fe-black);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.fe-about-cta__btn--solid {
  background: var(--fe-black);
  color: var(--fe-white);
}

.fe-about-cta__btn--solid:hover {
  background: var(--fe-gold);
  border-color: var(--fe-gold);
}

.fe-about-cta__btn--outline {
  background: transparent;
  color: var(--fe-black);
}

.fe-about-cta__btn--outline:hover {
  background: var(--fe-black);
  color: var(--fe-white);
}

/* ─────────────────────────────────────────────────────────────
   Responsive
   ───────────────────────────────────────────────────────────── */

@media (max-width: 960px) {
  .fe-about__inner--split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fe-about__col--year {
    padding: 48px 0 0;
    border-top: 1px solid var(--fe-border);
    margin-top: 48px;
  }

  .fe-about-year {
    font-size: clamp(5rem, 20vw, 9rem);
    opacity: 0.14;
  }

  .fe-about__inner--founder {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .fe-about__founder-placeholder {
    max-width: 360px;
    margin: 0 auto;
    aspect-ratio: auto;
    min-height: 280px;
  }
}

@media (max-width: 720px) {
  .fe-about__beliefs {
    grid-template-columns: 1fr;
  }

  .fe-about__belief {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .fe-about__belief:last-child {
    border-bottom: none;
  }

  .fe-about__belief:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .fe-about__belief:last-child {
    border-bottom: none;
  }

  .fe-about__stats {
    flex-direction: column;
  }

  .fe-about__stat-divider {
    width: auto;
    height: 1px;
    flex-shrink: 0;
  }

  .fe-about__stat {
    padding: 40px 24px;
  }
}

@media (max-width: 600px) {
  .fe-about-hero {
    padding: 120px 5% 80px;
    min-height: 50vh;
  }

  .fe-about-section {
    padding: 72px 5%;
  }

  .fe-about__body--editorial {
    font-size: 0.92rem;
  }

  .fe-about__belief {
    padding: 32px 28px;
  }

  .fe-about-cta__buttons {
    flex-direction: column;
    align-items: stretch;
    max-width: 320px;
    margin: 0 auto;
  }

  .fe-about-cta__btn {
    text-align: center;
  }
}
