/* ============================================
   Zeel's Studio — Luxe Editorial Layer
   Unique · Premium · Navratri couture
   ============================================ */

:root {
  --luxe-gold: #e8b84a;
  --luxe-gold-soft: rgba(232, 184, 74, 0.15);
  --luxe-rose: #e91e8c;
  --luxe-glass: rgba(255, 255, 255, 0.04);
  --luxe-glass-border: rgba(255, 255, 255, 0.09);
  --luxe-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

/* ── Animated aurora hero ── */
.hero--luxe {
  min-height: 92vh;
  padding-bottom: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(194, 24, 91, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 50%, rgba(240, 160, 48, 0.07), transparent),
    radial-gradient(ellipse 50% 40% at 100% 80%, rgba(120, 40, 180, 0.12), transparent),
    #08040e !important;
}

.hero-luxe-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: luxeDrift 14s ease-in-out infinite;
}

.hero-luxe-glow--1 {
  width: 480px;
  height: 480px;
  background: rgba(194, 24, 91, 0.22);
  top: 5%;
  right: 5%;
}

.hero-luxe-glow--2 {
  width: 360px;
  height: 360px;
  background: rgba(240, 160, 48, 0.14);
  bottom: 10%;
  left: 0;
  animation-delay: -7s;
}

@keyframes luxeDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(24px, -18px) scale(1.06); }
}

.hero-luxe-grid {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image:
    linear-gradient(rgba(240, 160, 48, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 160, 48, 0.5) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent);
}

.hero--luxe .hero-ambient {
  background: none;
}

/* ── Glass pill header (desktop) ── */
@media (min-width: 769px) {
  .header {
    padding: 1rem 0 0 !important;
    background: transparent !important;
  }

  .header .nav.container {
    background: rgba(12, 8, 20, 0.65);
    backdrop-filter: blur(24px) saturate(1.4);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    border: 1px solid var(--luxe-glass-border);
    border-radius: 100px;
    padding: 0.55rem 0.6rem 0.55rem 1.4rem !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    max-width: min(1140px, calc(100% - 2rem));
  }

  .header.scrolled .nav.container {
    background: rgba(10, 6, 16, 0.88);
    border-color: rgba(240, 160, 48, 0.15);
  }

  .nav-links {
    gap: 1.75rem;
  }

  .nav-links a:not(.nav-cta) {
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
  }
}

/* ── Hero content — editorial type ── */
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 248, 242, 0.45);
}

.hero-eyebrow-line {
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--luxe-gold), transparent);
}

