:root {
    --boutique-ink: #111;
    --boutique-muted: #a89675;
    --boutique-pink: #e2285c;
    --boutique-soft-pink: #ff5b7a;
    --boutique-light: #fff;
    --boutique-dark: #111;
}

@font-face {
    font-family: "Dream of Spring";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        url("../fonts/dream-of-spring.woff2") format("woff2"),
        url("../fonts/dream-of-spring.ttf") format("truetype");
}

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    background: #fff;
}

body.boutique-cms {
    overflow: hidden;
    color: #000;
    font-family: "Cardo", Georgia, serif;
    font-size: 18px;
    line-height: 1.5;
}

.boutique-cms *,
.boutique-cms *::before,
.boutique-cms *::after {
    box-sizing: border-box;
}

.boutique-cms a {
    color: #d3415d;
}

.boutique-cms button {
    font: inherit;
}

.boutique-cms h1,
.boutique-cms h2,
.boutique-cms h3,
.boutique-cms h4,
.boutique-cms h5,
.boutique-cms h6 {
    color: var(--boutique-ink);
    font-family: "Cardo", Georgia, serif;
    font-weight: 400;
    line-height: 1.3;
}

.boutique-cms h3 {
    font-family: "Dream of Spring", "Cardo", Georgia, serif;
    font-size: 64px;
    margin: 0;
    margin-bottom: -5px;
}

.boutique-cms p:not(:last-child) {
    margin-bottom: 25px;
}

.container {
    position: relative;
    width: min(960px, 86vw);
    margin: 0 auto;
}

.column {
    position: relative;
    float: left;
    padding: 0 25px;
}

.column.col-6 {
    width: 49.998%;
}

.row::after,
.container::after,
.clearfix::after,
.clear {
    display: block;
    clear: both;
    content: "";
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6 {
    color: #fff;
}

.light-content p {
    color: #aaa;
}

.light-content a {
    color: #aaa;
}

.light-content a:hover,
.light-content a:focus {
    color: #fff;
}

#fade {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #fff;
    transition: opacity 1s ease, visibility 1s ease;
}

#fade.hide {
    opacity: 0;
    visibility: hidden;
}

#loader {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(17, 17, 17, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loader.visible {
    opacity: 1;
    visibility: visible;
}

#loader .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 5px solid #919191;
    border-top-color: #fff;
    border-radius: 50%;
    animation: boutique-loader 0.7s infinite linear;
}

@keyframes boutique-loader {
    to {
        transform: rotate(360deg);
    }
}

#wrapper,
#wrapper #pages {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#wrapper {
    overflow: hidden;
}

.showcase {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transition: transform 1s cubic-bezier(0.6, 0, 0.3, 1);
}

.showcase.contact-open {
    transform: translate3d(100%, 0, 0);
}

.showcase.section-open {
    transform: translate3d(-50%, 0, 0);
}

.showcase .sidebar {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff url("../img/bg.jpg") center center / cover no-repeat;
}

.showcase .sidebar.controls {
    left: 0;
}

.showcase .sidebar.previews {
    right: 0;
}

.boutique-mobile-hero {
    display: none;
}

.sidebar.controls .main-title {
    max-width: min(82%, 560px);
    margin: 80px auto 0;
    color: var(--boutique-ink);
    font-family: "Cardo", Georgia, serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
    white-space: normal;
}

.sidebar.controls .main-title img {
    display: block;
    max-width: 60%;
    max-height: 240px;
    object-fit: contain;
    margin: 0 auto;
    padding-bottom: 20px;
}

.sidebar.controls .contact-link {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 0;
    width: 240px;
    margin: 0 auto;
    padding: 12px 10px;
    color: #000;
    background: transparent;
    border: 0.5px solid #222;
    cursor: pointer;
    font-family: "Cardo", Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    transition: color 300ms ease, background 300ms ease, border-color 300ms ease;
}

.sidebar.controls .contact-link:hover,
.sidebar.controls .contact-link:focus {
    color: #fff;
    background: #222;
    border-color: #222;
}

