:root {
    --primary-color: #571111;
    --secondary-color: #fff;
    --tertiary-color: #000;
    --quaternary-color: #222222;
    --quinary-color: #f5f5f5;
    --senary-color: #e5e5e5;
    --septenary-color: #d5d5d5;
}
p{line-height: 1.2;}
.color-primary {
    color: var(--primary-color);
}
.color-secondary {
    color: var(--secondary-color);
}
.color-tertiary {
    color: var(--tertiary-color);
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #222222;
}
a {
    color: #222222;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: #571111;
    text-decoration: none;
    transition: all 0.3s ease;
}
.hero {
    min-height: 50vh;
    width: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
h3 {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
}
h2 {font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
}
p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}
body:has(.hero) .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    min-height: 0;
    background: transparent;
    box-shadow: none;
}

body:has(.hero) .header nav ul li a {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

body:has(.hero) .header nav ul li a:hover {
    color: #fff;
}

body:has(.hero) .header .flag a {
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}

.header {
    display: flex;
    align-items: center;
    min-height: 120px;
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.header > .container {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
}


header.header.sticky {
    background: var(--primary-color);
    padding: 10px;
}
.sticky .logo img{
    filter: brightness(0) invert(1);
    width: 80px;
}

.logo img{width: 130px;}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    margin: 0 10px;
}
nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-family: 'Gilda Display', serif;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}
nav ul li a:hover {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Gilda Display', serif;
}

.header .flag li + li {
    margin-left: 0.75rem;
}
.flag {
    font-size: 1.5rem;
}

.mobile-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    padding: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 180ms ease, opacity 180ms ease;
}

.header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.secret-room {
    padding: 4rem 0;
}

.secret-room h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 4.5px;
}

.secret-room h2 {
    font-family: 'Gilda Display', serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.15;
}

.secret-room p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
}

.magic-room .img-group img,
.magic-room .magic-main-image img,
.magic-room .col-12.px-1 img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.magic-room .img-group img {
    aspect-ratio: 4 / 6;
}

.magic-room .col-12.px-1 {
    margin-top: 0.5rem;
}

.magic-room .col-12.px-1 img {
    aspect-ratio: 16 / 9;
}

.magic-room .magic-main-image {
    height: 100%;
}

.magic-room .magic-main-image img {
    min-height: 100%;
}

@media (min-width: 992px) {

}

.secret-thumb {
    cursor: zoom-in;
    overflow: hidden;
    appearance: none;
}

.secret-thumb:focus {
    outline: 2px solid rgba(86, 18, 20, 0.6);
    outline-offset: 2px;
}

.secret-thumb:hover img {
    opacity: 0.92;
    transition: opacity 0.2s ease;
}

.secret-lightbox-modal .modal-backdrop.show {
    opacity: 0.85;
}

.modal-secret-dialog {
    max-width: min(96vw, 1400px);
    margin: 1rem auto;
}

.secret-lightbox-img {
    max-height: 92vh;
    width: auto;
    margin: 0 auto;
    border-radius: 2px;
    cursor: zoom-in;
    transition: transform 160ms ease;
    transform-origin: center center;
}

.secret-lightbox-img.is-zoomed {
    cursor: zoom-out;
    transform: scale(1.6);
}

.secret-lightbox-close {
    position: absolute;
    top: -0.25rem;
    right: 0.25rem;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    opacity: 0.9;
}


.secret-lightbox-close:hover {
    opacity: 1;
    color: #fff;
}

/* Custom (Bootstrap-independent) lightbox */
.site-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.site-lightbox.is-open {
    display: flex;
}

.site-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
}

.site-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(96vw, 1400px);
    max-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-lightbox__img {
    max-width: 100%;
    max-height: 92vh;
    width: auto;
    height: auto;
    border-radius: 2px;
    cursor: zoom-in;
    transition: transform 160ms ease;
    transform-origin: center center;
}

.site-lightbox__img.is-zoomed {
    cursor: zoom-out;
    transform: scale(1.6);
}

.site-lightbox__close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-lightbox__close:hover {
    background: rgba(0, 0, 0, 0.75);
}

body.site-lightbox-open {
    overflow: hidden;
}

.kitchen-room {
    background-color: var(--primary-color);
    overflow: hidden;
}
.image-grid .row div {
    border: solid 5px var(--primary-color);
}

