/*-----------------------------------*\
  #home.css — Varniraj Organic Agro
\*-----------------------------------*/

/*-----------------------------------*\
  #SHARED HELPERS
\*-----------------------------------*/

.subtitle-line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: var(--emerald);
  border-radius: 2px;
  flex-shrink: 0;
}

.section-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--emerald);
  font-family: var(--ff-playfair-display);
  font-style: italic;
  font-size: var(--fs-6);
  letter-spacing: 1px;
  margin-block-end: 10px;
}

/*-----------------------------------*\
  #HEADER ENQUIRE BUTTON
\*-----------------------------------*/

.header-enquire-btn {
  display: none;
  align-items: center;
  gap: 6px;
  background-color: var(--emerald);
  color: var(--white);
  font-size: var(--fs-8);
  font-weight: var(--fw-700);
  padding: 10px 18px;
  border-radius: 50px;
  transition: background-color 0.3s, transform 0.3s;
}

.header-enquire-btn:hover { background-color: var(--green-pigment); transform: translateY(-2px); }

@media (min-width: 480px) { .header-enquire-btn { display: flex; } }

/*-----------------------------------*\
  #HERO  — redesigned static image layout
\*-----------------------------------*/

.hero {
  position: relative;
  background: linear-gradient(145deg,
    hsl(152, 92%,  8%) 0%,
    hsl(152, 88%, 14%) 40%,
    hsl(155, 72%, 20%) 100%);
  padding-block: 72px 80px;
  overflow: hidden;
}

/* ---- decorative blobs ---- */
.hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  opacity: 0.25;
}

.hero-blob-1 {
  width: 600px; height: 600px;
  background: hsl(152, 80%, 35%);
  top: -260px; right: -180px;
}

.hero-blob-2 {
  width: 360px; height: 360px;
  background: hsl(46, 100%, 55%);
  bottom: -140px; left: -100px;
  opacity: 0.12;
}

.hero-blob-3 {
  width: 220px; height: 220px;
  background: hsl(152, 90%, 50%);
  top: 40%; left: 38%;
  opacity: 0.08;
}

/* ---- two-column layout handled by Bootstrap row/col-lg-6 ---- */
.hero .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

/* row gutter */
.hero .row {
  --bs-gutter-x: 3rem;
  align-items: center;
}

/* Bootstrap columns inside hero must not clip floating cards */
.hero .col-lg-6,
.hero .col-md-6 {
  overflow: visible;
}

/* left col — text content */
.hero-content {
  padding-block: 10px;
}

/* right col — full height for visual */
.hero-visual {
  padding-block: 10px;
}

@media (min-width: 992px) {
  .hero .row { --bs-gutter-x: 4rem; }
  .hero-content { padding-block: 0; }
  .hero-visual  { padding-block: 0; }
}

/* ---- Bootstrap reset overrides ---- */
.hero .hero-title { color: unset; margin-bottom: 0; }
.hero-line-gold  { display: block !important; }
.hero-line-white { display: block !important; }
.hero-line-tag   { display: inline-block !important; }
.hero-btn-primary,
.hero-btn-ghost  { text-decoration: none !important; }
.hero-product-img,
.hero-secondary-img { max-width: 100%; height: auto; display: block; }
.hf-text strong  { color: hsl(152,88%,18%); }

/* ---- eyebrow ---- */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: hsla(0,0%,100%,0.55);
  font-family: var(--ff-playfair-display);
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  margin-block-end: 20px;
}

.hero-eyebrow-line {
  display: block;
  width: 32px;
  height: 1.5px;
  background: hsl(46,100%,62%);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ---- headline ---- */
.hero-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-block-end: 24px;
}

.hero-line-tag {
  display: inline-block;
  color: hsl(46,100%,65%);
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  font-weight: 700;
  font-family: var(--ff-roboto);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-block-end: 6px;
}

.hero-line-white {
  display: block;
  color: #fff;
  font-family: var(--ff-playfair-display);
  font-size: clamp(3.4rem, 5.5vw, 6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.hero-line-gold {
  display: block;
  color: hsl(46,100%,65%);
  font-family: var(--ff-playfair-display);
  font-size: clamp(3.4rem, 5.5vw, 6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-style: italic;
}

/* ---- description ---- */
.hero-text {
  color: hsla(0,0%,100%,0.68);
  font-size: 1.65rem;
  line-height: 1.85;
  margin-block-end: 36px;
  max-width: 460px;
}

/* ---- CTA buttons ---- */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-block-end: 48px;
  align-items: center;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, hsl(152,95%,36%), hsl(152,88%,22%));
  color: #fff;
  font-size: 1.55rem;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid hsla(152,95%,55%,0.3);
  box-shadow: 0 8px 28px hsla(152,88%,20%,0.5),
              inset 0 1px 0 hsla(0,0%,100%,0.12);
  transition: transform 0.25s, box-shadow 0.25s;
}

.hero-btn-primary ion-icon { font-size: 1.8rem; }

.hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px hsla(152,88%,20%,0.65);
}

.hero-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: hsla(0,0%,100%,0.88);
  font-size: 1.55rem;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 50px;
  border: 1.5px solid hsla(0,0%,100%,0.25);
  background: hsla(0,0%,100%,0.07);
  backdrop-filter: blur(6px);
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.hero-btn-ghost ion-icon { font-size: 1.8rem; }

.hero-btn-ghost:hover {
  background: hsla(0,0%,100%,0.14);
  border-color: hsla(0,0%,100%,0.5);
  transform: translateY(-3px);
}

/* ---- stat row ---- */
.hero-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  background: hsla(0,0%,0%,0.18);
  border: 1px solid hsla(0,0%,100%,0.1);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  padding: 18px 24px;
  width: fit-content;
  max-width: 100%;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 20px;
}

.hero-stat-num {
  color: hsl(46,100%,68%);
  font-family: var(--ff-playfair-display);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.hero-stat-lbl {
  color: hsla(0,0%,100%,0.55);
  font-size: 1.2rem;
  font-weight: 500;
  margin-block-start: 4px;
  text-align: center;
  white-space: nowrap;
}

.hero-stat-div {
  width: 1px;
  height: 36px;
  background: hsla(0,0%,100%,0.15);
  flex-shrink: 0;
}

/* ---- RIGHT: visual panel ---- */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 10px;
}

/* main image frame — self-contained, no overflow */
.hero-img-frame {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}

/* subtle glow ring behind image */
.hero-img-frame::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  background: radial-gradient(circle, hsla(152,80%,36%,0.28) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.hero-product-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 28px 56px hsla(152,80%,6%,0.65));
  animation: heroImgFloat 5s ease-in-out infinite;
}

