:root {
  --bg: #020617;
  --panel: rgba(8, 20, 36, 0.82);
  --panel-dark: rgba(2, 6, 23, 0.78);
  --line: rgba(45, 212, 191, 0.24);
  --text: #f8fafc;
  --muted: #a6b3c7;
  --soft: #d9f8ff;
  --cyan: #22d3ee;
  --turquoise: #2dd4bf;
  --accent: #67e8f9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(135deg, rgba(25, 247, 232, 0.12), transparent 38%),
    linear-gradient(225deg, rgba(14, 165, 233, 0.12), transparent 36%),
    linear-gradient(180deg, #020617 0%, #06111f 42%, #020617 100%);
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.14;
  background-image: radial-gradient(rgba(255,255,255,.24) 0.7px, transparent 0.7px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.glass {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, var(--panel), var(--panel-dark));
  box-shadow: 0 24px 80px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(34, 211, 238, 0.12);
  background: rgba(2, 6, 23, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.45rem;
  font-weight: 950;
}

.brand span span,
.hero h1 span,
.section-heading small,
.newsletter small {
  background: linear-gradient(90deg, var(--turquoise), var(--cyan), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #04111d;
  background: var(--accent);
  border-radius: 15px;
  box-shadow: 0 0 28px rgba(34,211,238,.45);
}

.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(103, 232, 249, .45);
}

.navbar nav {
  display: flex;
  gap: 28px;
  color: #d9e6f2;
  font-size: 0.94rem;
  font-weight: 750;
}

.navbar nav a:hover { color: var(--accent); }
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions select {
  min-height: 42px;
  padding: 0 10px;
  color: var(--text);
  background: rgba(2, 6, 23, .76);
  border: 1px solid rgba(103, 232, 249, .28);
  border-radius: 12px;
  outline: 0;
}

.header-actions option {
  color: #04111d;
}

.nav-cta,
.search button,
.newsletter button {
  border: 0;
  color: #04111d;
  background: var(--accent);
  font-weight: 950;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.nav-cta {
  padding: 12px 18px;
  border-radius: 16px;
  box-shadow: 0 0 34px rgba(34,211,238,.28);
}
.nav-cta:hover,
.search button:hover,
.newsletter button:hover {
  transform: translateY(-2px);
  background: #a5f3fc;
}

.hero {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 20px 56px;
  overflow: visible;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(45,212,191,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45,212,191,.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.pill,
.tabs button,
.quick-links button {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border: 1px solid rgba(103, 232, 249, .28);
  background: rgba(34, 211, 238, .1);
  color: #baeef7;
  font-weight: 850;
}

.pill {
  margin-bottom: 22px;
  padding: 10px 15px;
  border-radius: 999px;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 6.7rem);
  line-height: .96;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.hero-card {
  position: relative;
  min-height: 380px;
  align-self: center;
  overflow: hidden;
  border-radius: 28px;
}

.hero-card[role="button"] {
  cursor: pointer;
}

.hero-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .44;
}

.hero-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, #020617 10%, rgba(2, 6, 23, .42));
}

.hero-card div {
  position: absolute;
  inset: auto 26px 26px;
  z-index: 1;
}

.hero-card small {
  color: var(--accent);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.hero-card h2 {
  margin: 12px 0 8px;
  font-size: 2rem;
}

.hero-card p {
  color: var(--muted);
  line-height: 1.55;
}

.map-card {
  display: grid;
  gap: 18px;
  align-self: center;
  min-height: 380px;
  padding: 24px;
  overflow: hidden;
  border-radius: 28px;
}

.map-card-copy {
  display: grid;
  gap: 8px;
}

.map-card-copy small,
.map-modal-heading small {
  color: var(--accent);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.map-card-copy h2,
.map-modal-heading h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.map-card-copy p,
.map-modal-heading p,
.map-country-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.concert-map {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(103, 232, 249, .2);
  background:
    linear-gradient(145deg, rgba(14, 165, 233, .16), rgba(2, 6, 23, .2)),
    radial-gradient(circle at 20% 20%, rgba(103, 232, 249, .18), transparent 34%),
    #04111d;
  border-radius: 22px;
}

.concert-map.large {
  min-height: 560px;
}

.concert-map.google-ready {
  background: #04111d;
}

.concert-map.google-ready .gm-style {
  color: #04111d;
  font-family: inherit;
}

.google-map-popup {
  display: grid;
  gap: 4px;
  min-width: 140px;
  color: #04111d;
}

.google-map-popup strong {
  font-size: .98rem;
}

.google-map-popup span {
  color: #334155;
  font-size: .86rem;
  font-weight: 800;
}

.map-empty {
  display: grid;
  min-height: inherit;
  place-items: center;
  padding: 20px;
  color: var(--muted);
  text-align: center;
}

.map-land {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .76;
  filter: drop-shadow(0 12px 32px rgba(0,0,0,.24));
}

.map-grid path {
  fill: none;
  stroke: rgba(148, 163, 184, .11);
  stroke-width: .25;
}

.map-land path {
  fill: rgba(45, 212, 191, .18);
  stroke: rgba(103, 232, 249, .32);
  stroke-width: .45;
}

.map-marker {
  position: absolute;
  display: grid;
  min-width: 38px;
  min-height: 38px;
  place-items: center;
  padding: 5px;
  color: #04111d;
  background: var(--accent);
  border: 2px solid rgba(255,255,255,.68);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(34, 211, 238, .28);
  transform: translate(-50%, -50%) scale(var(--marker-scale, 1));
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.map-marker:hover,
.map-marker:focus,
.map-marker.active {
  transform: translate(-50%, -50%) scale(calc(var(--marker-scale, 1) + .12));
  background: #facc15;
  border-color: #fef9c3;
}

.map-marker strong,
.map-marker span {
  display: block;
  line-height: 1;
}

.map-marker strong {
  font-size: .7rem;
  font-weight: 950;
}

.map-marker span {
  margin-top: 3px;
  font-size: .58rem;
  font-weight: 900;
}

.concert-map.large .map-marker {
  min-width: 34px;
  min-height: 34px;
}

.concert-map.large .map-marker strong {
  font-size: .62rem;
}

.concert-map.large .map-marker span {
  font-size: .52rem;
}

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

.map-stats span {
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(2, 6, 23, .48);
  border-radius: 16px;
}

.map-stats strong {
  font-size: 1.35rem;
  line-height: 1;
}

.map-stats small {
  color: var(--muted);
  font-size: .75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.map-open-button {
  width: 100%;
  min-height: 48px;
  color: #04111d;
  background: var(--accent);
  border: 0;
  border-radius: 16px;
  font-weight: 950;
  cursor: pointer;
}

.search {
  position: relative;
  z-index: 40;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 2fr) minmax(180px, .95fr) minmax(150px, .85fr) minmax(150px, .85fr) auto;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 28px;
  box-shadow: 0 0 0 1px rgba(45, 212, 191, .25), 0 0 35px rgba(45, 212, 191, .16);
}

.search:focus-within {
  z-index: 160;
}

.search label {
  display: grid;
  gap: 9px;
  min-width: 0;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(2, 6, 23, .66);
  border-radius: 18px;
}

.search .wide-field {
  grid-column: auto;
}

.search label span {
  color: #8da0b8;
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.search input,
.search select {
  text-align: center;
}

.search button[type="submit"] {
  justify-self: center;
}

@media (min-width: 1001px) {
  .date-preset-panel {
    grid-column: 5;
    grid-row: 1;
  }

  .search button[type="submit"] {
    grid-column: 5;
    grid-row: 2;
    align-self: start;
    justify-self: center;
    width: 100%;
    min-height: 44px;
  }
}

.date-preset-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  align-self: stretch;
  align-content: center;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(2, 6, 23, .66);
  border-radius: 14px;
}

.date-preset-panel button {
  min-height: 32px;
  padding: 0 8px;
  white-space: nowrap;
  color: var(--accent);
  background: rgba(34, 211, 238, .1);
  border: 1px solid rgba(103, 232, 249, .28);
  border-radius: 10px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .01em;
  cursor: pointer;
}

.date-preset-panel button.active {
  color: #04111d;
  background: var(--accent);
}

.search input,
.search select,
.newsletter input {
  width: 100%;
  color: var(--text);
  background: transparent;
  border: 0;
  outline: 0;
}

.autocomplete {
  position: relative;
  min-width: 0;
  z-index: 60;
}

.autocomplete:focus-within {
  z-index: 120;
}

.suggestions {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 140;
  display: grid;
  gap: 6px;
  max-height: 320px;
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(103, 232, 249, .26);
  background: rgba(2, 6, 23, .98);
  border-radius: 16px;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}

.suggestions button {
  display: grid;
  gap: 3px;
  width: 100%;
  min-height: auto;
  padding: 11px 12px;
  color: var(--text);
  text-align: left;
  background: rgba(8, 20, 36, .86);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  cursor: pointer;
}

.suggestions button:hover,
.suggestions button:focus {
  color: #04111d;
  background: var(--accent);
}

.suggestions span {
  color: inherit;
  font-size: .94rem;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.suggestions small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  text-align: left;
}

.search .suggestions span,
.search .suggestions small {
  text-align: left;
  text-transform: none;
}

.suggestions button:hover small,
.suggestions button:focus small {
  color: #164252;
}

.global-search {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  padding: clamp(20px, 4vw, 34px);
  border-radius: 28px;
}

.global-search h3 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.global-search p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.global-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(2, 6, 23, .68);
  border-radius: 18px;
}

.global-field input {
  min-height: 52px;
  padding: 0 12px;
  color: var(--text);
  background: transparent;
  border: 0;
  outline: 0;
}

.global-field button {
  padding: 0 20px;
  color: #04111d;
  background: var(--accent);
  border: 0;
  border-radius: 14px;
  font-weight: 950;
  cursor: pointer;
}

.concert-card {
  cursor: pointer;
}

.search select option { color: #06111f; }
.search button {
  min-height: 58px;
  padding: 0 24px;
  border-radius: 18px;
}

.quick-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: .86rem;
}

.quick-links button {
  padding: 7px 11px;
  border-radius: 999px;
}

.section,
.newsletter {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 54px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-heading small,
.newsletter small {
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.section-heading h2,
.newsletter h2 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.search-summary {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.section-note {
  max-width: 640px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.section-heading a {
  color: var(--accent);
  font-weight: 850;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.tabs button {
  padding: 10px 15px;
  border-radius: 999px;
  cursor: pointer;
}

.tabs button.active {
  color: #04111d;
  background: var(--accent);
}

.cards {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(270px, 24vw, 320px);
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(103, 232, 249, .45) transparent;
}

.cards.carousel-page {
  overflow: hidden;
}

.cards.carousel-page .concert-card {
  animation: slideInConcerts .45s ease both;
}

@keyframes slideInConcerts {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.compact-cards {
  grid-auto-columns: clamp(230px, 22vw, 280px);
}

.compact-cards .concert-image {
  height: 180px;
}

.compact-cards .concert-title h3 {
  font-size: 1.12rem;
}

.concert-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 26px;
  scroll-snap-align: start;
  transition: transform .25s ease, border-color .25s ease;
}

.concert-actions,
.concert-image,
.concert-info {
  position: relative;
  z-index: 2;
}

.concert-card:hover {
  transform: translateY(-5px);
  border-color: rgba(103, 232, 249, .48);
}

.concert-image {
  position: relative;
  height: 235px;
  overflow: hidden;
}

.concert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.concert-card:hover img { transform: scale(1.06); }

.concert-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, #020617, transparent 68%);
}

.badge-row,
.concert-title {
  position: absolute;
  z-index: 1;
}

.badge-row {
  top: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
}

.badge {
  padding: 6px 10px;
  color: #04111d;
  background: var(--accent);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 950;
}

.badge.outline {
  color: var(--accent);
  background: rgba(2, 6, 23, .65);
  border: 1px solid rgba(103, 232, 249, .45);
}

.concert-title {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.concert-title h3 {
  margin: 0 0 6px;
  font-size: 1.45rem;
}

.concert-title p {
  margin: 0;
  color: var(--accent);
  font-weight: 850;
}

.concert-info {
  padding: 20px;
}

.concert-info p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.5;
}

.concert-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
}

.genre {
  padding: 8px 11px;
  color: var(--accent);
  border: 1px solid rgba(103, 232, 249, .34);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 850;
}

.ticket {
  border: 0;
  padding: 10px 14px;
  color: #04111d;
  background: var(--accent);
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 950;
  cursor: pointer;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.city-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #081424;
  border-radius: 24px;
}

.city-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.city-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, #020617, rgba(2,6,23,.2));
}

.city-card div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
}

.city-card h3 {
  margin: 0 0 6px;
  font-size: 1.5rem;
}

.city-card p { margin: 0; color: var(--soft); font-weight: 850; }

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

.artist-grid .artist-tile {
  display: block;
  text-align: center;
}

.artist-grid img {
  width: 150px;
  height: 150px;
  padding: 5px;
  object-fit: cover;
  border: 2px solid rgba(103, 232, 249, .64);
  border-radius: 999px;
  box-shadow: 0 0 36px rgba(34,211,238,.18);
}

.artist-grid strong,
.artist-grid span {
  display: block;
}

.artist-grid strong {
  margin-top: 14px;
  font-size: 1.2rem;
}

.artist-grid span {
  margin-top: 4px;
  color: var(--accent);
  font-weight: 850;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 54px;
  padding: clamp(24px, 5vw, 46px);
  border-radius: 28px;
}

.newsletter p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.65;
}

.newsletter form {
  display: flex;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(2, 6, 23, .68);
  border-radius: 18px;
}

.newsletter input {
  padding: 0 10px;
  min-height: 50px;
}

.newsletter button {
  padding: 0 20px;
  border-radius: 14px;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(2, 6, 23, .68);
  border-radius: 18px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--accent);
  background: rgba(34, 211, 238, .1);
  border: 1px solid rgba(103, 232, 249, .32);
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, .7);
  background: rgba(103, 232, 249, .18);
}

.social-link svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link.x-logo svg {
  fill: currentColor;
  stroke: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.detail-panel {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 58px;
}

.detail-card {
  position: relative;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 28px;
}

.close-detail {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: var(--text);
  background: rgba(2, 6, 23, .72);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.6rem;
}

.detail-hero {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: end;
}

.detail-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
}

.detail-hero small {
  color: var(--accent);
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.detail-hero h2 {
  margin: 12px 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.detail-hero p,
.detail-body p {
  color: var(--muted);
  line-height: 1.65;
}

.detail-body {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  margin-top: 26px;
}

.detail-body h3 {
  margin: 0 0 12px;
  color: var(--soft);
}

#artistConcerts,
#recommendationList {
  display: grid;
  gap: 10px;
}

#artistConcerts p,
#recommendationList p {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(2, 6, 23, .42);
  border-radius: 16px;
}

#recommendationList a {
  color: var(--accent);
  font-weight: 900;
}

.official-seller-link {
  color: var(--accent);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 0;
}

.official-seller-link:hover {
  color: #a5f3fc;
  text-decoration: none;
}

.price-highlight {
  padding: 14px;
  border: 1px solid rgba(103, 232, 249, .34);
  background: rgba(34, 211, 238, .1);
  border-radius: 16px;
}

.price-highlight strong {
  color: var(--accent);
}

.weather-detail {
  padding: 14px;
  border: 1px solid rgba(45, 212, 191, .3);
  background: rgba(45, 212, 191, .08);
  border-radius: 16px;
}

.weather-detail strong {
  color: var(--accent);
}

.detail-facts {
  display: grid;
  gap: 12px;
}

.detail-facts p {
  margin: 0;
}

.status-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.status-chip,
.detail-link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 8px 11px;
  border: 1px solid rgba(103, 232, 249, .3);
  border-radius: 999px;
  color: var(--accent);
  background: rgba(34, 211, 238, .08);
  font-size: .86rem;
  font-weight: 900;
}

.detail-link {
  margin: 0 8px 8px 0;
}

.like-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(15, 23, 42, .55);
  border-radius: 16px;
}

.like-panel p {
  margin: 0;
}

.like-panel button:disabled {
  cursor: default;
  opacity: .72;
}

.map-modal[hidden] {
  display: none;
}

.map-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(2, 6, 23, .78);
  backdrop-filter: blur(12px);
}

