*, *::before, *::after {
  box-sizing: border-box;
}

body.discohost-discoteca-page {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(193, 137, 65, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(187, 136, 120, 0.14), transparent 36%),
    #0a121a;
  color: #eae9e4;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
}

body.discohost-modal-open {
  overflow: hidden;
}

.discohost-discoteca {
  --ch-night: #111b24;
  --ch-night-2: #0a121a;
  --ch-rose: #bb8878;
  --ch-cream: #eae9e4;
  --ch-gold: #c18941;
  --ch-gold-soft: #d9a766;
  --surface: rgba(20, 28, 40, 0.78);
  --surface-strong: rgba(10, 18, 26, 0.94);
  --border: rgba(193, 137, 65, 0.22);
  --text-secondary: rgba(234, 233, 228, 0.74);
  --text-tertiary: rgba(234, 233, 228, 0.54);
  --shadow-card: 0 22px 52px rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: var(--wp-admin--admin-bar--height, 0px) 0 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
  color: var(--ch-cream);
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}

.discohost-discoteca img,
.discohost-discoteca svg {
  display: block;
}

.discohost-discoteca img {
  max-width: 100%;
  height: auto;
}

.discohost-discoteca a {
  color: inherit;
  text-decoration: none;
}

.discohost-discoteca button,
.discohost-discoteca input,
.discohost-discoteca select,
.discohost-discoteca textarea {
  font: inherit;
}

.discohost-discoteca button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.scroll {
  position: relative;
  width: min(100vw, 430px);
  height: 100%;
  max-height: 920px;
  overflow: hidden;
  background: var(--ch-night);
  box-shadow: var(--shadow-card);
}

.scroll-inner {
  width: 500%;
  height: 300%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.s {
  position: relative;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  color: var(--ch-cream);
  background:
    linear-gradient(160deg, rgba(193, 137, 65, 0.08), transparent 34%),
    linear-gradient(0deg, rgba(10, 18, 26, 0.38), rgba(17, 27, 36, 0.92));
}

.s::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(193, 137, 65, 0.11);
  pointer-events: none;
}

.beneficios {
  background:
    linear-gradient(150deg, rgba(187, 136, 120, 0.16), transparent 42%),
    linear-gradient(0deg, rgba(10, 18, 26, 0.34), rgba(17, 27, 36, 0.96));
}

.agenda {
  background:
    linear-gradient(150deg, rgba(193, 137, 65, 0.16), transparent 42%),
    linear-gradient(0deg, rgba(10, 18, 26, 0.3), rgba(17, 27, 36, 0.96));
}

.ayuda {
  background:
    linear-gradient(150deg, rgba(234, 233, 228, 0.06), transparent 38%),
    linear-gradient(0deg, rgba(10, 18, 26, 0.34), rgba(17, 27, 36, 0.96));
}

.callcenter {
  background:
    linear-gradient(150deg, rgba(193, 137, 65, 0.18), transparent 44%),
    linear-gradient(0deg, rgba(10, 18, 26, 0.36), rgba(17, 27, 36, 0.96));
}

.section-heading,
.screen {
  width: 100%;
  height: 100%;
}

.screen {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: calc(74px + env(safe-area-inset-top)) 16px calc(82px + env(safe-area-inset-bottom));
  overflow: hidden;
}

.screen--center {
  justify-content: center;
  gap: 14px;
}

.screen--top {
  justify-content: flex-start;
  gap: 12px;
}