.kitchen-room-image {
    border: solid 5px var(--primary-color);
}

.press {
    background-color: #ffffff;
}

.basin-logos {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.basin-logos-carousel {
    position: relative;
    padding: 0 36px;
}

.basin-logos-carousel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.basin-logos-carousel .carousel-control-prev,
.basin-logos-carousel .carousel-control-next {
    width: 28px;
    opacity: 0.9;
}

.basin-logos-carousel .carousel-control-prev {
    left: 0;
}

.basin-logos-carousel .carousel-control-next {
    right: 0;
}

.basin-logos-carousel .carousel-control-prev-icon,
.basin-logos-carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(1);
}
.basin-logo-item:hover{
    color:white;
    text-decoration:none;
    background:var(--primary-color)
    
}
.basin-logo-item {
    width: 100%;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ececec;
    font-size: 1.2rem;
    color: black;
    text-transform: uppercase;
}

.basin-logos img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    opacity: 0.95;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.basin-logo-item:hover img {
    opacity: 1;
    transform: scale(1.02);
}

@media (max-width: 1199.98px) {
    .basin-logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .basin-logos-carousel-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .basin-logo-item {
        height: 110px;
    }
}

@media (max-width: 575.98px) {
    .basin-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .basin-logos-carousel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .basin-logo-item {
        height: 94px;
    }
}

.press-btn {
    border: 1px solid #561214;
    border-radius: 0;
    padding: 0.8rem 1.6rem;
    color: #561214;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: transparent;
}

.press-btn:hover {
    animation: pulse 1s infinite;
    background: #561214;
    color: #fff;
}

.video {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.video-content {
    position: relative;
    z-index: 3;
}

.video-content h2 {
    color: #fff;
}

footer {
    background-color: var(--primary-color);
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    transition: all 0.3s ease;
}
footer ul li:hover, footer ul li a:hover {
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    transition: all 0.3s ease;
}
footer ul li i {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.opening-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 16px;
}

.opening-popup.is-open {
    display: flex;
}

.opening-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.opening-popup__dialog {
    position: relative;
    width: min(580px, 100%);
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 12px;
    padding: 44px 20px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.opening-popup__close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: transparent;
    color: #571111;
    border: 0;
    font-size: 2rem;
    line-height: 1;
    padding: 0;
}

.opening-popup__logo {
    max-height: 50px;
    margin-bottom: 10px;
}

.opening-popup__message {
    max-width: 760px;
    margin: 0 auto 14px;
    color: #571111;
    font-size: 1.05rem;
    line-height: 1.5;
}

.opening-popup__reservation-btn {
    margin-bottom: 8px;
}

.menu-page {
    background: #f3f3f3;
    min-height: calc(100vh - 120px);
}

.menu-landing .container {
    max-width: 760px;
}

.menu-actions-wrap {
    margin-top: 0.5rem;
}

.menu-lang-marker {
    font-size: 0.65rem;
    margin-bottom: 0.45rem;
}

.menu-actions {
    width: 265px;
    margin: 0 auto;
}

.menu-action-item {
    display: block;
    border: 1px solid #cfcfcf;
    background: #f8f8f8;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
    padding: 1rem 0.2rem;
    line-height: 1.1;
    border: solid thin #B2792B;
}

.menu-action-item span {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
}

.menu-action-item small {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
}

.menu-company-area {
    margin-top: 1.6rem;
}

.menu-company-main {
    max-height: 44px;
    margin-bottom: 0.9rem;
}

.menu-company-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    align-items: center;
}

.menu-company-grid img {
    max-height: 36px;
    width: 100%;
    object-fit: contain;
}


.r500 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.r300 {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.basin-gallery .secret-thumb {
    cursor: zoom-in;
}

.basin-justified-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.basin-gallery-item {
    overflow: hidden;
    border: 1px solid #d8d8d8;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    height: 220px;
}

.basin-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.floating-actions {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    z-index: 1000;
}

.rzbtn,
.wa-btn {
    background-color: #571111;
    color: #fff;
    border: none;
    width: 46px;
    height: 46px;
    padding: 0 10px;
    cursor: pointer;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease, width 180ms ease;
    -webkit-border-top-right-radius: 999px;
    -webkit-border-bottom-right-radius: 999px;
    -moz-border-radius-topright: 999px;
    -moz-border-radius-bottomright: 999px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}

.rzbtn-icon,
.wa-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    flex: 0 0 24px;
}

