:root {
    --qr-bg: #070707;
    --qr-panel: #101010;
    --qr-panel-soft: #151515;
    --qr-card: #121212;
    --qr-card-2: #171717;
    --qr-line: rgba(219, 151, 42, 0.25);
    --qr-line-soft: rgba(255, 255, 255, 0.08);
    --qr-gold: #d99a28;
    --qr-gold-soft: #f0b546;
    --qr-text: #fff7e9;
    --qr-muted: rgba(255, 247, 233, 0.72);
    --qr-dim: rgba(255, 247, 233, 0.52);
    --qr-black: #050505;
}

* {
    box-sizing: border-box;
}

html {
    background: var(--qr-black);
}

body {
    margin: 0;
    min-height: 100dvh;
    background:
        radial-gradient(circle at 50% 0, rgba(217, 154, 40, 0.18), transparent 34rem),
        #030303;
    color: var(--qr-text);
    font-family: "Manrope", Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
}

.qr-phone {
    width: min(100%, 506px);
    min-height: 100dvh;
    margin: 0 auto;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 15rem),
        var(--qr-bg);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 42px rgba(0, 0, 0, 0.55);
}

.qr-hero {
    position: relative;
    min-height: 250px;
    padding: 15px 14px 22px;
    overflow: hidden;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    isolation: isolate;
}

.qr-drink-page .qr-hero {
    min-height: 228px;
}

.qr-hero::before,
.qr-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.qr-hero::before {
    background:
        linear-gradient(90deg, rgba(2, 2, 2, 0.96) 0%, rgba(6, 5, 4, 0.82) 37%, rgba(7, 5, 3, 0.38) 72%, rgba(2, 2, 2, 0.9) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0.98));
}

.qr-hero::after {
    background:
        radial-gradient(circle at 55% 33%, rgba(255, 118, 14, 0.52), transparent 7rem),
        radial-gradient(circle at 75% 78%, rgba(217, 154, 40, 0.18), transparent 12rem);
    mix-blend-mode: screen;
}

.qr-topbar {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.qr-logo {
    width: 116px;
    min-height: 54px;
    display: flex;
    align-items: center;
}

.qr-logo img {
    width: 112px;
    height: auto;
}

.qr-top-actions {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-top: 3px;
}

.qr-langs {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 22px;
    color: rgba(255, 247, 233, 0.72);
    font-size: 0.63rem;
    line-height: 1;
}

.qr-langs a {
    color: inherit;
}

.qr-langs a + a::before {
    content: "|";
    margin-right: 7px;
    color: rgba(255, 247, 233, 0.3);
}

.qr-langs .active {
    color: var(--qr-gold-soft);
}

.qr-menu-button {
    display: grid;
    place-items: center;
    gap: 3px;
    width: 29px;
    height: 29px;
    border: 1px solid var(--qr-gold);
    color: var(--qr-gold);
    padding: 0;
    background: rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.qr-menu-button span {
    width: 14px;
    height: 1px;
    background: currentColor;
}

.qr-hero-copy {
    position: relative;
    z-index: 2;
    width: 48%;
    margin-top: 31px;
}

.qr-drink-page .qr-hero-copy {
    margin-top: 23px;
}

.qr-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--qr-gold-soft);
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1;
}

.qr-hero h1 {
    margin: 0;
    color: var(--qr-text);
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 2.23rem;
    font-weight: 700;
    line-height: 0.86;
    text-transform: uppercase;
}

.qr-drink-page .qr-hero h1 {
    font-size: 2.65rem;
}

.qr-rule {
    display: block;
    width: 88px;
    height: 2px;
    margin: 10px 0 10px;
    background: var(--qr-gold);
}

.qr-hero p {
    margin: 0;
    color: rgba(255, 247, 233, 0.92);
    font-size: 0.83rem;
    line-height: 1.35;
}

.hero-small-icon {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-top: 13px;
    color: var(--qr-gold);
    border: 1px solid rgba(211, 160, 52, 0.48);
    border-radius: 50%;
    background: rgba(8, 7, 5, 0.45);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.28);
}

.qr-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.qr-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 91;
    width: min(84vw, 330px);
    height: 100dvh;
    padding: 25px 24px;
    color: var(--qr-text);
    background: #100d08;
    border-left: 1px solid rgba(211, 160, 52, 0.3);
    box-shadow: -20px 0 45px rgba(0, 0, 0, 0.45);
    transform: translateX(105%);
    transition: transform 0.28s ease;
    overflow-y: auto;
}

