:root {
  --nohar-accent: #965941;
  --nohar-black: #000;
  --nohar-dark: #0c0c0c;
  --nohar-grey-dark: #222;
}

body {
  font-family: 'Lato', sans-serif;
  color: #333;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

.script-heading {
  font-family: 'Great Vibes', cursive;
  font-size: 55px;
  line-height: 1.2;
  color: #000;
  display: block;
}
.script-heading.on-dark { color: #fff; }

/* Botão padrão do site: preto, quadrado, uppercase */
.btn-nohar {
  background: var(--nohar-black);
  border: 1px solid var(--nohar-black);
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .56px;
  padding: 13px 28px;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
}
.btn-nohar:hover { background: #fff; color: var(--nohar-black); }

.btn-nohar-outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .56px;
  padding: 13px 28px;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
}
.btn-nohar-outline:hover { background: #fff; color: var(--nohar-black); }

/* Topbar */
.topbar { background: var(--nohar-black); color: #ccc; font-size: 13px; }
.topbar a { color: #ccc; text-decoration: none; }
.topbar a:hover { color: var(--nohar-accent); }
.topbar .lang-flag { width: 20px; margin: 0 3px; cursor: pointer; }
.topbar .social-icons a { color: #ccc; margin-left: 14px; font-size: 14px; }
.topbar .social-icons a:hover { color: var(--nohar-accent); }

/* Nav */
.nohar-nav {
  background: #fff !important;
  border-bottom: 1px solid #eee;
  padding: 0;
}
.nohar-nav .navbar-brand img { height: 68px; padding: 10px 0; }
.nohar-nav .nav-link {
  color: #000 !important;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: .5px;
  font-weight: 700;
  padding: 1.9rem .9rem !important;
}
.nohar-nav .nav-link:hover,
.nohar-nav .nav-link.active { color: var(--nohar-accent) !important; }

.provisorio-strip {
  background: #fff3cd;
  color: #664d03;
  text-align: center;
  font-size: .78rem;
  padding: .3rem .5rem;
}
.provisorio-strip a { color: #664d03; font-weight: 700; margin-left: .5rem; }

/* Hero (home) */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
  text-align: center;
}
.hero .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity .8s ease;
}
.hero .hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.3); }
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 720px; padding: 0 1rem; }
.hero-content .script-heading { font-size: 55px; margin-bottom: .25rem; }
.hero-content h1 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: none;
  margin-bottom: .75rem;
}
.hero-content p { font-size: 24px; font-weight: 500; }

/* Banner de página interna (cardápio, reservas, eventos...) — cada página define
   a própria foto via --banner-img (igual ao site real, onde cada página tem uma
   imagem de banner diferente), com um véu escuro por cima pra legibilidade */
.page-banner {
  background-color: #111;
  background-image: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)), var(--banner-img);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 70px 0 55px;
}
.page-banner h1 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 26px;
  margin-bottom: .4rem;
}
.page-banner .breadcrumb-nohar { font-size: 12px; letter-spacing: .5px; color: #ddd; text-transform: uppercase; }
.page-banner .breadcrumb-nohar a { color: #ddd; text-decoration: none; }

/* Seções de conteúdo estilo editorial (home) */
.editorial-section { padding: 70px 0; }
.editorial-section .content-narrow { max-width: 760px; margin: 0 auto; text-align: center; }
.editorial-section h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.editorial-section p { color: #444; line-height: 1.85; margin-bottom: 1.1rem; }
.editorial-section h3.sub {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  margin: 1.75rem 0 .75rem;
}
.bg-alt { background: #f7f7f7; }

/* Cardápio */
.cardapio-intro {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #707070;
  text-align: left;
}

.menu-sidebar { border-right: 1px solid #eee; }
.menu-sidebar .list-group-item {
  border: none;
  border-bottom: 1px solid #c5c5c5;
  padding: .75rem 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #337ab3;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-sidebar .list-group-item.active { color: var(--nohar-accent); background: transparent; }
.menu-sidebar .list-group-item:hover { color: var(--nohar-accent); cursor: pointer; }

.categoria-titulo {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #444;
  border-left: 4px solid #dc3545;
  padding-left: .6rem;
  padding-bottom: .75rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.pratos-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) {
  .pratos-grid { grid-template-columns: 1fr 1fr; }
}

.prato-item {
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.prato-item .prato-foto {
  width: 50%;
  min-height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}
.prato-item .prato-infos {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.1rem 1.25rem;
}
.prato-item h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #333;
  margin-bottom: .5rem;
}
.prato-item .badge-serve {
  font-size: 11px; text-transform: uppercase; letter-spacing: .4px;
  color: var(--nohar-accent); border: 1px solid var(--nohar-accent); padding: .15rem .5rem;
  display: inline-block; margin-bottom: .6rem; width: fit-content;
}
.prato-item p.descricao { color: #8a8a8a; font-size: 13px; line-height: 1.5; margin: 0; }
.prato-item .preco { font-weight: 700; font-size: 16px; color: #444; margin: auto 0 0; padding-top: 1rem; }

/* Forms */
.form-nohar label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: .35rem;
}
.form-nohar .form-control, .form-nohar .form-select {
  border: 1px solid #000;
  border-radius: 0;
  padding: .6rem .8rem;
  font-family: 'Lato', sans-serif;
}
.form-nohar .form-control:focus, .form-nohar .form-select:focus {
  border-color: var(--nohar-accent);
  box-shadow: 0 0 0 .15rem rgba(150,89,65,.15);
}
.form-nohar .form-check-label { font-size: 13px; text-transform: none; font-weight: 400; letter-spacing: normal; }
.form-nohar .form-check-input { border: 1px solid #000; border-radius: 0; }
.form-nohar .form-check-input:checked { background-color: var(--nohar-accent); border-color: var(--nohar-accent); }

/* Faixa "Fale Conosco / Email / Endereço" (reservas, mesa love, contato) */
.cnt-detail-row { padding: 50px 0; }
.cnt-detail-box { text-align: center; }
.cnt-detail-box img { width: 52px; height: 58px; object-fit: contain; margin-bottom: .75rem; }
.cnt-detail-box h4 {
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .35rem;
}
.cnt-detail-box p { color: #777; font-size: 14px; margin: 0; }
.cnt-detail-box a { color: #777; text-decoration: none; }
.cnt-detail-box a:hover { color: var(--nohar-accent); }

/* Formulário de reservas com ícone no campo (input-group, igual ao site real) */
.form-nohar .input-group-text {
  background: #fff;
  border: 1px solid #000;
  border-right: none;
  border-radius: 0;
  color: #000;
}
.form-nohar .input-group .form-control,
.form-nohar .input-group .form-select {
  border-left: none;
}

/* Carrossel de fotos ao lado do formulário (reservas) */
.reservas-carrossel {
  width: 100%;
  aspect-ratio: 570 / 600;
  overflow: hidden;
}
.reservas-carrossel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Galerias de fotos (eventos: "Espaço privativo" / "Demais ambientes") */
.gallery-heading {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.75rem;
}
.gallery-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.gallery-grid a { display: block; }

/* Footer */
.nohar-footer .top-footer { background: var(--nohar-grey-dark); color: #ccc; padding: 55px 0 35px; }
.nohar-footer .widget-title {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 1.1rem;
}
.nohar-footer p, .nohar-footer li { color: #aaa; font-size: 13.5px; }
.nohar-footer a { color: #ccc; text-decoration: none; }
.nohar-footer a:hover { color: var(--nohar-accent); }
.nohar-footer .social-icons a { font-size: 16px; margin-right: 12px; }
.nohar-footer .bottom-footer { background: var(--nohar-dark); color: #888; font-size: 12px; padding: 16px 0; }
.nohar-footer .cartoes-list { display: flex; gap: 8px; flex-wrap: wrap; }
.nohar-footer .cartoes-list span {
  border: 1px solid #444; color: #aaa; font-size: 11px; padding: .2rem .5rem; text-transform: uppercase;
}
.nohar-footer .insta-grid { display: flex; gap: 4px; flex-wrap: wrap; }
.nohar-footer .insta-grid img { width: 80px; height: 82px; object-fit: cover; flex-shrink: 0; }

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 14px rgba(0,0,0,.3);
  z-index: 999;
  text-decoration: none;
}
.whatsapp-float:hover { color: #fff; filter: brightness(1.08); }

.iframe-love { width: 100%; border: none; }

/* Página Love's In The Nohar */
:root { --nohar-love-wine: #7B2222; }

.love-titulo {
  font-family: 'Great Vibes', cursive;
  font-size: 65px;
  color: #000;
  text-align: center;
  display: block;
}
.love-subtitulo { color: #000; font-size: 20px; text-align: center; }

.btn-chamada {
  display: inline-block;
  background: var(--nohar-love-wine);
  color: #fff;
  font-size: 22px;
  padding: 12px 40px;
  border-radius: 4px;
}

.love-diferenciais-box {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px 24px;
  height: 100%;
}
.love-diferenciais-box > p:first-of-type { font-size: 13pt; }
.love-diferenciais { list-style: none; padding-left: 0; margin: 1rem 0; }
.love-diferenciais li { margin-bottom: .7rem; color: #000; font-size: 13pt; }
.love-diferenciais li i { color: var(--nohar-love-wine); margin-right: .4rem; }

.love-foto { width: 100%; height: 540px; object-fit: cover; border-radius: 4px; }

.btn-policy {
  background: var(--nohar-love-wine);
  border-color: var(--nohar-love-wine);
  color: #fff;
  padding: 10px 28px;
}
.btn-policy:hover { background: #5c1a1a; border-color: #5c1a1a; color: #fff; }

@media (max-width: 767px) {
  .hero-content .script-heading { font-size: 40px; }
  .editorial-section { padding: 45px 0; }
}

/* Aviso de cookies */
.container-politica {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: var(--nohar-accent);
  color: #fff;
  padding: 16px 24px;
  max-width: 640px;
  width: calc(100% - 32px);
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
}
.container-politica .flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 16px;
  flex-wrap: wrap;
}
.container-politica p { color: #fff; font-size: 14px; margin: 0; }
.container-politica a { color: #337ab3; }
.container-politica .button-aceite {
  background: #000;
  color: #fff;
  border: none;
  padding: 6px 20px;
  border-radius: 0;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
}
.container-politica .button-aceite:hover { background: #222; color: #fff; }

/* Newsletter (faixa preta acima do rodapé, home) */
.newsletter-section { background: #000; padding: 28px 0; }
.newsletter-section .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.newsletter-section h3 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  flex: 0 0 auto;
}
.newsletter-section p { color: #fff; font-size: 14px; margin: 0; flex: 1 1 260px; }
.newsletter-form {
  display: flex;
  flex: 0 0 auto;
}
.newsletter-form input[type="email"] {
  background: #fff;
  border: none;
  border-radius: 0;
  height: 37px;
  padding: 0 14px;
  min-width: 180px;
}
.newsletter-form button {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 25px;
  white-space: nowrap;
}
.newsletter-form button:hover { background: #fff; color: #000; }
