/* ============================================================
   CIAO L'Aperitivo · landing
   Paleta y tipografía sacadas del cartel oficial
   ============================================================ */
:root {
  --cream: #F7F1E6;
  --cream-2: #F1E8D6;
  --red: #97191A;
  --red-bright: #B02024;
  --red-dark: #6E1214;
  --ink: #2B211C;
  --green: #4A6B3A;
  --olive: #907939;
  --script: 'Italianno', cursive;
  --cond: 'Oswald', sans-serif;
  --body: 'Lora', serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
picture { display: contents; }
img { max-width: 100%; display: block; }

body {
  font-family: var(--body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}

/* textura papel sutil */
body::before {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.55 0 0 0 0 0.45 0 0 0 0 0.35 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}
body > * { position: relative; z-index: 1; }

/* ---------- botones ---------- */
.btn {
  display: inline-block;
  font-family: var(--cond);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--red);
  color: var(--cream);
  border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 4px 0 var(--red-dark);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--red-dark); background: var(--red-bright); }
.btn:active { transform: translateY(1px); box-shadow: 0 2px 0 var(--red-dark); }
.btn-big { font-size: 1.05rem; padding: 1.05em 2.6em; }
.btn-small { font-size: .8rem; padding: .6em 1.5em; }
.btn-cream { background: var(--cream); color: var(--red); box-shadow: 0 4px 0 rgba(0,0,0,.25); }
.btn-cream:hover { background: #fff; }

/* ---------- topbar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(166, 35, 40, .15);
}
.glg-strip {
  display: block;
  padding: .5rem 0;
  background: var(--ink);
  text-decoration: none;
  transition: opacity .2s ease;
}
.glg-strip:hover { opacity: .82; }
.glg-strip-inner {
  max-width: 1080px; margin: 0 auto;
  padding: 0 1.3rem;
  display: flex; align-items: center;
  gap: .7rem;
}
.glg-strip-label {
  font-family: var(--cond);
  font-size: .66rem; font-weight: 400;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(247, 241, 230, .6);
}
.glg-strip-logo { height: 30px; width: auto; display: block; }
@media (max-width: 480px) {
  .glg-strip-logo { height: 26px; }
  .glg-strip-label { font-size: .6rem; letter-spacing: .16em; }
}
.topbar-inner {
  max-width: 1080px; margin: 0 auto;
  padding: .55rem 1.25rem;
  display: flex; align-items: center; justify-content: space-between;
}
.topbar-logo-img { height: 46px; width: auto; display: block; padding: 2px 0; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: clamp(3.5rem, 9vw, 7rem) 1.25rem clamp(4rem, 9vw, 7rem);
  text-align: center;
}
.hero-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 2; }

.hero-kicker {
  font-family: var(--cond);
  font-size: clamp(.72rem, 1.6vw, .88rem);
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .75;
}
.hero-logo { margin-top: 2.2rem; }
.hero-logo img {
  width: min(520px, 78vw);
  height: auto;
  margin: 0 auto;
  display: block;
}
.squiggle { color: var(--red); width: min(220px, 55%); margin: 1.4rem auto 0; }
.squiggle svg { width: 100%; height: 12px; display: block; }

.hero-claim {
  font-size: clamp(1.05rem, 2.6vw, 1.3rem);
  max-width: 34em;
  margin: 1.6rem auto 0;
}

.hero-price {
  display: inline-flex; flex-direction: column; align-items: center;
  margin-top: 2rem;
  padding: 1.1rem 2.2rem;
  border: 2px solid var(--red);
  border-radius: 50%;
  transform: rotate(-3deg);
  background: var(--cream);
}
.price-num {
  font-family: var(--cond);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 2.6rem);
  line-height: 1;
  color: var(--red);
}
.price-label {
  font-family: var(--cond);
  font-size: .78rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  margin-top: .3rem;
}

.hero .btn-big { margin-top: 2.2rem; }
.hero-meta {
  font-family: var(--cond);
  font-size: .85rem; font-weight: 400;
  letter-spacing: .18em; text-transform: uppercase;
  margin-top: 1.4rem;
  color: var(--ink); opacity: .8;
}

/* decoración de tomates estilo cartel */
.hero-deco { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.deco { position: absolute; }
.tomato-whole { width: clamp(64px, 9.5vw, 130px); }
.tomato-slice { width: clamp(50px, 7vw, 95px); }
.basil { width: clamp(46px, 6.5vw, 88px); }
.olive { width: clamp(32px, 4vw, 54px); }
.d-1 { top: 5%;  left: 2.5%; transform: rotate(-14deg); }
.d-2 { top: 36%; left: 4%;   transform: rotate(18deg); }
.d-3 { top: 62%; left: 2%;   transform: rotate(35deg); }
.d-4 { top: 85%; left: 7%;   transform: rotate(-10deg); }
.d-5 { top: 6%;  right: 3%;  transform: rotate(-30deg); }
.d-6 { top: 34%; right: 2.5%; transform: rotate(12deg); }
.d-7 { top: 54%; right: 2.5%; transform: rotate(16deg); }
.d-8 { top: 83%; right: 6%;  transform: rotate(-22deg); }

/* ---------- títulos de sección ---------- */
.sec-title {
  font-family: var(--cond);
  font-weight: 500;
  font-size: clamp(1.7rem, 4.5vw, 2.6rem);
  text-transform: uppercase;
  letter-spacing: .06em;
  text-align: center;
  color: var(--red);
}
.sec-title em { font-family: var(--script); font-style: normal; font-size: 1.5em; text-transform: none; letter-spacing: 0; vertical-align: -8%; }

/* ---------- qué incluye ---------- */
.includes { padding: clamp(3rem, 7vw, 5.5rem) 1.25rem; max-width: 1080px; margin: 0 auto; }
.includes-grid {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media (min-width: 1000px) { .includes-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 560px) { .includes-grid { grid-template-columns: 1fr; } }
.inc-card {
  background: var(--cream-2);
  border: 1.5px solid rgba(151, 25, 26, .22);
  border-radius: 14px;
  padding: 1.6rem 1.4rem 1.5rem;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.inc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(151, 25, 26, .14);
}
.inc-num {
  position: absolute;
  top: .4rem; right: .9rem;
  font-family: var(--cond); font-weight: 600;
  font-size: 3.4rem; line-height: 1;
  color: rgba(151, 25, 26, .13);
  pointer-events: none;
}
.inc-icon {
  width: 66px; height: 66px;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid rgba(151, 25, 26, .35);
  display: grid;
  place-items: center;
  color: var(--red);
}
.inc-icon svg { width: 38px; height: 38px; }
.inc-card h3 {
  font-family: var(--cond); font-weight: 500;
  font-size: 1.15rem; text-transform: uppercase; letter-spacing: .05em;
  margin-top: 1.1rem;
}
.inc-card p { font-size: .95rem; margin-top: .55rem; }

/* ---------- menú ---------- */
.menu-sec { padding: clamp(2rem, 5vw, 4rem) 1.25rem; }
.menu-card {
  max-width: 900px; margin: 0 auto;
  background: var(--cream);
  border: 2px solid var(--red);
  outline: 2px solid var(--red);
  outline-offset: 5px;
  border-radius: 4px;
  padding: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}
.menu-kicker {
  font-family: var(--script);
  font-size: clamp(2.4rem, 6vw, 3.4rem);
  line-height: 1;
  color: var(--red);
}
.menu-title {
  font-family: var(--cond); font-weight: 500;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  text-transform: uppercase; letter-spacing: .1em;
  margin-top: .4rem;
}
.menu-cols {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.6rem 2.4rem;
  text-align: left;
}
.menu-block h3 {
  font-family: var(--cond); font-weight: 500;
  font-size: 1.02rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--red-dark);
  border-bottom: 1px dashed rgba(166, 35, 40, .4);
  padding-bottom: .4rem;
}
.menu-block p { font-size: .93rem; margin-top: .5rem; }
.menu-note { font-style: italic; opacity: .75; }

/* ---------- foto / manifiesto ---------- */
.mood { position: relative; margin: clamp(2.5rem, 6vw, 5rem) 0; }
.mood img { width: 100%; height: clamp(320px, 55vw, 520px); object-fit: cover; }
.mood-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(43, 20, 16, .25), rgba(43, 20, 16, .55));
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem;
}
.mood-quote {
  font-family: var(--body); font-style: italic;
  font-size: clamp(1.5rem, 4.5vw, 2.6rem);
  color: var(--cream);
  text-align: center;
  text-shadow: 0 2px 18px rgba(0,0,0,.45);
  max-width: 18em;
}

