* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background-color: #f5f0e8;
}

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

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #2a2d34;
}

.page-content {
  min-height: 70vh;
  padding-top: 130px;
  background-color: #f5f0e8;
}

.content-section {
  padding: 72px 0;
}
.content-section h1 {
  margin: 0 0 24px;
  color: #6b1d3a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
}
.content-section p {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .page-content {
    padding-top: 86px;
  }
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-height: 86px;
  background: linear-gradient(180deg, rgba(42, 45, 52, 0.88) 0%, rgba(42, 45, 52, 0.52) 58%, rgba(42, 45, 52, 0.12) 100%);
}
.site-header .navbar {
  min-height: 86px;
  padding: 0;
}
.site-header .container {
  min-height: 86px;
  display: flex;
  align-items: center;
  max-width: 1188px;
  padding-inline: 46px;
}

.home-page .site-header {
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 1.6s;
}

.home-page.curtain-is-open .site-header {
  opacity: 1;
  transform: translateY(0);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-right: 44px;
  text-decoration: none;
}
.site-logo img {
  width: 82px;
  height: auto;
}

.site-logo-text {
  display: grid;
  gap: 2px;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.site-logo-text small {
  color: #d4a843;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navbar-collapse {
  align-items: center;
}

.navbar-nav {
  align-items: center;
  gap: 42px;
}

.site-header .navbar-nav .nav-link.active {
  color: #f5f0e8;
}

.nav-link {
  position: relative;
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px !important;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #f5f0e8;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s ease;
}
.nav-link:hover, .nav-link:focus-visible {
  color: #d4a843;
}
.nav-link.active {
  color: #f5f0e8;
}
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 1px;
  background-color: #d4a843;
  transform: translateX(-50%);
}

.btn-reservation {
  min-width: 224px;
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-left: 34px;
  background-color: #d4a843;
  color: #2a2d34;
  border: 2px solid #d4a843;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn-reservation:hover, .btn-reservation:focus-visible {
  background-color: transparent;
  color: #d4a843;
  border-color: #d4a843;
}

.navbar-toggler {
  width: 48px;
  height: 48px;
  margin-left: auto;
  border: 1px solid rgba(245, 240, 232, 0.4);
  border-radius: 0;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.35);
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

