:root {
  --green-950: #10180f;
  --green-900: #172414;
  --green-800: #26391f;
  --green-700: #34502b;
  --gold-600: #b89a1b;
  --gold-500: #d7b83a;
  --gold-200: #f2df9a;
  --cream-50: #fff8ea;
  --cream-100: #f6ead1;
  --paper: #fffaf0;
  --ink: #1f1a12;
  --muted: #6d634e;
  --line: rgba(31, 26, 18, 0.14);
  --shadow: 0 24px 70px rgba(24, 18, 9, 0.24);
  --radius-lg: 34px;
  --container: 1160px;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;
  --font-body: "Segoe UI", "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(215, 184, 58, 0.18), transparent 34rem),
    linear-gradient(180deg, #fff8ea 0%, #f2e3c6 46%, #fffaf0 100%);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.section-pad {
  padding: 104px 0;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--cream-50);
  background: var(--green-900);
  border-radius: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0;
  background: rgba(255, 248, 234, 0.84);
  border-bottom: 1px solid rgba(52, 80, 43, 0.14);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  width: clamp(58px, 5.4vw, 74px);
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-text {
  display: grid;
  gap: 2px;
  color: var(--green-900);
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.main-nav a,
.nav-cta {
  padding: 10px 14px;
  color: var(--green-900);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: 999px;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: rgba(52, 80, 43, 0.1);
}

.nav-cta {
  color: var(--green-950);
  background: linear-gradient(135deg, var(--gold-200), var(--gold-500));
  box-shadow: 0 12px 30px rgba(184, 154, 27, 0.35);
}

.nav-whatsapp-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--green-950);
  text-decoration: none;
  background: linear-gradient(135deg, var(--gold-200), var(--gold-500));
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(184, 154, 27, 0.32);
}

.nav-whatsapp-mobile svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(115deg, rgba(16, 24, 15, 0.88), rgba(38, 57, 31, 0.72)),
    url("/assets/img/homem-tomando-redlabel.webp") center 40% / cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 78% 18%, rgba(215, 184, 58, 0.42), transparent 22rem),
    linear-gradient(180deg, rgba(16, 24, 15, 0.12), rgba(16, 24, 15, 0.82));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 70px;
  align-items: center;
}

.hero-copy {
  color: var(--cream-50);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-500);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.98;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.6rem, 5.5vw, 5.1rem);
  letter-spacing: -0.07em;
}

h2 {
  font-size: clamp(2.4rem, 4.6vw, 5rem);
  letter-spacing: -0.055em;
}

h3 {
  font-size: 1.5rem;
  letter-spacing: -0.025em;
}

.hero-lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 248, 234, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  font-weight: 900;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn-primary {
  color: var(--green-950);
  background: linear-gradient(135deg, var(--gold-200), var(--gold-500));
  box-shadow: 0 18px 42px rgba(215, 184, 58, 0.28);
}

.btn-secondary {
  color: var(--cream-50);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 248, 234, 0.24);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin: 46px 0 0;
}

.trust-strip div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 248, 234, 0.18);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.trust-strip dt {
  color: var(--gold-200);
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}

.trust-strip dd {
  margin: 6px 0 0;
  color: rgba(255, 248, 234, 0.72);
  font-size: 0.84rem;
}

.hero-plate {
  position: relative;
  min-height: 620px;
}

.plate-card {
  position: absolute;
  overflow: hidden;
  background: rgba(255, 250, 240, 0.9);
  border: 1px solid rgba(255, 248, 234, 0.42);
  box-shadow: var(--shadow);
}

.plate-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plate-card span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 8px 12px;
  color: var(--cream-50);
  font-size: 0.8rem;
  font-weight: 900;
  background: rgba(16, 24, 15, 0.74);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.plate-card-large {
  top: 18px;
  right: 8px;
  width: min(100%, 470px);
  height: 338px;
  border-radius: 38px;
  transform: rotate(3deg);
}

