.bom-svelta-shop-body {
    --bom-page: #f6f3fb;
    --bom-page-2: #e9e5f7;
    --bom-panel: rgba(255, 255, 255, 0.76);
    --bom-line: rgba(90, 75, 161, 0.16);
    --bom-text: #333333;
    --bom-muted: #626071;
    --bom-purple: #5a4ba1;
    --bom-deep: #4e3c7f;
    --bom-lavender: #eae7fa;
    background:
        radial-gradient(circle at 78% 8%, rgba(90, 75, 161, 0.13), transparent 24rem),
        linear-gradient(180deg, #ffffff 0%, var(--bom-page) 52%, var(--bom-page-2) 100%);
    color: var(--bom-text);
    overflow-x: hidden;
}

/* Mobile repair pass: make the image-heavy hero usable instead of a desktop map squeezed onto a phone. */
@media (max-width: 720px) {
    .svelta-shop-shell {
        width: min(100%, calc(100% - 16px));
    }

    .bom-svelta-shop-body .site-header {
        gap: 8px;
        padding: 10px 0 8px;
    }

    .bom-svelta-shop-body .brand {
        min-height: 54px;
        padding: 8px 14px;
        border-radius: 28px;
    }

    .bom-svelta-shop-body .brand img {
        max-height: 38px;
    }

    .bom-svelta-shop-body .site-menu-toggle {
        width: 54px;
        height: 54px;
        flex: 0 0 54px;
    }

    .bom-svelta-shop-body .site-header--menu-open .site-header__controls {
        display: block;
        margin-top: 4px;
    }

    .bom-svelta-shop-body .site-nav {
        gap: 8px;
        padding: 10px;
        border-radius: 18px;
    }

    .bom-svelta-shop-body .site-nav a {
        min-height: 44px;
        font-size: 14px;
    }

    .svelta-shop-hero {
        margin: 10px 0 24px;
        padding: 8px;
        gap: 12px;
        border-radius: 20px;
        overflow: visible;
        box-shadow:
            0 20px 48px rgba(65, 48, 125, 0.14),
            inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    .svelta-shop-hero__panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 8px;
        border-radius: 16px;
        overflow: visible;
        background: rgba(255, 255, 255, 0.82);
    }

    .svelta-shop-hero__panel > img {
        grid-column: 1 / -1;
        width: 100%;
        height: auto;
        border-radius: 12px;
        object-fit: contain;
    }

    .hero-glass-button,
    .lower-hero-glass {
        position: static;
        width: auto !important;
        height: auto !important;
        min-height: 42px;
        padding: 0 12px;
        border-radius: 999px;
        opacity: 1 !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.76),
            0 0 20px rgba(174, 80, 255, 0.42),
            0 10px 22px rgba(70, 24, 137, 0.2);
    }

    .hero-glass-button span,
    .lower-hero-glass span {
        opacity: 1;
        color: #ffffff;
        font-size: 13px;
        line-height: 1.1;
        text-align: center;
        white-space: normal;
    }

    .hero-glass-button--ask,
    .hero-glass-button--about {
        display: flex;
    }

    .svelta-shop-hero__panel--primary .hero-glass-button--shop {
        grid-column: 1 / -1;
    }

    .svelta-shop-hero__panel--primary .hero-glass-button--ask {
        display: none;
    }

    .svelta-shop-hero__panel--grid .hero-glass-button--philosophy,
    .svelta-shop-hero__panel--grid .hero-glass-button--about {
        grid-column: span 1;
    }

    .svelta-lower-hero {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 18px 0 26px;
        padding: 8px;
        border-radius: 16px;
        overflow: visible;
    }

    .svelta-lower-hero img {
        grid-column: 1 / -1;
        border-radius: 12px;
    }

    .svelta-shop-toolbar {
        margin: 16px auto 18px;
        padding: 16px;
        gap: 14px;
    }

    .svelta-currency-select {
        padding: 8px;
        border-radius: 18px;
    }

    .svelta-currency-select label {
        padding-left: 6px;
    }

    .svelta-currency-select select {
        width: 100%;
        min-width: 0;
        height: 48px;
    }

    .bom-svelta-shop-body .section {
        padding: 28px 0;
    }
}

@media (max-width: 420px) {
    .svelta-shop-shell {
        width: min(100%, calc(100% - 12px));
    }

    .svelta-shop-hero,
    .svelta-lower-hero {
        padding: 6px;
    }

    .hero-glass-button,
    .lower-hero-glass {
        min-height: 40px;
        padding: 0 10px;
    }

    .hero-glass-button span,
    .lower-hero-glass span {
        font-size: 12px;
    }
}

.bom-svelta-shop-body *,
.bom-svelta-shop-body *::before,
.bom-svelta-shop-body *::after {
    box-sizing: border-box;
}

.svelta-shop-shell {
    width: min(1240px, calc(100% - 28px));
}

.bom-svelta-shop-body .site-header {
    position: static !important;
    top: auto !important;
    z-index: auto !important;
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 20px 0 18px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.bom-svelta-shop-body .brand {
    justify-content: center;
    width: 100%;
    min-height: 76px;
    padding: 10px 34px;
    border: 1px solid rgba(90, 75, 161, 0.14);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(234, 231, 250, 0.58));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 18px 42px rgba(90, 75, 161, 0.1);
    backdrop-filter: blur(14px) saturate(1.08);
    -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.bom-svelta-shop-body .brand img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

.bom-svelta-shop-body .site-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background:
        linear-gradient(145deg, rgba(151, 70, 229, 0.94), rgba(90, 44, 170, 0.92)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.48), transparent 56%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        0 0 24px rgba(174, 80, 255, 0.48),
        0 12px 28px rgba(70, 24, 137, 0.28);
    cursor: pointer;
}

.bom-svelta-shop-body .site-menu-toggle span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    transition: transform 160ms ease, opacity 160ms ease;
}

.bom-svelta-shop-body .site-header--menu-open .site-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.bom-svelta-shop-body .site-header--menu-open .site-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.bom-svelta-shop-body .site-header--menu-open .site-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.bom-svelta-shop-body .site-header__controls {
    width: 100%;
    min-width: 0;
    align-self: center;
}

.bom-svelta-shop-body .site-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 100%;
    min-height: 76px;
    padding: 7px;
    border: 1px solid rgba(90, 75, 161, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow:
        0 16px 38px rgba(90, 75, 161, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px) saturate(1.12);
    -webkit-backdrop-filter: blur(16px) saturate(1.12);
}

