/* Fonts only – @font-face from assets/fonts */
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@400&display=swap');

@font-face {
    font-family: 'Disruptors Script';
    src: url('assets/fonts/Disruptors/DisruptorsScript-Regular.eot');
    src: local('Disruptors Script Regular'), local('DisruptorsScript-Regular'),
        url('assets/fonts/Disruptors/DisruptorsScript-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Disruptors/DisruptorsScript-Regular.woff2') format('woff2'),
        url('assets/fonts/Disruptors/DisruptorsScript-Regular.woff') format('woff'),
        url('assets/fonts/Disruptors/DisruptorsScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Location details block (second section on location pages) */
.location-details-section {
    background: #FAFBF6;
    padding: 70px 0 20px;
}

.location-details-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
}

.location-details-title {
    margin: 0 0 26px;
    text-align: center;
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #292D32;
}

.location-details-card {
    border-radius: 5px;
    box-sizing: border-box;
}

.location-details-row {
    display: flex;
    align-items: stretch;
    gap: 50px;
}

.location-details-media {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #EEE;
    align-self: stretch;
    min-height: 0;
    /* Image is position:absolute so this column does not grow from photo intrinsic height — row height = text column */
}

.location-details-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;   
}
.location-details-media-steingasse img {
    height: auto;
    top: -90px;
}

.location-details-info {
    flex: 0 0 50%;
    padding-top: 0;
}

.location-details-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.location-details-label {
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #292D32;
    display: flex;
    align-items: flex-end;
    height: 36px;
}

.location-details-value {
    font-family: 'Lufga', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #292D32;
    text-decoration: none;
}

.location-details-value-underline {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.location-details-divider {
    height: 0;
    border-top: 1px solid rgba(41, 45, 50, 0.1);
    margin: 16px 0;
}

.location-details-divider:first-child {
    margin: 0 0 16px;
}

.location-details-divider:last-child {
    margin: 16px 0 0;
}

.location-details-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 68px;
    margin-top: 26px;
    background: #DD503A;
    border: 1px solid rgba(254, 255, 252, 0.2);
    backdrop-filter: blur(7.5px);
    border-radius: 5px;
    box-sizing: border-box;
    color: #FAFBF6;
    font-family: 'Lufga', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.location-details-menu-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent,
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.45),
        rgba(255, 255, 255, 0.22),
        transparent
    );
    transform: skewX(-12deg);
    transition: left 0.65s ease;
    pointer-events: none;
}

.location-details-menu-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14), 0 1px 0 rgba(255, 255, 255, 0.16) inset;
    filter: brightness(1.02);
}

.location-details-menu-btn:hover::after {
    left: 120%;
}

@media (max-width: 768px) {
    .location-details-inner {
        padding: 0 16px;
    }

    .location-details-title {
        font-size: 36px;
        margin-bottom: 14px;
    }

    .location-details-card {
        padding: 22px 0 30px;
    }

    .location-details-row {
        flex-direction: column;
        gap: 18px;
    }

    .location-details-media {
        flex: 0 0 auto;
        width: 100%;
        height: 210px;
    }

    .location-details-label {
        font-size: 20px;
        height: auto;
    }

    .location-details-value {
        font-size: 14px;
    }

    .location-details-divider {
        margin: 14px 0;
    }

    .location-details-menu-btn {
        height: 64px;
        font-size: 16px;
        margin-top: 22px;
    }
}

