.svelta-shop-body {
    --bg: #f4efe7;
    --bg-2: #ebe0d2;
    --panel: rgba(255, 255, 255, 0.76);
    --panel-strong: rgba(255, 255, 255, 0.92);
    --line: rgba(26, 53, 76, 0.14);
    --text: #102338;
    --muted: #65717b;
    --blue: #0e4f83;
    --violet: #bda98f;
    background:
        radial-gradient(circle at 78% 8%, rgba(18, 84, 134, 0.13), transparent 24rem),
        linear-gradient(180deg, #faf8f3 0%, #f1e8dc 54%, #e5d6c5 100%);
    color: var(--text);
}

/* PageSpeed/agentic browsing hardening: reserve image space before assets load. */
.svelta-shop-body .svelta-shop-hero__panel {
    contain: layout paint;
}

.svelta-shop-body .svelta-shop-hero__panel--primary {
    aspect-ratio: 1904 / 544;
}

.svelta-shop-body .svelta-shop-hero__panel--grid {
    aspect-ratio: 1712 / 608;
}

.svelta-shop-body .svelta-shop-hero__panel > picture,
.svelta-shop-body .svelta-lower-hero > picture,
.svelta-shop-body .svelta-shop-editorial__image > picture,
.svelta-shop-body .service-image-button picture {
    display: block;
    width: 100%;
    height: 100%;
}

.svelta-shop-body .svelta-shop-hero__panel > img,
.svelta-shop-body .svelta-shop-hero__panel > picture > img,
.svelta-shop-body .svelta-lower-hero > img,
.svelta-shop-body .svelta-lower-hero > picture > img,
.svelta-shop-body .svelta-shop-editorial__image > img,
.svelta-shop-body .svelta-shop-editorial__image > picture > img {
    display: block;
    width: 100%;
    height: auto;
}

.svelta-shop-body .svelta-lower-hero {
    aspect-ratio: 1552 / 656;
}

.svelta-shop-body .svelta-shop-editorial__image {
    aspect-ratio: 1 / 1;
}

.svelta-shop-body .service-image-button {
    aspect-ratio: 1 / 1;
    cursor: zoom-in;
}

.svelta-shop-body .service-image-button picture > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.svelta-shop-body .service-image-button:focus-visible {
    outline: 3px solid rgba(14, 79, 131, 0.82);
    outline-offset: 3px;
}

@media (max-width: 620px) {
    .svelta-shop-body .svelta-shop-hero__panel--primary,
    .svelta-shop-body .svelta-shop-hero__panel--grid,
    .svelta-shop-body .svelta-lower-hero {
        min-height: 0;
    }

    .svelta-shop-body .svelta-shop-hero {
        margin-bottom: 26px;
    }
}

.svelta-shop-shell {
    width: min(1240px, calc(100% - 28px));
}

.svelta-shop-body .site-header {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    gap: 20px;
    padding: 20px 0 18px;
}

.svelta-shop-body .brand {
    justify-content: center;
    width: 100%;
    min-height: 76px;
    padding: 10px 34px;
    border: 1px solid rgba(14, 79, 131, 0.12);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(247, 242, 233, 0.58));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        0 18px 42px rgba(43, 34, 28, 0.09),
        0 0 0 1px rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px) saturate(1.06);
    -webkit-backdrop-filter: blur(14px) saturate(1.06);
}

.svelta-shop-body .brand img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    mix-blend-mode: normal;
}

.svelta-shop-body .site-header__controls {
    width: 100%;
    align-self: center;
}

.svelta-shop-body .mobile-menu-toggle {
    display: none;
}

.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-color: rgba(14, 79, 131, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
    box-shadow:
        0 16px 38px rgba(33, 45, 55, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px) saturate(1.12);
    -webkit-backdrop-filter: blur(16px) saturate(1.12);
}

.svelta-shop-body .site-nav::before,
.svelta-shop-body .site-nav::after {
    display: none;
}

.svelta-shop-body .site-nav a {
    min-height: 38px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 999px;
    padding: 0 15px;
    color: #3b4b5a;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 8px 20px rgba(35, 45, 55, 0.07);
    transform: translateY(0);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.svelta-shop-body .site-nav a[aria-current="page"],
.svelta-shop-body .site-nav a:hover {
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(14, 79, 131, 0.96), rgba(17, 98, 153, 0.86));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        0 12px 28px rgba(14, 79, 131, 0.24);
    transform: translateY(-1px);
}

.svelta-shop-body .site-nav a:active {
    transform: translateY(1px) scale(0.98);
    box-shadow:
        inset 0 2px 8px rgba(4, 32, 58, 0.24),
        0 5px 12px rgba(14, 79, 131, 0.18);
}

.svelta-shop-hero {
    position: relative;
    min-height: auto;
    display: grid;
    gap: 0;
    margin: 8px 0 44px;
    overflow: hidden;
    border: 1px solid rgba(16, 35, 56, 0.12);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(237, 229, 218, 0.84));
    box-shadow:
        0 42px 110px rgba(43, 34, 28, 0.18),
        0 18px 44px rgba(14, 79, 131, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.svelta-shop-hero__panel {
    position: relative;
    overflow: hidden;
    background: #f7f3eb;
}

.svelta-shop-hero__panel + .svelta-shop-hero__panel {
    border-top: 1px solid rgba(16, 35, 56, 0.1);
}

.svelta-shop-hero__panel > img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: contain;
}

.hero-glass-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 14px;
    color: #082746;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.16));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -1px 0 rgba(255, 255, 255, 0.18),
        0 16px 34px rgba(9, 36, 64, 0.2);
    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 {
    font-size: clamp(12px, 1.05vw, 16px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.48);
}

.hero-glass-button:hover {
    transform: translateY(-1px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.22));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 20px 38px rgba(9, 36, 64, 0.24);
}

.hero-glass-button--shop {
    left: 16.85%;
    top: 74.2%;
    width: 12.05%;
    height: 13.85%;
}

.hero-glass-button--ask {
    left: 28.7%;
    top: 74.2%;
    width: 14.25%;
    height: 13.85%;
}

.hero-glass-button--learn {
    left: 3.1%;
    top: 46.7%;
    width: 9.8%;
    height: 8%;
}

.hero-glass-button--grid-shop {
    left: 39.1%;
    top: 43.3%;
    width: 9.5%;
    height: 8.2%;
}