.bom-svelta-shop-body .site-nav a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 999px;
    padding: 0 14px;
    color: var(--bom-deep);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.3));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 8px 20px rgba(90, 75, 161, 0.07);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.bom-svelta-shop-body .site-nav a[aria-current="page"],
.bom-svelta-shop-body .site-nav a:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--bom-purple), var(--bom-deep));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.36),
        0 12px 28px rgba(90, 75, 161, 0.24);
    transform: translateY(-1px);
}

.svelta-shop-hero {
    position: relative;
    display: grid;
    gap: 8px;
    margin: 12px 0 48px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 241, 252, 0.72)),
        radial-gradient(circle at 80% 8%, rgba(90, 75, 161, 0.12), transparent 24rem);
    box-shadow:
        0 34px 90px rgba(65, 48, 125, 0.20),
        0 12px 34px rgba(90, 75, 161, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px) saturate(1.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.svelta-shop-hero__panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(90, 75, 161, 0.10);
    border-radius: 16px;
    background: #ffffff;
    box-shadow:
        0 18px 42px rgba(65, 48, 125, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.svelta-shop-hero__panel + .svelta-shop-hero__panel {
    border-top: 1px solid rgba(90, 75, 161, 0.10);
}

.svelta-shop-hero__panel > img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: contain;
}

.svelta-shop-hero__panel--primary.is-empty {
    aspect-ratio: 1436 / 404;
    background:
        radial-gradient(circle at 72% 38%, rgba(90, 75, 161, 0.16), transparent 22rem),
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(234,231,250,.72));
}

.svelta-shop-hero__panel--grid.is-empty {
    aspect-ratio: 1436 / 285;
    background:
        linear-gradient(90deg, rgba(255,255,255,.84), rgba(234,231,250,.72) 33%, rgba(255,255,255,.78) 33%, rgba(234,231,250,.58) 66%, rgba(255,255,255,.82) 66%),
        radial-gradient(circle at 82% 40%, rgba(90,75,161,.16), transparent 18rem);
}

.hero-glass-button,
.lower-hero-glass {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 14px;
    color: #ffffff;
    background:
        linear-gradient(145deg, rgba(151, 70, 229, 0.94), rgba(90, 44, 170, 0.9)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.48), transparent 56%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.76),
        inset 0 -1px 0 rgba(45, 15, 94, 0.22),
        0 0 0 1px rgba(212, 170, 255, 0.34),
        0 0 28px rgba(174, 80, 255, 0.58),
        0 0 48px rgba(147, 63, 231, 0.34),
        0 14px 34px rgba(70, 24, 137, 0.34);
    backdrop-filter: blur(18px) saturate(1.18);
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hero-glass-button span,
.lower-hero-glass span {
    font-size: clamp(12px, 1.05vw, 16px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0;
}

.hero-glass-button:hover,
.lower-hero-glass:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        inset 0 -1px 0 rgba(45, 15, 94, 0.24),
        0 0 0 1px rgba(230, 196, 255, 0.48),
        0 0 34px rgba(198, 102, 255, 0.72),
        0 0 62px rgba(147, 63, 231, 0.48),
        0 18px 38px rgba(70, 24, 137, 0.42);
}

.hero-glass-button--shop {
    left: 80.2%;
    top: 42%;
    width: 13.8%;
    height: 18%;
    opacity: 0;
}

.hero-glass-button--ask {
    display: none;
}

.hero-glass-button--learn {
    left: 2.8%;
    top: 36%;
    width: 10%;
    height: 10%;
}

.hero-glass-button--grid-shop {
    left: 41.5%;
    top: 32%;
    width: 9.5%;
    height: 10%;
}

.hero-glass-button--philosophy {
    left: 68.3%;
    top: 64%;
    width: 12.5%;
    height: 10%;
}

.hero-glass-button--about {
    display: none;
}

.svelta-lower-hero {
    position: relative;
    margin: 24px 0 44px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 18px;
    background: var(--bom-lavender);
    box-shadow:
        0 38px 92px rgba(90, 75, 161, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.svelta-lower-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.svelta-lower-hero.is-empty {
    aspect-ratio: 1436 / 505;
    background:
        radial-gradient(circle at 75% 36%, rgba(90,75,161,.18), transparent 22rem),
        linear-gradient(135deg, rgba(255,255,255,.88), rgba(234,231,250,.68));
}

.lower-hero-glass--shop {
    left: 6.7%;
    top: 67.7%;
    width: 17.4%;
    height: 14.1%;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.74);
    background:
        linear-gradient(145deg, rgba(151, 70, 229, 0.96), rgba(90, 44, 170, 0.92)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.48), transparent 56%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        inset 0 -1px 0 rgba(45, 15, 94, 0.24),
        0 0 0 1px rgba(212, 170, 255, 0.35),
        0 0 30px rgba(190, 88, 255, 0.76),
        0 0 54px rgba(147, 63, 231, 0.44),
        0 14px 38px rgba(70, 24, 137, 0.42);
    z-index: 3;
}

.lower-hero-glass--explore {
    left: 24.8%;
    top: 67.7%;
    width: 18.2%;
    height: 14.1%;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.72);
    background:
        linear-gradient(145deg, rgba(134, 91, 215, 0.94), rgba(91, 65, 158, 0.92)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.5), transparent 56%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.76),
        inset 0 -1px 0 rgba(45, 15, 94, 0.22),
        0 0 0 1px rgba(212, 170, 255, 0.34),
        0 0 28px rgba(174, 80, 255, 0.58),
        0 0 48px rgba(147, 63, 231, 0.34),
        0 14px 34px rgba(70, 24, 137, 0.34);
    z-index: 3;
}

.svelta-shop-toolbar {
    width: min(1040px, calc(100% - 32px));
    margin: 20px auto 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px 14px 20px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(234, 231, 250, 0.54));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 20px 48px rgba(90, 75, 161, 0.1);
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.svelta-shop-toolbar p {
    margin: 5px 0 0;
    color: var(--bom-muted);
    font-size: 13px;
    line-height: 1.45;
}

