.dncl-hero {
  background-size: cover;
  background-position: center;
  background-size: contain;          /* 🔥 NO CROPPING */
  background-repeat: no-repeat;
  background-position: left center;  /* 🔥 PRODUCT LEFT */
  color: #111;
  padding: clamp(80px, 10vw, 100px) clamp(16px, 3vw, 20px) clamp(40px, 6vw, 60px);
  min-height: 100vh;
  width: 100%;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;

  transition: background-image 0.5s ease;
}


/* BACKGROUND WRAPPER */
.dncl-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

/* IMAGE */
/* DEFAULT */
.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* ACTIVE */
.hero-bg-image.active {
  opacity: 1;
}

/* 🔥 RETAIL IMAGE FIX (slide 0) */
.slide-0 {
  object-position: left center;   /* keep POS visible */
}

/* 🔥 INDUSTRIAL IMAGE */
.slide-1 {
  object-position: center center; /* normal */
}

/* ACTIVE IMAGE */
.hero-bg-image.active {
  opacity: 1;
}


/* LEFT */
.dncl-hero-left {
  max-width: clamp(300px, 80vw, 900px);
  margin: 0;
}

.dncl-hero-tag {
  font-size: clamp(14px, 2vw, 15px);
  opacity: 0.8;
  margin-bottom: 8px;
  font-size:x-large;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
}

.dncl-hero-left h1 {
  font-size: clamp(28px, 6vw, 48px);
  line-height: 1.2;
  margin-bottom: 16px;
}

.dncl-hero-left p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.7;
  color: #444444;
  margin-bottom: clamp(20px, 3vw, 28px);
}



.dncl-card-sub {
  font-size: 14px;
  opacity: 0.7;
}

.dncl-hero-card h3 {
  margin: 12px 0 16px;
}

.dncl-hero-card a {
  color: #4f8cff;
  text-decoration: none;
}

/* SCROLL */
.dncl-scroll {
  position: absolute;
  bottom: 70px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
}


/* RIGHT CARD LINK */
.dncl-hero-card-link {
  text-decoration: none;
  color: white;
}

/* CARD DESCRIPTION */
.dncl-card-desc {
  font-size: 14px;
  color: #cfcfcf;
  margin-bottom: 14px;
  line-height: 1.6;
}

/* CARD CTA */
.dncl-card-link {
  color: #4f8cff;
  font-weight: 600;
}


/* CONTACT US BUTTON – POP EFFECT ONLY */
.dncl-hero-btn {
  background: #1e40ff;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;

  transition:
    transform 0.25s ease,
}


/* RIGHT SIDE CARD STACK */
.dncl-hero-right-cards {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* CONTACT US BUTTON — FIXED (NO HOVER, NO UNDERLINE) */
.dncl-hero-btn,
.dncl-hero-btn:hover,
.dncl-hero-btn:focus,
.dncl-hero-btn:active,
.dncl-hero-btn:visited {
  background: #1e40ff;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 600;
  border-radius: 6px;
  display: inline-block;
  padding: 12px 22px;

  /* HARD LOCK */
  transform: none !important;
  opacity: 1 !important;
}

.dncl-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 0 0 clamp(20px, 5vw, 80px); /* push content toward left side of hero */

  display: flex;
  align-items: center;        /* vertical center */
  justify-content: flex-start; /* push content left */
}


.dncl-hero-left {
  max-width: 650px;
  text-align: left;
  margin: 0; /* ensure no centering from earlier rule */
}


/* ================= HERO CARDS SECTION ================= */
.dncl-hero-cards-section {
  background: #ffffff;
  padding: clamp(60px, 8vw, 80px) clamp(16px, 3vw, 32px) clamp(70px, 8vw, 90px);
}

.dncl-hero-cards-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2vw, 20px);

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 5vw, 56px);
}

/* COLUMN WRAPPER */
.dncl-hero-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 clamp(8px, 1vw, 12px);
}

/* TITLES ABOVE CARDS */
.dncl-hero-card-title {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 800;
  margin-bottom: clamp(20px, 3vw, 28px);
  text-align: center;
  color: #000000;
}

/* TITLE COLORS */
.dncl-hero-card-title.retail {
  color: #0b3c5d; /* DNCL blue */
}

.dncl-hero-card-title.industrial {
  color: #111111;
}