.hero-glass-button--philosophy {
    left: 70.8%;
    top: 45.2%;
    width: 11.5%;
    height: 8%;
}

.hero-glass-button--about {
    left: 71.4%;
    top: 88.2%;
    width: 14%;
    height: 6.8%;
}

.svelta-lower-hero {
    position: relative;
    margin: 24px 0 44px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    background: #efe6d8;
    box-shadow:
        0 38px 92px rgba(43, 34, 28, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.svelta-lower-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.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.72);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(246, 240, 231, 0.54)),
        radial-gradient(circle at 82% 20%, rgba(14, 79, 131, 0.12), transparent 20rem);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 20px 48px rgba(45, 36, 27, 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: rgba(16, 35, 56, 0.66);
    font-size: 13px;
    line-height: 1.45;
}

.svelta-currency-select {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 7px 6px 14px;
    border: 1px solid rgba(14, 79, 131, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 12px 26px rgba(14, 79, 131, 0.1);
}

.svelta-currency-select label {
    color: rgba(16, 35, 56, 0.74);
    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(14, 79, 131, 0.2);
    border-radius: 999px;
    padding: 0 34px 0 16px;
    color: #0e4f83;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 240, 231, 0.72));
    font: 900 14px/1 Inter, system-ui, sans-serif;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.svelta-currency-select option {
    color: #102338;
    background: #ffffff;
}

.svelta-discount-hero__row button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.68);
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(14, 79, 131, 0.96), rgba(17, 98, 153, 0.82)),
        radial-gradient(circle at 28% 0%, rgba(255, 255, 255, 0.46), transparent 46%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        inset 0 -1px 0 rgba(5, 31, 54, 0.18),
        0 14px 32px rgba(14, 79, 131, 0.24);
    backdrop-filter: blur(16px) saturate(1.16);
    -webkit-backdrop-filter: blur(16px) saturate(1.16);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.svelta-discount-hero__row button::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: inherit;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.34) 38%, transparent 62%);
    transform: translateX(-120%);
    transition: transform 520ms ease;
}

.svelta-discount-hero__row button:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.86);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        inset 0 -1px 0 rgba(5, 31, 54, 0.16),
        0 18px 38px rgba(14, 79, 131, 0.3);
}

.svelta-discount-hero__row button:hover::before {
    transform: translateX(120%);
}

.svelta-discount-hero__row button:active {
    transform: translateY(0) scale(0.985);
    box-shadow:
        inset 0 2px 8px rgba(5, 31, 54, 0.22),
        0 10px 22px rgba(14, 79, 131, 0.2);
}

.lower-hero-glass {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 12px;
    color: #092844;
    text-decoration: none;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        inset 0 -1px 0 rgba(255, 255, 255, 0.18),
        0 0 0 2px rgba(246, 241, 232, 0.78),
        0 18px 38px rgba(9, 36, 64, 0.18);
    backdrop-filter: blur(18px) saturate(1.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.lower-hero-glass span {
    font-size: clamp(12px, 1.05vw, 17px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
}

.lower-hero-glass:hover {
    transform: translateY(-1px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.24));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 22px 44px rgba(9, 36, 64, 0.22);
}

.lower-hero-glass--shop {
    left: 4.05%;
    top: 81.1%;
    width: 18.3%;
    height: 10.2%;
    color: #ffffff;
    background:
        linear-gradient(145deg, rgba(14, 79, 131, 0.92), rgba(14, 79, 131, 0.72));
}

.lower-hero-glass--shop span {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.lower-hero-glass--explore {
    left: 21.65%;
    top: 81.1%;
    width: 15.7%;
    height: 10.2%;
}

@media (max-width: 620px) {
    .svelta-lower-hero {
        margin: 16px 0 32px;
        border-radius: 12px;
    }

    .svelta-shop-toolbar {
        width: min(100%, calc(100% - 24px));
        margin: 14px auto 16px;
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 14px;
        border-radius: 18px;
    }

    .svelta-currency-select {
        justify-content: space-between;
        width: 100%;
    }

    .svelta-currency-select select {
        min-width: 112px;
    }

    .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(9, 36, 64, 0.16);
    }

    .lower-hero-glass span {
        opacity: 0;
    }
}
.svelta-shop-body .eyebrow {
    width: fit-content;
    border-color: rgba(14, 79, 131, 0.28);
    color: #0e4f83;
    background: rgba(255, 255, 255, 0.5);
}

.svelta-shop-intro .section-heading p,
.svelta-shop-editorial p {
    color: #596572;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.62;
}

.svelta-shop-body .btn,
.svelta-shop-body button,
.svelta-shop-body .icon-link {
    color: #ffffff;
    background: #0e4f83;
    box-shadow: 0 16px 36px rgba(14, 79, 131, 0.18);
}

.svelta-shop-body .btn--ghost,
.svelta-shop-body .service-precheck-link {
    border-color: rgba(14, 79, 131, 0.24);
    color: #0e4f83;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: none;
}

.svelta-shop-body .section {
    padding: 48px 0;
}

.svelta-shop-intro {
    border-top: 0;
}

.svelta-shop-body .svelta-range-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
    gap: clamp(48px, 6vw, 96px);
    align-items: center;
    margin: 24px 0 44px;
    padding: clamp(48px, 5.6vw, 76px) clamp(54px, 6.2vw, 92px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 22px;
    background:
        radial-gradient(circle at 82% 34%, rgba(196, 182, 159, 0.28), transparent 24rem),
        radial-gradient(circle at 15% 14%, rgba(255, 255, 255, 0.82), transparent 18rem),
        linear-gradient(135deg, rgba(250, 247, 240, 0.9), rgba(233, 222, 208, 0.78));
    box-shadow:
        0 34px 86px rgba(43, 34, 28, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(14px) saturate(1.02);
    -webkit-backdrop-filter: blur(14px) saturate(1.02);
}

.svelta-shop-body .svelta-range-hero::before {
    content: "";
    position: absolute;
    inset: 16px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 16px;
}

.svelta-shop-body .svelta-range-hero::after {
    content: "";
    position: absolute;
    right: 8%;
    top: 18%;
    width: min(340px, 30vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(14, 79, 131, 0.16), transparent);
}

.svelta-shop-body .svelta-range-hero__copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 20px;
    max-width: 520px;
}

.svelta-shop-body .svelta-range-hero__copy .eyebrow {
    margin-bottom: 0;
}

.svelta-shop-body .svelta-range-hero__copy h1 {
    max-width: 8.8ch;
}

.svelta-shop-body .svelta-range-hero__copy p {
    max-width: 480px;
    margin: 0;
    color: #5d6872;
    font-size: clamp(17px, 1.28vw, 20px);
    line-height: 1.58;
}

.svelta-category-menu {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: clamp(16px, 1.55vw, 22px);
    align-items: stretch;
}

.svelta-category-menu__item {
    min-height: 136px;
    position: relative;
    display: grid;
    align-content: end;
    gap: 10px;
    padding: 24px 22px 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    color: #102338;
    text-decoration: none;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.6), rgba(247, 242, 233, 0.36));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 22px 46px rgba(43, 34, 28, 0.1);
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.svelta-category-menu__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 18%, rgba(14, 79, 131, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent 52%);
}