.boutique-home-copy {
    position: absolute;
    right: 12%;
    bottom: 122px;
    left: 12%;
    max-height: 120px;
    overflow: auto;
    color: rgba(0, 0, 0, 0.62);
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
    white-space: normal;
}

#banners,
.homepage-banners {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    margin: -20px auto 0;
    text-align: center;
}

.sidebar.controls .controls-sections-list {
    position: absolute;
    inset: 100px 0;
}

.sidebar.controls .controls-sections-list .sections-list {
    position: absolute;
    top: 52%;
    width: 100%;
    padding: 0 100px;
    margin: 0;
    text-align: center;
    transform: translateY(-50%);
}

.sidebar.controls .controls-sections-list .sections-list li {
    margin-bottom: 10px;
    list-style: none;
}

.sidebar.controls .controls-sections-list .sections-list li a {
    color: var(--boutique-ink);
    cursor: pointer;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(0.938rem, 1vw + 0.5rem, 1.125rem);
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 220ms ease, opacity 220ms ease;
}

.sidebar.controls .controls-sections-list .sections-list li a:hover,
.sidebar.controls .controls-sections-list .sections-list li a:focus,
.sidebar.controls .controls-sections-list .sections-list li a.is-active {
    color: var(--boutique-soft-pink);
}

.sidebar.previews .preview {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #f7f7f4;
    background-image: var(--boutique-preview-desktop);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.sidebar.previews .preview.active {
    opacity: 1;
    visibility: visible;
}

.sidebar.previews .preview--blank {
    background-image: url("../img/pattern-bg02.jpg");
    background-position: center center;
    background-size: cover;
}

.sidebar.previews .close-section {
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 10;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-top: -30px;
    background: var(--boutique-pink);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.8);
    transition: width 0.5s ease, height 0.5s ease, margin 0.5s ease, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    visibility: hidden;
}

.sidebar.previews .close-section.show {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.sidebar.previews .close-section:hover,
.sidebar.previews .close-section:focus {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -5px;
}

.sidebar.previews .close-section svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    color: #fff;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: var(--boutique-close-stroke-width, 1.6);
    transform: translate(-50%, -50%);
}

#contact {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #111;
    transition: left 1s cubic-bezier(0.6, 0, 0.3, 1);
}

#contact.open {
    left: 0;
}

#contact #contact-content {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow-y: auto;
}

#contact .contact-content-inner {
    padding: 200px 0;
}

#contact .contact-close {
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 1;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

#contact .contact-close:hover,
#contact .contact-close:focus {
    opacity: 0.7;
}

.contact-link2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 50px;
    margin: 30px auto 40px;
    color: #fff !important;
    background: transparent;
    border: 0.5px solid #666;
    font-family: "Cardo", Georgia, serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    transition: color 300ms ease, background 300ms ease, border-color 300ms ease;
}

.boutique-booking-copy {
    margin: 45px 0 0;
}

.contact-link2:hover,
.contact-link2:focus {
    color: #000 !important;
    background: #fff;
    border-color: #fff;
    text-decoration: none;
}

.copyright {
    font-size: 9px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.copyright a {
    color: #aaa;
}

.template-credit-link {
    color: inherit;
    text-decoration: none;
}

.template-credit-link:hover,
.template-credit-link:focus {
    text-decoration: underline;
}

#section {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 50%;
    height: 100%;
    background: #fff url("../img/pattern-bg.jpg") bottom right / cover no-repeat;
    transition: left 1s cubic-bezier(0.6, 0, 0.3, 1);
}

#section.open {
    left: 50%;
}

#section #section-content {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow-y: auto;
}

#section .section-content-inner {
    min-height: 100%;
    padding: 160px 80px 120px;
}

#section .section-content-inner[hidden] {
    display: none !important;
}

#section .section-content-inner .row {
    min-height: calc(100vh - 245px);
}

#section .section-header {
    margin-bottom: 30px;
}

#section .section-header .section-title {
    color: var(--boutique-ink);
    font-family: "Cardo", Georgia, serif;
    font-size: clamp(48px, 6vw, 80px);
    line-height: 0.95;
    letter-spacing: -2px;
}

