/* Kwanzou EG — Homepage polish */

main { display: block; overflow-x: hidden; }
.home-main { padding-bottom: 24px; }

/* ===== Premium Hero ===== */
.hero--premium {
  position: relative;
  min-height: calc(100vh - 130px);
  min-height: calc(100dvh - 130px);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--ivory);
}

.hero--premium .hero-bg { position: absolute; inset: 0; z-index: 0; }

.hero--premium .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: kenBurns 18s ease-in-out infinite alternate;
}

@keyframes kenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

.hero--premium .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.88) 35%,
    rgba(232, 223, 213, 0.55) 65%,
    rgba(255, 255, 255, 0.25) 100%
  );
}

html[dir="rtl"] .hero--premium .hero-overlay {
  background: linear-gradient(
    -105deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.88) 35%,
    rgba(232, 223, 213, 0.55) 65%,
    rgba(255, 255, 255, 0.25) 100%
  );
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  width: 100%;
  padding: 48px 24px 64px;
  max-width: 1320px;
  margin: 0 auto;
}

.hero__content { max-width: 560px; }

.hero--premium .hero-eyebrow {
  animation: fadeUp 0.8s ease 0.2s both;
  margin: 0 0 20px;
  letter-spacing: normal;
}

.hero-eyebrow__chip {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 107, 0, 0.45);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.hero-eyebrow__city {
  font-family: var(--hero-eyebrow-font, 'Cairo', sans-serif);
  font-size: calc(var(--hero-eyebrow-size, 0.82rem) + 0.06rem);
  font-weight: var(--hero-eyebrow-weight, 600);
  color: var(--text-primary);
  letter-spacing: 0.01em;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.95), 0 0 2px rgba(255, 255, 255, 0.85);
}

.hero-eyebrow__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--champagne) 0%, var(--champagne-dark) 100%);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.18);
}

.hero-eyebrow__ship {
  font-family: var(--hero-eyebrow-font, 'Cairo', sans-serif);
  font-size: var(--hero-eyebrow-size, 0.82rem);
  font-weight: 500;
  color: var(--champagne-dark);
  letter-spacing: 0.02em;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.92), 0 0 2px rgba(255, 255, 255, 0.8);
}

html[dir="ltr"] .hero-eyebrow__city {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: calc(var(--hero-eyebrow-size, 0.82rem) + 0.12rem);
  letter-spacing: 0.04em;
}

html[dir="ltr"] .hero-eyebrow__ship {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: calc(var(--hero-eyebrow-size, 0.82rem) - 0.04rem);
}

.hero--premium .hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 22px;
  line-height: 1.1;
  animation: fadeUp 0.9s ease 0.35s both;
}

html[dir="rtl"] .hero--premium .hero-title {
  align-items: flex-start;
}

.hero--premium .hero-title__brand {
  font-family: var(--hero-brand-font, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2rem, 6vw, var(--hero-brand-size, 3.25rem));
  font-weight: var(--hero-brand-weight, 600);
  letter-spacing: 0.04em;
  color: var(--text-primary);
  line-height: 0.98;
}

.hero--premium .hero-title__tagline {
  display: block;
  font-family: var(--hero-tagline-font, 'Cairo', sans-serif);
  font-style: normal;
  font-weight: var(--hero-tagline-weight, 600);
  font-size: var(--hero-tagline-size, 1.05rem);
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: var(--champagne-dark);
  max-width: 36ch;
}

html[dir="ltr"] .hero--premium .hero-title__tagline {
  max-width: none;
}

.hero--premium .hero-subtitle {
  animation: fadeUp 0.9s ease 0.5s both;
  font-family: var(--hero-subtitle-font, 'Cairo', sans-serif);
  font-size: var(--hero-subtitle-size, 0.95rem);
  font-weight: var(--hero-subtitle-weight, 400);
  line-height: 1.7;
  max-width: 34ch;
}

