:root {
    --ld-home-shell: min(1520px, calc(100% - 48px));
    --ld-home-surface: #ffffff;
    --ld-home-surface-soft: #f4f8fc;
    --ld-home-border: rgba(15, 23, 42, 0.08);
    --ld-home-copy: #0f172a;
    --ld-home-muted: #5f7088;
    --ld-home-accent: #169fdb;
    --ld-home-accent-strong: #0f84c7;
    --ld-home-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

body.letzdine-homepage {
    background:
        radial-gradient(circle at top right, rgba(22, 159, 219, 0.12), transparent 32%),
        linear-gradient(180deg, #f4f8fc 0%, #ffffff 24%, #f7f9fc 100%);
    color: var(--ld-home-copy);
    font-family: 'Montserrat', sans-serif;
}

body.letzdine-homepage #main-content {
    overflow: visible;
}

body.letzdine-homepage h1,
body.letzdine-homepage h2,
body.letzdine-homepage h3,
body.letzdine-homepage h4,
body.letzdine-homepage h5,
body.letzdine-homepage h6,
body.letzdine-homepage .section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

body.letzdine-homepage #spliter-wrapper {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #009fe3, #0082c8);
}

body.letzdine-homepage #spliter-wrapper iframe {
    width: 100%;
    height: 100%;
    margin-top: 100px;
    border: none;
}

body.letzdine-homepage .password-section {
    position: absolute;
    top: 10px;
    width: min(90%, 300px);
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.22);
    text-align: center;
}

body.letzdine-homepage .password-section input,
body.letzdine-homepage .password-section button {
    width: 100%;
    box-sizing: border-box;
}

body.letzdine-homepage .password-section input {
    margin-bottom: 15px;
    padding: 10px 12px;
    border: 1px solid #cdd7e4;
    border-radius: 10px;
}

body.letzdine-homepage .password-section button {
    padding: 10px 20px;
    border: 0;
    border-radius: 10px;
    background: #28a745;
    color: #ffffff;
}

body.letzdine-homepage .pac-container {
    width: var(--ld-home-pac-width, auto) !important;
    min-width: var(--ld-home-pac-width, auto) !important;
    max-width: calc(100vw - 24px) !important;
    left: var(--ld-home-pac-left, auto) !important;
    box-sizing: border-box !important;
    margin-top: 10px !important;
    border: 1px solid rgba(191, 204, 222, 0.28) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 44px rgba(8, 15, 28, 0.28) !important;
    z-index: 1051 !important;
}

body.letzdine-homepage .pac-item {
    padding: 14px 18px !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.45 !important;
}

body.letzdine-homepage .pac-item span,
body.letzdine-homepage .pac-item .pac-item-query,
body.letzdine-homepage .pac-matched {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
}

body.letzdine-homepage .pac-item .pac-item-query {
    display: inline !important;
}

body.letzdine-homepage .main-header,
body.letzdine-homepage .banner > .container,
body.letzdine-homepage .main-order-slider,
body.letzdine-homepage .main-download-app,
body.letzdine-homepage .main-footer,
body.letzdine-homepage .footer-bottom,
body.letzdine-homepage .letzdine-homepage__why-shell {
    width: var(--ld-home-shell);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

body.letzdine-homepage .footer-bottom__inner {
    width: 100%;
    max-width: none;
    margin: 0;
}

body.letzdine-homepage .header.fixed.sticky.active {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 0;
    box-shadow: none;
}

body.letzdine-homepage .header-content {
    min-height: 82px;
}

body.letzdine-homepage .header-logo img {
    width: 164px !important;
}

body.letzdine-homepage .jc-loginbtn {
    border-radius: 16px;
    padding: 0.85rem 0.95rem !important;
    box-shadow: none;
}

body.letzdine-homepage .letzdine-header-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

body.letzdine-homepage .letzdine-language-switcher {
    position: relative;
    z-index: 1205;
}

body.letzdine-homepage .letzdine-language-switcher__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--ld-home-copy);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

body.letzdine-homepage .letzdine-language-switcher__toggle:hover,
body.letzdine-homepage .letzdine-language-switcher__toggle:focus {
    color: var(--ld-home-copy);
    background: #ffffff;
}

body.letzdine-homepage .letzdine-language-switcher__flag {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    object-fit: cover;
}