/* Tablet and mobile */
@media (max-width: 991.98px) {
  .site-header {
    min-height: 86px;
  }
  .site-header .navbar {
    min-height: 86px;
  }
  .site-header .container {
    min-height: 86px;
    padding-inline: 20px;
  }
  .site-logo {
    gap: 8px;
    margin-right: 0;
  }
  .site-logo img {
    width: 54px;
  }
  .site-logo-text {
    font-size: 13px;
  }
  .site-logo-text small {
    font-size: 6px;
  }
  .navbar-collapse {
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    padding: 24px;
    background-color: #2a2d34;
    box-shadow: 0 12px 24px rgba(42, 45, 52, 0.25);
  }
  .navbar-nav {
    align-items: flex-start;
    gap: 4px;
  }
  .nav-link {
    width: 100%;
    min-height: auto;
    padding: 14px 0 !important;
  }
  .nav-link.active::after {
    left: 0;
    bottom: 4px;
    width: 42px;
    transform: none;
  }
  .btn-reservation {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .site-header .container {
    padding-inline: 28px;
  }
  .site-logo {
    margin-right: 28px;
  }
  .site-logo img {
    width: 70px;
  }
  .site-logo-text {
    font-size: 17px;
  }
  .navbar-nav {
    gap: 24px;
  }
  .btn-reservation {
    min-width: 188px;
    margin-left: 24px;
  }
}
.shows-grid {
  display: flex;
  gap: 28px;
  align-items: start;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.shows-grid::-webkit-scrollbar {
  display: none;
}

.shows-carousel {
  position: relative;
  padding-inline: 64px;
}

.shows-nav {
  position: absolute;
  top: 194px;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #f5f0e8;
  background-color: #6b1d3a;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(42, 45, 52, 0.22);
  cursor: pointer;
}
.shows-nav .bi {
  display: block;
  font-size: 28px;
  line-height: 1;
}
.shows-nav--prev {
  left: 0;
}
.shows-nav--next {
  right: 0;
}

.show-card {
  flex: 0 0 196px;
  scroll-snap-align: start;
  width: 100%;
  height: 442px;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background-color: #2a2d34;
  box-shadow: 0 4px 10px rgba(42, 45, 52, 0.25), 0 14px 28px rgba(42, 45, 52, 0.18);
}

.show-card__media {
  position: relative;
  width: 100%;
  height: 258px;
  overflow: hidden;
}

.show-card__image {
  width: 100%;
  height: 258px;
  object-fit: cover;
}

.show-card__badge {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  background-color: #6b1d3a;
  color: #f5f0e8;
  text-align: center;
  line-height: 1;
}
.show-card__badge span {
  display: block;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2em;
}
.show-card__badge small {
  display: block;
  margin-top: 3px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.2em;
  text-transform: none;
}

.show-card .card-body {
  height: 184px;
  display: flex;
  flex-direction: column;
  padding: 14px 6px 18px;
  background-color: #2a2d34;
}

.show-card__title {
  width: 158px;
  min-height: 52px;
  margin: 0 0 13px;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.show-card__category {
  margin: 0;
  color: #d4a843;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.show-card__schedule {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  color: #f5f0e8;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.show-card__schedule .bi {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5f0e8;
  font-size: 25px;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .shows-grid {
    gap: 28px;
  }
}
@media (max-width: 991.98px) {
  .shows-carousel {
    padding-inline: 56px;
  }
  .show-card {
    flex-basis: 220px;
  }
}
@media (max-width: 767.98px) {
  .featured-shows .shows-carousel {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding-inline: 0;
    position: relative;
  }
  .featured-shows .shows-grid {
    display: block;
    width: clamp(300px, 58vw, 430px);
    margin: 0 auto;
    overflow: visible;
    scroll-snap-type: none;
  }
  .featured-shows .show-card {
    flex: none;
    display: none;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 7px rgba(42, 45, 52, 0.28), 0 10px 18px rgba(42, 45, 52, 0.2);
  }
  .featured-shows .show-card:first-child {
    display: block;
  }
  .featured-shows .show-card__media {
    position: relative;
    width: 100%;
    height: 390px;
    overflow: hidden;
  }
  .featured-shows .show-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .featured-shows .show-card__badge {
    width: 42px;
    height: 42px;
  }
  .featured-shows .show-card__badge span {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.14em;
  }
  .featured-shows .show-card__badge small {
    margin-top: 2px;
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 0.14em;
  }
  .featured-shows .show-card .card-body {
    height: auto;
    min-height: 158px;
    padding: 18px 16px 20px;
  }
  .featured-shows .show-card__title {
    width: 100%;
    min-height: auto;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.14em;
  }
  .featured-shows .show-card__category {
    font-size: 10px;
    line-height: 16px;
  }
  .featured-shows .show-card__schedule {
    gap: 8px;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .featured-shows .show-card__schedule .bi {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
  .featured-shows .shows-nav {
    position: absolute;
    top: 168px;
    z-index: 2;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #6b1d3a;
    border: 0;
    border-radius: 50%;
    color: #f5f0e8;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(42, 45, 52, 0.22);
  }
  .featured-shows .shows-nav .bi {
    display: block;
    font-size: 28px;
    line-height: 1;
  }
  .featured-shows .shows-nav--prev {
    left: max(8px, 50% - 300px);
  }
  .featured-shows .shows-nav--next {
    right: max(8px, 50% - 300px);
  }
}
@media (max-width: 420px) {
  .featured-shows .shows-grid {
    width: min(310px, 100vw - 88px);
  }
  .featured-shows .show-card__media {
    height: 340px;
  }
  .featured-shows .shows-nav {
    width: 46px;
    height: 46px;
    top: 150px;
  }
  .featured-shows .shows-nav .bi {
    font-size: 24px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  color: #f5f0e8;
  background-color: #2a2d34;
  font-family: "Inter", Arial, sans-serif;
}
.footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #d4a843;
  content: "";
}
.footer__container {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}
.footer__content {
  align-items: flex-start;
  row-gap: 2.5rem;
}
.footer__brand {
  max-width: 225px;
}
.footer__logo-link {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}
.footer__logo-link:hover {
  color: #f5f0e8;
}
.footer__logo-link span {
  display: block;
  margin-top: 0.35rem;
  color: #d4a843;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.footer__description {
  max-width: 225px;
  margin: 0;
  color: #f5f0e8;
  font-size: 14px;
  line-height: 1.35;
}
.footer__title {
  margin: 0 0 1.1rem;
  color: #d4a843;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer__list, .footer__social-list, .footer__legal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.footer__link {
  display: inline-block;
  color: #f5f0e8;
  font-size: 0.78rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color 200ms ease, transform 200ms ease;
}
.footer__link:hover {
  color: #d4a843;
  transform: translateX(3px);
}
.footer__link:focus-visible {
  color: #d4a843;
  outline: 2px solid #d4a843;
  outline-offset: 4px;
}
.footer__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}
.footer__social-link {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #2a2d34;
  background-color: #f5f0e8;
  border: 1px solid #f5f0e8;
  border-radius: 50%;
  font-size: 1rem;
  text-decoration: none;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}
.footer__social-link:hover {
  color: #2a2d34;
  background-color: #d4a843;
  border-color: #d4a843;
  transform: translateY(-3px);
}
.footer__social-link:focus-visible {
  outline: 3px solid #d4a843;
  outline-offset: 4px;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: 0 0 1.25rem;
  font-style: normal;
}
.footer__booking-button {
  width: 160px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2a2d34;
  background-color: #d4a843;
  border: 2px solid #d4a843;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 200ms ease, background-color 200ms ease, transform 200ms ease;
}
.footer__booking-button:hover, .footer__booking-button:focus {
  color: #d4a843;
  background-color: transparent;
  border-color: #d4a843;
  transform: translateY(-2px);
}
.footer__booking-button:focus-visible {
  outline: 3px solid #f5f0e8;
  outline-offset: 3px;
}
.footer__bottom {
  position: relative;
  padding: 1.8rem 0;
  background-color: #2a2d34;
}
.footer__bottom::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #d4a843;
  content: "";
}
.footer__copyright {
  margin: 0;
  color: #f5f0e8;
  font-size: 0.68rem;
}
.footer__legal-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.footer__legal-link {
  color: #f5f0e8;
  font-size: 0.68rem;
  text-decoration: none;
  transition: color 200ms ease;
}
.footer__legal-link:hover {
  color: #d4a843;
}
.footer__legal-link:focus-visible {
  color: #d4a843;
  outline: 2px solid #d4a843;
  outline-offset: 4px;
}

@media (max-width: 991.98px) {
  .footer__container {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  .footer__brand {
    max-width: 100%;
  }
  .footer__legal-list {
    justify-content: flex-start;
    gap: 1.5rem 3rem;
  }
  .footer__social-list {
    gap: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .footer__mobile-main {
    padding: 40px 0 54px;
  }
  .footer__mobile-name {
    font-size: 30px;
    line-height: 36px;
  }
  .footer__mobile-text {
    font-size: 15px;
    line-height: 24px;
  }
}
.footer__mobile {
  background-color: #2a2d34;
}
.footer__mobile-main {
  position: relative;
  overflow: hidden;
  padding: 42px 0 60px;
  background-color: #6b1d3a;
}
.footer__mobile-main::after {
  position: absolute;
  left: 50%;
  bottom: -72px;
  width: 360px;
  height: 150px;
  border-bottom: 2px solid #d4a843;
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
}
.footer__mobile-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer__mobile-logo-link {
  color: #f5f0e8;
  text-decoration: none;
}
.footer__mobile-logo-link:hover {
  color: #f5f0e8;
}
.footer__mobile-name {
  margin: 0;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}
.footer__mobile-subtitle {
  margin: 2px 0 10px;
  color: #d4a843;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer__mobile-ornament {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 22px;
  color: #d4a843;
  font-size: 10px;
}
.footer__mobile-ornament span {
  width: 34px;
  height: 1px;
  display: block;
  background-color: #d4a843;
}
.footer__mobile-text {
  margin: 0 0 28px;
  color: #f5f0e8;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.footer__mobile-social-list {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__mobile-social-link {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d4a843;
  border: 1px solid #d4a843;
  border-radius: 50%;
  text-decoration: none;
  font-size: 15px;
}
.footer__mobile-social-link:hover {
  color: #6b1d3a;
  background-color: #d4a843;
}
.footer__mobile-bottom {
  position: relative;
  width: 100%;
  min-height: 146px;
  overflow: hidden;
  background-color: #2a2d34;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 44px;
}
.footer__mobile-bottom::before {
  position: absolute;
  top: -92px;
  left: 50%;
  width: 640px;
  height: 150px;
  border: 1.5px solid #d4a843;
  background-color: #6b1d3a;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 50%;
  transform: translateX(-50%);
  content: "";
}
.footer__mobile-copyright {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #f5f0e8;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(42, 45, 52, 0.7) 0%, rgba(42, 45, 52, 0.38) 38%, rgba(42, 45, 52, 0.18) 100%), url("../assets/images/scene-principale.webp") center/cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../assets/images/rideaux.webp") center top/cover no-repeat;
  opacity: 1;
  mix-blend-mode: normal;
  pointer-events: none;
  display: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(42, 45, 52, 0.08) 0%, rgba(42, 45, 52, 0.34) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 132px;
  padding-inline: 80px;
}

.hero-content {
  max-width: 610px;
  margin-left: 170px;
  color: #f5f0e8;
}

.hero-eyebrow,
.hero-subtitle {
  margin: 0;
  color: #d4a843;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-title {
  margin: 42px 0 30px;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 500;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-description {
  max-width: 465px;
  margin: 28px 0 48px;
  color: #f5f0e8;
  font-size: 18px;
  line-height: 1.25;
}

.hero-button {
  min-width: 342px;
  min-height: 61px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  background-color: #d4a843;
  color: #2a2d34;
  border: 2px solid #d4a843;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.hero-button:hover, .hero-button:focus-visible {
  background-color: transparent;
  color: #d4a843;
}

@media (max-width: 1199.98px) {
  .hero-content {
    margin-left: 80px;
  }
}
@media (max-width: 991.98px) {
  .hero {
    min-height: 650px;
    background-position: 58% center;
  }
  .hero-inner {
    padding-top: 120px;
    padding-inline: 20px;
  }
  .hero-content {
    max-width: 520px;
    margin-left: 0;
  }
  .hero-eyebrow,
  .hero-subtitle {
    font-size: 17px;
  }
  .hero-title {
    margin: 28px 0 20px;
    font-size: clamp(42px, 12vw, 58px);
  }
  .hero-description {
    max-width: 360px;
    margin: 20px 0 34px;
    font-size: 14px;
  }
  .hero-button {
    min-width: min(100%, 300px);
    min-height: 58px;
    font-size: 12px;
  }
}
.featured-shows {
  padding: 60px 0;
  background-color: #f5f0e8;
}
.featured-shows__container {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.featured-shows__heading {
  margin-bottom: 60px;
}
.featured-shows__label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px;
  color: #d4a843;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.featured-shows__label span {
  width: 55px;
  height: 1px;
  background-color: #d4a843;
}
.featured-shows h2 {
  margin: 0;
  color: #6b1d3a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 9px;
}

@media (max-width: 575.98px) {
  .hero {
    min-height: 560px;
    background-position: 62% center;
  }
  .hero::before {
    background-position: center top;
    opacity: 0.72;
  }
  .featured-shows {
    padding: 44px 0;
  }
  .featured-shows__container {
    width: calc(100% - 40px);
  }
  .featured-shows__heading {
    margin-bottom: 36px;
  }
  .featured-shows h2 {
    font-size: 32px;
    letter-spacing: 5px;
  }
}
.featured-shows__pagination {
  gap: 28px;
  margin-top: 48px;
  margin-bottom: 70px;
}
.featured-shows__pagination .shows-pagination__button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  background-color: rgba(42, 45, 52, 0.5);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease;
}
.featured-shows__pagination .shows-pagination__button:hover {
  background-color: #2a2d34;
  transform: scale(1.08);
}
.featured-shows__pagination .shows-pagination__button.shows-pagination__button--active, .featured-shows__pagination .shows-pagination__button.shows-pagination__button--active:hover {
  background-color: #d4a843;
}
.featured-shows__pagination .shows-pagination__button:focus-visible {
  outline: 3px solid #d4a843;
  outline-offset: 4px;
}

@media (max-width: 767.98px) {
  .featured-shows__pagination {
    gap: 14px;
    margin-top: 14px;
    margin-bottom: 28px;
  }
  .featured-shows__pagination .shows-pagination__button {
    width: 9px;
    height: 9px;
    flex-basis: 9px;
  }
}
.about {
  background-color: #f5f0e8;
}
.about__container {
  max-width: none;
  padding-inline: 0;
}
.about__wrapper {
  min-height: 460px;
  background-color: #2a2d34;
  align-items: stretch;
}
.about__media {
  display: flex;
}
.about__image {
  width: 100%;
  min-height: 460px;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 460px;
  padding: 48px 58px;
  background-color: #2a2d34;
  color: #f5f0e8;
}
.about__subtitle {
  margin: 0 0 22px;
  color: #d4a843;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.about__title {
  max-width: 510px;
  margin: 0 0 22px;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.08em;
}
.about__text {
  max-width: 500px;
  margin: 0 0 30px;
  color: #f5f0e8;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.about__button {
  width: 252px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5f0e8;
  border: 1px solid #d4a843;
  background-color: transparent;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.about__button:hover {
  color: #2a2d34;
  background-color: #d4a843;
}

@media (max-width: 991.98px) {
  .about {
    padding: 52px 20px 40px;
  }
  .about__container {
    padding-inline: 0;
  }
  .about__wrapper {
    min-height: 0;
  }
  .about__image, .about__content {
    min-height: 0;
  }
  .about__image {
    height: 320px;
  }
  .about__content {
    padding: 34px 28px;
  }
  .about__title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .about {
    padding: 42px 20px 32px;
  }
  .about__image {
    height: 220px;
  }
  .about__content {
    padding: 28px 20px 30px;
  }
  .about__title {
    font-size: 25px;
    line-height: 1.22;
    letter-spacing: 0.05em;
  }
  .about__text {
    font-size: 12px;
    line-height: 1.65;
  }
  .about__button {
    width: 100%;
  }
}
.info-bar {
  background-color: #f5f0e8;
}
.info-bar .container-xl {
  padding-top: 28px;
  padding-bottom: 28px;
}
.info-bar .row {
  width: 100%;
}
.info-bar__item {
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.info-bar__item--border::before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 44px;
  background-color: #6b1d3a;
  opacity: 0.65;
  content: "";
}
.info-bar__icon {
  color: #6b1d3a;
  font-size: 28px;
  line-height: 1;
}
.info-bar__content {
  display: flex;
  flex-direction: column;
}
.info-bar__title {
  margin: 0 0 6px;
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
.info-bar__text {
  margin: 0;
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}

@media (max-width: 991.98px) {
  .info-bar__item {
    justify-content: center;
    padding: 18px 0;
  }
  .info-bar__item--border::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .info-bar .container-xl {
    padding-inline: 30px;
  }
  .info-bar .row {
    max-width: 330px;
    margin-inline: auto;
  }
  .info-bar__item {
    justify-content: flex-start;
    gap: 22px;
  }
  .info-bar__icon {
    width: 36px;
    flex: 0 0 36px;
    text-align: center;
  }
}
.newsletter {
  background: linear-gradient(-90deg, #6b1d3a 0%, #6b1d3a 60%, #2a2d34 100%);
  height: 252px;
  display: flex;
  align-items: center;
}
.newsletter__inner {
  row-gap: 22px;
}
.newsletter__subtitle {
  color: #d4a843;
  font-size: 14px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em;
}
.newsletter__title {
  color: #f5f0e8;
  font-size: 40px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  letter-spacing: 0.04em;
}
.newsletter__text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #f5f0e8;
  font-size: 16px;
  line-height: 24px;
}
.newsletter .newsletter__form {
  width: 415px;
  height: 58px;
  display: flex;
  align-items: stretch;
  margin-left: auto;
  border: 1px solid #d4a843;
  background-color: transparent;
}
.newsletter .newsletter__input {
  width: 60%;
  height: 100%;
  padding: 0 28px;
  color: #f5f0e8;
  background-color: transparent;
  border: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.newsletter .newsletter__input::placeholder {
  color: #f5f0e8;
  opacity: 0.75;
}
.newsletter .newsletter__input:focus {
  outline: none;
}
.newsletter .newsletter__button {
  width: 40%;
  height: 100%;
  color: #2a2d34;
  background-color: #d4a843;
  border: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
.newsletter .newsletter__button:hover {
  color: #d4a843;
  background-color: transparent;
  border-left: 1px solid #d4a843;
}

@media (max-width: 991.98px) {
  .newsletter {
    height: auto;
    padding: 48px 0;
    text-align: center;
  }
  .newsletter__title {
    font-size: 34px;
  }
  .newsletter__text {
    margin: 0;
  }
  .newsletter .newsletter__form {
    margin-inline: auto;
  }
}
@media (max-width: 767.98px) {
  .newsletter__form {
    width: 100%;
    max-width: 320px;
    height: 48px;
    margin-left: 0;
    margin-inline: auto;
  }
  .newsletter .newsletter__input {
    padding: 0 14px;
    font-size: 12px;
  }
  .newsletter .newsletter__button {
    font-size: 12px;
  }
}
/* Featured shows horizontal carousel */
.shows-carousel {
  position: relative;
  width: 100%;
}

.shows-grid {
  display: flex;
  gap: 30px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* Show 4 cards only */
.shows-grid .show-card {
  flex: 0 0 calc((100% - 90px) / 4);
}

/* Featured cards need enough height to keep title, category, and date visible. */
.featured-shows .show-card {
  height: 612px;
  display: flex;
  flex-direction: column;
}

/* Bigger images */
.show-card__media {
  height: 360px;
}

.show-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.featured-shows .show-card .card-body {
  flex: 1;
  min-height: 0;
  padding: 22px 14px 20px;
}

.featured-shows .show-card__title {
  width: 100%;
  min-height: auto;
  margin-bottom: 12px;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-shows .show-card__category {
  margin-bottom: 28px;
}

.featured-shows .show-card__schedule {
  margin-top: 0;
}

/* Scroll buttons */
.shows-nav {
  position: absolute;
  top: 42%;
  z-index: 20;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background-color: #6b1d3a;
  color: #f5f0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.shows-nav:hover {
  background-color: #2a2d34;
}

.shows-nav--prev {
  left: -24px;
}

.shows-nav--next {
  right: -24px;
}

/* Tablet: 2 cards */
@media screen and (max-width: 991px) {
  .shows-grid .show-card {
    flex: 0 0 calc((100% - 30px) / 2);
  }
  .show-card__media {
    height: 320px;
  }
}
/* Mobile: 1 card */
@media screen and (max-width: 600px) {
  .shows-grid .show-card {
    flex: 0 0 100%;
  }
  .show-card__media {
    height: 300px;
  }
  .shows-nav--prev {
    left: 8px;
  }
  .shows-nav--next {
    right: 8px;
  }
}
.hero {
  position: relative;
  overflow: hidden;
}

/* Open curtain panels remain visible on the sides after the animation. */
.curtain-open {
  --curtain-side-width: clamp(120px, 13vw, 220px);
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% + 2px);
  z-index: 4;
  background-color: transparent;
  background-repeat: no-repeat, repeat-x;
  background-size: var(--curtain-side-width) 100%, auto 100%;
  background-position: center;
  pointer-events: none;
  transform: translateX(0);
  transition: transform 2.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.35s;
}

.curtain-open--left {
  left: 0;
  background-image: url("../assets/images/curtain-left-open.png"), url("../assets/images/curtain-left-closed.png");
  background-position: right center, left center;
}

.curtain-open--right {
  right: 0;
  background-image: url("../assets/images/curtain-right-open.png"), url("../assets/images/curtain-right-closed.png");
  background-position: left center, right center;
}

/* Closed curtain panels cover the full hero before fading out. */
.curtain-closed {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% + 2px);
  z-index: 5;
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
}

.curtain-closed--left {
  left: 0;
  background-image: url("../assets/images/curtain-left-closed.png");
  background-position: right center;
}

.curtain-closed--right {
  right: 0;
  background-image: url("../assets/images/curtain-right-closed.png");
  background-position: left center;
}

/* The closed layer disappears while the open curtains slide to the sides. */
.hero.is-open .curtain-closed {
  opacity: 0;
  visibility: hidden;
}

.hero.is-open .curtain-open--left {
  transform: translateX(calc(-100% + var(--curtain-side-width)));
}

.hero.is-open .curtain-open--right {
  transform: translateX(calc(100% - var(--curtain-side-width)));
}

/* Keep the hero content above the curtain layers. */
.hero-inner {
  position: relative;
  z-index: 6;
}

/* Fade in the hero text after the curtain movement starts. */
.hero-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 1.6s;
}

.hero.is-open .hero-content {
  opacity: 1;
  transform: translateY(0);
}

.programming-page {
  background-color: #f5f0e8;
}

.programming-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/images/hero-programmation.png");
  background-position: center;
  background-size: cover;
  color: #f5f0e8;
  overflow: hidden;
}
.programming-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(42, 45, 52, 0.55);
}
.programming-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  text-align: center;
}
.programming-hero__title {
  margin: 0;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}
.programming-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px 0 10px;
  color: #d4a843;
  font-size: 20px;
}
.programming-hero__ornament span {
  width: 42px;
  height: 1px;
  background-color: #d4a843;
}
.programming-hero__subtitle {
  margin: 0;
  color: #d4a843;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.programming-list {
  position: relative;
  z-index: 5;
  margin-top: -55px;
  padding-bottom: 90px;
}
.programming-list__container {
  max-width: 1380px;
  padding: 44px 48px 70px;
  background-color: #f5f0e8;
  border-radius: 18px 18px 0 0;
}
.programming-list__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 28px 0 34px;
}
.programming-list__count {
  margin: 0;
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.programming-list__sort {
  display: flex;
  align-items: center;
  gap: 12px;
}
.programming-list__sort label {
  color: rgba(42, 45, 52, 0.7);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
}
.programming-list__sort-control {
  width: 170px;
  height: 36px;
  color: #2a2d34;
  background-color: #f5f0e8;
  border: 1px solid rgba(42, 45, 52, 0.35);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.programming-filters {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(42, 45, 52, 0.25);
}
.programming-filters__label {
  display: block;
  margin-bottom: 12px;
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.programming-filters__control {
  height: 48px;
  color: rgba(42, 45, 52, 0.75);
  background-color: #f5f0e8;
  border: 1px solid rgba(42, 45, 52, 0.35);
  border-radius: 6px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.programming-filters__control:focus {
  border-color: #d4a843;
  box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.25);
}
.programming-filters__actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.programming-filters__button {
  min-width: 160px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #f5f0e8;
  background-color: #2a2d34;
  border: 1px solid #2a2d34;
  border-radius: 6px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.programming-filters__button:hover {
  color: #2a2d34;
  background-color: #d4a843;
  border-color: #d4a843;
}
.programming-filters__reset {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2a2d34;
  background-color: transparent;
  border: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.programming-filters__reset:hover {
  color: #6b1d3a;
}

.shows-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 48px;
}

.show-card {
  overflow: hidden;
  background-color: #f5f0e8;
  border: 1px solid rgba(42, 45, 52, 0.15);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(42, 45, 52, 0.08);
}
.show-card .show-card-header {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-color: #2a2d34;
}
.show-card .show-card-header img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 32%;
}
.show-card__date {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 48px;
  height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #f5f0e8;
  background-color: #6b1d3a;
  border-radius: 4px;
  text-transform: uppercase;
}
.show-card__date span {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1;
}
.show-card__date small {
  margin-top: 4px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.show-card__save {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f5f0e8;
  background: transparent;
  border: 0;
  font-size: 18px;
}
.show-card__body {
  padding: 12px 14px 14px;
}
.show-card__type {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 3px 8px;
  color: #2a2d34;
  background-color: rgba(212, 168, 67, 0.25);
  border-radius: 12px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.show-card__title {
  margin: 0 0 10px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}
.show-card__infos {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  color: rgba(42, 45, 52, 0.75);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.show-card__infos span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.show-card__status {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
}
.show-card__status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
}
.show-card__status--available {
  color: #d4a843;
}
.show-card__status--available::before {
  background-color: #d4a843;
}
.show-card__status--few {
  color: #d4a843;
}
.show-card__status--few::before {
  background-color: #d4a843;
}
.show-card__status--soldout {
  color: #6b1d3a;
}
.show-card__status--soldout::before {
  background-color: #6b1d3a;
}
.show-card__progress {
  height: 5px;
  overflow: hidden;
  background-color: rgba(42, 45, 52, 0.12);
  border-radius: 999px;
}
.show-card__progress-bar {
  height: 100%;
  border-radius: 999px;
  background-color: #d4a843;
}
.show-card__progress-bar--few {
  background-color: #d4a843;
}
.show-card__progress-bar--soldout {
  background-color: #6b1d3a;
}

@media (max-width: 991.98px) {
  .shows-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .programming-list__container {
    padding-inline: 28px;
  }
}
@media (max-width: 575.98px) {
  .programming-hero {
    min-height: 300px;
  }
  .programming-hero__title {
    font-size: 42px;
  }
  .programming-list {
    margin-top: -42px;
  }
  .programming-list__container {
    padding: 32px 20px 50px;
  }
  .programming-list__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .programming-filters__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .programming-filters__button, .programming-filters__reset {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f5f0e8;
  color: #2a2d34;
}

.page {
  padding: 30px;
}

h1 {
  margin-bottom: 25px;
  color: #6b1d3a;
}

/* Cards container */
.shows-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  gap: 30px 28px;
}

/* Show card */
.show-card {
  width: 100%;
  height: auto;
  display: block;
  background-color: #f5f0e8;
  border: 2px solid rgba(42, 45, 52, 0.18);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(42, 45, 52, 0.08);
}

/* Bonus: gold border for available shows */
.card-available {
  border-color: #d4a843;
}

/* Bonus: burgundy border for sold-out shows */
.card-sold-out {
  border-color: #6b1d3a;
}

/* Card header */
.show-card-header {
  position: relative;
  height: 230px;
  background-color: #2a2d34;
}

.show-card-header img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Image fallback */
.image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6b1d3a, #2a2d34);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5f0e8;
  font-weight: bold;
  letter-spacing: 1px;
}

/* Date badge */
.date-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #6b1d3a;
  color: #f5f0e8;
  width: 45px;
  height: 55px;
  border-radius: 8px;
  text-align: center;
  padding-top: 7px;
}

.date-badge span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.date-badge small {
  font-size: 10px;
}

/* Favorite icon */
.favorite-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f5f0e8;
  border: 1px solid #f5f0e8;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  font-size: 15px;
}

/* Content */
.show-card-body {
  min-height: 285px;
  padding: 18px;
}

.type-badge {
  display: inline-block;
  background-color: rgba(212, 168, 67, 0.2);
  color: #2a2d34;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 7px;
  border-radius: 5px;
  margin-bottom: 8px;
}

.show-card-body h2 {
  font-size: 15px;
  margin: 5px 0 8px;
  min-height: 38px;
}

.artist {
  font-size: 12px;
  color: rgba(42, 45, 52, 0.78);
  margin: 0 0 8px;
}

.show-infos {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: rgba(42, 45, 52, 0.78);
  margin-bottom: 8px;
}

.price {
  font-size: 14px;
  font-weight: bold;
  color: #6b1d3a;
  margin-bottom: 8px;
}

/* Status */
.status {
  font-size: 12px;
  margin: 8px 0 6px;
  font-weight: bold;
}

.status.available {
  color: #d4a843;
}

.status.few-left {
  color: #d4a843;
}

.status.sold-out {
  color: #6b1d3a;
}

/* Progress bar */
.progress {
  height: 6px;
  background-color: rgba(42, 45, 52, 0.14);
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  border-radius: 10px;
}

.progress-bar.available {
  background-color: #d4a843;
}

.progress-bar.few-left {
  background-color: #d4a843;
}

.progress-bar.sold-out {
  background-color: #6b1d3a;
}

.places {
  font-size: 11px;
  color: rgba(42, 45, 52, 0.78);
  margin-top: 6px;
}

/* Tablet responsive layout */
@media screen and (max-width: 1200px) {
  .shows-cards {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
  }
}
@media screen and (max-width: 1000px) {
  .shows-cards {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
}
/* Mobile responsive layout */
@media screen and (max-width: 767.98px) {
  .shows-cards {
    grid-template-columns: 1fr;
  }
  .show-card {
    max-width: 430px;
    margin-inline: auto;
  }
}
.shows-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 40px;
}
.shows-pagination__button, .shows-pagination__next {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #2a2d34;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.shows-pagination__button:hover {
  color: #6b1d3a;
}
.shows-pagination__button--active {
  color: #f5f0e8;
  background-color: #6b1d3a;
}
.shows-pagination__next {
  font-size: 30px;
}
.shows-pagination__next:hover {
  color: #6b1d3a;
}
.shows-pagination__next .bi {
  line-height: 1;
}

.Infos-Pratiques-Page {
  background-color: #f5f0e8;
}

.Infos-Pratiques-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/images/Infos-Pratiques-hero.png");
  background-position: center;
  background-size: cover;
  color: #f5f0e8;
  overflow: hidden;
}
.Infos-Pratiques-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(42, 45, 52, 0.55);
}
.Infos-Pratiques-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  text-align: center;
}
.Infos-Pratiques-hero__title {
  margin: 0;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 400;
  line-height: 1.1;
}
.Infos-Pratiques-hero__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px 0 10px;
  color: #d4a843;
  font-size: 20px;
}
.Infos-Pratiques-hero__ornament span {
  width: 42px;
  height: 1px;
  background-color: #d4a843;
}
.Infos-Pratiques-hero__subtitle {
  margin: 0;
  color: #d4a843;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .Infos-Pratiques-hero {
    min-height: 330px;
  }
  .Infos-Pratiques-hero__content {
    padding-top: 82px;
  }
  .Infos-Pratiques-hero__subtitle {
    max-width: 520px;
    margin-inline: auto;
    padding-inline: 20px;
  }
}
@media (max-width: 575.98px) {
  .Infos-Pratiques-hero {
    min-height: 300px;
  }
  .Infos-Pratiques-hero__ornament {
    gap: 9px;
  }
  .Infos-Pratiques-hero__ornament span {
    width: 32px;
  }
  .Infos-Pratiques-hero__subtitle {
    font-size: 14px;
    line-height: 1.45;
  }
  .Infos-Pratiques-hero__subtitle br {
    display: none;
  }
}
/* Practical info page */
.practical-info {
  position: relative;
  z-index: 5;
  margin-top: -55px;
  padding-bottom: 70px;
  background-color: #f5f0e8;
}
.practical-info__container {
  padding: 34px 32px 44px;
  background-color: #f5f0e8;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 12px 30px rgba(42, 45, 52, 0.12);
}
.practical-info__title {
  position: relative;
  margin: 0 0 30px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.practical-info__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background-color: #d4a843;
}
.practical-info__services {
  margin-bottom: 34px;
}
.practical-info__access-prices {
  margin-bottom: 30px;
}

