:root {
  --bg: #07090d;
  --bg-card: rgba(15, 19, 25, 0.8);
  --text: #efe5cc;
  --muted: #c6bea8;
  --line: rgba(255, 255, 255, 0.1);
  --orange: #ef8f00;
  --red: #b70d2c;
  --cyan: #3f8aa7;
  --hero-size: min(92vw, 680px);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: "Barlow", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    linear-gradient(120deg, rgba(5, 7, 12, 0.92) 0%, rgba(6, 9, 14, 0.84) 42%, rgba(7, 9, 13, 0.78) 100%),
    url("./assets/images/fondedehero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.modal-open {
  overflow: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.08;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 20% 30%, #fff 0.4px, transparent 0.4px),
    radial-gradient(circle at 80% 80%, #fff 0.4px, transparent 0.4px);
  background-size: 3px 3px, 5px 5px;
}

.backglow {
  position: fixed;
  z-index: 0;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  filter: blur(65px);
  opacity: 0.2;
  pointer-events: none;
}

.backglow-a {
  left: -10vw;
  top: 14vh;
  background: #b70d2c;
  animation: floatA 12s ease-in-out infinite alternate;
}

.backglow-b {
  right: -8vw;
  top: 52vh;
  background: #1a6682;
  animation: floatB 10s ease-in-out infinite alternate;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px clamp(16px, 4vw, 36px);
  background: rgba(7, 9, 13, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: clamp(28px, 3vw, 38px);
  width: auto;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #f3e5c9;
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.menu-toggle-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.menu-toggle-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-toggle-label {
  line-height: 1;
}

.topbar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.topbar nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
}

.topbar nav a:hover {
  color: #fff;
}

.topbar .btn-mini {
  display: inline-flex;
}

main,
.footer {
  position: relative;
  z-index: 2;
}

.section {
  width: min(1120px, 94vw);
  margin: 0 auto;
  padding: clamp(36px, 7vw, 80px) 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.quote-divider {
  width: min(1120px, 94vw);
  margin: -6px auto 4px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  color: #f2d39f;
}

.quote-divider::before,
.quote-divider::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 200, 109, 0.45), transparent);
}

.quote-divider p {
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 200, 109, 0.24);
  border-radius: 999px;
  background: rgba(10, 12, 17, 0.45);
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 2px;
}

.quote-location {
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: clamp(0.72rem, 1.2vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f7c977;
  opacity: 0.92;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 52px);
  min-height: min(980px, 100vh);
}

.kicker,
.eyebrow {
  margin: 0 0 10px;
  color: #ffbc5d;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

h1 {
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.lede {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  max-width: 52ch;
}

.quick-data {
  margin-top: 22px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-data article {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.03), transparent);
}

.quick-data h3 {
  font-size: 1.35rem;
}

.quick-data p {
  margin: 4px 0 0;
  color: #d0c9b9;
}

.countdown {
  margin-top: 14px;
  border-style: dashed;
  border-color: rgba(255, 200, 109, 0.34);
}

.countdown-kicker {
  margin: 0 0 10px;
  color: #f8c876;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-size: 0.8rem;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.countdown-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 8px 6px;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
}

.countdown-value {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 4.3vw, 2.8rem);
  line-height: 0.88;
  color: #ffd783;
}

.countdown-label {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #cebfa0;
  font-weight: 700;
}

.countdown-foot {
  margin: 10px 0 0;
  color: #e4d2ad;
  font-size: 0.88rem;
}

.passport-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px dashed rgba(255, 200, 109, 0.55);
  border-radius: 10px;
  background: rgba(183, 13, 44, 0.14);
  color: #f6d7a1;
  font-weight: 700;
}

.cta-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #13100c;
  background: linear-gradient(135deg, #ffd17b, var(--orange));
  box-shadow: 0 8px 26px rgba(239, 143, 0, 0.35);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(150deg, rgba(183, 13, 44, 0.48), rgba(183, 13, 44, 0.2));
}

