/*
Theme Name: Benitos Final Theme
Author: Gemini Custom
Description: Tema identike per Benitos Trattoria me Menu te plote
Version: 1.3
*/

:root {
    --teal: #008b8b;
    --red: #b22222;
    --font-main: 'Georgia', serif;
    --light: #f7fbfb;
    --line: #d9eaea;
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-main);
    margin: 0;
    background: #fff;
    color: #333;
    line-height: 1.5;
}

/* Header */
header {
    padding: 26px 8%;
    border-bottom: 2px solid var(--teal);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo h1 {
    color: var(--teal);
    font-size: 45px;
    margin: 0;
    line-height: 1.05;
}

.logo p {
    font-family: 'Brush Script MT', cursive;
    font-size: 30px;
    color: var(--teal);
    margin: 2px 0 0;
}

nav {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

nav a {
    color: var(--red);
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

nav a:hover { opacity: .8; }

/* Generic section spacing */
section {
    padding: 10px 0 28px;
}

/* Titles */
.section-title {
    text-align: center;
    color: var(--teal);
    margin: 44px auto 22px;
    font-size: 33px;
    text-transform: uppercase;
    border-bottom: 2px solid var(--teal);
    display: block;
    max-width: 1100px;
    padding: 0 20px 10px;
    letter-spacing: .5px;
}

.category-title {
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    color: var(--teal);
    font-size: 40px;
    margin: 34px 0 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

/* Gallery */
.gallery-grid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: block;
}

/* About */
.about-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.about-card {
    background: var(--light);
    border: 1px solid var(--line);
    border-left: 4px solid var(--teal);
    border-radius: 8px;
    padding: 18px 18px 14px;
}

.about-card .category-title {
    margin-top: 0;
    font-size: 34px;
}

.about-card p {
    font-size: 16px;
    color: #444;
    margin: 0 0 12px;
}

/* Packages */
.packages-box {
    max-width: 1100px;
    margin: 20px auto 0;
    padding: 0 20px;
}

.packages-note {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 0 0 14px;
}

/* Menu grid */
.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.menu-item {
    margin-bottom: 20px;
    background: #fff;
    padding: 4px 0;
}

.item-head {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: var(--teal);
    border-bottom: 1px dotted #c9c9c9;
    gap: 12px;
}

.item-head span:last-child {
    white-space: nowrap;
}

.item-desc {
    font-size: 13px;
    font-style: italic;
    color: #666;
    margin-top: 4px;
    line-height: 1.4;
}

.menu-note{
    max-width:1100px;
    margin:0 auto 12px;
    padding:0 20px;
    color:#666;
    font-size:14px;
    font-style:italic;
}

/* Special box */
.special-box {
    background: #eaffee;
    padding: 26px;
    border: 2px dashed var(--teal);
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
    border-radius: 8px;
}

.special-box h4 {
    margin: 0 0 8px;
    color: var(--teal);
    font-size: 20px;
}
.special-price{
    font-size:28px !important;
    margin-bottom:14px !important;
}

/* Map */
.map-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.map-wrap iframe {
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* Footer */
.footer-info {
    background: #f9f9f9;
    padding: 42px 8%;
    text-align: center;
    border-top: 2px solid var(--teal);
    margin-top: 24px;
}

.footer-info h3 {
    color: var(--teal);
    margin: 0 0 12px;
    font-size: 28px;
    letter-spacing: .4px;
}

.footer-info p {
    margin: 6px 0;
    color: #444;
    font-size: 15px;
}

.footer-bottom {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 13px;
    color: #777;
}

/* Responsive */
@media (max-width: 992px) {
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .about-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    header { padding: 20px 5%; }
    .logo h1 { font-size: 36px; }
    .logo p { font-size: 24px; }

    .menu-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }

    .section-title {
        font-size: 27px;
        margin-top: 34px;
    }

    .category-title {
        font-size: 34px;
    }

    .map-wrap iframe { height: 320px; }
}
