/* =========================================================
   SHELAN BEAUTY – BRAUTSTYLING
   Luxury Editorial / 1350px / Larger Typography Standard
========================================================= */

html body .sbb-section,
html body .sbb-section *,
html body .sbb-section *::before,
html body .sbb-section *::after,
html body .sbb-lightbox,
html body .sbb-lightbox *,
html body .sbb-lightbox *::before,
html body .sbb-lightbox *::after {
    box-sizing: border-box !important;
}

html body .sbb-section button,
html body .sbb-lightbox button {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font: inherit !important;
}

html body .sbb-section {
    --sbb-ivory: #FFF8F1;
    --sbb-dark: #292522;
    --sbb-text: #5B544F;
    --sbb-gold: #C9A17A;
    --sbb-blush: #EADBD4;

    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 105px 0 95px !important;
    overflow: hidden !important;

    background:
        radial-gradient(circle at 7% 12%, rgba(234,219,212,.52), transparent 29%),
        radial-gradient(circle at 92% 86%, rgba(201,161,122,.10), transparent 27%),
        #FFF8F1 !important;

    color: #292522 !important;
    font-family: 'Manrope', sans-serif !important;
}

/* Background editorial */
html body .sbb-section .sbb-bg-word {
    position: absolute !important;
    z-index: 0 !important;
    top: 2% !important;
    right: -1% !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(150px, 19vw, 350px) !important;
    font-weight: 500 !important;
    line-height: .68 !important;
    letter-spacing: -.075em !important;
    color: rgba(41,37,34,.023) !important;
    pointer-events: none !important;
    user-select: none !important;
}

html body .sbb-section .sbb-decoration {
    position: absolute !important;
    z-index: 0 !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

html body .sbb-section .sbb-decoration-left {
    width: 480px !important;
    height: 480px !important;
    left: -335px !important;
    top: 390px !important;
    border: 1px solid rgba(201,161,122,.15) !important;
}

html body .sbb-section .sbb-decoration-left::after {
    content: "" !important;
    position: absolute !important;
    inset: 50px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(201,161,122,.08) !important;
}

html body .sbb-section .sbb-decoration-right {
    width: 540px !important;
    height: 540px !important;
    right: -380px !important;
    bottom: 170px !important;
    background: rgba(234,219,212,.24) !important;
}

/* Container */
html body .sbb-section .sbb-container {
    position: relative !important;
    z-index: 2 !important;
    width: calc(100% - 60px) !important;
    max-width: 1350px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Header */
html body .sbb-section .sbb-header {
    margin-bottom: 58px !important;
}

html body .sbb-section .sbb-kicker {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 21px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: .22em !important;
    color: #5B544F !important;
}

html body .sbb-section .sbb-kicker-line {
    width: 48px !important;
    height: 1px !important;
    flex-shrink: 0 !important;
    background: #C9A17A !important;
}

html body .sbb-section .sbb-header-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr) !important;
    align-items: end !important;
    gap: 80px !important;
}

html body .sbb-section .sbb-title {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(62px, 6.2vw, 96px) !important;
    font-weight: 400 !important;
    line-height: .86 !important;
    letter-spacing: -.058em !important;
    text-transform: none !important;
    color: #292522 !important;
}

html body .sbb-section .sbb-title span,
html body .sbb-section .sbb-title em {
    display: block !important;
}

html body .sbb-section .sbb-title em {
    margin-top: 8px !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    font-style: italic !important;
    line-height: inherit !important;
    color: #C9A17A !important;
}

html body .sbb-section .sbb-intro {
    max-width: 520px !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    line-height: 1.85 !important;
    letter-spacing: -.01em !important;
    color: #5B544F !important;
}

/* Packages grid */
html body .sbb-section .sbb-packages-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

html body .sbb-section .sbb-package-card {
    position: relative !important;
    min-width: 0 !important;
    overflow: hidden !important;
    background: rgba(255,255,255,.30) !important;
    border: 1px solid rgba(41,37,34,.08) !important;
}

html body .sbb-section .sbb-package-image {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 4.2 !important;
    overflow: hidden !important;
    background: #EADBD4 !important;
    text-decoration: none !important;
}

