    /* Tick tock tea Page */

        @font-face {
      font-family: 'antic_didoneregular';
      src: url('../fonts/anticdidone-regular-webfont.woff2') format('woff2'),
        url('../fonts/anticdidone-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
    }


    /* ── HERO ── */
    .tt-hero {
      background: #13225c77;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding: 120px 0 90px;
      position: relative;
      overflow: hidden;
      min-height: 640px;
      display: flex;
      align-items: center;
    }

    .tt-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(19, 34, 92, 0.564);
    }

    .tt-hero .inner {
      position: relative;
      z-index: 1;
      max-width: 660px;
    }

    .tt-hero .eyebrow {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #e9d588;
      margin-bottom: 18px;
    }

    .tt-hero h1 {
      font-family: 'antic_didoneregular', serif;
      font-size: 68px;
      font-weight: normal;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 25px;
    }

    .tt-hero h2 {
      font-family: 'antic_didoneregular', serif;
      font-size: 30px;
      font-weight: normal;
      color: #e9d588;
      margin-bottom: 22px;
    }

    .tt-hero p {
      color: #fff;
      font-size: 20px;
      line-height: 1.75;
      opacity: 0.9;
      max-width: 680px;
      margin: 0 auto 35px;
    }

    .tt-hero .btn-row {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .tt-hero .cta-btn {
      background: #e9d588;
      color: #000;
      padding: 14px 50px;
      text-decoration: none;
      font-family: 'antic_didoneregular', serif;
      font-size: 17px;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.5s;
    }

    .tt-hero .cta-btn:hover {
      background: #eddda0;
    }

    .tt-hero .cta-btn-outline {
      background: transparent;
      color: #fff;
      border: 1px solid #e9d588;
      padding: 14px 50px;
      text-decoration: none;
      font-family: 'antic_didoneregular', serif;
      font-size: 17px;
      text-transform: uppercase;
      display: inline-flex;
      transition: all 0.5s;
    }

    .tt-hero .cta-btn-outline:hover {
      background: #e9d588;
      color: #000;
    }

    .tt-hero .award {
      text-align: right;
      position: absolute;
      bottom: 0px;
      right: 0;
    }

    .tt-hero .award img {
      width: 140px;
    }

    .tt-family-img {
      padding: 34px 0px;
    }

    .tt-family-img .row img {
      height: 400px;
    }

    /* ── INTRO SPLIT ── */
    .tt-intro {
      padding: 90px 0;
      background: #fff9ef;
    }

    .tt-intro .row {
      align-items: center;
    }

    .tt-intro .text-col {
      padding-right: 60px;
    }

    .tt-intro .text-col .eyebrow {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #13215c;
      margin-bottom: 15px;
    }

    .tt-intro .text-col h2 {
      font-family: 'antic_didoneregular', serif;
      font-size: 50px;
      font-weight: normal;
      color: #13215c;
      margin-bottom: 28px;
      line-height: 1.15;
    }

    .tt-intro .text-col p {
      color: #13215c;
      font-size: 17px;
      line-height: 1.85;
      margin-bottom: 20px;
    }

    .tt-intro .img-col img {
      width: 100%;
      height: 540px;
      object-fit: cover;
      display: block;
    }

    .coffie-sedule {
      padding: 40px 0px;
    }


    /* ── PRODUCT RANGE ── */
    .tt-range {
      padding: 90px 0 60px;
      background: #fff;
    }

    .tt-range .section-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .tt-range .section-header .eyebrow {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #13215c;
      margin-bottom: 12px;
    }

    .tt-range .section-header h2 {
      font-family: 'antic_didoneregular', serif;
      font-size: 50px;
      font-weight: normal;
      color: #13215c;
    }

    .tt-range .product-card {
      border: 1px solid #e9d588;
      margin-bottom: 30px;

      overflow: hidden;
    }

    .tt-range .product-card img {
      width: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }

    .tt-range .product-card:hover img {
      transform: scale(1.05);
    }

    .tt-range .product-card .img-wrap {
      overflow: hidden;
    }

    .tt-range .product-card .card-body {
      padding: 20px 30px;
    }

    .tt-range .product-card .card-body h4 {
      font-family: 'antic_didoneregular', serif;
      font-size: 26px;
      font-weight: normal;
      color: #13215c;
      margin-bottom: 12px;
    }

    .tt-range .product-card .card-body p {
      color: #555;
      font-size: 15px;
      line-height: 1.75;
      min-height: 80px;
      margin-bottom: 20px;
    }

    .tt-range .product-card .tag {
      display: inline-block;
      background: #fff9ef;
      border: 1px solid #e9d588;
      color: #13215c;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 4px 14px;
      margin-right: 6px;
      margin-bottom: 6px;
    }


    /* amozon shop btn section */


    .amazon-shop-section {
      padding: 90px 0;
      background: #000000;
      text-align: center;
    }

    .amazon-shop-section h2 {
      font-family: 'antic_didoneregular', serif;
      font-size: 50px;
      font-weight: normal;
      color: #fff;
      margin-bottom: 20px;
    }

    .amazon-shop-section .amozon-shop-btn img {
      margin-top: 20px;
      width: 300px;
    }

    /* ── CTA ── */
    .tt-cta {
      padding: 90px 0;
      background: #13215c;
      text-align: center;
    }

    .tt-cta h2 {
      font-family: 'antic_didoneregular', serif;
      font-size: 50px;
      font-weight: normal;
      color: #fff;
      margin-bottom: 20px;
    }


    .tt-cta .btn-row {
      margin-top: 50px;
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .tt-cta .cta-btn {
      background: #e9d588;
      color: #000;
      padding: 16px 79px;
      text-decoration: none;
      font-family: 'antic_didoneregular', serif;
      font-size: 18px;
      text-transform: uppercase;
      display: inline-flex;
      transition: all 0.5s;
      margin: 0px 20px;
    }

    .tt-cta .cta-btn:hover {
      background: #eddda0;
    }

    .tt-cta .cta-btn-outline {
      background: transparent;
      color: #13215c;
      padding: 15px 50px;
      text-decoration: none;
      font-family: 'antic_didoneregular', serif;
      font-size: 18px;
      text-transform: uppercase;
      display: inline-flex;
      border: 1px solid #13215c;
      transition: all 0.5s;
    }

    .tt-cta .cta-btn-outline:hover {
      background: #13215c;
      color: #fff;
    }

    /* ── Responsive ── */
    @media (max-width: 991px) {
      .tt-hero h1 {
        font-size: 42px;
      }

      .tt-hero .inner {
        padding: 45px 30px;
      }

      .tt-intro .text-col {
        padding-right: 15px;
        margin-bottom: 40px;
      }

      .tt-intro .img-col img {
        height: 380px;
      }


      .tt-brew .inner-box {
        padding: 45px 20px;
      }
    }

    @media (max-width: 767px) {
      .tt-hero {
        padding-bottom: 110px !important;
        min-height: auto;
      }

      .tt-hero .inner {
        padding: 30px 10px;
      }

      .tt-hero h1 {
        font-size: 32px;
      }

      .tt-hero p {
        font-size: 16px;
      }

      .tt-hero .award {
        position: absolute;
        right: 220px;
        bottom: -90px;
      }

      .tt-hero .award img {
        width: 100px;
      }

      .tt-gallery .gallery-grid .img-item {
        width: 100%;
      }

      .tt-gallery .gallery-grid .img-item img {
        height: 240px;
      }

      .tt-cta h2,
      .tt-range .section-header h2,
      .tt-why .section-header h2 {
        font-size: 34px;
      }


      .tt-intro .text-col {
        margin-bottom: 0px;
      }

      .tt-family-img .row img {
        height: auto;
        object-fit: cover;
        margin: 10px 0px;
      }

      .tt-range .section-header {
        text-align: left;
        margin-bottom: 20px;
      }

      .tt-cta h2 br {
        display: none;

      }

      .tt-cta .btn-row {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 15px;
        margin-top: 20px;
      }
   
    }

    .amazon-btn2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9a020;
    color: #000;
    padding: 10px 28px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s;
}

.amazon-btn2:hover {
    background: #f0b030;
}


/* the drinks bakery */

/* ── HERO ── */
.db-hero {
  background: #13215c;
     background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  padding: 110px 0 80px;
  text-align: left;
  position: relative;
  overflow: hidden;
  min-height: 580px;
  display: flex;
  align-items: flex-end;
}

.db-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(19, 34, 92, 0.543) 1%, rgba(19, 33, 92, 0.25) 100%);
}

