

:root {
    --brand-dark: #1f1f1f;
    --brand-accent: #ffbf00;
    --text-muted: #6c757d;
    --font-heading: "Ersoz Kurumsal Baslik", Georgia, "Times New Roman", serif;
    --font-body: "Ersoz Kurumsal Metin", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    
    --site-header-offset: clamp(3.65rem, 14vw, 5.5rem);
    --touch-target-min: 2.75rem;
}

@media (min-width: 992px) {
    :root {
        --site-header-offset: clamp(4.5rem, 12vh, 6.25rem);
    }
}


.btn,
.btn-sm,
.btn-lg,
.btn-group > .btn,
.btn-group-vertical > .btn,
.navbar-toggler,
.btn-close,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-radius: 0 !important;
}


html {
    height: 100%;
    overflow-y: auto;
    overflow-x: clip;
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

@supports not (overflow: clip) {
    html {
        overflow-x: hidden;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    min-height: 100%;
    font-family: var(--font-body);
    color: #212529;
    background-color: #ffffff;
    overflow-x: clip;
}

@supports not (overflow: clip) {
    body {
        overflow-x: hidden;
    }
}

img,
video {
    max-width: 100%;
    height: auto;
}


a:focus-visible,
button:focus-visible,
.menu-category-card:focus-visible {
    outline: 2px solid var(--brand-accent);
    outline-offset: 2px;
}

.menu-category-card:focus:not(:focus-visible) {
    outline: none;
}


.site-main {
    min-height: 0;
    overflow-x: clip;
    max-width: 100%;
}

@supports not (overflow: clip) {
    .site-main {
        overflow-x: hidden;
    }
}


header.site-header nav.navbar {
    overflow: visible;
}

header.site-header .navbar-brand {
    overflow: visible;
}


header.site-header .site-header-navbar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header.site-header .site-header-navbar-brand {
        padding-left: max(0.5rem, calc((100vw - 720px) / 2 + 0.75rem - 4.2rem));
    }
}

@media (min-width: 992px) {
    header.site-header .site-header-navbar-inner {
        flex-wrap: nowrap;
    }

    
    header.site-header .site-header-navbar-brand {
        padding-left: max(0.5rem, calc((100vw - 960px) / 2 + 0.75rem - 4.2rem));
    }
}

@media (min-width: 1200px) {
    header.site-header .site-header-navbar-brand {
        padding-left: max(0.5rem, calc((100vw - 1140px) / 2 + 0.75rem - 4.2rem));
    }
}

@media (min-width: 1400px) {
    header.site-header .site-header-navbar-brand {
        padding-left: max(0.5rem, calc((100vw - 1320px) / 2 + 0.75rem - 4.2rem));
    }
}

.site-logo {
    width: 76px;
    height: 76px;
    object-fit: contain;
    vertical-align: middle;
    flex-shrink: 0;
    transform: scale(1.62);
    transform-origin: left center;
}


@media (max-width: 991.98px) {
    header.site-header {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        overflow-x: clip;
    }

    
    header.site-header nav.navbar {
        max-width: 100%;
        overflow-x: clip;
        box-sizing: border-box;
    }

    @supports not (overflow: clip) {
        header.site-header,
        header.site-header nav.navbar {
            overflow-x: hidden;
        }
    }

    header.site-header .site-header-navbar-inner {
        padding-left: max(0.6rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.45rem, env(safe-area-inset-right, 0px));
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        gap: 0.25rem;
        row-gap: 0.35rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    header.site-header .site-header-navbar-brand {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - var(--touch-target-min, 2.75rem) - 0.5rem);
        padding-left: 0 !important;
        margin-right: 0.25rem;
    }

    header.site-header .navbar-toggler {
        flex-shrink: 0;
        min-width: var(--touch-target-min, 2.75rem);
        min-height: var(--touch-target-min, 2.75rem);
        padding: 0.5rem 0.55rem;
        margin-left: auto;
    }

    .site-logo {
        width: 64px;
        height: 64px;
        max-width: min(64px, 22vw);
        transform: scale(1.24);
        transform-origin: left center;
    }

    header.site-header .site-header-collapse {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        max-height: min(72vh, calc(100dvh - 4.5rem));
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        margin-top: 0.25rem;
        padding-top: 0.35rem;
        padding-left: max(0.25rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.25rem, env(safe-area-inset-right, 0px));
        padding-bottom: max(0.65rem, env(safe-area-inset-bottom, 0px));
    }

    header.site-header .site-header-collapse.collapsing {
        transition: height 0.32s ease;
    }

    header.site-header .site-header-nav-row {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    header.site-header .site-header-nav-main {
        width: 100%;
        max-width: 100%;
        align-items: stretch !important;
    }

    header.site-header ul.navbar-nav.site-nav > li.nav-item > a.nav-link {
        padding: 0.65rem 1rem;
        min-height: var(--touch-target-min, 2.75rem);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header.site-header .site-header-nav-end {
        width: 100%;
        align-items: stretch;
        padding-top: 0.45rem;
        margin-top: 0.35rem;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    header.site-header .site-header-paket-item {
        width: 100%;
        text-align: center;
    }

    header.site-header nav.navbar.navbar-dark .site-header-paket-item p.site-nav-label.site-header-paket-heading {
        white-space: normal;
    }

    header.site-header nav.navbar.navbar-dark .site-header-paket-item a.nav-link.site-header-paket-link {
        font-size: clamp(1rem, 4.5vw, 1.4rem);
        white-space: normal;
        word-break: break-word;
        padding: 0.6rem 0.85rem;
        min-height: var(--touch-target-min, 2.75rem);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 359.98px) {
    .site-logo {
        width: 52px;
        height: 52px;
        max-width: 52px;
        transform: scale(1.14);
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
}

p,
li,
a,
button,
input,
textarea,
label,
span {
    font-family: var(--font-body);
}

header.site-header nav.navbar.navbar-dark ul.navbar-nav.site-nav li.nav-item a.nav-link {
    font-family: var(--font-body);
    color: #fff;
    text-decoration: none;
}

header.site-header nav.navbar.navbar-dark ul.navbar-nav.site-nav li.nav-item a.nav-link:hover,
header.site-header nav.navbar.navbar-dark ul.navbar-nav.site-nav li.nav-item a.nav-link:focus {
    color: #fff;
}

header.site-header nav.navbar.navbar-dark ul.navbar-nav.site-nav li.nav-item a.nav-link p.site-nav-label,
header.site-header nav.navbar.navbar-dark ul.navbar-nav.site-nav li.nav-item a.nav-link p {
    font-family: var(--font-body);
    margin-bottom: 0;
    line-height: 1.5;
    color: inherit;
}


header.site-header ul.navbar-nav.site-nav > li.site-nav-item--menu > a.nav-link .site-nav-label {
    font-size: calc(1em + 3px);
}

header.site-header nav.navbar.navbar-dark ul.navbar-nav.site-nav li.nav-item a.nav-link.active {
    color: var(--brand-accent);
    font-weight: 400;
}

header.site-header nav.navbar.navbar-dark ul.navbar-nav.site-nav li.nav-item a.nav-link.active:hover,
header.site-header nav.navbar.navbar-dark ul.navbar-nav.site-nav li.nav-item a.nav-link.active:focus {
    color: var(--brand-accent);
}

header.site-header nav.navbar.navbar-dark ul.navbar-nav.site-nav li.nav-item a.nav-link:hover,
header.site-header nav.navbar.navbar-dark ul.navbar-nav.site-nav li.nav-item a.nav-link:focus-visible {
    text-decoration: underline;
    text-decoration-color: #fff;
    text-underline-offset: 0.22em;
    text-decoration-thickness: 1px;
}


@media (min-width: 992px) {
    header.site-header nav.navbar.navbar-expand-lg > .site-header-navbar-inner {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    header.site-header .site-header-collapse.navbar-collapse {
        flex: 1 1 auto;
        min-width: 0;
    }

    header.site-header .site-header-nav-center {
        display: flex;
        justify-content: center;
        flex: 1 1 auto;
        min-width: 0;
    }

    header.site-header .site-header-nav-end {
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        flex-shrink: 0;
        margin-right: 0;
        
        padding-right: calc(1cm + env(safe-area-inset-right, 0px));
    }

    header.site-header .site-header-nav-end .site-header-paket-item .site-header-paket-link {
        padding-right: 0;
    }

    header.site-header ul.navbar-nav.site-nav > li.nav-item > a.nav-link {
        padding-left: 1.05rem;
        padding-right: 1.05rem;
    }
}


.site-header-nav-sep {
    display: inline-block;
    width: 1px;
    height: 2.15rem;
    background-color: #fff;
    vertical-align: middle;
    flex-shrink: 0;
    user-select: none;
}


header.site-header nav.navbar.navbar-dark .site-header-paket-item p.site-nav-label.site-header-paket-heading {
    font-family: var(--font-body);
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    white-space: nowrap;
}

@keyframes site-header-paket-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.62;
    }
}

header.site-header nav.navbar.navbar-dark .site-header-paket-item a.nav-link.site-header-paket-link {
    white-space: nowrap;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    animation: site-header-paket-pulse 1.25s ease-in-out infinite;
}

header.site-header nav.navbar.navbar-dark .site-header-paket-item a.nav-link.site-header-paket-link:hover,
header.site-header nav.navbar.navbar-dark .site-header-paket-item a.nav-link.site-header-paket-link:focus {
    color: #fff;
    opacity: 1;
    animation: none;
}

@media (prefers-reduced-motion: reduce) {
    header.site-header nav.navbar.navbar-dark .site-header-paket-item a.nav-link.site-header-paket-link {
        animation: none;
    }

    .whatsapp-fab::before {
        animation: none;
    }
}

.hero-section {
    background: linear-gradient(180deg, #fff8e1 0%, #ffffff 100%);
}


.home-hero-slider {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    max-height: min(70vh, 520px);
    background: #2a2a2a;
}

.home-hero-slider__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

.home-hero-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
}

.home-hero-slider__slide.is-active {
    opacity: 1;
    z-index: 1;
}

.home-hero-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-slider__slide {
        transition: none;
    }
}


.site-main.site-main--home-fullslider {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
}

.home-hero-fullscreen {
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    height: calc(100svh - var(--site-header-offset));
    max-height: calc(100dvh - var(--site-header-offset));
    min-height: 220px;
    box-sizing: border-box;
    overflow: hidden;
}

.home-hero-slider--fullscreen {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: unset;
    max-height: none;
    max-width: none;
    box-sizing: border-box;
    background: #2a2a2a;
}

.home-hero-slider--fullscreen .home-hero-slider__viewport {
    min-height: 0;
}

.home-hero-fullscreen__fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-sizing: border-box;
    background:
        linear-gradient(135deg, rgba(255, 191, 0, 0.22), rgba(31, 31, 31, 0.2)),
        #2a2a2a;
}

.placeholder-visual {
    min-height: 260px;
    background:
        linear-gradient(135deg, rgba(255, 191, 0, 0.25), rgba(31, 31, 31, 0.15)),
        #f8f9fa;
    border: 1px solid #e9ecef;
}


@keyframes whatsapp-fab-ping {
    0% {
        transform: scale(1);
        opacity: 0.22;
    }
    100% {
        transform: scale(1.06);
        opacity: 0;
    }
}

.whatsapp-fab {
    position: fixed;
    right: max(12px, env(safe-area-inset-right, 0px));
    bottom: max(14px, env(safe-area-inset-bottom, 0px));
    left: auto;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    max-width: calc(100vw - 1.25rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px));
    min-height: var(--touch-target-min, 2.75rem);
    padding: 0.55rem 1rem;
    background: #1ba34a;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    text-align: center;
    line-height: 1.25;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    isolation: isolate;
    overflow: visible;
}

.whatsapp-fab::before {
    content: '';
    position: absolute;
    z-index: 0;
    inset: 0;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    pointer-events: none;
    animation: whatsapp-fab-ping 2.8s ease-out infinite;
}

.whatsapp-fab__label {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    font-size: clamp(0.78rem, 2.8vw, 0.875rem);
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 359.98px) {
    .whatsapp-fab {
        padding: 0.5rem 0.75rem;
    }

    .whatsapp-fab__label {
        white-space: normal;
        max-width: 9rem;
    }
}

.whatsapp-fab:hover,
.whatsapp-fab:focus {
    color: #fff;
    background: #189944;
}

.whatsapp-fab:hover::before,
.whatsapp-fab:focus-visible::before {
    animation-play-state: paused;
}


.site-footer {
    padding-top: clamp(1.25rem, 4vw, 1.5rem) !important;
    padding-bottom: max(1.25rem, env(safe-area-inset-bottom, 0px)) !important;
}

.site-footer .container {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: max(0.75rem, calc(var(--bs-gutter-x, 1.5rem) * 0.5), env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, calc(var(--bs-gutter-x, 1.5rem) * 0.5), env(safe-area-inset-right, 0px));
}

.site-footer__inner {
    overflow-x: visible;
    text-align: center;
}

.site-footer__line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    line-height: 1.55;
    white-space: normal;
    max-width: 100%;
}

.site-footer__chunk {
    flex-shrink: 1;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.site-footer__chunk a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--touch-target-min, 2.75rem);
    padding: 0.35rem 0.6rem;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .site-footer__line {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.65rem 1.15rem;
    }
}