.equal-card {
  width: 100%;
  min-height: clamp(200px, 20vh, 240px);
  background: #eef4ff;
  border-radius: 24px;
  padding: clamp(20px, 3vw, 28px);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* CARD TEXT */
.dncl-card-sub {
  font-size: clamp(13px, 1.5vw, 14px);
  font-weight: 600;
  color: #1e40ff;
  margin-bottom: clamp(12px, 2vw, 16px);
}

.dncl-card-desc {
  font-size: clamp(14px, 1.8vw, 15px);
  line-height: 1.7;
  color: #555555;
  margin-bottom: clamp(20px, 3vw, 28px);
}

.dncl-card-link {
  font-size: clamp(13px, 1.5vw, 14px);
  font-weight: 700;
  color: #1e40ff;
}

/* LINK RESET */
.dncl-hero-card-link {
  text-decoration: none;
  width: 100%;
  color: inherit;
}


/* ================= RESPONSIVE BREAKPOINTS ================= */

/* TABLET */
@media (max-width: 1024px) {
  .dncl-hero {
    min-height: 80vh;
    padding: 90px 24px 60px;
  }

  .dncl-hero-content {
    margin-left: 0;   /* 🔥 remove left push */
  }

  .dncl-hero-left {
    max-width: 720px;
  }
}


/* MOBILE LARGE */
@media (max-width: 768px) {
  .dncl-hero {
    min-height: auto;
    padding: 72px 16px 48px;
    align-items: flex-start;
  }

  .dncl-hero-content {
    margin: 0;
    width: 100%;
  }

  .dncl-hero-left {
    max-width: 100%;
  }

  .dncl-hero-tag {
    font-size: 16px;
  }

  .dncl-hero-left h1 {
    font-size: 28px;
  }

  .dncl-hero-left p {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-arrow {
    display: none; /*  arrows not needed on mobile */
  }
}


/* MOBILE */
@media (max-width: 600px) {
  .dncl-hero-cards-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .equal-card {
    padding: 20px;
    min-height: 180px;
  }

  .dncl-card-desc {
    margin-bottom: 16px;
  }
}

/* ================= HERO ARROWS ================= */

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  background: rgba(255, 255, 255, 0.65);
  border: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;

  font-size: 22px;
  font-weight: 700;
  color: #111;

  cursor: pointer;
  z-index: 20;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: background 0.25s ease, transform 0.2s ease;
}

.hero-arrow:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* LEFT ARROW */
.hero-arrow.left {
  left: 24px;
}

/* RIGHT ARROW */
.hero-arrow.right {
  right: 24px;
}



/* =====================================
   RESPONSIVE FIX — HERO SECTION
===================================== */

/* LARGE TABLETS */
@media (max-width: 1024px) {
  .dncl-hero {
    min-height: 85vh;
  }

  .dncl-hero-content {
    margin-left: 32px;
  }

  .hero-arrow.left {
    left: 12px;
  }

  .hero-arrow.right {
    right: 12px;
  }
}

/* TABLET */
/* =========================
   FINAL MOBILE HERO FIX
========================= */
@media (max-width: 768px) {

  .dncl-hero {
    min-height: auto;              /* 🔥 let content decide */
    padding: 88px 16px 32px;
    align-items: flex-start;

    background-size: contain;      /* 🔥 SHOW FULL IMAGE */
    background-repeat: no-repeat;
    background-position: center top;
  }

  .dncl-hero-content {
    margin: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .dncl-hero-left {
    max-width: 100%;
  }

  .dncl-hero-tag {
    font-size: 16px;
  }

  .dncl-hero-left h1 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .dncl-hero-left p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .dncl-hero-btn {
    padding: 10px 18px;
    font-size: 13px;
  }

  /* arrows NEVER on mobile */
  .hero-arrow {
    display: none !important;
  }

  .dncl-scroll {
    display: none;
  }
}


/* MOBILE */
@media (max-width: 600px) {
  .dncl-hero {
    min-height: auto;
    padding: 80px 14px 40px;
    text-align: left;
  }

  .dncl-hero-left h1 {
    font-size: 30px;
  }

  .dncl-hero-left p {
    font-size: 15px;
    line-height: 1.6;
  }

  .dncl-hero-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .hero-arrow {
    display: none;
  }
}

@media (max-width: 380px) {
  .dncl-hero {
    padding: 64px 14px 40px;
  }

  .dncl-hero-left h1 {
    font-size: 24px;
  }

  .dncl-hero-left p {
    font-size: 14px;
  }

  .dncl-hero-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
}

/* =========================
   FINAL MOBILE HERO — NO CUT
========================= */
@media (max-width: 768px) {

  .dncl-hero {
    min-height: auto;                 /* content decides height */
    padding: 96px 16px 32px;          /* space for header */
    align-items: flex-start;

    background-size: contain;         /* 🔥 FULL IMAGE */
    background-repeat: no-repeat;
    background-position: center top;
  }

  .dncl-hero-content {
    margin: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .dncl-hero-left {
    max-width: 100%;
  }

  .dncl-hero-left h1 {
    font-size: 26px;
    line-height: 1.25;
  }

  .dncl-hero-left p {
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-arrow,
  .dncl-scroll {
    display: none !important;
  }
}

/* =========================
   MOBILE HERO IMAGE STRATEGY
========================= */

/* Hide mobile image on desktop */
.dncl-hero-mobile-image {
  display: none;
}

@media (max-width: 768px) {

  /* Disable background hero on mobile */
  .dncl-hero {
    background-image: none !important;
    min-height: auto;
    padding: 72px 16px 32px;
    display: block;
  }

  /* Show real image */
  .dncl-hero-mobile-image {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }

  .dncl-hero-mobile-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
  }

  /* Hide arrows & dots on mobile */
  .hero-arrow,
  .hero-dots,
  .dncl-scroll {
    display: none !important;
  }
}

.dncl-hero-content {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: auto;
  padding-top: 120px;   /* prevents header overlap */
}

.dncl-hero-left {
  max-width: 650px;
}

.dncl-hero-left h1 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.15;
  font-weight: 800;
}

.dncl-hero-left p {
  margin-top: 18px;
  font-size: 18px;
  color: #333;
}