html body .sbb-section .sbb-package-image img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    transform: scale(1.015) !important;
    transition:
        transform 1.1s cubic-bezier(.16,.78,.2,1),
        filter .45s ease !important;
}

html body .sbb-section .sbb-package-card:hover .sbb-package-image img {
    transform: scale(1.075) !important;
    filter: saturate(1.04) contrast(1.025) !important;
}

html body .sbb-section .sbb-package-shade {
    position: absolute !important;
    z-index: 2 !important;
    inset: 0 !important;
    background: linear-gradient(0deg, rgba(41,37,34,.28), transparent 48%) !important;
    opacity: .58 !important;
    transition: opacity .35s ease !important;
}

html body .sbb-section .sbb-package-card:hover .sbb-package-shade {
    opacity: .82 !important;
}

html body .sbb-section .sbb-package-index {
    position: absolute !important;
    z-index: 4 !important;
    top: 16px !important;
    right: 16px !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 24px !important;
    color: rgba(255,248,241,.94) !important;
}

html body .sbb-section .sbb-package-placeholder {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background:
        radial-gradient(circle at 50% 30%, rgba(201,161,122,.18), transparent 35%),
        linear-gradient(145deg, #EADBD4, #F7EDE5) !important;
}

html body .sbb-section .sbb-package-placeholder span {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 62px !important;
    color: rgba(201,161,122,.68) !important;
}

html body .sbb-section .sbb-package-placeholder em {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #292522 !important;
}

html body .sbb-section .sbb-package-content {
    min-height: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 29px 25px 24px !important;
    background:
        linear-gradient(145deg, rgba(255,248,241,.97), rgba(255,255,255,.58)) !important;
}

html body .sbb-section .sbb-package-eyebrow {
    display: block !important;
    margin-bottom: 14px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .18em !important;
    color: #C9A17A !important;
}

html body .sbb-section .sbb-package-content h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: .97 !important;
    letter-spacing: -.035em !important;
    text-transform: none !important;
    color: #292522 !important;
}

html body .sbb-section .sbb-package-list {
    display: grid !important;
    gap: 10px !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html body .sbb-section .sbb-package-list li {
    display: grid !important;
    grid-template-columns: 8px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.65 !important;
    color: #5B544F !important;
}

html body .sbb-section .sbb-package-list li > span {
    display: block !important;
    width: 4px !important;
    height: 4px !important;
    margin-top: 9px !important;
    border-radius: 50% !important;
    background: #C9A17A !important;
}

html body .sbb-section .sbb-package-bottom {
    margin-top: auto !important;
    padding-top: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    border-top: 1px solid rgba(41,37,34,.08) !important;
}

html body .sbb-section .sbb-package-price {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    font-style: italic !important;
    line-height: 1 !important;
    color: #C9A17A !important;
}

html body .sbb-section .sbb-package-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    text-decoration: none !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .15em !important;
    color: #292522 !important;
    transition: color .3s ease, transform .3s ease !important;
}

html body .sbb-section .sbb-package-link i {
    font-size: 14px !important;
    font-style: normal !important;
    color: #C9A17A !important;
}

html body .sbb-section .sbb-package-link:hover {
    transform: translateX(4px) !important;
    color: #C9A17A !important;
}

/* Editorial section */
html body .sbb-section .sbb-editorial {
    display: grid !important;
    grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr) !important;
    align-items: center !important;
    gap: 90px !important;
    margin-top: 95px !important;
    padding: 75px 70px !important;
    background:
        radial-gradient(circle at 15% 30%, rgba(201,161,122,.10), transparent 32%),
        rgba(234,219,212,.31) !important;
    border: 1px solid rgba(41,37,34,.07) !important;
}

html body .sbb-section .sbb-editorial-visual {
    position: relative !important;
    min-height: 485px !important;
}