body.letzdine-homepage .letzdine-language-switcher__code {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.letzdine-homepage .letzdine-language-switcher__menu {
    min-width: 220px;
    padding: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
    z-index: 1210;
}

body.letzdine-homepage .letzdine-language-switcher__label {
    padding: 8px 10px;
    color: var(--ld-home-muted);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.letzdine-homepage .letzdine-language-switcher__item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    border-radius: 14px;
    font-weight: 600;
}

body.letzdine-homepage .letzdine-language-switcher__item.is-active,
body.letzdine-homepage .letzdine-language-switcher__item:hover {
    background: rgba(22, 159, 219, 0.08);
    color: var(--ld-home-copy);
}

body.letzdine-homepage .banner {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    height: calc(100vh - 82px);
    min-height: calc(100vh - 82px);
    padding: 48px 0;
    margin-bottom: 0;
    background-color: #060d16;
    background-image: var(--ld-home-hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: var(--ld-home-hero-position, center center);
    overflow: hidden;
    isolation: isolate;
}

body.letzdine-homepage .banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 10, 18, 0.38) 0%, rgba(5, 10, 18, 0.56) 100%),
        linear-gradient(90deg, rgba(5, 10, 18, 0.62) 0%, rgba(5, 10, 18, 0.34) 32%, rgba(5, 10, 18, 0.34) 68%, rgba(5, 10, 18, 0.62) 100%);
    opacity: 1;
    z-index: 0;
}

body.letzdine-homepage .banner .row {
    justify-content: center !important;
    width: 100%;
}

body.letzdine-homepage .banner > .container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: inherit;
}

body.letzdine-homepage .banner .col-12.col-md-10.col-lg-11 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: center !important;
}

body.letzdine-homepage .banner-title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(3rem, 4.7vw, 4.9rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    margin-bottom: 1.1rem !important;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
}

body.letzdine-homepage .banner-subtitle {
    max-width: none;
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.84);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

body.letzdine-homepage .letzdine-homepage__hero-intro {
    width: min(100%, 720px);
    max-width: min(100%, 720px);
    margin-left: auto;
    margin-right: auto;
}

body.letzdine-homepage .letzdine-homepage__hero-intro .banner-subtitle {
    margin: 0 !important;
    width: 100%;
    max-width: none !important;
    text-wrap: pretty;
}

body.letzdine-homepage .letzdine-homepage__hero-info-btn {
    display: inline !important;
    min-height: 0;
    padding: 0;
    margin-left: 0.28rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ccefff;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: inherit;
    white-space: nowrap;
    box-shadow: none;
    backdrop-filter: none;
    border-bottom: 1px solid rgba(204, 239, 255, 0.55);
    transition: color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

body.letzdine-homepage .letzdine-homepage__hero-info-btn:hover,
body.letzdine-homepage .letzdine-homepage__hero-info-btn:focus {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.88);
    color: #ffffff;
    opacity: 1;
}

body.letzdine-homepage .address_search_btn {
    display: grid;
    gap: 16px;
    max-width: 860px;
    padding: 0 !important;
    border: 0;
    background: transparent !important;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
}

body.letzdine-homepage .letzdine-homepage__search-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    grid-template-areas:
        "service service"
        "search submit"
        "reservation reservation"
        "reservation-hint reservation-hint"
        "weekly weekly"
        "weekly-hint weekly-hint"
        "summary summary";
    align-items: start;
    gap: 16px;
    width: 100%;
    padding: 22px 22px 20px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(10, 17, 28, 0.42), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 26px 60px rgba(5, 10, 18, 0.22);
    backdrop-filter: blur(20px);
}

body.letzdine-homepage .letzdine-homepage__service-intro {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.94rem;
    font-weight: 600;
    text-align: center;
}

body.letzdine-homepage .letzdine-homepage__search-row {
    grid-area: search;
    display: block;
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0;
}

body.letzdine-homepage .letzdine-homepage__search-field {
    width: 100%;
    min-width: 0;
}

body.letzdine-homepage .letzdine-homepage__submit-row {
    grid-area: submit;
    width: 100%;
    min-width: 0;
}

body.letzdine-homepage .letzdine-homepage__service-switch {
    grid-area: service;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    padding: 8px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    margin-left: auto;
    margin-right: auto;
}

body.letzdine-homepage .letzdine-homepage__service-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 62px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 18px;
    background: transparent;
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.letzdine-homepage .letzdine-homepage__service-chip:hover,
body.letzdine-homepage .letzdine-homepage__service-chip.is-active {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(255, 255, 255, 0.98);
    color: var(--ld-home-copy);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(8, 15, 28, 0.18);
}

body.letzdine-homepage .letzdine-homepage__service-chip i {
    color: #7dd3fc;
}

body.letzdine-homepage .letzdine-homepage__service-chip.is-active i,
body.letzdine-homepage .letzdine-homepage__service-chip:hover i {
    color: var(--ld-home-accent-strong);
}

body.letzdine-homepage .customer-location-input,
body.letzdine-homepage .select_type_dropdown {
    width: 100%;
    min-height: 68px;
    padding: 0 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ld-home-copy);
    font-size: 1.02rem;
    font-weight: 600;
}

body.letzdine-homepage .customer-location-input {
    text-overflow: ellipsis;
}