@media (min-width: 992px) {
    .site-footer__inner {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .site-footer__line {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: baseline;
        white-space: nowrap;
        gap: clamp(1rem, 4vw, 2rem);
    }

    .site-footer__chunk {
        flex-shrink: 0;
    }

    .site-footer__chunk a {
        display: inline;
        min-height: 0;
        padding: 0;
    }
}

.site-footer__rule {
    margin: 1.1rem auto 0.85rem;
    max-width: 10rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
}

.site-footer__brand-mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    text-align: center;
    flex-wrap: nowrap;
}

.site-footer__brand-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--touch-target-min, 2.75rem);
    padding: 0.15rem 0;
    line-height: 1.2;
    opacity: 1;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.site-footer__brand-link:hover,
.site-footer__brand-link:focus-visible {
    opacity: 0.92;
    color: #fff;
    text-decoration: none;
}

.site-footer__brand-img {
    display: block;
    max-height: 2.35rem;
    width: auto;
    max-width: min(120px, 42vw);
    height: auto;
}

.site-footer__brand-text {
    color: #fff;
    text-decoration: none;
}

.site-footer__copyright {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
}


.about-hero {
    position: relative;
    min-height: clamp(200px, 42vh, 460px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
}

.about-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.about-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(31, 31, 31, 0.26) 0%, rgba(31, 31, 31, 0.58) 100%);
}

