:root {
    --michelle-blue: #4598bf;
    --michelle-navy: #12145b;
    --michelle-steel: #749fb2;
    --michelle-light: #a0c2ce;
    --michelle-gold: #bca369;
    --michelle-white: #ffffff;
    --michelle-ink: #222222;
    --michelle-shell: 1380.5px;
    --michelle-hero-offset-desktop: 118px;
    --michelle-hero-offset-tablet: 24px;
    --michelle-hero-offset-mobile: 18px;
    --michelle-font-body: "Inter", "Open Sans", sans-serif;
    --michelle-font-display: "League Spartan", sans-serif;
    --michelle-font-accent: "Montserrat", sans-serif;
    --michelle-font-premium: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
    min-height: 100%;
}

body.michelle-theme {
    background: #dbeef6 url("../images/bg/beach.jpeg") center top / cover
        no-repeat fixed;
    color: var(--michelle-ink);
    font-family: var(--michelle-font-body);
}

body.michelle-theme .wrapper {
    background: transparent;
    overflow: hidden;
}

body.michelle-theme a {
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        opacity 0.2s ease;
}

.michelle-shell {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: var(--michelle-shell);
    padding: 34px 52px 72px;
    position: relative;
    width: 100%;
}

.michelle-home .michelle-shell {
    padding-right: 14px;
    padding-top: var(--michelle-hero-offset-desktop);
}

.michelle-page .michelle-shell,
.michelle-contact .michelle-shell {
    padding-top: var(--michelle-hero-offset-desktop);
}

.michelle-panel {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: none;
    overflow: visible;
    position: relative;
}

.michelle-card {
    background: rgba(255, 255, 255, 0.98);
    overflow: visible;
    padding: 36px 54px 42px;
    position: relative;
}

.michelle-eyebrow {
    color: var(--michelle-blue);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.michelle-rich,
.michelle-pricing-content,
.michelle-standard-content {
    color: var(--michelle-ink);
}

.michelle-rich p::first-letter,
.michelle-pricing-content p::first-letter,
.michelle-standard-content p::first-letter,
.michelle-home__column p::first-letter {
    text-transform: uppercase;
}

.michelle-rich img,
.michelle-standard-content img {
    height: auto;
    max-width: 100%;
}

.michelle-rich iframe,
.michelle-standard-content iframe {
    border: 0;
    max-width: 100%;
    width: 100%;
}

.michelle-header {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 30;
}

.michelle-header::before {
    background: rgba(188, 223, 239, 0.42);
    content: "";
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.michelle-header #stuck_container,
.michelle-header #stuck_container.no-fixed,
.michelle-header #stuck_container.yes-fixed {
    background: transparent;
    border-bottom: 0;
    padding: 0;
    position: relative !important;
    top: 0;
}

.michelle-header__bar {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: var(--michelle-shell);
    min-height: 156px;
    padding: 0 14px 0 242px;
    position: relative;
    width: 100%;
}

.michelle-header__bar::after {
    display: none;
}

.michelle-header__brand {
    align-items: flex-end;
    background: var(--michelle-white);
    display: flex;
    height: 210px;
    justify-content: flex-start;
    left: 52px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 178px;
    z-index: 3;
}

.michelle-header__brand:focus,
.michelle-header__brand:focus-visible {
    outline: 0;
    box-shadow: none;
}

.michelle-header__brand img {
    display: block;
    height: auto;
    max-width: none;
    width: 100%;
}

.michelle-header__nav-row {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 197px;
    justify-content: stretch;
    min-height: 156px;
    position: relative;
    z-index: 1;
}

.michelle-header__tools {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
    position: relative;
    width: 197px;
    z-index: 1;
}

body.michelle-theme .menu_poziome_desktop {
    display: block;
    min-width: 0;
    width: 100%;
}

body.michelle-theme .menu_poziome_desktop > ul {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

body.michelle-theme .menu_poziome_desktop > ul > li {
    float: none;
    flex: 0 1 auto;
    min-width: max-content;
    position: relative;
}

body.michelle-theme #stuck_container ul {
    margin-top: 0;
}

body.michelle-theme #stuck_container ul > li.active {
    border-bottom: 0;
    margin-left: 0 !important;
    position: static;
}

body.michelle-theme .menu_poziome_desktop > ul > li > a,
body.michelle-theme .menu_poziome_desktop > ul > li > a span {
    color: var(--michelle-white) !important;
    display: inline-block;
    font-family: var(--michelle-font-body);
    font-size: 17.3px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

body.michelle-theme .menu_poziome_desktop > ul > li > a {
    position: relative;
    text-decoration: none !important;
    transform: translateY(0);
    transition:
        color 0.24s ease,
        opacity 0.24s ease,
        transform 0.24s ease;
}

body.michelle-theme .menu_poziome_desktop > ul > li > a:focus,
body.michelle-theme .menu_poziome_desktop > ul > li > a:focus-visible {
    outline: 0;
    box-shadow: none;
}

body.michelle-theme .menu_poziome_desktop > ul > li > a::after {
    background: currentColor;
    border-radius: 999px;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0.35);
    transform-origin: center;
    transition:
        opacity 0.24s ease,
        transform 0.24s ease;
}

body.michelle-theme .menu_poziome_desktop > ul > li > a span {
    transition: color 0.24s ease;
}

body.michelle-theme .menu_poziome_desktop > ul > li > a.selected,
body.michelle-theme .menu_poziome_desktop > ul > li > a.selected span,
body.michelle-theme .menu_poziome_desktop > ul > li > a:hover,
body.michelle-theme .menu_poziome_desktop > ul > li > a:hover span {
    color: var(--michelle-navy) !important;
}

body.michelle-theme .menu_poziome_desktop > ul > li > a.selected,
body.michelle-theme .menu_poziome_desktop > ul > li > a:hover,
body.michelle-theme .menu_poziome_desktop > ul > li > a:focus {
    text-decoration: none !important;
    transform: translateY(-1px);
}

body.michelle-theme .menu_poziome_desktop > ul > li > a.selected::after,
body.michelle-theme .menu_poziome_desktop > ul > li > a:hover::after,
body.michelle-theme .menu_poziome_desktop > ul > li > a:focus::after {
    opacity: 1;
    transform: scaleX(1);
}

.michelle-header__flags {
    margin-left: 20px;
    max-width: 177px;
    width: 177px;
}

body.michelle-theme.michelle-lang-de .michelle-header__bar {
    padding-left: 220px;
    padding-right: 8px;
}

body.michelle-theme.michelle-lang-de .michelle-header__nav-row {
    gap: 0;
}

body.michelle-theme.michelle-lang-de .menu_poziome_desktop > ul {
    gap: 6px;
}

body.michelle-theme .div-flagi--container {
    align-items: center;
    display: flex;
    gap: 0;
    justify-content: space-between;
    max-width: 177px;
    width: 177px;
}

body.michelle-theme .div-flagi {
    margin: 0;
}

body.michelle-theme .div-flagi a {
    display: block;
}

body.michelle-theme .div-flagi a:focus,
body.michelle-theme .div-flagi a:focus-visible,
body.michelle-theme .div-flagi img:focus,
body.michelle-theme .div-flagi img:focus-visible {
    outline: 0;
    box-shadow: none;
}

body.michelle-theme .div-flagi img {
    border-radius: 0;
    box-shadow: none;
    display: block;
    height: 30px;
    width: 46px;
}

body.michelle-theme .menu-button-mobile {
    display: none;
}

.michelle-header--page {
    background: #ffffff;
}

.michelle-header--page .michelle-header__bar {
    background: #ffffff;
    min-height: 186px;
}

.michelle-header--page .michelle-header__nav-row {
    min-height: 156px;
}

.michelle-header--page .menu_poziome_desktop > ul > li > a,
.michelle-header--page .menu_poziome_desktop > ul > li > a span {
    color: var(--michelle-blue) !important;
}

.michelle-header--page .menu_poziome_desktop > ul > li > a.selected,
.michelle-header--page .menu_poziome_desktop > ul > li > a.selected span,
.michelle-header--page .menu_poziome_desktop > ul > li > a:hover,
.michelle-header--page .menu_poziome_desktop > ul > li > a:hover span {
    color: var(--michelle-navy) !important;
}

.michelle-header--home .menu_poziome_desktop {
    margin-top: 60px;
}

.michelle-header--home .michelle-header__flags {
    margin-top: 54px;
}

.menu_poziome_mobile_out {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: var(--michelle-shell);
    padding: 0 18px 0;
    position: relative;
    width: 100%;
    z-index: 4;
}

body.michelle-theme #menu_mobilne {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0;
    box-shadow: 0 18px 34px rgba(18, 20, 91, 0.12);
    margin: 0;
    overflow: hidden;
    transform-origin: top center;
}

body.michelle-theme #menu_mobilne ul {
    list-style: none;
    margin: 0;
    padding: 14px 0;
}

body.michelle-theme #menu_mobilne ul li + li {
    border-top: 1px solid rgba(18, 20, 91, 0.08);
}

body.michelle-theme #menu_mobilne ul li a,
body.michelle-theme #menu_mobilne li.menu > span {
    color: var(--michelle-navy) !important;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 18px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        background-color 0.22s ease,
        color 0.22s ease,
        padding-left 0.22s ease;
}

body.michelle-theme #menu_mobilne ul li a:hover,
body.michelle-theme #menu_mobilne ul li a:focus,
body.michelle-theme #menu_mobilne li.menu > span:hover,
body.michelle-theme #menu_mobilne li.menu > span:focus {
    background: rgba(70, 158, 206, 0.08);
    color: var(--michelle-blue) !important;
    padding-left: 22px;
}

body.michelle-theme #menu_mobilne li.menu > span::after {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    height: 8px;
    margin-top: -5px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: rotate(135deg);
    transition: transform 0.22s ease;
    width: 8px;
}

body.michelle-theme #menu_mobilne li.menu.is-open > span::after {
    transform: rotate(-45deg);
}

body.michelle-theme #menu_mobilne li.menu ul {
    display: none;
}

.michelle-header #stuck_container,
.michelle-header__bar,
.michelle-header::before {
    transition:
        background-color 0.28s ease,
        box-shadow 0.28s ease,
        padding 0.28s ease;
}

.michelle-header #stuck_container.yes-fixed .michelle-header__bar {
    box-shadow: 0 14px 28px rgba(18, 20, 91, 0.08);
}

body.michelle-theme .menu-button-mobile {
    overflow: hidden;
    position: relative;
}

body.michelle-theme .menu-button-mobile span {
    transition:
        opacity 0.22s ease,
        transform 0.22s ease;
}

body.michelle-theme .menu-button-mobile.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

body.michelle-theme .menu-button-mobile.is-open span:nth-child(2) {
    opacity: 0;
}

body.michelle-theme .menu-button-mobile.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.michelle-home {
    padding-top: 0;
}

.michelle-home__hero {
    align-items: start;
    display: grid;
    column-gap: clamp(18px, 2vw, 32px);
    row-gap: 56px;
    grid-template-columns: minmax(0, 1fr) 246.9px;
}