.hero--luxe .hero-brand {
  font-size: clamp(3.8rem, 9vw, 6.5rem) !important;
  background: linear-gradient(135deg, #fff8f2 0%, #fff8f2 35%, var(--luxe-gold) 75%, #f5c878 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  filter: drop-shadow(0 4px 24px rgba(240, 160, 48, 0.2));
  line-height: 0.95 !important;
}

.hero--luxe .hero-sub {
  letter-spacing: 0.55em !important;
  font-size: clamp(0.75rem, 1.5vw, 0.95rem) !important;
  color: rgba(255, 248, 242, 0.4) !important;
  margin-top: 0.5rem;
}

.hero--luxe .hero-gujarati {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.hero--luxe .hero-desc {
  font-size: 1.08rem;
  line-height: 1.85;
  color: rgba(255, 248, 242, 0.68);
  border-left: 2px solid rgba(240, 160, 48, 0.35);
  padding-left: 1.15rem;
  margin-top: 1.25rem;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
  font-size: 0.78rem;
  color: rgba(255, 248, 242, 0.45);
}

.hero-trust-stars {
  color: var(--luxe-gold);
  letter-spacing: 0.1em;
  font-size: 0.7rem;
}

/* ── Luxe buttons ── */
.btn-luxe.btn-primary {
  position: relative;
  overflow: hidden;
  border-radius: 14px !important;
  padding: 1rem 1.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  box-shadow: 0 12px 40px rgba(194, 24, 91, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.btn-luxe.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.btn-luxe.btn-primary:hover::after {
  transform: translateX(100%);
}

.btn-luxe.btn-outline {
  border-radius: 14px !important;
  border: 1px solid rgba(240, 160, 48, 0.45) !important;
  background: var(--luxe-glass) !important;
  backdrop-filter: blur(12px);
  padding: 1rem 1.75rem !important;
}

.btn-luxe.btn-outline:hover {
  background: var(--luxe-gold-soft) !important;
  border-color: var(--luxe-gold) !important;
}

.hero--luxe .hero-services li {
  background: var(--luxe-glass);
  backdrop-filter: blur(8px);
  border-color: var(--luxe-glass-border);
  transition: all 0.3s;
}

.hero--luxe .hero-services li:hover {
  border-color: rgba(240, 160, 48, 0.45);
  color: var(--luxe-gold);
  transform: translateY(-2px);
}

/* ── Editorial photo collage (desktop) ── */
@media (min-width: 769px) {
  .hero-visual--luxe {
    display: block !important;
    position: relative;
    min-height: 540px;
    padding: 1rem 0 2rem;
  }

  .hero-luxe-ring {
    position: absolute;
    top: 46%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: min(440px, 90%);
    aspect-ratio: 1;
    border: 1px solid rgba(240, 160, 48, 0.12);
    border-radius: 50%;
    animation: luxeRingSpin 80s linear infinite;
    pointer-events: none;
    z-index: 0;
  }

  .hero-luxe-ring::before {
    content: '';
    position: absolute;
    inset: 28px;
    border: 1px dashed rgba(194, 24, 91, 0.15);
    border-radius: 50%;
  }

  .hero-luxe-ring::after {
    content: '✦';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--luxe-gold);
    font-size: 0.75rem;
    opacity: 0.6;
  }

  @keyframes luxeRingSpin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
  }

  .hero-visual--luxe .hero-frame--primary {
    position: relative;
    width: 72%;
    margin-left: auto;
    margin-right: 0;
    max-height: none;
    aspect-ratio: 3 / 4;
    transform: rotate(2.5deg);
    z-index: 2;
    box-shadow: var(--luxe-shadow), 0 0 0 1px rgba(240, 160, 48, 0.12);
    border-radius: 20px !important;
  }

  .hero-visual--luxe .hero-frame-row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58%;
    gap: 0.65rem;
    transform: rotate(-2deg);
    z-index: 3;
  }

  .hero-visual--luxe .hero-frame--secondary {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    border-radius: 14px !important;
  }

  .hero-float-card {
    position: absolute;
    bottom: 18%;
    right: -4%;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.15rem;
    background: rgba(12, 8, 20, 0.82);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(240, 160, 48, 0.2);
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
    animation: luxeFloat 5s ease-in-out infinite;
  }

  .hero-float-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(194, 24, 91, 0.3), rgba(240, 160, 48, 0.2));
    border-radius: 10px;
    color: var(--luxe-gold);
    font-size: 0.9rem;
  }

  .hero-float-card strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff8f2;
    letter-spacing: 0.02em;
  }

  .hero-float-card span {
    font-size: 0.68rem;
    color: rgba(255, 248, 242, 0.5);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

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

/* ── Glass stat cards ── */
.hero--luxe .hero-stats-row {
  margin-top: 0;
  padding: 0 var(--container-pad) var(--space-xl);
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: var(--space-lg);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
}

.hero--luxe .hero-stat-card {
  background: var(--luxe-glass);
  backdrop-filter: blur(16px);
  border: 1px solid var(--luxe-glass-border);
  border-radius: 18px;
  padding: 1.35rem 1.5rem;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.hero--luxe .hero-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--navratri-magenta), var(--luxe-gold));
  opacity: 0.6;
}

.hero--luxe .hero-stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 160, 48, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.hero--luxe .hero-stat-card strong {
  font-family: var(--font-accent);
  font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
  font-style: italic;
  color: var(--luxe-gold) !important;
}