.about-hero--plain .about-hero__scrim {
    background: linear-gradient(
        165deg,
        rgba(53, 48, 40, 0.95) 0%,
        var(--brand-dark, #1f1f1f) 50%,
        rgba(42, 38, 18, 0.98) 100%
    );
}

.about-hero__inner {
    position: relative;
    z-index: 2;
    padding: 2.5rem max(1rem, env(safe-area-inset-left, 0px)) 2rem max(1rem, env(safe-area-inset-right, 0px));
    max-width: 100%;
    box-sizing: border-box;
}

.about-hero__title {
    font-family: var(--font-heading, Georgia, "Times New Roman", serif);
    color: #fff;
    font-weight: 400;
    font-size: clamp(1.3rem, 5vw + 0.35rem, 2.5rem);
    margin-bottom: 0.65rem;
    line-height: 1.18;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.about-hero__breadcrumb-wrap {
    margin-top: 0.25rem;
    max-width: 100%;
}

.about-hero__breadcrumb {
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.55);
    --bs-breadcrumb-item-active-color: #fff;
    background: transparent;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.25rem;
}

.about-hero__breadcrumb .breadcrumb-item,
.about-hero__breadcrumb .breadcrumb-item a {
    color: #fff;
}

.about-hero__breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.about-hero__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.55);
}

