/* Reset & base */
body {
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #fffbe9 0%, #ffe0b2 100%);
    color: #3e2723;
    min-height: 100vh;
    line-height: 1.6;
    font-size: 1.07em;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
    color: #b45f06;
    margin-top: 0.7em;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    letter-spacing: 0.03em;
}
h1 {
    font-size: 2.5em;
    margin-bottom: 0.3em;
}
h2 {
    font-size: 2em;
    letter-spacing: 1px;
}
h3 {
    font-size: 1.25em;
}
a {
    color: #b45f06;
    text-decoration: none;
    transition: color 0.2s, box-shadow 0.2s;
    border-radius: 4px;
    outline: none;
}
a:focus, a:hover {
    color: #d35400;
    box-shadow: 0 2px 8px #e2b97f33;
    background: #fffbe9;
}
nav {
    text-align: center;
    margin: 36px 0 24px 0;
}
nav a {
    margin: 0 12px;
    color: #fff;
    background: linear-gradient(90deg, #b45f06 60%, #ff9800 100%);
    padding: 10px 28px;
    border-radius: 22px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    box-shadow: 0 2px 8px #e2b97f33;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    border: none;
}
nav a:hover, nav a:focus {
    background: linear-gradient(90deg, #d35400 60%, #ffb74d 100%);
    color: #fffbe9;
    box-shadow: 0 4px 16px #e2b97f44;
}
section, .card, .form-box, .faq-item, .post-card, .combo-card, .offer-card, .review-card, .chef-card, .gallery-item {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px #e2b97f22;
    padding: 32px 24px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s, transform 0.2s;
}
section:hover, .card:hover, .form-box:hover, .faq-item:hover, .post-card:hover, .combo-card:hover, .offer-card:hover, .review-card:hover, .chef-card:hover, .gallery-item:hover {
    box-shadow: 0 8px 32px #e2b97f44;
    transform: translateY(-2px) scale(1.01);
}
.banner {
    text-align: center;
    background: linear-gradient(90deg,#ffefba,#ffffff 80%);
    padding: 40px 0 24px 0;
}
.banner img {
    width: 100%;
    max-width: 900px;
    border-radius: 24px;
    box-shadow: 0 6px 24px #e2b97f55;
    max-height: 320px;
    object-fit: cover;
}
.combos, .offers, .reviews, .chefs, .gallery, .posts {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.combo-card, .offer-card, .review-card, .chef-card, .gallery-item, .post-card {
    background: #fffbe9;
    border-radius: 14px;
    box-shadow: 0 2px 8px #e2b97f22;
    padding: 20px;
    width: 280px;
    text-align: center;
    margin-bottom: 24px;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}
.combo-card:hover, .offer-card:hover, .review-card:hover, .chef-card:hover, .gallery-item:hover, .post-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 32px #e2b97f44;
    z-index: 2;
}
.combo-card img, .chef-card img, .gallery-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px #e2b97f22;
}
.chef-card h3, .post-card h3 {
    color: #b45f06;
    margin: 10px 0 6px 0;
}
.chef-card p, .post-card p {
    margin: 6px 0;
}
.gallery-item img, .gallery-item video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 8px #e2b97f22;
}
.gallery-item p {
    color: #b45f06;
    font-size: 1em;
    margin: 8px 0 0 0;
}
.post-card p {
    min-height: 48px;
}
.post-card a {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    background: linear-gradient(90deg, #b45f06 60%, #ff9800 100%);
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    font-weight: 600;
}
.post-card a:hover, .post-card a:focus {
    background: linear-gradient(90deg, #d35400 60%, #ffb74d 100%);
    color: #fffbe9;
}
.review-card strong {
    color: #f39c12;
    font-size: 1.2em;
}
.review-card {
    min-height: 100px;
}
.combo-card strong {
    color: #d35400;
    font-size: 1.1em;
}
.combo-card a {
    display: inline-block;
    margin: 8px 6px 0 6px;
    padding: 8px 18px;
    background: linear-gradient(90deg, #b45f06 60%, #ff9800 100%);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1em;
    transition: background 0.2s, color 0.2s;
    font-weight: 600;
}
.combo-card a:hover, .combo-card a:focus {
    background: linear-gradient(90deg, #d35400 60%, #ffb74d 100%);
    color: #fffbe9;
}
.offer-card h4 {
    color: #d35400;
    margin: 0 0 10px 0;
}
.offer-card {
    min-height: 120px;
}
.form-box, form {
    background: #fffbe9;
    border-radius: 14px;
    box-shadow: 0 2px 8px #e2b97f22;
    padding: 22px 28px;
    max-width: 520px;
    margin: 0 auto 32px auto;
}
form label {
    display: block;
    margin-bottom: 12px;
    color: #6d4c1b;
    font-weight: 500;
}
input[type=text], input[type=email], input[type=password], input[type=number], input[type=file], textarea, select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1.5px solid #e2b97f;
    font-size: 1.07em;
    margin-bottom: 16px;
    background: #fff;
    box-sizing: border-box;
    transition: border 0.2s, box-shadow 0.2s;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border: 2px solid #b45f06;
    outline: none;
    box-shadow: 0 2px 8px #e2b97f33;
}
button, input[type=submit] {
    background: linear-gradient(90deg,#b45f06,#ff9800);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 1.13em;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    margin-top: 10px;
    box-shadow: 0 2px 8px #e2b97f22;
}
button:hover, input[type=submit]:hover, button:focus, input[type=submit]:focus {
    background: linear-gradient(90deg,#d35400,#ffb74d);
    color: #fffbe9;
    box-shadow: 0 4px 16px #e2b97f44;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #fffbe9;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0 2px 8px #e2b97f22;
}
th, td {
    padding: 14px 12px;
    border-bottom: 1px solid #ffe0b2;
    text-align: left;
}
th {
    background: #ffe0b2;
    color: #b45f06;
    font-weight: 700;
    font-size: 1.07em;
}
tr:last-child td {
    border-bottom: none;
}
input[type="file"] {
    background: #fff;
    border: none;
    padding: 0;
}
.faq-item {
    margin-bottom: 14px;
    background: #fffbe9;
    border-radius: 10px;
    box-shadow: 0 1px 4px #e2b97f22;
    padding: 16px 22px;
    transition: box-shadow 0.2s;
}
.faq-item.open {
    box-shadow: 0 4px 16px #e2b97f44;
}
.faq-question {
    cursor: pointer;
    font-weight: bold;
    color: #b45f06;
    position: relative;
    padding-right: 24px;
}
.faq-question::after {
    content: '▼';
    position: absolute;
    right: 0;
    top: 0;
    color: #d35400;
    font-size: 0.9em;
    transition: transform 0.2s;
}
.faq-item.open .faq-question::after {
    transform: rotate(180deg);
}
.faq-answer {
    display: none;
    margin-top: 8px;
    color: #3e2723;
    animation: fadeIn 0.3s;
}
.faq-item.open .faq-answer {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* Responsive improvements */
@media (max-width: 1100px) {
    .combos, .offers, .reviews, .chefs, .gallery, .posts {
        flex-direction: column;
        align-items: center;
    }
    .combo-card, .offer-card, .review-card, .chef-card, .gallery-item, .post-card {
        width: 98vw;
        max-width: 98vw;
    }
    section, .form-box, form {
        padding: 18px 4vw;
    }
}
@media (max-width: 700px) {
    .combos, .offers, .reviews, .chefs, .gallery, .posts {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .combo-card, .offer-card, .review-card, .chef-card, .gallery-item, .post-card {
        width: 99vw;
        max-width: 99vw;
        padding: 12px 4vw;
    }
    section, .form-box, form {
        padding: 10px 2vw;
    }
    table, th, td {
        font-size: 0.97em;
    }
    .banner img, .slider {
        max-width: 99vw;
    }
}
::-webkit-scrollbar {
    width: 8px;
    background: #ffe0b2;
}
::-webkit-scrollbar-thumb {
    background: #e2b97f;
    border-radius: 8px;
}