.svelta-currency-select {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 7px 6px 14px;
    border: 1px solid rgba(90, 75, 161, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 12px 26px rgba(90, 75, 161, 0.1);
}

.svelta-currency-select label,
.bom-svelta-shop-body .eyebrow {
    color: var(--bom-purple);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.svelta-currency-select select {
    min-width: 92px;
    height: 42px;
    border: 1px solid rgba(90, 75, 161, 0.2);
    border-radius: 999px;
    padding: 0 34px 0 16px;
    color: var(--bom-deep);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(234, 231, 250, 0.72));
    font: 900 14px/1 Inter, system-ui, sans-serif;
}

.bom-svelta-shop-body .section {
    padding: 44px 0;
}

.bom-svelta-shop-body .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.bom-svelta-shop-body .service-card {
    min-height: 0;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--bom-text);
    box-shadow: 0 18px 48px rgba(90, 75, 161, 0.12);
    backdrop-filter: blur(18px) saturate(155%);
    -webkit-backdrop-filter: blur(18px) saturate(155%);
}

.bom-svelta-shop-body .service-card__body {
    padding: 26px 26px 18px;
}

.bom-svelta-shop-body .service-card__footer {
    padding: 18px 26px 24px;
    border-top: 1px solid rgba(90, 75, 161, 0.1);
}

.bom-svelta-shop-body .service-category {
    color: var(--bom-purple);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bom-svelta-shop-body .service-card h3 {
    margin-top: 10px;
    color: var(--bom-deep);
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: 0;
}

.bom-svelta-shop-body .service-card p {
    color: var(--bom-muted);
    font-size: 15px;
    line-height: 1.58;
}

.bom-svelta-shop-body .service-card__footer strong {
    color: var(--bom-deep);
    font-size: 16px;
}

.bom-svelta-shop-body .icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 850;
    background:
        linear-gradient(145deg, rgba(151, 70, 229, 0.94), rgba(90, 44, 170, 0.92)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.48), transparent 56%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -1px 0 rgba(45, 15, 94, 0.22),
        0 0 0 1px rgba(212, 170, 255, 0.34),
        0 0 26px rgba(174, 80, 255, 0.54),
        0 14px 34px rgba(70, 24, 137, 0.32);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bom-svelta-shop-body .icon-link:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        inset 0 -1px 0 rgba(45, 15, 94, 0.26),
        0 0 0 1px rgba(230, 196, 255, 0.48),
        0 0 34px rgba(198, 102, 255, 0.7),
        0 18px 38px rgba(70, 24, 137, 0.4);
}

.bom-svelta-shop-body .service-precheck-link {
    display: none !important;
}

.svelta-shop-editorial {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
    gap: clamp(26px, 4vw, 54px);
    align-items: center;
    margin: 28px 0 46px;
    padding: clamp(22px, 3.4vw, 44px);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 28px 70px rgba(90, 75, 161, 0.12);
}

.svelta-shop-editorial__image {
    margin: 0;
    display: grid;
    place-items: center;
    min-height: 280px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(234, 231, 250, 0.72), rgba(255, 255, 255, 0.9));
}

.svelta-shop-editorial__image img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.svelta-shop-editorial__copy h2,
.svelta-forum-feed__intro h2,
.svelta-discount-hero__copy h2 {
    margin: 10px 0 0;
    color: var(--bom-deep);
    font-size: clamp(28px, 4vw, 54px);
    line-height: 1;
    letter-spacing: 0;
}

.svelta-shop-editorial__copy p,
.svelta-forum-feed__intro p,
.svelta-discount-hero__copy p {
    color: var(--bom-muted);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.62;
}

.svelta-forum-feed {
    margin: -18px 0 46px;
    padding: clamp(18px, 2.8vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 0%, rgba(90, 75, 161, 0.16), transparent 18rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(244, 241, 252, 0.72));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 28px 70px rgba(90, 75, 161, 0.12);
}

.svelta-forum-feed__intro {
    max-width: 760px;
    margin: 0 auto 18px;
    text-align: center;
}

.svelta-forum-barrel {
    --barrel-depth: clamp(120px, 12vw, 172px);
    position: relative;
    min-height: clamp(178px, 18vw, 230px);
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    background:
        radial-gradient(circle at 16% 50%, rgba(178, 94, 255, 0.22), transparent 20rem),
        linear-gradient(135deg, rgba(72, 48, 132, 0.94), rgba(38, 25, 84, 0.9));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 0 32px rgba(174, 80, 255, 0.3),
        0 24px 62px rgba(70, 24, 137, 0.26);
    perspective: 1000px;
}

.svelta-forum-barrel::before,
.svelta-forum-barrel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
}

.svelta-forum-barrel::before {
    background:
        linear-gradient(90deg, rgba(32, 21, 72, 0.88), transparent 18%, transparent 82%, rgba(32, 21, 72, 0.88)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.22));
}

.svelta-forum-barrel::after {
    inset: auto 8% 18px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(213, 176, 255, 0.9), transparent);
    box-shadow: 0 0 24px rgba(198, 102, 255, 0.82);
}

.svelta-forum-barrel__scene {
    position: relative;
    z-index: 2;
    width: min(100%, 1060px);
    height: clamp(120px, 12vw, 152px);
    transform-style: preserve-3d;
}

.svelta-forum-barrel__rotator {
    --active-index: 0;
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    transform: rotateX(var(--barrel-rotation, 0deg));
    transition: transform 900ms cubic-bezier(.2, .74, .22, 1);
}

.svelta-forum-barrel__panel {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(16px, 2.8vw, 34px);
    align-items: center;
    padding: clamp(18px, 2.5vw, 28px) clamp(20px, 4vw, 54px);
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 18px;
    color: #ffffff;
    background:
        linear-gradient(145deg, rgba(151, 70, 229, 0.94), rgba(90, 44, 170, 0.92)),
        radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.48), transparent 55%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -1px 0 rgba(45, 15, 94, 0.24),
        0 0 0 1px rgba(212, 170, 255, 0.34),
        0 0 28px rgba(174, 80, 255, 0.62),
        0 18px 44px rgba(31, 14, 80, 0.34);
    backface-visibility: hidden;
    transform: rotateX(calc(var(--panel-index) * var(--barrel-step))) translateZ(var(--barrel-depth));
}

.svelta-forum-feed__title {
    color: #ffffff;
    font-size: clamp(20px, 2.3vw, 34px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: 0;
    text-decoration: none;
    text-shadow: 0 2px 12px rgba(19, 10, 48, 0.4);
}

.svelta-forum-feed__title:hover {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.svelta-forum-feed__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 750;
}

.svelta-forum-feed__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.svelta-forum-feed__status {
    margin: 0;
    padding: 26px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    background: rgba(255, 255, 255, 0.14);
}

.svelta-discount-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
    max-width: 100%;
    margin: 26px 0 56px;
    padding: clamp(26px, 4vw, 54px);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    background:
        radial-gradient(circle at 80% 10%, rgba(90, 75, 161, 0.18), transparent 20rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(234, 231, 250, 0.7));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        0 30px 78px rgba(90, 75, 161, 0.14);
}

