/* Faithful restoration of the current Steam Escape Vichy homepage. */

.restoration {
  margin: 0;
  color: #25272d;
  background:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    image-set(url("assets/site-background.avif") type("image/avif"), url("assets/site-background.webp") type("image/webp")) center top / cover fixed;
  font-family: Georgia, "Times New Roman", serif;
}

.restoration h1,
.restoration h2,
.restoration h3,
.restoration .site-nav,
.restoration .rest-button,
.restoration .rest-nav-book {
  font-family: "Cinzel", Georgia, serif;
}

.rest-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.rest-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 84px;
  border: 0;
  border-bottom: 1px solid rgba(255, 191, 0, 0.34);
  color: #fff;
  background: rgba(48, 50, 56, 0.96);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
}

.rest-header__inner {
  width: min(1320px, calc(100% - 36px));
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-inline: auto;
}

.rest-logo {
  flex: 0 0 auto;
}

.rest-logo img {
  width: 104px;
  height: auto;
}

.restoration .site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 1.7vw, 1.7rem);
  margin-left: auto;
  color: #f4f2ed;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.restoration .site-nav a {
  padding: 0.5rem 0;
  text-decoration: none;
}

.restoration .site-nav a:not(.rest-nav-book)::after {
  background: #f5bd00;
}

.rest-nav-book,
.rest-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.3rem;
  border: 2px solid #f2bd19;
  border-radius: 3px;
  color: #27281f;
  background: #f0b91d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, filter 160ms ease;
}

.rest-nav-book:hover,
.rest-nav-book:focus-visible,
.rest-button:hover,
.rest-button:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.rest-nav-book,
.rest-button--reserve {
  position: relative;
  overflow: hidden;
  animation: rest-reserve-pulse 2.7s ease-in-out infinite;
}

.rest-nav-book::after,
.rest-button--reserve::after {
  content: "";
  position: absolute;
  inset: -45%;
  background: linear-gradient(110deg, transparent 36%, rgba(255, 255, 255, 0.62) 50%, transparent 64%);
  transform: translateX(-115%) skewX(-18deg);
  animation: rest-reserve-shine 3.4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes rest-reserve-pulse {
  0%, 100% { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24), 0 0 0 0 rgba(242, 189, 25, 0.12); }
  50% { box-shadow: 0 6px 19px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(242, 189, 25, 0.15); }
}

@keyframes rest-reserve-shine {
  0%, 48% { transform: translateX(-115%) skewX(-18deg); }
  72%, 100% { transform: translateX(115%) skewX(-18deg); }
}

.rest-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 940px;
  display: grid;
  place-items: center;
  padding: 9.5rem 20px 4rem;
  color: #fff;
  background: #111318;
}

.rest-hero::before,
.rest-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rest-hero::before {
  z-index: 0;
  background: image-set(url("assets/site-background.avif") type("image/avif"), url("assets/site-background.webp") type("image/webp")) center 3% / cover;
  filter: saturate(0.72) contrast(1.16) brightness(0.77) sepia(0.08);
  transform: scale(1.025);
  animation: rest-hero-drift 18s ease-in-out infinite alternate;
}

.rest-hero::after {
  z-index: 0;
  background:
    radial-gradient(circle at 48% 38%, rgba(239, 198, 105, 0.13), transparent 29%),
    linear-gradient(102deg, rgba(6, 8, 12, 0.52) 0%, rgba(14, 17, 22, 0.06) 42%, rgba(7, 9, 13, 0.58) 100%),
    linear-gradient(180deg, rgba(11, 13, 17, 0.2) 0%, rgba(10, 12, 16, 0.1) 47%, rgba(7, 9, 13, 0.58) 100%);
  box-shadow: inset 0 0 145px rgba(0, 0, 0, 0.7);
}

@keyframes rest-hero-drift {
  from { transform: scale(1.025) translate3d(-0.25%, 0, 0); }
  to { transform: scale(1.055) translate3d(0.35%, -0.5%, 0); }
}

