@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/josefin-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}

@font-face {
  font-family: "Sacramento";
  src: url("../fonts/sacramento.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Mrs Saint Delafield";
  src: url("../fonts/mrs-saint-delafield.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #f5f1ec;
  --bg-dark: #1c1712;
  --text: #2a2826;
  --muted: #6f6a62;
  --gold: #b7853f;
  --gold-dark: #8f5d1f;
  --accent: #c04900;
  --card: #ffffff;
  --line: rgba(42, 40, 38, 0.14);
  --radius: 14px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", "Josefin Sans", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page-wrap {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(10px);
  background: rgba(40, 35, 31, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.topbar {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 90px;
  height: auto;
}

.menu-toggle {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
  border-radius: 8px;
  min-width: 44px;
  min-height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.main-nav a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #f8f8f8;
  font-size: 0.7rem;
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
}

.main-nav a.is-active,
.main-nav a:hover {
  color: #fff;
  border-bottom-color: var(--gold);
}

body[data-page] .site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

body[data-page] .site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

body[data-page] .topbar {
  width: min(1125px, calc(100% - 2rem));
  min-height: 90px;
  justify-content: flex-start;
  gap: 11rem;
}

body[data-page] .brand img {
  width: 112px;
}

body[data-page] .main-nav ul {
  gap: 2.15rem;
}

body[data-page] .main-nav a {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom-width: 3px;
}

.hero {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center center;
  transition: background-image 900ms ease-in-out;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.84) 8%, rgba(0, 0, 0, 0.18) 58%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 6.2rem 0 3.4rem;
}

.hero-kicker {
  margin: 0 0 0.5rem;
  color: #dfb57a;
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  font-family: "Sacramento", cursive;
}

.hero-title {
  margin: 0 0 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2.2rem, 5.4vw, 4.3rem);
  text-transform: uppercase;
  line-height: 1.08;
  letter-spacing: 0.03em;
  max-width: 650px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 0.9rem 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--gold);
  color: #fff;
}

.btn-primary:hover {
  background: #c79a5a;
}

.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-outline:hover {
  border-color: #fff;
}

.section {
  padding: clamp(3.2rem, 5vw, 5.2rem) 0;
}

.section.alt {
  background: #fff;
}

.section.dark {
  background: var(--bg-dark);
  color: #ece6df;
}

.container {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.intro-script {
  margin: 0;
  text-align: center;
  font-family: "Mrs Saint Delafield", cursive;
  color: var(--accent);
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  line-height: 0.95;
}

.intro-title {
  margin: 0.4rem 0 0;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.8rem, 3.7vw, 3rem);
}

.intro-copy {
  margin: 1rem auto 0;
  max-width: 820px;
  text-align: center;
  color: var(--muted);
  font-size: 1.04rem;
}

.split {
  display: grid;
  gap: 2rem;
  align-items: center;
  grid-template-columns: 1fr;
}

.split.reverse .split-media {
  order: 2;
}

.split-media img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.split-copy p {
  margin: 0.7rem 0;
  color: var(--muted);
}

.history-mark {
  width: 210px;
  margin: 0.8rem 0 0.2rem;
}

.section-title {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.8rem, 3.1vw, 2.7rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-kicker {
  margin: 0 0 0.4rem;
  font-family: "Sacramento", cursive;
  color: var(--accent);
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
}

.feature-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.feature-card {
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 1rem 1.05rem;
}

.feature-card h3 {
  margin: 0 0 0.3rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.1rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.highlight-strip {
  margin-top: 2rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.highlight-item {
  border: 1px solid rgba(183, 133, 63, 0.35);
  border-radius: 12px;
  padding: 1rem;
  background: rgba(183, 133, 63, 0.1);
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}

.menu-showcase {
  margin-top: 2rem;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}

.menu-list {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.2rem;
}

.menu-list article {
  border-bottom: 1px dashed rgba(42, 40, 38, 0.24);
  padding: 0.8rem 0;
}

.menu-list article:last-child {
  border-bottom: 0;
}

.menu-list h3 {
  margin: 0 0 0.25rem;
  font-family: "Josefin Sans", sans-serif;
}

.menu-list p {
  margin: 0;
  color: var(--muted);
}

.menu-promo-title {
  margin-top: 1.4rem;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

.photo-slider {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 320px;
  background: #1f1a16;
  position: relative;
}

.photo-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chef-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

.quote-box {
  border-left: 4px solid var(--gold);
  margin: 1rem 0;
  padding: 0.4rem 0 0.4rem 1rem;
  color: var(--muted);
}

.quote-author {
  margin: -0.4rem 0 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  color: #564e45;
  font-size: 0.95rem;
}

.bullet-list {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
}

.bullet-list li {
  margin: 0.28rem 0;
}

.media-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.media-grid a,
.logo-grid img,
.gallery-grid img {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.media-grid img,
.logo-grid img,
.gallery-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.logo-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.logo-grid img {
  height: 95px;
  object-fit: contain;
  background: #fff;
  padding: 0.6rem;
}

.social-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.social-row a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.92rem;
}

.social-row .social-icon {
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-row .social-icon img {
  width: 1.08rem;
  height: 1.08rem;
  display: block;
}

.contact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}

.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
}

.contact-card ul {
  margin: 0.4rem 0 0;
  padding-left: 1rem;
}

.contact-card li {
  margin: 0.35rem 0;
}

.map-wrap iframe {
  width: 100%;
  min-height: 330px;
  border: 0;
  border-radius: var(--radius);
}

.beers-grid,
.drinks-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.beers-card,
.drinks-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.beers-card img,
.drinks-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.beers-card .inner,
.drinks-card .inner {
  padding: 0.9rem 1rem 1rem;
}

.beers-card h3,
.drinks-card h3 {
  margin: 0 0 0.35rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.1rem;
}

.beers-card p,
.drinks-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.visit-note {
  margin-top: 1rem;
  border-left: 4px solid var(--gold);
  padding-left: 0.9rem;
  color: var(--muted);
}

.gallery-grid {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.gallery-grid img {
  height: 170px;
}

.rating-strip {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.rating-stars {
  color: #f0b323;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
}

.rating-text {
  color: #6f6a62;
  font-size: 0.92rem;
}

body[data-page="chopes"] .chopes-hero {
  min-height: 420px;
  align-items: center;
  background-position: center center;
}

body[data-page="chopes"] {
  background: #fff;
}

body[data-page="chopes"] .chopes-page {
  background: #fff;
}

body[data-page="chopes"] .chopes-hero::before {
  background: rgba(0, 0, 0, 0.36);
}

body[data-page="chopes"] .chopes-hero .hero-inner {
  width: min(720px, calc(100% - 2rem));
  padding: 7.4rem 0 5.7rem;
  text-align: center;
}

body[data-page="chopes"] .chopes-hero .hero-kicker {
  margin-bottom: -0.4rem;
  color: #fff;
  font-size: 4.05rem;
  line-height: 0.9;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

body[data-page="chopes"] .chopes-hero .hero-title {
  font-size: 3.3rem;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.hero-arrow {
  margin-top: -0.75rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
}

body[data-page="chopes"] .section {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

body[data-page="chopes"] .chopes-intro {
  background: #fff;
  padding-top: 2.75rem;
}

body[data-page="chopes"] .chopes-intro .intro-script {
  margin-bottom: -1.25rem;
  font-size: 4.05rem;
  line-height: 1;
}

body[data-page="chopes"] .chopes-intro .intro-title,
body[data-page="chopes"] .chopes-drinks .intro-title,
body[data-page="chopes"] .chopes-visit .intro-title {
  font-size: 2.625rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

body[data-page="chopes"] .intro-copy {
  max-width: 1030px;
  margin: 0.75rem auto 0;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.06rem;
  line-height: 1.65;
  color: #6f6a62;
}

.chopes-photo-row,
.drink-photo-row {
  width: min(980px, 100%);
  margin: 2.05rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.chopes-photo-row img,
.drink-photo-row img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  object-fit: cover;
}

body[data-page="chopes"] .beers-grid,
body[data-page="chopes"] .drinks-grid {
  width: min(980px, 100%);
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.4rem;
  row-gap: 3.15rem;
}

body[data-page="chopes"] .beers-grid {
  margin: 8rem auto 0;
}

body[data-page="chopes"] .drinks-grid {
  margin: 5.5rem auto 0;
}

body[data-page="chopes"] .beers-card,
body[data-page="chopes"] .drinks-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  text-align: center;
}

body[data-page="chopes"] .beers-card img {
  width: 100%;
  height: 315px;
  object-fit: contain;
}

body[data-page="chopes"] .drinks-card img {
  width: 100%;
  height: 335px;
  object-fit: contain;
}

body[data-page="chopes"] .beers-card .inner,
body[data-page="chopes"] .drinks-card .inner {
  padding: 0.9rem 0 0;
}

body[data-page="chopes"] .beers-card h3,
body[data-page="chopes"] .drinks-card h3 {
  margin-bottom: 0.35rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2e2b28;
}

body[data-page="chopes"] .beers-card p,
body[data-page="chopes"] .drinks-card p {
  max-width: 320px;
  margin: 0 auto;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #777;
}

.chopes-pairing {
  min-height: 600px;
  margin: 5rem 0;
  background: url("../media/uploads/2021/07/image00s004-scaled.jpeg") center/100% auto no-repeat;
}

.chopes-pairing .container {
  width: min(900px, calc(100% - 2rem));
  min-height: 600px;
  display: flex;
  align-items: center;
}

.chopes-pairing-card {
  width: 475px;
  min-height: 530px;
  margin-left: 0;
  background: #fff;
  border: 10px solid #c04900;
  border-radius: 70px;
  padding: 1.45rem 2.5rem 1.5rem;
  text-align: left;
  box-shadow: none;
}

.chopes-pairing-card .intro-script {
  margin: 0;
  color: #2e2b28;
  font-size: 1.1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.chopes-pairing-card h2 {
  margin: 0 0 0.9rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.625rem;
  letter-spacing: 0.06em;
}

.pairing-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 1rem;
  align-items: center;
  margin: 0.75rem 0;
}

.pairing-item img {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  object-fit: cover;
}

.pairing-item p {
  margin: 0;
  color: #625b54;
  font-size: 0.96rem;
  line-height: 1.42;
}

.pairing-item strong {
  color: #2e2b28;
  text-transform: uppercase;
  font-size: 1.05rem;
}

.chopes-pairing-card .btn {
  display: block;
  width: fit-content;
  margin: 1rem auto 0;
  padding: 0.7rem 1rem;
  border-radius: 3px;
  font-size: 0.88rem;
}

body[data-page="chopes"] .chopes-drinks {
  background: #fff;
  padding-top: 4.4rem;
}

body[data-page="chopes"] .chopes-drinks .intro-script,
body[data-page="chopes"] .chopes-visit .intro-script {
  margin-bottom: -1.25rem;
  font-size: 4.05rem;
}

body[data-page="chopes"] .chopes-drinks .intro-title,
body[data-page="chopes"] .chopes-visit .intro-title {
  font-size: 2.625rem;
}

body[data-page="chopes"] .chopes-visit {
  background: #fff;
  text-align: center;
}

body[data-page="chopes"] .chopes-visit .btn {
  margin: 0.45rem auto 0.9rem;
  padding: 0.6rem 1.05rem;
}

.visit-gallery {
  width: min(1035px, 100%);
  margin: 2rem auto 0;
}

.visit-main {
  width: 100%;
  height: 330px;
  display: block;
  object-fit: cover;
}

.visit-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.25rem;
  margin-top: 0.35rem;
}

.visit-thumbs img {
  width: 100%;
  height: 64px;
  display: block;
  object-fit: cover;
}

.chopes-contact-grid {
  width: min(1035px, 100%);
  margin: 6.25rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

body[data-page="chopes"] .chopes-contact-grid .contact-card {
  background: #2a2826;
  color: #eee5dc;
  border: 0;
  border-radius: 0;
  padding: 2.35rem 2.8rem 1.65rem;
  text-align: center;
}

body[data-page="chopes"] .chopes-contact-grid .footer-title {
  color: #fff;
  margin-bottom: 1rem;
}

body[data-page="chopes"] .chopes-contact-grid ul {
  padding: 0;
  list-style: none;
}

body[data-page="chopes"] .chopes-contact-grid li,
body[data-page="chopes"] .chopes-contact-grid a {
  color: #e4d9cf;
  font-size: 1rem;
  line-height: 1.55;
}

.contact-icon-list {
  margin: 1.15rem 0 1.3rem;
}

.contact-icon-list li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.35rem 0;
}

.contact-icon-list span {
  color: #8c8a87;
  font-size: 1.05rem;
  line-height: 1.3;
}

.contact-icon-list img {
  width: 18px;
  height: 18px;
  filter: invert(1) grayscale(1) brightness(1.35);
  opacity: 0.65;
}

.contact-socials {
  margin: 1.35rem auto 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: center;
  gap: 1.55rem;
}

.contact-socials img {
  width: 17px;
  height: 17px;
  filter: invert(1) grayscale(1) brightness(1.35);
  opacity: 0.7;
}

.policy {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.3rem;
}

.policy h2,
.policy h3 {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}

.policy p,
.policy li {
  color: #3f3a34;
}

.policy ul,
.policy ol {
  padding-left: 1.1rem;
}

body[data-page="fotos"] {
  background: #fff;
}

body[data-page="fotos"] .fotos-page {
  background: #fff;
}

body[data-page="fotos"] .fotos-hero {
  min-height: 365px;
  align-items: center;
  background-position: center right;
}

body[data-page="fotos"] .fotos-hero::before {
  background: rgba(0, 0, 0, 0.35);
}

body[data-page="fotos"] .fotos-hero .hero-inner {
  width: min(600px, calc(100% - 2rem));
  padding: 7rem 0 4.7rem;
  text-align: center;
}

body[data-page="fotos"] .fotos-hero .hero-title {
  max-width: none;
  margin: 0;
  font-size: 2.62rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
}

body[data-page="fotos"] .fotos-eventos {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}

body[data-page="fotos"] .fotos-eventos-inner {
  width: min(1000px, calc(100% - 2rem));
}

body[data-page="fotos"] .fotos-eventos .intro-script,
body[data-page="fotos"] .fotos-gallery-section .intro-script {
  margin-bottom: -20px;
  color: #c04900;
  font-size: 4.08rem;
  line-height: 1;
  font-weight: 400;
}

body[data-page="fotos"] .fotos-eventos .intro-title,
body[data-page="fotos"] .fotos-gallery-section .intro-title {
  margin: 0;
  color: #2a2826;
  font-size: 2.62rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.memory-carousel {
  width: 100%;
  margin: 2rem auto 1rem;
}

.memory-main-wrap {
  position: relative;
  overflow: hidden;
  background: #120f0d;
}

.memory-main {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.25s ease;
}

.memory-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #fff;
  width: 44px;
  height: 64px;
  cursor: pointer;
  font-size: 2.7rem;
  line-height: 1;
  opacity: 0.9;
}

.memory-arrow:hover {
  opacity: 1;
}

.memory-prev {
  left: 8px;
}

.memory-next {
  right: 8px;
}

.memory-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.memory-thumbs button {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.92;
}

.memory-thumbs button.is-active,
.memory-thumbs button:hover {
  opacity: 1;
}

.memory-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fotos-download {
  margin-top: 0.45rem;
  gap: 8px;
  padding: 0.72rem 1.45rem;
  border-radius: 3px;
  background: #056f14;
  color: #fff;
  font-size: 1.13rem;
  font-weight: 500;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.fotos-download:hover {
  background: #04d803;
}

.download-icon {
  position: relative;
  width: 13px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 1px;
}

.download-icon::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 5px;
  height: 5px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: #056f14;
}

body[data-page="fotos"] .fotos-gallery-section {
  overflow: hidden;
  padding: 8% 5% 7%;
  background: #e1d6c9;
}

body[data-page="fotos"] .fotos-gallery-inner {
  width: min(1160px, 100%);
}

.fotos-masonry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 2.2rem;
}

.masonry-col {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.masonry-item {
  display: block;
  overflow: hidden;
  background: #d2c5b6;
}

.masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.masonry-item:hover img {
  transform: scale(1.035);
  filter: brightness(0.88);
}

.masonry-wide img {
  height: 165px;
}

.masonry-square img {
  height: 205px;
}

.masonry-large-square img {
  height: 330px;
}

.masonry-tall img {
  height: 330px;
}

body[data-page="fotos"] .site-footer {
  margin-top: 0;
  border-top: 4px solid #b7853f;
}

.site-footer {
  margin-top: 3rem;
  background: #1f1a16;
  color: #e8ddd0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-inner {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.2rem 0 1rem;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.footer-title {
  margin: 0 0 0.4rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li {
  margin: 0.3rem 0;
}

.footer-list a {
  color: #f1e3cf;
}

.footer-list a:hover {
  color: #fff;
}

.copyright {
  margin: 0;
  padding: 0.9rem 1rem 1.3rem;
  text-align: center;
  font-size: 0.86rem;
  color: #c5b8a7;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95;
  background: #c6c4c4;
  color: #1f1a16;
  border-radius: 0;
  padding: 0.35rem 0.9rem;
  box-shadow: var(--shadow);
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cookie-row h3 {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  text-transform: none;
  font-size: 0.78rem;
  letter-spacing: 0;
}

.cookie-actions {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.cookie-actions a,
.cookie-actions button {
  border: 1px solid #888;
  background: transparent;
  border-radius: 999px;
  padding: 0.22rem 0.7rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.63rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.cookie-actions button {
  background: #137c09;
  border-color: #137c09;
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.mini-redirect {
  min-height: 72vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.mini-redirect .box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
  box-shadow: var(--shadow);
}

.home-v2 {
  background: #efefef;
}

.home-v2 .section {
  padding: 3.8rem 0;
}

.home-v2 .hero {
  min-height: 690px;
}

.home-v2 .hero::before {
  background: linear-gradient(115deg, rgba(0, 0, 0, 0.74) 18%, rgba(0, 0, 0, 0.2) 62%);
}

.home-v2 .hero-inner {
  padding-top: 8.8rem;
}

.home-v2 .hero-kicker {
  font-size: clamp(2.3rem, 3vw, 2.8rem);
}

.home-v2 .hero-title {
  font-size: clamp(2.2rem, 4vw, 3.9rem);
  max-width: 590px;
  line-height: 1.02;
}

.home-v2 .btn {
  border-radius: 3px;
  font-size: 0.76rem;
  padding: 0.5rem 0.85rem;
}

.home-v2 .btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.home-v2 .btn-hero .btn-icon {
  width: 0.86rem;
  height: 0.86rem;
  flex: 0 0 auto;
  filter: brightness(0) invert(1);
}

.home-v2 .btn-soft {
  background: #b7863c;
}

.home-v2 .section-history {
  background: #fff;
  padding: 5.3rem 0 7rem;
}

.home-v2 .section-history .container {
  width: min(1403px, calc(100% - 2rem));
}

.home-v2 .section-history .split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.home-v2 .section-history .split-media {
  justify-self: start;
  margin: 0;
}

.home-v2 .section-history .split-copy {
  justify-self: center;
  align-self: center;
  max-width: 560px;
  text-align: center;
}

.home-v2 .section-history .section-kicker {
  margin: 0 0 4.2rem;
  font-family: "Mrs Saint Delafield", cursive;
  font-size: clamp(4.8rem, 5vw, 5.6rem);
  font-weight: 400;
  line-height: 0.85;
  color: #c04900;
}

.home-v2 .section-history .split-copy p:not(.section-kicker) {
  margin: 0 auto;
  max-width: 560px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.42rem;
  line-height: 1.55;
  color: #2a2826;
  text-align: left;
}

.home-v2 .section-history .split-media img {
  width: min(100%, 687px);
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-v2 .section-history .split-copy p:last-child {
  margin-top: 2.3rem;
  text-align: center;
}

.home-v2 .section-history .split-copy .btn {
  min-width: 270px;
  padding: 1.05rem 2.2rem;
  border-radius: 8px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}

.home-v2 .section-quality {
  background: #fff;
  padding-top: 2.6rem;
  padding-bottom: 2.1rem;
}

.home-v2 .section-quality .container {
  width: min(1360px, calc(100% - 2rem));
}

.home-v2 .section-quality .intro-title {
  letter-spacing: 0.07em;
  font-size: clamp(2.2rem, 3.3vw, 3.3rem);
}

.home-v2 .section-quality .intro-copy {
  margin-top: 4.2rem;
  max-width: 1360px;
  padding: 0;
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.23rem;
  line-height: 1.75;
  color: #2a2826;
}

.quality-layout {
  width: min(1140px, 100%);
  margin: 4.4rem auto 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.quality-col {
  display: grid;
  gap: 1.25rem;
}

.quality-item h3 {
  margin: 0 0 0.8rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #262626;
}

.quality-item p {
  margin: 0;
  color: #9a9a9a;
  font-size: 1.2rem;
  line-height: 1.7;
}

.quality-col .quality-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}

.quality-col:first-child .quality-item,
.quality-col:first-child .quality-item.is-reverse {
  flex-direction: row;
}

.quality-col:last-child .quality-item,
.quality-col:last-child .quality-item.is-reverse {
  flex-direction: row-reverse;
}

.quality-copy {
  flex: 0 0 75%;
  max-width: 75%;
}

.quality-col:first-child .quality-copy {
  text-align: right;
}

.quality-col:last-child .quality-copy {
  text-align: left;
}

.quality-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 25%;
  object-fit: contain;
}

.quality-center {
  margin: 0;
  position: relative;
  min-height: 360px;
  display: flex;
  justify-content: center;
}

.quality-cup {
  width: 255px;
  height: auto;
  display: block;
  margin: 0 auto;
  transform: scaleX(1.22);
  transform-origin: center bottom;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.16));
}

.quality-badge {
  position: absolute;
  width: 116px;
  left: calc(50% + 44px);
  top: 168px;
  bottom: auto;
  transform: none;
}

.quality-strip {
  background: #e2d3c2;
  padding: 2.7rem 0 2.45rem;
}

.quality-strip .container {
  width: min(1460px, calc(100% - 2rem));
}

.quality-strip-inner {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.quality-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.33rem;
  line-height: 1.05;
  font-weight: 600;
  color: #2f2a26;
}

.quality-strip-item p {
  margin: 0;
}

.quality-strip-item img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.quality-strip-item:nth-child(2) img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(46%) saturate(1015%) hue-rotate(2deg) brightness(92%) contrast(87%);
}

.section-menu {
  background: #f7f7f7;
  padding-top: 1.8rem;
  padding-bottom: 2rem;
}

.section-menu .container {
  width: min(1240px, calc(100% - 2rem));
}

.menu-showcase-v2 {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.menu-panel {
  background: #2f2b28;
  color: #f5f2ee;
  border-radius: 0;
  padding: 1.05rem 1.15rem 0.95rem;
  min-height: 620px;
  display: flex;
  flex-direction: column;
}

.menu-panel article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.72rem 0 0.72rem;
}

.menu-panel article:last-of-type {
  border-bottom: 0;
}

.menu-panel h3 {
  margin: 0 0 0.25rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.36rem;
  font-weight: 600;
  color: #fff;
}

.menu-panel p {
  margin: 0;
  color: #9f9a95;
  font-size: 1rem;
  line-height: 1.34;
  max-width: 96%;
}

.menu-btn {
  margin: auto auto 0;
  background: #0d7c16;
  border-radius: 4px;
  padding: 0.75rem 1.1rem;
  font-size: 0.96rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.menu-gallery {
  background: transparent;
}

.menu-gallery-title {
  margin: 0 0 0.7rem;
  color: #bc7a39;
  font-family: "Mrs Saint Delafield", cursive;
  font-size: clamp(2.15rem, 2.2vw, 2.5rem);
  line-height: 1;
}

.menu-main-image {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.menu-main-wrap {
  position: relative;
}

.menu-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.menu-arrow-prev {
  left: 10px;
}

.menu-arrow-next {
  right: 10px;
}

.menu-thumbs {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.3rem;
}

.menu-thumb {
  border: 2px solid transparent;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.menu-thumb.is-active {
  border-color: #b7863c;
}

.menu-thumb img {
  width: 100%;
  aspect-ratio: 1 / 0.96;
  object-fit: cover;
  display: block;
}

.chef-band {
  padding: 0;
  background: #282828;
}

.chef-band-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  align-items: stretch;
}

.chef-band-copy {
  color: #f4f0ec;
  padding: 2.2rem 2rem;
}

.chef-band-copy .section-kicker {
  color: #cc9a60;
}

.chef-band-copy .quote-box {
  color: #c6bbb0;
  border-left-color: #e5ded5;
}

.chef-band-copy .quote-author {
  color: #f0e0ca;
}

.chef-band-copy .bullet-list {
  color: #e7dfd8;
}

.chef-band-media {
  margin: 0;
}

.chef-band-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chef-band-copy .btn {
  padding: 0.72rem 1.15rem;
  font-size: 0.9rem;
  min-width: 140px;
}

.media-stage {
  background: #fff;
}

.media-stage .intro-title {
  letter-spacing: 0.06em;
}

.video-grid {
  margin-top: 1.6rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, 1fr);
}

.video-card {
  position: relative;
  display: block;
  overflow: hidden;
}

.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #ff0000;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.brand-rows {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.brand-rows h3 {
  margin: 0 0 0.45rem;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.07em;
  color: #7b746b;
}

.logo-grid.compact {
  gap: 0.42rem;
  grid-template-columns: repeat(5, minmax(68px, 1fr));
}

.logo-grid.compact img {
  border: 0;
  background: transparent;
  height: 54px;
  padding: 0.25rem;
}

.depo-stage {
  background: #fff;
  padding-top: 1.5rem;
}

.star-divider {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.26em;
  color: #c28f55;
  margin-bottom: 0.45rem;
}

.depo-stage .intro-title {
  letter-spacing: 0.06em;
}

.depo-slider {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
}

.depo-frame {
  min-height: 0;
}

.depo-main {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 0.96;
  object-fit: cover;
}

.depo-main-alt {
  object-position: center;
}

.depo-nav {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #2c2a27;
  font-size: 1.5rem;
  line-height: 1;
}

.depo-thumbs {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.depo-thumb {
  width: 92px;
  height: 66px;
  border: 2px solid transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
}

.depo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.depo-thumb.is-active {
  border-color: #c88e37;
}

.social-stage {
  background: #fff;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.social-stage .social-row a {
  border: 0;
  background: transparent;
  color: #3d3935;
  font-size: 0.9rem;
}

.social-stage .social-row .social-icon {
  color: inherit;
}

.social-stage .social-row .social-icon {
  background: #fff;
  border: 1px solid #e8ddd0;
}

.site-footer .social-row {
  justify-content: flex-start;
}

.site-footer .social-row a {
  border-color: rgba(255, 255, 255, 0.08);
}

.site-footer .social-row .social-icon {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer .social-row .social-icon img {
  filter: invert(1) brightness(1.9);
}

.contact-banner {
  height: 132px;
  background-image: url("../media/uploads/2023/08/Imagem-do-WhatsApp-de-2023-08-19-as-13.56.15.jpg");
  background-size: cover;
  background-position: center;
}

.contact-stage {
  background: #f3f3f3;
  padding-top: 0.1rem;
  padding-bottom: 2rem;
}

.contact-panel {
  background: #f8f6f4;
  border: 1px solid #ddd9d6;
  border-radius: 26px;
  padding: 0;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.contact-panel .map-wrap iframe {
  min-height: 420px;
  border-radius: 0;
  filter: grayscale(1);
}

.contact-summary {
  padding: 2.35rem 2rem 2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
}

.contact-summary h3 {
  margin: 0 0 0.3rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}

.contact-summary p {
  margin: 0;
  color: #66615c;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
}

.contact-summary .btn {
  margin-top: 0.6rem;
  align-self: flex-start;
  padding: 0.78rem 1.35rem;
  font-size: 0.98rem;
}

.contact-info-grid,
.contact-bottom {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.contact-col h3 {
  margin: 0 0 0.55rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
}

.contact-col ul {
  margin: 0;
  padding-left: 1rem;
}

.contact-col li {
  margin: 0.35rem 0;
  color: #4f4f4f;
  font-size: 0.9rem;
}

.contact-info-grid {
  margin-top: 1.15rem;
}

@media (min-width: 900px) {
  .split {
    grid-template-columns: 1fr 1fr;
  }

  .menu-showcase {
    grid-template-columns: 1.1fr 1fr;
  }

  .chef-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1080px) {
  body[data-page] .topbar {
    width: min(1700px, calc(100% - 2rem));
    min-height: 84px;
  }

  body[data-page] .brand img {
    width: 120px;
  }

  body[data-page] .main-nav ul {
    gap: 1rem;
  }

  body[data-page] .main-nav a {
    font-size: 0.92rem;
  }

  .quality-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .quality-col .quality-item,
  .quality-col .quality-item.is-reverse {
    justify-content: center;
    flex-direction: row;
    text-align: center;
  }

  .quality-badge {
    left: 58%;
    bottom: 0;
  }

  .menu-showcase-v2,
  .chef-band-grid,
  .brand-rows,
  .contact-panel,
  .contact-bottom {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .depo-slider {
    grid-template-columns: 1fr;
  }

  .depo-nav {
    display: none;
  }

  .logo-grid.compact {
    grid-template-columns: repeat(3, minmax(70px, 1fr));
  }

  .home-v2 .hero {
    min-height: 560px;
  }

  .home-v2 .section-history .split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-v2 .section-history .split-media,
  .home-v2 .section-history .split-copy {
    justify-self: center;
  }

  .home-v2 .section-history .section-kicker {
    margin-bottom: 2rem;
  }

  .home-v2 .section-history .split-copy p:not(.section-kicker) {
    text-align: center;
  }
}

@media (max-width: 920px) {
  body[data-page] .site-header::before {
    background: transparent;
  }

  body[data-page] .hero::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.58) 6%, rgba(0, 0, 0, 0.34) 62%);
  }

  body[data-page] .topbar {
    min-height: 68px;
    justify-content: space-between;
    gap: 1rem;
  }

  body[data-page] .brand img {
    width: 96px;
  }

  .menu-toggle {
    display: inline-flex;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.08);
    font-size: 1.45rem;
    min-width: 48px;
    min-height: 48px;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    background: rgba(28, 23, 18, 0.97);
    border-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }

  body[data-page] .main-nav {
    top: 76px;
    background: rgba(28, 23, 18, 0.92);
    border-bottom: 0;
  }

  .main-nav.open {
    max-height: 350px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0.6rem 1rem 1rem;
  }

  .main-nav a {
    width: 100%;
    padding: 0.6rem 0;
  }

  body[data-page="quem-somos"] .quality-strip {
    padding: 1.6rem 0 1.4rem;
  }

  body[data-page="quem-somos"] .quality-strip-inner {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  body[data-page="quem-somos"] .quality-strip-item {
    font-size: 1.05rem;
    line-height: 1.2;
    gap: 0.6rem;
  }

  body[data-page="quem-somos"] .quality-strip-item img {
    width: 42px;
    height: 42px;
  }

  body[data-page="quem-somos"] .quality-strip-item:nth-child(2) img {
    filter: brightness(0) saturate(100%) invert(52%) sepia(46%) saturate(1015%) hue-rotate(2deg) brightness(92%) contrast(87%);
  }

  .home-v2 .cta-row {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.1rem;
  }

  .home-v2 .btn-hero {
    width: min(100%, 262px);
    min-height: 44px;
    padding: 0.68rem 0.95rem;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 6px;
    line-height: 1;
  }

  .home-v2 .btn-hero .btn-icon {
    width: 0.96rem;
    height: 0.96rem;
  }

  body[data-page="chopes"] .chopes-hero {
    min-height: 280px;
    background-position: center center;
  }

  body[data-page="chopes"] .chopes-hero .hero-inner {
    padding: 6rem 0 3rem;
  }

  body[data-page="chopes"] .chopes-hero .hero-kicker {
    font-size: 2.5rem;
  }

  body[data-page="chopes"] .chopes-hero .hero-title {
    font-size: 2.55rem;
  }

  body[data-page="chopes"] .section {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  body[data-page="chopes"] .chopes-intro .intro-script {
    margin-bottom: -0.65rem;
    font-size: 3.1rem;
  }

  body[data-page="chopes"] .chopes-intro .intro-title,
  body[data-page="chopes"] .chopes-drinks .intro-title,
  body[data-page="chopes"] .chopes-visit .intro-title {
    font-size: 1.8rem;
  }

  body[data-page="chopes"] .intro-copy {
    font-size: 0.98rem;
    text-align: center;
  }

  .chopes-photo-row,
  .drink-photo-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page="chopes"] .beers-grid,
  body[data-page="chopes"] .drinks-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    margin-top: 2.2rem;
  }

  body[data-page="chopes"] .beers-card img,
  body[data-page="chopes"] .drinks-card img {
    height: 220px;
  }

  .chopes-pairing {
    min-height: auto;
    margin: 2.4rem 0;
    padding: 1.25rem 0;
    background-size: cover;
  }

  .chopes-pairing .container {
    min-height: auto;
    justify-content: center;
  }

  .chopes-pairing-card {
    width: min(385px, 100%);
    min-height: auto;
    border-width: 7px;
    border-radius: 38px;
    padding: 1.45rem 1.35rem;
  }

  .chopes-pairing-card h2 {
    font-size: 2.15rem;
  }

  .pairing-item {
    grid-template-columns: 56px 1fr;
  }

  .pairing-item img {
    width: 56px;
    height: 56px;
  }

  .visit-main {
    height: 220px;
  }

  .visit-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }

  .chopes-contact-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}

@media (max-width: 920px) {
  body[data-page="fotos"] .fotos-hero {
    min-height: 365px;
  }

  body[data-page="fotos"] .fotos-hero .hero-inner {
    padding: 6rem 0 3rem;
  }

  body[data-page="fotos"] .fotos-hero .hero-title {
    font-size: 1.8rem;
  }

  body[data-page="fotos"] .fotos-eventos {
    padding: 50px 20px;
  }

  body[data-page="fotos"] .fotos-eventos .intro-script,
  body[data-page="fotos"] .fotos-gallery-section .intro-script {
    margin-bottom: 0;
    font-size: 3.1rem;
  }

  body[data-page="fotos"] .fotos-eventos .intro-title,
  body[data-page="fotos"] .fotos-gallery-section .intro-title {
    font-size: 1.75rem;
  }

  .memory-main {
    height: 250px;
  }

  .memory-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .memory-thumbs button {
    height: 58px;
  }

  body[data-page="fotos"] .fotos-gallery-section {
    padding: 30% 5%;
  }

  .fotos-masonry {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .masonry-col {
    gap: 10px;
  }

  .masonry-wide img,
  .masonry-square img,
  .masonry-large-square img,
  .masonry-tall img {
    height: auto;
  }

  .fotos-download {
    width: min(100%, 360px);
    font-size: 1rem;
  }
}
