/* Gastronomía — page-specific styles */
.btn-sm{padding:.65rem 1.4rem;font-size:.8rem;}
/* ══════════════════════════════════════
   BACK TO TOP
   ══════════════════════════════════════ */
.back-top {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 90;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(28,28,28,.85); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7);
  transition: opacity .3s, transform .3s, background .25s;
  opacity: 0; pointer-events: none;
  cursor: pointer;
}
.back-top.show { opacity: 1; pointer-events: auto; }
.back-top:hover { background: var(--amber); color: white; border-color: var(--amber); transform: translateY(-2px); }
.back-top svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }


/* ══════════════════════════════════════
   HERO — con mini booking responsive
   ══════════════════════════════════════ */
.gast-hero {
  position: relative; min-height: 88vh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  overflow: hidden; background: var(--carbon);
  padding-bottom: 3rem;
}
.gast-hero__bg {
  position: absolute; inset: 0; overflow: hidden; opacity: .48;
}
.gast-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.gast-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,28,28,.2) 0%, rgba(28,28,28,.5) 60%, rgba(28,28,28,.9) 100%);
}
.gast-hero__content {
  position: relative; z-index: 2;
  text-align: center; padding: 5rem 2rem 2rem; max-width: 820px; width: 100%;
}
.gast-hero__eyebrow { font-size: .75rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: var(--amber-light); margin-bottom: 1rem; }
.gast-hero__title { color: white; margin-bottom: 1rem; }
.gast-hero__title em { font-style: italic; color: var(--amber-light); }
.gast-hero__sub { font-size: clamp(.95rem,1.8vw,1.1rem); font-weight: 300; color: rgba(255,255,255,.68); margin-bottom: 2.2rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ── Booking bar ─────────────────────────────────────────────────
   En WordPress este bloque se reemplaza con el shortcode:
   <?php echo do_shortcode(
     '[mphb_availability_search adults="2" class="gast-mphb-booking"]'
   ); ?>
   Los estilos de .gast-hero__booking aplican como override al
   output de MotoPress via la clase .gast-mphb-booking,
   integrando el plugin al diseño sin tocar su PHP.
   ──────────────────────────────────────────────────────────── */
.gast-hero__booking {
  position: relative; z-index: 2;
  background: rgba(255,255,255,.09); backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.13); border-radius: 8px;
  padding: 1.3rem 1.5rem;
  max-width: 700px; width: 90vw;
  /* Flex row en desktop */
  display: flex; align-items: flex-end; gap: .9rem;
}
.gast-hero__book-field {
  flex: 1; min-width: 0; display: flex; flex-direction: column; gap: .3rem;
}
.gast-hero__book-label {
  font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.55); white-space: nowrap;
}
.gast-hero__book-input {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 4px;
  padding: .65rem .9rem; color: white; font-family: var(--font-body); font-size: .88rem;
  outline: none; transition: border-color .3s; width: 100%;
  -webkit-appearance: none;
}
.gast-hero__book-input:focus { border-color: var(--amber); }
.gast-hero__book-input::placeholder { color: rgba(255,255,255,.38); }
.gast-hero__book-input option { color: var(--carbon); background: white; }
.gast-hero__book-btn {
  flex-shrink: 0;
  background: var(--amber); color: white;
  font-family: var(--font-body); font-size: .82rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  padding: .68rem 1.6rem; border-radius: 4px;
  transition: background .3s, transform .3s;
  white-space: nowrap; display: inline-flex; align-items: center;
}
.gast-hero__book-btn:hover { background: var(--copper); transform: translateY(-1px); }

.gast-hero__trust {
  position: relative; z-index: 2; margin-top: 1.1rem;
  display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap;
}
.gast-hero__trust span { font-size: .75rem; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: .35rem; }
.gast-hero__trust svg  { width: 13px; height: 13px; stroke: var(--amber-light); fill: none; stroke-width: 2; }