.svelta-discount-hero__form {
    display: grid;
    min-width: 0;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(90, 75, 161, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.svelta-discount-hero__form label {
    color: var(--bom-deep);
    font-weight: 850;
}

.svelta-discount-hero__row {
    display: flex;
    gap: 10px;
}

.svelta-discount-hero__row input {
    min-width: 0;
    flex: 1 1 auto;
    height: 48px;
    border: 1px solid rgba(90, 75, 161, 0.16);
    border-radius: 999px;
    padding: 0 16px;
    background: #ffffff;
}

.svelta-discount-hero__row button {
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 999px;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 850;
    background:
        linear-gradient(145deg, rgba(151, 70, 229, 0.94), rgba(90, 44, 170, 0.92)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.48), transparent 56%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        inset 0 -1px 0 rgba(45, 15, 94, 0.22),
        0 0 0 1px rgba(212, 170, 255, 0.34),
        0 0 28px rgba(174, 80, 255, 0.58),
        0 14px 34px rgba(70, 24, 137, 0.34);
}

.svelta-discount-hero__row button:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        inset 0 -1px 0 rgba(45, 15, 94, 0.26),
        0 0 0 1px rgba(230, 196, 255, 0.48),
        0 0 34px rgba(198, 102, 255, 0.7),
        0 18px 38px rgba(70, 24, 137, 0.4);
}

.svelta-discount-hero__form small {
    color: var(--bom-muted);
}

.svelta-reviews {
    max-width: 100%;
    margin: -12px 0 56px;
    padding: clamp(26px, 4vw, 54px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 8%, rgba(90, 75, 161, 0.2), transparent 21rem),
        radial-gradient(circle at 8% 100%, rgba(174, 80, 255, 0.1), transparent 18rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(234, 231, 250, 0.7));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        0 30px 78px rgba(90, 75, 161, 0.14);
}

.svelta-reviews__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.svelta-reviews__head > div:first-child {
    max-width: 820px;
}

.svelta-reviews__head h2 {
    margin: 10px 0 0;
    color: var(--bom-deep);
    font-size: clamp(28px, 4vw, 54px);
    line-height: 1;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.svelta-reviews__head p {
    margin: 14px 0 0;
    color: var(--bom-muted);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.62;
}

.svelta-reviews__controls {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.svelta-reviews__controls button {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(145deg, rgba(151, 70, 229, 0.94), rgba(90, 44, 170, 0.92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        0 10px 26px rgba(70, 24, 137, 0.28);
    font-size: 22px;
}

.svelta-reviews__controls button:disabled {
    cursor: default;
    opacity: 0.42;
    box-shadow: none;
}

.svelta-reviews__controls button:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(90, 75, 161, 0.42);
}

.svelta-reviews__status {
    min-width: 116px;
    color: var(--bom-deep);
    font-size: 13px;
    font-weight: 850;
    text-align: center;
}

.svelta-reviews__viewport {
    overflow: hidden;
    margin-top: -12px;
    padding-top: 12px;
}

.svelta-reviews__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 32px) / 3);
    gap: 16px;
    transform: translate3d(0, 0, 0);
    transition: transform 480ms cubic-bezier(.2, .74, .22, 1);
}

.svelta-reviews[data-review-count="1"] .svelta-reviews__track {
    grid-auto-columns: 100%;
}

.svelta-reviews[data-review-count="2"] .svelta-reviews__track {
    grid-auto-columns: calc((100% - 16px) / 2);
}

.svelta-review-card {
    min-width: 0;
    min-height: 286px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 18px;
    margin: 0;
    padding: clamp(22px, 2.6vw, 30px);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 20px;
    color: var(--bom-deep);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(246, 241, 255, 0.78)),
        radial-gradient(circle at 100% 0%, rgba(174, 80, 255, 0.18), transparent 60%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        0 18px 42px rgba(90, 75, 161, 0.13);
    transform: translateY(0);
    transform-origin: center bottom;
    transition: transform 260ms cubic-bezier(.2, .8, .2, 1), box-shadow 260ms ease;
}

@keyframes bom-review-card-hop {
    0% { transform: translateY(0); }
    48% { transform: translateY(-11px); }
    72% { transform: translateY(-6px); }
    100% { transform: translateY(-8px); }
}

@media (hover: hover) and (pointer: fine) {
    .svelta-review-card:hover {
        z-index: 1;
        animation: bom-review-card-hop 420ms cubic-bezier(.2, .82, .2, 1) both;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.98),
            0 25px 52px rgba(90, 75, 161, 0.22);
    }
}

.svelta-review-card:focus {
    outline: 3px solid rgba(90, 75, 161, 0.56);
    outline-offset: -3px;
}

.svelta-review-card__rating {
    color: #c58a0a;
    font-size: 22px;
    letter-spacing: 0.12em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 4px 12px rgba(197, 138, 10, 0.2);
}

.svelta-review-card blockquote {
    margin: 0;
}

.svelta-review-card blockquote p {
    margin: 0;
    overflow-wrap: anywhere;
    color: #45366d;
    font-size: clamp(17px, 1.5vw, 20px);
    font-weight: 650;
    line-height: 1.55;
}

.svelta-review-card figcaption {
    display: grid;
    gap: 5px;
    padding-top: 16px;
    border-top: 1px solid rgba(90, 75, 161, 0.14);
}

.svelta-review-card figcaption strong {
    color: var(--bom-deep);
    font-size: 16px;
    overflow-wrap: anywhere;
}

.svelta-review-card figcaption time {
    color: var(--bom-muted);
    font-size: 13px;
}

@media (max-width: 900px) {
    .svelta-reviews__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .svelta-reviews__track,
    .svelta-reviews[data-review-count="2"] .svelta-reviews__track {
        grid-auto-columns: calc((100% - 16px) / 2);
    }
}

