/* ============================================================
   DARTEE — PINK TEXT READABILITY TIGHTEN
   Adds subtle dark text-shadows to pink eyebrows/accents that
   sit over photographic or varied backgrounds. Copy, color, and
   typography values are left untouched.
   ============================================================ */

/* Story overlay — pink eyebrow over full-bleed tug-of-war photo */
.dartee-home .storysec .storysec__eyebrow {
  text-shadow: 0 1px 8px rgba(8, 42, 36, 0.55), 0 0 18px rgba(8, 42, 36, 0.35) !important;
}

/* Collection header — soft pink eyebrow over macro belt photography */
body.dartee-home .collsec__head--editorial .collsec__eyebrow {
  text-shadow: 0 1px 7px rgba(8, 42, 36, 0.55), 0 0 14px rgba(8, 42, 36, 0.35) !important;
}

/* Two-panel section — strengthen existing pink eyebrow shadow */
.dartee-home .duosec__eyebrow,
.duosec__eyebrow {
  text-shadow: 0 1px 10px rgba(8, 42, 36, 0.85), 0 0 24px rgba(8, 42, 36, 0.55), 0 0 40px rgba(8, 42, 36, 0.30) !important;
}

/* Closing sequence — pink accent line/quote on cream background gets
   a hair of shadow so it pops on lighter areas */
.dartee-home .closer__quote .closer__accent,
.dartee-home .emailcap--v2 .eyebrow {
  text-shadow: 0 1px 4px rgba(8, 42, 36, 0.12) !important;
}

/* Mobile: keep shadows slightly softer on small screens where
   photography crops are more variable */
@media (max-width: 860px) {
  .dartee-home .storysec .storysec__eyebrow {
    text-shadow: 0 1px 6px rgba(8, 42, 36, 0.48), 0 0 14px rgba(8, 42, 36, 0.30) !important;
  }

  body.dartee-home .collsec__head--editorial .collsec__eyebrow {
    text-shadow: 0 1px 6px rgba(8, 42, 36, 0.52), 0 0 12px rgba(8, 42, 36, 0.32) !important;
  }

  .dartee-home .duosec__eyebrow,
  .duosec__eyebrow {
    text-shadow: 0 1px 8px rgba(8, 42, 36, 0.80), 0 0 20px rgba(8, 42, 36, 0.50) !important;
  }
}