.svelta-category-menu__item::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 14px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(14, 79, 131, 0.16);
    border-radius: 999px;
    color: #0e4f83;
    background: rgba(255, 255, 255, 0.52);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}

.svelta-category-menu__item:hover {
    transform: translateY(-3px);
    border-color: rgba(14, 79, 131, 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        0 28px 56px rgba(43, 34, 28, 0.14);
}

.svelta-category-menu__item span,
.svelta-category-menu__item small {
    position: relative;
    z-index: 1;
}

.svelta-category-menu__item span {
    max-width: 9.5ch;
    color: #102338;
    font-size: clamp(18px, 1.28vw, 22px);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: 0;
}

.svelta-category-menu__item small {
    color: #66727c;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.svelta-shop-body .section-heading h1,
.svelta-shop-editorial h2 {
    color: #102338;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.6vw, 58px);
    font-weight: 500;
    line-height: 1.02;
    text-transform: none;
}

.svelta-shop-body .payment-row span {
    border-color: rgba(14, 79, 131, 0.12);
    color: #26394b;
    background: rgba(255, 255, 255, 0.58);
}

.svelta-shop-body .service-card {
    min-height: 0;
    border-color: rgba(16, 35, 56, 0.12);
    border-radius: 8px;
    color: #102338;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 54px rgba(39, 34, 28, 0.1);
}

.svelta-shop-body .service-art {
    background: #f8f6f1;
    aspect-ratio: 1;
    overflow: hidden;
}

.svelta-shop-body .service-image-button,
.svelta-shop-body .service-art img {
    width: 100%;
    height: 100%;
}

.svelta-shop-body .service-art img {
    object-fit: contain;
}

.svelta-shop-body .service-card h3,
.svelta-shop-body .service-card__footer strong {
    color: #102338;
}

.svelta-shop-body .service-card p,
.svelta-shop-body .service-category {
    color: #5d6975;
}

.svelta-shop-body .service-card__footer {
    border-top-color: rgba(16, 35, 56, 0.1);
}

.svelta-shop-editorial {
    position: relative;
    min-height: clamp(520px, 58vw, 760px);
    margin: 26px 0 82px;
    padding: clamp(18px, 3vw, 34px);
    overflow: hidden;
    display: grid;
    align-items: end;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 22px;
    background: #eee4d6;
    box-shadow:
        0 38px 92px rgba(43, 34, 28, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.svelta-shop-editorial > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

.svelta-shop-editorial::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(244, 239, 231, 0.18), transparent 42%),
        linear-gradient(0deg, rgba(16, 35, 56, 0.18), transparent 42%);
    pointer-events: none;
}

.svelta-shop-editorial__glass {
    position: relative;
    z-index: 1;
    width: min(540px, 100%);
    display: grid;
    gap: 18px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 24px 58px rgba(16, 35, 56, 0.16);
    backdrop-filter: blur(20px) saturate(1.12);
    -webkit-backdrop-filter: blur(20px) saturate(1.12);
}

.svelta-shop-editorial__glass h2 {
    max-width: 10ch;
    margin: 0;
    color: #102338;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.8vw, 66px);
    font-weight: 500;
    line-height: 0.98;
    text-transform: none;
}

.svelta-shop-editorial__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.svelta-shop-editorial__actions a {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 999px;
    color: #0d304f;
    background: rgba(255, 255, 255, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 12px 28px rgba(14, 79, 131, 0.12);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.svelta-shop-editorial__actions a:first-child {
    color: #ffffff;
    background: #0e4f83;
    border-color: rgba(14, 79, 131, 0.22);
}
.svelta-shop-body .svelta-shop-editorial--split {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(280px, 0.7fr);
    gap: clamp(30px, 5vw, 72px);
    align-items: center;
    margin: 38px 0 82px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.svelta-shop-body .svelta-shop-editorial--split::after {
    display: none;
}

.svelta-shop-editorial__image {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 8px;
    background: #f5efe6;
    box-shadow: 0 26px 72px rgba(43, 34, 28, 0.13);
}

.svelta-shop-body .svelta-shop-editorial--split .svelta-shop-editorial__image > img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
}

.svelta-shop-editorial__copy {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: clamp(8px, 1.4vw, 18px) 0;
}

.svelta-shop-editorial__copy h2 {
    max-width: 10ch;
    margin: 0;
    color: #102338;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 70px);
    font-weight: 500;
    line-height: 0.98;
    text-transform: none;
}

.svelta-shop-editorial__copy p {
    max-width: 520px;
    margin: 0;
    color: #596572;
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.62;
}

.svelta-discount-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
    gap: clamp(24px, 5vw, 56px);
    align-items: center;
    margin: 34px 0 72px;
    padding: clamp(28px, 5vw, 56px);
    border: 1px solid rgba(16, 35, 56, 0.12);
    border-radius: 18px;
    background:
        radial-gradient(circle at 82% 24%, rgba(14, 79, 131, 0.16), transparent 22rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(244, 238, 228, 0.86));
    box-shadow:
        0 30px 82px rgba(43, 34, 28, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.svelta-discount-hero__copy h2 {
    max-width: 640px;
    margin: 8px 0 16px;
    color: #102338;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 500;
    line-height: 0.98;
}

.svelta-discount-hero__copy p {
    max-width: 560px;
    margin: 0;
    color: #5d6975;
    font-size: 18px;
    line-height: 1.65;
}

.svelta-discount-hero__form {
    display: grid;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 18px 44px rgba(31, 46, 58, 0.08);
    backdrop-filter: blur(18px) saturate(1.1);
    -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.svelta-discount-hero__form label {
    color: #102338;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.svelta-discount-hero__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.svelta-discount-hero__row input {
    min-height: 50px;
    border: 1px solid rgba(14, 79, 131, 0.18);
    border-radius: 999px;
    padding: 0 18px;
    color: #102338;
    background: rgba(255, 255, 255, 0.84);
}

.svelta-discount-hero__row button {
    min-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 999px;
    padding: 0 24px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(14, 79, 131, 0.96), rgba(17, 98, 153, 0.84));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 14px 28px rgba(14, 79, 131, 0.18);
    font-weight: 900;
}

.svelta-discount-hero__form small {
    color: #65717b;
    font-weight: 800;
}

@media (max-width: 920px) {
    .svelta-shop-body .svelta-shop-editorial--split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .svelta-discount-hero {
        grid-template-columns: 1fr;
    }

    .svelta-shop-editorial__copy h2 {
        max-width: 12ch;
    }
}

@media (max-width: 620px) {
    .svelta-shop-body .svelta-shop-editorial--split {
        margin: 26px 0 54px;
    }

    .svelta-discount-hero {
        margin: 22px 0 54px;
        padding: 24px 18px;
    }

    .svelta-discount-hero__row {
        grid-template-columns: 1fr;
    }
}
.svelta-shop-body .site-footer {
    width: min(1240px, calc(100% - 28px));
    margin-top: 12px;
    padding: 34px 0 44px;
    border-top-color: rgba(16, 35, 56, 0.12);
    color: #5d6975;
}

.svelta-shop-body .footer-brand {
    gap: 12px;
}

.svelta-shop-body .footer-brand__mark {
    width: min(360px, 72vw);
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 36px;
    border: 1px solid rgba(14, 79, 131, 0.12);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 242, 233, 0.6));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        0 18px 42px rgba(43, 34, 28, 0.09),
        0 0 0 1px rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px) saturate(1.06);
    -webkit-backdrop-filter: blur(14px) saturate(1.06);
}

.svelta-shop-body .footer-brand__mark img {
    display: block;
    width: 100%;
    max-width: 285px;
    height: auto;
    object-fit: contain;
    mix-blend-mode: normal;
}
.svelta-shop-body .footer-brand p {
    color: #536371;
    font-size: 12px;
    letter-spacing: 0.14em;
}

.svelta-shop-body .footer-payments {
    min-width: 0;
    width: min(520px, 100%);
    padding: 13px 18px;
    border: 1px solid rgba(14, 79, 131, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.46);
    box-shadow: none;
}

.svelta-shop-body .footer-payments p {
    margin: 0;
    color: #65717b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.svelta-checkout-body .checkout-panel,
.svelta-checkout-body .selected-service,
.svelta-checkout-body .payment-form,
.svelta-checkout-body .jason-payment-session {
    border-color: rgba(16, 35, 56, 0.12);
    color: #102338;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 22px 62px rgba(39, 34, 28, 0.1);
}

.svelta-checkout-body .checkout-intro h1,
.svelta-checkout-body .selected-service h2,
.svelta-checkout-body .payment-form h2 {
    color: #102338;
}

.svelta-checkout-body .checkout-intro p,
.svelta-checkout-body .selected-service p,
.svelta-checkout-body .payment-form p,
.svelta-checkout-body .field label {
    color: #5d6975;
}

.svelta-checkout-body .checkout-image-button {
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(16, 35, 56, 0.1);
    border-radius: 8px;
    background: #f7f3eb;
    box-shadow: none;
}

.svelta-checkout-body .checkout-service-image,
.svelta-checkout-body .checkout-empty-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    border-radius: 8px;
}

.svelta-checkout-body .payment-qr img,
.svelta-checkout-body .wallet-choice-preview img {
    object-fit: contain;
    background: #ffffff;
}

.svelta-shop-body .contact-page {
    padding: 30px 0 76px;
}

.svelta-shop-body .contact-panel {
    border-color: rgba(16, 35, 56, 0.12);
    color: #102338;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 22px 62px rgba(39, 34, 28, 0.1);
}

.svelta-shop-body .contact-panel__intro h1 {
    color: #102338;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    text-transform: none;
}

.svelta-shop-body .contact-panel__intro p,
.svelta-shop-body .contact-code p,
.svelta-shop-body .contact-form__footer p {
    color: #5d6975;
}

.svelta-shop-body .contact-code {
    border-color: rgba(14, 79, 131, 0.14);
    background: rgba(255, 255, 255, 0.58);
}

.svelta-shop-body .contact-code strong {
    color: #ffffff;
    background: #0e4f83;
}

.svelta-checkout-body input,
.svelta-checkout-body select,
.svelta-checkout-body textarea {
    border-color: rgba(14, 79, 131, 0.18);
    color: #102338;
    background: rgba(255, 255, 255, 0.72);
}

.svelta-checkout-body .checkout-panel.svelta-secure-checkout {
    width: min(760px, 100%);
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow:
        0 28px 74px rgba(42, 34, 25, 0.15),
        0 0 0 1px rgba(16, 35, 56, 0.1);
}

.svelta-checkout-body .checkout-intro--secure {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 30px 26px 24px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(248, 244, 237, 0.92), rgba(255, 255, 255, 0.92));
}

.svelta-checkout-body .checkout-intro--secure h1 {
    margin: 0;
    color: #102338;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.04;
}

.svelta-checkout-body .checkout-intro--secure p {
    max-width: 580px;
    margin: 0 auto;
    color: #5d6975;
}

.svelta-checkout-body .selected-service--checkout-card {
    border: 0;
    border-top: 1px solid rgba(16, 35, 56, 0.12);
    border-bottom: 1px solid rgba(16, 35, 56, 0.12);
    border-radius: 0;
    padding: 0;
    background: #ffffff;
    box-shadow: none;
}

.svelta-checkout-body .selected-service--checkout-card .checkout-image-button {
    border: 0;
    border-radius: 0;
    background: #f7f3eb;
}

.svelta-checkout-body .selected-service--checkout-card .checkout-service-image {
    border-radius: 0;
    object-fit: contain;
}

.svelta-checkout-body .selected-service__content {
    padding: 24px 26px 20px;
}

.svelta-checkout-body .selected-service__content h2 {
    margin: 4px 0 10px;
    color: #102338;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 500;
    line-height: 1.1;
}

.svelta-checkout-body .selected-service__content p {
    margin: 0;
    color: #5d6975;
    line-height: 1.7;
}

.svelta-checkout-body .selected-service__price {
    display: grid;
    justify-items: center;
    gap: 5px;
    padding: 18px 26px;
    border-top: 1px solid rgba(16, 35, 56, 0.12);
    color: #102338;
    text-align: center;
}

.svelta-checkout-body .selected-service__price span {
    color: #65717b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.svelta-checkout-body .selected-service__price strong {
    font-size: 22px;
}

.svelta-checkout-body #installation-request-form {
    padding: 26px;
}

