* { box-sizing: border-box; margin: 0; }

header { text-align: center; background: #fff; position: fixed; top: 0; width: 100%; z-index: 999; box-shadow: 0 1px 6px rgba(0,0,0,.08); }

header li {
    display: inline-block;
    width: 4%;
    padding: 4px;
    margin-right: 40px;
    vertical-align: middle;
}

#logo { width: 11%; }
#logo img { width: 66.84px; height: 79.38px; }

#HOME { color: goldenrod; text-decoration: none; }
li a { color: black; text-decoration: none; }
li a:hover { color: goldenrod; transition: 0.4s ease; }

.item-dropdown { position: relative; }
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    padding: 10px 0;
    z-index: 1000;
}
.submenu li { display: block; width: auto; margin: 0; }
.submenu li a { color: #333; padding: 10px 16px; text-decoration: none; display: block; font-size: 14px; }
.item-dropdown:hover .submenu { display: block; }
.submenu li a:hover { background-color: #f5f5f5; color: #b3a373; }

#sec-hero {
    height: 100vh;
    background-image: url('https://preview.colorlib.com/theme/rooftop/img/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#titulo {
    font-family: 'Cinzel', serif;
    font-size: 60px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

#subtitulo {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-top: #FFFFFF solid 1px;
    width: 26%;
    margin: auto;
    padding: 20px;
    letter-spacing: 0.15em;
    margin-top: -215px;
    text-align: center;
}

#bookinthetable {
    width: 92px;
    height: 180px;
    text-align: center;
    top: 45%;
    right: 0;
    background-image: url('https://preview.colorlib.com/theme/rooftop/img/book-table-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

#textobook {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: 0.5s;
    transform: rotate(-90deg);
    white-space: nowrap;
}

#view-menu-btn {
    width: 92px;
    height: 180px;
    text-align: center;
    top: 45%;
    left: 0;
    background-image: url('https://preview.colorlib.com/theme/rooftop/img/view-menu-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

#textoview {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    transition: 0.5s;
    transform: rotate(90deg);
    white-space: nowrap;
}

#seta {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 49%;
}

.menu-maiorzao {
    display: flex;
    min-height: 80vh;
    font-family: serif;
    padding-top: 40px;
}

.menu-titulo {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 50px;
    background-color: #fff;
    margin-top: 5%;
}

.menu-titulo h1 { line-height: 1.1; }

.subtitulo-menu {
    font-size: 16px;
    line-height: 1.6;
    color: #777;
    max-width: 450px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.butao-menu {
    display: inline-block;
    background: #b3a373;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    margin-top: 20px;
}

.menu-cardapio {
    flex: 1;
    padding: 80px 50px;
    text-align: center;
}

.category {
    font-style: italic;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.item-cabecalho {
    display: flex;
    font-weight: bold;
}

.dots {
    flex: 1;
    border-bottom: 2px dotted #000;
    margin: 1px;
}

.descricao {
    color: #666;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 25px;
    text-align: left;
}

.galeria-mural {
    column-count: 2;
    column-gap: 400px;
    padding: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.galeria-mural img {
    width: 200%;
    display: block;
    margin-bottom: 20px;
    margin-left: -100%;
}

.booking-wrapper {
    padding: 60px 40px;
    background: #fdfaf5;
}

.booking-dentro {
    display: flex;
    max-width: 1100px;
    font-family: serif;
    align-items: flex-start;
    margin: 0 auto;
    gap: 60px;
}

.booking-forma {
    flex: 2;
    background-color: #f9f5f0;
    padding: 60px;
}

.booking-forma input,
.booking-forma select,
.booking-forma textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #eee;
    font-size: 14px;
    box-sizing: border-box;
}

.forma-row { display: flex; gap: 18px; }
.forma-row > * { flex: 1; }
.forma-guests { display: flex; gap: 18px; }
.forma-guests > * { flex: 1; }

.booking-forma button {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
}

.booktexto { flex: 1; padding: 20px; }
.booktexto h1 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.booktexto p { color: #666; line-height: 1.6; }

.chefao1 { display: flex; align-items: center; padding: 40px; gap: 40px; }

#chefao { width: 340px; height: auto; flex-shrink: 0; }

#textochefao {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    letter-spacing: 0.2em;
    max-width: 500px;
}

#textochefao h1 { margin-bottom: 20px; }
#textochefao p { font-family: Arial, sans-serif; font-size: 14px; letter-spacing: 0.05em; line-height: 1.7; color: #444; }
#textochefao img { margin-top: 20px; height: 40px; }

#bife { width: 100%; height: auto; display: block; }

#local {
    padding: 50px;
    font-size: 20px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.local-info h1 { margin-bottom: 20px; }

#sublocal {
    color: #666;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}

.formulario-contato {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.formulario-contato input,
.formulario-contato textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #d1d9e1;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

.formulario-contato input:focus,
.formulario-contato textarea:focus { border-color: #b3a373; }

.formulario-contato textarea { resize: vertical; min-height: 120px; }

.container-botao { display: flex; justify-content: flex-end; margin-top: 10px; }

.btn-enviar {
    background-color: #b3a373;
    color: white;
    padding: 15px 40px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s;
}
.btn-enviar:hover { background-color: #ffffff; color: #b3a373; }

.about-section { padding: 60px 40px; }
.about-chefao { display: flex; align-items: center; gap: 60px; max-width: 1100px; margin: 0 auto; }
.about-chefao img { width: 420px; height: auto; flex-shrink: 0; }
.about-text h1 { font-size: 40px; line-height: 1.2; margin-bottom: 20px; font-family: serif; }
.about-text p { color: #666; line-height: 1.7; font-size: 15px; }

.sec-subpage {
    height: 58vh;
    background-image: url('https://preview.colorlib.com/theme/rooftop/img/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sec-subpage #titulo { height: 60vh; font-size: 60px; }
.sec-subpage #subtitulo { margin-top: -185px; font-size: 14px; }

.galeria-page {
    max-width: 1100px;
    margin: 60px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 40px;
}
.galeria-page img { width: 100%; height: 300px; object-fit: cover; display: block; }

.blog-hero {
    height: 78vh;
    background-image: url('https://preview.colorlib.com/theme/rooftop/img/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.blog-hero #titulo { height: 70vh; }
.blog-hero #subtitulo { margin-top: -215px; font-size: 14px; }

.container-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px;
    background-color: #f9f9ff;
}

.card {
    width: 300px;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.overlay {
    background-color: rgba(0,0,0,0.7);
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    transition: all 0.4s ease;
    padding: 20px;
}

.overlay hr { width: 200px; border: 1px solid white; margin: 15px 0; }
.overlay h3 { font-family: 'Cinzel', serif; letter-spacing: 2px; }
.card:hover .overlay { background-color: rgba(179,163,115,0.9); }

.main-container {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    gap: 40px;
    padding: 0 15px;
}

.posts-section { flex: 2; }
.sidebar { flex: 1; }

.post-card { display: flex; margin-bottom: 60px; gap: 20px; }

.post-meta {
    flex: 0 0 180px;
    text-align: right;
    font-size: 14px;
}
.post-meta p { color: #222; margin-bottom: 15px; }
.meta-icons span { display: block; color: #777; margin-bottom: 8px; font-size: 13px; }

.post-content { flex: 1; }
.post-content img { width: 100%; margin-bottom: 20px; }
.post-content h2 { font-size: 24px; margin-bottom: 15px; color: #222; }
.post-content p { color: #777; line-height: 1.6; margin-bottom: 20px; }

.btn-view-more {
    border: 1px solid #eee;
    background: #fff;
    color: #222;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    transition: 0.3s;
}
.btn-view-more:hover { background: #b0976d; color: #fff; }

.widget { margin-bottom: 40px; }
.widget-title {
    background-color: #b0976d;
    color: white;
    padding: 10px 25px;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 0;
}

.newsletter-text { font-size: 14px; color: #777; margin: 20px 0; }
.newsletter-form .input-group { display: flex; border: 1px solid #eee; }
.newsletter-form input { border: none; padding: 10px; flex: 1; outline: none; }
.btn-subscribe { background-color: #b0976d; color: white; border: none; padding: 0 15px; cursor: pointer; }

.category-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dotted #eee;
    color: #777;
    list-style: none;
}

.tag-container { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.tag-item {
    border: 1px solid #eee;
    padding: 5px 12px;
    font-size: 12px;
    color: #222;
    text-decoration: none;
    background: #fff;
}

.search-box { display: flex; border: 1px solid #eee; margin-bottom: 30px; }
.search-box input { border: none; padding: 10px; flex: 1; outline: none; }
.search-box button { background: #b0976d; border: none; color: #fff; padding: 0 14px; cursor: pointer; }

.author-profile { text-align: center; margin-bottom: 30px; border: 1px solid #eee; padding: 20px; }
.author-profile img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin: 0 auto 10px; display: block; }
.author-profile h3 { font-size: 16px; margin-bottom: 4px; }
.author-profile p { font-size: 13px; color: #777; }

.popular-item { display: flex; gap: 12px; margin-bottom: 14px; align-items: center; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.popular-item img { width: 60px; height: 60px; object-fit: cover; flex-shrink: 0; }
.popular-info h4 { font-size: 13px; color: #222; margin-bottom: 4px; }
.popular-info p { font-size: 12px; color: #aaa; }

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 50px 0;
}
.page-link { text-decoration: none; color: #777; font-size: 16px; padding: 10px 15px; transition: all 0.3s; }
.page-link.active { background-color: #b0976d; color: white; font-weight: bold; min-width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.page-link:hover:not(.active) { color: #b0976d; }

.rodape {
    background-color: #04091e;
    color: #777;
    padding: 60px 10%;
    font-family: sans-serif;
}
.colunas-container { display: flex; gap: 20px; }
.coluna { flex: 1; min-width: 150px; margin-bottom: 30px; }
.coluna h3 { color: #fff; font-size: 16px; margin-bottom: 25px; letter-spacing: 1px; }
.coluna ul { list-style: none; padding: 0; }
.coluna ul li { margin-bottom: 12px; font-size: 14px; color: #777; transition: 0.3s; cursor: default; }
.coluna ul li:hover { color: #bfa371; }

.input-grupo { display: flex; margin-top: 10px; }
.input-grupo input { background: transparent; border: 1px solid #333; padding: 10px; color: #fff; flex: 1; }
.input-grupo button { background-color: #bfa371; border: none; padding: 10px 15px; color: #fff; cursor: pointer; }

.rodape-inferior {
    border-top: 1px solid #333;
    margin-top: 50px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.section-anchor { padding-top: 90px; } /* compensate fixed nav */
.section-label {
    text-align: center;
    padding: 30px 0 10px;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    letter-spacing: 4px;
    color: #b3a373;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}