@keyframes heroImgFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

/* ---- Floating info cards — pinned INSIDE the frame ---- */
.hero-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.96);
  border-radius: 14px;
  padding: 11px 16px;
  box-shadow: 0 8px 32px hsla(0,0%,0%,0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10;
  white-space: nowrap;
}

/* FSSAI — upper-left area, inside the right column */
.hero-float-cert {
  top: 18%;
  left: 4%;
  animation: heroFloatA 3s ease-in-out infinite;
  animation-delay: 0s;
}

/* Export Ready — lower-left area, inside the right column */
.hero-float-export {
  bottom: 24%;
  left: 4%;
  animation: heroFloatA 3s ease-in-out infinite;
  animation-delay: 1.5s;
}

/* 100% Organic pill — top-right */
.hero-float-organic {
  top: 10px;
  right: 8%;
  padding: 8px 18px;
  border-radius: 50px;
  background: hsl(152,95%,36%);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 7px;
  animation: heroFloatA 3s ease-in-out infinite;
  animation-delay: 0.8s;
}

.hero-float-organic ion-icon {
  font-size: 1.6rem;
  color: hsl(46,100%,72%);
}

@keyframes heroFloatA {
  0%,100% { transform: translateY(0) rotate(-0.5deg); }
  50%      { transform: translateY(-8px) rotate(0.5deg); }
}

/* card icon */
.hf-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: hsl(152,95%,93%);
  color: hsl(152,88%,22%);
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hf-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.hf-text strong {
  color: hsl(152,88%,18%);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.hf-text span {
  color: hsl(152,20%,48%);
  font-size: 1.1rem;
  font-weight: 500;
}

/* ---- Secondary product image — bottom-right corner ---- */
.hero-img-secondary {
  position: absolute;
  bottom: -8px;
  right: 0;
  width: clamp(90px, 20%, 145px);
  z-index: 8;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid hsla(0,0%,100%,0.18);
  box-shadow: 0 10px 32px hsla(0,0%,0%,0.3);
  animation: heroImgFloat 5s ease-in-out infinite;
  animation-delay: 1.2s;
  background: hsl(152,30%,12%);
}

.hero-secondary-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hero { padding-block: 52px 60px; }
  .hero-title { margin-block-end: 20px; }
  .hero-text  { max-width: 100%; margin-block-end: 28px; }
  .hero-actions { margin-block-end: 32px; }
  .hero-stats { padding: 14px 18px; }
  .hero-stat  { padding-inline: 14px; }
  .hero-stat-num { font-size: 2rem; }
  .hero-float-cert,
  .hero-float-export { display: none; }
  .hero-float-organic { top: 8px; right: 8%; font-size: 1.2rem; }
  .hero-img-secondary { display: none; }
  .hero-img-frame { max-width: 400px; }
  .hero-product-img { max-height: 340px; }
}

@media (max-width: 575px) {
  .hero { padding-block: 36px 44px; }
  .hero-line-white,
  .hero-line-gold  { font-size: clamp(2.8rem, 8vw, 3.8rem); }
  .hero-text       { font-size: 1.5rem; }
  .hero-btn-primary,
  .hero-btn-ghost  { width: 100%; justify-content: center; }
  .hero-actions    { flex-direction: column; }
  .hero-stats      { padding: 12px 14px; width: 100%; justify-content: space-around; }
  .hero-stat       { padding-inline: 8px; }
  .hero-stat-num   { font-size: 1.8rem; }
  .hero-float-organic { display: none; }
  .hero-img-frame  { max-width: 300px; }
  .hero-product-img { max-height: 260px; }
}

@media (max-width: 359px) {
  .hero-line-white,
  .hero-line-gold  { font-size: 2.4rem; }
  .hero-eyebrow    { font-size: 1.2rem; }
  .hero-stat-div   { display: none; }
  .hero-stats      { border-radius: 12px; }
}

/*-----------------------------------*\
  #TRUST STRIP
\*-----------------------------------*/

.trust-strip {
  background: linear-gradient(90deg,
    hsl(152,95%,14%) 0%,
    hsl(152,95%,22%) 50%,
    hsl(152,95%,14%) 100%);
  padding-block: 22px;
}

.trust-strip-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: var(--fs-7);
  font-weight: var(--fw-600);
}

.trust-item ion-icon { color: hsl(46,100%,68%); font-size: 2rem; }

.trust-divider {
  width: 1px;
  height: 24px;
  background-color: hsla(0,0%,100%,0.2);
}

/*-----------------------------------*\
  #SERVICE
\*-----------------------------------*/

.service {
  background: linear-gradient(135deg, hsl(152,95%,18%) 0%, hsl(152,95%,28%) 50%, hsl(160,70%,32%) 100%);
  position: relative;
  overflow: hidden;
  padding-block: 60px;
}

.service::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 80px solid hsla(0,0%,100%,0.05);
  top: -200px; right: -150px;
  pointer-events: none;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: hsla(0,0%,100%,0.08);
  border: 1px solid hsla(0,0%,100%,0.18);
  border-radius: 16px;
  padding: 26px 22px;
  cursor: default;
  transition: background 0.4s, transform 0.4s, box-shadow 0.4s;
}

.service-item:hover {
  background: hsla(0,0%,100%,0.16);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px hsla(0,0%,0%,0.25);
}

.item-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  background: hsla(0,0%,100%,0.15);
  border: 2px solid hsla(0,0%,100%,0.25);
  color: var(--white);
  font-size: 2.8rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s, transform 0.4s;
}

.service-item:hover .item-icon {
  background: hsl(36,100%,50%);
  border-color: hsl(36,100%,50%);
  transform: rotate(-8deg) scale(1.15);
}

.item-content { display: flex; flex-direction: column; gap: 6px; }

.item-title {
  color: var(--white);
  font-size: var(--fs-4);
  font-weight: var(--fw-700);
  font-family: var(--ff-roboto);
}

.item-desc { color: hsla(0,0%,100%,0.72); font-size: var(--fs-7); line-height: 1.75; }

/*-----------------------------------*\
  #WHY CHOOSE US BANNER
\*-----------------------------------*/

.why-banner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 480px;
  position: relative;
}

/* ---- LEFT: photo col ---- */
.why-banner-img-col {
  position: relative;
  flex: 0 0 44%;
  overflow: hidden;
  min-height: 360px;
}

.why-banner-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.8s ease;
}

.why-banner:hover .why-banner-photo { transform: scale(1.04); }