/* ---------- galería ---------- */
.gallery { padding: clamp(3rem, 7vw, 5.5rem) 1.25rem 0; max-width: 1020px; margin: 0 auto; }
.gal-grid {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 3vw, 2.2rem);
}
@media (max-width: 640px) {
  .gal-grid { grid-template-columns: 1fr; gap: 1.6rem; max-width: 440px; margin-left: auto; margin-right: auto; }
  .gal-item:nth-child(odd)  { transform: rotate(-1deg); }
  .gal-item:nth-child(even) { transform: rotate(1deg); }
}
.gal-item {
  margin: 0;
  background: #fffdf8;
  padding: .55rem;
  border: 1px solid rgba(43, 33, 28, .12);
  box-shadow: 0 10px 26px rgba(43, 33, 28, .16);
  transition: transform .25s ease;
}
.gal-item:nth-child(odd)  { transform: rotate(-1.4deg); }
.gal-item:nth-child(even) { transform: rotate(1.2deg); }
.gal-item:hover { transform: rotate(0) scale(1.02); }
.gal-item img { width: 100%; height: auto; }
.gal-item figcaption {
  font-family: var(--script);
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  color: var(--red);
  text-align: center;
  padding: .35rem 0 .5rem;
  line-height: 1.1;
}

/* ---------- fechas ---------- */
.dates { padding: clamp(3rem, 7vw, 5.5rem) 1.25rem; max-width: 1080px; margin: 0 auto; text-align: center; }
.dates-sub { margin-top: .8rem; font-size: .95rem; opacity: .8; }
.dates-grid {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .9rem;
  max-width: 900px; margin-left: auto; margin-right: auto;
}
@media (max-width: 760px) { .dates-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .dates-grid { grid-template-columns: repeat(2, 1fr); } }
.chip-last { border-style: dashed; border-width: 2px; }
.date-chip {
  display: flex; flex-direction: column; align-items: center;
  text-decoration: none;
  background: var(--cream-2);
  color: var(--ink);
  border: 1.5px solid rgba(166, 35, 40, .35);
  border-radius: 12px;
  padding: 1rem .5rem 1.1rem;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.date-chip:hover {
  transform: translateY(-3px);
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 8px 20px rgba(166, 35, 40, .3);
}
.date-chip:hover .chip-dow, .date-chip:hover .chip-day, .date-chip:hover .chip-mon { color: var(--cream); }
.chip-dow { font-family: var(--cond); font-size: .72rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--red); }
.chip-day { font-family: var(--cond); font-size: 2.4rem; font-weight: 600; line-height: 1.1; color: var(--ink); }
.chip-mon { font-family: var(--cond); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); opacity: .75; }
.dates-more { margin-top: 1.8rem; font-size: .95rem; }
.dates-more a { color: var(--red); font-weight: 500; }

