/* ============================================================
   ABOUT.CSS — Page-specific styles only.
   Global header / footer / buttons / grid are in new_style.css.
   Do NOT duplicate any global rules here.
============================================================ */

/* ---- Shared About Helpers ---- */
.about-page body { overflow-x: hidden; }

.about-section {
  padding: 90px 0;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.about-container--wide {
  max-width: 1340px;
  padding: 0 40px;
}

.about-container--narrow {
  max-width: 780px;
}

/* Eyebrow label */
.about-eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: var(--color-gold-dark);
  margin-bottom: 14px;
  display: block;
  text-transform: uppercase;
}

.about-eyebrow--light {
  color: rgba(255,255,255,0.65);
}

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

/* Arrow link */
.about-link-arrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 2px;
  transition: color 0.25s, border-color 0.25s;
  margin-top: 20px;
}
.about-link-arrow:hover {
  color: var(--color-gold-dark);
  border-color: var(--color-gold-dark);
}

/* Active nav link */
.nav-active {
  color: var(--color-gold-dark) !important;
}
.nav-active::after {
  transform: scaleX(1) !important;
}

/* ============================================================
   SECTION 1 — HERO BANNER
============================================================ */
.about-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transform: scale(1.04);
  transition: transform 8s ease-out;
}
.about-hero__bg.loaded { transform: scale(1); }

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.38) 50%,
    rgba(0,0,0,0.15) 100%
  );
  z-index: 1;
}

.about-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 60px 60px;
  max-width: 680px;
  color: var(--color-white);
}

.about-hero__eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
  display: block;
}

.about-hero__heading {
  font-family: var(--font-serif);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: var(--color-white);
  margin-bottom: 10px;
}

.about-hero__sub {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.35em;
  color: var(--color-gold);
  margin-bottom: 18px;
  font-weight: 400;
}

.about-hero__desc {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
  max-width: 480px;
  letter-spacing: 0.02em;
}

/* ============================================================
   SECTION 2 — INTRO TEXT BLOCK
============================================================ */
.about-intro { background: var(--color-white); }

.about-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-intro__heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.25;
  color: var(--color-black);
  letter-spacing: 0.02em;
}

.about-intro__right {
  padding-top: 38px; /* align with heading baseline */
}

.about-intro__right p {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.85;
  margin-bottom: 18px;
}

/* ============================================================
   SECTION 3 & 4 — ALTERNATING SPLIT BLOCKS
============================================================ */
.about-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-split__grid--reversed {
  /* content left, image right — same HTML order */
}

.about-split__media {
  overflow: hidden;
  border-radius: 2px;
}

.about-split__media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.about-split__media:hover img {
  transform: scale(1.03);
}

.about-split__content p {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.85;
  margin-bottom: 16px;
}

.about-split__heading {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-black);
  margin-bottom: 22px;
  letter-spacing: 0.02em;
}

.about-split--bg-cream { background: var(--color-cream); }

/* ============================================================
   SECTION 5 — CLEAN BEAUTY / CERTIFICATION
============================================================ */
.about-clean {
  background: var(--color-white);
  text-align: center;
}

.about-clean__heading {
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--color-black);
  margin-bottom: 20px;
}

.about-clean__desc {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto 56px;
}

.about-clean__icons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.about-clean__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: transform 0.3s;
}
.about-clean__icon:hover { transform: translateY(-5px); }

.about-clean__icon-wrap {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-clean__icon-wrap svg {
  width: 100%;
  height: 100%;
}

.about-clean__icon p {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--color-text-muted);
  text-align: center;
  line-height: 1.5;
}

/* ============================================================
   SECTION 6 — RECENT AWARDS
============================================================ */
.about-awards--bg { background: var(--color-cream-dark); }

.about-awards__heading {
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 52px;
}

.about-awards__grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.about-award-item {
  text-align: center;
  transition: transform 0.3s;
  cursor: default;
}
.about-award-item:hover { transform: translateY(-4px); }