.rest-hero__content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: 2rem 1.5rem;
  background: radial-gradient(ellipse at center, rgba(27, 29, 35, 0.62) 0%, rgba(31, 34, 40, 0.38) 50%, transparent 76%);
  text-align: center;
}

.rest-ornament {
  width: min(540px, 90%);
  margin: 0 auto 1rem;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.35));
}

.rest-ornament--bottom {
  margin: 1rem auto 0;
  transform: rotate(180deg);
}

.rest-hero h1 {
  margin-bottom: 0.55rem;
  font-family: "Cinzel Decorative", "Cinzel", serif;
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-shadow: 0 2px 2px #282b31, 0 5px 16px rgba(0, 0, 0, 0.66);
  text-transform: uppercase;
}

.rest-city {
  margin: 0;
  color: #f2c320;
  font-family: "Cinzel", serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.rest-phone {
  display: block;
  width: fit-content;
  margin: 0.25rem auto 1.15rem;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.88);
}

.rest-address {
  display: grid;
  gap: 0.05rem;
  margin-top: 1.25rem;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}

.rest-address strong {
  margin-bottom: 0.25rem;
  color: #f0b700;
  font-size: 1.12rem;
  text-shadow: 0 2px 2px rgba(42, 42, 42, 0.9);
}

.rest-address__locations {
  width: min(640px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.35rem auto 0;
}

.rest-address__locations > span {
  display: grid;
  gap: 0.15rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(246, 194, 24, 0.75);
  background: rgba(43, 46, 53, 0.66);
  font-size: 0.76rem;
}

.rest-address__locations b {
  color: #f4c318;
  font-size: 0.72rem;
}

.rest-address a {
  margin-top: 0.4rem;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 0.9rem;
  text-transform: none;
}

.rest-pastille {
  min-height: 570px;
  display: grid;
  align-items: center;
  padding: 4rem 20px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(90deg, rgba(18, 20, 26, 0.28), rgba(18, 20, 26, 0.03)),
    image-set(url("assets/pastille-banner.avif") type("image/avif"), url("assets/pastille-banner.webp") type("image/webp")) center / cover;
  transition: filter 260ms ease;
}

.rest-pastille:hover,
.rest-pastille:focus-visible {
  filter: brightness(1.06);
}

.rest-pastille:focus-visible {
  outline: 3px solid #f5c31a;
  outline-offset: -8px;
}

.rest-pastille__content {
  width: min(1180px, 100%);
  margin-inline: auto;
  text-align: center;
}

.rest-pastille p {
  margin-bottom: 0.15rem;
  color: #f4bd00;
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rest-pastille h2 {
  margin-bottom: 1.35rem;
  font-family: "Cinzel Decorative", "Cinzel", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);
}

.rest-button--pastille {
  min-height: 58px;
  padding: 1rem 2.2rem;
  font-size: 0.95rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42), 0 0 20px rgba(242, 189, 25, 0.2);
}

.rest-pastille:hover .rest-button--pastille,
.rest-pastille:focus-visible .rest-button--pastille {
  filter: brightness(1.1);
  transform: translateY(-3px) scale(1.025);
}

.rest-section {
  padding: 6rem 0;
}

.rest-section--light {
  color: #2b2d33;
  background: rgba(246, 248, 250, 0.92);
}

.rest-section--dark {
  color: #fff;
  background: rgba(43, 46, 53, 0.96);
}

.rest-heading {
  max-width: 780px;
  margin: 0 auto 3rem;
  text-align: center;
}

.rest-heading .rest-ornament {
  margin-bottom: 1rem;
}

.rest-heading--dark .rest-ornament {
  filter: brightness(0) opacity(0.75);
}

