/* ============================================================
   PROMISE -> STORY FLOW
   Tightens the deep-green promise block and lets the Lowcountry
   photography take over immediately. No new elements, no redesign.
   ============================================================ */

/* 1. Promise section: ~22% shorter, concise brand statement */
.dartee-home .warsec {
  padding: clamp(26px, 2.5vw, 36px) 20px clamp(22px, 2vw, 28px) !important;
}
.dartee-home .warsec__inner {
  max-width: 620px !important;
  margin: 0 auto !important;
}
.dartee-home .warsec__eyebrow { margin-bottom: 0 !important; }
.dartee-home .warsec__title { margin: 10px 0 0 !important; line-height: 0.92 !important; }
.dartee-home .warsec__sub { margin-top: 12px !important; max-width: 46ch !important; margin-left: auto !important; margin-right: auto !important; }
.dartee-home .warsec__cta { margin-top: 16px !important; }

/* 2. Dart: ~12% larger, tucked into the lower-right corner so he
      leads the eye down into the photography */
.dartee-home .warsec__dart {
  right: clamp(24px, 3.2vw, 48px) !important;
  bottom: 0 !important;
  width: clamp(104px, 9.5vw, 170px) !important;
  opacity: 0.92 !important;
}

/* 3. Direct green-to-photography transition: no gap, no rule */
.dartee-home .warsec + .storysec,
.dartee-home .storysec {
  margin-top: 0 !important;
  border-top: 0 !important;
}
.dartee-home .storysec__media { margin-top: 0 !important; }

/* 4. Story copy: a touch smaller/narrower for breathing room */
.dartee-home .storysec__title,
.dartee-home .storysec__title span,
.dartee-home .storysec__accent {
  font-size: clamp(24px, 3.15vw, 40px) !important;
  line-height: 1.03 !important;
}

/* ---------- MOBILE ---------- */
@media (max-width: 900px) {
  .dartee-home .warsec {
    padding: 34px 20px 30px !important;
  }
  .dartee-home .warsec__dart {
    width: 26% !important;
    max-width: 122px !important;
    right: 12px !important;
    bottom: 6px !important;
  }
  .dartee-home .storysec__title,
  .dartee-home .storysec__title span,
  .dartee-home .storysec__accent {
    font-size: clamp(22px, 5.8vw, 33px) !important;
  }
}
