.floating-stage-hero,
.discover-section,
.events-hero,
.sports-beach-section,
.expositions-section,
.markets-section {
  scroll-margin-top: 4.75rem;
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: .75rem;
  left: .75rem;
  padding: .7rem 1rem;
  border-radius: .75rem;
  color: #071b2f;
  background: #ffc107;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible {
  outline: .2rem solid #ffc107;
  outline-offset: .18rem;
}

.floating-stage-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #070a14;
}

.floating-stage-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: min(72vw, 760px);
  content: "";
  background-image:
    linear-gradient(90deg, rgba(4, 7, 17, .92) 0%, rgba(4, 7, 17, .55) 48%, rgba(4, 7, 17, .12) 78%),
    linear-gradient(180deg, rgba(4, 7, 17, .08) 35%, #070a14 100%),
    url("../img/pano-scene.jpg");
  background-position: center;
  background-size: cover;
}

.floating-stage-hero::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 62%;
  height: 34rem;
  pointer-events: none;
  content: "";
  opacity: .32;
  background:
    radial-gradient(circle at 22% 30%, rgba(255, 179, 71, .6), transparent 18rem),
    radial-gradient(circle at 68% 45%, rgba(205, 60, 255, .5), transparent 20rem);
  filter: blur(2rem);
}

.floating-stage-intro {
  min-height: 34rem;
  padding: clamp(5rem, 10vw, 9rem) 0 10rem;
}

.floating-stage-kicker {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: #ffcc74;
  letter-spacing: .18em;
}

.floating-stage-kicker-line {
  width: 3.5rem;
  height: 2px;
  background: linear-gradient(90deg, #ff9d4d, #ffd788);
  box-shadow: 0 0 1rem rgba(255, 157, 77, .8);
}

.floating-stage-title {
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.055em;
  text-wrap: balance;
  text-shadow: 0 .5rem 2.5rem rgba(0, 0, 0, .55);
}

.floating-stage-lead {
  max-width: 42rem;
  color: rgba(255, 255, 255, .78);
  text-shadow: 0 .2rem 1rem rgba(0, 0, 0, .7);
}

.floating-stage-pill {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .7rem 1rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 8, 19, .48);
  box-shadow: 0 .7rem 2rem rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
}

.floating-stage-pill i {
  color: #ffbd66;
}

.floating-concerts {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 0 4rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(79, 42, 143, .3), transparent 30rem),
    radial-gradient(circle at 96% 72%, rgba(151, 50, 224, .42), transparent 32rem),
    radial-gradient(circle at 78% 100%, rgba(230, 54, 176, .22), transparent 28rem),
    linear-gradient(180deg, transparent, #070a14 12rem);
}

.floating-concerts::after {
  position: absolute;
  z-index: 0;
  right: -10rem;
  bottom: -10rem;
  width: 44rem;
  height: 44rem;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(220, 155, 255, .24);
  border-radius: 50%;
  opacity: .9;
  background: radial-gradient(circle, rgba(174, 72, 235, .32) 0%, rgba(207, 54, 190, .14) 34%, transparent 70%);
  box-shadow:
    0 0 0 4rem rgba(173, 73, 231, .05),
    0 0 0 8rem rgba(230, 75, 182, .035);
  filter: blur(2px);
}

.floating-concerts .container,
.floating-concerts-grid {
  position: relative;
  z-index: 1;
}

.floating-concerts-grid {
  max-width: 1540px;
  margin-inline: auto;
}

.floating-concerts-heading {
  color: rgba(255, 255, 255, .68);
}

.floating-concerts-heading p:first-child {
  color: #ffbd66;
  letter-spacing: .16em;
}

.floating-concerts-heading h2 {
  color: #fff;
}

.floating-concert-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 1.4rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .04));
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .55);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
  backdrop-filter: blur(14px);
}

.floating-concert-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 203, 116, .7);
  box-shadow: 0 2.7rem 6rem rgba(0, 0, 0, .68);
}

.floating-concert-card-featured {
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, .55),
    0 0 3rem rgba(227, 75, 189, .12);
}

.floating-concert-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1357 / 1920;
  background: #0b0c16;
}

.floating-concert-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  pointer-events: none;
  content: "";
  background: linear-gradient(transparent, rgba(7, 10, 20, .78));
}

.floating-concert-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.floating-concert-card:hover .floating-concert-media img {
  transform: scale(1.025);
}

