:root {
  --ink: #171414;
  --paper: #fffdf7;
  --chalk: #f2eee2;
  --line: #d8d0bf;
  --blue: #bce1eb;
  --blue-deep: #214c58;
  --saffron: #e7b947;
  --tomato: #b94935;
  --leaf: #53724f;
  --shadow: 0 24px 80px rgba(23, 20, 20, 0.18);
  --display: "Fraunces", Georgia, serif;
  --body: "Nunito Sans", "Trebuchet MS", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(23,20,20,.04) 1px, transparent 1px) 0 0 / 74px 74px, var(--paper);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(255,253,247,.9);
  border-bottom: 1px solid rgba(23,20,20,.12);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 1.2rem; font-weight: 850; }
.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(23,20,20,.16));
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  font: 900 .76rem/1 var(--body);
  letter-spacing: .06em;
}
.main-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(12px, 3vw, 34px); font-size: .78rem; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover { border-color: var(--tomato); }
.language-flags {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.language-flags :is(a, button) {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  padding: 4px 7px;
  border: 1px solid rgba(23,20,20,.16);
  background: rgba(255,253,247,.78);
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  font-size: .72rem;
  font-weight: 1000;
  letter-spacing: .05em;
  line-height: 1;
  text-decoration: none;
}
.language-flags :is(a, button):hover {
  border-color: var(--saffron);
  background: var(--saffron);
}

.hero { position: relative; min-height: 78svh; display: grid; align-items: end; overflow: hidden; color: white; isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 45%; z-index: -2; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(10,9,8,.88), rgba(10,9,8,.18) 56%, rgba(10,9,8,.6)), linear-gradient(0deg, rgba(10,9,8,.82), transparent 42%); }
.hero-copy { width: min(760px, calc(100% - 36px)); padding: 0 clamp(18px, 5vw, 62px) clamp(42px, 9vw, 92px); }
.eyebrow { margin: 0 0 14px; color: var(--saffron); font-size: .78rem; font-weight: 1000; letter-spacing: .12em; text-transform: uppercase; }
.hero h1, .section h2 { margin: 0; font-family: var(--display); font-weight: 850; line-height: .95; letter-spacing: 0; }
.hero h1 { max-width: 620px; font-size: clamp(4rem, 12vw, 8.4rem); }
.hero p:not(.eyebrow) { max-width: 580px; margin: 22px 0 0; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border: 2px solid var(--ink); border-radius: 2px; font-size: .78rem; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.button-primary { color: var(--ink); background: var(--saffron); border-color: var(--saffron); }
.button-primary:hover, .button-dark:hover { transform: translateY(-1px); }
.button-ghost { color: white; border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); }
.button-dark { color: white; background: var(--ink); }

.quick-info { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper); }
.quick-info article { min-height: 108px; padding: 22px clamp(16px, 3vw, 34px); border-right: 1px solid var(--ink); }
.quick-info article:last-child { border-right: 0; }
.quick-info span { display: block; margin-bottom: 8px; color: var(--tomato); font-size: .73rem; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.quick-info strong { font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.05; }

.section { padding: clamp(64px, 10vw, 126px) clamp(18px, 5vw, 64px); }
.intro-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(280px, 1.1fr);
  gap: clamp(30px, 8vw, 110px);
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: rgba(255,253,247,.88);
}
.intro-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle, rgba(23,20,20,.2) 1px, transparent 1.6px) 0 0 / 8px 8px,
    linear-gradient(90deg, rgba(255,253,247,.92), rgba(255,253,247,.72) 48%, rgba(255,253,247,.9));
  mix-blend-mode: multiply;
  pointer-events: none;
}
.intro-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .34;
  filter: saturate(.75) contrast(1.15) blur(.2px);
  pointer-events: none;
}
.section h2 { font-size: clamp(2.4rem, 6vw, 5.7rem); }
.intro-grid > p, .section-heading > p, .reserve-copy > p, .local-copy > p { margin: 0; color: rgba(23,20,20,.72); font-size: clamp(1.02rem, 1.6vw, 1.2rem); }
.intro-grid > p {
  max-width: 720px;
  padding: clamp(16px, 2vw, 24px);
  color: rgba(23,20,20,.9);
  background: rgba(255,253,247,.72);
  border: 1px solid rgba(23,20,20,.12);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  font-weight: 900;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}