/* ── Marquee luxe ── */
.marquee-section {
  position: relative;
  background: linear-gradient(90deg, #0a0610, #140d1c, #0a0610) !important;
}

.marquee-section::before,
.marquee-section::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.marquee-section::before {
  left: 0;
  background: linear-gradient(to right, #0a0610, transparent);
}

.marquee-section::after {
  right: 0;
  background: linear-gradient(to left, #0a0610, transparent);
}

.marquee-track span:nth-child(odd) {
  font-family: var(--font-accent) !important;
  font-style: italic;
  font-size: 1.35rem !important;
  opacity: 0.85 !important;
  color: var(--luxe-gold) !important;
}

/* ── Section headers — couture label ── */
.section-tag {
  position: relative;
  padding-left: 1.5rem !important;
}

.section-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 1px solid var(--luxe-gold);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(240, 160, 48, 0.4);
}

.section-title em {
  position: relative;
  display: inline-block;
}

.section-title em::after {
  content: '';
  position: absolute;
  bottom: 0.05em;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--navratri-magenta), var(--luxe-gold));
  opacity: 0.5;
}

/* ── Services stat card luxe ── */
.services-stat-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px !important;
}

.services-stat-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(194, 24, 91, 0.2), transparent 70%);
  pointer-events: none;
}

.big-num {
  font-family: var(--font-accent) !important;
  font-style: italic;
}

/* ── Service cards hover luxe ── */
.service-card {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s, border-color 0.35s !important;
}

.service-card:hover {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(240, 160, 48, 0.12) !important;
}

.service-card-thumb::after {
  background: linear-gradient(to top, rgba(8, 4, 14, 0.85) 0%, transparent 55%) !important;
}

/* ── Class cards ── */
.class-showcase-card {
  transition: transform 0.45s, box-shadow 0.45s !important;
}

.class-showcase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(240, 160, 48, 0.1) !important;
}

.class-showcase-img {
  position: relative;
}

.class-showcase-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 4, 14, 0.5), transparent 50%);
  pointer-events: none;
}

/* ── Gallery — editorial mosaic ── */
.gallery--luxe {
  background: linear-gradient(180deg, var(--navratri-deep) 0%, #0e0818 50%, var(--navratri-plum) 100%) !important;
  overflow: hidden;
}

.gallery-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-lg);
  margin-bottom: var(--space-xl);
  flex-wrap: wrap;
}

.gallery-header-text {
  max-width: 560px;
}

.gallery-header-text .section-title {
  text-align: left;
  margin-bottom: 0.75rem;
}

.gallery-desc {
  color: rgba(255, 248, 242, 0.55);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 480px;
}

.gallery-instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.15rem;
  background: var(--luxe-glass);
  border: 1px solid var(--luxe-glass-border);
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--luxe-gold);
  transition: all 0.3s;
  white-space: nowrap;
}

.gallery-instagram-link:hover {
  background: var(--luxe-gold-soft);
  border-color: rgba(240, 160, 48, 0.35);
  transform: translateY(-2px);
}

.gallery-instagram-link img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(42%) saturate(600%) hue-rotate(358deg);
}

/* Mosaic grid */
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, minmax(200px, 1fr));
  gap: 12px;
}

.gallery-tile {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: var(--navratri-card);
  outline: none;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s, border-color 0.35s;
}

.gallery-tile:focus-visible {
  border-color: var(--luxe-gold);
  box-shadow: 0 0 0 3px rgba(240, 160, 48, 0.25);
}

.gallery-tile--hero {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  border-color: rgba(240, 160, 48, 0.2);
  box-shadow: 0 0 0 1px rgba(240, 160, 48, 0.08);
}

.gallery-tile--hero::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(240, 160, 48, 0.35), transparent 50%, rgba(194, 24, 91, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
}

.gallery-tile:nth-child(2) { grid-column: 3; grid-row: 1; }
.gallery-tile:nth-child(3) { grid-column: 4; grid-row: 1; }
.gallery-tile:nth-child(4) { grid-column: 3; grid-row: 2; }
.gallery-tile:nth-child(5) { grid-column: 4; grid-row: 2; }
.gallery-tile--wide {
  grid-column: 1 / 5;
  grid-row: 3;
}

.gallery-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s;
}

