.front-topbar,
.front-footer {
    display: none;
}

.front-main,
.front-page-container {
    padding: 0;
}

.curly-front-page {
    background-color: var(--showcase-background, #fff);
    color: var(--showcase-background-text, #000);
    font-family: var(--salon-sylvie-font-family, "Montserrat"), sans-serif;
    min-height: 100vh;
}

.curly-front-page img {
    display: block;
    max-width: 100%;
}

.curly-front-page iframe,
.curly-front-page video {
    display: block;
    max-width: 100%;
}

.curly-front-page .curly-seat-calendar-title,
.curly-front-page .curly-day-head-copy h4,
.curly-front-page .curly-calendar-shell .fc .fc-toolbar-title {
    font-family: var(--salon-sylvie-font-family, "Montserrat"), sans-serif;
}

.curly-front-page.page-home {
    background-color: var(--showcase-background, #fffaf5);
    background-image: radial-gradient(
        circle at top,
        rgba(var(--showcase-background-overlay-rgb, 255, 255, 255), var(--showcase-background-overlay-start, 0.72)),
        rgba(var(--showcase-background-overlay-rgb, 255, 255, 255), var(--showcase-background-overlay-mid, 0.88)) 48%,
        rgba(var(--showcase-background-overlay-rgb, 255, 255, 255), var(--showcase-background-overlay-end, 0.96)) 100%
    );
    background-attachment: scroll, scroll;
    background-position: center top, center top;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    overflow-x: clip;
}

.curly-front-page .mkdf-row-grid-section {
    width: min(1240px, calc(100% - clamp(24px, 4vw, 48px)));
}

.curly-front-page .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner,
.curly-front-page .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner {
    padding: 0;
}

.curly-header-shell {
    position: sticky;
    top: 0;
    z-index: 2000;
    transition: transform 0.28s ease;
}

.curly-front-page .curly-header-shell {
    display: block !important;
}

.curly-header-shell .mkdf-menu-area {
    background: rgba(10, 10, 10, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 0 22px;
    transition: background 0.28s ease, box-shadow 0.28s ease, padding 0.28s ease;
}

.curly-header-shell.is-compact .mkdf-menu-area {
    background: rgba(10, 10, 10, 0.99);
    box-shadow: 0 18px 36px rgba(10, 10, 10, 0.08);
}

.curly-brand-link {
    align-items: center;
    display: inline-flex;
}

.curly-brand-link img,
.curly-footer-brand img {
    height: auto;
    max-height: 62px;
    object-fit: contain;
    width: auto;
}

.curly-header-shell .mkdf-vertical-align-containers {
    align-items: center;
    min-height: 106px;
}

.curly-nav-shell {
    display: flex;
    justify-content: center;
}

.curly-front-page .mkdf-main-menu > ul > li > a {
    color: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.curly-front-page .mkdf-main-menu > ul > li.mkdf-active-item > a,
.curly-front-page .mkdf-main-menu > ul > li > a:hover {
    color: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
}

.curly-front-page .mkdf-main-menu > ul > li.mkdf-active-item > a .item_text,
.curly-front-page .mkdf-main-menu > ul > li > a:hover .item_text {
    border-bottom: 1px solid currentColor;
    padding-bottom: 7px;
}

.curly-header-actions {
    align-items: center;
    display: flex;
    gap: 0;
    justify-content: flex-end;
}

.curly-header-icon {
    align-items: center;
    background: none;
    border: 0;
    color: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
    display: inline-flex;
    font-size: 18px;
    gap: 8px;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    transition: color 0.22s ease;
}

.curly-header-icon:hover {
    color: var(--showcase-secondary, #c59d5f);
}

.curly-header-auth {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 0.08em;
    min-height: 36px;
    padding: 0 14px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.curly-header-auth:hover,
.curly-header-auth:focus-visible {
    border-color: var(--showcase-secondary, #c59d5f);
    color: var(--showcase-secondary, #c59d5f);
}

.curly-header-toggle {
    display: none;
}

.curly-mobile-menu {
    display: none;
}

.curly-header-separator {
    background: rgba(255, 255, 255, 0.22);
    display: inline-block;
    height: 20px;
    margin: 0 12px;
    width: 1px;
}

.curly-cart-number {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1180px) {
    .curly-header-shell .mkdf-menu-area {
        background: rgba(10, 10, 10, 0.98);
        padding: 0 14px;
    }

    .curly-header-shell .mkdf-vertical-align-containers {
        align-items: center;
        display: flex !important;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
        min-height: 90px;
        width: 100%;
    }

    .curly-header-shell .mkdf-position-left,
    .curly-header-shell .mkdf-position-right,
    .curly-header-shell .mkdf-position-center {
        display: flex !important;
        float: none;
        height: auto;
        left: auto;
        position: static;
        transform: none;
        width: auto;
    }

    .curly-header-shell .mkdf-position-left {
        flex: 1 1 auto;
    }

    .curly-header-shell .mkdf-position-right {
        flex: 0 0 auto;
    }

    .curly-header-shell .mkdf-position-center {
        flex: 1 0 100%;
    }

    .curly-header-shell .mkdf-position-left-inner,
    .curly-header-shell .mkdf-position-right-inner,
    .curly-header-shell .mkdf-position-center-inner {
        display: flex !important;
        height: auto;
        width: 100%;
    }

    .curly-header-toggle {
        display: inline-flex;
    }

    .curly-nav-shell {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.28s ease, opacity 0.28s ease, padding 0.28s ease;
    }

    .curly-header-shell.is-nav-open .curly-nav-shell {
        max-height: none;
        opacity: 1;
        padding-bottom: 18px;
    }

    .curly-header-shell .mkdf-position-center-inner {
        overflow: visible;
    }

    .curly-front-page .mkdf-main-menu > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        min-width: 0;
        width: 100%;
    }

    .curly-front-page .mkdf-main-menu > ul > li > a {
        border: 1px solid rgba(245, 158, 11, 0.35);
        border-radius: 999px;
        display: inline-flex;
        justify-content: center;
        letter-spacing: 0.18em;
        padding: 12px 16px;
    }

    .curly-front-page .mkdf-main-menu > ul > li.mkdf-active-item > a {
        background: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
        border-color: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
        color: #111;
    }
}

.curly-hero-shell {
    overflow: clip;
}

.curly-hero-carousel {
    --curly-hero-pointer-x: 0;
    --curly-hero-pointer-y: 0;
    min-height: 700px;
    position: relative;
}

.curly-hero-slide {
    color: #fff;
    display: grid;
    inset: 0;
    min-height: 700px;
    padding: clamp(140px, 16vh, 180px) 0 clamp(84px, 10vh, 110px);
    place-items: center;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: scale(1.01);
    transition: opacity 0.7s ease, transform 1.1s ease;
    visibility: hidden;
}

.curly-hero-slide > .mkdf-row-grid-section {
    margin: 0 auto;
    max-width: 1240px;
    width: min(1240px, calc(100% - 48px));
}

.curly-hero-media-parallax {
    inset: -3%;
    overflow: hidden;
    position: absolute;
    transform:
        translate3d(
            calc(var(--curly-hero-pointer-x, 0) * var(--curly-hero-depth, 0.08) * 32px),
            calc(var(--curly-hero-pointer-y, 0) * var(--curly-hero-depth, 0.08) * 22px),
            0
        );
    transition: transform 0.28s ease-out;
    z-index: 0;
}

.curly-hero-media-scale {
    background-position: center center;
    background-size: cover;
    filter: blur(12px);
    inset: 0;
    position: absolute;
    transform: scale(1.02);
    transition: filter 0.85s ease, transform 1.1s ease;
    will-change: filter, transform;
}

.curly-hero-media-scale.is-video {
    background: linear-gradient(90deg, rgba(244, 244, 244, 0.18), rgba(14, 14, 14, 0.1));
    overflow: hidden;
}

.curly-hero-video {
    display: block;
    filter: blur(12px);
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    transform: none;
    transition: filter 0.85s ease;
    will-change: filter;
    width: 100%;
}

.curly-hero-overlay {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06)),
        linear-gradient(180deg, rgba(22, 22, 22, 0.08), rgba(22, 22, 22, 0.18));
    inset: 0;
    position: absolute;
    z-index: 1;
}

.curly-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    visibility: visible;
}

.curly-hero-slide.is-active .curly-hero-media-scale {
    animation: curlyKenBurns 6.2s linear both;
    filter: blur(0);
}

.curly-hero-slide.is-active .curly-hero-video {
    animation: none;
    filter: blur(0);
}

.curly-hero-content {
    display: grid;
    justify-items: center;
    margin: 0 auto;
    max-width: 1120px;
    position: relative;
    text-align: center;
    width: min(1120px, 100%);
    z-index: 2;
}

.curly-hero-script {
    color: #fff;
    display: block;
    font-size: clamp(58px, 7.6vw, 88px);
    line-height: 1;
    margin: 0 0 20px;
    text-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.curly-front-page.page-home .curly-hero-script {
    font-size: calc(clamp(58px, 7.6vw, 88px) * var(--salon-sylvie-font-scale, 1));
}

.curly-hero-title {
    color: #fff;
    display: block;
    font-size: clamp(62px, 10vw, 182px);
    font-weight: 700;
    letter-spacing: clamp(0.14em, 0.9vw, 0.28em);
    line-height: 0.95;
    margin: 0 auto 24px;
    max-width: 100%;
    padding-left: 0;
    text-transform: uppercase;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    text-wrap: balance;
}

.curly-front-page.page-home .curly-hero-title {
    font-size: calc(clamp(62px, 10vw, 182px) * var(--salon-sylvie-font-scale, 1));
}

.curly-hero-meta {
    color: rgba(255, 255, 255, 0.96);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.35em;
    margin: 0;
    text-transform: uppercase;
}

.curly-front-page.page-home .curly-hero-meta {
    font-size: calc(12px * var(--salon-sylvie-font-scale, 1));
}

.curly-hero-copy {
    color: rgba(255, 255, 255, 0.92);
    display: block;
    font-size: clamp(16px, 2.2vw, 20px);
    line-height: 1.7;
    margin: 18px auto 0;
    max-width: 42rem;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.curly-front-page.page-home .curly-hero-copy {
    font-size: calc(clamp(16px, 2.2vw, 20px) * var(--salon-sylvie-font-scale, 1));
}

.curly-hero-actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 32px;
}

.curly-hero-actions .mkdf-btn {
    min-width: 188px;
}

.curly-hero-actions .mkdf-btn-simple,
.curly-hero-actions .mkdf-btn-outline {
    color: #fff;
}

.curly-hero-actions .mkdf-btn-outline {
    border-color: rgba(255, 255, 255, 0.92);
}

.curly-hero-layer {
    filter: blur(0);
    opacity: 0;
    transition: opacity 0.72s cubic-bezier(0.19, 1, 0.22, 1), transform 0.72s cubic-bezier(0.19, 1, 0.22, 1);
}

.curly-hero-layer-script {
    transform: translate3d(0, -36px, 0);
}

.curly-hero-layer-title {
    transform: translate3d(56px, 0, 0);
}

.curly-hero-layer-meta {
    transform: translate3d(0, 34px, 0);
}

.curly-hero-layer-actions {
    transform: translate3d(0, 46px, 0) scale(0.98);
}

.curly-hero-slide.is-active .curly-hero-layer {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.curly-hero-slide.is-active .curly-hero-layer-script {
    transition-delay: 0.08s;
}

.curly-hero-slide.is-active .curly-hero-layer-title {
    transition-delay: 0.18s;
}

.curly-hero-slide.is-active .curly-hero-layer-meta {
    transition-delay: 0.32s;
}

.curly-hero-slide.is-active .curly-hero-layer-actions {
    transition-delay: 0.42s;
}

.curly-hero-dots {
    bottom: 24px;
    display: flex;
    gap: 12px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 5;
}

.showcase-dot {
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transform: scale(1);
    transition: background 0.24s ease, transform 0.24s ease;
}

.showcase-dot.is-active {
    background: #fff;
    transform: scale(1.18);
}

.curly-story-shell,
.curly-features-shell,
.curly-hours-shell,
.curly-shop-shell,
.curly-blog-shell {
    padding: 0 0 96px;
}

.curly-story-band {
    background: #282828;
    padding: 106px 0 108px;
}

.curly-story-grid,
.curly-hours-grid,
.curly-shop-grid,
.curly-footer-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.curly-story-image img,
.curly-shop-visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.curly-story-image,
.curly-shop-visual {
    transform: translate3d(0, var(--curly-parallax-shift, 0px), 0);
    transition: transform 0.2s linear;
    will-change: transform;
}

.curly-story-panel {
    color: #fff;
}

[data-reveal-item] {
    filter: blur(5px);
    opacity: 0;
    transform: translate3d(0, 30px, 0) scale(0.985);
    transition:
        opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) var(--curly-reveal-delay, 0ms),
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) var(--curly-reveal-delay, 0ms),
        filter 0.8s cubic-bezier(0.19, 1, 0.22, 1) var(--curly-reveal-delay, 0ms),
        box-shadow 0.24s ease,
        border-color 0.24s ease;
}

[data-reveal-item="left"] {
    transform: translate3d(-44px, 16px, 0) scale(0.98);
}

[data-reveal-item="right"] {
    transform: translate3d(44px, 16px, 0) scale(0.98);
}

[data-reveal-item="scale"] {
    transform: translate3d(0, 24px, 0) scale(0.9);
}

[data-reveal-item="fade"] {
    transform: translate3d(0, 18px, 0);
}

[data-reveal-item].is-visible,
[data-reveal].is-visible [data-reveal-item] {
    filter: blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

[data-parallax] {
    --curly-parallax-shift: 0px;
}

.curly-story-grid .mkdf-info-section,
.curly-hours-grid .mkdf-info-section,
.curly-shop-grid .mkdf-info-section {
    background: #f7f8f9;
    min-height: 100%;
}

.curly-story-shell .mkdf-info-section {
    background: transparent;
    color: var(--showcase-background-text, #fff);
}

.curly-story-shell .mkdf-is-inner {
    margin: 0 auto;
    max-width: 860px;
    padding-top: 112px;
    text-align: center;
}

.curly-story-shell .mkdf-is-background-text {
    color: var(--showcase-background-accent, var(--showcase-secondary, #c59d5f));
    font-size: clamp(120px, 17vw, 225px);
    font-style: normal;
    left: 50%;
    line-height: 0.8;
    min-width: 100%;
    opacity: 0.22;
    text-align: center;
    transform: translateX(-50%);
    top: 16px;
    white-space: nowrap;
}

.curly-front-page.page-home .curly-story-shell .mkdf-is-background-text,
.curly-front-page.page-home .curly-hours-shell .mkdf-is-background-text {
    font-size: calc(clamp(120px, 17vw, 225px) * var(--salon-sylvie-font-scale, 1));
}

.curly-story-shell .mkdf-is-subtitle,
.curly-story-shell .mkdf-is-title,
.curly-story-shell .mkdf-is-text {
    color: var(--showcase-background-text, #fff);
}

.curly-story-shell .mkdf-is-subtitle {
    margin-bottom: 18px;
}

.curly-story-shell .mkdf-is-title {
    margin-bottom: 26px;
}

.curly-story-shell .mkdf-is-text {
    margin: 0 auto;
    max-width: 760px;
}

.curly-front-page.page-home .curly-story-shell .mkdf-is-subtitle,
.curly-front-page.page-home .curly-features-shell .mkdf-st-subtitle,
.curly-front-page.page-home .curly-hours-shell .mkdf-is-subtitle,
.curly-front-page.page-home .curly-booking-card h5 {
    font-size: calc(12px * var(--salon-sylvie-font-scale, 1));
}

.curly-front-page.page-home .curly-story-shell .mkdf-is-title,
.curly-front-page.page-home .curly-features-shell .mkdf-st-title,
.curly-front-page.page-home .curly-hours-shell .mkdf-is-title,
.curly-front-page.page-home .curly-booking-card h2 {
    font-size: calc(clamp(34px, 4.4vw, 54px) * var(--salon-sylvie-font-scale, 1));
    line-height: 1.08;
}

.curly-front-page.page-home .curly-story-shell .mkdf-is-text,
.curly-front-page.page-home .curly-features-shell .mkdf-st-text,
.curly-front-page.page-home .curly-hours-shell .mkdf-is-text,
.curly-front-page.page-home .curly-booking-card p {
    font-size: calc(17px * var(--salon-sylvie-font-scale, 1));
    line-height: 1.7;
}

.curly-front-page.page-home .curly-feature-card h4 {
    font-size: calc(24px * var(--salon-sylvie-font-scale, 1));
}

.curly-front-page.page-home .curly-feature-card p,
.curly-front-page.page-home .curly-availability-item strong,
.curly-front-page.page-home .curly-availability-item span,
.curly-front-page.page-home .curly-availability-item small {
    font-size: calc(15px * var(--salon-sylvie-font-scale, 1));
}

.curly-story-actions {
    margin-top: 34px;
}

.curly-story-shell .curly-story-actions .mkdf-btn-outline {
    border-color: var(--showcase-background-text, #fff);
    color: var(--showcase-background-text, #fff);
    min-width: 248px;
}

.curly-feature-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
}

.curly-feature-card {
    background: #fff;
    border-top: 1px solid #000;
    position: relative;
    padding: 32px 26px 28px;
    text-align: center;
    transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.curly-feature-icon {
    margin: 0 auto 18px;
    width: 110px;
}

.curly-feature-icon img {
    display: block;
    width: 100%;
}

.curly-feature-card p {
    margin: 14px 0 0;
}

.curly-feature-meta {
    color: var(--showcase-secondary, #8d7750);
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 14px;
    text-transform: uppercase;
}

.curly-feature-card:hover,
.curly-product-card:hover,
.curly-blog-shell .mkdf-bl-item:hover {
    border-color: var(--showcase-secondary, #c59d5f);
    box-shadow: 0 24px 40px rgba(16, 16, 16, 0.08);
    transform: translateY(-6px);
}

.curly-hours-grid .mkdf-info-section {
    background: #141414;
    color: #fff;
    padding: 90px 70px;
}

.curly-hours-grid .mkdf-is-subtitle,
.curly-hours-grid .mkdf-is-title,
.curly-hours-grid .mkdf-is-text,
.curly-hours-grid .salon-editable-text,
.curly-hours-grid .curly-availability-item strong,
.curly-hours-grid .curly-availability-item span,
.curly-hours-grid .curly-availability-item small {
    color: #fff;
}

.curly-hours-grid .mkdf-info-section.mkdf-dark h2,
.curly-hours-grid .mkdf-info-section.mkdf-dark h5,
.curly-hours-grid .mkdf-info-section.mkdf-dark p,
.curly-hours-grid .mkdf-info-section.mkdf-dark .mkdf-is-title,
.curly-hours-grid .mkdf-info-section.mkdf-dark .mkdf-is-subtitle,
.curly-hours-grid .mkdf-info-section.mkdf-dark .mkdf-is-text,
.curly-hours-grid .mkdf-info-section.mkdf-dark .salon-editable-text {
    color: #fff;
}

.curly-hours-grid .mkdf-is-background-text {
    color: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
    opacity: 0.18;
}

.curly-booking-card {
    background: linear-gradient(180deg, #1a1a1a 0%, #101010 100%);
    color: #fff;
    padding: 90px 70px;
    position: relative;
}

.curly-booking-card h5,
.curly-booking-card h2,
.curly-booking-card p {
    color: #fff;
}

.curly-booking-card::before {
    border: 1px solid var(--showcase-secondary-on-dark, rgba(197, 157, 95, 0.5));
    content: "";
    inset: 28px;
    pointer-events: none;
    position: absolute;
}

.curly-availability-list {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.curly-availability-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    gap: 3px;
    padding-bottom: 14px;
}

.curly-booking-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
}

.curly-booking-card .mkdf-btn-simple,
.curly-booking-card .mkdf-btn-outline {
    color: #fff;
}

.curly-booking-card .mkdf-btn-outline {
    border-color: #fff;
}

.curly-shop-grid .mkdf-info-section {
    background: #f7f8f9;
    padding: 90px 80px;
}

.curly-product-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.curly-product-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    display: grid;
    gap: 18px;
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 14px;
    transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.curly-product-thumb img {
    display: block;
    height: 96px;
    object-fit: cover;
    width: 96px;
}

.curly-product-card h4 {
    margin-bottom: 8px;
}

.curly-product-card p {
    margin: 0 0 8px;
}

.curly-empty-copy {
    margin-top: 28px;
}

.curly-blog-cta {
    margin-top: 34px;
}

.curly-video-shell {
    overflow: clip;
    position: relative;
}

.curly-video-stage {
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.35)),
        url("../curly/uploads/2018/04/h2-parallax-1.jpg") center / cover no-repeat;
    min-height: 520px;
    position: relative;
    transform: translate3d(0, var(--curly-parallax-shift, 0px), 0);
    will-change: transform;
}

.curly-video-overlay {
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 44%),
        linear-gradient(180deg, rgba(14, 14, 14, 0.16), rgba(14, 14, 14, 0.44));
    inset: 0;
    position: absolute;
}

.curly-video-inner {
    align-items: center;
    display: grid;
    gap: 26px;
    justify-items: center;
    min-height: 520px;
    position: relative;
    z-index: 1;
}

.curly-video-button {
    align-items: center;
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    height: 124px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 124px;
}

.curly-video-button-ring {
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    inset: 0;
    position: absolute;
}

.curly-video-button::before,
.curly-video-button::after {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    content: "";
    inset: -14px;
    opacity: 0;
    position: absolute;
}

.curly-video-button::after {
    inset: -26px;
}

.curly-video-button:hover::before,
.curly-video-button:hover::after {
    animation: curlyPulse 1.8s ease-out infinite;
    opacity: 1;
}

.curly-video-button::after {
    animation-delay: 0.22s;
}

.curly-video-play-icon {
    border-bottom: 18px solid transparent;
    border-left: 28px solid #fff;
    border-top: 18px solid transparent;
    display: block;
    height: 0;
    margin-left: 6px;
    position: relative;
    width: 0;
    z-index: 1;
}

.curly-video-copy {
    background: transparent;
    max-width: 720px;
}

.curly-video-copy .mkdf-is-subtitle,
.curly-video-copy .mkdf-is-title,
.curly-video-copy .mkdf-is-text {
    color: #fff;
}

.curly-video-copy .mkdf-is-inner {
    text-align: center;
    width: 100%;
}

.curly-video-modal {
    inset: 0;
    position: fixed;
    z-index: 60;
}

.curly-video-backdrop {
    background: rgba(0, 0, 0, 0.74);
    border: 0;
    inset: 0;
    position: absolute;
    width: 100%;
}

.curly-video-dialog {
    inset: 50% auto auto 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: min(960px, calc(100% - 32px));
    z-index: 1;
}

.curly-video-close {
    align-items: center;
    background: rgba(20, 20, 20, 0.86);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 34px;
    height: 52px;
    justify-content: center;
    margin: 0 0 12px auto;
    width: 52px;
}

.curly-video-frame {
    background: #000;
    border-radius: 24px;
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42);
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.curly-video-frame iframe,
.curly-video-player {
    border: 0;
    border-radius: inherit;
    inset: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.curly-video-player {
    object-fit: contain;
}

body.has-curly-video-open {
    overflow: hidden;
}

.curly-blog-shell .mkdf-section-title-holder {
    margin-bottom: 34px;
}

.curly-blog-shell .mkdf-bl-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #141414;
    transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.curly-blog-shell .mkdf-bl-item a,
.curly-blog-shell .mkdf-bl-item h4,
.curly-blog-shell .mkdf-bl-item p,
.curly-blog-shell .mkdf-bl-item span,
.curly-blog-shell .mkdf-bl-item .entry-title,
.curly-blog-shell .mkdf-bl-item .mkdf-post-title,
.curly-blog-shell .mkdf-bl-item .mkdf-post-excerpt,
.curly-blog-shell .mkdf-bl-item .mkdf-post-info-date {
    color: #141414;
}

.curly-blog-shell .mkdf-bl-item .mkdf-btn-simple,
.curly-blog-shell .mkdf-bl-item .mkdf-btn-text {
    color: #141414;
}

.curly-blog-shell .mkdf-bl-item a:hover,
.curly-blog-shell .mkdf-bl-item .mkdf-btn-simple:hover,
.curly-blog-shell .mkdf-bl-item .mkdf-btn-simple:hover .mkdf-btn-text {
    color: var(--showcase-secondary, #c59d5f);
}

.curly-blog-shell .mkdf-post-image {
    overflow: hidden;
}

.curly-blog-shell .mkdf-post-image img {
    transition: transform 0.42s ease;
}

.curly-blog-shell .mkdf-bl-item:hover .mkdf-post-image img {
    transform: scale(1.04);
}

.curly-page-hero {
    background-color: #141414;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: clip;
    padding: 136px 0 92px;
    position: relative;
}

.curly-page-hero::before {
    background:
        linear-gradient(90deg, rgba(20, 20, 20, 0.8), rgba(20, 20, 20, 0.42)),
        radial-gradient(circle at top right, rgba(197, 157, 95, 0.22), transparent 36%);
    content: "";
    inset: 0;
    position: absolute;
}

.curly-page-hero-pricing {
    background-image: url("../curly/uploads/2018/04/h2-parallax-1.jpg");
}

.curly-page-hero-booking {
    background-image: url("../curly/uploads/2018/05/h5-slider2-background-img.jpg");
}

.curly-page-hero-booking-compact {
    padding: 86px 0 52px;
}

.curly-page-hero-booking-compact .curly-page-hero-inner {
    min-height: 210px;
}

.curly-page-hero-booking-compact .curly-page-script {
    font-size: 44px;
}

.curly-page-hero-booking-compact h1 {
    font-size: 46px;
}

.curly-page-hero-shop {
    background-image: url("../curly/uploads/2018/04/h2-img-2.jpg");
}

.curly-page-hero-blog {
    background-image: url("../curly/uploads/2018/04/h2-blog-img-1.jpg");
}

.curly-shop-title-holder {
    background: #111;
}

.curly-shop-title-holder .mkdf-title-wrapper {
    background:
        linear-gradient(90deg, rgba(10, 10, 10, 0.72) 0%, rgba(10, 10, 10, 0.28) 100%),
        url("../curly/uploads/2018/04/h2-img-2.jpg") center/cover no-repeat;
}

.curly-shop-title-holder .mkdf-page-title,
.curly-shop-title-holder .mkdf-breadcrumbs,
.curly-shop-title-holder .mkdf-breadcrumbs a,
.curly-shop-title-holder .mkdf-current,
.curly-shop-title-holder .mkdf-delimiter {
    color: #fff;
}

.curly-shop-title-holder .mkdf-breadcrumbs a:hover {
    color: #c59d5f;
}

.curly-page-hero-contact {
    background-image: url("../curly/uploads/2018/05/h2-img-1.jpg");
}

.curly-page-hero-inner {
    align-items: end;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 340px;
    position: relative;
    z-index: 1;
}

.curly-page-copy {
    max-width: 760px;
}

.curly-page-script {
    color: #c59d5f;
    display: block;
    font-size: clamp(48px, 6vw, 72px);
    line-height: 1;
    margin-bottom: 8px;
}

.curly-page-hero h1 {
    color: #fff;
    font-size: clamp(42px, 6vw, 68px);
    line-height: 1.08em;
    margin: 0 0 18px;
}

.curly-page-hero p {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 2vw, 18px);
    margin: 0;
    max-width: 620px;
}

.curly-page-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.curly-page-hero .mkdf-btn-simple,
.curly-page-hero .mkdf-btn-outline,
.curly-page-hero .mkdf-btn-white {
    color: #fff;
}

.curly-page-hero .mkdf-btn-outline,
.curly-page-hero .mkdf-btn-white {
    border-color: rgba(255, 255, 255, 0.9);
}

.curly-page-actions-stack {
    align-items: stretch;
    flex-direction: column;
}

.curly-page-shell {
    padding: 92px 0;
}

.curly-page-shell-light {
    background: #f7f8f9;
}

.curly-pricing-grid,
.curly-product-page-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.curly-page-split {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.curly-plan-card,
.curly-info-card,
.curly-product-page-card,
.curly-cta-band {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 24px;
    box-shadow: 0 22px 40px rgba(20, 20, 20, 0.06);
}

.curly-plan-card,
.curly-info-card {
    padding: 38px;
}

.curly-plan-card-featured {
    background: #141414;
    border-color: #141414;
}

.curly-plan-card-featured h3,
.curly-plan-card-featured p,
.curly-plan-card-featured .curly-plan-kicker {
    color: #fff;
}

.curly-plan-kicker {
    color: #c59d5f;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.28em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.curly-plan-card h3,
.curly-info-card h3,
.curly-product-page-card h3,
.curly-cta-band h3 {
    margin: 0 0 14px;
}

.curly-plan-card p,
.curly-info-card p,
.curly-product-page-card p {
    margin: 0 0 22px;
}

.curly-plan-card .mkdf-btn-simple,
.curly-plan-card .mkdf-btn-outline,
.curly-info-card .mkdf-btn-simple,
.curly-info-card .mkdf-btn-outline,
.curly-product-page-card .mkdf-btn-simple,
.curly-product-page-card .mkdf-btn-outline,
.curly-cta-band .mkdf-btn-simple,
.curly-cta-band .mkdf-btn-outline {
    color: #141414;
}

.curly-plan-card .mkdf-btn-outline,
.curly-info-card .mkdf-btn-outline,
.curly-product-page-card .mkdf-btn-outline,
.curly-cta-band .mkdf-btn-outline {
    border-color: rgba(20, 20, 20, 0.22);
}

.curly-plan-card .mkdf-btn.is-disabled,
.curly-info-card .mkdf-btn.is-disabled,
.curly-product-page-card .mkdf-btn.is-disabled,
.curly-cta-band .mkdf-btn.is-disabled {
    color: rgba(20, 20, 20, 0.5);
    cursor: not-allowed;
    opacity: 0.72;
}

.curly-plan-price {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin: -4px 0 18px;
}

.curly-info-card-dark {
    background: #141414;
    border-color: #141414;
}

.curly-info-card-dark,
.curly-info-card-dark h3,
.curly-info-card-dark p,
.curly-info-card-dark span,
.curly-info-card-dark small,
.curly-info-card-dark strong,
.curly-info-card-dark a {
    color: #fff;
}

.curly-plan-card-featured .mkdf-btn-simple,
.curly-plan-card-featured .mkdf-btn-outline,
.curly-info-card-dark .mkdf-btn-simple,
.curly-info-card-dark .mkdf-btn-outline {
    color: #fff;
}

.curly-plan-card-featured .mkdf-btn,
.curly-plan-card-featured .mkdf-btn-text,
.curly-info-card-dark .mkdf-btn,
.curly-info-card-dark .mkdf-btn-text,
.curly-info-card-dark .curly-inline-link {
    color: #fff;
}

.curly-info-card-dark .curly-inline-chip {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.curly-plan-card-featured .mkdf-btn-outline,
.curly-info-card-dark .mkdf-btn-outline {
    border-color: rgba(255, 255, 255, 0.76);
}

.curly-plan-card-featured .mkdf-btn.is-disabled,
.curly-info-card-dark .mkdf-btn.is-disabled {
    color: rgba(255, 255, 255, 0.68);
}

.curly-info-card-soft {
    background: linear-gradient(180deg, #f7f8f9 0%, #ffffff 100%);
}

.curly-info-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.curly-info-list li {
    padding-left: 24px;
    position: relative;
}

.curly-info-list li::before {
    color: #c59d5f;
    content: "+";
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
}

.curly-info-stack,
.curly-contact-stack {
    display: grid;
    gap: 14px;
}

.curly-inline-chip {
    background: rgba(197, 157, 95, 0.12);
    border-radius: 999px;
    color: #141414;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    margin: 0 10px 10px 0;
    padding: 10px 16px;
    text-transform: uppercase;
}

.curly-inline-link {
    color: #141414;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.curly-inline-link:hover {
    color: #c59d5f;
}

.curly-mode-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.curly-mode-card {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 24px;
}

.curly-mode-card.is-active {
    border-color: #c59d5f;
    box-shadow: 0 16px 30px rgba(197, 157, 95, 0.18);
}

.curly-mode-card span {
    color: #c59d5f;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.curly-mode-card h4 {
    margin: 0 0 10px;
}

.curly-mode-card p {
    margin: 0 0 16px;
}

.curly-cta-band {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 34px 38px;
}

.curly-product-page-card {
    display: grid;
    overflow: hidden;
}

.curly-product-page-media {
    aspect-ratio: 4 / 4;
    overflow: hidden;
}

.curly-product-page-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    width: 100%;
}

.curly-product-page-card:hover .curly-product-page-media img {
    transform: scale(1.04);
}

.curly-product-page-body {
    padding: 28px 28px 24px;
}

.curly-product-page-body strong {
    display: block;
    font-size: 24px;
    margin-bottom: 18px;
}

.curly-product-page-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.curly-product-page-actions form {
    margin: 0;
}

.curly-product-page-actions button {
    background: none;
    border: 0;
    padding: 0;
}

.curly-shop-notice,
.curly-shop-empty {
    margin-bottom: 28px;
}

.curly-shop-reset {
    margin: 18px 0 0;
}

.curly-shop-reset a,
.widget_product_categories a.is-active,
.widget_product_tag_cloud .tag-cloud-link.is-active {
    color: #c59d5f;
}

.curly-shop-products.products {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.curly-shop-products.products > .product {
    clear: none;
    float: none;
    margin: 0;
    width: auto;
}

.curly-shop-card-cta {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 46px;
    text-align: center;
    width: 100%;
}

.mkdf-pl-cart-price-holder form {
    display: block;
    height: 100%;
    inset: 0;
    margin: 0;
    position: absolute;
}

.mkdf-pl-cart-price-holder form .button {
    height: 100%;
    width: 100%;
}

.mkdf-pl-main-holder .products > .product .mkdf-pl-image img {
    aspect-ratio: 800 / 987;
    object-fit: cover;
    width: 100%;
}

.curly-contact-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1.05fr 1fr 0.9fr;
}

.curly-calendar-shell {
    scroll-margin-top: 118px;
}

.curly-calendar-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 320px;
}

.curly-calendar-card,
.curly-calendar-info-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 24px;
    box-shadow: 0 22px 40px rgba(20, 20, 20, 0.06);
}

.curly-calendar-card {
    overflow: hidden;
}

.curly-calendar-card,
.curly-calendar-board,
.curly-calendar-frame,
.curly-calendar-aside {
    min-width: 0;
}

.curly-calendar-toolbar {
    display: grid;
    gap: 22px;
    padding: 34px 34px 28px;
}

.curly-calendar-copy {
    max-width: 760px;
}

.curly-calendar-copy h3 {
    margin: 10px 0 12px;
}

.curly-calendar-copy p {
    margin: 0;
}

.curly-calendar-fields {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.curly-calendar-field {
    display: grid;
    gap: 6px;
}

.curly-calendar-field label {
    color: #4b4b4b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0;
    text-transform: uppercase;
}

.curly-calendar-field .form-select {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    min-height: 50px;
}

.curly-calendar-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.curly-calendar-badges span {
    background: #f4efe7;
    border: 1px solid rgba(197, 157, 95, 0.24);
    border-radius: 999px;
    color: #5b4a2d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 8px 12px;
    text-transform: uppercase;
}

.curly-calendar-legend {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 14px 34px;
}

.curly-calendar-legend span {
    align-items: center;
    color: #4c4c4c;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.curly-calendar-dot {
    border-radius: 999px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.curly-calendar-dot.is-booked {
    background: #c75b4c;
}

.curly-calendar-dot.is-free {
    background: #d7c39b;
}

.curly-calendar-dot.is-brand {
    background: var(--showcase-secondary, #c59d5f);
}

.curly-calendar-board {
    min-height: 760px;
    padding: 24px 24px 30px;
    position: relative;
}

.curly-calendar-frame {
    min-height: 700px;
}

.curly-calendar-single-host {
    min-height: 700px;
}

.curly-seat-calendar-grid {
    display: grid;
    gap: 14px;
    grid-auto-columns: minmax(300px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 8px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.curly-seat-calendar-col {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    display: grid;
    gap: 10px;
    min-width: 300px;
    padding: 12px;
}

.curly-seat-calendar-head {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.curly-seat-calendar-title {
    color: #141414;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    text-transform: uppercase;
}

.curly-seat-calendar-badge {
    background: rgba(197, 157, 95, 0.16);
    border: 1px solid rgba(197, 157, 95, 0.35);
    border-radius: 999px;
    color: #5b4a2d;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 6px 10px;
    text-transform: uppercase;
}

.curly-seat-calendar-el {
    min-height: 640px;
}

.curly-seat-calendar-col .fc .fc-toolbar {
    display: none;
}

.curly-seat-calendar-col .fc .fc-col-header-cell-cushion,
.curly-seat-calendar-col .fc .fc-timegrid-slot-label-cushion {
    font-size: 10px;
    letter-spacing: 0.04em;
    padding: 6px 4px;
}

.curly-seat-calendar-col .fc .fc-timegrid-slot {
    height: 2.5rem;
}

.curly-seat-calendar-col .fc .fc-event {
    font-size: 11px;
}

.curly-day-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.curly-day-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    display: grid;
    gap: 14px;
    padding: 16px;
}

.curly-day-head {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: auto minmax(0, 1fr);
}

.curly-day-avatar {
    background: #f0f0f0;
    border: 2px solid rgba(197, 157, 95, 0.35);
    border-radius: 999px;
    height: 52px;
    object-fit: cover;
    width: 52px;
}

.curly-day-head-copy h4 {
    color: #141414;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0;
    text-transform: uppercase;
}

.curly-day-head-copy p {
    color: #5b5b5b;
    font-size: 11px;
    letter-spacing: 0.05em;
    margin: 4px 0 0;
    text-transform: uppercase;
}

.curly-day-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.curly-day-slot {
    appearance: none;
    background: #141414;
    border: 1px solid #141414;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    padding: 10px 12px;
    text-transform: uppercase;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.curly-day-slot:hover,
.curly-day-slot:focus-visible {
    background: var(--showcase-secondary, #c59d5f);
    border-color: var(--showcase-secondary, #c59d5f);
    box-shadow: 0 10px 20px rgba(20, 20, 20, 0.18);
    color: var(--showcase-secondary-contrast, #fff);
    outline: none;
    transform: translateY(-1px);
}

.curly-day-empty,
.curly-day-empty-inline {
    color: #6a6a6a;
    font-size: 13px;
}

.curly-day-empty {
    background: #f6f6f6;
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    padding: 18px;
    text-align: center;
}

.curly-calendar-frame.is-hidden {
    display: none;
}

.curly-calendar-empty {
    align-items: center;
    background: #141414;
    border-radius: 18px;
    color: #fff;
    display: grid;
    gap: 14px;
    justify-items: start;
    min-height: 340px;
    padding: 34px;
}

.curly-calendar-empty.is-hidden {
    display: none;
}

.curly-calendar-empty h3,
.curly-calendar-empty p {
    color: #fff;
    margin: 0;
}

.curly-calendar-loading {
    align-items: center;
    background: rgba(20, 20, 20, 0.78);
    border-radius: 18px;
    color: #fff;
    display: inline-flex;
    gap: 12px;
    inset: 24px;
    justify-content: center;
    position: absolute;
    z-index: 4;
}

.curly-calendar-aside {
    display: grid;
    gap: 22px;
}

.curly-calendar-info-card {
    padding: 30px;
}

.curly-calendar-info-card-dark {
    background: #141414;
    color: #fff;
}

.curly-calendar-info-card-dark h3,
.curly-calendar-info-card-dark p,
.curly-calendar-info-card-dark span,
.curly-calendar-info-card-dark small,
.curly-calendar-info-card-dark strong {
    color: #fff;
}

.curly-calendar-info-card-soft {
    background: #f7f8f9;
}

.curly-calendar-kpis {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.curly-calendar-kpis div {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    display: grid;
    gap: 6px;
    padding: 18px 16px;
}

.curly-calendar-info-card:not(.curly-calendar-info-card-dark) .curly-calendar-kpis div {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.06);
}

.curly-calendar-kpis strong {
    font-size: 28px;
    line-height: 1;
}

.curly-calendar-kpis span {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.curly-calendar-steps {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding-left: 18px;
}

.curly-calendar-duration {
    margin-top: 18px;
}

.curly-calendar-shell .fc {
    --fc-border-color: rgba(0, 0, 0, 0.08);
    --fc-button-bg-color: #141414;
    --fc-button-border-color: #141414;
    --fc-button-hover-bg-color: var(--showcase-secondary, #c59d5f);
    --fc-button-hover-border-color: var(--showcase-secondary, #c59d5f);
    --fc-button-active-bg-color: var(--showcase-secondary, #c59d5f);
    --fc-button-active-border-color: var(--showcase-secondary, #c59d5f);
    --fc-now-indicator-color: var(--showcase-secondary, #c59d5f);
}

.curly-calendar-shell .fc .fc-toolbar {
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.curly-calendar-shell .fc .fc-toolbar-title {
    color: #141414;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.curly-calendar-shell .fc .fc-button {
    border-radius: 999px;
    box-shadow: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.85em 1.15em;
    text-transform: uppercase;
}

.curly-calendar-shell .fc .fc-col-header-cell-cushion,
.curly-calendar-shell .fc .fc-timegrid-slot-label-cushion {
    color: #464646;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 10px 8px;
    text-transform: uppercase;
}

.curly-calendar-shell .fc .fc-timegrid-slot {
    height: 3rem;
}

.curly-calendar-shell .fc .fc-event {
    border: none;
    border-radius: 14px;
    box-shadow: 0 14px 26px rgba(20, 20, 20, 0.12);
    font-weight: 700;
    padding: 2px 4px;
}

.curly-calendar-shell .fc .fc-event-main {
    padding: 4px 6px;
}

.curly-calendar-shell .fc .curly-slot-event {
    cursor: pointer;
}

.curly-calendar-shell .fc .curly-slot-event.is-free {
    box-shadow: 0 10px 18px rgba(20, 20, 20, 0.14);
}

.curly-calendar-shell .fc .curly-slot-event.is-booked {
    cursor: default;
    opacity: 0.88;
}

.curly-calendar-shell .fc .fc-timegrid-now-indicator-line {
    border-color: var(--showcase-secondary, #c59d5f);
}

.curly-calendar-shell .fc .fc-scrollgrid,
.curly-calendar-shell .fc .fc-theme-standard td,
.curly-calendar-shell .fc .fc-theme-standard th {
    border-color: rgba(0, 0, 0, 0.08);
}

.curly-calendar-shell .fc {
    max-width: 100%;
}

.curly-footer-shell {
    background: #141414;
    color: #fff;
    padding: 70px 0;
}

.curly-footer-grid {
    align-items: start;
    gap: 42px;
    grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
}

.curly-footer-shell h4,
.curly-footer-shell h5,
.curly-footer-shell p,
.curly-footer-shell a,
.curly-footer-shell li {
    color: #fff;
}

.curly-footer-brand img {
    margin-bottom: 18px;
}

.curly-footer-kicker {
    color: var(--showcase-secondary-on-dark, #c59d5f);
    margin: 0 0 10px;
    text-transform: uppercase;
}

.curly-footer-links {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.curly-footer-links li {
    margin: 0 0 10px;
}

.curly-footer-links a:hover {
    color: var(--showcase-secondary-on-dark, #c59d5f);
}

@media (max-width: 1024px) {
    .curly-hero-slide > .mkdf-row-grid-section {
        width: min(100%, calc(100% - 28px));
    }

    .curly-front-page .mkdf-row-grid-section {
        width: min(100%, calc(100% - 28px));
    }

    .curly-pricing-grid,
    .curly-page-split,
    .curly-product-page-grid,
    .curly-contact-grid,
    .curly-cta-band,
    .curly-calendar-layout {
        grid-template-columns: 1fr;
    }

    .curly-header-shell .mkdf-menu-area {
        padding: 0 14px;
    }

    .curly-header-shell .mkdf-vertical-align-containers {
        align-items: center;
        display: grid;
        gap: 0;
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 90px;
    }

    .curly-header-shell .mkdf-position-left,
    .curly-header-shell .mkdf-position-right,
    .curly-header-shell .mkdf-position-center {
        float: none;
        height: auto;
        left: auto;
        position: static;
        transform: none;
        width: auto;
    }

    .curly-header-shell .mkdf-position-center {
        grid-column: 1 / -1;
    }

    .curly-header-toggle {
        display: inline-flex;
    }

    .curly-nav-shell {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.28s ease, opacity 0.28s ease, padding 0.28s ease;
    }

    .curly-header-shell.is-nav-open .curly-nav-shell {
        max-height: none;
        opacity: 1;
        padding-bottom: 18px;
    }

    .curly-header-shell .mkdf-position-center-inner {
        overflow: visible;
    }

    .curly-front-page .mkdf-main-menu > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        min-width: 0;
        width: 100%;
    }

    .curly-front-page .mkdf-main-menu > ul > li > a {
        border: 1px solid rgba(245, 158, 11, 0.35);
        border-radius: 999px;
        display: inline-flex;
        justify-content: center;
        letter-spacing: 0.18em;
        padding: 12px 16px;
    }

    .curly-front-page .mkdf-main-menu > ul > li.mkdf-active-item > a {
        background: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
        border-color: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
        color: #111;
    }

    .curly-story-grid,
    .curly-hours-grid,
    .curly-shop-grid,
    .curly-feature-grid,
    .curly-footer-grid {
        grid-template-columns: 1fr;
    }

    .curly-shop-products.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .curly-hero-slide {
        min-height: 620px;
        padding: clamp(126px, 14vh, 148px) 0 clamp(74px, 9vh, 92px);
    }

    .curly-hero-carousel {
        min-height: 620px;
    }

    .curly-hero-actions {
        flex-wrap: wrap;
    }

    .curly-hours-grid .mkdf-info-section,
    .curly-shop-grid .mkdf-info-section,
    .curly-booking-card {
        padding: 52px 30px;
    }

    .curly-story-band {
        padding: 86px 0 88px;
    }

    .curly-story-shell .mkdf-is-inner {
        padding-top: 86px;
    }

    .curly-story-shell .mkdf-is-background-text {
        min-width: 0;
        white-space: normal;
        width: min(100%, 8ch);
    }

    .curly-page-hero-inner {
        align-items: start;
        grid-template-columns: 1fr;
        justify-items: start;
        min-height: auto;
    }

    .curly-page-hero-booking-compact {
        padding: 64px 0 38px;
    }

    .curly-page-hero-booking-compact .curly-page-hero-inner {
        min-height: 180px;
    }

    .curly-page-hero-booking-compact .curly-page-script {
        font-size: 34px;
    }

    .curly-page-hero-booking-compact h1 {
        font-size: 34px;
    }

    .curly-page-copy {
        max-width: 100%;
    }

    .curly-page-actions {
        width: 100%;
    }

    .curly-booking-card::before {
        inset: 18px;
    }

    .curly-footer-grid {
        grid-template-columns: 1fr;
    }

    .curly-video-stage,
    .curly-video-inner {
        min-height: 420px;
    }

    .curly-calendar-toolbar,
    .curly-calendar-info-card {
        padding: 26px;
    }

    .curly-calendar-board {
        min-height: 680px;
        padding: 20px;
    }

    .curly-calendar-legend {
        padding-left: 26px;
        padding-right: 26px;
    }
}

@media (max-width: 640px) {
    .curly-shop-products.products {
        grid-template-columns: 1fr;
    }
}

body.theme-curly .cm-contact-page {
    color: #262626;
}

body.theme-curly .cm-contact-hero,
body.theme-curly .cm-contact-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(51, 34, 18, 0.1);
    box-shadow: 0 24px 55px rgba(46, 31, 19, 0.1);
}

body.theme-curly .cm-contact-hero-copy h1,
body.theme-curly .cm-contact-card h2,
body.theme-curly .cm-contact-card h3,
body.theme-curly .cm-contact-hero-proof h2 {
    color: #1f1f1f;
}

body.theme-curly .cm-contact-hero-copy p,
body.theme-curly .cm-contact-card-head p,
body.theme-curly .cm-contact-help p,
body.theme-curly .cm-contact-info p,
body.theme-curly .cm-contact-hero-proof li {
    color: rgba(31, 31, 31, 0.82);
}

body.theme-curly .cm-contact-tags span,
body.theme-curly .front-chip.front-chip-mode {
    background: rgba(197, 157, 95, 0.14);
    border: 1px solid rgba(197, 157, 95, 0.34);
    color: #6e5127;
}

body.theme-curly .cm-contact-form label {
    color: #1f1f1f;
}

body.theme-curly .cm-contact-form .form-control,
body.theme-curly .cm-contact-form .form-select,
body.theme-curly .cm-contact-form textarea {
    background: #fff;
    border: 1px solid rgba(51, 34, 18, 0.14);
    color: #1f1f1f;
}

body.theme-curly .cm-contact-form .form-control:focus,
body.theme-curly .cm-contact-form .form-select:focus,
body.theme-curly .cm-contact-form textarea:focus {
    border-color: rgba(197, 157, 95, 0.65);
    box-shadow: 0 0 0 0.2rem rgba(197, 157, 95, 0.18);
}

body.theme-curly .cm-contact-submit,
body.theme-curly .cm-contact-help .showcase-btn {
    background: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff;
}

body.theme-curly .cm-contact-submit:hover,
body.theme-curly .cm-contact-help .showcase-btn:hover {
    background: var(--showcase-secondary, #c59d5f);
    border-color: var(--showcase-secondary, #c59d5f);
    color: var(--showcase-secondary-contrast, #1a1a1a);
}

body.theme-curly .cm-contact-links a {
    color: var(--showcase-secondary, #6e5127);
}

body.theme-curly .cm-contact-links a:hover {
    color: var(--showcase-secondary, #c59d5f);
}

@media (max-width: 680px) {
    .curly-header-shell .mkdf-vertical-align-containers {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .curly-header-actions {
        gap: 0;
    }

    .curly-header-auth {
        min-height: 34px;
        padding: 0 10px;
    }

    .curly-header-separator {
        margin: 0 7px;
    }

    .curly-front-page .mkdf-main-menu > ul {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .curly-front-page .mkdf-main-menu > ul > li > a {
        width: 100%;
    }

    .curly-hero-slide {
        min-height: 520px;
        padding: 118px 0 72px;
    }

    .curly-hero-carousel {
        min-height: 520px;
    }

    .curly-hero-script {
        font-size: clamp(42px, 11vw, 56px);
        margin-bottom: 16px;
    }

    .curly-hero-title {
        font-size: clamp(40px, 13vw, 68px);
        letter-spacing: 0.12em;
        padding-left: 0;
    }

    .curly-hero-meta {
        letter-spacing: 0.22em;
    }

    .curly-hero-copy {
        font-size: 15px;
        line-height: 1.65;
        max-width: 32rem;
    }

    .curly-hero-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 26px;
    }

    .curly-hero-actions .mkdf-btn {
        min-width: 0;
        text-align: center;
        width: 100%;
    }

    .curly-booking-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .curly-booking-actions .mkdf-btn {
        text-align: center;
    }

    .curly-mode-grid,
    .curly-product-card,
    .curly-calendar-fields,
    .curly-calendar-kpis {
        grid-template-columns: 1fr;
    }

    .curly-story-band {
        padding: 72px 0 74px;
    }

    .curly-story-shell .mkdf-is-inner {
        padding-top: 74px;
    }

    .curly-story-shell .mkdf-is-background-text {
        display: none;
    }

    .curly-story-shell .curly-story-actions .mkdf-btn-outline {
        min-width: 0;
        width: 100%;
    }

    .curly-page-hero-inner {
        justify-items: center;
        text-align: center;
    }

    .curly-page-copy,
    .curly-page-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .curly-page-actions {
        justify-content: center;
    }

    .curly-plan-card,
    .curly-info-card,
    .curly-calendar-info-card,
    .curly-product-page-body,
    .curly-cta-band {
        padding-left: 24px;
        padding-right: 24px;
    }

    .curly-product-thumb img {
        width: 100%;
        height: 220px;
    }

    .curly-hero-dots {
        bottom: 22px;
    }

    .curly-video-stage,
    .curly-video-inner {
        min-height: 340px;
    }

    .curly-video-button {
        height: 102px;
        width: 102px;
    }

    .curly-video-dialog {
        width: min(100%, calc(100% - 20px));
    }

    .curly-calendar-board {
        min-height: 620px;
        padding: 18px;
    }

    .curly-calendar-toolbar {
        padding-left: 24px;
        padding-right: 24px;
    }

    .curly-calendar-legend {
        padding-left: 24px;
        padding-right: 24px;
    }

    .curly-calendar-shell .fc .fc-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .curly-calendar-frame {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .curly-seat-calendar-grid {
        gap: 10px;
        grid-auto-columns: minmax(260px, 82vw);
    }

    .curly-seat-calendar-col {
        min-width: 260px;
        padding: 10px;
    }

    .curly-seat-calendar-el {
        min-height: 560px;
    }

    .curly-day-grid {
        grid-template-columns: 1fr;
    }

    .curly-calendar-shell .fc .fc-toolbar-title {
        font-size: clamp(18px, 5vw, 24px);
        letter-spacing: 0.04em;
        text-align: center;
    }

    .curly-calendar-shell .fc .fc-button {
        font-size: 11px;
        letter-spacing: 0.05em;
        padding: 0.75em 1em;
    }

    .curly-calendar-shell .fc .fc-col-header-cell-cushion,
    .curly-calendar-shell .fc .fc-timegrid-slot-label-cushion {
        font-size: 10px;
        letter-spacing: 0.05em;
        padding: 8px 4px;
    }
}

@media (max-width: 768px) {
    .curly-hero-slide > .mkdf-row-grid-section,
    .curly-front-page .mkdf-row-grid-section {
        width: min(100%, calc(100% - 32px));
    }

    .curly-hero-slide,
    .curly-hero-carousel {
        min-height: 560px;
    }

    .curly-hero-slide {
        padding: 112px 0 64px;
    }

    .curly-hero-content {
        max-width: 100%;
        width: 100%;
    }

    .curly-hero-meta {
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .curly-hero-copy {
        margin-top: 14px;
        max-width: 34rem;
    }

    .curly-hero-actions {
        gap: 12px;
    }

    .curly-hero-actions .mkdf-btn {
        margin-inline: auto;
        width: min(100%, 320px);
    }

    .curly-front-page.page-home .curly-story-shell .mkdf-is-title,
    .curly-front-page.page-home .curly-features-shell .mkdf-st-title,
    .curly-front-page.page-home .curly-hours-shell .mkdf-is-title,
    .curly-front-page.page-home .curly-shop-grid .mkdf-is-title,
    .curly-front-page.page-home .curly-blog-shell .mkdf-section-title,
    .curly-front-page.page-home .curly-booking-card h2 {
        font-size: clamp(30px, 7vw, 44px);
        line-height: 1.1;
        text-wrap: balance;
    }

    .curly-front-page.page-home .curly-story-shell .mkdf-is-text,
    .curly-front-page.page-home .curly-features-shell .mkdf-st-text,
    .curly-front-page.page-home .curly-hours-shell .mkdf-is-text,
    .curly-front-page.page-home .curly-shop-grid .mkdf-is-text,
    .curly-front-page.page-home .curly-booking-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .curly-story-shell,
    .curly-features-shell,
    .curly-hours-shell,
    .curly-shop-shell,
    .curly-blog-shell {
        padding-bottom: 72px;
    }

    .curly-story-band {
        padding: 64px 0 68px;
    }

    .curly-story-shell .mkdf-is-inner {
        padding-top: 68px;
    }

    .curly-hours-grid .mkdf-info-section,
    .curly-shop-grid .mkdf-info-section,
    .curly-booking-card {
        padding: 42px 26px;
    }

    .curly-booking-card::before {
        inset: 16px;
    }

    .curly-feature-grid {
        gap: 18px;
        margin-top: 30px;
    }

    .curly-feature-card {
        padding: 28px 22px 24px;
    }

    .curly-story-shell .curly-story-actions .mkdf-btn-outline,
    .curly-booking-actions .mkdf-btn {
        min-width: 0;
        text-align: center;
        width: 100%;
    }

    .curly-story-image,
    .curly-shop-visual {
        min-height: 320px;
        overflow: hidden;
    }

    .curly-video-stage,
    .curly-video-inner {
        min-height: 320px;
    }

    .curly-video-copy {
        width: min(100%, 520px);
    }

    .curly-video-copy .mkdf-is-title {
        font-size: clamp(28px, 6.6vw, 40px);
        line-height: 1.12;
    }

    .curly-video-copy .mkdf-is-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .curly-video-dialog {
        width: min(100%, calc(100% - 24px));
    }

    .curly-video-close {
        font-size: 30px;
        height: 46px;
        margin-bottom: 10px;
        width: 46px;
    }
}

@media (max-width: 480px) {
    .curly-header-shell .mkdf-menu-area {
        padding: 0 12px;
    }

    .curly-header-shell .mkdf-vertical-align-containers {
        min-height: 82px;
    }

    .curly-header-shell .curly-brand-link img {
        max-height: 56px;
    }

    .curly-header-actions {
        gap: 4px;
    }

    .curly-mobile-menu {
        padding: 0 12px 16px;
    }

    .curly-hero-slide,
    .curly-hero-carousel {
        min-height: 500px;
    }

    .curly-hero-slide {
        padding: 104px 0 58px;
    }

    .curly-hero-script {
        font-size: clamp(34px, 10.5vw, 44px);
        margin-bottom: 12px;
    }

    .curly-hero-title {
        font-size: clamp(34px, 14vw, 54px);
        letter-spacing: 0.08em;
        line-height: 0.98;
        margin-bottom: 16px;
    }

    .curly-hero-meta {
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .curly-hero-copy {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 12px;
    }

    .curly-hero-actions {
        margin-top: 22px;
    }

    .curly-hero-dots {
        bottom: 18px;
        gap: 10px;
    }

    .curly-story-band {
        padding: 54px 0 58px;
    }

    .curly-story-shell .mkdf-is-inner,
    .curly-hours-grid .mkdf-info-section,
    .curly-shop-grid .mkdf-info-section,
    .curly-booking-card {
        padding-left: 22px;
        padding-right: 22px;
    }

    .curly-hours-grid .mkdf-info-section,
    .curly-shop-grid .mkdf-info-section,
    .curly-booking-card {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .curly-feature-card {
        padding: 24px 20px 22px;
    }

    .curly-product-card {
        gap: 14px;
        grid-template-columns: 84px minmax(0, 1fr);
        padding: 12px;
    }

    .curly-product-thumb img {
        height: 84px;
        width: 84px;
    }

    .curly-video-stage,
    .curly-video-inner {
        min-height: 280px;
    }

    .curly-video-button {
        height: 88px;
        width: 88px;
    }

    .curly-video-play-icon {
        border-bottom-width: 15px;
        border-left-width: 24px;
        border-top-width: 15px;
    }

    .curly-video-dialog {
        width: min(100%, calc(100% - 16px));
    }

    .curly-video-copy .mkdf-is-title {
        font-size: clamp(24px, 8vw, 32px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .curly-header-shell,
    .curly-header-shell .mkdf-menu-area,
    .curly-hero-slide,
    .curly-hero-layer,
    .curly-hero-media-parallax,
    .curly-hero-media-scale,
    .showcase-dot,
    .curly-feature-card,
    .curly-product-card,
    .curly-blog-shell .mkdf-bl-item,
    [data-reveal-item],
    [data-parallax],
    .curly-video-button::before,
    .curly-video-button::after {
        transition: none !important;
        animation: none !important;
    }
}

@media (max-width: 1180px) {
    .curly-front-page .curly-header-shell {
        display: block !important;
    }

    [data-reveal-item],
    [data-reveal-item="left"],
    [data-reveal-item="right"],
    [data-reveal-item="scale"],
    [data-reveal-item="fade"] {
        filter: blur(0);
        opacity: 1;
        transform: none;
    }

    .curly-header-shell,
    .curly-header-shell .mkdf-menu-area {
        height: auto !important;
        overflow: visible !important;
    }

    .curly-header-shell .mkdf-vertical-align-containers {
        align-items: center;
        display: flex !important;
        flex-wrap: wrap;
        height: auto !important;
        justify-content: center;
        margin: 0 !important;
        max-width: 100% !important;
        min-height: 90px;
        overflow: visible !important;
        position: relative;
        width: 100% !important;
    }

    .curly-header-shell .mkdf-position-left,
    .curly-header-shell .mkdf-position-right,
    .curly-header-shell .mkdf-position-center,
    .curly-header-shell .mkdf-position-left-inner,
    .curly-header-shell .mkdf-position-right-inner,
    .curly-header-shell .mkdf-position-center-inner {
        display: flex !important;
        height: auto;
        left: auto;
        position: static;
        transform: none;
        width: auto;
    }

    .curly-header-shell .mkdf-position-left {
        flex: 0 0 auto;
        order: 1;
    }

    .curly-header-shell .mkdf-position-right {
        flex: 0 0 auto;
        margin-left: 0;
        order: 2;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .curly-header-shell .mkdf-position-center {
        display: none !important;
    }

    .curly-header-actions {
        display: flex !important;
        max-width: 100%;
        white-space: nowrap;
    }

    .curly-header-actions .curly-header-auth,
    .curly-header-actions .curly-header-cart,
    .curly-header-actions a[aria-label="Boutique"],
    .curly-header-actions .curly-header-separator {
        display: none !important;
    }

    .curly-brand-link img,
    .curly-footer-brand img {
        max-height: 54px;
    }

    .curly-header-separator {
        margin: 0 8px;
    }

    .curly-header-toggle {
        display: inline-flex !important;
    }

    .curly-mobile-menu {
        background: rgba(10, 10, 10, 0.98);
        border-top: 1px solid rgba(197, 157, 95, 0.22);
        display: none;
        gap: 10px;
        grid-template-columns: 1fr;
        padding: 0 14px 18px;
    }

    .curly-header-shell.is-nav-open .curly-mobile-menu {
        display: grid;
    }

    .curly-mobile-menu a {
        border: 1px solid rgba(245, 158, 11, 0.35);
        border-radius: 999px;
        color: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.18em;
        padding: 12px 16px;
        text-align: center;
        text-transform: uppercase;
    }

    .curly-mobile-menu a.is-active {
        background: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
        border-color: var(--showcase-secondary-on-dark, var(--showcase-secondary, #c59d5f));
        color: #111;
    }
}

@media (max-width: 1180px) {
    .curly-header-shell .mkdf-vertical-align-containers {
        align-items: center !important;
        display: grid !important;
        grid-template-columns: auto 1fr auto;
        justify-content: normal !important;
        min-height: 90px;
        position: static !important;
    }

    .curly-header-shell .mkdf-position-left {
        grid-column: 1;
        justify-self: start;
        left: auto !important;
        margin-right: 0;
        position: static !important;
        top: auto !important;
        transform: none !important;
    }

    .curly-header-shell .mkdf-position-left-inner,
    .curly-header-shell .mkdf-logo-wrapper {
        justify-content: flex-start;
    }

    .curly-header-shell .curly-brand-link img {
        max-height: 72px;
    }

    .curly-header-shell .mkdf-position-right {
        grid-column: 3;
        justify-self: end;
        left: auto;
        position: static !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
    }

    .curly-header-shell .mkdf-position-right-inner {
        justify-content: flex-end;
    }
}

@media (max-width: 1180px) {
    .curly-header-shell .mkdf-menu-area {
        padding-left: 18px;
        padding-right: 16px;
    }

    .curly-header-shell .mkdf-logo-wrapper,
    .curly-header-shell .mkdf-logo-wrapper a,
    .curly-header-shell .curly-brand-link {
        align-items: center;
        display: inline-flex !important;
        height: 82px;
        min-height: 82px;
    }

    .curly-header-shell .curly-brand-link {
        justify-content: flex-start;
        max-width: min(62vw, 220px);
    }

    .curly-header-shell .curly-brand-link .mkdf-dark-logo,
    .curly-header-shell .curly-brand-link .mkdf-normal-logo {
        display: none !important;
    }

    .curly-header-shell .curly-brand-link .mkdf-light-logo {
        display: block !important;
        height: 72px !important;
        margin: 0;
        max-height: 72px !important;
        max-width: none !important;
        opacity: 1 !important;
        transform: none !important;
        width: auto !important;
    }

    .curly-header-shell .mkdf-position-right {
        align-self: center;
    }

    .curly-header-shell .mkdf-position-right-inner {
        align-items: center;
        display: flex !important;
        justify-content: flex-end;
        width: auto !important;
    }

    .curly-header-toggle {
        align-items: center;
        border-radius: 999px;
        display: inline-flex !important;
        height: 48px;
        justify-content: center;
        margin: 0;
        min-height: 48px;
        min-width: 48px;
        padding: 0;
        width: 48px;
    }
}

@media (max-width: 480px) {
    .curly-header-shell .mkdf-menu-area {
        padding-left: 16px;
        padding-right: 14px;
    }

    .curly-header-shell .mkdf-vertical-align-containers,
    .curly-header-shell .curly-brand-link,
    .curly-header-shell .mkdf-logo-wrapper,
    .curly-header-shell .mkdf-logo-wrapper a {
        height: 88px;
        min-height: 88px;
    }

    .curly-header-shell .curly-brand-link {
        max-width: min(66vw, 230px);
    }

    .curly-header-shell .curly-brand-link .mkdf-light-logo {
        height: 76px !important;
        max-height: 76px !important;
        width: auto !important;
    }

}


@keyframes curlyKenBurns {
    0% {
        transform: scale(1.02) translate3d(0, 0, 0);
    }
    50% {
        transform: scale(1.08) translate3d(-1.4%, 0.8%, 0);
    }
    100% {
        transform: scale(1.12) translate3d(1.4%, -0.8%, 0);
    }
}

@keyframes curlyPulse {
    0% {
        opacity: 0.54;
        transform: scale(0.94);
    }
    100% {
        opacity: 0;
        transform: scale(1.18);
    }
}