.hero--premium .hero-actions {
  animation: fadeUp 0.9s ease 0.65s both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero__visual {
  position: relative;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__card {
  position: absolute;
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 24px 56px rgba(44, 36, 32, 0.16),
    0 0 0 1px rgba(255, 107, 0, 0.12);
  border: 4px solid var(--white);
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.55s ease;
}

.hero__card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(44, 36, 32, 0.12) 100%);
  pointer-events: none;
}

.hero__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.hero__card:hover img {
  transform: scale(1.06);
}

.hero__card--main {
  width: 260px;
  height: 360px;
  z-index: 2;
  animation: floatMain 6s ease-in-out infinite;
}

.hero__card--accent {
  width: 210px;
  height: 270px;
  z-index: 1;
  animation: floatAccent 6s ease-in-out infinite -3s;
}

html[dir="ltr"] .hero__card--main { margin-right: 48px; }
html[dir="rtl"] .hero__card--main { margin-left: 48px; }

html[dir="ltr"] .hero__card--accent { right: 8%; left: auto; top: 6%; }
html[dir="rtl"] .hero__card--accent { left: 8%; right: auto; top: 6%; }

@keyframes floatMain {
  0%, 100% { transform: translateY(0) rotate(3deg); }
  50% { transform: translateY(-16px) rotate(2deg); }
}

html[dir="ltr"] .hero__card--main {
  animation-name: floatMainLtr;
}

@keyframes floatMainLtr {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-16px) rotate(-2deg); }
}

@keyframes floatAccent {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-12px) rotate(-4deg); }
}

html[dir="ltr"] .hero__card--accent {
  animation-name: floatAccentLtr;
}

@keyframes floatAccentLtr {
  0%, 100% { transform: translateY(0) rotate(5deg); }
  50% { transform: translateY(-12px) rotate(4deg); }
}

.hero__badge {
  position: absolute;
  bottom: 12%;
  z-index: 3;
  background: var(--text-primary);
  color: var(--ivory);
  padding: 14px 22px;
  border-radius: var(--radius-md);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  box-shadow: var(--shadow-gold);
  animation: fadeUp 1s ease 0.8s both;
}

html[dir="rtl"] .hero__badge { left: 5%; }
html[dir="ltr"] .hero__badge { right: 5%; }

.hero--premium .hero-scroll {
  animation: fadeUp 1s ease 1s both;
}

/* Hide old floating products */
.hero--premium .hero-products { display: none; }

/* ===== Home category tabs (Floukaa-inspired) ===== */
.home-tabs-wrap {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding-bottom: 10px;
}

.home-tabs-scroller {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 180, 140, 0.48);
  box-shadow: 0 14px 28px rgba(44, 36, 32, 0.14);
  backdrop-filter: blur(8px);
  scrollbar-width: none;
}

.home-tabs-scroller::-webkit-scrollbar { display: none; }

.home-tab-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  border: 1px solid rgba(255, 180, 140, 0.45);
  background: var(--ivory);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-tab-pill:hover {
  color: var(--text-primary);
  background: var(--cream);
  border-color: rgba(255, 107, 0, 0.65);
  transform: translateY(-1px);
}

/* ===== Section rhythm ===== */
.home-section {
  position: relative;
  z-index: 1;
  clear: both;
}

.home-section + .home-section {
  border-top: 1px solid rgba(255, 180, 140, 0.2);
}

.section--ivory { background: var(--ivory); }
.section--cream { background: var(--cream); }

.section { padding: 96px 0; }
.section-header { margin-bottom: 52px; }

.section-header--center .link-arrow {
  display: inline-block;
  margin-top: 16px;
}

.products-grid--luxury {
  gap: 28px;
}

.products-grid--luxury .product-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 12px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255, 180, 140, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.products-grid--luxury .product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.products-grid--luxury .product-card__image {
  border-radius: var(--radius-md);
}

/* Promotional banner */
.promo-banner__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  background: var(--text-primary);
  color: var(--cream);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.promo-banner__content {
  padding: 56px 48px;
}

