.store-main--home {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 3%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 34%),
        radial-gradient(circle at 84% 16%, color-mix(in srgb, var(--gold) 14%, transparent), transparent 30%),
        linear-gradient(180deg, var(--bg-page), var(--bg-subtle));
}

html.dark .store-main--home {
    background:
        radial-gradient(circle at 16% 3%, rgba(124, 58, 237, 0.32), transparent 34%),
        radial-gradient(circle at 86% 18%, rgba(245, 199, 107, 0.12), transparent 28%),
        linear-gradient(180deg, #050816 0%, #0b1023 50%, #050816 100%);
}

.home-luxury {
    position: relative;
    padding: clamp(1rem, 2vw, 1.5rem) 0 4rem;
}

.home-luxury::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 52% 8%, rgba(168, 85, 247, 0.14), transparent 28%),
        linear-gradient(115deg, transparent 0 20%, rgba(124, 58, 237, 0.06) 20% 20.5%, transparent 21% 100%);
    opacity: 0.9;
}

.home-luxury > * {
    position: relative;
    z-index: 1;
}

.home-empty-categories {
    margin: 0;
    color: var(--text-muted);
    padding: 0.5rem 0;
}

.lux-hero {
    padding: clamp(1.25rem, 4vw, 3.75rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.lux-hero__grid {
    display: grid;
    gap: clamp(1.4rem, 4vw, 4rem);
    align-items: center;
    min-height: clamp(620px, 78vh, 860px);
}

@media (min-width: 980px) {
    .lux-hero__grid {
        grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    }
}

.lux-hero__content {
    order: 2;
}

.lux-hero__visual {
    order: 1;
}

@media (min-width: 980px) {
    .lux-hero__content {
        order: 1;
    }
    .lux-hero__visual {
        order: 2;
    }
}

.lux-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent);
    border-radius: var(--radius-pill);
    padding: 0.35rem 0.7rem;
    color: var(--gold);
    background: linear-gradient(135deg, rgba(124,58,237,.18), rgba(245,199,107,.08));
    font-size: clamp(0.68rem, 0.62rem + 0.25vw, 0.78rem);
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 0 18px rgba(124, 58, 237, 0.18);
}

.lux-hero h1,
.lux-section-head h2,
.lux-newsletter h2 {
    margin: 0;
    color: var(--text);
    letter-spacing: -0.055em;
    line-height: 1.3;
}

.lux-hero h1 {
    margin-top: 1rem;
    max-width: 640px;
    font-size: clamp(3rem, 4vw, 3.5rem);
    font-weight: 900;
}

.lux-hero h1 span,
.lux-section-head h2 span {
    display: block;
    background: linear-gradient(135deg, var(--gold), #fff 28%, var(--accent-glow) 78%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 22px color-mix(in srgb, var(--accent) 30%, transparent));
}

html:not(.dark) .lux-hero h1 span {
    background: linear-gradient(135deg, var(--accent), var(--accent-glow), var(--gold-dark));
    -webkit-background-clip: text;
    background-clip: text;
}

.lux-hero p,
.lux-section-head p,
.lux-newsletter p {
    margin: 1rem 0 0;
    max-width: 600px;
    color: var(--text-muted);
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.9;
}

.lux-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.4rem;
}

.lux-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.2rem;
}

.lux-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    padding: 0.5rem 0.75rem;
    background: var(--bg-glass);
    color: var(--text-muted);
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.lux-trust-row i {
    color: var(--gold);
}

.lux-hero__visual {
    position: relative;
    min-height: clamp(280px, 48vw, 560px);
    display: grid;
    place-items: center;
    isolation: isolate;
}

.lux-orbit {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(1px);
}

.lux-orbit--one {
    inset: 10% 6% 8% 12%;
    border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
    box-shadow: inset 0 0 40px color-mix(in srgb, var(--accent) 20%, transparent), var(--glow-accent);
    animation: luxFloat 6s ease-in-out infinite;
}

.lux-orbit--two {
    inset: 24% 20% 22% 20%;
    border: 1px solid color-mix(in srgb, var(--gold) 32%, transparent);
    box-shadow: inset 0 0 28px color-mix(in srgb, var(--gold) 18%, transparent);
    animation: luxFloat 7s ease-in-out infinite reverse;
}

.lux-device {
    position: relative;
    z-index: 2;
    width: min(100%, 720px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 34px;
    padding: clamp(0.65rem, 1.8vw, 1rem);
    background:
        linear-gradient(145deg, rgba(17,24,39,.86), rgba(11,16,35,.72)),
        var(--bg-glass);
    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.52),
        0 0 60px rgba(124, 58, 237, 0.22);
    transform: perspective(1000px) rotateY(-7deg) rotateX(3deg);
}