.plate-card-small {
  left: 24px;
  bottom: 94px;
  width: 318px;
  height: 210px;
  border-radius: 30px;
  transform: rotate(-4deg);
}

.hero-badge {
  position: absolute;
  right: 22px;
  bottom: -68px;
  width: 240px;
  padding: 22px;
  color: var(--green-950);
  background: var(--gold-500);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-badge strong,
.hero-badge span {
  display: block;
}

.hero-badge strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.hero-badge span {
  margin-top: 8px;
  font-size: 0.88rem;
  font-weight: 800;
}

.intro-band {
  margin-top: -1px;
  padding: 28px 0;
  background: var(--green-950);
  color: var(--cream-50);
}

.band-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.band-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 248, 234, 0.12);
  border-radius: 24px;
}

.band-grid .icon {
  grid-row: span 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--gold-500);
  background: rgba(215, 184, 58, 0.12);
  border-radius: 16px;
}

.icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.band-grid h2 {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.band-grid p {
  margin: 8px 0 0;
  color: rgba(255, 248, 234, 0.68);
  font-size: 0.92rem;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow),
.experience-copy p,
.contact-copy p,
.legal-card p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading-split {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 40px;
  max-width: none;
  align-items: end;
}

.menu-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(184, 154, 27, 0.16), transparent 28rem),
    var(--paper);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.menu-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  color: var(--cream-50);
  background: var(--green-900);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 56px rgba(24, 18, 9, 0.12);
}

.menu-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 450ms ease;
}

.menu-card:hover img {
  transform: scale(1.06);
}

.menu-card div {
  min-height: 136px;
  padding: 22px;
}

.menu-card p {
  margin: 0 0 10px;
  color: var(--gold-200);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-card h3 {
  font-family: var(--font-body);
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.specialties {
  background:
    linear-gradient(180deg, rgba(38, 57, 31, 0.06), transparent 24rem),
    var(--cream-100);
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.dish-card {
  overflow: hidden;
  background: rgba(255, 250, 240, 0.74);
  border: 1px solid rgba(31, 26, 18, 0.09);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 50px rgba(24, 18, 9, 0.1);
}

.dish-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  background: var(--cream-50);
}

.dish-body {
  padding: 26px;
}

.dish-body p {
  margin: 14px 0 0;
  color: var(--muted);
}

.experience {
  color: var(--cream-50);
  background: var(--green-950);
}

.experience-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.experience h2 {
  color: var(--cream-50);
}

.experience-copy p {
  color: rgba(255, 248, 234, 0.74);
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 248, 234, 0.86);
  font-weight: 700;
}

.feature-list li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--gold-500);
  border-radius: 50%;
}

.photo-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(4, 160px);
  gap: 14px;
}

.photo-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 248, 234, 0.14);
  border-radius: 28px;
}

.mosaic-main-top {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.mosaic-main-bottom {
  grid-column: 1;
  grid-row: 3 / span 2;
}

.mosaic-side-1 {
  grid-column: 2;
  grid-row: 1;
}

.mosaic-side-2 {
  grid-column: 2;
  grid-row: 2;
}

.mosaic-side-3 {
  grid-column: 2;
  grid-row: 3;
}

.mosaic-side-4 {
  grid-column: 2;
  grid-row: 4;
}

.chef-note {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(215, 184, 58, 0.22), transparent 24rem),
    var(--paper);
}

.chef-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.chef-photo {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 480px;
  background: linear-gradient(150deg, rgba(52, 80, 43, 0.14), rgba(215, 184, 58, 0.18));
  border-radius: 44px;
}

.chef-photo img {
  max-height: 520px;
  object-fit: contain;
}

.chef-copy blockquote {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.6vw, 4.7rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.chef-copy > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  font-weight: 900;
}