/* multi-layer gradient overlay */
.why-img-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,  hsla(152,90%,8%,0.55) 0%, transparent 55%),
    linear-gradient(to top,    hsla(152,90%,6%,0.75) 0%, transparent 50%),
    linear-gradient(to bottom, hsla(0,0%,0%,0.25)   0%, transparent 40%);
  pointer-events: none;
  z-index: 1;
}

/* diagonal edge — right side bleeds into green */
.why-banner-img-col::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 100px;
  background: linear-gradient(to bottom right,
    transparent 0%, transparent 49.5%,
    hsl(152,88%,18%) 50%, hsl(152,88%,18%) 100%);
  pointer-events: none;
  z-index: 2;
}

/* overlay text content */
.why-img-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 32px;
}

/* logo badge top-left */
.why-img-logo-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: hsla(0,0%,0%,0.35);
  backdrop-filter: blur(6px);
  border: 1px solid hsla(0,0%,100%,0.15);
  border-radius: 14px;
  padding: 10px 16px;
  width: fit-content;
}

.why-img-logo-badge ion-icon {
  font-size: 2.8rem;
  color: hsl(46,100%,68%);
  flex-shrink: 0;
}

.why-badge-line1 {
  color: var(--white);
  font-size: var(--fs-8);
  font-weight: var(--fw-700);
  line-height: 1.2;
}

.why-badge-line2 {
  color: hsla(0,0%,100%,0.7);
  font-size: var(--fs-9);
  font-weight: var(--fw-500);
  line-height: 1.2;
}

.why-badge-stars {
  display: flex;
  gap: 2px;
  margin-block-start: 4px;
}

.why-badge-stars ion-icon {
  color: hsl(46,100%,68%);
  font-size: 1.2rem;
}

/* central text */
.why-img-taglines { text-align: left; }

.why-img-tagline {
  color: hsla(0,0%,100%,0.65);
  font-size: var(--fs-6);
  font-weight: var(--fw-400);
  margin-block-end: 2px;
}

.why-img-product {
  color: var(--white);
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-weight: var(--fw-700);
  font-family: var(--ff-playfair-display);
  line-height: 1;
  margin-block-end: 8px;
}

.why-img-product em {
  color: hsl(46,100%,68%);
  font-style: italic;
}

.why-img-sub {
  color: hsla(0,0%,100%,0.72);
  font-size: var(--fs-7);
  line-height: 1.6;
}

/* bottom pills */
.why-img-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.why-img-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: hsla(0,0%,0%,0.35);
  backdrop-filter: blur(6px);
  border: 1px solid hsla(0,0%,100%,0.2);
  color: var(--white);
  font-size: var(--fs-8);
  font-weight: var(--fw-600);
  padding: 8px 16px;
  border-radius: 50px;
  transition: background 0.25s;
}

.why-img-pill:hover { background: hsla(152,90%,30%,0.5); }
.why-img-pill ion-icon { color: hsl(46,100%,68%); font-size: 1.6rem; }

/* ---- RIGHT: content col ---- */
.why-banner-content-col {
  flex: 1;
  background: linear-gradient(150deg,
    hsl(152,88%,16%) 0%,
    hsl(152,80%,22%) 55%,
    hsl(155,70%,26%) 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* decorative rings */
.why-banner-content-col::before {
  content: "";
  position: absolute;
  width: 560px; height: 560px;
  border-radius: 50%;
  border: 70px solid hsla(0,0%,100%,0.04);
  top: -200px; right: -160px;
  pointer-events: none;
}

.why-banner-content-col::after {
  content: "";
  position: absolute;
  width: 240px; height: 240px;
  border-radius: 50%;
  border: 40px solid hsla(46,100%,65%,0.05);
  bottom: -80px; left: -60px;
  pointer-events: none;
}

.why-banner-inner {
  padding: 56px 52px;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* subtitle */
.why-banner-sub {
  display: flex;
  align-items: center;
  gap: 12px;
  color: hsla(0,0%,100%,0.6);
  font-family: var(--ff-playfair-display);
  font-style: italic;
  font-size: var(--fs-6);
  letter-spacing: 1.5px;
  margin-block-end: 14px;
}

.why-sub-line {
  display: block;
  width: 36px; height: 2px;
  background: hsl(46,100%,62%);
  border-radius: 2px;
  flex-shrink: 0;
}

/* title */
.why-banner-title {
  color: var(--white);
  font-size: clamp(2.6rem, 3.5vw, 3.8rem);
  font-weight: var(--fw-700);
  font-family: var(--ff-playfair-display);
  line-height: 1.25;
  margin-block-end: 44px;
  letter-spacing: -0.3px;
}

/* 3×2 feature grid */
.why-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 20px;
  margin-block-end: 40px;
}

.why-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  cursor: default;
}

.why-feature-icon {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: hsla(0,0%,0%,0.28);
  border: 1.5px solid hsla(0,0%,100%,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: hsla(0,0%,100%,0.9);
  position: relative;
  transition: background 0.35s, transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}

/* golden glow ring on hover */
.why-feature-icon::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid hsl(46,100%,62%);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.35s, transform 0.35s;
}

.why-feature-item:hover .why-feature-icon {
  background: linear-gradient(135deg, hsl(152,95%,28%), hsl(152,88%,18%));
  border-color: hsl(46,100%,62%);
  transform: translateY(-8px);
  box-shadow: 0 16px 36px hsla(0,0%,0%,0.3);
}

.why-feature-item:hover .why-feature-icon::before {
  opacity: 1;
  transform: scale(1);
}

.why-feature-text {
  color: hsla(0,0%,100%,0.85);
  font-size: var(--fs-6);
  font-weight: var(--fw-500);
  line-height: 1.55;
}

/* CTA link */
.why-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: hsl(46,100%,68%);
  font-size: var(--fs-6);
  font-weight: var(--fw-700);
  border-bottom: 1.5px solid hsla(46,100%,68%,0.4);
  padding-block-end: 2px;
  transition: gap 0.25s, border-color 0.25s, color 0.25s;
}

.why-cta-link:hover {
  gap: 14px;
  border-color: hsl(46,100%,68%);
  color: hsl(46,100%,80%);
}

/* ---- responsive ---- */
@media (min-width: 768px) {
  .why-banner         { flex-direction: row; min-height: 500px; }
  .why-banner-photo   { min-height: 100%; }
}