.about-hero__crumb-link {
    color: #fff;
    opacity: 0.92;
    text-decoration: none;
}

.about-hero__crumb-link:hover {
    color: #fff;
    opacity: 1;
    text-decoration: underline;
}

.about-hero__crumb-current {
    color: #fff;
    opacity: 0.9;
}

.about-body {
    overflow-x: clip;
    max-width: 100%;
}

@supports not (overflow: clip) {
    .about-body {
        overflow-x: hidden;
    }
}

.about-body.py-5 {
    padding-top: clamp(2rem, 6vw, 3rem) !important;
    padding-bottom: clamp(2rem, 6vw, 3rem) !important;
}

.about-body__text {
    max-width: none;
    color: #000;
    line-height: 1.7;
    font-size: clamp(1rem, 2.8vw, 1.05rem);
    overflow-wrap: break-word;
    word-break: break-word;
}


.contact-body {
    background: linear-gradient(180deg, #fafbfc 0%, #f1f3f5 100%);
    overflow-x: clip;
    max-width: 100%;
}

@supports not (overflow: clip) {
    .contact-body {
        overflow-x: hidden;
    }
}

.contact-body.py-5 {
    padding-top: clamp(2rem, 6vw, 3rem) !important;
    padding-bottom: clamp(2rem, 6vw, 3rem) !important;
}

.contact-panel {
    background: #fff;
    border: 1px solid #e8eaed;
    padding: clamp(1.15rem, 4vw, 1.75rem) clamp(1rem, 3.5vw, 1.5rem) clamp(1.1rem, 3.5vw, 1.5rem);
    box-shadow: 0 6px 28px rgba(31, 31, 31, 0.07);
    max-width: 100%;
    box-sizing: border-box;
}

.contact-panel__title {
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(1.12rem, 3.2vw, 1.28rem);
    font-weight: 400;
    color: #000;
    margin: 0 0 0.25rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.contact-panel__title-icon {
    display: inline-flex;
    width: 1.65rem;
    height: 1.65rem;
    flex-shrink: 0;
    color: var(--brand-accent, #ffbf00);
}

.contact-panel__title-icon .contact-channel__svg {
    width: 100%;
    height: 100%;
}

.contact-panel--hours {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.contact-panel--hours .contact-panel__title {
    justify-content: center;
}

.contact-panel--hours .contact-hours-block__label,
.contact-panel--hours .contact-hours-block__value {
    text-align: center;
}

.contact-channel-list .contact-channel {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.05rem 0;
    border-bottom: 1px solid #eee;
}

.contact-channel-list .contact-channel:first-child {
    padding-top: 0.35rem;
}

.contact-channel-list .contact-channel--last,
.contact-channel-list .contact-channel:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-channel__badge {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.contact-channel__badge--phone {
    background: var(--brand-dark, #1f1f1f);
    color: #fff;
}

.contact-channel__badge--wa {
    background: #25d366;
    color: #fff;
}

.contact-channel__badge--mail {
    background: #fff;
    color: var(--brand-dark, #1f1f1f);
    border: 1px solid #dee2e6;
}

.contact-channel__badge--pin {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
}

.contact-channel__svg {
    width: 22px;
    height: 22px;
    display: block;
}

.contact-channel__svg--wa {
    width: 24px;
    height: 24px;
}

.contact-channel__body {
    min-width: 0;
    flex: 1;
}

.contact-channel__label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 0.2rem;
}

.contact-channel__value {
    font-size: 1.0625rem;
    line-height: 1.45;
    color: #000;
}

.contact-channel__value a {
    color: #0d6efd;
    text-decoration: none;
    display: inline-block;
    padding: 0.2rem 0;
    min-height: var(--touch-target-min, 2.75rem);
    line-height: 1.45;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .contact-channel__value a {
        min-height: 0;
        padding: 0;
    }
}

.contact-channel__value a:hover {
    text-decoration: underline;
}

.contact-channel__value--address {
    font-size: 1rem;
    line-height: 1.55;
}

.contact-hours-block__label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #6c757d;
    display: block;
    margin-bottom: 0.35rem;
}

.contact-hours-block__value {
    font-size: 1.35rem;
    font-weight: 700;
    color: #000;
    line-height: 1.45;
    font-family: var(--font-body);
}

.contact-body__empty {
    color: #6c757d;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 0.25rem;
}


.contact-map-fullbleed {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}

.contact-map-fullbleed__frame {
    display: block;
    width: 100%;
    height: min(52vh, 520px);
    min-height: 280px;
    border: 0;
}


@media (max-width: 575.98px) {
    .contact-map-fullbleed__frame {
        height: min(45vh, 380px);
        min-height: 220px;
    }
}


@media (max-width: 767.98px) {
    body.page-menu .whatsapp-fab {
        display: none !important;
    }
}


.menu-page.menu-app {
    position: relative;
    isolation: isolate;
    padding-left: max(0px, env(safe-area-inset-left, 0px));
    padding-right: max(0px, env(safe-area-inset-right, 0px));
    padding-bottom: max(2.5rem, calc(1.5rem + env(safe-area-inset-bottom, 0px)));
    background:
        radial-gradient(ellipse 130% 95% at 50% -18%, rgba(255, 191, 0, 0.16), transparent 52%),
        radial-gradient(ellipse 90% 60% at 100% 40%, rgba(255, 200, 120, 0.08), transparent 45%),
        radial-gradient(ellipse 80% 50% at 0% 70%, rgba(255, 220, 170, 0.1), transparent 42%),
        linear-gradient(168deg, #fffefb 0%, #fff6ea 32%, #ffecd8 62%, #ffe2c2 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.page-menu .site-main {
    background-color: #ffedd8;
}

.menu-app__inner {
    position: relative;
    z-index: 1;
}

.menu-app__header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 0.5rem;
}

.menu-app__title {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(2rem, 7vw, 2.85rem);
    color: var(--brand-dark);
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0 0 0.65rem;
}

.menu-app__title::after {
    content: "";
    display: block;
    width: 2.75rem;
    height: 3px;
    margin: 0.9rem auto 0;
    background: linear-gradient(90deg, transparent, var(--brand-accent), transparent);
    border-radius: 2px;
}

.menu-app__tagline {
    max-width: 22rem;
    margin: 0 auto;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #6b5348;
}

.menu-app__section-label {
    display: block;
    text-align: center;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a7264;
    margin: 0 0 1.15rem;
}


.menu-app__section-rule {
    margin: 1.35rem auto 1.85rem;
    max-width: min(100%, 40rem);
    height: 1px;
    border: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(107, 83, 72, 0.28) 14%,
        rgba(107, 83, 72, 0.28) 86%,
        transparent 100%
    );
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.menu-app__alert {
    border: none;
    border-radius: 14px;
    box-shadow: 0 6px 28px rgba(31, 31, 31, 0.08);
}

.menu-products-panel__toolbar {
    text-align: center;
    margin-bottom: 1.35rem;
}

.menu-products-panel__toolbar .menu-app__title {
    margin-bottom: 0;
}

.menu-products-panel__toolbar .menu-app__title::after {
    margin-top: 0.75rem;
}

.menu-products-panel__loading {
    text-align: center;
    font-size: 0.9375rem;
    color: #7a6558;
}

.menu-products-panel__empty {
    text-align: center;
    font-size: 0.9375rem;
    color: #7a6558;
    padding: 0.5rem 0 1rem;
}

.menu-products-panel__message {
    text-align: center;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-size: 0.9375rem;
}

.menu-products-panel__message--error {
    color: #842029;
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.2);
}

.menu-page .menu-category-grid {
    --menu-card-aspect: 4 / 3;
    --menu-card-min-h: 148px;
    justify-content: center;
}

.menu-category-card {
    display: flex;
    align-items: flex-end;
    aspect-ratio: var(--menu-card-aspect);
    min-height: var(--menu-card-min-h);
    padding: 1rem 1.15rem;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #2f2820;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.12) inset,
        0 8px 28px rgba(45, 32, 20, 0.18),
        0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease;
}

.menu-category-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none;
}

.menu-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        transparent 42%,
        rgba(45, 32, 20, 0.55) 72%,
        rgba(20, 14, 10, 0.88) 100%
    );
    pointer-events: none;
}

.menu-category-card:hover {
    color: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.14) inset,
        0 12px 36px rgba(45, 32, 20, 0.24),
        0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (prefers-reduced-motion: reduce) {
    .menu-category-card {
        transition: none;
    }
}


.menu-category-card.is-active {
    outline: none;
    box-shadow:
        0 0 0 3px var(--brand-accent),
        0 1px 0 rgba(255, 255, 255, 0.12) inset,
        0 8px 28px rgba(45, 32, 20, 0.2);
}

.menu-category-card.is-active:hover {
    box-shadow:
        0 0 0 3px var(--brand-accent),
        0 1px 0 rgba(255, 255, 255, 0.14) inset,
        0 12px 36px rgba(45, 32, 20, 0.26);
}

.menu-category-card__title {
    position: relative;
    z-index: 2;
    font-family: var(--font-heading);
    font-size: clamp(1.12rem, 2.9vw, 1.38rem);
    line-height: 1.22;
    font-weight: 400;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.85),
        0 4px 16px rgba(0, 0, 0, 0.45);
}