.gallery-tile-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.08) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.8s;
  z-index: 2;
  pointer-events: none;
}

.gallery-tile:hover .gallery-tile-shine {
  transform: translateX(100%);
}

.gallery-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 4, 14, 0.88) 0%, rgba(8, 4, 14, 0.15) 45%, transparent 70%);
  opacity: 0.75;
  transition: opacity 0.4s;
  z-index: 1;
  pointer-events: none;
}

.gallery-tile:hover::after {
  opacity: 0.95;
}

.gallery-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  border-color: rgba(240, 160, 48, 0.2);
}

.gallery-tile:hover img {
  transform: scale(1.06);
  filter: brightness(1.05);
}

.gallery-tile-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.15rem 1.25rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.35rem 0.75rem;
}

.gallery-tile-cat {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--luxe-gold);
  padding: 0.25rem 0.6rem;
  background: rgba(240, 160, 48, 0.12);
  border: 1px solid rgba(240, 160, 48, 0.25);
  border-radius: 100px;
}

.gallery-tile-content h3 {
  flex: 1;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: #fff8f2;
  line-height: 1.2;
  min-width: 60%;
}

.gallery-tile--hero .gallery-tile-content h3 {
  font-size: 1.5rem;
}

.gallery-tile-view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff8f2;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.35s, transform 0.35s, background 0.3s;
  margin-left: auto;
}

.gallery-tile:hover .gallery-tile-view {
  opacity: 1;
  transform: scale(1);
}

.gallery-tile-view svg {
  display: block;
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 6000;
  background: rgba(8, 4, 14, 0.94);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff8f2;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 2;
}

.gallery-lightbox-close:hover {
  background: rgba(240, 160, 48, 0.2);
}

.gallery-lightbox-inner {
  max-width: min(900px, 92vw);
  max-height: 85vh;
  margin: 0;
  text-align: center;
}

.gallery-lightbox-inner img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6);
}

.gallery-lightbox-inner figcaption {
  margin-top: 1rem;
  font-family: var(--font-accent);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--luxe-gold);
}

/* ── Testimonials ── */
.testimonials-slider {
  border-radius: 24px !important;
  position: relative;
  overflow: hidden;
}

.testimonials-slider::before {
  content: '"';
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-family: var(--font-accent);
  font-size: 6rem;
  line-height: 1;
  color: rgba(240, 160, 48, 0.08);
  pointer-events: none;
}

/* ── Contact form ── */
.contact-form {
  border-radius: 24px !important;
  background: var(--luxe-glass) !important;
  backdrop-filter: blur(16px);
  border: 1px solid var(--luxe-glass-border) !important;
}

/* ── Footer accent ── */
.footer-top {
  position: relative;
}

.footer-cta-box {
  border-radius: 24px !important;
  border: 1px solid rgba(240, 160, 48, 0.15) !important;
  background: linear-gradient(135deg, rgba(194, 24, 91, 0.12), rgba(240, 160, 48, 0.06)) !important;
}

/* ── Scroll progress luxe ── */
.scroll-progress-bar {
  height: 2px !important;
  box-shadow: 0 0 12px rgba(240, 160, 48, 0.5);
}

/* ── Mobile: keep app layout, add luxe polish ── */
@media (max-width: 1024px) {
  .gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .gallery-tile--hero {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 320px;
  }

  .gallery-tile:nth-child(2),
  .gallery-tile:nth-child(3),
  .gallery-tile:nth-child(4),
  .gallery-tile:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  .gallery-tile--wide {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 240px;
  }
}

@media (max-width: 768px) {
  .hero--luxe {
    min-height: auto;
    overflow: visible !important;
  }

  .hero-luxe-glow,
  .hero-luxe-grid,
  .hero-luxe-ring,
  .hero-float-card,
  .hero-eyebrow {
    display: none;
  }

  .hero--luxe .hero-desc {
    border-left: none;
    padding-left: 0;
  }

  .hero-trust {
    justify-content: flex-start;
  }

  .hero--luxe .hero-stat-card {
    text-align: left;
  }

  .marquee-section::before,
  .marquee-section::after {
    width: 40px;
  }
}
