:root{
  --site-paper:#f2f0ed;
  --site-red:#ef1423;
  --site-black:#050505;
  --topbar-height:46px;
}

.top-bar{
  min-height:var(--topbar-height);
  background:var(--site-red);
  color:#fff;
  position:relative;
  z-index:70;
}

.top-bar__inner{
  width:min(calc(100% - 64px),1760px);
  min-height:var(--topbar-height);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(18px,2.4vw,42px);
  white-space:nowrap;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  line-height:1.3;
}

.top-bar a{transition:opacity .2s ease}
.top-bar a:hover{opacity:.72}
.top-bar__star{font-size:13px;color:#fff;opacity:.72}

.site-header{
  width:min(calc(100% - 64px),1760px);
  height:104px;
  margin:0 auto;
  padding:0;
  display:grid;
  grid-template-columns:minmax(300px,1fr) auto minmax(150px,1fr);
  align-items:center;
  gap:clamp(30px,4vw,76px);
  position:relative;
  z-index:75;
  isolation:isolate;
  background:var(--site-black);
  color:#f5f2ee;
  border-bottom:1px solid rgba(255,255,255,.1);
  box-shadow:0 0 0 100vmax var(--site-black);
  clip-path:inset(0 -100vmax);
}

.site-header.menu-open{
  clip-path:none;
}

.site-header .brand{justify-self:start}
.site-header .main-nav{justify-self:center}
.site-header .header-cta{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.site-header .header-call{
  background:transparent;
  border:1px solid rgba(255,255,255,.46);
  color:#fff;
}
.site-header .header-call svg{
  width:16px;
  height:16px;
  fill:currentColor;
}
.site-header .menu-toggle{display:none}

body.inner-page{
  --paper:var(--site-paper);
  --paper-soft:var(--site-paper);
  background:var(--site-paper);
}

body.menu-page{
  --menu-cream:var(--site-paper);
  --menu-paper:var(--site-paper);
  background:var(--site-paper);
}

.menu-directory,.menu-content,.event-intro{background:var(--site-paper)}

/* Aire vertical para titulares en caja natural (Cormorant). */
.hero h1{line-height:1.05}
.section-heading h2,.menu-intro h2,.about-copy h2,.location-section h2{line-height:1.08}
.menu-hero h1{line-height:1.02}
.food-heading h2,.compact-heading h2{line-height:1.05}
.inner-hero h1,.article-hero h1{line-height:1.05}
.editorial-heading h2,.story-copy h2,.cta-panel h2,.empty-state h2{line-height:1.08}
.event-feature-copy h2{line-height:1.05}
.article-next strong{line-height:1.08}

.mobile-nav-panel{display:none}

.home-band{
  position:relative;
  isolation:isolate;
}

.home-band::before{
  content:"";
  position:absolute;
  inset:0 calc(50% - 50vw);
  z-index:-1;
  background:var(--band-bg,var(--site-black));
  pointer-events:none;
}

.home-paper{
  --band-bg:var(--site-paper);
  color:#111;
}

.home-dark{--band-bg:var(--site-black);color:#fff}
.home-red{--band-bg:var(--site-red);color:#fff}

.home-paper.categories-section,
.home-paper.menu-section,
.home-paper.about-section{border-color:rgba(5,5,5,.16)}

.home-paper .section-heading>p,
.home-paper .menu-intro>p,
.home-paper .about-copy p{color:#625e59}

.home-paper .menu-group{border-top-color:rgba(5,5,5,.28)}
.home-paper .menu-group-title{
  display:flex;
  align-items:baseline;
  gap:18px;
  margin:8px 0 28px;
  padding:22px 24px;
  background:#050505;
  color:#fff;
  border-radius:4px;
}
.home-paper .menu-group-title span{
  color:#fff;
  font-family:"Cormorant Garamond",Garamond,Georgia,serif;
  font-size:clamp(30px,8vw,42px);
  font-weight:700;
  letter-spacing:-.015em;
  line-height:.85;
}
.home-paper .menu-group-title h3{
  color:#fff;
  font-family:"Cormorant Garamond",Garamond,Georgia,serif;
  font-size:clamp(28px,7.5vw,40px);
  letter-spacing:-.035em;
  line-height:.9;
}
.home-paper .menu-item{border-top-color:rgba(5,5,5,.11)}
.home-paper .menu-item p{color:#66615c}
.home-paper .menu-item h4{
  font-family:"Cormorant Garamond",Garamond,Georgia,serif;
  font-size:clamp(20px,4.8vw,26px);
  line-height:1.05;
  letter-spacing:-.015em;
  
  font-weight:700;
  margin:0 0 8px;
}
.home-paper .menu-item strong{
  color:var(--site-red);
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  font-size:clamp(16px,1.4vw,18px);
  font-weight:800;
  letter-spacing:.01em;
  white-space:nowrap;
}

.menu-columns--compact{
  gap:48px 72px;
}
.menu-item.menu-item--compact{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
  text-decoration:none;
  color:inherit;
  transition:color .2s ease;
}
.menu-item.menu-item--compact h4{
  margin:0;
  min-width:0;
  flex:1 1 auto;
}
.menu-item.menu-item--compact h4 small{
  display:inline-block;
  margin-left:8px;
  font-family:Inter,Arial,sans-serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#8a847d;
}
.menu-item.menu-item--compact strong{
  flex:0 0 auto;
  margin:0;
}
.home-paper .menu-item.menu-item--compact:hover h4{
  color:var(--site-red);
}
.home-paper .menu-item.menu-item--compact.featured h4::after{
  content:"★";
  margin-left:8px;
  color:var(--site-red);
  font-size:.7em;
}
.menu-section .menu-load-status{
  margin:0 0 24px;
  color:#6a655f;
  font-size:14px;
}
.menu-section .menu-load-status.error{color:var(--site-red)}

.home-paper .text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:26px;
  padding:12px 20px;
  color:#111;
  font-weight:800;
  border:1px solid rgba(5,5,5,.28);
  border-radius:999px;
  background:transparent;
  text-decoration:none;
  transition:border-color .2s ease,background-color .2s ease;
}
.home-paper .text-link:hover{
  border-color:rgba(5,5,5,.5);
  background:rgba(5,5,5,.04);
}

.home-paper .category-grid{
  grid-template-columns:1.45fr repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(2,minmax(260px,1fr));
  grid-auto-flow:dense;
}

.home-paper .category-card,
.home-paper .category-card small,
.home-paper .category-card h3,
.home-paper .category-card>span{
  color:#fff;
}

.home-paper .category-card small{opacity:.9}

.home-paper .category-card h3{
  display:inline-flex;
  align-items:center;
  gap:14px;
}

.home-paper .category-card h3::after{
  content:"";
  width:0.55em;
  height:0.55em;
  min-width:30px;
  min-height:30px;
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  background:
    transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h12.5M13 6.5 18.5 12 13 17.5' stroke='%23ffffff' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/42% 42% no-repeat;
  transition:border-color .25s ease,transform .25s ease,background-color .25s ease;
}

.home-paper .category-card:hover h3::after,
.home-paper .category-card:focus-visible h3::after{
  border-color:rgba(255,255,255,.9);
  background-color:rgba(255,255,255,.08);
  transform:translateX(3px);
}

.home-paper .category-large{
  grid-column:span 1;
  grid-row:span 2;
  min-height:0;
}

.category-card--type{
  background:#0a0a0a;
  color:#fff;
}

.category-card--type::before{background-image:none}
.category-card--type::after{
  background:
    radial-gradient(circle at 85% 12%,rgba(255,255,255,.12),transparent 28%),
    linear-gradient(145deg,transparent,rgba(255,255,255,.025));
}

.category-card--green{background:#0d3d27}
.category-card--red{background:var(--site-red)}
.category-card--red>span,.category-card--red small{color:#fff}

.home-red.location-section{border:0}
.home-red .section-kicker{color:#fff}
.home-red .btn-red{background:#050505}
.home-red .btn-red:hover{background:#191919}
.home-red .btn-outline{border-color:rgba(255,255,255,.72);background:transparent}

.home-dark.location-section{border:0}
.home-dark.location-section .section-kicker{color:var(--site-red)}
.home-dark.location-section h2{color:#fff}
.home-dark.location-section .btn-outline{border-color:rgba(255,255,255,.55);color:#fff}

/* Franja reserva · encima del footer */
.reserve-strip{
  background:#FDC333;
  color:#11100f;
  padding:22px max(32px,calc((100vw - 1760px)/2));
}
.reserve-strip__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px 28px;
  flex-wrap:wrap;
}
.reserve-strip__kicker{
  margin:0;
  color:#7a1a12;
  font-size:10px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.reserve-strip h2{
  margin:4px 0 0;
  font-family:"Cormorant Garamond",Garamond,Georgia,serif;
  font-size:clamp(22px,2.6vw,34px);
  line-height:1.05;
  font-weight:600;
  color:#11100f;
  max-width:28ch;
}
.reserve-strip__actions{display:flex;gap:10px;flex-wrap:wrap}
.btn-black{
  background:#050505;
  color:#fff;
}
.btn-black:hover{background:#1a1a1a}
.reserve-strip .btn-outline{
  border-color:rgba(17,16,15,.45);
  color:#11100f;
  background:transparent;
}
.reserve-strip .btn-outline:hover{
  border-color:#11100f;
  background:rgba(17,16,15,.06);
}
.reserve-strip .btn{
  min-height:42px;
  padding:0 16px;
  font-size:11px;
}
@media(max-width:860px){
  .reserve-strip{padding:18px 16px}
  .reserve-strip__actions{width:100%}
  .reserve-strip__actions .btn{flex:1}
}

/* Promociones vigentes · siempre 3 columnas × 1 fila */
.promos-section{
  width:min(calc(100% - 64px),var(--max,1760px));
  margin:0 auto;
}
.promo-home{padding:72px 0 80px}
.promo-home__intro{
  display:flex;
  flex-wrap:wrap;
  align-items:end;
  justify-content:space-between;
  gap:16px 24px;
  margin-bottom:28px;
}
.promo-home__intro h2{
  margin:10px 0 0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:clamp(30px,3.6vw,52px);
  line-height:.92;
  letter-spacing:-.03em;
  color:#111;
  font-weight:700;
}
.promo-home__all{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--site-red,#ef1423);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-decoration:none;
}
.promo-home__all:hover{opacity:.8}
.promo-load-status{margin:0 0 16px;color:#6a655f;font-size:13px;letter-spacing:.04em}
.promo-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-template-rows:1fr;
  grid-auto-flow:column;
  gap:clamp(10px,2vw,28px);
  align-items:stretch;
}
.promo-card{
  margin:0;
  display:grid;
  grid-template-rows:auto auto 1fr;
  background:#fff;
  color:#11100f;
  box-shadow:0 18px 48px rgba(0,0,0,.12);
  min-width:0;
}
.promo-card.is-empty{opacity:.72}
.promo-card__media{
  margin:0;
  aspect-ratio:4/5;
  overflow:hidden;
  background:#1a1714;
}
.promo-card__media.is-empty{
  background:linear-gradient(145deg,#2a2622,#151311);
}
.promo-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.promo-card__btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin:0;
  min-height:56px;
  padding:14px 18px;
  border-radius:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:clamp(15px,1.4vw,20px);
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.promo-card__btn span{font-size:1.1em}
.promo-card__body{
  display:grid;
  gap:12px;
  align-content:start;
  padding:clamp(12px,1.6vw,22px) clamp(10px,1.4vw,20px) clamp(14px,1.8vw,24px);
}
.promo-card__title{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:clamp(16px,1.8vw,34px);
  line-height:1.05;
  font-weight:700;
}
.promo-card__details{
  margin:0;
  color:#5f5a54;
  font-size:clamp(11px,1.05vw,14px);
  line-height:1.5;
  font-family:Inter,Arial,Helvetica,sans-serif;
}

@media(max-width:860px){
  .promos-section{width:min(calc(100% - 32px),var(--max,1760px))}
  .promo-home{padding:40px 0 48px}
  .promo-home__intro{margin-bottom:18px}
  .promo-grid{
    grid-template-columns:1fr;
    grid-template-rows:none;
    grid-auto-flow:row;
    gap:18px;
  }
  .promo-card__details{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .promo-card__btn{min-height:52px;font-size:15px}
  /* Inicio móvil: solo la primera promoción */
  .promo-home .promo-grid .promo-card:nth-child(n+2){display:none}
}

/* Hero · todos los premios */
.awards.awards--full{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:16px;
  margin-top:48px;
  max-width:100%;
}
.awards__claim{
  margin:0;
  color:#f5f2ee;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:clamp(12px,1.05vw,14px);
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.category-featured span{
  color:#FDC333;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.awards--full .awards__track{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  padding:4px 2px 10px;
  margin:0 -2px;
}
.awards--full .award-card{
  flex:0 0 auto;
  width:72px;
  height:108px;
}
.awards--full .award-card b{
  width:44px;
  height:48px;
  font-size:10px;
}
.award-card--gold b{
  background:linear-gradient(145deg,#f0c14b,#c9921a);
  color:#1a1205;
}
.award-card--gold small{color:#c9921a}
.awards__more{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#f5f2ee;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-decoration:none;
  border-bottom:1px solid rgba(245,242,238,.35);
  padding-bottom:4px;
}
.awards__more:hover{color:var(--site-red,#ef1423);border-bottom-color:var(--site-red,#ef1423)}

@media(min-width:1241px){
  .awards--full .awards__track{
    flex-wrap:wrap;
    overflow:visible;
    padding-bottom:0;
  }
}

@media(max-width:1240px){
  .awards--full .awards__track{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    overflow:visible;
    padding:0;
    margin:0;
  }
  .awards--full .award-card{
    width:100%;
    height:auto;
    min-height:100px;
    box-sizing:border-box;
  }
}

@media(max-width:860px){
  .awards.awards--full{margin-top:36px;gap:14px}
  .awards--full .award-card{min-height:92px;padding:8px 5px 6px}
  .awards--full .award-card b{width:40px;height:44px;font-size:9px}
}

@media(max-width:540px){
  .awards--full .awards__track{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
  }
  .awards--full .award-card{min-height:88px}
  .awards--full .award-card span{font-size:8px}
  .awards--full .award-card small{font-size:7px}
}

/* Instagram · galería propia (HTTPS-safe; sin LightWidget) */
.instagram-feed{
  width:min(calc(100% - 64px),var(--max,1760px));
  margin:0 auto;
}
.instagram-feed__inner{padding:72px 0 80px}
.instagram-feed__head{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px 28px;
  margin-bottom:32px;
}
.instagram-feed__head h2{
  margin:10px 0 0;
  font-family:"Cormorant Garamond",Garamond,Georgia,serif;
  font-size:clamp(30px,3.6vw,52px);
  line-height:.92;
  letter-spacing:-.03em;
  color:#111;
}
.instagram-feed__head p{
  margin:12px 0 0;
  max-width:42ch;
  color:#625e59;
  font-size:15px;
  line-height:1.55;
}
.instagram-grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:clamp(8px,1.2vw,14px);
}
.instagram-grid a{
  display:block;
  position:relative;
  aspect-ratio:1;
  overflow:hidden;
  background:#1a1714;
  text-decoration:none;
}
.instagram-grid img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .4s;
  filter:saturate(.9);
}
.instagram-grid a::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(5,5,5,.35));
  opacity:0;
  transition:opacity .35s;
}
.instagram-grid a:hover img,
.instagram-grid a:focus-visible img{
  transform:scale(1.04);
  filter:saturate(1);
}
.instagram-grid a:hover::after,
.instagram-grid a:focus-visible::after{opacity:1}
.instagram-grid a:focus-visible{outline:2px solid var(--site-red,#ef1423);outline-offset:3px}
@media(max-width:1240px){
  .instagram-feed{
    width:min(calc(100% - 32px),var(--max,1760px));
  }
  .instagram-feed__inner{padding:48px 0 56px}
  .instagram-feed__head{margin-bottom:22px}
  .instagram-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .instagram-grid li:nth-child(n+4){display:none}
}
@media(max-width:540px){
  .instagram-feed__head .btn{width:100%}
  .instagram-grid{gap:8px}
}

.menu-intro-cta{
  display:flex;
  justify-content:flex-start;
  margin:34px 0 0;
}

.menu-intro-cta .btn,
.menu-full-cta .btn{
  min-height:72px;
  padding:0 40px;
  font-size:16px;
  letter-spacing:.16em;
  text-transform:uppercase;
  box-shadow:0 16px 36px rgba(239,20,35,.35);
}

.menu-full-cta{
  display:flex;
  justify-content:center;
  margin-top:64px;
  padding-top:12px;
}

@media(max-width:860px){
  .menu-intro-cta .btn,
  .menu-full-cta .btn{
    width:100%;
    justify-content:center;
    min-height:76px;
    font-size:15px;
  }
}

.hero--mobile{display:none}

.pizza-info{
  display:grid;
  gap:0;
  padding:22px 22px 24px;
}

.pizza-reason{
  margin:0 0 10px;
  color:rgba(245,242,238,.72);
  font-size:10px!important;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.pizza-info__head{
  display:flex;
  align-items:baseline;
  gap:12px;
  min-width:0;
}

.pizza-info__head span{
  flex:0 0 auto;
  color:var(--site-red);
  font-family:Inter,Arial,sans-serif!important;
  font-size:clamp(18px,2vw,22px);
  font-weight:800;
  letter-spacing:.04em;
  line-height:1;
}

.pizza-info__head h3{
  margin:0;
  min-width:0;
  flex:1 1 auto;
  font-family:"Cormorant Garamond",Garamond,Georgia,serif;
  font-size:clamp(24px,2.6vw,30px);
  line-height:.95;
}

.pizza-info__head strong,
.pizza-info>strong{
  flex:0 0 auto;
  margin:0 0 0 auto;
  color:#fff!important;
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  font-size:clamp(16px,1.5vw,20px);
  font-weight:800;
  letter-spacing:.01em;
  line-height:1;
  white-space:nowrap;
  text-align:right;
}

.pizza-info>p:not(.pizza-reason){
  margin:12px 0 0;
  color:#8f8983;
  font-size:13px!important;
  line-height:1.5;
}

a.pizza-slide{
  color:inherit;
  text-decoration:none;
  transition:border-color .25s ease,transform .25s ease;
}
a.pizza-slide:hover{
  border-color:rgba(255,255,255,.28);
  transform:translateY(-2px);
}

.newsletter-prefooter{
  position:relative;
  z-index:2;
  padding:clamp(58px,6vw,100px) max(32px,calc((100vw - 1760px)/2));
  background:var(--site-red);
  color:#fff;
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(620px,1.28fr);
  gap:clamp(45px,7vw,120px);
  align-items:start;
  border-top:1px solid rgba(255,255,255,.24);
}

.newsletter-prefooter__eyebrow{
  margin:0 0 14px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.newsletter-prefooter h2{
  max-width:640px;
  margin:0;
  font-family:"Cormorant Garamond",Garamond,Georgia,serif;
  font-size:clamp(36px,4.2vw,68px);
  line-height:.94;
  letter-spacing:-.015em;
}

.newsletter-prefooter__lead{
  max-width:520px;
  margin:18px 0 0;
  color:rgba(255,255,255,.92);
  font:500 clamp(16px,1.2vw,19px)/1.55 Inter,sans-serif;
}

.newsletter-form{display:grid;gap:22px;padding-top:6px}
.newsletter-form__fields{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;
  gap:14px 16px;
  align-items:end;
}

.newsletter-field{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  min-width:0;
  color:#fff;
  background:transparent;
  border:0;
  padding:0;
}

.newsletter-field__label{
  display:block;
  margin:0;
  min-height:1.2em;
  font:700 16px/1.2 Inter,sans-serif;
  letter-spacing:0;
  text-transform:none;
  color:#fff;
}

.newsletter-field input{
  width:100%;
  min-width:0;
  height:58px;
  min-height:58px;
  padding:14px 16px;
  border:1px solid #fff;
  outline:0;
  background:#fff;
  color:#050505;
  font:600 16px/1.2 Inter,sans-serif;
  box-sizing:border-box;
}

.newsletter-field input::placeholder{color:#8a847d;font-weight:500}
.newsletter-field input:focus{outline:2px solid #050505;outline-offset:2px}
.newsletter-form button{
  height:58px;
  min-height:58px;
  padding:0 28px;
  border:1px solid #000;
  background:#000;
  color:#fff;
  font:800 12px Inter,sans-serif;
  letter-spacing:.1em;
  text-transform:uppercase;
  align-self:end;
  box-sizing:border-box;
}

.newsletter-form button:disabled{cursor:not-allowed;opacity:.72}
.newsletter-consent{
  display:flex;
  align-items:flex-start;
  gap:14px;
  font:500 15px/1.5 Inter,sans-serif;
  color:rgba(255,255,255,.95);
}

.newsletter-consent input{
  width:22px;
  height:22px;
  margin:2px 0 0;
  flex:0 0 auto;
  accent-color:#050505;
}
.newsletter-consent a{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:700}
.newsletter-status{margin:0;font-size:14px;font-weight:600;letter-spacing:0;text-transform:none;line-height:1.45}
.newsletter-status.is-ok{color:#dff7e8}
.newsletter-status.is-error{color:#ffe0e2}
.news-follow__status.is-ok{color:#0d5c2e}
.news-follow__status.is-error{color:#ffb4b8}

.thanks-main{
  background:var(--site-paper);
  color:#111;
  min-height:58vh;
}
.thanks-panel{
  width:min(760px,calc(100% - 64px));
  margin:0 auto;
  padding:clamp(70px,9vw,140px) 0 clamp(80px,10vw,160px);
}
.thanks-panel__eyebrow{
  margin:0 0 16px;
  font:800 11px/1 Inter,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--site-red);
}
.thanks-panel h1{
  margin:0 0 18px;
  font-family:"Cormorant Garamond",Garamond,Georgia,serif;
  font-size:clamp(42px,5.5vw,72px);
  line-height:.95;
  letter-spacing:-.02em;
}
.thanks-panel__lead{
  margin:0 0 28px;
  max-width:34em;
  font:500 clamp(18px,1.35vw,22px)/1.55 Inter,sans-serif;
  color:#333;
}
.thanks-steps{
  margin:0 0 36px;
  padding:0;
  list-style:none;
  display:grid;
  gap:14px;
}
.thanks-steps li{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:14px;
  align-items:start;
  padding:16px 18px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  font:500 16px/1.5 Inter,sans-serif;
  color:#222;
}
.thanks-steps strong{
  display:inline-grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--site-red);
  color:#fff;
  font:800 12px/1 Inter,sans-serif;
}
.thanks-panel__note{
  margin:0 0 32px;
  font:500 15px/1.55 Inter,sans-serif;
  color:#555;
}
.thanks-panel__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.legal-main{background:var(--site-paper);color:#111}
.legal-hero{
  padding:clamp(90px,10vw,170px) max(32px,calc((100vw - 1500px)/2)) clamp(70px,8vw,120px);
  background:#050505;
  color:#fff;
}

.legal-hero p{
  margin:0 0 18px;
  color:var(--site-red);
  font-size:10px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.legal-hero h1{
  max-width:1100px;
  margin:0;
  font-family:"Cormorant Garamond",Garamond,Georgia,serif;
  font-size:clamp(46px,6vw,96px);
  line-height:.94;
  letter-spacing:-.015em;
  
}

.legal-content{
  width:min(calc(100% - 64px),1180px);
  margin:0 auto;
  padding:clamp(75px,9vw,145px) 0;
  display:grid;
  grid-template-columns:minmax(210px,.35fr) minmax(0,1fr);
  gap:clamp(50px,9vw,140px);
  align-items:start;
}

.legal-index{
  position:sticky;
  top:calc(var(--topbar-height) + 124px);
  border-top:2px solid #111;
  padding-top:20px;
  font-size:10px;
  line-height:1.8;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.legal-index strong{display:block;color:var(--site-red);margin-bottom:9px}
.legal-copy{display:grid;gap:54px}
.legal-copy section{scroll-margin-top:150px}
.legal-copy h2{
  margin:0 0 18px;
  font-family:"Cormorant Garamond",Garamond,Georgia,serif;
  font-size:clamp(28px,3.2vw,44px);
  line-height:1;
  
}

.legal-copy p,.legal-copy li{color:#514d49;font-size:15px;line-height:1.8}
.legal-copy ul{margin:0;padding-left:20px}
.legal-pending{
  padding:22px 24px;
  border-left:4px solid var(--site-red);
  background:#e8e4df;
  color:#111!important;
}

.legal-data{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#c9c4be;border:1px solid #c9c4be}
.legal-data div{padding:20px;background:var(--site-paper)}
.legal-data span{display:block;margin-bottom:7px;color:#77716b;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}

.site-footer{
  position:relative;
  overflow:hidden;
  background:#050505;
  color:#fff;
  padding:clamp(76px,8vw,140px) max(32px,calc((100vw - 1760px)/2)) 30px;
  border-top:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:15px;
  line-height:1.5;
  font-weight:500;
}

.site-footer__embers,
.site-footer::before,
.site-footer::after{
  display:none!important;
  animation:none!important;
}


.site-footer__grid{
  z-index:1;
  position:relative;
  display:grid;
  grid-template-columns:minmax(300px,1.25fr) minmax(200px,.7fr) minmax(280px,.95fr);
  gap:clamp(48px,7vw,120px);
  align-items:start;
}

.site-footer__brand{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  gap:16px;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:clamp(28px,3.2vw,44px);
  font-weight:700;
  line-height:.88;
  letter-spacing:-.02em;
  text-decoration:none;
  color:#fff;
}

.site-footer__mark{
  width:84px;
  height:84px;
  border-radius:50%;
  background:var(--site-red);
  color:#050505;
  display:grid;
  place-content:center;
  text-align:center;
  font-size:22px;
  line-height:.83;
  letter-spacing:-1px;
  font-weight:700;
  font-family:Inter,Arial,Helvetica,sans-serif;
}

.site-footer__mark span{display:block;margin:0;color:inherit}
.site-footer__wordmark{display:flex;flex-direction:column;align-items:flex-start}
.site-footer__wordmark span:last-child{color:var(--site-red);margin-left:.18em}
.site-footer__claim{
  max-width:420px;
  margin:28px 0 0;
  color:#b3ada6;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:15px;
  line-height:1.6;
  font-weight:500;
}
.site-footer__title{
  margin:0 0 26px;
  color:#FDC333;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:clamp(22px,2vw,28px);
  font-weight:700;
  letter-spacing:-.015em;
  text-transform:none;
  line-height:1.1;
}
.site-footer__links{display:grid;gap:12px}
.site-footer__links a{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:15px;
  font-weight:500;
  line-height:1.4;
  color:#fff;
  text-decoration:none;
  transition:color .2s,padding .2s;
}
.site-footer__links a:hover{color:var(--site-red);padding-left:4px}
.footer-arrow{
  order:-1;
  color:var(--site-red);
  font-family:Inter,Arial,sans-serif!important;
  font-size:15px;
  font-weight:700;
  transition:transform .2s;
}
.site-footer__links a:hover .footer-arrow{transform:translateX(4px)}
.site-footer__contact{display:grid;gap:16px;justify-items:start}
.footer-ico{
  width:18px;
  height:18px;
  flex:0 0 auto;
  color:var(--site-red);
}
.site-footer__phone,
.site-footer__address{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0;
}
.site-footer__phone{
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  font-size:15px;
  font-weight:500;
  line-height:1.4;
  letter-spacing:0;
  color:#fff;
  text-decoration:none;
}
.site-footer__phone:hover{color:var(--site-red)}
.site-footer__phone .footer-ico{margin-top:.15em}
.site-footer__address{
  color:#fff;
  font-size:15px;
  line-height:1.5;
  font-style:normal;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-weight:500;
  max-width:none;
}
.site-footer__address .footer-ico{margin-top:.2em}
.site-footer__maps{
  margin-top:2px;
  min-height:42px;
  padding:0 16px;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:15px;
  font-weight:600;
  border-color:rgba(255,255,255,.45);
  color:#fff;
}
.site-footer__maps:hover{
  border-color:#fff;
  background:rgba(255,255,255,.08);
}
.site-footer__schedule{
  z-index:1;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  margin:clamp(36px,4vw,56px) 0 0;
  padding:18px 0 0;
  border-top:1px solid rgba(255,255,255,.14);
  color:#d8d2cb;
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  font-size:15px;
  font-weight:500;
  line-height:1.4;
  white-space:nowrap;
  overflow-x:auto;
}
.site-footer__schedule .footer-ico{margin-top:0;flex-shrink:0}
.site-footer__schedule strong{
  display:inline;
  color:#fff;
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  font-size:15px;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
}

.site-footer__legal{
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px 18px;
  margin:0;
  padding:0;
  border:0;
}
.site-footer__legal a{
  color:#d2ccc4;
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  font-size:15px;
  font-weight:500;
  letter-spacing:0;
  text-transform:none;
  text-decoration:none;
  transition:color .2s;
  white-space:nowrap;
}
.site-footer__legal a:hover{color:#FDC333}

.site-footer__bottom{
  z-index:1;
  position:relative;
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:16px 24px;
  color:#d2ccc4;
  font-family:Inter,Arial,Helvetica,sans-serif;
  font-size:15px;
  font-weight:500;
  letter-spacing:0;
  text-transform:none;
  line-height:1.4;
}
.site-footer__credits{
  margin:0 auto 0 0;
  display:block;
  text-align:left;
  color:#d2ccc4;
  font-size:15px;
  font-weight:500;
  flex:1 1 auto;
  min-width:0;
}
.site-footer__top{
  position:static;
  transform:none;
  flex:0 0 auto;
  width:40px;
  height:40px;
  display:inline-grid;
  place-items:center;
  color:#fff;
  font-size:18px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  transition:border-color .2s,color .2s,background .2s;
}
.site-footer__top:hover{
  color:#050505;
  background:#fff;
  border-color:#fff;
}

@media(max-width:1240px){
  .site-header{
    --mobile-header-height:88px;
    position:sticky;
    top:var(--topbar-height);
    width:100%;
    margin:0;
    padding:0 20px;
    grid-template-columns:1fr auto auto;
    background:var(--site-black);
    z-index:75;
  }

  .site-header .brand{order:1}
  .site-header .brand-copy{display:none}
  .site-header .header-cta{
    order:2;
    justify-self:end;
    gap:8px;
  }
  .site-header .header-reserve,
  .site-header .header-call{
    min-height:44px;
    padding:0 16px;
    border-radius:8px;
    font-size:10px;
    flex:0 0 auto!important;
    width:auto!important;
  }
  .site-header .header-call{
    background:transparent!important;
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
  }
  .site-header .menu-toggle{
    display:block;
    order:3;
    position:relative;
    z-index:92;
    width:50px;
    height:50px;
    padding:9px;
    cursor:pointer;
  }

  .site-header .menu-toggle span{
    width:29px;
    margin:7px auto;
    transition:transform .3s ease,opacity .2s ease;
    transform-origin:center;
  }

  .site-header.menu-open .menu-toggle span:first-child{transform:translateY(4.5px) rotate(45deg)}

  .site-header.menu-open .menu-toggle span:last-child{transform:translateY(-4.5px) rotate(-45deg)}

  .site-header.menu-open{
    align-items:center;
    padding-top:0;
  }

  .site-header.menu-open .main-nav{
    display:flex!important;
    flex-direction:column;
    position:fixed;
    inset:calc(var(--topbar-height) + var(--mobile-header-height)) 0 0 0;
    width:100%;
    z-index:90;
    padding:0;
    background:#050505;
    border:0;
    border-radius:0;
    overflow-y:auto;
    overflow-x:hidden;
    white-space:normal;
    isolation:isolate;
  }

  .site-header.menu-open .main-nav::before,
  .site-header.menu-open .main-nav::after{
    content:"";
    position:fixed;
    left:-12%;
    right:-12%;
    bottom:0;
    z-index:0;
    pointer-events:none;
    transform-origin:50% 100%;
    will-change:transform,opacity;
  }

  .site-header.menu-open .main-nav::before{
    height:min(78vh,720px);
    background:
      radial-gradient(ellipse 38% 72% at 18% 100%,rgba(239,20,35,.55),transparent 72%),
      radial-gradient(ellipse 44% 80% at 50% 100%,rgba(255,70,30,.42),transparent 70%),
      radial-gradient(ellipse 36% 68% at 82% 100%,rgba(180,20,25,.48),transparent 72%),
      linear-gradient(180deg,transparent 0%,rgba(90,10,18,.35) 48%,rgba(239,20,35,.72) 100%);
    filter:blur(22px);
    opacity:.72;
    animation:menu-flame-a 4.8s ease-in-out infinite;
  }

  .site-header.menu-open .main-nav::after{
    height:min(62vh,560px);
    background:
      radial-gradient(ellipse 24% 58% at 28% 100%,rgba(255,140,50,.28),transparent 74%),
      radial-gradient(ellipse 30% 64% at 55% 100%,rgba(239,20,35,.5),transparent 70%),
      radial-gradient(ellipse 22% 52% at 78% 100%,rgba(120,10,15,.36),transparent 74%);
    filter:blur(16px);
    opacity:.55;
    animation:menu-flame-b 3.6s ease-in-out infinite;
  }

  @keyframes menu-flame-a{
    0%,100%{
      transform:translate3d(0,6%,0) scaleY(1) scaleX(1);
      opacity:.58;
    }
    28%{
      transform:translate3d(2.5%,-5%,0) scaleY(1.12) scaleX(.96);
      opacity:.82;
    }
    55%{
      transform:translate3d(-2%,-1%,0) scaleY(1.04) scaleX(1.04);
      opacity:.68;
    }
    78%{
      transform:translate3d(1.5%,-7%,0) scaleY(1.16) scaleX(.98);
      opacity:.88;
    }
  }

  @keyframes menu-flame-b{
    0%,100%{
      transform:translate3d(0,8%,0) scaleY(.94) scaleX(1.03);
      opacity:.4;
    }
    33%{
      transform:translate3d(-3%,-8%,0) scaleY(1.14) scaleX(.94);
      opacity:.7;
    }
    66%{
      transform:translate3d(2.8%,-3%,0) scaleY(1.05) scaleX(1.05);
      opacity:.52;
    }
  }

  /* En móvil el panel abierto sustituye a los enlaces de escritorio. */
  .site-header.menu-open .main-nav>a{
    display:none!important;
  }

  .site-header.menu-open .mobile-nav-panel{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    width:100%;
    min-height:100%;
    padding:clamp(36px,8vw,64px) clamp(20px,5vw,32px) 48px;
    box-sizing:border-box;
    text-align:center;
  }

  .mobile-nav-brand{
    margin:0 0 28px;
    font-family:"Cormorant Garamond",Garamond,Georgia,serif;
    font-size:45px;
    font-weight:700;
    line-height:1.02;
    letter-spacing:-.02em;
    color:#fff;
    text-align:center;
  }

  .mobile-nav-meta{
    display:grid;
    gap:6px;
    margin:0 0 28px;
    max-width:320px;
    text-align:center;
  }

  .mobile-nav-meta p{
    margin:0;
    font-family:Inter,Arial,sans-serif;
    font-size:13px!important;
    font-weight:400;
    line-height:1.45;
    letter-spacing:0;
    text-transform:none;
    color:#c8c2bb;
  }

  .mobile-nav-meta a{
    color:#fff;
    text-decoration:underline;
    text-underline-offset:3px;
  }

  .mobile-nav-actions{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:stretch;
    flex-wrap:nowrap;
    gap:10px;
    width:100%;
    max-width:100%;
    margin:0 0 40px;
    box-sizing:border-box;
  }

  .mobile-nav-reserve,
  a.btn.mobile-nav-reserve,
  .mobile-nav-call,
  a.btn.mobile-nav-call{
    flex:1 1 0!important;
    align-self:stretch;
    display:inline-flex!important;
    justify-content:center;
    width:auto!important;
    min-width:0;
    max-width:none;
    min-height:48px!important;
    height:48px;
    margin:0;
    padding:0 16px!important;
    border-radius:999px;
    font-family:Inter,Arial,sans-serif!important;
    font-size:11px!important;
    font-weight:800;
    letter-spacing:.12em;
    line-height:1;
    text-transform:uppercase;
    text-decoration:none!important;
    box-sizing:border-box;
    position:relative;
  }

  .mobile-nav-reserve::after,
  a.btn.mobile-nav-reserve::after,
  .mobile-nav-call::after,
  a.btn.mobile-nav-call::after{
    display:none!important;
    content:none!important;
  }

  .mobile-nav-reserve,
  a.btn.mobile-nav-reserve{
    background:var(--site-red)!important;
    color:#fff!important;
  }

  .mobile-nav-call,
  a.btn.mobile-nav-call{
    background:transparent!important;
    border:1px solid rgba(255,255,255,.45);
    color:#fff!important;
    gap:8px;
  }

  .mobile-nav-call svg{
    width:16px;
    height:16px;
    fill:currentColor;
  }

  .mobile-nav-links{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
    max-width:480px;
    border-top:1px solid rgba(255,255,255,.18);
  }

  .mobile-nav-links a{
    display:block;
    width:100%;
    padding:16px 0;
    border-bottom:1px solid rgba(255,255,255,.18);
    font-family:"Cormorant Garamond",Garamond,Georgia,serif;
    font-size:23px;
    font-weight:600;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#fff;
    line-height:1.05;
    text-align:center;
  }

  .mobile-nav-links a::after{display:none!important}

  .mobile-nav-links a.active{color:var(--site-red)}

  body:has(.menu-open),body.nav-open{overflow:hidden}

  .site-footer__grid{grid-template-columns:1fr 1fr}
  .site-footer__identity{grid-column:1/-1}

  .newsletter-prefooter{
    grid-template-columns:1fr;
    align-items:start;
  }

  .home-paper .category-grid{
    grid-template-columns:1.3fr 1fr 1fr;
    grid-template-rows:repeat(2,minmax(220px,1fr));
  }
}

@media(max-width:860px){
  :root{--topbar-height:44px}

  .top-bar{
    position:sticky;
    top:0;
    overflow:visible;
  }
  .top-bar__inner{
    width:calc(100% - 16px);
    min-width:0;
    min-height:var(--topbar-height);
    padding:8px 8px;
    box-sizing:border-box;
    justify-content:center;
    align-items:center;
    flex-wrap:nowrap;
    gap:0;
    white-space:nowrap;
    text-align:center;
    font-size:10px;
    letter-spacing:.04em;
    line-height:1.2;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .top-bar__star{font-size:11px;flex:0 0 auto}

  .site-header{--mobile-header-height:72px;height:72px}
  .site-header{
    top:var(--topbar-height);
    padding:0 12px;
    gap:10px;
    grid-template-columns:1fr auto auto;
  }
  .site-header .brand-mark{
    width:52px;
    height:52px;
    flex-basis:52px;
    font-size:15px;
  }
  .site-header .header-cta{
    justify-self:end;
    gap:8px;
  }
  .site-header .header-reserve,
  .site-header .header-call{
    width:auto!important;
    min-width:0;
    max-width:none;
    flex:0 0 auto!important;
    min-height:42px;
    padding:0 14px;
    font-size:10px;
    border-radius:999px;
  }
  .site-header .header-call{
    background:transparent!important;
    border:1px solid rgba(255,255,255,.4);
  }
  .site-header .menu-toggle{
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:10px;
    background:rgba(255,255,255,.04);
  }

  .hero--desktop{display:none!important}
  .hero--mobile{
    display:flex;
    position:relative;
    isolation:isolate;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    min-height:0!important;
    flex-direction:column;
    padding:0;
    overflow:hidden;
    background:#050505;
  }

  .hero-mobile__visual{
    position:relative;
    width:100%;
    aspect-ratio:1/1;
    max-height:min(100vw,560px);
    overflow:hidden;
    background:#050505;
    flex:0 0 auto;
  }

  .hero-mobile__visual img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
    transform:scale(1.35);
    transform-origin:center center;
  }

  .hero-mobile__visual::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 62%,rgba(5,5,5,.4) 82%,#050505 100%);
    pointer-events:none;
  }

  .hero-mobile__copy{
    position:relative;
    z-index:2;
    margin-top:-28px;
    padding:12px 16px 40px;
    background:#050505;
  }

  .hero-mobile__copy h1{
    margin:0;
    font-family:"Cormorant Garamond",Garamond,Georgia,serif;
    font-size:clamp(40px,11vw,56px);
    line-height:1.05;
    letter-spacing:-.01em;
    font-weight:700;
  }

  .hero-mobile__copy h1 span{display:block}
  .hero-mobile__copy h1 .accent{color:var(--site-red)}
  .hero-mobile__copy .eyebrow{
    margin-bottom:22px;
    max-width:22rem;
    letter-spacing:.1em;
    line-height:1.45;
    text-wrap:balance;
  }
  .hero-mobile__copy .hero-lead{
    max-width:34ch!important;
    margin:28px 0 0;
    color:#e6dfd7!important;
    font-size:15px!important;
    line-height:1.7;
  }
  .hero-mobile__copy .hero-cta{margin-top:28px;flex-wrap:wrap}
  .hero-mobile__copy .awards{margin-top:28px}
  .hero-mobile__copy .awards--full{
    margin-left:0;
    margin-right:0;
    width:100%;
    padding:0;
  }
  .hero-mobile__copy .awards__track{
    margin:0;
    padding:0;
  }

  .site-header.menu-open .mobile-nav-panel{
    padding:32px 16px 40px;
  }

  .mobile-nav-brand{
    font-size:45px;
    margin-bottom:24px;
  }

  .mobile-nav-actions{margin-bottom:32px;gap:8px;width:100%}

  .mobile-nav-reserve,
  a.btn.mobile-nav-reserve,
  .mobile-nav-call,
  a.btn.mobile-nav-call{
    flex:1 1 0!important;
    width:auto!important;
    min-height:48px!important;
    height:48px;
    font-size:11px!important;
  }

  .mobile-nav-links a{
    padding:14px 0;
    font-size:23px;
  }

  .site-footer{padding:80px 20px 25px}
  .site-footer__grid{grid-template-columns:1fr;gap:48px}
  .site-footer__identity{grid-column:auto}
  .site-footer__brand{font-size:clamp(28px,8vw,40px)}
  .site-footer__mark{width:84px;height:84px;font-size:22px}
  .site-footer__claim{margin-top:22px}
  .site-footer__address{max-width:none;font-size:15px}
  .site-footer__maps{width:100%;justify-content:center}
  .site-footer__schedule{
    white-space:normal;
    margin-top:40px;
  }
  .site-footer__bottom{
    margin-top:18px;
    padding-right:48px;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:14px;
  }
  .site-footer__credits{text-align:left}
  .site-footer__legal{
    justify-content:flex-start;
    width:100%;
  }
  .site-footer__top{
    position:absolute;
    right:0;
    bottom:0;
    width:36px;
    height:36px;
    font-size:16px;
  }
  .site-footer__contact{
    justify-items:stretch;
  }
  .site-footer__phone,
  .site-footer__address{
    justify-self:start;
  }

  .newsletter-prefooter{padding:65px 20px}
  .newsletter-form__fields{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    align-items:start;
  }
  .newsletter-form button{
    grid-column:1/-1;
    width:100%;
  }

  .legal-content{grid-template-columns:1fr}
  .legal-index{position:static}

  .home-paper .category-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }

  .home-paper .category-large{
    grid-column:1/-1;
    grid-row:auto;
    min-height:380px;
  }

  .hero h1{line-height:.98}
  .menu-hero h1{line-height:.95}
  .inner-hero h1,.article-hero h1{line-height:.98}
}

@media(max-width:430px){
  .site-header .header-reserve,
  .site-header .header-call{
    min-height:40px;
    padding:0 12px;
    font-size:9px;
  }

  .site-header .header-call span{display:none}
  .site-header .header-call{padding:0 11px}

  .site-header .menu-toggle{width:42px}

  .home-paper .category-grid{grid-template-columns:1fr}
  .home-paper .category-large,.home-paper .category-card{grid-column:auto;min-height:280px}
  .thanks-panel{width:calc(100% - 40px);padding:70px 0 90px}
  .thanks-panel__actions{flex-direction:column}
  .thanks-panel__actions .btn{width:100%;justify-content:center}
  .legal-content{width:calc(100% - 40px)}
  .legal-data{grid-template-columns:1fr}
}

/* Escala común para todos los textos de lectura. */
body p{font-size:clamp(20px,1.35vw,24px)!important}
body p.mobile-nav-brand{font-size:45px!important}
body .mobile-nav-meta p{font-size:13px!important;line-height:1.45!important;color:#c8c2bb!important}
body p.inner-kicker{font-size:10px!important}
body p.menu-eyebrow{font-size:11px!important}
body p.newsletter-prefooter__eyebrow{font-size:11px!important;letter-spacing:.18em!important}
body p.newsletter-prefooter__lead{font-size:clamp(16px,1.2vw,19px)!important;line-height:1.55!important;font-weight:500!important}
body p.newsletter-status{font-size:14px!important;letter-spacing:0!important;text-transform:none!important;font-weight:600!important}
body p.thanks-panel__eyebrow{font-size:11px!important;letter-spacing:.18em!important}
body p.thanks-panel__lead{font-size:clamp(18px,1.35vw,22px)!important;line-height:1.55!important}
body p.thanks-panel__note{font-size:15px!important;line-height:1.55!important}
body p.site-footer__title{font-size:clamp(22px,2vw,28px)!important;line-height:1.1!important;letter-spacing:-.015em!important;text-transform:none!important;font-weight:700!important;color:#FDC333!important;font-family:Inter,Arial,Helvetica,sans-serif!important}
body p.site-footer__claim{font-size:15px!important;line-height:1.6!important;font-family:Inter,Arial,Helvetica,sans-serif!important}
body p.site-footer__schedule{font-size:15px!important;line-height:1.4!important;color:#d8d2cb!important;font-family:Inter,Arial,Helvetica,sans-serif!important;font-weight:500!important}
body p.site-footer__credits{font-size:15px!important;line-height:1.4!important;font-weight:500!important;letter-spacing:0!important;color:#d2ccc4!important;text-transform:none!important;font-family:Inter,Arial,Helvetica,sans-serif!important}


/* numeric sans */
a[href^="tel:"],
.site-footer__phone,
.site-footer__phone span,
.site-footer__schedule,
.site-footer__schedule strong,
.dish strong,
.dish-head strong,
.dish-title strong,
.featured-menu-card strong,
.menu-item strong,
.category-directory .cat-num,
.category-card > span,
.menu-group-title > span,
.promo-card strong,
.price,
.numeric-sans{
  font-family:Inter,Arial,Helvetica,sans-serif!important;
}