#menu-products-panel {
    scroll-margin-top: calc(4.75rem + env(safe-area-inset-top, 0px));
    margin-top: 4rem;
}


.card.menu-product-card {
    --menu-product-card-bg: #2c2a28;
    --menu-product-card-img-bg: #242220;
    --font-menu-price: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--menu-product-card-bg);
    color: rgba(255, 255, 255, 0.94);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.06) inset,
        0 4px 18px rgba(35, 28, 22, 0.35),
        0 14px 40px rgba(20, 14, 10, 0.28);
    transition: box-shadow 0.25s ease;
}

.card.menu-product-card .card-body,
.card.menu-product-card .menu-product-card__body {
    background: var(--menu-product-card-bg);
}

.menu-product-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.card.menu-product-card .h6,
.card.menu-product-card h3 {
    color: #fff;
    font-size: 20px;
}

.menu-product-card__gramaj {
    display: inline-block;
    margin-left: 0.45rem;
    padding: 0.16rem 0.5rem;
    border-radius: 999px;
    font-size: 0.72em;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.12);
    vertical-align: middle;
}

.card.menu-product-card .text-secondary {
    color: rgba(255, 255, 255, 0.68) !important;
}

.card.menu-product-card:hover {
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 8px 28px rgba(35, 28, 22, 0.4),
        0 22px 56px rgba(20, 14, 10, 0.32);
}