body.letzdine-homepage .customer-location-input::placeholder {
    color: #718198;
}

body.letzdine-homepage .letzdine-homepage__address-summary {
    grid-area: summary;
    width: 100%;
    margin: -2px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    line-height: 1.5;
    text-align: left;
    overflow-wrap: anywhere;
}

body.letzdine-homepage .letzdine-homepage__reservation-row {
    grid-area: reservation;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    margin: 0;
}

body.letzdine-homepage #letzdine-home-weekly-menu-fields {
    grid-area: weekly;
}

body.letzdine-homepage .letzdine-homepage__reservation-field {
    display: grid;
    gap: 10px;
    min-width: 0;
}

body.letzdine-homepage .letzdine-homepage__reservation-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.letzdine-homepage .letzdine-homepage__reservation-label i {
    color: #7dd3fc;
}

body.letzdine-homepage .letzdine-homepage__reservation-control {
    position: relative;
}

body.letzdine-homepage .letzdine-homepage__reservation-input {
    width: 100%;
    min-height: 68px;
    padding: 0 58px 0 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ld-home-copy);
    font-size: 1.02rem;
    font-weight: 600;
    box-shadow: 0 14px 32px rgba(8, 15, 28, 0.12);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.letzdine-homepage .letzdine-homepage__reservation-input:hover {
    border-color: rgba(22, 159, 219, 0.18);
}

body.letzdine-homepage .letzdine-homepage__reservation-input:focus {
    border-color: rgba(22, 159, 219, 0.34);
    box-shadow: 0 18px 38px rgba(8, 15, 28, 0.16), 0 0 0 4px rgba(22, 159, 219, 0.12);
    transform: translateY(-1px);
}

body.letzdine-homepage .letzdine-homepage__reservation-control-icon {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: rgba(22, 159, 219, 0.12);
    color: var(--ld-home-accent-strong);
    pointer-events: none;
}

body.letzdine-homepage .letzdine-homepage__reservation-hint {
    grid-area: reservation-hint;
    width: 100%;
    margin: -2px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: left;
}

body.letzdine-homepage #letzdine-home-weekly-menu-hint {
    grid-area: weekly-hint;
}

body.letzdine-homepage .letzdine-homepage__search-panel[data-active-mode="ontable"],
body.letzdine-homepage .letzdine-homepage__search-panel[data-active-mode="weeklymenu"] {
    grid-template-columns: 1fr;
    grid-template-areas:
        "service"
        "search"
        "reservation"
        "reservation-hint"
        "weekly"
        "weekly-hint"
        "summary"
        "submit";
}

body.letzdine-homepage .select_type_dropdown {
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%235f7088' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-position: right 18px center;
    background-repeat: no-repeat;
}

body.letzdine-homepage .show_restaurant_button {
    width: 100% !important;
    min-height: 68px;
    border: 0;
    border-radius: 20px;
    font-size: 1.02rem;
    font-weight: 700;
    background: #39a8e0;
    box-shadow: none;
}

body.letzdine-homepage .show_restaurant_button.is-loading {
    position: relative;
    color: rgba(255, 255, 255, 0.94);
    cursor: progress;
}

body.letzdine-homepage .show_restaurant_button.is-loading::after {
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 12px;
    display: inline-block;
    vertical-align: -3px;
    background-image: var(--ld-loader-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: ldHomeButtonSpin 0.8s linear infinite;
}

body.letzdine-homepage .show_restaurant_button:disabled {
    opacity: 0.94;
}

@keyframes ldHomeButtonSpin {
    to {
        transform: rotate(360deg);
    }
}

body.letzdine-homepage .modal-backdrop,
body.letzdine-homepage .modal-backdrop.show,
body.letzdine-homepage .modal-backdrop.in {
    z-index: 1600 !important;
}

body.letzdine-homepage #customerloginModal,
body.letzdine-homepage #dashboardModal {
    z-index: 1610 !important;
}

body.letzdine-homepage .letzdine-homepage__story-modal {
    z-index: 1610 !important;
    padding: 0 !important;
}

@media (min-width: 768px) {
    body.letzdine-homepage .letzdine-homepage__hero-info-btn {
        font-size: 0.98rem;
    }
}

body.letzdine-homepage .letzdine-homepage__story-modal .modal-dialog {
    display: flex;
    align-items: stretch;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    height: 100vh;
    margin: 0;
}

body.letzdine-homepage .letzdine-homepage__story-modal .modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    max-height: none;
    background:
        radial-gradient(circle at top right, rgba(22, 159, 219, 0.14), transparent 28%),
        radial-gradient(circle at left 72%, rgba(15, 23, 42, 0.05), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    box-shadow: none;
}

body.letzdine-homepage .letzdine-homepage__story-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 34px 0;
    border: 0;
}

