/* ============================================================
   EDITORIAL PAUSE — between The Dartee Standard and
   Pick Your Skin / Which Skin Is Yours?
   Warm-cream transition band with a centered editorial statement
   and subtle horizontal rules. No logos, icons, mascot, or buttons.
   ============================================================ */

.dartee-home .editorial-pause--standard-collsec {
  width: 100%;
  background: #F4F0E6;
  border: 0;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 28px);
  box-shadow: none !important;
  background-image: none !important;
  position: relative;
}

.dartee-home .editorial-pause--standard-collsec .editorial-pause__line {
  font-family: Archivo, system-ui, sans-serif;
  font-size: clamp(10px, 1.05vw, 13px);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  color: #082A24;
  white-space: nowrap;
  margin: 0;
}

/* Two small vertical accent bars — one green, one pink — between the phrases */
.dartee-home .editorial-pause--standard-collsec .editorial-pause__bar {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  opacity: 0.85;
}

.dartee-home .editorial-pause--standard-collsec .editorial-pause__bar--green {
  background: #082A24;
  margin: 0 2px 0 0.8em;
}

.dartee-home .editorial-pause--standard-collsec .editorial-pause__bar--pink {
  background: #EC4D8B;
  margin: 0 0.8em 0 2px;
}

/* Extremely thin dark-green rules, stopping well before the edges */
.dartee-home .editorial-pause--standard-collsec .editorial-pause__rule {
  display: block;
  width: clamp(40px, 12vw, 140px);
  height: 1px;
  background: rgba(8, 42, 36, 0.18);
  flex: 0 0 auto;
}

/* Desktop: 90–120px */
@media (min-width: 1025px) {
  .dartee-home .editorial-pause--standard-collsec {
    height: clamp(90px, 9vw, 120px);
  }
}

/* Tablet: 70–90px */
@media (min-width: 768px) and (max-width: 1024px) {
  .dartee-home .editorial-pause--standard-collsec {
    height: clamp(70px, 8vw, 90px);
  }
}

/* Mobile: 70–90px, keep the statement on one line */
@media (max-width: 767px) {
  .dartee-home .editorial-pause--standard-collsec {
    height: clamp(70px, 10vw, 90px);
    padding: 0 16px;
    gap: 10px;
  }

  .dartee-home .editorial-pause--standard-collsec .editorial-pause__line {
    font-size: clamp(9px, 2.4vw, 12px);
    letter-spacing: 0.12em;
  }

  .dartee-home .editorial-pause--standard-collsec .editorial-pause__rule {
    width: clamp(24px, 8vw, 60px);
  }

  .dartee-home .editorial-pause--standard-collsec .editorial-pause__bar {
    height: 8px;
  }

  .dartee-home .editorial-pause--standard-collsec .editorial-pause__bar--green {
    margin: 0 2px 0 0.6em;
  }

  .dartee-home .editorial-pause--standard-collsec .editorial-pause__bar--pink {
    margin: 0 0.6em 0 2px;
  }
}

/* ============================================================
   SHARED PAUSE BAND SYSTEM — the brand mantra pause and the
   Dartee Standard / Pick Your Skin pause must read identically.
   ============================================================ */
.dartee-home .editorial-pause--brand,
.dartee-home .editorial-pause--standard-collsec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 40px);
  width: 100%;
  background: #F4F0E6;
  background-image: none !important;
  box-shadow: none !important;
  border: 0;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}

.dartee-home .editorial-pause--brand .editorial-pause__stmt,
.dartee-home .editorial-pause--standard-collsec .editorial-pause__stmt {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(12px, 1.6vw, 20px);
  width: min(100%, 620px);
  flex: 0 0 auto;
}

/* Left phrase hugs the right edge of its column; right phrase hugs the left.
   This keeps the green/pink bars aligned on a single vertical center line
   down the page for both pause bands. */
.dartee-home .editorial-pause--brand .editorial-pause__line:first-child,
.dartee-home .editorial-pause--standard-collsec .editorial-pause__line:first-child {
  text-align: right;
}
.dartee-home .editorial-pause--brand .editorial-pause__line:last-child,
.dartee-home .editorial-pause--standard-collsec .editorial-pause__line:last-child {
  text-align: left;
}

.dartee-home .editorial-pause--brand .editorial-pause__line,
.dartee-home .editorial-pause--standard-collsec .editorial-pause__line {
  font-family: Archivo, system-ui, sans-serif;
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  color: #082A24;
  white-space: nowrap;
  margin: 0;
}

.dartee-home .editorial-pause--brand .editorial-pause__bars,
.dartee-home .editorial-pause--standard-collsec .editorial-pause__bars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
}

.dartee-home .editorial-pause--brand .editorial-pause__bar,
.dartee-home .editorial-pause--standard-collsec .editorial-pause__bar {
  display: block;
  width: 1px;
  height: 11px;
  margin: 0 !important;
  opacity: 0.9;
}


.dartee-home .editorial-pause--brand .editorial-pause__rule,
.dartee-home .editorial-pause--standard-collsec .editorial-pause__rule {
  display: block;
  width: clamp(40px, 12vw, 140px);
  height: 1px;
  background: rgba(8, 42, 36, 0.18);
  flex: 0 0 auto;
}

@media (min-width: 1025px) {
  .dartee-home .editorial-pause--brand,
  .dartee-home .editorial-pause--standard-collsec { height: clamp(90px, 9vw, 120px); }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dartee-home .editorial-pause--brand,
  .dartee-home .editorial-pause--standard-collsec { height: clamp(70px, 8vw, 90px); }
}

@media (max-width: 767px) {
  .dartee-home .editorial-pause--brand,
  .dartee-home .editorial-pause--standard-collsec {
    height: clamp(72px, 10vw, 90px);
    padding: 0 16px;
    gap: 12px;
  }
  .dartee-home .editorial-pause--brand .editorial-pause__line,
  .dartee-home .editorial-pause--standard-collsec .editorial-pause__line {
    font-size: clamp(9.5px, 2.4vw, 12px);
    letter-spacing: 0.14em;
  }
  .dartee-home .editorial-pause--brand .editorial-pause__stmt,
  .dartee-home .editorial-pause--standard-collsec .editorial-pause__stmt { gap: 10px; }
  .dartee-home .editorial-pause--brand .editorial-pause__rule,
  .dartee-home .editorial-pause--standard-collsec .editorial-pause__rule { width: clamp(24px, 8vw, 60px); }
  .dartee-home .editorial-pause--brand .editorial-pause__bar,
  .dartee-home .editorial-pause--standard-collsec .editorial-pause__bar { height: 9px; }
}

/* ============================================================
   EVEN RULES — both pause bands share an identical centered
   container so the horizontal rules start/end at the same
   x-position on the page regardless of statement length.
   ============================================================ */
.dartee-home .editorial-pause--brand,
.dartee-home .editorial-pause--standard-collsec {
  gap: clamp(18px, 3vw, 40px);
}

.dartee-home .editorial-pause--brand .editorial-pause__rule,
.dartee-home .editorial-pause--standard-collsec .editorial-pause__rule {
  width: auto !important;
  flex: 1 1 auto !important;
  max-width: none !important;
}

.dartee-home .editorial-pause--brand,
.dartee-home .editorial-pause--standard-collsec {
  padding-left: max(20px, calc((100% - 1180px) / 2)) !important;
  padding-right: max(20px, calc((100% - 1180px) / 2)) !important;
}

@media (max-width: 767px) {
  .dartee-home .editorial-pause--brand,
  .dartee-home .editorial-pause--standard-collsec {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