.menu-product-card__img-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--menu-product-card-img-bg, #252528);
}

.menu-product-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.9) contrast(1.04) saturate(1.06);
}


.menu-product-card__no-photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    height: 100%;
    min-height: 11rem;
    padding: 1.25rem 1rem;
    text-align: center;
    color: rgba(255, 248, 235, 0.88);
    background:
        radial-gradient(ellipse 90% 80% at 50% 20%, rgba(255, 191, 0, 0.18), transparent 55%),
        linear-gradient(160deg, #35302a 0%, #252220 45%, #1c1916 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.menu-product-card__no-photo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 191, 0, 0.55);
    opacity: 0.95;
}

.menu-product-card__no-photo-label {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.35;
    max-width: 12rem;
    color: rgba(255, 245, 230, 0.72);
}

@media (prefers-reduced-motion: reduce) {
    .card.menu-product-card {
        transition: none;
    }

    .menu-product-card__img {
        filter: none;
    }
}

.menu-product-prices {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    width: 100%;
    align-items: stretch;
}


.menu-product-prices > .menu-price-block:only-child {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
}


.menu-product-prices > .menu-price-block {
    align-self: stretch;
}


.menu-price-block {
    --price-block-radius: 1.65rem;
    flex: 1 1 calc(50% - 0.3125rem);
    min-width: min(100%, 9.25rem);
    max-width: 100%;
    padding: 1rem 1.2rem 1.1rem;
    border: none;
    border-radius: var(--price-block-radius);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    gap: 0.35rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(100% 120% at 10% -20%, rgba(255, 191, 0, 0.22), transparent 55%),
        linear-gradient(165deg, #ffffff 0%, #fffbf3 48%, #fff6e6 100%);
    box-shadow:
        0 1px 2px rgba(31, 31, 31, 0.04),
        0 10px 32px rgba(31, 31, 31, 0.08);
    transition: box-shadow 0.2s ease;
}

.menu-price-block::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    pointer-events: none;
    z-index: 0;
}