@media (max-width: 767px) {
  .why-banner-img-col::after  { display: none; }
  .why-img-content            { padding: 20px 22px; }
  .why-img-product            { font-size: 3rem; }
  .why-banner-inner           { padding: 40px 28px; }
  .why-banner-title           { margin-block-end: 32px; }
  .why-features-grid          { gap: 24px 16px; }
  .why-feature-icon           { width: 64px; height: 64px; font-size: 2.6rem; }
  .why-feature-text           { font-size: var(--fs-7); }
}

@media (max-width: 480px) {
  .why-features-grid  { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .why-banner-title   { font-size: 2.2rem; margin-block-end: 24px; }
  .why-img-pills      { display: none; }
  .why-feature-icon   { width: 58px; height: 58px; font-size: 2.2rem; }
}

/*-----------------------------------*\
  #ABOUT US
\*-----------------------------------*/

.about { background-color: var(--white); overflow: hidden; }

.about-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about-images {
  position: relative;
  max-width: 500px;
  margin-inline: auto;
}

.about-img-main {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px hsla(0,0%,0%,0.15);
}

.about-main-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.about-img-main:hover .about-main-img { transform: scale(1.04); }

.about-exp-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: linear-gradient(135deg, hsl(152,95%,28%), hsl(152,95%,18%));
  color: var(--white);
  border-radius: 16px;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 24px hsla(152,95%,20%,0.45);
  animation: badgeFloat 3s ease-in-out infinite;
}

@keyframes badgeFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

.exp-number {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--ff-playfair-display);
  line-height: 1;
}

.exp-label { font-size: 1.2rem; opacity: 0.85; text-align: center; margin-block-start: 4px; }

.about-img-small {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 160px;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid var(--white);
  box-shadow: 0 12px 30px hsla(0,0%,0%,0.2);
  transition: transform 0.4s;
}

.about-img-small:hover { transform: scale(1.05) rotate(-2deg); }

.about-small-img { width: 100%; height: 130px; object-fit: cover; display: block; }

.about-content { display: flex; flex-direction: column; gap: 0; }

.about-title {
  color: var(--russian-violet);
  font-size: var(--fs-2);
  line-height: 1.35;
  margin-block: 12px 20px;
}

.about-title .span { color: var(--emerald); font-family: var(--ff-playfair-display); font-style: italic; }

.about-text { color: var(--sonic-silver); font-size: var(--fs-6); line-height: 1.85; margin-block-end: 14px; }
.about-text strong { color: var(--russian-violet); font-weight: var(--fw-700); }

.about-features { display: flex; flex-direction: column; gap: 10px; margin-block: 20px 28px; }

.about-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--mint-cream);
  border-radius: 10px;
  padding: 12px 16px;
  transition: background-color 0.3s, transform 0.3s;
  cursor: default;
}

.about-feature-item:hover { background-color: hsl(152,95%,90%); transform: translateX(6px); }

.feature-icon { font-size: 2rem; color: var(--emerald); flex-shrink: 0; display: flex; }

.feature-text { color: var(--gunmetal-2); font-size: var(--fs-6); font-weight: var(--fw-500); }

.about-btn {
  width: max-content;
  gap: 8px;
  --padding: 15px 26px;
  --fs: var(--fs-6);
  box-shadow: 0 8px 24px hsla(152,95%,39%,0.3);
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.about-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 32px hsla(152,95%,39%,0.45); }

/*-----------------------------------*\
  #PRODUCTS
\*-----------------------------------*/

.product { padding-block-start: 0; background-color: var(--mint-cream); }

.product .section-title { margin-block-end: 40px; }

.filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-block-end: 44px;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--white);
  color: var(--gunmetal-2);
  padding: 12px 22px;
  font-size: var(--fs-6);
  font-family: var(--ff-roboto);
  font-weight: var(--fw-600);
  border: 2px solid var(--platinum);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn .filter-icon { font-size: 2rem; color: var(--battleship-gray); transition: color 0.3s; }

.filter-btn:hover,
.filter-btn.active {
  background-color: var(--emerald);
  color: var(--white);
  border-color: var(--emerald);
  box-shadow: 0 6px 18px hsla(152,95%,39%,0.25);
  transform: translateY(-2px);
}

.filter-btn:hover .filter-icon,
.filter-btn.active .filter-icon { color: var(--white); }

/* product cards */
.home-product-card {
  position: relative;
  text-align: center;
  padding: 24px 16px 20px;
  border: 2px solid transparent;
  transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
}

.home-product-card:hover {
  border-color: var(--emerald);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px hsla(152,95%,39%,0.14);
}

.home-coming-soon:hover { border-color: var(--yellow-orange); box-shadow: 0 20px 50px hsla(36,100%,50%,0.12); }

.home-prod-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: var(--fs-9);
  font-weight: var(--fw-700);
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 1;
}

.home-prod-badge.available { background-color: var(--emerald); color: var(--white); }
.home-prod-badge.coming    { background-color: var(--yellow-orange); color: var(--white); }

.coming-dim {
  position: absolute;
  inset: 0;
  background: hsla(0,0%,0%,0.42);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--white);
  font-size: var(--fs-6);
  font-weight: var(--fw-700);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.coming-dim ion-icon { font-size: 3rem; }
.home-coming-soon:is(:hover,:focus-within) .coming-dim { opacity: 1; }

.home-prod-tags {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-block: 12px 8px;
}

.home-tag {
  background-color: var(--white);
  color: var(--gunmetal-2);
  font-size: var(--fs-9);
  font-weight: var(--fw-600);
  padding: 3px 10px;
  border-radius: 50px;
  border: 1px solid var(--platinum);
}

.home-order-badges {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-block: 8px 14px;
}

.home-order-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--fs-9);
  font-weight: var(--fw-600);
  padding: 4px 10px;
  border-radius: 50px;
}

.home-order-badge.wholesale { background-color: hsla(152,95%,39%,0.1); color: hsl(152,95%,22%); }
.home-order-badge.export    { background-color: hsla(245,97%,13%,0.08); color: var(--russian-violet); }

.btn-outline-green {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--emerald);
  font-size: var(--fs-8);
  font-weight: var(--fw-600);
  padding: 10px 18px;
  border-radius: 50px;
  border: 2px solid var(--emerald);
  background: transparent;
  margin-inline: auto;
  transition: background-color 0.3s, color 0.3s;
}

.btn-outline-green:hover { background-color: var(--emerald); color: var(--white); }

.product-grid li[data-category].hidden { display: none; }

.product-view-all {
  display: flex;
  justify-content: center;
  margin-block-start: 50px;
}

