/* Isolated visual transition for secondary-page previews under /concept-v2/. */
.concept-v2-shell {
  --bg: #fdeede;
  --ink: #181818;
  --brand: #f08342;
  --brand-dark: #a94f32;
  --yellow: #c59632;
  --teal: #4f6346;
  --cream: #fdeede;
  --surface: #fff8f0;
  --surface-alt: #f7e3d2;
  --muted: #6d5b50;
  --radius: 18px;
  background: var(--cream);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.concept-v2-shell h1,
.concept-v2-shell h2,
.concept-v2-shell h3 {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  letter-spacing: -.055em;
  text-transform: none;
}

.concept-v2-shell h1 { line-height: .88; }
.concept-v2-shell h2 { line-height: .94; }
.concept-v2-shell h3 { line-height: 1.05; }

.concept-v2-shell .eyebrow {
  color: var(--brand-dark);
  font-size: .7rem;
  letter-spacing: .16em;
}

.concept-v2-shell header.topbar,
.concept-v2-shell > header.topbar {
  min-height: 82px;
  padding: 10px clamp(16px, 4vw, 56px);
  border-bottom: 1px solid rgba(24,24,24,.2);
  background: rgba(253,238,222,.94);
  backdrop-filter: blur(14px);
}

.concept-v2-shell header.topbar > .icon-button,
.concept-v2-shell header.topbar > a.icon-button,
.concept-v2-shell header.topbar > button.icon-button {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 1px solid var(--ink);
  background: transparent;
}

.concept-v2-shell header.topbar > .top-reserve,
.concept-v2-shell header.topbar > .header-reserve,
.concept-v2-shell .top-reserve,
.concept-v2-shell .header-reserve {
  min-height: 44px;
  padding-inline: 18px;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: none;
  font-size: .75rem;
  letter-spacing: .02em;
}

.concept-v2-shell .drawer {
  background: var(--ink);
  color: var(--cream);
}

.concept-v2-shell .drawer .button {
  border-color: var(--cream);
}

.concept-v2-shell .section {
  padding: clamp(72px, 9vw, 132px) clamp(20px, 6vw, 88px);
}

.concept-v2-shell .hero {
  min-height: min(720px, calc(100svh - 82px));
  padding-top: clamp(80px, 11vw, 150px);
  padding-bottom: clamp(70px, 10vw, 130px);
  border-bottom: 0;
  color: var(--cream);
  background: linear-gradient(135deg, var(--chocolate, #4a3028), var(--ink) 68%);
}

.concept-v2-shell.page-carta .hero {
  background:
    radial-gradient(circle at 83% 18%, rgba(240,131,66,.3), transparent 30%),
    linear-gradient(135deg, #4a3028, var(--ink) 66%);
}

.concept-v2-shell.page-local .hero {
  min-height: clamp(560px, 76vh, 820px);
  background:
    linear-gradient(90deg, rgba(24,24,24,.88), rgba(24,24,24,.2) 72%),
    var(--local-hero-image) center / cover no-repeat;
}

.concept-v2-shell .hero h1 {
  max-width: 11ch;
  margin-bottom: 26px;
  font-size: clamp(3.8rem, 11vw, 9rem);
}

.concept-v2-shell .hero .lead,
.concept-v2-shell .hero > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(253,238,222,.84);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.65;
}

.concept-v2-shell .mini-trust li {
  padding: 8px 12px;
  border: 1px solid rgba(253,238,222,.42);
  color: var(--cream);
  font-size: .7rem;
}

.concept-v2-shell .button,
.concept-v2-shell .hero-actions a,
.concept-v2-shell .card-action,
.concept-v2-shell .decision-actions a {
  min-height: 48px;
  padding: 11px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: var(--ink);
  box-shadow: none;
  font-size: .76rem;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease;
}

.concept-v2-shell .button:hover,
.concept-v2-shell .hero-actions a:hover,
.concept-v2-shell .card-action:hover,
.concept-v2-shell .decision-actions a:hover {
  transform: translateY(-2px);
  background: #f39a64;
  box-shadow: none;
}

.concept-v2-shell .hero-actions a:first-child,
.concept-v2-shell .decision-actions a:first-child {
  background: var(--brand);
}

.concept-v2-shell .cat-nav {
  top: 82px;
  gap: 8px;
  padding: 12px clamp(14px, 4vw, 56px);
  border-bottom: 1px solid rgba(24,24,24,.16);
  background: rgba(253,238,222,.96);
  backdrop-filter: blur(12px);
}

/* Keep the sticky category navigation directly below the fixed header. */
.concept-v2-shell .cat-nav { top: 82px !important; }

.concept-v2-shell .cat-nav a {
  padding: 9px 14px;
  border: 1px solid rgba(24,24,24,.28);
  border-radius: 999px;
  background: transparent;
  font-size: .68rem;
  letter-spacing: .04em;
}

.concept-v2-shell .cat-nav a:hover,
.concept-v2-shell .cat-nav a.is-active {
  background: var(--ink);
  color: var(--cream);
  box-shadow: none;
  transform: none;
}

.concept-v2-shell .category {
  border-bottom: 1px solid rgba(24,24,24,.15);
  background: var(--cream);
}

.concept-v2-shell .category:nth-child(even) { background: var(--surface); }

.concept-v2-shell .category h2 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 7vw, 6.5rem);
}

.concept-v2-shell .menu-list,
.concept-v2-shell .recommended-grid,
.concept-v2-shell .featured-menu,
.concept-v2-shell .choice-grid {
  gap: clamp(14px, 2vw, 24px);
}

.concept-v2-shell .menu-card,
.concept-v2-shell .choice-card,
.concept-v2-shell .decision-panel,
.concept-v2-shell .card,
.concept-v2-shell .reserve-box,
.concept-v2-shell .gluten-note {
  border: 1px solid rgba(74,48,40,.2);
  border-radius: var(--radius);
  background: rgba(255,248,240,.86);
  box-shadow: none;
}

.concept-v2-shell .menu-card,
.concept-v2-shell .choice-card { padding: 22px; }

.concept-v2-shell .menu-card:hover,
.concept-v2-shell .choice-card:hover,
.concept-v2-shell .menu-card.is-visible:hover,
.concept-v2-shell .choice-card.is-visible:hover {
  transform: translateY(-3px);
  border-color: rgba(169,79,50,.48);
  box-shadow: 0 18px 45px rgba(74,48,40,.1);
}

.concept-v2-shell .recommended-grid .menu-card {
  border-color: rgba(169,79,50,.36);
  background: var(--surface);
  box-shadow: none;
}

.concept-v2-shell .recommended-media {
  margin: -22px -22px 20px;
  border-radius: var(--radius) var(--radius) 0 0;
}

.concept-v2-shell .price {
  border: 0;
  background: var(--brand);
  color: var(--ink);
}

.concept-v2-shell .tag,
.concept-v2-shell .tag.recommended-tag {
  border: 0;
  background: var(--teal);
  color: var(--cream);
  box-shadow: none;
}

.concept-v2-shell .tag.recommended-tag { background: var(--brand-dark); }

.concept-v2-shell .note {
  border-left: 3px solid var(--brand);
  background: rgba(255,248,240,.8);
}

.concept-v2-shell .grid {
  gap: clamp(18px, 3vw, 32px);
}

.concept-v2-shell .media-card { padding: 0; overflow: hidden; }
.concept-v2-shell .media-card img { border: 0; }
.concept-v2-shell .media-card > div { padding: 24px; }

.concept-v2-shell .hours-list p {
  border-color: rgba(24,24,24,.12);
}

.concept-v2-shell .reservation-frame {
  border-radius: 14px;
}

.concept-v2-shell .claim-card {
  border: 0;
  border-radius: var(--radius);
  background: var(--brand);
  box-shadow: none;
  transform: none;
}

.concept-v2-shell .photo-card {
  border: 0;
  border-radius: var(--radius);
  box-shadow: none;
}

.concept-v2-shell .arepa {
  border-block: 0;
  background: var(--brand-dark);
  color: var(--cream);
}

.concept-v2-shell .footer {
  padding-top: clamp(70px, 9vw, 120px);
  background: var(--ink);
  color: var(--cream);
}

.concept-v2-shell .footer h2,
.concept-v2-shell .footer h3 { text-transform: none; }
.concept-v2-shell .footer h3 { color: var(--brand); }

.concept-v2-shell .quick-cta {
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(24,24,24,.25);
}

.concept-v2-shell .quick-cta a:first-child {
  background: var(--cream);
  color: var(--ink);
}

.concept-v2-shell .quick-cta a:last-child {
  background: var(--brand);
  color: var(--ink);
}

.concept-v2-shell .gluten-sticker {
  border: 0;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 12px 30px rgba(24,24,24,.22);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  transform: rotate(4deg);
}

@media (min-width: 760px) {
  .concept-v2-shell .section { padding-inline: clamp(40px, 7vw, 104px); }
  .concept-v2-shell .hero { padding-inline: clamp(40px, 7vw, 104px); }
  .concept-v2-shell .grid,
  .concept-v2-shell .category > * { max-width: 1280px; }
  .concept-v2-shell .quick-cta {
    border: 1px solid rgba(24,24,24,.22);
    border-radius: 999px;
  }
}

@media (max-width: 430px) {
  .concept-v2-shell header.topbar,
  .concept-v2-shell > header.topbar { min-height: 74px; padding-inline: 10px; }
  .concept-v2-shell .hero { min-height: auto; padding-top: 76px; padding-bottom: 82px; }
  .concept-v2-shell .hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .concept-v2-shell .category h2 { font-size: clamp(2.65rem, 14vw, 4.3rem); }
  .concept-v2-shell .section { padding: 70px 20px; }
  .concept-v2-shell .menu-card,
  .concept-v2-shell .choice-card { padding: 18px; }
  .concept-v2-shell .recommended-media { margin: -18px -18px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .concept-v2-shell *,
  .concept-v2-shell *::before,
  .concept-v2-shell *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Shared Concept V2 components and page-specific refinements. */
.concept-v2-shell .gluten-note strong,
.concept-v2-shell .gluten-note p {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.concept-v2-shell .gluten-note strong {
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.02em;
  text-transform: none;
}

.concept-v2-shell .gluten-note p {
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.55;
}

.concept-v2-shell header.topbar > .top-reserve,
.concept-v2-shell header.topbar > .header-reserve,
.concept-v2-shell .top-reserve,
.concept-v2-shell .header-reserve {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 92px !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--brand) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-size: .75rem !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

.concept-v2-shell .concept-shared-footer {
  padding: clamp(70px, 9vw, 120px) clamp(22px, 6vw, 88px) 110px;
  background: var(--ink);
  color: var(--cream);
}

.concept-v2-shell .concept-shared-footer .footer-grid {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 44px;
}

.concept-v2-shell .concept-shared-footer .footer-logo {
  width: 112px;
  height: 72px;
  object-fit: contain;
}

.concept-v2-shell .concept-shared-footer h2 {
  margin: 14px 0 8px;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.concept-v2-shell .concept-shared-footer h3 {
  margin: 0 0 18px;
  color: var(--brand);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.concept-v2-shell .concept-shared-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.concept-v2-shell .concept-shared-footer li + li { margin-top: 11px; }
.concept-v2-shell .concept-shared-footer a,
.concept-v2-shell .concept-shared-footer button {
  color: inherit;
  font-family: inherit;
  font-size: .84rem;
  text-decoration: none;
}
.concept-v2-shell .concept-shared-footer button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.concept-v2-shell .concept-shared-footer a:hover,
.concept-v2-shell .concept-shared-footer button:hover { color: var(--brand); }
.concept-v2-shell .concept-shared-footer .social { display: flex; gap: 10px; margin-top: 20px; }
.concept-v2-shell .concept-shared-footer .social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(253,238,222,.32);
  border-radius: 50%;
}
.concept-v2-shell .concept-shared-footer .social svg { width: 18px; fill: currentColor; }

.concept-v2-shell .mobile-cta.concept-mobile-cta {
  position: fixed;
  z-index: 150;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: grid;
  height: 54px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(24,24,24,.3);
}
.concept-v2-shell .mobile-cta.concept-mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  color: var(--ink);
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
}
.concept-v2-shell .mobile-cta.concept-mobile-cta a:last-child { background: var(--brand); }

.concept-v2-shell.page-pedir-online .store-card {
  border: 1px solid rgba(74,48,40,.2);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: none;
}
.concept-v2-shell.page-pedir-online .order-link {
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  color: var(--cream);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  text-transform: none;
}
.concept-v2-shell.page-pedir-online .order-link.uber { background: var(--ink); }
.concept-v2-shell.page-pedir-online .order-link.glovo,
.concept-v2-shell.page-pedir-online .order-link.justeat { background: var(--ink); }
.concept-v2-shell.page-pedir-online .order-link.pickup { background: var(--brand); color: var(--ink); }
.concept-v2-shell.page-pedir-online section.note {
  border: 0;
  margin-bottom: clamp(44px, 6vw, 82px);
  padding-bottom: clamp(42px, 5vw, 68px);
  background: var(--ink);
  color: var(--cream);
}
.concept-v2-shell.page-pedir-online section.note .lead { color: rgba(253,238,222,.78); }
.concept-v2-shell.page-pedir-online section.note .eyebrow { color: var(--brand); }
.concept-v2-shell.page-pedir-online section.note .button { background: var(--brand); color: var(--ink); }
.concept-v2-shell.page-pedir-online section.note .button.secondary { background: var(--cream); color: var(--ink); }

.concept-v2-shell.page-sin-gluten .claim-card {
  border: 1px solid rgba(24,24,24,.16);
  background: #fff8f0;
  color: var(--ink);
}
.concept-v2-shell.page-sin-gluten .arepa .small-disclaimer { color: var(--cream) !important; }
.concept-v2-shell.page-sin-gluten .gluten-sticker {
  width: 92px;
  height: 92px;
  padding: 12px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--brand);
  color: var(--ink);
  box-shadow: 0 9px 25px rgba(24,24,24,.2);
  font-size: .66rem;
  line-height: 1.1;
  text-align: center;
}

/* Persistent header across every Concept V2 secondary page. */
.concept-v2-shell {
  padding-top: 82px;
}

.concept-v2-shell header.topbar,
.concept-v2-shell > header.topbar {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 220 !important;
  width: 100% !important;
}

.concept-v2-shell.page-nosotros .about-grid { gap: clamp(18px, 3vw, 32px); }
.concept-v2-shell.page-nosotros .about-card {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(74,48,40,.18);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: none;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}
.concept-v2-shell.page-nosotros .about-card h3 {
  margin: 0 0 24px;
  font-family: inherit;
  font-size: clamp(2rem, 4.5vw, 4rem);
  letter-spacing: -.055em;
  text-transform: none;
}
.concept-v2-shell.page-nosotros .about-card p {
  font-family: inherit;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.72;
}
.concept-v2-shell.page-nosotros .about-quote {
  margin: 30px 0 14px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(24,24,24,.16);
  font-family: inherit;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
}
.concept-v2-shell.page-nosotros .about-attribution { color: var(--brand-dark); font-weight: 800; }

.concept-v2-shell.page-reservar .locations { background: var(--cream); }
.concept-v2-shell.page-reservar .location-list {
  width: min(1260px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(20px, 3vw, 32px);
}
.concept-v2-shell.page-reservar .location-item {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(74,48,40,.18);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: none;
}
.concept-v2-shell.page-reservar .location-item .thumb {
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
}
.concept-v2-shell.page-reservar .location-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.concept-v2-shell.page-reservar .location-item strong { font-size: 1.3rem; letter-spacing: -.035em; }
.concept-v2-shell.page-reservar .location-item p { line-height: 1.65; }
.concept-v2-shell.page-reservar .reserve-button {
  margin-top: auto;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: var(--ink);
  box-shadow: none;
  text-transform: none;
}

.concept-v2-shell.page-alergenos .alergenos-card,
.concept-v2-shell.page-alergenos .alergenos-error {
  border: 1px solid rgba(74,48,40,.18);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: none;
}
.concept-v2-shell.page-alergenos .alergenos-menu-title,
.concept-v2-shell.page-alergenos .alergenos-disclaimer strong,
.concept-v2-shell.page-alergenos .alergenos-panel-head h2 {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  letter-spacing: -.03em;
  text-transform: none;
}
.concept-v2-shell.page-alergenos .alergenos-field input,
.concept-v2-shell.page-alergenos .alergenos-field select,
.concept-v2-shell.page-alergenos .alergenos-tab,
.concept-v2-shell.page-alergenos .alergenos-switch,
.concept-v2-shell.page-alergenos .alergenos-icon-btn,
.concept-v2-shell.page-alergenos .alergenos-icon-tip {
  border: 1px solid rgba(24,24,24,.3);
  box-shadow: none;
}
.concept-v2-shell.page-alergenos .alergenos-tab:hover,
.concept-v2-shell.page-alergenos .alergenos-tab.is-active,
.concept-v2-shell.page-alergenos .alergenos-icon-btn.is-open { background: var(--brand); box-shadow: none; }
.concept-v2-shell.page-alergenos .alergenos-switch::after { border: 0; background: var(--brand); }
.concept-v2-shell.page-alergenos .alergenos-badge { border: 0; background: rgba(79,99,70,.16); color: var(--teal); }
.concept-v2-shell.page-alergenos .alergenos-table th { border-bottom: 1px solid rgba(24,24,24,.35); }

.concept-v2-shell .tepuy-cookie { font-family: "Plus Jakarta Sans", system-ui, sans-serif; }
.concept-v2-shell .tepuy-cookie__box {
  border: 1px solid rgba(253,238,222,.22);
  border-radius: 22px;
  background: var(--ink);
  color: var(--cream);
  box-shadow: 0 24px 70px rgba(24,24,24,.38);
}
.concept-v2-shell .tepuy-cookie h2,
.concept-v2-shell .tepuy-cookie__row strong { font-family: inherit; text-transform: none; }
.concept-v2-shell .tepuy-cookie__button {
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: var(--ink);
  box-shadow: none;
}
.concept-v2-shell .tepuy-cookie__button--secondary { background: var(--cream); color: var(--ink); }
.concept-v2-shell .tepuy-cookie__button--plain { border: 1px solid rgba(253,238,222,.5); background: transparent; color: var(--cream); }
.concept-v2-shell .tepuy-cookie__row { border-color: rgba(253,238,222,.2); }
.concept-v2-shell .tepuy-cookie__slider { background: rgba(253,238,222,.25); }
.concept-v2-shell .tepuy-cookie__switch input:checked + .tepuy-cookie__slider { background: var(--brand); }

@media (min-width: 760px) {
  .concept-v2-shell .concept-shared-footer .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .concept-v2-shell .mobile-cta.concept-mobile-cta { display: none; }
  .concept-v2-shell.page-reservar .location-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 430px) {
  .concept-v2-shell { padding-top: 74px; }
  .concept-v2-shell .cat-nav { top: 74px !important; }
}