.menu-price-block > * {
    position: relative;
    z-index: 1;
}

.menu-price-block[data-price-type="kg"],
.menu-price-block[data-price-type="ml"],
.menu-price-block[data-price-type="servis"],
.menu-price-block[data-price-type="durum"] {
    background:
        radial-gradient(90% 100% at 100% 0%, rgba(31, 31, 31, 0.06), transparent 50%),
        linear-gradient(165deg, #ffffff 0%, #f8f9fb 50%, #f1f3f5 100%);
    box-shadow:
        0 1px 2px rgba(31, 31, 31, 0.05),
        0 10px 28px rgba(31, 31, 31, 0.07);
}

.menu-product-card:hover .menu-price-block {
    box-shadow:
        0 2px 4px rgba(31, 31, 31, 0.06),
        0 14px 36px rgba(31, 31, 31, 0.1);
}

.menu-product-card:hover .menu-price-block[data-price-type="kg"],
.menu-product-card:hover .menu-price-block[data-price-type="ml"],
.menu-product-card:hover .menu-price-block[data-price-type="servis"],
.menu-product-card:hover .menu-price-block[data-price-type="durum"] {
    box-shadow:
        0 2px 4px rgba(31, 31, 31, 0.07),
        0 14px 34px rgba(31, 31, 31, 0.09);
}

@media (prefers-reduced-motion: reduce) {
    .menu-price-block {
        transition: none;
    }
}

.menu-price-block__head-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.6rem;
    margin-bottom: 0.28rem;
}

.menu-price-block__head-extra {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.25;
    color: #3a3128;
}

.menu-price-block[data-price-type="porsiyon"] .menu-price-block__head-extra {
    color: #352c22;
}

.menu-price-block__head {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.065em;
    line-height: 1.25;
    color: #3d3210;
    background: rgba(255, 191, 0, 0.44);
    border: 1px solid rgba(212, 155, 0, 0.5);
}

.menu-price-block[data-price-type="kg"] .menu-price-block__head,
.menu-price-block[data-price-type="adet"] .menu-price-block__head,
.menu-price-block[data-price-type="gram"] .menu-price-block__head,
.menu-price-block[data-price-type="ml"] .menu-price-block__head,
.menu-price-block[data-price-type="servis"] .menu-price-block__head,
.menu-price-block[data-price-type="durum"] .menu-price-block__head {
    color: #1e2329;
    background: rgba(31, 31, 31, 0.11);
    border-color: rgba(31, 31, 31, 0.18);
}

.menu-price-block__amount {
    font-family: var(--font-menu-price, system-ui, sans-serif);
    font-size: clamp(1.35rem, 4.1vw, 1.85rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--brand-dark);
    letter-spacing: -0.035em;
    font-variant-numeric: tabular-nums;
    margin-top: auto;
}

.menu-price-block__sub {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b5d3a;
    line-height: 1.45;
    margin-top: 0.15rem;
    flex-shrink: 0;
    opacity: 0.94;
}

.menu-price-block[data-price-type="kg"] .menu-price-block__sub,
.menu-price-block[data-price-type="adet"] .menu-price-block__sub,
.menu-price-block[data-price-type="gram"] .menu-price-block__sub,
.menu-price-block[data-price-type="ml"] .menu-price-block__sub,
.menu-price-block[data-price-type="servis"] .menu-price-block__sub,
.menu-price-block[data-price-type="durum"] .menu-price-block__sub {
    color: #5c636a;
}