.db-hero .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.db-hero h1 {
  font-family: 'antic_didoneregular', serif;
  font-size: 72px;
  font-weight: normal;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 35px;
}

.db-hero .awards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.db-hero .award-badge {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(233, 213, 136, 0.55);
  color: #e9d588;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 13px;
  white-space: nowrap;
}

/* ── PRESS BAR ── */
.db-press {
  background: #fff;
  padding: 50px 0;
  border-bottom: 1px solid #f0e9d4;
}

.db-press .press-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
}

.db-press .press-grid .press-item img {
  width: 320px;
}

.db-press .press-item {
  text-align: left;
}

.db-press .press-item .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.db-press .press-item .pub-wsj {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #13215c;
}

.db-press .press-item .pub-times {
  font-family: 'antic_didoneregular', serif;
  font-size: 30px;
  color: #13215c;
}

.db-press .press-item .pub-telegraph {
  font-family: 'antic_didoneregular', serif;
  font-size: 28px;
  color: #13215c;
  font-style: italic;
}

/* ── ABOUT SPLIT ── */
.db-about {
  padding: 90px 0;
  background: #fff9ef;
}

.db-about .row {
  align-items: center;
}

.db-about .text-col {
  padding-right: 60px;
}

.db-about .text-col .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #13215c;
  margin-bottom: 15px;
}

