h1 {
  font-weight: normal;
}

/************ Hero *****************/

.hero-bg {
    position: fixed;
    inset: 0;
    background-image: url("../../img/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-inner {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  margin-top: 110px;
  position: relative;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
}

.hero-image {
  position: absolute;
  top: -150px;
  left: clamp(25px, 8vw, 100px);
  width: clamp(300px, 22vw, 350px);
  z-index: 20;
}

.hero-image img {
  width: 100%;
  height: auto;
}

.hero-content {
  margin-left: clamp(50px, 15vw, 100px);
  width: clamp(750px, 55%, 1000px);
  position: relative;
  z-index: 2;
}

.hero-content-body {
  background: rgba(0, 0, 0, 0.65);
  padding: 2rem 2.5rem;
  padding-left: clamp(50px, 35vw, 400px);
  margin-top: 1rem;
}

.hero h1 {
    font-family: "Army";
  color: #fff;
  line-height: .9;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 2px 3px #000000;
  padding-left: clamp(50px, 30vw, 350px);
  margin-bottom: 5px;
}

.control,
.the-hunt {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.your-scent,
.own {
  font-size: clamp(1rem, 2vw, 2.7rem);
}

.own,
.the-hunt {
  vertical-align: top;
}

.hero h2 {
  font-family: "Army";
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #C20F2D;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

.hero span.registered {
  font-size: 18px;
  vertical-align: top;
  margin-top: 15px;
  padding-top: 15px;
}

.hero h3 {
  font-family: "Atilla";
  font-size: clamp(1.2rem, 2vw, 2rem);
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.hero p {
  color: #fff;
  line-height: 1.6;
  font-size: 16px;
  max-width: 600px;
  font-family: sans-serif;
}

.hero-cta {
  max-width: 600px; 
  margin-left: auto;
  margin-top: 1.5rem;
  text-align: right;
  position: relative;
  z-index: 5; 
}

.hero-cta.cta {
  display: inline-block;
  box-shadow: 2px 2px 3px #000000;
}

.scent-packs {
  position: relative;
  min-height: 90vh;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  overflow: hidden;
}

.scent-packs-header {
  height: 100%;
  background: #1A1717;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scent-packs-header img {
  max-width: 80%;
}

.scent-packs-body {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  padding: 50px clamp(1.2rem, 2.6vw, 2.8rem);
}

.scent-packs-title h2 {
  width: 96%;
  margin: 0 auto;
  padding-top: 25px;
  font-family: "Atilla";
  font-size: clamp(1.2rem, 2.5vw, 2.5rem);
  color: #1A1717;
  font-weight: bold;
  text-align: center;
}

.scent-packs-title p {
  max-width: 90%;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
}

.scent-packs-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.scent-packs-copy {
  margin: 0;
  padding: 0;
  text-align: center;
}

.scent-packs-copy ul {
  font-family: "Atilla";
  font-size: clamp(.7rem, 1.2vw, 1.8rem);
  color: #1A1717;
  margin: 1rem 0;
  list-style: none;
  padding-left: 0;
  padding-top: 40px;
}

.scent-packs-copy ul li {
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
}

span.scent-list-name {
  font-weight: normal;
}

.scent-packs-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scent-packs-image img {
  max-width: 98%;  
}

.scent-packs-cta {
  margin-top: 70px;
  width: auto;
}

.red-banner {
  width: 100%;
  background: #C20F2D;
  font-family: "Ultra";
  font-size: clamp(1rem, 2.3vw, 3rem);
  color: #1A1717;
  text-align: center;
  padding: 5px 0;
  letter-spacing: .1vw;
}

.red-banner p {
  margin: 5px auto;
  position: relative;
}

.red-banner-large {
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
  text-transform: uppercase;
}

#block-protean-commerce-redbanner {
  box-shadow: 0px 4px 6px #1A1717, 0px -3px 6px #1A1717;
  position: relative;
  z-index: 50;
}

#block-protean-commerce-thedriftsystem {
  background: #ffffff;
  padding-bottom: 30px;
}

.drift-system {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
}

.drift-system-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffffff;
}

.drift-system-body h3 {
  font-family: "Ultra";
  font-size: clamp(1.2rem, 2.5vw, 2.5rem);
  color: #1A1717;
  font-weight: bold;
  margin-bottom: 0;
}

.drift-system-body h4 {
  font-family: sans-serif;
  font-size: clamp(1rem, 2vw, 2.5rem);
  color: #1A1717;
  font-weight: bold;
  margin-top: 15px;
}

.drift-system-body p {
  max-width: 98%;
  margin: 8px auto;
  font-family: sans-serif;
  font-size: 18px;
}

.drift-system-body ul {
  padding-left: 0;
  font-family: "Atilla";
  font-size: 20px;
  list-style: none;
}

.drift-system-body ul li {
  padding: 7px 0;
}

/* =============================
   INTRO
============================= */

.drift-intro {
  max-width: 70%;
  margin: 20px auto;
}

.drift-intro p {
  font-size: 20px;
  line-height: 1.6;
  margin: 5px 0;
}

.drift-emphasis {
  font-size: 26px;
  font-weight: bold;
  color: #CF1F2E;
}

/* =============================
   TIMELINE
============================= */

.drift-timeline {
  width: 85%;
  margin-top: 0;
  position: relative;
}

.drift-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ddd;
  transform: translateX(-50%);
}