.map-modal-card {
  position: relative;
  display: grid;
  gap: 22px;
  width: min(1180px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 28px;
}

.close-map {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: var(--text);
  background: rgba(2, 6, 23, .72);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.6rem;
}

.map-modal-heading {
  display: grid;
  gap: 8px;
  padding-right: 54px;
}

.map-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: stretch;
}

.map-country-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(103, 232, 249, .2);
  background: rgba(2, 6, 23, .52);
  border-radius: 22px;
}

.map-country-panel h3 {
  margin: 0;
  color: var(--soft);
  font-size: 1.28rem;
}

.map-event-list {
  display: grid;
  gap: 10px;
  max-height: 470px;
  overflow: auto;
  padding-right: 4px;
}

.map-event-list a {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(8, 20, 36, .78);
  border-radius: 14px;
  transition: border-color .2s ease, transform .2s ease;
}

.map-event-list a:hover {
  border-color: rgba(103, 232, 249, .54);
  transform: translateY(-2px);
}

.map-event-list strong {
  color: var(--text);
  font-size: .94rem;
}

.map-event-list span {
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.45;
}

.map-country-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 470px;
  overflow: auto;
  padding-right: 4px;
}

.map-country-buttons button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 42px;
  padding: 10px;
  color: var(--text);
  background: rgba(8, 20, 36, .78);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  cursor: pointer;
}