html body .sbb-section .sbb-editorial-frame {
    position: absolute !important;
    z-index: 3 !important;
    top: 50% !important;
    left: 50% !important;
    width: 310px !important;
    height: 450px !important;
    transform: translate(-50%, -50%) !important;
    overflow: hidden !important;
    border-radius: 50% / 43% !important;
    background: #EADBD4 !important;
    box-shadow: 0 32px 80px rgba(41,37,34,.10) !important;
}

html body .sbb-section .sbb-editorial-frame img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
}

html body .sbb-section .sbb-editorial-outline {
    position: absolute !important;
    z-index: 1 !important;
    top: 50% !important;
    left: 50% !important;
    width: 325px !important;
    height: 465px !important;
    transform: translate(-45%, -50%) rotate(4deg) !important;
    border: 1px solid rgba(201,161,122,.30) !important;
    border-radius: 50% / 43% !important;
}

html body .sbb-section .sbb-editorial-placeholder {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background:
        radial-gradient(circle at 50% 35%, rgba(201,161,122,.18), transparent 35%),
        linear-gradient(145deg, #EADBD4, #F7EDE5) !important;
}

html body .sbb-section .sbb-editorial-placeholder span,
html body .sbb-section .sbb-editorial-placeholder em {
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .22em !important;
    color: #5B544F !important;
}

html body .sbb-section .sbb-editorial-placeholder em {
    font-style: normal !important;
    color: #C9A17A !important;
}

html body .sbb-section .sbb-editorial-placeholder i {
    font-style: normal !important;
    font-size: 18px !important;
    color: #C9A17A !important;
}

html body .sbb-section .sbb-editorial-copy {
    max-width: 650px !important;
}

html body .sbb-section .sbb-editorial-kicker {
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    margin-bottom: 24px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: .20em !important;
    color: #5B544F !important;
}

html body .sbb-section .sbb-editorial-kicker span {
    width: 46px !important;
    height: 1px !important;
    background: #C9A17A !important;
}

html body .sbb-section .sbb-editorial-copy blockquote {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(42px, 4.3vw, 66px) !important;
    font-weight: 400 !important;
    font-style: italic !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
    color: #292522 !important;
}

html body .sbb-section .sbb-editorial-copy strong {
    display: block !important;
    margin-top: 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: .06em !important;
    color: #C9A17A !important;
}

/* Gallery */
html body .sbb-section .sbb-gallery {
    position: relative !important;
    width: 100% !important;
    margin-top: 95px !important;
    padding: 0 62px !important;
}

html body .sbb-section .sbb-gallery::before,
html body .sbb-section .sbb-gallery::after {
    content: "" !important;
    position: absolute !important;
    z-index: 6 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 72px !important;
    pointer-events: none !important;
}

html body .sbb-section .sbb-gallery::before {
    left: 62px !important;
    background: linear-gradient(90deg, #FFF8F1, rgba(255,248,241,.68) 34%, transparent) !important;
}

html body .sbb-section .sbb-gallery::after {
    right: 62px !important;
    background: linear-gradient(270deg, #FFF8F1, rgba(255,248,241,.68) 34%, transparent) !important;
}

html body .sbb-section .sbb-gallery-viewport {
    position: relative !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    cursor: grab !important;
}

html body .sbb-section .sbb-gallery-viewport::-webkit-scrollbar {
    display: none !important;
}

html body .sbb-section .sbb-gallery-viewport.sbb-dragging {
    cursor: grabbing !important;
    scroll-behavior: auto !important;
    user-select: none !important;
}

html body .sbb-section .sbb-gallery-track {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(350px, 31%) !important;
    gap: 10px !important;
    width: max-content !important;
    min-width: 100% !important;
}

html body .sbb-section .sbb-gallery-slide {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 5.1 !important;
    overflow: hidden !important;
    background: #EADBD4 !important;
    cursor: pointer !important;
    scroll-snap-align: start !important;
}

html body .sbb-section .sbb-gallery-slide img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    transform: scale(1.015) !important;
    transition:
        transform 1.05s cubic-bezier(.16,.78,.2,1),
        filter .45s ease !important;
}

html body .sbb-section .sbb-gallery-slide:hover img {
    transform: scale(1.075) !important;
    filter: saturate(1.04) contrast(1.025) !important;
}

html body .sbb-section .sbb-gallery-shade {
    position: absolute !important;
    z-index: 2 !important;
    inset: 0 !important;
    background: linear-gradient(0deg, rgba(41,37,34,.28), transparent 48%) !important;
    opacity: .38 !important;
    transition: opacity .35s ease !important;
}

html body .sbb-section .sbb-gallery-slide:hover .sbb-gallery-shade {
    opacity: .72 !important;
}

html body .sbb-section .sbb-gallery-open {
    position: absolute !important;
    z-index: 4 !important;
    left: 50% !important;
    bottom: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    transform: translateX(-50%) translateY(10px) !important;
    border: 1px solid rgba(255,248,241,.62) !important;
    border-radius: 50% !important;
    color: #FFF8F1 !important;
    opacity: 0 !important;
    transition: opacity .35s ease, transform .35s ease !important;
}

html body .sbb-section .sbb-gallery-slide:hover .sbb-gallery-open {
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
}

html body .sbb-section .sbb-gallery-arrow {
    position: absolute !important;
    z-index: 10 !important;
    top: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    transform: translateY(-50%) !important;
    border: 1px solid rgba(41,37,34,.14) !important;
    border-radius: 50% !important;
    background: rgba(255,248,241,.94) !important;
    color: #292522 !important;
    cursor: pointer !important;
    box-shadow: 0 15px 40px rgba(41,37,34,.08) !important;
    transition: background-color .3s ease, color .3s ease, opacity .3s ease !important;
}

html body .sbb-section .sbb-gallery-arrow:hover {
    background: #292522 !important;
    color: #FFF8F1 !important;
}

html body .sbb-section .sbb-gallery-prev {
    left: 0 !important;
}

html body .sbb-section .sbb-gallery-next {
    right: 0 !important;
}

html body .sbb-section .sbb-gallery-arrow.sbb-disabled {
    opacity: .28 !important;
    pointer-events: none !important;
}

/* Bottom line */
html body .sbb-section .sbb-bottom-line {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    margin-top: 58px !important;
}

html body .sbb-section .sbb-bottom-line > span {
    width: 75px !important;
    height: 1px !important;
    background: rgba(201,161,122,.45) !important;
}

html body .sbb-section .sbb-bottom-line em {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #C9A17A !important;
}

html body .sbb-section .sbb-bottom-line i {
    font-size: 12px !important;
    font-style: normal !important;
    color: #C9A17A !important;
}

/* Reveal */
html body .sbb-section.sbb-js-ready .sbb-reveal {
    opacity: 0 !important;
    transform: translateY(38px) !important;
}

html body .sbb-section .sbb-reveal.sbb-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition:
        opacity .9s cubic-bezier(.18,.74,.2,1) var(--sbb-delay, 0ms),
        transform 1s cubic-bezier(.18,.74,.2,1) var(--sbb-delay, 0ms) !important;
}

/* Lightbox */
html body .sbb-lightbox {
    position: fixed !important;
    z-index: 999999999 !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background: rgba(24,21,19,.97) !important;
    transition: opacity .4s ease, visibility .4s ease !important;
}

html body .sbb-lightbox.sbb-open {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

html body .sbb-lightbox .sbb-lightbox-backdrop {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    background:
        radial-gradient(circle at 50% 42%, rgba(201,161,122,.08), transparent 40%),
        rgba(24,21,19,.97) !important;
}

html body .sbb-lightbox .sbb-lightbox-top {
    position: absolute !important;
    z-index: 20 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 34px !important;
    border-bottom: 1px solid rgba(255,248,241,.08) !important;
}

html body .sbb-lightbox .sbb-lightbox-brand {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

html body .sbb-lightbox .sbb-lightbox-brand span,
html body .sbb-lightbox .sbb-lightbox-brand em {
    font-size: 9px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    letter-spacing: .20em !important;
    color: #FFF8F1 !important;
}

html body .sbb-lightbox .sbb-lightbox-brand em {
    color: #C9A17A !important;
}

html body .sbb-lightbox .sbb-lightbox-brand i {
    width: 34px !important;
    height: 1px !important;
    background: rgba(255,248,241,.22) !important;
}

html body .sbb-lightbox .sbb-lightbox-close {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #FFF8F1 !important;
    cursor: pointer !important;
}

html body .sbb-lightbox .sbb-lightbox-close span {
    font-size: 9px !important;
    font-weight: 600 !important;
    letter-spacing: .18em !important;
}

html body .sbb-lightbox .sbb-lightbox-close i {
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,248,241,.20) !important;
    border-radius: 50% !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    font-style: normal !important;
    transition: transform .35s ease, border-color .35s ease !important;
}

html body .sbb-lightbox .sbb-lightbox-close:hover i {
    transform: rotate(90deg) !important;
    border-color: #C9A17A !important;
}

html body .sbb-lightbox .sbb-lightbox-stage {
    position: absolute !important;
    z-index: 5 !important;
    inset: 95px 100px 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body .sbb-lightbox .sbb-lightbox-media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

html body .sbb-lightbox .sbb-lightbox-media img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 35px 100px rgba(0,0,0,.36) !important;
}

html body .sbb-lightbox .sbb-lightbox-nav {
    position: absolute !important;
    z-index: 15 !important;
    top: 50% !important;
    width: 58px !important;
    height: 58px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translateY(-50%) !important;
    border: 1px solid rgba(255,248,241,.18) !important;
    border-radius: 50% !important;
    color: #FFF8F1 !important;
    cursor: pointer !important;
    transition: background-color .3s ease, border-color .3s ease !important;
}

html body .sbb-lightbox .sbb-lightbox-prev {
    left: 28px !important;
}

html body .sbb-lightbox .sbb-lightbox-next {
    right: 28px !important;
}

html body .sbb-lightbox .sbb-lightbox-nav:hover {
    background: #C9A17A !important;
    border-color: #C9A17A !important;
}

/* Tablet */
@media (max-width: 1100px) {

    html body .sbb-section .sbb-header-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr) !important;
        gap: 45px !important;
    }

    html body .sbb-section .sbb-packages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html body .sbb-section .sbb-package-content {
        min-height: 385px !important;
    }

    html body .sbb-section .sbb-editorial {
        grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr) !important;
        gap: 55px !important;
        padding: 60px 45px !important;
    }

    html body .sbb-section .sbb-gallery-track {
        grid-auto-columns: minmax(330px, 46%) !important;
    }
}

