:root {
    --bg-dark: #121212;
    --bg-card: rgba(15, 15, 15, 0.96);
    --gold: #d4af37;
    --gold-dim: #997b28;
    --gold-bright: #ffd700;
    --text-main: #f0f0f0;
    --text-muted: #aaaaaa;
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Montserrat', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--font-sans);
    background-image: url('../img/wood-bg.webp');
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px rgba(10, 10, 10, 0.88);
    overflow-x: hidden;
}

a { text-decoration: none; transition: 0.3s; color: var(--text-main); }

.container { max-width: 1100px; margin: 0 auto; padding: 40px 20px; }
.spacer-medium { margin: 80px 0; }
.spacer-large { margin: 120px 0; }

.scroll-fix { scroll-margin-top: 140px; }

.top-nav-container {
    background: rgba(0, 0, 0, 0.98);
    border-bottom: 3px double var(--gold);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.nav-top-row {
    display: flex; justify-content: space-between; align-items: center;
    max-width: 1200px; margin: 0 auto; padding: 0 20px;
}
.nav-left { flex: 1; display: flex; align-items: center; gap: 20px; }
.social-icons-nav a { font-size: 1.3rem; margin-right: 15px; color: var(--text-main); transition: 0.3s;}
.social-icons-nav a:hover { color: var(--gold); }
.desktop-links { display: flex; gap: 15px; }
.desktop-links a { font-family: var(--font-sans); text-transform: uppercase; font-size: 0.85rem; letter-spacing: 1px; font-weight: 700; color: #ccc;}
.desktop-links a:hover { color: var(--gold); }

.logo-container { flex: 1; text-align: center; }
.nav-logo-img {
    height: 60px; width: auto; display: block; margin: 0 auto;
    transition: transform 0.3s; mix-blend-mode: screen;
}
.nav-logo-img:hover { transform: scale(1.05); }

.nav-right { flex: 1; display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.menu-label { text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px; color: var(--gold); cursor: pointer; font-family: var(--font-sans); font-weight: 600;}
.hamburger-icon { display: flex; flex-direction: column; gap: 5px; cursor: pointer; width: 30px; }
.hamburger-icon .bar { width: 100%; height: 3px; background: var(--gold); border-radius: 2px; transition: 0.3s; }
.hamburger-icon:hover .bar { background: #fff; }

.nav-subtitle { text-align: center; color: var(--text-muted); font-size: 0.85rem; margin-top: 10px; letter-spacing: 1px; font-family: var(--font-sans);}

#nav-toggle { display: none; }
.sidebar {
    position: fixed; top: 0; right: -320px; width: 280px; height: 100%; background: #0a0a0a;
    z-index: 2000; border-left: 2px solid var(--gold); transition: right 0.4s ease; padding: 40px;
    box-shadow: -5px 0 15px rgba(0,0,0,0.8);
    overflow-y: auto;
}
#nav-toggle:checked ~ .sidebar { right: 0; }
.close-btn { position: absolute; top: 15px; left: 20px; font-size: 2rem; color: #fff; cursor: pointer; transition: 0.3s; }
.close-btn:hover { color: var(--gold); }
.sidebar-logo {
    font-family: var(--font-serif); color: var(--gold); font-size: 1.8rem; text-align: center; margin-bottom: 30px;
    letter-spacing: 2px; border-bottom: 1px solid #333; padding-bottom: 15px; font-weight: bold;
}
.sidebar-links { list-style: none; }
.sidebar-links li { margin-bottom: 15px; text-align: center; }
.sidebar-links a { font-family: var(--font-sans); font-weight: 600; font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; color: #ccc; display: block; padding: 5px; }
.sidebar-links a:hover { color: var(--gold); transform: translateX(-5px); }

.hero-image-section { padding: 40px 20px 0 20px; text-align: center; }
.hero-image-wrapper {
    width: 100%; height: 600px; border: 3px solid var(--gold); overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6); margin-bottom: 30px;
}
.hero-image-wrapper.narrow { height: 400px; }
.full-width-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.hero-text-block h1 { font-family: var(--font-sans); font-size: 1.2rem; margin-bottom: 5px; color: #fff; letter-spacing: 3px; font-weight: 400;}
.hero-text-block h2 { font-family: var(--font-serif); font-size: 3rem; margin: 0; text-transform: uppercase; text-shadow: 2px 2px 5px rgba(0,0,0,1); letter-spacing: 2px; color: var(--gold);}

.box-title-ornate, .box-title-script {
    font-family: var(--font-serif);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gold);
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 30px;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    display: inline-block;
    padding: 5px 20px;
    font-size: 2.2rem;
    max-width: 100%;
    word-break: break-word;
}

.gold-text { color: var(--gold); font-family: var(--font-serif); letter-spacing: 1px; margin-top: 15px; font-size: 1.4rem;}

.drink-header h3,
.box-item h3,
.simple h3,
.list-item span:first-child {
    font-family: var(--font-sans);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
    color: var(--gold);
    margin: 0;
}

.price { font-family: var(--font-sans); font-weight: 700; color: #fff; }
.price::after { content: " €"; font-size: 0.8rem; font-weight: 400;}

.ingredients, .desc, .subtext {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 0.85rem;
    color: #ccc;
    margin-top: 4px;
    line-height: 1.4;
}

.cl-size { font-family: var(--font-sans); font-size: 0.9rem; border: 1px solid #555; padding: 2px 5px; margin-left: 10px; vertical-align: middle; color: #fff; font-weight: 400;}

.menu-box { background: var(--bg-card); width: 100%; padding: 30px; margin: 0 auto; max-width: 1000px; overflow: hidden; box-sizing: border-box; }

.frame-double { border: 4px double var(--gold); outline: 1px solid #000; outline-offset: -6px; }
.frame-ornate { border: 2px solid var(--gold); position: relative; box-shadow: inset 0 0 0 4px #000, inset 0 0 0 6px var(--gold-dim); }
.frame-ornate::before { content: "❖"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--bg-dark); padding: 0 10px; color: var(--gold); font-size: 1.2rem; }
.frame-corner { border: 1px solid var(--gold-dim); position: relative; }
.frame-corner::after { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border: 1px dotted var(--gold); pointer-events: none; }

.box-content { display: grid; gap: 15px; }
.box-item { margin-bottom: 10px; }
.box-item .box-header { display: flex; justify-content: space-between; align-items: baseline; }

.simple { text-align: center; border-bottom: 1px dotted #333; padding-bottom: 8px; margin-bottom: 8px; }
.simple:last-child { border: 0; }
.simple h3 { display: inline; font-size: 1.2rem; }
.simple .price { margin-left: 10px; }

.main-menu-title { font-family: var(--font-serif); font-size: 3rem; text-align: center; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 5px; color: var(--gold); font-weight: 700;}

.drink-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.drink-card { padding: 10px; border-bottom: 1px solid #333; }
.drink-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 5px; }

.list-layout.two-col-list { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.list-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #222; }

.dual-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 1000px; margin: 0 auto 80px auto; }

.section-title { font-family: var(--font-serif); text-align: center; font-size: 2.5rem; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 3px; text-shadow: 2px 2px 4px rgba(0,0,0,0.8); font-weight: 700; color: var(--gold);}
.section-title-small { font-family: var(--font-serif); text-align: center; font-size: 2rem; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; color: var(--gold);}

.about-section { text-align: center; max-width: 700px; margin-left: auto; margin-right: auto; }
.about-text { font-family: var(--font-sans); font-size: 1.1rem; color: #ddd; line-height: 1.8; }

.three-col-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; }
.two-col-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; text-align: center; }
.img-frame { padding: 5px; border: 2px solid var(--gold-dim); transition: 0.3s; background: #000;}
.img-frame:hover { border-color: var(--gold); }
.grid-img { width: 100%; height: 300px; object-fit: cover; display: block; }
.grid-img-tall { width: 100%; height: 450px; object-fit: cover; display: block; }

.service-section { display: flex; justify-content: center; }
.service-box { max-width: 800px; text-align: center; padding: 50px; }
.service-box p { font-family: var(--font-sans); font-size: 1.1rem; line-height: 1.8; color: #ddd; margin-bottom: 20px; }
.signature { font-family: var(--font-serif); font-size: 1.5rem; color: var(--gold); margin-top: 30px; font-style: italic; }

.resmio-iframe { width: 100%; height: 500px; border: none; border-radius: 4px; background: transparent; }

footer { background: #080808; border-top: 3px double var(--gold); margin-top: 100px; padding-top: 60px; color: #aaa; }
.contact-form-section { max-width: 900px; margin: 0 auto 60px auto; padding: 20px; }

.vintage-form .form-row { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 20px; margin-bottom: 20px; }
.vintage-form .form-group { display: flex; flex-direction: column; }
.vintage-form label { display:block; margin-bottom:5px; color:#aaa; font-size:0.9rem; font-family: var(--font-sans); }

.vintage-form input[type="text"],
.vintage-form input[type="email"],
.vintage-form input[type="tel"],
.vintage-form textarea,
.vintage-form select {
    width: 100%;
    padding: 15px;
    background: #1a1a1a;
    border: 1px solid #333;
    color: #fff;
    font-family: var(--font-sans);
}

.vintage-form select,
.vintage-form select option {
    background-color: #1a1a1a !important;
    color: #fff !important;
}

.vintage-form textarea { resize: vertical; }
.vintage-form input:focus, .vintage-form textarea:focus, .vintage-form select:focus { outline: none; border-color: var(--gold); }
.btn-gold { padding: 12px 40px; background: transparent; border: 2px solid var(--gold); color: var(--gold); text-transform: uppercase; letter-spacing: 2px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: var(--font-sans); }
.btn-gold:hover { background: var(--gold); color: #000; }

.phone-wrapper { display: flex; gap: 10px; }
.phone-prefix { width: 120px; cursor: pointer; }

.footer-info-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: center; padding-bottom: 40px; }
.footer-col h3 { margin-bottom: 20px; font-size: 1.2rem; color: var(--gold); font-family: var(--font-serif);}
.footer-col p { line-height: 1.6; margin-bottom: 15px; font-family: var(--font-sans);}
.footer-col a { color: #aaa; text-decoration: none; } .footer-col a:hover { color: var(--gold); }
.footer-socials a { font-size: 1.5rem; margin: 0 10px; color: #555; transition: 0.3s; }
.footer-socials a:hover { color: var(--gold); }
.footer-bottom { background: #000; padding: 20px; text-align: center; font-size: 0.8rem; color: #777; }
.footer-bottom a { color: #999; }
.footer-bottom a:hover { color: var(--gold); }

.gold-divider { border: none; border-top: 1px solid var(--gold-dim); margin: 30px 0; }

.cookie-banner {
    display: none; position: fixed; bottom: 0; left: 0; width: 100%; background: #111; border-top: 1px solid var(--gold);
    padding: 15px 20px; align-items: center; justify-content: center; gap: 20px; z-index: 9999; flex-wrap: wrap; text-align: center;
}
.cookie-banner p { margin: 0; font-size: 0.9rem; color: #ddd; }
.cookie-banner a { color: var(--gold); text-decoration: underline; }
.btn-gold-solid { padding: 8px 20px; font-size: 0.8rem; background: var(--gold); border: none; color: #000; text-transform: uppercase; font-weight: bold; cursor: pointer;}
.btn-gold-solid:hover { background: #fff; }

img { max-width: 100%; height: auto; }

@media (max-width: 900px) {
    .nav-top-row { flex-wrap: wrap; }
    .nav-left { order: 1; flex: 1; justify-content: flex-start; }
    .logo-container { order: 2; flex: 1; }
    .nav-right { order: 3; flex: 1; }
    .desktop-links { display: none; }
    .list-layout.two-col-list { grid-template-columns: 1fr; }
    .footer-info-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero-image-wrapper { height: 300px; }
    .nav-logo-img { height: 50px; }
    .sidebar { width: 250px; }
    .dual-columns { grid-template-columns: 1fr; }
    .vintage-form .form-row { grid-template-columns: 1fr; }
    .phone-wrapper { flex-direction: row; }
    .hero-text-block h2 { font-size: 1.8rem; letter-spacing: 1px; }
    .section-title { font-size: 1.8rem; letter-spacing: 1px; }
    .section-title-small { font-size: 1.5rem; }
    .main-menu-title { font-size: 2rem; letter-spacing: 2px; }
    .box-title-ornate, .box-title-script { font-size: 1.6rem; letter-spacing: 1px; padding: 5px 10px; }
    .menu-box { padding: 15px; }
    .container { padding: 40px 15px; }
    .two-col-grid { grid-template-columns: 1fr; }
    .frame-ornate { box-shadow: inset 0 0 0 3px #000, inset 0 0 0 5px var(--gold-dim); }
    .frame-corner::after { top: 3px; left: 3px; right: 3px; bottom: 3px; }
}
