:root {
  --bg: #0c0606;
  --lacquer: #9b1518;
  --gold: #d4af37;
  --gold-soft: #e8c96a;
  --cream: #f3e6d0;
  --muted: #b9a48a;
  --line: #3a2018;
  --panel: #140808;
  --gutter: 1.25rem;
  --nav-h: 5.2rem;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; color-scheme: dark; background: var(--bg); }
body {
  font-family: "Source Sans 3", system-ui, sans-serif;
  background: var(--bg);
  color: var(--cream);
  line-height: 1.45;
  font-size: 1rem;
  padding-top: var(--nav-h);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; color: inherit; }
.wrap { width: min(100% - (var(--gutter) * 2), 1080px); margin-inline: auto; }
.eyebrow {
  font-size: 1rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
}
.display {
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.9rem, 5.4vw, 3rem);
  line-height: .98;
  letter-spacing: .02em;
  font-weight: 600;
}
.muted { color: var(--muted); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: .85rem 1.25rem;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid transparent;
  background: none;
  cursor: pointer;
}
.btn-gold { background: var(--gold); color: #1a0808; }
.btn-line { border-color: var(--gold); color: var(--gold); }
.btn:focus-visible,
.nav-links a:focus-visible,
.float:focus-visible,
.feat a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  width: 100%;
  height: var(--nav-h);
  background: var(--bg);
  border-bottom: none;
  transform: translateY(0);
  transition: transform .28s ease;
  will-change: transform;
}
.nav.is-away { transform: translateY(-110%); pointer-events: none; }
.nav.is-open {
  transform: none;
  pointer-events: auto;
  background: var(--bg);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  min-height: var(--nav-h);
  height: var(--nav-h);
}
.nav-end { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }
.brand {
  display: flex; align-items: center;
  min-width: 0; flex: 0 1 auto;
}
.brand img {
  height: 62px; width: auto;
  max-width: min(72vw, 380px);
  display: block;
  object-fit: contain;
  object-position: left center;
}
.nav-links { display: flex; gap: 1.1rem; }
.nav-links a {
  font-size: .9rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
}
.nav-toggle {
  display: none;
  width: 2.7rem; height: 2.7rem;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  background: none; border: 1px solid rgb(212 175 55 / .45); border-radius: 4px;
  cursor: pointer;
}
.nav-toggle span { display: block; width: 1.15rem; height: 2px; background: var(--gold); }
@media (max-width: 799px) {
  .brand img { height: 48px; max-width: min(74vw, 270px); }
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; gap: 0;
    background: rgba(12, 6, 6, .9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: .4rem 1.25rem 1rem;
  }
  .nav.is-open .nav-links { display: flex; }
  .nav-links a {
    font-size: 1.05rem;
    padding: .9rem 0;
    border-bottom: 1px solid rgb(212 175 55 / .15);
  }
  .nav-end .btn { display: none; }
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--nav-h));
  overflow: hidden;
  background: #000;
}
.hero-media { position: absolute; inset: 0; background: #000; }
.hero-media .slide {
  position: absolute; inset: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity .55s ease;
}
.hero-media .slide.is-on { opacity: 1; z-index: 1; }
.hero-media video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 50%;
  display: block;
  pointer-events: none;
}
.slide.is-portrait .hero-fill {
  object-fit: cover;
  filter: blur(22px) saturate(1.15);
  transform: scale(1.18);
  opacity: .5;
}
.slide.is-portrait .hero-fit { object-fit: contain; }
@media (max-width: 799px) {
  .slide.is-portrait .hero-fill { display: none; }
  .slide.is-portrait .hero-fit { object-fit: cover; }
  .slide.is-wide video { object-position: 12% 50%; }
}
@media (min-width: 800px) {
  /* Desktop recorta arriba/abajo el 16:9: anclar al tope para no perder el letrero. */
  .slide[data-hero="1"] video { object-position: 50% 0%; }
}
.hero-copy {
  position: relative; z-index: 2;
  display: flex; align-items: flex-end;
  min-height: inherit;
  padding: 2.2rem 0 2rem;
  pointer-events: none;
}
.hero-copy a,
.hero-copy .btn { pointer-events: auto; }
.hero-copy .eyebrow {
  font-size: clamp(1.05rem, 3.2vw, 1.35rem);
  margin-bottom: .45rem;
  text-shadow: 0 1px 0 #000, 0 0 12px #000;
}
.hero-copy h1 {
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.55rem, 4.4vw, 2.55rem);
  line-height: 1.12;
  font-weight: 600;
  max-width: 22ch;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.8), 0 2px 10px rgba(0,0,0,.55), 0 0 22px rgba(0,0,0,.4);
}
.hero-copy .lead {
  margin: .7rem 0 0;
  max-width: 42ch;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(0,0,0,.7);
}
.hero-copy .btn { margin-top: .85rem; }
.hero-copy .proof {
  margin-top: .85rem;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 500;
  text-shadow: 0 1px 0 rgba(0,0,0,.8), 0 2px 10px rgba(0,0,0,.55);
}

