@import url('./1f99d01f2970cfcc.ltr.css');
@import url('./static_font_4.ltr.css');
@import url('./a618e97bcb1059ad.ltr.css');
@import url('./1f49dd41fb5f75f7.ltr.css');
@import url('./ccd01f8a6eb123a4.ltr.css');
@import url('./a6ed7156bddd5277.ltr.css');
@import url('./aaf762686c75cb12.ltr.css');
@import url('./f7688c2d15a1efc4.ltr.css');

@font-face {
    font-family: 'TT Trailers';
    src: url('../fonts/tt_trailers/TT Trailers Trial Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers';
    src: url('../fonts/tt_trailers/TT Trailers Trial Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers';
    src: url('../fonts/tt_trailers/TT Trailers Trial DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers';
    src: url('../fonts/tt_trailers/TT Trailers Trial Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers';
    src: url('../fonts/tt_trailers/TT Trailers Trial ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers';
    src: url('../fonts/tt_trailers/TT Trailers Trial Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers';
    src: url('../fonts/tt_trailers/TT Trailers Trial Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers';
    src: url('../fonts/tt_trailers/TT Trailers Trial Bold Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers';
    src: url('../fonts/tt_trailers/TT Trailers Trial Black Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

[style*="font-family: YAFdJncOnQc_0"],
[style*="font-family: YACgEa7h_Rs_0"] {
    font-family: 'TT Trailers', serif !important;
}

/* --- Boxed layout --- */
:root {
    --boxed-max: 1245px;
}

body {
    background: #f7f1f4;
}

.site-header {
    width: min(100%, var(--boxed-max));
    margin-left: auto;
    margin-right: auto;
}

#root {
    width: min(100%, var(--boxed-max));
    max-width: var(--boxed-max);
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    transform: translateZ(0);
}

/* ─── Prevent horizontal overflow on all screens ─── */
html {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 100%;
}

body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: 100vw;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 100%;
}

#root {
    overflow-y: visible !important;
    height: auto !important;
    min-height: 100%;
}

.yIDCqA,
._8OlyIw,
._4KoDHA,
.ZRRuDw,
.KYQZFA {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible !important;
    height: auto !important;
    min-height: 100%;
}

._1HoVSQ,
._uJvWw {
    height: auto !important;
    min-height: 100%;
    overflow: visible !important;
}

.rGeu6w {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 640px) {
    body {
        width: 100%;
        max-width: 100vw;
    }

    .site-header,
    #root {
        width: 100vw;
        max-width: 100vw;
        margin-left: 0;
        margin-right: 0;
        overflow-x: clip;
    }
}


/* Ensure Canva export containers don't clip sections */
._8OlyIw {
    height: auto;
    overflow: visible;
    justify-content: flex-start;
}

/* ─── Mobile: scale Canva slide sections proportionally to viewport ─── */
/* NOTE: actual transform + height values are set via JS (scale-slides.js)   */
/* because CSS calc(100vw / 1185) resolves to <length>, not <number>,        */
/* which makes scale() ignore it silently. JS sets inline styles directly.  */
@media screen and (max-width: 1184px) {
    body {
        margin: 0;
        padding: 0;
    }

    .rGeu6w {
        flex: none !important;
        min-height: 0 !important;
        overflow: hidden;
    }

    .KYQZFA {
        overflow-x: hidden;
    }
}

.floating-contact-links {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-contact-links__btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-contact-links__btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.floating-contact-links__btn--whatsapp {
    background: #6a0d3d;
}

.floating-contact-links__btn--maps {
    background: #6a0d3d;
}

.floating-contact-links__icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.floating-contact-links__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

#LBqg3cDkq40FvYX0 p,
#LBJ84XJLKV7FdzBv p,
#LB7TGmkb86sf0JFn p,
#LBVVNTttvcskvxzx p,
#LBqg3cDkq40FvYX0 span,
#LBJ84XJLKV7FdzBv span,
#LB7TGmkb86sf0JFn span,
#LBVVNTttvcskvxzx span {
    font-family: 'TT Trailers', serif !important;
    font-size: 50.6667px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    line-height: 57px !important;
    letter-spacing: 0 !important;
    color: rgb(180, 180, 180) !important;
}

#LBqg3cDkq40FvYX0 .E8yZTA,
#LBJ84XJLKV7FdzBv .E8yZTA,
#LB7TGmkb86sf0JFn .E8yZTA,
#LBVVNTttvcskvxzx .E8yZTA {
    text-align: center !important;
}

@media (max-width: 767px) {
    .floating-contact-links {
        right: 14px;
        bottom: 14px;
        gap: 10px;
    }

    .floating-contact-links__btn {
        width: 46px;
        height: 46px;
    }

    .floating-contact-links__icon {
        width: 21px;
        height: 21px;
    }
}

/* --- Utility nav for policy and info pages --- */
.site-header {
    position: relative;
    z-index: 50;
    background: #ffffff;
    border-bottom: 1px solid #ead7dd;
    box-sizing: border-box;
}

.site-header__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 18px clamp(16px, 3vw, 32px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    box-sizing: border-box;
    min-width: 0;
}

.site-brand {
    color: #6a0d3d;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-width: 0;
}

.site-brand__logo {
    height: clamp(34px, 3vw, 52px);
    width: auto;
    display: block;
    border-radius: 12px;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: clamp(10px, 1vw, 16px);
    box-sizing: border-box;
    min-width: 0;
}

.site-nav__toggle {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #ead7dd;
    background: #fff;
    color: #6a0d3d;
    font-family: "Canva Sans", "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
    min-width: 0;
}

.site-nav__toggle:hover {
    border-color: #6a0d3d;
}

.site-nav__toggle-icon {
    width: 16px;
    height: 2px;
    background: #6a0d3d;
    display: block;
    position: relative;
}

.site-nav__toggle-icon::before,
.site-nav__toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    background: #6a0d3d;
}

.site-nav__toggle-icon::before {
    top: -6px;
}

.site-nav__toggle-icon::after {
    top: 6px;
}

.site-nav a {
    font-family: "Canva Sans", "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: clamp(13px, 0.7vw + 9px, 16px);
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: 600;
    color: #6a0d3d;
    text-decoration: none;
    padding: clamp(9px, 0.8vw, 12px) clamp(14px, 1.2vw, 20px);
    border-radius: 999px;
    border: 1px solid #ead7dd;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    transition: all 0.2s ease;
}

.site-nav a:hover {
    background: #6a0d3d;
    color: #fff;
    border-color: #6a0d3d;
}

.site-nav a.is-cta {
    background: #6a0d3d;
    color: #fff;
    border-color: #6a0d3d;
}

.site-nav a.is-cta:hover {
    background: #4c072b;
    border-color: #4c072b;
}

.site-utility-nav {
    --nav-font: clamp(13px, 0.6vw + 9px, 16px);
    --nav-pad-y: clamp(12px, 1vw, 16px);
    --nav-pad-x: clamp(18px, 1.8vw, 28px);
    --link-pad-y: clamp(9px, 0.8vw, 12px);
    --link-pad-x: clamp(14px, 1.2vw, 20px);
    position: fixed;
    top: clamp(12px, 1.4vw, 20px);
    right: clamp(12px, 1.4vw, 24px);
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: clamp(10px, 1vw, 18px);
    padding: var(--nav-pad-y) var(--nav-pad-x);
    min-height: clamp(44px, 4.2vw, 56px);
    max-width: min(calc(100vw - 24px), 980px);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e7d1d8;
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(106, 13, 61, 0.18);
    font-family: 'TT Trailers', serif;
    font-size: var(--nav-font);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    justify-content: center;
    flex-wrap: wrap;
}

.site-utility-nav a {
    color: #6a0d3d;
    text-decoration: none;
    padding: var(--link-pad-y) var(--link-pad-x);
    border-radius: 999px;
    border: 1px solid #ead7dd;
    background: #fff;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
}

.site-utility-nav a:hover {
    background: #6a0d3d;
    color: #fff;
    border-color: #6a0d3d;
}

.site-utility-nav a.is-cta {
    background: #6a0d3d;
    color: #fff;
    border-color: #6a0d3d;
}

.site-utility-nav a.is-cta:hover {
    background: #4c072b;
    border-color: #4c072b;
}

@media (max-width: 980px) {
    .site-header__inner {
        padding: 16px clamp(14px, 4vw, 26px);
        gap: 12px;
    }

    .site-brand {
        margin-right: auto;
        flex: 0 1 auto;
    }

    .site-brand__logo {
        height: 38px;
    }

    .site-nav__toggle {
        display: inline-flex;
        margin-left: auto;
        flex: 0 1 auto;
    }

    .site-nav {
        width: 100%;
        order: 3;
        justify-content: center;
    }

    .site-nav__list {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 0 12px;
        background: #ffffff;
        border: 1px solid #ead7dd;
        border-radius: 18px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.25s ease, padding 0.25s ease, opacity 0.2s ease;
        box-sizing: border-box;
    }

    .site-header.is-open .site-nav__list {
        max-height: 520px;
        padding: 12px;
        opacity: 1;
    }

    .site-nav a {
        width: 100%;
        justify-content: center;
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .site-header__inner {
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
        gap: 10px;
    }

    .site-nav__toggle {
        width: auto;
        justify-content: center;
        padding: 9px 14px;
    }
}