.db-about .text-col h2 {
  font-family: 'antic_didoneregular', serif;
  font-size: 48px;
  font-weight: normal;
  color: #13215c;
  margin-bottom: 28px;
  line-height: 1.15;
}

.db-about .text-col p {
  color: #13215c;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 20px;
}

.db-about .text-col p:last-child {
  margin-bottom: 0;
}

.db-about .img-col img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
  display: block;
}


/* ── PRODUCT SHOWCASE ── */
.db-products {
  padding: 90px 0 60px;
  background: #fff;
}

.db-products .section-header {
  text-align: center;
  margin-bottom: 65px;
}

.db-products .section-header .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #13215c;
  margin-bottom: 12px;
}

.db-products .section-header h2 {
  font-family: 'antic_didoneregular', serif;
  font-size: 52px;
  font-weight: normal;
  color: #13215c;
  line-height: 1.2;
}

.db-products .category {
  margin: 20px 0px;
}


.db-products .product-card {
  border: 1px solid #e9d588;
  margin-bottom: 30px;
  overflow: hidden;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
}

.db-products .product-card .img-wrap {
  overflow: hidden;
}

.db-products .product-card .img-wrap img {
  width: 100%;
  /* height: 255px; */
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.db-products .product-card:hover .img-wrap img {
  transform: scale(1.06);
}

.db-products .product-card .color-band {
  height: 5px;
  width: 100%;
  flex-shrink: 0;
}

.db-products .product-card .color-band.yellow {
  background: #d4921c;
}

.db-products .product-card .color-band.green {
  background: #5e8040;
}

.db-products .product-card .color-band.orange {
  background: #c0521a;
}

.db-products .product-card .color-band.olive {
  background: #7a8828;
}

.db-products .product-card .color-band.slate {
  background: #4a6888;
}

.db-products .product-card .color-band.rose {
  background: #a83858;
}

.db-products .product-card .card-body {
  padding: 24px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.db-products .product-card .card-body h4 {
  font-family: 'antic_didoneregular', serif;
  font-size: 22px;
  font-weight: normal;
  color: #13215c;
  margin-bottom: 10px;
  line-height: 1.25;
}

.db-products .product-card .card-body p {
  color: #555;
  font-size: 14px;
  line-height: 1.78;
  margin-bottom: 18px;
  /* flex: 1; */
}

.db-products .product-card .pairing-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #13215c;
  margin-bottom: 8px;
}

.db-products .product-card .pairing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.db-products .product-card .pairing-tag {
  background: #fff9ef;
  border: 1px solid #e9d588;
  color: #13215c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 3px 9px;
}

/* ── WHOLESALE BAND ── */
.db-wholesale {
  background: #111;
  padding: 85px 0;
  text-align: center;
}

.db-wholesale h2 {
  font-family: 'antic_didoneregular', serif;
  font-size: 62px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 42px;
}

.db-wholesale .btn-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.db-wholesale .ws-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 14px 80px;
  text-decoration: none;
  font-family: 'antic_didoneregular', serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-flex;
  transition: all 0.4s;
}