.about-award-logo {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.about-award-logo svg {
  width: 100%;
  height: 100%;
}

.about-award-label {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 4px;
}

.about-award-year {
  font-family: var(--font-serif);
  font-size: 13px;
  color: var(--color-text-muted);
  font-style: italic;
}

.about-awards__note {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.8;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

/* ============================================================
   SECTION 7 — PARALLAX BANNER
============================================================ */
.about-parallax {
  position: relative;
  height: 68vh;
  min-height: 440px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-parallax__img-wrap {
  position: absolute;
  inset: -15%;
  z-index: 0;
}

.about-parallax__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

.about-parallax__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.6) 0%,
    rgba(0,0,0,0.35) 60%,
    rgba(0,0,0,0.55) 100%
  );
  z-index: 1;
}

.about-parallax__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--color-white);
  padding: 0 40px;
  max-width: 700px;
}

.about-parallax__heading {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--color-white);
  margin-bottom: 18px;
  line-height: 1.1;
}

.about-parallax__desc {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}

.about-btn-outline-light {
  display: inline-block;
  padding: 12px 32px;
  border: 1.5px solid rgba(255,255,255,0.7);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  font-weight: 500;
  color: var(--color-white);
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.about-btn-outline-light:hover {
  background: rgba(255,255,255,0.18);
  border-color: var(--color-white);
}

/* ============================================================
   SECTION 9 — EDITORIAL CENTRED
============================================================ */
.about-editorial {
  text-align: center;
}
.about-editorial--bg { background: var(--color-cream); }

.about-editorial__heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-black);
  margin-bottom: 28px;
}

.about-editorial__body {
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.85;
  margin-bottom: 18px;
  text-align: left;
}

/* ============================================================
   SECTION 11 — THREE FACES OF BEAUTY
============================================================ */
.about-faces { background: var(--color-white); }

.about-faces__heading {
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 52px;
}

.about-faces__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.about-face-card {
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}
.about-face-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.about-face-card__img-wrap {
  overflow: hidden;
  position: relative;
}

.about-face-card__img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}
.about-face-card:hover .about-face-card__img-wrap img {
  transform: scale(1.04);
}

.about-face-card__info {
  padding: 24px 20px 28px;
  border: 1px solid var(--color-border);
  border-top: none;
  flex: 1;
}

.about-face-card__title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--color-black);
  margin-bottom: 10px;
}

.about-face-card__desc {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

/* ============================================================
   SCROLL REVEAL ANIMATIONS
============================================================ */
.reveal-up,
.reveal-left,
.reveal-right {
  /* opacity: 0; */
  transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1),
              transform 0.72s cubic-bezier(0.22,1,0.36,1);
}

.reveal-up    { transform: translateY(36px); }
.reveal-left  { transform: translateX(-36px); }
.reveal-right { transform: translateX(36px); }

.reveal-up.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .about-intro__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-intro__right { padding-top: 0; }

  .about-split__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  /* Always show media first on mobile */
  .about-split__grid--reversed .about-split__media { order: -1; }

  .about-split__media img { height: 380px; }

  .about-faces__grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}

@media (max-width: 768px) {
  .about-section { padding: 64px 0; }

  .about-container,
  .about-container--wide { padding: 0 20px; }

  .about-hero { height: 60vh; min-height: 380px; }
  .about-hero__content { padding: 0 24px 44px; }
  .about-hero__heading { font-size: 36px; }

  .about-intro__grid { gap: 28px; }

  .about-split__media img { height: 280px; }

  .about-clean__icons { gap: 32px; }
  .about-clean__icon-wrap { width: 58px; height: 58px; }

  .about-awards__grid { gap: 36px; }
  .about-award-logo { width: 90px; height: 48px; }

  .about-parallax { height: 55vh; }
  .about-parallax__heading { font-size: 32px; }

  .about-faces__grid { grid-template-columns: 1fr; gap: 24px; }
  .about-face-card__img-wrap img { height: 280px; }

  .about-editorial--bg .about-editorial__body { text-align: center; }
}

@media (max-width: 480px) {
  .about-hero__heading { font-size: 28px; }
  .about-hero__desc { font-size: 13px; }

  .about-intro__heading { font-size: 24px; }
  .about-split__heading { font-size: 22px; }

  .about-clean__icons { gap: 24px; }

  .about-awards__grid { gap: 24px; }
}