.promo-banner__content .section-eyebrow {
  color: var(--champagne-light);
}

.promo-banner__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin: 12px 0 16px;
  line-height: 1.15;
}

.promo-banner__desc {
  color: var(--warm-nude);
  margin-bottom: 28px;
  max-width: 36ch;
  line-height: 1.7;
}

.promo-banner__logo {
  display: block;
  width: min(190px, 52vw);
  margin-top: 22px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  background: #f3ebe0;
}

.promo-banner__visual {
  height: 100%;
  min-height: 360px;
}

.promo-banner__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured.section,
.bestsellers.section,
.new-arrivals.section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.instagram.section { padding-bottom: 88px; }
.newsletter.section { margin-top: 0; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Home category cards ===== */
.home-categories { padding-top: 48px; padding-bottom: 56px; }

.home-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-cat-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  color: var(--text-primary);
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 10px;
  border: 1px solid rgba(255, 180, 140, 0.35);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.home-cat-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.home-cat-card span {
  font-size: 0.88rem;
  font-weight: 600;
}

@media (max-width: 992px) {
  .home-categories__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 992px) {
  .hero--premium {
    min-height: clamp(545px, 70vh, 665px);
    height: auto;
    align-items: stretch;
    overflow: visible;
  }

  .hero--premium .hero-image {
    animation: none;
    object-fit: cover;
    object-position: center 50%;
  }

  html[dir="rtl"] .hero--premium .hero-overlay {
    background: linear-gradient(
      -105deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.82) 36%,
      rgba(232, 223, 213, 0.48) 64%,
      rgba(255, 255, 255, 0.14) 100%
    );
  }

  .hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 18px;
    width: 100%;
    min-height: clamp(525px, 68vh, 645px);
    padding: 18px 14px 36px;
    padding-inline-end: 18px;
    position: relative;
    text-align: start;
    overflow: visible;
  }

  .hero__content {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 38px 0 0;
    z-index: 2;
    text-align: start;
    background: transparent;
    border-radius: 0;
    backdrop-filter: none;
    box-shadow: none;
  }

  html[dir="rtl"] .hero__content {
    text-align: start;
  }

  .hero--premium .hero-eyebrow {
    position: absolute;
    top: 8px;
    inset-inline-end: 12px;
    inset-inline-start: auto;
    width: max-content;
    max-width: min(74%, calc(100% - 112px));
    margin: 0;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
  }

  .hero-eyebrow__chip {
    padding: 6px 12px;
    gap: 6px 8px;
    max-width: 100%;
    background: transparent;
  }

  .hero--premium .hero-title {
    align-items: flex-start !important;
    text-align: start !important;
    width: 100%;
    margin-bottom: 8px;
    gap: 5px;
  }

  html[dir="rtl"] .hero--premium .hero-title {
    align-items: flex-start !important;
    text-align: start !important;
  }

  .hero--premium .hero-title__brand,
  .hero--premium .hero-title__tagline,
  .hero--premium .hero-subtitle,
  .hero-eyebrow__city,
  .hero-eyebrow__ship {
    text-shadow:
      0 0 18px rgba(255, 255, 255, 0.98),
      0 0 6px rgba(255, 255, 255, 0.92),
      0 1px 2px rgba(44, 36, 32, 0.12);
  }

  .hero--premium .hero-title__brand {
    font-size: clamp(1.45rem, 4.6vw, 1.9rem);
    font-weight: var(--hero-brand-weight, 600);
    line-height: 1.08;
    width: 100%;
    text-align: start !important;
    display: block;
    color: var(--text-primary);
  }

  .hero--premium .hero-title__tagline {
    font-size: clamp(0.86rem, 2.55vw, 0.98rem);
    font-weight: 600;
    line-height: 1.52;
    max-width: 100%;
    margin-inline: 0;
    text-align: start !important;
    display: block;
    font-style: normal;
    color: var(--champagne-dark);
  }

  .hero--premium .hero-subtitle {
    font-size: clamp(0.64rem, 1.95vw, 0.8rem);
    font-weight: var(--hero-subtitle-weight, 400);
    line-height: 1.42;
    margin-bottom: 10px;
    max-width: 100%;
    margin-inline: 0;
    text-align: start !important;
    color: var(--text-secondary);
  }

  .hero-actions {
    justify-content: flex-start;
    width: 100%;
    gap: 6px;
    flex-wrap: wrap;
  }

  .hero__visual {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    inset: auto;
    width: max-content;
    max-width: min(100%, 48vw);
    height: auto;
    min-height: 168px;
    margin: 0;
    margin-top: auto;
    padding-inline-end: 10px;
    padding-inline-start: 0;
    padding-bottom: 6px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 6px;
    flex-shrink: 0;
    overflow: visible;
    pointer-events: none;
    z-index: 1;
  }

  html[dir="rtl"] .hero__visual {
    justify-content: flex-end;
    transform: translate(-22px, 6px);
  }

  html[dir="ltr"] .hero__visual {
    transform: translate(22px, 6px);
  }

  .hero__card {
    position: relative;
    inset: auto;
    animation: none !important;
    transform: none !important;
    flex: 0 0 auto;
  }

  .hero__card--main {
    width: 100px;
    height: 136px;
    margin: 0 !important;
    border-radius: 16px;
    border-width: 3px;
    box-shadow: 0 10px 24px rgba(44, 36, 32, 0.14);
  }

  .hero__card--accent {
    display: block;
    width: 86px;
    height: 114px;
    margin: 0 0 6px !important;
    border-radius: 14px;
    opacity: 1;
  }

  .hero__badge { display: none; }

  .home-tabs-wrap {
    position: static;
    z-index: auto;
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 10px;
    clear: both;
  }

  .home-tabs-scroller {
    box-shadow: 0 2px 10px rgba(44, 36, 32, 0.08);
    backdrop-filter: none;
  }

  .promo-banner__inner { grid-template-columns: 1fr; }
  .promo-banner__visual { min-height: 240px; order: -1; }
  .promo-banner__content { padding: 40px 28px; }
}