#section .section-header .section-cat {
    padding-left: 5px;
    color: var(--boutique-muted);
    font-family: "Cardo", Georgia, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-top-img {
    display: none;
}

.content-top-img--blank {
    min-height: 260px;
    background: #f9f8f5 url("../img/pattern-bg03.jpg") center center / cover no-repeat;
}

.content-scroll {
    color: #111;
}

.boutique-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 12px 28px;
    margin-top: 18px;
    color: #fff !important;
    background: var(--boutique-pink);
    border: 1px solid var(--boutique-pink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.boutique-action-link:hover,
.boutique-action-link:focus {
    color: var(--boutique-pink) !important;
    background: transparent;
    text-decoration: none;
}

.albumcontainer {
    margin-top: 20px;
}

.albumbox {
    margin: 10px auto;
}

.album {
    display: inline-block;
    float: left;
    width: 30%;
    min-width: 100px;
    max-width: 160px;
    padding: 0 15px 30px 0;
    text-align: center;
}

.boutique-album-cover,
.boutique-vault-album-cover {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 2px solid var(--boutique-soft-pink);
}

.boutique-album-cover img,
.boutique-vault-album-cover img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.album a {
    color: #121212;
    text-decoration: none;
}

.album a .boutique-album-title {
    display: block;
    margin-top: 8px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

.album a img + br {
    display: none;
}

.album a:hover .boutique-album-title,
.album a:focus .boutique-album-title {
    color: var(--boutique-soft-pink);
}

.album a.is-active .boutique-album-title {
    color: var(--boutique-soft-pink);
}

.boutique-vault-album-cover {
    padding: 2px;
    border: 0;
    background: linear-gradient(135deg, #751129 0%, var(--boutique-pink) 48%, #38111c 100%);
}

.boutique-vault-album-cover img {
    filter: brightness(0.5) saturate(0.7);
}

.boutique-vault-album-cover.is-unlocked img {
    filter: brightness(0.94) saturate(0.98);
}

.boutique-vault-lock {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 34px;
    height: 34px;
    color: #fff;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.boutique-vault-lock svg {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.42));
}

.boutique-gallery-grid {
    display: grid;
    grid-template-columns: repeat(var(--gallery-columns, 2), minmax(0, 1fr));
    gap: 25px;
}

.boutique-gallery-grid.is-easing-in {
    animation: boutique-gallery-ease-in 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes boutique-gallery-ease-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

.boutique-gallery-grid[style*="display:none"] {
    display: none !important;
}

.boutique-gallery-grid > .boutique-album-description {
    grid-column: 1 / -1;
}

.boutique-gallery-grid a {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: var(--thumbnail-aspect-ratio, 3 / 4);
    border: 1px solid #eee;
    background: #f3f2f0;
}

.boutique-gallery-grid img,
.boutique-gallery-grid video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 220ms ease;
}

.boutique-gallery-grid a::after {
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.52));
    content: "";
    opacity: 0;
    transition: opacity 220ms ease;
}

.boutique-gallery-grid a:hover img,
.boutique-gallery-grid a:focus img {
    opacity: 0.84;
}

.boutique-gallery-grid a:hover::after,
.boutique-gallery-grid a:focus::after {
    opacity: 1;
}

.boutique-video-thumb .media-preview-play {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    pointer-events: none;
}

.boutique-video-thumb .media-preview-play::before {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    content: "";
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.45));
}

.boutique-album-description {
    margin: 0 0 18px;
    color: rgba(0, 0, 0, 0.62);
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    .sidebar.controls .main-title {
        margin-top: 50px;
    }

    .sidebar.controls .controls-sections-list .sections-list {
        top: 58%;
    }

    .sidebar.controls .controls-sections-list .sections-list li:not(:last-child) {
        margin-bottom: 4px;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 80%;
    }

    .showcase.section-open {
        transform: translate3d(-60%, 0, 0);
    }

    .showcase .sidebar.controls {
        width: 60%;
    }

    .showcase .sidebar.previews {
        width: 40%;
    }

    .sidebar.previews .close-section {
        left: 50px;
    }

    #section {
        width: 60%;
    }

    #section.open {
        left: 40%;
    }
}

