/* ===== OM MEG PAGE ===== */
/* Palette matched to figma.site/about-me: cream intro + black sections */
.om-meg-hero,
.hobbies-section,
.empowerment-section,
.education,
.contact-section {
  --om-black: #000000;
  --om-cream: #fbf9e3;
  --om-cream-soft: #fdf8db;
  --om-green: #71bc20;
}

/* Header, scoped to this page to flow into the cream hero below */
body header {
  background: rgba(251, 249, 227, 0.92);
  border-bottom: 1px solid rgba(4, 32, 69, 0.1);
}

/* Page hero */
.om-meg-hero {
  background:
    radial-gradient(ellipse at top left, rgba(113, 188, 32, 0.06), transparent 60%),
    var(--om-cream);
  padding: 4rem 3rem;
  animation: fadeInUp 0.8s var(--ease) both;
}

.om-meg-hero h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
  text-align: left;
}

/* Bio grid: photo left, text right */
.bio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.bio-photo img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.bio-photo img:hover {
  transform: scale(1.025) translateY(-4px);
  box-shadow: 0 16px 48px rgba(26, 39, 68, 0.18);
}

.bio-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  text-align: center;
}

.bio-text p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: var(--navy);
}

.bio-text em {
  font-style: italic;
  color: var(--navy);
}

/* ===== HOBBIES ===== */
.hobbies-section {
  background: var(--om-black);
  padding: 4rem 3rem;
  border-top: 1px solid rgba(251, 249, 227, 0.12);
}

.hobbies-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  color: var(--om-cream);
  margin-bottom: 1rem;
  text-align: center;
}

.hobbies-section p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: rgba(251, 249, 227, 0.85);
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.hobby-photos {
  display: flex;
  gap: 1.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.hobby-photos::-webkit-scrollbar {
  height: 4px;
}

.hobby-photos::-webkit-scrollbar-track {
  background: rgba(251, 249, 227, 0.12);
  border-radius: 2px;
}

.hobby-photos::-webkit-scrollbar-thumb {
  background: var(--om-cream);
  border-radius: 2px;
}

.hobby-photo {
  flex: 0 0 420px;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(251, 249, 227, 0.08);
  border: 1px solid rgba(251, 249, 227, 0.15);
  scroll-snap-align: start;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  cursor: pointer;
}

.hobby-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.hobby-photo:hover {
  transform: scale(1.02) translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

/* ===== EMPOWERMENT ===== */
.empowerment-section {
  background: var(--om-black);
  padding: 4rem 3rem;
  border-top: 1px solid rgba(251, 249, 227, 0.12);
}

.empowerment-section p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: rgba(251, 249, 227, 0.85);
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

/* ===== EDUCATION ===== */
.education {
  background: var(--om-black);
  padding: 4rem 3rem;
  border-top: 1px solid rgba(251, 249, 227, 0.12);
}

.education h2 {
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  color: var(--om-cream);
  margin-bottom: 2rem;
  text-align: center;
}

.edu-list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  max-width: 560px;
  margin: 0 auto;
}

.edu-entry {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  border-left: 4px solid var(--gold);
  border-radius: 2px;
  background: rgba(181, 149, 106, 0.14);
  transform: translateX(4px);
  cursor: default;
}

.edu-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--om-cream);
}

.edu-meta {
  font-size: 0.85rem;
  color: rgba(251, 249, 227, 0.6);
}

/* ===== CONTACT ===== */
.contact-section {
  background: var(--om-black);
  padding: 4rem 3rem;
  border-top: 1px solid rgba(251, 249, 227, 0.12);
}

.contact-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  color: var(--om-cream);
  margin-bottom: 2rem;
  text-align: center;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
}

.contact-item {
  font-size: 0.95rem;
  color: var(--om-cream-soft);
  text-decoration: none;
  transition: color var(--dur) var(--ease);
}

.contact-item:hover {
  color: var(--om-green);
}

.contact-socials {
  display: flex;
  gap: 1.5rem;
  margin-top: 0.5rem;
}

/* Nav active state */
.nav-active::after {
  transform: scaleX(1) !important;
  transform-origin: left !important;
}

/* Footer, scoped to this page to match the black/cream vibe */
body footer {
  background: #000000;
  color: #fbf9e3;
  border-top: 1px solid rgba(251, 249, 227, 0.12);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 700px) {
  .om-meg-hero {
    padding: 2rem 1.5rem 3rem;
  }

  .bio-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .bio-photo img {
    height: 320px;
  }

  .hobbies-section,
  .empowerment-section,
  .education,
  .contact-section {
    padding: 3rem 1.5rem;
  }

  .hobby-photos {
    grid-template-columns: 1fr;
  }

  .hobby-photo {
    height: 180px;
  }
}