.page-preloader {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.page-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


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

.page-preloader .pl {
    display: block;
    width: min(12rem, 72vw);
    height: auto;
    max-width: 100%;
    aspect-ratio: 1;
}

.page-preloader .pl__ring {
    animation: preloader-ringA 2s linear infinite;
}

.page-preloader .pl__ring--a {
    stroke: #f42f25;
}

.page-preloader .pl__ring--b {
    animation-name: preloader-ringB;
    stroke: #f49725;
}

.page-preloader .pl__ring--c {
    animation-name: preloader-ringC;
    stroke: #255ff4;
}

.page-preloader .pl__ring--d {
    animation-name: preloader-ringD;
    stroke: #f42582;
}

@media (prefers-reduced-motion: reduce) {
    .page-preloader .pl__ring {
        animation: none;
    }

    .page-preloader {
        transition-duration: 0.15s;
    }
}

@keyframes preloader-ringA {
    from, 4% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }

    12% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -335;
    }

    32% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -595;
    }

    40%, 54% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -660;
    }

    62% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -665;
    }

    82% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -925;
    }

    90%, to {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -990;
    }
}

@keyframes preloader-ringB {
    from, 12% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -110;
    }

    20% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -115;
    }

    40% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -195;
    }

    48%, 62% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    70% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    90% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -305;
    }

    98%, to {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }
}

@keyframes preloader-ringC {
    from {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    8% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    28% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    36%, 58% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    66% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    86% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    94%, to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}

@keyframes preloader-ringD {
    from, 8% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    16% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    36% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    44%, 50% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    58% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    78% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    86%, to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}


.console-category-sort-col {
    width: 2.25rem;
}

.console-category-sort-handle {
    cursor: grab;
    font-size: 1.1rem;
    line-height: 1;
    vertical-align: middle;
    user-select: none;
    -webkit-user-select: none;
}

.console-category-sort-handle:active {
    cursor: grabbing;
}


body.console-table-sort--dragging {
    cursor: grabbing !important;
}

body.console-table-sort--dragging .console-category-sort-row:not(.is-dragging) td {
    opacity: 0.4;
    transition: opacity 0.12s ease;
}

.console-category-sort-row.is-dragging td {
    opacity: 1 !important;
    background: linear-gradient(180deg, #fffef6 0%, #fff3cc 100%) !important;
    border-top: 2px solid var(--brand-accent) !important;
    border-bottom: 2px solid var(--brand-accent) !important;
    box-shadow: 0 6px 28px rgba(31, 31, 31, 0.18);
}

.console-category-sort-row.is-dragging td:first-child {
    border-left: 2px solid var(--brand-accent) !important;
}

.console-category-sort-row.is-dragging td:last-child {
    border-right: 2px solid var(--brand-accent) !important;
}

.console-category-sort-row.is-dragging {
    position: relative;
    z-index: 40;
}

.console-category-sort-row.is-dragging .console-category-sort-handle {
    cursor: grabbing;
    color: var(--brand-dark);
    background: rgba(255, 191, 0, 0.35);
}


.console-category-sort-row.is-insert-target td {
    border-top: 3px solid var(--brand-accent) !important;
    box-shadow: inset 0 2px 0 rgba(255, 191, 0, 0.5);
}

.console-category-sort-row.is-insert-after td {
    border-bottom: 3px solid var(--brand-accent) !important;
    box-shadow: inset 0 -2px 0 rgba(255, 191, 0, 0.5);
}

@media (prefers-reduced-motion: reduce) {
    body.console-table-sort--dragging .console-category-sort-row:not(.is-dragging) td {
        transition: none;
    }
}

/* ——— Menü QR (menu-qr.php) ——— */
.menu-qr-heading {
    font-family: var(--font-heading);
    color: var(--brand-dark);
}

.menu-qr-section {
    flex: 1;
}

.menu-qr-card {
    max-width: 26rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(165deg, #fafafa 0%, #f0eeeb 100%);
    box-shadow: 0 0.35rem 1.25rem rgba(31, 31, 31, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-qr-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: inset 0 0 0 1px rgba(31, 31, 31, 0.06);
}

.menu-qr-box img,
.menu-qr-box canvas {
    display: block;
    width: 280px;
    height: auto;
    max-width: 100%;
}

.menu-qr-image {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

.menu-qr-download-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.menu-qr-download-btn {
    min-width: 10rem;
    font-family: var(--font-body);
}

.menu-qr-url {
    width: 100%;
    font-size: 0.9rem;
    word-break: break-all;
    font-family: var(--font-body);
    text-align: center;
}

@media print {
    .site-header,
    .site-footer,
    .page-preloader,
    .whatsapp-fab {
        display: none !important;
    }

    .menu-qr-section .text-secondary a[href] {
        text-decoration: none;
        color: inherit;
    }

    .menu-qr-card {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .menu-qr-download-wrap {
        display: none !important;
    }
}