.svelta-checkout-body .checkout-form-heading {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
    text-align: center;
}

.svelta-checkout-body .checkout-form-heading h2 {
    margin: 0;
    color: #102338;
    font-size: 20px;
}

.svelta-checkout-body .checkout-form-heading p {
    max-width: 560px;
    margin: 0 auto;
    color: #65717b;
    line-height: 1.55;
}

.svelta-checkout-body .checkout-shipping-grid {
    gap: 10px;
}

.svelta-checkout-body .checkout-shipping-grid .field {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 0;
}

.svelta-checkout-body .checkout-shipping-grid .field label {
    display: flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid rgba(16, 35, 56, 0.16);
    border-right: 0;
    border-radius: 6px 0 0 6px;
    padding: 0 13px;
    color: #4c5965;
    background: rgba(247, 243, 235, 0.66);
}

.svelta-checkout-body .checkout-shipping-grid input,
.svelta-checkout-body .checkout-shipping-grid select,
.svelta-checkout-body .checkout-shipping-grid textarea {
    min-height: 44px;
    border-radius: 0 6px 6px 0;
    background: rgba(248, 251, 251, 0.9);
}

.svelta-checkout-body .checkout-shipping-grid textarea {
    min-height: 110px;
}

.svelta-checkout-body .checkout-payment-structure--in-form {
    border-color: rgba(16, 35, 56, 0.12);
    border-radius: 8px;
    background: rgba(250, 248, 244, 0.92);
    box-shadow: none;
}

