:root {
  --paper: #f7f3eb;
  --paper-deep: #eee6d8;
  --surface: #fffdf8;
  --surface-soft: #f3eee4;
  --ink: #20231f;
  --muted: #666b63;
  --forest: #2d4333;
  --forest-deep: #1f3125;
  --olive: #69765a;
  --clay: #a85d3c;
  --clay-dark: #86452e;
  --gold: #c4a35c;
  --line: #ddd5c7;
  --white: #ffffff;
  --danger-soft: #fff4df;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow-sm: 0 8px 24px rgba(34, 37, 31, .08);
  --shadow: 0 24px 70px rgba(34, 37, 31, .14);
  --content: 1200px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body:has(.development-bar) { --header-height: 114px; }
button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: .65rem 1rem;
  border-radius: 999px;
  color: white;
  background: var(--forest-deep);
}
.skip-link:focus { transform: none; }

.development-bar {
  position: relative;
  z-index: 60;
  padding: .38rem 1rem;
  color: #5f4a19;
  background: #f4dfab;
  border-bottom: 1px solid #e3c77f;
  text-align: center;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid rgba(221, 213, 199, .9);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(var(--content), calc(100% - 2rem));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  color: var(--forest-deep);
  text-decoration: none;
}
.brand-logo { width: 54px; height: 54px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.brand-copy small { margin-top: .28rem; color: var(--muted); font-size: .72rem; letter-spacing: .035em; }
.main-nav { display: flex; align-items: center; gap: clamp(.55rem, 1.4vw, 1.25rem); }
.main-nav > a:not(.button) {
  position: relative;
  padding: 1.8rem 0;
  color: #3f463f;
  text-decoration: none;
  font-size: .89rem;
  font-weight: 700;
  white-space: nowrap;
}
.main-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--clay);
  transition: transform .2s ease;
}
.main-nav > a:hover::after,
.main-nav > a.is-active::after { transform: scaleX(1); }
.main-nav > a.is-active { color: var(--forest-deep); }
.nav-toggle {
  display: none;
  align-items: center;
  gap: .45rem;
  border: 0;
  padding: .7rem .9rem;
  border-radius: 999px;
  color: white;
  background: var(--forest);
  font-weight: 800;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .78rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: white;
  background: var(--forest);
  box-shadow: 0 8px 20px rgba(45, 67, 51, .15);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--forest-deep); }