body.letzdine-homepage .letzdine-homepage__story-topline {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef7fc;
    color: var(--ld-home-accent-strong);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.letzdine-homepage .letzdine-homepage__story-modal .letzdine-homepage__story-topline .letzdine-trademark,
body.letzdine-homepage .letzdine-homepage__story-modal .letzdine-homepage__story-point h3 .letzdine-trademark {
    margin-left: 0.04em;
    font-size: 0.22em;
}

body.letzdine-homepage .letzdine-homepage__story-modal .letzdine-homepage__story-hero h2 .letzdine-trademark {
    margin-left: 0.08em;
    font-size: 0.42em;
    font-weight: 700;
    transform: none;
}

body.letzdine-homepage .letzdine-homepage__story-close {
    margin: 0;
    padding: 0;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.04);
    color: #607186;
    font-size: 2rem;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
    border: 0;
}

body.letzdine-homepage .letzdine-homepage__story-modal .modal-body {
    overflow-y: auto;
    flex: 1 1 auto;
    padding: 18px 34px 34px;
    scrollbar-gutter: stable;
}

body.letzdine-homepage .letzdine-homepage__story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    grid-template-areas:
        "hero media"
        "copy media"
        "points points";
    gap: 30px;
    align-items: start;
}

body.letzdine-homepage .letzdine-homepage__story-hero {
    grid-area: hero;
    display: grid;
    gap: 16px;
}

body.letzdine-homepage .letzdine-homepage__story-hero h2 {
    max-width: none;
    margin: 0;
    font-size: clamp(2.1rem, 3.25vw, 3.45rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
    color: var(--ld-home-copy);
}

body.letzdine-homepage .letzdine-homepage__story-copy {
    grid-area: copy;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 58ch;
}

body.letzdine-homepage .letzdine-homepage__story-hero p {
    margin: 0;
    color: var(--ld-home-muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

body.letzdine-homepage .letzdine-homepage__story-points {
    grid-area: points;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 28px;
    align-items: start;
}

body.letzdine-homepage .letzdine-homepage__story-point {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 14px 0 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

body.letzdine-homepage .letzdine-homepage__story-point:nth-child(-n+3) {
    border-top: 0;
    padding-top: 0;
}

body.letzdine-homepage .letzdine-homepage__story-point:nth-child(even) {
    transform: none;
}

body.letzdine-homepage .letzdine-homepage__story-point-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(22, 159, 219, 0.16), rgba(22, 159, 219, 0.06));
    color: var(--ld-home-accent-strong);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

body.letzdine-homepage .letzdine-homepage__story-point-copy {
    display: grid;
    gap: 6px;
    padding-top: 3px;
}

body.letzdine-homepage .letzdine-homepage__story-point h3 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.2;
    color: var(--ld-home-copy);
}

body.letzdine-homepage .letzdine-homepage__story-point p {
    margin: 0;
    color: var(--ld-home-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

body.letzdine-homepage .letzdine-homepage__story-media {
    grid-area: media;
    position: sticky;
    top: 4px;
    min-height: 560px;
    padding: 12px 0 18px 24px;
}

body.letzdine-homepage .letzdine-homepage__story-media-orbit {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
}

body.letzdine-homepage .letzdine-homepage__story-media-orbit--one {
    top: 34px;
    right: 18px;
    width: 230px;
    height: 230px;
    background: radial-gradient(circle, rgba(125, 211, 252, 0.38), rgba(125, 211, 252, 0) 72%);
}

body.letzdine-homepage .letzdine-homepage__story-media-orbit--two {
    left: 0;
    bottom: 112px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.18), rgba(14, 165, 233, 0) 72%);
}

body.letzdine-homepage .letzdine-homepage__story-photo {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 26px 54px rgba(4, 10, 20, 0.2);
    background: #dbe7f2;
}

body.letzdine-homepage .letzdine-homepage__story-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.letzdine-homepage .letzdine-homepage__story-photo--primary {
    inset: 0 0 124px 78px;
}

body.letzdine-homepage .letzdine-homepage__story-photo--secondary {
    left: 0;
    bottom: 0;
    width: min(78%, 340px);
    aspect-ratio: 1.05 / 0.82;
    border-radius: 26px;
}

body.letzdine-homepage .letzdine-homepage__story-caption {
    position: absolute;
    right: 0;
    bottom: 28px;
    z-index: 2;
    width: min(72%, 320px);
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 34px rgba(4, 10, 20, 0.12);
    backdrop-filter: blur(18px);
}

body.letzdine-homepage .letzdine-homepage__story-caption-label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.1);
    color: var(--ld-home-accent-strong);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.letzdine-homepage .letzdine-homepage__story-caption p {
    margin: 0;
    color: #456179;
    font-size: 0.95rem;
    line-height: 1.6;
}

body.letzdine-homepage .feature,
body.letzdine-homepage .app,
body.letzdine-homepage .letzdine-homepage__why {
    position: relative;
    z-index: 1;
}

body.letzdine-homepage .feature {
    padding: 88px 0 52px;
}

body.letzdine-homepage .main-order-slider {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.letzdine-homepage .section-title {
    margin-bottom: 18px;
    font-size: clamp(2.1rem, 3.2vw, 3.4rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

body.letzdine-homepage .letzdine-homepage__section-heading {
    margin-bottom: 34px;
    text-align: center;
}

body.letzdine-homepage .letzdine-homepage__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef7fc;
    color: var(--ld-home-accent-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.letzdine-homepage .letzdine-homepage__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

body.letzdine-homepage .letzdine-homepage__feature-grid {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin-left: 0;
    margin-right: 0;
}

body.letzdine-homepage .letzdine-homepage__feature-grid > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0;
    padding-right: 0;
}

body.letzdine-homepage .letzdine-homepage__feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-height: 100%;
    padding: 0 26px;
    border-radius: 0;
    background: transparent;
    border: 0;
    text-align: center;
    box-shadow: none;
    position: relative;
}

body.letzdine-homepage .letzdine-homepage__feature-grid > div:not(:last-child) .letzdine-homepage__feature-card::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.14), rgba(15, 23, 42, 0));
}