.photo-ribbon {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(330px, 25vw);
  grid-template-columns: none;
  min-height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  scroll-snap-type: x mandatory;
}
.ribbon-title {
  position: sticky;
  left: 0;
  z-index: 2;
  display: grid;
  place-items: end start;
  min-height: 330px;
  padding: 24px;
  color: var(--paper);
  background: linear-gradient(90deg, rgba(23,20,20,.92), rgba(23,20,20,.58));
  scroll-snap-align: start;
}
.ribbon-title span {
  max-width: 230px;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 850;
  line-height: .96;
}
.ribbon-title::after {
  content: "Desliza →";
  display: none;
}
.ribbon-swipe-hint { display: none; }
.photo-ribbon figure { position: relative; min-height: 330px; margin: 0; overflow: hidden; border-right: 1px solid rgba(255,253,247,.28); border-bottom: 1px solid rgba(255,253,247,.18); scroll-snap-align: start; }
.photo-ribbon img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.22) contrast(1.04); transition: transform .65s ease; }
.photo-ribbon img.no-saturate { filter: none; }
.photo-ribbon figure:hover img { transform: scale(1.05); }
.photo-ribbon figcaption { position: absolute; left: 18px; right: auto; bottom: 18px; max-width: calc(100% - 36px); padding: 9px 11px; color: var(--paper); background: rgba(23,20,20,.72); font-weight: 900; white-space: nowrap; }

