/* Semantic layout classes (CSP-safe: no inline style attributes in Thymeleaf) */

.is-hidden { display: none !important; }

.site-main {
    display: block;
    width: 100%;
    overflow-x: clip;
}

/* Dynamic theming via site-page-vars.js (data-* → CSS custom properties) */
.hero-themed { background: var(--hero-bg, #1a1a1a); }

.section-themed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--section-bg, #ffffff);
    color: var(--section-fg, var(--section-color, #1a1a1a));
}
.section-themed--welcome { padding: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 4vw, 3.5rem); }
.section-themed--wide { padding: 5rem 1.5rem; }
.section-themed--quality { padding: 3.5rem 3rem; background: var(--section-bg, #fafafa); }
.section-themed--stack { padding: 3.5rem 3rem; background: var(--section-bg, #fafafa); }

.section-bg-image-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--section-bg-image);
    background-size: cover;
    background-position: center;
}
.section-bg-image-layer--parallax { background-attachment: fixed; }
.section-bg-image-layer--slide {
    transition-property: opacity, transform;
}

#menu-slideshow .slide.section-bg-image-layer {
    position: absolute;
    inset: 0;
}

.section-bg-fallback { position: absolute; inset: 0; z-index: 0; }
.section-bg-fallback--dark { background: #1a1a1a; }
.section-bg-fallback--gray { background: #e5e7eb; }
.section-bg-fallback--light { background: #f3f4f6; }
.section-bg-fallback--primary { background: var(--primary); }

.section-overlay-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--section-overlay, rgba(0, 0, 0, 0.5));
}
.section-overlay-layer--dark { background: rgba(0, 0, 0, 0.5); }

.section-content-layer {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 5rem 2rem;
    max-width: 700px;
    color: #fff;
}
.section-content-layer--short { padding: 4rem 2rem; }
.section-content-layer--booking { padding: 2rem 1rem 2.5rem; max-width: none; }

.full-bleed {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.full-bleed-grid {
    display: grid;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.hero-overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
    pointer-events: none;
}
.hero-overlay-gradient--short {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.menu-slideshow-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-cover-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.cover-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cover-img--inline { position: static; width: 100%; height: 100%; }

.snap-img-col,
.stack-img-col {
    position: relative;
}

.header-logo--compact { gap: 0.3rem; }
.header-logo--menu img { height: 40px; width: 40px; }

.site-hero-booking--with-image { min-height: 280px; }
.site-hero-booking--color-only { min-height: 220px; }

.page-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin: 0;
}
.page-hero-subtitle {
    margin-top: 0.75rem;
    font-size: 1.05rem;
    opacity: 0.88;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

/* Home fallback card */
.home-fallback-card {
    background: #fff;
    border-radius: 12px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    margin-top: 2rem;
}
.home-fallback-title { color: var(--primary); margin-bottom: 1rem; }
.home-fallback-desc { color: #6b7280; margin-bottom: 1.5rem; }

/* Intro sections */
.intro-block {
    text-align: center;
    padding: 4rem 2rem;
    max-width: 760px;
    margin: 0 auto;
}
.intro-block--contacts {
    max-width: 760px;
    margin: 3rem auto;
    padding: 0 1.5rem;
    text-align: center;
}
.intro-text {
    font-size: 1.15rem;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    color: var(--intro-fg, var(--intro-text-color, var(--text, #4b5563)));
}
.intro-text--contacts {
    font-size: 1.05rem;
    white-space: pre-line;
}
.intro-subtitle {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--intro-sub-fg, var(--intro-sub-color, var(--welcome-title, var(--primary))));
}

/* Section typography */
.section-title-lg {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.section-title-md {
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    line-height: 1.2;
    color: var(--primary);
}
.section-themed .section-title-lg,
.section-themed .section-title-md {
    color: var(--section-heading, var(--section-fg, var(--section-color, inherit)));
}
.section-themed .section-body {
    color: var(--section-fg, var(--section-color, inherit));
}
.section-body {
    font-size: 1.05rem;
    line-height: 1.9;
    white-space: pre-line;
}
.section-themed .section-body--muted {
    color: var(--section-fg, var(--section-color, #4b5563));
}
.section-body--muted { color: #4b5563; font-size: 1rem; }
.section-themed .section-body--sm {
    color: var(--section-fg, var(--section-color, #6b7280));
}
.section-body--sm { font-size: 0.9rem; color: #6b7280; line-height: 1.7; }

.section-inner-max { max-width: 72rem; margin: 0 auto; width: 100%; }
.section-container { max-width: 860px; margin: 3rem auto; padding: 0 1.5rem; }
.section-container--quality { margin: 3rem auto; }
.section-container--contacts { margin: 2rem auto; }

.section-card {
    border-radius: 16px;
    padding: 3.5rem 3rem;
    background: #fafafa;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.stack-two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.snap-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 1.5rem;
    box-sizing: border-box;
    width: 100%;
}
.feature-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}
.feature-card__media {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f3f4f6;
}
.feature-card__body { padding: 1.5rem; }
.feature-card__title {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    line-height: 1.4;
}

/* Parallax / closing hero sections */
.parallax-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.parallax-hero--contacts {
    min-height: 400px;
    margin-top: 3rem;
}
.parallax-hero__title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}
.parallax-hero__title--elegance {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
.parallax-hero__title--contacts {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.25rem;
}
.parallax-hero__text {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.9;
    opacity: 0.92;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.parallax-hero__text--elegance {
    opacity: 0.9;
    margin-bottom: 0;
}
.parallax-hero__text--contacts {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.parallax-hero__ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* CTA buttons */
.btn-cta-primary {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}
.btn-cta-primary--pill {
    background: #fff;
    color: var(--primary);
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    font-size: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.15s;
}
.btn-cta-outline {
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.8);
    font-weight: 700;
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.15s;
}
.btn-cta-whatsapp {
    display: inline-block;
    background: #25d366;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
}
.btn-cta-footer {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
}

.text-link-primary { color: var(--primary); font-weight: 600; text-decoration: none; }
.text-muted { color: #6b7280; }
.text-muted-block { color: #6b7280; margin-bottom: 1.5rem; }
.text-muted-link { color: #6b7280; }

/* Reservations */
.reservations-panel {
    text-align: center;
    padding: 3rem 1rem;
}
.reservations-panel--muted { color: #6b7280; }
.reservations-phone-note { margin-top: 0.75rem; }

/* Footer */
.site-footer-desc { margin-bottom: 1rem; }
.site-footer-cta-wrap { margin-top: 0.75rem; }

/* Contacts map */
.contacts-map-wrap { width: 100%; margin: 2rem 0; }
.contacts-map-iframe {
  border: 0;
  display: block;
  min-height: 280px;
  border-radius: 12px;
}
.contacts-map-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 12rem;
  padding: 1.5rem 1.25rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--primary, #1a1a1a) 25%, transparent);
  background: linear-gradient(145deg, color-mix(in srgb, var(--section-bg, #f5f5f5) 92%, var(--primary, #333) 8%), var(--section-bg, #f5f5f5));
  color: var(--text, #1a1a1a);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.contacts-map-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.contacts-map-link-card__icon { font-size: 2.25rem; line-height: 1; }
.contacts-map-link-card__title { font-size: 1.15rem; font-weight: 600; }
.contacts-map-link-card__hint {
  font-size: 0.9rem;
  opacity: 0.85;
  text-align: center;
  max-width: 36rem;
}

/* Menu page layout */
.menu-navbar-bar {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: var(--primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.menu-navbar-inner { max-width: 1200px; margin: 0 auto; }

#menu-slideshow.menu-slideshow--with-images {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#menu-slideshow.menu-slideshow--empty {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: auto;
}

.menu-lang-switcher {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.85rem 1rem 0;
    max-width: 1200px;
    margin: 0 auto;
}
.menu-lang-switcher__link {
    font-size: 1.8rem;
    padding: 0.25rem 0.4rem;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0.7;
}

/* AYCE selection screen */
.ayce-screen {
    position: fixed;
    inset: 0;
    background: #f5f7fa;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.ayce-screen__card {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    text-align: center;
}
.ayce-screen__title {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    color: #1a1a2e;
}
.ayce-screen__desc {
    color: #6b7280;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}
.ayce-screen__btn-primary {
    width: 100%;
    padding: 1.1rem;
    background: #7c6af7;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(124, 106, 247, 0.3);
}
.ayce-screen__btn-secondary {
    width: 100%;
    padding: 1.1rem;
    background: #f3f4f6;
    color: #374151;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
}

/* Menu alerts & pickers */
.menu-schedule-alert {
    background: #fff8e6;
    border: 1px solid #f0d78c;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin: 1rem;
    color: #5c4a00;
}
.menu-schedule-alert__title {
    display: block;
    margin-bottom: 0.35rem;
}
.menu-schedule-alert__body {
    font-size: 0.95rem;
    line-height: 1.5;
}
.menu-picker-category {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.menu-picker-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.back-to-menus-wrap { margin: 1rem; margin-bottom: 1.5rem; }

/* Category accordion dynamic backgrounds */
.cat-accordion-btn--bg,
.subcat-accordion-btn--bg {
    background-image: var(--section-bg-image);
    background-size: cover;
    background-position: center;
    color: var(--section-color, #fff);
}
.cat-accordion-body[data-cat-bg],
.subcat-accordion-body[data-cat-bg] {
    background-color: var(--cat-bg);
}

.subcat-accordion-btn--other { border-left-color: var(--menu-sub, #9ca3af); }
.subcat-label-other {
    color: var(--menu-sub, #6b7280);
    opacity: 0.92;
}

.dish-qty-badge {
    display: none;
    background: #10b981;
    color: #fff;
    padding: 0.25rem 0.6rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
}
.dish-qty-badge.is-visible { display: inline-block; }

.dish-raw-materials-label { font-weight: 600; }
.dish-actions-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4px;
}
.dish--flat { padding: 0.9rem 0.25rem; }

.cart-total-row {
    text-align: right;
    margin-top: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
}
.ayce-cart-header {
    background: #ede9fe;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    color: #5b21b6;
    font-weight: 700;
    font-size: 1rem;
}

/* Course progress (JS-generated) */
.course-progress-chevron {
    color: #7c3aed;
    font-size: 0.85rem;
}
.course-round__badge[data-status="PENDING"] { background: #f59e0b; }
.course-round__badge[data-status="CONFIRMED"] { background: #3b82f6; }
.course-round__badge[data-status="READY"] { background: #10b981; }
.course-round__badge[data-status="DELIVERED"] { background: #8b5cf6; }
.course-round__badge[data-status="TABLE_CLEARED"] { background: #64748b; }
.course-round__bar-fill[data-status="PENDING"] { width: 25%; background: #f59e0b; }
.course-round__bar-fill[data-status="CONFIRMED"] { width: 50%; background: #3b82f6; }
.course-round__bar-fill[data-status="READY"] { width: 75%; background: #10b981; }
.course-round__bar-fill[data-status="DELIVERED"],
.course-round__bar-fill[data-status="TABLE_CLEARED"] { width: 100%; background: #8b5cf6; }
.course-round__bar-fill[data-status="TABLE_CLEARED"] { background: #64748b; }

/* Dish reviews form (JS-generated) */
.dish-reviews-form-title {
    margin: 0 0 0.35rem;
    font-weight: 600;
}
.dish-reviews-form-hint {
    margin: 0.35rem 0;
    font-size: 0.78rem;
    color: #6b7280;
}
.dish-reviews-form-note {
    margin-top: 0.5rem;
    font-size: 0.8rem;
}

/* Desktop: classi semantiche (template CSP) — split + stack + parallax */
@media (min-width: 768px) {
    .full-bleed-grid.snap-two-col--split,
    .snap-two-col.snap-two-col--split.full-bleed-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
        align-items: stretch;
        min-height: clamp(380px, 64vh, 900px);
        overflow: hidden;
    }
    .snap-two-col.snap-two-col--split.snap-two-col--img-first {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) !important;
    }
    .snap-two-col.snap-two-col--split .snap-text-col,
    .snap-two-col.snap-two-col--split .snap-img-col {
        min-width: 0;
        min-height: 100%;
    }
    .snap-two-col.snap-two-col--split .snap-img-col {
        position: relative;
        overflow: hidden;
    }
    .snap-two-col.snap-two-col--split .snap-img-col .cover-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    /* Su desktop non usare il layout overlay-mobile della welcome */
    .snap-two-col.snap-two-col--mobile-overlay {
        display: grid !important;
        flex-direction: unset !important;
        overflow: hidden !important;
    }
    .snap-two-col.snap-two-col--mobile-overlay > * {
        flex: unset !important;
        width: auto !important;
        min-height: unset !important;
    }
    .snap-two-col.snap-two-col--mobile-overlay .snap-img-col {
        position: relative !important;
        top: auto !important;
        height: auto !important;
        min-height: 100% !important;
        max-height: none !important;
        order: unset !important;
        cursor: default;
    }
    .snap-two-col.snap-two-col--mobile-overlay .snap-text-col {
        position: relative !important;
        z-index: auto !important;
        min-height: unset !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        overflow: visible !important;
    }
    .stack-two-col-grid .stack-img-col {
        min-height: 280px;
        position: relative;
        overflow: hidden;
    }
    .stack-two-col-grid .stack-img-col .cover-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Mobile / tablet: sezioni e hero più compatti */
@media (max-width: 767px) {
    .section-themed--welcome { padding: clamp(1.75rem, 5vw, 2.5rem) clamp(1.15rem, 4vw, 1.5rem); }
    .section-themed--wide { padding: clamp(2rem, 5vw, 2.75rem) clamp(1.15rem, 4vw, 1.5rem); }
    .section-themed--quality,
    .section-themed--stack { padding: clamp(1.75rem, 5vw, 2.25rem) clamp(1.15rem, 4vw, 1.5rem); }

    .intro-block { padding: clamp(1.75rem, 5vw, 2.5rem) clamp(1.15rem, 4vw, 1.5rem); }
    .intro-block--contacts { margin: 1.75rem auto; padding: 0 1rem; }
    .intro-text { font-size: 1.05rem; line-height: 1.75; margin-bottom: 1rem; }

    .section-title-lg { font-size: clamp(1.45rem, 5vw, 1.75rem); margin-bottom: 0.85rem; }
    .section-title-md { font-size: clamp(1.25rem, 4.5vw, 1.45rem); margin-bottom: 0.75rem; }
    .section-body { font-size: 1rem; line-height: 1.75; }

    .section-container,
    .section-container--quality,
    .section-container--contacts { margin: 1.5rem auto; padding: 0 1rem; }

    .section-card { padding: clamp(1.5rem, 4vw, 2rem) clamp(1.15rem, 4vw, 1.5rem); border-radius: 12px; }

    .stack-two-col-grid { grid-template-columns: 1fr; border-radius: 12px; }

    .snap-cards-grid {
        grid-template-columns: 1fr;
        padding: clamp(1.25rem, 4vw, 1.75rem) clamp(0.85rem, 3vw, 1rem);
        gap: 1rem;
    }
    .feature-card__body { padding: 1rem 1.1rem 1.15rem; }
    .feature-card__media { aspect-ratio: 16 / 11; }

    .parallax-hero {
        min-height: min(72vw, 340px);
    }
    .parallax-hero--contacts {
        min-height: min(64vw, 300px);
        margin-top: 1.75rem;
    }
    .section-bg-image-layer--parallax { background-attachment: scroll; }

    .section-content-layer { padding: clamp(2rem, 6vw, 2.75rem) clamp(1.15rem, 4vw, 1.5rem); }
    .section-content-layer--short { padding: clamp(1.75rem, 5vw, 2.25rem) clamp(1.15rem, 4vw, 1.5rem); }
    .section-content-layer--booking { padding: 1.25rem 1rem 1.75rem; }

    .parallax-hero__title,
    .parallax-hero__title--elegance,
    .parallax-hero__title--contacts { margin-bottom: 0.75rem; }
    .parallax-hero__text { margin-bottom: 1.25rem; line-height: 1.7; }
    .parallax-hero__text--contacts { margin-bottom: 1rem; font-size: 1rem; }

    .parallax-hero__ctas {
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
        width: 100%;
        max-width: 18rem;
        margin-left: auto;
        margin-right: auto;
    }
    .parallax-hero__ctas .btn-cta-primary--pill,
    .parallax-hero__ctas .btn-cta-outline {
        padding: 0.75rem 1.35rem;
        font-size: 0.95rem;
        text-align: center;
        box-sizing: border-box;
    }

    .home-fallback-card { padding: 2rem 1.25rem; margin-top: 1.25rem; }
    .reservations-panel { padding: 1.75rem 1rem; }

    .menu-lang-switcher { padding: 0.45rem 0.75rem 0; gap: 0.35rem; }
    .menu-lang-switcher__link { font-size: 1.35rem; padding: 0.15rem 0.3rem; }

    .site-hero-booking--with-image { min-height: 200px; }
    .site-hero-booking--color-only { min-height: 160px; }
}
