/**
 * Home page — Hero banner, Testimonials & Eco Features
 */

/* ------------------------------------------------------------------ */
/* Home hero banner (ACF: Theme Setting → Home Banners)               */
/* ------------------------------------------------------------------ */

/* Remove global content top padding so banner sits flush under header */
.main-content-wrapper:has(> .home-banner-wrapper) {
  padding-top: 0;
}

.home-banner-wrapper.bannerWrapper {
  padding: 0;
  margin: 0;
  z-index: 2;
}

.home-banner-wrapper .banner-slide figure {
  border-radius: 0;
  margin: 0;
  line-height: 0;
}

.home-banner-wrapper .banner-slide figure::before {
  display: none;
}

.home-banner-wrapper .banner-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, 720px);
  object-fit: cover;
  object-position: center right;
}

.home-banner-wrapper .banner_caption {
  color: #1a1a1a;
}

.home-banner-wrapper .banner_caption .captionContainer {
  color: #1a1a1a;
}

.home-banner-wrapper .banner_caption .captionContainer .bannerHeading1,
.home-banner-wrapper .banner_caption .captionContainer h1,
.home-banner-wrapper .banner_caption .captionContainer h2 {
  color: #1a1a1a;
  font-family: var(--font-heading, "Cormorant Garamond", Georgia, serif);
}

.home-banner-wrapper .banner_caption .link-btn a {
  color: #ffffff;
  background: #1a1a1a;
  border-color: #1a1a1a;
  border-radius: 4px;
  min-width: 160px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-banner-wrapper .banner_caption .link-btn a:hover {
  color: #ffffff;
  background: #2e4b30;
  border-color: #2e4b30;
}

.home-banner-wrapper .homeBannerSlider .slick-dots {
  left: 0;
  right: 0;
  width: 100%;
  bottom: 24px;
  margin: 0;
  text-align: center;
  z-index: 8;
}

.home-banner-wrapper .homeBannerSlider .slick-dots li button:before {
  font-size: 10px;
  color: #ffffff;
  opacity: 0.85;
}

.home-banner-wrapper .homeBannerSlider .slick-dots li.slick-active button:before {
  color: #1a1a1a;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .home-banner-wrapper.bannerWrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-banner-wrapper .banner-slide figure {
    border-radius: 0 !important;
  }

  .home-banner-wrapper .banner-slide figure img {
    max-height: min(60vh, 520px);
    object-position: center center;
  }

  .home-banner-wrapper .banner-slide figure::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.62) 0%,
      rgba(0, 0, 0, 0.22) 42%,
      transparent 72%
    );
  }

  .home-banner-wrapper .banner_caption {
    position: absolute;
    inset: auto 0 0 0;
    top: auto;
    height: auto;
    padding: 0 0 2.25rem;
    background: transparent;
    border-radius: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
  }

  .home-banner-wrapper .banner_caption .captionWrapper,
  .home-banner-wrapper .banner_caption .captionContainer {
    display: block;
    height: auto;
    width: 100%;
  }

  .home-banner-wrapper .banner_caption .captionContainer {
    color: #ffffff;
    vertical-align: bottom;
    padding: 0 clamp(1rem, 4vw, 1.5rem);
  }

  .home-banner-wrapper .banner_caption .captionContainerInner {
    max-width: none;
  }

  .home-banner-wrapper .banner_caption .captionContainer .bannerHeading1,
  .home-banner-wrapper .banner_caption .captionContainer h1,
  .home-banner-wrapper .banner_caption .captionContainer h2 {
    color: #ffffff !important;
    font-size: clamp(1.75rem, 6vw, 2.35rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    margin: 0 0 0.65rem !important;
  }

  .home-banner-wrapper .banner_caption .captionContainer p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .home-banner-wrapper .banner_caption .link-btn {
    margin-top: 0.85rem;
  }

  .home-banner-wrapper .banner_caption .link-btn a {
    min-width: 148px;
    padding: 0.75rem 1.2rem;
    font-size: 0.75rem;
  }

  .home-banner-wrapper .homeBannerSlider .slick-dots {
    bottom: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .home-banner-wrapper .banner-slide figure img {
    max-height: 420px;
  }

  .home-banner-wrapper .banner_caption {
    padding-bottom: 2rem;
  }

  .home-banner-wrapper .banner_caption .captionContainer .bannerHeading1,
  .home-banner-wrapper .banner_caption .captionContainer h1,
  .home-banner-wrapper .banner_caption .captionContainer h2 {
    font-size: clamp(1.55rem, 7.5vw, 1.85rem) !important;
  }
}

/* ------------------------------------------------------------------ */
/* Trust badges strip                                                 */
/* ------------------------------------------------------------------ */

.home-trust-badges-section {
  position: relative;
  display: block;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.35rem 0;
}

.home-trust-badges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.home-trust-badge {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.35rem 1.25rem;
  min-width: 0;
}

.home-trust-badge:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.home-trust-badge__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #1a1a1a;
  font-size: 1.35rem;
  line-height: 1;
}