.svelta-checkout-body .checkout-shipping-panel {
    margin-top: 14px;
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid rgba(16, 35, 56, 0.12);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 248, 244, 0.9));
    box-shadow: 0 18px 44px rgba(38, 31, 25, 0.09);
}

.svelta-checkout-body .checkout-shipping-panel[hidden] {
    display: none;
}

.svelta-checkout-body .checkout-shipping-panel .checkout-form-heading {
    margin-bottom: 16px;
    text-align: center;
}

.svelta-checkout-body .checkout-shipping-panel .checkout-form-heading h2 {
    margin-bottom: 6px;
}

.svelta-checkout-body .checkout-price-box {
    border-color: rgba(16, 35, 56, 0.12);
}

.svelta-checkout-body .checkout-price-box p {
    color: #5d6975;
}

.svelta-checkout-body .payment-method-option,
.svelta-checkout-body .stripe-choice-card,
.svelta-checkout-body .wallet-selected-card,
.svelta-checkout-body .wallet-choice-preview {
    border-color: rgba(16, 35, 56, 0.14);
    color: #102338;
    background: rgba(255, 255, 255, 0.82);
}

.svelta-checkout-body .payment-method-option__name,
.svelta-checkout-body .stripe-choice-card strong,
.svelta-checkout-body .wallet-selected-card strong {
    color: #102338;
}

.svelta-checkout-body .research-confirmation {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid rgba(14, 79, 131, 0.18);
    border-radius: 8px;
    color: #243746;
    background: rgba(241, 248, 251, 0.86);
}

.svelta-checkout-body .research-confirmation input {
    width: 18px;
    min-height: 18px;
    margin-top: 3px;
}

.svelta-checkout-body .research-confirmation strong {
    display: block;
    margin-bottom: 3px;
    color: #102338;
}

.svelta-section-page {
    padding: 40px 0 86px;
}

.svelta-section-page__panel {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(34px, 6vw, 74px);
    border: 1px solid rgba(16, 35, 56, 0.12);
    border-radius: 18px;
    background:
        radial-gradient(circle at 78% 18%, rgba(14, 79, 131, 0.1), transparent 22rem),
        rgba(255, 255, 255, 0.76);
    box-shadow: 0 28px 78px rgba(43, 34, 28, 0.12);
}

.svelta-section-page__panel h1 {
    max-width: 740px;
    margin: 8px 0 16px;
    color: #102338;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 7vw, 72px);
    font-weight: 500;
    line-height: 0.98;
}

.svelta-section-page__panel p {
    max-width: 650px;
    color: #5d6975;
    font-size: 18px;
    line-height: 1.7;
}

.svelta-glass-link {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 999px;
    padding: 0 22px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(14, 79, 131, 0.96), rgba(17, 98, 153, 0.84));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.36),
        0 14px 30px rgba(14, 79, 131, 0.18);
    font-weight: 900;
}

.svelta-glass-link--ghost {
    color: #0e4f83;
    background: rgba(255, 255, 255, 0.66);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 12px 26px rgba(14, 79, 131, 0.1);
}

.svelta-product-page {
    padding: 20px 0 82px;
}