@media (max-width: 768px) {
    body.boutique-cms,
    #wrapper {
        overflow-y: auto;
    }

    .column {
        width: 100% !important;
        padding: 0;
        margin-bottom: 50px;
    }

    .showcase {
        z-index: 100;
    }

    .showcase.section-open {
        transform: translate3d(-100%, 0, 0);
    }

    .showcase .sidebar.controls {
        width: 100%;
        min-height: 100svh;
        overflow: hidden;
    }

    .boutique-mobile-hero {
        position: relative;
        display: block;
        width: 100%;
        height: 35svh;
        min-height: 225px;
        background-image: var(--boutique-mobile-hero-image);
        background-position: center 30%;
        background-size: cover;
    }

    .boutique-mobile-hero::after {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.78) 72%, #fff 100%);
        content: "";
    }

    .sidebar.controls.has-mobile-hero .main-title {
        position: relative;
        z-index: 1;
        max-width: min(76%, 340px);
        margin: -42px auto 0;
        padding: 0;
    }

    .sidebar.controls.has-mobile-hero .main-title img {
        max-height: 124px;
        padding-bottom: 0;
    }

    .sidebar.controls .boutique-home-copy,
    .sidebar.controls #banners,
    .sidebar.controls .homepage-banners {
        display: none;
    }

    .showcase .sidebar.previews {
        width: 0;
    }

    .sidebar.previews .preview {
        display: none;
    }

    .sidebar.previews .close-section {
        top: 20px;
        bottom: auto;
        left: 20px;
        z-index: 100;
        margin-top: 0;
    }

    .sidebar.previews .close-section:hover,
    .sidebar.previews .close-section:focus {
        margin: -5px;
    }

    #section {
        width: 100%;
    }

    #section.open {
        left: 0;
    }

    #section .section-content-inner {
        min-height: 0;
        padding: 0;
    }

    #section .section-header {
        margin-bottom: 20px;
    }

    #section .section-header .section-title {
        padding: 40px 40px 0;
    }

    #section .section-header .section-cat {
        padding: 0 40px;
    }

    #section .section-content-inner .content-scroll {
        padding: 40px;
    }

    #section .section-content-inner .row {
        min-height: 0;
    }

    .content-top-img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    #contact .contact-content-inner {
        padding: 40px;
    }

    #contact .contact-close {
        top: 50px;
        right: 30px;
    }
}

@media (max-width: 520px) {
    body.boutique-cms {
        font-size: 16px;
        line-height: 1.4;
    }

    .sidebar.controls .main-title {
        font-size: 45px;
        line-height: 1;
    }

    .sidebar.controls.has-mobile-hero .main-title {
        max-width: min(86%, 390px);
        margin-top: -54px;
    }

    .sidebar.controls.has-mobile-hero .main-title img {
        max-height: 160px;
    }

    .showcase {
        white-space: normal;
    }

    .showcase .sidebar.controls .controls-sections-list {
        inset: auto 0 190px;
        height: 245px;
    }

    .showcase .sidebar.controls .controls-sections-list .sections-list {
        right: 0;
        left: 0;
        top: 50%;
        padding: 0 25px;
    }

    .showcase .sidebar.controls .controls-sections-list .sections-list li a {
        font-size: 16px;
    }

    .sidebar.controls .contact-link {
        bottom: 82px;
        width: min(72vw, 270px);
        min-height: 48px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.42);
        backdrop-filter: blur(4px);
    }

    .sidebar.previews .close-section {
        width: 40px;
        height: 40px;
        bottom: 50px;
        left: 25px;
    }

    #contact .contact-content-inner {
        padding: 80px 30px 40px;
    }

    #section .section-header {
        margin-bottom: 0;
    }

    #section .section-header .section-title {
        padding: 25px 25px 5px;
        font-size: 40px;
    }

    #section .section-header .section-cat {
        padding: 0 25px;
        letter-spacing: 2px;
    }

    #section .section-content-inner .content-scroll {
        padding: 25px;
    }

    .album {
        width: 48%;
        min-width: 0;
    }

    .boutique-gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .sidebar.previews .preview {
        background-image: var(--boutique-preview-mobile);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
    }
}