.home-trust-badge__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.home-trust-badge__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.home-trust-badge__title {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
}

.home-trust-badge__subtitle {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.3;
  color: #6b6b6b;
}

@media (max-width: 991.98px) {
  .home-trust-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1rem;
  }

  .home-trust-badge:nth-child(2n) {
    border-right: 0;
  }

  .home-trust-badge {
    padding: 0.25rem 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .home-trust-badges-section {
    padding: 1rem 0;
  }

  .home-trust-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0.85rem;
    column-gap: 0.5rem;
  }

  .home-trust-badge {
    border-right: 0 !important;
    padding: 0.15rem 0;
    gap: 0.65rem;
  }

  .home-trust-badge__title {
    font-size: 0.88rem;
  }

  .home-trust-badge__subtitle {
    font-size: 0.78rem;
  }
}

/* ------------------------------------------------------------------ */
/* Shop by Collection                                                 */
/* ------------------------------------------------------------------ */

.home-collections-section {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 2.5rem 0 2rem;
}

.home-collections-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 1.75rem;
}

.home-collections-title {
  grid-column: 2;
  margin: 0;
  text-align: center;
  font-family: var(--font-heading, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: 0.01em;
}

.home-collections-view-all {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.home-collections-view-all:hover {
  color: var(--color-primary, #2e4b30);
}

.home-collections-slider-wrap {
  position: relative;
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 3rem;
}

.home-collections-nav {
  position: absolute;
  top: 42%;
  z-index: 3;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(46, 75, 48, 0.18);
  border-radius: 50%;
  background: #ffffff;
  color: #2e4b30;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-collections-prev {
  left: 0;
}

.home-collections-next {
  right: 0;
}

.home-collections-nav:hover,
.home-collections-nav:focus-visible {
  background: #2e4b30;
  color: #ffffff;
  border-color: #2e4b30;
  outline: none;
}

.home-collections-slider {
  margin: 0 -0.55rem;
}

.home-collection-slide {
  padding: 0 0.55rem;
}

.home-collection-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.home-collection-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #f3f1ec;
}

.home-collection-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-collection-card:hover .home-collection-card__image img {
  transform: scale(1.04);
}

.home-collection-card__label {
  display: block;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1a1a1a;
}

.home-collections-slider .slick-dots {
  bottom: -2rem;
}

.home-collections-slider .slick-dots li button:before {
  font-size: 9px;
  color: #acb087;
  opacity: 0.45;
}

.home-collections-slider .slick-dots li.slick-active button:before {
  color: #2e4b30;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .home-collections-section {
    padding: 2rem 0 2.5rem;
  }

  .home-collections-section > .wide-container,
  .home-product-grid-section > .wide-container,
  .home-why-choose-section > .wide-container,
  .home-testimonials-section > .wide-container,
  .home-reels-section > .wide-container,
  .home-eco-features-section > .wide-container,
  .home-newsletter-section > .wide-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-collections-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.65rem 1rem;
    margin-bottom: 1.35rem;
  }

  .home-collections-title,
  .home-collections-view-all {
    grid-column: auto;
    justify-self: auto;
  }

  .home-collections-title {
    flex: 1 1 auto;
    text-align: left;
    font-size: 1.65rem;
  }

  .home-collections-slider-wrap {
    padding: 0 2.15rem;
  }

  .home-collections-nav {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }

  .home-product-grid-section {
    padding: 2rem 0 2.25rem;
  }

  .home-products-header {
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1rem;
  }

  .home-products-title {
    font-size: 1.65rem;
  }

  .home-reels-section {
    overflow: hidden;
  }

  .home-reels-slider .slick-list {
    overflow: hidden !important;
  }
}