.lux-device img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 26px;
    filter: saturate(1.08) contrast(1.04);
}

.lux-device__placeholder {
    min-height: 360px;
    border-radius: 26px;
    display: grid;
    place-items: center;
    gap: 0.7rem;
    background: radial-gradient(circle at 50% 10%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 42%), var(--bg-subtle);
    color: var(--text);
    font-weight: 900;
}

.lux-device__placeholder i {
    color: var(--gold);
    font-size: 4rem;
}

.lux-floating-card {
    position: absolute;
    z-index: 3;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 0.75rem 0.95rem;
    min-width: 128px;
    background: color-mix(in srgb, var(--bg-elevated) 78%, transparent);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(16px);
    animation: luxFloat 5.4s ease-in-out infinite;
}

.lux-floating-card strong {
    display: block;
    color: var(--text);
    font-size: 1.25rem;
}

.lux-floating-card span {
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.lux-floating-card--gold {
    inset-inline-end: 2%;
    top: 14%;
}

.lux-floating-card--purple {
    inset-inline-start: 3%;
    bottom: 12%;
    animation-delay: -1.4s;
}

.lux-section-head {
    position: relative;
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    margin: 0 auto 1.5rem;
}

.lux-section-head h2,
.lux-newsletter h2 {
    margin-top: 0.6rem;
    font-size: clamp(1.7rem, 4vw, 3rem);
    font-weight: 900;
}

.lux-section-head__link {
    margin-top: 0.5rem;
    color: var(--gold);
    font-weight: 900;
}

.lux-services,
.lux-stats,
.lux-products,
.lux-services-preview,
.lux-plans,
.lux-newsletter {
    margin-top: clamp(2.5rem, 6vw, 5rem);
}

.lux-service-grid,
.lux-plan-grid {
    display: grid;
    gap: 1rem;
}

.lux-service-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
}

.lux-service-card {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 1rem;
    background: rgba(17, 24, 39, 0.75);
    box-shadow: 0 10px 40px rgba(124, 58, 237, 0.15);
    backdrop-filter: blur(16px);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.lux-service-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -35% auto;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--accent) 18%, transparent);
}

.lux-service-card:hover,
.lux-plan-card:hover {
    transform: translateY(-7px);
    border-color: color-mix(in srgb, var(--accent) 45%, var(--border));
    box-shadow: var(--shadow-md), var(--glow-accent);
}

.lux-service-card span {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--premium-gradient);
    box-shadow: var(--glow-accent);
}

.lux-service-card h3 {
    margin: 0.9rem 0 0.45rem;
    color: #ffffff;
    font-size: 1.05rem;
}

.lux-service-card p {
    margin: 0;
    color: #b8c0d9;
    line-height: 1.7;
}