@font-face {
    font-family: 'Lufga';
    src: url('assets/fonts/Lufga/Lufga-ExtraBold.eot');
    src: local('Lufga ExtraBold'), local('Lufga-ExtraBold'),
        url('assets/fonts/Lufga/Lufga-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lufga/Lufga-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Lufga/Lufga-ExtraBold.woff') format('woff'),
        url('assets/fonts/Lufga/Lufga-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('assets/fonts/Lufga/Lufga-Medium.eot');
    src: local('Lufga Medium'), local('Lufga-Medium'),
        url('assets/fonts/Lufga/Lufga-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lufga/Lufga-Medium.woff2') format('woff2'),
        url('assets/fonts/Lufga/Lufga-Medium.woff') format('woff'),
        url('assets/fonts/Lufga/Lufga-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('assets/fonts/Lufga/Lufga-Bold.eot');
    src: local('Lufga Bold'), local('Lufga-Bold'),
        url('assets/fonts/Lufga/Lufga-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lufga/Lufga-Bold.woff2') format('woff2'),
        url('assets/fonts/Lufga/Lufga-Bold.woff') format('woff'),
        url('assets/fonts/Lufga/Lufga-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('assets/fonts/Lufga/Lufga-SemiBold.eot');
    src: local('Lufga SemiBold'), local('Lufga-SemiBold'),
        url('assets/fonts/Lufga/Lufga-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lufga/Lufga-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Lufga/Lufga-SemiBold.woff') format('woff'),
        url('assets/fonts/Lufga/Lufga-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('assets/fonts/Lufga/Lufga-Regular.eot');
    src: local('Lufga Regular'), local('Lufga-Regular'),
        url('assets/fonts/Lufga/Lufga-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Lufga/Lufga-Regular.woff2') format('woff2'),
        url('assets/fonts/Lufga/Lufga-Regular.woff') format('woff'),
        url('assets/fonts/Lufga/Lufga-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manege';
    src: url('assets/fonts/Manege-Light/ManegeDemo-Light.eot');
    src: url('assets/fonts/Manege-Light/ManegeDemo-Light.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Manege-Light/ManegeDemo-Light.woff2') format('woff2'),
         url('assets/fonts/Manege-Light/ManegeDemo-Light.woff') format('woff'),
         url('assets/fonts/Manege-Light/Manege-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Minimal layout: reservation page */
body {
    font-family: 'Lufga', sans-serif;
    margin: 0;
    min-height: 100vh;
}

.text-red { color: #DD503A; }
.d-none { display: none !important; }

/* Header */
.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 70px;
    box-sizing: border-box;
    background: transparent;
    transition: background 0.3s ease;
}

.page-header.scrolled {
    background: #FAFBF6;
}

.page-header.scrolled .page-header-logo-img {
    filter: brightness(0);
}

.page-header.scrolled .page-header-btn {
    color: #fff;
    background: #DD503A;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(235, 58, 22, 0.35);
}

.page-header.scrolled .page-header-btn:hover {
    background: #d63314;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px rgba(235, 58, 22, 0.45);
}

.page-header.scrolled .page-header-burger {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-header.scrolled .page-header-burger:hover {
    background: #f8f8f8;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

.page-header.scrolled .page-header-burger-bar {
    background: #1a1a1a;
}

.page-header-logo {
    display: block;
}

.page-header-logo-img {
    display: block;
    height: 60px;
    width: auto;
    transition: filter 0.3s ease;
}

/* Bistro header language block */
.bistro-lang {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.02em;
    font-size: 0.95rem;
    color: #fff;
}

.bistro-lang-link {
    color: inherit;
    text-decoration: none;
}

.page-header.scrolled .bistro-lang {
    color: #1a1a1a;
}

.page-header.scrolled .bistro-lang-link {
    color: #1a1a1a;
}

/* Bistro: centered logo is the second flex item and paints above the burger/lang column — clicks hit the logo (./) instead of EN/DE */
.page-header--bistro .page-header-bistro-left {
    z-index: 2;
}

.page-header--bistro > .page-header-bistro-logo {
    z-index: 1;
}

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

/* Glass button base + shine */
.page-header-btn {
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 300;
    color: #fff;
    background: rgba(94, 38, 28, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 18px 42px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
    text-transform: uppercase;
}

.page-header-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.35),
        rgba(255, 255, 255, 0.18),
        transparent
    );
    transition: left 0.5s ease;
    pointer-events: none;
}

.page-header-btn:hover {
    background: rgba(110, 45, 32, 0.55);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.page-header-btn:hover::after {
    left: 100%;
}

.page-header-btn-reserve {
    white-space: nowrap;
}

.page-header-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 60px;
    height: 60px;
    padding: 10px;
    background: rgba(94, 38, 28, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.page-header-burger::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.35),
        rgba(255, 255, 255, 0.18),
        transparent
    );
    transition: left 0.5s ease;
    pointer-events: none;
}

.page-header-burger:hover {
    background: rgba(110, 45, 32, 0.55);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.page-header-burger:hover::after {
    left: 100%;
}
.page-header-burger-bars {
    width: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}

.page-header-burger-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}
.page-header-burger-bar:last-child {
    width: 16px;
}

/* Головний блок: 100vw × 100vh, фон main_bg.png */
.main-block {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    box-sizing: border-box;
    background-image: url('assets/images/new_main_img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Блок знизу зліва — три картки Falstaff на п'єдесталі, без рамок, з перекриттям */
.main-block-bottom-left {
    position: absolute;
    left: 70px;
    bottom: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: -22px;
    opacity: 1;
    transition: opacity 1s ease;
}

.main-block-bottom-left.is-scrolled {
    opacity: 0;
    pointer-events: none;
}

.main-block-falstaff-card {
    width: 160px;
    height: 220px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    z-index: 1;
    transform: scale(0.94);
}

.main-block-falstaff-card-center {
    z-index: 2;
    transform: translateY(-28px) scale(1);
    width: 180px;
    height: 248px;
}

.main-block-falstaff-img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.main-block-reserve-btn {
    display: none;
}

/* Location pages hero (breadcrumbs + title + reserve button) */
.main-block.main-block-location {
    position: relative;
    background-image: url('assets/images/main_bg_breitenfurter.jpg');
    /* Anchor cover image at top so faces aren’t cropped at the forehead */
    background-position: center top;
    display: block; /* allow absolute-positioned hero elements */
}

.main-block.main-block-location::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.main-block.main-block-location .main-block-bottom-left {
    z-index: 2;
    pointer-events: none;
}

.location-hero {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 0;
    box-sizing: border-box;
    text-align: center;
}

.location-hero-breadcrumbs {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.55);
    text-transform: lowercase;
    position: static;
    margin-bottom: 28px;
}

.location-hero-breadcrumbs .crumb-main {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.location-hero-breadcrumbs .crumb-main:hover {
    color: #fff;
}
.location-hero-breadcrumbs .crumb-sep {
    color: rgba(255, 255, 255, 0.55);
}
.location-hero-breadcrumbs .crumb-location {
    color: #fff;
}

.location-hero-title {
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    max-width: 980px;
}

.location-hero-reserve {
    position: absolute;
    left: 50%;
    bottom: 64px;
    transform: translateX(-50%);
    margin-top: 0;
    padding-bottom: 0;
}

.location-hero-reserve-btn {
    display: inline-block;
    background: #fff;
    color: #DD503A;
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.location-hero-reserve-btn:hover {
    background: rgba(255, 255, 255, 0.92);
}

/* Location banner: small address in corner (link to maps) */
.location-hero-address {
    position: absolute;
    bottom: calc(26px + env(safe-area-inset-top, 0px));
    right: max(24px, env(safe-area-inset-right, 0px));
    max-width: min(260px, 38vw);
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    text-align: right;
    z-index: 2;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

.location-hero-address:hover {
    color: #fff;
}

/* Location hero: <1300px — Falstaff + centered CTA share width; lift & center awards */
@media (max-width: 1300px) and (min-width: 769px) {
    .main-block.main-block-location .main-block-bottom-left {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: calc(124px + env(safe-area-inset-bottom, 0px));
        max-width: calc(100vw - 48px);
        padding: 10px 16px 14px;
        box-sizing: border-box;
        gap: -16px;
    }

    .main-block.main-block-location .main-block-falstaff-card {
        width: 100px;
        height: 138px;
        transform: scale(0.94);
    }

    .main-block.main-block-location .main-block-falstaff-card-center {
        width: 118px;
        height: 162px;
        transform: translateY(-16px) scale(1);
    }
}

.reserve-page-wrap {
    text-align: center;
    padding: 2rem;
}

.reserve-btn {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.25rem;
    font-family: inherit;
    color: #DD503A;
    border: 2px solid #DD503A;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    transition: background .2s, color .2s;
}

.reserve-btn:hover {
    background: #DD503A;
    color: #fff;
}

/* Nav panel – slides in from right, full height, overlaps header buttons */
.page-nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 440px;
    max-width: 95vw;
    z-index: 110;
    background: #FAFBF6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.page-nav-overlay.is-open {
    transform: translateX(0);
}

/* Close button – left of panel, outside its boundaries; visible only when menu is open; same style as burger */
.page-nav-close {
    position: absolute;
    right: 100%;
    margin-right: 16px;
    top: 24px;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    background: rgba(94, 38, 28, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
    transition: opacity 0.2s ease, visibility 0.2s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-nav-overlay.is-open .page-nav-close {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.page-nav-close::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.35),
        rgba(255, 255, 255, 0.18),
        transparent
    );
    transition: left 0.5s ease;
    pointer-events: none;
}

.page-nav-close:hover {
    background: rgba(110, 45, 32, 0.55);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.page-nav-close:hover::after {
    left: 100%;
}

.page-nav-close span {
    display: block;
    margin-top: -2px;
    position: relative;
    z-index: 1;
}

.page-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Lufga', sans-serif;
}

.page-nav-list > li {
    margin: 0 0 1rem;
}

.page-nav-list > li:last-child {
    margin-bottom: 0;
}

.page-nav-link {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease;
}

.page-nav-link:hover {
    color: #EB3A16;
    background: rgba(235, 58, 22, 0.08);
}

.page-nav-link-reserve {
    color: #fff;
    background: #EB3A16;
    margin-top: 1rem;
}

.page-nav-link-reserve:hover {
    color: #fff;
    background: #d63314;
}

.page-nav-link-menu {
    border: 2px solid #DD503A;
    color: #DD503A;
    background: transparent;
    font-weight: 600;
}

.page-nav-link-menu:hover {
    color: #fff;
    background: #DD503A;
}

/* Overlay: menu PDFs — button + grid row animation (smooth across browsers; no ::details-content) */
.page-nav-group {
    text-align: center;
}

.page-nav-menu-details {
    text-align: center;
}

.page-nav-menu-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center;
}

.page-nav-menu-details.is-open .page-nav-menu-panel {
    grid-template-rows: 1fr;
}

.page-nav-menu-panel-inner {
    overflow: hidden;
    min-height: 0;
}

@media (prefers-reduced-motion: reduce) {
    .page-nav-menu-panel {
        transition: none !important;
    }

    .page-nav-menu-summary,
    .page-nav-menu-summary::after {
        transition: none !important;
    }
}

.page-nav-menu-summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    margin: 0;
    cursor: pointer;
    user-select: none;
    font-family: 'Lufga', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #DD503A;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 2px solid #DD503A;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    transition:
        color 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease;
}

.page-nav-menu-summary::after {
    content: '';
    display: block;
    width: 0.4em;
    height: 0.4em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -0.15em;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.page-nav-menu-details.is-open .page-nav-menu-summary::after {
    transform: rotate(225deg);
    margin-top: 0.12em;
}

.page-nav-menu-summary:hover {
    color: #fff;
    background: #DD503A;
}

.page-nav-menu-summary:focus-visible {
    outline: 2px solid #DD503A;
    outline-offset: 3px;
}

.page-nav-sublist {
    list-style: none;
    margin: 0;
    padding: 0.65rem 0 0;
}

.page-nav-sublist li {
    margin: 0 0 0.45rem;
}

.page-nav-sublist li:last-child {
    margin-bottom: 0;
}

.page-nav-link-menu-sub {
    font-size: 1.1rem;
    font-weight: 500;
}

.page-nav-lang {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.page-nav-lang .page-nav-link {
    font-size: 1rem;
}

.page-nav-lang-sep {
    color: #999;
    font-weight: 400;
}

.page-nav-lang-current {
    font-size: 1rem;
    font-weight: 500;
    color: #999;
}

.content-section {
    padding: 4rem 70px;
    box-sizing: border-box;
}

/* OUR LOCATIONS section */
.locations-section {
    background: #FAFBF6;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.locations-title {
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 2.5rem;
}

.locations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
    max-width: 1400px;
    margin: 0 auto;
}

.location-card {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.location-card-top {
    position: relative;
    overflow: hidden;
    flex: 1;
    min-height: 320px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 5px;
}

.location-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
    opacity: 0.9;
}

.location-card:nth-child(2) .location-card-bg {
    background-position: center 75%;
}

.location-card-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    pointer-events: none;
    transition: background 0.3s ease;
}

.location-card:hover .location-card-bg::after {
    background: rgba(221, 80, 58, 0.8);
}

.location-card-text {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 3.5rem;
}

.location-card-address {
    margin: 0 0 0.75rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: center;
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: uppercase;
}

.location-card-address-line1 {
    color: #fff;
}

.location-card-address-line2 {
    font-size: 0.85em;
    color: #fff;
}

.location-card-lorem {
    margin: 0;
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: transparent;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.location-card:hover .location-card-lorem {
    color: #fff;
}

.location-card-btn {
    flex-shrink: 0;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #DD503A;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: background 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.location-card-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.35),
        rgba(255, 255, 255, 0.18),
        transparent
    );
    transition: left 0.5s ease;
    pointer-events: none;
}

.location-card-btn:hover {
    background: #d63314;
    color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.location-card-btn:hover::after {
    left: 100%;
}

/* Coming soon location card — blurred bg + “New location” overlay (same top offset as addresses) */
.location-card-coming-soon .location-card-bg {
    filter: blur(14px);
    opacity: 0.7;
}
.location-card-coming-soon .location-card-bg::after {
    background: rgba(0, 0, 0, 0.25);
}
.location-card-coming-soon:hover .location-card-bg::after {
    background: rgba(0, 0, 0, 0.25);
}

.location-card-text-coming-soon {
    /* Align with .location-card-text: first line matches Steingasse / Breitenfurter street line */
    padding: 3.5rem;
}

.location-card-text-coming-soon .location-card-address {
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.location-card-btn-disabled {
    background: #9a9a9a !important;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}
.location-card-btn-disabled::after {
    display: none;
}
.location-card-btn-disabled:hover {
    background: #9a9a9a !important;
}

/* OUR PHILOSOPHY section */
.philosophy-section {
    background: #FAFBF6;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.philosophy-title {
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 2.5rem;
}

.philosophy-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto 3.5rem;
}

.philosophy-col {
    font-family: 'Lufga', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
    text-align: left;
}

.philosophy-hero {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    min-height: 470px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.philosophy-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2a2a2a;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.philosophy-hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.philosophy-hero-caption {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 1.5rem 2rem;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 100%;
    box-sizing: border-box;
    margin-top: auto;
}

.philosophy-hero-caption-line1,
.philosophy-hero-caption-line2 {
    display: block;
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4;
    color: #fff;
}

.philosophy-hero-caption-line2 {
    margin-top: 0.2em;
}

/* PERFECT GIFT section */
.gift-section {
    background: #FAFBF6;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.gift-title {
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1em;
}

.gift-title-line1,
.gift-title-line2 {
    display: block;
}

.gift-block {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gift-block-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3a3a3a;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    filter: blur(3px);
    transform: scale(1.08);
}

.gift-block-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.gift-block-inner {
    position: relative;
    z-index: 2;
    padding: 2.5rem 3rem 2rem;
}

.gift-text {
    margin: 0 auto;
    font-family: 'Lufga', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    text-align: left;
    width: 100%;
    max-width: 640px;
    align-self: flex-start;
    text-align: center;
}

.gift-btn-wrap {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

.gift-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-family: 'Lufga', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #DD503A;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gift-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.35),
        rgba(255, 255, 255, 0.18),
        transparent
    );
    transition: left 0.5s ease;
    pointer-events: none;
}

.gift-btn:hover {
    background: #d63314;
    color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.gift-btn:hover::after {
    left: 100%;
}

/* FOLLOW US section */
.follow-section {
    background: #FAFBF6;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.follow-handle {
    margin: 0 0 0.5rem;
    font-family: 'Lufga', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    color: #1a1a1a;
    text-align: center;
}

.follow-heading-link {
    color: inherit;
    text-decoration: none;
}

.follow-heading-link:hover {
    opacity: 0.85;
}

.follow-title {
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 2.5rem;
}

.follow-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.follow-item {
    display: block;
    aspect-ratio: 3/4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity 0.2s ease;
}

.follow-item:hover {
    opacity: 0.9;
}

/* WhatsApp connect (location pages) */
.whatsapp-connect-section {
    background: #fff;
    padding: 3rem 24px;
    box-sizing: border-box;
}

.whatsapp-connect-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.whatsapp-connect-title {
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #292D32;
    margin: 0 0 1.75rem;
    text-transform: none;
}

.whatsapp-connect-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.whatsapp-connect-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 14px 28px;
    border-radius: 4px;
    font-family: 'Lufga', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box;
}

.whatsapp-connect-btn--primary {
    background: #DD503A;
    color: #fff;
    border: 2px solid #DD503A;
}

.whatsapp-connect-btn--primary:hover {
    background: #c44530;
    border-color: #c44530;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(221, 80, 58, 0.25);
}

.whatsapp-connect-btn--outline {
    background: #fff;
    color: #DD503A;
    border: 2px solid #DD503A;
}

.whatsapp-connect-btn--outline:hover {
    background: rgba(221, 80, 58, 0.06);
    color: #c44530;
    border-color: #c44530;
    transform: translateY(-1px);
}

/* UNLOCK banner section */
.unlock-section {
    background: #FAFBF6;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.unlock-banner-wrap {
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.unlock-banner {
    min-height: 380px;
    padding: 48px 0;
    border-radius: 0;
    background: transparent;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.unlock-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('assets/images/Unlock.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transform: scaleX(-1);
    transform-origin: center;
}

.unlock-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.0) 0%,
        rgba(0, 0, 0, 0.55) 55%,
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 0;
}

.unlock-content {
    position: relative;
    z-index: 1;
    padding: 24px 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.unlock-script {
    font-family: 'Disruptors Script', cursive;
    font-size: 64px;
    line-height: 1;
    text-transform: uppercase;
}

.unlock-title {
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.05;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
}

.unlock-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.unlock-btn {
    width: 380px;
    max-width: 100%;
    height: 48px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Lufga', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.unlock-btn-res {
    background: #DD503A;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 6px 18px rgba(221, 80, 58, 0.25);
}

.unlock-btn-take {
    background: rgba(255, 255, 255, 0.96);
    color: #DD503A;
    border: 2px solid rgba(221, 80, 58, 0.85);
}

.unlock-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

/* Seasonal Specials / Contact section */
.specials-section {
    background: #FAFBF6;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.specials-script {
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 10%;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;
    
}

.specials-title {
    font-family: Manege;
    font-weight: 300;
    font-style: Light;
    font-size: 80px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    
}

.specials-desc {
    margin: 0 auto 2.5rem;
    max-width: 520px;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}

.specials-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
}

.specials-input {
    flex: 1;
    min-width: 0;
    padding: 20px 40px;
    background: #FAFBF6;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-right: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -1%;
    box-sizing: border-box;
    max-width: 100%;
}

.specials-input::placeholder {
    color: rgba(41, 45, 50, 0.35);
}

.specials-input:focus {
    border-color: rgba(221, 80, 58, 0.5);
    box-shadow: 0 0 0 2px rgba(221, 80, 58, 0.15);
}

.specials-btn {
    flex-shrink: 0;
    padding: 1rem 1.75rem;
    font-family: 'Lufga', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
    background: #DD503A;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background 0.25s ease;
}

.specials-btn:hover {
    background: #d63314;
}

/* Page footer */
.page-footer {
    background: #FAFBF6;
    padding: 3rem 70px 3rem;
    border-top: 1px solid rgba(41, 45, 50, 0.1);
}

.page-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem 3rem;
    align-items: start;
}

.page-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    height: 100%;
}

.page-footer-logo {
    display: block;
    margin-bottom: auto;
}

.page-footer-logo-img {
    display: block;
    height: 48px;
    width: auto;
    filter: brightness(0);
}

.page-footer-tagline {
    margin: 0;
    font-family: 'Lufga', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #1a1a1a;
    letter-spacing: 0.02em;
}

.page-footer-copy {
    margin: 0;
    font-family: 'Lufga', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: rgba(41, 45, 50, 0.35);
    line-height: 1.4;
}

.page-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.page-footer-lang {
    font-family: 'Lufga', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.page-footer-lang a {
    color: #1a1a1a;
    text-decoration: none;
}

.page-footer-lang a:hover {
    text-decoration: underline;
}

.page-footer-lang .active {
    color: #1a1a1a;
}

.page-footer-lang-sep {
    margin: 0 0.15em;
    font-weight: 400;
}

.page-footer-links > a {
    font-family: 'Lufga', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: rgba(41, 45, 50, 0.35);
    text-decoration: none;
}

.page-footer-links > a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

.page-footer-social-wrap {
    display: flex;
    flex-direction: column  ;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    height: 100%;
}

.page-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.page-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FAFBF6;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-footer-social a:hover {
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.page-footer-social img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.page-footer-handle {
    font-family: 'Lufga', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: #DD503A;
    text-decoration: none;
}

.page-footer-handle:hover {
    text-decoration: underline;
    color: #DD503A;
}

.content {
    width: 100vw;
    min-height: 200vh;
}

/* Reservation modal – radical style */
#res-modal .modal-dialog {
    max-width: 440px;
}

#res-modal .modal-content {
    font-family: 'Lufga', sans-serif;
    background: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

#res-modal .modal-header {
    border-bottom: none;
    padding: 24px 24px 20px;
    background: #1a1a1a;
}

#res-modal #res-modal-title {
    font-family: 'Manege', sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}

#res-modal .modal-body {
    padding: 28px 24px 32px;
    background: #fff;
    color: #1a1a1a;
}

#res-modal .btn-close {
    font-size: 0.85rem;
    opacity: 0.7;
    filter: invert(1) brightness(2);
}

#res-modal .btn-close:hover {
    opacity: 1;
}

#res-modal #res-modal-back {
    font-family: 'Lufga', sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem 0;
}

#res-modal #res-modal-back:hover {
    color: #fff;
}

#res-modal .res-location-link {
    display: block;
    padding: 22px 24px;
    border-radius: 12px;
    text-decoration: none;
    color: #1a1a1a;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid #e8e8e8;
    background: #fafafa;
}

