﻿:root {
    --sj-blue: #214fa7;
    --sj-blue-2: #0b7cc8;
    --sj-cyan: #3aa6bd;
    --sj-cream: #d6cfb2;
    --sj-dark: #121a33;
    --sj-pink: #ff2fc5;
    --sj-white: #ffffff;
    --sj-soft: #f6f9ff;
}

html {
    scroll-padding-top: 86px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #17203a;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.sj-spa-main {
    min-height: 100vh;
}

.sj-spa-section {
    padding: 90px 7%;
    position: relative;
}

/* Header */
.sj-blue-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 9999;
    background: rgb(179, 2, 23);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.22);
}

.sj-blue-header-inner {
    height: 76px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 6%;
    max-width: 1600px;
    margin: auto;
}

.sj-blue-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.sj-logo-icon {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    background: #fff url(/images/logo.png) no-repeat center;
    color: var(--sj-blue);
    display: grid;
    place-items: center;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    background-size: 96px;
    font-size: 0;
    margin-top: 62px;
}

.sj-blue-logo strong {
    display: block;
    font-size: 18px;
    margin-top: 25px;
}

.sj-blue-logo span {
    display: block;
    font-size: 12px;
    opacity: .85;
}

.sj-blue-nav {
    display: flex;
    align-items: center;
    margin-top: 10px
}

    .sj-blue-nav a {
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        position: relative;
        margin-left: 30px;
    }

        .sj-blue-nav a:before {
            content: '';
            position: absolute;
            left: -15px;
            top: 0;
            height: 20px;
            width: 1.5px;
            background: linear-gradient(transparent, #fff, transparent);
        }

        .sj-blue-nav a:hover,
        .sj-blue-nav a.active {
            color: #dff6ff;
        }

/* Buttons */
.sj-blue-reserve-btn,
.sj-btn-gold {
    border: 0;
    border-radius: 6px;
    color: #17203a !important;
    padding: 10px 24px;
    font-weight: 900;
    box-shadow: 0 15px 30px rgba(195,138,40,.24);
    position: absolute;
    left: 6%;
    top: 49px;
    color: #fff !important;
    background: linear-gradient(transparent, #811);
    border: 2px solid #fff;
}

    .sj-blue-reserve-btn:hover,
    .sj-btn-gold:hover {
        background: #da0000;
    }

.sj-btn-glass {
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 999px;
    color: #fff;
    padding: 13px 24px;
    font-weight: 900;
    background: rgba(255,255,255,.13);
    backdrop-filter: blur(8px);
}

/* Hero */
.sj-design-hero {
    height: 100vh;
    min-height: 720px;
    position: relative;
    overflow: hidden;
    padding-top: 76px;
}

    .sj-design-hero::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 17%;
        background: url(/images/table2.png);
        z-index: 3;
    }

.sj-hero-white-ribbon {
    position: absolute;
    right: -45px;
    top: 25%;
    min-width: 58%;
    height: 98px;
    background: #fff;
    transform: rotate(-5deg);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 18% 0 7%;
    box-shadow: 0 20px 60px rgba(20,40,90,.14);
}

    .sj-hero-white-ribbon h1 {
        margin: 0;
        color: #447bd9;
        font-size: clamp(30px,4vw,46px);
        font-weight: 950;
    }

.sj-hero-top-phone {
    position: absolute;
    top: 108px;
    left: 13%;
    z-index: 6;
    color: #fff;
    font-size: clamp(22px,3vw,34px);
    letter-spacing: 3px;
    direction: ltr;
    font-weight: 900;
    text-shadow: 0 2px 8px rgba(0,0,0,.25);
    display: none;
}

/* Shapes */
.sj-hero-shapes {
    position: absolute;
    left: 3.8%;
    bottom: 8%;
    width: 560px;
    height: 560px;
    z-index: 2;
}

    .sj-hero-shapes .shape {
        position: absolute;
        display: block;
        width: 490px;
        height: 490px;
        border-radius: 52px;
        transform-origin: center center;
        will-change: transform;
    }

.shape-1 {
    left: 8px;
    bottom: 52px;
    background: rgb(197, 3, 27);
    animation: floatShape1 8s ease-in-out infinite;
    opacity: 0.2;
}

.shape-2 {
    left: 70px;
    bottom: 15px;
    background: rgb(196, 3, 27);
    animation: floatShape2 10s ease-in-out infinite;
    opacity: 0.2;
}

.shape-3 {
    left: 36px;
    bottom: 36px;
    background: rgb(117, 38, 38);
    animation: floatShape3 9s ease-in-out infinite;
    opacity: 0.2;
}

@keyframes floatShape1 {
    0%,100% {
        transform: translate(0,0) rotate(-10deg);
    }

    50% {
        transform: translate(-8px,-18px) rotate(-7deg);
    }
}

@keyframes floatShape2 {
    0%,100% {
        transform: translate(0,0) rotate(-4deg);
    }

    50% {
        transform: translate(10px,-24px) rotate(-1deg);
    }
}

@keyframes floatShape3 {
    0%,100% {
        transform: translate(0,0) rotate(2deg);
    }

    50% {
        transform: translate(-6px,-15px) rotate(-1deg);
    }
}

.sj-hero-model-ref {
    position: absolute;
    left: 6%;
    bottom: 8%;
    z-index: 5;
    width: 520px;
    height: 560px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .sj-hero-model-ref img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 24px 36px rgba(10,31,80,.30));
    }

