/* Wrapper */
.drifter-page{
  --navy:#131920;
  --red:#C20F2D;
  --brass:#D2A74E;
  --charcoal: #1A1717;
  --coolgray: #98999B;
  font-family:'Atilla',sans-serif;
}

.drifter-page p {
  font-size: 1.4rem;
}

.drifter-page .kd-container{
  width:min(1200px,calc(100% - 40px));
  margin:auto;
}

.drifter-page .kd-hero .kd-container{
  margin-left: 8%;
}

.drifter-page .kd-section{
  padding:0;
}

.drifter-page .kd-hero{
  min-height:85vh;
  display:flex;
  align-items:center;
  background:
  linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.3)),
  url('/themes/protean_commerce/img/drifter-hero.jpg');
  background-size:cover;
  background-position:center;
  color:white;
}

.drifter-page h1,
.drifter-page h2{
  font-family:'Ultra',sans-serif;
  margin-top: 0;
  padding-top: 20px;
}

.drifter-page h1{
  font-size:60px;
  margin-bottom:20px;
}

.drifter-page h2{
    font-weight: normal;
  font-size:38px;
  margin-bottom:20px;
}

.drifter-page h3{
  font-family:'Atilla',sans-serif;
  font-size: 1.3rem;
}

.drifter-page .kd-sub{
  font-size:18px;
  max-width:600px;
}

.drifter-page .kd-bullets{
  margin:25px 0;
  padding-left:20px;
}

.drifter-page .kd-bullets li{
  margin-bottom:8px;
}

.kd-slogan {
  font-size: 2rem;
}

.drifter-page .kd-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
  width:100%;
}

.drifter-page .kd-intro img {
  width: auto !important;
  max-height: 700px !important;
}

.drifter-page .kd-split-hiw,
.drifter-page .kd-scents {
  padding: 50px 0;
  background:var(--charcoal);
}

.drifter-page .kd-scents {
  padding-bottom: 0;
}

.drifter-page .kd-intro > div:first-child{
  background: #ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px;
  border-right:1px solid rgba(0,0,0,.08);
}

.drifter-page .kd-split-hiw > div:first-child{
  background: #ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-right:1px solid rgba(0,0,0,.08);
}

.drifter-page .kd-split-hiw > div:first-child,
.drifter-page .kd-scents > div:first-child {
  background:var(--charcoal);
}

.drifter-page .kd-intro > div:last-child{
  background:var(--charcoal);
  color: #ffffff;
}

.drifter-page .kd-split > div:last-child{
  padding:60px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.drifter-page .kd-split img{
  width:100%;
  height:auto;
  display:block;
}

.drifter-page .full-height{
  min-height:90vh;
  padding:0;
  display:flex;
}

.drifter-page .kd-container-tall{
  width:min(1900px, calc(100% - 40px));
  margin:auto;
  flex:1;
  display:flex;
}

.drifter-page ol.kd-steps{
  font-size:1.3rem;
  margin-top:20px;
}

.drifter-page ol.kd-steps li{
  padding:15px 0;
}

.drifter-page .kd-features{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.drifter-page .kd-feature{
  background:rgba(255,255,255,.05);
  padding:25px;
  border-radius:14px;
}

.drifter-page .kd-camo{
  background:
  linear-gradient(rgba(19,25,32,.6),rgba(19,25,32,.7)),
  url('/themes/protean_commerce/img/camo1-square.jpg');
  background-size:cover;
  color: #ffffff;
}

.drifter-page .kd-dark{
  background:var(--charcoal);
  color:white;
}

.drifter-page .kd-light{
  background:var(--charcoal);
  color:#ffffff;
}

.drifter-page .kd-gray{
  background:var(--coolgray);
  color:#ffffff;
}

.drifter-page .kd-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.drifter-page .kd-strip img{
  width:100% !important;
  height:450px !important;
  object-fit:cover;
}

.drifter-page .kd-guarantee{
  display:grid;
  grid-template-columns:250px 1fr;
  gap:40px;
  align-items:center;
}

.drifter-page .kd-guarantee .cta {
  margin-top: 15px;
}

.drifter-page .kd-guarantee img {
  max-width: 280px !important;
  height: auto !important;
}

.drifter-page .kd-final{
  text-align:center;
  padding:120px 0;
  background:
  linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.85)),
  url('/themes/protean_commerce/img/camo2-wide.jpg');
  background-size:cover;
  color: #ffffff;
}

.drifter-page .red-banner p {
  font-family: "Ultra";
  font-size: clamp(1rem, 2.3vw, 3rem);
  color: #1A1717;
}





@media(max-width:992px){

  .drifter-page .kd-hero {
    padding-bottom: 20px;
  }

  .drifter-page .kd-hero .kd-container{
    margin-left: 5%;
  }

  .drifter-page h1{
    font-size: 36px;
    margin-bottom: 0;
    text-align: center;
  }

  .drifter-page h2{
    font-size:22px;
    margin-bottom:20px;
  }

  .drifter-page h3{
    font-size: 1rem;
  }

  .drifter-page p {
    font-size: 1rem;
    margin: 15px auto;
  }

  .drifter-page .kd-features{
    grid-template-columns:1fr;
  }

  .drifter-page .kd-sub{
    font-size:14px;
    max-width:600px;
  }

  .drifter-page .kd-bullets{
    margin:15px 0;
    padding-left:20px;
    background: rgba(26, 23, 23, .8);
  }

  .drifter-page .kd-cta-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .drifter-page .kd-split-hiw,
  .drifter-page .kd-scents {
    padding: 0 0;
  }

  .drifter-page .kd-split{
    grid-template-columns:1fr;
  }

  .drifter-page .kd-intro{
    grid-template-columns:1fr 1.5fr;
  }

  .drifter-page .kd-intro img {
    width: 100% !important;
    max-height: auto !important;
  }

  .drifter-page .kd-intro > div:first-child{
    padding:15px;
  }

  .drifter-page .kd-split > div:last-child{
    padding:20px;
  }

  .drifter-page .kd-strip{
    display: none;
  }

  .drifter-page ol.kd-steps{
    font-size:1rem;
    margin-top:10px;
  }

  .drifter-page ol.kd-steps li{
    padding:5px 0;
  }

  .drifter-page .kd-features{
    grid-template-columns:repeat(1fr);
    gap:15px;
  }

  .drifter-page .kd-feature{
    padding:8px;
    border-radius:12px;
  }

  .drifter-page .kd-feature h3 {
    margin: 5px auto;
  }

  .drifter-page .kd-feature p {
    margin: 5px auto;
  }

  .drifter-page .kd-scents h2 {
    text-align: center;
  }

  .drifter-page .kd-guarantee{
    grid-template-columns:1fr;
    gap:10px;
    text-align: center;
    padding-top: 20px;
  }

  .drifter-page .kd-guarantee .cta {
    margin-top: 15px;
  }

  .drifter-page .kd-guarantee img {
    max-width: 220px !important;
    height: auto !important;
  }

  .drifter-page .kd-guarantee h2 {
    display: none;
  }

  .drifter-page .kd-guarantee p {
    margin: 25px auto;
  }

}