.db-wholesale .ws-btn:hover {
  background: #e9d588;
  border-color: #e9d588;
  color: #000;
}

.home-slider .item img {
  height: 330px;
}

/* Heasli water */

        @font-face {
            font-family: 'antic_didoneregular';
            src: url('../fonts/anticdidone-regular-webfont.woff2') format('woff2'),
                url('../fonts/anticdidone-regular-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }

        /* ── HERO ── */
        .hw-hero {
            background: #13215c;
               background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
            padding: 120px 0 90px;
            position: relative;
            overflow: hidden;
            min-height: 620px;
            display: flex;
            align-items: center;
        }

        .hw-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(19, 34, 92, 0.511) 50%, rgba(19, 33, 92, 0.20) 100%);
        }

        .hw-hero .hero-inner {
            position: relative;
            z-index: 1;
            max-width: 640px;
        }

        .hw-hero .eyebrow {
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #e9d588;
            margin-bottom: 18px;
        }

        .hw-hero h1 {
            font-family: 'antic_didoneregular', serif;
            font-size: 70px;
            font-weight: normal;
            color: #fff;
            line-height: 1.08;
            margin-bottom: 22px;
        }

        .hw-hero .hero-inner h2 {
            color: #e9d588;
            font-family: 'antic_didoneregular', serif;

        }

        .hw-hero p {
            color: rgba(255, 255, 255, 0.88);
            font-size: 20px;
            line-height: 1.75;
            margin-bottom: 38px;
            max-width: 560px;
        }

        .hw-hero .btn-row {
            display: flex;
            gap: 18px;
            flex-wrap: wrap;
        }

        .hw-hero .cta-btn {
            background: #e9d588;
            color: #000;
            padding: 14px 48px;
            text-decoration: none;
            font-family: 'antic_didoneregular', serif;
            font-size: 17px;
            text-transform: uppercase;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.4s;
        }

        .hw-hero .cta-btn:hover {
            background: #eddda0;
        }

        .hw-hero .cta-btn-outline {
            background: transparent;
            color: #fff;
            border: 1px solid rgba(233, 213, 136, 0.7);
            padding: 14px 48px;
            text-decoration: none;
            font-family: 'antic_didoneregular', serif;
            font-size: 17px;
            text-transform: uppercase;
            display: inline-flex;
            transition: all 0.4s;
        }

        .hw-hero .cta-btn-outline:hover {
            background: #e9d588;
            border-color: #e9d588;
            color: #000;
        }

        /* ── STATS STRIP ── */
        .hw-stats {
            background: #13215c;
            padding: 0;
        }

        .hw-stats .stats-inner {
            border-top: 1px solid rgba(233, 213, 136, 0.3);
            border-bottom: 1px solid rgba(233, 213, 136, 0.3);
            display: flex;
            flex-wrap: wrap;
        }

        .hw-stats .stat-item {
            flex: 1;
            min-width: 200px;
            text-align: center;
            padding: 38px 20px;
            border-right: 1px solid rgba(233, 213, 136, 0.25);
        }

        .hw-stats .stat-item:last-child {
            border-right: none;
        }

        .hw-stats .stat-item .number {
            font-family: 'antic_didoneregular', serif;
            font-size: 56px;
            color: #e9d588;
            line-height: 1;
            display: block;
        }

        .hw-stats .stat-item .unit {
            font-family: 'antic_didoneregular', serif;
            font-size: 22px;
            color: #e9d588;
        }

        .hw-stats .stat-item .label {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.6);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-top: 8px;
            display: block;
        }

        /* ── ABOUT SPLIT ── */
        .hw-about {
            background: #0a0a0a;
            padding: 90px 0;
            color: #fff;
        }

        .hw-about .row {
            align-items: center;
        }

        .hw-about .text-col {
            padding-right: 60px;
        }

        .hw-about .text-col .eyebrow {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 15px;
        }

        .hw-about .text-col h2 {
            font-family: 'antic_didoneregular', serif;
            font-size: 46px;
            font-weight: normal;
            color: #fff;
            margin-bottom: 28px;
            line-height: 1.15;
        }

        .hw-about .text-col p {
            color: rgba(255, 255, 255, 0.78);
            font-size: 17px;
            line-height: 1.85;
            margin-bottom: 20px;
        }

        .hw-about .text-col p:last-child {
            margin-bottom: 0;
        }

        .hw-about .img-col img {
            width: 100%;
            height: 600px;
            object-fit: cover;
            display: block;
        }


        /* ── BOTTLE TRIO SHOWCASE ── */
        .hw-bottles-hero {
            background: #fff9ef;
            padding: 50px 0 0px;
            text-align: center;
        }

        .hw-bottles-hero img {
            width: 100%;
            max-width: 820px;
            display: block;
            margin: 0 auto;
        }

        /* ── PRODUCT SHOWCASE ── */
        .hw-products {
            padding: 90px 0 0;
            background: #fff;
        }

        .hw-products-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .hw-products-header .hw-eyebrow {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #13215c;
            margin-bottom: 12px;
        }

        .hw-products-header h2 {
            font-family: 'antic_didoneregular', serif;
            font-size: 52px;
            font-weight: normal;
            color: #13215c;
            line-height: 1.2;
        }

        /* Category label */
        .hw-category-label {
            font-family: 'antic_didoneregular', serif;
            font-size: 28px;
            font-weight: normal;
            color: #13215c;
            border-bottom: 1px solid #13215c;
            padding-bottom: 12px;
            margin-bottom: 30px;
            margin-top: 20px;
        }

        /* Product row — 3 columns, equal height */
        .hw-product-row {
            display: flex;
            gap: 24px;
            align-items: stretch;
            margin-bottom: 16px;
        }

        .hw-product-col {
            flex: 1;
            display: flex;
        }

        /* Card — light border with shadow, like Tick Tock style */
        .hw-product-card {
            border: 1px solid #e9d588;
            border-radius: 4px;
            width: 100%;
            display: flex;
            flex-direction: column;
            background: #fff;
            overflow: hidden;
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }

        .hw-product-card:hover img {
            transform: scale(1.05);
            cursor: pointer;
        }

        .hw-bottle-wrap {
            background: #fff;
            padding: 40px 30px 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 260px;
            overflow: hidden;
            border-bottom: 1px solid #f0f2f7;
        }

        .hw-bottle-wrap img {
            width: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        .hw-product-card:hover .hw-bottle-wrap img {
            transform: scale(1.05);
        }

        /* Card body — open, airy spacing */
        .hw-card-body {
            padding: 28px 28px 32px;
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        /* Product name — large serif, like "Original Rooibos Tea" */
        .hw-card-body h4 {
            font-family: 'antic_didoneregular', serif;
            font-size: 28px;
            font-weight: normal;
            color: #13215c;
            margin-bottom: 4px;
            line-height: 1.2;
        }

        /* Size tag — small uppercase muted label */
        .hw-size-tag {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #aaa;
            margin-bottom: 14px;
            display: block;
        }

        /* Description */
        .hw-card-body p {
            font-size: 14px;
            color: #666;
            line-height: 1.75;
            margin-bottom: 24px;
            flex: 1;
        }

        /* Amazon button — amber, flush to bottom */
        .hw-amazon-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #e9a020;
            color: #000;
            padding: 12px 26px;
            font-weight: 700;
            font-size: 13px;
            text-decoration: none;
            border-radius: 3px;
            transition: background 0.25s;
            align-self: flex-start;
            letter-spacing: 0.3px;
        }

        .hw-amazon-btn:hover {
            background: #f0b030;
        }

        .hw-amazon-btn .fa {
            font-size: 15px;
        }

        /* ── SHOP CTA BAND ── */
        .hw-shop-cta {
            background: #111;
            padding: 70px 20px;
            text-align: center;
            margin-top: 70px;
        }

        .hw-shop-cta h2 {
            font-family: 'antic_didoneregular', serif;
            font-size: 52px;
            font-weight: normal;
            color: #fff;
            margin-bottom: 30px;
            line-height: 1.15;
        }

        .hw-shop-cta h2+.hw-shop-inquire-btn {
            margin-top: 10px;
        }

        .hw-shop-amazon-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #e9a020;
            color: #000;
            padding: 16px 50px;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
            border-radius: 3px;
            margin-bottom: 50px;
            transition: background 0.3s;
        }

        .hw-shop-amazon-btn:hover {
            background: #f0b030;
        }

        .hw-shop-inquire-btn {
            display: inline-flex;
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.45);
            color: #fff;
            padding: 14px 70px;
            text-decoration: none;
            font-family: 'antic_didoneregular', serif;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 2px;
            transition: all 0.4s;
            margin-top: 14px;
        }

        .hw-shop-inquire-btn:hover {
            background: #e9d588;
            border-color: #e9d588;
            color: #000;
        }

        /* ── RESPONSIVE ── */
        @media (max-width: 991px) {
            .hw-product-row {
                flex-wrap: wrap;
            }

            .hw-product-col {
                flex: 0 0 calc(50% - 12px);
            }

            .hw-products-header h2 {
                font-size: 38px;
            }
        }




        /* ── ORIGIN BAND ── */
        .hw-origin {
            background: #fff9ef;
            padding: 90px 0;
        }

        .hw-origin .row {
            align-items: center;
        }

        .hw-origin .text-col h2 {
            font-family: 'antic_didoneregular', serif;
            font-size: 50px;
            font-weight: normal;
            line-height: 1.15;
            margin-bottom: 25px;
        }

        .hw-origin .text-col p {
            font-size: 17px;
            line-height: 1.85;
            opacity: 0.85;
            margin-bottom: 20px;
        }

        .hw-origin .text-col p:last-child {
            margin-bottom: 0;
        }

        .hw-origin .origin-list {
            list-style: none;
            padding: 0;
            margin: 30px 0 0;
        }

        .hw-origin .origin-list li {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.82);
            padding: 12px 0;
            border-bottom: 1px solid rgba(233, 213, 136, 0.25);
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .hw-origin .origin-list li:first-child {
            border-top: 1px solid rgba(233, 213, 136, 0.25);
        }

        .hw-origin .origin-list li i {
            color: #e9d588;
            font-size: 15px;
            flex-shrink: 0;
        }

        .hw-origin .img-col img {
            width: 100%;
            height: 540px;
            object-fit: cover;
            display: block;
        }

        .db-dragons {
            background-color: white !important;
        }