.floating-concert-date {
  display: flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: .35rem;
  padding: .5rem .75rem;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .8rem;
  color: #fff;
  background: rgba(5, 8, 19, .64);
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .35);
  backdrop-filter: blur(10px);
}

.floating-concert-date strong {
  color: #ffd17f;
  font-size: 1.45rem;
  line-height: 1;
}

.floating-concert-body {
  padding: 1.2rem 1.3rem 1.35rem;
}

.floating-concert-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.floating-concert-label {
  color: #ffbd66;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.floating-concert-title {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 750;
  line-height: 1.15;
}

.floating-stage-note {
  padding-top: 2.5rem;
  color: rgba(255, 255, 255, .56);
}

.floating-stage-note i {
  color: #67d8ff;
}

@media (min-width: 768px) {
  .floating-concerts {
    margin-top: -6rem;
  }
}

@media (max-width: 767.98px) {
  .floating-stage-hero::before {
    height: 42rem;
    background-image:
      linear-gradient(90deg, rgba(4, 7, 17, .78), rgba(4, 7, 17, .3)),
      linear-gradient(180deg, rgba(4, 7, 17, .05) 20%, #070a14 100%),
      url("../img/pano-scene.jpg");
    background-position: 64% center;
  }

  .floating-stage-intro {
    min-height: 32rem;
    padding: 4.5rem 0 7rem;
  }

  .floating-stage-title {
    max-width: 10ch;
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .floating-concerts {
    margin-top: -3.5rem;
  }
}

.discover-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 0%, rgba(13, 202, 240, .24), transparent 34rem),
    radial-gradient(circle at 92% 100%, rgba(255, 193, 7, .18), transparent 30rem),
    #071b2f;
}

.discover-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

.discover-section .container {
  position: relative;
  z-index: 1;
}

.discover-kicker {
  color: #6edff6;
  letter-spacing: .16em;
}

.discover-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, .28);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.discover-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, .42);
  box-shadow: 0 2rem 4.5rem rgba(0, 0, 0, .4);
}

.discover-poster {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.discover-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
}

.discover-card-title {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 700;
  line-height: 1.25;
}

.discover-card .btn.disabled {
  flex: 0 0 auto;
  opacity: .72;
}

@media (max-width: 575.98px) {
  .discover-card-body {
    align-items: flex-start;
    flex-direction: column;
  }
}

.site-navbar {
  position: fixed;
  top: 1.05rem;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 0;
  background: transparent;
}

.site-navbar .container {
  width: min(1320px, calc(100% - 2rem));
  min-height: 4.3rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 1.15rem;
  background:
    linear-gradient(135deg, rgba(7, 10, 20, .76), rgba(18, 24, 42, .56)),
    linear-gradient(90deg, rgba(255, 189, 102, .12), rgba(103, 216, 255, .08));
  box-shadow:
    0 1.25rem 3rem rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(18px);
}

.navbar-logo {
  display: block;
  width: min(220px, 42vw);
  height: auto;
  filter: drop-shadow(0 .45rem 1rem rgba(0, 0, 0, .32));
}

.site-navbar-toggler {
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: .9rem;
  padding: .58rem .72rem;
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

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

.site-navbar-toggler:focus {
  box-shadow: 0 0 0 .18rem rgba(255, 203, 116, .2);
}

.site-nav {
  gap: .35rem;
}

.site-nav .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 2.65rem;
  padding: .62rem .9rem;
  border-radius: .75rem;
  color: rgba(255, 255, 255, .78);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.site-nav .nav-link i {
  color: #ffbd66;
  font-size: .8rem;
  opacity: .9;
  transition: color .2s ease, opacity .2s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .11);
}

.site-nav .nav-link:hover i,
.site-nav .nav-link:focus i {
  color: #ffd17f;
  opacity: 1;
}

.site-nav .nav-link:active {
  transform: translateY(1px);
}

.site-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .45rem;
}

.site-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: .72rem;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .06);
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-social-link:hover,
.site-social-link:focus {
  color: #ffd17f;
  background: rgba(255, 255, 255, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 209, 127, .22);
}

.site-social-link:active {
  transform: translateY(1px);
}

@media (min-width: 992px) {
  .site-navbar .container {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 220px;
    align-items: center;
    gap: 1rem;
  }

  .site-navbar .navbar-brand {
    justify-self: start;
  }

  .site-navbar .navbar-collapse {
    display: contents !important;
  }

  .site-nav {
    justify-self: center;
  }

  .site-socials {
    justify-self: end;
  }
}