/* ------------------------------------------------------------------ */
/* Why Choose Aakrittii                                               */
/* ------------------------------------------------------------------ */

.home-why-choose-section {
  position: relative;
  display: block;
  background: #f7f1ea;
  padding: 3.5rem 0;
  z-index: 1;
  isolation: isolate;
}

.home-why-choose {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.6fr);
  gap: 2.5rem 3rem;
  align-items: center;
}

.home-why-choose__title {
  margin: 0 0 1rem;
  font-family: var(--font-heading, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
}

.home-why-choose__text {
  margin: 0 0 1.5rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #4a4a4a;
  max-width: 34ch;
}

.home-why-choose__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 0.8rem 1.4rem;
  background: #1a1a1a;
  color: #ffffff !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #1a1a1a;
  transition: background 0.2s ease;
}

.home-why-choose__btn:hover {
  background: #333333;
  border-color: #333333;
}

.home-why-choose__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 1.25rem;
}

.home-why-feature {
  text-align: left;
}

.home-why-feature__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
  font-size: 1.65rem;
  line-height: 1;
}

.home-why-feature__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.home-why-feature__title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}

.home-why-feature__desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #666666;
}

@media (max-width: 991.98px) {
  .home-why-choose {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .home-why-choose__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .home-why-choose__text {
    max-width: 36ch;
    margin-left: auto;
    margin-right: auto;
  }

  .home-why-choose__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .home-why-choose__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
  }

  .home-why-feature {
    text-align: center;
    max-width: 16rem;
  }

  .home-why-feature__icon {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .home-why-choose-section {
    padding: 2.5rem 0 3rem;
  }

  .home-why-choose__title {
    font-size: 1.75rem;
    margin-bottom: 0.85rem;
    text-align: center;
  }

  .home-why-choose__text {
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
    max-width: 32ch;
    text-align: center;
  }

  .home-why-choose__btn {
    width: 100%;
    max-width: 220px;
  }

  .home-why-choose__features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-right: 0;
    justify-items: center;
  }

  .home-why-feature {
    text-align: center;
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-why-feature__icon {
    justify-content: center;
    font-size: 1.45rem;
    margin-bottom: 0.5rem;
  }

  .home-why-feature__title {
    font-size: 1.05rem;
  }

  .home-why-feature__desc,
  .home-why-feature__text {
    font-size: 0.9rem;
  }
}

/* ------------------------------------------------------------------ */
/* Loved by Our Customers                                             */
/* ------------------------------------------------------------------ */

.home-testimonials-section {
  position: relative;
  display: block;
  clear: both;
  background: #ffffff;
  padding: 3.25rem 0 3rem;
  margin-top: 0;
  z-index: 1;
}

.home-eco-features-section {
  position: relative;
  display: block;
  background: var(--color-surface, #fdfbf0);
  padding: 1.5rem 0 3.5rem;
}

.home-section-title.pageTitle {
  padding-bottom: 1.75rem;
}

.home-section-title h2 {
  font-family: var(--font-heading, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  text-transform: none;
}

.home-testimonials-slider-wrap {
  position: relative;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 3rem;
}

.home-testimonials-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-testimonials-prev {
  left: 0;
}

.home-testimonials-next {
  right: 0;
}

.home-testimonials-nav:hover,
.home-testimonials-nav:focus-visible {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
  outline: none;
}

.home-testimonial-slider {
  min-width: 0;
}

.home-testimonial-slide {
  padding: 0 0.65rem;
}

.home-review-card {
  height: 100%;
  min-height: 220px;
  padding: 1.5rem 1.35rem 1.35rem;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.home-review-card__stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.85rem;
  color: #e0b12a;
  font-size: 0.85rem;
}

.home-review-card__quote {
  position: relative;
  margin: 0 0 1rem;
  flex: 1 1 auto;
}

.home-review-card__marks {
  position: absolute;
  top: -0.35rem;
  left: -0.15rem;
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.home-review-card__quote p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.55;
  color: #333333;
}

.home-review-card__author {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a1a;
}

.home-testimonial-slider .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 1.5rem;
  text-align: center;
}

.home-testimonial-slider .slick-dots li button:before {
  font-size: 10px;
  color: #cfcfcf;
  opacity: 1;
}

.home-testimonial-slider .slick-dots li.slick-active button:before {
  color: #1a1a1a;
}

/* ------------------------------------------------------------------ */
/* Stay in the Loop                                                   */
/* ------------------------------------------------------------------ */

.home-newsletter-section {
  position: relative;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #f7f1ea;
  padding: 3rem 0;
  width: 100%;
  clear: both;
  z-index: 2;
}

.home-newsletter {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(280px, 1.1fr);
  gap: 2rem 2.5rem;
  align-items: center;
}

.home-newsletter__media {
  width: 120px;
  flex: 0 0 auto;
}

.home-newsletter__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}

.home-newsletter__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-heading, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
}