/* Partnership pillers */

.pp-hero {
    background: #13215c url('../images/partership-pillars-banner.webp') center / cover no-repeat;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(19, 34, 92, 0.687);
}

.pp-hero .pp-hero-inner {
    position: relative;
    z-index: 1;
    border: 1px solid #e9d588;
    padding: 60px 70px;
    max-width: 950px;
    margin: 0 auto;
}

.pp-hero .pp-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e9d588;
    margin-bottom: 22px;
}

.pp-hero h1 {
    font-family: 'antic_didoneregular', serif;
    font-size: 60px;
    font-weight: normal;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 25px;
}

.pp-hero p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto;
}


/* ══════════════════════════════════════════
           INTRO SPLIT
        ══════════════════════════════════════════ */
.pp-intro {
    padding: 0;
    background: #fff9ef;
}

.pp-intro .pp-intro-grid {
    display: flex;
    align-items: stretch;
    min-height: 520px;
}

.pp-intro .pp-intro-text {
    width: 50%;
    padding: 90px 70px 90px 60px;
}

.pp-intro .pp-intro-text .pp-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #13215c;
    margin-bottom: 18px;
}

.pp-intro .pp-intro-text h2 {
    font-family: 'antic_didoneregular', serif;
    font-size: 50px;
    font-weight: normal;
    color: #13215c;
    line-height: 1.12;
    margin-bottom: 28px;
}

