/* Scoped responsive rules for Aurelis — scope: .aurelis-root */

/* Tablet: stack the hero before the visual and give every content grid a
   minimum viable track so Elementor flex/grid wrappers cannot compress it. */
@media (max-width: 1100px) {
  .aurelis-root .container {
    padding-inline: clamp(20px, 4vw, 40px);
  }

  .aurelis-root .hero {
    padding-top: clamp(48px, 7vw, 80px);
  }

  .aurelis-root .hero-grid {
    grid-template-columns: 1fr;
    gap: clamp(28px, 5vw, 48px);
  }

  .aurelis-root .hero-content {
    max-width: 760px;
  }

  .aurelis-root .hero-title {
    font-size: clamp(3rem, 5.5vw, 4rem);
  }

  .aurelis-root .hero-sub {
    max-width: 620px;
    font-size: 1.125rem;
  }

  .aurelis-root .hero-stage-wrap {
    min-width: 0;
  }

  .aurelis-root .hero-stage {
    width: min(100%, 720px);
    height: clamp(380px, 47vw, 500px);
    margin-inline: auto;
  }

  .aurelis-root .stage-ring {
    width: min(68%, 390px);
  }

  .aurelis-root .stage-ring.r2 {
    width: min(49%, 280px);
  }

  .aurelis-root .glass-card {
    padding: 11px;
    gap: 6px;
  }

  .aurelis-root .glass-card svg {
    width: 24px;
    height: 24px;
  }

  .aurelis-root .gc1 { width: 112px; height: 112px; left: 12%; top: 5%; }
  .aurelis-root .gc2 { width: 128px; height: 128px; right: 10%; top: 2%; }
  .aurelis-root .gc3 { width: 96px; height: 96px; left: 5%; top: 39%; }
  .aurelis-root .gc4 { width: 158px; height: 158px; left: 50%; top: 30%; }
  .aurelis-root .gc5 { width: 102px; height: 102px; right: 7%; bottom: 18%; }
  .aurelis-root .gc6 { width: 112px; height: 112px; left: 17%; bottom: 2%; }
  .aurelis-root .gc7 { width: 88px; height: 88px; right: 25%; bottom: 7%; }

  .aurelis-root .product-grid,
  .aurelis-root .cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aurelis-root .brand-strip,
  .aurelis-root .trusted-brands-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aurelis-root .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    max-width: 560px;
  }

  .aurelis-root .bs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aurelis-root .best-sellers-grid,
  .aurelis-root .latest-arrivals-grid,
  .aurelis-root .customer-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aurelis-root .limited-offer-content {
    padding-inline: clamp(26px, 5vw, 44px);
  }
}

/* Phone: content is intentionally first, with the decorative hero stage
   below it. All tracks remain shrinkable at 320px. */