.home-newsletter__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #555555;
  max-width: 36ch;
}

.home-newsletter__row {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 0.75rem;
}

.home-newsletter__row input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0 1rem;
  border: 1px solid #d8d8d8;
  border-right: 0;
  border-radius: 0 !important;
  background: #ffffff;
  font-size: 0.9rem;
  color: #1a1a1a;
  outline: none;
}

.home-newsletter__row input[type="email"]:focus {
  border-color: #1a1a1a;
}

.home-newsletter__submit {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 1.35rem;
  border: 1px solid #1a1a1a;
  border-radius: 0 !important;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}

.home-newsletter__submit:hover {
  background: #333333;
}

.home-newsletter__agree {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #555555;
  cursor: pointer;
}

.home-newsletter__agree input {
  margin-top: 0.15rem;
}

.home-newsletter__notice {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
}

.home-newsletter__notice--success {
  color: #2e4b30;
}

.home-newsletter__notice--error {
  color: #a33;
}

@media (max-width: 991.98px) {
  .home-newsletter {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-newsletter__media {
    margin: 0 auto;
  }

  .home-newsletter__text {
    max-width: none;
    margin: 0 auto;
  }

  .home-newsletter__agree {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .home-newsletter__row {
    flex-direction: column;
    gap: 0.65rem;
  }

  .home-newsletter__row input[type="email"] {
    border-right: 1px solid #d8d8d8;
    border-radius: 0 !important;
  }

  .home-newsletter__submit {
    border-radius: 0 !important;
  }
}

/* Eco features grid */
.home-eco-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.home-eco-feature {
  text-align: center;
}

.home-eco-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 0.85rem;
  color: var(--color-primary, #2e4b30);
  font-size: 2rem;
  line-height: 1;
}

.home-eco-feature__icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.home-eco-feature__title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text, #1a1a1a);
}

.home-eco-feature__desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--color-text-muted, #5c5c5c);
}

@media (max-width: 991.98px) {
  .home-eco-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .home-testimonials-section {
    padding: 2.5rem 0 2rem;
  }

  .home-eco-features-section {
    padding: 1.25rem 0 2.75rem;
  }

  .home-testimonials-slider-wrap {
    padding: 0 2.5rem;
  }

  .home-testimonials-nav {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }

  .home-eco-features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 320px;
  }
}

/* ------------------------------------------------------------------ */
/* Spotted It? Shop It! — Reels carousel                              */
/* ------------------------------------------------------------------ */

