    .hv-hero-simple {
      position: relative;
      background: #fffdf4;
      overflow: hidden;
     
    }

    .hv-hero-simple .hero-bg-img {
      width: 100%;
      display: block;
      object-fit: contain;
      object-position: center bottom;
    }

    .hv-hero-simple .hero-overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      pointer-events: none;
    }

    .hv-hero-simple .hero-content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      pointer-events: auto;
      z-index: 5;
      display: flex;
      align-items: flex-end;
      gap: 0;
      padding: 0 90px 136px;
      box-sizing: border-box;
    }

    .hv-left-exact {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-top: 10px;
    }

    .video-row {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .video-play {
      display: flex;
      align-items: center;
      background: #292929;
      border-radius: 50px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
      min-width: 102.652px;
      height: 62px;
      cursor: pointer;
    }

    .video-thumb {
      width: 63px;
      height: 64px;
      border-radius: 50%;

    }

    .play-icon {
      color: #fff;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .watch-text {
      color: #292929;
      font-size: 22px;
      font-weight: 400;
      width: 150px;
    }

    .collection-line {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-bottom: 2px solid #000;
      padding-bottom: -2px;

    }

    .collection-line .count {
      color: #292929;
      font-size: 30px;
      font-weight: 600;
      line-height: 51px;
      /* 124.39% */
    }

    .collection-line .label {
      color: #292929;
      font-size: 18px;
      font-weight: 300;
      position: relative;
    }

    .hv-hero-simple .center-col {
      flex: 0 0 45%;
    }

    .hv-hero-simple .right-col {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      text-align: left;
      gap: 10px;
    }

    .right-col .hero-copy {
      width: 383px;
      color: #292929;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.6;
      margin: 0;
    }

    .buttons-row {
      display: inline-flex;
      gap: 12px;
      align-items: center;
      width: 383px;
      text-align: center;
    }

    .btn-simple {
      height: 40px;
      min-height: 40px;
      border-radius: 6px;
      font-weight: 600;
      padding: 8px 30px;
      font-size: 16px;
      cursor: pointer;
      border: 1px solid transparent;
    }

    .btn-shop {
      background: #8B0000;
      color: #fff;
      border-color: #8B0000;
      box-shadow: 0 8px 20px rgba(139, 15, 15, 0.16);
    }

    .btn-look {
      background: transparent;
      color: #8B0000;
      border-color: #8B0000;
    }

    /* ---------- TOP PICKS SECTION ONLY ---------- */
    :root {
      --hv-horizontal-padding: 100px;
    }
    .top-picks-section {
      background: #FFFFF0;
      padding: 0 0 40px;
      color: #3d2c19;
      box-sizing: border-box;
    }

    .top-picks-inner {
      padding-left: var(--hv-horizontal-padding);
      padding-right: var(--hv-horizontal-padding);
      box-sizing: border-box;
    }
    .tp-content {
      max-width: 1180px;
      margin: 0 auto;
      width: 100%;
      box-sizing: border-box;
    }
    .top-picks-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
      padding-top: 48px;
      box-sizing: border-box;
    }
    .title-block {
      display: flex;
      flex-direction: column;
      gap: 12px;
      text-align: left;
      flex: 1;
    }
    .tp-title {
      margin: 0;
      color: #8F611B;
      font-size: 65px;
      text-align: left;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 0.95;
    }
    .tp-sub {
      margin: 0;
      color: #8F611B;
      font-size: 18px;
      font-weight: 300;
      max-width: 640px;
    }
    .tp-cta {
      align-self: flex-start;
      margin-top: calc((75px - 40px) / 2);
    }
    .tp-more-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      padding: 0 18px;
      border-radius: 10px;
      border: 1.5px solid #8B0000;
      color: #8B0000;
      font-size: 16px;
      font-weight: 600;
      background: transparent;
      text-decoration: none;
    }

    .tp-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 38px 40px;
      margin-top: 32px;
      box-sizing: border-box;
    }
    .tp-card {
      display: flex;
      flex-direction: column;
      gap: 14px;
      align-items: flex-start;
    }
    .tp-imgwrap {
      background: #fff4e7;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 10px 22px rgba(58, 40, 22, 0.06);
      width: 100%;
    }
    .tp-imgwrap img {
      width: 100%;
      height: 290px;
      object-fit: cover;
      display: block;
      border-radius: 10px;
      transition: transform .35s ease;
    }
    .tp-caption {
      color: #8F611B;
      font-size: 22px;
      font-weight: 500;
      margin-left: 4px;
    }
    .tp-card.highlight .tp-imgwrap {
      box-shadow: 0 0 0 6px rgba(24, 144, 255, 0.12), 0 10px 22px rgba(58, 40, 22, 0.06);
    }

    /* ---------------- Responsive rules ---------------- */
    @media (max-width: 991.98px) {
      :root {
        --hv-horizontal-padding: 60px;
      }
      .tp-title {
        font-size: 44px;
      }

      .tp-cta {
        margin-top: calc((44px - 40px) / 2);
      }

      .tp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
      }

      .tp-imgwrap img {
        height: 220px;
      }
    }

    @media (max-width: 767.98px) {
      :root {
        --hv-horizontal-padding: 16px;
      }
      .top-picks-inner {
        padding-left: var(--hv-horizontal-padding);
        padding-right: var(--hv-horizontal-padding);
      }

      .tp-content {
        max-width: 100%;
      }

      .top-picks-header {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 28px;
      }

      .tp-cta {
        margin-top: 12px;
        align-self:center;
      }

      .tp-title {
        font-size: 26px;
        text-align: center;
      }
      .tp-sub {
        font-size: 18px;
        text-align: center;
      }

      .tp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
      }

      .tp-imgwrap img {
        height: 150px;
      }

      .tp-caption {
        font-size: 14px;
      }
    }
    /* ------------------ Shop By Style - equal sized cards ------------------ */