.menus-section {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255,253,247,.92), rgba(255,253,247,.78) 45%, rgba(242,238,226,.92)),
    linear-gradient(0deg, rgba(231,185,71,.22), transparent 48%),
    url("/images/fondos/fondo-medio.jpg") center / cover no-repeat;
}
.section-heading { max-width: 900px; margin-bottom: 34px; }
.section-heading h2 { max-width: 780px; }
.section-heading p { max-width: 690px; margin-top: 22px; }
.menus-grid { display: grid; grid-template-columns: repeat(2, minmax(280px, 1fr)); gap: 18px; margin-bottom: 34px; }
.menu-card { min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--ink); box-shadow: 10px 10px 0 rgba(23,20,20,.12); }
.menu-card-blue { background: linear-gradient(145deg, var(--blue), #effbfb); }
.menu-card-orange { background: linear-gradient(145deg, var(--saffron), #fff1bc); }
.menu-kicker { color: rgba(23,20,20,.64); font-size: .76rem; font-weight: 1000; letter-spacing: .09em; text-transform: uppercase; }
.menu-card h3 { margin: 12px 0; font-family: var(--display); font-size: clamp(2.4rem, 6vw, 5.2rem); line-height: .92; }
.menu-card h4 { margin: 18px 0 6px; font-family: var(--display); font-size: 1.4rem; line-height: 1; }
.menu-card p { margin: 0 0 7px; color: rgba(23,20,20,.75); }
.menu-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.menu-previews {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 22px;
}
.menu-preview { position: relative; display: block; width: 100%; border: 1px solid var(--ink); background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.menu-preview span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 8px 11px;
  color: var(--paper);
  background: rgba(23,20,20,.8);
  font-size: .74rem;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.menu-preview img { width: 100%; height: auto; }

.reserve-section { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(300px, 1fr); gap: clamp(28px, 7vw, 94px); align-items: start; background: var(--ink); color: var(--paper); }
.reserve-copy { position: sticky; top: 112px; }
.reserve-copy h2 { color: var(--paper); }
.reserve-copy > p { margin-top: 22px; color: rgba(255,253,247,.68); }
.reserve-copy ul { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.reserve-copy li { padding: 12px 0; border-bottom: 1px solid rgba(255,253,247,.2); color: rgba(255,253,247,.84); }
.reservation-form { display: grid; gap: 16px; padding: clamp(20px, 4vw, 38px); color: var(--ink); background: var(--paper); box-shadow: 12px 12px 0 var(--saffron); }
.reservation-form label { display: grid; gap: 7px; color: rgba(23,20,20,.66); font-size: .76rem; font-weight: 1000; letter-spacing: .07em; text-transform: uppercase; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.reservation-form input, .reservation-form select, .reservation-form textarea { width: 100%; min-height: 46px; padding: 12px 13px; color: var(--ink); border: 1px solid rgba(23,20,20,.26); border-radius: 0; background: #fff; }
.reservation-form textarea { resize: vertical; }
.reservation-form input:focus, .reservation-form select:focus, .reservation-form textarea:focus { outline: 3px solid rgba(231,185,71,.42); border-color: var(--ink); }
.form-status { display: none; margin: 0; padding: 12px 14px; border-left: 5px solid var(--leaf); background: rgba(83,114,79,.12); color: var(--ink); }
.form-status:not(:empty) { display: block; }
.form-error { border-color: var(--tomato); background: rgba(185,73,53,.12); }

.local-section { display: grid; grid-template-columns: minmax(280px, .95fr) minmax(280px, 1.05fr); gap: clamp(28px, 7vw, 90px); align-items: center; }
.local-photo { border: 1px solid var(--ink); box-shadow: -14px 14px 0 var(--blue); overflow: hidden; }
.local-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.local-copy p:not(.eyebrow) { margin-top: 24px; }

.founder-section {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.2fr);
  gap: clamp(34px, 8vw, 110px);
  align-items: center;
  background: var(--paper);
}
.founder-photo {
  position: relative;
  width: min(420px, 100%);
  margin: 0 auto;
}
.founder-photo::before {
  content: "";
  position: absolute;
  inset: -34px;
  border: 9px dotted var(--saffron);
  border-radius: 50%;
}
.founder-photo img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 999px;
  box-shadow: var(--shadow);
}
.founder-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 7vw, 6.4rem); line-height: .96; }
.founder-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(23,20,20,.78);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
}

.reviews-section {
  background: linear-gradient(135deg, rgba(188,225,235,.26), transparent 42%), var(--saffron);
}
.reviews-heading { margin-bottom: 24px; }
.reviews-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 26px;
  padding: clamp(26px, 5vw, 58px);
  color: var(--paper);
  background: #050505;
  border-radius: 24px;
}
.review-card { display: grid; align-content: start; gap: 12px; min-height: 230px; }
.review-head { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; }
.review-avatar {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #a43bd2;
  color: white;
  font-weight: 1000;
}
.review-avatar-orange { background: #f45622; }
.review-avatar-photo { background: #315a61; }
.review-head strong { display: block; font-size: 1.03rem; }
.review-head small { display: block; color: rgba(255,253,247,.58); font-size: .9rem; }
.google-mark {
  color: #4285f4;
  font-weight: 1000;
  font-size: 1.15rem;
}
.stars { margin: 0; color: #ffc400; letter-spacing: .04em; }
.review-card p:last-child { margin: 0; color: rgba(255,253,247,.86); font-size: 1.02rem; line-height: 1.45; }
.reviews-link {
  display: table;
  margin: 22px auto 0;
  padding: 12px 18px;
  color: var(--paper);
  background: var(--ink);
  font-size: .78rem;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.instagram-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(300px, 1.18fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(44px, 7vw, 88px) clamp(18px, 5vw, 64px);
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 14% 20%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(135deg, #171414 0%, #53311f 38%, #d59a34 100%);
  border-top: 1px solid var(--ink);
}
.instagram-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255,253,247,.18) 1px, transparent 1.6px) 0 0 / 9px 9px,
    linear-gradient(120deg, transparent 0 54%, rgba(188,225,235,.28) 54% 58%, transparent 58% 100%);
  mix-blend-mode: screen;
  opacity: .72;
  pointer-events: none;
}
.instagram-copy {
  position: relative;
  z-index: 1;
}
.instagram-copy .eyebrow { color: var(--blue); }
.instagram-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 6.8vw, 6.2rem);
  line-height: .96;
}
.instagram-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255,253,247,.78);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}
.instagram-button {
  margin-top: 28px;
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}
.instagram-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 250px);
  gap: 16px;
  overflow-x: auto;
  padding: 12px 0 20px;
  scroll-snap-type: x mandatory;
}
.instagram-strip a {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255,253,247,.45);
  border-radius: 24px;
  background: rgba(255,253,247,.12);
  box-shadow: 0 20px 60px rgba(0,0,0,.26);
  scroll-snap-align: start;
}
.instagram-strip a::after {
  content: "@dos_balcones";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  color: var(--paper);
  background: rgba(23,20,20,.74);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 1000;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.instagram-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.instagram-strip a:hover img { transform: scale(1.06); }
.instagram-single {
  justify-content: end;
  overflow: visible;
}
.instagram-single a {
  width: min(330px, 100%);
  min-height: 420px;
}

.footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
  padding: 30px clamp(18px, 5vw, 58px) 24px;
  color: rgba(255,253,247,.72);
  background: var(--ink);
  border-top: 1px solid rgba(255,253,247,.18);
}
.footer p { max-width: 330px; margin: 10px 0 0; line-height: 1.45; }
.footer address, .social-links { display: grid; align-content: center; gap: 10px; font-style: normal; }
.footer a { display: inline-flex; align-items: center; gap: 10px; }
.footer a:hover { color: var(--saffron); }
.footer-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: var(--paper);
  border-radius: 50%;
}
.footer-mark { margin-bottom: 14px; background: var(--paper); color: var(--ink); }
.footer-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--ink);
  background: var(--saffron);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 1000;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,253,247,.14);
  color: rgba(255,253,247,.54);
  font-size: .86rem;
}
.footer-legal a { text-decoration: underline; text-underline-offset: 4px; }
.footer-job-button {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  padding: 0;
  color: rgba(255,253,247,.72);
  border: 0;
  background: transparent;
  cursor: pointer;
}
.footer-job-button::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--ink);
  background: var(--saffron);
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 1000;
}
.footer-job-button:hover { color: var(--saffron); }

