/* ============================================================
   Mom's Cuisine – About Us Page Styles (about.css)
   ============================================================ */

/* ── CSS Variables ───────────────────────────────────────── */
:root {
  --green:  #1a4a1e;
  --green2: #2e7a35;
  --gold:   #c8882a;
  --gold2:  #e8a84a;
  --cream:  #faf5ec;
  --brown:  #3b1f0b;
  --text:   #2a1a0a;
  --muted:  #7a6650;
  --white:  #ffffff;
  --shadow: 0 8px 40px rgba(58,31,11,0.18);
}

/* ── Reset ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
  padding-top: 68px;
}

/* ── Shared Utility ──────────────────────────────────────── */
.section-label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 10px;
}
h2.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--green);
  line-height: 1.15;
}
.divider { width: 60px; height: 3px; background: var(--gold); border-radius: 2px; margin: 18px 0 26px; }

/* ── NAV ─────────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250,245,236,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--gold2);
  box-shadow: 0 2px 20px rgba(58,31,11,.08);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1100px; margin: 0 auto; padding: 0 24px; height: 68px;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem; font-weight: 900;
  color: var(--green); text-decoration: none;
  display: flex; align-items: center; gap: 10px;
}
.nav-logo .leaf { font-size: 1.6rem; }
.nav-links { display: flex; gap: 0; list-style: none; }
.nav-links a {
  display: block; padding: 8px 20px;
  font-size: .88rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--brown); text-decoration: none;
  border-radius: 4px;
  transition: color .2s, background .2s;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--gold); background: rgba(200,136,42,.08);
}
.nav-cta {
  background: var(--green); color: var(--cream) !important;
  border-radius: 30px; padding: 8px 22px !important;
  transition: background .2s !important;
}
.nav-cta:hover { background: var(--green2) !important; color: var(--cream) !important; }

/* ── ABOUT HERO ──────────────────────────────────────────── */
.about-hero {
  background:
    linear-gradient(135deg, rgba(26,74,30,.9) 0%, rgba(58,31,11,.75) 100%),
    url('https://images.unsplash.com/photo-1567521464027-f127ff144326?w=1200&q=80') center/cover no-repeat;
  padding: 90px 24px 70px;
  text-align: center;
}
.about-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900; color: var(--white);
}
.about-hero p {
  color: rgba(255,255,255,.8); font-size: 1.05rem;
  margin-top: 14px; max-width: 560px;
  margin-left: auto; margin-right: auto;
}

/* ── STORY SECTION ───────────────────────────────────────── */
.about-story { padding: 80px 24px; }
.about-story-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.about-story-img {
  width: 100%; height: 460px; object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.about-story p { font-size: 1.02rem; color: var(--muted); line-height: 1.85; margin-bottom: 18px; }

/* ── VALUES SECTION ──────────────────────────────────────── */
.values-section { background: var(--green); padding: 80px 24px; }
.values-section .section-label { color: var(--gold2); }
.values-section h2.section-title { color: var(--white); text-align: center; margin-bottom: 50px; }
.values-grid {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.value-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 30px 28px;
  display: flex; gap: 18px; align-items: flex-start;
}
.value-icon { font-size: 2rem; flex-shrink: 0; }
.value-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.12rem; font-weight: 700; color: var(--gold2); margin-bottom: 8px;
}
.value-card p { font-size: .9rem; color: rgba(255,255,255,.65); line-height: 1.65; }

/* ── TEAM SECTION ────────────────────────────────────────── */
.team-section { padding: 80px 24px; }
.team-section h2.section-title { text-align: center; margin-bottom: 12px; }
.team-sub { text-align: center; color: var(--muted); margin-bottom: 48px; }
.team-grid {
  max-width: 800px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.team-card { text-align: center; }
.team-avatar {
  width: 110px; height: 110px; border-radius: 50%;
  background: var(--green); margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.6rem;
  border: 3px solid var(--gold);
}
.team-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--green); font-weight: 700; }
.team-card span { font-size: .82rem; color: var(--gold); font-weight: 700; letter-spacing: .06em; }

/* ── CONTACT SECTION ─────────────────────────────────────── */
.contact-section {
  background: var(--cream);
  border-top: 2px solid rgba(200,136,42,.2);
  padding: 70px 24px;
}
.contact-inner {
  max-width: 800px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.contact-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 900; color: var(--green); margin-bottom: 20px;
}
.contact-item { display: flex; gap: 14px; margin-bottom: 20px; }
.contact-item-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--green); display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.contact-item-text strong { display: block; font-weight: 700; color: var(--text); font-size: .9rem; }
.contact-item-text span { font-size: .88rem; color: var(--muted); line-height: 1.5; }
.map-box {
  background: var(--green); border-radius: 12px; overflow: hidden;
  height: 260px; display: flex; align-items: center; justify-content: center;
}
.map-box-inner { text-align: center; color: var(--white); padding: 24px; }
.map-box-inner .pin { font-size: 3rem; margin-bottom: 10px; }
.map-box-inner p { font-size: .9rem; color: rgba(255,255,255,.7); line-height: 1.5; }
.map-box-inner strong { color: var(--gold2); font-size: 1rem; display: block; margin-bottom: 4px; }

/* ── FOOTER ──────────────────────────────────────────────── */
footer {
  background: var(--brown);
  padding: 48px 24px 28px;
  text-align: center;
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem; font-weight: 900; color: var(--gold2);
  margin-bottom: 10px;
}
.footer-tagline { font-size: .88rem; color: rgba(255,255,255,.5); margin-bottom: 28px; }
.footer-links { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-bottom: 28px; }
.footer-links a { font-size: .82rem; color: rgba(255,255,255,.55); text-decoration: none; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.footer-links a:hover { color: var(--gold2); }
.footer-copy { font-size: .75rem; color: rgba(255,255,255,.3); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 768px) {
  .about-story-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { grid-template-columns: 1fr; }
  .nav-links a { padding: 8px 12px; font-size: .78rem; }
}
@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr; }
}