/* ══════════════════════════════════════
   HORARIOS — strip compacto
   ══════════════════════════════════════ */
.gast-hours { background: var(--carbon); border-bottom: 1px solid rgba(255,255,255,.06); }
.gast-hours__inner {
  max-width: var(--container); margin: 0 auto; padding: 0 2rem;
  display: grid; grid-template-columns: repeat(4,1fr);
}
.gast-hours__block {
  padding: 1.8rem 1.5rem; border-right: 1px solid rgba(255,255,255,.06);
  display: flex; flex-direction: column; gap: .4rem; transition: background .25s;
}
.gast-hours__block:last-child { border-right: none; }
.gast-hours__block:hover { background: rgba(255,255,255,.03); }
.gast-hours__service { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--amber-light); }
.gast-hours__name { font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; color: white; line-height: 1.15; }
.gast-hours__time { font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.65); letter-spacing: .02em; }
.gast-hours__note { font-size: .75rem; color: var(--stone-light); margin-top: .2rem; }
.gast-hours__badge {
  display: inline-flex; align-items: center; gap: .3rem; margin-top: .4rem;
  font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: .18rem .6rem; border-radius: 3px;
  background: rgba(58,107,53,.18); color: rgba(74,138,66,.9); border: 1px solid rgba(58,107,53,.3);
}


/* ══════════════════════════════════════
   CONCEPTO
   ══════════════════════════════════════ */
.gast-concepto { background: var(--warm-white); }
.gast-concepto__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 5rem; align-items: center; }
.gast-concepto__img-wrap { position: relative; }
.gast-concepto__img-main { border-radius: 8px; overflow: hidden; height: 500px; }
.gast-concepto__img-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gast-concepto__img-main:hover img { transform: scale(1.03); }
.gast-concepto__img-sub {
  position: absolute; bottom: -1.5rem; right: -1.5rem; width: 200px; height: 160px;
  border-radius: 8px; overflow: hidden; border: 4px solid var(--warm-white);
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.gast-concepto__img-sub img { width: 100%; height: 100%; object-fit: cover; }
.gast-concepto__text h2 { margin-bottom: 1.2rem; }
.gast-concepto__text h2 em { font-style: italic; color: var(--amber); }
.gast-concepto__text p { font-size: 1rem; color: var(--stone); line-height: 1.78; margin-bottom: 1.2rem; }
.gast-concepto__tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0 2rem; }
.gast-concepto__tag {
  font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: .3rem .85rem; border-radius: 20px;
  background: var(--cream); color: var(--stone); border: 1px solid var(--cream-dark);
}
.gast-concepto__tag--amber { background: rgba(196,129,61,.08); color: var(--copper); border-color: rgba(196,129,61,.25); }
.gast-concepto__tag--green { background: rgba(58,107,53,.07); color: var(--selva); border-color: rgba(58,107,53,.2); }


/* ══════════════════════════════════════
   DESAYUNO — carrusel
   ══════════════════════════════════════ */
.gast-breakfast {
  background: var(--carbon-soft); color: white;
  position: relative; overflow: hidden;
}
.gast-breakfast::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 700px 500px at 85% 40%, rgba(196,129,61,.07), transparent);
}
.gast-breakfast .container { position: relative; z-index: 1; }
.gast-breakfast__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }

.gast-breakfast__text .section-label { color: var(--amber-light); }
.gast-breakfast__text h2 { color: white; margin-bottom: 1rem; }
.gast-breakfast__text h2 em { font-style: italic; color: var(--amber-light); }
.gast-breakfast__text > p { color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.78; margin-bottom: 1.8rem; }

.gast-breakfast__schedule {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.3rem;
  background: rgba(196,129,61,.1); border: 1px solid rgba(196,129,61,.22);
  border-radius: 8px; gap: 1rem; flex-wrap: wrap;
}
.gast-breakfast__schedule-time { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; color: white; }
.gast-breakfast__schedule-detail { font-size: .82rem; color: rgba(255,255,255,.55); }
.gast-breakfast__included-badge {
  flex-shrink: 0; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: .35rem .9rem; border-radius: 3px; background: var(--selva); color: white;
}