body.letzdine-homepage .letzdine-homepage__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 22px;
    background: #eef7fc;
}

body.letzdine-homepage .letzdine-homepage__feature-copy {
    display: grid;
    gap: 6px;
    justify-items: center;
}

body.letzdine-homepage .letzdine-homepage__feature-step {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ld-home-muted);
}

body.letzdine-homepage .letzdine-homepage__feature-card h4 {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--ld-home-copy);
}

body.letzdine-homepage .letzdine-homepage__feature-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--ld-home-muted);
}

body.letzdine-homepage .app {
    margin-top: 72px;
    padding: 0 0 70px;
    background: transparent;
}

body.letzdine-homepage .main-download-app {
    position: relative;
    overflow: hidden;
    padding: 54px;
    border-radius: 36px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 28%),
        linear-gradient(135deg, #07111f 0%, #0d1b30 54%, #102846 100%);
    border: 1px solid rgba(125, 211, 252, 0.14);
    box-shadow: 0 28px 70px rgba(4, 10, 20, 0.26);
}

body.letzdine-homepage .main-download-app .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center !important;
    gap: 36px;
    margin-left: 0;
    margin-right: 0;
}

body.letzdine-homepage .main-download-app .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0;
    padding-right: 0;
}

body.letzdine-homepage .main-download-app::before {
    content: "";
    position: absolute;
    inset: auto auto -120px -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(22, 159, 219, 0.16);
    filter: blur(20px);
}

body.letzdine-homepage .main-download-app::after {
    content: "";
    position: absolute;
    inset: 26px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

body.letzdine-homepage .main-download-app .image-container-for {
    position: relative;
}

body.letzdine-homepage .main-download-app .image-container-for::before {
    content: "";
    position: absolute;
    inset: 12% auto 10% 10%;
    width: min(360px, 80%);
    aspect-ratio: 1;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.26), rgba(15, 132, 199, 0.08));
}

body.letzdine-homepage .letzdine-homepage__phone-mockup {
    position: relative;
    display: inline-block;
    width: min(100%, 350px);
    margin-left: 100px;
}

body.letzdine-homepage .letzdine-homepage__phone-frame {
    position: relative;
    margin-left: 0 !important;
    max-width: min(100%, 350px);
    filter: drop-shadow(0 30px 48px rgba(2, 6, 23, 0.42));
}

body.letzdine-homepage .letzdine-homepage__phone-screen-shell {
    position: absolute;
    top: 6.8%;
    right: 7.9%;
    bottom: 2.4%;
    left: 7.9%;
    z-index: 1;
    overflow: hidden;
    border-radius: 34px;
    background: #ffffff;
}

body.letzdine-homepage .letzdine-homepage__phone-screen-shot {
    display: block;
    width: calc(100% + 10px);
    height: 100%;
    max-width: none;
    margin-left: -5px;
    object-fit: cover;
    object-position: top center;
}

body.letzdine-homepage .main-download-app .app-content {
    padding: 0 0 0 24px !important;
    position: relative;
    z-index: 1;
}

body.letzdine-homepage .app-content h2 {
    font-size: clamp(2.1rem, 3vw, 3.5rem);
    line-height: 1.03;
    margin-bottom: 18px;
    color: #f8fbff;
}

body.letzdine-homepage .app-content nav {
    gap: 16px;
}