.svelta-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.78fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    padding: clamp(22px, 3vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    background:
        radial-gradient(circle at 82% 18%, rgba(14, 79, 131, 0.14), transparent 24rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(239, 230, 218, 0.82));
    box-shadow:
        0 34px 86px rgba(43, 34, 28, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.svelta-product-hero__media {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(16, 35, 56, 0.12);
    border-radius: 12px;
    background: #f7f3eb;
    box-shadow: 0 24px 62px rgba(43, 34, 28, 0.12);
}

.svelta-product-hero__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #f7f3eb;
}

.svelta-product-hero__copy {
    display: grid;
    align-content: center;
    gap: 17px;
}

.svelta-product-hero__copy h1 {
    margin: 0;
    color: #102338;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 6vw, 74px);
    font-weight: 500;
    line-height: 0.98;
}

.svelta-product-hero__copy p {
    margin: 0;
    color: #5d6975;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.65;
}

.svelta-product-hero__summary {
    color: #283b4d !important;
    font-weight: 760;
}

.svelta-product-hero__notice {
    padding: 14px 16px;
    border: 1px solid rgba(14, 79, 131, 0.16);
    border-radius: 12px;
    color: #274157;
    background: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.55;
}

.svelta-product-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.svelta-product-hero__back {
    width: fit-content;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(14, 79, 131, 0.18);
    border-radius: 999px;
    color: #0e4f83;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 920px) {
    .svelta-product-hero {
        grid-template-columns: 1fr;
    }

    .svelta-shop-editorial,
    .svelta-shop-body .svelta-range-hero {
        grid-template-columns: 1fr;
        display: grid;
    }

    .svelta-category-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .svelta-shop-body .svelta-range-hero {
        padding-inline: clamp(30px, 6vw, 48px);
    }
}

@media (max-width: 620px) {
    .svelta-product-page {
        padding: 12px 0 54px;
    }

    .svelta-product-hero {
        padding: 14px;
        gap: 18px;
        border-radius: 14px;
    }

    .svelta-product-hero__media {
        border-radius: 10px;
    }

    .svelta-product-hero__copy h1 {
        font-size: clamp(34px, 12vw, 48px);
    }

    .svelta-product-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .svelta-shop-body .site-header {
        display: grid;
        position: relative;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        align-items: center;
        gap: 12px;
        padding: 14px 58px 12px;
    }

    .svelta-shop-body .brand {
        width: min(286px, calc(100vw - 126px));
        min-height: 72px;
        padding: 8px 24px;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.84),
            0 12px 28px rgba(43, 34, 28, 0.08);
    }

    .svelta-shop-body .brand img {
        max-height: 54px;
    }

    .svelta-shop-body .mobile-menu-toggle {
        position: absolute;
        right: 8px;
        top: 50px;
        z-index: 20;
        display: inline-flex;
        width: 46px;
        height: 46px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid rgba(14, 79, 131, 0.18);
        border-radius: 999px;
        padding: 0;
        color: #0e4f83;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 236, 0.64));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.86),
            0 12px 26px rgba(43, 34, 28, 0.12),
            0 0 0 1px rgba(255, 255, 255, 0.28);
        transform: translateY(-50%);
        backdrop-filter: blur(16px) saturate(1.14);
        -webkit-backdrop-filter: blur(16px) saturate(1.14);
        appearance: none;
        cursor: pointer;
    }

    .svelta-shop-body .mobile-menu-toggle:hover {
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 236, 0.76));
        transform: translateY(-50%);
    }

    .svelta-shop-body .site-header.is-menu-open .mobile-menu-toggle {
        right: 16px;
        top: 42px;
        width: 38px;
        height: 38px;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 236, 0.78));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 10px 22px rgba(43, 34, 28, 0.1);
    }

    .svelta-shop-body .mobile-menu-toggle span {
        display: block;
        width: 21px;
        height: 2.5px;
        border-radius: 999px;
        background: #0e4f83;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
        transition: transform 160ms ease, opacity 160ms ease;
    }

    .svelta-shop-body .site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .svelta-shop-body .site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .svelta-shop-body .site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .svelta-shop-body .site-header__controls {
        display: none;
        grid-column: 1 / -1;
        width: min(330px, calc(100vw - 36px));
        justify-content: center;
    }

    .svelta-shop-body .site-header.is-menu-open .site-header__controls {
        display: block;
    }

    .svelta-shop-body .site-nav {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 12px;
        gap: 7px;
        min-height: 0;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.68);
        box-shadow:
            0 18px 40px rgba(43, 34, 28, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.82);
    }

    .svelta-shop-body .site-nav a {
        width: 100%;
        min-height: 34px;
        padding: 8px 15px;
        color: #17304a;
        font-size: 12px;
        letter-spacing: 0.01em;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.88),
            0 8px 18px rgba(35, 45, 55, 0.05);
        transform: none;
    }

    .svelta-shop-body .site-nav a[aria-current="page"],
    .svelta-shop-body .site-nav a:hover {
        color: #0e4f83;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 242, 249, 0.76));
        box-shadow:
            inset 3px 0 0 rgba(14, 79, 131, 0.72),
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            0 8px 18px rgba(35, 45, 55, 0.06);
        transform: none;
    }

    .svelta-shop-hero {
        border-radius: 10px;
        box-shadow:
            0 24px 62px rgba(43, 34, 28, 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    .svelta-shop-body .svelta-range-hero {
        margin: 16px 0 32px;
        padding: 28px 22px;
        border-radius: 16px;
    }

    .svelta-shop-body .svelta-range-hero::after {
        display: none;
    }

    .svelta-shop-body .svelta-range-hero__copy {
        gap: 14px;
    }

    .svelta-category-menu {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .svelta-category-menu__item {
        min-height: 96px;
        padding: 18px;
        border-radius: 16px;
    }

    .hero-glass-button {
        min-height: 24px;
        border-radius: 9px;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.68),
            0 8px 18px rgba(9, 36, 64, 0.18);
    }

    .hero-glass-button span {
        opacity: 0;
    }

    .hero-glass-button--shop {
        left: 16.6%;
        top: 74%;
        width: 12.55%;
        height: 14.25%;
    }

    .hero-glass-button--ask {
        left: 28.45%;
        top: 74%;
        width: 14.85%;
        height: 14.25%;
    }

    .hero-glass-button--learn,
    .hero-glass-button--grid-shop,
    .hero-glass-button--philosophy,
    .hero-glass-button--about {
        min-height: 18px;
    }

    .hero-glass-button--about {
        top: 86.8%;
    }

    .svelta-shop-hero__panel,
    .svelta-lower-hero {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        padding: 0 10px 12px;
        background: rgba(255, 255, 255, 0.48);
    }

    .svelta-shop-hero__panel > img,
    .svelta-lower-hero > img {
        flex: 0 0 calc(100% + 20px);
        width: calc(100% + 20px);
        max-width: none;
        margin: 0 -10px 2px;
    }

    .hero-glass-button,
    .hero-glass-button--shop,
    .hero-glass-button--ask,
    .hero-glass-button--learn,
    .hero-glass-button--grid-shop,
    .hero-glass-button--philosophy,
    .hero-glass-button--about,
    .lower-hero-glass,
    .lower-hero-glass--shop,
    .lower-hero-glass--explore {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        min-width: min(100%, 116px);
        min-height: 38px;
        padding: 0 16px;
        border-radius: 999px;
        color: #0b2d4b;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 0 0 2px rgba(246, 241, 232, 0.86),
            0 10px 22px rgba(14, 79, 131, 0.14);
    }

    .hero-glass-button--shop,
    .hero-glass-button--grid-shop,
    .lower-hero-glass--shop {
        color: #ffffff;
        background:
            linear-gradient(135deg, rgba(14, 79, 131, 0.96), rgba(17, 98, 153, 0.84));
    }

    .hero-glass-button span,
    .lower-hero-glass span {
        opacity: 1;
        overflow: visible;
        color: inherit;
        font-size: 11px;
        font-weight: 900;
        line-height: 1.05;
        text-align: center;
        white-space: normal;
        text-shadow: none;
    }

    .svelta-shop-body .site-footer {
        padding: 26px 0 34px;
        gap: 12px;
    }

    .svelta-shop-editorial {
        min-height: 520px;
        margin-bottom: 54px;
        padding: 14px;
        align-items: end;
    }

    .svelta-shop-editorial > img {
        object-position: 63% center;
    }

    .svelta-shop-editorial__glass {
        padding: 20px;
        border-radius: 16px;
    }

    .svelta-shop-editorial__glass h2 {
        max-width: 11ch;
    }

    .svelta-shop-editorial__actions a {
        flex: 1 1 130px;
    }

    .svelta-shop-body .footer-brand {
        gap: 8px;
    }

    .svelta-shop-body .footer-brand__mark {
        width: min(320px, 86vw);
        min-height: 66px;
        padding: 8px 28px;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.84),
            0 12px 28px rgba(43, 34, 28, 0.08);
    }

    .svelta-shop-body .footer-brand__mark img {
        max-width: 250px;
    }
    .svelta-shop-body .footer-brand p {
        max-width: 260px;
        font-size: 11px;
        line-height: 1.4;
    }

    .svelta-shop-body .footer-payments {
        width: min(300px, 100%);
        padding: 11px 16px;
        border-radius: 8px;
    }

    .svelta-shop-body .footer-payments p {
        font-size: 11px;
        line-height: 1.45;
    }

    .svelta-shop-body .contact-page {
        padding: 20px 0 52px;
    }

    .svelta-shop-body .contact-panel {
        padding: 18px;
    }

    .svelta-shop-body .contact-panel__intro h1 {
        font-size: clamp(34px, 12vw, 46px);
    }
}
@media (min-width: 621px) and (max-width: 1024px) {
    .svelta-shop-body .site-header {
        position: relative;
        grid-template-columns: minmax(280px, 390px) 58px;
        justify-content: center;
        justify-items: stretch;
        gap: 14px;
    }

    .svelta-shop-body .mobile-menu-toggle {
        align-self: center;
        justify-self: end;
        z-index: 20;
        display: inline-flex;
        width: 48px;
        height: 48px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid rgba(14, 79, 131, 0.18);
        border-radius: 999px;
        padding: 0;
        color: #0e4f83;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 244, 236, 0.66));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.88),
            0 12px 26px rgba(43, 34, 28, 0.12),
            0 0 0 1px rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(16px) saturate(1.14);
        -webkit-backdrop-filter: blur(16px) saturate(1.14);
        appearance: none;
        cursor: pointer;
    }

    .svelta-shop-body .mobile-menu-toggle span {
        display: block;
        width: 22px;
        height: 2.5px;
        border-radius: 999px;
        background: #0e4f83;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
        transition: transform 160ms ease, opacity 160ms ease;
    }

    .svelta-shop-body .site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .svelta-shop-body .site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .svelta-shop-body .site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .svelta-shop-body .site-header__controls {
        display: none;
        grid-column: 1 / -1;
        width: min(420px, calc(100vw - 56px));
        justify-self: center;
    }

    .svelta-shop-body .site-header.is-menu-open .site-header__controls {
        display: block;
    }

    .svelta-shop-body .site-nav {
        width: 100%;
        max-width: 100%;
        min-height: 0;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 8px;
        padding: 13px;
        border-radius: 26px;
        background: rgba(255, 255, 255, 0.72);
        box-shadow:
            0 18px 40px rgba(43, 34, 28, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.84);
    }

    .svelta-shop-body .site-nav a {
        width: 100%;
        min-height: 38px;
        padding: 8px 16px;
        color: #17304a;
        font-size: 13px;
        letter-spacing: 0.01em;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.44));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 8px 18px rgba(35, 45, 55, 0.05);
        transform: none;
    }

    .svelta-shop-body .site-nav a[aria-current="page"],
    .svelta-shop-body .site-nav a:hover {
        color: #0e4f83;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 242, 249, 0.76));
        box-shadow:
            inset 3px 0 0 rgba(14, 79, 131, 0.72),
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            0 8px 18px rgba(35, 45, 55, 0.06);
        transform: none;
    }
}
.svelta-shop-body .spam-trap,
.svelta-shop-body .spam-trap label,
.svelta-shop-body .spam-trap input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    pointer-events: none !important;
}.svelta-shop-body .spam-trap,
.svelta-shop-body .spam-trap label,
.svelta-shop-body .spam-trap input {
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
}
.svelta-shop-body .contact-page .contact-form input,
.svelta-shop-body .contact-page .contact-form select,
.svelta-shop-body .contact-page .contact-form textarea {
    border: 1px solid rgba(14, 79, 131, 0.18) !important;
    color: #102338 !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 10px 24px rgba(31, 46, 58, 0.05) !important;
}