.btn-mini {
  padding: 8px 12px;
  font-size: 0.78rem;
  background: linear-gradient(135deg, #ffcc69, #ef8f00);
  color: #111;
}

.hero-stage {
  position: relative;
  width: var(--hero-size);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45), 0 0 90px rgba(183, 13, 44, 0.2);
}

.layer,
.glow,
.water {
  position: absolute;
  inset: -2%;
  background-image: url("./BASE.jpeg");
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.layer {
  animation: drift 7s ease-in-out infinite alternate;
}

.layer-bg {
  inset: 0;
  transform: scale(1.05);
  filter: contrast(1.06) saturate(0.9);
}

.layer-title {
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 32%);
}

.layer-claw {
  clip-path: polygon(0 14%, 100% 8%, 100% 54%, 82% 51%, 72% 46%, 30% 46%, 11% 43%, 0 48%);
}

.layer-eye {
  clip-path: ellipse(33% 23% at 51% 44%);
  filter: contrast(1.15) saturate(1.25);
  animation-duration: 5s;
}

.layer-logo {
  clip-path: polygon(0 50%, 59% 50%, 59% 84%, 0 90%);
}

.layer-date {
  clip-path: polygon(57% 55%, 100% 55%, 100% 93%, 57% 93%);
}

.layer-footer {
  clip-path: polygon(0 84%, 100% 83%, 100% 100%, 0 100%);
}

.glow {
  background-image: none;
}

.glow-eye {
  clip-path: ellipse(32% 22% at 50% 44%);
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 45% 44%, rgba(255, 210, 105, 0.44), transparent 36%),
    radial-gradient(circle at 54% 43%, rgba(255, 82, 0, 0.28), transparent 42%);
  animation: pulse 2.8s ease-in-out infinite;
}

.water {
  inset: 56% -5% -4%;
  background-image:
    repeating-linear-gradient(108deg, rgba(42, 136, 166, 0.24) 0 8px, rgba(7, 20, 30, 0.12) 8px 16px),
    radial-gradient(circle at 48% 8%, rgba(255, 255, 255, 0.17), transparent 60%);
  mix-blend-mode: screen;
  animation: tide 4s linear infinite;
}

.section-head {
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(2rem, 5vw, 3.8rem);
  text-transform: uppercase;
  line-height: 0.92;
}

.service-intro {
  margin: 12px 0 0;
  max-width: 68ch;
  color: #d6ccb6;
  font-weight: 600;
}

.service-nearby {
  margin: 8px 0 0;
  max-width: 68ch;
  color: #f5cd83;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(160deg, var(--bg-card), rgba(9, 11, 16, 0.76));
  padding: clamp(16px, 2.2vw, 24px);
}

.mistica-grid,
.ritual-grid {
  display: grid;
  gap: 14px;
}

.mistica-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.ritual-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.normas-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.credencial {
  position: relative;
  overflow: hidden;
  border-style: dashed;
  border-color: rgba(255, 202, 117, 0.35);
  background:
    linear-gradient(170deg, rgba(13, 16, 22, 0.9), rgba(14, 17, 20, 0.75)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 6px);
}

.cred-top {
  margin: 0 0 6px;
  color: #f4bf64;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.78rem;
}

.cred-meta {
  margin: 5px 0 0;
  color: var(--muted);
}

.cred-stamp {
  margin: 14px 0 0;
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid rgba(196, 30, 66, 0.8);
  color: #f794a5;
  border-radius: 999px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
}

.ruta-renga h3 {
  margin-bottom: 10px;
}

.route-steps {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.route-steps li {
  position: relative;
  padding: 10px 10px 10px 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  color: #dfd7c2;
}

.route-steps li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c41e42;
  box-shadow: 0 0 12px rgba(196, 30, 66, 0.6);
}

.route-steps strong {
  color: #f7c26c;
  letter-spacing: 0.02em;
}

.manifesto {
  position: relative;
  overflow: hidden;
}