.gast-breakfast__includes {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px; padding: 1.4rem 1.5rem; margin-top: 1.5rem;
}
.gast-breakfast__includes-title {
  font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--amber-light); margin-bottom: 1rem;
}
.gast-breakfast__items { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
.gast-breakfast__item { display: flex; align-items: center; gap: .5rem; font-size: .84rem; color: rgba(255,255,255,.65); }
.gast-breakfast__item::before { content: ''; flex-shrink: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--amber); }

/* ── Carrusel desayuno ─── */
.gast-carousel { position: relative; border-radius: 8px; overflow: hidden; }
.gast-carousel__track { display: flex; transition: transform .5s cubic-bezier(.4,0,.2,1); will-change: transform; }
.gast-carousel__slide { flex: 0 0 100%; overflow: hidden; position: relative; }
.gast-carousel__slide img { width: 100%; height: 420px; object-fit: cover; display: block; }

.gast-carousel__prev,
.gast-carousel__next {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(28,28,28,.65); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; color: white;
  transition: background .25s, opacity .3s; opacity: 0;
}
.gast-carousel:hover .gast-carousel__prev,
.gast-carousel:hover .gast-carousel__next { opacity: 1; }
.gast-carousel__prev { left: .8rem; }
.gast-carousel__next { right: .8rem; }
.gast-carousel__prev:hover,
.gast-carousel__next:hover { background: rgba(28,28,28,.9); }
.gast-carousel__prev svg,
.gast-carousel__next svg { width: 14px; height: 14px; stroke: white; fill: none; stroke-width: 2.5; stroke-linecap: round; }

.gast-carousel__dots {
  position: absolute; bottom: .9rem; left: 50%; transform: translateX(-50%);
  display: flex; gap: 5px; z-index: 4;
}
.gast-carousel__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.4); cursor: pointer;
  transition: background .25s, transform .25s;
}
.gast-carousel__dot.is-active { background: white; transform: scale(1.3); }

.gast-carousel__counter {
  position: absolute; top: .9rem; right: .9rem; z-index: 4;
  background: rgba(28,28,28,.65); backdrop-filter: blur(6px);
  border-radius: 20px; padding: .2rem .75rem;
  font-size: .72rem; font-weight: 600; letter-spacing: .06em; color: rgba(255,255,255,.8);
}


/* ══════════════════════════════════════
   HORARIO SEMANAL
   ══════════════════════════════════════ */
.gast-schedule { background: var(--cream); }
.gast-schedule__header { text-align: center; margin-bottom: 3rem; }
.gast-schedule__header h2 em { font-style: italic; color: var(--amber); }
.gast-schedule__header p { font-size: 1rem; color: var(--stone); margin: .7rem auto 0; max-width: 520px; }
.gast-schedule__table-wrap {
  max-width: 860px; margin: 0 auto;
  background: white; border-radius: 8px; border: 1px solid var(--cream-dark); overflow: hidden;
}
.gast-schedule__table { width: 100%; border-collapse: collapse; }
.gast-schedule__table thead tr { background: var(--carbon); }
.gast-schedule__table thead th {
  padding: .9rem 1.2rem; text-align: left;
  font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.gast-schedule__table thead th:first-child { color: var(--amber-light); }
.gast-schedule__table tbody tr { border-bottom: 1px solid var(--cream-dark); transition: background .2s; }
.gast-schedule__table tbody tr:last-child { border-bottom: none; }
.gast-schedule__table tbody tr:hover { background: var(--cream); }
.gast-schedule__table td { padding: .9rem 1.2rem; font-size: .88rem; vertical-align: middle; }
.gast-schedule__table td:first-child { font-weight: 600; color: var(--carbon); }
.gast-sched-open { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 500; color: var(--selva); }
.gast-sched-open::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--selva); }
.gast-sched-note { font-size: .72rem; color: var(--stone-light); display: block; margin-top: .12rem; }
.gast-schedule__note {
  max-width: 860px; margin: 1.2rem auto 0;
  display: flex; align-items: flex-start; gap: .7rem; padding: 1rem 1.3rem;
  background: rgba(196,129,61,.07); border: 1px solid rgba(196,129,61,.2); border-radius: 8px;
  font-size: .83rem; color: var(--stone);
}
.gast-schedule__note svg { width: 15px; height: 15px; stroke: var(--amber); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: .2rem; }