.svelta-shop-body .contact-page .contact-form textarea {
    min-height: 168px;
}

.svelta-shop-body .contact-page .contact-form input::placeholder,
.svelta-shop-body .contact-page .contact-form textarea::placeholder {
    color: rgba(91, 105, 116, 0.74) !important;
}

.svelta-shop-body .contact-page .contact-form input:focus,
.svelta-shop-body .contact-page .contact-form select:focus,
.svelta-shop-body .contact-page .contact-form textarea:focus {
    outline: none !important;
    border-color: rgba(14, 79, 131, 0.48) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 0 0 4px rgba(14, 79, 131, 0.08),
        0 14px 28px rgba(31, 46, 58, 0.08) !important;
}


/* Product availability states */
.svelta-shop-body .service-card--unavailable .service-art {
    position: relative;
}

.availability-ribbon {
    position: absolute;
    z-index: 4;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    max-width: calc(100% - 32px);
    padding: 0 24px;
    border-radius: 0 14px 14px 0;
    color: #fff;
    font-size: clamp(13px, 1.25vw, 18px);
    font-weight: 950;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow: 0 16px 34px rgba(15, 35, 58, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.availability-ribbon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
}

.availability-ribbon--coming-soon,
.availability-pill--coming-soon {
    background: linear-gradient(135deg, #092f63, #145f9c);
}

.availability-ribbon--out-of-stock,
.availability-pill--out-of-stock {
    background: linear-gradient(135deg, #d30000, #e31717);
}

.availability-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    color: #fff;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 12px 24px rgba(14, 79, 131, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.service-price--struck {
    position: relative;
    color: rgba(16, 35, 56, 0.62) !important;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    text-decoration-color: #d83b52;
}

.svelta-checkout-body .checkout-unavailable-panel {
    position: relative;
    display: grid;
    gap: 14px;
    margin-top: 20px;
    padding: 76px 26px 26px;
    overflow: hidden;
    border: 1px solid rgba(16, 35, 56, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 22px 54px rgba(39, 34, 28, 0.1);
}

.svelta-checkout-body .checkout-unavailable-panel h2 {
    margin: 0;
    color: #102338;
    font-size: clamp(26px, 3vw, 38px);
}

.svelta-checkout-body .checkout-unavailable-panel p {
    max-width: 720px;
    margin: 0;
    color: #5d6975;
    line-height: 1.65;
}

@media (max-width: 620px) {
    .availability-ribbon {
        top: 10px;
        left: 10px;
        min-height: 38px;
        padding: 0 14px;
        border-radius: 0 10px 10px 0;
        font-size: 12px;
    }

    .availability-ribbon span {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .availability-pill {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }
}

/* 20260703 hero refresh: Apple-style glass controls for the replaced skincare panel. */
@media (min-width: 621px) {
    .hero-glass-button {
        min-height: 40px;
        border-color: rgba(255, 255, 255, 0.5);
        border-radius: 15px;
        color: rgba(8, 31, 54, 0.9);
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0.08));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.72),
            inset 0 -1px 0 rgba(255, 255, 255, 0.14),
            0 9px 18px rgba(7, 25, 44, 0.11);
        backdrop-filter: blur(16px) saturate(1.14);
        -webkit-backdrop-filter: blur(16px) saturate(1.14);
    }

    .hero-glass-button span {
        font-size: clamp(12px, 0.88vw, 14px);
        font-weight: 800;
        letter-spacing: 0;
        white-space: nowrap;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.38);
    }

    .hero-glass-button--learn {
        left: 4.05%;
        top: 54.8%;
        width: 13.8%;
        height: 6.9%;
    }

    .hero-glass-button--grid-shop {
        left: 39.6%;
        top: 76.2%;
        width: 10.1%;
        height: 6.9%;
    }

    .hero-glass-button--philosophy {
        left: 71.6%;
        top: 35.8%;
        width: 12.4%;
        height: 6.9%;
    }
}