@media (max-width: 620px) {
    .svelta-reviews {
        margin-bottom: 34px;
        padding: 22px;
    }

    .svelta-reviews__controls {
        width: 100%;
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) 48px 48px;
        justify-content: stretch;
        gap: 8px;
    }

    .svelta-reviews__status {
        min-width: 0;
    }

    .svelta-reviews__track,
    .svelta-reviews[data-review-count="2"] .svelta-reviews__track {
        grid-auto-columns: 100%;
    }

    .svelta-review-card {
        min-height: 270px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .svelta-reviews__track {
        transition: none;
    }

    .svelta-review-card,
    .svelta-review-card:hover {
        animation: none;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1120px) {
    .bom-svelta-shop-body .site-header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .bom-svelta-shop-body .site-header__controls {
        grid-column: 1 / -1;
    }
}

@media (max-width: 980px) {
    .svelta-shop-editorial,
    .svelta-discount-hero {
        grid-template-columns: 1fr;
    }

    .svelta-forum-barrel__panel {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
    }

    .svelta-forum-feed__meta {
        justify-content: center;
    }
}

@media (max-width: 720px) {
    .svelta-shop-shell {
        width: min(100%, calc(100% - 20px));
    }

    .bom-svelta-shop-body .site-header {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
        padding: 12px 0;
    }

    .bom-svelta-shop-body .brand {
        min-height: 58px;
        padding: 8px 16px;
    }

    .bom-svelta-shop-body .brand img {
        max-height: 42px;
    }

    .bom-svelta-shop-body .site-menu-toggle {
        display: inline-flex;
    }

    .bom-svelta-shop-body .site-header__controls {
        display: none;
        grid-column: 1 / -1;
    }

    .bom-svelta-shop-body .site-header--menu-open .site-header__controls {
        display: block;
    }

    .bom-svelta-shop-body .site-nav {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
        align-items: stretch;
        min-height: 0;
        max-width: 100%;
        padding: 10px;
        border-radius: 20px;
        overflow: visible;
    }

    .bom-svelta-shop-body .site-nav a {
        min-height: 46px;
        width: 100%;
    }

    .hero-glass-button,
    .lower-hero-glass {
        min-height: 24px;
        border-radius: 8px;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.76),
            0 8px 18px rgba(90, 75, 161, 0.16);
    }

    .hero-glass-button span,
    .lower-hero-glass span {
        opacity: 0;
    }

    .svelta-shop-hero {
        margin-top: 8px;
        gap: 10px;
    }

    .svelta-shop-hero__panel,
    .svelta-lower-hero {
        border-radius: 14px;
    }

    .svelta-shop-hero__panel > img,
    .svelta-lower-hero img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .svelta-shop-editorial__image {
        min-height: 0;
        background: rgba(255, 255, 255, 0.56);
    }

    .svelta-shop-editorial__image img {
        height: auto;
        min-height: 0;
        object-fit: contain;
    }

    .svelta-shop-toolbar {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border-radius: 18px;
    }

    .svelta-currency-select,
    .svelta-discount-hero__row {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .bom-svelta-shop-body .service-grid {
        grid-template-columns: 1fr;
    }

    .svelta-forum-feed {
        margin-top: -18px;
        padding: 18px;
    }

    .svelta-forum-feed__intro {
        text-align: left;
    }

    .svelta-forum-barrel {
        --barrel-depth: 108px;
        min-height: 210px;
        border-radius: 18px;
    }

    .svelta-forum-barrel__scene {
        width: calc(100% - 18px);
        height: 140px;
    }

    .svelta-forum-barrel__panel {
        padding: 18px;
    }

    .svelta-forum-feed__title {
        font-size: 20px;
        line-height: 1.14;
    }

    .svelta-discount-hero {
        padding: 22px;
    }
}

/* Final mobile cascade override: desktop image-map buttons become readable mobile CTAs. */
@media (max-width: 720px) {
    .svelta-shop-hero {
        margin: 10px 0 24px;
        padding: 8px;
        gap: 12px;
        border-radius: 20px;
        overflow: visible;
    }

    .svelta-shop-hero__panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 8px;
        border-radius: 16px;
        overflow: visible;
        background: rgba(255, 255, 255, 0.82);
    }

    .svelta-shop-hero__panel > img {
        grid-column: 1 / -1;
        border-radius: 12px;
    }

    .hero-glass-button,
    .lower-hero-glass {
        position: static !important;
        width: auto !important;
        height: auto !important;
        min-height: 42px !important;
        padding: 0 12px;
        border-radius: 999px;
        opacity: 1 !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.76),
            0 0 20px rgba(174, 80, 255, 0.42),
            0 10px 22px rgba(70, 24, 137, 0.2);
    }

    .hero-glass-button span,
    .lower-hero-glass span {
        opacity: 1 !important;
        color: #ffffff;
        font-size: 13px;
        line-height: 1.1;
        text-align: center;
        white-space: normal;
    }

    .hero-glass-button--ask,
    .hero-glass-button--about {
        display: flex;
    }

    .svelta-shop-hero__panel--primary .hero-glass-button--shop {
        grid-column: 1 / -1;
    }

    .svelta-shop-hero__panel--primary .hero-glass-button--ask,
    .svelta-shop-hero__panel--grid .hero-glass-button--about {
        display: none;
    }

    .svelta-shop-hero__panel--grid .hero-glass-button--philosophy {
        grid-column: 1 / -1;
    }

    .svelta-lower-hero {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 18px 0 26px;
        padding: 8px;
        border-radius: 16px;
        overflow: visible;
    }

    .svelta-lower-hero img {
        grid-column: 1 / -1;
        border-radius: 12px;
    }
}

.svelta-discount-hero__copy {
    min-width: 0;
}

.svelta-discount-hero__copy h2,
.svelta-discount-hero__copy p {
    overflow-wrap: anywhere;
}