.michelle-home__hero-main {
    min-width: 0;
    position: relative;
}

.michelle-page--pricing .michelle-home__hero-main,
.michelle-page--rules .michelle-home__hero-main,
.michelle-page--attractions .michelle-shell,
.michelle-page--gallery .michelle-shell,
.michelle-contact .michelle-shell {
    isolation: isolate;
}

.michelle-page--pricing .michelle-home__hero-main::before,
.michelle-page--pricing .michelle-home__hero-main::after,
.michelle-page--rules .michelle-home__hero-main::before,
.michelle-page--rules .michelle-home__hero-main::after,
.michelle-page--attractions .michelle-shell::before,
.michelle-page--attractions .michelle-shell::after,
.michelle-page--gallery .michelle-shell::before,
.michelle-page--gallery .michelle-shell::after,
.michelle-contact .michelle-shell::before,
.michelle-contact .michelle-shell::after {
    content: "";
    filter: blur(64px);
    pointer-events: none;
    position: absolute;
}

.michelle-page--pricing .michelle-home__hero-main::before,
.michelle-page--rules .michelle-home__hero-main::before,
.michelle-page--attractions .michelle-shell::before,
.michelle-page--gallery .michelle-shell::before,
.michelle-contact .michelle-shell::before {
    background: radial-gradient(
        circle at 20% 50%,
        rgba(188, 163, 105, 0.82) 0%,
        rgba(188, 163, 105, 0.48) 24%,
        rgba(188, 163, 105, 0.22) 46%,
        rgba(188, 163, 105, 0.08) 62%,
        rgba(188, 163, 105, 0) 100%
    );
    height: 930px;
    left: -138px;
    top: -120px;
    width: 1380px;
    z-index: -1;
}

.michelle-page--attractions .michelle-shell::before,
.michelle-page--gallery .michelle-shell::before,
.michelle-contact .michelle-shell::before {
    left: -86px;
    top: -2px;
}

.michelle-page--pricing .michelle-home__hero-main::after,
.michelle-page--rules .michelle-home__hero-main::after,
.michelle-page--attractions .michelle-shell::after,
.michelle-page--gallery .michelle-shell::after,
.michelle-contact .michelle-shell::after {
    background: radial-gradient(
        circle at 80% 50%,
        rgba(188, 163, 105, 0.82) 0%,
        rgba(188, 163, 105, 0.48) 24%,
        rgba(188, 163, 105, 0.22) 46%,
        rgba(188, 163, 105, 0.08) 62%,
        rgba(188, 163, 105, 0) 100%
    );
    height: 620px;
    right: -167px;
    top: -145px;
    width: 920px;
    z-index: -2;
}

.michelle-page--attractions .michelle-shell::after,
.michelle-page--gallery .michelle-shell::after,
.michelle-contact .michelle-shell::after {
    right: calc(100% - 1122px);
    top: -27px;
}

.michelle-page--pricing .michelle-home__hero-main::after {
    right: -157px;
}

