/* ============================================================
   O meni — page-specific styles
   Reuses tokens, .container, .btn, .eyebrow, .section-head,
   .why__inner/.why__media/.why__photo/.why__text from style.css
   ============================================================ */

.eyebrow--brown { color: var(--brown); }

/* ============================================================
   ABOUT HERO
   ============================================================ */
.about-hero {
  position: relative;
  padding-block: 128px 0;
  overflow: hidden;
}
.about-hero__mandala {
  position: absolute;
  top: 40px;
  right: -100px;
  width: 500px;
  height: 500px;
  opacity: .14;
  pointer-events: none;
  z-index: 0;
}
.about-hero .why__inner { position: relative; z-index: 1; }
.about-hero .why__photo { aspect-ratio: 4 / 5; }
.about-hero .why__photo img { object-position: center 20%; }

.about-hero__glow {
  position: absolute;
  bottom: -24px; left: -24px;
  width: 128px; height: 128px;
  border-radius: 9999px;
  background: rgba(161, 242, 226, .35);
  filter: blur(32px);
  z-index: 0;
}

.about-hero__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(38px, 6vw, 48px);
  letter-spacing: -0.96px;
  margin: 14px 0 8px;
}
.about-hero__paragraphs {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-top: 16px;
}
.about-hero__paragraphs p { font-size: 18px; color: var(--body); }

/* ============================================================
   VALUES — Bento grid
   ============================================================ */
.values {
  position: relative;
  background: var(--bg-alt);
  padding-block: 120px;
  overflow: hidden;
}
.values__mandala {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 600px;
  height: 600px;
  opacity: .14;
  pointer-events: none;
  z-index: 0;
}
.values .container { position: relative; z-index: 1; }

.values-grid {
  display: flex;
  gap: 32px;
  align-items: stretch;
}
.value-card {
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid rgba(197, 199, 195, .3);
  border-radius: var(--radius);
  background: var(--card-breath);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.value-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brown);
  margin-bottom: 4px;
}
.value-card__icon svg { width: 30px; height: 30px; }
.value-card__title { font-weight: 600; font-size: 24px; }
.value-card__text { font-size: 16px; color: var(--body); }

/* ============================================================
   ABOUT — Contact section
   ============================================================ */
.about-contact { padding-block: 120px; }
.about-contact .section-head { margin-bottom: 48px; }
.about-contact__subtitle {
  font-size: 18px;
  color: var(--body);
  max-width: 672px;
  margin: 0 auto;
  text-align: center;
}

.contact-cards {
  display: flex;
  gap: 32px;
  align-items: stretch;
  margin-bottom: 48px;
}
.contact-card {
  flex: 1 1 0;
  min-width: 0;
  background: var(--bg-alt);
  border: 1px solid rgba(197, 199, 195, .15);
  border-radius: var(--radius);
  padding: 33px 28px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.contact-card__icon {
  width: 64px; height: 64px;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  margin-bottom: 12px;
}
.contact-card__icon svg { width: 24px; height: 24px; }
.contact-card__value {
  font-size: 16px;
  color: var(--ink);
  max-width: 100%;
  overflow-wrap: anywhere;
}
.contact-card__value--italic { font-style: italic; }
a.contact-card__value:hover { color: var(--green); }

/* Pull quote box */
.pull-quote {
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(197, 199, 195, .15);
  border-top: 4px solid rgba(112, 90, 68, .2);
  border-radius: var(--radius);
  padding: 56px 65px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pull-quote__title { font-weight: 600; font-size: clamp(26px, 4vw, 32px); }
.pull-quote__text {
  font-family: var(--sans);
  font-style: italic;
  font-size: 20px;
  color: var(--body);
  line-height: 1.6;
}
.pull-quote__mark {
  font-family: var(--serif);
  font-style: normal;
  font-size: 36px;
  color: rgba(112, 90, 68, .4);
  line-height: 0;
  vertical-align: -6px;
}

.about-contact__action { display: flex; justify-content: center; margin-top: 48px; }
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--brown);
  color: #fff;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 20px 48px;
  border-radius: 9999px;
  box-shadow: var(--shadow-md);
  transition: transform .18s ease, background-color .18s ease;
}
.about-cta-btn svg { width: 16px; height: 16px; }
.about-cta-btn:hover { background: #5d4a37; transform: translateY(-2px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .values-grid { flex-direction: column; }
  .contact-cards { flex-direction: column; }
  .about-hero__mandala { opacity: .12; width: 380px; height: 380px; top: 0; right: -140px; }
  .values__mandala { width: 440px; height: 440px; bottom: -100px; left: -120px; }
}

@media (max-width: 640px) {
  .about-hero { padding-block: 72px 0; }
  .values, .about-contact { padding-block: 72px; }
  .pull-quote { padding: 40px 28px; }
  .about-cta-btn { padding: 18px 32px; width: 100%; }
  .about-contact__action { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