/* Community rotator: BOM forum violet glass instead of dark saturated purple. */
.bom-svelta-shop-body .svelta-forum-barrel {
    border-color: rgba(90, 75, 161, 0.34) !important;
    background:
        radial-gradient(circle at 18% 20%, rgba(119, 104, 238, 0.16), transparent 22rem),
        linear-gradient(145deg, rgba(234, 231, 250, 0.96), rgba(216, 210, 241, 0.92)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 18px 44px rgba(78, 60, 127, 0.18) !important;
}
.bom-svelta-shop-body .svelta-forum-barrel::before {
    background:
        linear-gradient(90deg, rgba(78, 60, 127, 0.18), transparent 16%, transparent 84%, rgba(78, 60, 127, 0.18)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.52), transparent 30%, transparent 72%, rgba(90, 75, 161, 0.10)) !important;
}
.bom-svelta-shop-body .svelta-forum-barrel::after {
    background: linear-gradient(90deg, transparent, rgba(90, 75, 161, 0.68), transparent) !important;
    box-shadow: 0 0 18px rgba(119, 104, 238, 0.34) !important;
}
.bom-svelta-shop-body .svelta-forum-barrel__panel {
    color: #333333 !important;
    border-color: rgba(90, 75, 161, 0.34) !important;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(234, 231, 250, 0.94)),
        radial-gradient(circle at 15% 8%, rgba(255, 255, 255, 0.92), transparent 52%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 1),
        inset 0 -1px 0 rgba(90, 75, 161, 0.12),
        0 0 0 1px rgba(119, 104, 238, 0.12),
        0 14px 34px rgba(78, 60, 127, 0.20) !important;
}
.bom-svelta-shop-body .svelta-forum-feed__title,
.bom-svelta-shop-body .svelta-forum-feed__title:hover {
    color: #4e3c7f !important;
    text-shadow: none !important;
}
.bom-svelta-shop-body .svelta-forum-feed__meta { color: #5a4ba1 !important; }
.bom-svelta-shop-body .svelta-forum-feed__meta span {
    color: #4e3c7f !important;
    border-color: rgba(90, 75, 161, 0.28) !important;
    background: rgba(255, 255, 255, 0.72) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}
.bom-svelta-shop-body .svelta-forum-feed__status {
    color: #4e3c7f !important;
    background: rgba(234, 231, 250, 0.78) !important;
}

/* 2026-07-12 final: product artwork spans the mobile card at natural ratio. */
@media (max-width: 720px) {
    .bom-svelta-shop-body .service-card .service-art {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 24px 14px 0 !important;
        overflow: visible !important;
    }
    .bom-svelta-shop-body .service-card .service-image-button {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        overflow: visible !important;
    }
    .bom-svelta-shop-body .service-card .service-image-button img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        object-fit: initial !important;
        transform: none !important;
    }
    .bom-svelta-shop-body .service-card .service-art + .service-card__body {
        padding-top: 22px !important;
    }
}