/* Mobile */
@media (max-width: 767px) {

    html body .sbb-section {
        padding: 70px 0 68px !important;
    }

    html body .sbb-section .sbb-container {
        width: calc(100% - 32px) !important;
    }

    html body .sbb-section .sbb-header {
        margin-bottom: 38px !important;
    }

    html body .sbb-section .sbb-kicker {
        gap: 10px !important;
        margin-bottom: 18px !important;
        font-size: 9px !important;
        letter-spacing: .17em !important;
    }

    html body .sbb-section .sbb-kicker-line {
        width: 32px !important;
    }

    html body .sbb-section .sbb-header-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    html body .sbb-section .sbb-title {
        font-size: clamp(50px, 15vw, 68px) !important;
        line-height: .90 !important;
    }

    html body .sbb-section .sbb-intro {
        font-size: 15px !important;
        line-height: 1.8 !important;
    }

    html body .sbb-section .sbb-packages-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    html body .sbb-section .sbb-package-image {
        aspect-ratio: 5 / 4 !important;
    }

    html body .sbb-section .sbb-package-content {
        min-height: 350px !important;
        padding: 26px 22px 22px !important;
    }

    html body .sbb-section .sbb-package-content h3 {
        font-size: 36px !important;
    }

    html body .sbb-section .sbb-package-list li {
        font-size: 14px !important;
    }

    html body .sbb-section .sbb-editorial {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
        margin-top: 65px !important;
        padding: 45px 20px !important;
    }

    html body .sbb-section .sbb-editorial-visual {
        min-height: 405px !important;
    }

    html body .sbb-section .sbb-editorial-frame {
        width: 265px !important;
        height: 380px !important;
    }

    html body .sbb-section .sbb-editorial-outline {
        width: 280px !important;
        height: 395px !important;
    }

    html body .sbb-section .sbb-editorial-kicker {
        font-size: 9px !important;
    }

    html body .sbb-section .sbb-editorial-copy blockquote {
        font-size: clamp(38px, 11vw, 52px) !important;
    }

    html body .sbb-section .sbb-gallery {
        margin-top: 72px !important;
        padding: 0 46px !important;
    }

    html body .sbb-section .sbb-gallery::before {
        left: 46px !important;
    }

    html body .sbb-section .sbb-gallery::after {
        right: 46px !important;
    }

    html body .sbb-section .sbb-gallery-track {
        grid-auto-columns: minmax(250px, 86%) !important;
        gap: 8px !important;
    }

    html body .sbb-section .sbb-gallery-arrow {
        width: 42px !important;
        height: 42px !important;
    }

    html body .sbb-section .sbb-gallery-open {
        width: 42px !important;
        height: 42px !important;
        bottom: 17px !important;
        opacity: 1 !important;
        transform: translateX(-50%) translateY(0) !important;
    }

    html body .sbb-section .sbb-bottom-line {
        gap: 12px !important;
        margin-top: 42px !important;
    }

    html body .sbb-section .sbb-bottom-line > span {
        width: 32px !important;
    }

    html body .sbb-section .sbb-bottom-line em {
        font-size: 21px !important;
        text-align: center !important;
    }

    html body .sbb-lightbox .sbb-lightbox-top {
        height: 66px !important;
        padding: 0 15px !important;
    }

    html body .sbb-lightbox .sbb-lightbox-brand i,
    html body .sbb-lightbox .sbb-lightbox-brand em,
    html body .sbb-lightbox .sbb-lightbox-close span {
        display: none !important;
    }

    html body .sbb-lightbox .sbb-lightbox-stage {
        inset: 82px 12px 82px !important;
    }

    html body .sbb-lightbox .sbb-lightbox-nav {
        top: auto !important;
        bottom: 18px !important;
        width: 48px !important;
        height: 48px !important;
        transform: none !important;
    }

    html body .sbb-lightbox .sbb-lightbox-prev {
        left: calc(50% - 58px) !important;
    }

    html body .sbb-lightbox .sbb-lightbox-next {
        right: calc(50% - 58px) !important;
    }

    html body .sbb-section .sbb-bg-word {
        top: 40px !important;
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        font-size: 115px !important;
    }
}