/* ——— حلول رقمية (قبل النشرة مباشرة) ——— */
.lux-services--prefooter {
    margin-top: clamp(2.25rem, 5.5vw, 4rem);
    margin-bottom: 0;
    padding-block: clamp(1.75rem, 4vw, 2.75rem);
    border-radius: var(--radius-xl);
    border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--border));
    background:
        radial-gradient(120% 80% at 50% 0%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 52%),
        rgba(17, 24, 39, 0.72);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.lux-services--prefooter + .lux-newsletter {
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

.lux-section-head--centered p {
    max-width: min(52ch, 100%);
    margin-inline: auto;
}

.lux-service-grid--prefooter {
    gap: clamp(0.65rem, 1.5vw, 0.95rem);
    grid-template-columns: 1fr;
}

@media (min-width: 480px) {
    .lux-service-grid--prefooter {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .lux-service-grid--prefooter {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1120px) {
    .lux-service-grid--prefooter {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.lux-service-card--prefooter {
    min-height: 0;
    padding: clamp(0.85rem, 1.5vw, 1.05rem);
    border-radius: calc(var(--radius-xl) - 4px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.lux-service-card--prefooter::after {
    width: 100px;
    height: 100px;
    opacity: 0.85;
}

.lux-service-card--prefooter span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
}

.lux-service-card--prefooter h3 {
    margin: 0.75rem 0 0.35rem;
    font-size: clamp(0.95rem, 0.88rem + 0.25vw, 1.02rem);
}

.lux-service-card--prefooter p {
    font-size: clamp(0.78rem, 0.74rem + 0.15vw, 0.86rem);
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
    .lux-service-card--prefooter:hover {
        transform: translateY(-5px);
    }
}

.lux-stats {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 1rem;
    background:
        linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 10%, transparent), transparent),
        rgba(17, 24, 39, 0.75);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(16px);
}

.lux-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(110deg, transparent 0 32px, color-mix(in srgb, var(--accent) 8%, transparent) 33px 34px);
    opacity: 0.45;
    animation: luxWave 12s linear infinite;
}

.lux-stat {
    position: relative;
    z-index: 1;
    min-height: 92px;
    border: 1px solid var(--border);
    border-radius: 22px;
    display: grid;
    place-items: center;
    align-content: center;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 0 24px color-mix(in srgb, var(--stat-glow, #a855f7) 18%, transparent);
    transition: transform .22s ease, box-shadow .22s ease;
}

.lux-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 40px color-mix(in srgb, var(--stat-glow, #a855f7) 28%, transparent);
}

.lux-stat i {
    color: var(--stat-color, var(--gold));
    font-size: 1.25rem;
    filter: drop-shadow(0 0 12px color-mix(in srgb, var(--stat-glow, #a855f7) 40%, transparent));
}

.lux-stat strong {
    color: var(--stat-color, var(--gold));
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1;
}

.lux-stat span {
    color: #b8c0d9;
    font-weight: 800;
}

.lux-stat__stars {
    color: var(--gold);
    font-size: .85rem;
    letter-spacing: .05em;
    min-height: 1em;
}

.home-product-grid.sp-grid--home-featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 1024px) {
    .home-product-grid.sp-grid--home-featured {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

.lux-services-preview .svc-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
}

.lux-plan-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.lux-plan-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 1.25rem;
    background: rgba(17, 24, 39, 0.75);
    box-shadow: var(--shadow-card);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.lux-plan-card.is-featured {
    border-color: color-mix(in srgb, var(--accent-glow) 58%, transparent);
    background:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 42%),
        linear-gradient(155deg, color-mix(in srgb, var(--bg-elevated) 86%, transparent), var(--bg-glass));
    box-shadow: var(--shadow-md), var(--glow-accent-strong);
}

.lux-plan-card__badge {
    position: absolute;
    inset-block-start: 0.8rem;
    inset-inline-end: 0.8rem;
    border-radius: var(--radius-pill);
    padding: 0.25rem 0.55rem;
    color: #fff;
    background: var(--premium-gradient);
    font-size: 0.72rem;
    font-weight: 900;
}

.lux-plan-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.25rem;
}

.lux-plan-card p {
    margin: 0.35rem 0 1rem;
    color: #b8c0d9;
}

.lux-plan-card strong {
    display: block;
    margin-bottom: 1rem;
    color: var(--gold);
    font-size: 2rem;
}

.lux-plan-card small {
    color: #b8c0d9;
    font-size: 0.82rem;
}

.lux-plan-card ul {
    list-style: none;
    margin: 0 0 1.1rem;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.lux-plan-card li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #b8c0d9;
    font-weight: 700;
}

.lux-plan-card li i {
    color: #22c55e;
}

.lux-plan-card .btn {
    width: 100%;
}

.lux-newsletter {
    display: grid;
    gap: 1.25rem;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: clamp(1.25rem, 3vw, 2rem);
    background:
        radial-gradient(circle at 88% 20%, color-mix(in srgb, var(--gold) 18%, transparent), transparent 32%),
        radial-gradient(circle at 15% 10%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 34%),
        rgba(17, 24, 39, 0.75);
    box-shadow: var(--shadow-card);
}

@media (min-width: 860px) {
    .lux-newsletter {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
    }
}

.lux-newsletter form {
    display: flex;
    gap: 0.6rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    padding: 0.35rem;
    background: color-mix(in srgb, var(--bg-elevated) 70%, transparent);
}

.lux-newsletter input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 0.8rem 0.9rem;
    background: transparent;
    color: var(--text);
    font: inherit;
}

.lux-newsletter button {
    border: 0;
    border-radius: var(--radius-pill);
    padding: 0.8rem 1rem;
    background: var(--premium-gradient);
    color: #fff;
    font: inherit;
    font-weight: 900;
    box-shadow: var(--glow-accent);
}

[data-home-animate] {
    opacity: 0;
    transform: translateY(18px);
}

[data-home-animate].is-inview {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

@keyframes luxFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

@keyframes luxWave {
    from { transform: translateX(0); }
    to { transform: translateX(90px); }
}

/* ——— أقسام الصفحة الرئيسية (شريط أفقي / 5 بطاقات) ——— */
.lux-home-cats {
    margin-block: clamp(2rem, 5vw, 3.75rem);
}

.lux-home-cats__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.15rem;
}

.lux-home-cats__title {
    margin: 0.35rem 0 0.4rem;
    font-size: clamp(1.35rem, 1.1rem + 1.1vw, 2rem);
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.04em;
}

.lux-home-cats__lead {
    margin: 0;
    max-width: 52ch;
    color: var(--text-muted);
    font-size: clamp(0.88rem, 0.82rem + 0.35vw, 1rem);
    line-height: 1.65;
    font-weight: 650;
}

.lux-home-cats__cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
    color: #f5f3ff;
    border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 55%, #1e1b4b), color-mix(in srgb, var(--accent-glow) 40%, #0f172a));
    box-shadow: 0 0 24px color-mix(in srgb, var(--accent) 28%, transparent);
}

.lux-home-cats__cta:hover {
    filter: brightness(1.06);
}

.lux-home-cats__track {
    display: flex;
    gap: 0.72rem;
    overflow-x: auto;
    padding: 0.15rem 0.1rem 0.55rem;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-inline: 0.35rem;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--accent) 40%, transparent) transparent;
}

.lux-home-cats--rail .lux-home-cats__track {
    gap: 0.62rem;
    padding-bottom: 0.65rem;
    mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 12px), transparent);
}

.lux-home-cats__card {
    scroll-snap-align: start;
    flex: 0 0 min(78vw, 220px);
    min-width: 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 20px;
    border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);
    background: linear-gradient(165deg, color-mix(in srgb, var(--bg-elevated) 88%, transparent), rgba(15, 23, 42, 0.55));
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .lux-home-cats__card:hover {
        transform: translateY(-4px);
        border-color: color-mix(in srgb, var(--accent-glow) 45%, transparent);
        box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), 0 0 32px color-mix(in srgb, var(--accent) 22%, transparent);
    }
}