@media (max-width: 575.98px) {
  .navbar-logo {
    width: min(178px, 52vw);
  }
}

@media (max-width: 991.98px) {
  .floating-stage-hero,
  .discover-section,
  .events-hero,
  .sports-beach-section,
  .expositions-section,
  .markets-section {
    scroll-margin-top: 5rem;
  }

  .site-navbar {
    top: .7rem;
  }

  .site-navbar .container {
    width: min(100% - 1rem, 720px);
    border-radius: 1.2rem;
  }

  .site-navbar .navbar-collapse {
    margin-top: .8rem;
    padding: .8rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: .95rem;
    background:
      radial-gradient(circle at 8% 0%, rgba(255, 189, 102, .14), transparent 16rem),
      rgba(4, 7, 17, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  }

  .site-nav {
    align-items: stretch;
    gap: .2rem;
  }

  .site-socials {
    justify-content: stretch;
    padding-top: .75rem;
    margin-top: .75rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .site-social-link {
    flex: 1 1 0;
    height: 2.75rem;
  }

  .site-nav .nav-link {
    display: grid;
    grid-template-columns: 1.25rem 1fr .55rem;
    width: 100%;
    justify-content: initial;
    padding: .82rem .95rem;
    border-radius: .8rem;
    color: rgba(255, 255, 255, .84);
    text-align: left;
  }

  .site-nav .nav-link::after {
    justify-self: end;
    width: .42rem;
    height: .42rem;
    content: "";
    border-top: 2px solid rgba(255, 255, 255, .34);
    border-right: 2px solid rgba(255, 255, 255, .34);
    transform: rotate(45deg);
  }

}

.events-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, .38), transparent 28rem),
    radial-gradient(circle at 92% 88%, rgba(45, 183, 219, .28), transparent 30rem),
    linear-gradient(135deg, #2389b7 0%, #52b9dd 50%, #8ed8ec 100%);
}

.events-hero::before,
.events-hero::after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.events-hero::before {
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(110deg, #000, transparent 72%);
}

.events-hero::after {
  right: -8rem;
  bottom: -9rem;
  width: 34rem;
  height: 18rem;
  border: 2px solid rgba(255, 255, 255, .16);
  border-right: 0;
  border-radius: 50% 0 0 50%;
  box-shadow:
    -2rem -2rem 0 -1px rgba(110, 223, 246, .12),
    -4rem -4rem 0 -2px rgba(255, 201, 40, .1);
  transform: rotate(-8deg);
}

.events-hero .container,
.events-hero .container-fluid {
  position: relative;
  z-index: 1;
}

.events-kicker {
  color: #e4f8ff;
  letter-spacing: .16em;
}

.events-hero-title {
  text-shadow: 0 .3rem 1.5rem rgba(0, 0, 0, .2);
}

.events-count-badge {
  flex: 0 0 auto;
  color: #07506f;
  background: #e4f8ff;
  box-shadow: 0 .65rem 1.75rem rgba(9, 72, 101, .22);
}

@media (min-width: 992px) {
  .events-hero-title {
    white-space: nowrap;
  }
}

.events-hero-period {
  border: 1px solid rgba(255, 255, 255, .26);
  background: linear-gradient(135deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .07));
  box-shadow: 0 1.25rem 3rem rgba(1, 18, 32, .24);
  backdrop-filter: blur(12px);
}

.agenda-card {
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 1.25rem 3rem rgba(9, 72, 101, .25);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.agenda-card:hover {
  transform: translateY(-7px);
  border-color: rgba(228, 248, 255, .9);
  box-shadow: 0 2rem 4.25rem rgba(9, 72, 101, .38);
}

.agenda-card-media {
  overflow: hidden;
}

.agenda-card-media img {
  transition: transform .35s ease;
}

.agenda-card:hover .agenda-card-media img {
  transform: scale(1.025);
}


.sports-beach-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5, 90, 116, .9), rgba(20, 147, 151, .86) 48%, rgba(255, 165, 63, .82)),
    url("../img/dep-sport-plage-2026.jpg");
  background-position: center;
  background-size: cover;
}

.sports-beach-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(2, 28, 43, .46), rgba(2, 28, 43, .22)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .1) 0 1px, transparent 1px 18px);
}