@media (max-width: 390px) {

    html body .sbb-section .sbb-title {
        font-size: 48px !important;
    }

    html body .sbb-section .sbb-package-content h3 {
        font-size: 33px !important;
    }

    html body .sbb-section .sbb-package-bottom {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    html body .sbb-section .sbb-gallery {
        padding: 0 40px !important;
    }

    html body .sbb-section .sbb-gallery::before {
        left: 40px !important;
    }

    html body .sbb-section .sbb-gallery::after {
        right: 40px !important;
    }

    html body .sbb-section .sbb-gallery-track {
        grid-auto-columns: minmax(230px, 88%) !important;
    }
}

@media (prefers-reduced-motion: reduce) {

    html body .sbb-section *,
    html body .sbb-section *::before,
    html body .sbb-section *::after,
    html body .sbb-lightbox *,
    html body .sbb-lightbox *::before,
    html body .sbb-lightbox *::after {
        animation: none !important;
        transition: none !important;
    }

    html body .sbb-section.sbb-js-ready .sbb-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}


/* =========================================================
   VERSION 1.1.0 – NO LINE BEFORE "YOUR BRIDAL MOMENT"
========================================================= */

html body .sbb-section .sbb-editorial-kicker {
    gap: 0 !important;
}

html body .sbb-section .sbb-editorial-kicker > span {
    display: none !important;
}


/* =========================================================
   VERSION 1.1.0 – FOUR BRIDAL VIDEO CARDS
========================================================= */

html body .sbb-section .sbb-video-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 34px !important;
    margin-top: 90px !important;
    padding: 0 12px !important;
}