.drift-step {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
}

/*
.drift-step:nth-child(odd) {
  flex-direction: row;
}

.drift-step:nth-child(even) {
  flex-direction: row-reverse;
}
*/

.drift-step-marker {
  width: 50px;
  height: 50px;
  background: #CF1F2E;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
  z-index: 2;
}

.drift-step-content {
  width: 96%;
  background: #fff;
  padding: 10px;
  border: 0px solid #eee;
  margin: 0 auto;
  text-align: left;
}

.drift-step-content h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

/* =============================
   STAND BLOCK (Dark emphasis)
============================= */

.drift-stand-block {
  margin-top: 0;
  padding: 30px;
  background: #1A1717;
  color: #fff;
}

.drift-stand-block h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
}

.drift-highlight-line {
  margin-top: 5px;
  font-size: 22px;
  color: #CF1F2E;
  font-weight: bold;
}

/* =============================
   WHY SECTION
============================= */

.drift-why {
  margin-top: 0;
  width: 98%;
}

/* =============================
   ACTION GRID
============================= */

/* Container stays the same */
.drift-actions {
  margin-top: 40px;
  text-align: center;
}

.drift-actions h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* New list style */
.drift-action-list {
  list-style: none;
  padding: 0;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

/* Vertical line (subtle guide) */
.drift-action-list::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background: #ddd;
}

/* Each item */
.drift-system-body .drift-actions .drift-action-list li {
  position: relative;
  padding-left: 40px;
  margin: 18px 0;
  font-family: "Atilla";
  font-size: 20px;
  text-align: left;
}

/* Bullet marker (styled dot) */
.drift-action-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: #CF1F2E;
  border-radius: 50%;
}

/* Optional subtle hover (feels interactive but not flashy) */
.drift-action-list li:hover {
  color: #CF1F2E;
}

/* =============================
   FINAL CTA
============================= */

.drift-final {
  margin-top: 50px;
  font-family: "Ultra";
  font-size: 32px;
  color: #1A1717;
}

.drift-final span {
  display: block;
  color: #CF1F2E;
}

.list-item-red {
  color: #C20F2D;
  text-transform: uppercase;
}