body.letzdine-homepage .letzdine-homepage__app-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #bae6fd;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.letzdine-homepage .letzdine-homepage__app-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

body.letzdine-homepage .letzdine-homepage__app-copy {
    max-width: 540px;
    margin: 0 0 22px;
    color: rgba(232, 241, 250, 0.8);
    font-size: 1rem;
    line-height: 1.7;
}

body.letzdine-homepage #letzdine-home-app-downloads[hidden],
body.letzdine-homepage #letzdine-home-app-points[hidden] {
    display: none !important;
}

body.letzdine-homepage .letzdine-homepage__app-points {
    display: grid;
    gap: 14px;
    max-width: 560px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

body.letzdine-homepage .letzdine-homepage__app-point {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(8, 15, 31, 0.58);
    border: 1px solid rgba(125, 211, 252, 0.22);
    color: #f8fbff;
    line-height: 1.6;
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.18);
}

body.letzdine-homepage .letzdine-homepage__app-point::before {
    content: "";
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    margin-top: 0.45rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #38bdf8, #169fdb);
    box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.16);
}

body.letzdine-homepage .letzdine-homepage__why {
    padding: 18px 0 84px;
}

body.letzdine-homepage .letzdine-homepage__why-shell {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.letzdine-homepage .letzdine-homepage__why .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-left: 0;
    margin-right: 0;
}

body.letzdine-homepage .letzdine-homepage__why .row > [class*="col"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0;
    padding-right: 0;
}

body.letzdine-homepage .why_us_content {
    width: 100%;
    height: 100%;
    padding: 18px 0 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    text-align: left;
    align-items: flex-start !important;
    gap: 18px;
}

body.letzdine-homepage .why_us_content h6 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.2;
    color: var(--ld-home-copy);
}

body.letzdine-homepage .why_us_content p {
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--ld-home-muted);
}

body.letzdine-homepage .footer {
    padding-top: 0;
    background: #050814 !important;
}

body.letzdine-homepage .footer .main-footer {
    padding: 64px 0 28px;
}

body.letzdine-homepage .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
}