:root{
  --hv-horizontal-padding: 120px;   
  --grid-gap-row: 26px;
  --grid-gap-col: 36px;

  --large-card-height: 170px;      
  --medium-card-height: 170px;     
  --small-card-height: 150px;    
  --card-media-width: 160px;     
}
.shop-by-style { background: #FFFFF0; padding: 10px 0 40px; box-sizing: border-box; }
.shop-header { text-align:center; margin-bottom: 14px; }
.shop-title { font-size: 60px; color: #8f611b; margin: 0; font-weight:700; text-transform:uppercase; letter-spacing:1px; }
.shop-subwrap { display:flex; justify-content:center; margin-top:12px; }
.shop-sub { width:680px; ; padding:8px 12px; border-radius:6px; color:#8f611b; font-size:18px;  }
.style-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: var(--grid-gap-row) var(--grid-gap-col);
  margin-top: 20px;
  box-sizing: border-box;
}
.style-card {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 10px;
  background:#fff;
  border-radius:12px;
  box-shadow: 0 10px 26px rgba(58,40,22,0.05);
  box-sizing: border-box;
}
.card-large { grid-column: span 6; min-height: var(--large-card-height); height: var(--large-card-height); }
.card-medium { grid-column: span 4; min-height: var(--medium-card-height); height: var(--medium-card-height); }
.card-small { grid-column: span 4; min-height: var(--small-card-height); height: var(--small-card-height); }

/* text area */
.card-text { flex:1; padding-right: 16px; min-width:220px; }
.card-text h3 { margin:0 0 8px 0; color:#8f611b; font-size:25px; font-weight:600; }
.card-text h4 { margin:0 0 8px 0; color:#8f611b; font-size:22px; font-weight:700; }
.card-text p { margin:0 0 8px 0; color:#8f611b; font-size:13px; line-height:1.35; }
.card-media { width: var(--card-media-width); flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.card-large .card-media img { height: calc(var(--large-card-height) - 28px); width: auto; object-fit:contain; }
.card-medium .card-media img { height: calc(var(--medium-card-height) - 28px); width: auto; object-fit:contain; }
.card-small .card-media img { height: calc(var(--small-card-height) - 28px); width: auto; object-fit:contain; }
.shop-btn { display:inline-block; background:#8b0000; color:#fff; padding:8px 12px; border-radius:8px; text-decoration:none; font-weight:600; box-shadow:0 8px 18px rgba(139,15,15,0.14); }
.shop-btn.small { padding:6px 10px; font-size:13px; }
@media (max-width:1200px){
  :root { --hv-horizontal-padding: 90px; } 
}
@media (max-width:1100px) {
  .card-large { grid-column: span 12; }
  .card-medium { grid-column: span 6; }
  .card-small { grid-column: span 6; }
  .card-media img { max-width: 100%; }
}

@media (max-width:767.98px) {
  :root { --hv-horizontal-padding: 16px; }
  .style-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .card-media { display:none; }           
  .style-card { padding: 12px; border-radius:10px; }
  .shop-sub { width:100%; font-size:13px; }
  .shop-title { font-size:28px; }
}
/* ---------------- Full Width Image Section ---------------- */
.full-image-section {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.full-width-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Container / section spacing */
.testimonials-section {
  background: #FFFFF0; /* subtle off-white background like screenshot */
  padding: 56px 16px;  /* top & bottom spacing */
  box-sizing: border-box;
}
.testimonials-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 70px;
}

/* Title area */
.testi-title {
  text-align: start;
  font-size: 50px;
  font-weight: 700;
  color: #8F611B; 
  margin: 0 0 8px;
  letter-spacing: .5px;
}
.testi-sub {
  margin: 0 0 28px;
  color: #6c6156;
  font-size: 18px;
  max-width: 560px;
  line-height: 1.45;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr );
  gap: 88px;
  align-items: stretch;
}
.testi-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(15, 20, 20, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;      
  box-sizing: border-box;
}
.testi-text {
  font-size: 15px;
  color: #292929;
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1 1 auto;
}
.testi-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.testi-avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 54px;
  border: 2px solid rgba(0,0,0,0.04);
}
.meta-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.meta-name {
  font-weight: 600;
  font-size: 18px;
  color: #292929;
}
.meta-loc {
  font-size: 14px;
  color: #292929;
}
.meta-stars {
  color: #f0b429;
  font-size: 13px;
  margin-top: 4px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 480px) {
  .testimonials-section {
    padding: 20px 12px;
  }
  .testimonials-section .container {
    padding: 0 12px;
  }
  .testi-title {
    font-size: 24px !important;
    margin-bottom: 16px;
    line-height: 1.15;
    text-align: center;
  }
  .testi-sub {
    font-size: 13px;
    margin-bottom: 14px;
    max-width: 100%;
    text-align: center;
  }

  .testi-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .testi-card {
    padding: 14px;
    border-radius: 8px;
    min-height: auto;
  }
  .testi-text {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 12px;
    color: #333;
  }
  .testi-avatar {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }
  .meta-name {
    font-size: 14px;
  }
  .meta-loc {
    font-size: 12px;
    color: #7a6f69;
  }
  .testi-card {
    box-shadow: 0 6px 16px rgba(15,20,20,0.04);
  }
  .full-image-section,
  .full-width-img {
    max-width: 100%;
    overflow: hidden;
  }
  html, body {
    overflow-x: hidden;
  }
}
.hv-full-img-section {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0; 
}

.hv-full-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