.manifesto::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% -20%;
  height: 170px;
  background: radial-gradient(circle at center, rgba(239, 143, 0, 0.36), transparent 72%);
  pointer-events: none;
}

.chip-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rengo-chip {
  border: 1px dashed rgba(255, 202, 117, 0.7);
  border-radius: 8px;
  padding: 7px 10px;
  color: #f8d39c;
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(0, 0, 0, 0.2);
}

.sticker-wall h3 {
  margin-bottom: 12px;
}

.stickers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sticker {
  display: grid;
  place-items: center;
  min-height: 64px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background:
    linear-gradient(150deg, rgba(183, 13, 44, 0.52), rgba(13, 15, 20, 0.55)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 4px);
  transform: translate3d(var(--tx, 0), var(--ty, 0), 0) rotate(calc(var(--rotate, -2deg) + var(--rz, 0deg)));
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.25);
}

.sticker:nth-child(2n) { --rotate: 2deg; }
.sticker:nth-child(3n) { --rotate: -3deg; }

.song-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.song-list li {
  padding: 10px 12px;
  border-left: 3px solid #ef8f00;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  font-weight: 700;
  color: #f2e7cf;
}

.spotify-embed {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 12px;
}

.code-panel .checks li::before {
  background: #c41e42;
  box-shadow: 0 0 12px rgba(196, 30, 66, 0.65);
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
}

.checks {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.checks li {
  position: relative;
  padding-left: 20px;
  color: #ddd6c3;
}

.checks li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  position: absolute;
  left: 0;
  top: 0.45em;
  box-shadow: 0 0 12px rgba(239, 143, 0, 0.6);
}

.atmosphere {
  position: relative;
  overflow: hidden;
}

.atmosphere::after {
  content: "";
  position: absolute;
  inset: auto -20% -30% -20%;
  height: 140px;
  background: radial-gradient(circle at center, rgba(183, 13, 44, 0.45), transparent 70%);
}

.stats-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat {
  text-align: center;
}

.stat-num {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  line-height: 1;
  color: #ffcc6e;
}

.stat-label {
  margin: 4px 0 0;
  color: var(--muted);
}

.service-grid {
  margin-top: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-item h3 {
  font-size: 1.45rem;
  margin-bottom: 6px;
}

.service-item p {
  margin: 0;
  color: var(--muted);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.day {
  margin: 0 0 8px;
  color: #ffb24c;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.8rem;
  font-weight: 800;
}

.pricing {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.price-kicker {
  margin: 0;
  color: #f5c97f;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.78rem;
}

.pass-emphasis {
  margin: 8px 0 0;
  color: #f2dbb0;
  font-weight: 700;
}

.passport-disclaimer {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(196, 30, 66, 0.6);
  border-radius: 10px;
  background: rgba(196, 30, 66, 0.12);
  color: #ffd0d8;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.45;
}

.price {
  margin: 6px 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 0.9;
}

.ticket-grid,
.stores-grid,
.extras-grid,
.location-grid {
  display: grid;
  gap: 12px;
}

.ticket-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stores-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stores-grid .panel {
  text-align: center;
}

.stores-grid h3 {
  margin-bottom: 8px;
}

.stores-grid p {
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: #f1e6cc;
  font-weight: 700;
}

.store-map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 222, 159, 0.78);
  background: linear-gradient(135deg, #ffd98e, #f2a21a);
  color: #130f0a;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 26px rgba(239, 143, 0, 0.36);
}

.store-map-link:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 14px 28px rgba(239, 143, 0, 0.42);
}

.store-map-link:active {
  transform: translateY(0);
}

.store-map-link:focus-visible {
  outline: 2px solid #ffe1a8;
  outline-offset: 3px;
}

.extras-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.location-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
}

.location-info h3 {
  margin-top: 0;
  font-size: 1.45rem;
}

.location-info p {
  margin: 6px 0 14px;
  color: var(--muted);
}

