.dl-home-slider{
  position:relative;
  min-height:clamp(520px,72vh,780px);
  overflow:hidden;
  background:#050505;
}

.dl-home-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .8s ease,visibility .8s ease;
}

.dl-home-slide.active{
  opacity:1;
  visibility:visible;
}

.dl-home-slide picture,
.dl-home-slide img{
  width:100%;
  height:100%;
  display:block;
}

.dl-home-slide img{
  position:absolute;
  inset:0;
  object-fit:cover;
}

.dl-home-slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.40) 55%,rgba(0,0,0,.12)),
    linear-gradient(0deg,rgba(0,0,0,.48),transparent 50%);
}

.dl-home-slide-content{
  width:min(1240px,92vw);
  min-height:clamp(520px,72vh,780px);
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  flex-direction:column;
  margin:auto;
}

.dl-home-slide-content small{
  color:#dfbe62;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.dl-home-slide-content h1{
  max-width:760px;
  margin:15px 0 12px;
  color:#fff;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(46px,7vw,92px);
  line-height:.94;
}

.dl-home-slide-content p{
  max-width:650px;
  margin:0;
  color:#eee;
  font-size:clamp(16px,2vw,21px);
  line-height:1.55;
}

.dl-home-slide-content a{
  display:inline-flex;
  margin-top:27px;
  border-radius:4px;
  padding:14px 23px;
  background:#d7b45a;
  color:#090705;
  text-decoration:none;
  font-weight:800;
}

.dl-slider-controls{
  position:absolute;
  right:4vw;
  bottom:28px;
  z-index:5;
  display:flex;
  align-items:center;
  gap:10px;
}

.dl-slider-controls button{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:50%;
  background:rgba(0,0,0,.36);
  color:#fff;
  cursor:pointer;
}

.dl-slider-dots{
  display:flex;
  gap:7px;
}

.dl-slider-dots button{
  width:9px;
  height:9px;
  border:0;
  border-radius:50%;
  padding:0;
  background:rgba(255,255,255,.48);
}

.dl-slider-dots button.active{
  width:28px;
  border-radius:99px;
  background:#d7b45a;
}

.dl-smart-section{
  padding:70px 0;
}

.dl-smart-section:nth-of-type(even){
  background:#0b0908;
}

.dl-smart-heading{
  width:min(1240px,92vw);
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin:0 auto 24px;
}

.dl-smart-heading small{
  color:#d7b45a;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.dl-smart-heading h2{
  margin:7px 0 0;
  color:#f5ead4;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(34px,5vw,56px);
}

.dl-smart-heading a{
  color:#d7b45a;
  text-decoration:none;
  font-weight:700;
}

.dl-product-row{
  width:min(1240px,92vw);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin:auto;
}

.dl-product-card{
  overflow:hidden;
  border:1px solid rgba(215,180,90,.15);
  border-radius:14px;
  background:#100d0b;
}

.dl-product-card-image{
  height:390px;
  overflow:hidden;
  background:#050505;
}

.dl-product-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

.dl-product-card:hover img{
  transform:scale(1.04);
}

.dl-product-card-body{
  padding:15px;
}

.dl-product-card-body small{
  color:#d7b45a;
}

.dl-product-card-body h3{
  margin:7px 0;
  color:#fff;
  font-size:18px;
}

.dl-product-card-body p{
  margin:0;
  color:#aaa;
  font-size:12px;
}

.dl-product-card-body a{
  display:inline-block;
  margin-top:12px;
  color:#d7b45a;
  text-decoration:none;
  font-weight:700;
}

@media(max-width:1000px){
  .dl-product-row{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:650px){
  .dl-home-slider,
  .dl-home-slide-content{
    min-height:620px;
  }

  .dl-home-slide::after{
    background:
      linear-gradient(0deg,rgba(0,0,0,.90),rgba(0,0,0,.25) 75%);
  }

  .dl-home-slide-content{
    justify-content:flex-end;
    padding-bottom:105px;
  }

  .dl-slider-controls{
    right:20px;
    bottom:30px;
  }

  .dl-smart-heading{
    align-items:flex-start;
    flex-direction:column;
  }

  .dl-product-row{
    grid-template-columns:1fr;
  }

  .dl-product-card-image{
    height:470px;
  }
}

/* =========================================================
   HOMEPAGE HERO VISIBILITY AND IMAGE POSITIONING FIX
   ========================================================= */

.dl-home-slider{
  min-height:clamp(500px,68vh,700px) !important;
}

.dl-home-slide{
  isolation:isolate;
}

.dl-home-slide picture{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
}

.dl-home-slide picture img,
.dl-home-slide > img{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  object-fit:cover !important;
  object-position:center 20% !important;
}

.dl-home-slide::after{
  z-index:1 !important;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.92) 0%,
      rgba(0,0,0,.74) 30%,
      rgba(0,0,0,.30) 66%,
      rgba(0,0,0,.08) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0,0,0,.45),
      transparent 50%
    ) !important;
}