@media (max-width: 767px) {
  .aurelis-root .container {
    padding-inline: clamp(14px, 4.5vw, 20px);
  }

  .aurelis-root .section {
    padding-block: clamp(56px, 12vw, 84px);
  }

  .aurelis-root .hero {
    padding-top: 42px;
  }

  .aurelis-root .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .aurelis-root .hero-content {
    width: 100%;
    max-width: none;
  }

  .aurelis-root .hero-title {
    font-size: clamp(2.25rem, 8.8vw, 3rem);
    line-height: 1.08;
  }

  .aurelis-root .hero-sub {
    max-width: 38rem;
    margin-top: 20px;
    font-size: clamp(1.0625rem, 2.8vw, 1.1875rem);
    line-height: 1.65;
  }

  .aurelis-root .hero-cta {
    width: 100%;
    margin-top: 28px;
    gap: 12px;
  }

  .aurelis-root .hero-cta .btn {
    min-height: 48px;
    padding-inline: 22px;
  }

  .aurelis-root .trust-row {
    width: 100%;
    max-width: none;
    margin-top: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .aurelis-root .trust-item {
    min-width: 0;
    gap: 8px;
    font-size: .8125rem;
    line-height: 1.35;
  }

  .aurelis-root .trust-item svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  .aurelis-root .hero-stage-wrap {
    order: 2;
    width: 100%;
    min-width: 0;
  }

  .aurelis-root .hero-stage {
    width: 100%;
    height: clamp(280px, 82vw, 360px);
    overflow: hidden;
  }

  .aurelis-root .stage-glow {
    inset: 0;
  }

  .aurelis-root .stage-ring {
    width: min(78%, 290px);
  }

  .aurelis-root .stage-ring.r2 {
    width: min(56%, 210px);
  }

  .aurelis-root .glass-card {
    padding: 8px;
    gap: 4px;
    border-radius: 12px;
  }

  .aurelis-root .glass-card svg {
    width: 20px;
    height: 20px;
  }

  .aurelis-root .glass-card span {
    font-size: .5625rem;
  }

  .aurelis-root .gc1 { width: 86px; height: 86px; left: 5%; top: 4%; }
  .aurelis-root .gc2 { width: 98px; height: 98px; right: 3%; top: 2%; }
  .aurelis-root .gc3 { width: 76px; height: 76px; left: 0; top: 42%; }
  .aurelis-root .gc4 { width: 128px; height: 128px; left: 50%; top: 29%; }
  .aurelis-root .gc5 { width: 82px; height: 82px; right: 1%; bottom: 15%; }
  .aurelis-root .gc6 { width: 92px; height: 92px; left: 8%; bottom: 1%; }
  .aurelis-root .gc7 { width: 72px; height: 72px; right: 23%; bottom: 4%; }

  .aurelis-root .cat-grid,
  .aurelis-root .product-grid,
  .aurelis-root .best-sellers-grid,
  .aurelis-root .latest-arrivals-grid,
  .aurelis-root .customer-reviews-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .aurelis-root .cat-card {
    min-height: 176px;
    padding: 24px 20px;
  }

  .aurelis-root .product-media-wrap {
    min-height: 232px;
  }

  .aurelis-root .product-media {
    padding: 24px 18px;
  }

  .aurelis-root .product-body {
    padding: 20px 18px 18px;
  }

  .aurelis-root .product-footer,
  .aurelis-root .best-seller-footer {
    flex-wrap: wrap;
    align-items: center;
  }

  .aurelis-root .brand-strip,
  .aurelis-root .trusted-brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aurelis-root .brand-cell,
  .aurelis-root .trusted-brand-cell {
    min-width: 0;
    padding: 22px 12px;
  }

  .aurelis-root .trusted-brand-logo {
    max-width: 82%;
  }

  .aurelis-root .latest-arrivals-header {
    margin-bottom: 36px;
  }

  .aurelis-root .latest-arrivals-view-all {
    flex: 0 0 auto;
  }

  .aurelis-root .limited-offer-panel {
    min-height: 0;
  }

  .aurelis-root .limited-offer-content {
    min-height: 0;
    padding: 42px 16px 44px;
  }

  .aurelis-root .limited-offer-countdown {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 86px));
    gap: 12px;
  }

  .aurelis-root .limited-offer-count-box {
    width: 86px;
  }

  .aurelis-root .limited-offer-cta,
  .aurelis-root .final-cta-button {
    min-height: 48px;
    max-width: 100%;
  }

  .aurelis-root .customer-review-card {
    min-height: 0;
  }

  .aurelis-root .final-cta-content {
    min-height: 0;
    padding: 44px 16px;
  }
}

@media (max-width: 430px) {
  .aurelis-root .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .aurelis-root .hero-cta .btn {
    width: 100%;
  }

  .aurelis-root .hero-stage {
    height: clamp(280px, 86vw, 330px);
  }

  .aurelis-root .limited-offer-title {
    font-size: clamp(1.8rem, 7.4vw, 2.2rem);
  }

  .aurelis-root .final-cta-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
}

@media (max-width: 360px) {
  .aurelis-root .container {
    padding-inline: 14px;
  }

  .aurelis-root .hero-title {
    font-size: clamp(2.25rem, 10.4vw, 2.6rem);
  }

  .aurelis-root .hero-stage {
    height: 280px;
  }

  .aurelis-root .gc1 { width: 76px; height: 76px; left: 2%; }
  .aurelis-root .gc2 { width: 86px; height: 86px; right: 0; }
  .aurelis-root .gc3 { width: 68px; height: 68px; }
  .aurelis-root .gc4 { width: 112px; height: 112px; }
  .aurelis-root .gc5 { width: 72px; height: 72px; }
  .aurelis-root .gc6 { width: 80px; height: 80px; left: 4%; }
  .aurelis-root .gc7 { width: 64px; height: 64px; }

  .aurelis-root .glass-card span {
    font-size: .5rem;
  }

  .aurelis-root .limited-offer-countdown {
    gap: 8px;
  }

  .aurelis-root .limited-offer-count-box {
    width: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aurelis-root .hero-stage,
  .aurelis-root .stage-glow,
  .aurelis-root .glass-card,
  .aurelis-root .cat-card {
    animation: none !important;
  }
}