.rzbtn-icon i {
    font-size: 1.1rem;
}

.rzbtn-label {
    white-space: nowrap;
    font-size: 0.95rem;
    max-width: 0;
    opacity: 0;
    margin-left: 0;
    overflow: hidden;
    transition: max-width 160ms ease, opacity 160ms ease, margin-left 160ms ease;
}


.rzbtn:hover,
.rzbtn:focus-visible,
.wa-btn:hover,
.wa-btn:focus-visible {
    background-color: #450e0e;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.rzbtn:hover,
.rzbtn:focus-visible {
    width: 210px;
}

.wa-btn:hover,
.wa-btn:focus-visible {
    width: 190px;
}

.rzbtn:hover .rzbtn-label,
.rzbtn:focus-visible .rzbtn-label {
    max-width: 140px;
    opacity: 1;
    margin-left: 6px;
}

.wa-icon i {
    font-size: 1.4rem;
}

.wa-label {
    white-space: nowrap;
    font-size: 0.9rem;
    max-width: 0;
    opacity: 0;
    margin-left: 0;
    overflow: hidden;
    transition: max-width 160ms ease, opacity 160ms ease, margin-left 160ms ease;
}

.wa-btn:hover .wa-label,
.wa-btn:focus-visible .wa-label {
    max-width: 120px;
    opacity: 1;
    margin-left: 6px;
}


@media (max-width: 767.98px) {
    .floating-actions {
        left: 0px;
        gap: 8px;
    }

    .rzbtn,
    .wa-btn {
        width: 40px;
        height: 40px;
        padding: 0 5px;
    }

    .rzbtn:hover,
    .rzbtn:focus-visible {
        width: 180px;
    }

    .wa-btn:hover,
    .wa-btn:focus-visible {
        width: 164px;
    }

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

    .basin-gallery-item {
        height: 150px;
    }
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 1.9rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    p {
        font-size: 1rem;
    }

    .header {
        min-height: auto;
        padding: 0.6rem 0;
    }

    .header > .container {
        flex-wrap: wrap;
        justify-content: space-between !important;
        row-gap: 0.5rem;
        align-items: center !important;
    }

    .logo {
        width: auto;
        text-align: left;
        order: 1;
    }

    .logo img,
    .sticky .logo img {
        width: 90px;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        order: 3;
        color: #222;
    }

    body:has(.hero) .mobile-menu-toggle,
    .sticky .mobile-menu-toggle {
        color: #fff;
    }

    .site-nav {
        order: 4;
        width: 100%;
        display: none;
        background: rgba(87, 17, 17, 0.96);
        border-radius: 10px;
    }

    .header.is-mobile-menu-open .site-nav {
        display: block;
        padding: 8px 0;
    }

    .is-mobile-menu-open .mobile-menu-toggle {
        background: #571111;
    }

    .site-nav ul {
        flex-direction: column;
        align-items: stretch !important;
        justify-content: flex-start;
        gap: 0;
        padding: 0;
    }

    .site-nav ul li {
        margin: 0 !important;
        width: 100%;
    }

    .site-nav ul li a {
        display: block;
        padding: 0.75rem 0.9rem;
        font-size: 1rem;
        white-space: normal;
        color: #fff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .flag {
        order: 2;
        font-size: 1.1rem;
    }

    .secret-room {
        padding: 2rem 0;
    }

    .secret-room h2 {
        font-size: 2.1rem;
    }

    .kitchen-room .col-7,
    .kitchen-room .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .kitchen-room .container.image-grid {
        max-width: 100%;
    }

    .video {
        min-height: 52vh;
    }

    .footer-links {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.45rem;
    }

    .footer-links li,
    .footer-links li a {
        font-size: 1rem;
    }

    .footer-bottom .row {
        margin-top: 1.2rem !important;
    }

    .footer-bottom .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
        margin-bottom: 0.6rem;
    }

    .menu-company-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem 0.9rem;
    }

    .floating-actions {
        top: auto;
        bottom: 88px;
        transform: none;
    }
}