:root {
  --tm-blue: #0d53db;
  --tm-dark: #20262d;
  --tm-text: #1d2430;
  --tm-muted: #657084;
  --tm-border: #d9dde5;
  --tm-bg: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  color: var(--tm-text);
  background: var(--tm-bg);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.topbar {
  background: var(--tm-blue);
}

.topbar-inner {
  width: min(1240px, calc(100% - 32px));
  min-height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  color: #fff;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.topnav {
  display: flex;
  gap: 40px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.topnav a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.hero img {
  width: 100%;
  max-height: 780px;
  object-fit: cover;
}

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

.tickets-section {
  padding-top: 58px;
}

.urgency-banner {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 0;
}

.urgency-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #e41d2d;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.ticket-list {
  border: 1px solid #e0e4ea;
  box-shadow: 0 3px 12px rgba(22, 34, 54, 0.08);
}

.ticket-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 194px;
  align-items: center;
  gap: 22px;
  padding: 18px 24px;
  background: #fff;
  border-bottom: 1px solid var(--tm-border);
}

.ticket-card:last-child {
  border-bottom: 0;
}

.ticket-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: var(--tm-blue);
  color: #fff;
  border-radius: 4px;
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
}

.ticket-copy h2 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.ticket-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: var(--tm-muted);
  font-size: 16px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 9px;
  border: 1px solid #cfd5de;
  border-radius: 4px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.status::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.status-live {
  color: #0b8b51;
}

.status-soldout {
  color: #d9480f;
}

.action-button {
  justify-self: end;
  min-width: 160px;
  padding: 14px 18px;
  text-align: center;
  background: var(--tm-blue);
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 900;
}

.action-button::after {
  content: ">";
  margin-left: 12px;
  font-size: 26px;
  line-height: 0;
  vertical-align: middle;
}

.action-button.is-disabled {
  cursor: default;
}

.event-banner {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 44px;
  background: var(--tm-blue);
  color: #fff;
}

.event-banner-title {
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
}

.event-banner-copy {
  text-align: right;
}

.event-banner-copy strong,
.event-banner-copy span {
  display: block;
}

.event-banner-copy strong {
  font-size: 26px;
  font-weight: 700;
}

.event-banner-copy span {
  font-size: 21px;
  font-weight: 700;
}

.map-section img {
  width: 100%;
}

.about-section {
  padding: 52px 0 28px;
}

.ticketmaster-stamp {
  margin-bottom: 42px;
  color: var(--tm-blue);
  font-size: 38px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.about-text {
  max-width: 1220px;
  font-size: 17px;
  line-height: 1.65;
}

.about-text p {
  margin: 0 0 18px;
}

.about-text a {
  color: var(--tm-blue);
}

.about-text h3 {
  margin: 28px 0 14px;
  font-size: 22px;
}

.tour-dates {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.venue-section {
  padding: 34px 0 64px;
}

.venue-map-wrap {
  position: relative;
}

.venue-map-card {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 2px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  font-size: 15px;
  max-width: 320px;
}

.venue-map-card strong {
  font-size: 18px;
}

.venue-link {
  margin-top: 10px;
  color: var(--tm-blue);
  font-weight: 800;
}

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

.faq-section {
  padding: 26px 0 60px;
}

.faq-section h2 {
  margin: 0 0 34px;
  font-size: 18px;
  font-weight: 900;
}

.faq-list {
  background: #fff;
}

.faq-item {
  border-bottom: 1px solid var(--tm-border);
}

.faq-item summary {
  position: relative;
  padding: 24px 40px 24px 0;
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  color: var(--tm-blue);
  font-size: 30px;
  font-weight: 900;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--tm-muted);
  font-size: 16px;
}

.footer {
  background: var(--tm-dark);
  color: #fff;
}

.footer-inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 52px 0 44px;
}

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

.footer-columns h3 {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 800;
}

.footer-columns a {
  display: block;
  margin-bottom: 11px;
  color: #fff;
  font-size: 16px;
}

.footer-brand {
  margin: 42px 0 28px;
  color: #fff;
  font-size: 52px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
  opacity: 0.9;
}

.footer-bottom {
  text-align: right;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 900px) {
  .topbar-inner,
  .section,
  .footer-inner {
    width: min(100% - 24px, 1240px);
  }

  .event-banner,
  .footer-columns {
    flex-direction: column;
  }

  .topbar-inner {
    min-height: 60px;
  }

  .topnav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    background: #f7f7f7;
  }

  .hero img {
    max-height: none;
    object-fit: contain;
  }

  .ticket-card {
    grid-template-columns: 56px minmax(0, 1fr) 52px;
    gap: 14px;
    padding: 20px 14px;
  }

  .urgency-badge {
    font-size: 15px;
  }

  .action-button {
    grid-column: auto;
    justify-self: end;
    min-width: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    font-size: 0;
    display: grid;
    place-items: center;
  }

  .action-button::after {
    margin-left: 0;
    font-size: 28px;
    line-height: 1;
  }

  .ticket-copy h2 {
    margin-bottom: 4px;
    font-size: 21px;
    line-height: 1;
  }

  .ticket-meta {
    gap: 6px 8px;
    font-size: 15px;
  }

  .ticket-meta .status {
    order: 10;
    margin-top: 4px;
  }

  .tickets-section {
    padding-top: 26px;
  }

  .event-banner {
    margin-top: 72px;
    padding: 24px 20px;
  }

  .event-banner-title {
    font-size: 46px;
  }

  .event-banner-copy {
    text-align: left;
  }

  .event-banner-copy strong {
    font-size: 22px;
  }

  .event-banner-copy span {
    font-size: 18px;
  }

  .map-section img {
    margin-top: 22px;
  }

  .about-section {
    padding-top: 36px;
  }

  .ticketmaster-stamp {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .about-text {
    font-size: 16px;
    line-height: 1.55;
  }

  .venue-section {
    padding: 24px 0 44px;
  }

  .venue-map-card {
    position: static;
    max-width: none;
    margin-bottom: 16px;
  }

  .venue-map-frame {
    height: 320px;
  }

  .faq-section {
    padding-top: 12px;
  }

  .faq-item summary {
    padding: 20px 34px 20px 0;
    font-size: 17px;
  }

  .footer {
    padding-bottom: 10px;
  }

  .footer-columns {
    gap: 24px;
  }

  .footer-brand {
    font-size: 40px;
  }

  .footer-bottom {
    text-align: left;
  }
}