.product-view-all .btn {
  gap: 10px;
  --padding: 16px 32px;
  --fs: var(--fs-6);
  box-shadow: 0 6px 20px hsla(152,95%,39%,0.25);
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.product-view-all .btn:hover { transform: translateY(-3px); box-shadow: 0 12px 28px hsla(152,95%,39%,0.4); }

/*-----------------------------------*\
  #HOME CTA SECTION
\*-----------------------------------*/

.home-cta-section { background-color: var(--white); padding-block: 80px; }

.home-cta-inner {
  position: relative;
  background: linear-gradient(135deg, hsl(152,95%,12%) 0%, hsl(152,95%,22%) 60%, hsl(160,60%,28%) 100%);
  border-radius: 24px;
  padding: 60px 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.home-cta-leaf-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-cta-leaf-bg::before,
.home-cta-leaf-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 60px solid hsla(0,0%,100%,0.04);
}

.home-cta-leaf-bg::before { width: 500px; height: 500px; top: -200px; right: -150px; }
.home-cta-leaf-bg::after  { width: 280px; height: 280px; bottom: -100px; left: -60px; border-width: 40px; }

.home-cta-content { position: relative; z-index: 1; }

.home-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: hsla(0,0%,100%,0.12);
  border: 1px solid hsla(0,0%,100%,0.2);
  color: hsl(46,100%,68%);
  font-size: var(--fs-8);
  font-weight: var(--fw-600);
  padding: 6px 16px;
  border-radius: 50px;
  margin-block-end: 18px;
}

.home-cta-title {
  color: var(--white);
  font-size: var(--fs-1);
  font-weight: var(--fw-700);
  font-family: var(--ff-playfair-display);
  margin-block-end: 12px;
  line-height: 1.3;
}

.home-cta-sub {
  color: hsla(0,0%,100%,0.75);
  font-size: var(--fs-5);
  line-height: 1.7;
  margin-block-end: 28px;
}

.home-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.home-cta-btn { gap: 8px; --padding: 16px 30px; --fs: var(--fs-6); }

.home-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #25D366;
  color: var(--white);
  font-size: var(--fs-6);
  font-weight: var(--fw-700);
  padding: 16px 30px;
  border-radius: 50px;
  box-shadow: 0 6px 20px hsla(145,63%,49%,0.35);
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.home-whatsapp-btn ion-icon { font-size: 2.2rem; }
.home-whatsapp-btn:hover { background-color: #1ebe5b; transform: translateY(-3px); box-shadow: 0 12px 28px hsla(145,63%,49%,0.45); }

.home-cta-img-wrap {
  position: relative;
  z-index: 1;
  max-width: 280px;
  display: none;
}

.home-cta-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px hsla(0,0%,0%,0.3));
  animation: ctaImgFloat 4s ease-in-out infinite;
}

@keyframes ctaImgFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

/*-----------------------------------*\
  #TESTIMONIALS
\*-----------------------------------*/

.testimonials { background-color: var(--mint-cream); text-align: center; }

.testimonials .section-title { margin-block-end: 40px; }

.testi-item {
  margin-inline: 15px;
  min-width: 100%;
  scroll-snap-align: start;
}

.testi-card {
  background-color: var(--white);
  padding: 36px 28px;
  border-radius: 20px;
  border: 2px solid var(--platinum);
  transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
}

.testi-card:hover {
  border-color: var(--emerald);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px hsla(152,95%,39%,0.1);
}

.testi-card .card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.testi-card .card-avatar {
  border-radius: 50%;
  border: 3px solid var(--emerald);
  padding: 2px;
}

.testi-card .rating-wrapper { margin-block: 24px 16px; }

.testi-card .card-text {
  color: var(--battleship-gray);
  line-height: 1.8;
  font-size: var(--fs-6);
  font-style: italic;
}

.testi-card .card-title {
  font-size: var(--fs-3);
  font-weight: var(--fw-700);
  color: var(--russian-violet);
  margin-block: 20px 6px;
  font-family: var(--ff-playfair-display);
}

.testi-card .card-subtitle { color: var(--emerald); font-size: var(--fs-7); font-weight: var(--fw-600); }

/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

@media (min-width: 480px) {
  .hero { min-height: 540px; }
}

@media (min-width: 576px) {
  .service-list       { grid-template-columns: 1fr 1fr; }
  .product .grid-list { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 768px) {
  .hero-banner     { display: block; }
  .about-wrapper  { flex-direction: row; align-items: center; gap: 60px; }
  .about-images   { flex: 0 0 45%; max-width: 45%; margin-inline: 0; }
  .about-content  { flex: 1; }
  .about-main-img { height: 460px; }
  .about-img-small { width: 190px; right: -30px; }
  .about-small-img { height: 155px; }
  .home-cta-inner { flex-direction: row; text-align: left; justify-content: space-between; align-items: center; }
  .home-cta-btns  { justify-content: flex-start; }
  .home-cta-img-wrap { display: block; }
  .testi-item { min-width: 50%; }
}

@media (min-width: 992px) {
  .hero         { padding-block: 80px 90px; }
  .service-list { grid-template-columns: repeat(4, 1fr); }
  .service-item { flex-direction: column; align-items: flex-start; }
  .service-item:hover { transform: translateY(-8px); }
  .product .grid-list { grid-template-columns: repeat(4, 1fr); }
  .about-features { display: grid; grid-template-columns: 1fr 1fr; }
  .testi-item { min-width: calc(33.33% - 20px); margin-inline: 0; }
  .testimonials .has-scrollbar { gap: 30px; }
  .home-cta-img-wrap { max-width: 320px; }
}

@media (min-width: 1200px) {
  .about-main-img { height: 520px; }
  .about-img-small { width: 220px; bottom: -40px; right: -40px; }
  .about-small-img { height: 180px; }
}

/*-----------------------------------*\
  #HERO FULL-WIDTH SLIDER (if enabled)
\*-----------------------------------*/

.hero-slider {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background-color: var(--mint-cream);
}

.hero-slide { display: none; width: 100%; height: 100%; }

.hero-slide.active {
  display: block;
  animation: heroSlideIn 0.9s ease forwards;
}

@keyframes heroSlideIn {
  0%   { filter: brightness(0); transform: scale(1.04); }
  60%  { filter: brightness(0.5); }
  100% { filter: brightness(1); transform: scale(1); }
}

.hero-slide-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.hero-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--black_50);
  color: var(--white);
  font-size: 2.8rem;
  padding: 14px;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid var(--white_25);
  transition: var(--transition-2);
  line-height: 1;
}

.hero-slider-btn:is(:hover,:focus) { background-color: var(--emerald); border-color: var(--emerald); }
.hero-slider-prev { left: 20px; }
.hero-slider-next { right: 20px; }