body.letzdine-homepage .footer-bottom p {
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991px) {
    body.letzdine-homepage .banner {
        height: auto;
        min-height: auto;
        padding: 96px 0 72px;
    }

    body.letzdine-homepage .banner .col-12.col-md-10.col-lg-11 {
        max-width: 100%;
        text-align: center !important;
    }

    body.letzdine-homepage .banner-title,
    body.letzdine-homepage .banner-subtitle {
        max-width: none;
    }

    body.letzdine-homepage .letzdine-homepage__service-switch,
    body.letzdine-homepage .letzdine-homepage__search-row,
    body.letzdine-homepage .address_search_btn {
        width: 100%;
        max-width: 100%;
    }

    body.letzdine-homepage .main-download-app .app-content {
        padding: 20px 0 0 !important;
        text-align: center;
    }

    body.letzdine-homepage .letzdine-homepage__feature-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.letzdine-homepage .main-download-app .row {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.letzdine-homepage .letzdine-homepage__why .row {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.letzdine-homepage .letzdine-homepage__app-copy {
        margin-left: auto;
        margin-right: auto;
    }

    body.letzdine-homepage .letzdine-homepage__phone-mockup {
        width: min(100%, 340px);
        margin-left: 0;
    }

    body.letzdine-homepage .letzdine-homepage__story-modal .modal-dialog {
        width: 100vw;
        max-width: 100vw;
    }

    body.letzdine-homepage .letzdine-homepage__story-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "hero"
            "media"
            "copy"
            "points";
        gap: 24px;
    }

    body.letzdine-homepage .letzdine-homepage__story-copy,
    body.letzdine-homepage .letzdine-homepage__story-points {
        grid-template-columns: 1fr;
    }

    body.letzdine-homepage .letzdine-homepage__story-media {
        position: relative;
        min-height: 520px;
        padding: 0 0 16px;
    }

    body.letzdine-homepage .letzdine-homepage__story-photo--primary {
        inset: 0 0 102px 92px;
    }

    body.letzdine-homepage .letzdine-homepage__story-photo--secondary {
        width: min(64%, 320px);
    }

    body.letzdine-homepage .letzdine-homepage__story-caption {
        width: min(60%, 300px);
    }

    body.letzdine-homepage .letzdine-homepage__story-point:nth-child(even) {
        transform: none;
    }

    body.letzdine-homepage .letzdine-homepage__story-point:nth-child(-n+3) {
        border-top: 1px solid rgba(15, 23, 42, 0.08);
        padding-top: 14px;
    }

    body.letzdine-homepage .letzdine-homepage__story-point:first-child {
        border-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    :root {
        --ld-home-shell: min(1520px, calc(100% - 16px));
    }

    body.letzdine-homepage .header-content {
        min-height: 72px;
    }

    body.letzdine-homepage .header-logo img {
        width: 144px !important;
    }

    body.letzdine-homepage .banner {
        min-height: auto;
        padding: 28px 0 32px;
    }

    body.letzdine-homepage .banner > .container {
        width: min(100%, calc(100% - 8px));
        padding-left: 4px;
        padding-right: 4px;
    }

    body.letzdine-homepage .banner .row {
        margin-left: 0;
        margin-right: 0;
    }

    body.letzdine-homepage .banner .col-12.col-md-10.col-lg-11 {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    body.letzdine-homepage .banner-title {
        max-width: 9ch;
        margin-bottom: 0.85rem !important;
        font-size: clamp(3.2rem, 11vw, 4.5rem);
        line-height: 0.95;
    }

    body.letzdine-homepage .banner-subtitle {
        max-width: none;
        font-size: 1rem;
        line-height: 1.45;
    }

    body.letzdine-homepage .letzdine-homepage__hero-intro {
        width: min(100%, 100%);
        gap: 12px;
        margin-bottom: 1.35rem !important;
        margin-left: auto;
        margin-right: auto;
    }

    body.letzdine-homepage .letzdine-homepage__hero-info-btn {
        display: inline;
        min-height: 0;
        padding: 0;
        margin-left: 0.35rem;
        border-radius: 0;
        font-size: inherit;
    }

    body.letzdine-homepage .address_search_btn {
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
        border-radius: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    body.letzdine-homepage .letzdine-homepage__search-panel {
        grid-template-columns: 1fr;
        grid-template-areas:
            "service"
            "search"
            "submit"
            "reservation"
            "reservation-hint"
            "weekly"
            "weekly-hint"
            "summary";
        width: 100%;
        max-width: 100%;
        gap: 14px;
        padding: 18px 16px 16px;
        border-radius: 24px;
        background: linear-gradient(135deg, rgba(10, 17, 28, 0.52), rgba(255, 255, 255, 0.1));
        box-shadow: 0 18px 40px rgba(4, 10, 20, 0.22);
    }

    body.letzdine-homepage .letzdine-homepage__search-row {
        width: 100%;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.letzdine-homepage .letzdine-homepage__reservation-row {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
    }

    body.letzdine-homepage .letzdine-homepage__search-panel[data-active-mode="ontable"],
    body.letzdine-homepage .letzdine-homepage__search-panel[data-active-mode="weeklymenu"] {
        grid-template-areas:
            "service"
            "search"
            "reservation"
            "reservation-hint"
            "weekly"
            "weekly-hint"
            "summary"
            "submit";
    }

    body.letzdine-homepage .letzdine-homepage__service-switch {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 10px;
        padding: 0;
        background: transparent;
        border: 0;
        backdrop-filter: none;
    }

    body.letzdine-homepage .letzdine-homepage__service-chip:nth-child(3):last-child {
        grid-column: 1 / -1;
        justify-content: center;
    }

    body.letzdine-homepage .letzdine-homepage__service-intro {
        font-size: 0.88rem;
        line-height: 1.4;
    }

    body.letzdine-homepage .customer-location-input,
    body.letzdine-homepage .letzdine-homepage__reservation-input,
    body.letzdine-homepage .select_type_dropdown,
    body.letzdine-homepage .show_restaurant_button {
        min-height: 58px;
        font-size: 0.94rem;
    }

    body.letzdine-homepage .customer-location-input {
        border-color: rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 10px 24px rgba(8, 15, 28, 0.14);
    }

    body.letzdine-homepage .show_restaurant_button {
        box-shadow: none;
    }

    body.letzdine-homepage .letzdine-homepage__story-modal {
        padding: 0 !important;
    }

    body.letzdine-homepage .letzdine-homepage__story-modal .modal-dialog {
        width: 100vw;
        max-width: 100vw;
        min-height: 100vh;
        margin: 0;
    }

    body.letzdine-homepage .letzdine-homepage__story-modal .modal-content {
        min-height: 100vh;
        max-height: none;
        border-radius: 0;
    }

    body.letzdine-homepage .letzdine-homepage__story-modal .modal-header {
        padding: 20px 18px 0;
    }

    body.letzdine-homepage .letzdine-homepage__story-modal .modal-body {
        overflow-y: visible;
        padding: 16px 18px 26px;
    }

    body.letzdine-homepage .letzdine-homepage__story-layout {
        gap: 20px;
    }

    body.letzdine-homepage .letzdine-homepage__story-close {
        width: 46px;
        height: 46px;
        border-radius: 16px;
        font-size: 1.8rem;
    }

    body.letzdine-homepage .letzdine-homepage__story-hero {
        gap: 14px;
    }

    body.letzdine-homepage .letzdine-homepage__story-hero h2 {
        max-width: none;
        font-size: 2.35rem;
    }

    body.letzdine-homepage .letzdine-homepage__story-copy,
    body.letzdine-homepage .letzdine-homepage__story-points {
        grid-template-columns: 1fr;
    }

    body.letzdine-homepage .letzdine-homepage__story-hero p,
    body.letzdine-homepage .letzdine-homepage__story-point p,
    body.letzdine-homepage .letzdine-homepage__story-caption p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    body.letzdine-homepage .letzdine-homepage__story-point {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 14px 0;
    }

    body.letzdine-homepage .letzdine-homepage__story-point-index {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        font-size: 0.8rem;
    }

    body.letzdine-homepage .letzdine-homepage__story-media {
        min-height: 390px;
        padding-bottom: 8px;
    }

    body.letzdine-homepage .letzdine-homepage__story-photo {
        border-radius: 24px;
    }

    body.letzdine-homepage .letzdine-homepage__story-photo--primary {
        inset: 0 0 86px 44px;
    }

    body.letzdine-homepage .letzdine-homepage__story-photo--secondary {
        width: min(78%, 250px);
        border-radius: 22px;
    }

    body.letzdine-homepage .letzdine-homepage__story-caption {
        right: 6px;
        bottom: 12px;
        width: min(76%, 270px);
        padding: 16px 16px 15px;
        border-radius: 20px;
    }

    body.letzdine-homepage .letzdine-homepage__story-caption-label {
        min-height: 28px;
        margin-bottom: 8px;
        font-size: 0.68rem;
    }

    body.letzdine-homepage .main-download-app {
        padding: 26px 18px;
        border-radius: 28px;
    }

    body.letzdine-homepage .feature {
        padding-top: 60px;
    }

    body.letzdine-homepage .letzdine-homepage__feature-grid > div:not(:last-child) .letzdine-homepage__feature-card::after {
        display: none;
    }

    body.letzdine-homepage .letzdine-homepage__feature-card {
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    body.letzdine-homepage .letzdine-homepage__feature-icon {
        width: 64px;
        height: 64px;
        border-radius: 20px;
    }

    body.letzdine-homepage .app {
        margin-top: 44px;
        padding-bottom: 52px;
    }

    body.letzdine-homepage .letzdine-homepage__phone-mockup {
        width: min(100%, 300px);
        margin-left: 0;
    }

    body.letzdine-homepage .letzdine-homepage__why {
        padding-bottom: 56px;
    }

    body.letzdine-homepage .why_us_content {
        padding-top: 18px;
    }
}

@media (max-width: 480px) {
    body.letzdine-homepage .banner {
        padding: 18px 0 28px;
    }

    body.letzdine-homepage #spliter-wrapper {
        overflow-y: auto;
        align-items: flex-start;
        padding-top: 50px;
    }

    body.letzdine-homepage .password-section {
        margin-top: 20px;
        padding: 15px;
    }

    body.letzdine-homepage .banner-title {
        max-width: 100%;
        font-size: 3rem;
    }

    body.letzdine-homepage .banner-subtitle {
        font-size: 0.92rem;
    }

    body.letzdine-homepage .letzdine-homepage__hero-intro {
        margin-bottom: 1.1rem !important;
    }

    body.letzdine-homepage .letzdine-homepage__service-chip {
        min-height: 58px;
        justify-content: flex-start;
    }

    body.letzdine-homepage .main-download-app .image-container-for::before {
        left: 4%;
        width: 88%;
    }

    body.letzdine-homepage .letzdine-homepage__phone-screen-shell {
        border-radius: 26px;
    }

    body.letzdine-homepage .letzdine-homepage__service-switch {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.letzdine-homepage .letzdine-homepage__service-chip {
        min-height: 52px;
        font-size: 0.92rem;
        border-radius: 16px;
    }

    body.letzdine-homepage .letzdine-homepage__reservation-label {
        font-size: 0.82rem;
    }

    body.letzdine-homepage .letzdine-homepage__search-panel {
        padding: 16px 14px 14px;
        border-radius: 22px;
    }

    body.letzdine-homepage .letzdine-homepage__story-hero h2 {
        font-size: 2rem;
    }
}

@media (max-width: 379.98px) {
    body.letzdine-homepage .letzdine-homepage__service-switch {
        gap: 8px;
    }

    body.letzdine-homepage .letzdine-homepage__service-chip {
        gap: 8px;
        padding: 0 12px;
        font-size: 0.88rem;
    }

    body.letzdine-homepage .letzdine-homepage__service-chip[data-order-type="ontable"] span {
        display: none;
    }

    body.letzdine-homepage .letzdine-homepage__service-chip[data-order-type="ontable"]::after {
        content: "Tischreserv.";
        font-size: 0.88rem;
        font-weight: 700;
        line-height: 1;
    }
}