.legal-page {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 64px);
}
.legal-page h1 {
  margin: 0 0 24px;
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: .95;
}
.legal-page section { margin-top: 34px; }
.legal-page h2 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.05;
}
.legal-page p, .legal-page li { color: rgba(23,20,20,.75); font-size: 1.05rem; }
.legal-page a { color: var(--tomato); text-decoration: underline; text-underline-offset: 4px; }
.legal-page ul { display: grid; gap: 8px; padding-left: 22px; }

.cookie-banner {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 80;
  display: none;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(720px, calc(100% - 28px));
  padding: 16px;
  color: var(--paper);
  background: rgba(23,20,20,.96);
  border: 1px solid rgba(255,253,247,.24);
  box-shadow: 0 18px 70px rgba(0,0,0,.34);
}
.cookie-banner.is-visible { display: grid; }
.cookie-banner p { margin: 0; color: rgba(255,253,247,.84); }
.cookie-banner div { display: flex; gap: 10px; }
.cookie-banner .button { min-height: 40px; padding: 9px 14px; }
.cookie-secondary { color: var(--paper); border-color: rgba(255,253,247,.45); background: transparent; }

.job-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 18px;
}
.job-modal[aria-hidden="false"] { display: grid; }
.job-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23,20,20,.68);
  backdrop-filter: blur(10px);
}
.job-dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: min(760px, calc(100svh - 36px));
  overflow-y: auto;
  padding: clamp(22px, 4vw, 38px);
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 var(--saffron);
}
.job-dialog h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  line-height: .96;
}
.job-dialog > p:not(.eyebrow) { margin: 18px 0 0; color: rgba(23,20,20,.72); }
.job-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(23,20,20,.18);
  background: var(--paper);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}