.michelle-home__hero-content {
    align-items: start;
    column-gap: clamp(24px, 3.2vw, 56px);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.michelle-home__hero-content::before {
    display: none;
}

.michelle-home__hero-panel {
    background: transparent;
    display: block;
    min-height: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.michelle-home__hero-panel::before {
    background: rgba(255, 255, 255, 0.98);
    content: "";
    inset: 0 auto 0 calc(-50vw + 50% - 52px);
    position: absolute;
    width: calc(100% + (50vw - 50% + 52px) - 50px);
    z-index: 1;
}

@media (min-width: 1200px) {
    .michelle-home .michelle-location-contact--standalone {
        --michelle-home-location-bleed: max(52px, calc((100vw - var(--michelle-shell)) / 2 + 52px));
        margin-left: 0;
        margin-top: 0;
        margin-right: 50px;
        overflow: visible;
        position: relative;
    }

    .michelle-home .michelle-location-contact--standalone::before {
        background: rgba(255, 255, 255, 0.98);
        content: "";
        inset: 0 auto 0 calc(-1 * var(--michelle-home-location-bleed));
        position: absolute;
        width: calc(100% + var(--michelle-home-location-bleed));
        z-index: 0;
    }

    .michelle-home .michelle-location-contact--standalone .michelle-domki-story__map-wrap,
    .michelle-home .michelle-location-contact--standalone .michelle-domki-story__contact {
        position: relative;
        z-index: 1;
    }

    .michelle-home .michelle-location-contact--standalone .michelle-domki-story__map-wrap {
        margin-left: calc(-1 * var(--michelle-home-location-bleed));
        width: calc(100% + var(--michelle-home-location-bleed));
    }

    .michelle-page--attractions .michelle-location-contact--gallery,
    .michelle-page--gallery .michelle-location-contact--gallery {
        margin-top: 0;
    }

    .michelle-page--attractions .michelle-attractions-card,
    .michelle-page--gallery .michelle-gallery-card {
        padding-bottom: 20px;
    }

    .michelle-page--attractions .michelle-location-contact--gallery.michelle-domki-story--embedded,
    .michelle-page--gallery .michelle-location-contact--gallery.michelle-domki-story--embedded {
        margin-top: 0;
        padding-top: 0;
    }

    .michelle-page--attractions .michelle-location-contact--gallery .michelle-domki-story__contact-column:first-child,
    .michelle-page--gallery .michelle-location-contact--gallery .michelle-domki-story__contact-column:first-child {
        left: 100px;
    }

    .michelle-page--attractions .michelle-location-contact--gallery .michelle-domki-story__contact-column--meta,
    .michelle-page--gallery .michelle-location-contact--gallery .michelle-domki-story__contact-column--meta {
        left: -150px;
    }
}

.michelle-home__hero-panel::after,
.michelle-page-intro__panel::after,
.michelle-domki-story::after,
.michelle-attractions-card::after,
.michelle-gallery-card::after,
.michelle-pricing-panel::after,
.michelle-rules-panel::after,
.michelle-contact-summary--clean::after,
.michelle-standard-content::after {
    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(188, 163, 105, 0.82) 0%,
            rgba(188, 163, 105, 0.48) 24%,
            rgba(188, 163, 105, 0.22) 46%,
            rgba(188, 163, 105, 0.08) 62%,
            rgba(188, 163, 105, 0) 100%
        ),
        radial-gradient(
            circle at 80% 50%,
            rgba(188, 163, 105, 0.82) 0%,
            rgba(188, 163, 105, 0.48) 24%,
            rgba(188, 163, 105, 0.22) 46%,
            rgba(188, 163, 105, 0.08) 62%,
            rgba(188, 163, 105, 0) 100%
        );
    background-position:
        left -138px top -145px,
        right -167px top -145px;
    background-repeat: no-repeat;
    background-size:
        1380px 930px,
        920px 620px;
    content: "";
    filter: blur(64px);
    height: 620px;
    left: -92px;
    right: -92px;
    pointer-events: none;
    position: absolute;
    top: -170px;
    width: auto;
    z-index: -1;
}

.michelle-attractions-card,
.michelle-gallery-card,
.michelle-pricing-panel,
.michelle-rules-panel,
.michelle-contact-summary--clean,
.michelle-standard-content,
.michelle-page-intro__panel {
    z-index: 0;
}

.michelle-page--pricing .michelle-pricing-panel::after,
.michelle-page--pricing .michelle-location-contact--standalone::after,
.michelle-page--rules .michelle-rules-panel::after,
.michelle-page--rules .michelle-location-contact--standalone::after,
.michelle-page--attractions .michelle-attractions-card::after,
.michelle-page--attractions .michelle-location-contact--gallery.michelle-domki-story--embedded::after,
.michelle-page--gallery .michelle-gallery-card::after,
.michelle-page--gallery .michelle-location-contact--gallery.michelle-domki-story--embedded::after,
.michelle-contact .michelle-page-intro__panel::after,
.michelle-contact .michelle-contact-summary--clean::after,
.michelle-contact .michelle-location-contact--standalone::after {
    display: none;
}

.michelle-home__hero-title {
    color: var(--michelle-navy);
    font-family: var(--michelle-font-display);
    font-size: 63.6px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 0.95;
    margin: 10px 0 -24px 42px;
    max-width: 744px;
    position: relative;
    z-index: 2;
}

.michelle-home__hero-title > span {
    display: block;
}

.michelle-home__hero-copy {
    color: var(--michelle-ink);
    font-family: var(--michelle-font-body);
    font-size: 15.1px;
    line-height: 1.32;
    margin-left: 42px;
    max-width: 790px;
    min-height: 207.5px;
    padding: 31px 8px 18px 0;
    position: relative;
    z-index: 1;
}

.michelle-home__hero-copy p {
    margin: 0 0 14px;
}

.michelle-home__hero-copy strong {
    font-weight: 800;
}

.michelle-home__hero-main--start {
    position: relative;
}

.michelle-home__hero-main--start::before {
    background: radial-gradient(
        circle at 20% 50%,
        rgba(188, 163, 105, 0.82) 0%,
        rgba(188, 163, 105, 0.48) 24%,
        rgba(188, 163, 105, 0.22) 46%,
        rgba(188, 163, 105, 0.08) 62%,
        rgba(188, 163, 105, 0) 100%
    );
    content: "";
    filter: blur(64px);
    height: 930px;
    left: -138px;
    pointer-events: none;
    position: absolute;
    top: -123px;
    width: 1380px;
    z-index: 0;
}

.michelle-home__hero-main--start::after {
    background: radial-gradient(
        circle at 80% 50%,
        rgba(188, 163, 105, 0.82) 0%,
        rgba(188, 163, 105, 0.48) 24%,
        rgba(188, 163, 105, 0.22) 46%,
        rgba(188, 163, 105, 0.08) 62%,
        rgba(188, 163, 105, 0) 100%
    );
    content: "";
    filter: blur(64px);
    height: 620px;
    pointer-events: none;
    position: absolute;
    right: -92px;
    top: -148px;
    width: 920px;
    z-index: -1;
}

.michelle-home__hero-content--start {
    align-items: start;
    column-gap: clamp(24px, 3.2vw, 56px);
    display: grid;
    grid-template-columns: minmax(260px, 332px) minmax(0, 460px);
    margin-top: 44px;
    position: relative;
    z-index: 1;
}

.michelle-home__hero-content--start::after {
    background: rgba(255, 255, 255, 0.98);
    content: "";
    inset: 0 0 0 calc(-50vw + 50% - 52px);
    position: absolute;
    width: calc(100% + (50vw - 50% + 52px) - 50px);
    z-index: 1;
}

.michelle-home__hero-content--start > * {
    position: relative;
    z-index: 2;
}

.michelle-home__hero-panel--start {
    margin-top: 22px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.michelle-home__hero-panel--start::before {
    display: none;
}

.michelle-home__hero-panel--start::after {
    display: none;
}

.michelle-home__hero-title--start {
    color: #52a6d5;
    font-size: 84px;
    justify-self: end;
    line-height: 0.84;
    margin: 42px 0 0;
    max-width: 332px;
    position: relative;
    text-align: right;
    z-index: 2;
}

.michelle-home__hero-image-wrap {
    display: none;
}

.michelle-home__hero-image {
    display: block;
    height: auto;
    max-width: 100%;
}

.michelle-home__hero-copy--start {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 15.4px;
    gap: 0;
    line-height: 1.28;
    margin-left: 0;
    max-width: 460px;
    min-height: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.michelle-home__hero-copy--start p {
    margin: 0 0 10px;
    text-align: justify;
}

.michelle-home__hero-copy--start > * {
    width: 100%;
}

.michelle-home__hero-short[hidden],
.michelle-home__hero-more[hidden] {
    display: none !important;
}

.michelle-home__hero-more {
    width: 100%;
}

.michelle-read-more {
    align-items: center;
    background: var(--michelle-steel);
    border: 0;
    border-radius: 0;
    color: var(--michelle-white);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--michelle-font-accent);
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    margin-top: 12px;
    min-height: 44px;
    padding: 8px 28px;
    text-transform: uppercase;
    transition:
        background-color 0.22s ease,
        transform 0.22s ease;
    width: 100%;
}

.michelle-read-more:hover,
.michelle-read-more:focus {
    background: #5a8899;
    outline: 0;
    text-decoration: none;
    transform: translateY(-1px);
}

.michelle-weather-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 44px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-self: end;
    margin-top: 44px;
    min-height: 352px;
    padding: 50px 38px 16px;
    position: relative;
    width: 246.9px;
    z-index: 5;
}

.michelle-weather-card__place {
    color: var(--michelle-blue);
    font-family: var(--michelle-font-display);
    font-size: 32px;
    font-weight: 700;
    line-height: 0.95;
    margin: 0 0 8px;
    text-align: center;
    text-transform: uppercase;
}

.michelle-weather-card__temp {
    color: #000000;
    font-family: var(--michelle-font-premium);
    font-size: 41px;
    font-weight: 700;
    line-height: 0.95;
    margin-bottom: 14px;
    text-align: center;
}

.michelle-weather-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.michelle-weather-card__metric-block:last-child
    .michelle-weather-card__progress {
    margin-bottom: 0;
}

.michelle-weather-card__metric {
    color: var(--michelle-ink);
    font-family: var(--michelle-font-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 5px;
}

.michelle-weather-card__progress {
    background: transparent;
    border: 2px solid var(--michelle-gold);
    border-radius: 999px;
    box-sizing: border-box;
    height: 22px;
    margin-bottom: 4px;
    overflow: hidden;
    width: 172px;
}

.michelle-weather-card__progress > span {
    background: var(--michelle-gold);
    border-radius: 999px;
    display: block;
    height: 100%;
}

.michelle-weather-card__time {
    color: var(--michelle-ink);
    font-family: var(--michelle-font-body);
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    padding-top: 0;
    text-align: center;
}

.michelle-weather-card__meta {
    color: rgba(18, 20, 91, 0.74);
    font-size: 13px;
    margin-top: 18px;
    text-align: center;
}

.michelle-weather-card__meta a {
    color: var(--michelle-navy);
}

.michelle-home__actions {
    align-items: center;
    display: grid;
    gap: 25px;
    grid-template-columns: 380.7px 315.1px 70px 70px;
    margin-left: 0;
    margin-top: 29px;
    max-width: 921px;
}

.michelle-pill-button {
    align-items: center;
    background: linear-gradient(135deg, #c2a45f 0%, #b38f46 100%);
    border: 1px solid rgba(188, 163, 105, 0.82);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(188, 163, 105, 0.18);
    color: var(--michelle-white) !important;
    display: inline-flex;
    font-family: var(--michelle-font-accent);
    font-size: 21.3px;
    font-weight: 700;
    isolation: isolate;
    justify-content: center;
    min-height: 66.8px;
    overflow: hidden;
    padding: 16px 28px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transform: translateY(0);
    transition:
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        color 0.34s ease,
        transform 0.28s ease;
    will-change: transform;
}

.michelle-pill-button::before {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    content: "";
    height: 0;
    left: var(--michelle-ripple-x, 50%);
    opacity: 1;
    position: absolute;
    top: var(--michelle-ripple-y, 50%);
    transform: translate(-50%, -50%);
    transition:
        height 0.42s ease-in-out,
        width 0.42s ease-in-out;
    width: 0;
    z-index: 0;
}

.michelle-pill-button > span {
    position: relative;
    transition: color 0.34s ease;
    z-index: 2;
}

.michelle-home__actions .michelle-pill-button:first-child {
    min-width: 380.7px;
}

.michelle-home__actions .michelle-pill-button:nth-child(2) {
    min-width: 315.1px;
}

.michelle-pill-button:hover,
.michelle-pill-button:focus {
    border-color: rgba(18, 20, 91, 0.14);
    box-shadow: 0 16px 30px rgba(18, 20, 91, 0.16);
    color: var(--michelle-navy) !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.michelle-pill-button:hover::before,
.michelle-pill-button:focus::before {
    height: calc(100% + 280px);
    width: calc(100% + 280px);
}

.michelle-pill-button:hover > span,
.michelle-pill-button:focus > span {
    color: var(--michelle-navy);
}

.michelle-pill-button:active {
    transform: translateY(0);
}

.michelle-pill-button:focus-visible {
    outline: 0;
    box-shadow: 0 16px 30px rgba(18, 20, 91, 0.16);
}

.michelle-social-button {
    display: block;
    justify-self: center;
    line-height: 0;
    text-decoration: none !important;
    transform: translateY(0) scale(1);
    transition: transform 0.24s ease;
    width: 54px;
}

.michelle-social-button img {
    backface-visibility: hidden;
    display: block;
    height: 54px;
    image-rendering: auto;
    transform: translateZ(0);
    width: 54px;
}

.michelle-social-button:hover,
.michelle-social-button:focus {
    text-decoration: none !important;
    transform: translateY(-2px) scale(1.04);
}

.michelle-home__section {
    margin-top: 26px;
    padding: 38px 54px 44px;
}

.michelle-domki-story,
.michelle-attractions-card,
.michelle-gallery-card,
.michelle-standard-content {
    background: transparent;
}

.michelle-domki-story::before,
.michelle-attractions-card::before,
.michelle-gallery-card::before,
.michelle-standard-content::before {
    background: rgba(255, 255, 255, 0.98);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.michelle-domki-story > *,
.michelle-attractions-card > *,
.michelle-gallery-card > *,
.michelle-standard-content > * {
    position: relative;
    z-index: 2;
}

.michelle-home__section--intro {
    background: transparent;
    margin-top: 66px;
    min-height: 0;
    padding: 0 54px 44px;
    position: relative;
}

.michelle-home__section--intro::before {
    background: rgba(255, 255, 255, 0.98);
    content: "";
    inset: 38px 0 0;
    position: absolute;
    z-index: 0;
}

.michelle-home__section-title {
    color: var(--michelle-navy);
    font-family: "Poppins", sans-serif;
    font-size: 74px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 0.94;
    margin: 0 0 26px;
}

.michelle-home__section-title--left {
    max-width: 480px;
}

.michelle-home__section--intro .michelle-home__section-title {
    font-family: var(--michelle-font-display);
    font-size: 72px;
    letter-spacing: -0.05em;
    line-height: 0.95;
    margin: 0 0 -4px 12px;
    max-width: 620px;
    position: relative;
    z-index: 1;
}

.michelle-home__section-text {
    color: var(--michelle-ink);
    font-size: 19px;
    line-height: 1.42;
    margin-bottom: 28px;
}

.michelle-home__section--intro .michelle-home__section-text,
.michelle-home__section--intro .michelle-home__fact,
.michelle-home__section--intro .michelle-home__arrow {
    position: relative;
    z-index: 1;
}

.michelle-home__section--intro .michelle-home__section-text {
    font-family: var(--michelle-font-body);
    font-size: 15.1px;
    line-height: 1.34;
    margin-bottom: 0;
    max-width: 1180px;
    padding: 72px 38px 0 40px;
}

.michelle-home__section--intro
    .michelle-home__section-text
    + .michelle-home__section-text {
    padding-top: 28px;
}

.michelle-home__facts {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin: 32px 0 42px;
}

.michelle-home__section--intro .michelle-home__facts {
    gap: 56px;
    margin: 34px 0 28px;
    position: relative;
    z-index: 1;
}

.michelle-home__fact {
    align-items: center;
    color: #4a4a4a;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    gap: 12px;
}

.michelle-home__section--intro .michelle-home__fact {
    color: #4d4d4d;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
}

.michelle-home__fact i {
    font-size: 34px;
}

.michelle-home__section--intro .michelle-home__fact i {
    color: #6c6c6c;
    font-size: 32px;
}

.michelle-home__arrow {
    color: var(--michelle-gold);
    font-size: 56px;
    margin-top: 12px;
    text-align: center;
}

.michelle-home__section--intro .michelle-home__arrow {
    font-size: 66px;
    margin-top: 22px;
    padding-bottom: 6px;
}

.michelle-page-intro {
    margin-top: 0;
}

.michelle-page-intro--title-only .michelle-page-intro__title {
    margin-bottom: 0;
}

.michelle-page-intro--title-only {
    margin-bottom: -34px;
    position: relative;
    z-index: 2;
}

.michelle-page-intro--embedded {
    grid-column: 1 / -1;
    margin: 40px 0 8px;
    z-index: 5;
}

.michelle-page-intro--embedded .michelle-page-intro__main {
    max-width: none;
}

.michelle-page-intro--embedded .michelle-page-intro__title {
    margin-left: 54px;
    max-width: 100%;
}

.michelle-page-intro--embedded.michelle-page-intro--title-only {
    margin-bottom: 8px;
}

.michelle-page--standard .michelle-page-intro {
    margin-top: -23px;
}

.michelle-page-intro__main {
    max-width: 980px;
    min-width: 0;
    position: relative;
}

.michelle-page-intro__title {
    margin-left: 42px;
    max-width: 860px;
}

.michelle-page-intro__panel {
    min-height: 0;
    position: relative;
    z-index: 0;
}

.michelle-page-intro__copy {
    margin-left: 42px;
    max-width: 860px;
    min-height: 0;
    padding-bottom: 24px;
}

.michelle-page-intro__copy p:last-child {
    margin-bottom: 0;
}

body.michelle-theme .michelle-standard-content > .nazwa_obiektu:first-child,
body.michelle-theme
    .michelle-standard-content
    > .nazwa_obiektu:first-child
    + p.text-center {
    display: none;
}

.michelle-subpage-footer-cta {
    margin-top: 34px;
}

.michelle-subpage-footer-cta__actions {
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr) 70px 70px;
    justify-content: stretch;
    margin-left: 0;
    margin-top: 0;
    max-width: none;
    width: 100%;
}

.michelle-subpage-footer-cta__actions .michelle-pill-button:first-child,
.michelle-subpage-footer-cta__actions .michelle-pill-button:nth-child(2) {
    min-width: 0;
    width: 100%;
}

.michelle-subpage-footer-cta__actions .michelle-social-button {
    justify-self: end;
}

.michelle-subpage-footer-cta__actions
    .michelle-social-button
    + .michelle-social-button {
    justify-self: start;
}

.michelle-home__grid {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.michelle-home__column-title {
    color: var(--michelle-navy);
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 0 14px;
}

.michelle-home__column-title--full {
    margin-top: 28px;
}

.michelle-home__column ul {
    margin: 0;
    padding-left: 26px;
}

.michelle-home__column li,
.michelle-home__column p {
    font-size: 20px;
    line-height: 1.4;
}

.michelle-domki-story .michelle-home__section-text,
.michelle-domki-story .michelle-home__column p {
    color: var(--michelle-ink);
    font-family: var(--michelle-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.38;
}

.michelle-domki-story .michelle-home__column li,
.michelle-domki-story .michelle-home__column p {
    font-size: 16px;
    line-height: 1.34;
}

.michelle-domki-story .michelle-home__column-title--full + p {
    font-size: 15px;
    line-height: 1.3;
}

.michelle-domki-story .michelle-home__column ul {
    margin-top: 6px;
    padding-left: 22px;
}

.michelle-domki-story .michelle-home__column li {
    margin-bottom: 3px;
    padding-left: 2px;
}

.michelle-domki-story .michelle-home__column li::marker {
    color: var(--michelle-navy);
    font-size: 0.78em;
}

.michelle-domki-story {
    margin-top: 0;
    padding-top: 72px;
    position: relative;
    z-index: 1;
}

.michelle-domki-story--embedded {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding: 20px 0 44px;
    z-index: 4;
}

.michelle-domki-story--embedded::before,
.michelle-domki-story--embedded::after {
    display: none;
}

.michelle-location-contact--gallery.michelle-domki-story--embedded::after,
.michelle-location-contact--standalone::after {
    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(188, 163, 105, 0.82) 0%,
            rgba(188, 163, 105, 0.48) 24%,
            rgba(188, 163, 105, 0.22) 46%,
            rgba(188, 163, 105, 0.08) 62%,
            rgba(188, 163, 105, 0) 100%
        ),
        radial-gradient(
            circle at 80% 50%,
            rgba(188, 163, 105, 0.82) 0%,
            rgba(188, 163, 105, 0.48) 24%,
            rgba(188, 163, 105, 0.22) 46%,
            rgba(188, 163, 105, 0.08) 62%,
            rgba(188, 163, 105, 0) 100%
        );
    background-position:
        left -138px top -145px,
        right -167px top -145px;
    background-repeat: no-repeat;
    background-size:
        1380px 930px,
        920px 620px;
    content: "";
    display: block;
    filter: blur(64px);
    height: 620px;
    left: -92px;
    pointer-events: none;
    position: absolute;
    right: -92px;
    top: -170px;
    width: auto;
    z-index: -1;
}

.michelle-domki-story--embedded > * {
    position: relative;
    z-index: 5;
}

.michelle-domki-story__lead,
.michelle-domki-story__parter,
.michelle-domki-story__summary {
    margin-bottom: 0;
    max-width: 1180px;
}

.michelle-domki-story__lead {
    font-size: 19px;
    line-height: 1.42;
}

.michelle-domki-story__facts {
    margin: 34px 0 34px;
}

.michelle-domki-story__parter {
    margin-top: 0;
}

.michelle-domki-story__grid {
    margin-top: 44px;
}

.michelle-domki-story__summary {
    margin-top: 38px;
}

.michelle-domki-story__summary p + p {
    margin-top: 28px;
}

.michelle-domki-story__divider {
    display: flex;
    justify-content: center;
    margin: 50px 0 46px;
}

.michelle-domki-story__wave {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='38' viewBox='0 0 90 38'%3E%3Cg fill='none' stroke='%23c5a357' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3E%3Cpath d='M1 8c4 0 4-4 8-4s4 4 8 4 4-4 8-4 4 4 8 4 4-4 8-4 4 4 8 4 4-4 8-4 4 4 8 4 4-4 8-4 4 4 8 4'/%3E%3Cpath d='M1 19c4 0 4-4 8-4s4 4 8 4 4-4 8-4 4 4 8 4 4-4 8-4 4 4 8 4 4-4 8-4 4 4 8 4 4-4 8-4 4 4 8 4'/%3E%3Cpath d='M1 30c4 0 4-4 8-4s4 4 8 4 4-4 8-4 4 4 8 4 4-4 8-4 4 4 8 4 4-4 8-4 4 4 8 4 4-4 8-4 4 4 8 4'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 38px;
    width: 90px;
}

.michelle-domki-story__map-wrap {
    margin: 0 -54px -44px;
    overflow: hidden;
}

.michelle-domki-story__map {
    border: 0;
    height: 410px;
    width: 100%;
}

.michelle-domki-story__contact {
    background: rgba(255, 255, 255, 0.98);
    margin: 0 -54px -44px;
    min-height: 248px;
    padding: 40px 76px 26px;
    position: relative;
}

.michelle-domki-story__contact-grid {
    align-items: start;
    column-gap: 64px;
    display: grid;
    grid-template-columns: 360px 1fr;
    row-gap: 28px;
}

.michelle-domki-story__contact-column {
    color: var(--michelle-ink);
    justify-self: center;
    position: relative;
}

.michelle-domki-story__contact-column:first-child {
    left: 100px;
    margin-left: 0;
    width: 100%;
}

.michelle-domki-story__contact-title {
    color: var(--michelle-navy);
    font-family: "Poppins", sans-serif;
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.02;
    margin: 0 0 18px;
}

.michelle-domki-story__contact-column > .michelle-domki-story__contact-title {
    left: 50%;
    position: relative;
    text-align: center;
    top: -56px;
    transform: translateX(-50%);
    width: max-content;
    z-index: 3;
}

.michelle-domki-story__contact-brand {
    color: #111111;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 2px;
    text-transform: uppercase;
}

.michelle-domki-story__contact-column p {
    color: #1f1f1f;
    font-family: var(--michelle-font-body);
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 2px;
}

.michelle-domki-story__contact-links {
    margin-top: 10px;
}

.michelle-domki-story__contact-links p + p {
    margin-top: 4px;
}

.michelle-domki-story__contact-links a {
    color: var(--michelle-ink);
}

.michelle-domki-story__contact-links a:hover,
.michelle-domki-story__contact-links a:focus {
    color: var(--michelle-navy);
    text-decoration: none;
}

.michelle-domki-story__contact-column--meta {
    left: -100px;
    justify-self: end;
    min-width: 315px;
    padding-top: 0;
    text-align: right;
}

.michelle-domki-story__contact-column--meta .michelle-domki-story__contact-title {
    text-align: center;
}

.michelle-domki-story__hours-row {
    align-items: baseline;
    display: grid;
    gap: 0 12px;
    grid-template-columns: 128px 92px;
    justify-content: end;
}

.michelle-domki-story__hours-label,
.michelle-domki-story__hours-value {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.michelle-domki-story__hours-label {
    font-weight: 800;
    text-align: right;
}

.michelle-domki-story__hours-value {
    text-align: left;
}

.michelle-domki-story__contact-column:first-child > :not(.michelle-domki-story__contact-title) {
    margin-left: 0;
    margin-right: auto;
    max-width: max-content;
    text-align: left;
}

.michelle-domki-story__contact-column:first-child .michelle-domki-story__contact-brand,
.michelle-domki-story__contact-column:first-child .michelle-domki-story__contact-links,
.michelle-domki-story__contact-column:first-child > p {
    position: relative;
    left: 78px;
    top: -56px;
}

.michelle-domki-story__contact-column--meta > :not(.michelle-domki-story__contact-title) {
    position: relative;
    top: -56px;
}

.michelle-domki-story__contact-column--meta > :not(.michelle-domki-story__contact-title) {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
}

.michelle-location-contact--standalone {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(18, 20, 91, 0.08);
    margin-top: 34px;
    overflow: visible;
    padding: 0;
    position: relative;
}

.michelle-page--pricing .michelle-location-contact--standalone {
    --michelle-pricing-location-bleed: max(52px, calc((100vw - var(--michelle-shell)) / 2 + 52px));
    margin-left: 0;
    margin-top: 0;
    margin-right: 50px;
    overflow: visible;
    position: relative;
}

.michelle-page--pricing .michelle-location-contact--standalone::before {
    background: rgba(255, 255, 255, 0.98);
    content: "";
    inset: 0 auto 0 calc(-1 * var(--michelle-pricing-location-bleed));
    position: absolute;
    width: calc(100% + var(--michelle-pricing-location-bleed));
    z-index: 0;
}

.michelle-page--pricing .michelle-location-contact--standalone .michelle-domki-story__map-wrap,
.michelle-page--pricing .michelle-location-contact--standalone .michelle-domki-story__contact {
    position: relative;
    z-index: 1;
}

.michelle-page--pricing .michelle-location-contact--standalone .michelle-domki-story__map-wrap {
    margin-left: calc(-1 * var(--michelle-pricing-location-bleed));
    width: calc(100% + var(--michelle-pricing-location-bleed));
}

.michelle-page--rules .michelle-location-contact--standalone {
    --michelle-rules-location-bleed: max(52px, calc((100vw - var(--michelle-shell)) / 2 + 52px));
    margin-left: 0;
    margin-top: 0;
    margin-right: 50px;
    overflow: visible;
    position: relative;
}

.michelle-page--rules .michelle-location-contact--standalone::before {
    background: rgba(255, 255, 255, 0.98);
    content: "";
    inset: 0 auto 0 calc(-1 * var(--michelle-rules-location-bleed));
    position: absolute;
    width: calc(100% + var(--michelle-rules-location-bleed));
    z-index: 0;
}

.michelle-page--rules .michelle-location-contact--standalone .michelle-domki-story__map-wrap,
.michelle-page--rules .michelle-location-contact--standalone .michelle-domki-story__contact {
    position: relative;
    z-index: 1;
}

.michelle-page--rules .michelle-location-contact--standalone .michelle-domki-story__map-wrap {
    margin-left: calc(-1 * var(--michelle-rules-location-bleed));
    width: calc(100% + var(--michelle-rules-location-bleed));
}

@media (min-width: 1200px) {
    .michelle-contact .michelle-location-contact--standalone {
        --michelle-contact-location-bleed: max(52px, calc((100vw - var(--michelle-shell)) / 2 + 52px));
        margin-left: 0;
        margin-top: 0;
        margin-right: -52px;
        overflow: visible;
        position: relative;
    }

    .michelle-contact .michelle-location-contact--standalone::before {
        background: rgba(255, 255, 255, 0.98);
        content: "";
        inset: 0 auto 0 calc(-1 * var(--michelle-contact-location-bleed));
        position: absolute;
        width: calc(100% + var(--michelle-contact-location-bleed));
        z-index: 0;
    }

    .michelle-contact .michelle-location-contact--standalone .michelle-domki-story__map-wrap,
    .michelle-contact .michelle-location-contact--standalone .michelle-domki-story__contact {
        position: relative;
        z-index: 1;
    }

    .michelle-contact .michelle-location-contact--standalone .michelle-domki-story__map-wrap {
        margin-left: calc(-1 * var(--michelle-contact-location-bleed));
        margin-right: 0;
        width: calc(100% + var(--michelle-contact-location-bleed));
    }
}

.michelle-location-contact--standalone .michelle-domki-story__map-wrap {
    background: #ffffff;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.michelle-location-contact--standalone .michelle-domki-story__contact {
    background: transparent;
    margin: 0;
    min-height: 0;
    padding: 24px 52px 32px;
}

.michelle-location-contact--standalone .michelle-domki-story__contact-grid {
    column-gap: 96px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    justify-content: stretch;
}

.michelle-location-contact--standalone .michelle-domki-story__contact-column,
.michelle-location-contact--standalone .michelle-domki-story__contact-column:first-child,
.michelle-location-contact--standalone .michelle-domki-story__contact-column--meta {
    justify-self: stretch;
    left: 0;
    min-width: 0;
    text-align: left;
    width: auto;
}

.michelle-location-contact--standalone .michelle-domki-story__contact-column > .michelle-domki-story__contact-title,
.michelle-location-contact--standalone .michelle-domki-story__contact-column:first-child .michelle-domki-story__contact-brand,
.michelle-location-contact--standalone .michelle-domki-story__contact-column:first-child .michelle-domki-story__contact-links,
.michelle-location-contact--standalone .michelle-domki-story__contact-column:first-child > p,
.michelle-location-contact--standalone .michelle-domki-story__contact-column--meta > :not(.michelle-domki-story__contact-title) {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    position: static;
    top: 0;
    transform: none;
}

.michelle-location-contact--standalone .michelle-domki-story__contact-column > .michelle-domki-story__contact-title,
.michelle-location-contact--standalone .michelle-domki-story__contact-column--meta .michelle-domki-story__contact-title,
.michelle-location-contact--standalone .michelle-domki-story__hours-label {
    text-align: left;
}

.michelle-location-contact--standalone .michelle-domki-story__contact-column > .michelle-domki-story__contact-title {
    margin-bottom: -18px;
    position: relative;
    top: -42px;
}

.michelle-location-contact--standalone .michelle-domki-story__hours-row {
    grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
    justify-content: start;
}

.michelle-domki-story--embedded .michelle-domki-story__lead {
    max-width: none;
}

.michelle-domki-story--embedded .michelle-domki-story__content {
    padding: 0 54px;
}

.michelle-domki-story--embedded .michelle-domki-story__facts {
    justify-content: center;
    margin: 34px 0 34px;
}

.michelle-domki-story--embedded .michelle-domki-story__grid {
    margin-top: 44px;
}

.michelle-domki-story--embedded .michelle-domki-story__summary {
    margin-top: 38px;
}

.michelle-domki-story--embedded .michelle-domki-story__divider {
    margin: 50px 0 46px;
}

.michelle-domki-story--embedded .michelle-domki-story__map-wrap {
    border-radius: 0;
    margin: 0 0 -44px;
    overflow: hidden;
    width: 100%;
}

.michelle-domki-story--embedded .michelle-domki-story__contact {
    background: rgba(255, 255, 255, 0.98);
    border: 0;
    border-radius: 0;
    margin: 0 0 -44px;
    min-height: 248px;
    padding: 40px 76px 26px;
}

.michelle-domki-story--embedded .michelle-domki-story__contact-column:first-child {
    left: -50px;
}

.michelle-domki-story--embedded .michelle-domki-story__contact-column:first-child .michelle-domki-story__contact-brand,
.michelle-domki-story--embedded .michelle-domki-story__contact-column:first-child .michelle-domki-story__contact-links,
.michelle-domki-story--embedded .michelle-domki-story__contact-column:first-child > p {
    left: 78px;
    top: -56px;
}

.michelle-domki-story--embedded .michelle-domki-story__contact-column > .michelle-domki-story__contact-title {
    left: 50%;
    position: relative;
    text-align: center;
    top: -56px;
    transform: translateX(-50%);
    width: max-content;
}

.michelle-domki-story--embedded .michelle-domki-story__contact-column--meta .michelle-domki-story__contact-title {
    text-align: center;
}

.michelle-domki-story--embedded .michelle-domki-story__contact-column--meta > :not(.michelle-domki-story__contact-title) {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    position: relative;
    top: -56px;
}

.michelle-domki-story--embedded .michelle-domki-story__contact-column--meta {
    left: 50px;
    justify-self: end;
    min-width: 315px;
    padding-top: 0;
    text-align: right;
}

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

.michelle-page-panel {
    padding: 36px 66px 46px;
}

.michelle-page-title {
    color: var(--michelle-navy);
    font-family: "Poppins", sans-serif;
    font-size: 88px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 0.92;
    margin: 0 0 24px;
}

.michelle-side-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 104px;
}

.michelle-pricing-content,
.michelle-standard-content,
.michelle-sidebar-form,
.michelle-contact-map {
    color: var(--michelle-ink);
    font-size: 18px;
    line-height: 1.38;
}

.michelle-pricing-content table {
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed;
    width: 100% !important;
}

.michelle-pricing-content table td,
.michelle-pricing-content table th {
    border: 1px solid rgba(0, 0, 0, 0.45) !important;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    height: auto !important;
    padding: 12px 14px;
    text-align: center;
    width: auto !important;
}

.michelle-pricing-content table th {
    background: #fafafa;
}

.michelle-pricing-content p,
.michelle-standard-content p {
    margin: 0 0 16px;
}

.michelle-pricing-content strong,
.michelle-standard-content strong {
    font-weight: 800;
}

.michelle-pricing-note {
    align-items: flex-start;
    display: grid;
    gap: 14px;
    grid-template-columns: 32px minmax(0, 1fr);
    margin-top: 14px;
    max-width: 640px;
}

.michelle-pricing-note__icon {
    align-items: center;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin-top: 2px;
    width: 32px;
}

.michelle-pricing-note__icon img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.michelle-pricing-cards {
    display: none;
}

.michelle-pricing-note__text {
    color: #4d4d4d;
    font-family: var(--michelle-font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.34;
    margin: 0;
}

.michelle-pricing-note__text strong {
    font-weight: 700;
}

.michelle-page-followup {
    margin-top: 26px;
    padding: 28px 42px 34px;
}

.michelle-page__sidebar-title,
.menu_boczne .menu-label {
    color: var(--michelle-navy);
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 18px;
}

.michelle-sidebar__actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.michelle-theme .menu_boczne ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.michelle-theme .menu_boczne ul li + li {
    border-top: 1px solid rgba(18, 20, 91, 0.08);
}

body.michelle-theme .menu_boczne ul li a {
    color: var(--michelle-navy) !important;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
    text-transform: uppercase;
}

.michelle-contact-summary {
    padding: 36px 66px 44px;
}

.michelle-contact-summary--clean {
    background: transparent;
    overflow: visible;
    padding: 82px 76px 52px;
    position: relative;
}

.michelle-contact-summary--clean::before {
    background: rgba(255, 255, 255, 0.98);
    content: "";
    inset: 0 auto 0 calc(-50vw + 50% - 52px);
    position: absolute;
    width: calc(100% + (50vw - 50% + 104px));
    z-index: 1;
}

.michelle-contact-summary--clean > * {
    position: relative;
    z-index: 2;
}

.michelle-contact-grid {
    display: grid;
    gap: 34px 54px;
    grid-template-columns: 1fr 1fr;
}

.michelle-contact-grid--clean {
    gap: 42px 72px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    position: relative;
    z-index: 1;
}

.michelle-contact-card p {
    color: var(--michelle-navy);
    font-size: 19px;
    line-height: 1.34;
    margin: 0 0 4px;
}

.michelle-contact-card p strong {
    font-weight: 800;
}

.michelle-contact-card--accent {
    align-items: flex-start;
    display: flex;
    gap: 18px;
}

.michelle-contact-card--primary {
    max-width: 420px;
}

.michelle-contact-card--secondary {
    max-width: 420px;
}

.michelle-contact-card__spacer {
    height: 34px;
}

.michelle-contact-icon {
    color: var(--michelle-gold);
    font-size: 36px;
    line-height: 1;
    margin-top: 4px;
}

.michelle-contact-links {
    align-items: center;
    display: flex;
    gap: 54px;
    grid-column: 1 / -1;
    margin-top: 8px;
}

.michelle-contact-links--clean {
    align-items: flex-start;
    column-gap: 88px;
    margin-top: 14px;
    row-gap: 22px;
    flex-wrap: wrap;
}

.michelle-contact-link {
    align-items: center;
    color: var(--michelle-navy) !important;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    gap: 16px;
}

.michelle-contact-link i {
    color: var(--michelle-gold);
    font-size: 36px;
}

@media (min-width: 992px) {
    .michelle-contact-links--clean .michelle-contact-link {
        font-size: 16px;
        gap: 10px;
    }

    .michelle-contact-links--clean .michelle-contact-link i {
        font-size: 22px;
    }
}

.michelle-contact-utilities {
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 26px;
}

.michelle-sidebar-form,
.michelle-contact-map {
    padding: 30px 32px 34px;
}

.michelle-block-heading {
    color: var(--michelle-navy);
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 24px;
}

body.michelle-theme .kontakt-form .form-group {
    margin-bottom: 14px;
}

body.michelle-theme .kontakt-form .form-control {
    border: 1px solid rgba(18, 20, 91, 0.16);
    border-radius: 0;
    box-shadow: none;
    color: var(--michelle-navy);
    font-size: 16px;
    min-height: 50px;
    padding: 12px 14px;
}

body.michelle-theme .kontakt-form textarea.form-control {
    min-height: 190px;
    resize: vertical;
}

body.michelle-theme .kontakt-form .btn,
body.michelle-theme .kontakt-form button {
    background: var(--michelle-gold);
    border: 0;
    border-radius: 999px;
    color: var(--michelle-white);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-width: 180px;
    padding: 14px 22px;
    text-transform: uppercase;
}

body.michelle-theme .kontakt-form button + button {
    margin-left: 10px;
}

body.michelle-theme .captcha_img img {
    border: 1px solid rgba(18, 20, 91, 0.14);
}

.michelle-contact-map #map_container {
    min-height: 420px;
    position: relative;
}

body.michelle-theme .map-destination-button {
    background: var(--michelle-gold);
    border: 0 !important;
    border-radius: 999px;
    bottom: 22px;
    color: var(--michelle-white) !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: 22px;
    letter-spacing: 0;
    padding: 14px 22px;
    position: absolute;
    text-transform: uppercase;
}

.michelle-standard-layout {
    margin-top: 0;
}

.michelle-page--attractions .michelle-shell {
    padding-top: var(--michelle-hero-offset-desktop);
}

.michelle-page--gallery .michelle-shell {
    padding-top: var(--michelle-hero-offset-desktop);
}

.michelle-page--pricing .michelle-shell {
    padding-top: var(--michelle-hero-offset-desktop);
}

.michelle-page--rules .michelle-shell {
    padding-top: var(--michelle-hero-offset-desktop);
}

.michelle-attractions-hero {
    margin-bottom: -34px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}

.michelle-attractions-hero__title {
    margin: 0 88px 0 auto;
    max-width: 520px;
    text-align: right;
}

.michelle-attractions-card {
    padding: 62px 46px 0;
    position: relative;
    z-index: 1;
}

.michelle-attractions-card__body {
    align-items: start;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 390px);
}

.michelle-attractions-card__heading {
    color: var(--michelle-steel);
    font-family: "Poppins", sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.95;
    margin: 0 0 18px;
}

.michelle-attractions-card__text {
    font-size: 18px;
    line-height: 1.46;
}

.michelle-attractions-card__text p:last-child {
    margin-bottom: 0;
}

.michelle-attractions-card__media {
    padding-top: 8px;
}

.michelle-attractions-card__media img {
    display: block;
    height: auto;
    width: 100%;
}

.michelle-attractions-card__nav {
    display: grid;
    gap: 0;
    grid-template-columns: 300px 300px;
    justify-content: space-between;
    margin: 38px -46px 0;
}

.michelle-attractions-card__nav-link {
    align-items: center;
    background: linear-gradient(135deg, #c2a45f 0%, #b38f46 100%);
    border: 1px solid rgba(188, 163, 105, 0.82);
    box-shadow: 0 10px 22px rgba(188, 163, 105, 0.18);
    color: var(--michelle-white) !important;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    isolation: isolate;
    justify-content: center;
    min-height: 92px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    transform: translateY(0);
    transition:
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        color 0.34s ease,
        transform 0.28s ease;
}

.michelle-attractions-card__nav-link::before {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    content: "";
    height: 0;
    left: var(--michelle-ripple-x, 50%);
    position: absolute;
    top: var(--michelle-ripple-y, 50%);
    transform: translate(-50%, -50%);
    transition:
        height 0.42s ease-in-out,
        width 0.42s ease-in-out;
    width: 0;
    z-index: 0;
}

.michelle-attractions-card__nav-link > span {
    position: relative;
    transition: color 0.34s ease;
    z-index: 2;
}

.michelle-attractions-card__nav-link:hover,
.michelle-attractions-card__nav-link:focus {
    border-color: rgba(18, 20, 91, 0.14);
    box-shadow: 0 16px 30px rgba(18, 20, 91, 0.16);
    color: var(--michelle-navy) !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.michelle-attractions-card__nav-link:hover::before,
.michelle-attractions-card__nav-link:focus::before {
    height: calc(100% + 320px);
    width: calc(100% + 320px);
}

.michelle-attractions-card__nav-link:hover > span,
.michelle-attractions-card__nav-link:focus > span {
    color: var(--michelle-navy);
}

.michelle-attractions-card__nav-link:active {
    transform: translateY(0);
}

.michelle-attractions-card__nav-link:focus-visible {
    outline: 3px solid rgba(18, 20, 91, 0.28);
    outline-offset: 3px;
}

.michelle-gallery-hero {
    margin-bottom: -34px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}

.michelle-gallery-hero__title {
    margin: 0 0 0 42px;
    max-width: 520px;
}

.michelle-page--privacy .michelle-gallery-hero__title {
    max-width: none;
}

.michelle-page--sitemap .michelle-gallery-hero__title {
    max-width: none;
}

.michelle-sitemap {
    list-style: none;
    padding: 0;
    margin: 0;
}

.michelle-sitemap li {
    margin: 0;
    padding: 0;
}

.michelle-sitemap > li {
    font-family: var(--michelle-font-display);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.michelle-sitemap > li > a {
    color: var(--michelle-navy);
    text-decoration: none;
}

.michelle-sitemap ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}

.michelle-sitemap ul li {
    font-family: var(--michelle-font-body);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px;
    padding-left: 16px;
}

.michelle-sitemap ul li a {
    color: var(--michelle-navy);
    opacity: 0.8;
    text-decoration: none;
    transition: opacity 0.2s;
}

.michelle-sitemap ul li a:hover {
    opacity: 1;
}

.michelle-gallery-card {
    padding: 64px 32px 40px;
    position: relative;
    z-index: 1;
}

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

.michelle-gallery-grid__item {
    background: #e7ddd1;
    cursor: zoom-in;
    display: block;
    overflow: hidden;
    position: relative;
}

.michelle-gallery-grid__item::before {
    content: "";
    display: block;
    padding-top: 76%;
}

.michelle-gallery-grid__item img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.michelle-pricing-hero {
    align-items: start;
    column-gap: 16px;
    row-gap: 0;
}

.michelle-pricing-hero__title {
    margin-bottom: -24px;
    max-width: 520px;
}

.michelle-pricing-panel {
    min-height: 0;
}

.michelle-pricing-content--panel {
    box-sizing: border-box;
    margin-left: 42px;
    max-width: none;
    min-height: 0;
    overflow-x: auto;
    padding: 58px 72px 46px 0;
    position: relative;
    z-index: 1;
}

.michelle-pricing-sidebar {
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 46px;
    padding-top: 0;
    width: 362px;
}

.michelle-pricing-sidebar__button {
    min-width: 0;
    width: 100%;
}

.michelle-reservation-hero {
    align-items: start;
    row-gap: 0;
}

.michelle-reservation-hero__title {
    margin-bottom: -20px;
    max-width: 760px;
}

.michelle-reservation-panel {
    min-height: 0;
}

.michelle-reservation-panel::before {
    inset: 0 auto 0 calc(-50vw + 50% - 52px);
    width: calc(100% + (50vw - 50% + 52px) - 50px);
}

.michelle-reservation-content {
    box-sizing: border-box;
    margin-left: 42px;
    min-height: 0;
    padding: 52px 54px 34px 0;
    position: relative;
    z-index: 1;
}

.michelle-reservation-widget {
    display: block;
    max-width: 100%;
    min-height: 240px;
}

.michelle-reservation-fallback {
    color: var(--michelle-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.32;
    margin: 0;
}

.michelle-reservation-booking {
    align-items: center;
    background: transparent;
    border-radius: 0 44px 44px 0;
    column-gap: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 258px;
    margin-top: 28px;
    min-height: 0;
    padding: 18px 72px 18px 26px;
    position: relative;
}

.michelle-reservation-booking::before {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0 44px 44px 0;
    content: "";
    inset: 0 auto 0 calc(-50vw + 50% - 52px);
    position: absolute;
    width: calc(100% + (50vw - 50% + 52px) - 50px);
    z-index: 0;
}

.michelle-reservation-booking__copy,
.michelle-reservation-booking__button {
    position: relative;
    z-index: 1;
}

.michelle-reservation-booking__copy {
    color: var(--michelle-navy);
    font-family: var(--michelle-font-display);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-left: 20px;
}

.michelle-reservation-booking__button {
    align-items: center;
    background: var(--michelle-navy);
    border-radius: 999px;
    color: var(--michelle-white) !important;
    display: inline-flex;
    font-family: var(--michelle-font-accent);
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    min-height: 58px;
    padding: 14px 28px;
    text-transform: none;
}

.michelle-reservation-booking__button:hover,
.michelle-reservation-booking__button:focus {
    background: #1b1d78;
    color: var(--michelle-white) !important;
}

.michelle-rules-hero {
    align-items: start;
    row-gap: 0;
}

.michelle-rules-panel {
    margin-top: -20px;
    min-height: 0;
}

.michelle-rules-content {
    box-sizing: border-box;
    color: var(--michelle-ink);
    margin-left: 42px;
    max-width: 880px;
    min-height: 0;
    padding: 51px 72px 38px 0;
    position: relative;
    z-index: 1;
}

.michelle-rules-content > *:first-child {
    margin-top: 0;
}

.michelle-rules-content > p:first-child {
    display: none;
}

.michelle-rules-content ol {
    font-family: var(--michelle-font-body);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.18;
    margin: 0;
    padding-left: 28px;
}

.michelle-rules-content li {
    margin-bottom: 8px;
}

.michelle-rules-content li strong {
    font-weight: 800;
}

.michelle-rules-content p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.28;
    margin: 18px 0 0;
}

.michelle-standard-content {
    padding: 36px 54px 42px;
}

.michelle-footer {
    padding: 0 0 22px;
}

.michelle-footer__inner {
    box-sizing: border-box;
    color: var(--michelle-white);
    font-size: 13px;
    margin: 0 auto;
    max-width: var(--michelle-shell);
    padding: 0 52px;
    text-align: right;
    width: 100%;
}

.michelle-footer__inner a {
    color: var(--michelle-white);
}

body.michelle-theme .sl-container li.wysun,
body.michelle-theme .sl-container li.kliknij,
body.michelle-theme .fb-container {
    display: none !important;
}

body.michelle-theme .popup {
    background: var(--michelle-white);
    border-radius: 0;
    box-shadow: 0 18px 50px rgba(18, 20, 91, 0.16);
}

body.michelle-theme .popup-close-button {
    background: var(--michelle-navy);
    border: 0;
    border-radius: 999px;
    color: var(--michelle-white);
}

body.michelle-theme .cms_komunikatok,
body.michelle-theme .cms_komunikaterror {
    background: rgba(255, 255, 255, 0.98);
    margin-bottom: 18px;
    padding: 14px 18px;
}

body.michelle-theme .dane-popup {
    background: rgba(255, 255, 255, 0.98);
    color: var(--michelle-navy);
}

body.michelle-theme .dane-popup button {
    background: var(--michelle-navy);
    border: 0;
    color: var(--michelle-white);
}

body.michelle-theme .nazwa_obiektu {
    color: var(--michelle-navy);
    font-family: "Poppins", sans-serif;
    font-size: 68px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 0.95;
    margin: 0 0 22px;
}

body.michelle-theme img[src*="linie/rozdzielnik.png"] {
    display: none;
}

body.michelle-theme .cookies-message-container,
body.michelle-theme .cookies-message {
    display: none !important;
}

@media (max-width: 1199px) {
    .michelle-shell {
        padding-left: 26px;
        padding-right: 26px;
    }

    .michelle-home__hero-panel::after,
    .michelle-page-intro__panel::after,
    .michelle-domki-story::after,
    .michelle-attractions-card::after,
    .michelle-gallery-card::after,
    .michelle-pricing-panel::after,
    .michelle-rules-panel::after,
    .michelle-contact-summary--clean::after,
    .michelle-standard-content::after {
        background-position:
            left -108px top -101px,
            right -147px top -101px;
        background-size:
            1140px 780px,
            760px 520px;
        filter: blur(54px);
        height: 520px;
        left: -72px;
        right: -72px;
        top: -126px;
        width: auto;
    }

    .michelle-page--pricing .michelle-home__hero-main::before,
    .michelle-page--rules .michelle-home__hero-main::before,
    .michelle-page--attractions .michelle-shell::before,
    .michelle-page--gallery .michelle-shell::before,
    .michelle-contact .michelle-shell::before,
    .michelle-page--pricing .michelle-home__hero-main::after,
    .michelle-page--rules .michelle-home__hero-main::after,
    .michelle-page--attractions .michelle-shell::after,
    .michelle-page--gallery .michelle-shell::after,
    .michelle-contact .michelle-shell::after {
        filter: blur(54px);
    }

    .michelle-page--pricing .michelle-home__hero-main::before,
    .michelle-page--rules .michelle-home__hero-main::before,
    .michelle-page--attractions .michelle-shell::before,
    .michelle-page--gallery .michelle-shell::before,
    .michelle-contact .michelle-shell::before {
        height: 780px;
        left: -108px;
        top: -76px;
        width: 1140px;
    }

    .michelle-page--pricing .michelle-home__hero-main::after,
    .michelle-page--rules .michelle-home__hero-main::after,
    .michelle-page--attractions .michelle-shell::after,
    .michelle-page--gallery .michelle-shell::after,
    .michelle-contact .michelle-shell::after {
        height: 520px;
        right: -147px;
        top: -101px;
        width: 760px;
    }

    .michelle-location-contact--gallery.michelle-domki-story--embedded::after,
    .michelle-location-contact--standalone::after {
        background-position:
            left -108px top -101px,
            right -147px top -101px;
        background-size:
            1140px 780px,
            760px 520px;
        filter: blur(54px);
        height: 520px;
        left: -72px;
        right: -72px;
        top: -126px;
        width: auto;
    }

    .michelle-header__bar {
        padding-left: 198px;
        padding-right: 18px;
    }

    .michelle-header__brand {
        left: 26px;
    }

    body.michelle-theme .menu_poziome_desktop > ul {
        gap: 12px;
    }

    body.michelle-theme .menu_poziome_desktop > ul > li > a,
    body.michelle-theme .menu_poziome_desktop > ul > li > a span {
        font-size: 15px;
    }

    .michelle-home__hero {
        gap: 32px;
        grid-template-columns: minmax(0, 1fr) 220px;
    }

    .michelle-home__hero-content--start {
        column-gap: 26px;
        grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
        margin-top: 64px;
    }

    .michelle-home__hero-main--start::before {
        filter: blur(54px);
        height: 780px;
        left: -108px;
        top: -101px;
        width: 1140px;
    }

    .michelle-home__hero-main--start::after {
        filter: blur(54px);
        height: 520px;
        right: -72px;
        top: -126px;
        width: 760px;
    }

    .michelle-home__hero-panel--start {
        background: transparent;
        margin-top: 10px;
    }

    .michelle-home__hero-panel--start::before {
        display: none;
    }

    .michelle-home__hero-title--start {
        font-size: 68px;
        margin: 30px 0 0;
    }

    .michelle-home__actions {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 62px 62px;
        margin-left: 0;
        max-width: none;
    }

    .michelle-weather-card {
        margin-top: 64px;
        width: auto;
    }

    .michelle-page-title {
        font-size: 74px;
    }
}

@media (max-width: 991px) {
    body.michelle-theme {
        background-attachment: scroll;
    }

    .michelle-home .michelle-shell {
        padding-top: var(--michelle-hero-offset-tablet);
    }

    .michelle-page .michelle-shell,
    .michelle-contact .michelle-shell {
        padding-top: var(--michelle-hero-offset-tablet);
    }

    .michelle-header {
        background: rgba(255, 255, 255, 0.96) !important;
    }

    .michelle-header__bar {
        min-height: 132px;
        padding: 18px 18px 12px 164px;
    }

    .michelle-header__bar::after {
        display: none;
    }

    .michelle-header::before {
        display: none;
    }

    .michelle-header__brand {
        height: 148px;
        left: 18px;
        width: 118px;
    }

    .michelle-header__brand img {
        height: auto;
        width: 100%;
    }

    .michelle-header__nav-row {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-height: 0;
        padding-top: 8px;
    }

    .michelle-header__tools {
        gap: 14px;
        justify-content: space-between;
        width: 100%;
    }

    .michelle-header__flags {
        max-width: none;
        width: auto;
    }

    body.michelle-theme .div-flagi--container {
        max-width: none;
        width: 100%;
    }

    body.michelle-theme .menu_poziome_desktop {
        display: none;
    }

    .michelle-header__flags {
        margin-left: auto;
    }

    body.michelle-theme .menu-button-mobile {
        background: transparent;
        border: 0;
        display: inline-flex;
        flex-direction: column;
        gap: 5px;
        margin-left: 0;
        padding: 10px 0;
    }

    body.michelle-theme .menu-button-mobile > span {
        background: var(--michelle-navy);
        display: block;
        height: 3px;
        width: 30px;
    }

    .michelle-home__hero,
    .michelle-page-layout,
    .michelle-contact-utilities {
        grid-template-columns: 1fr;
    }

    .michelle-home__hero-content--start {
        gap: 20px;
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .michelle-home__hero-main--start::before,
    .michelle-home__hero-main--start::after,
    .michelle-home__hero-content--start::after {
        display: none;
    }

    .michelle-home__section--intro {
        padding: 0 28px 34px;
    }

    .michelle-home__section--intro::before {
        inset: 28px 0 0;
    }

    .michelle-home__section--intro .michelle-home__section-title {
        font-size: 56px;
        margin-left: 0;
    }

    .michelle-home__section--intro .michelle-home__section-text {
        max-width: none;
        padding: 56px 22px 0;
    }

    .michelle-page--standard .michelle-page-intro {
        margin-top: -17px;
    }

    .michelle-domki-story {
        padding-top: 56px;
    }

    .michelle-domki-story__grid {
        gap: 36px;
        margin-top: 34px;
    }

    .michelle-domki-story__summary {
        margin-top: 30px;
    }

    .michelle-domki-story__divider {
        margin: 42px 0 38px;
    }

    .michelle-domki-story__map-wrap {
        margin-top: 0;
    }

    .michelle-domki-story__map {
        height: 360px;
    }

    .michelle-domki-story__contact {
        min-height: 0;
        padding: 34px 32px 32px;
    }

    .michelle-domki-story__contact-grid {
        column-gap: 40px;
        grid-template-columns: 320px 1fr;
    }

    .michelle-domki-story__contact-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .michelle-domki-story__contact-column > .michelle-domki-story__contact-title {
        top: -46px;
    }

    .michelle-domki-story__contact-column--meta {
        left: -100px;
        justify-self: end;
    }

    .michelle-home__hero-panel {
        padding: 0;
    }

    .michelle-home__hero-title,
    .michelle-page-title,
    .michelle-home__section-title,
    .michelle-home__column-title,
    body.michelle-theme .nazwa_obiektu {
        font-size: 56px;
        text-align: left;
    }

    .michelle-home__hero-copy--start {
        font-size: 15px;
        line-height: 1.45;
        margin-left: 0;
        max-width: none;
        min-height: 0;
        padding: 0;
    }

    .michelle-home__hero-panel--start {
        margin-top: 0;
    }

    .michelle-home__hero-title--start {
        justify-self: end;
        margin-top: 0;
        text-align: right;
    }

    .michelle-weather-card {
        margin-top: 0;
        min-height: 0;
    }

    .michelle-home__actions {
        grid-template-columns: 1fr 1fr auto auto;
        margin-left: 0;
    }

    .michelle-social-button {
        justify-self: start;
    }

    .michelle-subpage-footer-cta__actions {
        grid-template-columns: 1fr 1fr auto auto;
    }

    .michelle-side-actions {
        padding-top: 0;
    }

    .michelle-contact-grid {
        grid-template-columns: 1fr;
    }

    .michelle-contact-summary--clean {
        background: rgba(255, 255, 255, 0.98);
        padding: 68px 32px 42px;
    }

    .michelle-contact-summary--clean::before {
        display: none;
    }

    .michelle-contact-grid--clean {
        gap: 34px;
    }

    .michelle-contact-links {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .michelle-page--attractions .michelle-shell {
        padding-top: 74px;
    }

    .michelle-page--gallery .michelle-shell {
        padding-top: 74px;
    }

    .michelle-page--pricing .michelle-shell {
        padding-top: 74px;
    }

    .michelle-page--rules .michelle-shell {
        padding-top: 74px;
    }

    .michelle-attractions-hero {
        margin-bottom: -30px;
    }

    .michelle-attractions-hero__title {
        margin-right: 34px;
        max-width: 420px;
    }

    .michelle-attractions-card {
        padding: 48px 28px 0;
    }

    .michelle-attractions-card__body {
        gap: 26px;
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .michelle-attractions-card__heading {
        font-size: 44px;
    }

    .michelle-attractions-card__nav {
        grid-template-columns: 1fr 1fr;
        margin-left: -28px;
        margin-right: -28px;
    }

    .michelle-attractions-card__nav-link {
        font-size: 20px;
        min-height: 80px;
    }

    .michelle-gallery-hero {
        margin-bottom: -30px;
    }

    .michelle-gallery-hero__title {
        margin-left: 28px;
    }

    .michelle-gallery-card {
        padding: 54px 28px 30px;
    }

    .michelle-gallery-grid {
        gap: 2px;
    }

    .michelle-pricing-hero {
        column-gap: 24px;
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .michelle-pricing-content--panel {
        margin-left: 28px;
        max-width: none;
        padding: 50px 48px 34px 0;
    }

    .michelle-page--pricing .michelle-location-contact--standalone {
        margin-left: 28px;
        margin-right: 48px;
        overflow: hidden;
    }

    .michelle-page--pricing .michelle-location-contact--standalone::before {
        display: none;
    }

    .michelle-page--pricing .michelle-location-contact--standalone .michelle-domki-story__map-wrap {
        margin-left: 0;
        width: auto;
    }

    .michelle-pricing-sidebar {
        gap: 20px;
        margin-top: 42px;
        padding-top: 0;
        width: auto;
    }

    .michelle-reservation-content {
        margin-left: 28px;
        padding: 46px 40px 28px 0;
    }

    .michelle-reservation-booking {
        column-gap: 18px;
        grid-template-columns: minmax(0, 1fr) 220px;
        margin-top: 24px;
        padding: 16px 52px 16px 18px;
    }

    .michelle-reservation-booking__copy {
        font-size: 22px;
        margin-left: 10px;
    }

    .michelle-reservation-booking__button {
        font-size: 18px;
        min-height: 54px;
    }

    .michelle-rules-content {
        margin-left: 0;
        max-width: none;
        padding: 26px 40px 22px 0;
    }

    .michelle-rules-content ol,
    .michelle-rules-content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .michelle-shell {
        padding: 24px 14px 46px;
    }

    .michelle-home__hero-panel::after,
    .michelle-page-intro__panel::after,
    .michelle-domki-story::after,
    .michelle-attractions-card::after,
    .michelle-gallery-card::after,
    .michelle-pricing-panel::after,
    .michelle-rules-panel::after,
    .michelle-contact-summary--clean::after,
    .michelle-standard-content::after {
        background-position:
            left -36px top -49px,
            right -99px top -49px;
        background-size:
            690px 480px,
            460px 320px;
        filter: blur(42px);
        height: 320px;
        left: -24px;
        right: -24px;
        top: -74px;
        width: auto;
    }

    .michelle-page--pricing .michelle-home__hero-main::before,
    .michelle-page--rules .michelle-home__hero-main::before,
    .michelle-page--attractions .michelle-shell::before,
    .michelle-page--gallery .michelle-shell::before,
    .michelle-contact .michelle-shell::before,
    .michelle-page--pricing .michelle-home__hero-main::after,
    .michelle-page--rules .michelle-home__hero-main::after,
    .michelle-page--attractions .michelle-shell::after,
    .michelle-page--gallery .michelle-shell::after,
    .michelle-contact .michelle-shell::after {
        filter: blur(42px);
    }

    .michelle-page--pricing .michelle-home__hero-main::before,
    .michelle-page--rules .michelle-home__hero-main::before,
    .michelle-page--attractions .michelle-shell::before,
    .michelle-page--gallery .michelle-shell::before,
    .michelle-contact .michelle-shell::before {
        height: 480px;
        left: -36px;
        top: -24px;
        width: 690px;
    }

    .michelle-page--pricing .michelle-home__hero-main::after,
    .michelle-page--rules .michelle-home__hero-main::after,
    .michelle-page--attractions .michelle-shell::after,
    .michelle-page--gallery .michelle-shell::after,
    .michelle-contact .michelle-shell::after {
        height: 320px;
        right: -99px;
        top: -49px;
        width: 460px;
    }

    .michelle-location-contact--gallery.michelle-domki-story--embedded::after,
    .michelle-location-contact--standalone::after {
        background-position:
            left -36px top -49px,
            right -99px top -49px;
        background-size:
            690px 480px,
            460px 320px;
        filter: blur(42px);
        height: 320px;
        left: -24px;
        right: -24px;
        top: -74px;
        width: auto;
    }

    .michelle-home .michelle-shell {
        padding-top: var(--michelle-hero-offset-mobile);
    }

    .michelle-page .michelle-shell,
    .michelle-contact .michelle-shell {
        padding-top: var(--michelle-hero-offset-mobile);
    }

    .michelle-header__bar {
        padding: 16px 14px 10px 110px;
    }

    .michelle-header__brand {
        height: 124px;
        width: 86px;
    }

    .michelle-header__brand img {
        height: auto;
        width: 100%;
    }

    body.michelle-theme .div-flagi--container {
        gap: 10px;
    }

    body.michelle-theme .div-flagi img {
        height: 22px;
        width: 34px;
    }

    .michelle-home__section,
    .michelle-page-panel,
    .michelle-contact-summary,
    .michelle-sidebar-form,
    .michelle-contact-map,
    .michelle-standard-content {
        padding-left: 22px;
        padding-right: 22px;
    }

    .michelle-home__section--intro {
        padding: 0 22px 28px;
    }

    .michelle-home__section--intro::before {
        inset: 22px 0 0;
    }

    .michelle-home__section--intro .michelle-home__section-title {
        font-size: 44px;
    }

    .michelle-home__section--intro .michelle-home__section-text {
        padding: 42px 16px 0;
    }

    .michelle-page--standard .michelle-page-intro {
        margin-top: -15px;
    }

    .michelle-domki-story {
        margin-top: 0;
        padding-top: 44px;
    }

    .michelle-domki-story--embedded {
        padding: 44px 0 28px;
    }

    .michelle-domki-story--embedded .michelle-domki-story__content {
        padding: 0 22px;
    }

    .michelle-domki-story__facts {
        gap: 24px;
        margin: 26px 0 24px;
    }

    .michelle-domki-story__grid {
        gap: 28px;
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .michelle-domki-story__summary {
        margin-top: 24px;
    }

    .michelle-domki-story__summary p + p {
        margin-top: 20px;
    }

    .michelle-domki-story__divider {
        margin: 36px 0 30px;
    }

    .michelle-domki-story__map-wrap {
        margin: 0 -22px -28px;
    }

    .michelle-domki-story__map {
        height: 300px;
    }

    .michelle-domki-story__contact {
        margin: 0 -22px -28px;
        min-height: 0;
        padding: 24px 22px 28px;
    }

    .michelle-domki-story__contact-grid {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .michelle-domki-story__contact-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .michelle-domki-story__contact-column > .michelle-domki-story__contact-title {
        left: 0;
        top: -30px;
        transform: none;
        width: auto;
    }

    .michelle-domki-story__contact-column:first-child,
    .michelle-domki-story__contact-column--meta {
        left: 0;
    }

    .michelle-domki-story__contact-brand {
        font-size: 18px;
    }

    .michelle-domki-story__contact-column p {
        font-size: 16px;
    }

    .michelle-domki-story__contact-links {
        margin-top: 18px;
    }

    .michelle-domki-story__contact-column--meta {
        justify-self: start;
        min-width: 0;
        text-align: left;
    }

    .michelle-domki-story__contact-column--meta .michelle-domki-story__contact-title {
        text-align: left;
    }

    .michelle-domki-story__contact-column > :not(.michelle-domki-story__contact-title) {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }

    .michelle-domki-story__contact-column:first-child .michelle-domki-story__contact-brand,
    .michelle-domki-story__contact-column:first-child .michelle-domki-story__contact-links,
    .michelle-domki-story__contact-column:first-child > p {
        left: 0;
        top: 0;
    }

    .michelle-domki-story__contact-column--meta > :not(.michelle-domki-story__contact-title) {
        top: 0;
    }

    .michelle-domki-story__hours-row {
        gap: 0 18px;
        grid-template-columns: 126px 98px;
        justify-content: start;
    }

    .michelle-subpage-footer-cta {
        margin-top: 22px;
    }

    .michelle-subpage-footer-cta__actions {
        gap: 14px;
        grid-template-columns: 1fr 1fr;
    }

    .michelle-subpage-footer-cta__actions .michelle-social-button {
        justify-self: start;
    }

    .michelle-home__hero-title,
    .michelle-page-title,
    .michelle-home__section-title,
    .michelle-home__column-title,
    body.michelle-theme .nazwa_obiektu {
        font-size: 44px;
    }

    .michelle-home__hero-title--start {
        justify-self: end;
        max-width: 260px;
        margin-top: 0;
        text-align: right;
    }

    .michelle-home__hero-copy,
    .michelle-home__section-text,
    .michelle-home__column li,
    .michelle-home__column p,
    .michelle-contact-card p,
    .michelle-pricing-content,
    .michelle-standard-content {
        font-size: 16px;
    }

    .michelle-contact-summary--clean {
        padding-top: 54px;
        padding-bottom: 34px;
    }

    .michelle-contact-grid--clean {
        gap: 28px;
    }

    .michelle-contact-card__spacer {
        height: 22px;
    }

    .michelle-contact-links--clean {
        gap: 18px;
        margin-top: 4px;
    }

    .michelle-page--attractions .michelle-shell {
        padding-top: 62px;
    }

    .michelle-page--gallery .michelle-shell {
        padding-top: 62px;
    }

    .michelle-page--pricing .michelle-shell {
        padding-top: 62px;
    }

    .michelle-page--rules .michelle-shell {
        padding-top: 62px;
    }

    .michelle-attractions-hero {
        margin-bottom: -20px;
    }

    .michelle-attractions-hero__title {
        margin-right: 0;
        max-width: none;
        text-align: left;
    }

    .michelle-attractions-card {
        padding: 32px 22px 0;
    }

    .michelle-attractions-card__body {
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .michelle-attractions-card__heading {
        font-size: 34px;
    }

    .michelle-attractions-card__text {
        font-size: 16px;
        line-height: 1.5;
    }

    .michelle-attractions-card__media {
        padding-top: 0;
    }

    .michelle-attractions-card__nav {
        grid-template-columns: 1fr 1fr;
        margin-left: -22px;
        margin-right: -22px;
        margin-top: 26px;
    }

    .michelle-attractions-card__nav-link {
        font-size: 18px;
        min-height: 68px;
    }

    .michelle-gallery-hero {
        margin-bottom: -20px;
        margin-top: 0;
    }

    .michelle-gallery-hero__title {
        margin-left: 0;
    }

    .michelle-gallery-card {
        padding: 36px 22px 28px;
    }

    .michelle-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .michelle-pricing-hero {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

    .michelle-pricing-hero__title {
        margin-bottom: -20px;
    }

    .michelle-pricing-content--panel {
        margin-left: 0;
        max-width: none;
        padding: 34px 18px 26px 0;
    }

    .michelle-pricing-content--panel table {
        min-width: 620px;
    }

    .michelle-pricing-sidebar {
        gap: 20px;
        margin-top: 0;
        padding-top: 0;
        width: 100%;
    }

    .michelle-reservation-hero {
        row-gap: 18px;
    }

    .michelle-reservation-hero__title {
        margin-bottom: -18px;
    }

    .michelle-reservation-content {
        margin-left: 0;
        padding: 28px 0 16px;
    }

    .michelle-reservation-booking {
        border-radius: 26px;
        grid-template-columns: 1fr;
        margin-top: 18px;
        padding: 18px 18px 20px;
        row-gap: 14px;
    }

    .michelle-reservation-booking::before {
        border-radius: 26px;
        inset: 0;
        width: 100%;
    }

    .michelle-reservation-booking__copy {
        font-size: 18px;
        margin-left: 0;
    }

    .michelle-reservation-booking__button {
        font-size: 17px;
        min-height: 52px;
        width: 100%;
    }

    .michelle-rules-hero {
        row-gap: 18px;
    }

    .michelle-rules-content {
        margin-left: 0;
        max-width: none;
        padding: 20px 0 16px;
    }

    .michelle-rules-content ol {
        font-size: 14px;
        line-height: 1.26;
        padding-left: 22px;
    }

    .michelle-rules-content li {
        margin-bottom: 9px;
    }

    .michelle-rules-content p {
        font-size: 14px;
        line-height: 1.32;
    }

    .michelle-weather-card {
        margin-top: 0;
        min-height: 0;
        padding: 28px 22px 26px;
        width: auto;
    }

    .michelle-home__actions {
        gap: 14px;
        grid-template-columns: 1fr 1fr;
        margin-left: 0;
    }

    .michelle-pill-button {
        font-size: 14px;
        min-height: 54px;
        padding: 12px 14px;
    }

    .michelle-home__actions .michelle-pill-button:first-child,
    .michelle-home__actions .michelle-pill-button:nth-child(2) {
        min-width: 0;
    }

    .michelle-social-button {
        height: 54px;
        justify-self: start;
        width: 54px;
    }

    .michelle-home__facts {
        gap: 16px 22px;
        justify-content: flex-start;
    }

    .michelle-home__fact {
        font-size: 16px;
    }

    .michelle-home__grid {
        gap: 26px;
        grid-template-columns: 1fr;
    }

    body.michelle-theme .kontakt-form .btn,
    body.michelle-theme .kontakt-form button {
        margin-left: 0 !important;
        margin-top: 10px;
        width: 100%;
    }

    .michelle-footer__inner {
        padding-left: 14px;
        padding-right: 14px;
        text-align: left;
    }
}
