/* ============================================================
   DARTEE — MARK IT YOUR WAY (premium editorial composition)
   Larger, tighter, asymmetrical product moment.
   No redesign, no new imagery, no cards/shadows/badges.
   Loaded last; overrides global-system, homepage-cro, effortless.
   ============================================================ */

/* ---------- SECTION: compact, intentional ---------- */
.dartee-home .marksec {
  padding-top: clamp(80px, 8vw, 100px) !important;
  padding-bottom: clamp(80px, 8vw, 100px) !important;
  min-height: 0 !important;
  height: auto !important;
  background-color: var(--d-cream, #F4F0E6) !important;
  background-image: none !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* Remove extra top padding from the following section so the
   ~80–100px bottom padding of this section becomes the only breathing room. */
.dartee-home .marksec + .founders,
.dartee-home .marksec + section,
.dartee-home .marksec + .section {
  padding-top: 0 !important;
}

.dartee-home .marksec__inner {
  display: grid !important;
  grid-template-columns: 58fr 42fr !important;
  gap: 2vw !important;
  align-items: center !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 3vw 0 0 !important; /* image flush left, copy has room on the right */
}

/* ---------- IMAGE: clean, editorial, substantially larger ---------- */
.dartee-home .marksec__media {
  position: relative !important;
  margin: 0 !important;
  background: var(--d-cream, #F4F0E6) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: hidden !important;
}

.dartee-home .marksec__media img {
  width: 100% !important;
  height: clamp(420px, 48vw, 600px) !important;
  object-fit: cover !important;
  display: block !important;
  mix-blend-mode: multiply !important;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  will-change: transform !important;
}

.dartee-home .marksec__media:hover img,
.dartee-home .marksec__media:focus-within img {
  transform: scale(1.015) !important;
}

/* remove any lingering badge/box */
.dartee-home .marksec__badge,
.dartee-home .marksec__media::before,
.dartee-home .marksec__media::after {
  display: none !important;
}

/* ---------- COPY: vertically centered, narrow, confident ---------- */
.dartee-home .marksec__copy {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  max-width: 420px !important;
}

.dartee-home .marksec__eyebrow {
  font-family: "Archivo", system-ui, sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: var(--d-pink, #EC4D8B) !important;
  margin: 0 0 14px !important;
}

.dartee-home .marksec__title {
  font-family: "Anton", "Archivo", sans-serif !important;
  font-size: clamp(32px, 4.4vw, 58px) !important;
  font-weight: 400 !important;
  line-height: 0.88 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  color: var(--d-green, #082A24) !important;
  margin: 0 0 14px !important;
}

.dartee-home .marksec__accent,
.dartee-home .marksec__title span {
  color: inherit !important;
}

.dartee-home .marksec__sub {
  font-family: "Archivo", system-ui, sans-serif !important;
  font-size: clamp(14.5px, 1.25vw, 17px) !important;
  line-height: 1.5 !important;
  color: var(--d-body, #4F554E) !important;
  max-width: 32ch !important;
  margin: 0 0 22px !important;
}

/* ---------- CTA group: horizontal, left-aligned, premium editorial ---------- */
.dartee-home .marksec__actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 30px !important;
  margin-top: 0 !important;
}

/* Primary button: BUILD A PACK */
.dartee-home .marksec__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 54px !important;
  padding: 0 30px !important;
  font-family: "Archivo", system-ui, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--d-cream, #F4F0E6) !important;
  text-decoration: none !important;
  background: var(--d-green, #082A24) !important;
  border: 1px solid var(--d-green, #082A24) !important;
  border-radius: 2px !important;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1),
              background-color 0.25s ease,
              border-color 0.25s ease !important;
}

.dartee-home .marksec__btn span {
  display: inline-block !important;
  margin-left: 8px !important;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

.dartee-home .marksec__btn:hover,
.dartee-home .marksec__btn:focus {
  background: #061f1a !important;
  border-color: #061f1a !important;
  transform: translateY(-1px) !important;
}

.dartee-home .marksec__btn:hover span,
.dartee-home .marksec__btn:focus span {
  transform: translateX(4px) !important;
}

/* Secondary text link: SHOP ALL MARKERS */
.dartee-home .marksec__cta {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: "Archivo", system-ui, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--d-green, #082A24) !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 5px !important;
}

.dartee-home .marksec__cta::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 1px !important;
  background: var(--d-pink, #EC4D8B) !important;
  transform: scaleX(1) !important;
  transform-origin: left !important;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

.dartee-home .marksec__cta span {
  display: inline-block !important;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

.dartee-home .marksec__cta:hover,
.dartee-home .marksec__cta:focus {
  color: var(--d-green, #082A24) !important;
}

.dartee-home .marksec__cta:hover::after,
.dartee-home .marksec__cta:focus::after {
  transform: scaleX(1.15) !important;
}

.dartee-home .marksec__cta:hover span,
.dartee-home .marksec__cta:focus span {
  transform: translateX(4px) !important;
}

/* ---------- MOBILE: stack, image first, compact ---------- */
@media (max-width: 860px) {
  .dartee-home .marksec {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .dartee-home .marksec__inner {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 0 20px !important;
  }

  .dartee-home .marksec__media {
    order: -1 !important;
    border-radius: 2px !important;
  }

  .dartee-home .marksec__media img {
    height: clamp(280px, 72vw, 380px) !important;
  }

  .dartee-home .marksec__copy {
    align-items: flex-start !important;
    text-align: left !important;
    max-width: none !important;
  }

  .dartee-home .marksec__title {
    font-size: clamp(28px, 8.4vw, 38px) !important;
    line-height: 0.94 !important;
    margin-bottom: 12px !important;
  }

  .dartee-home .marksec__sub {
    margin-bottom: 18px !important;
  }
}

/* Mobile: stack CTAs to avoid overflow */
@media (max-width: 640px) {
  .dartee-home .marksec__actions {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }
}


/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  .dartee-home .marksec__media img,
  .dartee-home .marksec__cta span,
  .dartee-home .marksec__cta::after,
  .dartee-home .marksec__btn,
  .dartee-home .marksec__btn span {
    transition: none !important;
  }

  .dartee-home .marksec__media:hover img,
  .dartee-home .marksec__media:focus-within img,
  .dartee-home .marksec__cta:hover span,
  .dartee-home .marksec__cta:focus span,
  .dartee-home .marksec__btn:hover,
  .dartee-home .marksec__btn:focus,
  .dartee-home .marksec__btn:hover span,
  .dartee-home .marksec__btn:focus span {
    transform: none !important;
  }

  .dartee-home .marksec__cta:hover::after,
  .dartee-home .marksec__cta:focus::after {
    transform: scaleX(1) !important;
  }
}