.button-clay { background: var(--clay); box-shadow: 0 8px 20px rgba(168, 93, 60, .18); }
.button-clay:hover { background: var(--clay-dark); }
.button-secondary { color: var(--forest); background: transparent; border-color: currentColor; box-shadow: none; }
.button-secondary:hover { color: white; border-color: var(--forest-deep); }
.button-light { color: var(--forest-deep); background: white; }
.button-light:hover { color: white; }
.button-outline-light { color: white; background: transparent; border-color: rgba(255, 255, 255, .6); box-shadow: none; }
.button-outline-light:hover { background: rgba(255, 255, 255, .12); }
.button-small { min-height: 42px; padding: .65rem 1rem; }
.header-call svg { width: 1rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--forest);
  text-decoration: none;
  font-weight: 800;
}
.text-link:hover { color: var(--clay); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, .display-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.025em;
}
h1 { margin-bottom: 1.1rem; font-size: clamp(2.75rem, 6vw, 5.8rem); }
h2 { margin-bottom: .9rem; font-size: clamp(2rem, 4.2vw, 3.65rem); }
h3 { margin-bottom: .55rem; line-height: 1.2; }
p:last-child { margin-bottom: 0; }
.eyebrow {
  margin-bottom: .75rem;
  color: var(--clay);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow-light { color: #e9d4a6; }
.lead { max-width: 720px; color: #4f554f; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.muted { color: var(--muted); }

.home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 5%, rgba(196, 163, 92, .18), transparent 30%),
    linear-gradient(135deg, #f8f2e8, #eee5d7);
}
.home-hero-inner {
  width: min(1340px, 100%);
  min-height: min(760px, calc(100vh - var(--header-height)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 4vw, 4rem);
}
.home-hero-copy { position: relative; z-index: 2; max-width: 620px; }
.home-hero-kicker {
  margin: 0 0 1rem;
  color: var(--clay-dark);
  font-size: clamp(.75rem, .9vw, .88rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-hero-title {
  max-width: 600px;
  margin: 0 0 1.15rem;
  color: var(--forest-deep);
  font-size: clamp(3.3rem, 4.8vw, 4.6rem);
  line-height: .96;
}
.home-hero-tagline {
  max-width: 590px;
  margin: 0 0 .95rem;
  color: var(--forest);
  font-family: inherit;
  font-size: clamp(1.28rem, 1.65vw, 1.65rem);
  font-weight: 650;
  line-height: 1.28;
  letter-spacing: -.012em;
}
.home-hero-copy .lead {
  max-width: 590px;
  margin-bottom: 0;
  color: #505b53;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.68;
}
.home-hero-primary-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.home-hero-secondary-links { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-top: 1rem; }
.home-hero-secondary-links .text-link { font-size: .95rem; }
.home-hero-secondary-links svg { width: 1rem; height: 1rem; }
.hero-visual {
  position: relative;
  min-height: 570px;
}
.hero-main-image {
  position: absolute;
  inset: 0 0 2.5rem 4.5rem;
  width: calc(100% - 4.5rem);
  height: calc(100% - 2.5rem);
  object-fit: cover;
  border-radius: 45% 4% 4% 4%;
  box-shadow: var(--shadow);
}
.hero-small-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(42%, 300px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 8px solid var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quick-strip { background: var(--forest-deep); color: white; }
.quick-strip-inner {
  width: min(var(--content), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.quick-item {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1.3rem clamp(1rem, 2vw, 2rem);
  border-right: 1px solid rgba(255, 255, 255, .14);
}
.quick-item:last-child { border-right: 0; }
.quick-item svg { flex: 0 0 auto; color: #dfc988; font-size: 1.35rem; }
.quick-item strong { display: block; }
.quick-item span { display: block; color: #cdd6ce; font-size: .84rem; }

.section { padding: clamp(4rem, 8vw, 7.5rem) clamp(1rem, 4vw, 4rem); }
.section-compact { padding-top: 0; }
.section-surface { background: var(--surface); }
.section-dark { color: white; background: var(--forest-deep); }
.section-inner { width: min(var(--content), 100%); margin: 0 auto; }
.section-heading {
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr);
  align-items: end;
  gap: 2rem;
}
.section-heading h2 { max-width: 750px; }
.section-heading > p { max-width: 570px; margin-left: auto; color: var(--muted); }
.section-dark .section-heading > p { color: #cbd4cc; }

.grid { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.card-media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card-media img { transform: scale(1.025); }
.card-body { padding: 1.35rem; }
.card-body p { color: var(--muted); }
.card-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .42rem .7rem;
  border-radius: 999px;
  color: white;
  background: rgba(31, 49, 37, .9);
  font-size: .72rem;
  font-weight: 800;
}
.feature-card { min-height: 100%; display: flex; flex-direction: column; }
.feature-card .card-body { flex: 1; display: flex; flex-direction: column; }
.feature-card .text-link { margin-top: auto; padding-top: .8rem; }

.cuisine-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: center;
}
.cuisine-image {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.cuisine-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.cuisine-points { display: grid; gap: 1.1rem; margin-top: 2rem; }
.cuisine-point { display: grid; grid-template-columns: 42px 1fr; gap: .9rem; align-items: start; }
.cuisine-point-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--clay);
  font-weight: 900;
}

.spaces-showcase { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.25rem; }
.space-large { position: relative; min-height: 590px; overflow: hidden; border-radius: var(--radius-lg); }
.space-large img { width: 100%; height: 100%; object-fit: cover; }
.space-overlay {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  padding: 1.45rem;
  border-radius: 18px;
  color: white;
  background: linear-gradient(135deg, rgba(31, 49, 37, .94), rgba(31, 49, 37, .78));
  backdrop-filter: blur(8px);
}
.space-overlay p { color: #d8dfd8; }
.space-stack { display: grid; gap: 1.25rem; }
.space-small { position: relative; min-height: 282px; overflow: hidden; border-radius: var(--radius); }
.space-small img { width: 100%; height: 100%; object-fit: cover; }
.space-small span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  border-radius: 12px;
  color: white;
  background: rgba(31, 49, 37, .88);
  font-weight: 800;
}

.menu-preview {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .045);
}
.menu-preview-grid { display: grid; grid-template-columns: .9fr 1.1fr; }
.menu-preview-image { min-height: 560px; }
.menu-preview-image img { width: 100%; height: 100%; object-fit: cover; }
.menu-preview-copy { padding: clamp(2rem, 5vw, 4rem); }
.menu-sample-list { margin: 2rem 0; display: grid; gap: 0; }
.menu-sample {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.menu-sample strong { display: block; }
.menu-sample small { color: #bbc8be; }
.menu-sample span { color: #e7d39a; font-weight: 800; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.review-card {
  min-height: 100%;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.review-card::before { content: "“"; display: block; height: 38px; color: var(--clay); font: 700 3.2rem/1 Georgia, serif; }
.review-card blockquote { margin: 0 0 1rem; font-family: Georgia, serif; font-size: 1.14rem; line-height: 1.55; }
.review-card cite { color: var(--muted); font-style: normal; font-size: .84rem; font-weight: 700; }

.location-preview {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.location-copy { padding: clamp(2rem, 5vw, 4rem); }
.location-map { min-height: 480px; }
.location-map iframe { width: 100%; height: 100%; min-height: 480px; border: 0; }

.environment-teaser {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 1.7rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.environment-teaser p { margin: .25rem 0 0; color: var(--muted); }

.page-hero {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--forest-deep);
}
.page-hero-inner {
  width: min(var(--content), calc(100% - 2rem));
  min-height: 380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3rem, 7vw, 6rem) 0;
}
.page-hero-copy { position: relative; z-index: 2; }
.page-hero h1 { max-width: 780px; font-size: clamp(2.7rem, 5.5vw, 5.2rem); }
.page-hero p:not(.eyebrow) { max-width: 660px; color: #d1dbd3; font-size: 1.08rem; }
.page-hero-image { align-self: stretch; min-height: 350px; overflow: hidden; border-radius: 180px 0 0 180px; }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-simple .page-hero-inner { grid-template-columns: 1fr; min-height: 310px; }

.notice {
  margin-bottom: 2rem;
  padding: 1rem 1.2rem;
  border: 1px solid #dfc88d;
  border-radius: var(--radius-sm);
  color: #67501d;
  background: var(--danger-soft);
}
.notice strong { color: #4e3b0f; }

.menu-toolbar {
  position: sticky;
  z-index: 15;
  top: var(--header-height);
  padding: .85rem 0;
  background: rgba(247, 243, 235, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.menu-toolbar-inner {
  width: min(var(--content), calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.menu-search {
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .7rem .85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}
.menu-search input { width: 100%; border: 0; outline: none; color: var(--ink); background: transparent; }
.category-nav { min-width: 0; display: flex; gap: .55rem; overflow-x: auto; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a {
  flex: 0 0 auto;
  padding: .58rem .85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest);
  background: var(--surface);
  text-decoration: none;
  font-size: .84rem;
  font-weight: 800;
}
.category-nav a:hover { color: white; background: var(--forest); border-color: var(--forest); }
.menu-category { margin-bottom: 4rem; }
.menu-category-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.menu-category-head h2 { margin-bottom: 0; font-size: clamp(1.9rem, 3vw, 2.65rem); }
.menu-category-head span { color: var(--muted); font-size: .86rem; }
.menu-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2.5rem; }
.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}
.menu-item h3 { margin-bottom: .25rem; font-size: 1.04rem; }
.menu-item p { margin: 0; color: var(--muted); font-size: .9rem; }
.menu-item-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .5rem; }
.tag { padding: .24rem .48rem; border-radius: 999px; color: var(--forest); background: #e9eee5; font-size: .68rem; font-weight: 800; }
.price { min-width: 92px; color: var(--clay-dark); text-align: right; font-size: .8rem; font-weight: 900; }
.menu-item[hidden] { display: none; }
.menu-empty { display: none; padding: 2rem; border-radius: var(--radius); background: var(--surface); text-align: center; }
.menu-empty.is-visible { display: block; }

.room-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; margin-bottom: clamp(4rem, 8vw, 7rem); }
.room-section:nth-child(even) .room-gallery { order: 2; }
.room-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: .75rem; min-height: 520px; }
.room-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-sm); }
.room-gallery img:first-child { grid-row: 1 / 3; border-radius: var(--radius-lg); }
.room-copy ul { margin: 1.4rem 0 0; padding: 0; list-style: none; display: grid; gap: .65rem; }
.room-copy li { display: flex; gap: .65rem; color: var(--muted); }
.room-copy li::before { content: ""; flex: 0 0 8px; width: 8px; height: 8px; margin-top: .52rem; border-radius: 50%; background: var(--clay); }

.celebration-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.celebration-intro img { width: 100%; min-height: 520px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2rem; }
.occasion { padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.occasion strong { display: block; font-family: Georgia, serif; font-size: 1.15rem; }
.occasion span { color: var(--muted); font-size: .84rem; }
.process { counter-reset: process; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.process-step { padding: 1.5rem; border-top: 3px solid var(--clay); background: rgba(255, 255, 255, .06); }
.process-step::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 1rem; color: #dfc988; font-weight: 900; letter-spacing: .12em; }
.process-step p { color: #cbd4cc; }

.gallery-toolbar { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.5rem; }
.filter-button {
  border: 1px solid var(--line);
  padding: .65rem .95rem;
  border-radius: 999px;
  color: var(--forest);
  background: var(--surface);
  font-weight: 800;
  cursor: pointer;
}
.filter-button.is-active, .filter-button:hover { color: white; background: var(--forest); border-color: var(--forest); }
.gallery-grid { columns: 3 280px; column-gap: .9rem; }
.gallery-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 .9rem;
  padding: 0;
  break-inside: avoid;
  border: 0;
  border-radius: 16px;
  background: transparent;
  cursor: zoom-in;
}
.gallery-item picture { display: block; width: 100%; }
.gallery-item img { width: 100%; height: auto; transition: transform .35s ease; }
.gallery-item::after { content: "Ampliar"; position: absolute; right: .75rem; bottom: .75rem; padding: .38rem .58rem; border-radius: 999px; color: white; background: rgba(31, 49, 37, .82); opacity: 0; font-size: .72rem; font-weight: 800; transition: opacity .2s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item:hover::after { opacity: 1; }
.gallery-item[hidden] { display: none; }
.lightbox { width: min(1100px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); padding: 0; border: 0; border-radius: var(--radius); background: #121512; box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(11, 13, 11, .82); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: calc(100vh - 4rem); object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: .8rem; right: .8rem; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; color: white; background: rgba(0, 0, 0, .6); cursor: pointer; }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 1.25rem; }
.contact-card { padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius-lg); color: white; background: var(--forest-deep); }
.contact-card h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.contact-details { display: grid; gap: 1.25rem; margin-top: 2rem; }
.contact-detail { display: grid; grid-template-columns: 40px 1fr; gap: .85rem; }
.contact-detail-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #e7d39a; background: rgba(255, 255, 255, .08); }
.contact-detail p, .contact-detail a { color: #d4ddd5; }
.contact-map { min-height: 620px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.contact-map iframe { width: 100%; height: 100%; min-height: 620px; border: 0; }

.footer-cta { color: white; background: var(--clay-dark); }
.footer-cta-inner {
  width: min(var(--content), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}
.footer-cta h2 { margin-bottom: .55rem; font-size: clamp(2rem, 3.8vw, 3.3rem); }
.footer-cta p { color: #f0d9cd; }
.site-footer { padding: 4rem 1rem 1rem; color: white; background: #171d18; }
.footer-grid {
  width: min(var(--content), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 2.5rem;
}
.footer-grid h3 { margin-bottom: .9rem; color: #e6ce90; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.footer-grid a { color: #d7ddd8; text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-grid p, .footer-muted { color: #aeb9b0; font-size: .86rem; }
.footer-brand { display: flex; align-items: flex-start; gap: 1rem; }
.footer-brand img { flex: 0 0 auto; width: 68px; height: 68px; object-fit: contain; }
.footer-brand strong { font-family: Georgia, serif; font-size: 1.35rem; }
.footer-bottom {
  width: min(var(--content), 100%);
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #879189;
  font-size: .78rem;
}
.mobile-actions { display: none; }

.admin-placeholder { max-width: 760px; margin: 10vh auto; padding: 2rem; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }


/* Corrección de proporciones de imágenes — 0.31.1 */
.card-media > img,
.card-media > picture,
.card-media > picture > img {
  width: 100%;
  height: 100%;
}
.card-media > picture { display: block; }
.gallery-grid picture { max-width: 100%; }

@media (max-width: 1080px) {
  .brand-copy small { display: none; }
  .main-nav { gap: .7rem; }
  .main-nav > a:not(.button) { font-size: .82rem; }
  .home-hero-inner { grid-template-columns: .9fr 1.1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: absolute;
    top: calc(100% + .6rem);
    right: 1rem;
    left: 1rem;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: .65rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: .8rem .9rem; border-radius: 10px; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav > a.is-active { background: var(--surface-soft); }
  .main-nav .button { margin-top: .45rem; }
  .home-hero-inner { min-height: auto; grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .section-heading, .cuisine-layout, .spaces-showcase, .location-preview, .page-hero-inner, .room-section, .celebration-intro, .contact-layout { grid-template-columns: 1fr; }
  .section-heading > p { margin-left: 0; }
  .page-hero-image { min-height: 300px; border-radius: var(--radius-lg); }
  .room-section:nth-child(even) .room-gallery { order: initial; }
  .menu-preview-grid { grid-template-columns: 1fr; }
  .menu-preview-image { min-height: 380px; }
  .review-grid, .process { grid-template-columns: 1fr; }
  .location-map, .location-map iframe { min-height: 400px; }
  .footer-cta-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
  .quick-strip-inner { width: 100%; }
  .menu-toolbar { top: 82px; }
  body:has(.development-bar) .menu-toolbar { top: 114px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .development-bar { padding-inline: .65rem; font-size: .7rem; }
  .header-inner { width: calc(100% - 1.2rem); min-height: 72px; }
  .brand-logo { width: 46px; height: 46px; }
  .brand-copy strong { font-size: 1rem; }
  .nav-toggle span { display: none; }
  .home-hero-inner { padding-top: 2.8rem; }
  .home-hero-kicker { margin-bottom: .8rem; font-size: .72rem; }
  .home-hero-title { font-size: clamp(2.8rem, 14vw, 3.7rem); }
  .home-hero-tagline { font-size: clamp(1.2rem, 5.5vw, 1.45rem); }
  .home-hero-copy .lead { font-size: 1rem; line-height: 1.6; }
  .home-hero-primary-actions { flex-direction: column; align-items: stretch; }
  .home-hero-primary-actions .button { width: 100%; }
  .home-hero-secondary-links { flex-direction: column; align-items: stretch; gap: .75rem; }
  .home-hero-secondary-links .home-hero-directions { width: 100%; }
  .home-hero-secondary-links .text-link { align-self: flex-start; }
  .hero-visual { min-height: 390px; }
  .hero-main-image { inset: 0 0 2.8rem 1.5rem; width: calc(100% - 1.5rem); height: calc(100% - 2.8rem); border-radius: 34% 4% 4% 4%; }
  .hero-small-image { width: 42%; border-width: 5px; }
  .quick-strip-inner { grid-template-columns: 1fr; }
  .quick-item { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .quick-item:last-child { border-bottom: 0; }
  .section { padding-inline: 1rem; }
  .grid-2, .grid-3, .grid-4, .menu-list, .occasion-grid { grid-template-columns: 1fr; }
  .cuisine-image { min-height: 380px; }
  .space-large { min-height: 450px; }
  .space-small { min-height: 230px; }
  .menu-preview-image { min-height: 300px; }
  .environment-teaser { grid-template-columns: 1fr; }
  .page-hero-inner { width: calc(100% - 2rem); padding-block: 3rem; }
  .page-hero-image { min-height: 240px; }
  .menu-toolbar { position: relative; top: auto !important; }
  .menu-toolbar-inner { flex-direction: column; align-items: stretch; }
  .menu-search { min-width: 0; }
  .room-gallery { min-height: 390px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.3fr .7fr; }
  .room-gallery img:first-child { grid-column: 1 / 3; grid-row: 1; }
  .gallery-grid { columns: 2 145px; }
  .contact-map, .contact-map iframe { min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions {
    position: fixed;
    z-index: 70;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    background: rgba(255, 253, 248, .97);
    box-shadow: 0 -10px 30px rgba(34, 37, 31, .1);
    backdrop-filter: blur(12px);
  }
  .mobile-actions a { min-height: 68px; display: grid; place-items: center; align-content: center; gap: .18rem; color: var(--forest); text-decoration: none; font-size: .73rem; font-weight: 900; }
  .mobile-actions svg { font-size: 1.25rem; }
  .mobile-actions .mobile-call { color: white; background: var(--clay); }
}

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


/* Carta pública conectada a la base de datos — v0.8.0 */
.page-hero-menu .button { cursor: pointer; }
.menu-public-section { min-height: 36rem; }
.menu-public-meta { display: flex; justify-content: space-between; gap: 1rem; margin: 0 0 2.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.menu-public-meta p { margin: 0; }
.menu-category-head > div { max-width: 56rem; }
.menu-category-head p { margin: .45rem 0 0; color: var(--muted); }
.menu-item-main { min-width: 0; }
.menu-item-heading { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; }
.menu-item-heading h3 { margin: 0; }
.menu-item-price { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: .25rem; padding-left: .8rem; text-align: right; }
.menu-item-price strong { color: var(--forest); font-size: 1.08rem; white-space: nowrap; }
.menu-item-price small { max-width: 10rem; color: var(--muted); line-height: 1.25; }
.menu-item-featured { position: relative; }
.featured-label { padding: .2rem .46rem; border-radius: 999px; color: #fff; background: var(--terracotta); font-size: .64rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.menu-allergens { margin-top: .55rem; color: #635d50; font-size: .74rem; line-height: 1.4; }
.menu-allergens strong { color: var(--ink); }
.allergen-note { margin-top: 2rem; padding: clamp(1.35rem, 3vw, 2rem); border-left: 4px solid var(--terracotta); border-radius: 0 var(--radius) var(--radius) 0; background: #f4eadf; }
.allergen-note h2 { margin-bottom: .5rem; font-size: 1.3rem; }
.allergen-note p { margin: 0; color: #594d43; }
.menu-status-card { max-width: 760px; margin: 2rem auto; padding: clamp(2rem, 6vw, 4.5rem); border: 1px solid var(--line); border-radius: calc(var(--radius) + 4px); background: #fff; box-shadow: var(--shadow); text-align: center; }
.menu-status-icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 1.5rem; border-radius: 50%; color: var(--forest); background: #e9eee5; }
.menu-status-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.menu-status-card h2 { font-size: clamp(2rem, 4vw, 3rem); }
.menu-status-card > p:not(.eyebrow) { max-width: 38rem; margin-left: auto; margin-right: auto; color: var(--muted); }
.menu-qr-reference { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; margin-top: 2rem; padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--radius); color: #fff; background: var(--forest); }
.menu-qr-reference h2 { color: #fff; }
.menu-qr-reference p { color: #d8e2d9; }
.menu-qr-reference code { display: inline-block; max-width: 100%; overflow-wrap: anywhere; color: #f4dda7; font-size: .9rem; }
.menu-qr-reference img { padding: 8px; border-radius: 10px; background: #fff; }

@media (max-width: 640px) {
  .menu-public-meta { flex-direction: column; }
  .menu-category-head { align-items: flex-start; }
  .menu-item { align-items: flex-start; }
  .menu-item-price { max-width: 8rem; }
  .menu-qr-reference { grid-template-columns: 1fr; text-align: center; }
  .menu-qr-reference img { margin: 0 auto; }
}

@media print {
  @page { size: A4; margin: 13mm; }
  body { color: #111; background: #fff; font-size: 10pt; }
  .development-bar, .site-header, .page-hero, .menu-toolbar, .footer-cta, .site-footer, .mobile-actions, .print-hidden, .menu-empty { display: none !important; }
  main { display: block; }
  .section, .section-surface, .menu-public-section { padding: 0 !important; background: #fff !important; }
  .section-inner { width: 100%; max-width: none; }
  .menu-public-meta { margin-bottom: 8mm; }
  .menu-category { margin-bottom: 8mm; break-inside: auto; }
  .menu-category-head { margin-bottom: 2mm; break-after: avoid; }
  .menu-category-head h2 { color: #111; font-size: 18pt; }
  .menu-category-head p { color: #333; }
  .menu-list { gap: 0 10mm; }
  .menu-item { padding: 3mm 0; border-color: #bbb; break-inside: avoid; }
  .menu-item h3, .menu-item-price strong, .menu-allergens strong { color: #111; }
  .menu-item p, .menu-allergens, .menu-item-price small { color: #333; }
  .tag, .featured-label { border: 1px solid #777; color: #111; background: transparent; }
  .allergen-note { margin-top: 8mm; border-color: #555; background: #f5f5f5; break-inside: avoid; }
}

/* Imágenes de carta administrables — 0.9.0 */
.menu-item-with-image { grid-template-columns: 104px minmax(0,1fr) auto; }
.menu-item-image { width:88px; height:88px; display:block; overflow:hidden; border-radius:14px; background:#ece6dc; }
.menu-item-image img { width:100%; height:100%; display:block; object-fit:cover; }
@media (max-width:640px){ .menu-item-with-image { grid-template-columns:72px minmax(0,1fr); } .menu-item-with-image .menu-item-price { grid-column:2; } .menu-item-image { width:64px;height:64px;border-radius:10px; } }

/* Contenido validado y medios provisionales — v0.10.0 */
.content-image-placeholder {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  border: 1px dashed rgba(45, 67, 51, .35);
  color: #58635a;
  background:
    linear-gradient(135deg, rgba(45, 67, 51, .06), rgba(178, 91, 61, .08)),
    #eee9df;
  text-align: center;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.content-image-placeholder.hero-main-image,
.content-image-placeholder.hero-small-image { display: grid; }
.space-large > .content-image-placeholder,
.space-small > .content-image-placeholder,
.card-media > .content-image-placeholder,
.page-hero-image > .content-image-placeholder,
.menu-preview-image > .content-image-placeholder,
.cuisine-image > .content-image-placeholder,
.celebration-intro > .content-image-placeholder { width: 100%; height: 100%; }
.room-gallery > .content-image-placeholder { min-height: 0; }
.callout-card {
  margin: clamp(2rem, 5vw, 4rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.callout-card h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
@media (max-width: 760px) {
  .callout-card { grid-template-columns: 1fr; }
}
.room-gallery > .content-image-placeholder:first-child { grid-row: 1 / 3; border-radius: var(--radius-lg); }
.celebration-intro > .content-image-placeholder { min-height: 520px; border-radius: var(--radius-lg); }
@media (max-width: 680px) {
  .room-gallery > .content-image-placeholder:first-child { grid-column: 1 / 3; grid-row: 1; }
  .celebration-intro > .content-image-placeholder { min-height: 360px; }
}

/* SEO, legal y carga voluntaria de servicios externos */
.prose-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.legal-content {
  background: #fff;
  border: 1px solid rgba(31, 46, 35, .12);
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 20px 60px rgba(31, 46, 35, .08);
}

.legal-content h2 {
  margin-top: 2rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.legal-content h2:first-child,
.legal-content .notice + h2 {
  margin-top: 0;
}

.legal-content p,
.legal-content li,
.legal-data dd {
  color: #4c5a50;
  line-height: 1.75;
}

.legal-data {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: .65rem 1.25rem;
  margin: 1.25rem 0 2rem;
}

.legal-data dt { font-weight: 800; }
.legal-data dd { margin: 0; overflow-wrap: anywhere; }

.map-gate {
  min-height: 400px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e9eee9, #f8f4eb);
  padding: clamp(1.25rem, 4vw, 3rem);
}

.map-gate-content {
  max-width: 560px;
  text-align: center;
}

.map-gate-icon {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #283b2d;
  color: #fff;
}

.map-gate-icon svg { width: 28px; height: 28px; fill: currentColor; }
.map-gate-content .button { margin: .75rem auto; }
.map-gate-content .text-link { justify-content: center; }
.map-iframe { width: 100%; height: 100%; min-height: 400px; border: 0; }

@media (max-width: 820px) {
  .prose-layout { grid-template-columns: 1fr; }
  .legal-data { grid-template-columns: 1fr; gap: .15rem; }
  .legal-data dd { margin-bottom: .85rem; }
}


/* Calidad, accesibilidad y rendimiento — v0.12.0 */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #d78a45;
  outline-offset: 4px;
  border-radius: 6px;
}

.skip-link:focus-visible {
  outline-color: #ffffff;
  outline-offset: 3px;
}

[hidden] { display: none !important; }
.text-link-on-dark { color: #ffffff; }
.text-link-on-dark:hover { color: #f1ddb1; }
.text-on-dark-muted { color: #cbd4cc; }
.card-body-roomy { padding: clamp(1.5rem, 4vw, 3rem); }
.environment-card-title { font-size: clamp(2rem, 4vw, 3.2rem); }
.card-section-title { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.page-hero-cover { width: 100%; height: 100%; object-fit: cover; }
.filter-button[aria-pressed="true"] { color: #ffffff; background: var(--forest); border-color: var(--forest); }
.map-gate-compact { min-height: 360px; }
.map-gate-compact .map-gate-content { max-width: 460px; }
.map-iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

@media (max-width: 900px) {
  body.nav-open { overflow: hidden; }
  .main-nav.is-open { overscroll-behavior: contain; }
}

@media (forced-colors: active) {
  .button, .filter-button, .nav-toggle { border: 2px solid ButtonText; }
  .main-nav > a.is-active { text-decoration: underline; }
}

@media (prefers-contrast: more) {
  :root { --muted: #454a44; --line: #b8afa0; }
  .button-secondary, .button-outline-light { border-width: 2px; }
}

/* Vista previa administrativa — 0.17.0 */
.preview-bar { position:relative; z-index:61; padding:.48rem 1rem; color:#fff; background:#6b4d0e; text-align:center; font-size:.82rem; }
.preview-bar a { margin-left:.35rem; font-weight:850; }
body:has(.preview-bar):not(:has(.development-bar)) { --header-height:114px; }
body:has(.preview-bar):has(.development-bar) { --header-height:146px; }

/* Datos administrables, horarios y avisos — 0.18.0 */
.site-temporary-notice { position:relative; z-index:2; padding:.78rem 1rem; color:#fff; background:#8b4a2f; text-align:center; font-weight:700; }
.site-temporary-notice strong { margin-right:.3rem; }
.restaurant-hours { width:100%; padding:1.15rem 1.25rem; border:1px solid var(--line); border-radius:18px; background:#fffdf8; box-shadow:var(--shadow-sm); }
.restaurant-hours h3 { margin:0 0 .85rem; font-size:1.35rem; }
.restaurant-hours-list { display:grid; gap:.2rem; margin:0; }
.restaurant-hours-list > div { display:grid; grid-template-columns:minmax(110px,.75fr) 1fr; gap:1rem; padding:.46rem 0; border-bottom:1px solid rgba(31,46,35,.09); }
.restaurant-hours-list > div:last-child { border-bottom:0; }
.restaurant-hours-list dt { font-weight:800; }
.restaurant-hours-list dd { margin:0; color:var(--muted); text-align:right; }
.restaurant-hours-note { margin:.85rem 0 0; padding-top:.75rem; border-top:1px solid var(--line); color:var(--muted); font-size:.9rem; }
.restaurant-temporary-notice { margin:0 0 1rem; padding:.85rem 1rem; border-left:4px solid var(--clay); border-radius:10px; background:#f8ece6; }
.restaurant-temporary-notice p { margin:.2rem 0; color:#573726; }
.restaurant-temporary-notice small { color:#765747; }
.contact-hours-layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr); gap:clamp(1.5rem,5vw,4rem); align-items:start; }
.contact-hours-layout > div:first-child p:last-child { color:var(--muted); }
.location-copy .restaurant-hours { margin:1.25rem 0; box-shadow:none; }
@media(max-width:900px){.contact-hours-layout{grid-template-columns:1fr}}
@media(max-width:520px){.restaurant-hours-list>div{grid-template-columns:1fr;gap:.15rem}.restaurant-hours-list dd{text-align:left}.site-temporary-notice{font-size:.88rem}}

/* Platos destacados de la portada — 0.21.0 */
.home-featured-menu-section { background: #f4eee4; }
.home-featured-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.home-featured-dish { overflow: hidden; border: 1px solid rgba(43, 55, 43, .12); border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(35, 42, 34, .08); }
.home-featured-dish-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #e9e1d5; }
.home-featured-dish-image picture, .home-featured-dish-image img { display: block; width: 100%; height: 100%; }
.home-featured-dish-image img { object-fit: cover; transition: transform .28s ease; }
.home-featured-dish:hover .home-featured-dish-image img { transform: scale(1.025); }
.home-featured-dish-body { display: grid; gap: .7rem; padding: 1.2rem; }
.home-featured-dish-body h3 { margin: 0; font-size: 1.35rem; }
.home-featured-dish-body h3 a { color: inherit; text-decoration: none; }
.home-featured-dish-body p { margin: 0; color: var(--muted); }
.home-featured-dish-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; color: var(--forest); }
.home-featured-dish-meta span { font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.home-featured-dish-meta strong { white-space: nowrap; color: var(--terracotta); }
.home-featured-menu-actions { display: flex; justify-content: center; margin-top: 1.5rem; }
@media (min-width: 900px) {
  .home-featured-menu-grid:has(.home-featured-dish:nth-child(4)) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-featured-dish-primary:first-child:nth-last-child(2),
  .home-featured-dish-primary:first-child:nth-last-child(2) ~ .home-featured-dish { grid-column: auto; }
}
@media (max-width: 900px) { .home-featured-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .home-featured-menu-grid { grid-template-columns: 1fr; } .home-featured-dish-body { padding: 1rem; } }

/* Calendario anual de horarios — 0.32.0 */
.restaurant-hours-today{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.8rem;padding:.8rem .9rem;border-radius:14px;background:var(--forest);color:#fff}
.restaurant-hours-today div{display:grid;gap:.12rem}.restaurant-hours-today small{color:rgba(255,255,255,.72)}.restaurant-hours-today span{font-weight:900;white-space:nowrap}
.restaurant-hours-season{margin:.15rem 0 .65rem;color:var(--muted);font-size:.9rem}
.restaurant-hours-upcoming{margin-top:.9rem;padding-top:.8rem;border-top:1px solid var(--line)}
.restaurant-hours-upcoming>strong{display:block;margin-bottom:.45rem}
.restaurant-hours-upcoming ul{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}
.restaurant-hours-upcoming li{display:flex;justify-content:space-between;gap:1rem;font-size:.86rem;color:var(--muted)}
.restaurant-hours-upcoming b{color:var(--forest);text-align:right}
.annual-hours-calendar{display:grid;gap:1.5rem}
.annual-hours-heading{max-width:720px}.annual-hours-heading h2{margin:.15rem 0 .55rem}.annual-hours-heading p:last-child{color:var(--muted)}
.annual-season-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.annual-season-card{padding:1.25rem;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}
.annual-season-card h3{margin:0 0 .25rem}.annual-season-card>p{margin:0 0 .9rem;color:var(--clay);font-weight:800}
.annual-season-card dl{display:grid;gap:.2rem;margin:0}.annual-season-card dl>div{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;border-bottom:1px solid rgba(31,46,35,.08)}.annual-season-card dt{font-weight:800}.annual-season-card dd{margin:0;color:var(--muted);text-align:right}
.annual-exceptions{padding:1.25rem;border-radius:20px;background:var(--forest);color:#fff}.annual-exceptions h3{margin:0 0 .85rem}.annual-exceptions>div{display:grid;gap:.45rem}.annual-exceptions article{display:grid;grid-template-columns:105px 1fr auto;gap:1rem;align-items:center;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.14)}.annual-exceptions article:last-child{border-bottom:0}.annual-exceptions time{font-weight:850}.annual-exceptions span{color:rgba(255,255,255,.76)}.annual-exceptions strong{text-align:right}
@media(max-width:760px){.annual-season-grid{grid-template-columns:1fr}.annual-exceptions article{grid-template-columns:1fr;gap:.2rem}.annual-exceptions strong{text-align:left}.restaurant-hours-today,.restaurant-hours-upcoming li{align-items:flex-start;flex-direction:column}.restaurant-hours-today span,.restaurant-hours-upcoming b{text-align:left;white-space:normal}}

/* Vacaciones y cierres por periodos — 0.32.1 */
.restaurant-hours-closures b{font-weight:800;color:var(--clay)}
.annual-closures{padding:1.25rem;border:1px solid var(--line);border-radius:20px;background:#fff8ee;box-shadow:var(--shadow-sm)}
.annual-closures h3{margin:0 0 .85rem}
.annual-closures>div{display:grid;gap:.45rem}
.annual-closures article{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid rgba(31,46,35,.1)}
.annual-closures article:last-child{border-bottom:0}
.annual-closures span{font-weight:800;color:var(--forest)}
.annual-closures strong{text-align:right;color:var(--clay)}
@media(max-width:620px){.annual-closures article{align-items:flex-start;flex-direction:column;gap:.2rem}.annual-closures strong{text-align:left}}

/* Modelo correcto de espacios e imágenes administrables — 0.33.0 */
.room-gallery-single { display:block; min-height:0; aspect-ratio:4 / 3; }
.room-gallery-single > picture { display:block; width:100%; height:100%; }
.room-gallery-single img,
.room-gallery-single picture > img { width:100%; height:100%; object-fit:cover; border-radius:var(--radius-lg); }
.admin-image-managed picture { display:contents; }
@media (max-width:680px) { .room-gallery-single { aspect-ratio:4 / 3; min-height:0; } }

/* Navegación y símbolos de alérgenos de la carta — 0.34.1 */
.menu-toolbar-inner {
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  align-items: start;
}
.menu-search { min-width: 0; width: 100%; }
.category-navigation { min-width: 0; }
.category-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: .5rem;
  overflow: visible;
}
.category-nav a {
  min-width: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .55rem .65rem;
  text-align: center;
  white-space: normal;
  line-height: 1.15;
}
.category-select { display: none; }
.menu-category { scroll-margin-top: calc(var(--header-height) + 9rem); }
.menu-allergens {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .28rem;
  margin-top: .55rem;
}
.allergen-symbol {
  --allergen-color: #935238;
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 1.45rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--allergen-color);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}
.allergen-symbol svg { width: 1rem; height: 1rem; overflow: visible; }
.allergen-symbol svg path,
.allergen-symbol svg circle,
.allergen-symbol svg ellipse {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.allergen-symbol svg text {
  fill: currentColor;
  stroke: none;
  font-family: Arial, sans-serif;
  font-size: 7.6px;
  font-weight: 900;
}
.allergen-symbol--gluten { --allergen-color: #d17a35; }
.allergen-symbol--crustaceans { --allergen-color: #279aa8; }
.allergen-symbol--eggs { --allergen-color: #d7a33d; }
.allergen-symbol--fish { --allergen-color: #2e6f8e; }
.allergen-symbol--peanuts { --allergen-color: #8b5a3c; }
.allergen-symbol--soy { --allergen-color: #5d8d50; }
.allergen-symbol--milk { --allergen-color: #9c5d68; }
.allergen-symbol--nuts { --allergen-color: #6d4030; }
.allergen-symbol--celery { --allergen-color: #5d8d50; }
.allergen-symbol--mustard { --allergen-color: #c59b2f; }
.allergen-symbol--sesame { --allergen-color: #9b7962; }
.allergen-symbol--sulphites { --allergen-color: #8d5f87; }
.allergen-symbol--lupin { --allergen-color: #7656a6; }
.allergen-symbol--molluscs { --allergen-color: #5b9f9a; }
.allergen-legend {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: .6rem .9rem;
  margin-top: 1.15rem;
}
.allergen-legend-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: .55rem;
  color: #433d35;
  font-size: .82rem;
  font-weight: 750;
}
.allergen-legend-item .allergen-symbol {
  width: 1.75rem;
  height: 1.75rem;
  flex-basis: 1.75rem;
}
.allergen-legend-item .allergen-symbol svg { width: 1.15rem; height: 1.15rem; }

@media (max-width: 900px) {
  .menu-toolbar { position: sticky; }
  .menu-toolbar-inner { grid-template-columns: 1fr; gap: .7rem; }
  .category-nav { display: none; }
  .category-select { display: grid; gap: .35rem; }
  .category-select span { color: var(--forest); font-size: .76rem; font-weight: 850; }
  .category-select select {
    width: 100%;
    min-height: 44px;
    padding: .68rem 2.5rem .68rem .85rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--forest);
    background: var(--surface);
    font: inherit;
    font-size: .88rem;
    font-weight: 800;
  }
  .menu-category { scroll-margin-top: calc(var(--header-height) + 8.5rem); }
}

@media (max-width: 640px) {
  .menu-toolbar-inner { width: min(var(--content), calc(100% - 1rem)); }
  .allergen-legend { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .allergen-legend-item { font-size: .76rem; }
}

@media print {
  .allergen-symbol {
    color: #111 !important;
    background: transparent !important;
    box-shadow: inset 0 0 0 1px #555;
  }
  .allergen-legend { grid-template-columns: repeat(4, 1fr); }
}

/* Entorno cercano — 0.35.1 */
.environment-page-hero .page-hero-inner { min-height: 520px; }
.environment-hero-image { min-height: 430px; border-radius: var(--radius-lg); }
.environment-hero-image picture, .environment-plan-card .card-media picture { display: block; width: 100%; height: 100%; }
.environment-hero-image img { object-position: center 42%; }
.environment-plans-grid { align-items: stretch; }
.environment-plan-card h3 { font-size: clamp(1.65rem, 2.8vw, 2.35rem); }
.environment-plan-card .card-body { gap: .25rem; }
.environment-plan-card .card-media { aspect-ratio: 16 / 10; }
.environment-plan-card:first-child .card-media img { object-position: center 42%; }
.environment-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.environment-detail-main { min-width: 0; padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.environment-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; margin: 0 0 clamp(2rem, 5vw, 3.5rem); }
.environment-facts div { padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: #faf7f0; }
.environment-facts dt { margin-bottom: .25rem; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.environment-facts dd { margin: 0; color: var(--forest-deep); font-weight: 850; }
.environment-copy-section + .environment-copy-section { margin-top: 2.4rem; }
.environment-copy-section h2, .environment-sources h2, .environment-credits h2 { font-size: clamp(1.55rem, 2.8vw, 2.25rem); }
.environment-copy-section p, .environment-copy-section li { color: var(--muted); line-height: 1.75; }
.environment-copy-section ul { padding-left: 1.25rem; }
.environment-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.environment-gallery-single { grid-template-columns: 1fr; }
.environment-gallery figure { overflow: hidden; margin: 0; border-radius: var(--radius); background: #eef1eb; }
.environment-gallery picture { display: block; width: 100%; }
.environment-gallery img { width: 100%; height: clamp(320px, 48vw, 620px); object-fit: cover; }
.environment-gallery-single img { height: auto; max-height: 680px; }
.environment-gallery figcaption { padding: .75rem 1rem; color: var(--muted); font-size: .85rem; }
.environment-notice { margin: 2rem 0 0; padding: 1rem 1.2rem; border-left: 4px solid var(--clay); border-radius: 0 12px 12px 0; color: #565047; background: #faf2e7; }
.environment-sources, .environment-credits { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.environment-credits p, .environment-index-credits { color: var(--muted); font-size: .82rem; line-height: 1.65; }
.environment-credits a, .environment-index-credits a { text-decoration: underline; text-underline-offset: 2px; }
.environment-restaurant-card { position: sticky; top: calc(var(--header-height) + 1.5rem); }
.environment-callout {
  width: min(980px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.environment-callout .actions { justify-content: flex-end; }
.environment-index-credits { margin-top: 1.5rem; }
@media (max-width: 980px) {
  .environment-detail-layout { grid-template-columns: 1fr; }
  .environment-restaurant-card { position: static; }
  .environment-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .environment-page-hero .page-hero-inner { min-height: 0; }
  .environment-hero-image { min-height: 340px; border-radius: 80px 0 0 80px; }
  .environment-facts, .environment-gallery { grid-template-columns: 1fr; }
  .environment-gallery img { height: auto; max-height: none; }
  .environment-callout .actions { justify-content: flex-start; }
}

/* Selector de idioma público — 0.37.4 */
.main-nav > a.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .48rem .82rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest-deep);
  background: var(--surface-soft);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
}
.main-nav > a.language-switch::after { display: none; }
.main-nav > a.language-switch:hover,
.main-nav > a.language-switch:focus-visible {
  border-color: var(--forest);
  background: #fff;
}
.language-flag {
  position: relative;
  flex: 0 0 auto;
  width: 1.1rem;
  height: .8rem;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(16, 24, 40, .14);
}
.language-flag::before,
.language-flag::after {
  content: '';
  position: absolute;
  inset: 0;
}
.language-flag-en {
  background:
    linear-gradient(33deg, transparent 43%, #ffffff 43%, #ffffff 49%, transparent 49%, transparent 51%, #ffffff 51%, #ffffff 57%, transparent 57%),
    linear-gradient(-33deg, transparent 43%, #ffffff 43%, #ffffff 49%, transparent 49%, transparent 51%, #ffffff 51%, #ffffff 57%, transparent 57%),
    linear-gradient(to bottom, transparent 34%, #ffffff 34%, #ffffff 66%, transparent 66%),
    linear-gradient(to right, transparent 38%, #ffffff 38%, #ffffff 62%, transparent 62%),
    #1f4aa8;
}
.language-flag-en::before {
  background:
    linear-gradient(33deg, transparent 46%, #c81d25 46%, #c81d25 48.7%, transparent 48.7%, transparent 51.3%, #c81d25 51.3%, #c81d25 54%, transparent 54%),
    linear-gradient(-33deg, transparent 46%, #c81d25 46%, #c81d25 48.7%, transparent 48.7%, transparent 51.3%, #c81d25 51.3%, #c81d25 54%, transparent 54%);
}
.language-flag-en::after {
  background:
    linear-gradient(to bottom, transparent 40%, #c81d25 40%, #c81d25 60%, transparent 60%),
    linear-gradient(to right, transparent 44%, #c81d25 44%, #c81d25 56%, transparent 56%);
}
.language-flag-es {
  background: linear-gradient(to bottom, #b51f26 0 25%, #f4c542 25% 75%, #b51f26 75% 100%);
}

@media (max-width: 900px) {
  .main-nav > a.language-switch {
    margin-top: .35rem;
    width: 100%;
    padding: .72rem .9rem;
    border-radius: 10px;
    text-align: center;
  }
}