.hero-slider-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--white_50);
  border: 2px solid var(--white_25);
  cursor: pointer;
  transition: var(--transition-2);
}

.hero-dot.active { background-color: var(--emerald); border-color: var(--emerald); transform: scale(1.3); }


/*-----------------------------------*\
  #RESPONSIVE FIXES — home.css
\*-----------------------------------*/

/* ---- 320px base fixes ---- */

/* Hero: reduce padding, smaller title */
@media (max-width: 480px) {
  .hero { padding-block: 40px 50px; }

  .hero-title { font-size: 2.4rem !important; line-height: 1.3; }

  .hero-subtitle { font-size: var(--fs-8); flex-wrap: wrap; text-align: center; justify-content: center; }

  .hero-text { font-size: var(--fs-7); margin-block-end: 24px; }

  .hero-actions { gap: 10px; }

  .hero-cta-main,
  .hero-cta-outline {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: var(--fs-7);
  }

  /* Stats: 3-col grid on all sizes (matches screenshot) */
  .hero-stats { grid-template-columns: repeat(3, 1fr); max-width: 100%; }

  .stat-item-wide { max-width: 140px; }

  .stat-number { font-size: var(--fs-4); }

  /* Trust strip: hide dividers when wrapping */
  .trust-divider { display: none; }

  .trust-strip-grid { gap: 10px; }

  .trust-item { font-size: var(--fs-8); }

  /* Service: full padding on tiny screens */
  .service-item { padding: 20px 16px; gap: 14px; }

  .item-icon { width: 50px; height: 50px; min-width: 50px; font-size: 2.2rem; }

  .item-title { font-size: var(--fs-5); }

  /* About: small img hidden on very small */
  .about-img-small { display: none; }

  .about-main-img { height: 260px; }

  .about-exp-badge { bottom: 12px; left: 12px; padding: 10px 14px; }

  .exp-number { font-size: 2rem; }

  .about-title { font-size: var(--fs-3); }

  /* Products: single column */
  .product .grid-list { grid-template-columns: 1fr; }

  .filter-btn { padding: 10px 16px; font-size: var(--fs-7); }

  /* Home CTA */
  .home-cta-inner { padding: 36px 20px; }

  .home-cta-title { font-size: var(--fs-2); }

  .home-cta-sub { font-size: var(--fs-6); }

  .home-cta-btn,
  .home-whatsapp-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }

  /* Testimonials */
  .testi-card { padding: 24px 18px; }
}

/* ---- 360px–480px: 2-col products ---- */
@media (min-width: 360px) and (max-width: 575px) {
  .product .grid-list { grid-template-columns: 1fr 1fr; gap: 16px; }

  .home-product-card { padding: 16px 10px 14px; }

  .home-prod-badge { font-size: 0.8rem; padding: 3px 8px; }
}

/* ---- trust strip: hide dividers until desktop ---- */
@media (max-width: 767px) {
  .trust-divider { display: none; }
  .trust-strip-grid { gap: 12px 20px; }
}

/* ---- New hero title mobile override ---- */
@media (max-width: 480px) {
  .hero { padding-block: 48px 56px; }
  .hero-line-white,
  .hero-line-gold  { font-size: 2.8rem !important; }
  .hero-line-gap   { height: 14px; }
  .hero-cta-main,
  .hero-cta-outline { width: 100%; justify-content: center; }
  .hero-stats      { max-width: 100%; gap: 8px; }
  .stat-item       { padding: 12px 8px 10px; }
  .stat-number     { font-size: 1.8rem; }
  .stat-icon       { font-size: 1.6rem; }
  .hero-img-dot    { width: 20px; }
  .hero-img-dot.active { width: 32px; }
}


/*-----------------------------------*\
  #COMPREHENSIVE RESPONSIVE — home.css
\*-----------------------------------*/

/* ======== 320px – 359px (Extra Extra Small) ======== */
@media (max-width: 359px) {
  /* Hero */
  .hero { padding-block: 36px 44px; }

  /* Trust strip */
  .trust-strip     { padding-block: 14px; }
  .trust-strip-grid { gap: 8px 14px; }
  .trust-item      { font-size: var(--fs-9); }
  .trust-item ion-icon { font-size: 1.6rem; }
  .trust-divider   { display: none; }

  /* Service */
  .service-item    { padding: 16px 12px; gap: 12px; }
  .item-icon       { width: 44px; height: 44px; min-width: 44px; font-size: 2rem; border-radius: 12px; }
  .item-title      { font-size: var(--fs-5); }
  .item-desc       { font-size: var(--fs-8); }

  /* About */
  .about-main-img  { height: 220px; }
  .about-img-small { display: none; }
  .about-exp-badge { padding: 8px 10px; bottom: 10px; left: 10px; }
  .exp-number      { font-size: 1.8rem; }
  .about-title     { font-size: var(--fs-3); }
  .about-text      { font-size: var(--fs-7); }
  .about-feature-item { padding: 10px 12px; }
  .feature-text    { font-size: var(--fs-7); }

  /* Products */
  .shop-cards-grid { grid-template-columns: 1fr; gap: 16px; }
  .shop-filter-tabs { gap: 8px; }
  .shop-filter-btn  { padding: 8px 14px; font-size: var(--fs-8); }

  /* Why banner */
  .why-banner-inner  { padding: 28px 16px; }
  .why-banner-title  { font-size: 2rem; }
  .why-features-grid { grid-template-columns: 1fr 1fr; gap: 16px 12px; }
  .why-feature-icon  { width: 50px; height: 50px; font-size: 2rem; }
  .why-feature-text  { font-size: var(--fs-8); }

  /* Home CTA */
  .home-cta-inner  { padding: 28px 14px; border-radius: 16px; }
  .home-cta-title  { font-size: var(--fs-3); }
  .home-cta-sub    { font-size: var(--fs-7); }
  .home-cta-btn,
  .home-whatsapp-btn { padding: 12px 16px; font-size: var(--fs-7); width: 100%; justify-content: center; }
}