/* ══════════════════════════════════════
   CARTA + COCINA — sección unificada
   Con carrusel de platos y botón PDF discreto
   ══════════════════════════════════════ */
.gast-menu { background: var(--warm-white); }
.gast-menu__header { text-align: center; margin-bottom: 3.5rem; }
.gast-menu__header h2 em { font-style: italic; color: var(--selva); }
.gast-menu__header p { font-size: 1rem; color: var(--stone); max-width: 540px; margin: .7rem auto 0; }

/* Carrusel de platos */
.gast-menu__carousel { max-width: var(--container); margin: 0 auto 3rem; padding: 0 2rem; }
.gast-menu__carousel .gast-carousel__slide img { height: 480px; }

/* Caption del slide */
.gast-carousel__caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(28,28,28,.75));
  padding: 2rem 1.5rem .9rem;
  pointer-events: none;
}
.gast-carousel__caption-cat { font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--amber-light); display: block; margin-bottom: .2rem; }
.gast-carousel__caption-name { font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; color: white; line-height: 1.15; }

/* Cards de categoría debajo del carrusel */
.gast-menu__cats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; max-width: var(--container); margin: 0 auto; padding: 0 2rem; }
.gast-menu__cat {
  background: white; border-radius: 8px; border: 1px solid var(--cream-dark); padding: 1.5rem;
}
.gast-menu__cat-label { font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); margin-bottom: .4rem; }
.gast-menu__cat h3 { font-family: var(--font-display); font-size: 1.3rem; margin-bottom: .5rem; }
.gast-menu__cat p { font-size: .85rem; color: var(--stone); line-height: 1.6; }

/* Botón PDF — discreto, no protagonista */
.gast-menu__pdf {
  max-width: var(--container); margin: 2.5rem auto 0; padding: 0 2rem;
  display: flex; align-items: center; gap: 1rem;
}
.gast-menu__pdf-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-body); font-size: .78rem; font-weight: 500;
  color: var(--stone); letter-spacing: .04em;
  padding: .5rem .9rem; border-radius: 4px;
  border: 1px solid var(--cream-dark); background: white;
  transition: border-color .25s, color .25s;
}
.gast-menu__pdf-btn:hover { border-color: var(--stone); color: var(--carbon); }
.gast-menu__pdf-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; flex-shrink: 0; }
.gast-menu__pdf-note { font-size: .75rem; color: var(--stone-light); }


/* ══════════════════════════════════════
   FAQ
   ══════════════════════════════════════ */