.sports-beach-section .container {
  z-index: 1;
}

.sports-beach-kicker {
  color: #ffd86f;
  letter-spacing: .16em;
}

.sports-beach-section .lead {
  max-width: 54rem;
  color: rgba(255, 255, 255, .82);
}

.sports-beach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sports-beach-card,
.sports-program-panel {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 1.5rem 3.5rem rgba(1, 38, 52, .3);
  backdrop-filter: blur(14px);
}

.sports-beach-card {
  padding: 1.25rem;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.sports-beach-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 216, 111, .72);
  box-shadow: 0 2rem 4.5rem rgba(1, 38, 52, .42);
}

.sports-beach-card-head {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1rem;
}

.sports-beach-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: .85rem;
  color: #063e52;
  background: #ffd86f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42);
}

.sports-beach-label {
  color: #ffe9a8;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sports-beach-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
}

.sports-price {
  display: inline-flex;
  padding: .45rem .75rem;
  border-radius: 999px;
  color: #fff;
  background: #ef4b86;
  font-weight: 800;
}

.sports-card-subtitle,
.sports-tournament-block p {
  color: rgba(255, 255, 255, .78);
}

.sports-info-list {
  display: grid;
  gap: .65rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sports-info-list li {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: .55rem;
  color: rgba(255, 255, 255, .86);
}

.sports-info-list i,
.sports-schedule strong,
.sports-tournament-block h4 {
  color: #ffd86f;
}

.sports-schedule {
  display: grid;
  gap: .65rem;
}

.sports-schedule p {
  display: grid;
  grid-template-columns: 6.8rem 1fr;
  gap: .65rem;
  padding: .65rem 0 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.sports-schedule span {
  color: rgba(255, 255, 255, .78);
}

.sports-beach-card-paid {
  background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 216, 111, .12));
}

.sports-beach-card-tournaments {
  background: linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(239, 75, 134, .14));
}

.sports-tournament-block + .sports-tournament-block {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.sports-tournament-block h4 {
  margin-bottom: .45rem;
  font-size: 1rem;
  font-weight: 800;
}

.sports-days {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.sports-days span {
  padding: .42rem .65rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .1);
  font-size: .88rem;
  font-weight: 700;
}

.sports-program-panel {
  overflow: hidden;
  background: rgba(3, 42, 55, .78);
}

.sports-program-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 1181 / 1920;
  object-fit: cover;
  object-position: top center;
}

.sports-program-body {
  padding: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.sports-program-body p {
  color: #ffd86f;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sports-program-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .7rem;
}

.sports-program-download {
  color: #fff;
  border-color: #ef4b86;
  background: #ef4b86;
}

.sports-program-download:hover,
.sports-program-download:focus {
  color: #fff;
  border-color: #f36da0;
  background: #f36da0;
}

@media (max-width: 1199.98px) {
  .sports-program-panel {
    display: grid;
    grid-template-columns: minmax(15rem, 1fr) 1fr;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .sports-beach-grid,
  .sports-program-panel {
    grid-template-columns: 1fr;
  }

  .sports-schedule p {
    grid-template-columns: 1fr;
    gap: .15rem;
  }
}

.expositions-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 165, 122, .34), transparent 30rem),
    radial-gradient(circle at 92% 82%, rgba(255, 203, 92, .2), transparent 28rem),
    linear-gradient(135deg, #2a102f 0%, #5b1e4b 48%, #9b3d55 100%);
}

.expositions-section::before,
.expositions-section::after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.expositions-section::before {
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(30deg, rgba(255, 255, 255, .1) 1px, transparent 1px),
    linear-gradient(120deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.expositions-section::after {
  top: -13rem;
  right: -10rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(255, 220, 150, .2);
  border-radius: 50%;
  box-shadow:
    0 0 0 3.5rem rgba(255, 255, 255, .025),
    0 0 0 7rem rgba(255, 203, 92, .025);
}

.expositions-kicker {
  color: #ffd38a;
  letter-spacing: .16em;
}

.expositions-section h2 {
  text-shadow: 0 .3rem 1.5rem rgba(35, 5, 31, .3);
}

.expositions-count {
  color: #35132f;
  background: #ffd38a;
  box-shadow: 0 .65rem 1.75rem rgba(35, 5, 31, .22);
}

.exposition-card {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 1.5rem 3.5rem rgba(35, 5, 31, .3);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  backdrop-filter: blur(12px);
}

.exposition-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 211, 138, .7);
  box-shadow: 0 2rem 4.5rem rgba(35, 5, 31, .42);
}