.map-panel {
  padding: 0;
  overflow: hidden;
}

.map-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.ticket-price {
  margin: 4px 0 16px;
  font-weight: 800;
  color: #ffd27a;
  font-size: 1.3rem;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  margin: 10px 0 0;
  color: var(--muted);
}

.footer {
  text-align: center;
  padding-top: 10px;
}

.footer .cta-row {
  justify-content: center;
  align-items: center;
}

.footer-meta {
  margin: 14px 0 0;
  color: #d6ccb6;
  font-size: 0.86rem;
  font-weight: 600;
}

.reserve-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.reserve-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.reserve-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 6, 9, 0.76);
  backdrop-filter: blur(5px);
}

.reserve-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(96vw, 640px);
  max-height: min(90vh, 760px);
  overflow: auto;
  border-color: rgba(255, 200, 109, 0.4);
  background: linear-gradient(165deg, rgba(12, 16, 23, 0.98), rgba(8, 11, 16, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.58);
}

.reserve-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #efe5cc;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.reserve-modal__eyebrow {
  margin: 0;
  color: #f8bf63;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 800;
}

.reserve-modal__dialog h3 {
  margin-top: 6px;
  font-size: clamp(1.9rem, 4.5vw, 2.5rem);
  line-height: 0.94;
}

.reserve-modal__highlight {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px dashed rgba(255, 200, 109, 0.52);
  border-radius: 10px;
  color: #f7d49d;
  background: rgba(183, 13, 44, 0.13);
  font-weight: 700;
}

.reserve-modal__copy {
  margin: 10px 0 0;
  color: #e8dcc2;
  line-height: 1.45;
}

.reserve-modal__question {
  margin: 12px 0 0;
  color: #f3dfb8;
  font-weight: 700;
}

.reserve-modal__field {
  display: block;
  margin-top: 12px;
  margin-bottom: 6px;
  color: #f3dfb8;
  font-weight: 700;
  font-size: 0.9rem;
}

.reserve-modal__input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #efe5cc;
  font-size: 0.95rem;
}

.reserve-modal__input::placeholder {
  color: #b6ac97;
}

.reserve-modal__input:focus-visible {
  outline: 2px solid rgba(255, 209, 123, 0.6);
  outline-offset: 1px;
}

.reserve-modal__feedback {
  min-height: 1.25em;
  margin: 8px 0 0;
  font-size: 0.84rem;
  font-weight: 700;
}

.reserve-modal__feedback.is-error {
  color: #ffb5c1;
}

.reserve-modal__feedback.is-success {
  color: #b2f6c8;
}

.reserve-modal__actions {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.reserve-modal__actions .btn {
  width: 100%;
}

.reserve-modal__ticket-link {
  color: #ffd483;
  text-decoration: underline;
  text-align: center;
  font-weight: 700;
}

.reserve-modal__cancel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
  color: #e4d8be;
  font-weight: 700;
  cursor: pointer;
}

.mobile-reserve-cta {
  display: none;
}

.floating-chatbot {
  position: fixed;
  right: 16px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #2fe773, #18b956);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  z-index: 41;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42), 0 0 24px rgba(47, 231, 115, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-chatbot:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45), 0 0 26px rgba(47, 231, 115, 0.42);
}

.floating-chatbot svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chatbot-shell {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.chatbot-toggle {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd17b, var(--orange));
  color: #15110c;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(239, 143, 0, 0.32);
}

.chatbot-panel {
  width: min(94vw, 360px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(11, 15, 21, 0.95), rgba(11, 13, 18, 0.95));
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}

.chatbot-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.chatbot-title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
}

.chatbot-subtitle {
  margin: 2px 0 0;
  font-size: 0.74rem;
  color: #cfc5ae;
}