.home-reels-section {
  position: relative;
  display: block;
  padding: 2.5rem 0 3rem;
  background: var(--color-surface, #fdfbf0);
}

.home-reels-carousel {
  position: relative;
  padding: 0 2.75rem;
}

.home-reels-nav {
  position: absolute;
  top: 42%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--color-border, #e2e2e2);
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-text-muted, #5c5c5c);
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));
  cursor: pointer;
  transition:
    background var(--duration-fast, 0.2s) ease,
    color var(--duration-fast, 0.2s) ease,
    border-color var(--duration-fast, 0.2s) ease;
}

.home-reels-prev {
  left: 0;
}

.home-reels-next {
  right: 0;
}

.home-reels-nav:hover,
.home-reels-nav:focus-visible {
  background: var(--color-primary, #2e4b30);
  border-color: var(--color-primary, #2e4b30);
  color: #ffffff;
  outline: none;
}

.home-reels-slide {
  padding: 0 0.55rem;
}

.home-reels-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.home-reels-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000000;
  overflow: hidden;
}

.home-reels-card__video,
.home-reels-card__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #000000;
}

.home-reels-card__oembed {
  width: 100%;
  height: 100%;
}

.home-reels-card__oembed iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  border: 0;
}

.home-reels-card__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(180deg, #2f7079 0%, #2e4b30 100%);
}

.home-reels-card__brand {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 42%;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.home-reels-card__brand img {
  display: block;
  max-width: 100%;
  max-height: 22px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.home-reels-card__product {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 78px;
  padding: 0.85rem 0.9rem;
  text-decoration: none !important;
  background: rgba(18, 18, 18, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease;
}

a.home-reels-card__product:hover,
a.home-reels-card__product:focus-visible {
  background: rgba(47, 112, 121, 0.35);
  outline: none;
}

.home-reels-card__product-thumb {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 4px;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}

.home-reels-card__product-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-reels-card__product-name {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-heading, "Cormorant Garamond", Georgia, serif);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.home-reels-slider .slick-list {
  overflow: visible;
}

.home-reels-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.home-reels-slider .slick-slide {
  height: auto;
}

.home-reels-slider .slick-slide > div {
  height: 100%;
}

@media (max-width: 767.98px) {
  .home-reels-section {
    padding: 2rem 0 2.5rem;
  }

  .home-reels-carousel {
    padding: 0 2.25rem;
  }

  .home-reels-nav {
    width: 38px;
    height: 38px;
    top: 38%;
  }

  .home-reels-card__product-name {
    font-size: 0.95rem;
  }
}

/* ------------------------------------------------------------------ */
/* Home CTA block (legacy section 4) — mobile                         */
/* ------------------------------------------------------------------ */

@media (max-width: 991.98px) {
  .main-content-wrapper:has(> .home-banner-wrapper) {
    overflow-x: hidden;
  }

  .ctc-container {
    padding: 0 0 3rem !important;
    overflow: hidden;
  }

  .ctc-mainSection {
    border-radius: 8px !important;
    background-position: center center !important;
  }

  .ctc-wrapper {
    padding: 2.25rem 1rem !important;
  }

  .ctc-dogPic {
    margin: 0 0 1.25rem !important;
    text-align: center;
  }

  .ctc-dogPic img {
    display: block;
    width: min(100%, 280px);
    height: auto;
    margin: 0 auto;
  }

  .ctc-wrapper .pageTitle {
    text-align: center;
    padding-bottom: 0.75rem;
  }

  .ctc-wrapper .pageTitle h2 {
    font-size: clamp(1.55rem, 6vw, 2rem) !important;
    letter-spacing: 0 !important;
  }

  .ctc-wrapper .link-btn {
    text-align: center;
    padding-top: 1rem !important;
  }

  .ctc-container .right-bgIcon3 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .home-testimonials-slider-wrap {
    padding: 0 2.15rem;
  }

  .home-testimonial-slide {
    padding: 0 0.35rem;
  }

  .home-review-card {
    min-height: 200px;
    padding: 1.15rem 1rem;
  }

  .home-newsletter-section {
    padding: 2.25rem 0;
  }

  .home-newsletter__submit {
    width: 100%;
  }
}