.rest-heading h2 {
  margin-bottom: 0.55rem;
  color: #f3c213;
  font-family: "Cinzel Decorative", "Cinzel", serif;
  font-size: clamp(2.35rem, 5vw, 4rem);
  line-height: 1.08;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.rest-heading--dark h2 {
  color: #303239;
  text-shadow: 0 2px 2px rgba(241, 188, 0, 0.72);
}

.rest-heading p {
  margin-bottom: 0;
  font-family: "Cinzel", serif;
  font-size: 1rem;
  font-weight: 700;
}

.rest-heading__intro {
  max-width: 720px;
  margin: 1rem auto 0 !important;
  font-family: Georgia, serif !important;
  font-size: 1.05rem !important;
  font-weight: 400 !important;
}

.rest-audiences {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.rest-audiences article {
  min-height: 200px;
  padding: 1.25rem 2.5rem;
  border-right: 1px solid rgba(46, 48, 54, 0.25);
  text-align: center;
}

.rest-audiences article:last-child {
  border-right: 0;
}

.rest-audiences span {
  color: rgba(240, 183, 0, 0.7);
  font-family: "Cinzel", serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.rest-audiences h3 {
  margin: 0.8rem 0 0.45rem;
  color: #e6ae00;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.rest-audiences p {
  margin-bottom: 0;
}

.rest-facts {
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  color: #fff;
  background: rgba(36, 38, 44, 0.98);
}

.rest-facts div {
  padding: 1.2rem;
  border-right: 1px solid rgba(244, 190, 0, 0.26);
  text-align: center;
}

.rest-facts div:last-child {
  border-right: 0;
}

.rest-facts strong,
.rest-facts span {
  display: block;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

.rest-facts strong {
  color: #f3bd00;
  font-size: 2.55rem;
  line-height: 1;
}

.rest-facts span {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.rest-location-alert {
  width: min(780px, 100%);
  margin: -1.2rem auto 2.4rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(245, 190, 0, 0.72);
  color: #fff;
  background: rgba(24, 26, 32, 0.74);
  text-align: center;
}

.rest-location-alert strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #f5c31b;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

.rest-missions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.rest-mission {
  position: relative;
  text-align: center;
}

.rest-mission__link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 260ms ease, filter 260ms ease;
}

.rest-mission img {
  width: 100%;
  aspect-ratio: 1;
  border: 2px solid rgba(245, 190, 0, 0.7);
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
  transition: transform 380ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.rest-mission h3 {
  margin: 1rem 0 0.4rem;
  color: #f5c31b;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.rest-mission__link:hover,
.rest-mission__link:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-7px);
}

.rest-mission__link:hover img,
.rest-mission__link:focus-visible img {
  transform: scale(1.025);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.46), 0 0 18px rgba(244, 194, 24, 0.28);
}

.rest-mission__link:focus-visible,
.rest-pastille-mission:focus-visible,
.rest-event:focus-visible {
  outline: 3px solid #f5c31a;
  outline-offset: 5px;
}

.rest-pastille-mission {
  position: relative;
  width: min(920px, 100%);
  display: grid;
  grid-template-columns: minmax(270px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
  margin: 0 auto 4.5rem;
  padding: clamp(1rem, 2.5vw, 2rem);
  border: 1px solid rgba(245, 190, 0, 0.75);
  color: inherit;
  background:
    radial-gradient(circle at 22% 45%, rgba(244, 190, 0, 0.12), transparent 38%),
    linear-gradient(120deg, rgba(23, 25, 31, 0.96), rgba(54, 48, 38, 0.48));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34), inset 0 0 42px rgba(244, 190, 0, 0.04);
  text-align: center;
  text-decoration: none;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.rest-pastille-mission__visual {
  position: relative;
  display: block;
}

.rest-pastille-mission img {
  width: 100%;
  aspect-ratio: 1;
  border: 2px solid rgba(245, 190, 0, 0.7);
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.rest-pastille-mission:hover img,
.rest-pastille-mission:focus-visible img {
  transform: scale(1.025);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.46), 0 0 18px rgba(244, 194, 24, 0.26);
}

.rest-pastille-mission:hover,
.rest-pastille-mission:focus-visible {
  border-color: #f5c31a;
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.42), 0 0 24px rgba(244, 194, 24, 0.13);
  transform: translateY(-5px);
}

.rest-pastille-mission__visual strong {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.55rem 0.8rem;
  color: #292b31;
  background: linear-gradient(135deg, #f8d466, #e7aa10);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  font-family: "Cinzel", serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rest-pastille-mission p {
  margin-bottom: 0.4rem;
  font-family: "Cinzel", serif;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.rest-pastille-mission address {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.08rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
}

.rest-pastille-mission h3 {
  margin-bottom: 0.5rem;
  color: #f5c31b;
  font-family: "Cinzel Decorative", "Cinzel", serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
}

.rest-missions-address {
  margin: 0 auto 2rem;
  text-align: center;
}

.rest-missions-address span {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(245, 190, 0, 0.56);
  color: #f5c31b;
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rest-missions-address h3 {
  margin-bottom: 0.3rem;
  color: #f5c31b;
  font-family: "Cinzel", serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-transform: uppercase;
}

.rest-missions-address address {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.08rem;
  font-style: normal;
  font-weight: 700;
}

.rest-prices {
  gap: 0;
}

.rest-prices img {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  border: 1px solid rgba(45, 46, 52, 0.16);
  box-shadow: 0 10px 22px rgba(40, 41, 45, 0.14);
  scroll-snap-align: start;
}

.rest-carousel {
  position: relative;
  padding-inline: 2.8rem;
}

.rest-carousel--prices,
.rest-carousel--reviews {
  margin-inline: auto;
}

.rest-carousel--prices {
  width: min(600px, 100%);
}

.rest-carousel--reviews {
  width: min(850px, 100%);
}

.rest-carousel__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.rest-carousel__track::-webkit-scrollbar {
  display: none;
}

.rest-carousel__button {
  position: absolute;
  top: 46%;
  z-index: 2;
  width: 42px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid #f3be0b;
  border-radius: 3px;
  color: #f5c31a;
  background: rgba(43, 46, 53, 0.94);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.rest-carousel__button--previous {
  left: 0;
}

.rest-carousel__button--next {
  right: 0;
}

.rest-carousel__button:hover,
.rest-carousel__button:focus-visible {
  color: #2b2d33;
  background: #f3be0b;
}

.rest-carousel__button:disabled {
  opacity: 0.28;
  cursor: default;
}

.rest-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

.rest-carousel__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #aa7c00;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.rest-carousel__dots button[aria-current="true"] {
  background: #e1aa00;
  box-shadow: 0 0 0 3px rgba(225, 170, 0, 0.16);
}

.rest-booking {
  min-height: 390px;
  display: grid;
  place-items: center;
  padding: 4rem 20px;
  color: #fff;
  background:
    linear-gradient(rgba(34, 36, 42, 0.42), rgba(34, 36, 42, 0.5)),
    url("assets/booking-banner.webp") center / cover;
  text-align: center;
}

.rest-booking h2 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Cinzel Decorative", "Cinzel", serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.72);
}

.rest-booking p {
  margin-bottom: 1.3rem;
  color: #f4c211;
  font-family: "Cinzel", serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.rest-events {
  gap: 1rem;
}

.rest-event {
  flex: 0 0 clamp(190px, 19vw, 250px);
  color: inherit;
  text-align: center;
  text-decoration: none;
  scroll-snap-align: start;
  transition: transform 260ms ease, filter 260ms ease;
}

.rest-events img {
  width: 100%;
  aspect-ratio: 0.72;
  border: 1px solid rgba(244, 191, 0, 0.55);
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  transition: box-shadow 260ms ease, filter 260ms ease;
}

.rest-events h3 {
  min-height: 2.7em;
  margin: 0.85rem 0 0.25rem;
  color: #f4c219;
  font-size: 0.9rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.rest-event:hover,
.rest-event:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-7px);
}

.rest-event:hover img,
.rest-event:focus-visible img {
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.46), 0 0 16px rgba(244, 194, 24, 0.24);
}

.rest-reviews {
  gap: 0;
}

.rest-reviews blockquote {
  min-height: 230px;
  display: grid;
  align-content: center;
  justify-items: center;
  flex: 0 0 100%;
  margin: 0;
  padding: 2.2rem 3.4rem;
  border-top: 1px solid #e0aa00;
  border-bottom: 1px solid #e0aa00;
  text-align: center;
  scroll-snap-align: center;
}

.rest-reviews blockquote::before {
  content: "★★★★★";
  margin-bottom: 0.7rem;
  color: #d5a000;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}

.rest-reviews h3 {
  color: #d5a000;
  font-size: 1.1rem;
}

.rest-reviews p {
  font-style: italic;
}

.rest-reviews cite {
  font-family: "Cinzel", serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.rest-contact {
  padding: 6rem 0;
  color: #fff;
  background:
    linear-gradient(rgba(43, 46, 53, 0.77), rgba(43, 46, 53, 0.88)),
    image-set(url("assets/site-background.avif") type("image/avif"), url("assets/site-background.webp") type("image/webp")) center 72% / cover;
}

.rest-contact__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(340px, 1.2fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.rest-contact__intro {
  text-align: center;
}

.rest-contact__intro h2 {
  margin-bottom: 0.65rem;
  color: #fff;
  font-family: "Cinzel Decorative", "Cinzel", serif;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  text-shadow: 0 2px 3px #e1aa00;
  text-transform: uppercase;
}

.rest-contact__intro a {
  display: block;
  width: fit-content;
  margin: 0.45rem auto 0;
  color: #f5c41b;
  overflow-wrap: anywhere;
}

.rest-form {
  padding: 2.2rem;
  background: rgba(43, 46, 53, 0.94);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.26);
}

.rest-form label {
  display: block;
  color: #f5bd00;
  font-family: "Cinzel", serif;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rest-form label + label {
  margin-top: 1rem;
}

.rest-form input,
.rest-form textarea {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.75rem;
  border: 2px solid #d2d2d2;
  border-radius: 4px;
  color: #22242a;
  background: #fff;
}

.rest-form textarea {
  resize: vertical;
}

.rest-form .rest-button {
  margin-top: 1.25rem;
}

.rest-agencies {
  min-height: 330px;
  display: grid;
  place-items: center;
  padding: 4rem 20px;
  color: #fff;
  background:
    linear-gradient(rgba(48, 50, 56, 0.36), rgba(48, 50, 56, 0.48)),
    url("assets/booking-banner.webp") center / cover;
  text-align: center;
}

.rest-agencies h2 {
  margin-bottom: 0.55rem;
  color: #f5c31a;
  font-family: "Cinzel Decorative", "Cinzel", serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.rest-agencies p {
  margin-bottom: 1.3rem;
  text-shadow: 0 2px 5px #23252a;
}

.rest-footer {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem max(20px, calc((100% - 1180px) / 2));
  color: rgba(255, 255, 255, 0.68);
  background: #2e3036;
  font-size: 0.78rem;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .restoration .site-nav {
    position: absolute;
    top: 84px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 1rem 20px 1.35rem;
    background: rgba(48, 50, 56, 0.99);
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.28);
  }

  .restoration .site-nav[data-open] {
    display: grid;
  }

  .restoration .site-nav a {
    padding: 0.72rem 0;
  }

  .rest-nav-book {
    margin-top: 0.45rem;
  }

  .rest-header .menu-button {
    position: relative;
    display: flex;
    margin-left: auto;
  }

  .rest-event {
    flex-basis: 220px;
  }
}

@media (max-width: 720px) {
  .rest-shell,
  .rest-header__inner {
    width: min(100% - 40px, 1180px);
  }

  .rest-header,
  .rest-header__inner {
    min-height: 76px;
  }

  .rest-logo img {
    width: 90px;
  }

  .restoration .site-nav {
    top: 76px;
  }

  .rest-hero {
    min-height: 800px;
    padding: 7.4rem 20px 3rem;
  }

  .rest-hero::before {
    background-position: 53% 3%;
  }

  .rest-hero__content {
    padding-inline: 0;
  }

  .rest-hero h1 {
    max-width: 100%;
    font-size: clamp(1.75rem, 8.4vw, 2.7rem);
    letter-spacing: 0;
  }

  .rest-address {
    font-size: 0.82rem;
  }

  .rest-address__locations {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .rest-pastille {
    min-height: 450px;
    background-position: 42% center;
  }

  .rest-section,
  .rest-contact {
    padding: 4.5rem 0;
  }

  .rest-heading {
    margin-bottom: 2.4rem;
  }

  .rest-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .rest-audiences,
  .rest-facts,
  .rest-missions,
  .rest-pastille-mission,
  .rest-contact__layout {
    grid-template-columns: 1fr;
  }

  .rest-audiences article {
    min-height: 0;
    padding: 1.6rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(46, 48, 54, 0.2);
  }

  .rest-audiences article:last-child {
    border-bottom: 0;
  }

  .rest-facts div {
    border-right: 0;
    border-bottom: 1px solid rgba(244, 190, 0, 0.2);
  }

  .rest-facts div:last-child {
    border-bottom: 0;
  }

  .rest-missions {
    gap: 2.7rem;
  }

  .rest-pastille-mission {
    gap: 1.6rem;
    margin-bottom: 3.6rem;
  }

  .rest-location-alert {
    margin-top: -0.5rem;
    margin-bottom: 2rem;
    text-align: left;
  }

  .rest-pastille-mission img {
    max-width: 360px;
    margin-inline: auto;
  }

  .rest-carousel {
    padding-inline: 2.25rem;
  }

  .rest-prices img {
    min-width: 0;
    width: 100%;
    flex-basis: 100%;
  }

  .rest-event {
    min-width: 0;
    flex-basis: min(66vw, 250px);
  }

  .rest-carousel__button {
    width: 36px;
    height: 48px;
    font-size: 1.7rem;
  }

  .rest-reviews blockquote {
    min-height: 270px;
    padding: 2rem 1.65rem;
  }

  .rest-booking {
    min-height: 340px;
  }

  .rest-form {
    padding: 1.4rem;
  }

  .rest-footer {
    display: grid;
    padding-bottom: 5.5rem;
  }

  .restoration .mock-switcher {
    max-width: calc(100% - 20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rest-nav-book,
  .rest-button--reserve,
  .rest-button,
  .rest-mission__link,
  .rest-mission img,
  .rest-pastille-mission img,
  .rest-event,
  .rest-events img {
    transition: none;
  }

  .rest-carousel__track {
    scroll-behavior: auto;
  }

  .rest-hero::before {
    animation: none;
  }

  .rest-nav-book::after,
  .rest-button--reserve::after {
    display: none;
  }
}

/* Vichy 2026: an Art Nouveau presentation closer to the Limoges atmosphere.
   The supplied Pastille visual stays whole rather than being stretched. */
.vichy-2026 { background: #272a31; }
.vichy-2026 .rest-hero::before { filter: saturate(1.04) brightness(.93) contrast(1.02); }
.vichy-2026 .rest-hero::after { background: linear-gradient(90deg, rgba(19, 23, 27, .2), rgba(22, 28, 33, .04) 45%, rgba(19, 23, 27, .24)); }

.vichy-pastille-feature {
  position: relative; isolation: isolate; overflow: hidden; padding: clamp(3.25rem, 7vw, 6.5rem) 1.25rem;
  color: #fff8dc; border-block: 3px solid #141517;
  background: radial-gradient(circle at 18% 48%, rgba(48, 148, 219, .28), transparent 34rem), radial-gradient(circle at 85% 20%, rgba(218, 157, 61, .17), transparent 27rem), linear-gradient(120deg, #121b2b 0%, #202838 50%, #362234 100%);
}
.vichy-pastille-feature::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .2; background: url('./assets/site-background.webp') center / cover; mix-blend-mode: screen; }
.vichy-pastille-feature__inner { display: grid; grid-template-columns: minmax(18rem, .82fr) minmax(20rem, 1fr); align-items: center; gap: clamp(2.25rem, 7vw, 8rem); max-width: 71rem; margin: 0 auto; }
.vichy-pastille-feature__visual { position: relative; display: block; max-width: 31rem; justify-self: center; border: 1px solid rgba(242, 198, 74, .76); background: #101827; box-shadow: 0 0 0 8px rgba(12, 17, 28, .78), 0 1.25rem 3.5rem rgba(0, 0, 0, .48), 0 0 3.75rem rgba(52, 142, 224, .22); transition: transform .3s ease, box-shadow .3s ease; }
.vichy-pastille-feature__visual:hover, .vichy-pastille-feature__visual:focus-visible { transform: translateY(-.45rem) rotate(-.45deg); box-shadow: 0 0 0 8px rgba(12, 17, 28, .78), 0 1.7rem 4rem rgba(0, 0, 0, .56), 0 0 4.5rem rgba(80, 174, 255, .35); }
.vichy-pastille-feature__visual img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.vichy-pastille-feature__content { max-width: 35rem; }
.vichy-pastille-feature__content .rest-ornament { width: min(100%, 29rem); height: auto; margin: 0 0 .75rem; filter: drop-shadow(0 .2rem .35rem rgba(0, 0, 0, .5)); }
.vichy-pastille-feature__eyebrow { margin: 0 0 .65rem; color: #f3ce66; font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.vichy-pastille-feature h2 { margin: 0; color: #f7d361; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .88; text-shadow: 0 .25rem .2rem rgba(0, 0, 0, .45); }
.vichy-pastille-feature__content > p:not(.vichy-pastille-feature__eyebrow) { margin: 1.35rem 0 .8rem; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.55; }
.vichy-pastille-feature address { margin: 0 0 1.7rem; color: #c5e7ff; font-style: normal; font-weight: 700; }
.vichy-2026 .rest-button--pastille { background: linear-gradient(135deg, #f8db71, #c99527); box-shadow: 0 .6rem 1.3rem rgba(0, 0, 0, .34), 0 0 1.4rem rgba(247, 207, 84, .23); }
.vichy-2026 .rest-section--dark { background: linear-gradient(120deg, #272a31, #353342 52%, #282a31); }
.vichy-2026 .rest-section--light { background: linear-gradient(135deg, #fcf5dc, #ece1bd 52%, #f9f2dc); }

@media (max-width: 760px) {
  .vichy-pastille-feature { padding-inline: 1.25rem; }
  .vichy-pastille-feature__inner { grid-template-columns: 1fr; gap: 2.2rem; }
  .vichy-pastille-feature__content { text-align: center; }
  .vichy-pastille-feature__content .rest-ornament { margin-inline: auto; }
}

/* Shared visual vocabulary with the Limoges redesign. */
.vichy-2026 .rest-logo img {
  filter: drop-shadow(0 .32rem .42rem rgba(0, 0, 0, .58));
}

/* Clear chapter breaks, matching the Limoges homepage rhythm. */
.vichy-2026 main > section:not(.rest-hero) {
  border-top: 4px solid #101114;
  box-shadow: inset 0 1px rgba(246, 204, 78, .34);
}

.vichy-2026 .rest-nav-book,
.vichy-2026 .rest-button--reserve {
  border-color: #f7d761;
  background: linear-gradient(135deg, #f7dc75 0%, #d5a62e 48%, #f5cc57 100%);
  box-shadow: 0 .35rem 1.2rem rgba(0, 0, 0, .34), 0 0 1.45rem rgba(246, 205, 78, .36);
}

.rest-missions--pastille {
  grid-template-columns: minmax(0, 340px);
  justify-content: center;
  margin: 0 auto 3.25rem;
}

.rest-mission__link { position: relative; }

.rest-mission__badge,
.rest-mission__difficulty {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: .38rem .68rem;
  border: 1px solid rgba(247, 211, 97, .9);
  color: #fff4c8;
  background: rgba(22, 26, 34, .9);
  box-shadow: 0 .25rem .7rem rgba(0, 0, 0, .32);
  font-family: "Cinzel", serif;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.rest-mission__badge { top: .6rem; right: .6rem; color: #252218; background: #f2c94c; }
.rest-mission__difficulty { bottom: 3.2rem; left: .6rem; gap: .35rem; }
.rest-mission__difficulty b { color: #f8d45c; font-size: .92rem; }
.rest-mission--pastille .rest-mission__difficulty { bottom: 3.2rem; }

.vichy-2026 .rest-audiences { gap: 1.15rem; }
.vichy-2026 .rest-audiences article {
  overflow: hidden;
  padding: 0 1.35rem 1.5rem;
  border: 1px solid rgba(108, 79, 37, .3);
  background: rgba(255, 251, 233, .65);
  box-shadow: 0 .55rem 1.5rem rgba(62, 45, 23, .1);
}
.vichy-2026 .rest-audiences article img {
  display: block;
  width: calc(100% + 2.7rem);
  aspect-ratio: 1.65;
  margin: 0 -1.35rem 1.05rem;
  object-fit: cover;
  filter: saturate(.92) contrast(1.05);
}
.vichy-2026 .rest-audiences article span { display: none; }

.vichy-2026 .rest-events--grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.85rem, 2vw, 1.65rem);
}
.vichy-2026 .rest-events--grid .rest-event {
  min-width: 0;
  flex: none;
}
.vichy-2026 .rest-events--grid .rest-event h3 { min-height: auto; }

/* The Limoges audience assets are graphic plates, not photographs: keep their
   full silhouette on a contrasting panel instead of cropping them. */
.vichy-2026 #publics {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 30%, rgba(125, 91, 157, .24), transparent 27rem),
    radial-gradient(circle at 88% 70%, rgba(205, 157, 54, .14), transparent 31rem),
    linear-gradient(135deg, #20222a, #302d3b 54%, #22242c);
}

.vichy-2026 #publics .rest-heading--dark h2,
.vichy-2026 #publics .rest-heading--dark p {
  color: #fff8df;
}

.vichy-2026 #publics .rest-heading--dark h2 {
  text-shadow: 0 .2rem .2rem rgba(0, 0, 0, .38);
}

.vichy-2026 .rest-audiences article {
  display: grid;
  grid-template-rows: 235px auto;
  gap: 0;
  padding: 0 1.35rem 1.7rem;
  border: 1px solid rgba(245, 201, 72, .6);
  color: #fff8df;
  background: linear-gradient(155deg, rgba(24, 27, 36, .98), rgba(55, 40, 52, .96));
  box-shadow: 0 .9rem 2.3rem rgba(0, 0, 0, .32);
}

.vichy-2026 .rest-audiences article img {
  width: 100%;
  height: 235px;
  aspect-ratio: auto;
  margin: 0;
  padding: 1.2rem;
  object-fit: contain;
  object-position: center;
  background: radial-gradient(circle at center, rgba(249, 209, 91, .1), transparent 62%);
  filter: drop-shadow(0 .5rem .35rem rgba(0, 0, 0, .42));
}

.vichy-2026 .rest-audiences h3 {
  margin: .4rem 0 .55rem;
  color: #f7d260;
}

.vichy-2026 .rest-audiences p {
  color: #fff8df;
}

@media (max-width: 900px) {
  .vichy-2026 .rest-events--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .rest-missions--pastille { grid-template-columns: minmax(0, 1fr); max-width: 330px; }
  .vichy-2026 .rest-audiences { grid-template-columns: 1fr; }
  .vichy-2026 .rest-events--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rest-mission__difficulty { bottom: 3rem; font-size: .6rem; }
  .vichy-2026 .rest-audiences article { grid-template-rows: 205px auto; }
  .vichy-2026 .rest-audiences article img { height: 205px; }
}