.qr-menu-open {
    overflow: hidden;
}

.qr-menu-open .qr-drawer-backdrop {
    opacity: 1;
    visibility: visible;
}

.qr-menu-open .qr-drawer {
    transform: translateX(0);
}

.qr-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.qr-drawer-head img {
    width: 120px;
}

.qr-drawer-close {
    width: 36px;
    height: 36px;
    border: 1px solid var(--qr-gold);
    color: var(--qr-gold);
    background: transparent;
    font: 300 1.65rem/1 Arial, sans-serif;
    cursor: pointer;
}

.qr-drawer-nav {
    display: grid;
    margin-top: 14px;
}

.qr-drawer-nav a {
    padding: 14px 3px;
    color: rgba(255, 247, 233, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

.qr-drawer-nav a:hover,
.qr-drawer-nav a.active {
    color: var(--qr-gold);
}

.hero-small-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-food-image {
    position: absolute;
    right: 18px;
    bottom: 19px;
    z-index: 1;
    width: 53%;
    height: 121px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    opacity: 0.98;
    filter: saturate(1.08) contrast(1.08) brightness(0.82);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.7);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0 55%, rgba(0, 0, 0, 0.8) 66%, transparent 78%);
    mask-image: radial-gradient(ellipse at 50% 50%, #000 0 55%, rgba(0, 0, 0, 0.8) 66%, transparent 78%);
}

.hero-drink-image {
    position: absolute;
    right: 12px;
    bottom: 0;
    z-index: 1;
    width: 48%;
    max-height: 200px;
    object-fit: contain;
    object-position: right bottom;
    opacity: 0.98;
    mix-blend-mode: screen;
    filter: saturate(1.03) contrast(1.08);
}

.hero-drink-art {
    position: absolute;
    right: 18px;
    top: 45px;
    z-index: 1;
    width: 174px;
    height: 160px;
}

.qr-food-page .hero-drink-art {
    right: 10px;
    top: 48px;
    transform: scale(0.72);
    transform-origin: right top;
}

.hero-glass {
    position: absolute;
    left: 3px;
    top: 0;
    width: 92px;
    height: 145px;
}

.hero-glass::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 1px;
    width: 50px;
    height: 86px;
    border: 2px solid rgba(255, 234, 195, 0.82);
    border-top-width: 1px;
    border-radius: 44% 44% 48% 48% / 8% 8% 54% 54%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 23%),
        linear-gradient(180deg, transparent 42%, rgba(244, 189, 78, 0.42) 43%, rgba(186, 107, 28, 0.58) 78%, transparent 79%);
    box-shadow:
        inset 8px 0 10px rgba(255, 255, 255, 0.12),
        inset -8px 0 12px rgba(255, 255, 255, 0.08),
        0 0 28px rgba(217, 154, 40, 0.28);
}

.hero-glass::after {
    content: "";
    position: absolute;
    left: 45px;
    top: 84px;
    width: 2px;
    height: 48px;
    background: rgba(255, 234, 195, 0.76);
    box-shadow: 0 47px 0 17px rgba(255, 234, 195, 0.2);
}

.hero-glass span {
    position: absolute;
    left: 31px;
    top: 63px;
    width: 30px;
    height: 10px;
    border-radius: 50%;
    background: rgba(244, 189, 78, 0.42);
}

.hero-candle {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 57px;
    height: 75px;
    border: 1px solid rgba(217, 154, 40, 0.65);
    border-radius: 7px;
    background:
        repeating-linear-gradient(105deg, rgba(217, 154, 40, 0.55) 0 2px, transparent 2px 10px),
        rgba(28, 12, 6, 0.68);
    box-shadow: 0 0 26px rgba(217, 117, 25, 0.28);
}

.hero-candle span {
    position: absolute;
    left: 22px;
    top: 26px;
    width: 14px;
    height: 23px;
    border-radius: 50% 50% 50% 50% / 65% 65% 35% 35%;
    background: #ffb13c;
    box-shadow: 0 0 24px 11px rgba(255, 128, 32, 0.45);
}

.qr-tabs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(88px, 1fr);
    overflow-x: auto;
    scrollbar-width: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, #171717, #111);
}