/* ======== 360px – 479px (Small Mobile) ======== */
@media (min-width: 360px) and (max-width: 479px) {
  /* Trust strip */
  .trust-divider   { display: none; }
  .trust-strip-grid { gap: 10px 18px; }

  /* Service: 1-col */
  .service-list    { grid-template-columns: 1fr; }

  /* About */
  .about-main-img  { height: 260px; }
  .about-img-small { display: none; }
  .about-exp-badge { bottom: 12px; left: 12px; padding: 10px 14px; }
  .exp-number      { font-size: 2rem; }

  /* Products: 2-col on small mobile */
  .shop-cards-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .shop-card-img-wrap { height: 180px; }
  .shop-card-body  { padding: 14px; gap: 8px; }
  .shop-card-name  { font-size: var(--fs-4); }
  .shop-card-text  { display: none; } /* hide description on very small cards */

  /* Why banner */
  .why-features-grid { grid-template-columns: 1fr 1fr; }
  .why-banner-inner  { padding: 32px 20px; }
  .why-banner-title  { font-size: 2.2rem; }

  /* Home CTA */
  .home-cta-inner  { padding: 32px 18px; }
  .home-cta-title  { font-size: var(--fs-2); }
  .home-cta-btn,
  .home-whatsapp-btn { width: 100%; justify-content: center; }
}

/* ======== 480px – 575px ======== */
@media (min-width: 480px) and (max-width: 575px) {
  .service-list   { grid-template-columns: 1fr 1fr; }

  .about-main-img { height: 300px; }
  .about-img-small { display: block; width: 140px; right: -10px; }
  .about-small-img { height: 110px; }

  .shop-cards-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .shop-card-img-wrap { height: 200px; }

  .home-cta-inner { padding: 40px 24px; }
  .home-cta-btn,
  .home-whatsapp-btn { padding: 14px 22px; }
}

/* ======== 576px – 767px (Large Mobile / Small Tablet) ======== */
@media (min-width: 576px) and (max-width: 767px) {
  .service-list       { grid-template-columns: 1fr 1fr; }

  .about-wrapper      { flex-direction: column; }
  .about-images       { max-width: 420px; }
  .about-main-img     { height: 340px; }

  .shop-cards-grid    { grid-template-columns: 1fr 1fr; gap: 24px; }

  .trust-divider      { display: none; }
}

/* ======== 768px – 991px (Tablet) ======== */
@media (min-width: 768px) and (max-width: 991px) {
  .service-list   { grid-template-columns: 1fr 1fr; gap: 16px; }
  .service-item   { flex-direction: row; }

  .shop-cards-grid { grid-template-columns: 1fr 1fr; gap: 24px; }

  .about-wrapper  { flex-direction: row; gap: 40px; }
  .about-images   { flex: 0 0 42%; }
  .about-main-img { height: 400px; }

  .why-features-grid { grid-template-columns: repeat(3, 1fr); }

  .home-cta-inner { flex-direction: column; text-align: center; }
  .home-cta-btns  { justify-content: center; }
}

/* ======== 992px – 1199px (Small Desktop) ======== */
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-cards-grid    { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .service-list       { grid-template-columns: repeat(4, 1fr); }
  .why-features-grid  { grid-template-columns: repeat(3, 1fr); }
}

/* ======== 1200px+ (Desktop) ======== */
@media (min-width: 1200px) {
  .shop-cards-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ======== Hero image dot size fix — no longer needed, kept for safety ======== */
@media (max-width: 575px) {
  .hero-img-dot       { width: 20px; }
  .hero-img-dot.active { width: 32px; }
  .hero-img-dots      { margin-block-start: 12px; }
}

/* ======== Why banner — mobile column layout ======== */
@media (max-width: 767px) {
  .why-banner          { flex-direction: column; min-height: auto; }
  .why-banner-img-col  { min-height: 280px; flex: 0 0 280px; }
  .why-banner-img-col::after { display: none; }
  .why-img-content     { padding: 20px 22px; }
  .why-img-product     { font-size: 3rem; }
  .why-img-pills       { display: none; }
  .why-banner-inner    { padding: 36px 24px; }
  .why-banner-title    { font-size: clamp(2rem, 5vw, 2.8rem); margin-block-end: 28px; }
  .why-features-grid   { grid-template-columns: repeat(2, 1fr); gap: 20px 14px; }
  .why-feature-icon    { width: 60px; height: 60px; font-size: 2.4rem; }
  .why-feature-text    { font-size: var(--fs-7); }
}

/* ======== About section small img visibility fix ======== */
@media (max-width: 479px) {
  .about-img-small { display: none; }
}

@media (min-width: 480px) {
  .about-img-small  { display: block; }
  .about-main-img   { height: 320px; }
}

/* ======== Newsletter full-width fix on mobile ======== */
@media (max-width: 480px) {
  .home-cta-section { padding-block: 48px; }
  .home-cta-inner   { padding: 36px 20px; gap: 28px; border-radius: 18px; }
  .home-cta-btns    { flex-direction: column; }
  .home-cta-btn,
  .home-whatsapp-btn { width: 100%; justify-content: center; padding: 14px 20px; }
}


/*===================================================
  #HERO AUTO SLIDER  (.hs-*)
  Cross-fade · Ken-Burns zoom · Progress bar
  Prev/Next arrows · Dot nav · Counter badge
===================================================*/

/* wrapper — matches hero-banner position */
.hs-wrap {
  position: relative;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 32px 80px hsla(0,0%,0%,0.45),
    0 0 0 1px hsla(0,0%,100%,0.08);
  aspect-ratio: 4 / 3.4;
  background: hsl(152,40%,10%);
  outline: none; /* keyboard focus handled visually on arrows */
}

/* ---- track (stack context for all slides) ---- */
.hs-track {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ---- individual slide ---- */
.hs-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hs-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

/* ---- image — ken-burns zoom on active ---- */
.hs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}

.hs-slide.active .hs-img {
  animation: hsKenBurns 4.2s ease-out forwards;
}

@keyframes hsKenBurns {
  0%   { transform: scale(1.08) translate(0, 0); }
  100% { transform: scale(1)    translate(0, 0); }
}

/* alternate ken-burns directions per slide */
.hs-slide[data-index="1"].active .hs-img {
  animation: hsKenBurns1 4.2s ease-out forwards;
}
@keyframes hsKenBurns1 {
  0%   { transform: scale(1.1) translate(-2%, 1%); }
  100% { transform: scale(1)   translate(0,   0);  }
}

.hs-slide[data-index="2"].active .hs-img {
  animation: hsKenBurns2 4.2s ease-out forwards;
}
@keyframes hsKenBurns2 {
  0%   { transform: scale(1.1) translate(2%, -1%); }
  100% { transform: scale(1)   translate(0,  0);   }
}

/* ---- enter animations (from right = default, from left = prev) ---- */
.hs-slide.hs-enter-right {
  animation: hsEnterRight 0.65s cubic-bezier(0.33, 0.85, 0.4, 0.96) forwards;
}
@keyframes hsEnterRight {
  0%   { opacity: 0; transform: translateX(4%) scale(1.03); }
  100% { opacity: 1; transform: translateX(0)  scale(1);    }
}

.hs-slide.hs-enter-left {
  animation: hsEnterLeft 0.65s cubic-bezier(0.33, 0.85, 0.4, 0.96) forwards;
}
@keyframes hsEnterLeft {
  0%   { opacity: 0; transform: translateX(-4%) scale(1.03); }
  100% { opacity: 1; transform: translateX(0)   scale(1);    }
}

/* leaving slide fades out */
.hs-slide.hs-leaving {
  animation: hsLeave 0.65s ease forwards;
  z-index: 2; /* sits above entering so the cross-fade feels correct */
}
@keyframes hsLeave {
  0%   { opacity: 1; transform: scale(1);    }
  100% { opacity: 0; transform: scale(0.97); }
}

/* ---- gradient overlay (bottom vignette) ---- */
.hs-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,   hsla(152,88%,8%,0.72) 0%,  transparent 50%),
    linear-gradient(to right, hsla(152,88%,8%,0.30) 0%,  transparent 50%);
  pointer-events: none;
  z-index: 2;
}

