﻿:root {
    color-scheme: dark;
    --bg: #050814;
    --bg-2: #0c1019;
    --panel: rgba(12, 18, 32, 0.82);
    --panel-strong: rgba(9, 14, 27, 0.94);
    --panel-soft: rgba(255, 255, 255, 0.04);
    --line: rgba(233, 196, 109, 0.2);
    --line-strong: rgba(242, 210, 123, 0.42);
    --text: #f5f1e8;
    --muted: #c2cad8;
    --gold: #d8b25a;
    --gold-2: #f2d27b;
    --blue: #7da2ff;
    --cyan: #73e2ff;
    --shadow: 0 24px 72px rgba(0, 0, 0, 0.42);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --radius-btn: 12px;
    --content-width: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--text);
    font-family: 'Cormorant Garamond', Georgia, serif;
    line-height: 1.6;
    background:
        radial-gradient(circle at 16% 8%, rgba(242, 210, 123, 0.14), transparent 24%),
        radial-gradient(circle at 82% 12%, rgba(255, 158, 92, 0.12), transparent 28%),
        radial-gradient(circle at 70% 72%, rgba(125, 162, 255, 0.05), transparent 18%),
        linear-gradient(180deg, #04070c 0%, #08101a 42%, #040507 100%);
}

body.modal-open {
    overflow: hidden;
}

body.nav-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

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

button,
input,
textarea,
select {
    font: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-glow,
.site-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.site-glow {
    background:
        radial-gradient(circle at 14% 20%, rgba(242, 210, 123, 0.18), transparent 24%),
        radial-gradient(circle at 78% 15%, rgba(255, 158, 92, 0.16), transparent 28%),
        radial-gradient(circle at 50% 80%, rgba(125, 162, 255, 0.04), transparent 22%);
    filter: blur(14px);
    opacity: 0.85;
}

.site-noise {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.22;
    mix-blend-mode: screen;
}

.site-header,
.site-main,
.site-footer {
    position: relative;
    z-index: 1;
}

.site-header,
.site-main,
.site-footer {
    width: min(var(--content-width), calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.site-header {
    margin-top: 18px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(8, 13, 24, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 22px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    z-index: 60;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 0 0 auto;
}

.brand__logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    object-fit: cover;
    border: 1px solid rgba(242, 210, 123, 0.22);
    background: linear-gradient(180deg, rgba(242, 210, 123, 0.12), rgba(5, 8, 15, 0.92));
    box-shadow:
        0 10px 26px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.brand__text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.brand__wordmark,
.hero__wordmark {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    align-items: end;
    width: max-content;
    text-transform: uppercase;
    letter-spacing: 0;
}

.brand__wordmark {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.95rem;
    line-height: 0.84;
}

.hero__wordmark {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(3.7rem, 8vw, 7.4rem);
    line-height: 0.72;
}

.brand__wordmark-main,
.hero__wordmark-main {
    grid-column: 1;
    grid-row: 1;
}

.brand__wordmark-bar,
.hero__wordmark-bar {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    font-size: 0.24em;
    letter-spacing: 0.46em;
    text-align: center;
    color: inherit;
}

.brand__wordmark-seven,
.hero__wordmark-seven {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: start;
    margin-left: 0.04em;
    margin-top: -0.02em;
    font-size: 1.62em;
    line-height: 0.58;
    font-weight: 700;
    color: inherit;
}

.brand__wordmark-seven {
    align-self: center;
    margin-left: 0.06em;
    font-size: 1.68em;
    line-height: 0.56;
}

.brand__text small {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    white-space: nowrap;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    position: relative;
    z-index: 61;
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: var(--radius-btn);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-direction: column;
    position: relative;
    z-index: 62;
}

.nav-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
    transition: transform 180ms ease, opacity 180ms ease;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 61;
    padding: 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(14px);
}

.site-nav__link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: rgba(245, 241, 232, 0.78);
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.site-nav__link:hover,
.site-nav__link.is-active {
    color: var(--text);
    background: linear-gradient(180deg, rgba(216, 178, 90, 0.18), rgba(216, 178, 90, 0.1));
    border-color: rgba(242, 210, 123, 0.32);
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

.site-nav__link.is-active {
    color: #fff;
    border-color: rgba(242, 210, 123, 0.42);
}

.header-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: var(--radius-btn);
    border: 1px solid rgba(216, 178, 90, 0.32);
    background: linear-gradient(135deg, rgba(216, 178, 90, 0.22), rgba(125, 162, 255, 0.08));
    color: var(--text);
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta:hover,
.button:hover {
    transform: translateY(-1px);
    border-color: rgba(242, 210, 123, 0.65);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.button--ghost {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.1);
}

.button--bolt {
    background: linear-gradient(135deg, rgba(92, 255, 141, 0.22), rgba(12, 18, 26, 0.92));
    border-color: rgba(92, 255, 141, 0.36);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.button--rect,
.header-cta,
.button {
    border-radius: var(--radius-btn);
}

.site-main {
    padding: 22px 0 56px;
}

.page-section {
    margin-top: 28px;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 42px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(242, 210, 123, 0.24);
    background:
        linear-gradient(180deg, rgba(4, 8, 16, 0.26), rgba(4, 8, 16, 0.9)),
        var(--hero-image, linear-gradient(135deg, #10192b, #05070d));
    background-size: cover;
    background-position: center center;
    box-shadow: var(--shadow);
    isolation: isolate;
}

.hero--compact {
    min-height: 260px;
    padding: 24px 28px;
}

.hero--menu.hero--compact {
    min-height: 190px;
    padding: 18px 22px 20px;
}

.hero--compact .hero__grid {
    min-height: 180px;
    align-items: center;
}

.hero--menu.hero--compact .hero__grid {
    min-height: 130px;
    gap: 20px;
    align-items: center;
}

.hero--compact .hero__content {
    max-width: 640px;
}

.hero--menu.hero--compact .hero__content {
    max-width: 560px;
}

.hero--compact h1 {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    max-width: 10ch;
}

.hero--menu.hero--compact h1 {
    font-size: clamp(1.9rem, 3.4vw, 3rem);
    max-width: 10ch;
}

.hero--compact p {
    font-size: 0.98rem;
    max-width: 56ch;
}

.hero--menu.hero--compact p {
    font-size: 0.9rem;
    max-width: 52ch;
}

.hero--compact .hero__panel {
    width: min(100%, 360px);
}

.hero--menu.hero--compact .hero__panel {
    width: min(100%, 300px);
}

.hero-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    width: min(100%, 560px);
}

.hero-fact {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-fact strong {
    display: block;
    color: var(--gold-2);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.hero-fact span {
    display: block;
    margin-top: 5px;
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.4;
}

.hero::before {
    content: '';
    position: absolute;
    inset: -42px auto auto -64px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 210, 123, 0.2), transparent 68%);
    filter: blur(3px);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 8, 16, 0.84) 0%, rgba(4, 8, 16, 0.42) 52%, rgba(4, 8, 16, 0.28) 100%),
        radial-gradient(circle at top right, rgba(242, 210, 123, 0.2), transparent 36%),
        linear-gradient(180deg, rgba(255, 167, 91, 0.08), transparent 30%);
    pointer-events: none;
}

.hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 32px;
    align-items: end;
    min-height: 540px;
}

.hero__content {
    max-width: 720px;
}

body.page-home .hero {
    min-height: clamp(760px, 90vh, 920px);
    padding: clamp(28px, 4vw, 58px);
    background-image:
        linear-gradient(90deg, rgba(4, 8, 16, 0.82) 0%, rgba(4, 8, 16, 0.58) 32%, rgba(4, 8, 16, 0.22) 60%, rgba(4, 8, 16, 0.08) 100%),
        url('../images/home-hero-lounge.jpg');
    background-size: cover;
    background-position: center center;
}

body.page-home .hero::after {
    background:
        linear-gradient(90deg, rgba(4, 8, 16, 0.24) 0%, rgba(4, 8, 16, 0.1) 45%, rgba(4, 8, 16, 0.0) 72%, rgba(4, 8, 16, 0.12) 100%),
        radial-gradient(circle at 84% 12%, rgba(242, 210, 123, 0.16), transparent 28%),
        radial-gradient(circle at 18% 18%, rgba(8, 13, 23, 0.2), transparent 34%);
}

body.page-home .hero::before {
    display: none;
}

body.page-home .hero__grid {
    align-items: center;
    min-height: clamp(680px, 80vh, 840px);
}

body.page-home .hero__content {
    position: relative;
    width: min(100%, 840px);
    max-width: 840px;
    padding: 24px 24px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(4, 8, 16, 0.52), rgba(4, 8, 16, 0.2));
    border: 1px solid rgba(242, 210, 123, 0.14);
    backdrop-filter: blur(10px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

body.page-home .hero__content::before {
    display: none;
}

body.page-home .hero h1 {
    max-width: none;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
    margin-bottom: 2px;
}

body.page-home .hero p {
    max-width: 58ch;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.38);
}

body.page-home .hero__panel {
    display: grid;
    width: min(100%, 470px);
    align-self: center;
}

body.page-home .hero-card {
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.58), rgba(8, 13, 23, 0.78));
}

body.page-home .hero-card:first-child {
    border-color: rgba(242, 210, 123, 0.26);
    background: linear-gradient(180deg, rgba(242, 210, 123, 0.1), rgba(8, 13, 23, 0.72));
}

body.page-home .hero-meta {
    gap: 10px;
}

body.page-home .hero .eyebrow {
    background: rgba(8, 13, 23, 0.6);
    border-color: rgba(242, 210, 123, 0.24);
}

body.page-jedla .hero {
    min-height: clamp(560px, 72vh, 860px);
    padding: clamp(28px, 4vw, 58px);
    background-image:
        linear-gradient(180deg, rgba(4, 8, 16, 0.42) 0%, rgba(4, 8, 16, 0.5) 100%),
        url('../images/menu-food-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #060a12;
}

body.page-jedla .hero::before {
    inset: -72px auto auto -72px;
    width: 320px;
    height: 320px;
    opacity: 0.9;
}

body.page-jedla .hero::after {
    background:
        linear-gradient(180deg, rgba(4, 8, 16, 0.18) 0%, rgba(4, 8, 16, 0.28) 100%),
        radial-gradient(circle at 84% 14%, rgba(242, 210, 123, 0.12), transparent 28%),
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.04), transparent 24%);
}