#res-modal .res-location-link:hover {
    background: #DD503A;
    border-color: #DD503A;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(221, 80, 58, 0.35);
}

#res-modal .res-location-link .text-red {
    color: #DD503A;
}

#res-modal .res-location-link:hover .text-red {
    color: #fff;
}

#res-modal #res-location-select .small {
    color: #888;
    font-size: 13px;
    letter-spacing: 0.02em;
}

/* Reservation modal – booking step (iframe) in site style */
#res-modal .modal-dialog:has(.modal-content.res-booking-open) {
    max-width: 400px;
}

#res-modal .modal-content.res-booking-open .modal-body {
    padding: 0;
    background: #fff;
}

#res-modal .modal-content.res-booking-locked #res-modal-back {
    display: none !important;
}

#res-modal .res-booking-iframe-wrap {
    display: block;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
    background: #FAFBF6;
}

#res-modal .res-booking-iframe-wrap .res-location-iframe {
    display: block;
    width: 100%;
    height: 700px;
    border: 0;
}

#res-modal .res-booking-iframe-wrap .res-location-iframe.d-none {
    display: none !important;
}

/* ========== Mobile optimization ========== */
@media (max-width: 768px) {
    body {
        -webkit-tap-highlight-color: transparent;
    }

    .location-details-media-steingasse img {
        height: auto;
        top: -140px;
    }

    .page-header {
        padding: 16px 20px;
    }

    .page-header-btn-reserve {
        display: inline-block !important;
        padding: 10px 14px;
        font-size: 0.85rem;
    }

    .page-header-logo-img {
        height: 44px;
    }

    .page-header-actions {
        gap: 10px;
    }

    .page-header-btn {
        padding: 10px 14px;
        font-size: 0.85rem;
        border-radius: 6px;
    }

    .page-header-burger {
        width: 48px;
        height: 48px;
        padding: 10px;
        border-radius: 6px;
    }

    /* Bistro header: EN/DE on the right on phones */
    .page-header--bistro .bistro-lang {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .main-block {
        background-attachment: scroll;
        width: 100%;
        min-height: 100dvh;
        min-height: 100svh;
    }

    /* Homepage hero only: pan background so the subject isn’t stuck on the right on narrow screens */
    .main-block:not(.main-block-location) {
        background-position: 65% center;
    }

    .main-block-reserve-btn {
        display: none !important;
    }

    /* Mobile tweaks for location hero */
    .main-block.main-block-location {
        background-position: center top;
    }

    /* Breitenfurter: pan background toward the right subject so the second person stays out of frame */
    .main-block.main-block-location.main-block-location-breitenfurter {
        background-position: 78% top;
    }

    .location-hero {
        padding-top: 110px; /* fixed header clearance */
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
    }

    .location-hero-breadcrumbs {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        margin-bottom: 14px;
        font-size: 13px;
        text-align: center;
    }

    .location-hero-title {
        position: static;
        width: auto;
        height: auto;
        left: auto;
        top: auto;
        display: block;
        font-size: 36px;
        line-height: 1.02;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .location-hero-reserve {
        position: static;
        left: auto;
        bottom: auto;
        transform: none;
        margin-top: auto;
        padding-bottom: 44px;
        padding-top: 0;
    }

    .location-hero-reserve-btn {
        font-size: 14px;
        padding: 12px 24px;
        white-space: nowrap;
    }

    .location-hero-address {
        bottom: calc(6px + env(safe-area-inset-top, 0px));
        right: max(12px, env(safe-area-inset-right, 0px));
        max-width: min(200px, 52vw);
        font-size: 10px;
        letter-spacing: 0.04em;
    }

    .philosophy-hero-bg {
        background-attachment: scroll;
        -webkit-background-attachment: scroll;
    }

    .main-block-bottom-left {
        left: 20px;
        bottom: 24px;
        gap: -14px;
    }

    .main-block-falstaff-card {
        width: 100px;
        height: 138px;
        transform: scale(0.94);
    }

    .main-block-falstaff-card-center {
        width: 118px;
        height: 162px;
        transform: translateY(-18px) scale(1);
    }

    /* Location hero: Falstaff above reserve CTA — no overlap on small screens */
    .main-block.main-block-location .main-block-bottom-left {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: calc(118px + env(safe-area-inset-bottom, 0px));
        max-width: calc(100vw - 32px);
        padding: 8px 12px 12px;
        box-sizing: border-box;
    }

    .main-block.main-block-location .main-block-falstaff-card {
        width: 72px;
        height: 100px;
    }

    .main-block.main-block-location .main-block-falstaff-card-center {
        width: 84px;
        height: 116px;
        transform: translateY(-12px) scale(1);
    }

    .page-nav-overlay {
        width: 100%;
        max-width: 100%;
    }

    .page-nav-close {
        top: 16px;
        right: 16px;
        left: auto;
        margin-right: 0;
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .page-nav-list > li {
        margin-bottom: 0.75rem;
    }

    .page-nav-link {
        font-size: 1.1rem;
        padding: 12px 16px;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-nav-link-reserve {
        margin-top: 1.5rem;
        padding: 14px 20px;
        min-height: 52px;
    }

    .page-nav-menu-summary {
        min-height: 48px;
        padding: 12px 16px;
        font-size: 1rem;
    }

    .page-nav-link-menu-sub {
        font-size: 1.05rem;
    }

    .content-section {
        padding: 2.5rem 20px;
    }

    .locations-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .locations-title {
        font-size: 40px;
        letter-spacing: -0.01em;
        margin-bottom: 1.5rem;
    }

    .locations-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .location-card {
        min-height: 380px;
    }

    .location-card-top {
        min-height: 260px;
    }

    .location-card-text {
        padding: 1.25rem;
    }

    .location-card-address {
        margin-bottom: 0.5rem;
        font-size: 32px;
    }

    .location-card-address-line2 {
        font-size: 0.85em;
    }

    .location-card-btn {
        padding: 0.9rem 1.25rem;
        font-size: 0.85rem;
    }

    .philosophy-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .philosophy-title {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }

    .philosophy-cols {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2.5rem;
    }

    .philosophy-hero {
        min-height: 240px;
    }

    .philosophy-hero-caption {
        padding: 1rem 1.25rem;
    }

    .philosophy-hero-caption-line1,
    .philosophy-hero-caption-line2 {
        font-size: 0.9rem;
    }

    .gift-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .gift-title {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }

    .gift-block {
        min-height: 300px;
    }

    .gift-block-inner {
        padding: 1.5rem 1.25rem 1.5rem;
    }

    .gift-btn-wrap {
        margin-top: 10px;
    }

    .gift-text {
        font-size: 0.95rem;
    }

    .gift-btn {
        padding: 0.9rem 2rem;
        font-size: 0.9rem;
    }

    .follow-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .follow-handle {
        font-size: 0.9rem;
    }

    .follow-title {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }

    .follow-grid {
        gap: 0.35rem;
    }

    .whatsapp-connect-section {
        padding: 2.25rem 20px;
    }

    .whatsapp-connect-title {
        font-size: 22px;
        margin-bottom: 1.25rem;
    }

    .whatsapp-connect-actions {
        flex-direction: column;
        width: 100%;
    }

    .whatsapp-connect-btn {
        width: 100%;
        max-width: 320px;
        min-width: 0;
    }

    .specials-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .specials-script {
        font-size: 0.8rem;
        padding-left: 0;
        padding-right: 0;
    }

    .specials-title {
        font-size: 40px;
        margin-bottom: 0.75rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        box-sizing: border-box;
    }

    .specials-desc {
        margin-bottom: 1.5rem;
        font-size: 0.95rem;
        padding: 0 0.5rem;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .specials-form {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 0;
        box-sizing: border-box;
        gap: 10px;
    }

    .specials-input {
        width: 100%;
        max-width: 100%;
        padding: 14px 16px;
        font-size: 16px;
        border-right: 1px solid rgba(0, 0, 0, 0.12);
        border-radius: 5px;
        box-sizing: border-box;
    }

    .specials-btn {
        width: 100%;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .page-footer {
        padding: 2.5rem 20px;
    }

    .page-footer-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        align-items: center;
        text-align: center;
    }

    .page-footer-brand {
        align-items: center;
    }

    .page-footer-social-wrap {
        align-items: center;
    }

    #res-modal .modal-dialog {
        max-width: none;
        margin: 16px;
    }

    #res-modal .modal-header {
        padding: 16px 20px;
    }

    #res-modal .modal-body {
        padding: 20px;
    }

    #res-modal .res-location-link {
        padding: 18px 20px;
    }

    #res-modal .res-booking-iframe-wrap .res-location-iframe {
        height: 72vh;
        min-height: 480px;
    }

    .unlock-banner {
        min-height: 320px;
        padding: 32px 0;
    }

    .unlock-content {
        padding: 24px 20px;
        gap: 14px;
    }

    .unlock-script {
        font-size: 52px;
    }

    .unlock-title {
        font-size: 32px;
    }

    .unlock-btn {
        width: 280px;
        max-width: 100%;
        height: 44px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .page-header {
        padding: 12px 16px;
    }

    .page-header-logo-img {
        height: 40px;
    }

    .page-header-btn {
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .page-header-btn-reserve {
        white-space: normal;
        text-align: center;
        line-height: 1.2;
    }

    .page-header-burger {
        width: 44px;
        height: 44px;
    }

    .main-block-bottom-left {
        left: 16px;
        bottom: 20px;
        gap: -10px;
    }

    .main-block-falstaff-card {
        width: 78px;
        height: 108px;
        transform: scale(0.92);
    }

    .main-block-falstaff-card-center {
        width: 92px;
        height: 126px;
        transform: translateY(-14px) scale(1);
    }

    .main-block.main-block-location .main-block-bottom-left {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: calc(132px + env(safe-area-inset-bottom, 0px));
        padding: 6px 10px 10px;
    }

    .main-block.main-block-location .main-block-falstaff-card {
        width: 64px;
        height: 88px;
    }

    .main-block.main-block-location .main-block-falstaff-card-center {
        width: 74px;
        height: 102px;
        transform: translateY(-10px) scale(1);
    }

    .page-nav-close {
        top: 12px;
        width: 44px;
        height: 44px;
        margin-right: 0px;
        font-size: 22px;
    }

    .page-nav-link {
        font-size: 1rem;
    }

    .content-section {
        padding: 2rem 16px;
    }

    #res-modal .modal-dialog {
        margin: 12px;
    }

    /* UNLOCK mobile tuning */
    .unlock-banner {
        min-height: 300px;
        padding: 24px 0;
    }

    .unlock-content {
        padding: 18px 16px;
        gap: 12px;
    }

    .unlock-script {
        font-size: 44px;
    }

    .unlock-title {
        font-size: 28px;
    }

    .unlock-actions {
        width: 100%;
    }

    .unlock-btn {
        width: 100%;
        max-width: 280px;
        height: 44px;
        font-size: 14px;
    }
}

/* Bistro hero content (text + CTA buttons) */
.bistro-hero {
    position: absolute;
    top: auto;
    bottom: 70px;
    z-index: 3;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 70px;
    width: 100%;
    gap: 24px;
}

.bistro-hero-title {
    margin: 0;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(64px, 11.46vw, 220px);
    line-height: 90%;
    letter-spacing: -0.01em;
    vertical-align: bottom;
    text-transform: uppercase;
}

.bistro-hero-actions {
    display: flex;
    gap: 28px;
    align-items: flex-end;
    margin-top: 0;
}

.bistro-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0;
    height: 74px;
    padding: 0 56px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 22px, 32px);
    letter-spacing: -0.01em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.bistro-cta-line {
    display: inline;
    line-height: 1;
}

