/* ==========================================================================
   LEZZET THEME - HISTOIRE PAGE STYLES
   ========================================================================== */

:root {
  --gold-50: #FDF8EE;
  --gold-100: #F5E6C0;
  --gold-200: #E8C97A;
  --gold-400: #C9973A;
  --gold-600: #9B6E1F;
  --gold-800: #6B4A0F;
  --night-50: #F0EDE8;
  --night-100: #C8BFB0;
  --night-200: #8C7E6A;
  --night-400: #3D3020;
  --night-700: #1E1508;
  --night-900: #0E0A04;
  --cream: #FAF6EF;
  --white: #FFFFFF;
}

/* ========================================================================
   PAGE HERO — uses main.css .page-hero base styles
   ======================================================================== */

.page-hero .eyebrow {
  display: block;
  margin-bottom: 12px;
}

.page-hero .ornament {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold-400);
  margin: 16px auto;
}

/* ========================================================================
   FOUNDERS SECTION
   ======================================================================== */

.founders-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 768px) {
  .founders-section {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.founders-text .eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gold-600);
}

.founders-text h2 {
  color: var(--night-700);
  text-align: left;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  margin-bottom: 24px;
  font-weight: 400;
}

.founders-text h2 em {
  font-style: italic;
  color: var(--gold-600);
}

.founders-text p {
  font-size: 14px;
  font-weight: 300;
  color: var(--night-400);
  line-height: 1.8;
  margin-bottom: 12px;
}

.founders-img {
  border-radius: 4px;
  border: 3px solid var(--gold-400);
  overflow: hidden;
}

.founders-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================================================
   STATS GRID
   ======================================================================== */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  color: var(--gold-200);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 12px;
  font-weight: 300;
  color: var(--night-100);
}

/* ========================================================================
   TIMELINE
   ======================================================================== */

.timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 24px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .timeline {
    flex-direction: row;
    padding-left: 0;
    padding-top: 24px;
  }
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold-400), transparent);
}

@media (min-width: 768px) {
  .timeline::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, var(--gold-400), transparent);
  }
}

.tl-item {
  position: relative;
  margin-bottom: 32px;
  padding-left: 32px;
  flex: 1;
}

@media (min-width: 768px) {
  .tl-item {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 32px;
    text-align: center;
  }
}

.tl-item::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--gold-400);
  border: 2px solid var(--cream);
  z-index: 2;
}

@media (min-width: 768px) {
  .tl-item::before {
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
  }
}

.tl-item.highlight::before {
  width: 20px;
  height: 20px;
  left: -18px;
  top: -2px;
  box-shadow: 0 0 16px rgba(201, 151, 58, 0.4);
}

@media (min-width: 768px) {
  .tl-item.highlight::before {
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
  }
}

.tl-year {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--gold-400);
  font-weight: 400;
  margin-bottom: 8px;
}

.tl-text h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: var(--night-700);
  margin-bottom: 4px;
}

.tl-text p {
  font-size: 13px;
  font-weight: 300;
  color: var(--night-200);
  line-height: 1.6;
}

/* ========================================================================
   TEAM SECTION
   ======================================================================== */

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-card {
  text-align: center;
}

.team-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--gold-100);
  display: block;
}

.team-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--night-700);
  margin-bottom: 4px;
  font-weight: 400;
}

.team-role {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.team-spec {
  font-size: 13px;
  font-weight: 300;
  color: var(--night-200);
  line-height: 1.6;
}

/* ========================================================================
   SECTION VARIANTS
   ======================================================================== */

/* .section padding and h2 — inherited from main.css */

.section--cream {
  background: var(--cream);
}

.section--night {
  background: var(--night-900);
}