html body .sbb-section .sbb-video-card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    cursor: pointer !important;
}

html body .sbb-section .sbb-video-card:nth-child(even) {
    transform: translateY(24px) !important;
}

html body .sbb-section .sbb-video-card.sbb-visible:nth-child(even) {
    transform: translateY(24px) !important;
}

html body .sbb-section .sbb-video-frame {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 3 / 4.25 !important;
    overflow: hidden !important;
    border-radius: 50% / 43% !important;
    background: #EADBD4 !important;
    box-shadow: 0 30px 80px rgba(41,37,34,.09) !important;
}

html body .sbb-section .sbb-video-frame::after {
    content: "" !important;
    position: absolute !important;
    z-index: 5 !important;
    inset: 8px !important;
    border-radius: inherit !important;
    border: 1px solid rgba(255,248,241,.30) !important;
    pointer-events: none !important;
}

html body .sbb-section .sbb-video-frame video {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    transform: scale(1.03) !important;
    transition:
        transform 1.1s cubic-bezier(.16,.78,.2,1),
        filter .45s ease !important;
}

html body .sbb-section .sbb-video-card:hover video {
    transform: scale(1.085) !important;
    filter: saturate(1.05) contrast(1.025) !important;
}

html body .sbb-section .sbb-video-shade {
    position: absolute !important;
    z-index: 2 !important;
    inset: 0 !important;
    background:
        linear-gradient(0deg, rgba(41,37,34,.28), transparent 46%),
        linear-gradient(145deg, rgba(255,248,241,.08), transparent 40%) !important;
    opacity: .55 !important;
    transition: opacity .35s ease !important;
}