.locations {
  background: var(--cream-100);
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.location-card,
.hours-card,
.contact-form,
.legal-card {
  padding: 28px;
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 50px rgba(24, 18, 9, 0.08);
}

.location-card p,
.hours-card dd,
.hours-card dt {
  color: var(--muted);
}

.location-card a,
.hours-card a,
.legal-card a {
  color: var(--green-800);
  font-weight: 900;
  text-decoration-color: rgba(52, 80, 43, 0.28);
  text-underline-offset: 4px;
}

.muted {
  color: var(--muted);
}

.hours-card dl {
  display: grid;
  gap: 16px;
  margin: 20px 0;
}

.hours-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.hours-card dt {
  font-weight: 900;
}

.hours-card dd {
  margin: 0;
}

.contact-section {
  color: var(--cream-50);
  background:
    linear-gradient(135deg, rgba(16, 24, 15, 0.94), rgba(38, 57, 31, 0.9)),
    url("/assets/img/funcionarios-restaurante.webp") center / cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-copy h2 {
  color: var(--cream-50);
}

.contact-copy p {
  color: rgba(255, 248, 234, 0.78);
}

.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  color: var(--gold-200);
  font-weight: 800;
  text-decoration: none;
}

.contact-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--gold-500);
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-form {
  display: grid;
  gap: 16px;
  color: var(--ink);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--green-900);
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--ink);
  background: #fffdf7;
  border: 1px solid rgba(31, 26, 18, 0.16);
  border-radius: 16px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold-600);
  box-shadow: 0 0 0 4px rgba(215, 184, 58, 0.2);
}

.contact-form .btn {
  width: 100%;
  margin-top: 4px;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--green-700);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer {
  padding: 54px 0 26px;
  color: rgba(255, 248, 234, 0.74);
  background: var(--green-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: start;
}

.footer-grid img {
  width: 118px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  margin-bottom: 16px;
}

.footer-grid p {
  max-width: 360px;
  margin: 0;
}

.footer-grid nav,
.footer-social {
  display: grid;
  gap: 10px;
}

.footer-title {
  margin: 0 0 4px;
  color: var(--gold-200);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-grid a {
  color: var(--cream-50);
  font-weight: 800;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 18px;
  padding-top: 28px;
  margin-top: 34px;
  font-size: 0.86rem;
  border-top: 1px solid rgba(255, 248, 234, 0.12);
}

.footer-bottom a {
  color: var(--gold-500);
  font-weight: 900;
  text-decoration: none;
}

.cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 85;
  padding: 8px 0;
  color: var(--cream-50);
  background:
    linear-gradient(100deg, rgba(3, 5, 3, 0.98), rgba(10, 13, 9, 0.98) 68%, rgba(24, 22, 8, 0.98));
  border-top: 1px solid rgba(255, 248, 234, 0.16);
  box-shadow: 0 -14px 36px rgba(0, 0, 0, 0.34);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner .container {
  width: calc(100% - 40px);
  max-width: none;
}

.cookie-banner-inner {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
}

.cookie-banner-copy {
  flex: 1 1 auto;
  max-width: 760px;
  font-size: 0.86rem;
  line-height: 1.28;
  overflow-wrap: break-word;
}

.cookie-banner-copy strong {
  display: block;
  margin-bottom: 2px;
  color: var(--cream-50);
  font-weight: 900;
}

.cookie-banner-copy p {
  margin: 0;
  color: rgba(255, 248, 234, 0.8);
  font-size: 0.8rem;
}

.cookie-banner-copy a {
  color: #ffdc1f;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.cookie-banner-actions,
.cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cookie-banner-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
}

.cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 16px;
  color: var(--cream-50);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 248, 234, 0.22);
  border-radius: 999px;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.cookie-btn:hover,
.cookie-btn:focus-visible {
  transform: translateY(-2px);
}

.cookie-btn:focus-visible {
  outline: 2px solid #ffdc1f;
  outline-offset: 2px;
}

.cookie-btn-outline {
  background: rgba(5, 5, 5, 0.34);
}

.cookie-btn-primary {
  color: #0f1309;
  background: #ffdc00;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(255, 220, 0, 0.22);
}

.cookie-btn-primary:hover,
.cookie-btn-primary:focus-visible {
  background: #ffe334;
}

body.cookie-modal-open {
  overflow: hidden;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
}

.cookie-modal[hidden] {
  display: none;
}

.cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.72);
  border: 0;
  cursor: pointer;
  backdrop-filter: blur(5px);
}