.screen__group {
  display: grid;
  gap: 8px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(193, 137, 65, 0.32);
  border-radius: 999px;
  background: rgba(193, 137, 65, 0.13);
  color: var(--ch-gold-soft);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow--rose {
  border-color: rgba(187, 136, 120, 0.34);
  background: rgba(187, 136, 120, 0.13);
  color: var(--ch-rose);
}

.screen-title {
  margin: 0;
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 8.2vw, 42px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
}

.screen-title em {
  color: var(--ch-gold-soft);
  font-style: italic;
  font-weight: 700;
}

.screen-title--script {
  font-family: Italianno, "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 14vw, 66px);
  font-weight: 400;
  line-height: 0.9;
}

.screen-copy {
  margin: 0;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.45;
}

.btn--block {
  width: 100%;
}

.cta-primary,
.cta-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.cta-primary {
  background: linear-gradient(135deg, var(--ch-gold) 0%, var(--ch-gold-soft) 100%);
  color: var(--ch-night-2);
  box-shadow: 0 12px 28px rgba(193, 137, 65, 0.26);
}

.cta-secondary {
  border: 1px solid rgba(193, 137, 65, 0.28);
  background: rgba(20, 28, 40, 0.64);
  color: var(--ch-cream);
}

.cta-primary--whatsapp,
.btn--whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #1da851 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.24);
}

.btn--whatsapp:disabled {
  background: rgba(234, 233, 228, 0.1);
  color: var(--text-tertiary);
  box-shadow: none;
  cursor: not-allowed;
}

.big-pic {
  position: relative;
  flex: 1;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.64);
  box-shadow: var(--shadow-card);
}

.big-pic picture,
.big-pic img {
  width: 100%;
  height: 100%;
}

.big-pic img {
  object-fit: cover;
}

.big-pic::after,
.exp-card__pic::after,
.poster-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(10, 18, 26, 0.86));
  pointer-events: none;
}

.big-pic__caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid rgba(193, 137, 65, 0.22);
  border-radius: 8px;
  background: rgba(10, 18, 26, 0.74);
  backdrop-filter: blur(10px);
}

.big-pic__caption-sub {
  color: var(--ch-gold-soft);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.big-pic__caption-title {
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
}

.feed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  overflow: hidden;
  border-radius: 8px;
}

.pic {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(20, 28, 40, 0.7);
}

.pic picture,
.pic img {
  width: 100%;
  height: 100%;
}

.pic img {
  object-fit: cover;
}

.pic__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--text-tertiary);
  font-size: 11px;
}

.feed-handle {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(193, 137, 65, 0.28);
  border-radius: 999px;
  background: rgba(193, 137, 65, 0.12);
  font-size: 12px;
  font-weight: 800;
}

.feed-handle svg,
.route svg,
.tab svg,
.doc-trigger svg,
.reserve-mega__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feed-handle__ig {
  color: var(--ch-gold-soft);
}

.carta-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.carta-toggle__btn {
  display: grid;
  gap: 4px;
  min-height: 84px;
  padding: 12px;
  border: 1px solid rgba(193, 137, 65, 0.24);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.64);
}

.carta-toggle__btn--active {
  border-color: rgba(193, 137, 65, 0.58);
  background: rgba(193, 137, 65, 0.14);
}

.carta-toggle__btn-label {
  color: var(--ch-rose);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.carta-toggle__btn-title {
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
}

.menu-list {
  flex: 1;
  min-height: 0;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.menu-list::-webkit-scrollbar,
.sheet__body::-webkit-scrollbar,
.doc-modal__body::-webkit-scrollbar,
.exp-gallery::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.menu-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(193, 137, 65, 0.16);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.62);
}

.menu-item__pic {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(193, 137, 65, 0.12);
  color: var(--ch-gold-soft);
}