html body .sbb-section .sbb-video-card:hover .sbb-video-shade {
    opacity: .88 !important;
}

html body .sbb-section .sbb-video-open {
    position: absolute !important;
    z-index: 7 !important;
    left: 50% !important;
    bottom: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    transform: translateX(-50%) translateY(8px) !important;
    border: 1px solid rgba(255,248,241,.58) !important;
    border-radius: 50% !important;
    color: #FFF8F1 !important;
    opacity: 0 !important;
    transition:
        opacity .35s ease,
        transform .35s ease,
        background-color .35s ease !important;
}

html body .sbb-section .sbb-video-card:hover .sbb-video-open {
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
    background: rgba(41,37,34,.20) !important;
    backdrop-filter: blur(8px) !important;
}

html body .sbb-section .sbb-video-placeholder {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background:
        radial-gradient(circle at 50% 35%, rgba(201,161,122,.22), transparent 34%),
        linear-gradient(145deg, #332E2B, #211E1C) !important;
}

html body .sbb-section .sbb-video-play {
    width: 66px !important;
    height: 66px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 4px !important;
    border: 1px solid rgba(255,248,241,.32) !important;
    border-radius: 50% !important;
    font-size: 19px !important;
    color: #C9A17A !important;
}


/* =========================================================
   LIGHTBOX VIDEO / EMBED SUPPORT
========================================================= */

html body .sbb-lightbox .sbb-lightbox-media video,
html body .sbb-lightbox .sbb-lightbox-media iframe {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 35px 100px rgba(0,0,0,.36) !important;
}

html body .sbb-lightbox .sbb-lightbox-media video {
    background: #000 !important;
}

html body .sbb-lightbox .sbb-lightbox-media iframe {
    width: min(1100px, 82vw) !important;
    aspect-ratio: 16 / 9 !important;
}


/* =========================================================
   VIDEO RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    html body .sbb-section .sbb-video-row {
        gap: 20px !important;
    }
}

@media (max-width: 767px) {

    html body .sbb-section .sbb-video-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        margin-top: 62px !important;
        padding: 0 !important;
    }

    html body .sbb-section .sbb-video-card:nth-child(even),
    html body .sbb-section .sbb-video-card.sbb-visible:nth-child(even) {
        transform: translateY(12px) !important;
    }

    html body .sbb-section .sbb-video-open {
        width: 40px !important;
        height: 40px !important;
        bottom: 15px !important;
        opacity: 1 !important;
        transform: translateX(-50%) translateY(0) !important;
    }
}