/* ---------- palco ---------- */
.palco { background: var(--red); color: var(--cream); padding: clamp(3.5rem, 8vw, 6rem) 1.25rem; text-align: center; }
.palco-kicker { font-family: var(--cond); font-size: .82rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; opacity: .85; }
.palco-title { font-family: var(--script); font-weight: 400; font-size: clamp(3.4rem, 9vw, 5.5rem); line-height: 1; margin-top: .8rem; }
.palco-text { max-width: 36em; margin: 1.4rem auto 0; font-size: 1.02rem; opacity: .95; }
.palco-price { font-family: var(--cond); text-transform: uppercase; letter-spacing: .14em; font-size: 1rem; margin-top: 1.6rem; }
.palco-price strong { font-size: 2.2rem; letter-spacing: .02em; display: inline-block; margin-left: .3rem; }
.palco .btn { margin-top: 1.8rem; }
.palco-alt { margin-top: 1.4rem; font-size: .92rem; opacity: .9; }
.palco-alt a { color: var(--cream); }

/* ---------- práctico ---------- */
.practical { padding: clamp(3rem, 7vw, 5.5rem) 1.25rem; max-width: 1080px; margin: 0 auto; }
.prac-grid {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  max-width: 900px;
  margin-left: auto; margin-right: auto;
}
.prac-item {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  background: var(--cream-2);
  border: 1.5px solid rgba(151, 25, 26, .22);
  border-radius: 14px;
  padding: 1.35rem 1.4rem;
}
.prac-icon {
  flex-shrink: 0;
  width: 62px; height: 62px;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid rgba(151, 25, 26, .35);
  display: grid;
  place-items: center;
  color: var(--red);
}
.prac-icon svg { width: 34px; height: 34px; }
.prac-item h3 { font-family: var(--cond); font-weight: 500; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .06em; color: var(--red-dark); margin-top: .2rem; }
.prac-item p { font-size: .95rem; margin-top: .45rem; }
@media (max-width: 700px) {
  .prac-grid { grid-template-columns: 1fr; }
  .prac-icon { width: 54px; height: 54px; }
  .prac-icon svg { width: 30px; height: 30px; }
}