.pp-intro .pp-intro-text p {
    color: #13215c;
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 20px;
}

.pp-intro .pp-intro-text p:last-child {
    margin-bottom: 0;
}

.pp-intro .pp-intro-img {
    width: 50%;
}

.pp-intro .pp-intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ══════════════════════════════════════════
           THREE PILLARS — NAVY
        ══════════════════════════════════════════ */
.pp-pillars {
    background: #13215c;
    padding: 100px 0;
}

.pp-pillars .pp-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.pp-pillars .pp-section-header .pp-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}

.pp-pillars .pp-section-header h2 {
    font-family: 'antic_didoneregular', serif;
    font-size: 56px;
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
}

/* Pillars grid row */
.pp-pillars-grid {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.pp-pillars-grid .pp-pillar-col {

    flex: 1;
}

.pp-pillars-grid .pp-pillar-divider {
    width: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-pillars-grid .pp-pillar-divider i {
    font-size: 28px;
    color: rgba(233, 213, 136, 0.4);
}

.pp-pillar-card {
    border: 1px solid rgba(233, 213, 136, 0.35);
    padding: 50px 38px 44px;
    height: 100%;
    transition: border-color 0.35s;
}

.pp-pillar-card:hover {
    border-color: rgba(233, 213, 136, 0.9);
}

.pp-pillar-card .pp-pillar-num {
    font-family: 'antic_didoneregular', serif;
    font-size: 80px;
    color: #e9d588;
    line-height: 1;
    display: block;
    margin-bottom: -10px;
}

.pp-pillar-card .pp-pillar-icon {
    font-size: 36px;
    color: #e9d588;
    margin-bottom: 22px;
    display: block;
}

.pp-pillar-card h3 {
    font-family: 'antic_didoneregular', serif;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    margin: 16px 0px;
    line-height: 1.15;
}

.pp-pillar-card .pp-pillar-tagline {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e9d588;
    margin-bottom: 20px;
    display: block;
}

.pp-pillar-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.pp-pillar-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pp-pillar-card ul li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.70);
    padding: 10px 0 10px 22px;
    border-bottom: 1px solid rgba(233, 213, 136, 0.18);
    position: relative;
    line-height: 1.55;
}