@media (max-width: 620px) {
    .hero-glass-button {
        border-color: rgba(255, 255, 255, 0.78);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            0 12px 24px rgba(14, 79, 131, 0.16);
        backdrop-filter: blur(16px) saturate(1.2);
        -webkit-backdrop-filter: blur(16px) saturate(1.2);
    }

    .hero-glass-button span {
        white-space: nowrap;
    }
}

/* 20260703 top hero refresh: deliberate Apple-style controls on clean artwork. */
.svelta-shop-hero__panel--primary {
    aspect-ratio: auto;
    padding-bottom: 68px;
    overflow: visible;
}

.svelta-shop-hero__panel--primary > picture {
    display: block;
    width: 100%;
    height: auto;
}

.svelta-shop-hero__panel--primary > picture > img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.svelta-shop-hero__panel--primary .hero-glass-button {
    min-height: 44px;
    top: auto;
    bottom: 13px;
    border-color: rgba(255, 255, 255, 0.64);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.34) 56%, rgba(255, 255, 255, 0.18));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        inset 0 -1px 0 rgba(255, 255, 255, 0.18),
        0 16px 34px rgba(10, 38, 64, 0.14);
    backdrop-filter: blur(22px) saturate(1.22);
    -webkit-backdrop-filter: blur(22px) saturate(1.22);
}

.svelta-shop-hero__panel--primary .hero-glass-button span {
    font-size: 14px;
    font-weight: 850;
    letter-spacing: 0;
    white-space: nowrap;
    text-shadow: none;
}

.svelta-shop-hero__panel--primary .hero-glass-button--shop {
    left: calc(50% - 146px);
    width: 132px;
    height: 44px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(14, 79, 131, 0.96), rgba(17, 98, 153, 0.78));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        0 18px 34px rgba(14, 79, 131, 0.22);
}

.svelta-shop-hero__panel--primary .hero-glass-button--ask {
    left: calc(50% + 12px);
    width: 158px;
    height: 44px;
    color: #0b2d4b;
}

@media (max-width: 620px) {
    .svelta-shop-hero__panel--primary {
        display: block;
        overflow: visible;
        padding: 0 10px 66px;
        min-height: 0;
    }

    .svelta-shop-hero__panel--primary > picture {
        display: block;
        width: calc(100% + 20px);
        max-width: none;
        margin: 0 -10px;
    }

    .svelta-shop-hero__panel--primary .hero-glass-button span {
        font-size: 11px;
    }

    .svelta-shop-hero__panel--primary .hero-glass-button--shop,
    .svelta-shop-hero__panel--primary .hero-glass-button--ask {
        position: absolute;
        top: auto;
        bottom: 14px;
        width: 116px;
        height: 38px;
        min-width: 116px;
        min-height: 38px;
        padding: 0 14px;
    }

    .svelta-shop-hero__panel--primary .hero-glass-button--shop {
        left: calc(50% - 120px);
    }

    .svelta-shop-hero__panel--primary .hero-glass-button--ask {
        left: calc(50% + 4px);
    }
}