.cookie-modal-panel {
  position: relative;
  width: min(866px, 100%);
  max-height: calc(100vh - 48px);
  padding: 28px;
  overflow: auto;
  color: var(--cream-50);
  background:
    linear-gradient(115deg, rgba(2, 4, 2, 0.99), rgba(6, 9, 5, 0.98) 62%, rgba(19, 18, 6, 0.96));
  border: 1px solid rgba(255, 248, 234, 0.18);
  border-radius: 22px;
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.56);
}

.cookie-modal-header {
  display: flex;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 128px;
}

.cookie-modal-title {
  margin: 0;
  font-family: var(--font-body);
  font-size: 3.45rem;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cookie-close {
  position: absolute;
  top: 28px;
  right: 28px;
  min-width: 112px;
  min-height: 56px;
  font-size: 0.95rem;
  text-transform: none;
}

.cookie-modal-lede {
  margin: 12px 0 0;
  color: rgba(255, 248, 234, 0.92);
  font-size: 1rem;
  line-height: 1.45;
}

.cookie-groups {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.cookie-group {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 16px 18px 12px;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 248, 234, 0.16);
  border-radius: 18px;
}

.cookie-group legend {
  padding-right: 12px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 34px;
  padding: 4px 0;
  font-size: 0.98rem;
  font-weight: 800;
}

.cookie-option input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  appearance: none;
  background: #fff;
  border: 2px solid rgba(255, 248, 234, 0.34);
  border-radius: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.cookie-option input[type="checkbox"]::after {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  content: "";
  border-right: 3px solid #151515;
  border-bottom: 3px solid #151515;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 120ms ease;
}

.cookie-option input[type="checkbox"]:checked {
  background: #ffdf20;
  border-color: #ffdf20;
}

.cookie-option input[type="checkbox"]:checked::after {
  transform: rotate(45deg) scale(1);
}

.cookie-option input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.86;
}

.cookie-option input[type="checkbox"]:disabled:checked {
  background: rgba(255, 255, 255, 0.34);
  border-color: rgba(255, 255, 255, 0.24);
}

.cookie-option input[type="checkbox"]:disabled:checked::after {
  border-color: rgba(255, 255, 255, 0.92);
}

.cookie-modal-actions {
  margin-top: 14px;
}

.privacy-page {
  background: var(--cream-100);
}

.legal-main {
  min-height: 74vh;
}

.legal-card {
  max-width: 880px;
}

.legal-card h1 {
  color: var(--green-950);
  font-size: clamp(2.7rem, 6vw, 5.4rem);
}