.pp-pillar-card ul li:first-child {
    border-top: 1px solid rgba(233, 213, 136, 0.18);
}

.pp-pillar-card ul li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #e9d588;
    font-size: 24px;
    line-height: 1.05;
}


/* ══════════════════════════════════════════
           BENEFITS — CREAM
        ══════════════════════════════════════════ */
.pp-benefits {
    background: #fff9ef;
    padding: 100px 0;
}

.pp-benefits .pp-section-header {
    text-align: center;
    margin-bottom: 65px;
}

.pp-benefits .pp-section-header .pp-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #13215c;
    margin-bottom: 14px;
}

.pp-benefits .pp-section-header h2 {
    font-family: 'antic_didoneregular', serif;
    font-size: 52px;
    font-weight: normal;
    color: #13215c;
    line-height: 1.12;
}

.pp-benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.pp-benefits-grid .pp-benefit-card {
    width: calc(33.333% - 19px);
    border: 1px solid #e9d588;
    padding: 42px 32px;
}

.pp-benefit-card .pp-benefit-icon {
    font-size: 38px;
    color: #e9d588;
    margin-bottom: 22px;
    display: block;
}

.pp-benefit-card h4 {
    font-family: 'antic_didoneregular', serif;
    font-size: 28px;
    font-weight: normal;
    color: #13215c;
    margin-bottom: 14px;
    line-height: 1.2;
}

.pp-benefit-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.78;
    margin: 0;
}


/* ══════════════════════════════════════════
           PROCESS — WHITE
        ══════════════════════════════════════════ */
.pp-process {
    background: #fff;
    padding: 100px 0;
}

.pp-process .pp-process-grid {
    display: flex;
    align-items: stretch;
    gap: 60px;
}

.pp-process .pp-process-steps {
    width: 50%;
}

.pp-process .pp-process-img {
    width: 50%;
}

.pp-process .pp-process-img img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.pp-process .pp-section-header {
    margin-bottom: 60px;
}

.pp-process .pp-section-header .pp-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #13215c;
    margin-bottom: 14px;
}

.pp-process .pp-section-header h2 {
    font-family: 'antic_didoneregular', serif;
    font-size: 52px;
    font-weight: normal;
    color: #13215c;
    line-height: 1.1;
    margin-bottom: 18px;
}

.pp-process .pp-section-header p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    max-width: 520px;
}

.pp-step {
    display: flex;
    gap: 32px;
    margin-bottom: 50px;
    align-items: flex-start;
}

.pp-step:last-child {
    margin-bottom: 0;
}