.qr-tabs::-webkit-scrollbar {
    display: none;
}

.qr-tab {
    position: relative;
    display: flex;
    min-height: 83px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 10px 7px;
    color: rgba(255, 247, 233, 0.78);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.qr-tab.active {
    color: var(--qr-gold);
}

.qr-tab.active::after {
    content: "";
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 0;
    height: 1px;
    background: var(--qr-gold);
}

.qr-tab svg {
    box-sizing: content-box;
    width: 22px;
    height: 22px;
    padding: 7px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    border: 1px solid rgba(255, 247, 233, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
}

.qr-tab.active svg {
    border-color: rgba(211, 160, 52, 0.58);
    background: rgba(211, 160, 52, 0.08);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.qr-tab span {
    min-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: currentColor;
    font-size: 0.57rem;
    font-weight: 500;
    line-height: 1.15;
}

.qr-content {
    padding: 15px 20px 18px;
    background:
        radial-gradient(circle at 50% 0, rgba(217, 154, 40, 0.07), transparent 14rem),
        var(--qr-bg);
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 0 12px;
    color: var(--qr-gold);
}

.section-heading::before,
.section-heading::after {
    content: "";
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--qr-gold));
}

.section-heading::after {
    background: linear-gradient(90deg, var(--qr-gold), transparent);
}

.section-heading h2 {
    margin: 0;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1.36rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.section-heading-sm {
    margin-top: 19px;
    margin-bottom: 8px;
}

.section-heading-sm h2 {
    font-size: 1.48rem;
}

.food-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.food-card {
    display: block;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--qr-line-soft);
    border-radius: 2px;
    background: linear-gradient(180deg, var(--qr-card-2), var(--qr-card));
}

.qr-salads-page .food-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.qr-salads-page .food-card {
    grid-column: span 2;
}

.qr-salads-page .food-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.food-media {
    position: relative;
    aspect-ratio: 1.53 / 1;
    overflow: hidden;
    background: #17110b;
}

.food-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.5)),
        radial-gradient(circle at 50% 40%, transparent 32%, rgba(0, 0, 0, 0.12));
    pointer-events: none;
}

.food-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.08) brightness(0.72);
}

.food-badge {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    max-width: 88%;
    padding: 5px 6px;
    color: #fff;
    background: linear-gradient(90deg, #c47a13, #e6a32c);
    font-size: 0.48rem;
    font-weight: 700;
    line-height: 1;
}

.food-badge::before {
    content: "*";
    margin-right: 3px;
}

.food-card-body {
    padding: 7px 7px 9px;
}

.food-card-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 4px;
}

.food-card h3 {
    min-width: 0;
    margin: 0;
    color: var(--qr-text);
    font-size: 0.66rem;
    font-weight: 500;
    line-height: 1.15;
    text-transform: uppercase;
}

.food-card strong {
    flex: 0 0 auto;
    color: var(--qr-gold);
    font-size: 0.63rem;
    font-weight: 600;
}

.food-card p {
    margin: 0;
    color: rgba(255, 247, 233, 0.66);
    font-size: 0.52rem;
    line-height: 1.38;
}

.glass-wine-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 2px 0 12px;
}