/* ---- slide badge (bottom-left label) ---- */
.hs-slide-badge {
  position: absolute;
  bottom: 62px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: hsla(0,0%,0%,0.38);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid hsla(0,0%,100%,0.18);
  color: var(--white);
  font-size: var(--fs-8);
  font-weight: var(--fw-700);
  padding: 7px 16px;
  border-radius: 50px;
  letter-spacing: 0.4px;
  z-index: 4;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s 0.3s, transform 0.4s 0.3s;
  pointer-events: none;
}

.hs-slide.active .hs-slide-badge {
  opacity: 1;
  transform: translateY(0);
}

.hs-slide-badge ion-icon {
  color: hsl(46,100%,68%);
  font-size: 1.6rem;
  flex-shrink: 0;
}

/* ---- progress bar (very bottom edge) ---- */
.hs-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: hsla(0,0%,100%,0.15);
  z-index: 10;
  border-radius: 0 0 22px 22px;
  overflow: hidden;
}

.hs-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, hsl(46,100%,65%), hsl(36,100%,55%));
  border-radius: 0 2px 2px 0;
  will-change: width;
}

/* ---- arrows (prev / next) ---- */
.hs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: hsla(0,0%,0%,0.38);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid hsla(0,0%,100%,0.22);
  color: var(--white);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: background 0.25s, opacity 0.25s, transform 0.25s, border-color 0.25s;
}

.hs-wrap:hover .hs-arrow,
.hs-wrap:focus-within .hs-arrow { opacity: 1; }

.hs-arrow:hover {
  background: var(--emerald);
  border-color: var(--emerald);
  transform: translateY(-50%) scale(1.1);
}

.hs-prev { left: 14px; }
.hs-next { right: 14px; }

/* ---- dot navigation ---- */
.hs-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 10;
}

.hs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: hsla(0,0%,100%,0.38);
  border: none;
  cursor: pointer;
  transition: width 0.35s, background 0.3s, border-radius 0.35s, transform 0.25s;
}

.hs-dot.active {
  width: 28px;
  border-radius: 4px;
  background: hsl(46,100%,65%);
}

.hs-dot:hover:not(.active) {
  background: hsla(0,0%,100%,0.65);
  transform: scale(1.2);
}

/* ---- counter badge (top-right) ---- */
.hs-counter {
  position: absolute;
  top: 14px;
  right: 16px;
  background: hsla(0,0%,0%,0.38);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid hsla(0,0%,100%,0.18);
  color: var(--white);
  font-size: var(--fs-8);
  font-weight: var(--fw-700);
  padding: 5px 13px;
  border-radius: 50px;
  z-index: 10;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.5px;
}

.hs-counter-sep { opacity: 0.55; margin-inline: 1px; }

/*-----------------------------------*\
  Slider — RESPONSIVE
\*-----------------------------------*/

/* Large desktop */
@media (min-width: 1200px) {
  .hs-wrap         { aspect-ratio: 4 / 3.2; }
  .hs-arrow        { width: 50px; height: 50px; font-size: 2.4rem; }
}

/* Desktop 992–1199 */
@media (min-width: 992px) and (max-width: 1199px) {
  .hs-wrap         { aspect-ratio: 4 / 3.4; }
}

/* Tablet 768–991 */
@media (min-width: 768px) and (max-width: 991px) {
  .hs-wrap         { aspect-ratio: 4 / 3.2; border-radius: 18px; }
  .hs-arrow        { width: 40px; height: 40px; font-size: 1.8rem; }
  .hs-slide-badge  { font-size: var(--fs-9); padding: 6px 12px; bottom: 56px; left: 14px; }
}

/* Large mobile 576–767 */
@media (min-width: 576px) and (max-width: 767px) {
  .hs-wrap         { aspect-ratio: 16 / 9; border-radius: 16px; max-width: 560px; margin-inline: auto; }
  .hs-arrow        { width: 38px; height: 38px; font-size: 1.7rem; opacity: 1; }
  .hs-slide-badge  { bottom: 52px; left: 12px; font-size: var(--fs-9); padding: 5px 12px; }
  .hs-progress-bar { height: 3px; }
}

/* Mobile 360–575 */
@media (max-width: 575px) {
  .hs-wrap         { aspect-ratio: 4 / 3.6; border-radius: 16px; box-shadow: 0 16px 50px hsla(0,0%,0%,0.4); }
  .hs-arrow        { width: 36px; height: 36px; font-size: 1.6rem; opacity: 1; /* always visible on touch */ }
  .hs-prev         { left: 10px; }
  .hs-next         { right: 10px; }
  .hs-dot          { width: 7px; height: 7px; }
  .hs-dot.active   { width: 22px; }
  .hs-counter      { font-size: var(--fs-9); padding: 4px 10px; top: 10px; right: 10px; }
  .hs-slide-badge  { font-size: var(--fs-9); padding: 5px 11px; bottom: 48px; left: 10px; }
  .hs-progress-bar { height: 3px; }
}

/* Extra small < 360 */
@media (max-width: 359px) {
  .hs-wrap         { aspect-ratio: 1 / 1; border-radius: 14px; }
  .hs-arrow        { width: 32px; height: 32px; font-size: 1.5rem; }
  .hs-slide-badge  { display: none; }
  .hs-counter      { font-size: 1rem; padding: 3px 9px; }
}

/* Touch devices: always show arrows & dots at full opacity */
@media (hover: none) {
  .hs-arrow  { opacity: 1; }
}