.dl-home-slide-content{
  min-height:clamp(500px,68vh,700px) !important;
  z-index:3 !important;
  padding-top:40px;
  padding-bottom:50px;
}

.dl-home-slide-content small,
.dl-home-slide-content h1,
.dl-home-slide-content p,
.dl-home-slide-content a{
  position:relative !important;
  z-index:4 !important;
  visibility:visible !important;
  opacity:1 !important;
}

.dl-home-slide-content h1{
  display:block !important;
  max-width:680px !important;
  color:#fff !important;
  text-shadow:0 3px 18px rgba(0,0,0,.65);
}

.dl-home-slide-content p{
  display:block !important;
  color:#f1f1f1 !important;
  text-shadow:0 2px 10px rgba(0,0,0,.60);
}

.dl-home-slide-content a{
  display:inline-flex !important;
}

@media(max-width:650px){
  .dl-home-slider,
  .dl-home-slide-content{
    min-height:620px !important;
  }

  .dl-home-slide picture img,
  .dl-home-slide > img{
    object-position:center top !important;
  }

  .dl-home-slide::after{
    background:
      linear-gradient(
        0deg,
        rgba(0,0,0,.96) 0%,
        rgba(0,0,0,.74) 42%,
        rgba(0,0,0,.10) 82%
      ) !important;
  }

  .dl-home-slide-content{
    justify-content:flex-end !important;
    padding-bottom:100px !important;
  }
}

/* =========================================================
   HERO FULL IMAGE FIT FIX
   ========================================================= */

.dl-home-slider{
    min-height:560px !important;
    max-height:560px !important;
    height:560px !important;
}

.dl-home-slide{
    height:560px !important;
    overflow:hidden !important;
    background:#090806 !important;
}

/* Blurred background fill */
.dl-home-slide::before{
    content:"";
    position:absolute;
    inset:-30px;
    z-index:0;
    background-image:var(--hero-bg);
    background-size:cover;
    background-position:center;
    filter:blur(24px);
    transform:scale(1.08);
    opacity:.42;
}

.dl-home-slide picture{
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.dl-home-slide picture img,
.dl-home-slide > img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    background:transparent !important;
}

.dl-home-slide::after{
    z-index:2 !important;
    background:
      linear-gradient(
        90deg,
        rgba(0,0,0,.82) 0%,
        rgba(0,0,0,.46) 36%,
        rgba(0,0,0,.08) 70%,
        rgba(0,0,0,.18) 100%
      ) !important;
}

.dl-home-slide-content{
    min-height:560px !important;
    height:560px !important;
    z-index:3 !important;
    padding-top:30px !important;
    padding-bottom:45px !important;
}

.dl-home-slide-content h1{
    font-size:clamp(42px,5.7vw,76px) !important;
}

@media(max-width:650px){
    .dl-home-slider,
    .dl-home-slide,
    .dl-home-slide-content{
        height:620px !important;
        min-height:620px !important;
        max-height:620px !important;
    }

    .dl-home-slide picture img,
    .dl-home-slide > img{
        object-fit:contain !important;
        object-position:center top !important;
    }

    .dl-home-slide::after{
        background:
          linear-gradient(
            0deg,
            rgba(0,0,0,.94) 0%,
            rgba(0,0,0,.55) 42%,
            rgba(0,0,0,.08) 78%
          ) !important;
    }
}

/* =========================================================
   DEDICATED HOMEPAGE BANNER POSTER MODE
   ========================================================= */

.dl-home-slider{
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:1920 / 700;
  background:#000 !important;
}

.dl-home-slide{
  height:100% !important;
  min-height:0 !important;
  max-height:none !important;
}

.dl-home-slide::before{
  display:none !important;
}

.dl-home-slide picture{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
}

.dl-home-slide picture img,
.dl-home-slide > img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}

.dl-home-slide.image_only::after{
  background:
    linear-gradient(
      0deg,
      rgba(0,0,0,.10),
      transparent 30%
    ) !important;
}

.dl-home-slide.image_only .dl-home-slide-content{
  display:none !important;
}

.dl-home-slide.text_overlay::after{
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.88),
      rgba(0,0,0,.42) 50%,
      rgba(0,0,0,.06)
    ) !important;
}

.dl-home-slide-content{
  height:100% !important;
  min-height:0 !important;
  max-height:none !important;
}

@media(max-width:650px){
  .dl-home-slider{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:4 / 5;
  }

  .dl-home-slide,
  .dl-home-slide-content{
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
  }

  .dl-home-slide picture img,
  .dl-home-slide > img{
    object-fit:cover !important;
    object-position:center !important;
  }
}

/* =========================================================
   NO ACTIVE BANNER FALLBACK
   ========================================================= */

.dl-banner-empty{
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:70px 20px;
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(215,180,90,.16),
      transparent 35%
    ),
    linear-gradient(135deg,#050505,#15100c);
  text-align:center;
}

.dl-banner-empty > div{
  max-width:780px;
}