.exposition-card-media {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  background: linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 211, 138, .05));
  overflow: hidden;
}

.ratio.exposition-card-media::before {
  padding-top: min(var(--bs-aspect-ratio), 800px);
}

.exposition-card-media img {
  transition: transform .35s ease;
}

.exposition-card:hover .exposition-card-media img {
  transform: scale(1.025);
}

.exposition-card-body {
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(43, 10, 40, .16));
}

.exposition-card-text {
  color: rgba(255, 255, 255, .7);
}

.exposition-card-footer {
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.exposition-card .btn-light {
  color: #542047;
  border-color: #ffe1ad;
  background: #ffe1ad;
}

.exposition-card .btn-light:hover {
  color: #32102d;
  border-color: #fff0d4;
  background: #fff0d4;
}

.markets-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 6% 8%, rgba(171, 225, 136, .28), transparent 30rem),
    radial-gradient(circle at 94% 88%, rgba(238, 216, 112, .18), transparent 28rem),
    linear-gradient(135deg, #092d27 0%, #155c45 50%, #3b7b51 100%);
}

.markets-section::before,
.markets-section::after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.markets-section::before {
  inset: 0;
  opacity: .18;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .22) 1px, transparent 1.5px);
  background-size: 24px 24px;
  mask-image: linear-gradient(120deg, #000, transparent 78%);
}

.markets-section::after {
  right: -9rem;
  bottom: -12rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(219, 238, 170, .22);
  border-radius: 48% 52% 62% 38%;
  box-shadow:
    -3rem -2rem 0 -1px rgba(171, 225, 136, .07),
    -6rem -4rem 0 -2px rgba(238, 216, 112, .05);
  transform: rotate(18deg);
}

.markets-kicker {
  color: #dced9a;
  letter-spacing: .16em;
}

.markets-section h2 {
  text-shadow: 0 .3rem 1.5rem rgba(2, 28, 21, .32);
}

.markets-count {
  color: #173d2d;
  background: #dced9a;
  box-shadow: 0 .65rem 1.75rem rgba(2, 28, 21, .24);
}

.market-card {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 1.5rem 3.5rem rgba(2, 28, 21, .3);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  backdrop-filter: blur(12px);
}

.market-card:hover {
  transform: translateY(-7px);
  border-color: rgba(220, 237, 154, .7);
  box-shadow: 0 2rem 4.5rem rgba(2, 28, 21, .42);
}

.market-card-media {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.market-card-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(5, 45, 34, .35), transparent 48%);
}

.market-card-media img {
  transition: transform .4s ease;
}

.market-image-tamarissiere {
  object-position: center top;
}

.market-card:hover .market-card-media img {
  transform: scale(1.035);
}

.market-card-body {
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(4, 44, 33, .16));
}

.market-card h3 {
  color: #eff9cd;
}

.market-list {
  border-top: 1px solid rgba(255, 255, 255, .17);
}

.market-list-group {
  color: #fff;
  border-color: rgba(255, 255, 255, .14);
  background: transparent;
}

.market-day {
  color: #143d2b;
  background: #bfe08b;
}

.market-place {
  color: #d9f0bd;
}

.market-date {
  color: rgba(255, 255, 255, .66);
}

.markets-note {
  padding: 1.15rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1rem;
  color: rgba(255, 255, 255, .78);
  background: linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .06));
  box-shadow: 0 1rem 2.5rem rgba(2, 28, 21, .2);
  backdrop-filter: blur(10px);
}

.markets-note strong {
  color: #eff9cd;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 189, 102, .13), transparent 24rem),
    radial-gradient(circle at 90% 100%, rgba(103, 216, 255, .1), transparent 26rem),
    linear-gradient(135deg, #070a14 0%, #0c1b2d 56%, #092d27 100%);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .16;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to top, #000, transparent 82%);
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.site-footer-inner {
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.site-footer-title {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.site-footer-copy {
  color: #ffd17f;
  font-weight: 700;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
}

.site-footer-links a {
  color: rgba(255, 255, 255, .76);
  font-size: .94rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease;
}

.site-footer-links a:hover,
.site-footer-links a:focus {
  color: #ffd17f;
}

@media (max-width: 575.98px) {
  .site-footer-links {
    flex-direction: column;
  }
}