/* Header brand: display the BOM logo directly, without a surrounding capsule. */
.bom-svelta-shop-body .site-header .brand {
    justify-content: center !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.bom-svelta-shop-body .site-header .brand img {
    display: block !important;
    width: 280px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* CLS stabilization: reserve image and injected-feed space before assets finish loading. */
.bom-svelta-shop-body .brand img,
.footer-brand img {
    aspect-ratio: 1393 / 492;
}

.svelta-shop-hero__panel,
.svelta-lower-hero,
.svelta-shop-editorial__image,
.service-art,
.service-image-button,
.svelta-forum-feed,
.svelta-forum-barrel {
    contain: layout paint;
}

.svelta-shop-hero__panel > img,
.svelta-lower-hero > img,
.svelta-shop-editorial__image > img {
    aspect-ratio: 1904 / 544;
}

.service-art {
    min-height: clamp(190px, 26vw, 270px);
}

.service-image-button {
    width: 100%;
    aspect-ratio: 16 / 10;
}

.service-image-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.svelta-forum-feed {
    min-height: clamp(330px, 32vw, 430px);
}

.svelta-forum-barrel {
    min-height: clamp(230px, 22vw, 280px);
}

.svelta-forum-feed__status {
    min-height: clamp(170px, 14vw, 210px);
    display: grid;
    place-items: center;
}

@media (max-width: 720px) {
    .service-art {
        min-height: 210px;
    }

    .svelta-forum-feed {
        min-height: 390px;
    }

    .svelta-forum-barrel {
        min-height: 250px;
    }

    .svelta-forum-feed__status {
        min-height: 190px;
    }
}

/* 2026-07-12: keep transparent product pens prominent on narrow screens. */
@media (max-width: 720px) {
    .bom-svelta-shop-body .service-card .service-art {
        height: 126px !important;
        min-height: 126px !important;
        max-height: 126px !important;
        padding: 18px 8px 0 !important;
        overflow: visible !important;
    }

    .bom-svelta-shop-body .service-card .service-image-button {
        height: 94px !important;
        min-height: 94px !important;
        max-height: 94px !important;
        width: 100% !important;
        overflow: visible !important;
    }

    .bom-svelta-shop-body .service-card .service-image-button img {
        width: 116% !important;
        max-width: none !important;
        height: 100% !important;
        margin-left: -8% !important;
        object-fit: contain !important;
    }

    .bom-svelta-shop-body .service-card .service-art + .service-card__body {
        padding-top: 14px !important;
    }
}

/* Pastel Apple-glass refresh: soften the mobile-heavy purple controls. */
.bom-svelta-shop-body {
    --bom-glass-surface: rgba(255, 255, 255, 0.68);
    --bom-glass-surface-strong: rgba(255, 255, 255, 0.82);
    --bom-glass-border: rgba(119, 103, 184, 0.18);
    --bom-glass-border-strong: rgba(255, 255, 255, 0.78);
    --bom-glass-text: #4f438d;
    --bom-glass-text-strong: #392f78;
    --bom-glass-wash: rgba(233, 229, 251, 0.66);
    --bom-glass-shadow: 0 18px 42px rgba(75, 59, 138, 0.13);
    --bom-glass-inner: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.bom-svelta-shop-body .site-header,
.svelta-shop-hero,
.svelta-shop-hero__panel,
.svelta-lower-hero,
.svelta-shop-editorial,
.service-card,
.currency-card,
.svelta-forum-feed {
    border-color: var(--bom-glass-border);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(246, 244, 255, 0.58)),
        rgba(255, 255, 255, 0.58);
    box-shadow:
        var(--bom-glass-shadow),
        var(--bom-glass-inner);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    backdrop-filter: blur(18px) saturate(1.08);
}

.bom-svelta-shop-body .brand,
.bom-svelta-shop-body .nav a,
.bom-svelta-shop-body .site-menu-toggle {
    border: 1px solid var(--bom-glass-border);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(245, 242, 255, 0.56));
    box-shadow:
        0 10px 26px rgba(75, 59, 138, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.bom-svelta-shop-body .site-menu-toggle {
    color: var(--bom-glass-text-strong);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(227, 221, 249, 0.54));
    box-shadow:
        0 12px 28px rgba(75, 59, 138, 0.14),
        0 0 18px rgba(169, 143, 232, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.bom-svelta-shop-body .site-menu-toggle span {
    background: currentColor;
}

.bom-svelta-shop-body .nav a,
.bom-svelta-shop-body .icon-link,
.hero-glass-button,
.lower-hero-glass,
.svelta-shop-editorial__actions .icon-link,
.product-actions a,
.product-card a,
.consult-card a,
.consult-card button,
.svelta-forum-feed__meta span {
    color: var(--bom-glass-text-strong);
}

.hero-glass-button,
.lower-hero-glass,
.svelta-shop-editorial__actions .icon-link,
.product-actions a,
.product-card a[href*="pay"],
.consult-card button,
.consult-card a,
.bom-svelta-shop-body button[type="submit"] {
    border: 1px solid rgba(255, 255, 255, 0.78);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(229, 223, 250, 0.48)),
        radial-gradient(circle at 28% 12%, rgba(255, 255, 255, 0.95), transparent 42%);
    color: var(--bom-glass-text-strong);
    text-shadow: none;
    box-shadow:
        0 14px 28px rgba(91, 71, 158, 0.16),
        0 0 18px rgba(169, 143, 232, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        inset 0 -1px 0 rgba(104, 83, 174, 0.10);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    backdrop-filter: blur(18px) saturate(1.08);
}

.hero-glass-button span,
.lower-hero-glass span,
.consult-card button,
.bom-svelta-shop-body button[type="submit"] {
    color: var(--bom-glass-text-strong);
    text-shadow: none;
}

.hero-glass-button:hover,
.lower-hero-glass:hover,
.svelta-shop-editorial__actions .icon-link:hover,
.product-actions a:hover,
.product-card a[href*="pay"]:hover,
.consult-card button:hover,
.consult-card a:hover,
.bom-svelta-shop-body button[type="submit"]:hover {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(238, 234, 255, 0.62)),
        radial-gradient(circle at 26% 10%, rgba(255, 255, 255, 0.98), transparent 44%);
    box-shadow:
        0 18px 34px rgba(91, 71, 158, 0.18),
        0 0 22px rgba(169, 143, 232, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
    transform: translateY(-1px);
}

.bom-svelta-shop-body .nav a.active,
.bom-svelta-shop-body .nav a[aria-current="page"] {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(224, 218, 248, 0.68));
    color: var(--bom-glass-text-strong);
    box-shadow:
        0 10px 24px rgba(75, 59, 138, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.svelta-shop-hero__panel > img,
.svelta-lower-hero > img,
.svelta-shop-editorial__image > img {
    box-shadow:
        0 12px 30px rgba(75, 59, 138, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

@media (max-width: 720px) {
    .bom-svelta-shop-body {
        background:
            radial-gradient(circle at 74% 6%, rgba(207, 191, 245, 0.34), transparent 28rem),
            linear-gradient(180deg, #fdfbff 0%, #f7f4ff 46%, #fffefe 100%);
    }

    .bom-svelta-shop-body .site-header,
    .svelta-shop-hero,
    .svelta-lower-hero {
        box-shadow:
            0 14px 36px rgba(75, 59, 138, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.94);
    }

    .hero-glass-button,
    .lower-hero-glass {
        min-height: 40px !important;
        color: var(--bom-glass-text-strong);
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(226, 220, 249, 0.54));
        box-shadow:
            0 11px 23px rgba(91, 71, 158, 0.15),
            0 0 16px rgba(169, 143, 232, 0.17),
            inset 0 1px 0 rgba(255, 255, 255, 0.96);
    }

    .hero-glass-button span,
    .lower-hero-glass span {
        color: var(--bom-glass-text-strong);
        font-weight: 800;
    }
}

/* Product photo cards and final action-button glass pass. */
.bom-svelta-shop-body .service-card {
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(246, 243, 255, 0.62)),
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.95), transparent 38%);
}

.bom-svelta-shop-body .service-art {
    display: grid;
    place-items: center;
    min-height: clamp(190px, 22vw, 250px);
    padding: clamp(16px, 2.6vw, 28px) clamp(18px, 3vw, 34px) 0;
    background:
        radial-gradient(circle at 48% 18%, rgba(255, 255, 255, 0.94), transparent 32%),
        linear-gradient(180deg, rgba(249, 247, 255, 0.8), rgba(255, 255, 255, 0));
}

.bom-svelta-shop-body .service-image-button {
    width: min(100%, 560px);
    aspect-ratio: 16 / 7.6;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
    cursor: zoom-in;
}

.bom-svelta-shop-body .service-image-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 18px 22px rgba(75, 59, 138, 0.16));
}

.bom-svelta-shop-body .service-image-button__zoom {
    right: 12px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    background: rgba(255, 255, 255, 0.72);
    color: var(--bom-glass-text-strong);
    box-shadow: 0 8px 18px rgba(75, 59, 138, 0.14);
    -webkit-backdrop-filter: blur(14px) saturate(1.08);
    backdrop-filter: blur(14px) saturate(1.08);
}

.bom-svelta-shop-body .service-card__actions .icon-link,
.bom-svelta-shop-body .service-card__actions .service-precheck-link,
.bom-svelta-shop-body .service-card__actions .service-info-link,
.bom-svelta-shop-body .icon-link,
.hero-glass-button,
.lower-hero-glass,
.bom-svelta-shop-body button,
.bom-svelta-shop-body .button,
.bom-svelta-shop-body .btn {
    border: 1px solid rgba(255, 255, 255, 0.82) !important;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(228, 222, 250, 0.54)),
        radial-gradient(circle at 25% 8%, rgba(255, 255, 255, 0.96), transparent 46%) !important;
    color: var(--bom-glass-text-strong) !important;
    text-shadow: none !important;
    box-shadow:
        0 12px 24px rgba(75, 59, 138, 0.13),
        0 0 16px rgba(169, 143, 232, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        inset 0 -1px 0 rgba(104, 83, 174, 0.08) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    backdrop-filter: blur(18px) saturate(1.08);
}

.bom-svelta-shop-body .service-card__actions .icon-link:hover,
.bom-svelta-shop-body .service-card__actions .service-info-link:hover,
.bom-svelta-shop-body .icon-link:hover,
.hero-glass-button:hover,
.lower-hero-glass:hover,
.bom-svelta-shop-body button:hover,
.bom-svelta-shop-body .button:hover,
.bom-svelta-shop-body .btn:hover {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(238, 234, 255, 0.66)),
        radial-gradient(circle at 25% 8%, rgba(255, 255, 255, 1), transparent 48%) !important;
    box-shadow:
        0 16px 30px rgba(75, 59, 138, 0.16),
        0 0 20px rgba(169, 143, 232, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;
}

@media (max-width: 720px) {
    .bom-svelta-shop-body .service-art {
        min-height: 170px;
        padding: 14px 16px 0;
    }

    .bom-svelta-shop-body .service-image-button {
        width: 100%;
        aspect-ratio: 16 / 7.9;
    }

    .bom-svelta-shop-body .service-card__body {
        padding-top: 18px;
    }

    .bom-svelta-shop-body .service-card__footer {
        gap: 14px;
    }

    .bom-svelta-shop-body .service-card__actions .icon-link,
    .bom-svelta-shop-body .service-card__actions .service-info-link {
        min-height: 42px;
        padding: 0 22px;
    }
}

/* Pen-only product art: slim transparent pens above product copy, no large image box. */
.bom-svelta-shop-body .service-card .service-art {
    min-height: 0;
    padding: 24px 28px 0;
    background: transparent;
    contain: layout paint;
}

.bom-svelta-shop-body .service-card .service-image-button {
    width: min(100%, 520px);
    aspect-ratio: 5.6 / 1;
    min-height: 74px;
    margin: 0 auto;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    cursor: zoom-in;
}

.bom-svelta-shop-body .service-card .service-image-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(75, 59, 138, 0.13));
}