/* Arrows */
.sj-hero-arrow {
    position: absolute;
    top: 51%;
    z-index: 7;
    width: 82px;
    height: 82px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 95px;
    line-height: 1;
    cursor: pointer;
}

.sj-hero-arrow-right {
    right: 3%;
}

.sj-hero-arrow-left {
    left: 43%;
}

/* Hero menu */
.sj-hero-menu-box {
    position: absolute;
    right: 8%;
    top: 48%;
    z-index: 6;
    display: grid;
    grid-template-columns: minmax(330px,520px) 210px;
    align-items: center;
    gap: 32px;
}

.sj-hero-text-card {
    border: 2px solid rgba(29,47,83,.55);
    padding: 30px 40px;
    color: #fff;
    font-size: 21px;
    line-height: 2.05;
    text-align: center;
    background: rgba(120,155,210,.18);
    backdrop-filter: blur(6px);
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

.sj-hero-side-menu {
    display: flex;
    flex-direction: column;
    gap: 28px;
    display: none;
}

    .sj-hero-side-menu a {
        color: #050914;
        font-size: 22px;
        font-weight: 900;
        transition: .25s;
    }

        .sj-hero-side-menu a:hover {
            transform: translateX(-6px);
            color: var(--sj-blue);
        }

        .sj-hero-side-menu a.active::before {
            content: "";
            display: inline-block;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 42px solid var(--sj-pink);
            margin-left: 14px;
            vertical-align: middle;
        }

/* Bottom icons */
.sj-hero-bottom-icons {
    position: absolute;
    right: 200px;
    z-index: 6;
    display: flex;
    justify-content: space-around;
    bottom: 40px
}

    .sj-hero-bottom-icons a {
        color: #000;
        font-size: 20px;
        filter: grayscale(1);
        transition: .25s;
        margin-right: 20px
    }

        .sj-hero-bottom-icons a:hover {
            transform: translateY(-6px);
            filter: none;
            color: #811;
        }

/* Section title */
.sj-section-title {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 45px;
}

    .sj-section-title span,
    .sj-gallery-hero span,
    .sj-appointment-info span,
    .sj-contact-info span,
    .sj-team-text span {
        color: #d22525;
        font-weight: 900;
        letter-spacing: 2px;
    }

    .sj-section-title h2,
    .sj-gallery-hero h2,
    .sj-appointment-info h2,
    .sj-contact-info h2,
    .sj-team-text h2 {
        font-size: 21px;
        margin: 10px 0 16px;
        color: #fff;
        letter-spacing: -1.5px;
    }

    .sj-section-title p,
    .sj-gallery-hero p,
    .sj-appointment-info p,
    .sj-contact-info p,
    .sj-team-text p {
        font-size: 13px;
        line-height: 2;
        color: #ff8484;
    }

.floatleft {
    float: left;
}
/* Services */
.sj-home-services {
}

.sj-service-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
}

.sj-service-card {
    background: #fff;
    border-radius: 7px;
    padding: 32px;
    box-shadow: 0 18px 45px rgba(37,80,160,.09);
    transition: .25s;
    background: #fff url(/images/normal.png) no-repeat right top;
    background-size: 240px;
    padding-right: 250px;
    height: 351px;
    animation: floatShape3 9s ease-in-out infinite;
}

    .sj-service-card.aroos-card {
        background: #fff url(/images/aroos.png) no-repeat left top;
        background-size: 290px;
        padding-right: 32px;
        padding-left: 250px !important;
    }

    .sj-service-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 26px 60px rgba(37,80,160,.16);
    }

    .sj-service-card h3 {
        margin: 0 0 14px;
        color: #c4031a;
        font-size: 24px;
        position: relative;
        height: 50px;
    }

        .sj-service-card h3:before {
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #911);
            content: '';
            position: absolute;
        }

    .sj-service-card p {
        line-height: 2;
        color: #000;
    }

    .sj-service-card a {
        display: inline-block;
        margin-top: 16px;
        color: #fff;
        font-weight: 900;
        background: #da0000;
        padding: 2px 10px;
        border-radius: 4px;
    }

/* Appointment / Contact */
.sj-appointment-page,
.sj-contact-page {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 42px;
    align-items: center;
}

.sj-appointment-card,
.sj-contact-card {
    background: #580909;
    border-radius: 0 0 8px 8px;
    padding: 36px;
    box-shadow: 0 25px 70px rgba(160, 30, 30, 0.13);
    margin-top: -39px;
    box-shadow: 0 0 76px #000;
}

.sj-appointment-note,
.sj-contact-box {
    background: #eef6ff;
    border-right: 5px solid #b30217;
    border-radius: 18px;
    padding: 18px 20px;
    margin-top: 18px;
    color: #000;
}

.sj-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.sj-form-group {
    margin-bottom: 18px;
}

    .sj-form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 400;
        color: #fff;
        font-size: 12px;
    }

    .sj-form-group input,
    .sj-form-group select,
    .sj-form-group textarea {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #ffcfcf;
        border-radius: 4px;
        padding: 7px 16px;
        background: #fbfdff;
        outline: none;
        font-family: inherit;
    }

        .sj-form-group input:focus,
        .sj-form-group select:focus,
        .sj-form-group textarea:focus {
            border-color: #2d83d8;
            box-shadow: 0 0 0 4px rgba(45,131,216,.12);
        }

#appointmentSubmit,
#contactSubmit {
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 16px;
    background: linear-gradient(135deg,#841010,#b30217);
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
}