body.page-jedla .hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    place-items: center;
    min-height: clamp(460px, 58vh, 700px);
}

body.page-jedla .hero__content {
    position: relative;
    width: min(100%, 760px);
    padding: clamp(22px, 2.6vw, 30px);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.58), rgba(8, 13, 23, 0.28));
    border: 1px solid rgba(242, 210, 123, 0.16);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: grid;
    justify-items: center;
}

body.page-jedla .hero h1 {
    max-width: none;
    margin-bottom: 6px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

body.page-jedla .hero p {
    max-width: 58ch;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

body.page-jedla .hero-facts {
    width: min(100%, 420px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
}

body.page-jedla .hero-fact {
    width: min(100%, 360px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    text-align: center;
}

body.page-jedla .menu-page {
    padding: 0 0 48px;
}

body.page-jedla .menu-sheet {
    width: min(100%, 1240px);
    margin-top: 0;
}

body.page-napoje .hero {
    min-height: clamp(560px, 72vh, 860px);
    padding: clamp(28px, 4vw, 58px);
    background-image:
        linear-gradient(180deg, rgba(4, 8, 16, 0.38) 0%, rgba(4, 8, 16, 0.52) 100%),
        url('../images/menu-drinks-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #060a12;
}

body.page-napoje .hero::before {
    inset: -72px auto auto -72px;
    width: 320px;
    height: 320px;
    opacity: 0.85;
}

body.page-napoje .hero::after {
    background:
        linear-gradient(180deg, rgba(4, 8, 16, 0.18) 0%, rgba(4, 8, 16, 0.28) 100%),
        radial-gradient(circle at 84% 14%, rgba(115, 226, 255, 0.12), transparent 28%),
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.03), transparent 24%);
}

body.page-napoje .hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    place-items: center;
    min-height: clamp(460px, 58vh, 700px);
}

body.page-napoje .hero__content {
    position: relative;
    width: min(100%, 760px);
    padding: clamp(22px, 2.6vw, 30px);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.58), rgba(8, 13, 23, 0.28));
    border: 1px solid rgba(115, 226, 255, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: grid;
    justify-items: center;
}

body.page-napoje .hero h1 {
    max-width: none;
    margin-bottom: 6px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

body.page-napoje .hero p {
    max-width: 58ch;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

body.page-napoje .hero-facts {
    width: min(100%, 640px);
    margin-inline: auto;
}

body.page-napoje .hero-fact {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.page-napoje .menu-page {
    padding: 0 0 48px;
}

body.page-napoje .menu-sheet {
    width: min(100%, 1240px);
    margin-top: 0;
}

body.page-donaska .hero {
    min-height: clamp(540px, 72vh, 860px);
    padding: clamp(28px, 4vw, 58px);
    background-image:
        linear-gradient(180deg, rgba(4, 8, 16, 0.42) 0%, rgba(4, 8, 16, 0.58) 100%),
        url('../images/menu-main-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #060a12;
}

body.page-donaska .hero::before {
    inset: -72px auto auto -72px;
    width: 320px;
    height: 320px;
    opacity: 0.82;
}

body.page-donaska .hero::after {
    background:
        linear-gradient(180deg, rgba(4, 8, 16, 0.18) 0%, rgba(4, 8, 16, 0.3) 100%),
        radial-gradient(circle at 84% 14%, rgba(242, 210, 123, 0.12), transparent 28%),
        radial-gradient(circle at 18% 16%, rgba(125, 162, 255, 0.08), transparent 26%);
}

body.page-donaska .hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    place-items: center;
    min-height: clamp(380px, 52vh, 620px);
}

body.page-donaska .hero__content {
    position: relative;
    width: min(100%, 760px);
    padding: clamp(22px, 2.8vw, 32px);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.58), rgba(8, 13, 23, 0.28));
    border: 1px solid rgba(242, 210, 123, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: grid;
    justify-items: center;
}

body.page-donaska .hero h1 {
    max-width: none;
    margin-bottom: 6px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

body.page-donaska .hero p {
    max-width: 40ch;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

body.page-donaska .delivery-hero__copy {
    display: grid;
    gap: 4px;
    margin: 2px 0 8px;
    justify-items: center;
    text-align: center;
}

body.page-donaska .delivery-hero__copy p {
    max-width: 30ch;
    margin: 0;
    color: var(--text);
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.42;
    letter-spacing: 0;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

body.page-donaska .hero-facts {
    width: min(100%, 520px);
    margin-inline: auto;
}

body.page-donaska .hero-fact {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.page-donaska .hero__actions {
    margin-top: 6px;
}

body.page-donaska .hero__actions .button,
body.page-donaska .hero__actions .header-cta {
    min-width: 170px;
}

body.page-donaska .delivery-grid {
    width: min(100%, 1240px);
    margin: -24px auto 0;
}

body.page-donaska .delivery-tile {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.03);
}

body.page-donaska .delivery-tile .feature-card__body {
    display: grid;
    gap: 8px;
}

body.page-donaska .delivery-tile .feature-card__body h3 {
    margin-bottom: 0;
}

body.page-rezervacie .hero {
    min-height: clamp(540px, 72vh, 860px);
    padding: clamp(28px, 4vw, 58px);
    background-image:
        linear-gradient(180deg, rgba(4, 8, 16, 0.42) 0%, rgba(4, 8, 16, 0.58) 100%),
        url('../images/events-event-space.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #060a12;
}

body.page-rezervacie .hero::before {
    inset: -72px auto auto -72px;
    width: 320px;
    height: 320px;
    opacity: 0.82;
}

body.page-rezervacie .hero::after {
    background:
        linear-gradient(180deg, rgba(4, 8, 16, 0.18) 0%, rgba(4, 8, 16, 0.3) 100%),
        radial-gradient(circle at 84% 14%, rgba(242, 210, 123, 0.12), transparent 28%),
        radial-gradient(circle at 18% 16%, rgba(125, 162, 255, 0.08), transparent 26%);
}

body.page-rezervacie .hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    place-items: center;
    min-height: clamp(380px, 52vh, 620px);
}

body.page-rezervacie .hero__content {
    position: relative;
    width: min(100%, 760px);
    padding: clamp(22px, 2.8vw, 32px);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.58), rgba(8, 13, 23, 0.28));
    border: 1px solid rgba(242, 210, 123, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: grid;
    justify-items: center;
}

body.page-rezervacie .hero h1 {
    max-width: none;
    margin-bottom: 6px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

body.page-rezervacie .hero p {
    max-width: 42ch;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

body.page-rezervacie .hero-facts {
    width: min(100%, 520px);
    margin-inline: auto;
}

body.page-rezervacie .hero-fact {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.page-rezervacie .hero__actions {
    margin-top: 6px;
}

body.page-rezervacie .hero__actions .button,
body.page-rezervacie .hero__actions .header-cta {
    min-width: 170px;
}

body.page-rezervacie .reservation-card--styled {
    width: min(100%, 1240px);
    margin: -24px auto 0;
}

body.page-rezervacie .reservation-note--styled {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.03);
}

body.page-rezervacie .delivery-grid {
    width: min(100%, 1240px);
    margin: 0 auto;
}

body.page-rezervacie .delivery-tile {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.03);
}

body.page-rezervacie .delivery-tile .feature-card__body {
    display: grid;
    gap: 8px;
}

body.page-rezervacie .delivery-tile .feature-card__body h3 {
    margin-bottom: 0;
}

body.page-kontakt .hero {
    min-height: clamp(520px, 70vh, 820px);
    padding: clamp(28px, 4vw, 58px);
    background-image:
        linear-gradient(180deg, rgba(4, 8, 16, 0.42) 0%, rgba(4, 8, 16, 0.58) 100%),
        url('../images/home-cozy-lounge.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #060a12;
}

body.page-kontakt .hero::before {
    inset: -72px auto auto -72px;
    width: 320px;
    height: 320px;
    opacity: 0.82;
}

body.page-kontakt .hero::after {
    background:
        linear-gradient(180deg, rgba(4, 8, 16, 0.18) 0%, rgba(4, 8, 16, 0.3) 100%),
        radial-gradient(circle at 84% 14%, rgba(242, 210, 123, 0.12), transparent 28%),
        radial-gradient(circle at 18% 16%, rgba(125, 162, 255, 0.08), transparent 26%);
}

body.page-kontakt .hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    place-items: center;
    min-height: clamp(360px, 50vh, 580px);
}

body.page-kontakt .hero__content {
    position: relative;
    width: min(100%, 760px);
    padding: clamp(22px, 2.8vw, 32px);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.58), rgba(8, 13, 23, 0.28));
    border: 1px solid rgba(242, 210, 123, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: grid;
    justify-items: center;
}

body.page-kontakt .hero h1 {
    max-width: none;
    margin-bottom: 6px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

body.page-kontakt .hero p {
    max-width: 42ch;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

body.page-kontakt .hero-facts {
    width: min(100%, 520px);
    margin-inline: auto;
}

body.page-kontakt .hero-fact {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.page-kontakt .hero__actions {
    margin-top: 6px;
}

body.page-kontakt .hero__actions .button,
body.page-kontakt .hero__actions .header-cta {
    min-width: 170px;
}

body.page-kontakt .contact-grid--styled {
    width: min(100%, 1240px);
    margin: -24px auto 0;
    align-items: stretch;
}

body.page-kontakt .contact-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.03);
}

body.page-kontakt .contact-map-card {
    padding: 0;
}

body.page-kontakt .contact-map-card .map-frame {
    min-height: 100%;
}

body.page-galeria .hero {
    min-height: clamp(500px, 68vh, 780px);
    padding: clamp(28px, 4vw, 58px);
    background-image:
        linear-gradient(180deg, rgba(4, 8, 16, 0.42) 0%, rgba(4, 8, 16, 0.58) 100%),
        url('../images/gallery-hero-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #060a12;
}

body.page-galeria .hero::before {
    inset: -72px auto auto -72px;
    width: 320px;
    height: 320px;
    opacity: 0.82;
}

body.page-galeria .hero::after {
    background:
        linear-gradient(180deg, rgba(4, 8, 16, 0.16) 0%, rgba(4, 8, 16, 0.3) 100%),
        radial-gradient(circle at 84% 14%, rgba(242, 210, 123, 0.12), transparent 28%),
        radial-gradient(circle at 18% 16%, rgba(125, 162, 255, 0.1), transparent 26%);
}

body.page-galeria .hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    place-items: center;
    min-height: clamp(360px, 50vh, 580px);
}

body.page-galeria .hero__content {
    position: relative;
    width: min(100%, 720px);
    padding: clamp(22px, 2.8vw, 32px);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.58), rgba(8, 13, 23, 0.28));
    border: 1px solid rgba(242, 210, 123, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: grid;
    justify-items: center;
}

body.page-galeria .hero h1 {
    max-width: none;
    margin-bottom: 6px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

body.page-galeria .hero p {
    max-width: 40ch;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

body.page-galeria .hero-facts {
    width: min(100%, 520px);
    margin-inline: auto;
}

body.page-galeria .hero-fact {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.page-galeria .gallery-page {
    padding: 0 0 56px;
}

body.page-galeria .gallery-grid--featured {
    width: min(100%, 1280px);
    margin: -24px auto 0;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

body.page-galeria .gallery-card--featured {
    overflow: hidden;
    border-radius: 24px;
    grid-column: span 4;
    aspect-ratio: 1 / 1.08;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

body.page-galeria .gallery-card--featured:nth-child(1) {
    grid-column: span 7;
    aspect-ratio: 16 / 11;
}

body.page-galeria .gallery-card--featured:nth-child(2) {
    grid-column: span 5;
    aspect-ratio: 1 / 1;
}

body.page-galeria .gallery-card--featured:nth-child(3) {
    grid-column: span 4;
    aspect-ratio: 1 / 1.08;
}

body.page-galeria .gallery-card--featured:nth-child(4) {
    grid-column: span 4;
    aspect-ratio: 1 / 1.08;
}

body.page-galeria .gallery-card--featured:nth-child(5) {
    grid-column: span 4;
    aspect-ratio: 1 / 1.08;
}

body.page-galeria .gallery-card--featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: auto;
}

body.page-galeria .gallery-card__caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 10px 12px;
    border-radius: 16px;
}

body.page-galeria .gallery-card__caption span {
    display: none;
}

.home-gallery {
    padding-top: 0;
}

.home-gallery .showcase-grid {
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-gallery .showcase-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-gallery .showcase-card__image {
    width: 100%;
    aspect-ratio: 4 / 5.35;
    border-radius: 0;
    margin: 0;
}

.home-gallery .showcase-card h3,
.home-gallery .showcase-card p {
    display: none;
}

body.page-home .showcase-card {
    border-color: rgba(242, 210, 123, 0.12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

body.page-home .showcase-card__image {
    aspect-ratio: 4 / 4.8;
}

body.page-home .section-shell {
    background: linear-gradient(180deg, rgba(10, 15, 27, 0.92), rgba(8, 12, 22, 0.94));
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: var(--radius-btn);
    border: 1px solid rgba(233, 196, 109, 0.25);
    background: rgba(4, 8, 16, 0.55);
    color: var(--gold-2);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.7rem;
}

.hero h1,
.section-title,
.banner-title {
    margin: 18px 0 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: 0.02em;
}

.hero h1 {
    font-size: clamp(3.7rem, 8vw, 7.4rem);
    max-width: 8.8ch;
}

.hero p {
    max-width: 62ch;
    color: rgba(245, 241, 232, 0.88);
    font-size: 1.06rem;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero__panel {
    align-self: center;
    justify-self: end;
    width: min(100%, 430px);
    display: grid;
    gap: 16px;
}

.hero-card {
    padding: 20px;
    border-radius: var(--radius-lg);
    background: rgba(10, 15, 28, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

.hero-quote {
    margin: 0;
    font-size: 1.16rem;
    line-height: 1.5;
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.meta-pill {
    padding: 15px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.meta-pill strong {
    display: block;
    margin-bottom: 4px;
    color: var(--gold-2);
}

.meta-pill span {
    color: var(--muted);
    font-size: 0.94rem;
}

.section-shell {
    padding: 28px;
    border-radius: var(--radius-xl);
    background: var(--panel);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 22px;
}

.section-title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    margin-top: 0;
}

.section-lead {
    color: var(--muted);
    max-width: 64ch;
    margin: 10px 0 0;
}

.feature-grid,
.showcase-grid,
.menu-grid,
.contact-grid,
.gallery-grid,
.event-grid {
    display: grid;
    gap: 18px;
}

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

.feature-card,
.menu-card,
.gallery-card,
.contact-card,
.event-card,
.delivery-card,
.reservation-card {
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--panel-soft);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.feature-card img,
.menu-card__image,
.gallery-card img,
.event-card__image,
.delivery-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.feature-card__body,
.menu-card__body,
.contact-card__body,
.event-card__body,
.delivery-card__body,
.reservation-card__body {
    padding: 18px;
}

.feature-card__body h3,
.menu-card__body h3,
.contact-card__body h3,
.event-card__body h3,
.delivery-card__body h3,
.reservation-card__body h3 {
    margin: 0 0 10px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.8rem;
    line-height: 1;
}

.feature-card__body p,
.menu-card__body p,
.contact-card__body p,
.event-card__body p,
.delivery-card__body p,
.reservation-card__body p {
    margin: 0;
    color: var(--muted);
}

.highlight-strip {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.highlight-chip {
    padding: 9px 12px;
    border-radius: var(--radius-btn);
    background: rgba(216, 178, 90, 0.08);
    border: 1px solid rgba(216, 178, 90, 0.18);
    color: var(--gold-2);
    font-size: 0.86rem;
}

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

.showcase-card {
    padding: 20px;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.showcase-card__image {
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    margin-bottom: 16px;
}

.showcase-card h3 {
    margin: 0 0 8px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.9rem;
}

.showcase-card p {
    margin: 0;
    color: var(--muted);
}

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

.menu-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
}

.menu-card__image {
    height: 100%;
    aspect-ratio: auto;
    min-height: 180px;
}

.menu-card__body {
    display: grid;
    gap: 8px;
}

.menu-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: var(--radius-btn);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(216, 178, 90, 0.1);
    border: 1px solid rgba(216, 178, 90, 0.22);
    color: var(--gold-2);
}

.menu-lines {
    display: grid;
    gap: 10px;
    margin-top: 6px;
}

.menu-line {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.menu-line:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.menu-line strong {
    font-weight: 700;
}

.menu-line span {
    color: var(--muted);
    text-align: right;
}

.menu-aside {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.menu-aside__box {
    padding: 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-aside__box h3 {
    margin: 0 0 8px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.55rem;
}

.menu-aside__box p,
.menu-aside__box li {
    color: var(--muted);
}

.menu-aside__box ul {
    margin: 0;
    padding-left: 18px;
}

.gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.gallery-card {
    position: relative;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease;
}

.gallery-card:hover {
    transform: translateY(-4px);
    border-color: rgba(242, 210, 123, 0.28);
}

.gallery-card img {
    aspect-ratio: 1 / 1.12;
}

.gallery-card__caption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(5, 10, 18, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.gallery-card__caption strong {
    display: block;
    font-size: 0.95rem;
}

.gallery-card__caption span {
    color: var(--muted);
    font-size: 0.84rem;
}

.contact-grid {
    grid-template-columns: 1.15fr 0.85fr;
}

.contact-card {
    background: rgba(255, 255, 255, 0.03);
}

.contact-card__body {
    display: grid;
    gap: 14px;
}

.contact-list {
    display: grid;
    gap: 10px;
}

.contact-list__item,
.hours-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-list__item:last-child,
.hours-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-list__label {
    color: var(--muted);
}

.contact-list__value {
    text-align: right;
    font-weight: 600;
}

.hours-table {
    display: grid;
    gap: 12px;
}

.hours-row strong {
    color: var(--gold-2);
}

.hours-row span {
    color: var(--muted);
    text-align: right;
}

.map-frame {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: var(--radius-lg);
}

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

.event-card__image,
.delivery-card__image,
.reservation-card__image {
    aspect-ratio: 16 / 10;
}

.form-grid {
    display: grid;
    gap: 14px;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.field {
    display: grid;
    gap: 8px;
}

.field label {
    color: var(--gold-2);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.field input,
.field textarea,
.field select {
    width: 100%;
    padding: 14px 15px;
    border-radius: var(--radius-btn);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.28);
    color: var(--text);
    outline: none;
}

.field input::placeholder,
.field textarea::placeholder {
    color: rgba(245, 241, 232, 0.42);
}

.field textarea {
    min-height: 148px;
    resize: vertical;
}

.reservation-status {
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-size: 0.94rem;
    line-height: 1.5;
}

.reservation-status--success {
    background: rgba(77, 179, 98, 0.12);
    border-color: rgba(77, 179, 98, 0.28);
    color: #d8f4de;
}

.reservation-status--error {
    background: rgba(214, 82, 82, 0.12);
    border-color: rgba(214, 82, 82, 0.28);
    color: #ffd7d7;
}

.reservation-card {
    display: grid;
    grid-template-columns: 1fr 320px;
}

.reservation-card__body {
    display: grid;
    gap: 16px;
}

.reservation-note {
    padding: 18px;
    border-radius: 16px;
    background: rgba(216, 178, 90, 0.08);
    border: 1px solid rgba(216, 178, 90, 0.18);
}

.reservation-note h3 {
    margin: 0 0 6px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.7rem;
}

.reservation-note p {
    margin: 0;
    color: var(--muted);
}

.delivery-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.delivery-card__body {
    display: grid;
    gap: 16px;
}

.delivery-card__bullets {
    display: grid;
    gap: 10px;
    padding-left: 18px;
    margin: 0;
    color: var(--muted);
}

.site-footer {
    margin-bottom: 30px;
    padding-bottom: 22px;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 24px;
    border-radius: var(--radius-xl);
    background: rgba(8, 13, 24, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
    justify-items: center;
}

.footer-wordmark {
    font-size: 1.12rem;
    line-height: 0.8;
    color: var(--text);
}

.site-footer__brand p,
.site-footer__col span,
.site-footer__bottom span {
    color: var(--muted);
}

.site-footer__col {
    display: grid;
    gap: 10px;
    justify-items: center;
    text-align: center;
}

.site-footer__col h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.6rem;
}

.site-footer__col a,
.site-footer__col span {
    display: block;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 14px;
    padding: 0 6px;
    font-size: 0.9rem;
}

.lightbox {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(2, 4, 9, 0.82);
    padding: 20px;
    z-index: 40;
}

.lightbox[hidden] {
    display: none;
}

.lightbox__image {
    max-width: min(1080px, 92vw);
    max-height: 78vh;
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.lightbox__caption {
    margin: 16px 0 0;
    max-width: 72ch;
    text-align: center;
    color: var(--text);
}

.lightbox__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[data-reveal] {
    opacity: 0;
    transform: translateY(18px);
}

[data-reveal].is-visible {
    animation: riseIn 540ms ease forwards;
}

@media (max-width: 1080px) {
    .hero__grid,
    .contact-grid,
    .reservation-card,
    .delivery-card,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .feature-grid,
    .showcase-grid,
    .event-grid,
    .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero {
        min-height: auto;
    }
}

@media (max-width: 900px) {
    .site-header {
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 12px;
        position: sticky;
        top: 0;
        margin-top: 0;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .nav-toggle {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .header-cta {
        flex: 0 0 auto;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        display: grid;
        gap: 8px;
        padding: 14px;
        padding: 14px;
        background: rgba(6, 10, 18, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        box-shadow: var(--shadow);
        transform: translateY(-8px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 180ms ease, transform 180ms ease;
        max-height: calc(100vh - 110px);
        overflow: auto;
    }

    .site-nav.is-open {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .site-nav__link {
        width: 100%;
        justify-content: flex-start;
        min-height: 46px;
        padding: 0 14px;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 14px;
    }

    .hero,
    .section-shell {
        padding: 20px;
    }

    .hero__panel {
        width: 100%;
        justify-self: stretch;
    }

    .hero--menu .hero__panel {
        display: none;
    }

    .hero--menu .hero__content {
        max-width: none;
    }

    .hero--menu.hero--compact {
        min-height: 0;
    }

    .hero--menu.hero--compact .hero__grid {
        min-height: 0;
    }

    .hero--menu.hero--compact .hero__content p,
    .hero--menu.hero--compact .hero-facts {
        display: none;
    }

    .hero--menu.hero--compact {
        padding-bottom: 10px;
    }

    .hero-meta,
    .feature-grid,
    .showcase-grid,
    .event-grid,
    .menu-grid,
    .field-grid {
        grid-template-columns: 1fr;
    }

    .menu-card {
        grid-template-columns: 1fr;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-list__item,
    .hours-row {
        flex-direction: column;
    }

    .contact-list__value,
    .hours-row span {
        text-align: left;
    }

    .hero-facts {
        grid-template-columns: 1fr;
    }

    .hero__actions {
        width: 100%;
    }

    .hero__actions .button,
    .hero__actions .header-cta {
        width: 100%;
    }

    .home-gallery .showcase-grid {
        grid-template-columns: 1fr;
    }

    .home-gallery .showcase-card__image {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 560px) {
    .site-header {
        padding: 12px 14px 14px;
    }

    .brand {
        gap: 10px;
    }

    .brand__logo {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .brand__wordmark {
        font-size: 1.16rem;
    }

    .brand__text small {
        display: none;
    }

    .header-actions {
        gap: 10px;
    }

    .header-cta {
        padding: 0 12px;
        min-height: 42px;
    }

    .hero h1 {
        font-size: clamp(2.15rem, 13vw, 3.4rem);
    }

    body.page-home .hero h1.hero__wordmark {
        font-size: clamp(2.1rem, 13vw, 3.45rem);
    }

    .hero__actions {
        flex-direction: column;
    }

    .hero,
    .hero--compact,
    .hero--menu.hero--compact {
        padding: 16px;
    }

    .hero--menu.hero--compact {
        padding-bottom: 8px;
    }

    .hero--menu.hero--compact .hero__content p,
    .hero--menu.hero--compact .hero-facts {
        display: none;
    }

    .hero--menu.hero--compact .hero__panel {
        display: none;
    }

    .hero--menu.hero--compact .hero__content {
        display: grid;
        gap: 8px;
    }

    .hero__grid {
        gap: 18px;
    }

    .hero__panel {
        gap: 12px;
    }

    .hero-card {
        padding: 16px;
    }

    .hero-quote {
        font-size: 1rem;
    }

    .hero-fact {
        padding: 10px 12px;
        border-radius: 14px;
    }

    .hero-fact span {
        font-size: 0.88rem;
    }

    .section-shell {
        padding: 16px;
    }

    .menu-sheet {
        margin-top: 0;
        padding: 10px;
        gap: 10px;
    }

    .menu-category {
        border-radius: 18px;
    }

    .menu-category__header {
        padding: 14px 14px 10px;
    }

    .menu-category__header h2 {
        font-size: 1.5rem;
    }

    .menu-item {
        padding: 12px 14px;
    }

    .menu-item__main strong {
        font-size: 0.98rem;
    }

    .menu-item__main span {
        font-size: 0.9rem;
    }

    .site-footer__bottom {
        padding: 0 4px;
    }
}

/* Full-width refresh for PilotBar7 */
:root {
    --content-width: 1600px;
}

.site-header,
.site-main,
.site-footer {
    width: 100%;
    max-width: none;
}

.site-header {
    margin-top: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 14px clamp(14px, 2.6vw, 36px);
}

.site-main {
    padding: 0 0 64px;
}

.page-section,
.hero,
.menu-page {
    width: 100%;
}

.hero,
.section-shell {
    border-radius: 0;
}

.hero {
    margin-top: 0;
}

.hero--wide,
.hero--menu {
    min-height: 380px;
}

.section-shell {
    padding: clamp(20px, 2.2vw, 30px);
}

.menu-page {
    padding: 0;
}

.menu-sheet {
    width: min(100%, 1660px);
    margin: 0 auto;
    margin-top: -12px;
    padding: clamp(12px, 1.4vw, 20px);
    display: grid;
    gap: 12px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(9, 14, 27, 0.95), rgba(10, 15, 28, 0.88)),
        rgba(10, 15, 28, 0.9);
    border: 1px solid rgba(233, 196, 109, 0.14);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

.menu-sheet__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px 18px 16px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(242, 210, 123, 0.12), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(242, 210, 123, 0.16);
}

.menu-sheet__intro-copy {
    display: grid;
    gap: 8px;
}

.menu-sheet__intro-copy h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.96;
}

.menu-sheet__intro-copy p {
    margin: 0;
    max-width: 68ch;
    color: var(--muted);
}

.menu-sheet__intro-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.menu-sheet__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold-2);
    background: rgba(242, 210, 123, 0.08);
    border: 1px solid rgba(242, 210, 123, 0.22);
}

.menu-page--drinks .menu-sheet__intro {
    background:
        linear-gradient(135deg, rgba(115, 226, 255, 0.12), rgba(242, 210, 123, 0.06)),
        rgba(255, 255, 255, 0.02);
    border-color: rgba(115, 226, 255, 0.14);
}

.menu-page--drinks .menu-sheet__pill {
    background: rgba(115, 226, 255, 0.08);
    border-color: rgba(115, 226, 255, 0.2);
}

.hero--menu-food::after {
    background:
        linear-gradient(90deg, rgba(4, 8, 16, 0.82) 0%, rgba(4, 8, 16, 0.44) 52%, rgba(4, 8, 16, 0.3) 100%),
        radial-gradient(circle at top right, rgba(242, 210, 123, 0.22), transparent 36%),
        linear-gradient(180deg, rgba(255, 164, 88, 0.1), transparent 32%);
}

.hero--menu-drinks::after {
    background:
        linear-gradient(90deg, rgba(4, 8, 16, 0.8) 0%, rgba(4, 8, 16, 0.42) 52%, rgba(4, 8, 16, 0.26) 100%),
        radial-gradient(circle at top right, rgba(115, 226, 255, 0.2), transparent 36%),
        linear-gradient(180deg, rgba(216, 178, 90, 0.08), transparent 30%);
}

.menu-category {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.02);
}

.menu-category__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    padding: 16px 18px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.menu-category__header h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 2.5vw, 2.6rem);
    line-height: 1;
}

.menu-category__header span {
    color: var(--muted);
    font-size: 0.88rem;
}

.menu-items {
    display: grid;
}

.menu-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    padding: 14px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(5, 8, 16, 0.12);
    transition: transform 160ms ease, background 160ms ease;
}

.menu-item:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

.menu-item:hover {
    background: rgba(242, 210, 123, 0.06);
    transform: translateX(2px);
}

.menu-item__main {
    display: grid;
    gap: 6px;
}

.menu-item__main strong {
    display: block;
    font-size: 1.02rem;
    line-height: 1.35;
}

.menu-item__main span {
    color: var(--muted);
    font-size: 0.94rem;
}

.menu-item__meta {
    white-space: nowrap;
    color: var(--gold-2);
    font-weight: 800;
    font-size: 1.02rem;
}

.menu-page--drinks .menu-sheet {
    background:
        linear-gradient(180deg, rgba(6, 10, 18, 0.96), rgba(8, 12, 22, 0.92)),
        rgba(8, 12, 22, 0.9);
}

.menu-page--drinks .menu-category__header {
    background:
        linear-gradient(90deg, rgba(216, 178, 90, 0.12), transparent 68%),
        rgba(255, 255, 255, 0.02);
}

@media (max-width: 900px) {
    .site-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .menu-sheet {
        border-radius: 22px;
        margin-top: 0;
    }

    .menu-sheet__intro {
        grid-template-columns: 1fr;
    }

    .menu-sheet__intro-meta {
        justify-content: flex-start;
    }

    .menu-category__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .menu-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .menu-item__meta {
        justify-self: start;
    }

    body.page-galeria .hero {
        min-height: auto;
        padding: 20px;
    }

    body.page-galeria .hero__grid {
        min-height: auto;
    }

    body.page-galeria .hero__content {
        width: 100%;
        padding: 18px 18px 16px;
    }

    body.page-galeria .hero-facts {
        width: 100%;
    }

    body.page-galeria .gallery-grid--featured {
        grid-template-columns: 1fr;
        margin-top: -16px;
    }

    body.page-galeria .gallery-card--featured,
    body.page-galeria .gallery-card--featured:nth-child(1),
    body.page-galeria .gallery-card--featured:nth-child(2),
    body.page-galeria .gallery-card--featured:nth-child(3),
    body.page-galeria .gallery-card--featured:nth-child(4),
    body.page-galeria .gallery-card--featured:nth-child(5) {
        grid-column: auto;
        aspect-ratio: 16 / 10;
    }

    body.page-donaska .hero {
        min-height: auto;
        padding: 20px;
    }

    body.page-donaska .hero__grid {
        min-height: auto;
    }

    body.page-donaska .hero__content {
        width: 100%;
        padding: 18px 18px 16px;
    }

    body.page-donaska .hero-facts {
        width: 100%;
    }

    body.page-donaska .hero__actions {
        width: 100%;
    }

    body.page-donaska .hero__actions .button,
    body.page-donaska .hero__actions .header-cta {
        width: 100%;
    }

    body.page-donaska .delivery-grid {
        margin-top: -16px;
    }

    body.page-rezervacie .hero {
        min-height: auto;
        padding: 20px;
    }

    body.page-rezervacie .hero__grid {
        min-height: auto;
    }

    body.page-rezervacie .hero__content {
        width: 100%;
        padding: 18px 18px 16px;
    }

    body.page-rezervacie .hero-facts {
        width: 100%;
    }

    body.page-rezervacie .hero__actions {
        width: 100%;
    }

    body.page-rezervacie .hero__actions .button,
    body.page-rezervacie .hero__actions .header-cta {
        width: 100%;
    }

    body.page-rezervacie .reservation-card--styled {
        margin-top: -16px;
    }

    body.page-rezervacie .delivery-grid {
        margin-top: 0;
    }

    body.page-kontakt .hero {
        min-height: auto;
        padding: 20px;
    }

    body.page-kontakt .hero__grid {
        min-height: auto;
    }

    body.page-kontakt .hero__content {
        width: 100%;
        padding: 18px 18px 16px;
    }

    body.page-kontakt .hero-facts {
        width: 100%;
    }

    body.page-kontakt .hero__actions {
        width: 100%;
    }

    body.page-kontakt .hero__actions .button,
    body.page-kontakt .hero__actions .header-cta {
        width: 100%;
    }

    body.page-kontakt .contact-grid--styled {
        margin-top: -16px;
    }
}

@media (max-width: 560px) {
    .site-header,
    .site-main,
    .site-footer {
        width: 100%;
    }

    .site-header {
        padding-inline: 14px;
    }

    .site-nav {
        left: 14px;
        right: 14px;
        top: 78px;
    }

    .hero,
    .section-shell {
        padding: 16px;
    }

    .menu-sheet {
        padding: 12px;
        gap: 12px;
    }

    .menu-sheet__intro {
        padding: 16px;
    }

    .menu-category__header,
    .menu-item {
        padding-inline: 16px;
    }

    .button,
    .header-cta {
        width: 100%;
    }

    body.page-donaska .hero {
        padding: 16px;
    }

    body.page-donaska .hero__content {
        padding: 16px;
    }

    body.page-donaska .delivery-hero__copy {
        gap: 2px;
        margin-bottom: 6px;
    }

    body.page-donaska .delivery-hero__copy p {
        max-width: none;
        font-size: 0.98rem;
        line-height: 1.38;
    }

    body.page-donaska .hero p {
        max-width: 34ch;
        margin: 0;
        font-size: 0.96rem;
    }

    body.page-donaska .delivery-grid {
        margin-top: -10px;
        gap: 14px;
    }

    body.page-donaska .delivery-tile .feature-card__body {
        gap: 6px;
    }

    body.page-rezervacie .hero {
        padding: 16px;
    }

    body.page-rezervacie .hero__content {
        padding: 16px;
    }

    body.page-rezervacie .hero p {
        max-width: 34ch;
        margin: 0;
        font-size: 0.96rem;
    }

    body.page-rezervacie .reservation-card--styled {
        margin-top: -10px;
    }

    body.page-rezervacie .delivery-grid {
        gap: 14px;
    }

    body.page-rezervacie .delivery-tile .feature-card__body {
        gap: 6px;
    }

    body.page-kontakt .hero {
        padding: 16px;
    }

    body.page-kontakt .hero__content {
        padding: 16px;
    }

    body.page-kontakt .hero p {
        max-width: 34ch;
        margin: 0;
        font-size: 0.96rem;
    }

    body.page-kontakt .contact-grid--styled {
        margin-top: -10px;
    }

    body.page-galeria .hero {
        padding: 16px;
    }

    body.page-galeria .hero__content {
        padding: 16px;
    }

    body.page-galeria .hero p {
        max-width: 34ch;
        margin: 0;
        font-size: 0.96rem;
    }

    body.page-galeria .gallery-page {
        padding-bottom: 40px;
    }
}

@media (max-width: 900px) {
    body.page-home .hero {
        min-height: auto;
        padding: 20px;
    }

    body.page-home .hero__grid {
        min-height: auto;
        gap: 18px;
    }

    body.page-home .hero__content::before {
        content: 'Terasa | hudba | drinky';
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-bottom: 12px;
        padding: 0.55rem 0.9rem;
        border-radius: 999px;
        background: rgba(8, 13, 23, 0.66);
        border: 1px solid rgba(242, 210, 123, 0.16);
        color: var(--gold-2);
        font-size: 0.68rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    body.page-home .hero__content {
        padding: 18px 18px 16px;
    }

    body.page-home .hero__panel {
        width: 100%;
    }
}

@media (max-width: 560px) {
    body.page-home .hero {
        padding: 16px;
    }

    body.page-home .hero__content::before {
        margin-bottom: 10px;
        padding: 0.5rem 0.8rem;
        font-size: 0.64rem;
        letter-spacing: 0.16em;
    }

    body.page-home .hero__content {
        padding: 16px 16px 14px;
        display: grid;
        justify-items: center;
        text-align: center;
        gap: 12px;
    }

    body.page-home .hero h1 {
        max-width: none;
        margin-top: 0;
    }

    body.page-home .hero p:nth-of-type(n + 2) {
        display: none;
    }

    body.page-home .hero p {
        max-width: 34ch;
        margin: 0;
        font-size: 0.96rem;
    }

    body.page-home .hero-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-home .meta-pill {
        padding: 12px;
    }

    body.page-home .meta-pill strong {
        font-size: 0.72rem;
    }

    body.page-home .meta-pill span {
        font-size: 0.84rem;
    }

    body.page-home .home-gallery {
        padding-top: 4px;
    }

    body.page-home .home-gallery .showcase-grid {
        gap: 14px;
    }

    body.page-home .home-gallery .showcase-card {
        padding: 12px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    body.page-home .home-gallery .showcase-card__image {
        aspect-ratio: 16 / 10;
        border-radius: 16px;
        margin-bottom: 12px;
    }

    body.page-home .home-gallery .showcase-card h3 {
        display: block;
        margin: 0 0 6px;
        font-size: 1.45rem;
    }

    body.page-home .home-gallery .showcase-card p {
        display: block;
        color: var(--muted);
        font-size: 0.92rem;
        line-height: 1.48;
    }
}

body.page-home .brand__logo {
    width: 72px;
    height: 72px;
    border-radius: 22px;
}

body.page-home .brand__wordmark {
    font-size: 2.35rem;
}

body.page-home .brand__text small {
    font-size: 0.82rem;
    letter-spacing: 0.18em;
}

body.page-home .hero {
    min-height: clamp(760px, 92vh, 960px);
    padding: clamp(28px, 4vw, 56px);
    background-image:
        linear-gradient(90deg, rgba(4, 8, 16, 0.84) 0%, rgba(4, 8, 16, 0.56) 38%, rgba(4, 8, 16, 0.2) 68%, rgba(4, 8, 16, 0.08) 100%),
        url('../images/home-hero-lounge.jpg');
    background-size: cover;
    background-position: center center;
}

body.page-home .hero__grid.home-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
    gap: clamp(22px, 3vw, 42px);
    min-height: clamp(650px, 82vh, 860px);
    align-items: center;
}

body.page-home .hero__content.home-hero__content {
    position: relative;
    width: min(100%, 820px);
    padding: clamp(24px, 3vw, 36px);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(6, 10, 18, 0.52), rgba(6, 10, 18, 0.18));
    border: 1px solid rgba(242, 210, 123, 0.16);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    text-align: left;
    display: grid;
    justify-items: start;
}

body.page-home .hero__content.home-hero__content::before {
    display: none;
}

body.page-home .hero__wordmark {
    margin: 10px 0 2px;
    font-size: clamp(4rem, 8.8vw, 8.2rem);
}

body.page-home .home-hero__lede {
    margin: 0;
    max-width: 22ch;
    color: var(--gold-2);
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.05;
}

body.page-home .home-hero__copy {
    margin: 0;
    max-width: 44ch;
    color: rgba(245, 241, 232, 0.9);
    font-size: 1.05rem;
}

body.page-home .highlight-strip {
    margin-top: 22px;
}

body.page-home .home-hero__panel {
    width: min(100%, 430px);
    justify-self: end;
}

body.page-home .home-hero__visual-card {
    padding: 14px;
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.6), rgba(8, 13, 23, 0.82));
    border: 1px solid rgba(242, 210, 123, 0.18);
    display: grid;
    gap: 12px;
}

body.page-home .home-hero__visual {
    width: 100%;
    aspect-ratio: 4 / 5.3;
    object-fit: cover;
    border-radius: 20px;
}

body.page-home .home-hero__visual-card p {
    margin: 0 6px 2px;
    color: var(--muted);
    font-size: 0.95rem;
}

body.page-home .home-story__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
}

body.page-home .home-story__copy,
body.page-home .home-story__visual,
body.page-home .home-stat {
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

body.page-home .home-story__copy {
    padding: clamp(20px, 2.5vw, 30px);
    display: grid;
    gap: 14px;
}

body.page-home .home-story__figure {
    margin: 4px 0 0;
    overflow: hidden;
    border-radius: 22px;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(242, 210, 123, 0.12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

body.page-home .home-story__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-home .home-story__copy p {
    margin: 0;
    color: var(--muted);
    font-size: 1.04rem;
    max-width: 66ch;
}

body.page-home .home-story__stats {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.page-home .home-stat {
    padding: 20px;
    display: grid;
    gap: 10px;
}

body.page-home .home-stat__figure {
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(242, 210, 123, 0.12);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

body.page-home .home-stat__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-home .home-stat--wide {
    grid-column: 1 / -1;
}

body.page-home .home-stat h3 {
    margin: 0;
    font-size: clamp(1.65rem, 2.8vw, 2.5rem);
    line-height: 1;
}

body.page-home .home-bullets {
    margin: 0;
    padding-left: 1.1em;
    display: grid;
    gap: 6px;
    color: var(--muted);
}

body.page-home .home-bullets li {
    padding-left: 4px;
}

body.page-rezervacie .hero {
    background-image:
        linear-gradient(180deg, rgba(4, 8, 16, 0.42) 0%, rgba(4, 8, 16, 0.58) 100%),
        url('../images/gallery-white-tent.jpg');
}

body.page-rezervacie .hero h1,
body.page-kontakt .hero h1 {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
}

body.page-kontakt .hero {
    background-image:
        linear-gradient(180deg, rgba(4, 8, 16, 0.42) 0%, rgba(4, 8, 16, 0.58) 100%),
        url('../images/home-cozy-lounge.jpg');
}

body.page-home .hero__content.home-hero__content,
body.page-home .home-story__copy,
body.page-home .home-story__visual,
body.page-home .home-stat,
body.page-rezervacie .hero__content,
body.page-kontakt .hero__content {
    backdrop-filter: blur(12px);
}

@media (max-width: 900px) {
    body.page-home .hero {
        min-height: auto;
        padding: 18px;
    }

    body.page-home .hero__grid.home-hero__grid,
    body.page-home .home-story__grid {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 18px;
    }

    body.page-home .hero__content.home-hero__content {
        padding: 18px;
        text-align: center;
        justify-items: center;
    }

    body.page-home .hero__wordmark {
        margin-top: 0;
    }

    body.page-home .home-hero__panel {
        width: 100%;
        justify-self: stretch;
    }

    body.page-home .home-story__visual img {
        min-height: 280px;
    }

    body.page-home .home-story__stats {
        grid-template-columns: 1fr;
    }

    body.page-home .home-stat--wide {
        grid-column: auto;
    }

    body.page-home .home-stat h3 {
        font-size: clamp(1.6rem, 5vw, 2.2rem);
    }

    body.page-rezervacie .hero h1,
    body.page-kontakt .hero h1 {
        font-size: clamp(2.4rem, 8vw, 4rem);
    }
}

@media (max-width: 560px) {
    body.page-home .hero {
        padding: 16px;
    }

    body.page-home .hero__content.home-hero__content {
        padding: 16px;
    }

    body.page-home .home-hero__lede {
        max-width: none;
    }

    body.page-home .home-hero__copy {
        max-width: none;
        font-size: 0.98rem;
    }

    body.page-home .hero__wordmark {
        font-size: clamp(3.3rem, 18vw, 5rem);
    }

    body.page-home .highlight-chip {
        font-size: 0.8rem;
    }
}

body.page-home .hero {
    min-height: clamp(780px, 94vh, 1060px);
    padding: clamp(24px, 4vw, 60px);
    background-image:
        linear-gradient(90deg, rgba(3, 6, 12, 0.88) 0%, rgba(3, 6, 12, 0.58) 38%, rgba(3, 6, 12, 0.18) 74%, rgba(3, 6, 12, 0.06) 100%),
        linear-gradient(180deg, rgba(14, 10, 6, 0.18) 0%, rgba(6, 8, 16, 0.06) 100%),
        url('../images/home-hero-lounge.jpg');
    background-size: cover;
    background-position: center center;
}

body.page-home .hero__grid.home-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: clamp(20px, 3vw, 46px);
    min-height: clamp(690px, 86vh, 910px);
    align-items: center;
}

body.page-home .hero__content.home-hero__content {
    position: relative;
    width: min(100%, 840px);
    padding: clamp(24px, 3vw, 42px);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(6, 10, 18, 0.66), rgba(6, 10, 18, 0.18));
    border: 1px solid rgba(242, 210, 123, 0.18);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
    text-align: left;
    display: grid;
    gap: 18px;
    justify-items: start;
}

body.page-home .hero__wordmark {
    margin: 6px 0 0;
    font-size: clamp(4.1rem, 9vw, 8.7rem);
}

body.page-home .home-hero__lede {
    margin: 0;
    max-width: 23ch;
    color: var(--gold-2);
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.04;
}

body.page-home .home-hero__copy {
    margin: 0;
    max-width: 52ch;
    color: rgba(245, 241, 232, 0.9);
    font-size: 1.05rem;
}

body.page-home .hero__actions {
    margin-top: 0;
}

body.page-home .home-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 4px;
}

body.page-home .home-hero__fact {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

body.page-home .home-hero__fact strong {
    display: block;
    margin-bottom: 4px;
    color: var(--gold-2);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    line-height: 1;
}

body.page-home .home-hero__fact span {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.35;
}

body.page-home .home-hero__panel {
    width: min(100%, 520px);
    justify-self: end;
}

body.page-home .home-hero__visual-stack {
    display: grid;
    gap: 14px;
}

body.page-home .home-hero__visual-card {
    padding: 14px;
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.64), rgba(8, 13, 23, 0.9));
    border: 1px solid rgba(242, 210, 123, 0.2);
    display: grid;
    gap: 12px;
}

body.page-home .home-hero__visual {
    width: 100%;
    aspect-ratio: 4 / 5.15;
    object-fit: cover;
    border-radius: 22px;
}

body.page-home .home-hero__visual-copy {
    padding: 2px 6px 4px;
    display: grid;
    gap: 6px;
}

body.page-home .home-hero__visual-copy span {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--gold-2);
    font-size: 0.72rem;
}

body.page-home .home-hero__visual-copy strong {
    font-size: 1.12rem;
    line-height: 1.35;
    color: var(--text);
}

body.page-home .home-hero__mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.page-home .home-hero__mini-grid img {
    width: 100%;
    aspect-ratio: 1 / 1.05;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid rgba(242, 210, 123, 0.14);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

body.page-home .home-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 20px;
    align-items: start;
}

body.page-home .home-story__copy,
body.page-home .home-stat {
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

body.page-home .home-story__copy {
    padding: clamp(20px, 2.5vw, 30px);
    display: grid;
    gap: 14px;
}

body.page-home .home-story__figure {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(242, 210, 123, 0.12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

body.page-home .home-story__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-home .home-story__copy p {
    margin: 0;
    color: var(--muted);
    font-size: 1.04rem;
    max-width: 66ch;
}

body.page-home .home-story__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.page-home .home-stat {
    padding: 18px;
    display: grid;
    gap: 10px;
}

body.page-home .home-stat__figure {
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(242, 210, 123, 0.12);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

body.page-home .home-stat__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-home .home-stat--wide {
    grid-column: 1 / -1;
}

body.page-home .home-stat h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2.4vw, 2.25rem);
    line-height: 1.02;
}

body.page-home .home-stat p {
    margin: 0;
    color: var(--muted);
}

body.page-home .home-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.page-home .home-bullets li {
    position: relative;
    padding: 12px 14px 12px 36px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text);
    font-size: 0.98rem;
}

body.page-home .home-bullets li::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    transform: translateY(-50%);
    background: var(--gold-2);
    box-shadow: 0 0 0 4px rgba(242, 210, 123, 0.08);
}

body.page-home .home-gallery {
    padding-top: 0;
}

body.page-home .home-gallery .section-header {
    margin-bottom: 24px;
}

body.page-home .home-gallery .showcase-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

body.page-home .home-gallery .showcase-card {
    grid-column: span 6;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    display: grid;
    gap: 14px;
}

body.page-home .home-gallery .showcase-card:nth-child(1),
body.page-home .home-gallery .showcase-card:nth-child(4) {
    grid-column: span 7;
}

body.page-home .home-gallery .showcase-card:nth-child(2),
body.page-home .home-gallery .showcase-card:nth-child(3) {
    grid-column: span 5;
}

body.page-home .home-gallery .showcase-card__image {
    aspect-ratio: 16 / 10;
    border-radius: 22px;
    margin: 0;
}

body.page-home .home-gallery .showcase-card h3,
body.page-home .home-gallery .showcase-card p {
    display: block;
}

body.page-home .home-gallery .showcase-card h3 {
    margin: 0;
    font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

body.page-home .home-gallery .showcase-card p {
    margin: 0;
    color: var(--muted);
}

@media (max-width: 1120px) {
    body.page-home .hero {
        min-height: auto;
    }

    body.page-home .hero__grid.home-hero__grid,
    body.page-home .home-story__grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    body.page-home .home-hero__panel {
        width: 100%;
        justify-self: stretch;
    }

    body.page-home .home-hero__mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-home .home-story__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-home .home-gallery .showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-home .home-gallery .showcase-card,
    body.page-home .home-gallery .showcase-card:nth-child(1),
    body.page-home .home-gallery .showcase-card:nth-child(2),
    body.page-home .home-gallery .showcase-card:nth-child(3),
    body.page-home .home-gallery .showcase-card:nth-child(4) {
        grid-column: auto;
    }
}

@media (max-width: 900px) {
    .site-header {
        width: min(100% - 16px, var(--content-width));
        padding: 12px 14px;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px;
    }

    .brand {
        gap: 10px;
    }

    .brand__text small {
        white-space: normal;
        letter-spacing: 0.12em;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

    .site-nav {
        width: 100%;
        justify-content: center;
    }

    .site-nav__link {
        padding: 0 12px;
    }
}

@media (max-width: 760px) {
    body.page-home .hero {
        padding: 14px;
    }

    body.page-home .hero__grid.home-hero__grid {
        gap: 14px;
    }

    body.page-home .hero__content.home-hero__content {
        padding: 16px;
        gap: 14px;
        text-align: center;
        justify-items: center;
    }

    body.page-home .hero__wordmark {
        font-size: clamp(3rem, 16vw, 4.8rem);
    }

    body.page-home .hero__actions {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    body.page-home .home-hero__lede,
    body.page-home .home-hero__copy {
        max-width: none;
    }

    body.page-home .home-hero__facts {
        grid-template-columns: 1fr;
    }

    body.page-home .home-hero__fact {
        padding: 12px 14px;
    }

    body.page-home .home-hero__panel {
        display: none;
    }

    body.page-home .home-story__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.page-home .home-story__copy,
    body.page-home .home-stat {
        padding: 16px;
        border-radius: 22px;
    }

    body.page-home .home-story__copy p {
        font-size: 0.98rem;
    }

    body.page-home .home-bullets {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.page-home .home-stat h3 {
        font-size: clamp(1.4rem, 7vw, 2rem);
    }

    body.page-home .home-gallery .showcase-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.page-home .home-gallery .showcase-card,
    body.page-home .home-gallery .showcase-card:nth-child(1),
    body.page-home .home-gallery .showcase-card:nth-child(2),
    body.page-home .home-gallery .showcase-card:nth-child(3),
    body.page-home .home-gallery .showcase-card:nth-child(4) {
        grid-column: auto;
        padding: 14px;
    }

    body.page-home .home-gallery .showcase-card__image {
        aspect-ratio: 16 / 10;
    }
}