.bom-svelta-shop-body .service-card .service-image-button__zoom {
    display: none;
}

.bom-svelta-shop-body .service-card .service-art + .service-card__body {
    padding-top: 14px;
}

@media (max-width: 720px) {
    .bom-svelta-shop-body .service-card .service-art {
        min-height: 0;
        padding: 18px 18px 0;
    }

    .bom-svelta-shop-body .service-card .service-image-button {
        min-height: 58px;
        width: 100%;
        aspect-ratio: 5.6 / 1;
    }

    .bom-svelta-shop-body .service-card .service-art + .service-card__body {
        padding-top: 12px;
    }
}

/* Hard cap product pen strip height: prevents the old box-photo art row from stretching. */
.bom-svelta-shop-body .service-card .service-art {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    height: 122px !important;
    min-height: 122px !important;
    max-height: 122px !important;
    padding: 18px 28px 0 !important;
    overflow: hidden !important;
}

.bom-svelta-shop-body .service-card .service-image-button {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    width: min(92%, 500px) !important;
    aspect-ratio: auto !important;
}

.bom-svelta-shop-body .service-card .service-art + .service-card__body {
    padding-top: 10px !important;
}

@media (max-width: 720px) {
    .bom-svelta-shop-body .service-card .service-art {
        height: 86px !important;
        min-height: 86px !important;
        max-height: 86px !important;
        padding: 12px 16px 0 !important;
    }

    .bom-svelta-shop-body .service-card .service-image-button {
        height: 52px !important;
        min-height: 52px !important;
        max-height: 52px !important;
        width: 94% !important;
    }

    .bom-svelta-shop-body .service-card .service-art + .service-card__body {
        padding-top: 8px !important;
    }
}

/* Final mobile pen sizing override. */
@media (max-width: 720px) {
    .bom-svelta-shop-body .service-card .service-art {
        height: 126px !important;
        min-height: 126px !important;
        max-height: 126px !important;
        padding: 18px 8px 0 !important;
        overflow: visible !important;
    }
    .bom-svelta-shop-body .service-card .service-image-button {
        height: 94px !important;
        min-height: 94px !important;
        max-height: 94px !important;
        width: 100% !important;
        overflow: visible !important;
    }
    .bom-svelta-shop-body .service-card .service-image-button img {
        width: 116% !important;
        max-width: none !important;
        height: 100% !important;
        margin-left: -8% !important;
        object-fit: contain !important;
    }
    .bom-svelta-shop-body .service-card .service-art + .service-card__body {
        padding-top: 14px !important;
    }
}

/* Definitive mobile product-art layout: full card width, natural image ratio. */
@media (max-width: 720px) {
    .bom-svelta-shop-body .service-card .service-art {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        padding: 24px 14px 0 !important;
        overflow: visible !important;
    }
    .bom-svelta-shop-body .service-card .service-image-button {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        overflow: visible !important;
    }
    .bom-svelta-shop-body .service-card .service-image-button img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        object-fit: initial !important;
        transform: none !important;
    }
    .bom-svelta-shop-body .service-card .service-art + .service-card__body {
        padding-top: 22px !important;
    }
}

/* 2026-08-09: keep both product-card actions on one Apple-glass row on mobile. */
@media (max-width: 720px) {
    .bom-svelta-shop-body .service-card__footer {
        display: grid !important;
        grid-template-columns: max-content minmax(0, 1fr);
        align-items: center !important;
        gap: 8px !important;
        padding: 14px 14px 18px !important;
    }

    .bom-svelta-shop-body .service-card__footer strong {
        font-size: 14px;
        white-space: nowrap;
    }

    .bom-svelta-shop-body .service-card__actions {
        display: flex !important;
        width: 100%;
        min-width: 0;
        flex-wrap: nowrap !important;
        justify-content: flex-end;
        gap: 7px !important;
    }

    .bom-svelta-shop-body .service-card__actions .service-info-link,
    .bom-svelta-shop-body .service-card__actions .icon-link {
        min-width: 0;
        min-height: 44px !important;
        padding: 0 12px !important;
        border-radius: 999px !important;
        white-space: nowrap;
        font-size: clamp(11px, 3.2vw, 13px);
        line-height: 1;
    }

    .bom-svelta-shop-body .service-card__actions .service-info-link {
        flex: 1 1 auto;
    }

    .bom-svelta-shop-body .service-card__actions .icon-link {
        flex: 0 0 auto;
    }
}

/* 2026-08-09: enlarge the transparent pen artwork inside the desktop card band. */
@media (min-width: 721px) {
    .bom-svelta-shop-body .service-card .service-image-button {
        width: min(96%, 540px) !important;
        height: 100px !important;
        min-height: 100px !important;
        max-height: 100px !important;
    }
}

/* 2026-08-09: soft product lift for the transparent pen artwork. */
.bom-svelta-shop-body .service-card .service-image-button img {
    filter:
        drop-shadow(0 7px 5px rgba(52, 40, 100, 0.18))
        drop-shadow(0 18px 16px rgba(75, 59, 138, 0.22)) !important;
}