/* ---------- FAQ ---------- */
.faq { padding: 0 1.25rem clamp(3rem, 7vw, 5rem); max-width: 720px; margin: 0 auto; }
.faq details {
  border-bottom: 1px solid rgba(166, 35, 40, .25);
  padding: 1rem 0;
}
.faq details:first-of-type { margin-top: 2.2rem; border-top: 1px solid rgba(166, 35, 40, .25); }
.faq summary {
  font-family: var(--cond); font-weight: 500;
  font-size: 1.05rem;
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.4rem; color: var(--red); transition: transform .2s ease; flex-shrink: 0; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin-top: .8rem; font-size: .95rem; }

/* ---------- CTA final ---------- */
.final-cta { text-align: center; padding: clamp(3rem, 8vw, 5.5rem) 1.25rem; }
.final-postal {
  width: min(460px, 86vw);
  height: auto;
  margin: 0 auto;
  display: block;
  transform: rotate(-2.5deg);
  border: 1px solid rgba(43, 33, 28, .12);
  box-shadow: 0 14px 34px rgba(43, 33, 28, .22);
  transition: transform .25s ease;
}
.final-postal:hover { transform: rotate(0) scale(1.02); }
.final-text { font-style: italic; font-size: 1.15rem; margin-top: 1.8rem; }
.final-cta .btn { margin-top: 1.4rem; }

/* ---------- footer ---------- */
.footer {
  background: var(--ink); color: var(--cream);
  text-align: center;
  padding: 3rem 1.25rem 2.4rem;
  font-size: .88rem;
}
.footer a { color: var(--cream); }
.foot-glg { display: inline-block; }
.foot-glg img {
  height: 40px; width: auto;
  opacity: .92;
  transition: opacity .2s ease;
}
.foot-glg:hover img { opacity: 1; }
.foot-brand {
  max-width: 40em; margin: 1.1rem auto 0;
  opacity: .82;
}
.foot-contact { margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; align-items: center; }
.foot-contact a { text-decoration: none; border-bottom: 1px solid rgba(247,241,230,.35); padding-bottom: 1px; }
.foot-contact a:hover { border-color: var(--cream); }
.foot-sep { opacity: .4; }
.foot-legal-links {
  margin-top: 1.6rem;
  display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; justify-content: center;
  font-family: var(--cond);
  font-size: .78rem; letter-spacing: .04em; text-transform: uppercase;
}
.foot-legal-links a { opacity: .72; text-decoration: none; transition: opacity .2s ease; }
.foot-legal-links a:hover { opacity: 1; }
.foot-legal { margin-top: 1.8rem; opacity: .5; font-size: .78rem; }