.sj-message-success,
.sj-message-error {
    margin-top: 16px;
    border-radius: 16px;
    padding: 14px;
    font-weight: 800;
}

.sj-message-success {
    background: #e8fff2;
    color: #138044;
}

.sj-message-error {
    background: #fff0f0;
    color: #b42318;
}

/* Team */
.sj-team-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.sj-team-image img {
    width: 100%;
    border-radius: 38px;
    box-shadow: 0 30px 80px rgba(20,60,130,.18);
    max-height: 560px;
    object-fit: cover;
    background: #fff;
    border-radius: 800px;
    max-width: 560px;
}

.sj-team-text {
    max-width: 620px;
}

    .sj-team-text .sj-btn-gold {
        display: inline-block;
        margin-top: 20px;
    }

/* Gallery */
.sj-gallery-page {
}

.sj-gallery-hero {
    text-align: center;
    margin-bottom: 30px;
}

.sj-gallery-filter {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

    .sj-gallery-filter a,
    .sj-gallery-filter button {
        border: 0px solid #292929;
        background: #fff;
        color: #174db0;
        border-radius: 999px;
        padding: 12px 22px;
        font-weight: 900;
        cursor: pointer;
        font-family: inherit;
    }

    .sj-gallery-filter .active {
        background: #b30217;
        color: #fff;
    }

.sj-gallery-masonry {
    columns: 4 250px;
    column-gap: 22px;
}

.sj-gallery-card {
    break-inside: avoid;
    margin-bottom: 22px;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 45px rgba(37,80,160,.11);
}

    .sj-gallery-card img {
        width: 100%;
        display: block;
        cursor: pointer;
        height: 348px;
        object-fit: contain;
    }

.sj-gallery-caption {
    padding: 18px;
}

    .sj-gallery-caption h3 {
        margin: 0 0 8px;
        color: #310505;
        font-size: 14px;
    }

    .sj-gallery-caption p {
        line-height: 1.9;
        color: #5d6b84;
    }

.sj-gallery-card.is-hidden {
    display: none;
}

/* Lightbox */
.sj-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(4,13,31,.82);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

    .sj-lightbox span {
        position: absolute;
        top: 22px;
        left: 32px;
        color: #fff;
        font-size: 54px;
        cursor: pointer;
    }

    .sj-lightbox img {
        max-width: 92vw;
        max-height: 88vh;
        border-radius: 24px;
    }

/* FAQ */
.sj-faq-section {
    background: #fff;
}

.sj-faq-item {
    max-width: 900px;
    margin: 0 auto 14px;
    background: #f7fbff;
    border: 1px solid #d9e9ff;
    border-radius: 18px;
    padding: 18px 22px;
}

    .sj-faq-item summary {
        cursor: pointer;
        font-weight: 900;
        color: #17336f;
    }

    .sj-faq-item p {
        line-height: 2;
        color: #53627c;
    }

/* Float */
.sj-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9998;
    background: #fff;
    color: #04932e;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(37,211,102,.35);
}