.dual-cta {
  width: 70%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

.what-hunters-say {
  position: relative;
  background: #1A1717;
}

.killdrift-logo {
  width: clamp(300px, 25%, 600px);
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}

.killdrift-logo img {
  width: 100%;
}

.block-views-blockreviews-block-1 h2 {  
  width: 100%;
  font-family: "Ultra";
  font-size: clamp(1.5rem, 2.5vw, 3.5rem);
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

.block-views-blockreviews-block-1 {
  background: #1A1717;
  padding: 30px 5rem;
}

.block-views-blockreviews-block-1 a {
  text-decoration: none;
}

.review-card {
  position: relative;
  padding: 3rem 2rem 2rem 2rem;
  background-image: url('/themes/protean_commerce/img/review-bg.png');
  background-size: cover;
  background-position: center;
  color: #e9e3d7;
  max-width: 350px;
  margin: 0 auto 3rem auto;
  text-align: center;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 0;
}

.review-card > * {
  position: relative;
  z-index: 1;
}

.review-card .review-quote-open,
.review-card .review-quote-close {
  font-size: 4rem;
  color: #C20F2D;
  line-height: 1;
  position: absolute;
}

.review-card .review-quote-open {
  top: -30px;
  left: 10px;
}

.review-card .review-quote-close {
  bottom: -30px;
  right: 10px;
}

.review-card .review-text {
  font-family: "Atilla";
  font-size: clamp(1rem, 1.2vw, 1.6rem);
  line-height: 1.5;
  font-style: italic;
  margin: 2rem 0;
}

.review-card .review-footer {
  width: 100%;
  margin-top: 3rem;
  padding: .5rem;
  background: rgba(208, 32, 46, 0.35);
}

.review-card .review-name {
  font-family: "Ultra";
  font-size: 1.5rem;
  color: #fff;
}

.review-card .review-verified {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.85;
}

.view-reviews .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.view-reviews .views-row {
  flex: 0 0 350px;
}

.view-display-id-block_1 p {
  color: #ffffff;
}

.read-reviews-link {
  text-align: center;
}

/* ============================= */
/* FAITH / VETERAN SECTION */
/* ============================= */

.kd-faith-section{
  background: #1A1717;
  padding:100px 20px;
  text-align:center;
  color:#ffffff;
}

/* inner width */

.kd-faith-inner{
  max-width:800px;
  margin:auto;
}

/* ============================= */
/* BADGE */
/* ============================= */

.kd-faith-badge img{
  width:100px;
  height: auto;
  margin-bottom:25px;
}

/* ============================= */
/* TITLE */
/* ============================= */

.kd-faith-title{
  font-family:'Army', sans-serif;
  font-size:44px;
  line-height:1.2;
  letter-spacing:2px;
  margin-bottom:25px;
}

/* ============================= */
/* FISH ICON */
/* ============================= */

.kd-faith-fish{
  width:120px;
  margin:20px auto 30px;
}

.kd-faith-fish svg{
  width:100%;
  height:auto;
  display:block;
  opacity:0.9;
}

/* ============================= */
/* PARAGRAPH */
/* ============================= */

.kd-faith-text{
  font-family:'Atilla', sans-serif;
  font-size:16px;
  line-height:1.6;
  color:rgba(255,255,255,0.85);
}





@media (max-width: 1400px) {

  .hero h1 {
  line-height: .9;
  padding-left: clamp(50px, 18vw, 350px);
}

  .hero-image {
  position: absolute;
  top: -100px;
  left: clamp(25px, 8vw, 80px);
  width: clamp(260px, 20vw, 320px);
  z-index: 20;
}

.hero-content {
  margin-left: clamp(20px, 8vw, 80px);
  width: clamp(650px, 60%, 1000px);
  position: relative;
  z-index: 2;
}

.hero-content-body {
  background: rgba(0, 0, 0, 0.65);
  padding: 2rem 2.5rem;
  padding-left: clamp(30px, 26vw, 300px);
  margin-top: 1rem;
}

.drift-system {
    grid-template-columns: .9fr 1.1fr;
    min-height: auto;
  }

.drift-system img {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }

.dual-cta {
  width: 80%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

.review-card {
  padding: 3rem 2rem 2rem 2rem;
  max-width: 300px;
}

.block-views-blockreviews-block-1 {
  background: #1A1717;
  padding: 30px 2rem;
}

.view-reviews .views-row {
  flex: 0 0 300px;
}

}



@media (max-width:992px){

  .kd-faith-title{
    font-size:30px;
  }

  .kd-faith-text{
    font-size:15px;
  }

  .hero {
    min-height: 75vh;
    align-items: flex-start;
  }

  .hero-bg {
    background-position: 65% 0%;
  }

  .hero-inner {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    margin-top: 120px;
    position: relative;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
  }

  .hero h1 {
    line-height: .9;
    padding-left: clamp(50px, 28vw, 350px);
    margin-top: 0;
  }

  .hero-image {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 120px;
    z-index: 20;
  }

  .hero-content {
    margin-left: 0;
    width: clamp(650px, 62%, 1000px);
    position: relative;
    z-index: 2;
  }  

  .control,
  .the-hunt {
    font-size: clamp(1.9rem, 2.2vw, 2.7rem);
  }

  .your-scent,
  .own {
    font-size: clamp(1.3rem, 1.7vw, 2.2rem);
  }

  .own,
  .the-hunt {
    vertical-align: top;
  }

  .hero-content-body {
    background: rgba(0, 0, 0, 0.7);
    padding: 1rem 1rem;
    padding-left: clamp(30px, 35vw, 300px);
    margin-top: 0;
  }

  .hero h2 {
    font-size: clamp(1.5rem, 10vw, 3rem);
  }

  .hero h3 {
    font-size: clamp(1rem, 1.4vw, 2rem);
    margin-bottom: .5rem;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.2;
    max-width: none;
    text-align: center;
  }

  .drift-system {
    grid-template-columns: .9fr 1.1fr;
    min-height: auto;
  }

  .drift-system img {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }

  .drift-intro,
  .drift-why {
    max-width: 90%;
  }

  .drift-timeline::before {
    left: 25px;
  }

  .drift-step {
    flex-direction: row !important;
  }

  .drift-step-content {
    width: 100%;
  }

  .drift-step-marker {
    margin-right: 10px;
  }

  .drift-action-grid {
    grid-template-columns: 1fr;
  }

  .dual-cta {
    width: 80%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
  }

  .review-card {
    padding: 3rem 2rem 2rem 2rem;
    max-width: 300px;
  }

  .block-views-blockreviews-block-1 {
    background: #1A1717;
    padding: 30px 2rem;
  }

  .view-reviews .views-row {
    flex: 0 0 300px;
  }

  /********************  Scent Packs  ****************************/

  .scent-packs {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  overflow: hidden;
}

.scent-packs-header {
  height: auto;
  padding: 10px 0;
  background: #1A1717;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scent-packs-header img {
  max-width: 40%;
}

.scent-packs-body {
  height: auto;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  padding: 5px 10px;
}

.scent-packs-title h2 {
  width: 96%;
  margin: 0 auto;
  padding-top: 25px;
  font-size: clamp(1.2rem, 2.5vw, 2.5rem);
  text-align: center;
}

.scent-packs-title p {
  max-width: 90%;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
}

.scent-packs-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  padding-bottom: 40px;
}

.scent-packs-copy {
  margin: 0;
  padding: 0;
  text-align: center;
}

.scent-packs-copy ul {
  font-size: clamp(.8rem, 1.2vw, 1.8rem);
  margin: 1rem 0;
  padding-left: 0;
  padding-top: 0;
}

.scent-packs-image {
  display: block;
  padding-top: 30px;
}

.scent-packs-cta {
  position: absolute;
  left: 13%;
  margin-top: 0;
  width: auto;
}

.red-banner {
  font-size: clamp(1rem, 2.3vw, 3rem);
  padding: 5px 0;
  letter-spacing: .1vw;
}

.red-banner p {
  margin: 5px auto;
  position: relative;
}

.red-banner-large {
  font-size: clamp(1rem, 2vw, 3.5rem);
}

.drift-system {
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  background: #ffffff;
}

.drift-system-body {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.drift-system-body h3 {
  font-size: clamp(1.5rem, 2vw, 3rem);
}

.drift-system-body p {
  max-width: 90%;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 14px;
}

.drift-system-body ul {
  padding-left: 0;
  font-family: "Atilla";
  font-size: 16px;
  list-style: none;
}

.drift-system-body ul li {
  padding: 7px 0;
}

.dual-cta {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

.block-views-blockreviews-block-1 h2 {  
  font-size: clamp(1rem, 2vw, 3rem);
  padding: 30px 0;
}

.kd-faith-section{
  padding:10px 20px;
}

.kd-faith-title{
  font-family:'Army', sans-serif;
  font-size:30px;
  line-height:1.2;
  letter-spacing:2px;
  margin-bottom:25px;
}

.kd-faith-fish{
  width:100px;
  margin:10px auto 20px;
}

.kd-faith-text{
  font-size:14px;
  line-height:1.6;
}

}