@media (max-width: 768px) {
  .hero--premium {
    min-height: clamp(515px, 67vh, 605px);
  }

  .hero__inner {
    min-height: clamp(495px, 65vh, 585px);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 16px;
    padding: 16px 12px 34px;
    padding-inline-end: 16px;
  }

  .hero--premium .hero-image {
    object-position: center 48%;
  }

  .hero--premium .hero-eyebrow {
    top: 6px;
    inset-inline-end: 10px;
  }

  .hero-eyebrow__chip {
    padding: 5px 10px;
  }

  .hero-eyebrow__city {
    font-size: calc(var(--hero-eyebrow-size, 0.82rem) - 0.05rem);
  }

  .hero-eyebrow__ship {
    font-size: calc(var(--hero-eyebrow-size, 0.82rem) - 0.07rem);
  }

  .hero--premium .hero-title__brand {
    font-size: clamp(1.32rem, 4.4vw, 1.65rem);
  }

  .hero--premium .hero-title__tagline {
    font-size: clamp(0.82rem, 2.35vw, 0.92rem);
    font-weight: 600;
  }

  .hero--premium .hero-subtitle {
    font-size: clamp(0.62rem, 1.85vw, 0.74rem);
  }

  .hero__visual {
    min-height: 156px;
    padding-inline-end: 10px;
    gap: 6px;
  }

  html[dir="rtl"] .hero__visual {
    transform: translate(-18px, 5px);
  }

  html[dir="ltr"] .hero__visual {
    transform: translate(18px, 5px);
  }

  .hero__card--main {
    width: 92px;
    height: 126px;
  }

  .hero__card--accent {
    width: 78px;
    height: 106px;
    margin-bottom: 6px !important;
  }

  .hero-actions .btn {
    padding: 7px 10px;
    font-size: 0.68rem;
  }

  .section {
    padding: 56px 0;
  }

  .featured.section,
  .bestsellers.section,
  .new-arrivals.section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

@media (max-width: 576px) {
  .hero--premium {
    min-height: clamp(495px, 65vh, 575px);
  }

  .hero__inner {
    min-height: clamp(475px, 63vh, 555px);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    padding: 14px 10px 32px;
    padding-inline-end: 14px;
  }

  .hero--premium .hero-image {
    object-position: center 46%;
  }

  .hero--premium .hero-eyebrow {
    top: 4px;
    inset-inline-end: 8px;
    max-width: min(78%, calc(100% - 96px));
  }

  .hero-eyebrow__chip {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
    padding: 4px 8px;
  }

  .hero-eyebrow__dot {
    display: block;
    width: 4px;
    height: 4px;
  }

  .hero--premium .hero-title__brand {
    font-size: clamp(1.22rem, 4.1vw, 1.48rem);
  }

  .hero--premium .hero-title__tagline {
    font-size: clamp(0.78rem, 2.15vw, 0.86rem);
    font-weight: 600;
  }

  .hero--premium .hero-subtitle {
    font-size: clamp(0.58rem, 1.75vw, 0.68rem);
  }

  .hero__visual {
    min-height: 142px;
    padding-inline-end: 8px;
    gap: 6px;
  }

  html[dir="rtl"] .hero__visual {
    transform: translate(-16px, 5px);
  }

  html[dir="ltr"] .hero__visual {
    transform: translate(16px, 5px);
  }

  .hero__card--main {
    width: 84px;
    height: 116px;
  }

  .hero__card--accent {
    width: 72px;
    height: 96px;
    margin-bottom: 4px !important;
  }

  .hero-actions .btn {
    padding: 6px 8px;
    font-size: 0.62rem;
  }

  .home-tabs-scroller { border-radius: 16px; }
}

/* ============================================
   Customer review screenshots
   ============================================ */
.reviews-shots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
  margin-bottom: 8px;
}