/* Tablet */
@media(max-width:1100px) {
    .sj-blue-header-inner {
        height: auto;
        min-height: 76px;
        flex-wrap: wrap;
        padding: 12px 5%;
    }

    .sj-blue-nav {
        order: 3;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
    }

    .sj-design-hero {
        min-height: 880px;
    }

    .sj-hero-white-ribbon {
        right: 5%;
        top: 26%;
        min-width: 70%;
        padding-right: 8%;
    }

    .sj-hero-shapes {
        left: 1%;
        bottom: 9%;
        transform: scale(.9);
        transform-origin: left bottom;
    }

    .sj-hero-model-ref {
        left: 2%;
        width: 48%;
        height: 58%;
        bottom: 10%;
    }

    .sj-hero-menu-box {
        right: 5%;
        top: 49%;
        grid-template-columns: 1fr;
        max-width: 48%;
    }

    .sj-hero-text-card {
        font-size: 17px;
        padding: 22px;
    }

    .sj-hero-side-menu a {
        font-size: 18px;
    }

    .sj-hero-arrow-left {
        left: 48%;
    }

    .sj-service-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .sj-appointment-page,
    .sj-contact-page,
    .sj-team-section {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media(max-width:700px) {
    html {
        scroll-padding-top: 132px;
    }

    .sj-spa-section {
        padding: 65px 5%;
    }

    .sj-blue-header-inner {
        gap: 12px;
    }

    .sj-blue-nav {
        overflow-x: auto;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

        .sj-blue-nav a {
            white-space: nowrap;
            font-size: 13px;
        }

    .sj-design-hero {
        height: auto;
        min-height: 890px;
        padding-top: 130px;
    }

        .sj-design-hero::before {
            left: -18%;
            top: 13%;
            width: 95%;
            height: 26%;
            border-radius: 70px 70px 70px 0;
        }

    .sj-hero-top-phone {
        top: 148px;
        left: 7%;
        font-size: 22px;
    }

    .sj-hero-white-ribbon {
        top: 24%;
        right: -22px;
        height: 78px;
        min-width: 88%;
        padding-right: 9%;
    }

        .sj-hero-white-ribbon h1 {
            font-size: 27px;
        }

    .sj-hero-shapes {
        left: 0;
        right: 0;
        bottom: 19%;
        width: 100%;
        height: 360px;
        transform: none;
    }

        .sj-hero-shapes .shape {
            width: 330px;
            height: 330px;
            border-radius: 36px;
        }

    .shape-1 {
        left: 4%;
        bottom: 34px;
    }

    .shape-2 {
        left: 16%;
        bottom: 8px;
    }

    .shape-3 {
        left: 10%;
        bottom: 22px;
    }

    .sj-hero-model-ref {
        left: 2%;
        bottom: 16%;
        width: 78%;
        height: 430px;
    }

    .sj-hero-menu-box {
        right: 5%;
        left: 5%;
        top: 57%;
        max-width: none;
        gap: 16px;
    }

    .sj-hero-text-card {
        font-size: 14px;
        line-height: 1.9;
        padding: 18px;
    }

    .sj-hero-side-menu {
        gap: 12px;
    }

        .sj-hero-side-menu a {
            font-size: 16px;
        }

    .sj-hero-bottom-icons {
        right: 4%;
        left: 4%;
        bottom: 3%;
    }

        .sj-hero-bottom-icons a {
            font-size: 32px;
        }

    .sj-hero-arrow {
        display: none;
    }

    .sj-service-grid,
    .sj-form-row {
        grid-template-columns: 1fr;
    }

    .sj-section-title h2,
    .sj-gallery-hero h2,
    .sj-appointment-info h2,
    .sj-contact-info h2,
    .sj-team-text h2 {
        font-size: 28px;
    }

    .sj-appointment-card,
    .sj-contact-card {
        padding: 24px;
    }

    .sj-gallery-masonry {
        columns: 1;
    }

    .sj-blue-reserve-btn {
        display: none;
    }

    .sj-whatsapp-float {
        right: 14px;
        bottom: 14px;
        padding: 12px 18px;
    }
}

/* ===============================
   Single Page / No document scroll
   =============================== */
html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

body {
    overscroll-behavior: none;
}

.sj-spa-main {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 0;
}

    .sj-spa-main:before {
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(90deg, #100, #811);
        background-size: auto;
        background-size: auto;
        content: '';
    }

.sj-design-hero,
.sj-spa-section {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100vh !important;
    min-height: 0 !important;
    overflow: hidden auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px) scale(.985);
    transition: opacity .48s ease, transform .48s ease, visibility .48s ease;
    z-index: 1;
    scrollbar-width: thin;
}

.sj-spa-section {
    padding: 116px 7% 42px;
}

.sj-hero-bg-text {
    display: none;
}

.sj-design-hero.sj-section-active,
.sj-spa-section.sj-section-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    z-index: 5;
    background-size: 50%;
}

.sj-design-hero {
    padding-top: 76px;
}

.sj-blue-nav a.active,
.sj-hero-side-menu a.active,
.sj-hero-bottom-icons a.active {
    color: #ffdca0 !important;
}

.sj-seo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.sj-gallery-card.is-hidden {
    display: none;
}

.sj-appointment-page,
.sj-contact-page,
.sj-team-section {
    display: grid;
    align-items: center;
    gap: 34px;
}

.sj-appointment-page,
.sj-contact-page {
    grid-template-columns: .82fr 1.18fr;
}

.sj-team-section {
    grid-template-columns: 1fr 1fr;
}

.sj-home-services .sj-service-grid,
.sj-gallery-page .sj-gallery-masonry,
.sj-faq-section {
    overflow: auto;
    padding-inline-end: 8px;
    padding-top: 20px;
}

@media (max-width: 900px) {
    .sj-spa-section {
        padding: 102px 5% 28px;
    }

    .sj-appointment-page,
    .sj-contact-page,
    .sj-team-section {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .sj-blue-nav {
        overflow-x: auto;
        max-width: 62vw;
        gap: 14px;
    }
}

/* ===============================
   Bride images slider over shapes
   =============================== */
.sj-bride-shape-slider {
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.sj-bride-slider-frame {
    position: relative;
    width: min(410px, 88%);
    height: min(510px, 86%);
    border-radius: 54px 54px 120px 54px;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(145deg, rgba(255,255,255,.28), rgba(255,255,255,.06));
    box-shadow: 0 36px 85px rgba(60, 6, 19, .32), inset 0 0 0 1px rgba(255,255,255,.55);
    transform: rotate(-3deg);
}

    .sj-bride-slider-frame::before {
        content: "";
        position: absolute;
        inset: 14px;
        z-index: 5;
        border: 1px solid rgba(255,255,255,.55);
        border-radius: 44px 44px 104px 44px;
        pointer-events: none;
    }

    .sj-bride-slider-frame::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 4;
        background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(70, 4, 18, .48) 100%), radial-gradient(circle at 24% 18%, rgba(255,255,255,.42), transparent 28%);
        pointer-events: none;
    }

.sj-bride-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.12) rotate(4deg) translateX(-18px);
    transition: opacity .9s ease, transform 1.25s cubic-bezier(.2,.85,.2,1), filter .9s ease;
    filter: blur(10px) saturate(.9);
}

    .sj-bride-slide.active {
        opacity: 1;
        transform: scale(1) rotate(0deg) translateX(0);
        filter: blur(0) saturate(1.05);
        z-index: 2;
    }

    .sj-bride-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        display: block;
        filter: contrast(1.03) brightness(1.02);
    }

.sj-bride-slider-glow {
    position: absolute;
    width: 210px;
    height: 210px;
    right: -82px;
    top: -62px;
    z-index: 6;
    background: radial-gradient(circle, rgba(255, 207, 184, .65), transparent 68%);
    animation: sjBrideGlow 3.8s ease-in-out infinite;
    pointer-events: none;
}