.bistro-cta-line + .bistro-cta-line {
    margin-left: 18px;
}

.bistro-cta--menu {
    background: rgba(255, 255, 255, 0.98);
    color: #F98145;
    border-color: #fff;
}

.bistro-cta--menu:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 1);
}

.bistro-cta--take {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.bistro-cta--take:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
}

/* About us (bistro landing) */
.about-us-section {
    background: #F7F6F2;
    padding: 88px 0 72px;
}

.about-us-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
}

.about-us-title {
    margin: 0 0 40px;
    text-align: center;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #F98145;
    line-height: 0.95;
}

.about-us-divider {
    width: 100%;
    max-width: 1780px;
    height: 0;
    border-top: 1px solid rgba(75, 58, 28, 0.15);
}

.about-us-title + .about-us-divider {
    margin: 0 0 26px;
}

.about-us-features {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.about-us-feature {
    flex: 1;
    text-align: center;
}

.about-us-icon {
    width: auto;
    height: 60px;
    margin: 0 auto 12px;
    display: block;
}

.about-us-feature-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #292D32;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}

.about-us-photo-wrap {
    margin-top: 38px;
    display: flex;
    justify-content: center;
}

.about-us-photo {
    width: 100%;
    max-width: 1120px;
    height: 430px;
    object-fit: cover;
    border-radius: 2px;
}

.about-us-caption {
    margin: 22px auto 0;
    max-width: 980px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(41, 45, 50, 0.9);
}

.about-us-caption + .about-us-divider {
    margin: 26px 0 0;
}

/* Slogan block (bistro landing) */
.bistro-slogan-section {
    background: #F7F6F2;
    padding: 0px 0 56px;
}

.bistro-slogan-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
    text-align: center;
}