/* Service cards */
.service-card {
  min-height: 250px;
  display: grid;
  grid-template-columns: 58% 42%;
  overflow: hidden;
  background-color: rgba(245, 240, 232, 0.75);
  border: 1px solid rgba(42, 45, 52, 0.15);
  border-radius: 8px;
}
.service-card__content {
  padding: 26px 22px;
}
.service-card__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #d4a843;
  background-color: #6b1d3a;
  border: 1px solid #d4a843;
  border-radius: 50%;
  font-size: 28px;
}
.service-card__title {
  margin: 0 0 14px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}
.service-card__text {
  margin: 0;
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}
.service-card__image-wrapper {
  height: 100%;
}
.service-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Access card */
.access-card {
  height: 100%;
  padding: 28px;
  color: #f5f0e8;
  background: linear-gradient(135deg, #6b1d3a 0%, rgb(58.85, 15.95, 31.9) 100%);
  border-radius: 8px;
}
.access-card__title {
  position: relative;
  margin: 0 0 28px;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.access-card__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background-color: #d4a843;
}
.access-card__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.access-card__item {
  display: flex;
  gap: 16px;
}
.access-card__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4a843;
  border: 1px solid #d4a843;
  border-radius: 50%;
  font-size: 20px;
}
.access-card__subtitle {
  margin: 0 0 6px;
  color: #d4a843;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.access-card__text {
  margin: 0;
  color: #f5f0e8;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
.access-card__map {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.access-card__map-image {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
  border: 1px solid #d4a843;
  border-radius: 8px;
}
.access-card__button {
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #d4a843;
  border: 1px solid #d4a843;
  border-radius: 6px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.access-card__button:hover {
  color: #2a2d34;
  background-color: #d4a843;
}

/* Prices card */
.prices-card {
  height: 100%;
  padding: 28px;
  background-color: rgba(245, 240, 232, 0.75);
  border: 1px solid rgba(42, 45, 52, 0.15);
  border-radius: 8px;
}
.prices-card__title {
  position: relative;
  margin: 0 0 32px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.prices-card__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background-color: #d4a843;
}
.prices-card__list {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}
.prices-card__item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(42, 45, 52, 0.16);
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.prices-card__item strong {
  font-weight: 800;
}
.prices-card__note {
  margin: 0 0 26px;
  color: rgba(42, 45, 52, 0.7);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}
.prices-card__button {
  width: 100%;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #d4a843;
  background-color: #6b1d3a;
  border: 1px solid #6b1d3a;
  border-radius: 6px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.prices-card__button:hover {
  color: #2a2d34;
  background-color: #d4a843;
  border-color: #d4a843;
}

/* Seat map */
.seat-map {
  padding: 26px 28px;
  background-color: rgba(245, 240, 232, 0.75);
  border: 1px solid rgba(42, 45, 52, 0.15);
  border-radius: 8px;
}
.seat-map__title {
  position: relative;
  margin: 0 0 30px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.seat-map__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background-color: #d4a843;
}
.seat-map__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.seat-map__list li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.seat-map__list i {
  font-size: 20px;
}
.seat-map__dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
}
.seat-map__dot--category-one {
  background-color: #6b1d3a;
}
.seat-map__dot--category-two {
  background-color: #d4a843;
}
.seat-map__dot--category-three {
  background-color: rgba(42, 45, 52, 0.45);
}
.seat-map__image-wrapper {
  text-align: center;
}
.seat-map__image {
  width: 100%;
  max-width: 620px;
  display: block;
  margin-inline: auto;
}
.seat-map__info {
  color: #2a2d34;
}
.seat-map__subtitle {
  margin: 0 0 34px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}
.seat-map__text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 22px;
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.seat-map__text i {
  color: #2a2d34;
  font-size: 22px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .practical-info {
    margin-top: -35px;
  }
  .practical-info__container {
    padding: 28px 20px 36px;
  }
  .service-card {
    min-height: 230px;
  }
  .access-card__map-image {
    height: 230px;
  }
  .seat-map__legend, .seat-map__info {
    text-align: center;
  }
  .seat-map__list {
    align-items: center;
  }
  .seat-map__text {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .practical-info {
    margin-top: -25px;
  }
  .practical-info__container {
    padding: 24px 16px 32px;
  }
  .practical-info__title {
    font-size: 26px;
  }
  .service-card {
    grid-template-columns: 1fr;
  }
  .service-card__image-wrapper {
    height: 190px;
    order: -1;
  }
  .service-card__content {
    padding: 22px 18px;
  }
  .access-card,
  .prices-card,
  .seat-map {
    padding: 22px 18px;
  }
  .access-card__title,
  .access-card .prices-card__title,
  .access-card .seat-map__title {
    font-size: 26px;
  }
  .access-card__item {
    gap: 12px;
  }
  .access-card__map-image {
    height: 200px;
  }
  .prices-card__title {
    font-size: 26px;
  }
  .prices-card__item {
    font-size: 13px;
  }
  .seat-map__title {
    font-size: 26px;
  }
  .seat-map__subtitle {
    font-size: 20px;
  }
}
/* Final practical panel reset: restores the original rounded card style. */
.practical-info {
  position: relative;
  z-index: 5;
  margin-top: -55px;
  padding-bottom: 70px;
  background-color: #f5f0e8;
}
.practical-info__container {
  padding: 34px 32px 44px;
  background-color: #f5f0e8;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 12px 30px rgba(42, 45, 52, 0.12);
}

/* Practical info page */
.practical-info {
  position: relative;
  z-index: 5;
  margin-top: -55px;
  padding-bottom: 70px;
  background-color: #f5f0e8;
}
.practical-info__container {
  padding: 34px 32px 44px;
  background-color: #f5f0e8;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 12px 30px rgba(42, 45, 52, 0.12);
}
.practical-info__title {
  position: relative;
  margin: 0 0 30px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.practical-info__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background-color: #d4a843;
}
.practical-info__services {
  margin-bottom: 34px;
}
.practical-info__access-prices {
  margin-bottom: 30px;
}

/* Service cards */
.service-card {
  min-height: 250px;
  display: grid;
  grid-template-columns: 58% 42%;
  overflow: hidden;
  background-color: rgba(245, 240, 232, 0.75);
  border: 1px solid rgba(42, 45, 52, 0.15);
  border-radius: 8px;
}
.service-card__content {
  padding: 26px 22px;
}
.service-card__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #d4a843;
  background-color: #6b1d3a;
  border: 1px solid #d4a843;
  border-radius: 50%;
  font-size: 28px;
}
.service-card__title {
  margin: 0 0 14px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}
.service-card__text {
  margin: 0;
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}
.service-card__image-wrapper {
  height: 100%;
}
.service-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Access card */
.access-card {
  height: 100%;
  padding: 28px;
  color: #f5f0e8;
  background: linear-gradient(135deg, #6b1d3a 0%, rgb(58.85, 15.95, 31.9) 100%);
  border-radius: 8px;
}
.access-card__title {
  position: relative;
  margin: 0 0 28px;
  color: #f5f0e8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.access-card__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background-color: #d4a843;
}
.access-card__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.access-card__item {
  display: flex;
  gap: 16px;
}
.access-card__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4a843;
  border: 1px solid #d4a843;
  border-radius: 50%;
  font-size: 20px;
}
.access-card__subtitle {
  margin: 0 0 6px;
  color: #d4a843;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.access-card__text {
  margin: 0;
  color: #f5f0e8;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
.access-card__map {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.access-card__map-image {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
  border: 1px solid #d4a843;
  border-radius: 8px;
}
.access-card__button {
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #d4a843;
  border: 1px solid #d4a843;
  border-radius: 6px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.access-card__button:hover {
  color: #2a2d34;
  background-color: #d4a843;
}

/* Prices card */
.prices-card {
  height: 100%;
  padding: 28px;
  background-color: rgba(245, 240, 232, 0.75);
  border: 1px solid rgba(42, 45, 52, 0.15);
  border-radius: 8px;
}
.prices-card__title {
  position: relative;
  margin: 0 0 32px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.prices-card__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background-color: #d4a843;
}
.prices-card__list {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}
.prices-card__item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(42, 45, 52, 0.16);
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.prices-card__item strong {
  font-weight: 800;
}
.prices-card__note {
  margin: 0 0 26px;
  color: rgba(42, 45, 52, 0.7);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}
.prices-card__button {
  width: 100%;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #d4a843;
  background-color: #6b1d3a;
  border: 1px solid #6b1d3a;
  border-radius: 6px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.prices-card__button:hover {
  color: #2a2d34;
  background-color: #d4a843;
  border-color: #d4a843;
}

/* Seat map */
.seat-map {
  padding: 26px 28px;
  background-color: rgba(245, 240, 232, 0.75);
  border: 1px solid rgba(42, 45, 52, 0.15);
  border-radius: 8px;
}
.seat-map__title {
  position: relative;
  margin: 0 0 30px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.seat-map__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background-color: #d4a843;
}
.seat-map__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.seat-map__list li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.seat-map__list i {
  font-size: 20px;
}
.seat-map__dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
}
.seat-map__dot--category-one {
  background-color: #6b1d3a;
}
.seat-map__dot--category-two {
  background-color: #d4a843;
}
.seat-map__dot--category-three {
  background-color: rgba(42, 45, 52, 0.45);
}
.seat-map__image-wrapper {
  text-align: center;
}
.seat-map__image {
  width: 100%;
  max-width: 620px;
  display: block;
  margin-inline: auto;
}
.seat-map__info {
  color: #2a2d34;
}
.seat-map__subtitle {
  margin: 0 0 34px;
  color: #2a2d34;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}
.seat-map__text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 22px;
  color: #2a2d34;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.seat-map__text i {
  color: #2a2d34;
  font-size: 22px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .practical-info {
    margin-top: -35px;
  }
  .practical-info__container {
    padding: 28px 20px 36px;
  }
  .service-card {
    min-height: 230px;
  }
  .access-card__map-image {
    height: 230px;
  }
  .seat-map__legend, .seat-map__info {
    text-align: center;
  }
  .seat-map__list {
    align-items: center;
  }
  .seat-map__text {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .practical-info {
    margin-top: -25px;
  }
  .practical-info__container {
    padding: 24px 16px 32px;
  }
  .practical-info__title {
    font-size: 26px;
  }
  .service-card {
    grid-template-columns: 1fr;
  }
  .service-card__image-wrapper {
    height: 190px;
    order: -1;
  }
  .service-card__content {
    padding: 22px 18px;
  }
  .access-card,
  .prices-card,
  .seat-map {
    padding: 22px 18px;
  }
  .access-card__title,
  .access-card .prices-card__title,
  .access-card .seat-map__title {
    font-size: 26px;
  }
  .access-card__item {
    gap: 12px;
  }
  .access-card__map-image {
    height: 200px;
  }
  .prices-card__title {
    font-size: 26px;
  }
  .prices-card__item {
    font-size: 13px;
  }
  .seat-map__title {
    font-size: 26px;
  }
  .seat-map__subtitle {
    font-size: 20px;
  }
}
/* Final practical panel reset: restores the original rounded card style. */
.practical-info {
  position: relative;
  z-index: 5;
  margin-top: -55px;
  padding-bottom: 70px;
  background-color: #f5f0e8;
}
.practical-info__container {
  padding: 34px 32px 44px;
  background-color: #f5f0e8;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 12px 30px rgba(42, 45, 52, 0.12);
}