.lux-home-cats--rail .lux-home-cats__card {
    flex: 0 0 clamp(118px, 34vw, 148px);
    border-radius: 18px;
}

.lux-home-cats__media {
    aspect-ratio: 1.15;
    background:
        radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 46%),
        rgba(15, 23, 42, 0.75);
    display: grid;
    place-items: center;
}

.lux-home-cats__img {
    width: 58%;
    height: 58%;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.lux-home-cats__name {
    margin: 0;
    padding: 0.65rem 0.85rem 0.25rem;
    font-size: clamp(0.92rem, 0.85rem + 0.35vw, 1.05rem);
    font-weight: 900;
    color: var(--text);
    line-height: 1.25;
}

.lux-home-cats--rail .lux-home-cats__media {
    aspect-ratio: 1;
}

.lux-home-cats--rail .lux-home-cats__img {
    width: 52%;
    height: 52%;
}

.lux-home-cats--rail .lux-home-cats__name {
    padding: 0.55rem 0.65rem 0.65rem;
    font-size: clamp(0.8rem, 0.74rem + 0.28vw, 0.92rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lux-home-cats__desc {
    margin: 0;
    padding: 0 0.85rem 0.85rem;
    font-size: clamp(0.72rem, 0.68rem + 0.2vw, 0.82rem);
    font-weight: 650;
    color: var(--text-muted);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lux-home-cats__desc--muted {
    opacity: 0.88;
}

@media (min-width: 900px) {
    .lux-home-cats__track {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 0;
        gap: 0.85rem;
    }

    .lux-home-cats__card {
        flex: initial;
    }

    .lux-home-cats--rail .lux-home-cats__track {
        mask-image: none;
        gap: 0.75rem;
    }

    .lux-home-cats--rail .lux-home-cats__card {
        flex: initial;
        min-width: 0;
    }
}

@media (max-width: 899px) {
    .lux-home-cats__intro {
        align-items: flex-start;
    }
}

@media (max-width: 780px) {
    .lux-hero__grid {
        min-height: auto;
    }

    .lux-hero h1 {
        max-width: 100%;
        font-size: clamp(1.75rem, 8.2vw, 2.125rem);
        line-height: 1.3;
    }

    .lux-hero__content {
        text-align: center;
    }

    .lux-eyebrow,
    .lux-trust-row {
        margin-inline: auto;
        justify-content: center;
    }

    .lux-hero__actions .btn,
    .lux-newsletter button {
        width: 100%;
    }

    .lux-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lux-stat:last-child {
        grid-column: 1 / -1;
    }

    .lux-device {
        transform: none;
    }

    .lux-floating-card {
        display: none;
    }

    .lux-newsletter form {
        border-radius: 24px;
        flex-direction: column;
        padding: 0.55rem;
    }
}

@media (max-width: 520px) {
    .home-product-grid.sp-grid--home-featured {
        gap: 0.75rem;
    }

    .lux-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lux-service-card {
        min-height: 168px;
        padding: 0.85rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lux-orbit,
    .lux-floating-card,
    .lux-stats::before {
        animation: none;
    }

    [data-home-animate] {
        opacity: 1;
        transform: none;
    }
}