.glass-wine-card {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-width: 0;
    padding: 4px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.glass-wine-card:last-child {
    border-right: 0;
}

.wine-glass-image {
    display: block;
    width: 45px;
    height: 70px;
}

.wine-glass-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.glass-wine-card h3 {
    margin: 0 0 6px;
    color: var(--qr-gold);
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.glass-wine-card p {
    margin: 0 0 6px;
    color: var(--qr-muted);
    font-size: 0.51rem;
    line-height: 1.35;
}

.glass-wine-card strong {
    color: var(--qr-gold-soft);
    font-size: 0.94rem;
    font-weight: 600;
}

.wine-glass,
.wine-mini-glass {
    position: relative;
    display: block;
    width: 34px;
    height: 66px;
    margin: 0 auto;
}

.wine-glass::before,
.wine-mini-glass::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    width: 20px;
    height: 37px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 44% 44% 50% 50% / 8% 8% 58% 58%;
    background:
        linear-gradient(180deg, transparent 45%, var(--wine-color, #7a0f14) 46%, rgba(25, 10, 8, 0.88) 84%, transparent 85%);
}

.wine-glass::after,
.wine-mini-glass::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 37px;
    width: 1px;
    height: 23px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 23px 0 9px rgba(255, 255, 255, 0.35);
}

.wine-red {
    --wine-color: #771016;
    --bottle-color: #5c1015;
}

.wine-rose {
    --wine-color: #c46a48;
    --bottle-color: #b6573d;
}

.wine-white {
    --wine-color: #d7bc65;
    --bottle-color: #b89132;
}

.wine-sparkling {
    --wine-color: #dfc778;
    --bottle-color: #87724c;
}

.wine-list {
    padding: 0 17px;
}

.wine-row {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) 54px;
    gap: 11px;
    align-items: center;
    min-height: 82px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.wine-row:last-child {
    border-bottom: 0;
}

.wine-pack {
    position: relative;
    width: 62px;
    height: 66px;
}

.wine-pack img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wine-bottle {
    position: absolute;
    left: 6px;
    bottom: 3px;
    width: 18px;
    height: 55px;
    border-radius: 5px 5px 3px 3px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 32%, rgba(0, 0, 0, 0.28)),
        var(--bottle-color, #5c1015);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.wine-bottle::before {
    content: "";
    position: absolute;
    left: 5px;
    top: -10px;
    width: 8px;
    height: 13px;
    border-radius: 3px 3px 0 0;
    background: inherit;
}

.wine-bottle::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 22px;
    width: 14px;
    height: 15px;
    background: rgba(255, 241, 212, 0.82);
}

.wine-mini-glass {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 30px;
    height: 52px;
}

.wine-mini-glass::before {
    left: 6px;
    width: 18px;
    height: 29px;
}

.wine-mini-glass::after {
    left: 15px;
    top: 29px;
    height: 18px;
    box-shadow: 0 18px 0 8px rgba(255, 255, 255, 0.35);
}

.wine-copy {
    min-width: 0;
}

.wine-copy h3 {
    margin: 0 0 2px;
    color: var(--qr-gold);
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.wine-copy strong {
    display: block;
    margin-bottom: 2px;
    color: var(--qr-text);
    font-size: 0.62rem;
    font-weight: 500;
    line-height: 1.1;
}

.wine-copy p {
    margin: 0;
    color: var(--qr-muted);
    font-size: 0.55rem;
    line-height: 1.25;
}

.wine-price {
    justify-self: end;
    color: var(--qr-gold-soft);
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1.17rem;
    font-weight: 700;
}

.drink-section-intro {
    max-width: 360px;
    margin: -3px auto 8px;
    color: rgba(255, 247, 233, 0.84);
    font-size: 0.67rem;
    line-height: 1.45;
    text-align: center;
}

.drink-list {
    padding: 0 14px;
}

.drink-row {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 54px;
    gap: 12px;
    align-items: center;
    min-height: 84px;
    border-bottom: 1px solid rgba(217, 154, 40, 0.14);
}

.drink-row:last-child {
    border-bottom: 0;
}

.drink-copy {
    min-width: 0;
}

.drink-badge {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    margin-bottom: 4px;
    padding: 3px 7px;
    border: 1px solid rgba(217, 154, 40, 0.7);
    border-radius: 3px;
    color: var(--qr-gold-soft);
    font-size: 0.48rem;
    font-weight: 700;
    line-height: 1;
}

.drink-badge::before {
    content: "*";
    margin-right: 4px;
}

.drink-copy h3 {
    margin: 0 0 4px;
    color: var(--qr-gold-soft);
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.drink-copy p {
    margin: 0;
    color: rgba(255, 247, 233, 0.78);
    font-size: 0.59rem;
    line-height: 1.38;
}

.drink-price {
    justify-self: end;
    color: var(--qr-gold-soft);
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 700;
}

.drink-thumb {
    position: relative;
    display: block;
    width: 66px;
    height: 70px;
    justify-self: center;
    filter: drop-shadow(0 8px 13px rgba(0, 0, 0, 0.42));
}

.drink-thumb::before,
.drink-thumb::after {
    content: none;
}

.drink-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.full-menu-link {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 7px;
    min-height: 48px;
    margin-top: 18px;
    padding: 8px 16px;
    border: 1px solid rgba(217, 154, 40, 0.42);
    color: var(--qr-gold-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(217, 154, 40, 0.025));
}

.qr-drink-page .full-menu-link {
    margin-top: 7px;
}

.secondary-menu-link {
    margin-top: 8px;
}

.full-menu-link svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.full-menu-link span {
    min-width: 0;
    text-align: center;
}

.full-menu-link strong {
    display: block;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-size: 1.03rem;
    font-weight: 700;
    line-height: 1;
}

.full-menu-link small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 247, 233, 0.74);
    font-size: 0.58rem;
    line-height: 1.25;
}

.full-menu-link b {
    justify-self: center;
    font-size: 1.15rem;
    font-weight: 400;
}

@media (max-width: 420px) {
    .qr-hero {
        min-height: 238px;
    }

    .qr-hero-copy {
        width: 54%;
        margin-top: 24px;
    }

    .qr-logo,
    .qr-logo img {
        width: 98px;
    }

    .qr-langs {
        gap: 5px;
        font-size: 0.58rem;
    }

    .qr-langs span + span::before {
        margin-right: 5px;
    }

    .qr-hero h1 {
        font-size: 1.94rem;
    }

    .qr-drink-page .qr-hero h1 {
        font-size: 2.36rem;
    }

    .hero-food-image {
        right: -4px;
        width: 55%;
        height: 114px;
    }

    .hero-drink-art {
        right: -2px;
        transform: scale(0.9);
        transform-origin: right top;
    }

    .qr-content {
        padding-left: 12px;
        padding-right: 12px;
    }

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

    .qr-salads-page .food-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qr-salads-page .food-card,
    .qr-salads-page .food-card:nth-child(4) {
        grid-column: auto;
    }

    .glass-wine-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .glass-wine-card {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        padding: 4px 18px 10px;
    }

    .glass-wine-card:last-child {
        border-bottom: 0;
    }

    .wine-list {
        padding: 0;
    }

    .drink-list {
        padding: 0;
    }

    .drink-row {
        grid-template-columns: 64px minmax(0, 1fr) 43px;
        gap: 8px;
        min-height: 82px;
    }

    .drink-thumb {
        width: 58px;
        height: 66px;
    }

    .drink-copy h3 {
        font-size: 0.9rem;
    }

    .drink-copy p {
        font-size: 0.54rem;
    }

    .drink-price {
        font-size: 1.3rem;
    }
}

@media (min-width: 507px) {
    body {
        padding: 18px 0;
    }

    .qr-phone {
        min-height: calc(100dvh - 36px);
    }
}

@media (min-width: 900px) {
    body {
        padding: 32px;
    }

    .qr-phone {
        width: min(1180px, 100%);
        min-height: calc(100dvh - 64px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 18px;
    }

    .qr-hero,
    .qr-drink-page .qr-hero {
        min-height: 430px;
        padding: 28px 42px 42px;
    }

    .qr-logo,
    .qr-logo img {
        width: 160px;
    }

    .qr-hero-copy,
    .qr-drink-page .qr-hero-copy {
        width: 46%;
        margin-top: 72px;
    }

    .qr-hero h1,
    .qr-drink-page .qr-hero h1 {
        font-size: clamp(3.5rem, 6vw, 5.6rem);
        line-height: 0.88;
    }

    .qr-hero p {
        max-width: 470px;
        font-size: 1.05rem;
    }

    .hero-food-image {
        right: 5%;
        bottom: 30px;
        width: 48%;
        height: 310px;
    }

    .hero-drink-image {
        right: 5%;
        width: 43%;
        max-height: 390px;
    }

    .qr-tabs {
        justify-content: center;
        grid-auto-columns: minmax(145px, 190px);
        padding: 8px 24px;
    }

    .qr-tab {
        min-height: 108px;
    }

    .qr-content {
        padding: 42px 48px 56px;
    }

    .section-heading h2 {
        font-size: 2.4rem;
    }

    .food-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .food-card,
    .qr-salads-page .food-card,
    .qr-salads-page .food-card:nth-child(4) {
        grid-column: auto;
    }

    .food-media {
        height: 240px;
    }

    .drink-list,
    .wine-list {
        max-width: 920px;
        margin-inline: auto;
    }

    .drink-row {
        grid-template-columns: 110px minmax(0, 1fr) 80px;
        min-height: 126px;
    }

    .drink-thumb {
        width: 96px;
        height: 108px;
    }

    .glass-wine-grid {
        max-width: 980px;
        margin-inline: auto;
    }
}