.job-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.job-form label {
  display: grid;
  gap: 7px;
  color: rgba(23,20,20,.66);
  font-size: .76rem;
  font-weight: 1000;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.job-form input,
.job-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  border: 1px solid rgba(23,20,20,.26);
  background: #fff;
}
.job-form input[type="file"] {
  padding: 10px;
  background: rgba(231,185,71,.12);
}
.has-modal { overflow: hidden; }

@media (max-width: 920px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 12px;
    min-height: auto;
    padding: 10px 14px;
  }
  .brand {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    font-size: clamp(.98rem, 4.8vw, 1.05rem);
  }
  .brand-logo { width: 40px; height: 40px; }
  .language-flags {
    order: 2;
    margin-left: auto;
    gap: 5px;
  }
  .language-flags :is(a, button) {
    min-height: 26px;
    padding: 3px 5px;
    font-size: .62rem;
  }
  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: .62rem;
    letter-spacing: .055em;
    white-space: nowrap;
  }
  .main-nav a {
    flex: 0 0 auto;
    padding: 7px 9px;
    border: 1px solid rgba(23,20,20,.16);
    background: rgba(255,253,247,.72);
  }
  .quick-info, .intro-grid, .menus-grid, .menu-previews, .reserve-section, .local-section, .founder-section, .reviews-panel, .instagram-section, .footer { grid-template-columns: 1fr; }
  .quick-info article { border-right: 0; border-bottom: 1px solid var(--ink); }
  .quick-info article:last-child { border-bottom: 0; }
  .reserve-copy { position: static; }
  .photo-ribbon { grid-auto-columns: minmax(210px, 60vw); }
  .photo-ribbon > * { scroll-snap-align: start; }
  .ribbon-title {
    position: relative;
    min-height: 220px;
    padding: 16px;
    align-self: stretch;
  }
  .photo-ribbon figure { min-height: 280px; }
}

@media (max-width: 620px) {
  .main-nav {
    display: flex;
    flex-wrap: nowrap;
  }
  .hero { min-height: 74svh; }
  .hero-copy { width: 100%; }
  .hero-actions, .form-pair, .menu-columns { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .photo-ribbon { grid-auto-columns: 68vw; }
  .ribbon-title {
    position: relative;
    min-height: 280px;
    width: 34vw;
    max-width: none;
    padding: 14px 10px 14px 16px;
    place-items: center start;
    background: linear-gradient(90deg, rgba(23,20,20,.9), rgba(23,20,20,.3));
  }
  .ribbon-title span {
    max-width: 96px;
    font-size: clamp(1.15rem, 5.7vw, 1.65rem);
  }
  .ribbon-title::after {
    position: absolute;
    content: "← Desliza";
    right: -72px;
    bottom: 18px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    color: var(--ink);
    background: var(--saffron);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0,0,0,.26);
    font-size: .6rem;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
    animation: swipeCue 1.35s ease-in-out infinite;
  }
  .photo-ribbon figure { min-height: 280px; }
  .photo-ribbon figcaption { left: 12px; bottom: 12px; max-width: calc(100% - 24px); font-size: .88rem; }
  .instagram-strip { grid-auto-columns: 72vw; }
  .instagram-single { justify-content: start; }
  .instagram-single a { width: 72vw; min-height: 360px; }
  .reservation-form { box-shadow: 7px 7px 0 var(--saffron); }
  .footer { gap: 18px; padding: 26px 20px 20px; }
  .footer address, .social-links { align-content: start; }
  .footer-legal { justify-content: flex-start; }
  .cookie-banner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .cookie-banner div { display: grid; grid-template-columns: 1fr 1fr; }
  .job-dialog { box-shadow: 7px 7px 0 var(--saffron); }
}

@keyframes swipeCue {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(12px); }
}