.bistro-slogan-kicker {
    margin: 0;
    font-size: 28px;
    line-height: 1;
    color: #292D32;
}

.bistro-slogan-title {
    margin: 20px 0 72px;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-weight: 400;
    font-size: clamp(52px, 6.6vw, 108px);
    line-height: 0.95;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #F98145;
}

.bistro-slogan-section .about-us-divider {
    margin: 0;
}

/* Our locations (bistro landing) */
.bistro-locations-section {
    background: #F7F6F2;
    padding: 8px 0 84px;
}

.bistro-locations-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 52px;
    box-sizing: border-box;
}

.bistro-locations-title {
    margin: 0;
    text-align: center;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-weight: 400;
    font-size: clamp(52px, 4.3vw, 96px);
    line-height: 0.95;
    letter-spacing: -0.01em;
    color: #F98145;
    text-transform: uppercase;
}

.bistro-locations-subtitle {
    margin: 16px 0 26px;
    text-align: center;
    font-size: 16px;
    line-height: 1.45;
    color: #292D32;
}

.bistro-locations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bistro-location-card {
    background: transparent;
}

.bistro-location-media {
    position: relative;
    height: 430px;
    overflow: hidden;
    border-radius: 10px;
}

.bistro-location-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px) brightness(0.46);
    transform: scale(1.03);
}