/* ---------- modal reserva Fourvenues ---------- */
.fv-modal { position: fixed; inset: 0; z-index: 200; }
.fv-modal[hidden] { display: none; }
.fv-backdrop {
  position: absolute; inset: 0;
  background: rgba(43, 33, 28, .62);
  backdrop-filter: blur(3px);
}
.fv-panel {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: min(480px, calc(100vw - 2rem));
  height: min(760px, calc(100dvh - 3rem));
  background: var(--cream);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .4);
  display: flex; flex-direction: column;
  overflow: hidden;
  animation: fv-in .25s ease;
}
@keyframes fv-in { from { opacity: 0; transform: translate(-50%, -47%); } }
.fv-close {
  position: absolute; top: .5rem; right: .5rem; z-index: 3;
  width: 40px; height: 40px;
  border: 0; border-radius: 50%;
  background: var(--red); color: var(--cream);
  font-size: 1.5rem; line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  transition: background .15s ease;
}
.fv-close:hover { background: var(--red-bright); }
.fv-spinner {
  position: absolute; left: 50%; top: 50%; z-index: 1;
  width: 44px; height: 44px;
  margin: -22px 0 0 -22px;
  border: 4px solid rgba(151, 25, 26, .2);
  border-top-color: var(--red);
  border-radius: 50%;
  animation: fv-spin .8s linear infinite;
}
@keyframes fv-spin { to { transform: rotate(360deg); } }
.fv-frame { flex: 1; width: 100%; border: 0; position: relative; z-index: 2; background: transparent; }
.fv-external {
  display: block;
  text-align: center;
  font-family: var(--cond);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .7rem;
  color: var(--red);
  background: var(--cream-2);
  text-decoration: none;
}
@media (max-width: 640px) {
  .fv-panel { width: 100vw; height: 100dvh; border-radius: 0; left: 0; top: 0; transform: none; }
  @keyframes fv-in { from { opacity: 0; transform: translateY(3%); } }
}

/* ---------- reveals ---------- */
.reveal, .inc-card, .menu-block, .date-chip, .prac-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.gal-item { opacity: 0; transition: opacity .7s ease, transform .25s ease; }
.gal-item.in { opacity: 1; }
.reveal.in, .inc-card.in, .menu-block.in, .date-chip.in, .prac-item.in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .14s; }
.reveal:nth-child(4) { transition-delay: .2s; }
.reveal:nth-child(5) { transition-delay: .26s; }
.reveal:nth-child(6) { transition-delay: .32s; }
.reveal:nth-child(7) { transition-delay: .38s; }
.reveal:nth-child(8) { transition-delay: .44s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .inc-card, .menu-block, .date-chip, .prac-item { opacity: 1; transform: none; transition: none; }
  .gal-item { opacity: 1; transition: none; }
}

/* ---------- móvil ---------- */
@media (max-width: 640px) {
  .br-desk { display: none; }
  .d-2, .d-4, .d-6, .d-8 { display: none; }
  .hero-deco .deco { opacity: .85; }
  .d-1 { top: 1%; left: 3%; width: 54px; }
  .d-3 { top: 70%; left: 3%; }
  .d-5 { top: 2.5%; right: 3%; width: 46px; }
  .d-7 { top: 55%; right: 3%; width: 60px; }
  .menu-card { outline-offset: 4px; }
}