.legal-card h2 {
  margin-top: 36px;
  font-family: var(--font-body);
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal-delay {
  transition-delay: 140ms;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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

@media (max-width: 1040px) {
  .hero-grid,
  .experience-grid,
  .chef-grid,
  .contact-grid,
  .section-heading-split {
    grid-template-columns: 1fr;
  }

  .hero-plate {
    min-height: 470px;
  }

  .menu-grid,
  .specialty-grid,
  .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hours-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section-pad {
    padding: 72px 0;
  }

  .nav-shell {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: clamp(54px, 18vw, 68px);
    height: auto;
  }

  .brand-text {
    font-size: 0.94rem;
  }

  .nav-whatsapp-mobile {
    display: inline-flex;
    order: 2;
  }

  .hero::before {
    background:
      linear-gradient(115deg, rgba(16, 24, 15, 0.88), rgba(38, 57, 31, 0.72)),
      url("/assets/img/homem-tomando-redlabel-mobile.webp") center 40% / cover;
  }

  .nav-toggle {
    display: grid;
    order: 3;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-content: center;
    background: var(--green-900);
    border: 0;
    border-radius: 14px;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--cream-50);
    border-radius: 99px;
  }

  .main-nav {
    position: fixed;
    inset: 76px 14px auto;
    display: none;
    flex-direction: column;
    padding: 16px;
    background: rgba(255, 248, 234, 0.96);
    border: 1px solid rgba(52, 80, 43, 0.14);
    border-radius: 24px;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(2.6rem, 11.5vw, 4.2rem);
  }

  .hero-grid {
    gap: 46px;
  }

  .trust-strip,
  .band-grid,
  .menu-grid,
  .specialty-grid,
  .location-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-plate {
    min-height: 470px;
  }

  .plate-card-large {
    top: 0;
    width: 88%;
    height: 238px;
  }

  .plate-card-small {
    left: 8%;
    bottom: 80px;
    width: 64%;
    height: 164px;
  }

  .hero-badge {
    right: 0;
    bottom: -55px;
    width: 210px;
  }

  .photo-mosaic {
    grid-template-rows: repeat(4, 140px);
  }

  .chef-photo {
    min-height: 390px;
  }

  .footer-bottom,
  .hours-card dl div {
    flex-direction: column;
  }

  .cookie-banner {
    padding: 10px 0 12px;
  }

  .cookie-banner .container {
    width: min(100% - 28px, var(--container));
  }

  .cookie-banner-inner {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    min-height: auto;
    padding: 14px 14px 12px;
    background: linear-gradient(100deg, rgba(3, 5, 3, 0.94), rgba(10, 13, 9, 0.94) 68%, rgba(24, 22, 8, 0.94));
    border: 1px solid rgba(255, 248, 234, 0.14);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  }

  .cookie-banner-copy {
    max-width: none;
    font-size: 0.84rem;
    line-height: 1.32;
  }

  .cookie-banner-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .cookie-modal {
    padding: 14px;
  }

  .cookie-modal-panel {
    max-height: calc(100vh - 28px);
    padding: 20px 16px;
    border-radius: 18px;
  }

  .cookie-modal-header {
    gap: 12px;
  }

  .cookie-modal-title {
    font-size: 2.25rem;
    line-height: 1;
  }

  .cookie-close {
    min-width: 96px;
    min-height: 46px;
    padding-inline: 16px;
    top: 20px;
    right: 16px;
  }

  .cookie-group {
    padding: 14px 14px 10px;
  }

  .cookie-group legend {
    font-size: 0.94rem;
  }

  .cookie-option {
    font-size: 0.94rem;
  }

  .cookie-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cookie-modal-actions .cookie-btn,
  .cookie-banner-actions .cookie-btn {
    width: 100%;
  }

  .cookie-banner-actions .cookie-btn {
    min-height: 42px;
  }

  .cookie-banner-actions .cookie-btn:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .cookie-banner-copy {
    font-size: 0.82rem;
  }

  .cookie-banner-copy p {
    font-size: 0.78rem;
  }

  .cookie-banner-inner {
    padding: 13px 13px 12px;
    border-radius: 18px;
  }
}

@media (max-width: 460px) {
  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .photo-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 180px);
  }

  .mosaic-main-top,
  .mosaic-main-bottom,
  .mosaic-side-1,
  .mosaic-side-2,
  .mosaic-side-3,
  .mosaic-side-4 {
    grid-column: auto;
    grid-row: auto;
  }

  .cookie-option {
    font-size: 0.9rem;
  }

  .cookie-modal-header {
    flex-direction: column;
    padding-right: 96px;
    min-height: 44px;
  }

  .cookie-modal-title {
    max-width: calc(100% - 96px);
    font-size: 1.85rem;
    line-height: 0.95;
  }

  .cookie-close {
    min-width: 84px;
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.82rem;
    top: 16px;
    right: 14px;
  }
}