.bistro-location-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-size: clamp(62px, 4.4vw, 92px);
    line-height: 0.9;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.bistro-location-btn {
    margin-top: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAECE3;
    color: #FFFFFF;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    border-radius: 10px;
}

/* Born from the same fire */
.bistro-fire-section {
    background: #F7F6F2;
    padding: 12px 0 54px;
}

.bistro-fire-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 52px;
    box-sizing: border-box;
    text-align: center;
}

.bistro-fire-inner > .about-us-divider:first-child {
    margin: 0 auto 26px;
}

.bistro-fire-title {
    margin: 86px 0 18px;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-weight: 400;
    font-size: clamp(54px, 5vw, 118px);
    line-height: 0.95;
    letter-spacing: -0.01em;
    color: #F98145;
    text-transform: uppercase;
}

.bistro-fire-text {
    margin: 0 auto 28px;
    max-width: 900px;
    font-size: 18px;
    line-height: 1.45;
    color: #292D32;
}

.bistro-fire-btn {
    width: min(100%, 860px);
    height: 100px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.65);
    background: #F98145;
    color: #fff;
    margin: 0 auto 86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-size: clamp(34px, 2.6vw, 58px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.bistro-fire-btn:hover {
    transform: translateY(-2px);
    filter: brightness(0.98);
}

.bistro-fire-inner > .about-us-divider:last-child {
    margin: 0 auto;
}

/* Bistro contact form */
.bistro-contact-section {
    --bistro-contact-orange: #F98145;
    background-color: #F9F7F2;
    background-image: radial-gradient(rgba(75, 58, 28, 0.06) 0.8px, transparent 0.8px);
    background-size: 20px 20px;
    padding: 64px 0 88px;
}

.bistro-contact-inner {
    max-width: 710px;
    margin: 0 auto;
    padding: 0 52px;
    box-sizing: border-box;
}

.bistro-contact-title {
    margin: 0 0 32px;
    text-align: center;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 5vw, 56px);
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--bistro-contact-orange);
}