.gast-faq { background: var(--cream); }
.gast-faq__header { text-align: center; margin-bottom: 3rem; }
.gast-faq__header h2 em { font-style: italic; color: var(--amber); }
.gast-faq__grid { max-width: 880px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.gast-faq__item {
  padding: 1.6rem 1.8rem; border-bottom: 1px solid var(--cream-dark);
  border-right: 1px solid var(--cream-dark); background: white; transition: background .25s;
}
.gast-faq__item:hover { background: var(--warm-white); }
.gast-faq__item:nth-child(2n)        { border-right: none; }
.gast-faq__item:nth-last-child(-n+2) { border-bottom: none; }
.gast-faq__q { display: flex; align-items: flex-start; gap: .8rem; cursor: pointer; font-size: .95rem; font-weight: 600; color: var(--carbon); }
.gast-faq__q-icon {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  background: var(--cream); border: 1px solid var(--cream-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 300; color: var(--stone-light);
  transition: background .25s, color .25s; margin-top: .1rem;
}
.gast-faq__item.open .gast-faq__q-icon { background: var(--amber); color: white; border-color: var(--amber); }
.gast-faq__a { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease; }
.gast-faq__item.open .gast-faq__a { max-height: 300px; padding-top: .9rem; }
.gast-faq__a p { font-size: .88rem; color: var(--stone); line-height: 1.7; padding-left: 2rem; }
.gast-faq__a a { color: var(--selva); text-decoration: underline; text-underline-offset: 2px; }


/* ══════════════════════════════════════
   ESPECIALES
   ══════════════════════════════════════ */
.gast-especiales { background: var(--warm-white); }
.gast-especiales__header { text-align: center; margin-bottom: 3.5rem; }
.gast-especiales__header h2 em { font-style: italic; color: var(--selva); }
.gast-especiales__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.gast-especiales__card {
  border-radius: 8px; overflow: hidden; border: 1px solid var(--cream-dark);
  background: white; display: flex; transition: box-shadow .35s;
}
.gast-especiales__card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.07); }
.gast-especiales__card-accent { width: 4px; flex-shrink: 0; }
.gast-especiales__card-accent--green  { background: var(--selva); }
.gast-especiales__card-accent--amber  { background: var(--amber); }
.gast-especiales__card-accent--blue   { background: #4a8a9e; }
.gast-especiales__card-accent--purple { background: #7a5a9e; }
.gast-especiales__card-body { padding: 1.6rem; flex: 1; }
.gast-especiales__card-icon { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.gast-especiales__card-icon svg { width: 20px; height: 20px; fill: none; stroke-width: 1.8; stroke-linecap: round; }
.icon--green  { background: rgba(58,107,53,.1);  } .icon--green svg  { stroke: var(--selva);  }
.icon--amber  { background: rgba(196,129,61,.1); } .icon--amber svg  { stroke: var(--amber);  }
.icon--blue   { background: rgba(74,138,158,.1); } .icon--blue svg   { stroke: #4a8a9e; }
.icon--purple { background: rgba(122,90,158,.1); } .icon--purple svg { stroke: #7a5a9e; }
.gast-especiales__card-body h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; color: var(--carbon); margin-bottom: .5rem; }
.gast-especiales__card-body p  { font-size: .87rem; color: var(--stone); line-height: 1.65; }
.gast-especiales__highlight {
  display: inline-block; margin-top: .8rem; font-size: .72rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; padding: .25rem .75rem; border-radius: 3px;
}
.highlight--green { background: rgba(58,107,53,.09); color: var(--selva-deep); border: 1px solid rgba(58,107,53,.2); }
.highlight--amber { background: rgba(196,129,61,.09); color: var(--copper); border: 1px solid rgba(196,129,61,.2); }


/* ══════════════════════════════════════
   VINOS & BAR
   ══════════════════════════════════════ */
.gast-vinos { background: var(--carbon-soft); }
.gast-vinos__inner { display: flex; align-items: center; gap: 5rem; flex-wrap: wrap; }
.gast-vinos__text { flex: 1; min-width: 280px; }
.gast-vinos__text .section-label { color: var(--amber-light); }
.gast-vinos__text h2 { color: white; margin-bottom: .8rem; }
.gast-vinos__text h2 em { font-style: italic; color: var(--amber-light); }
.gast-vinos__text p { color: rgba(255,255,255,.6); font-size: .95rem; line-height: 1.75; }
.gast-vinos__chips { flex: 1; min-width: 280px; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.gast-vinos__chip {
  display: flex; align-items: center; gap: .75rem;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07);
  border-radius: 8px; padding: .9rem 1.1rem; font-size: .85rem; color: rgba(255,255,255,.65);
  transition: border-color .25s, background .25s;
}
.gast-vinos__chip:hover { background: rgba(255,255,255,.09); border-color: rgba(196,129,61,.3); color: white; }
.gast-vinos__chip svg { width: 17px; height: 17px; stroke: var(--amber); fill: none; stroke-width: 1.7; flex-shrink: 0; }


/* ══════════════════════════════════════
   CTA FINAL
   ══════════════════════════════════════ */
.gast-cta-band {
  background: var(--selva-deep); text-align: center;
  padding: 5rem 2rem; position: relative; overflow: hidden;
}
.gast-cta-band__bg { position: absolute; inset: 0; overflow: hidden; opacity: .12; }
.gast-cta-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.gast-cta-band::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(45,80,22,.9) 0%, rgba(45,80,22,.95) 100%); }
.gast-cta-band__inner { position: relative; z-index: 2; }
.gast-cta-band h2 { color: white; margin-bottom: .8rem; }
.gast-cta-band p  { color: rgba(255,255,255,.65); font-size: 1.05rem; margin-bottom: 2rem; }
.gast-cta-band__btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }


/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */
@media (max-width: 1024px) {
  .gast-concepto__grid  { grid-template-columns: 1fr; gap: 3rem; }
  .gast-concepto__img-sub { display: none; }
  .gast-breakfast__grid { grid-template-columns: 1fr; gap: 3rem; }
  .gast-menu__cats      { grid-template-columns: 1fr 1fr; }
  .gast-carta__inner    { grid-template-columns: 1fr; gap: 3rem; }
  .gast-faq__grid       { grid-template-columns: 1fr; }
  .gast-faq__item       { border-right: none; }
  .gast-faq__item:nth-last-child(-n+2) { border-bottom: 1px solid var(--cream-dark); }
  .gast-faq__item:last-child  { border-bottom: none; }
  .gast-hours__inner    { grid-template-columns: 1fr 1fr; }
  .gast-hours__block:nth-child(2) { border-right: none; }
  .gast-hours__block:nth-child(3) { border-right: 1px solid rgba(255,255,255,.06); border-top: 1px solid rgba(255,255,255,.06); }
  .gast-hours__block:nth-child(4) { border-right: none; border-top: 1px solid rgba(255,255,255,.06); }
}

@media (max-width: 768px) {
  /* Booking: stack vertical */
  .gast-hero__booking   { flex-direction: column; gap: .75rem; padding: 1.1rem; }
  .gast-hero__book-field { min-width: 100%; }
  .gast-hero__book-btn  { width: 100%; justify-content: center; padding: .75rem 1.5rem; }
  .gast-hours__inner    { grid-template-columns: 1fr 1fr; }
  .gast-menu__cats      { grid-template-columns: 1fr; }
  .gast-especiales__grid { grid-template-columns: 1fr; }
  .gast-vinos__chips    { grid-template-columns: 1fr; }
  .gast-schedule__table-wrap { overflow-x: auto; }
  .gast-cta-band__btns  { flex-direction: column; align-items: center; }
  .gast-carousel__slide img { height: 280px; }
  .gast-menu__carousel .gast-carousel__slide img { height: 320px; }
  .gast-carousel__prev,
  .gast-carousel__next  { opacity: 1; } /* siempre visible en touch */
}

@media (max-width: 480px) {
  .gast-hours__inner    { grid-template-columns: 1fr; }
  .gast-hours__block    { border-right: none; border-bottom: 1px solid rgba(255,255,255,.06); }
  .gast-hours__block:last-child { border-bottom: none; }
  .gast-hero__trust     { flex-direction: column; align-items: center; gap: .7rem; }
  .gast-breakfast__items { grid-template-columns: 1fr; }
  .gast-menu__pdf       { flex-direction: column; align-items: flex-start; gap: .5rem; }
}