.menu-item__pic svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.menu-item__body {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.menu-item__name {
  overflow: hidden;
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-item__sub {
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 11px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-item__price {
  color: var(--ch-gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  white-space: nowrap;
}

.map-frame {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(193, 137, 65, 0.28);
  border-radius: 8px;
  background: var(--ch-night-2);
  box-shadow: var(--shadow-card);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: invert(0.92) hue-rotate(180deg) saturate(0.7) brightness(1.05);
}

.map-frame__overlay {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(193, 137, 65, 0.32);
  border-radius: 8px;
  background: rgba(10, 18, 26, 0.92);
}

.map-frame__overlay-text {
  min-width: 0;
  flex: 1;
  display: grid;
  gap: 2px;
}

.map-frame__overlay-name {
  color: var(--ch-gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
}

.map-frame__overlay-sub {
  overflow: hidden;
  color: var(--text-secondary);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-frame__overlay-cta {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--ch-gold);
  color: var(--ch-night-2);
  font-size: 11px;
  font-weight: 800;
}

.routes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.route {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(193, 137, 65, 0.22);
  border-radius: 999px;
  background: rgba(20, 28, 40, 0.64);
  color: var(--ch-cream);
  font-size: 12px;
  font-weight: 800;
}

.schedule {
  overflow: hidden;
  border: 1px solid rgba(193, 137, 65, 0.18);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.62);
}

.schedule ul,
.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedule li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 11px;
  border-bottom: 1px solid rgba(193, 137, 65, 0.1);
  color: var(--text-secondary);
  font-size: 12px;
}

.schedule li:last-child {
  border-bottom: 0;
}

.schedule li.is-today {
  color: var(--ch-cream);
  background: rgba(193, 137, 65, 0.12);
}

.schedule li span:first-child,
.info-list__k {
  font-weight: 800;
}

.info-list {
  display: grid;
  gap: 8px;
}

.info-list__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(193, 137, 65, 0.16);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.62);
  font-size: 12px;
}

.info-list__v {
  min-width: 0;
  overflow: hidden;
  color: var(--text-secondary);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reserve-mega {
  flex: 1;
  min-height: 0;
  display: grid;
  place-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(193, 137, 65, 0.28);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.62);
  text-align: center;
}

.reserve-mega--bookit {
  place-items: stretch;
  text-align: left;
}

.reserve-mega__icon {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(193, 137, 65, 0.44);
  border-radius: 50%;
  background: rgba(193, 137, 65, 0.14);
  color: var(--ch-gold-soft);
}

.reserve-mega__icon svg {
  width: 44px;
  height: 44px;
}

.reserve-mega__title {
  margin: 0;
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.reserve-mega__title em {
  color: var(--ch-gold-soft);
}

.reserve-mega__sub,
.fineprint,
.summary {
  margin: 0;
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.45;
}

.summary {
  text-align: center;
}

.bookit-slot {
  width: 100%;
  min-height: 72px;
  overflow: auto;
  padding: 12px;
  border: 1px solid rgba(193, 137, 65, 0.22);
  border-radius: 8px;
  background: rgba(10, 18, 26, 0.54);
}

.bookit-slot--cell {
  max-height: 52dvh;
}

.bookit-slot--modal {
  max-height: 360px;
}

.exp-grid {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.exp-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(193, 137, 65, 0.22);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.62);
  text-align: left;
}

.exp-card__pic,
.exp-card__pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.exp-card__pic img {
  object-fit: cover;
}

.exp-card__hint {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(193, 137, 65, 0.32);
  border-radius: 50%;
  background: rgba(10, 18, 26, 0.7);
  color: var(--ch-gold-soft);
}

.exp-card__hint svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.exp-card__body {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: grid;
  gap: 5px;
}

.exp-card__day {
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid rgba(193, 137, 65, 0.4);
  border-radius: 999px;
  background: rgba(193, 137, 65, 0.2);
  color: var(--ch-gold-soft);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.exp-card__title {
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
}

.social-proof-stack {
  flex: 1;
  min-height: 0;
  display: grid;
  gap: 8px;
  overflow-y: auto;
}

.review-card,
.faq-card {
  display: grid;
  gap: 6px;
  padding: 11px;
  border: 1px solid rgba(193, 137, 65, 0.18);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.62);
}

.review-card__stars {
  color: var(--ch-gold-soft);
  font-size: 12px;
}

.review-card__text,
.faq-card__a {
  margin: 0;
  color: var(--ch-cream);
  font-size: 12px;
  line-height: 1.38;
}

.review-card__meta,
.faq-card__q {
  color: var(--ch-rose);
  font-size: 11px;
  font-weight: 800;
}

.faq-grid {
  display: grid;
  gap: 8px;
}

.faq-card__q {
  cursor: pointer;
}

.top-home,
.doc-trigger {
  position: fixed;
  z-index: 20;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + env(safe-area-inset-top) + 14px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(193, 137, 65, 0.24);
  background: rgba(10, 18, 26, 0.7);
  color: var(--ch-gold-soft);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.top-home {
  left: max(14px, calc((100vw - 430px) / 2 + 14px));
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50%;
}

.top-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doc-trigger {
  right: max(14px, calc((100vw - 430px) / 2 + 14px));
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.tabs {
  position: fixed;
  left: max(12px, calc((100vw - 430px) / 2 + 12px));
  right: max(12px, calc((100vw - 430px) / 2 + 12px));
  bottom: calc(env(safe-area-inset-bottom) + 12px);
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  max-width: 406px;
  margin: 0 auto;
  padding: 7px;
  border: 1px solid rgba(193, 137, 65, 0.24);
  border-radius: 999px;
  background: rgba(10, 18, 26, 0.74);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
}

.tab {
  min-width: 0;
  min-height: 48px;
  display: grid;
  place-items: center;
  gap: 2px;
  border-radius: 999px;
  color: var(--text-tertiary);
}

.tab.active {
  background: rgba(193, 137, 65, 0.18);
  color: var(--ch-gold-soft);
}

.tab span {
  overflow: hidden;
  max-width: 100%;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.doc-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: end center;
  background: rgba(3, 7, 10, 0.58);
}

.doc-modal.is-open {
  display: grid;
}

.doc-modal__sheet {
  width: min(100vw, 430px);
  max-height: min(86dvh, 760px);
  overflow: hidden;
  border: 1px solid rgba(193, 137, 65, 0.28);
  border-radius: 16px 16px 0 0;
  background: var(--surface-strong);
  box-shadow: var(--shadow-card);
}

.doc-modal__header,
.sheet__head,
.sheet__foot {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(193, 137, 65, 0.13);
}

.sheet__foot {
  flex-direction: column;
  border-top: 1px solid rgba(193, 137, 65, 0.13);
  border-bottom: 0;
}

.doc-modal__title,
.sheet__head h2 {
  flex: 1;
  margin: 0;
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.doc-modal__title em,
.sheet__head h2 em {
  color: var(--ch-gold-soft);
}

.doc-modal__close,
.sheet__close {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(193, 137, 65, 0.22);
  border-radius: 50%;
  background: rgba(20, 28, 40, 0.64);
  color: var(--ch-cream);
  font-size: 16px;
}

.doc-modal__body,
.sheet__body {
  max-height: calc(min(86dvh, 760px) - 64px);
  overflow-y: auto;
  padding: 14px 16px 18px;
  overscroll-behavior: contain;
}

.sheet__body {
  max-height: calc(min(86dvh, 760px) - 146px);
}

.reserva-banner {
  width: 100%;
  display: grid;
  gap: 2px;
  margin-bottom: 14px;
  padding: 13px;
  border: 1px solid rgba(193, 137, 65, 0.28);
  border-radius: 8px;
  background: rgba(193, 137, 65, 0.14);
  text-align: left;
}

.reserva-banner span,
.poster-card__badge,
.evento-meta__k,
.sheet__provisional {
  color: var(--ch-rose);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.reserva-banner strong {
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
}

.cart-section {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.cart-section__title {
  margin: 0;
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
}

.cart-section__title em {
  color: var(--ch-gold-soft);
}

.poster-grid,
.doc-modal__list {
  display: grid;
  gap: 10px;
}

.poster-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(193, 137, 65, 0.16);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.62);
  text-align: left;
}

.poster-card__image {
  position: relative;
  width: 72px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(193, 137, 65, 0.12);
}

.poster-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-card__body {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 3px;
}

.poster-card strong {
  overflow: hidden;
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poster-card small,
.doc-footer-note {
  color: var(--text-secondary);
  font-size: 12px;
}

.doc-footer-note {
  margin: 18px 0 0;
}

.sheet {
  position: fixed;
  inset: 0;
  z-index: 60;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ch-cream);
}

.sheet:not([open]) {
  display: none;
}

.sheet[open] {
  display: grid;
  place-items: end center;
}

.sheet::backdrop {
  background: rgba(3, 7, 10, 0.58);
}

.sheet__scrim {
  position: fixed;
  inset: 0;
  background: rgba(3, 7, 10, 0.58);
}

.sheet__wrap {
  position: relative;
  z-index: 1;
  width: min(100vw, 430px);
  max-height: min(86dvh, 760px);
  overflow: hidden;
  border: 1px solid rgba(193, 137, 65, 0.28);
  border-radius: 16px 16px 0 0;
  background: var(--surface-strong);
  box-shadow: var(--shadow-card);
}

.sheet__head {
  align-items: flex-start;
}

.sheet__provisional {
  align-self: center;
  white-space: nowrap;
}

.step-block {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.step-block h3 {
  margin: 0;
  color: var(--ch-gold-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.field-grid--single {
  grid-template-columns: 1fr;
}

.field {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.field span {
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 800;
}

.field input,
.field select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(193, 137, 65, 0.22);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.74);
  color: var(--ch-cream);
  padding: 10px 11px;
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.table-hit {
  min-height: 62px;
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid rgba(193, 137, 65, 0.18);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.62);
}

.table-hit strong {
  color: var(--ch-cream);
  font-size: 14px;
}

.table-hit span {
  color: var(--text-secondary);
  font-size: 10px;
}

.table-hit.is-selected {
  border-color: rgba(193, 137, 65, 0.68);
  background: rgba(193, 137, 65, 0.16);
}

.table-detail {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(193, 137, 65, 0.2);
  border-radius: 8px;
  background: rgba(10, 18, 26, 0.54);
}

.table-detail strong {
  color: var(--ch-cream);
}

.table-detail > span {
  color: var(--text-secondary);
  font-size: 12px;
}

.table-detail__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.meta-pill {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(193, 137, 65, 0.14);
  color: var(--ch-gold-soft);
  font-size: 10px;
  font-weight: 800;
}

.exp-gallery {
  display: flex;
  gap: 8px;
  margin: 0 -16px;
  padding: 0 16px 4px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.exp-gallery img {
  flex: 0 0 78%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  scroll-snap-align: center;
}

.exp-content {
  display: grid;
  gap: 10px;
}

.exp-content__copy,
.evento-copy {
  margin: 0;
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.42;
}

.exp-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.exp-bullets li {
  padding: 9px;
  border: 1px solid rgba(193, 137, 65, 0.18);
  border-radius: 8px;
  background: rgba(193, 137, 65, 0.1);
  color: var(--ch-cream);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.evento-hero {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.evento-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evento-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(10, 18, 26, 0.96));
}

.evento-hero__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  background: rgba(10, 18, 26, 0.74);
}

.evento-hero__body {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  display: grid;
  gap: 5px;
}

.evento-hero__badge {
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid rgba(193, 137, 65, 0.48);
  border-radius: 999px;
  background: rgba(193, 137, 65, 0.26);
  color: var(--ch-cream);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.evento-hero__title {
  margin: 0;
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  line-height: 1.05;
}

.evento-hero__date {
  color: var(--ch-gold-soft);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.evento-meta {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(193, 137, 65, 0.18);
  border-radius: 8px;
  background: rgba(20, 28, 40, 0.62);
}

.evento-meta__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(193, 137, 65, 0.1);
}

.evento-meta__row:last-child {
  border-bottom: 0;
}

.evento-meta__v {
  color: var(--ch-cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

@media (min-width: 769px) {
  .scroll {
    height: min(100%, 920px);
    border: 1px solid rgba(193, 137, 65, 0.22);
    border-radius: 28px;
  }

  .doc-modal,
  .sheet[open] {
    place-items: center;
  }

  .doc-modal__sheet,
  .sheet__wrap {
    border-radius: 18px;
  }

  .tabs {
    bottom: max(18px, calc((100vh - min(100vh, 920px)) / 2 + 18px));
  }
}

@media (max-width: 380px) {
  .screen {
    padding-left: 12px;
    padding-right: 12px;
  }

  .screen-title {
    font-size: 28px;
  }

  .screen-title--script {
    font-size: 42px;
  }

  .field-grid,
  .table-grid {
    grid-template-columns: 1fr;
  }

  .tab span {
    display: none;
  }
}