.map-country-buttons button:hover,
.map-country-buttons button:focus {
  border-color: rgba(103, 232, 249, .54);
}

.map-country-buttons span {
  min-width: 0;
  overflow: hidden;
  font-size: .84rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-country-buttons strong {
  color: var(--accent);
  font-size: .78rem;
}

.not-found-page {
  min-height: calc(100vh - 230px);
  display: grid;
  place-items: center;
  padding: 96px clamp(18px, 5vw, 72px) 64px;
}

.not-found-card {
  position: relative;
  width: min(760px, 100%);
  display: grid;
  justify-items: start;
  gap: 20px;
  padding: clamp(28px, 5vw, 56px);
  overflow: hidden;
}

.not-found-card::after {
  content: "";
  position: absolute;
  inset: auto -12% -42% auto;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 232, 249, .22), transparent 68%);
  pointer-events: none;
}

.not-found-card h1 {
  max-width: 680px;
  margin: 0;
  color: var(--soft);
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  line-height: .95;
}

.not-found-card p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.not-found-primary,
.not-found-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 900;
}

.not-found-primary {
  color: #03111f;
  background: linear-gradient(135deg, var(--accent), #fbbf24);
}

.not-found-secondary {
  color: var(--text);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

.footer {
  display: grid;
  gap: 12px;
  padding: 34px clamp(18px, 4vw, 56px);
  border-top: 1px solid rgba(255,255,255,.1);
  background: rgba(2,6,23,.7);
  color: var(--muted);
}

.footer .brand { color: var(--text); }
.footer p { max-width: 520px; margin: 0; line-height: 1.6; }

@media (max-width: 1000px) {
  .navbar nav { display: none; }
  .hero,
  .newsletter {
    grid-template-columns: 1fr;
  }
  .search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .search .wide-field {
    grid-column: span 2;
  }
  .search > button {
    grid-column: span 2;
  }
  .cards,
  .city-grid,
  .artist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .global-search,
  .detail-hero,
  .detail-body,
  .map-modal-grid {
    grid-template-columns: 1fr;
  }

  .concert-map.large {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .nav-cta { display: none; }
  .brand { font-size: 1.2rem; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 3.2rem; }
  .search,
  .global-field,
  .cards,
  .city-grid,
  .artist-grid {
    grid-template-columns: 1fr;
  }
  .search .wide-field {
    grid-column: span 1;
  }
  .search > button {
    grid-column: span 1;
    justify-self: stretch;
  }
  .date-preset-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 6px;
    gap: 5px;
  }
  .date-preset-panel button {
    min-height: 30px;
    font-size: .64rem;
    padding: 0 6px;
  }
  .suggestions {
    position: static;
    max-height: 240px;
    margin-top: 8px;
  }
  .section-heading {
    display: grid;
    align-items: start;
  }
  .newsletter form {
    display: grid;
  }
  .map-card {
    min-height: auto;
    padding: 18px;
  }
  .concert-map,
  .concert-map.large {
    min-height: 310px;
  }
  .map-marker {
    min-width: 29px;
    min-height: 29px;
    border-width: 1px;
    padding: 3px;
  }
  .map-marker strong,
  .concert-map.large .map-marker strong {
    font-size: .54rem;
  }
  .map-marker span,
  .concert-map.large .map-marker span {
    font-size: .46rem;
  }
  .map-stats {
    grid-template-columns: 1fr;
  }
  .map-modal {
    padding: 10px;
  }
  .map-modal-card {
    max-height: 94vh;
    border-radius: 22px;
  }
}