.sj-bride-slider-badge {
    position: absolute;
    right: 26px;
    bottom: 28px;
    z-index: 7;
    direction: ltr;
    color: #fff;
    border: 1px solid rgba(255,255,255,.45);
    background: rgba(120, 0, 25, .48);
    backdrop-filter: blur(9px);
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.sj-bride-slider-dots {
    position: absolute;
    left: 50%;
    bottom: -4px;
    z-index: 8;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
    direction: ltr;
}

    .sj-bride-slider-dots button {
        width: 9px;
        height: 9px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(255,255,255,.72);
        cursor: pointer;
        box-shadow: 0 6px 15px rgba(0,0,0,.18);
        transition: width .35s ease, background .35s ease, transform .35s ease;
    }

        .sj-bride-slider-dots button.active {
            width: 31px;
            background: #fff;
            transform: translateY(-2px);
        }

.sj-bride-shape-slider:hover .sj-bride-slider-frame {
    transform: rotate(0deg) translateY(-8px);
    transition: transform .45s ease;
}

@keyframes sjBrideGlow {
    0%, 100% {
        transform: translate(0,0) scale(1);
        opacity: .72;
    }

    50% {
        transform: translate(-18px,18px) scale(1.18);
        opacity: .95;
    }
}

@media(max-width:1100px) {
    .sj-bride-slider-frame {
        width: min(360px, 90%);
        height: min(470px, 84%);
    }
}

@media(max-width:700px) {
    .sj-bride-slider-frame {
        width: min(315px, 86%);
        height: 390px;
        border-radius: 38px 38px 88px 38px;
    }

        .sj-bride-slider-frame::before {
            border-radius: 30px 30px 74px 30px;
        }

    .sj-bride-slider-badge {
        right: 18px;
        bottom: 20px;
        font-size: 10px;
    }
}


/* ==========================================================
   Mobile-first premium redesign - Sanaz Jafari
   ========================================================== */
.sj-mobile-dock {
    display: none;
}

@media (max-width: 760px) {
    :root {
        --sj-mobile-bg: #150307;
        --sj-mobile-card: rgba(255,255,255,.095);
        --sj-mobile-border: rgba(255,214,205,.22);
        --sj-mobile-gold: #ffd7a7;
        --sj-mobile-red: #a80d22;
    }

    html,
    body {
        height: 100%;
        width: 100%;
        overflow: hidden !important;
        background: radial-gradient(circle at 25% 8%, rgba(255,212,176,.18), transparent 34%), radial-gradient(circle at 88% 18%, rgba(255,47,94,.20), transparent 30%), linear-gradient(160deg, #21040a 0%, #070102 100%);
        -webkit-tap-highlight-color: transparent;
    }

        body::before {
            content: "";
            position: fixed;
            inset: 0;
            z-index: -1;
            background: linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.045) 49%, transparent 50%), radial-gradient(circle at 50% 110%, rgba(255, 215, 167, .16), transparent 36%);
            pointer-events: none;
        }

    .sj-spa-main {
        height: 100dvh;
        min-height: 100dvh;
        overflow: hidden !important;
        padding: 0;
    }

    .sj-blue-header {
        top: 10px;
        left: 12px;
        right: 12px;
        width: auto;
        border-radius: 28px;
        background: rgba(58, 4, 14, .68);
        border: 1px solid rgba(255, 225, 206, .20);
        box-shadow: 0 18px 45px rgba(0,0,0,.28);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .sj-blue-header-inner {
        min-height: 62px;
        height: 62px;
        padding: 0 14px;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .sj-blue-logo {
        min-width: 0;
        gap: 9px;
    }

    .sj-logo-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        border-radius: 18px;
        margin-top: 0;
        background-size: 46px;
        box-shadow: 0 10px 24px rgba(0,0,0,.22);
    }

    .sj-blue-logo strong {
        font-size: 15px;
        margin-top: 0;
        white-space: nowrap;
    }

    .sj-blue-logo span {
        font-size: 10px;
        color: rgba(255,255,255,.78);
    }

    .sj-blue-nav {
        display: none !important;
    }

    .sj-blue-reserve-btn {
        display: inline-flex !important;
        position: static;
        border-radius: 16px;
        padding: 10px 13px;
        font-size: 12px;
        border: 0px solid rgba(255,255,255,.42);
        background: linear-gradient(135deg, #370309, #d31f38);
        box-shadow: 0 12px 24px rgba(179,2,23,.30);
        white-space: nowrap;
    }

    .sj-design-hero,
    .sj-spa-section {
        height: 100dvh !important;
        max-height: 100dvh;
        overflow: hidden auto;
        padding: 88px 16px 94px !important;
        background: transparent !important;
        scrollbar-width: none;
        transform: translateY(28px) scale(.96);
        transition: opacity .42s ease, transform .52s cubic-bezier(.18,.85,.22,1), visibility .42s ease;
    }

        .sj-design-hero::-webkit-scrollbar,
        .sj-spa-section::-webkit-scrollbar {
            display: none;
        }

        .sj-design-hero::after {
            display: none;
        }

        .sj-design-hero.sj-section-active,
        .sj-spa-section.sj-section-active {
            transform: translateY(0) scale(1);
        }

    .sj-hero-content {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: calc(100dvh - 190px);
        justify-content: space-between;
        gap: 18px;
    }

    .sj-hero-info {
        max-width: none !important;
        width: auto;
        padding: 0 !important;
        text-align: right !important;
        color: #fff;
        order: 2;
        position: relative;
        z-index: 8;
    }

        .sj-hero-info::before {
            display: none !important;
        }

    .sj-hero-label {
        display: inline-flex;
        align-items: center;
        padding: 7px 12px;
        border-radius: 999px;
        background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.20);
        color: var(--sj-mobile-gold);
        letter-spacing: 1.5px;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .sj-hero-info h1 {
        font-size: clamp(25px, 7.4vw, 35px) !important;
        line-height: 1.45 !important;
        letter-spacing: -1.2px;
        color: #fff !important;
        margin-bottom: 10px !important;
        text-shadow: 0 8px 24px rgba(0,0,0,.35);
    }

    .sj-hero-info p {
        color: rgba(255,255,255,.82) !important;
        background: rgba(255,255,255,.08) !important;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 22px;
        padding: 14px 16px !important;
        font-size: 13px !important;
        line-height: 2 !important;
        letter-spacing: -.4px !important;
        margin: 0 0 14px !important;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        animation: none !important;
    }

    .sj-hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 10px;
    }

    .sj-btn-primary,
    .sj-btn-light,
    .sj-btn-gold,
    .sj-select-service,
    #appointmentSubmit,
    #contactSubmit {
        border-radius: 18px !important;
        padding: 13px 15px !important;
        font-size: 13px !important;
        text-align: center;
        box-shadow: 0 16px 30px rgba(0,0,0,.18);
    }

    .sj-btn-primary,
    #appointmentSubmit,
    #contactSubmit {
        background: linear-gradient(135deg, #ffefe5, #c4112a 52%, #6b0714) !important;
        color: #fff !important;
        border: 1px solid rgba(255,255,255,.20) !important;
    }

    .sj-btn-light,
    .sj-btn-gold {
        position: static !important;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: rgba(255,255,255,.11) !important;
        color: #fff !important;
        border: 1px solid rgba(255,255,255,.22) !important;
        backdrop-filter: blur(12px);
    }

    .sj-hero-visual {
        order: 1;
        position: relative;
        height: min(44dvh, 380px);
        min-height: 300px;
        margin-top: 4px;
        border-radius: 36px;
        overflow: visible;
    }

    .sj-hero-shapes {
        inset: 22px auto auto 50% !important;
        width: 300px !important;
        height: 300px !important;
        transform: translateX(-50%) !important;
        z-index: 1;
        opacity: .95;
    }

        .sj-hero-shapes .shape {
            width: 250px !important;
            height: 250px !important;
            border-radius: 52px !important;
            filter: blur(.2px);
        }

    .shape-1 {
        left: 18px !important;
        bottom: 26px !important;
        opacity: .34;
        background: #ff6d88 !important;
    }

    .shape-2 {
        left: 44px !important;
        bottom: 0 !important;
        opacity: .28;
        background: #b70c25 !important;
    }

    .shape-3 {
        left: -8px !important;
        bottom: 10px !important;
        opacity: .26;
        background: #ffd0a6 !important;
    }

    .sj-hero-model-ref,
    .sj-bride-shape-slider {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 4;
        display: grid;
        place-items: center;
    }

    .sj-bride-slider-frame {
        width: min(78vw, 315px) !important;
        height: min(39dvh, 350px) !important;
        min-height: 285px;
        border-radius: 42px 42px 110px 42px !important;
        transform: rotate(-2deg) !important;
        box-shadow: 0 30px 80px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.35);
    }

        .sj-bride-slider-frame::before {
            inset: 10px;
            border-radius: 33px 33px 92px 33px !important;
        }

    .sj-bride-slider-badge {
        right: 18px !important;
        bottom: 18px !important;
        background: rgba(80, 3, 16, .58);
        font-size: 10px !important;
        padding: 7px 12px;
    }

    .sj-bride-slider-dots {
        bottom: -13px !important;
    }

    .sj-hero-bottom-icons,
    .sj-hero-side-menu,
    .sj-hero-top-phone {
        display: none !important;
    }

    .sj-mobile-dock {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        z-index: 10020;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 5px;
        padding: 8px;
        border-radius: 28px;
        background: rgba(36, 3, 10, .76);
        border: 1px solid rgba(255,225,206,.18);
        box-shadow: 0 -16px 50px rgba(0,0,0,.36);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

        .sj-mobile-dock a {
            color: rgba(255,255,255,.74);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 3px;
            min-height: 52px;
            border-radius: 21px;
            font-size: 10px;
            transition: .24s ease;
        }

            .sj-mobile-dock a span {
                font-size: 18px;
                line-height: 1;
            }

            .sj-mobile-dock a b {
                font-weight: 800;
            }

            .sj-mobile-dock a.active {
                color: #fff;
                background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(194, 17, 42, .42));
                box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
                transform: translateY(-2px);
            }

    .sj-whatsapp-float {
        left: 16px;
        right: auto;
        bottom: calc(92px + env(safe-area-inset-bottom));
        width: 48px;
        height: 48px;
        padding: 0;
        display: grid;
        place-items: center;
        font-size: 0;
        background: linear-gradient(135deg, #37e47b, #079e42);
        color: #fff;
        border-radius: 19px;
        box-shadow: 0 20px 42px rgba(0,0,0,.28);
    }

        .sj-whatsapp-float::before {
            content: "واتساپ";
            font-size: 10px;
            font-weight: 900;
        }

    .sj-section-title,
    .sj-gallery-hero,
    .sj-appointment-info,
    .sj-contact-info,
    .sj-team-text {
        margin-bottom: 16px;
        text-align: right;
    }

        .sj-section-title span,
        .sj-gallery-hero span,
        .sj-appointment-info span,
        .sj-contact-info span,
        .sj-team-text span {
            color: var(--sj-mobile-gold) !important;
            font-size: 11px;
        }

        .sj-section-title h2,
        .sj-gallery-hero h2,
        .sj-appointment-info h2,
        .sj-contact-info h2,
        .sj-team-text h2 {
            color: #fff !important;
            font-size: clamp(22px, 6.4vw, 31px) !important;
            line-height: 1.55;
            margin: 7px 0 9px !important;
            letter-spacing: -.8px;
        }

        .sj-section-title p,
        .sj-gallery-hero p,
        .sj-appointment-info p,
        .sj-contact-info p,
        .sj-team-text p {
            color: rgba(255,255,255,.73) !important;
            font-size: 13px !important;
            line-height: 2;
        }

    .sj-service-grid {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        gap: 14px;
        padding: 8px 0 8px 6px !important;
        height: auto;
    }

        .sj-service-grid::-webkit-scrollbar {
            display: none;
        }

    .sj-service-card,
    .sj-service-card.aroos-card {
        min-width: 82vw;
        height: 430px !important;
        scroll-snap-align: center;
        border-radius: 30px;
        padding: 24px 22px !important;
        background-color: rgba(255,255,255,.94) !important;
        background-size: 220px !important;
        background-position: left bottom !important;
        box-shadow: 0 24px 60px rgba(0,0,0,.25);
        animation: none !important;
    }

        .sj-service-card h3 {
            font-size: 22px !important;
            height: auto !important;
            line-height: 1.5;
        }

        .sj-service-card p {
            font-size: 13px;
            line-height: 2;
            max-width: 62%;
        }

    .sj-appointment-page,
    .sj-contact-page,
    .sj-team-section {
        display: block !important;
    }

    .sj-appointment-card,
    .sj-contact-card,
    .sj-contact-box,
    .sj-appointment-note,
    .sj-faq-item {
        border-radius: 28px !important;
        background: var(--sj-mobile-card) !important;
        border: 1px solid var(--sj-mobile-border) !important;
        color: #fff !important;
        box-shadow: 0 22px 55px rgba(0,0,0,.26) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .sj-appointment-card,
    .sj-contact-card {
        margin-top: 12px !important;
        padding: 18px !important;
    }

    .sj-form-row {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .sj-form-group {
        margin-bottom: 12px !important;
    }

        .sj-form-group label {
            color: rgba(255,255,255,.82) !important;
            font-size: 11px !important;
            margin-bottom: 6px !important;
        }

        .sj-form-group input,
        .sj-form-group select,
        .sj-form-group textarea {
            min-height: 44px;
            border: 1px solid rgba(255,255,255,.16) !important;
            background: rgba(255,255,255,.92) !important;
            border-radius: 17px !important;
            padding: 10px 13px !important;
            font-size: 13px;
        }

        .sj-form-group textarea {
            min-height: 92px;
        }

    .sj-gallery-filter {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 9px;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

        .sj-gallery-filter::-webkit-scrollbar {
            display: none;
        }

        .sj-gallery-filter button,
        .sj-gallery-filter a {
            white-space: nowrap;
            border-radius: 16px !important;
            padding: 10px 14px !important;
            background: rgba(255,255,255,.10) !important;
            border: 1px solid rgba(255,255,255,.18) !important;
            color: #fff !important;
            font-size: 12px;
        }

        .sj-gallery-filter .active {
            background: linear-gradient(135deg, #fff0d8, #b70c25) !important;
            color: #fff !important;
        }

    .sj-gallery-masonry {
        columns: unset !important;
        display: flex;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        gap: 14px;
        padding: 4px 0 10px !important;
    }

        .sj-gallery-masonry::-webkit-scrollbar {
            display: none;
        }

    .sj-gallery-card {
        min-width: 78vw;
        height: min(57dvh, 520px);
        scroll-snap-align: center;
        border-radius: 32px !important;
        background: rgba(255,255,255,.10) !important;
        border: 1px solid rgba(255,255,255,.16);
        box-shadow: 0 22px 60px rgba(0,0,0,.30) !important;
        position: relative;
    }

        .sj-gallery-card img {
            height: 100% !important;
            width: 100%;
            object-fit: cover !important;
            object-position: center top;
        }

    .sj-gallery-caption {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 12px;
        border-radius: 22px;
        padding: 12px 14px !important;
        background: rgba(20,2,7,.55);
        backdrop-filter: blur(13px);
        -webkit-backdrop-filter: blur(13px);
        color: #fff;
    }

        .sj-gallery-caption h3,
        .sj-gallery-caption p {
            color: #fff !important;
        }

    .sj-team-image img {
        max-height: 34dvh;
        object-fit: contain;
        border-radius: 34px !important;
        background: #fff;
        padding: 10px;
    }

    .sj-faq-section {
        background: transparent !important;
    }

    .sj-faq-item {
        padding: 16px 17px !important;
        margin-bottom: 12px !important;
    }

        .sj-faq-item summary,
        .sj-faq-item p {
            color: #fff !important;
        }

    .sj-lightbox {
        padding: 15px !important;
        z-index: 10050;
    }

        .sj-lightbox img {
            max-width: 96vw !important;
            max-height: 80dvh !important;
            border-radius: 28px !important;
        }

        .sj-lightbox span {
            top: 18px !important;
            left: 22px !important;
            font-size: 42px !important;
        }
}

@media (max-width: 390px) {
    .sj-blue-logo strong {
        font-size: 13px;
    }

    .sj-blue-reserve-btn {
        padding: 9px 10px;
        font-size: 11px;
    }

    .sj-hero-info h1 {
        font-size: 24px !important;
    }

    .sj-bride-slider-frame {
        width: 82vw !important;
        height: 318px !important;
    }

    .sj-service-card {
        min-width: 86vw;
    }

    .sj-gallery-card {
        min-width: 82vw;
    }

    .sj-mobile-dock {
        left: 8px;
        right: 8px;
        border-radius: 24px;
    }

        .sj-mobile-dock a {
            min-height: 48px;
            border-radius: 18px;
        }
}


/* ==========================================================
   Mobile menu + app-like navigation polish
   ========================================================== */
.sj-mobile-menu-toggle,
.sj-mobile-menu-panel {
    display: none;
}

@media (max-width: 760px) {
    .sj-mobile-menu-toggle {
        display: inline-flex;
        width: 44px;
        height: 44px;
        min-width: 44px;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 17px;
        background: rgba(255,255,255,.10);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        padding: 0;
        box-shadow: 0 14px 28px rgba(0,0,0,.22);
    }

        .sj-mobile-menu-toggle span {
            width: 18px;
            height: 2px;
            border-radius: 999px;
            background: #fff;
            display: block;
            transition: transform .28s ease, opacity .28s ease;
        }

    body.sj-mobile-menu-open .sj-mobile-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.sj-mobile-menu-open .sj-mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    body.sj-mobile-menu-open .sj-mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .sj-mobile-menu-panel {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 10040;
        pointer-events: none;
        visibility: hidden;
    }

    .sj-mobile-menu-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.50);
        opacity: 0;
        transition: opacity .32s ease;
    }

    .sj-mobile-menu-sheet {
        position: absolute;
        top: 12px;
        bottom: 12px;
        right: 12px;
        width: min(82vw, 340px);
        border-radius: 34px;
        padding: 18px;
        background: radial-gradient(circle at 15% 0%, rgba(255,215,167,.22), transparent 36%), linear-gradient(160deg, rgba(83,5,18,.96), rgba(18,2,6,.96));
        border: 1px solid rgba(255,224,202,.22);
        box-shadow: -28px 0 80px rgba(0,0,0,.38);
        transform: translateX(112%);
        transition: transform .42s cubic-bezier(.18,.85,.22,1);
        overflow: hidden;
    }

    body.sj-mobile-menu-open .sj-mobile-menu-panel {
        pointer-events: auto;
        visibility: visible;
    }

    body.sj-mobile-menu-open .sj-mobile-menu-backdrop {
        opacity: 1;
    }

    body.sj-mobile-menu-open .sj-mobile-menu-sheet {
        transform: translateX(0);
    }

    .sj-mobile-menu-head {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,.14);
        color: #fff;
    }

        .sj-mobile-menu-head img {
            width: 54px;
            height: 54px;
            border-radius: 18px;
            object-fit: cover;
            background: rgba(255,255,255,.9);
        }

        .sj-mobile-menu-head strong {
            display: block;
            font-size: 16px;
        }

        .sj-mobile-menu-head span {
            display: block;
            font-size: 11px;
            color: rgba(255,255,255,.72);
            margin-top: 3px;
        }

        .sj-mobile-menu-head button {
            margin-right: auto;
            width: 38px;
            height: 38px;
            border: 0;
            border-radius: 15px;
            color: #fff;
            background: rgba(255,255,255,.12);
            font-size: 28px;
            line-height: 1;
        }

    .sj-mobile-menu-links {
        display: grid;
        gap: 10px;
        margin-top: 18px;
    }

        .sj-mobile-menu-links a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 50px;
            padding: 0 16px;
            border-radius: 18px;
            color: rgba(255,255,255,.86);
            background: rgba(255,255,255,.08);
            border: 1px solid rgba(255,255,255,.11);
            font-weight: 900;
        }

            .sj-mobile-menu-links a::after {
                content: '‹';
                font-size: 24px;
                color: #ffd7a7;
            }

            .sj-mobile-menu-links a.active {
                color: #fff;
                background: linear-gradient(135deg, rgba(255,236,215,.22), rgba(196,17,42,.44));
            }

    .sj-mobile-menu-cta {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 18px;
        min-height: 54px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 900;
        direction: ltr;
        background: linear-gradient(135deg, #ffefe5, #c4112a 54%, #640713);
        box-shadow: 0 18px 40px rgba(0,0,0,.24);
    }

    .sj-blue-header-inner {
        display: grid;
        grid-template-columns: auto 1fr auto;
    }

    .sj-blue-logo {
        justify-self: center;
    }

    .sj-blue-reserve-btn {
        justify-self: start;
    }

    .sj-mobile-menu-toggle {
        justify-self: end;
    }

    .sj-design-hero,
    .sj-spa-section {
        padding-bottom: calc(108px + env(safe-area-inset-bottom)) !important;
    }

    .sj-section-active {
        animation: sjSectionPop .46s cubic-bezier(.18,.85,.22,1);
    }

    @keyframes sjSectionPop {
        from {
            opacity: .45;
            transform: translateY(24px) scale(.965);
            filter: blur(8px);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: blur(0);
        }
    }
}