.chatbot-close {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  color: #efe5cc;
  background: transparent;
  font-size: 0.72rem;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.chatbot-quick {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 10px 12px 0;
}

.chatbot-quick button {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #e8dcc1;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
}

.chatbot-quick button:hover {
  border-color: rgba(255, 209, 123, 0.7);
  color: #ffd17b;
}

.chatbot-messages {
  min-height: 240px;
  max-height: min(55vh, 380px);
  overflow-y: auto;
  padding: 12px;
  display: grid;
  gap: 8px;
}

.chatbot-msg {
  max-width: 90%;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.9rem;
  line-height: 1.35;
  white-space: pre-wrap;
}

.chatbot-msg.user {
  justify-self: end;
  background: rgba(239, 143, 0, 0.25);
  border: 1px solid rgba(239, 143, 0, 0.45);
}

.chatbot-msg.bot {
  justify-self: start;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.chatbot-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.chatbot-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #efe5cc;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.88rem;
}

.chatbot-form input::placeholder {
  color: #afa692;
}

.chatbot-form button {
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffd17b, var(--orange));
  color: #13100c;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}

blockquote {
  margin: 0 auto;
  max-width: 860px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.6rem, 3.6vw, 2.8rem);
  line-height: 1;
  letter-spacing: 0.03em;
  color: #f5d9a6;
}

@keyframes drift {
  from { transform: translateY(-0.6%) scale(1.01); }
  to { transform: translateY(0.6%) scale(1.01); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.38; }
  50% { opacity: 0.78; }
}

@keyframes tide {
  from { transform: translate3d(-2%, 1%, 0); }
  to { transform: translate3d(2%, -1%, 0); }
}

@keyframes floatA {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(5vw, 4vh, 0); }
}

@keyframes floatB {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-6vw, -3vh, 0); }
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
  }

  .quick-data {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .normas-grid {
    grid-template-columns: 1fr;
  }

  .mistica-grid,
  .ritual-grid {
    grid-template-columns: 1fr;
  }

  .stores-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .chatbot-shell {
    right: 10px;
    bottom: 12px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 86px;
  }

  .topbar {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 10px 10px 12px;
    text-align: left;
  }

  .brand {
    width: auto;
    justify-content: flex-start;
  }

  .brand-logo {
    height: 34px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .topbar nav {
    width: 100%;
    grid-column: 1 / -1;
    margin-top: 4px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(7, 9, 13, 0.92);
    gap: 8px;
    display: grid;
  }

  .topbar.menu-ready nav {
    display: none;
  }

  .topbar.menu-ready.menu-open nav {
    display: grid;
  }

  .topbar nav a {
    text-align: center;
    font-size: 0.9rem;
    padding: 9px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
  }

  .topbar .btn-mini {
    display: none;
  }

  .split,
  .pricing,
  .mistica-grid,
  .ritual-grid,
  .normas-grid,
  .ticket-grid,
  .stores-grid,
  .extras-grid,
  .location-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .stickers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-content,
  .section-head,
  .quick-data article,
  .location-info,
  .footer {
    text-align: center;
  }

  .lede,
  .passport-note,
  .service-intro,
  .service-nearby {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-divider {
    grid-template-columns: 1fr;
  }

  .quote-divider::before,
  .quote-divider::after {
    display: none;
  }

  .mobile-reserve-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 30;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
    color: #13100c;
    background: linear-gradient(135deg, #ffd17b, var(--orange));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 24px rgba(239, 143, 0, 0.35);
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .mobile-reserve-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .floating-chatbot {
    right: 12px;
    bottom: max(84px, calc(env(safe-area-inset-bottom) + 74px));
    width: 56px;
    height: 56px;
  }

  .pricing {
    gap: 14px;
  }

  .btn:not(.btn-mini) {
    width: 100%;
  }

  .reserve-modal {
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .layer,
  .glow-eye,
  .water,
  .backglow {
    animation: none !important;
  }

  .mobile-reserve-cta {
    transition: none !important;
  }

  .floating-chatbot {
    transition: none !important;
  }

  .sticker {
    transition: none !important;
  }

  .reserve-modal {
    transition: none !important;
  }
}