.bistro-contact-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bistro-contact-label {
    display: block;
    margin: 0;
}

.bistro-contact-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 16px 18px;
    font-family: 'Lufga', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    line-height: 1.35;
    color: #292D32;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(75, 58, 28, 0.22);
    border-radius: 6px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bistro-contact-input::placeholder {
    color: rgba(41, 45, 50, 0.5);
    text-transform: lowercase;
}

.bistro-contact-input:focus {
    outline: none;
    border-color: rgba(249, 129, 69, 0.65);
    box-shadow: 0 0 0 3px rgba(249, 129, 69, 0.18);
}

.bistro-contact-textarea {
    min-height: 140px;
    resize: vertical;
}

.bistro-contact-agree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 22px;
    font-size: 13px;
    line-height: 1.45;
    color: #3a342c;
    cursor: pointer;
}

.bistro-contact-agree input {
    margin-top: 3px;
    flex-shrink: 0;
}

.bistro-contact-agree a {
    color: var(--bistro-contact-orange);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bistro-contact-agree a:hover {
    text-decoration: none;
}

.bistro-contact-send {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 24px;
    font-family: 'Londrina Solid', 'Lufga', sans-serif;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
    background: var(--bistro-contact-orange);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.bistro-contact-send:hover {
    filter: brightness(0.98);
}

.bistro-contact-send:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(249, 129, 69, 0.35);
}

.bistro-contact-send:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.bistro-contact-result {
    margin-top: 18px;
    min-height: 0;
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
}

.bistro-contact-msg {
    margin: 0;
    padding: 12px 14px;
    border-radius: 6px;
}

.bistro-contact-msg--ok {
    background: rgba(46, 125, 50, 0.12);
    color: #1b5e20;
}

.bistro-contact-msg--err {
    background: rgba(198, 40, 40, 0.1);
    color: #b71c1c;
}

/* Bistro landing footer */
.bistro-page-footer {
    position: relative;
    z-index: 2;
    background-color: #F9F7F2;
    background-image: radial-gradient(rgba(75, 58, 28, 0.06) 0.8px, transparent 0.8px);
    background-size: 20px 20px;
    border-top: 1px solid rgba(75, 58, 28, 0.15);
    padding: 52px 52px 48px;
    box-sizing: border-box;
}

.bistro-page-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 2rem 3rem;
    align-items: start;
}