.dl-banner-empty small{
  color:#d7b45a;
  font-weight:900;
  letter-spacing:3px;
}

.dl-banner-empty h1{
  margin:18px 0 13px;
  color:#fff;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(46px,7vw,82px);
  line-height:.95;
}

.dl-banner-empty p{
  max-width:650px;
  margin:0 auto;
  color:#ccc;
  font-size:18px;
  line-height:1.6;
}

.dl-banner-empty a{
  display:inline-flex;
  margin-top:26px;
  border-radius:5px;
  padding:14px 22px;
  background:#d7b45a;
  color:#080604;
  text-decoration:none;
  font-weight:900;
}

@media(max-width:650px){
  .dl-banner-empty{
    min-height:500px;
  }
}

/* =========================================================
   SINGLE IMAGE RESPONSIVE HOMEPAGE BANNER
   ========================================================= */

.dl-home-slider{
    width:100%;
    aspect-ratio:1920 / 700;
    min-height:0 !important;
    max-height:none !important;
    overflow:hidden;
    background:#000;
}

.dl-home-slide,
.dl-home-slide picture{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

.dl-home-slide picture img,
.dl-home-slide > img{
    width:100% !important;
    height:100% !important;
    display:block;
    object-fit:cover !important;
    object-position:center center !important;
}

.dl-home-slide.image_only .dl-home-slide-content{
    display:none !important;
}

@media(max-width:1000px){
    .dl-home-slider{
        aspect-ratio:16 / 7;
    }
}

@media(max-width:700px){
    .dl-home-slider{
        aspect-ratio:4 / 5;
        min-height:480px !important;
    }

    .dl-home-slide picture img,
    .dl-home-slide > img{
        object-fit:cover !important;
        object-position:center center !important;
    }
}

/* =========================================================
   FINAL ONE-IMAGE RESPONSIVE BANNER FIX
   ========================================================= */

.dl-home-slider{
    position:relative !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:1920 / 700 !important;
    overflow:hidden !important;
    background:#000 !important;
}

.dl-home-slide{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
}

.dl-home-slide picture{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
}

.dl-home-slide picture img,
.dl-home-slide > img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    object-position:center center !important;
}

.dl-home-slide.image_only::after{
    background:transparent !important;
}

.dl-home-slide.image_only .dl-home-slide-content{
    display:none !important;
}

@media(max-width:768px){
    .dl-home-slider{
        aspect-ratio:4 / 3 !important;
        min-height:300px !important;
    }

    .dl-home-slide picture img,
    .dl-home-slide > img{
        object-fit:cover !important;
        object-position:center center !important;
    }
}

@media(max-width:480px){
    .dl-home-slider{
        aspect-ratio:1 / 1 !important;
        min-height:340px !important;
    }
}

/* =========================================================
   DYNAMIC BANNER DIMENSIONS
   ========================================================= */

.dl-home-slider{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:hidden !important;
    transition:aspect-ratio .35s ease;
    background:#000 !important;
}

.dl-home-slide,
.dl-home-slide picture{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
}

.dl-home-slide picture img,
.dl-home-slide > img{
    width:100% !important;
    height:100% !important;
    display:block !important;

    /* Full banner remains visible */
    object-fit:contain !important;
    object-position:center center !important;

    background:#000 !important;
}

.dl-home-slide.image_only::after{
    display:none !important;
}

.dl-home-slide.image_only .dl-home-slide-content{
    display:none !important;
}

@media(max-width:768px){
    .dl-home-slider{
        min-height:0 !important;
        max-height:none !important;
    }

    .dl-home-slide picture img,
    .dl-home-slide > img{
        object-fit:contain !important;
    }
}

/* =========================================================
   FULL-WIDTH HIGH-QUALITY HOMEPAGE BANNERS
   ========================================================= */

.dl-home-slider{
    position:relative !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:1920 / 700 !important;
    overflow:hidden !important;
    background:#000 !important;
}

.dl-home-slide,
.dl-home-slide picture{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
}

.dl-home-slide picture img,
.dl-home-slide > img{
    width:100% !important;
    height:100% !important;
    display:block !important;

    /* Cover the complete banner area */
    object-fit:cover !important;

    /* Controlled individually by the banner focus setting */
    object-position:var(--banner-focus, center center) !important;

    image-rendering:auto !important;
    transform:translateZ(0);
    backface-visibility:hidden;
}

.dl-home-slide.image_only::after{
    display:none !important;
}

.dl-home-slide.image_only .dl-home-slide-content{
    display:none !important;
}

@media(max-width:1000px){
    .dl-home-slider{
        aspect-ratio:16 / 7 !important;
    }
}

@media(max-width:700px){
    .dl-home-slider{
        aspect-ratio:4 / 5 !important;
        min-height:480px !important;
    }

    .dl-home-slide picture img,
    .dl-home-slide > img{
        object-fit:cover !important;
        object-position:var(
            --banner-mobile-focus,
            center center
        ) !important;
    }
}