.destacados { padding: 3rem 0 2rem; }
.destacados .display { margin: .2rem 0 .4rem; }
.feat-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) { .feat-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .feat-grid { grid-template-columns: 1fr 1fr 1fr; } }
.feat {
  background: var(--panel);
  border: 1px solid var(--line);
}
.feat .shot { height: 200px; overflow: hidden; background: #1a0a0a; }
@media (min-width: 800px) { .feat .shot { height: 240px; } }
.feat .shot img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.feat-body { padding: 1rem 1rem 1.15rem; display: grid; gap: .35rem; }
.feat h3 {
  font-family: Cinzel, Georgia, serif;
  font-size: 1.12rem;
  letter-spacing: .02em;
}
.feat p { color: var(--muted); font-size: .95rem; }
.feat .price { color: var(--gold); font-weight: 700; font-size: 1.05rem; font-variant-numeric: tabular-nums; }
.feat .btn { justify-self: start; margin-top: .4rem; padding: .5rem 1rem; }

.carta { padding: 1.4rem 0 1rem; }
.carta .display { margin: 0 0 1.2rem; }
.cats {
  position: sticky; top: 0; z-index: 30;
  background: rgb(12 6 6 / .92);
  border-block: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.cats-inner {
  display: flex; gap: .4rem; overflow-x: auto;
  padding: .7rem 0;
  -webkit-overflow-scrolling: touch;
}
.cats a {
  flex: 0 0 auto;
  padding: .45rem .85rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: .92rem;
  letter-spacing: .03em;
  color: var(--cream);
}
.cats a:hover, .cats a:focus-visible { border-color: var(--gold); color: var(--gold); }
.cat { padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.cat-head { margin-bottom: 1.1rem; }
.cat-head h3 {
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  margin-top: .85rem;
}
.shot { overflow: hidden; background: #1a0a0a; }
.cat-head .shot { height: 160px; }
@media (min-width: 800px) { .cat-head .shot { height: 240px; } }
.cat-head .shot img { width: 100%; height: 100%; object-fit: cover; }

.carta-notes {
  display: grid;
  gap: .25rem;
  margin: 1rem auto 0;
  font-size: .92rem;
  color: var(--muted);
}
.menu { list-style: none; }
.menu li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-areas: "name price btn";
  gap: .35rem .75rem;
  padding: .95rem 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.menu h4 { grid-area: name; font-size: 1.02rem; font-weight: 600; }
.menu li p { margin-top: .2rem; font-size: .88rem; }
.menu .price {
  grid-area: price;
  color: var(--gold);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  padding-top: .12rem;
}
.menu .btn { grid-area: btn; justify-self: end; padding: .45rem .8rem; }
@media (max-width: 560px) {
  .menu li {
    grid-template-columns: 1fr auto;
    grid-template-areas: "name name" "price btn";
    padding-right: 3.6rem;
  }
  .menu .price { justify-self: start; }
  .menu .btn { justify-self: start; }
}

.contacto { padding: 3.8rem 0 4.2rem; background: #140808; }
.contacto-grid { display: grid; gap: 2.2rem; }
@media (min-width: 860px) { .contacto-grid { grid-template-columns: 1fr 1fr; align-items: start; } }
.contacto-copy { display: grid; gap: 1.15rem; align-content: start; }
.contacto-copy .display { line-height: 1.12; max-width: none; white-space: nowrap; }
.contacto-copy .muted { margin: 0; max-width: none; }
.form {
  display: grid; gap: .7rem;
  border: 1px solid var(--line);
  padding: 1.2rem;
  background: var(--bg);
}
.form label { font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.form input, .form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--cream);
  background: transparent;
  padding: .55rem 0;
  border-radius: 0;
}
.form .row { display: grid; gap: .7rem; }
@media (min-width: 600px) { .form .row { grid-template-columns: 1fr 1fr; } }
.form .btn { margin-top: .4rem; justify-self: start; }

.visitar { padding: 3.2rem 0 2.4rem; }
.visit { display: grid; gap: 1.2rem; }
@media (min-width: 860px) { .visit { grid-template-columns: 1fr 1.2fr; align-items: start; } }
.visit-title {
  font-size: clamp(1.05rem, 3.2vw, 1.35rem);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold);
}
.visit-copy { display: grid; gap: 1rem; }
.nap {
  display: grid;
  gap: .55rem;
  line-height: 1.4;
}
.nap p { margin: 0; }
.visit-copy .btn { justify-self: start; }
.map { width: 100%; min-height: 320px; border: 0; background: #1a0a0a; }

.hint { margin-top: 1rem; }
.redes { padding: 2.4rem 0 3.4rem; border-top: 1px solid var(--line); }
.redes .muted { margin-top: .5rem; }
.redes-list { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1rem; }
.redes-item {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .7rem 1rem;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
}
.redes-item svg { width: 1.15rem; height: 1.15rem; fill: currentColor; }
.redes-item.is-soon { cursor: default; }
.tt-embed {
  margin: 1.4rem auto 0;
  width: 168px;
  max-width: 42vw;
  transition: width .35s ease, max-width .35s ease;
}
.tt-embed.is-on {
  width: 325px;
  max-width: min(325px, 92vw);
}
.tt-poster {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid var(--line);
  background: #1a0a0a;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
}
.tt-poster:hover, .tt-poster:focus-visible { border-color: var(--gold); }
.tt-poster img { width: 100%; height: auto; aspect-ratio: 480 / 848; object-fit: cover; }
.tt-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(12, 6, 6, .28);
}
.tt-play::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(0 1px 6px rgba(0,0,0,.55));
  margin-left: 4px;
}
.tt-embed .tiktok-embed {
  margin: 0 auto;
  max-width: 325px;
  min-width: 0;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .tt-embed { transition: none; }
}

footer { padding: 2.4rem 0 5.5rem; border-top: 1px solid var(--line); }
.foot-top { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.foot-links { display: flex; gap: 1rem; font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.wordmark {
  text-align: center;
  padding: 2.4rem 0 1.2rem;
}
.wordmark img {
  width: min(520px, 92%);
  height: auto;
  margin-inline: auto;
}
.foot-note { text-align: center; font-size: .85rem; opacity: .7; }
.foot-note a { text-decoration: underline; }

.float {
  position: fixed;
  right: max(.85rem, env(safe-area-inset-right));
  bottom: max(.85rem, env(safe-area-inset-bottom));
  z-index: 50;
  width: 3.4rem; height: 3.4rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: #25D366; color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.float svg { width: 1.7rem; height: 1.7rem; fill: currentColor; }

#carta, #contacto, #visitar, #redes,
#cat-combinados, #cat-veg, #cat-triples, #cat-arroz, #cat-tallarin,
#cat-pollo, #cat-especialidad, #cat-criollos, #cat-piqueo, #cat-sopas {
  scroll-margin-top: 6.2rem;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nav { transition: none; }
  .hero-media .slide { transition: none; }
}