.bistro-page-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-self: start;
}

.bistro-page-footer-logo-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-decoration: none;
    color: inherit;
}

/* Same SVG as header (Layer_x0020_1.svg), tinted #F98145 via mask */
.bistro-page-footer-logo-mark {
    display: block;
    height: 52px;
    width: auto;
    aspect-ratio: 110 / 60;
    max-width: 100%;
    flex-shrink: 0;
    background-color: #F98145;
    mask-image: url("assets/images/Layer_x0020_1.svg");
    mask-repeat: no-repeat;
    mask-position: left center;
    mask-size: contain;
    -webkit-mask-image: url("assets/images/Layer_x0020_1.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    -webkit-mask-size: contain;
}

.bistro-page-footer-bistro {
    font-family: 'Lufga', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #F98145;
    line-height: 1;
}

.bistro-page-footer-copy {
    margin: 10px 0 0;
    font-family: 'Lufga', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(41, 45, 50, 0.55);
}

.bistro-page-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    justify-self: center;
}

.bistro-page-footer-lang {
    font-family: 'Lufga', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(41, 45, 50, 0.65);
    margin-bottom: 2px;
}

.bistro-page-footer-lang a {
    position: relative;
    z-index: 1;
    color: rgba(41, 45, 50, 0.65);
    text-decoration: none;
}

.bistro-page-footer-lang a:hover {
    color: #292D32;
    text-decoration: underline;
}

.bistro-page-footer-lang-current {
    color: rgba(41, 45, 50, 0.85);
}

.bistro-page-footer-lang-sep {
    margin: 0 0.2em;
    font-weight: 400;
    opacity: 0.7;
}

.bistro-page-footer-links > a {
    font-family: 'Lufga', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: rgba(75, 58, 28, 0.55);
    text-decoration: none;
}

.bistro-page-footer-links > a:hover {
    color: #292D32;
    text-decoration: underline;
}

.bistro-page-footer-social-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    justify-self: end;
}

.bistro-page-footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.bistro-page-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(75, 58, 28, 0.2);
    border-radius: 6px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bistro-page-footer-social a:hover {
    border-color: rgba(75, 58, 28, 0.35);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.bistro-page-footer-social img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.bistro-page-footer-handle {
    font-family: 'Lufga', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #F98145;
    text-decoration: none;
}

.bistro-page-footer-handle:hover {
    text-decoration: underline;
    color: #e56f35;
}

/* Bistro hero: two CTAs side-by-side overflow on tablet / medium desktop — stack vertically */
@media (max-width: 1350px) {
    .bistro-hero-actions {
        flex-direction: column;
        align-items: flex-end;
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .bistro-hero {
        left: 0;
        padding: 0 24px;
        top: auto;
        bottom: 110px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 18px;
    }

    .bistro-hero-title {
        text-align: center;
        width: 100%;
    }

    .bistro-hero-actions {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 12px;
    }

    .bistro-cta {
        width: 100%;
        max-width: 420px;
        font-size: 26px;
    }

    .about-us-inner {
        padding: 0 16px;
    }

    .about-us-title {
        font-size: 42px;
        margin-bottom: 22px;
    }

    .about-us-title + .about-us-divider {
        margin-bottom: 16px;
    }

    .about-us-features {
        flex-wrap: wrap;
        gap: 18px;
    }

    .about-us-feature {
        flex: 0 0 calc(50% - 9px);
    }

    .about-us-photo {
        height: 300px;
    }

    .about-us-caption + .about-us-divider {
        margin-top: 18px;
    }

    .bistro-slogan-inner {
        padding: 0 16px;
    }

    .bistro-slogan-kicker {
        font-size: 22px;
    }

    .bistro-slogan-title {
        font-size: clamp(34px, 10vw, 58px);
    }

    .bistro-locations-inner {
        padding: 0 16px;
    }

    .bistro-locations-subtitle {
        margin-top: 10px;
    }

    .bistro-locations-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .bistro-location-media {
        height: 280px;
    }

    .bistro-location-btn {
        font-size: 30px;
        height: 58px;
        border-radius: 10px;
    }

    .bistro-fire-section {
        padding: 8px 0 40px;
    }

    .bistro-fire-inner {
        padding: 0 16px;
    }

    .bistro-fire-inner > .about-us-divider:first-child {
        margin-bottom: 20px;
    }

    .bistro-fire-title {
        font-size: clamp(36px, 10vw, 52px);
        margin-bottom: 14px;
    }

    .bistro-fire-text {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .bistro-fire-btn {
        width: 100%;
        height: 72px;
        font-size: clamp(20px, 5.5vw, 28px);
    }

    .bistro-contact-section {
        padding: 44px 0 56px;
    }

    .bistro-contact-inner {
        padding: 0 16px;
    }

    .bistro-contact-title {
        margin-bottom: 22px;
    }

    .bistro-contact-send {
        font-size: 28px;
        padding: 18px 16px;
    }

    .bistro-contact-agree {
        font-size: 12px;
    }

    .bistro-page-footer {
        padding: 40px 20px max(80px, calc(36px + env(safe-area-inset-bottom)));
    }

    .bistro-page-footer-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .bistro-page-footer-brand {
        align-items: center;
        justify-self: center;
    }

    .bistro-page-footer-logo-link {
        align-items: center;
    }

    .bistro-page-footer-logo-mark {
        mask-position: center;
        -webkit-mask-position: center;
    }

    .bistro-page-footer-links {
        align-items: center;
        justify-self: center;
    }

    .bistro-page-footer-social-wrap {
        align-items: center;
        justify-self: center;
    }

    .bistro-page-footer-social {
        justify-content: center;
    }
}