.pp-step .pp-step-num {
    font-family: 'antic_didoneregular', serif;
    font-size: 62px;
    color: #e9d588;
    line-height: 1;
    flex-shrink: 0;
    width: 72px;
    text-align: right;
}

.pp-step .pp-step-body {
    border-top: 1px solid #e9d588;
    padding-top: 18px;
    flex: 1;
}

.pp-step .pp-step-body h4 {
    font-family: 'antic_didoneregular', serif;
    font-size: 26px;
    font-weight: normal;
    color: #13215c;
    margin-bottom: 10px;
}

.pp-step .pp-step-body p {
    font-size: 16px;
    color: #555;
    line-height: 1.78;
    margin: 0;
}


/* ══════════════════════════════════════════
           CHANNELS STRIP — NAVY
        ══════════════════════════════════════════ */
.pp-channels {
    background: #13215c;
    padding: 90px 0;
}

.pp-channels .pp-channels-inner {
    border: 1px solid #e9d588;
    padding: 70px;
    text-align: center;
}

.pp-channels .pp-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}

.pp-channels h2 {
    font-family: 'antic_didoneregular', serif;
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.pp-channels .pp-channels-intro {
    font-size: 19px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin: 0 auto 50px;
}

.pp-channels .pp-logos-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
    flex-wrap: wrap;
}

.pp-channels .pp-logos-row img {
    height: 44px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.65;
    transition: opacity 0.3s;
}

.pp-channels .pp-logos-row img:hover {
    opacity: 1;
}


/* ══════════════════════════════════════════
           COMMITMENT SPLIT — WHITE
        ══════════════════════════════════════════ */
.pp-commitment {
    background: #fff;
    padding: 100px 0;
}

.pp-commitment .pp-commitment-grid {
    display: flex;
    align-items: center;
    gap: 0;
}

.pp-commitment .pp-commitment-img {
    width: 50%;
}

.pp-commitment .pp-commitment-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}

.pp-commitment .pp-commitment-text {
    width: 50%;
    padding-left: 65px;
}

.pp-commitment .pp-commitment-text .pp-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #13215c;
    margin-bottom: 18px;
}

.pp-commitment .pp-commitment-text h2 {
    font-family: 'antic_didoneregular', serif;
    font-size: 50px;
    font-weight: normal;
    color: #13215c;
    line-height: 1.12;
    margin-bottom: 28px;
}

.pp-commitment .pp-commitment-text p {
    color: #555;
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 20px;
}

.pp-commitment .pp-commitment-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pp-commitment .pp-commitment-text ul li {
    font-size: 17px;
    color: #13215c;
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid #e9d588;
    position: relative;
    line-height: 1.55;
}

.pp-commitment .pp-commitment-text ul li:first-child {
    border-top: 1px solid #e9d588;
}

.pp-commitment .pp-commitment-text ul li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #e9d588;
    font-size: 24px;
    line-height: 1.05;
}


/* ══════════════════════════════════════════
           CTA
        ══════════════════════════════════════════ */
.pp-cta {
    background: #fff9ef;
    padding: 100px 0;
    text-align: center;
}

.pp-cta .pp-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #13215c;
    margin-bottom: 18px;
}

.pp-cta h2 {
    font-family: 'antic_didoneregular', serif;
    font-size: 58px;
    font-weight: normal;
    color: #13215c;
    margin-bottom: 22px;
    line-height: 1.12;
}

.pp-cta p {
    font-size: 19px;
    color: #555;
    max-width: 620px;
    margin: 0 auto 48px;
    line-height: 1.75;
}

.pp-cta .pp-btn-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pp-cta .pp-btn-primary {
    background: #e9d588;
    color: #000;
    padding: 15px 55px;
    text-decoration: none;
    font-family: 'antic_didoneregular', serif;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-flex;
    transition: all 0.4s;
}

.pp-cta .pp-btn-primary:hover {
    background: #eddda0;
}

.pp-cta .pp-btn-outline {
    background: transparent;
    color: #13215c;
    padding: 15px 55px;
    text-decoration: none;
    font-family: 'antic_didoneregular', serif;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-flex;
    border: 1px solid #13215c;
    transition: all 0.4s;
}

.pp-cta .pp-btn-outline:hover {
    background: #13215c;
    color: #fff;
}