.reviews-shots[hidden] { display: none; }

.testimonials--shots .testimonials-grid {
  margin-top: 36px;
}

.review-shot {
  position: relative;
  padding: 0;
  border: 1px solid rgba(201, 169, 98, 0.22);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  cursor: zoom-in;
  box-shadow: 0 10px 30px rgba(60, 40, 20, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.review-shot img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top center;
}

.review-shot:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 169, 98, 0.55);
  box-shadow: 0 18px 40px rgba(60, 40, 20, 0.14);
}

.review-shot::after {
  content: '🔍';
  position: absolute;
  bottom: 10px;
  inset-inline-end: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.85rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.review-shot:hover::after { opacity: 1; }

/* Lightbox */
.review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 20, 12, 0.86);
  padding: 24px;
  backdrop-filter: blur(4px);
}

.review-lightbox[hidden] { display: none; }

.review-lightbox__img {
  max-width: min(560px, 92vw);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.review-lightbox__close,
.review-lightbox__nav {
  position: absolute;
  border: none;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: background 0.25s ease;
}

.review-lightbox__close {
  top: 20px;
  inset-inline-end: 20px;
  width: 44px;
  height: 44px;
  font-size: 1.2rem;
}

.review-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 2rem;
  line-height: 1;
}

.review-lightbox__nav--prev { inset-inline-start: 24px; }
.review-lightbox__nav--next { inset-inline-end: 24px; }

.review-lightbox__close:hover,
.review-lightbox__nav:hover { background: rgba(255, 255, 255, 0.3); }

@media (max-width: 768px) {
  .reviews-shots {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .review-shot img { height: 240px; }

  .review-lightbox__nav {
    width: 42px;
    height: 42px;
    font-size: 1.6rem;
  }

  .review-lightbox__nav--prev { inset-inline-start: 10px; }
  .review-lightbox__nav--next { inset-inline-end: 10px; }
}
