* {
  box-sizing: border-box;
}

:root {
  --ink: #2b1a12;
  --muted: #6d5747;
  --paper: #f7efe1;
  --surface: #fffaf2;
  --line: #d8c6ad;
  --teal: #5f8f83;
  --coral: #a86549;
  --yellow: #d6ad73;
  --mint: #e8f1ea;
  --lilac: #efe2d2;
  --coffee: #2a170f;
  --wood: #7b674f;
  --cream: #fffdf8;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(236, 239, 236, 0.62), rgba(247, 244, 238, 0.72)),
    url("/assets/brand/menu-fondo.png") center top / 460px auto repeat,
    #eef0ed;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  padding: 10px 14px;
  color: #ffffff;
  background: var(--ink);
  border-radius: 6px;
}

.skip-link:focus {
  top: 16px;
}

.landing {
  min-height: 100vh;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(238, 241, 239, 0.54), rgba(247, 244, 238, 0.66)),
    url("/assets/brand/menu-fondo.png") center / 460px auto repeat,
    #eef0ed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-only {
  background:
    linear-gradient(rgba(236, 239, 236, 0.62), rgba(247, 244, 238, 0.72)),
    url("/assets/brand/menu-fondo.png") center top / 460px auto repeat,
    #eef0ed;
}

.landing-card {
  width: min(460px, 100%);
  display: grid;
  gap: 20px;
  justify-items: center;
}

.landing-card h1 {
  width: 100%;
  margin: 0 0 2px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(216, 198, 173, 0.72);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  font-size: clamp(2.4rem, 9vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  box-shadow: 0 18px 42px rgba(42, 23, 15, 0.18);
}

.landing-card h1 span {
  display: block;
}

.logo-badge {
  width: 108px;
  height: 108px;
  padding: 12px;
  border: 1px solid rgba(216, 198, 173, 0.95);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 253, 248, 0.98) 0 48%, rgba(232, 241, 234, 0.94) 49% 100%),
    var(--cream);
  box-shadow: 0 10px 26px rgba(42, 23, 15, 0.22);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.logo-badge-large {
  width: 136px;
  height: 136px;
  padding: 16px;
}

.logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

p,
.dish-head h3,
.dish-copy p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 100%;
  font-size: clamp(1.5rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.language-grid {
  width: min(430px, 100%);
  display: grid;
  gap: 12px;
}

.language-option {
  width: 100%;
  min-height: 58px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.96);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(42, 23, 15, 0.1);
}

.language-option span {
  font-size: 1.1rem;
  font-weight: 850;
}

.language-option.active {
  border-color: var(--coral);
  background: #fff3df;
}

.language-option:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.menu-app {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 24px;
}

.menu-top {
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0 auto;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(216, 198, 173, 0.95);
  background:
    linear-gradient(90deg, rgba(42, 23, 15, 0.96), rgba(72, 47, 31, 0.92)),
    var(--coffee);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 12px 28px rgba(42, 23, 15, 0.16);
}

.menu-top h1 {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.brand-lockup {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-copy {
  width: clamp(330px, 30vw, 410px);
  min-height: 156px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(216, 198, 173, 0.55);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.93);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-top .logo-badge {
  width: 156px;
  height: 156px;
  padding: 16px;
}

.language-strip {
  width: min(480px, 40vw);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  overflow: visible;
  padding-bottom: 0;
}

.language-strip .language-option {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 7px 9px;
}

.language-strip .language-option span {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.05;
  white-space: nowrap;
}

.tabs-wrap {
  margin-top: 22px;
}

.section-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 10px;
  padding: 4px 0 12px;
}

.section-tab {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 10px 13px 10px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(42, 23, 15, 0.08);
}

.section-tab img {
  width: 32px;
  height: 32px;
}

.section-tab span {
  font-weight: 850;
  line-height: 1.1;
  text-align: left;
}

.section-tab.active {
  border-color: var(--coral);
  background: #f4dfc0;
}

.sections {
  margin-top: 10px;
}

.menu-section[hidden] {
  display: none;
}

.section-heading {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.9)),
    url("/assets/brand/menu-fondo.png") center / 360px auto repeat;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 30px rgba(42, 23, 15, 0.1);
}

.section-heading img {
  width: 58px;
  height: 58px;
}

.section-heading p,
.section-heading h2 {
  margin: 0;
}

.section-heading p {
  color: var(--section-accent);
  font-size: 0.84rem;
  font-weight: 850;
}

.section-heading h2 {
  font-size: clamp(1.45rem, 4vw, 2.6rem);
  line-height: 1;
  letter-spacing: 0;
}

.dish-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dish-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 24px rgba(42, 23, 15, 0.1);
}

.dish-figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  background: #eadcc9;
}

.dish-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dish-copy {
  padding: 14px;
  border-top: 1px solid rgba(216, 198, 173, 0.85);
  background:
    linear-gradient(rgba(255, 253, 248, 0.95), rgba(255, 250, 242, 0.97)),
    url("/assets/brand/menu-fondo.png") center / 320px auto repeat;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}

.dish-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

.dish-head h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.dish-head strong {
  color: var(--ink);
  font-size: 1rem;
  white-space: nowrap;
}

.dish-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 20px 24px 32px;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 880px) {
  .landing {
    min-height: 100vh;
    padding: 14px;
    align-items: center;
  }

  .menu-app {
    padding: 16px;
  }

  .menu-top {
    margin: 0 auto;
    padding: 14px 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .menu-top .logo-badge {
    width: 108px;
    height: 108px;
    padding: 12px;
  }

  .brand-lockup {
    width: 100%;
  }

  .brand-copy {
    flex: 1;
    width: auto;
  }

  .language-strip {
    width: min(100%, 520px);
  }

  .section-heading {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .section-heading img {
    width: 48px;
    height: 48px;
  }

  .dish-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .landing-card {
    gap: 18px;
  }

  .landing-card h1 {
    font-size: clamp(2.25rem, 14vw, 3.5rem);
  }

  .logo-badge {
    width: 70px;
    height: 70px;
    padding: 8px;
  }

  .menu-top .logo-badge {
    width: 70px;
    height: 70px;
    padding: 8px;
  }

  .logo-badge-large {
    width: 124px;
    height: 124px;
    padding: 14px;
  }

  h1 {
    font-size: clamp(1.35rem, 8vw, 2.2rem);
  }

  .language-option {
    min-height: 56px;
  }

  .language-strip {
    gap: 6px;
  }

  .language-strip .language-option {
    min-height: 38px;
    padding: 6px 6px;
  }

  .language-strip .language-option span {
    font-size: 0.86rem;
  }

  .dish-grid {
    grid-template-columns: 1fr;
  }
}
